Commit Graph

18908 Commits

Author SHA1 Message Date
delphinus
ba346f04dc Add definition for backbone-fetch-cache (#9216) 2016-05-06 03:57:35 +09:00
Michael Seemann
402d392c68 add static method isValid to type ObjectId. see https://github.com/mongodb/js-bson/blob/master/lib/bson/objectid.js (#9213) 2016-05-06 03:55:35 +09:00
WuJun
03273c1dbe Add ts define file for avoscloud-sdk in npm. (#9147)
* Add ts define file for avoscloud-sdk in npm.

* rename  file by comments.
2016-05-06 03:54:52 +09:00
philippdrebes
16debdc8db Added a property to the bootstrap.datepicker definition (#9212)
* bootstrap.datepicker: added property assumeNearbyYear to DatepickerOptions

* bootstrap.datepicker: formatting
2016-05-06 03:52:15 +09:00
murraybauer
69111ae0ba Union & Intersection should return a Twix object (#9210)
Union & Intersection functions currently return a string type, this should be a Twix object.

See docs: http://isaaccambron.com/twix.js/docs.html
2016-05-06 03:49:28 +09:00
Jiawei Li
f748ed9ab5 fix(backbone): add Collection.add merge option (#9195)
This option is documented at http://backbonejs.org/#Collection-add.
2016-05-06 03:43:14 +09:00
Vladimir
198189b722 Fixed wrong definition for aws sns publish method (#9205)
http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SNS.html#publish-property
2016-05-06 03:19:32 +09:00
Derrick Liu
cc14a78043 react-select: update props to match Select and Async source files (#9127)
* Add an export for Option so we can use it directly

* Update tests to import the newly exported Option

* Add missing props from latest `react-select` 1.0.0-beta12

* Add menuRenderer function and interface for its named props

* This argument should be optional.

* `tabSelectsValue` should be a boolean, not a string

* Update tests with new props

* Export menu renderer props so devs can write typesafe `menuRenderer` functions

* Make sure to check exports in tests, since it's likely users won't be using <reference... >
2016-05-06 03:17:45 +09:00
mick delaney
f86e99d05c Universal Access To The Module (#9206)
Redeclare as Global module.
2016-05-06 03:12:02 +09:00
Giedrius Grabauskas
c8393a0018 Added type definitions for react-swipeable (#9204)
* Init react-swipeable.d.ts file

* Added react-swipeable-tests.tsx file.
2016-05-06 03:04:41 +09:00
Olivier Adam
30f28ebb7d Make nunjucks typings usable without AMD (#9201)
The existing typings were only usable when using modules. Using the
global `nunjucks` variable was not possible.

I used `js-yaml/js-yaml.d.ts` as an example of a typing that was usable
both as a module and as a global variable.

The indentation of the whole file was changed because the base
indentation used to be 2 (namespace inside module) and is now 1.

The existing test is working as is.
2016-05-06 02:45:32 +09:00
Pascal Birchler
347d4d7614 Update jsonwebtoken typings for 6.2.0 (#9200)
* Update SignCallback for jsonwebtoken 6.0 compat

* Update whole definition for jsonwebtoken 6.2.0

* Update signature for jwt.sign() in tests

* Change type of error callback param
2016-05-06 02:36:17 +09:00
Andrew Fong
51baa79ead Add exportChartLocal function for HighCharts (#9194) 2016-05-06 02:33:40 +09:00
t_
2eaeb872aa update ISelection in atom/atom.d.ts (#9198) 2016-05-06 02:33:16 +09:00
Leon Yu
b8948c7009 fs.mkdtemp and fs.mkdtempSync (#9197) 2016-05-06 02:29:21 +09:00
Tijmen van der Burgt
0a00f6e409 Update typings for oidc-token-manager (#9137) 2016-05-06 02:28:00 +09:00
Rajab Shakirov
1e5bb9f454 add initial typing for react-datepicker (#9188)
* add initial typing for react-datepicker

* add any for props
2016-05-06 02:15:56 +09:00
Milan Burda
77664bdf01 Update to Electron 0.37.8 - forgotten header (#9169) 2016-05-06 02:14:44 +09:00
Leon Yu
716ab1bdda Fix isomorphic-fetch module setup (#9144) 2016-05-06 02:14:33 +09:00
huyph
6b44986641 Correct AmPieChart typings (#9193)
* Correct AmPieChart typings

AmPieChart should inherit from AmChart (as mentioned in the AmChart website: https://docs.amcharts.com/javascriptcharts/AmPieChart)

* Removed the duplicate addListener

AmChart class should already have description for 'addListener'
2016-05-06 02:10:13 +09:00
BobBuehler
e1860b07df Update to winreg 1.2.0 (#9157)
* Update to winreg 1.2.0

* Used @link for jsdoc on WinregStatic constructor. Updated jsdoc on Options.arch.
2016-05-06 02:02:41 +09:00
Michael Zabka
9143f1233f Add missing implementation of crypto-js ciphers (#9191)
* there ware uncoverred typings for cipher of crypto-js
* was updated version number of crypto-js
* added test cases #9133
2016-05-06 02:02:01 +09:00
Alex Gorbatchev
311d63427a Updates redux-actions to allow payload and meta typing. (#9124) 2016-05-06 01:57:56 +09:00
Steve
36c7b30eb3 Initial typings for react-scrollbar (#9185)
* Initial typings for react-scrollbar

* Fixed tests
2016-05-06 01:57:42 +09:00
Steve
d1555d272c Initial typings for react-autosuggest (#9184)
* Initial react-autosuggest typings

* Fixed tests
2016-05-06 01:54:59 +09:00
Steve
2fe3e9681e Initial typings for react-imageloader (#9183)
* Initial react-imageloader typings

* Fixed tests
2016-05-06 01:51:08 +09:00
Christian Beilschmidt
6d5af489f8 Fixed dagre-d3 and extended dagre (#9143)
* added the `options` field to dagre's `setEdge`

* added a test as well
* changed some style issues according to linter (var -> let)

* exported `dagre-d3` so it is possible to import it with SystemJS

* Atom's TypeScript package now accepts the import
* changed some style issues according to linter (var -> let)

* changed `let` to `const` whenever it is possible.

* changed `let` to `const` whenever it is possible.

* `const` is possible here as well because the object reference does not change.
2016-05-06 01:49:08 +09:00
Michael Zlatkovsky
ceb795ce89 Remove password parameter from workbook protect/unprotect (#9072)
It is not possible to use a password for protection/unprotection via the API.
2016-05-06 01:47:25 +09:00
Rajab Shakirov
b7e92198bb Added type definitions for react-calendar-timeline (#9158)
* Added type definitions for react-calendar-timeline

* fix not implicit any in react-calendar-timeline.d.ts

* add reference to react

* add react-calendar-timeline-tests.tsx
2016-05-06 01:25:01 +09:00
my-name-is-sascha
d35cd79f88 add resolveClientLocale() to angular-translate (#9179) 2016-05-06 01:24:38 +09:00
Markus Wagner
3db3624fa3 Definitions for angular-deferred-bootstrap added (#9178) 2016-05-06 01:23:44 +09:00
Syncfusion-JavaScript
28b96be7ad Add Ej typescripts. (#8886)
* Ej typescripts v14.1.0.41 added

* Ej typescripts updated.

* Email updated.

* Ej typescripts v14.1.0.41 added.

* Ej typescripts added

* Mobile and web contents moved to widgets directory.
2016-05-06 01:23:23 +09:00
Thanabodee Charoenpiriyakij
36a1be34db Add returnValues() function to SpyAnd interface (#9175) 2016-05-06 01:14:46 +09:00
hberntsen
e843172c97 Update stats.js typings to v0.16.0 (#9153) 2016-05-06 01:07:52 +09:00
Steve Ognibene
73f7bb9969 Merge pull request #9150 from EnableSoftware/knockout-tasks
Add support for `ko.tasks` API in Knockout.js v3.4.0
2016-05-03 11:35:54 -04:00
Xavier Stouder
74c909751b Add torrent-stream definitions (#9111)
* Add torrent-stream definitions

* Fix

* Update torrent-stream.d.ts

* Update torrent-stream-tests.ts

* Options needs to be optional

* Fix
2016-05-04 00:24:40 +09:00
Matt Brooks
1faa6f7a7e Remove knockout.deferred.updates plugin
Acting on advice to remove the plugin, which is obsolete as of
Knockout.js v3.4.0. In v3.4.0, Knockout.js includes native support for
the functionality previously provided by this plugin. The plugin's API
now conflicts with the official API.
2016-05-03 13:44:49 +01:00
Abd ar-Rahman Hamidi
e05e1f6f83 Add additional option of compression at compression.d.ts (#9165) 2016-05-02 01:20:03 +09:00
Evan Hahn
0dcacf4517 Update Helmet definitions for Helmet 2.0.0 (#9162) 2016-05-02 01:19:36 +09:00
Joel Day
80327be277 Declarations for Kik browser API library. (#9164)
* Definitions for the Kik browser integration library.

* Add module declaration.

* Minor fixes + tests.
2016-05-02 01:19:20 +09:00
Milan Burda
1b14446e5d Update to Electron 0.37.8 (#9161)
* Update to Electron 0.37.8

* Fix exchanged interceptBufferProtocol / interceptStringProtocol + add handler types to avoid duplicates
2016-05-02 01:17:09 +09:00
Sergey Rubanov
925bf8b076 add title property to TabChangeInfo (#9163) 2016-05-02 01:16:58 +09:00
Roger Chen
53c91ff9a7 Add typings for react-split-pane (#9160) 2016-05-02 01:09:52 +09:00
Scott Rippee
15d1bacc2b Adding type definition for slackify-html (https://github.com/mrq-cz/s… (#9145)
* Adding type definition for slackify-html (https://github.com/mrq-cz/slackify-html)

* Fixed name of test file
2016-05-02 01:09:35 +09:00
Yoshiki Shibukawa
8cc14d5597 update Mithril.js definition from 0.1.x to 0.2.4 (#4523) 2016-05-02 00:56:57 +09:00
ascoders
152fb904df update react-router.d.ts (#9066)
add basename to MatchArgs
2016-05-02 00:55:36 +09:00
cedric lombardot
649cae3279 [Async] Detect signatures callback (#9116)
Fix signatures of detect callbacks to follow doc https://github.com/caolan/async#detect
2016-05-02 00:53:44 +09:00
cedric lombardot
8d4f60d532 [Async] Update filter signature (#9123)
Filter signature do not correspond to documentation https://github.com/caolan/async#filter
2016-05-02 00:53:22 +09:00
kwiateusz
28cd028ab8 Ionic update (#9152)
* update of ionic typings

* ionic test update

* update according suggestion of optional param
2016-05-02 00:53:03 +09:00
Sam Verschueren
3063f61d0e Add array-find-index (#9151) 2016-05-02 00:52:48 +09:00