Commit Graph

35145 Commits

Author SHA1 Message Date
Niklas Mollenhauer
bef6849dac Fix parse_response type and use lookup type 2017-09-14 22:27:52 +02:00
Arthur Ozga
118fe088f6 Merge pull request #19687 from qhoekman/master
[nodemailer-mailgun-transport] Added a new interface Options which includes AuthOptions
2017-09-14 13:04:44 -07:00
Arthur Ozga
8c5a398ee0 Merge pull request #19690 from jhwegener/master
[openlayers] Adding missing Type ol.StyleFunction to ol.Feature.setStyle
2017-09-14 13:02:48 -07:00
Arthur Ozga
f1ecd79635 Merge pull request #19672 from alecmerdler/react-redux-wrappedcomponent
[react-redux] Add missing WrappedComponent
2017-09-14 13:01:26 -07:00
Arthur Ozga
15826c954d Merge pull request #19696 from kristerkari/feature/allow-dates-and-bools-in-formatted-messages
[react-intl] Allow booleans and dates when formatting a message
2017-09-14 12:54:35 -07:00
Arthur Ozga
71146e91d8 Merge pull request #19669 from h4mit/patch-2
fixed LoadPersianOptions interface - add dialect properties.
2017-09-14 12:53:07 -07:00
Arthur Ozga
fdca3ff877 Merge pull request #19703 from davewasmer/patch-4
[express / express-serve-static-core] Fix req.is() return type
2017-09-14 12:52:37 -07:00
Arthur Ozga
7334a038ff Merge pull request #19713 from MazeChaZer/patch-1
material-ui: Tighten type definition
2017-09-14 12:51:57 -07:00
Arthur Ozga
c9d4684b59 Merge pull request #19718 from kutomer/master
[jwplayer] update API from V6.0 to V8.0
2017-09-14 12:49:34 -07:00
Arthur Ozga
1b316d62d1 Merge pull request #19716 from Robinfr/esprima-token-property
[Esprima] Extended Program interface
2017-09-14 12:48:15 -07:00
Arthur Ozga
de5f8feac0 Merge pull request #19719 from glebm/patch-1
Fix google.visualization ChartArea backgroundColor
2017-09-14 12:47:11 -07:00
Arthur Ozga
07eb2fae13 Merge pull request #19720 from bushee/master
angular-ui-bootstrap: added getPromiseChain to IModalService; fixed IModalSettings.template…
2017-09-14 11:49:47 -07:00
Arthur Ozga
28b7e410c2 Merge pull request #19721 from lruckman/patch-2
[react-select] FilterOption should return boolean value
2017-09-14 11:48:44 -07:00
Arthur Ozga
5ea9ded491 Merge pull request #19723 from lruckman/patch-3
[react-data-grid] Update editors signature to include components
2017-09-14 11:46:43 -07:00
Arthur Ozga
4e2e6a94a4 Merge pull request #19735 from wb14123/patch-1
Add undefined type to ol.Overlay.setPosition
2017-09-14 11:45:52 -07:00
Arthur Ozga
2547bd889a Merge pull request #19745 from glebm/patch-2
google.visualization: Additional isStacked values
2017-09-14 11:44:18 -07:00
Arthur Ozga
13a07725de Merge pull request #19707 from segayuu/master
[Bluebird] changed type from "Function" to "Arrow function format".
2017-09-14 11:43:41 -07:00
Arthur Ozga
5bb5adbf1b Merge pull request #19734 from mikehaas763/refactor-angular-ui-router-get
update angular-ui-router state get to use union type
2017-09-14 11:42:06 -07:00
Arthur Ozga
81892d16a3 Merge pull request #19747 from uncleramsay/feat/jasmine/toHaveBeenCalledBefore
Adding toHaveBeenCalledBefore matcher to jasmine
2017-09-14 11:41:31 -07:00
Arthur Ozga
9268bfffba Merge pull request #19750 from tansongyang/blob-util-patch
[blob-util] Add blobToDataURL
2017-09-14 11:41:19 -07:00
Arthur Ozga
d2c494a7a1 Merge pull request #19668 from andrew8er/feature/pg_notice_is_alias_of_error
[pg] Event "notice" is an alias of "error", not "notification"
2017-09-14 11:40:49 -07:00
Arthur Ozga
2f1879234d Merge pull request #19731 from ChanceM/feature/card-validator
Add card-validator definitions
2017-09-14 11:40:14 -07:00
Gregory Moore
37fb582761 Add explicit exports, Remove version patch number 2017-09-14 09:00:32 -07:00
Gregory Moore
5501dcbdfb Fix Travis errors 2017-09-14 08:52:51 -07:00
Frank Tan
8ec3b51785 [blob-util] Increment version number 2017-09-14 10:36:09 -04:00
Frank Tan
0b73ef5395 [blob-util] Add blobToDataURL 2017-09-14 10:31:15 -04:00
Dale Caffull
417f0c2de9 Adding toHaveBeenCalledBefore matcher to jasmine 2017-09-14 14:02:05 +01:00
Gleb Mazovetskiy
0f014a8667 google.visualization: Additional isStacked values
All charts that support `isStacked` except ComboChart also support `'percent' | 'relative' | 'absolute'` as possible values.
2017-09-14 11:32:43 +01:00
segayuu
b7346ede24 changed type from "Function" to "Arrow function format". 2017-09-14 19:13:39 +09:00
Bin Wang
5538cba820 Add undefined type to ol.Overlay.setPosition
According to the [document of ol.Overlay.setPosition](http://openlayers.org/en/latest/apidoc/ol.Overlay.html#setPosition), set it to undefined makes the popup disappear. However, in the current definition, it doesn't allow to be set to undefined.
2017-09-14 15:30:15 +08:00
Robin Franken
e52fed0757 Added tests for tokens 2017-09-14 08:29:20 +02:00
Haas, Mike
ff76d52f28 update angular-ui-router state get to use union type 2017-09-13 21:57:27 -04:00
Gregory Moore
e9140d271c Add card-validator definitions 2017-09-13 16:56:09 -07:00
Larry Ruckman
acc37d8b9d Merge PR #19681: [react-data-grid] Added missing draggable flag to column
* Added missing draggable flag to column
2017-09-13 14:58:56 -07:00
Andy
a7eaccd5f7 Add more tslint disables (#19631) 2017-09-13 14:29:46 -07:00
Andy
b885bb46f8 Adone: Fix test (#19641) 2017-09-13 14:29:31 -07:00
Larry Ruckman
94c03cc9c9 [react-data-grid] Update editors signature to include components 2017-09-13 10:24:53 -07:00
Larry Ruckman
ffbb5c78fd [react-select] FilterOption should return boolean value 2017-09-13 08:23:51 -07:00
Krzysztof Nowaczyk
59c146c813 added getPromiseChain to IModalService; fixed IModalSettings.template type 2017-09-13 16:40:45 +02:00
Gleb Mazovetskiy
6f92d5086d Fix google.visualization ChartArea backgroundColor
Changes `backgroundColor:` to `backgroundColor?:` because this field is optional
2017-09-13 15:40:41 +01:00
Nathan Shively-Sanders
85c861c79d Merge pull request #19598 from seantanly/lunr
[lunr] Rewritten for lunr.js v2.1.3
2017-09-13 07:36:06 -07:00
Andy
b00a552bdd Don't allowSyntheticDefaultImports (#19609) 2017-09-13 07:16:41 -07:00
kutomer
82a2ae985c missing functions 2017-09-13 15:53:37 +03:00
kutomer
d9cdda6956 update API to v8.0 (latest) 2017-09-13 15:40:30 +03:00
Robin Franken
9a0482fee2 Updated Esprima tests 2017-09-13 14:39:47 +02:00
Robin Franken
9a9cabc46d Fixed linting 2017-09-13 14:36:00 +02:00
Robin Franken
1b488978c5 [Esprima] Extended Program interface
I've added the optional `tokens` property to the `Program` interface of
Esprima.
2017-09-13 14:34:36 +02:00
Jonas Schürmann
08d64685bc material-ui: Tighten type definition
If Table.onRowSelection returns a string, it should always be 'all'
2017-09-13 11:29:11 +02:00
H4mit
b944a46811 dialect update type 2017-09-13 09:17:03 +04:30
Sean Tan
cd8677c019 Rewritten definition for lunr.js v2.1.3 2017-09-13 10:02:29 +08:00