Commit Graph
15937 Commits
Author SHA1 Message Date
Masahiro Wakame 4f4cd97d1f Merge pull request #7397 from nkovacic/angular-locker
Angular Locker definition
2016-01-09 23:02:26 +09:00
Masahiro Wakame 014ce19b89 Merge pull request #7393 from nkovacic/angular-toastr
Angular Toastr
2016-01-09 22:59:53 +09:00
Masahiro Wakame 3b89646a9d Merge pull request #7391 from chrootsu/lodash-countBy
lodash: signatures of _.countBy have been changed
2016-01-09 22:59:14 +09:00
Masahiro Wakame 4311600617 Merge pull request #7188 from pchab/pchab-patch-1
add ios optional parameters for cordova media.play
2016-01-09 22:52:47 +09:00
Masahiro Wakame b2a2e97f2d Merge pull request #7333 from kdcllc/patch-1
Update StatusBar.d.ts
2016-01-09 22:52:32 +09:00
Masahiro Wakame 08c3a66812 Merge pull request #7344 from Offlein/master
Removing quotes from easystarjs type definition classname.
2016-01-09 22:52:19 +09:00
Masahiro Wakame 90f5b9d7e9 Merge pull request #7373 from chrootsu/lodash-isArguments
lodash: signatures of _.isArguments have been changed
2016-01-09 22:52:05 +09:00
Masahiro Wakame 345af08c19 Merge pull request #7349 from vlesierse/master
Added typings for react-router-bootstrap
2016-01-09 22:51:16 +09:00
John Reilly 1ff1390269 Merge pull request #7528 from rdogmartin/master
Make MenuOptions extend MenuEvents
2016-01-09 06:53:59 +00:00
rdogmartin 36797eab8f Added test 2016-01-08 08:42:09 -07:00
Horiuchi_H ba257a9b91 Merge pull request #7527 from sgiughese/patch-3
Add sortDirectionCycle in interface IColumnDefOf
2016-01-08 22:04:06 +09:00
Horiuchi_H 2150610fa2 Merge pull request #7523 from bradacina/master
github-electron showOpenDialog() should return string[]
2016-01-08 22:02:08 +09:00
Horiuchi_H 097a513256 Merge pull request #7432 from elisee/patch-1
stylus: Add missing Renderer.render() variant
2016-01-08 21:59:13 +09:00
Horiuchi_H f508fb80c4 Merge pull request #7531 from theosherry/master
Update to typings of consolidate.js
2016-01-08 21:58:29 +09:00
tiso 868b56d377 Modify scpacing for sortDirectionCycle in interface IColumnDefOf 2016-01-08 10:08:21 +01:00
Basarat Ali Syed 4639f126d2 Merge pull request #7496 from wcomartin/master
Add leaflet.fullscreen library definitions
2016-01-08 16:36:45 +11:00
Bogdan Radacina 77669f3150 Add showOpenDialog tests for both call variants 2016-01-08 09:07:05 +11:00
Theo Sherry a3e6a61013 ready for PR 2016-01-07 12:52:19 -05:00
Theo Sherry c339d634e8 ready for PR 2016-01-07 12:49:39 -05:00
rdogmartin b42a5d8b6c Merge pull request #1 from rdogmartin/rdogmartin-patch-1
Add item property to MenuUIParams in JQueryUI
2016-01-07 09:49:07 -07:00
rdogmartin d12cb4f80a Add item property to MenuUIParams in JQueryUI
The ui parameter that is returned to the caller in jQueryUI menu events (e.g. select) has an optional property named item, but it was not included in this type file.
2016-01-07 09:43:34 -07:00
rdogmartin fe1d50cbd3 Make MenuOptions extend MenuEvents
The menu widget definition does not allow a MenuEvents object to be passed to it during initialization. For example, this gives an error from TypeScript:

$el.menu({select: (e, ui) => { }});

