* Use "lib" in tsconfigs instead of "target".
Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.
* Update new-package and readme
* Add back "target" where necessary
* base-64 typings
* formatting and indenting
* feat: add typings for watchpack
* fix: improve missing typings
* Port from https://github.com/agileek/typings-vis/blob/master/vs.d.ts
* Fix travis build failures
* Port PR https://github.com/agileek/typings-vis/pull/12
* Fix travis build failures
* added tsconfig and tslint
* removed patch number
* added tests
* made it export like base64-js
* removed old code
* formatted code
* fix: add files field in tsconfig.json for expected publishment
* fix: improve most missing typings
* feat: upgrade to v3.0.0
* feat: upgrade to tapbale v0.2.5
* Types 2.0 (#13261)
* updating typing of the latest 7.0 react-autosuggest
* updating typing of react-autosuggest 7.0
* update typings for react-autosuggest 7.0
* Remove '+' from header versions, so they can be parsed (#13239)
* Updated masonry-layout to fix linting errors (#13272)
* Updated masonry-layout to fix linting errors
* Fixed the tests I could fix.
* Removed patch version
* Add redux-persist and basic transformers (#13389)
* Add definitions for redux-persist
* Add missin generic types
* Add definitions for filter transformer
* Add definitions for encrypt transformer
* Fix header
* Add definitions for compress transformer
* Delete unnecessary linter configs
* Change way of importing, fix tests
* fix: angulartics type definition for ES6 import
* fix: lint error
* fix scalar type config (#13398)
The `GraphQLScalarTypeConfig` interface had incorrect types. Correct types may be seen here: 379a308439/src/type/definition.js (L348-L350)
* [interact.js] Update module names (#13316)
Update CommonJS module name as it was changed in version 1.2.7.
AMD module name is also different from both new and old CommonJS module names, so a separate declaration was created for that as well.
* Add definitions for redux-recycle (#13424)
* Add definitions for redux-recycle
* Fix linter errors
* [jest] add type definition for toHaveBeenLastCalledWith (#13038)
* remove ajv because the package bundles its own types (#13028)
* Updated type definitions to yfiles for HTML 2.0. (#13332)
* Updated type definitions to yFiles for HTML 2.0.
* Updated type definitions to yfiles for HTML 2.0.
* Added contact in yfiles .d.ts header.
* Add redux-batched-actions typings. (#13054)
* Add types for mailgen (#13080)
* Typings for cordova-sqlite-storage (#13081)
* Add flatpickr definitions (#13083)
* Add pouch-redux-middleware typing (#13071)
* Add pouch-redux-middleware typing
* Fix <> in comment
* Add declaration for crc (#13068)
* Updated jquery.dataTables for 1.10.9 (#13099)
Release Notes: https://cdn.datatables.net/1.10.9/
* Moved legacy browser settings to its own data type.
* Added 'aIds' property on legacy settings object for mapping row ids to data indexes.
* Added 'rowIdFn' function to legacy settings object to get a row's id from the row's data.
* chore(lint): change vis typing to external module (#13399)
* Fix cordova-sqlite-storage lint
* Lint `vis`: Remove "I" prefix for namespaces
* Change cordova-sqlite-storage back. Linter was wrong.
* Added missing nconf.required(keys) and Provider.required(keys) methods.
* update to 4.7.0, add querycursor.map() and schema.loadClass()
* add error callback for schema.post()
* Added playsInline property as introduced in React 15.3.2
* Add definitions for redux-localstorage and main enhancers (#12580)
* Add definitions for redux-localstorage
* Add definitions for redux-localstorage-filter enhancer
* Add definitions for redux-localstorage-debounce enhancer
* csurf.d.ts relying on CookieOptions from express
It seems express no longer exports `CookieOptions`, we need to import `express-serve-static-core` instead.
* Added height property to IDialogOptions
* versionKey type
* kendo-ui: mark toString() params as optional (#13164)
These function parameters are optional according to the upstream
docs, e.g.
http://docs.telerik.com/kendo-ui/api/javascript/geometry/matrix#methods-toString
* Ensure that zoneAbbr and zoneName are expected type (string).
* Update moment-timezone.d.ts
* Fix syntax error in interact.d.ts
A parameter name was missing making TypeScript compiler fail.
* adding type for move to fs-extra
* fixing signature of sinon/alwaysReturned based on the http://sinonjs.org/docs/#sinonspy
* increasing version number
* returning back the version number to the origin number
* reversing changes in fs-extra
* Request that PRs have meaningful titles
* Improvement to existing nouislider type definition. (#12033)
* updated nouislider version and added a lot of tests out of the documentation
* corrected intentation
* corrected untyped variables, issue raised by Travis
* incorporated feedback on pull request
* #13037 (#13039)
* #13037
* pointToLayer first argument type fixed
GeoJSON.Point to GeoJSON.Feature<GeoJSON.Point>
* Missing cc in sendgrid packate (#13063)
The sendgrid package was missing the `cc` field, and the `bcc` field had a too generic type (`any` instead of `string[]`, as used on the `setCcs` and `setBccs` below.
* Fixes#12414 (#13076)
* Fixes#12414
* Make applicationServerKey optional
* added ariaLabelledBy and ariaDescribedBy to IModalSettings (#13004)
* Ceymard leaflet (#13007)
* replaced all overrides of LatLng by a single use of LatLngExpression when appropriate
* Changed Point, PointTuple overrides to use PointExpression instead
* Changet use of LatLngBounds and Bounds in general to use the Expression variant instead of having several overrides
* add ElasticSeach 5.x API function for deleteByQuery (#13014)
* add ElasticSeach 5.x API function for deleteByQuery
* use searchParams for deleteByQuery, as theses resemble the documentation.
* add DeleteByQueryParams parameter type.
* add deleteByQuery to tests.
* Make `less` render options optional (#13078)
* Added semver
* Updated gravity definition. (#13088)
* Full Redis client options (#13108)
* Added missing return type to on() methods. (#13082)
* Update react-native.0.29.d.ts (#13118)
drawerPosition is of type `number`
Android DrawerConsts.DrawerPosition.Left is equivalent to DrawerLayoutAndroid.positions.Left
Android DrawerConsts.DrawerPosition.Right is equivalent to DrawerLayoutAndroid.positions.Right
* Upgrade to match braintree-web 3.6.1 (#13098)
* Update to match braintree-web version 3.3.0
* Upgrade to match Braintree-web v3.5.0
* upgrade to match braintree-web 3.6.1
add US bank class
* Fix missing parameters from svg append (#13119)
* Add parameter declarations to append()
* Made insertFirst parameter optional
* Correct missing ‘auto’ option of GridList’s cellHeight (#13094)
* Add new Angular 1.5.9 methods to $compileProvider (#13096)
* Add new Angular 1.5.9 methods to $compileProvider
Add new methods available in Angular 1.5.9: onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled()
* Add JSDoc to Angular 1.59 new methods of $compileProvider
JSDoc for onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled() methods.
* Expand $compileProvider JSDoc
Urls added to JSDoc of Angular 1.5.9 new methods .
* Changed type of injectedScript property to string (#13120)
The injectedScript property should take string value with script code, not the bool flag as in current version
* Use unions for openlayers string enums (#13134)
* Update google.maps.MapPane interface (#13122)
* Removing myself (AlStar01) as definition author from angular-material.d.ts (#13125)
* Clarify that notNeededPackages.json is just for packages formerly on DefinitelyTyped (#13156)
* Update Parsimmon typings (#13146)
* Update AmCharts.d.ts (#13170)
* knex: add MySqlConnectionConfig, tests (#13161)
* knex: add MySqlConnectionConfig, tests
* knex: add types for MySqlConnectionConfig queryFormat params
* Add note in readme about tsjs-lib-generator (#13210)
* Remove redux-localstorage packages; added by #13115 instead
* Added toast class property to toast options/config object per commit f72c7816. Added id property to panel config per commit d230aec.
* Added onClose() callback to sidenav object per commit 1f01d264.
* Adds new methods in mdPanel to typings.
* Fixes types for MdPanelPosition top/bottom/left/right.
* Adds enums for MdPanelPosition and MdPanelAnimation.