Commit Graph

2471 Commits

Author SHA1 Message Date
Boris Yankov
94792ba2f6 Merge pull request #1113 from csrakowski/PhonegapNotification
(Phonegap) Notification.confirm with buttonLabels array
2013-10-11 21:06:11 -07:00
Boris Yankov
24b81548bd Merge pull request #1131 from derekcicerone/patch-21
Fix future bugs in slickgrid.d.ts
2013-10-11 21:05:35 -07:00
Boris Yankov
f90c0763c6 Merge pull request #1130 from derekcicerone/patch-20
Fix future bugs in moment.d.ts
2013-10-11 21:05:24 -07:00
Boris Yankov
f2f6a95b4b Merge pull request #1129 from derekcicerone/patch-19
Fix future bugs in leaflet.d.ts
2013-10-11 21:04:53 -07:00
Boris Yankov
063531ba5c Merge pull request #1132 from derekcicerone/patch-22
Fix optional argument in slickgrid.d.ts
2013-10-11 21:04:17 -07:00
Boris Yankov
bef0f87e63 Merge pull request #1128 from derekcicerone/patch-18
Fix jquery.d.ts break with TypeScript 'develop' branch
2013-10-11 21:03:44 -07:00
Derek Cicerone
cdbcec0205 Fix optional argument in slickgrid.d.ts
From looking at the code, this argument appears to be optional.  Also, we are omitting it in our code and it works.
2013-10-11 21:46:59 -04:00
Derek Cicerone
65000321ad Fix future bugs in slickgrid.d.ts
The 'develop' version of the TypeScript compiler is pickier about generics being fully specified.  I believe these are the proper missing types.
2013-10-11 21:02:37 -04:00
Derek Cicerone
690b190b09 Fix future bugs in moment.d.ts
The 'develop' version of the TypeScript compiler requires all generics to be fully specified.  I believe these arrays should all be numbers: http://momentjs.com/docs/#/parsing/array/
2013-10-11 20:49:44 -04:00
Derek Cicerone
5b00360b17 Fix future bugs in leaflet.d.ts
The 'develop' TypeScript compiler is pickier about generics being fully specified.  In this case, 3 arrays could be more specific about the type of elements.
2013-10-11 20:40:00 -04:00
Derek Cicerone
d3124df1d4 Fix jquery.d.ts break with TypeScript 'develop' branch
The beta compiler is smarter about detecting inconsistencies:
jquery.d.ts(192,11): error TS2189: Interface 'JQueryEventObject' cannot simultaneously extend types 'BaseJQueryEventObject' and 'JQueryInputEventObject':
Types of property 'metaKey' of types 'BaseJQueryEventObject' and 'JQueryInputEventObject' are not identical.

