Commit Graph

9886 Commits

Author SHA1 Message Date
Masahiro Wakame
03eaa0000c Merge pull request #4565 from TrevorDev/master
added rivets definition and test
2015-06-08 01:37:14 +09:00
Masahiro Wakame
1db3808ae3 Merge pull request #4562 from kkolstad/lodash-typed-remove
lodash: add generic _.remove
2015-06-08 01:33:53 +09:00
Masahiro Wakame
47f165e41a Merge pull request #4543 from robertbaker/Numbro
Added Numbro typedefs (taken from NumeralJS and renamed). Numbro is a…
2015-06-08 01:32:29 +09:00
Masahiro Wakame
dbf51fe545 Merge pull request #4561 from lucyhe/master
Add addResources to i18next and also export i18n in i18next-client module.
2015-06-08 01:30:58 +09:00
Masahiro Wakame
2cc1b52823 Merge pull request #4533 from DevExpress/master
Update to 14.2.7 version
2015-06-08 01:27:56 +09:00
Masahiro Wakame
a118f7c3ba Merge pull request #4552 from ryan10132/add-heap
Created type definitions and tests for heap: https://www.npmjs.com/package/heap
2015-06-08 01:26:01 +09:00
Masahiro Wakame
9fd1f5f3b0 Merge pull request #4547 from bls/master
Add tls.createSecureContext to node.js typing
2015-06-08 00:30:14 +09:00
Masahiro Wakame
71e98c06e1 Merge pull request #4545 from samherrmann/add-parent-property-to-angular-ui-router-state-object
Add parent property to angular-ui-router stateConfig object
2015-06-08 00:29:13 +09:00
Masahiro Wakame
40e44070eb Merge pull request #4539 from Outlivier/gmaps-comments
google.maps.d.ts : Some comments + Icon interface
2015-06-07 23:29:29 +09:00
Masahiro Wakame
ebacc982aa Merge pull request #4531 from jtlan/fixD3
[d3] Fix some errors in the d3 definitions
2015-06-07 23:20:51 +09:00
Masahiro Wakame
e7ae51631f Merge pull request #4536 from themauveavenger/xlsx_defintions
added definitions and tests for project xlsx https://github.com/Sheet…
2015-06-07 23:17:54 +09:00
Masahiro Wakame
3c73ad9656 Merge pull request #4534 from Eikc/master
Corrected an issue that didn't allow me to use an extended PageableCo…
2015-06-07 23:06:48 +09:00
Masahiro Wakame
03befe797f Merge pull request #4528 from dpogue/angular-merge
Add `angular.merge` function
2015-06-07 23:05:45 +09:00
Masahiro Wakame
9b775e57ae Merge pull request #4524 from tomtheisen/patch-2
Update select2 events
2015-06-07 23:05:13 +09:00
Masahiro Wakame
e5d5b89d33 Merge pull request #4522 from sobit/patch-2
add optional() method to Validator interface
2015-06-07 22:34:07 +09:00
Masahiro Wakame
24324595e4 Merge pull request #4520 from jpsfs/master
[jasmine-jquery] Add missing matchers and comments.
2015-06-07 22:21:09 +09:00
Masahiro Wakame
3a656e8fc3 Merge pull request #4519 from ccapndave/rx-pairs
rx: added missing 'pairs' definition
2015-06-07 22:20:33 +09:00
Masahiro Wakame
2e58b31a1d Merge pull request #4516 from nikeee/patch-1
Add UNSTARTED to PlayerState
2015-06-07 22:17:41 +09:00
Masahiro Wakame
d7e649fc32 Merge pull request #4479 from robertbaker/patch-1
Fixed MDPalette definition.
2015-06-07 22:16:41 +09:00
Masahiro Wakame
060d1a8941 Merge pull request #4510 from forumone/underscore-mapObject
Add _.mapObject
2015-06-07 22:16:22 +09:00
Masahiro Wakame
42b79e6e8c Merge pull request #4493 from caitp/fs-extra-opts
Allow optional fs-extra#mkdirs options object
2015-06-07 22:15:09 +09:00
Masahiro Wakame
f0476ac296 Merge pull request #4503 from FalloutPL/patch-1
Missing id for Client interface
2015-06-07 22:10:38 +09:00
Trevor Baron
8ad4c108a2 fix copy paste error 2015-06-05 20:41:14 -04:00
unknown
a46c72a1fb added rivets definition and test 2015-06-05 20:37:42 -04:00
Basarat Ali Syed
8c7444882a Merge pull request #4563 from angular/angular2
Update angular2.d.ts for alpha.26
2015-06-06 10:14:14 +10:00
Alex Eagle
40b0c26618 Update angular2.d.ts for alpha.26 2015-06-05 16:05:26 -07:00
Kenneth Kolstad
ed5be30e62 lodash: add generic _.remove 2015-06-05 15:48:45 -07:00
Lucy He
f3797dc850 Move function so typings are alphabetical. 2015-06-05 18:10:15 -04:00
Lucy He
279425d25f Add typing for addResources. Export i18next-client module. 2015-06-05 18:04:26 -04:00
Igor Kriklivets
48df6f8dd4 Path to jQuery.d.ts changed 2015-06-05 18:57:28 +03:00
Igor Kriklivets
85d9af51b4 Update to 15.1.3 2015-06-05 18:54:04 +03:00
Basarat Ali Syed
8b7cc13f6d Merge pull request #4515 from borisyankov/defs/react-modern-test
React : test for modernComponent
2015-06-05 07:35:06 +10:00
Ryan McNamara
4e5a848013 Created type definitions and tests for heap: https://www.npmjs.com/package/heap 2015-06-04 13:42:34 -07:00
bls
0d8680a11b Add tls.createSecureContext to node.js typing. 2015-06-04 17:46:55 +10:00
Sam Herrmann
5a7baf8191 Add missing "parent" property to angular-ui-router state configuration object
As documented here: http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$stateProvider
2015-06-03 22:13:07 -04:00
Robert Baker
bf09efb39f Added Numbro typedefs (taken from NumeralJS and renamed). Numbro is a maintained fork of the now unmaintained numeraljs. 2015-06-03 16:51:31 -07:00
Josh Petersen
9234328177 minor fix. sheet_to_json only accepts worksheet as a parameter. 2015-06-03 14:25:05 -04:00
Olivier Foissac
4ad9034a40 * Add comments from https://developers.google.com/maps/documentation/javascript/3.19/reference on MarkerOptions, Symbol, SymbolPath, InfoWindow, InfoWindowOptions, LatLng, Point.
* Add missing interface google.maps.Icon.
2015-06-03 18:57:03 +02:00
Josh Petersen
5fdac5f347 added definitions and tests for project xlsx https://github.com/SheetJS/js-xlsx 2015-06-03 09:34:42 -04:00
Eik
45c923a5f8 Corrected an issue that didn't allow me to use an extended PageableCollection in a Marionette.compositeView. 2015-06-03 14:11:42 +02:00
Igor Kriklivets
8636f41070 Fix for previous commit 2015-06-03 12:19:16 +03:00
Igor Kriklivets
fb0ecf0c33 Update to 14.2.7 version 2015-06-03 11:34:16 +03:00
Justin Lan
8ab53b38cf Fix some errors in the d3 definitions
== Interval.offset() ==
Should take a number not a Date as the second parameter
(https://github.com/mbostock/d3/wiki/Time-Intervals#interval_offset)

== svg.line.defined() and svg.area.defined() ==
In two places setter signature for defined() wasn't listed.

== svg.symbol()'s index parameter is optional ==
https://github.com/mbostock/d3/wiki/SVG-Shapes#_symbol
2015-06-02 21:17:55 -07:00
Horiuchi_H
c50b111ded Merge pull request #4529 from horiuchi/superagent-delete
add `delete` method to "superagent"
2015-06-03 10:35:02 +09:00
Horiuchi_H
eb7a5d4127 add delete method 2015-06-03 10:31:30 +09:00
Horiuchi_H
45785f270f Merge pull request #4525 from dreampulse/master
Fixed typing issue
2015-06-03 10:17:50 +09:00
Horiuchi_H
00d7ef7ed1 Merge pull request #4518 from martinmcwhorter/master
mobile-detect
2015-06-03 10:16:12 +09:00
Horiuchi_H
e513a5fc9c Merge pull request #4517 from grahammendick/navigation
Added Navigation typings and tests
2015-06-03 10:15:05 +09:00
Darryl Pogue
5dcc9e2047 Add angular.merge function
This is new API in Angular 1.4: https://docs.angularjs.org/api/ng/function/angular.merge
2015-06-02 13:22:40 -07:00
Jonathan Häberle
a89eb5c302 Fixed typing issu 2015-06-02 20:12:44 +02:00