Stefan Steinhart
aaf2dcd5d6
+ tickFormat also directly accepts a string parameter
2015-07-02 21:17:45 +02:00
John Reilly
d73cbcb405
Merge pull request #4777 from Seltzer/jquery-validation-update
...
Update jquery.validation bindings and tests
2015-07-02 12:52:54 +01:00
Nathan Pitman
9319bd0b03
Update jquery.validation bindings and tests. Changes include:
...
* Relaxed $.validator.format so that the arguments don't have to be strings. Added overloads, so that if called with just a template and no arguments, it returns a curried function, as per http://jqueryvalidation.org/category/validator/ . $.format might need changing (?) but I haven't touched it as it's deprecated anyway. Added tests.
* Place everything inside a JQueryValidation module to avoid cluttering the global namespace
* Split Validator into Validator and ValidatorStatic interfaces for correctness. Subdivide tests accordingly.
* Change rules to be typed as a RulesDictionary rather than an Object.
* Change ValidationOptions.groups to be { [groupName: string]: string } rather than Object.
* Change ValidationOptions.onclick, onfocusout and onkeyup from bool | Function to ShouldValidatePredicate, an alias for boolean | ((element: HTMLElement, event: JQueryEventObject) => void). Added more tests
2015-07-02 23:03:43 +12:00
Horiuchi_H
4ba73ef59f
Merge pull request #4790 from garyham/master
...
doc for Model constructor (new) should be optional
2015-07-02 12:04:47 +09:00
Gary Hamilton
fdc6193b12
doc for Model constructor (new) should be optional
2015-07-01 15:00:14 +01:00
Horiuchi_H
c7b1128cc9
Merge pull request #4784 from danmarshall/master
...
Added Maker.js typings
2015-07-01 12:27:51 +09:00
Horiuchi_H
142428727d
Merge pull request #4774 from zeldigas/patch-1
...
missing allowed parameters for methods
2015-07-01 12:25:51 +09:00
Dan Marshall
ed20b4a1a1
explicit test
2015-06-30 15:48:23 -07:00
Dan Marshall
60cd7fbc76
wrap url in angle brackets
2015-06-30 15:40:55 -07:00
Dan Marshall
fccf5124f1
added header correctly
2015-06-30 15:36:45 -07:00
Dan Marshall
3cfc049ea8
fixed test errors
2015-06-30 15:31:57 -07:00
Dan Marshall
d1d50b6963
added test file
2015-06-30 15:26:40 -07:00
Dan Marshall
54d39afb11
Create makerjs.d.ts
2015-06-30 14:12:17 -07:00
Dmitry Pavlov
abecee27fb
missing allowed parameters for methods
2015-06-30 15:09:24 +03:00
Basarat Ali Syed
6f04d25ad3
Merge pull request #4738 from angular/angular2
...
Update angular2 typings for alpha.28.
2015-06-28 10:49:02 +10:00
Masahiro Wakame
572c98991e
Merge pull request #4759 from drinchev/master
...
when.d.ts - add ability to return primitive from catch callback
2015-06-28 09:14:36 +09:00
drinchev
93f6359ec9
when.d.ts - add ability to return primitive from catch callback
2015-06-27 10:42:30 +02:00
Masahiro Wakame
2c96e9e777
Merge pull request #4755 from devnixs/master
...
Added typescript definitions for angular-odata-resources
2015-06-27 14:25:42 +09:00
Masahiro Wakame
82b2745457
Merge pull request #4753 from vilmosioo/vilmosioo-fix/IHttpProviderDefaults
...
IHttpProviderDefaults should have a cache property
2015-06-27 14:24:23 +09:00
Masahiro Wakame
6710c3c068
Merge pull request #4752 from tigerxy/patch-1
...
Update chrome.d.ts
2015-06-27 14:23:39 +09:00
Masahiro Wakame
b837ae15f0
Merge pull request #4751 from FalloutPL/patch-2
...
Update google.maps.d.ts
2015-06-27 14:13:58 +09:00
Masahiro Wakame
8e939f49bf
Merge pull request #4750 from ccapndave/classname
...
classnames: initial commit
2015-06-27 14:13:15 +09:00
Masahiro Wakame
1e0ba036ee
Merge pull request #4748 from ccapndave/route-recognizer
...
route-recognizer: initial commit
2015-06-27 14:11:04 +09:00
Masahiro Wakame
f4b0bacc88
Merge pull request #4747 from ccapndave/cuid
...
cuid: initial commit
2015-06-27 14:10:19 +09:00
Masahiro Wakame
b009ee233e
Merge pull request #4743 from lazutkin/master
...
Fixes borisyankov/DefinitelyTyped#4742 ctor definition of ObjectId
2015-06-27 14:03:35 +09:00
Masahiro Wakame
6201d8f574
Merge pull request #4634 from CSharpFan/f/fix-angular-local-storage
...
Set the correct namespace on angular-local-storage
2015-06-27 14:02:51 +09:00
Masahiro Wakame
f301888c18
Merge pull request #4678 from chbrown/yargs-check-args-return
...
Reflect actual Argv#check() usage in check() type declaration
2015-06-27 14:01:56 +09:00
Masahiro Wakame
a1e27f6aec
Merge pull request #4737 from mariusfilipowski/master
...
Support for Deactivating Compiler Option "Allow implicit any" in AmplifyJS.d.ts
2015-06-27 14:01:09 +09:00
Masahiro Wakame
cacb421e5b
Merge pull request #3825 from Boltmade/foundation_5_support
...
Foundation 5 support
2015-06-27 13:30:01 +09:00
Masahiro Wakame
25a2b0a03b
Merge pull request #4602 from mnahkies/when-settle
...
when.js - Add definition with test for when.settle, add a test for when.all
2015-06-27 13:29:17 +09:00
Masahiro Wakame
28fb135f25
Merge pull request #4723 from itokentr/master
...
Update glob and minimatch
2015-06-27 13:28:15 +09:00
Masahiro Wakame
00b1c2ce6a
Merge pull request #4735 from MattiLehtinen/master
...
Update for karma-jasmine 0.3.3+
2015-06-27 13:27:33 +09:00
Masahiro Wakame
d8bfbf6687
Merge pull request #4640 from nfantone/lodash/sample-arraywrapper
...
Add sample() to LoDashArrayWrapper interface
2015-06-27 13:26:32 +09:00
Masahiro Wakame
06efba40d8
Merge pull request #4733 from shaban/patch-2
...
Update ace.d.ts
2015-06-27 13:24:56 +09:00
Masahiro Wakame
497e3f6d79
Merge pull request #4731 from msallin/master
...
Q: Support for the Q.noConflict() method.
2015-06-27 13:22:45 +09:00
Masahiro Wakame
eada82934e
Merge pull request #4720 from gildorwang/fix-d3-bisector
...
fix d3 bisector type signature
2015-06-27 12:51:38 +09:00
Masahiro Wakame
09ba0bab1e
Merge pull request #4719 from TrevorDev/patch-1
...
change fromEvent to allow element of any type
2015-06-27 12:32:08 +09:00
Masahiro Wakame
fd4e99d063
Merge pull request #4715 from slozier/patch-1
...
Make getRenderedRange arguments optional
2015-06-27 12:03:02 +09:00
Masahiro Wakame
f18af4dc40
Merge pull request #4714 from dpogue/angular-translate
...
Update angular-translate to return module name.
2015-06-27 11:54:37 +09:00
Masahiro Wakame
072a2f67bb
Merge pull request #4713 from RyanCavanaugh/react-jsx
...
Combine internal/external React .d.ts files and prepare for TS JSX
2015-06-27 11:30:00 +09:00
Masahiro Wakame
6b2bfd1fde
Merge pull request #4710 from Kern0/add-polyline
...
Create declaration file for Polyline
2015-06-27 11:24:56 +09:00
Masahiro Wakame
9cf502e3c1
Merge pull request #4709 from vvakame/mocha-node
...
separate mocha node.js definition
2015-06-27 11:23:52 +09:00
Raphael ATALLAH
af8ab1810c
Updated static method return types
2015-06-26 12:17:02 -07:00
Raphael ATALLAH
528e735521
Updated definitions author
2015-06-26 12:14:56 -07:00
Raphael ATALLAH
cfe994e4ae
Added definitions for angular-odata-resources
...
https://github.com/devnixs/ODataAngularResources
2015-06-26 11:49:12 -07:00
Vilmos Ioo
a4619c4555
Changed to correct type
2015-06-26 14:31:10 -04:00
Vilmos Ioo
04c84eece2
IHttpProviderDefaults should have a cache property
...
The defaults of angular's $httpProvider have a cache property. https://docs.angularjs.org/api/ng/provider/$httpProvider#defaults
2015-06-26 14:22:43 -04:00
tigerxy
f74233fbfe
Update chrome.d.ts
...
Missing line added for chrome.bookmarks.onMoved
2015-06-26 17:29:40 +02:00
FalloutPL
0c85dc3d18
Update google.maps.d.ts
...
Missing *overview_polyline* in DirectionsRoute as defined in: https://developers.google.com/maps/documentation/javascript/directions
2015-06-26 16:22:48 +02:00
Dave Keen
cd3b9a69dc
classnames: initial commit
2015-06-26 16:08:39 +02:00