overthesanity
7d2faae15d
[@types/webpack-dev-server] Module augmentation and descriptions for type defs ( #26895 )
...
* Make module augmentation and update type defs for webpack-dev-server
* Make module augmentation and update type defs for webpack-dev-server
* Make module augmentation and update type defs for webpack-dev-server
* Make module augmentation and update type defs for webpack-dev-server
2018-07-03 09:39:38 -07:00
Ryan Price
72d2038348
Add string to Tether.ITetherOptions.classes ( #26873 )
...
Boolean is used for disabling classes while strings is used for overriding. See docs: http://tether.io/
2018-07-03 09:37:19 -07:00
Ernesto
64407a18dd
React js pagination ( #27022 )
...
* Add type definitions for react-js-pagination
* Add tslint file and remove import statement from index.ts
* Fix tslint errors
* Enable noImplicitThis and strictNullChecks in tsconfig
2018-07-03 09:36:34 -07:00
Panagiotis Kapros
6f63454dcf
add 2 missing constructor parameters ( #26907 )
2018-07-03 09:35:25 -07:00
ikokostya
ca19f9ce6c
[js-yaml] Revert return type of loader functions to any ( #26883 )
...
Reverts https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24385
2018-07-03 09:35:12 -07:00
Alex Brick
52a1ad8ea6
[splunk-logging] New type definition for splunk-logging module ( #27015 )
2018-07-03 09:29:13 -07:00
sktbcbbs
7b43a570da
Add Types for react-coinhive ( #27010 )
...
* Add Types for react-coinhive
* Update TypeScript version (#27010 )
2018-07-03 09:28:29 -07:00
Haydos
e5c9bcdaea
New typings for bpmn-moddle ( #27005 )
...
* Initial Typings for bpmn-moddle
* Removal of Camunda Typings from repository
* Header file and ensuring tslint extends correctly
* Fix for tslint extending incorrectly
* Removal of whitespace on line 1 for test runner.
* Removed all additional tslint rules. Added corresponding fixes to typings.
* Minor change to restart timing out build - Issue:20308
2018-07-03 09:26:31 -07:00
Wan Bachtiar
2dd2e60a64
[mongodb] Added countDocuments() and estimatedDocumentCount() ( #27008 )
...
* Added countDocuments() and estimatedDocumentCount() as count() is deprecated. See NODE-1501
* Added deprecated sign for count
* Format deprecated comment per review. Removed @kikar as requested.
2018-07-03 09:24:37 -07:00
Keen Yee Liau
48d3739bf3
karma: Add typings for 'middleware' in ConfigOptions ( #26882 )
...
Karma config accepts a list of middleware as documented here:
http://karma-runner.github.io/2.0/config/configuration-file.html
2018-07-03 09:24:00 -07:00
Pankaj Pandey
bc4d86eeab
Update index.d.ts ( #26978 )
...
* Update index.d.ts
* Replace any with NativeTouchEvent
2018-07-03 09:23:43 -07:00
Hugo Dozois
4feaeec401
Fix issue where Stripe.plans.list would not support options ( #26996 )
...
- added active & product options
2018-07-03 09:23:23 -07:00
Bryan Braun
6c9feeeb6c
fix: convert tabs to spaces in index.d.ts ( #26994 )
2018-07-03 09:23:00 -07:00
Elizabeth Samuel
139f48f1b2
office-js: update Project typos ( #27004 )
2018-07-03 09:22:43 -07:00
Ahmed Ghoneim
566e039485
Add Types for react-primitives ( #26973 )
...
* add types for react-primitives
* Add new lines
* remove custom linting rules
2018-07-02 21:07:31 -07:00
Whemoon Jang
ec281ea2f1
Fix Issue #17865 : Add ioredis sscan and sscanStream command types ( #26980 )
2018-07-02 16:32:15 -07:00
Alex LaFroscia
8d8a086e45
[ember]: fix composition of Mixins ( #26999 )
2018-07-02 16:31:56 -07:00
Alex Jerabek
925b118069
Adding manifest editing guidance link ( #27003 )
2018-07-02 16:31:41 -07:00
DABH
76b331dea7
Remove winston typings from DT, they are bundled with repo now ( #27002 )
2018-07-02 15:59:19 -07:00
Harris Lummis
ed918315eb
ADD: init types for streamtest ( #27001 )
2018-07-02 15:37:59 -07:00
Christopher Dieringer
0537223e2b
feat(nanographql): init ( #26998 )
2018-07-02 15:12:37 -07:00
Claas Ahlrichs
be9eed967e
new package: "match-sorter" ( #26968 )
...
* generated files for "match-sorter" package
* added initial set of tests
* drafted export for matchSorter function
* added support for options.keys
* added support for options.threshold
* added support for options.keepDiacritics
* removed caseRankings
* fixed issues highlighted by: "npm run lint match-sorter"
* switched to "export =", rather than "export default"
2018-07-02 14:07:03 -07:00
Lluís Ulzurrun de Asanza Sàez
b9ec897502
Add yesql definitions ( #26993 )
...
* Add yesql definitions
* yesql: Fix definition of default exported function
2018-07-02 13:29:15 -07:00
Paul van Brenk
193ebff52f
Merge pull request #26992 from DefinitelyTyped/revert-26740-patch-1
...
Revert "[@types/hapi] Add null to Request.params and Request.payload"
2018-07-02 12:35:11 -07:00
Elizabeth Samuel
3b761f9d6c
updated based on comments ( #26990 )
2018-07-02 12:08:03 -07:00
Paul van Brenk
6f0fdfee67
Merge pull request #26780 from noamkfir/vuex-i18n
...
vuex-i18n - Nested Translations interface and support for translateIn with two parameters
2018-07-02 10:55:08 -07:00
Paul van Brenk
cd759b1ffc
Revert "[@types/hapi] Add null to Request.params and Request.payload"
2018-07-02 10:51:13 -07:00
Paul van Brenk
d6f0c2f3f0
Merge pull request #26827 from YangusKhan/master
...
(re-opened) Type definitions for slate-react
2018-07-02 10:48:48 -07:00
Kiyohiko Heima
5218288661
Add react-svg-inline types ( #26987 )
...
* Add react-svg-inline types
* Convert indent to space
2018-07-02 10:30:02 -07:00
Elizabeth Samuel
f7c288b067
office-js - add omitted Project APIs ( #26984 )
...
* add omitted Project APIs
* added self as owner
2018-07-02 10:29:20 -07:00
hellraisercenobit
d107181642
Add Linear method definition ( #26806 )
2018-07-02 10:23:42 -07:00
Denny Harijanto
efe2163873
Type Definitions for Summernote ( #26874 )
2018-07-02 10:23:05 -07:00
Tal Steiner
1232946154
Add missing fields to UnparseConfig interface ( #26985 )
2018-07-02 18:21:10 +01:00
Patrick Pan
b64fefa8ed
Change staticContext to optional prop, instead of possibly undefined (but required) ( #26645 )
2018-07-02 10:19:11 -07:00
Glynn Bird
a4d91b3b8f
nano - added startkey & endkey to DocumentListParams interface ( #26749 )
...
* added startkey & endkey to DocumentListParams interface
* added comments to sh show that end_key is an alias for endkey
2018-07-02 10:18:46 -07:00
liyong
89eff75944
feat: add six-runtime ( #26976 )
...
* feat: add six-runtime
* fix: add test
* style
* style
* style
2018-07-02 10:10:50 -07:00
DUBREZ Samuel
ab2a4f66b0
Add maxFileSize to MultipartBodyParser interface ( #26940 )
2018-07-02 10:09:08 -07:00
Mato Ilic
bc2502ba54
add generatePath function export introduced in react-router 4.3.0 ( #26876 )
2018-07-02 10:08:18 -07:00
Sebastian Silbermann
d336ec7181
[react-big-calendar]: make event type generic ( #26872 )
...
Enables type checking in various getter methods and enables some
nice IntelliSense for accessor strings.
This however does not check if the accessed attribute actually
returns a string.
Change does not pass dtslint if compiled against typescript 2.6.
2.6 seems to have trouble infering the correct generic type.
2018-07-02 10:07:39 -07:00
woitechen
155be3a701
New package: 'hard-source-webpack-plugin' ( #26972 )
...
* Add definitions to 'hard-source-webpack-plugin' package
* Run 'npm test'
2018-07-02 10:07:00 -07:00
Riley Miller
1188e75e66
added type for count column ( #26864 )
2018-07-02 10:06:35 -07:00
Stoian Ivanov
4bb84f6a19
combine possible error types in single type and use it for verification callback ( #26853 )
2018-07-02 10:05:00 -07:00
Retsam
24aa1a07b7
Reorder observable overrides to handle the any case better ( #26854 )
2018-07-02 10:04:30 -07:00
Matthew Al-Sheikh
edec023667
react-select - adds classNamePrefix as property of ReactSelectProps interface ( #26829 )
2018-07-02 10:04:01 -07:00
Dainel Yule
6eb6c4ea55
[@types/d3-transition] Add a new type to d3-transition that represents either a selection or transition ( #26673 )
...
* Add a new type to d3-transition that represents either a selection or transition.
* Fix linting errors with new type
* Fixed a build error in d3-zoom that was preventing submissions
2018-07-02 10:02:53 -07:00
Jaco Greeff
be78ef130f
[koa-websocket] Expose KoaWebsocket namespace ( #26811 )
...
* Expose KoaWebsocket namespace
* Lint fixes
2018-07-02 10:02:25 -07:00
James Newell
848900d56e
add missing silent value for webpack-serve logLevel ( #26967 )
...
* add missing value for webpack-serve logLevel
* add types for protocol
2018-07-02 10:01:22 -07:00
Tanguy Krotoff
9938c6556b
toDisplayDialog() should return a Dialog ( #26971 )
2018-07-02 09:54:38 -07:00
Panagiotis Kapros
79c9851781
[@types/minio] Add minio promisified removeObjects ( #26857 )
...
* Add minio promisified removeObjects
* bump version to 6.0
2018-07-02 09:54:19 -07:00
Maximo Dominguez
99f83ab60b
remote-redux-devtools: bumped redux version to 4.x & correct (Generic)StoreEnhancer import & TypeScript 2.3 ( #26966 )
...
* chore: bumped redux version to 4.x & correct GenericStoreEnhancer import
* Redux 4 typings uses generic parameter defaults
As of TypeScript 2.3 there is [support for generic parameter defaults](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-3.html#generic-parameter-defaults ). Between [redux@3.6.0 and redux@4.0.0](3e114f8c0f...e95eaf2dc2 (diff-b52768974e6bc0faccb7d4b75b162c99) ) generic parameter defaults were introduced which forces `remote-redux-devtools`' to use at least TypeScript 2.3
* Adding @colindekker to the list of contributors
2018-07-02 09:53:58 -07:00