Commit Graph

28477 Commits

Author SHA1 Message Date
abirkholz
87e6758d43 Add type for react-grid-layout 2017-04-07 00:19:55 -05:00
abirkholz
16825fd421 Merge remote-tracking branch 'DefinitelyTyped/master' 2017-04-07 00:15:47 -05:00
Ron Buckton
374e200f7c Merge pull request #15692 from slozier/patch-1
Add missing props to react-datepicker
2017-04-06 16:16:29 -07:00
Ron Buckton
0c1228f46a Merge pull request #15694 from michaelgerakis/master
@types/graphlib -- parent should be an optional parameter in setParent
2017-04-06 15:06:18 -07:00
Ron Buckton
5ad101eea5 Merge pull request #15695 from guncha/patch-1
[color] Add a missing rgb() method
2017-04-06 14:59:27 -07:00
abirkholz
6a1265a21a Merge remote-tracking branch 'DefinitelyTyped/master' 2017-04-06 16:50:14 -05:00
Eloy Durán
ddce4ffcfe Merge pull request #15673 from evollu/patch-8
[react-native] add measure function into ui manager
2017-04-06 22:48:25 +02:00
Eloy Durán
79c73ac3d4 Merge pull request #15675 from gyzerok/043-styles-update
@types/react-native update layout props in accordance to 0.43 release
2017-04-06 22:44:21 +02:00
Nathan Shively-Sanders
84086a46db Merge pull request #15467 from spacejack/mithril-1.1
Type definitions for Mithril 1.1
2017-04-06 13:00:25 -07:00
Guntars Ašmanis-Graham
49e2699de4 Add missing rgb() method 2017-04-06 12:32:20 -04:00
Michael Gerakis
4c0fd95396 Update spacing. 2017-04-06 12:24:07 -04:00
Nathan Shively-Sanders
f4ce20f619 Merge pull request #15403 from kryops/react-router4
react-router MemoryRouter.initialEntries can be string[]
2017-04-06 09:03:33 -07:00
Michael Gerakis
2807934e21 @types/graphlib Change setParent's second parameter to optional 2017-04-06 12:03:05 -04:00
Fedor Nezhivoi
30a1873b90 @types/react-native-sortable-list fix alongside update in react-native types 2017-04-06 18:32:17 +03:00
Fedor Nezhivoi
f928bfb329 @types/react-native add myself to the list of maintainers 2017-04-06 18:32:02 +03:00
slozier
528386483d Add missing props to react-datepicker
Used the following doc as reference:
https://github.com/Hacker0x01/react-datepicker/blob/v0.40.0/docs/datepicker.md
2017-04-06 10:25:56 -04:00
Libin Lu
1bf9a4e75f Update index.d.ts 2017-04-05 16:54:07 -04:00
Fedor Nezhivoi
2804601a84 @types/react-native update layout props in accordance to 0.43 release and refactor them a bit 2017-04-05 22:18:13 +03:00
Libin Lu
44a579f3e0 add measure function into ui manager 2017-04-05 14:15:43 -04:00
Andy
e2f264c1b3 cheap-ruler: Provides its own types (#15643) 2017-04-05 08:35:55 -07:00
Andy
30cb6de389 Update engine version for tests (#15622) 2017-04-05 08:35:15 -07:00
Andy
59c166a77c fast-simplex-noise: Provides its own types (#15635) 2017-04-05 07:19:19 -07:00
Nathan Shively-Sanders
742cb488d6 Merge pull request #15531 from uglycoyote/master
Change return type of Paper.group() and Paper.g() to "Paper"
2017-04-04 13:17:28 -07:00
uglycoyote
13f59a2ae3 Removing usage of g.matrix, since g (group) does not have a member called matrix. (the test code would print undefined) 2017-04-04 12:59:24 -07:00
Eloy Durán
b7565ed337 Merge pull request #15611 from ligaz/patch-18
[react-native] Add accessibilityLabel to Touchable
2017-04-04 20:04:49 +02:00
Nathan Shively-Sanders
c48d2ee4b3 Merge pull request #15518 from gyzerok/fix-picker-item
@types/react-native fix Picker types
2017-04-04 10:18:30 -07:00
Nathan Shively-Sanders
2c862be7f7 Merge pull request #15463 from webbiesdk/leaflet-extension-methods
Leaflet: Changed the extension methods back to methods.
2017-04-04 10:17:55 -07:00
Nathan Shively-Sanders
9685b311cc Merge pull request #15462 from huy-nguyen/add-react-router-redux-v5
Add type definition for react-router-redux v5
2017-04-04 09:30:24 -07:00
Nathan Shively-Sanders
efd7e94537 Merge pull request #15586 from AlbertOzimek/patch-4
Update index.d.ts
2017-04-04 09:20:46 -07:00
Huy Nguyen
05c43d5711 Fix lint errors 2017-04-04 12:17:18 -04:00
Huy Nguyen
32f8d75fdb Fix tslint config 2017-04-04 12:01:19 -04:00
Nathan Shively-Sanders
6f38cdcb64 Merge pull request #15563 from rationull/sinon-2
Added assert, verify, and verifyAndRestore for SinonJS sandbox.
2017-04-04 08:49:20 -07:00
Karol Janyst
2b391022e4 Add missing types and interfaces, improve definitions to match 6.6 api… (#15136)
* Add missing types and interfaces, iprove definitions to match 6.5 api, remove unused definitions

* Imporove types, add missing config options and actions

* Change type for validate and warn

* Add missing selectors, restore unnecessarily deleted actions

* Add things that were added in 6.6.0
2017-04-04 07:51:20 -07:00
Huy Nguyen
a2881ed1c7 Fix lint errors 2017-04-04 10:16:14 -04:00
Erik Krogh Kristensen
30bd01b1ff Leaflet: Marking the extension methods that every class should extend as non-optional. 2017-04-04 11:40:46 +02:00
Stefan Dobrev
06a42607f3 [react-native] Add accessibilityLabel to Touchable
Add `accessibilityLabel` property to Touchable. Fix description of the `accessible` property.
2017-04-04 10:15:39 +03:00
spacejack
9324d7a560 Remove unnecessary interface types, fix some sub-module definitions, update tests. 2017-04-04 00:53:10 -04:00
Kieran Peat
2b5bb39244 React-data-grid: adding in onRowClick (#15220)
* adding in onRowClick

* typo

* updating to keep v1 and fixing addons for v2

* adding in column cellClass and getRowMetaData

* adding in test for getRowMetaData

* fixing test

* adding filterRenderer

* fixing silly mistakes
2017-04-03 14:44:55 -07:00
Huy Nguyen
ddb82936f2 Fix lint errors 2017-04-03 14:21:15 -04:00
AlbertOzimek
750de45b97 Update index.d.ts
updating highcharts/maps/index.d.ts based on the highmaps specification: http://api.highcharts.com/highmaps
Adding: - plotOptions http://api.highcharts.com/highmaps/plotOptions
             - tooltip http://api.highcharts.com/highmaps/tooltip
2017-04-03 09:45:58 +02:00
Hiroki Horiuchi
60c1f3c711 Merge pull request #15537 from CaselIT/master
[bson,mongodb] Added missing bson methods and removed duplication on mongodb
2017-04-03 15:13:05 +09:00
Jonathan Little
2f7adbeb8e Added assert, verify, and verifyAndRestore for SinonJS sandbox. 2017-03-31 16:31:28 -07:00
Andy
6057f7c6c6 github: Provides its own types (#15557) 2017-03-31 15:57:07 -07:00
Andy
e69b58e400 Apply new lint rules to ever more packages (#15551) 2017-03-31 12:19:34 -07:00
Nathan Shively-Sanders
7f28561c72 Merge pull request #15550 from leonard-thieu/master
[semantic-ui] Added global settings and changes introduced in v2.2.8.
2017-03-31 11:42:16 -07:00
Leonard Thieu
1854b59473 Merge remote-tracking branch 'origin/master' 2017-03-31 14:38:40 -04:00
Leonard Thieu
8aab69b90a Fixed linting errors. 2017-03-31 14:38:16 -04:00
Nathan Shively-Sanders
3d016e155f Merge pull request #15539 from janvryck/master
VIS: Timeline rollingMode configuration is optional
2017-03-31 11:31:08 -07:00
Leonard Thieu
ac90a9861a Merge branch 'master' into master 2017-03-31 14:19:39 -04:00
Leonard Thieu
866668b1ba Added global settings and changes introduced in v2.2.8. 2017-03-31 14:09:33 -04:00