Commit Graph

18674 Commits

Author SHA1 Message Date
Igor Oleinikov
8d44da84eb Merge pull request #8921 from VyacheslavPritykin/master
New options have been added
2016-04-09 10:31:15 -07:00
Vyacheslav Pritykin
ad2462a2ee New options have been added 2016-04-09 14:21:58 +03:00
Horiuchi_H
ec9eb4b28c Merge pull request #8872 from OleksandrNechai/patch-1
Add overload for replaceWith accepting function
2016-04-07 17:53:13 +09:00
Horiuchi_H
f0b2681b48 Merge pull request #8566 from okamiconcept/patch-2
Fix module definition for IModule
2016-04-07 17:51:21 +09:00
Horiuchi_H
72601a148d Merge pull request #8857 from OlsonDev/patch-2
Fix definitions of #bind/#unbind, merge overloads
2016-04-07 17:49:55 +09:00
Horiuchi_H
0b3fc7a433 Merge pull request #8865 from hbakhtiyor/patch-1
Add overloading to `get` method
2016-04-07 17:41:46 +09:00
Oleksandr Nechai
c2c6c7bd93 Add overload for replaceWith accepting function
http://api.jquery.com/replacewith/#replaceWith-function
2016-04-06 20:19:17 +03:00
wind-rider
247e8d4840 Update noble.d.ts
* Update noble.d.ts

Fix type for services property

* Fix deprecated NodeBuffer

NodeBuffer is deprecated and replaced in noble by Buffer. Changed accordingly.

* Update noble.d.ts

* Revert reference change

* Fix the build

Apparently the header of the file needs a certain structure
2016-04-06 21:07:32 +09:00
Leo Liang
5415331dd4 oracledb.d.ts: fix IMetaData to match real data structure. 2016-04-06 21:03:58 +09:00
Voislav
a0dcbb804d add angular-permission definitions for RoleStore, PermissionStore, Role and Permission 2016-04-06 21:00:42 +09:00
Rodrigo López Dato
4814b5682d IServerViewsAdditionalOptions.layout can be string 2016-04-06 20:56:50 +09:00
Kyaw Tun
1b16a4f065 fulltext search doc update. 2016-04-06 20:56:36 +09:00
Larry Myers
3faa118b04 Add StatelessComponent<TOriginalProps> as a union type for ComponentDecorator. It allows StatelessComponents to work with the connect method signature that takes mapStateToProps and mapDispatchToProps functions. 2016-04-06 20:56:00 +09:00
hellopao
15337e2b66 add definitions for koa-favicon 2016-04-06 20:55:40 +09:00
Chris Long
09ac2c31e2 User defined type guards in Knockout 2016-04-06 20:55:03 +09:00
Stepan Mikhaylyuk
6590dbdd15 Created defintions for react-motion
* started react motion definitions implementation

* added  tests

* test from repo

* updated definitions

* chenaged to tsx

* Update react-motion-tests.tsx

* Update react-motion-tests.tsx
2016-04-06 20:53:20 +09:00
Elliott Davis
5217b3c972 updated faker lorem to return words as string instead of array 2016-04-06 20:16:03 +09:00
Alexander Fisher
7b28209e09 Angular ui bootstrap: Update IModalSettings controller and resolve properties to not be any type
* Update resolve and controller from any to something more explicit that matches docs for  invoke, ui-router resolve, and angular-ui-bootstrap modal settings.

* Add comments to clarify structure of array.

* Add object in the union type for values of resolve object.
2016-04-06 20:15:33 +09:00
Giedrius Grabauskas
9ccdf35169 SignalR Updated: Added ConnectionState const enum.
* Added ConnectionState const enum.

* Enum casing changed to Pascal case.

