Matthieu Mourisson
e42789a720
Add type definition for morris.js (morrisjs.github.io/morris.js/) ( #9189 )
...
* Added definition for line, area and donut chart options
* Added bar charts options
* Added JSDoc everywhere
* Added morris-test.ts test
* Added SetData function on chart objects
* renamed morris.d.ts to morris.js.d.ts
* rename morris-test.ts to morris-tests.ts
* test fix
* file renaming
2016-05-10 00:23:29 +09:00
Luka Jeran
d907a0156a
Fix IFormController methods in angular.d.ts ( #9234 )
2016-05-10 00:04:41 +09:00
goonsunday
70e45e7ac8
Add optional parameter extraHeaders to soap method. ( #9233 )
2016-05-10 00:03:58 +09:00
Joseph M Blank
9ea072966d
Added definition for jQuery Steps. ( #9230 )
...
* Added definition for jQuery Steps.
* Renamed files to match npm naming.
* Fixed reference in test file.
2016-05-10 00:01:48 +09:00
Gwyn Judd
66dcd24735
Made fragmentOverride parameter for loadUrl optional ( #9229 )
2016-05-09 23:57:56 +09:00
Isman Usoh
b332be4e13
Add a new type definition for Randomstring ( #9252 )
...
* Create randomstring-tests.ts
* Create randomstring.d.ts
2016-05-09 17:38:42 +09:00
Linda_pp
d9e73fad7d
github-electron: Fix callback's return type of app.makeSingleInstance() ( #9250 )
...
The callback should return `void`, not `boolean`.
https://github.com/electron/electron/blob/master/docs/api/app.md#appmakesingleinstancecallback
2016-05-09 17:37:39 +09:00
Andrey Lipatkin
00cb576708
Fixing favIconUrl property name typo for TabChangeInfo class ( #9249 )
...
* Fixing favIconUrl property name typo for TabChangeInfo class
* Empty commit to trigger Travis CI
2016-05-09 17:36:26 +09:00
Leonid Suprun
cd61385a5d
sugarjs: DateRange update ( #9243 )
2016-05-09 17:32:18 +09:00
jacky.chen
557f086186
Fixed the incorrect parameter type in the constructor of https.Agent ( #9232 )
2016-05-09 17:28:09 +09:00
Rajab Shakirov
4119c4ab78
update react-calendar-timeline.d.ts ( #9238 )
...
by issue: https://github.com/namespace-ee/react-calendar-timeline/issues/17#issuecomment-217128161
2016-05-09 17:25:37 +09:00
Ramil Kadraliev
f882b322b9
Renamed queryString in SignalR.Hub.Options to qs ( #9214 )
...
for setting query string parameter Signalr's method 'hubConnection' processes 'options.qs' parameter , not 'options.queryString'
2016-05-09 17:24:39 +09:00
James Tarling
af57239852
Fix for duplicate USB event ( #9236 )
2016-05-09 17:23:49 +09:00
Jason Jarrett
6052959591
Merge pull request #8337 from eloekset/Globalize
...
Globalize definition for NuGet package v0.1.3.
2016-05-06 09:58:33 -07:00
Evan Martin
ea5859b23c
fix the type of google-closure-compiler CompileOptions ( #9228 )
...
The type shown in the JSDoc is wrong. This patch copies the sample
code from the README into the test to verify that the type is right.
2016-05-06 07:44:19 -06:00
PatrickJS
02ba1e3e95
Update falcor-http-datasource.d.ts ( #9087 )
2016-05-06 17:38:07 +09:00
Christian Beilschmidt
cf059e978e
add setExtent to ol.proj.Projection and make transform ol.geom.Point accept ol.proj.Projection ( #9076 )
...
* make transform `ol.geom.Point` accept `ol.proj.Projection`
* transform is described here: http://openlayers.org/en/v3.0.0/apidoc/ol.geom.Point.html#transform
** "Can be a string identifier or a ol.proj.Projection object."
* add `setExtent` to ol.proj.Projection
* setExtent is described here: http://openlayers.org/en/v3.0.0/apidoc/ol.proj.Projection.html#setExtent
** "Type `ol.Extent`"
2016-05-06 17:34:08 +09:00
Molly Ling
067edc80b9
Added ecdhBob() to freedom.d.ts. ( #9221 )
...
* Added ecdhBob() to freedom.d.ts.
* Updated version number for freedom.
* Updated style.
2016-05-06 04:01:40 +09:00
Dan Vanderkam
a34efe0fd8
Allow _.min(object) and _.max(object). ( #9222 )
...
Fixes #8961
2016-05-06 04:01:21 +09:00
Xavier Stouder
2102cab39a
Add property ( #9220 )
2016-05-06 03:59:22 +09:00
Marcel Buesing
48352f5f29
Enable ES6 like import syntax for nedb ( #9217 )
...
* Enable ES6 like import syntax for nedb
* Add nedb v1.8 changes
2016-05-06 03:59:10 +09:00
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