Commit Graph

29176 Commits

Author SHA1 Message Date
Denis
e4e4d4223f Publish kdbush definition (#16107)
* Publish kdbush definition

* Definition changes based on comments
@andy-ms

* Add semi-colon
2017-04-25 10:53:46 -07:00
Cyril Schumacher
8712d50b29 Add definition for procfs-stats (#16127)
* Add definition for "throng".

* Add definition for procfs-stats.

* Update definition header.

* Fix mistake.
2017-04-25 10:29:25 -07:00
Cyril Schumacher
4bf3c5c926 Add definition for "pidusage". (#16126)
* Add definition for "throng".

* Fix tslint errors.

* Add definition for "pidusage".

* Remove definition for "throng".

* Fix mistakes.
2017-04-25 10:28:28 -07:00
Cyril Schumacher
031d1a1b33 Add definition for "throng" (#16123)
* Add definition for "throng".

* Fix tslint errors.

* Fix mistakes.

* Fix mistake.

* Replace "class" by "interface".
2017-04-25 09:50:25 -07:00
Jan Wolf
80729fa6ca Add typings for auto-sni (#16081)
* no message

* Added more specific types
2017-04-25 09:48:10 -07:00
Tom Wanzek
b6746d73a2 D3 Update to 4.8.0 (d3-array 1.2 [Feature/Fix] and d3-format 1.2 [Feature]) (#15904)
* Update d3-format to v1.2
* [Feature] Adds support for optional "percent" suffix in locale definition.
* Added tslint.json file

* [d3-array] Update to version 1.2
* [Feature]: Add `tickIncrement(...)`
* [Fix]: Fix incorrect  return type of tickStep(...). The correct return type is `number` instead of `number[]`
* [Chore]: Updated related comments

* [d3] Update minor version to 4.8

* Fix d3-format related linting errors.
2017-04-25 09:45:20 -07:00
Daniel Perez Alvarez
37af92fb27 Add types for redux-devtools-extension (#16089) 2017-04-25 08:49:27 -07:00
Diogo Franco
3a5dc062d9 Add type definitions for qhistory (#16115) 2017-04-25 08:34:22 -07:00
Olivier
31185fe81a Add generics support to MVCArray. (#15432)
Tests cleaning.
2017-04-25 07:52:56 -07:00
John Reilly
422acb931f Merge pull request #16113 from janechu/users/janechu/add-cite-as-react-html-attribute
fix(react): add cite attribute
2017-04-25 05:22:50 +01:00
Jane Chu
4854ed7cb5 fix(react): add cite attribute 2017-04-24 15:14:20 -07:00
Yui
6fdf8dc0ba Merge pull request #16009 from DefinitelyTyped/update_react-sortable-hoc
[react-sortable-hoc] Update props type to be empty object instead of void
2017-04-24 14:57:33 -07:00
Sriram Thiagarajan
669b518e91 knex: added *Distinct functions (#16094)
* added knexjs *Distinct functions

These functions seem to have been added in v0.10.0 - 620ade8c6d/CHANGELOG.md (other-changes-2)

* fix typo
2017-04-24 08:18:27 -07:00
Thomas Tilkema
931b3306e5 [detect-it] Add typings (#16074)
* Added definition for detect-hover

* Added definition for detect-passive-events

* Added definition for detect-pointer

* Added definition for detect-touch-events

* Added definition for detect-it

* Deleted unnecessary package.json
2017-04-24 08:07:54 -07:00
Alexandro Libertino
24b56d44ab add typings for "node-ipc" package (#16070)
* add typings for node-ipc package

* fix tslint error
2017-04-24 08:06:53 -07:00
Ali Taheri Moghaddar
f67e0a4703 Add typings for react-faux-dom (#16072) 2017-04-24 07:57:18 -07:00
Phoenix359
893a6331ba cropperjs - Added the methods: zoomTo & rotateTo and the event: zoom (#15591)
* Added the methods: `zoomTo` & `rotateTo` and the event: `zoom`

Also changed the 6 events to have the correct (different) interface for the property: detail.

* Updated react-cropper to newest cropperjs
2017-04-24 07:56:09 -07:00
Johan Gorter
8bb580b846 Sinon.JS Added missing methods (#15942)
* Added missing methods

* added test for sinon getCalls
2017-04-22 08:24:14 -07:00
Richard Wilburn
556084b73a L.mapbox.accessToken is no longer a const but instead a settable variable (#15907)
L.mapbox.accessToken is now set-able for left hand assignment as opposed
to being a const. This matches the mapbox-gl typescript definition now
and the intended behavior of mapbox (js).

This solves the issue raised here:
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/15898
2017-04-22 08:20:38 -07:00
Ian Copp
ad0f7f7838 Add electron-settings module (#16052)
* Add electron-settings package

* Correct for JSON typing

* Update to export interface instead of class
2017-04-21 13:51:43 -07:00
Kombu
2bfb3cae13 [vue-i18n.d.ts] Add types for vue-i18n (#16053) 2017-04-21 13:18:21 -07:00
JayAndCatchFire
2a866911d4 Add types for 'karma-chai' package (#16050) 2017-04-21 13:00:16 -07:00
StefanSchoof
f8c3c17107 SharePoint: Update package description (#16016)
* SharePoint: Update package description
Remove Version (works with more Versions)
Remove work project (was the no longer maintained typedef project)

Closes #15965

* Add link to jsom documentation

* Readd Version
2017-04-21 10:54:54 -07:00
Xiang Gao
68a96ccab0 update draft-js.d.ts (#16033)
* update draft-js.d.ts

export as namespace Draft;

* fix typo
2017-04-21 10:33:00 -07:00
Ben Rogers
0691dc0101 Updated redux-immutable-state-invariant for v2.0.0 (#16040) 2017-04-21 08:11:26 -07:00
Alexander James Phillips
4340843152 Boom, add test and allow for payload to be extended (#15961)
* Boom, add test and allow for payload to be extended

* Do not use I prefix for interface names
2017-04-21 07:32:06 -07:00
Shun Sato
50ae147fbb fix(ioredis): allow RedisOptions.retryStrategy to return number | false (#15858) 2017-04-21 07:30:16 -07:00
Karol Janyst
7290661a96 Fix export for debounce, add tslint.json (#16035)
* Fix export for debounce, add tslint.json

* Add clear method
2017-04-21 07:29:22 -07:00
taoqf
45db0d6087 Add jweixin weixin-app ccap qr-image defination (#15801)
* add weixin-app

* add wx

* add new line at end of file

* tslint wx and wx-app

* fixed test error

* change project name weixin

* rename

* weixin-app Add param this

* change discription of jweixin

* add some Event declaration

* change tslint config
extends dtslint/dt.json

* add defination of ccap, qr-image

* remove redundant jsdoc

* remove doc

* allow overloads

* inline some types

* fix tslint error
2017-04-20 19:54:56 -07:00
Michael Mrowetz
d25913eae3 add types for 'bagpipes' (#15857)
* add types for 'bagpipes.js'

* fix typing feedback
2017-04-20 16:41:21 -07:00
Jeffrey Young
1a688277d3 downloadjs types added (#16032)
* downloadjs types added

* downloadjs inline types, remove unnecessary toString
2017-04-20 14:51:11 -07:00
Alex Lockwood
ca53e5699a Add support for ReadonlyArray<T> to chain() method (#15892)
* Add support for ReadonlyArray<T> to chain() method

* Update index.d.ts

* Made plant method ReadonlyArray-aware as well

* Update index.d.ts
2017-04-20 14:50:09 -07:00
Ali Taheri Moghaddar
1ce0725a6c [material-ui] Improve DatePicker types (#15886)
* Improve DatePicker types

* Add DatePickerDialog to direct imports

* Add @alitaheri as maintainer
2017-04-20 13:30:03 -07:00
Vito
789f03ed80 add undocumented prop instanceId to react-select (#15891) 2017-04-20 11:54:28 -07:00
Karoline
c54350e763 Made strictNullChecks true (#15890) 2017-04-20 11:53:54 -07:00
Eloy Durán
a7e9769870 Merge pull request #15958 from systemride/getInitialNotification
react-native: PushNotificationIOS.getInitialNotification should return a Promise
2017-04-20 20:51:23 +02:00
Eloy Durán
56d0d226da Merge pull request #15877 from systemride/master
react-native: Add mode property to DatePickerAndroid options
2017-04-20 20:49:59 +02:00
Roman Jurkov
6b2ce48a8e issue 15880 added unless method for @types/koa-jwt (#15881)
* issue 15880 added unless method for @types/koa-jwt

added back tslint that was removed by mistake

* fixed compile error, and added UnlessOptions

* removed booleanType and added ctx to custom method
2017-04-20 11:49:27 -07:00
Josh Toft
f77f0a912d Add markdown-it-anchor (#15878) 2017-04-20 11:48:24 -07:00
mikezilla
d5ab4962c7 Update dotSize option to match code/documentation (#15869) 2017-04-20 11:43:44 -07:00
Ben Southgate
d2ea87560e swagger-schema-official: fix Schema.additionalProperties (boolean -> Schema) (#15866)
* fix: Schema.additionalProperties (boolean -> Schema)

* chore: update author
2017-04-20 11:43:06 -07:00
Ben Dixon
42c26dbe9c fixing the typings for selenium-webdriver/testing (#15854) 2017-04-20 11:36:10 -07:00
Nick Redmond
814efe633e react-native: PushNotificationIOS.getInitialNotification should return a Promise 2017-04-20 11:35:26 -07:00
Dan Vanderkam
8595416269 Use dtslint for Lodash map and add pluck variant (#15574) 2017-04-20 11:34:52 -07:00
Brendan Abolivier
6389fb3171 Changed optional property to required property (#15820) 2017-04-20 11:33:30 -07:00
Eloy Durán
e99f7c8e4c Merge pull request #16031 from systemride/permissions-android
react-native: Update PermissionsAndroid types
2017-04-20 20:33:17 +02:00
Nick Redmond
7bdbb4cdc8 react-native: Update PermissionsAndroid types 2017-04-20 11:28:29 -07:00
João Forja
677e0ac511 Changed cuid to a variable and added slug method to it. (#15793)
* Changed cuid to a variable and added slug method to it.

* Reverted change
2017-04-20 11:16:42 -07:00
Pat Sissons
54f335248d Cleaning up both react transition group type definitions (#15701)
* updating both transition group type definitions
this patch makes the type definitions more consistent with naming and react usage conventions.
additionally updating the version for react-addons-transition-group to 15.0

* adjusting naming of props to be better aligned with the react namespace.
This will remove the React* prefix in favour of allowing react namespace access like React.*
This will also address breaking compatibility with existing type definitions.
2017-04-20 11:15:56 -07:00
Sebastian Haas
76bc8c2564 Updated vexflow type definitions (#15741)
* updated vexflow type definitions

* increased version number
2017-04-20 11:07:29 -07:00