Commit Graph

9926 Commits

Author SHA1 Message Date
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
Luzian Zagadinow
42cb5d2749 move @param documentation from Error classes at their class level to the constructor where they belong. 2015-06-04 15:07:31 -04:00
Luzian Zagadinow
e118e97028 formatting: correct whitespace inconsistencies 2015-06-04 14:29:53 -04:00
Luzian Zagadinow
034379ca89 change return type of monthrange to a tuple 2015-06-04 14:18:34 -04:00
Aurelien Souchet
f844c0947a added new pickers interface / methods to WinRT 2015-06-04 16:35:13 +02:00
bls
0d8680a11b Add tls.createSecureContext to node.js typing. 2015-06-04 17:46:55 +10:00
Luzian Zagadinow
7c4b699df0 specify return type of setlocal() 2015-06-04 01:49:16 -04:00
Luzian Zagadinow
cc6e98cc6b add tests to reflect new definitions 2015-06-04 01:46:31 -04:00
Luzian Zagadinow
66feb94be0 add missing definitions for module functions
add line breaks in documentation to make readable
2015-06-04 01:38:15 -04:00
Luzian Zagadinow
08fee9265f remove IDayOfWeekMonth in favor of a tuple of [number, number] with refactor 2015-06-04 00:18:28 -04: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
Luzian Zagadinow
c8436fbe1e removed extraneous files 2015-06-03 10:29:07 -04: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
tomtheisen
bf1d9d8b44 Update select2 events
Update select2 events based on documentation at http://select2.github.io/select2/
2015-06-02 10:35:36 -07:00
Sobit Akhmedov
e8ac76dbcf add optional() method to Validator interface 2015-06-02 19:03:21 +02:00
jpsfs
36bc838e4f Add missing jasmine-jquery matchers and comments. 2015-06-02 15:03:30 +01:00
Dave Keen
d4873ce3f5 rx: added missing 'pairs' definition 2015-06-02 15:52:20 +02:00
Niklas Mollenhauer
9a8c66d5ac Fix indentation 2015-06-02 11:24:36 +02:00
Graham Mendick
93a0bd7d50 Added Navigation typings and tests 2015-06-02 10:21:55 +01:00
Niklas Mollenhauer
7026f99eeb Add UNSTARTED to PlayerState
See docs:
https://developers.google.com/youtube/iframe_api_reference
2015-06-02 11:03:45 +02:00
Basarat Ali Syed
78deea6ba8 Syntax for modernComponent
Is this test valid @pspeter3? Regarding : 9008be2f41
2015-06-02 17:28:20 +10:00
Luzian Zagadinow
499811255b initial commit 2015-06-02 01:34:08 -04:00
Robert Baker
b0371ddc3f Changed the MDPalette definition to use a union. 2015-06-01 14:41:33 -07:00
Alex Ford
a6e165ec11 Add _.mapObject 2015-06-01 11:53:49 -04:00
Horiuchi_H
484544d14d Merge pull request #4507 from horiuchi/imagemagick-native
imagemagic-native: fix `convert` options on stream version
2015-06-01 17:35:10 +09:00
Horiuchi_H
eb24f0b44e fix convert options on stream version 2015-06-01 17:33:27 +09:00
Horiuchi_H
15a5e598ee Merge pull request #4506 from horiuchi/imagemagick-native
add `imagemagick-native`s type definition file
2015-06-01 16:43:31 +09:00