Documentation seems to indicate 'boolean' is correct: http://api.jquery.com/event.metaKey/
2013-10-11 20:23:28 -04:00
basarat
bd8fc348a4 Merge pull request #1125 from rsmithh/patch-1
Added chrome.identity.getAuthToken
2013-10-11 03:25:24 -07:00
rsmithh
6b1d7dfc65 Added chrome.identity.getAuthToken 2013-10-11 10:37:44 +01:00
basarat
02cf900812 Merge pull request #1119 from tomkuijsten/master
Added generic overload method declarations for the ko.utils.arrayX funct...
2013-10-10 18:53:21 -07:00
basarat
4ced5f7abb Merge pull request #1116 from rsmithh/patch-1
Update chrome.d.ts
2013-10-10 18:50:04 -07:00
Boris Yankov
6e7284fd52 Merge pull request #1121 from johnnyreilly/master
jQuery Validation: added missing errorList / errorMap properties and valid / size / hideErrors functions
2013-10-10 10:33:28 -07:00
John Reilly
6b8d398be9 Added errorList / errorMap properties and valid / size / hideErrors functions with associated tests 2013-10-10 17:02:39 +01:00
Tom Kuijsten
b8829669a7 Added generic overload method declarations for the ko.utils.arrayX functions 2013-10-09 13:43:24 +02:00
rsmithh
0fb291f31f Update chrome.d.ts
Fix argument to BookmarkRemovedEvent
2013-10-08 17:13:21 +01:00
Diullei Gomes
52952e923b Merge pull request #1112 from flurg/master
New definition file and tests for mCustomScrollbar
2013-10-05 18:27:20 -07:00
Diullei Gomes
4afd742b79 Merge pull request #1099 from BMeyerKC/Knockout.Mapper
Knockout.Mapper Basic Definitions
2013-10-05 18:23:41 -07:00
Diullei Gomes
2597c4a3c2 Merge pull request #1098 from AdamLay/master
Added Chrome App Definitions + Tests
2013-10-05 18:19:43 -07:00
Diullei Gomes
c0c9838628 Merge pull request #1091 from derekcicerone/patch-11
Create cometd.d.ts
2013-10-05 18:17:33 -07:00
basarat
7c4c03b5da Merge pull request #1115 from dimchansky/google-maps-fix
fixed getTileUrl method signature of ImageMapTypeOptions interface
2013-10-05 09:11:35 -07:00
Christiaan Rakowski
2374fc4589 changed Array<string> to string[], and added test 2013-10-05 17:55:17 +02:00
Dmitrij Koniajev
f66d407c43 fixed getTileUrl method signature of ImageMapTypeOptions interface 2013-10-05 18:25:36 +03:00
Sarah
0e80e00f0f Changed project URL to github project 2013-10-04 10:27:04 +01:00
Sarah
4cf391a754 Updated to include new mCustomScrollbar details 2013-10-04 09:45:57 +01:00
Sarah
8d3766f092 New definition and tests for mCustomScrollbar 2013-10-04 09:34:13 +01:00
basarat
b64710bdf5 Merge pull request #1110 from derekcicerone/patch-16
Fix noImplicitAny in handlebars.d.ts
2013-10-03 18:54:50 -07:00
Derek Cicerone
4f3546a1e5 Fix noImplicitAny in handlebars.d.ts
* diff from the previous change is on line 20 - "options" needed to be optional
2013-10-03 12:11:32 -04:00
Diullei Gomes
a7e3a4fa75 Merge pull request #1089 from derekcicerone/patch-10
Create when.d.ts
2013-10-03 08:05:34 -07:00
Diullei Gomes
d7c2d11468 Merge pull request #1109 from kyo-ago/master
Add AppFramework
2013-10-03 07:50:51 -07:00
kyo-ago
119c213c5e bug fix 2013-10-03 22:23:35 +09:00
kyo-ago
5c4de2e90f Merge remote-tracking branch 'main/master' 2013-10-03 22:03:00 +09:00
kyo-ago
e6f2fa8481 add toggleClass 2013-10-03 22:02:28 +09:00
Christiaan Rakowski
688387ff35 Notification.confirm with buttonLabels array 2013-10-03 10:28:47 +02:00
basarat
0b11d4cea9 Merge pull request #1107 from derekcicerone/patch-15
Fix noImplicitAny in zeroclipboard.d.ts
2013-10-02 20:54:08 -07:00
basarat
c41200f038 Update easeljs.d.ts 2013-10-03 13:47:58 +10:00
basarat
615b4aad10 Merge pull request #1106 from golear/patch-1
Added mouseMoveOutside to Stage class
2013-10-02 20:46:37 -07:00
Derek Cicerone
4b087f54e5 Fix noImplicitAny in zeroclipboard.d.ts
* checked all of these against the source code, they should all be correct (no assumptions about return types this time :)
2013-10-02 22:02:30 -04:00
golear
7de857e379 Added mouseMoveOutside to Stage class
Stage.mouseMoveOutside was missing.  Added it.
2013-10-02 21:00:01 -05:00
basarat
29c3c36ef9 Merge pull request #1104 from wiredprairie/patch-4
Added WinJS.Binding.Template class
2013-10-02 17:01:36 -07:00
Aaron
dbcb92dc96 Update win.js to include the Template class 2013-10-02 11:25:04 -05:00
Aaron
856043d464 Added WinJS.Binding.Template class
I did not add the unusual function `render.value(...)` as I didn't know how to represent that cleanly in TypeScript.
2013-10-02 08:41:56 -05:00
basarat
f898e01954 Merge pull request #1103 from derekcicerone/patch-14
Add missing r, g, b for RGBColor and empty() for Selection
2013-10-02 05:21:29 -07:00
Derek Cicerone
2f6ef85160 Add missing r, g, b for RGBColor and empty() for Selection 2013-10-01 15:00:04 -04:00
basarat
2a1a03c61f Controller is a valid directive member 2013-10-01 22:27:10 +10:00
Brandon Meyer
6a57e34602 Knockout.Mapper Basic Definitions 2013-09-30 23:55:47 -05:00
Adam Lay
229b4c5211 Added Chrome App Tests
Added Chrome app tests file and amended Readme.
2013-09-30 23:46:02 +01:00