Commit Graph

37664 Commits

Author SHA1 Message Date
Dan Kraus
0c20cfdcd9 Casts GuidVersions to pass linter 2017-11-28 18:33:14 -05:00
Dan Kraus
3f594941b0 Converts var to let 2017-11-28 17:49:32 -05:00
Dan Kraus
aa615ebb7e Adds string base64 typings 2017-11-15 18:42:32 -05:00
Nathan Shively-Sanders
97e20dabce
Merge pull request #21551 from sonicd300/master
allow x axis range to be used with timeseries
2017-11-15 14:53:24 -08:00
Nathan Shively-Sanders
7da14fa3c0
Merge pull request #21546 from johanblumenberg/master
Change xmlbuilder type to export class declarations
2017-11-15 12:59:06 -08:00
Nathan Shively-Sanders
fee3c72cc2
Merge pull request #21543 from cdeutsch/react-burger-menu-updates
Minor react-burger-menu updates
2017-11-15 12:57:51 -08:00
Victor D'Agata
7ed6a0ef6b
allow x axis range to be used with timeseries 2017-11-15 15:05:43 -05:00
Nathan Shively-Sanders
6fcd9209dc
Merge pull request #21544 from eps1lon/node-fs-createReadStream
node: add documented highWaterMark option to fs.createReadStream
2017-11-15 10:33:34 -08:00
Nathan Shively-Sanders
d95623a437
Merge pull request #21402 from dex4er/nodemailer
nodemailer: bugfix: SMTPError is an interface and SMTPError.responseCode is a number
2017-11-15 10:33:03 -08:00
Nathan Shively-Sanders
7891dcfae6
Merge pull request #21403 from nud/patch-1
sip.js: fix typing of SIP.NameAddrHeader
2017-11-15 10:03:45 -08:00
Nathan Shively-Sanders
3533f38c9a
Merge pull request #21139 from markrian/pusher-js-global
pusher-js: make available via global variable
2017-11-15 10:01:49 -08:00
Nathan Shively-Sanders
58e9510a66
Merge pull request #21394 from adudsic/master
CKEDITOR: Fix typing for magicline_tabuList
2017-11-15 09:54:50 -08:00
Nathan Shively-Sanders
3291528d9a
Merge pull request #21287 from josephroque/master
[react-native-fs] Add missing function and const declarations
2017-11-15 09:53:06 -08:00
Nathan Shively-Sanders
ed1a94c7e7
Merge pull request #21389 from chenhailun2006/highcharts-change
[highcharts]:add ability to control the piechart size and innerSize for each serie…
2017-11-15 09:42:17 -08:00
Nathan Shively-Sanders
666f9803af
Merge pull request #21529 from mitsuruog/master
[react-breadcrumbs-dynamic]Add new package
2017-11-15 09:27:32 -08:00
Eloy Durán
c5d54063da
Merge pull request #21535 from alloy/relay
[Relay] A few tiny improvements
2017-11-15 18:24:55 +01:00
Nathan Shively-Sanders
999e67be1a
Merge pull request #21540 from PaitoAnderson/master
Added react-native-push-notification
2017-11-15 09:24:08 -08:00
Nathan Shively-Sanders
ccf298a35a
Merge pull request #21523 from Oize/master
[react-native-datepicker] Add androidMode prop
2017-11-15 09:11:28 -08:00
Nathan Shively-Sanders
b7a4655f55
Merge pull request #21520 from Tapad/fix-zookeeper-client-exception-type
[node-zookeeper-client] fix zookeeper client exception constructor type
2017-11-15 09:11:09 -08:00
Nathan Shively-Sanders
dc51c3f131
Merge pull request #21513 from emmalivingstone/master
[leaflet-draw] Adding types for Circle Marker draw handler & Circle Marker Options
2017-11-15 09:06:09 -08:00
Nathan Shively-Sanders
b27a94a959
Merge pull request #21506 from mabedan/patch-1
react-jsonschema-form: add ObjectFieldTemplate to FormProps
2017-11-15 09:05:52 -08:00
Sebastian Silbermann
df70a8d72c node: add documented highWaterMark option 2017-11-15 17:59:59 +01:00
Nathan Shively-Sanders
53361e7eba
Merge pull request #21527 from ffMathy/patch-6
fix for broken NuGet search link
2017-11-15 08:58:53 -08:00
Christopher Deutsch
8135ec64e4 Fix customBurgerIcon and customCrossIcon definitions. They needed to be JSX.Element instead of HTML Element.
Add `State` for `onStateChange` event.
2017-11-15 10:52:22 -06:00
Nathan Shively-Sanders
d57a587a92
Merge pull request #21491 from ravihugo/master
New type definitions for npm package 'unzip'
2017-11-15 08:26:23 -08:00
Nathan Shively-Sanders
62c1cc8304
Merge pull request #21507 from Syncfusion-JavaScript/master
15.4.17 added
2017-11-15 08:24:52 -08:00
johanblumenberg
742130be60 Change xmlbuilder type to export interface declarations
Enable for example the following use of types:

