Commit Graph

10339 Commits

Author SHA1 Message Date
Masahiro Wakame
a2b4e80216 Merge pull request #4811 from johan-gorter/master
added maquette
2015-07-03 22:59:22 +09:00
Masahiro Wakame
476edd356c Merge pull request #4808 from tkrotoff/http-errors
Add definitions for statuses, http-errors and api-error-handler
2015-07-03 22:54:16 +09:00
Masahiro Wakame
a1164247c4 Merge pull request #4807 from feelingsofwhite/master
angular's $anchorScroll can be called with an optional hash parameter
2015-07-03 22:53:11 +09:00
Masahiro Wakame
833bd077f1 Merge pull request #4805 from reppners/d3
+ tickFormat also directly accepts a string parameter
2015-07-03 22:42:30 +09:00
Masahiro Wakame
a00a52aa7b Merge pull request #4800 from erichillah/master
Add definitions for pdf kit libray
2015-07-03 22:20:18 +09:00
Masahiro Wakame
7b676afb60 Merge pull request #4798 from Kilix/packery
Created Packery Typings
2015-07-03 22:19:39 +09:00
Masahiro Wakame
0856354b2e Merge pull request #4793 from Penryn/master
node: Added 'stack' to NodeJS.ErrnoException
2015-07-03 22:08:58 +09:00
Masahiro Wakame
2443c926d1 Merge pull request #4734 from heycalmdown/lodash
lodash: Add _.matchesProperty style to _.find
2015-07-03 21:59:14 +09:00
Masahiro Wakame
66d816fb7c Merge pull request #4787 from meirgottlieb/master
Created typings for FHIR DSTU2 v0.5.0
2015-07-03 21:42:00 +09:00
Masahiro Wakame
99d0393e98 Merge pull request #4779 from dpogue/dexie-module-case
Use lowercase "dexie" to match node module name
2015-07-03 21:27:40 +09:00
Masahiro Wakame
546f042e1a Merge pull request #4775 from DevExpress/master
Update to 15.1.4
2015-07-03 21:22:45 +09:00
Masahiro Wakame
00e3487ce1 Merge pull request #4619 from vilic/patch-2
Update multer declaration
2015-07-03 21:14:31 +09:00
Masahiro Wakame
595f7abce7 Merge pull request #4768 from Jimexist/patch-4
PathOptions.pointerEvents
2015-07-03 21:05:57 +09:00
Masahiro Wakame
0c6df10c00 Merge pull request #4767 from matthewjh/restangular-patch
extends restangular IProvider in IService interface
2015-07-03 21:01:15 +09:00
Masahiro Wakame
3384b751e2 Merge pull request #4664 from davidlipo/master
Changes to SigmaJs and Dagre
2015-07-03 20:47:04 +09:00
Masahiro Wakame
0e137fdd78 Merge pull request #4764 from koresar/master
stampit v2 update
2015-07-03 20:41:59 +09:00
Masahiro Wakame
8245042814 Merge pull request #4727 from Shearerbeard/altjs-typings
Altjs typings
2015-07-03 20:33:27 +09:00
Masahiro Wakame
718536f901 Merge pull request #4736 from woutergd/openlayers3
First start of implementation for a openlayers 3 typescript definition file
2015-07-03 20:32:41 +09:00
Tanguy Krotoff
188cbfcb0c Add definitions for api-error-handler (https://github.com/expressjs/api-error-handler) 2015-07-03 13:31:26 +02:00
Tanguy Krotoff
715bd098cb Add definitions for http-errors (https://github.com/jshttp/http-errors) 2015-07-03 13:31:15 +02:00
Tanguy Krotoff
d404baa8b6 Add definitions for statuses (https://github.com/jshttp/statuses) 2015-07-03 13:31:06 +02:00
Masahiro Wakame
9a844083ae Merge pull request #4761 from nfantone/lodash/sample-wrapper
Change LoDashArrayWrapper -> LoDashWrapper in sample() chaining
2015-07-03 20:28:08 +09:00
Masahiro Wakame
ef5acedf08 Merge pull request #4758 from nakakura/geometry.d.ts
add geometry.d.ts
2015-07-03 20:16:43 +09:00
Johan Gorter
71580d4d6a added maquette 2015-07-03 10:20:46 +02:00
Basarat Ali Syed
1632606f82 Update htmltojsx.d.ts 2015-07-03 13:12:35 +10:00
Basarat Ali Syed
78f02a4759 Merge pull request #4810 from borisyankov/def/htmltojsx
htmltojsx
2015-07-03 13:09:06 +10:00
Basarat Syed
304aa490ec htmltojsx 2015-07-03 13:06:43 +10:00
Stefan Steinhart
aaf2dcd5d6 + tickFormat also directly accepts a string parameter 2015-07-02 21:17:45 +02:00
Eric HILLAH
dff6169755 change let to var 2015-07-02 16:54:13 +02:00
Eric HILLAH
3ef4e12c36 Update to pass travis ci 2015-07-02 16:44:48 +02:00
Eric HILLAH
5846a2b8b1 Add definitions for pdk kit libray 2015-07-02 16:09:29 +02:00
Piraveen Kamalathas
d10586a9e5 Created Packery Files
Completed Typings for Packery v1.4.1
2015-07-02 14:51:59 +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
James Keller
12a6d207e4 angular's $anchorScroll can be called with an optional has parameter ~ see https://code.angularjs.org/1.4.1/docs/api/ng/service/$anchorScroll 2015-07-01 22:42:50 -06: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
Joe Herman
e6967ede70 node: Added stack to NodeJS.ErrnoException 2015-07-01 16:10:11 -04:00
Gary Hamilton
fdc6193b12 doc for Model constructor (new) should be optional 2015-07-01 15:00:14 +01:00
Meir Gottlieb
2e726b1dca FHIR: Added resourceType to DomainResource. Updated Resource to not extend Element. Updated primitive types so that they are automatically generated. 2015-07-01 07:37:59 -06:00
heycalmdown
839ae68663 lodash: Comments for _.detect 2015-07-01 12:34:43 +09: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
Meir Gottlieb
6a6afcb2ea Fixed name per 'npm test' for fhir typings 2015-06-30 20:13:31 -06:00
Meir Gottlieb
73aa6c31ed Added typings for FHIR DSTU2 v0.5.0 2015-06-30 20:10:46 -06: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