* Allow @types/angular-loading-bar to export a string name for angular module inclusion
* Add in the methods for @types/angular-loading-bar and fix the tests
* * Renamed WebSocket.ping and WebSocket.pong argument dontFail (very confusing) to failSilently as it's in ws package
* WebSocket.close accepts data as string only
* * Lint fixes, updated types
* Fixed aws-iot-device-sdk + json-rpc-ws
* connect-pg-simple: add types
* connect-pg-simple: PGStoreOptions should be optional
* connect-pg-simple: add close and pruneSessions methods
* connect-pg-simple: use correct import form in tests
Added multiply, premultiply and multiplyMatrices to Matrix3 class on three-core.d.ts. These were already present on Matrix4, just copied over and adapted code.
* [aws-iot-device-sdk] combine multiple signatures
In order to use different signatures, I suggest to combine multiple functions to one, with the different parameter types as a list.
* added a test
Added a test for thingshadow subscribe. The test only covers the error which happened before when using a subscription with a string.
Since everything in `AuthorizeOptions` is optional and in the docs they are using authorize from `WebAuth` without any options, it should be possible to leave them out.
Make a cleaner separation between Stub attachments and non-Stub attachments (here called FullAttachment). New Attachment is then the union type of StubAttachment and FullAttachment. Renamed the previous Attachment to AttachmentData to better reflect what's it purpose is. (Would love to make it more generic, but there's not a great way to key off of `{ attachment: true, binary: true }` in the options stacks right now.) Remove PutAttachment because it now better handled by FullAttachment. Furthermore, you can db.put StubAttachments when round-tripping documents, so PutAttachment was too strict. Added simple round-trip tests to avoid that strictness problem moving forward.
* Add hydrate method
* Add hydrate to react-dom-tests.ts
* Fix whitespace
* Create shared interface for `render` and `hydrate`
* Add renderToNodeStream and renderToStaticNodeStream methods in ReactDomServer
* Add proper nodejs.readablestream
* Add react-dom v15 for backwards compatibility
* Add proper baseUrl for react-dom/v15
* Change react test _interval type to NodeJS.Timer
* Export the renderer interface
* Change react/v15 to use NodeJS.Timer
* Added tslint.json
* Merge commit from source fork (#2)
* Add setVisible to iFrame control
* Initial API without namespaces.
* Did more work on typings.
* Final changes to the typings.
* add className prop and make manager prop optional
* [jquery.fancytree] added enableUpdate method (reference http://www.wwwendt.de/tech/fancytree/doc/jsdoc/Fancytree.html#enableUpdate)
* Fix typo (any -> all) for everyWhere description
* Minor Pixi.js updates to v4.5.5
* mfiles: Added missing CLSID constants
* Reduce strictness of types for redux actions to reduce false positives
* Set required tsc version for depended package
* Update to index.d.ts
Added change suggested by @pocesar
* Updated test to reflect remote changes
Second class, remoteBool to test for remote is boolean
* mfiles: Added support for application platform property
* bootstrap-datepicker - append all available datepicker events
* Update Ignite UI typing definition according the latest 17.1 build
* Added 'static' to Model.remoteMethod
Integrated the remoteMethod ideas from https://github.com/Sequoia/loopback-type-definitions/blob/master/loopback.d.ts into the existing type
Improves remoteMethod composition and checking. No impact on other types
* add lost options member add comments
* Updating comment in remoteMethod JSDoc
Added simple test for remoteMethod
* Fixing dtslint issues
* Fixed errors from running tests. Travis CI should pass now
* Updated test example with real parameters
* update ColorWrap types
* change type name
* feat(prettier): update to version 1.7
* [angular-strap] updated all options to 2.3.8
* [angular-strap] added tslint and resolved linting issues
* Remove moved file
* Add separate process event contexts
* export all interfaces from pdfjs-dist
* Fix lint errors
* Typo fix
* Add editorState param to event handlers
* Fix parse_response type and use lookup type
* Change stage direction to proper case
* [react-data-grid] Added openCellEditor signature to ReactDataGrid instance
* Add remaining missing Xrm.Page.data.process methods
* Add new label type for X/YAxis
* Add contribution name
* Update definitions for @types/angular-loading-bar to be accurate
* Formatting update
* Adding type for the function instead of just Function
* Adding a test
* Try to fix tests for angular-loading-bar types
* feat(react-native-elements): pull from iRoachie
* Update Label type
* Support multiple colors / styles
Winston supports configuring multiple styles rather than a single color. For example you could winston.addColors( { error: ['white', 'underline', 'bgRed'] });
* feat(react-native-element): add multiple components
The work is not yet completed, however there are several components provided and the rest will be completed in the next few days.
* fix(react-native-elements): unneeded breaking imports
* Update d3-geo to version 1.7.1
Includes geoNaturalEarth1 and geoNaturalEarth1Raw
* Type definitions for react-mce 0.6.
* Use generic defaults.
* Reduce TypeScript version to 2.3
* feat(react-native-elements): add rating component
* feat(react-native-elements): add SearchBar component
* webpack: improve loader context typings
emitError() and emitWarning() both can accept an Error as well, for exposing caught Errors.
See: https://github.com/webpack/webpack/blob/master/lib/NormalModule.js#L115
Added relevant type tests.
* fix: do not make use of es6's Map and Set
this should fix#16587
* feat(react-native-elements): add SideMenu component
* feat(react-native-elements): add Slider component
* feat(react-native-elements): add SocialIcons component
* feat(react-native-elements): add SwipeDeck component
* feat(react-native-elements): add Tabs component
* feat(react-native-elements): add Tile component
* feat(react-native-elements): add utility exports
* docs(react-native-elements): remove deprecated message
* first pass at the electron-winstaller declaration
* lint
* Adding definitions for prosemirror-table
* Added minArea to DragBoxOptions (https://openlayers.org/en/latest/apidoc/ol.interaction.DragBox.html)
* added minArea to test
* Remove myself from list of maintainers
* stripe-v3: Add basic typings for createSource method
* stripe-v3: Lint SourceOptions
* stripe-v3: Conert tabs to spaces
* Add ChartFontOptions to global Chart.js options
* angular-ui-router: Can't export a string literal (#19839)
* angular-gridster: Can't export a string literal (#19842)
* react-router/v2: Fix default export of object (#19849)
* history/v2 and /v3: Fix export default of object (#19847)
* Add definitions for W3C Web USB API
* logat: Fix export (#19848)
* adal: Fix export style (#19838)
* strophe: Fix export (#19850)
* express-brute-mongo: Fix export (#19851)
* argparse: Remove unnecessary type parameters (#19843)
* Support conditional values in Vega
* Add onLoad animation configuration
Alluded to here in documentation:
https://formidable.com/open-source/victory/docs/victory-stack
Code references:
e28d4b81ea/src/victory-util/default-transitions.js (L5)e28d4b81ea/src/victory-util/default-transitions.js (L19)
* Fix restify declarations to comply with standard lint rules.
This change requires TypeScript 2.2 because the type
'object' did not exist in 2.1.
* hopscotch
small fixes, no breaking changes
* fix typo
fix typo
* bull: added missing method "promote" from bull v3 to typings
* Minor fixes from review
* stripe-v3: Lint
* types for tabulator
* Ramda: disable no-unnecessary-generics (#19785)
* fixing tests
* adding more test
* Merge PR #19726: [react-data-grid] Added getValidateFilterValues signature to GridProps
* [react-data-grid] Added getValidateFilterValues signature to GridProps
* Add resizerClassName
* More verbose definition for pathOr
* strictNullChecks: true