import * as xmlbuilder from 'xmlbuilder';

let builder: xmlbuilder.XMLElementOrXMLNode;
2017-11-15 17:18:43 +01:00
Paito Anderson
aaab1da998 Adhere to rules 2017-11-15 10:30:01 -05:00
Eloy Durán
257d630b45
Merge pull request #21537 from alloy/react-native-prettier
[react-native] Reformat all files using prettier.
2017-11-15 16:25:56 +01:00
Paito Anderson
5554593568 Added react-native-push-notification
Resolves zo0r/react-native-push-notification#553
2017-11-15 10:02:10 -05:00
Eloy Durán
368972eb26
[react-native] Reformat all files using prettier.
prettier --parser typescript --tab-width 4 --semi --trailing-comma es5 \
             --write --print-width 120 \
             types/react-native{,/test}/*.ts*
2017-11-15 14:52:03 +01:00
Eloy Durán
25a67b8669
[relay] Fix RecordSourceInspector not being usable as class. 2017-11-15 14:36:24 +01:00
Eloy Durán
8c3561a856
[relay] Mark records list coming from a store as readonly. 2017-11-15 14:35:51 +01:00
Mathias Lykkegaard Lorenzen
d7b5cd9707 knockout.mapping better strong typing when mapping objects back and forth (#19119)
* Update index.d.ts

removed fromjs overload that no longer exists in latest knockout.mapping, and added much better type safety for "fromJS".

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* fix for typescript version.

* more typescript versioning fixes.

* fix for minor bug.

* yet another test fix.

* yet another test fix.
2017-11-15 11:12:34 +00:00
Mitsuru Ogawa
0ab783e92f Add react-breadcrumbs-dynamic 2017-11-15 18:17:21 +09:00
Mathias Lykkegaard Lorenzen
715a90d561
fix for broken NuGet search link 2017-11-15 08:48:52 +01:00
Ravi Luthra
2c9745032a Fix example code issue 2017-11-14 20:41:48 -07:00
Nathan Shively-Sanders
a9d7f1bf8b
Merge pull request #21487 from YevheniiMaliavka/patch-1
Fix auth0 updateEmailProvider call signature
2017-11-14 15:33:33 -08:00
Nathan Shively-Sanders
924df4f2a5
Merge pull request #21380 from svenkreiss/googlemaps-null-overlaytype
googlemaps: make a type definition consistent with docstring for strictNullChecks
2017-11-14 15:31:22 -08:00
Nathan Shively-Sanders
d686e159c6
Merge pull request #21381 from kaelig/patch-2
React: Add crossOrigin html attribute to the link element
2017-11-14 15:30:43 -08:00
Nathan Shively-Sanders
3051340271
Merge pull request #21370 from karak/parsimmon-custom
[Parsimmon] Fixed custom parsers feature.
2017-11-14 15:26:56 -08:00
Nathan Shively-Sanders
f9a8faa452
Merge pull request #21250 from jackwilsdon/add-strict-option
koa-router: Add missing strict option to IRouterOptions
2017-11-14 15:25:10 -08:00
Nathan Shively-Sanders
cba1914391
Merge pull request #21219 from aleung/cassandra
cassandra-driver: give sslOptions a type
2017-11-14 15:21:36 -08:00
Nathan Shively-Sanders
9d771e912d
Merge pull request #21337 from ngub/patch-1
[react-scroll]: added missing property
2017-11-14 15:20:35 -08:00
Nathan Shively-Sanders
037e2d3712
Merge pull request #21275 from dalen/patch-2
react-bootstrap: Add bsClass to Glyphicon
2017-11-14 15:19:58 -08:00
Nathan Shively-Sanders
fb90f96e0d
Merge pull request #21300 from segayuu/bluebird-retry-cleanup-ignore-lint-errors
[Bluebird Retry] cleanup ignore lint errors
2017-11-14 15:08:26 -08:00
Nathan Shively-Sanders
9dfed25882
Merge pull request #21324 from Herman-Freund/master
[@types/react] SVGAttributes' strokeMiterlimit Should accept number or string
2017-11-14 15:07:31 -08:00
Nathan Shively-Sanders
987a09b497
Merge pull request #21317 from majalette/patch-1
@types/box2d - typo fix in class names (from b2Pully to b2Pulley)
2017-11-14 14:58:32 -08:00
Oize
e6d5791226 Add androidMode prop 2017-11-15 01:56:00 +03:00
Eloy Durán
84197d2a64
Merge pull request #21495 from Fitzpasd/react_native_accessibility_info
react-native: Add AccessibilityInfo API
2017-11-14 23:42:12 +01:00