Commit Graph
10254 Commits
Author SHA1 Message Date
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
Yaron Librach 18e1d3ad8c Update definitions and tests to 1.0.1 spec. 2015-06-05 01:06:34 -04: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
Bogdan I. Bursuc 3e4f7b5ab2 Merge remote-tracking branch 'master/master' 2015-06-04 20:16:57 +03:00
Aurelien Souchet f844c0947a added new pickers interface / methods to WinRT 2015-06-04 16:35:13 +02:00
Vadim Macagon 60d204c382 Extend Mocha typings to allow writing of custom reporters 2015-06-04 16:49:28 +07: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
Josh Heyse a1915bad2e fixed twitter tests, added _raw and _json properties 2015-06-03 12:35:10 -05:00
Josh Heyse ca327372d6 added passport-twitter definitions 2015-06-03 11:58:03 -05:00
Josh Heyse 3bf10e44d1 added passport-google-oauth definitions 2015-06-03 11:57:24 -05: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 Heyse 265b807686 added username to facebook profile 2015-06-03 11:56:52 -05:00
Josh Heyse 1aeff18e67 Merge remote-tracking branch 'upstream/master'
* upstream/master: (137 commits)
  add `delete` method
  Fixed typing issu
  Added Navigation typings and tests
  fix `convert` options on stream version
  add reference to `node.d.ts`
  add `imagemagick-native`s type definition file
  Updated a test code for dat-gui.
  Add chrome.browser type
  Add Decorator definition to IModule
  Update toastr.d.ts
  Fixed ur to url for RequestResource in phantomjs
  Update angular.d.ts - JSDoc-ed $filter
  Fix contructor
  Fix tests
  fix vertical whitespace
  Add mobile-detect type definitions
  Add type definitions for pty.js
  union type for `bindToController`
  AngularJS 1.4 - `bindToController` object definition
  add fulfilled to Assertion
  ...
2015-06-03 10:42:44 -05: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