Commit Graph

22288 Commits

Author SHA1 Message Date
Horiuchi_H
25c6f49e9c Merge pull request #11920 from horiuchi/koa-passport
Add `koa-passport` type definition file
2016-10-12 15:32:07 +09:00
Horiuchi_H
efa9f6a496 Merge pull request #11853 from TonyPythoneer/patch-11
[express] The properties don't exist
2016-10-12 15:15:36 +09:00
Horiuchi_H
87ed5f4112 fix: update passport type file 2016-10-12 15:14:29 +09:00
Horiuchi_H
83e2e32244 feat: add koa-passport type definition file 2016-10-12 13:52:24 +09:00
Arthur Ozga
6577e6c030 Merge pull request #11891 from pvujic/patch-1
Updated BootboxPromptOptions with optional inputType
2016-10-11 15:17:44 -07:00
Arthur Ozga
d0396b7dd4 Merge pull request #11917 from nonplus/angular-ui-router-default
add angular-ui-router-default definition and test
2016-10-11 15:17:13 -07:00
Stepan Riha
7a777c1c9c add angular-ui-router-default definition and test 2016-10-11 16:59:46 -05:00
Arthur Ozga
5a37d8271b Merge pull request #11911 from nonplus/master
add angular-ui-router-uib-modal definition and test
2016-10-11 13:19:28 -07:00
Arthur Ozga
6e297d4222 Merge pull request #11907 from mchapman/mchapman-patch-1
Allow arrays of values
2016-10-11 11:17:29 -07:00
Stepan Riha
fa33dffb3f add angular-ui-router-uib-modal definition and test 2016-10-11 13:13:31 -05:00
Arthur Ozga
cc4c2ea120 Merge pull request #11896 from markwongsk/master
Added clipboard-js definitions and tests
2016-10-11 11:04:44 -07:00
Mark Chapman
15784fd907 Correct typo
Thanks
2016-10-11 17:52:26 +01:00
Arthur Ozga
0329b1b8a6 Merge pull request #11863 from jamesmoey/bugfix/finalhandler
update finalhandler
2016-10-11 09:42:33 -07:00
Arthur Ozga
657a19a88d Merge pull request #11870 from berardo/fix_rrule
Fix iterators and Add RRuleSet to rrule type definitions
2016-10-11 09:39:08 -07:00
Arthur Ozga
74600253dd Merge pull request #11882 from jchildren/patch-1
Correction to array type for ProtoEnum in ProtoBuf.js
2016-10-11 09:38:26 -07:00
Mark Chapman
866e069619 Update rrule-test.ts 2016-10-11 17:22:12 +01:00
Mark Chapman
9ac7e82570 Update rrule.d.ts 2016-10-11 17:20:13 +01:00
Horiuchi_H
99201b74bc Merge pull request #11892 from simonxca/patch-mongoose
Mongoose fixes ObjectId constructor
2016-10-11 16:51:57 +09:00
Mark Wong Siang Kai
c34293775d Added clipboard-js definitions and tests 2016-10-10 20:37:59 -07:00
Simon
cd3ac6998f add ability to convert to ObjectID without using new 2016-10-10 14:07:58 -04:00
Petar Vujic
b752dac665 Updated BootboxPromptOptions with optional inputType 2016-10-10 18:54:43 +02:00
Horiuchi_H
f9351fd6d2 Merge pull request #11877 from simonxca/patch-mongoose
Mongoose fixes
2016-10-10 22:47:15 +09:00
Luke
a11d013885 Add css properties to react-modal (#11845)
* Add css properties to react-modal

* fix whitespace
2016-10-10 19:59:06 +09:00
Theodore Brown
637e7d6df7 Fix moment().localeData() return type (#11872) 2016-10-10 19:55:46 +09:00
Benny van Reeven
59b4c526c9 Update parsimmon typings (#11873)
According to the [README][1] and [API docs][2], an index is now an
object instead of a number.

The typings have been updated in the relevant places:
* `Result<T>.index`
* `Mark<T>.start` and `Mark<T>.end`
* `Parsimmon.index`

[1]: https://github.com/jneen/parsimmon/blob/master/README.md
[2]: https://github.com/jneen/parsimmon/blob/master/API.md
2016-10-10 19:54:59 +09:00
James Bracy
b15ec5b9a0 Updating QUnit to 2.0.1 (#11527) 2016-10-10 19:53:14 +09:00
Guilherme Oenning
a92782a4ba create function return Promises. closes #11003 (#11767) 2016-10-10 19:52:43 +09:00
Endel Dreyer
056a5d36c5 add definitions for fossil-delta package (#11868) 2016-10-10 19:51:01 +09:00
Cotton Hou
3ea7e4b306 fix(localforage): for LocalForageOptions.version (#11862) 2016-10-10 19:31:58 +09:00
Arne Schubert
1a0f7cd07c Make the "undersore methods" to protected ones in the definitions (#11715)
* Make the undersore methods to protected ones

* Remove non-public _read method from Result-Stream
2016-10-10 19:15:23 +09:00
Simon
047108541f fix travis errors 2016-10-09 20:49:57 -04:00
Simon
633739d1bc removes private api options from schematype 2016-10-09 20:44:15 -04:00
Simon
cddd4f8a2f fixes return types for mongoose document array create() and id() 2016-10-09 20:43:46 -04:00
Jose Berardo
2f1f1d54c5 oops one more void 2016-10-10 00:32:05 +11:00
Jose Berardo
6479f21283 undefined to void 2016-10-10 00:28:00 +11:00
Jose Berardo
8ce0b23273 Fix iterators and Add RRuleSet 2016-10-10 00:02:13 +11:00
James Moey
eb6ec6b5f7 fix export finalhandle as function 2016-10-09 14:13:19 +11:00
Eric Amodio
e623c6b316 Changes Quill casing to avoid issues w/ jspm & others (#11858) 2016-10-08 16:32:43 -07:00
Eric Amodio
0dcd0bdc39 Allows Element in quills ctor (#11841) 2016-10-08 13:01:34 -07:00
Linda_pp
360b85fdbf Add 'xtend' package (#11854) 2016-10-08 10:58:14 -07:00
Marvin Hagemeister
cc3ca26de4 Fix wrong stream TransformOptions interface. (#11849)
Transform streams are duplex streams and extend the latter's constructor options.
2016-10-08 10:54:59 -07:00
Peter Safranek
d898304c56 Add type definitions for koa-send. (#11848) 2016-10-08 10:45:01 -07:00
TonyYang
a2973f4bda [express] Complete routing methods (#11847)
* Complete routing methods

* Add string sign
2016-10-08 10:43:59 -07:00
Jon Lund Steffensen
67ac001d6c youtube: Add alternative YT.Player constructor (#11844)
Add constructor from HTMLElement instead of id string.
2016-10-08 10:39:19 -07:00
Arun Aravind
41202eb817 Added type definition for gulp cache (#11843) 2016-10-08 10:37:06 -07:00
John Reilly
afee31cc2d Merge pull request #11851 from uncovertruth/feature/react_svg_attributes
Add React SVG attributes
2016-10-08 16:55:10 +01:00
TonyYang
80c770ceba The properties doesn't exist 2016-10-08 22:56:53 +08:00
TonyYang
610c0e55e3 The properties doesn't exist 2016-10-08 18:19:11 +08:00
heavenshell
0335027d41 Add Reac SVG attributes
- Add "colorInterpolationFilters", "filter", "in", "result", "stdDeviation",
  "type" and "values" for "feGaussianBlur" and "feColorMatrix"
- Remove trailing whitespaces
2016-10-08 15:42:07 +09:00
Talat Baig
4c76db9b47 Create bootstrap-table.d.ts (#11812)
* Create bootstrap-table.d.ts

* Update bootstrap-table.d.ts

* Update bootstrap-table.d.ts

* Update bootstrap-table.d.ts
2016-10-07 13:00:20 -07:00