Commit Graph

30670 Commits

Author SHA1 Message Date
Simon Ramsay
4ab4d5098f removed nexus-uw from authors
i am unable to review these prs, so i am removing myself from the list of authors
2017-06-15 18:06:42 -04:00
Mine Starks
54a64dc2f0 Merge pull request #17136 from bryanjjohnson/mapbox-gl-update
fix parts of mapbox-gl def for v0.38.0
2017-06-15 14:59:28 -07:00
Andy Hanson
fc98ba6252 Fix TS2.0 compile error in amazon-product-api 2017-06-15 14:55:43 -07:00
Andy
1ee9a51f35 Avoid unnecessary /// <reference types="node" /> in tests (#17226) 2017-06-15 14:53:16 -07:00
Mine Starks
eb6d7b7960 Merge pull request #17141 from Morfent/node-static
[node-static] Add type declaration file
2017-06-15 14:44:30 -07:00
Mine Starks
fc5780390b Merge pull request #17143 from Morfent/ofe
[ofe] Add type declaration file
2017-06-15 14:17:39 -07:00
Mine Starks
0fe1fc2fc9 Merge pull request #17147 from nicolashenry/request
[request] fix for Typescript 2.4
2017-06-15 13:22:11 -07:00
Mine Starks
cf55a4cce1 Merge pull request #17095 from xiongemi/update-ramda-to-024
update ramda to include ascend, descend, sortWith functions
2017-06-15 13:17:50 -07:00
Mine Starks
7f5d770a14 Merge pull request #17089 from baywet/master
Adding missing properties on _spPageContextInfo in SharePoint types
2017-06-15 13:17:15 -07:00
Mine Starks
28ba2f7453 Merge pull request #17088 from joeldn/master
mime: add fallback param to lookup function definition
2017-06-15 13:16:46 -07:00
Mine Starks
e93d26f773 Merge pull request #17085 from StefanSchoof/keyof
[SharePoint] Use Keyof for Lists and Listitems
2017-06-15 13:14:25 -07:00
Mine Starks
895c0613ed Merge pull request #17084 from andraaspar/master
Make Mithril component use more strict.
2017-06-15 12:48:15 -07:00
Mine Starks
7b4d7f7ed8 Merge pull request #17082 from rapilabs/react-invalid-event
react: Added InvalidEvent, onInvalid & onInvalidCapture
2017-06-15 12:47:45 -07:00
Mine Starks
0fbcc3a986 Merge pull request #17074 from matthewtebbs/master
three: Fixed declaration for class PolyhedronGeometry to use number arrays and not Vector3/Face3 arrays (#17041).
2017-06-15 12:45:08 -07:00
Mine Starks
506d3900c2 Merge pull request #17069 from WorldMaker/pouchdb-generic
PouchDB Generics for Heterogeneous Databases
2017-06-15 12:44:40 -07:00
Mine Starks
8df83b1208 Merge pull request #17059 from pascalwhoop/master
alexa-sdk: added this.i interface for i18n
2017-06-15 12:43:19 -07:00
Mine Starks
2fec4d5a87 Merge pull request #17029 from denyo/master
[heremaps] fix type of H.map.Icon.Options.size
2017-06-15 12:37:11 -07:00
John Reilly
32a5f7521a jquery - restore list of jquery author type definitions 2017-06-15 19:49:39 +01:00
John Reilly
7008dd3382 Merge pull request #17159 from leonard-thieu/jquery
[jquery] Update type definitions (new for v3).
2017-06-15 19:44:52 +01:00
Mine Starks
7ee78ab8b5 Merge pull request #16941 from dyst5422/patch-2
React: Add animateTransform SVG element to JSX.IntrinsicElements
2017-06-15 11:21:22 -07:00
Mine Starks
b3a1afb123 Merge pull request #17016 from zaggino/express
express header methods can return undefined
2017-06-15 11:20:52 -07:00
Mine Starks
be8f2d1a53 Merge pull request #17010 from seansfkelley/add-react-virtualized-select
Add react-virtualized-select.
2017-06-15 11:11:03 -07:00
Mine Starks
e6280082bd Merge pull request #17002 from marshall007/bull-v3
@types/bull: updates for API changes in v3
2017-06-15 11:09:41 -07:00
Mine Starks
a7127a6a98 Merge pull request #16999 from rainshen49/master
[PapaParse] UnparseConfig should be individually optional, not just the whole config object
2017-06-15 11:08:47 -07:00
Leonard Thieu
c1a3c72e1a [jquery] Fix implicit 'any' type on variable in callback (occurs in 2.4-rc). 2017-06-15 13:51:32 -04:00
Leonard Thieu
0480c5ec87 Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped into jquery 2017-06-15 11:02:59 -04:00
Leonard Thieu
0be876349a Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped into jquery 2017-06-15 11:00:58 -04:00
Yui
0680af119d Merge pull request #16920 from mxl/superagent-v3.5.1
Add definitions for superagent 3.5.1, superagent-prefix 0.0.1, superagent-no-cache 0.1.1
2017-06-15 07:47:27 -07:00
Yui
fb1f18be76 Merge pull request #16621 from mdvorscak/master
(jquery) Add JQueryCssProperties interface for $.css(properties: object)
2017-06-15 07:43:57 -07:00
Leonard Thieu
73a768dd0f [jquery] Use TextStatus instead of SuccessTextStatus | ErrorTextStatus. 2017-06-15 10:38:09 -04:00
Leonard Thieu
a415865386 [jquery] JQuery(selector_object_callback) should use type parameter in return type. 2017-06-15 10:21:59 -04:00
Steve Frécinaux
00ab3a3d2a sip.js: fix importing as a module (#16811)
* sip.js: fix conflicts with importing the SIPjs library.

- the 'sipjs' namespace is now linked to the 'sip.js' module import
- the old 'SIP' interface has been merged into the type definition in
  the 'sipjs' namespace so typing can be used naturally.

Tested successfully with typescript 2.3.3 and sip.js 0.7.7

* sip.js: fix SIP.C namespace

It was exposed as a class but it is actually a namespace containing
constants. This was causing build errors.

Also, the namespace name was wrong.

* sip.js: remove the wrapper sipjs namespace and export things instead

Following the suggestion of @andy-ms, this commits removes the wrapper
namespace and the `declare module` block, and instead just exports all
the things individually.
2017-06-15 07:05:04 -07:00
e020873
8455c29f95 [request] fix DefaultUriUrlRequestApi 2017-06-15 09:48:23 +02:00
Daniel Rosenwasser
a19e9bf8bf Merge pull request #17120 from Errorific/master
Update ramda find functions to reflect returning undefined
2017-06-15 00:24:46 -07:00
Daniel Rosenwasser
68e8de87aa Merge pull request #17113 from clarenceh/master
Add and fix types definition for massive js 3.0
2017-06-15 00:24:25 -07:00
Daniel Rosenwasser
940804b15c Merge pull request #17178 from vandenoever/patch-2
prosemirror-model: Make type for nodes and marks more specific
2017-06-15 00:23:16 -07:00
Daniel Rosenwasser
bc4a234bdc Merge pull request #17200 from ashubham/master
Adding toCharacterRange Method to rangy Range
2017-06-15 00:22:45 -07:00
Daniel Rosenwasser
864b982842 Merge pull request #17133 from kristerkari/feature/add-linting-and-allow-dates-and-bools-in-formatted-messages
[react-intl] Enable linting and allow booleans, dates, numbers and strings when formatting a message
2017-06-15 00:19:32 -07:00
Daniel Rosenwasser
028efe1030 Merge pull request #17168 from amritk/master
Added stripe v3 types, namespaced previous ones to v2
2017-06-15 00:16:56 -07:00
Daniel Rosenwasser
3710a34ab9 Merge pull request #17127 from morcerf/morcerf-updated-connect-redis-declaration
Updated RedisStoreOptions interface in @types/connect-redis
2017-06-15 00:14:38 -07:00
Daniel Rosenwasser
c5453ff0a0 Merge pull request #17131 from esplo/addIconStyleToCardHeader
[material-ui] add iconStyle to CardHeader
2017-06-15 00:14:11 -07:00
Daniel Rosenwasser
0d70578472 Merge pull request #17110 from dirk/hubot-definitions
Basic type definitions for Hubot
2017-06-15 00:12:24 -07:00
Daniel Rosenwasser
5c67e484c2 Merge pull request #17117 from afractal/sharp-timer
add declarations for sharp-timer
2017-06-15 00:07:26 -07:00
Daniel Rosenwasser
162d6c0f54 Merge pull request #17135 from shairez/jasmine-given
add jasmine-given
2017-06-15 00:06:24 -07:00
Daniel Rosenwasser
012baa9f27 Merge pull request #17201 from andrewlinfoot/patch-2
Add support for key on reset action react-navigation
2017-06-15 00:03:19 -07:00
Andrew Linfoot
b9ff8d230e Add support for NavigationActions.init() action creator
See https://github.com/react-community/react-navigation/blob/master/src/NavigationActions.js#L70
2017-06-14 20:48:16 -07:00
Andrew Linfoot
854aebe0fe Add support for key on reset action 2017-06-14 20:09:14 -07:00
Ashish Shubham
93f2ea1a7e tests for toCharacterRange 2017-06-14 19:59:19 -07:00
Ashish Shubham
a8f5fe1bc6 Add toCharacterRange method. 2017-06-14 19:57:37 -07:00
Leonard Thieu
0aad34c358 [jquery] Update type definitions.
Fix jqXHR return types.
Rename type parameters for Event/EventHandler to better describe them.
2017-06-14 13:00:18 -04:00