* Fixed mistype
2016-04-06 20:13:24 +09:00
Masahiro Wakame
a4c6924a60 Merge pull request #8732 from miniak/electron-fix
github-electron: merge back into a single file to fix issues with 'typings'
2016-04-06 20:07:09 +09:00
Masahiro Wakame
45763e5edc Merge pull request #8822 from agoodwin/master
Changed the "series" property of the HighChartsNGConfig interface to be of type HighchartsIndividualSeriesOptions[]
2016-04-06 20:02:38 +09:00
Masahiro Wakame
2bf1aee42a Merge pull request #8835 from Emm/master
[#8834] Several underscore "chain" methods return boolean values.
2016-04-06 20:02:20 +09:00
Masahiro Wakame
aafa4f4b5f Merge pull request #8828 from lanthaler/patch-1
Fix incremental-dom typings
2016-04-06 19:59:08 +09:00
Masahiro Wakame
43a333f05b Merge pull request #8842 from GiedriusGrabauskas/patch-8
Updated ReactNotificationSystem: added level and position fixed string types
2016-04-06 19:56:11 +09:00
Masahiro Wakame
4d238bed7a Merge pull request #8841 from SammyG4Free/master
Master
2016-04-06 19:55:41 +09:00
Masahiro Wakame
90dd4b136f Merge pull request #8840 from grahammendick/navigationv2-0
Updated typings and tests for Navigation 2.0.0
2016-04-06 19:54:39 +09:00
Masahiro Wakame
6f7d1c7b0e Merge pull request #8839 from GiedriusGrabauskas/patch-7
SignalR Updated: Added source param in ConnectionError
2016-04-06 19:53:33 +09:00
Masahiro Wakame
0e523df6a7 Merge pull request #8837 from nippur72/patch-1
Update polymer-ts to 0.1.25
2016-04-06 19:52:55 +09:00
Masahiro Wakame
d3cc2116cf Merge pull request #8832 from PublicParadise/rn-scrollto
Adding scrollTo to react-native's ScrollViewStatic
2016-04-06 19:51:13 +09:00
Abd ar-Rahman Hamidi
c0ae122b17 Add overloading to get method
e.g.

```ts
$("a[href]").map((index, element) => $(element).attr("href")).get();
```

it returns an array of strings
2016-04-06 12:11:39 +05:00
Josh Olson
1e2ac48780 Allow callbacks to ignore event object 2016-04-05 15:59:51 -05:00
Josh Olson
9636ae9d5e Fix definitions of #bind/#unbind, merge overloads
See https://github.com/RobertWHurst/KeyboardJS/blob/master/lib/keyboard.js#L54 for bind()
See https://github.com/RobertWHurst/KeyboardJS/blob/master/lib/keyboard.js#L84 for unbind()
2016-04-05 15:49:31 -05:00
Masahiro Wakame
513510a89a Merge pull request #8830 from OlsonDev/patch-2
PIXI.Container#addChild() accepts rest parameter and returns first ar…
2016-04-06 01:18:51 +09:00
Masahiro Wakame
8cb9ee3fdf Merge pull request #8807 from SereznoKot/circle-buffer-geometry-inheritance
Fix CircleBufferGeometry inheriting from Geometry
2016-04-06 01:18:02 +09:00
Masahiro Wakame
8fbac50741 Merge pull request #8820 from EvanHahn/helmet-contentSecurityPolicy-improvements
Improve Helmet contentSecurityPolicy definitions
2016-04-06 01:16:47 +09:00
Masahiro Wakame
9d9bd17073 Merge pull request #8818 from EvanHahn/helmet-xssFilter-improvements
Improve Helmet's xssFilter options
2016-04-06 01:16:35 +09:00
Masahiro Wakame
cb5ace8235 Merge pull request #8795 from seansfkelley/react-redux-remove-props
react-redux: remove props, add test for #8787
2016-04-06 01:15:35 +09:00
Masahiro Wakame
9d7816beb3 Merge pull request #8819 from stepancar/patch-16
added  cropperjs definitions
2016-04-06 01:15:24 +09:00
Masahiro Wakame
e587d91471 Merge pull request #8824 from atd-schubert/master
Add declaration for freeport
2016-04-06 01:13:37 +09:00
Masahiro Wakame
31b39b6061 Merge pull request #8811 from RomanGolovanov/master
added definitions for windows-1251
2016-04-06 00:57:18 +09:00
Masahiro Wakame
63cdf38c5d Merge pull request #8813 from stacktracejs/master
Add definitions for error-stack-parser
2016-04-06 00:49:04 +09:00
Masahiro Wakame
7b6229e9d5 Merge pull request #8812 from hlobil/patch-1
Update google.maps.d.ts
2016-04-06 00:47:51 +09:00
Masahiro Wakame
5907e00f46 Merge pull request #8791 from SereznoKot/event-params
Fix dispatchEvent parameter
2016-04-06 00:37:05 +09:00
Masahiro Wakame
7752dc20b1 Merge pull request #8805 from yu-i9/master
Added definitions for react-tabs
2016-04-06 00:31:36 +09:00
Masahiro Wakame
9442fa0397 Merge pull request #8804 from hellopao/master
add definitions for koa-static
2016-04-06 00:29:49 +09:00
Masahiro Wakame
f1820edb18 Merge pull request #8803 from NoctisHsu/master
Add Facebook pixel tag api definitely typed
2016-04-06 00:26:31 +09:00
Masahiro Wakame
45530e67e7 Merge pull request #8797 from springbov/bingmaps-missingtypedefs
Bingmaps missingtypedefs
2016-04-06 00:13:06 +09:00
Masahiro Wakame
1e7b06e25e Merge pull request #8786 from fullflavedave/master
Updated for Meteor 1.3.  Added more tests to verify recent fixes.
2016-04-06 00:03:48 +09:00
Masahiro Wakame
2af2f11c50 Merge pull request #8785 from Ritzlgrmft/master
Type definitions for SocialSharing-PhoneGap-Plugin (https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin)
2016-04-05 23:31:43 +09:00
Markus Lanthaler
f0a8d77e37 Update author list, again :-) 2016-04-04 22:36:13 +02:00