Scott
a96d185882
Types/lodash -- update with new functions ( #18738 )
...
* feat(lodash): update types and list of lodash functions
* fix: add missing typings for flatMapDepth
* test(lodash): update test with newly added function
Note: pullAllWith is not included
* fix: add missing entries in tsconfig.json
* feat: add and generate new modules
* fix(lodash): improve typings
* fix: update with latest flatMap types
* fix(lodash): remove redundant types for updateWith method
* fix(lodash): improve types of flatMapDeep and flatMapDepth and tests
replace Many with ListOfRecursiveArraysOrValues
2017-09-25 13:55:37 -07:00
discharged-spider
ff54e80074
Fixed Navigator.renderPage. ( #19728 )
...
Added new parameter to Navigator.renderPage, because Navigator does not works without it.
2017-09-25 13:53:24 -07:00
efokschaner
d371b8e934
three: BufferGeometry.setIndex accepts number[] ( #19897 )
...
This PR includes the suggestions recommended (by myself) in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19577 .
If we merge this, please close the other.
Thanks @assafcw for identifying the original fix.
2017-09-25 13:51:31 -07:00
Matt Martin
76948bcf31
minor: add "playsinline" attribute to <video/> ( #19530 )
...
* adding optional 'playsinline' attribute to HTML5 video tag
* also adding playsinline to v15
2017-09-25 13:50:05 -07:00
Pasi Eronen
267302d9a7
passport-oauth2: add types ( #20012 )
2017-09-25 13:03:50 -07:00
Daniel Rosenwasser
f020f37da2
Added type declarations for 'documentdb-session'. ( #19992 )
2017-09-25 12:33:12 -07:00
Zev Spitz
73dd199e0f
Microsoft Office (Desktop) via Automation ( #19987 )
...
* Merge updates (#4 )
* Merge upstream updates (#5 )
* Initial commit for MS OFfice Automation
* Modified activex-excel and tests; activex-msforms
* ADODB tests, DAO tests
* msforms, msxml, mshtml
* MSXML tests
* Office, VBIDE, Word
* Word
* Word
* Outlook, Powerpoint
* Added project URL for stdole
* Added 'private' to package.json
* activex-adodb fixes
* remove public member-access
* activex-adodb fixes
* activex-adodb tests fixes
* activex-adodb-tests fix
* activex-adodb-tests fix -- no-unnecessary-generics
* remove public modifier
* TravisCI fixes
* More TravisCI fixes
* More TravisCI fixes
2017-09-25 12:32:34 -07:00
Tomasz Kryśkiewicz
5aaf1436d3
[axios-mock-adapter] add typings ( #19973 )
...
* [axios-mock-adapter] add typings
* [axios-mock-adapter] include dependencies and fix linting issues
2017-09-25 12:28:52 -07:00
Kyle Vogt
430f4cf0be
Heroku logging ( #19969 )
...
* Created typings for heroku-logger
* add support for constructor function that is also exported by heroku-logger
2017-09-25 12:24:53 -07:00
Thecentury
487f822f05
Added definitions for dateDisabled and cuscomClass options. ( #19694 )
2017-09-25 12:21:52 -07:00
Jonathan Sheely
5d6648e218
mapValues can accept a single param and output entire object ( #19786 )
2017-09-25 12:20:55 -07:00
calebboyd
891de135be
fix: add static named Promise export ( #19859 )
2017-09-25 12:20:32 -07:00
Ahmed T. Ali
a82b876e9c
(webpack): add missing possible 'entry' types ( #19977 )
...
* fix(webpack): add missing possible 'entry' types
resolves #19972
* style(webpack): fix spacing
* style(webpack): add parentheses
I've added parentheses around the return type of `EntryFunc` to clarify
the correct type is `() => (...types)` not `(() => string) | ...types`
2017-09-25 12:19:32 -07:00
Djemel
54cfc26a91
@types/webpack - output.library should allow both string and string[] ( #19959 )
...
output.library allows for string array like this
output: {
filename: './dist/dist.js',
library: ['namespaceA', 'solutionA']
}
2017-09-25 12:19:08 -07:00
Per Svensson
e9f670010b
Default export and removing namespace ( #19863 )
...
* Default export
* Correct imports for tests
* Update react-virtualized-select-tests.tsx
* Correct imports and cleaning
2017-09-25 12:18:03 -07:00
Daniel Cassidy
f06067665b
[restify] Correct and tighten type declarations. ( #19909 )
...
* Remove spurious exports.
restify does not export the constructors for Server or
Router.
* Correct type of 'bunyan' export.
I'm not sure where the previous definitions came from, but
they definitely do not match restify 5.0.1.
restify.bunyan is not callable. It is a namespace that
contains various helper functions and objects relating to
logging with bunyan.
* Specify stricter types for ServerOptions.
`ca`, `certificate` and `key` are passed through to as
the corresponding options to https.createServer().
`spdy` is passed through to spdy.createServer().
* Correct type signature for formatters.
2017-09-25 12:15:45 -07:00
Denis Bendrikov
56bbef5c87
Handy imports for angular-toastr ( #19967 )
...
This change to the module definition allows ES6 style imports, e.g. import { IToastBaseConfig } from 'angular-toastr';
2017-09-25 12:13:02 -07:00
Guilhem Brouat
e1ad95baa4
Removing myself from authors ( #19971 )
...
* [openlayers] Added missing functions and configuration property added by openlayers 4.1.0
* Added tests
* Removed myself from authors
2017-09-25 12:12:35 -07:00
codeaid
ea8777c6ea
Update react-dropzone definitions to v4.1.3 ( #20004 )
...
* Moved type definitions for v3.13 to a subdirectory
* Updated react-dropzone type definitions to v4.1.3
2017-09-25 12:12:23 -07:00
Chris Grigg
cfe96c0b59
ChartLegendLabelOptions.fontStyle is a string ( #20006 )
...
Per docs at http://www.chartjs.org/docs/latest/configuration/legend.html#legend-label-configuration . Tested in code, string works correctly.
2017-09-25 12:12:05 -07:00
Roy Xue
a139f83712
[react-datepicker]Add select time feature for react-datepicker 0.55 ( #20009 )
...
* Add select time feature for react-datepicker
* Fix lint error
2017-09-25 12:11:50 -07:00
Benjamin Lichtman
4f55152cbc
Merge pull request #19768 from amritk/master
...
Added some missing members to googlemaps opening_hours
2017-09-25 11:06:17 -07:00
SheetJSDev
55feb7cdec
remove xlsx types ( #19889 )
...
original discussion:
- DefinitelyTyped/DefinitelyTyped#16500
- SheetJS/js-xlsx#655
2017-09-26 01:18:58 +09:00
York Yao
29ca22c8b0
[React] change createElement declaration ( #19858 )
...
* fix https://github.com/Microsoft/TypeScript/issues/15019
* change the stable v15 declaration too
* catch-all case also take string
* add string for test
2017-09-26 01:14:17 +09:00
loopArray
e835076e1e
@types/echarts Modify namespaces from ECharts to echarts ( #19507 )
...
* Modify namespaces from ECharts to echarts
Modify namespaces from ECharts to echarts. Because the global variables in the window browser using echarts rather than ECharts.
If I don't use UMD or AMD or commonjs way to use echarts, ECharts compiled in the browser can not find.
* ECharts is only a type not a constructed function
2017-09-26 01:04:59 +09:00
smhxx
1cbfd46ddf
Adding CompositeDisposable class and finishing IConfig methods ( #19993 )
2017-09-26 00:56:18 +09:00
Benjamin Lichtman
128d91997f
Merge pull request #19855 from valeriangalliat/docopt-export
...
Fix docopt export format
2017-09-25 08:39:04 -07:00
Benjamin Lichtman
1a8df7520e
Merge pull request #19739 from telerik/kendo-ui-2017.3.913
...
feat: upgrade Kendo UI definitions to 2017.3.913
2017-09-25 08:37:34 -07:00
Benjamin Lichtman
a3d835e02c
Merge pull request #19782 from dobrakmato/patch-3
...
Correct interface fields in FfprobeData
2017-09-25 08:36:09 -07:00
Benjamin Lichtman
7224283b9a
Merge pull request #19805 from lavyun/master
...
Add declarations for 'mockjs'
2017-09-25 08:35:08 -07:00
Valérian Galliat
b07f7501df
docopt: export DocoptOption
2017-09-25 10:34:14 -04:00
Valérian Galliat
40dc2228bb
docopt: fix export format
2017-09-25 10:33:55 -04:00
Steve Ognibene
f3948899b4
Merge pull request #19829 from googol/bigjs
...
[big.js] named module export
2017-09-25 10:31:00 -04:00
Miika Hänninen
46ac6f8485
Add separate tests for the global exports
2017-09-25 09:44:40 +03:00
Miika Hänninen
f8be1136f2
Enable strict null checking
2017-09-25 09:44:35 +03:00
Miika Hänninen
f83ae7c7ca
Add global definition block
2017-09-25 09:44:29 +03:00
Miika Hänninen
5571cb5cb7
Add linting
2017-09-25 09:44:22 +03:00
Miika Hänninen
8cbb73d9ec
Change tests to reflect the new typings
2017-09-25 09:44:19 +03:00
Miika Hänninen
0d330d96e8
Type the named export Big of big.js
2017-09-25 09:44:13 +03:00
Miika Hänninen
fa2e4f11ae
Remove global big.js declaration
2017-09-25 09:43:46 +03:00
Stamo-Gochev
617f1abe8e
feat: upgrade Kendo UI definitions to 2017.3.913
...
The fixes for Alert, Confirm and Prompt messages in:
332ca267d1 (diff-6892c3337024d80c66687f1e88553bf2)
are no longer necessary as they are addressed by us in:
23ea31e4fb (diff-8192a644b53dbe67e6aeddfe95e4d12a)
2017-09-25 09:15:53 +03:00
Cort Spellman
1066f6fb82
[ramda]: Correct order of reducing-fn params in reduceRight ( #18798 )
...
The reducing function in Ramda's reduceRight has signature
(elem: T, acc: TResult) => TResult,
as per https://github.com/ramda/ramda/blob/v0.24.0/src/reduceRight.js .
The order of the parameters was switched at
68d1dc19fb
2017-09-24 15:39:09 +09:00
Eloy Durán
040a0eb7c5
Merge pull request #19047 from dannycochran/patch-8
...
update react-native image source typing
2017-09-23 11:56:27 +02:00
lavyun
af4c13d92b
update module import
2017-09-23 10:06:33 +08:00
Benjamin Lichtman
7c594cbdfd
Merge pull request #19813 from matrumz/master
...
[better-sqlite3] Added fileMustExist to DatabaseOptions
2017-09-22 16:30:43 -07:00
Benjamin Lichtman
33a665e52b
Merge pull request #19939 from davidka/change-wrong-selection-content-type
...
Change wrong selection content type
2017-09-22 15:36:09 -07:00
Benjamin Lichtman
3a3f903a08
Merge pull request #19954 from ckanibal/mongoose-fix
...
@types/mongoose: done-callback supports a optional error parameter
2017-09-22 14:14:40 -07:00
Danny Cochran
3675e134d1
remove whitespace
2017-09-22 12:41:41 -07:00
Benjamin Lichtman
f2ebf075a7
Merge pull request #19801 from KillerCodeMonkey/master
...
@types/quill - add strict and scrollContainer fields to QuillOptionsStatic interface
2017-09-22 10:48:29 -07:00
Benjamin Lichtman
962f75d9bb
Merge pull request #19964 from kondi/bricks.js
...
Add definitions for 'bricks.js'
2017-09-22 10:46:22 -07:00