Commit Graph
10162 Commits
Author SHA1 Message Date
Mine StarksandGitHub 736ebf768c Merge pull request #22010 from GrabCAD/master
Add types for Error.prepareStackTrace()
2017-12-11 09:14:14 -08:00
Mine StarksandGitHub 937748e24a Merge pull request #22062 from IgelCampus/videojs-add-plugins
Added missing "plugins" member for video.js PlayerOptions
2017-12-11 09:11:03 -08:00
Mine StarksandGitHub 7baf0008ec Merge pull request #22056 from futurizing/patch-1
[Quill] Import Parchment's Blot from TypeScript definition file instead
2017-12-11 09:08:19 -08:00
Mine StarksandGitHub b24f14483a Merge pull request #22099 from peterjwest/fix-random-seed-interface
Adds the correct function type to the RandomSeed interface in random-seed package
2017-12-11 09:07:40 -08:00
Mine StarksandGitHub d988bbe3e7 Merge pull request #22097 from alan-agius4/feature/rollup-globals
fix(rollup): `globals` in `BundleOptions` can be a method
2017-12-11 09:07:27 -08:00
Mine StarksandGitHub a7110780b9 Merge pull request #22039 from mmiszy/prismjs
[prismjs] Add highlightAllUnder
2017-12-11 09:07:01 -08:00
Mine StarksandGitHub 6b253bfcb0 Merge pull request #22086 from ties-s/json-tab-format
Allow ‘\t’ for JSON formatting
2017-12-11 09:06:37 -08:00
Pete West 9b7989b0ab Add tests for random-seed seeded generator 2017-12-11 12:30:52 +00:00
Pete West e980be3837 Add missing function type to RandomSeed interface 2017-12-11 12:29:05 +00:00
Aleksei SeminandGitHub 004214636e Fix TickOptions.autoSkipPadding type
According to [chartjs](http://www.chartjs.org/docs/latest/axes/cartesian/#tick-configuration) docs `TickOptions` property `autoSkipPadding` has type `number`.
2017-12-11 11:57:33 +01:00
Alan Agius c11465eb43 style(rollup): remove semicolon 2017-12-11 09:36:31 +01:00
Alan Agius 1fafc7a2fc fix(rollup) add VERSION const 2017-12-11 09:32:31 +01:00
Alan Agius 8c351e4ff9 fix(rollup): globals in BundleOptions can be a method
https://github.com/rollup/rollup/blob/d92f07262715a86a1189147a549af63d0fd9ccfe/src/finalisers/shared/setupNamespace.js#L6
2017-12-11 09:28:43 +01:00
Ties Schwertasek d46e1e9e78 Allow all strings 2017-12-11 00:35:36 +01:00
Ties Schwertasek e16ff4ebc2 Allow ‘\t’ for JSON formatting 2017-12-11 00:09:19 +01:00
Bruno LemosandGitHub 3b46d867fe [react-native] Support default option on Platform.select
It was introduced on react native v0.43 https://github.com/facebook/react-native/commit/f30ab35e9278f120247f49d6a355e263cc357946
2017-12-10 19:16:42 -02:00
Michal Miszczyszyn ef965ba5f0 Add authors 2017-12-09 12:38:47 +01:00
Christoph Wagner d6d50df2ae Added missing "plugins" member for video.js PlayerOptions
This is documented for step 3 on http://docs.videojs.com/docs/guides/plugins.html
2017-12-09 00:31:31 +01:00
Kasidit IamthongandGitHub 4fba290abb Import Blot from TS definition file instead 2017-12-09 02:04:06 +07:00
Bowden KellyandGitHub 14d6d73e6d Merge pull request #22029 from Airboy/patch-3
Add method option to the IFileUploadConfigFile interface
2017-12-08 09:15:39 -08:00
Bowden KellyandGitHub 7d537cd0c1 Merge pull request #22028 from georgberecz/Add-onMouseDrag-to-paper-Item
[paper] Add onMouseDrag to Item type
2017-12-08 09:15:08 -08:00
Bowden KellyandGitHub f517d5f319 Merge pull request #22031 from Ritorna/patch-1
Added WordArray to key Parameter for Hash type definition
2017-12-08 09:14:55 -08:00
Bowden KellyandGitHub b552d07c15 Merge pull request #22032 from mrmlnc/update_table
[table] Update typings
2017-12-08 09:14:36 -08:00
Bowden KellyandGitHub 4b03b0bd04 Merge pull request #21949 from charlespwd/fix/index-by
Improve Ramda's indexBy type inference
2017-12-08 09:14:20 -08:00
FoncierandGitHub 900e0c8711 Fix typo 2017-12-08 17:12:09 +01:00
Michal Miszczyszyn 43da9fd2c0 [prismjs] Add highlightAllUnder 2017-12-07 22:24:25 +01:00
Howard Mak 95b94efe8d Clean up comments for NodeJS.CallSite methods. Make "this" references clearer. 2017-12-07 13:46:40 -05:00
Howard Mak 4d1ff2f02e PR feedback: Tighten signatures for CallSite methods 2017-12-07 13:20:39 -05:00
Howard Mak 4950326dd4 PR feedback: Add test for tighter CallSite signatures 2017-12-07 12:56:37 -05:00
Denis Malinochkin 19d7c5bc2d refactor(table): Add some test cases 2017-12-07 19:42:38 +03:00
Denis Malinochkin c42bfa3a50 fix(table): Add "drawHorizontalLine" to "TableUserConfig" interface 2017-12-07 19:38:00 +03:00
Denis Malinochkin d391f37abd fix(table): Use correct types 2017-12-07 19:34:01 +03:00
Denis Malinochkin 43a7614c06 fix(table): Add "columnCount" property to "TableUserConfig" interface 2017-12-07 19:32:36 +03:00
Denis Malinochkin 9a4cffa5e7 style(table): Type like Interface must be started by uppercase letter 2017-12-07 19:32:05 +03:00
Denis Malinochkin 5eca1afe91 chore(table): Add me as additional author 2017-12-07 19:27:16 +03:00
Denis Malinochkin 7e9a1c9323 style(table): Use official indent from .editorconfig 2017-12-07 19:26:47 +03:00
RitornaandGitHub 2d7c61c83d Added WordArray to Hash type Definition
Added the WordArray type to the Hash type.

var kDate = Crypto.HmacSHA256(dateStamp, "AWS4" + key);
    var kRegion = Crypto.HmacSHA256(regionName, kDate); <=== Issue because kDate is typeof WordArray and not string as the key should be supposed to. 
With adding the WordArray type the Hashing Procedure works fine (when using the toString it doesn't work correctly there).

Sample for JS from Amazon:
https://docs.aws.amazon.com/de_de/general/latest/gr/signature-v4-examples.html#signature-v4-examples-javascript
2017-12-07 17:03:09 +01:00
FoncierandGitHub 845e56a5c3 Set IFileUploadConfigFile.method attribute as mandatory 2017-12-07 15:15:17 +01:00
FoncierandGitHub 0fc9708e50 Add method option to the IFileUploadConfigFile interface 2017-12-07 14:56:48 +01:00
georgberecz fb9ec35223 Add onMouseDrag to Item type 2017-12-07 14:17:24 +01:00
huhuanming f6502535c4 add fetchbundle 2017-12-07 11:33:03 +08:00
Bowden KellyandGitHub b13b82c214 Merge pull request #21618 from nebrius/raspi
Adds type definitions for raspi, raspi-board, and raspi-peripheral
2017-12-06 16:05:39 -08:00
Bowden KellyandGitHub 5e0df4c36c Merge pull request #21858 from forabi/shrink-ray
Add type definitions for shrink-ray
2017-12-06 16:04:06 -08:00
Bowden KellyandGitHub 65e3cfc26d Merge pull request #21845 from Roaders/parse-ms
types for parse-ms
2017-12-06 16:03:26 -08:00
Bowden KellyandGitHub c2e5aefa4d Merge pull request #21829 from swist/master
Adds types for moment-business-time@0.7.1
2017-12-06 16:02:58 -08:00
Bowden KellyandGitHub bf9b087758 Merge pull request #21722 from ilivit/master
Add type definitions for the fixed-data-table-2 package
2017-12-06 16:02:19 -08:00
Bowden KellyandGitHub a6ce485934 Merge pull request #21655 from allipierre/master
jquery confirmdialog Plugin
2017-12-06 16:01:29 -08:00
Bowden KellyandGitHub aa59ad84c7 Merge pull request #21713 from ALyman/loadware
Add type definitions for the loadware package
2017-12-06 16:00:23 -08:00
Bowden KellyandGitHub 2502a03e97 Merge pull request #21993 from niklasf/defer-promise
Add types for defer-promise
2017-12-06 15:59:37 -08:00
Bowden KellyandGitHub 073dd6dc0c Merge pull request #21966 from joeskeen/jcrop
Add typings for Jcrop
2017-12-06 15:59:24 -08:00