I modified the MenuOptions definition to extend MenuEvents and removed MenuEvents from the Menu interface definition. This makes it consistent with how the other widgets are defined and allows both options and events to be defined when creating a menu widget.
2016-01-07 08:55:23 -07:00
tiso 9028ed35ea Add sortDirectionCycle in interface IColumnDefOf 2016-01-07 16:21:51 +01:00
William Comartin c4df2bf9f0 change file names to match that of npm and bower 2016-01-07 08:59:33 -05:00
Bogdan Radacina 0eb88e69d7 showOpenDialog returns string[]
The showOpenDialog() function returns string[] as per https://github.com/atom/electron/blob/master/docs/api/dialog.md
2016-01-07 20:19:49 +11:00
Horiuchi_H 81b951f1ac Merge pull request #7406 from labrute/patch-1
Add missing semicolon in ui-grid.d.ts file
2016-01-07 13:06:54 +09:00
Horiuchi_H e3eb4896b0 Merge pull request #7518 from RX14/master
Winreg typings
2016-01-07 13:05:38 +09:00
Horiuchi_H af22ba0ffe Merge pull request #7517 from jppellerin/aws-sdk-dynamo
Adding availability for the DynamoDB Document Client
2016-01-07 13:04:39 +09:00
Horiuchi_H e7453edcfe Merge pull request #7506 from tkqubo/xmldom
add xmldom
2016-01-07 12:57:25 +09:00
Horiuchi_H ca32893471 Merge pull request #7521 from horiuchi/update-contributors
update CONTRIBUTORS
2016-01-07 12:55:31 +09:00
Horiuchi_H 7320acef39 update CONTRIBUTORS 2016-01-07 12:52:55 +09:00
Horiuchi_H 17381003c6 Merge pull request #7505 from seanzer/master
Fix issue with es6 style import
2016-01-07 12:36:12 +09:00
Horiuchi_H bcf61d5fe4 Merge pull request #7504 from aleung/field-fix
Move 'field' to ES6 module definition style.
2016-01-07 12:34:16 +09:00
Horiuchi_H c539b0e794 Merge pull request #7500 from kenfdev/backbone-relational
backbone-relational : added 'static' to methods according to the docs
2016-01-07 12:33:16 +09:00
RX14 d0aa1d004b Add winreg typings. 2016-01-06 21:59:46 +00:00
Jean-Philipe Pellerin 6ca23c0d69 Adding availability for the DynamoDB Document Client 2016-01-06 16:49:09 -05:00
William Comartin 68186adc6d Leaflet-Fullscreen make Options optional 2016-01-06 09:54:28 -05:00
Horiuchi_H f11e49cfb7 Merge pull request #7494 from samvloeberghs/foundation-sites
Foundation sites
2016-01-06 17:51:57 +09:00
Sam Vloeberghs 86ce8c127d restored contributors 2016-01-06 09:30:21 +01:00
sean 98b769b9e1 Fix issue with es6 style import 2016-01-06 00:07:57 -08:00
Sam Vloeberghs 3c44b9c4d8 updated implicit any + duplicate id + patch version to 6.1.1 2016-01-06 08:45:41 +01:00
Sam Vloeberghs 4a9a8a49ea updated implicit any + duplicate id + patch version to 6.1.1 2016-01-06 08:45:05 +01:00
Leo Liang de2a074c56 Move to ES6 module definition style. 2016-01-06 15:23:15 +08:00
Horiuchi_H dab0fb7cb7 Merge pull request #7498 from seanzer/master
Add callback parameter to sendPendingData method def'n
2016-01-06 12:48:19 +09:00
Horiuchi_H 6d036ff450 Merge pull request #7486 from scarrier/master
Fix definition for IFieldGroup
2016-01-06 12:38:29 +09:00
Horiuchi_H fdd28b5f05 Merge pull request #6796 from tkrotoff/karma-coverage
Definition for karma-coverage
2016-01-06 12:29:09 +09:00
Ken Fukuyama da661942bf added 'static' to methods according to the docs 2016-01-06 11:42:47 +09:00
Horiuchi_H ec3ddd75c4 Merge pull request #7492 from KiiConsortium/kii-cloud-sdk-v2.4.0
Updates kii-cloud-sdk v2.3.0 -> v2.4.0
2016-01-06 10:17:10 +09:00
Sean Lee 41745c212a Add callback parameter to sendPendingData method def'n 2016-01-05 15:50:39 -08:00
William Comartin a1feab7b71 fix test 2016-01-05 16:59:37 -05:00