Commit Graph
31193 Commits
Author SHA1 Message Date
makepost aa381a5c55 Don't use a 'package.json' for @types dependencies 2017-06-22 03:10:15 +03:00
makepost 35859d7dac Add types for cote 2017-06-22 02:48:48 +03:00
Nathan Shively-SandersandGitHub 62ced0ce98 Merge pull request #17364 from marisbest2/master
Add onResizerClick and onResizerDoubleClick
2017-06-21 14:28:28 -07:00
Nathan Shively-SandersandGitHub bd6fc2f6ec Merge pull request #17363 from JulioC/patch-1
Add missing aspectRatio property to FlexStyle
2017-06-21 14:27:23 -07:00
Nathan Shively-SandersandGitHub 69a76ce6ef Merge pull request #17362 from Torhal/sequelize_v3_bluebird
Import bluebird as Promise to fix breakage
2017-06-21 14:22:18 -07:00
Nathan Shively-SandersandGitHub 7da1c281a1 Merge pull request #17190 from bsvobodny/patch-1
Update index.d.ts
2017-06-21 13:59:20 -07:00
John ReillyandGitHub c07247ce72 Merge pull request #17365 from leonard-thieu/jquery
[jquery] Clean up event-related methods on JQuery and fix issues with importing
2017-06-21 20:52:44 +01:00
Leonard Thieu 9b0cda8cdc [jquery] Add README describing usage and guidance for authoring jQuery plugin typedefs. 2017-06-21 15:42:33 -04:00
Leonard Thieu aa437becb7 [jquery] Fix issues with importing.
Fix the return type of the factory function.
Fix error with type assertions on JQueryStatic when importing jQuery.
2017-06-21 13:02:58 -04:00
Michael RochlinandGitHub df24970805 Update index.d.ts 2017-06-21 13:01:17 -04:00
Michael RochlinandGitHub 9c5483a793 Add onResizerClick and onResizerDoubleClick
Add onResizerClick and onResizerDoubleClick to react-split-pane
2017-06-21 12:55:35 -04:00
James D. Callahan III 9de97afa10 Change required TypeScript version to 2.3 due to bluebird. 2017-06-21 11:29:22 -05:00
Júlio CésarandGitHub 90c45a404c Add missing aspectRatio property to FlexStyle
See https://facebook.github.io/react-native/releases/0.45/docs/layout-props.html#aspectratio
2017-06-21 13:17:46 -03:00
James D. Callahan III b3da69a4a0 Remove redundant lodash references. 2017-06-21 11:04:00 -05:00
Leonard Thieu 2ab69f8719 [jquery] Clean up event-related methods on JQuery.
Add tests for event-related methods on JQuery.
2017-06-21 11:58:48 -04:00
James D. Callahan III ad5714f75b Import bluebird as Promise to fix breakage - bluebird.spread and other methods were unrecognized. 2017-06-21 10:45:21 -05:00
Nathan Shively-SandersandGitHub 33e1501a8b Merge pull request #17272 from afractal/sharp-timer
add timespan type definitions and documentation for sharp-timer
2017-06-21 07:54:48 -07:00
Nathan Shively-SandersandGitHub 30b287f8db Merge pull request #17351 from Kovensky/patch-4
history: Update PathUtils for 4.6.2
2017-06-21 07:42:16 -07:00
Nathan Shively-SandersandGitHub 5abb7c8c98 Merge pull request #17350 from denyo/heredatalens
[heredatalens] fix definitions for ObjectLayer.rowToStyle()
2017-06-21 07:41:20 -07:00
Nathan Shively-SandersandGitHub fa32352796 Merge pull request #17348 from Kovensky/patch-2
react-loadable: Only default is a valid key by default
2017-06-21 07:35:40 -07:00
Nathan Shively-SandersandGitHub 94a63c5b81 Merge pull request #17347 from Yogu/patch-1
graphqljs: get[Mutation|Subscription]Type() are nullable
2017-06-21 07:34:53 -07:00
Nathan Shively-SandersandGitHub 67eb214616 Merge pull request #17346 from timbru31/feature/testingbot-api
feat: add testingbot-api typings
2017-06-21 07:25:38 -07:00
Eloy DuránandGitHub 8d226597cb Merge pull request #17341 from josephroque/react-native-sticky-headers
[react-native] Add missing stickySectionHeadersEnabled prop
2017-06-21 15:56:14 +02:00
Nathan Shively-SandersandGitHub e2b573b16a Merge pull request #17339 from marcfallows/marc-popper-arrow
Update popper.js types to 1.10
2017-06-21 06:55:29 -07:00
afractal 6c572e6f16 remove module declaration 2017-06-21 15:22:56 +02:00
Nathan Shively-SandersandGitHub e87f318811 Merge pull request #17306 from stackbuilders/fix-bluebird-types
Fix predicate and object types for bluebird catch method
2017-06-21 06:01:36 -07:00
Nathan Shively-SandersandGitHub 9952e23f7a Merge pull request #17296 from buptyyf/master
add react-list type define
2017-06-21 05:58:47 -07:00
Diogo FrancoandGitHub 127d50604e Add missing type annotation 2017-06-21 18:31:26 +09:00
Diogo FrancoandGitHub f69b0a3e02 history: Update test 2017-06-21 18:25:10 +09:00
Diogo FrancoandGitHub ba1c6fc6b4 history: Update version number 2017-06-21 18:23:55 +09:00
Diogo FrancoandGitHub dfe6809fb2 history: Update PathUtils for 4.6.2
https://github.com/ReactTraining/history/pull/459
2017-06-21 18:22:33 +09:00
afractal 1b909ed49b fixed problems with v1 definitions and preserved v0 definitions for sharp-timer 2017-06-21 11:09:50 +02:00
Tim Brust 318f7971a5 fix: add correct callback signature 2017-06-21 11:09:45 +02:00
Jan MelcherandGitHub a84aa3a591 Also include null 2017-06-21 10:47:33 +02:00
Tim Brust f4e71e911c fix: enable strict null checks 2017-06-21 10:44:44 +02:00
Diogo FrancoandGitHub 9b9e8dd26d react-loadable: Only default is a valid key by default
Having it be an indexed type prevents use with dynamic import.
2017-06-21 17:44:16 +09:00
Jan MelcherandGitHub f78ae917ae get[Mutation|Subscription]Type() are nullable
According to [`schema.js`](https://github.com/graphql/graphql-js/blob/master/src/type/schema.js#L160), `GraphQLSchema.getMutationType()` and `getSubscriptionType()` may return `undefined`, so the types should reflect that.
2017-06-21 10:42:38 +02:00
Tim Brust 7aaa5e2834 feat: add testingbot-api typings 2017-06-21 10:38:43 +02:00
Joseph Roque 74a8cc9771 Add missing stickySectionHeadersEnabled prop 2017-06-21 00:54:16 -07:00
Nathan Shively-SandersandGitHub a3af39ba43 Merge pull request #17310 from amikhalev/paho-mqtt
[paho-mqtt] Added type definitions and test for paho-mqtt
2017-06-20 20:49:26 -07:00
Marc Fallows 4de541a9fb version 2017-06-21 12:24:16 +10:00
Marc Fallows bed86d743a Update popper.js types to 1.10.2 2017-06-21 12:17:22 +10:00
buptyyf 4f6285cb0c fix version 2017-06-21 09:43:40 +08:00
Wellington Mendoza a8617ad7c7 Update catch definitions to type-check objects for generic types 2017-06-20 19:06:00 -05:00
Alex Mikhalev 12c9726bf2 Removed unnecessary import in paho-mqtt-tests 2017-06-20 17:57:22 -06:00
Nathan Shively-SandersandGitHub fdb5ca5f67 Merge pull request #17336 from timbru31/feature/update-webdriverio
feat(webdriverio): update typings to v4.8, deprecate buttonUp
2017-06-20 15:28:54 -07:00
Nathan Shively-SandersandGitHub f803e3444d Merge pull request #17334 from larrybahr/master
cordova-plugin-x-socialsharing - Added chooserTitle to SocialSharingPlugin.ShareOptions
2017-06-20 15:18:37 -07:00
Nathan Shively-SandersandGitHub 2a7a329b91 Merge pull request #17332 from cirick/oauth2_v3_types
[oauth2-server] Updated types for V3
2017-06-20 15:16:11 -07:00
Nathan Shively-SandersandGitHub 97264c4d93 Merge pull request #17328 from DerKnerd/patch-1
Update index.d.ts in page
2017-06-20 15:15:07 -07:00
Nathan Shively-SandersandGitHub cf4aa3574f Merge pull request #17326 from jeffrysteven/master
Update @types/vis index.d.ts - rollingMode option from boolean to object.
2017-06-20 15:10:52 -07:00