Andy and Mohamed Hegazy
c975ec52cd
cloudflare-apps: Remove unnecessary declare module ( #20043 )
2017-09-26 11:01:10 -07:00
Andy and Mohamed Hegazy
19c06610a5
request-promise-native: Convert to external module style ( #20036 )
2017-09-26 11:00:45 -07:00
Andy and Mohamed Hegazy
72a30099ac
lambda-phi: Provides its own types ( #20035 )
2017-09-26 10:59:36 -07:00
Florian Richter and Mohamed Hegazy
b622068882
Revert and fix lint/tests ( #19957 )
2017-09-26 10:58:20 -07:00
Levi Botelho and Mohamed Hegazy
fff9915030
Add Feather icons to react-native-vector-icons ( #19995 )
...
* Add Feather icons to react-native-vector-icons
* Bump react-native-vector-icons version number
* Add Feather.d.ts to react-native-vector-icons tsconfig
* Rename Feather.ts to Feather.d.ts in react-native-vector-icons
2017-09-26 10:56:33 -07:00
David and Mohamed Hegazy
612cb5b867
Increment version of prosemirror-command to v0.24 ( #20023 )
2017-09-26 10:56:04 -07:00
David and Mohamed Hegazy
5daf5e10f2
Increment prosemirror-keymap version to 0.24 ( #20024 )
2017-09-26 10:55:51 -07:00
Adam Lewis and Mohamed Hegazy
42e7580956
[vis] timeline: add types for custom ordering functions ( #20031 )
...
* add types for custom ordering functions
* fix trailing whitespace
* include dependency on moment (2.13 being the first version to include types)
add type for moment constructor for use in timeline and graph2d options
2017-09-26 10:55:38 -07:00
Giorgio and Mohamed Hegazy
c320fd0723
Make client constructor options param optional ( #20041 )
2017-09-26 10:54:47 -07:00
Micah Zoltu and Mohamed Hegazy
1eca915e24
Fixes definitions to match reality. ( #19800 )
...
Return type on ignore function was missing and Promise return type was missing from overloads that didn't take a callback. Also extracts out a helper type definitions and provides slightly better variable naming for the transient `recursiveReadDir`.
2017-09-26 10:53:30 -07:00
Josh Hall and Mohamed Hegazy
4bfc90cd39
@types/dwt: Add Load and AutoLoad to WebTwainEnv to allow for manual loading ( #20007 )
...
* Add Load and AutoLoad to WebTwainEnv
* Update versions in header
* Revert typescript version back to 2.2
* Add v12 folder
2017-09-26 10:52:10 -07:00
Cyril Gandon and Mohamed Hegazy
2b9314178c
Add new typings for cordova-plugin-file-opener2 ( #20027 )
2017-09-26 10:50:54 -07:00
kgtkr and Mohamed Hegazy
9770ed927b
add react-youtube definition file ( #20037 )
...
* add react-youtube
* strictNullChecks:true
2017-09-26 10:47:07 -07:00
Andy and GitHub
c44ab23fb9
Prefer relative imports for packages that import theirselves ( #20034 )
2017-09-26 10:29:06 -07:00
Andy and GitHub
fc018b7cbc
backbone.marionette: Fix lint ( #19846 )
2017-09-26 08:37:06 -07:00
Andy and GitHub
f713855f03
async: Convert to module ( #19870 )
2017-09-26 08:36:27 -07:00
Eloy Durán and GitHub
3f3dea5892
Merge pull request #20011 from alloy/react-tracking
...
Add typings for react-tracking
2017-09-26 12:06:24 +02:00
Eloy Durán
dfaac3b9b8
[react-tracking] Add support for v4.2
2017-09-26 11:44:05 +02:00
Tyrone Dougherty and Masahiro Wakame
371ad9acf3
Allow @types/angular-loading-bar to export a string name for angular module inclusion ( #19888 )
2017-09-26 14:12:57 +09:00
Romke van der Meulen and Masahiro Wakame
bbcb604ea2
cucumber: define overridable World interface ( #19867 )
...
* cucumber: define overridable World interface
By implementing World as an interface, it can be extended in projects by using declaration merging.
* cucumber: add example World override to test
2017-09-26 14:12:04 +09:00
Andy Chou and Masahiro Wakame
6031cbb0ca
Add typing for Recompose createEventHandlerWithConfig(), which will be exported. See https://github.com/acdlite/recompose/pull/522 ( #19921 )
2017-09-26 14:10:57 +09:00
Evan Shortiss and Masahiro Wakame
dbb5456b01
Add "tocktimer" typings ( #20017 )
...
* add types for tocktimer
* use correct formatting
* add linting and update structure
* update for build issues
2017-09-26 14:07:01 +09:00
Ryan Cavanaugh and Masahiro Wakame
810a07b93e
Correct spelling of parsers ( #20018 )
...
* Correct spelling of parsers
```
C:\Throwaway\spp>node
> require('serialport').parsers
{ ByteLength: [Function: ByteLengthParser],
Delimiter: [Function: DelimiterParser],
Readline: [Function: ReadLineParser],
Ready: [Function: ReadyParser],
Regex: [Function: RegexParser] }
```
* Fix tests
2017-09-26 14:04:54 +09:00
Jay Ongg and Masahiro Wakame
1c85fea7a7
Catch up Microsoft Teams SDK with what we support today. ( #20019 )
...
* Added some new types/methods.
context.isFullScreen?
microsoftteams.getTabInstances
as well as the TabInstance and TabInformation interfaces
* add the teamType type
* Update to remove unnecessary/incorrect comment.
* Update Microsoft Teams's index.d.ts to match current spec.
index.d.ts modified by copying the output of the microsoft-teams-library-js resultant .d.ts file
* Increase the version number in the header of the index.d.ts
* Fixed tslint error
2017-09-26 14:03:13 +09:00
Nate Silva and Mohamed Hegazy
5a1400f33d
declare the namespace ( #20008 )
...
allows `import * as pLimit from 'p-limit'`
2017-09-25 17:19:11 -07:00
Justin Warner and Mohamed Hegazy
adc96436a5
Add contextMenu event to Simulate on TestUtils ( #19854 )
...
* Add contextMenu event to Simulate on TestUtils
* Reverting format on save
2017-09-25 17:17:38 -07:00
York Yao and Mohamed Hegazy
63e44abfcb
add options for get-port ( #19982 )
2017-09-25 17:13:47 -07:00
David and Mohamed Hegazy
7918307c73
Update prosemirror transform state and view to v0.24 ( #20002 )
...
* Move offset method from Step to StepMap
* Replace clearMarkup inside of Transform with clearIncompatible
* Increment version for prosemirror-transform to 0.24
* Adapt prosemirror-state tests to fit prosemirror-transform v0.23
* Increment version for prosemirror-state to 0.24
* Replace Transform.setNodeType with Transform.setNodeMarkup
* Add domAtPos method to EditorView
* Remove onFocus, onBlur, and handleContextMenu from EditorView
* Add EditorProps.handleScrollToSelection
* Add clipboardTextParser and clipboardTextSerializer to EditorProps
* Extend DecorationSet.find with parameter predicate
* Increment prosemirror-view version to v0.24
* Adapt prosemirror-state tests to fit v0.24 of prosemirror-transform
2017-09-25 17:13:03 -07:00
stujones-sportsbet and Mohamed Hegazy
b2e786aee1
[react-router-config] - add support for optional extraProps argument to renderRoutes introduced in react-router 4.2.0 ( #19994 )
2017-09-25 17:10:40 -07:00
Umar Bolatov and Mohamed Hegazy
087179958b
[jasmine-enzyme] Add default export ( #19991 )
...
* Add type definitions for jasmine-enzyme
* [jasmine-enzyme] Add default export
2017-09-25 17:09:57 -07:00
Kevin Groat and Mohamed Hegazy
b2b4c4059b
[redux-logger] Allowing color configuration to be false ( #19978 )
...
* Allowing color configuration to be false
* Added test for overall color boolean
2017-09-25 17:04:16 -07:00
Alex Chugaev and Mohamed Hegazy
2fe87f6f25
[prop-types] Added missing definition of PropTypes.symbol ( #19970 )
...
* Added definition for PropTypes.symbol
* Tests of support PropTypes.symbol
2017-09-25 17:02:01 -07:00
David and Mohamed Hegazy
3089986096
Update prosemirror-model to v0.24 ( #19935 )
...
* Make NodeRange constructor public
* Remove parameter from ResolvePos.marks
* Remove matchNode, matchToEnd, findWrappingFor and allowsMark from ContentMatch
* Add allowsMarkType, allowsMarks and allowedMarks to NodeType
* Change ContentMatch.validEnd from method to a property
* Change return type of ContentMatch.findWrapping
* Remove AttributeSpec.compute
* Remove Fragment.offsetAt
* DOMParser.schemaRules is no longer public
* Replace topStart from DOM parser option with topMatch
* DOMSerializer methods nodesFromSchema and marksFromSchema are no longer public
* ParseRule.contentElement may now be a function.
* Add new method ResolvedPos.marksAcross
* Add NodeType.contentMatch
* Add NodeSpec.marks
* Add Fragment.size
* Increment version for prosemirror-model to 0.24
* Adapt parameter and return type of ContentMatch.findWrapping
2017-09-25 16:57:54 -07:00
Roy Xue and Mohamed Hegazy
c4cb9b4d0a
[recharts] Improve Label props ( #20016 )
...
* Fix typo and is required
* Add new viewbox type
* Change tp correct contributor github link
2017-09-25 16:56:50 -07:00
Raffael Krebs and Mohamed Hegazy
ff00c165b3
@types/reactstrap Add prop autoFocus for Modal component ( #19791 )
...
* @types/reactstrap Add prop autoFocus for Modal component
* bump version number to 4.6
2017-09-25 16:55:44 -07:00
nrlquaker and Mohamed Hegazy
d22d866911
Update electron-json-storage to the latest version ( #19810 )
2017-09-25 16:51:16 -07:00
FishOrBear and Mohamed Hegazy
bb451024c3
Clean code ( #19818 )
2017-09-25 16:50:24 -07:00
Daniel Bradley and Mohamed Hegazy
e60ae2a05c
Fix parameter name of toBeCloseTo ( #19826 )
...
The second argument passed in is not the amount that the number should be within, but is actually the number of significant digits to check.
Reference: https://github.com/facebook/jest/blob/master/docs/en/ExpectAPI.md#tobeclosetonumber-numdigits
2017-09-25 16:50:09 -07:00
am and Mohamed Hegazy
521a0c9adc
[adone] refactoring, new typings ( #19812 )
...
* [adone] refactoring, new typings
* refactor to namespace style
* move adone.run to adone.application
* [std] remove unnecessary std.ts code
* move is and x to separate dirs
* init collections, add LinkedList typings, move ExBuffer here
* init event, move EventEmitter and AsyncEmitter here
* init fs
* init fast
* init streams, add core typings
* remove common
* [util] add userdir, LogRotator, debounce, uuid.v3, fix entries
* [shani] add spy.waitFor* definitions
* [is] add descriptions
* [promise] callbackify
* [adone] rename is.exbuffer to is.byteArray
* [adone] add data typings
* [adone] rename is.exdate to is.datetime
* [adone] fs fixes
* [adone] add datetime typings
* [adone] improve datetime help messages
* [adone] math
* decomposition
* add descriptions for Long
* add typings for matrix, simd, BitSet, BigNumber, random
* collections, math
* add some lazify options
* [collections] add help messages for ByteArray
* [collections] add typings for Queue, AsyncQueue, PriorityQueue, FastLRU, Stack, BinarySearchTree, AVLTree, RedBlackTree, ArraySet, BufferList, DefaultMap, LRU, TimedoutMap
* [math] add missing BitSet methods, normalize help messages
* [adone] compressors, fast
* [fast] change FIle.is* methods
* [compressors] init
* [adone] archives, fs, datetime
* [archives] init, tar, zip
* [fs] add AbstractRandomAccessReader, RandomAccessFdReader, RandomAccessBufferReader
* [datetime] add support for ms-dos format
* is, streams, fast
* [fast] fix typo
* [is] fix fast stream predicates, add some runtime predicates
* [streams] more detailed core help messages
2017-09-25 16:17:10 -07:00
João Ferreira Loff and Mohamed Hegazy
9769162cbb
[PapaParse] Comments if set are a string with the comment char. ( #19852 )
...
* Comments if set are a string with the comment char
See more: http://papaparse.com/docs#config
* Add myself to definitions authors
2017-09-25 16:15:30 -07:00
Gavin Draper and Mohamed Hegazy
a88944d8e3
Update definitions to support react-big-calendar Event object properties for OnSelectEvent (Version 0.15.0) ( #19832 )
...
* Update definitions to support react-big-calendar Event object properties
* Update version number
2017-09-25 16:12:15 -07:00
bergi9 and Mohamed Hegazy
8d952056e7
[React-Router-DOM] Fix exporting types for JetBrains IDE ( #19856 )
...
* Fix exporting types for JetBrains IDE
Rider always suggest me to use require instead of import because it didn't detect the imported type in the code.
Since this definitions use the declare module and the react-router definitions don't.
* Fix testing for trailing whitespace
2017-09-25 16:11:35 -07:00
Denis and Mohamed Hegazy
fcc0e2ef35
Set default export to Polylabel ( #19869 )
2017-09-25 16:08:54 -07:00
Tanner Doshier and Mohamed Hegazy
eef993565c
[pg] Client.connect() returns void not a Client ( #19918 )
...
https://node-postgres.com/api/client#-code-client-connect-gt-promise-lt-void-gt-code-
2017-09-25 16:07:36 -07:00
Vasya Aksyonov and Mohamed Hegazy
f05b9a7d6f
Updated to version 1.3.4 ( #19985 )
2017-09-25 15:56:55 -07:00
Jed Fox and Mohamed Hegazy
b6a7cab12e
Add typings for to-camel-case ( #20013 )
2017-09-25 15:12:50 -07:00
Max Battcher and Mohamed Hegazy
189ef9638f
Add image quality options to blob-util ( #20014 )
...
* Add image quality options to blob-util
* Remove unapplicable doc comment note from blob-util
2017-09-25 15:11:25 -07:00
alexandre melard and Mohamed Hegazy
2da08c2f7a
add type for leaflet-gpx ( #20015 )
2017-09-25 15:10:23 -07:00
Nathan Jacobson and Mohamed Hegazy
172dd79c16
Increase allowed mixin params to Ember.Component.extend ( #19594 )
2017-09-25 14:36:15 -07:00
Guy Bedford and Mohamed Hegazy
06866d14e7
Fix up URL iteration ( #19683 )
...
* fix up URL interfaces
* try removing Iterable implements
* es5 support fix
2017-09-25 14:11:48 -07:00