* Update ldapjs type definition to be compatible with ldapjs 1.0.1
* Update header
* Add missing property for connected
* Fix signatures and missing methods to @types/ldapjs
* Fix signature for mandatory parameter
* Add the "brand" field to StipeCardData
Added the StipeCardDataBrand type.
Added the `brand` property to the `StripeCardData` declaration with the type
`'Visa' | 'American Express' | 'MasterCard' | 'Discover JCB' | 'Diners Club' | 'Unknown'`
Reference: https://stripe.com/docs/api#card_object
* Run linter, fix issues. set --strictNullChecks.
Unsure about ambient declaration:
Removed as it seemed to be in error:
1. case was not correct
2. the export was the type of the global which is unconditionally defined.
3. this module does not seem a suitable candidate for a UMD declaration.
* Use header version of 0.0; explain Stripe versioning in comments
* Restore global
* Added tests
* googlemaps: Allow Marker.setAnimation(null)
* Also, turn on strictNullChecks
* Allow new google.maps.Map(null) since it's technically possible with Google's example code from the docs
Signed-off-by: Iqbal Yusuf <iyusuf@corelogic.com>
* googlemaps: Allow Marker.setMap(null)
* Also, add more test code from the Google Maps API documentation
Signed-off-by: Grant Hutchins <ghutchins@pivotal.io>
Selection<etc>.insert functions perfectly well without a `before` selector -- it does so in many d3 official examples.
This corrects the type signature to mark it as optional.
* 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.
* Fixes to work with yfiles version 2.0.0.0.
* [Redux Form] Rename current definitions to 4.0
* Added start of redux-form v6 definition
* Defined arrayMove parameter types
* Unexported action creators that are not exported
* Form props/methods don't need to be optional
* Updated decorator to infer the component generic type
* Fix reducer definition. State should always be the FormStateMap type not a generic. Returned is the state AND object with plugin method (not or).
* Removed namespace. I think this will make it easier to extend functionality....just follow redux's lead really.
* Split meta, input, and custom props from RC4 change. Renamed MyFieldProps to FieldCustomProps to match documented wording.
* Fix onDragStart, onDrop, onFocus
* Update SubmitHandler doc to give more info and reference SubmissionError
* Added Selectors
* Replace Form's fieldList with registeredFields
* Split FieldArray's meta props out from rc4 change
* Add submitSucceeded prop and setSubmitSucceeded action (#1428)
* Added parse() and format() to Field
* Removed value type from onBlur and onChange parameter (40c0d7e)
* Revert handleSubmit change so TS sees both definitions as methods.
* Nothing to see here...
* Added props parameter to config's validate
* Added array functions to FormProps
* Removed unexported action creators
* Overloaded reduxForm() to make generics optional.
* Refactor Generic* interfaces from Field and FieldArray. These will have the generics, and the classes will have those generics set to any :(
* Added some tests for definition.
* Added pure option to config
* Split definition into multiple files
* [tsconfig] no implicit returns or this. enabled strict null checks and decorators.
* Fix event handlers needing a element generic with any for now.
* Added Fields
* Updated definition for all changes up to v6.1.1.
* Missed errors prop on SubmissionError
* Updated definition for all changes up to v6.2.1.
* Added header
* Added validate and warn props https://github.com/erikras/redux-form/pull/2245
* Added clearAsyncError https://github.com/erikras/redux-form/pull/2213
* Added FieldArray get & getAll https://github.com/erikras/redux-form/pull/2247
* Updated version to 6.3.1
* Added react reference dependency
* Fix initialize action. Thanks @csillag
* Changed Normalizer, Formatter, Parser, Validator to types and exported them
* Added original author of v4 definitions
* Added type definitions
* arcgis-to-geojson-utils
* arcgis-rest-api (dependency of arcgis-to-geojson-utils)
* Fixed tslint errors
* Added version numbers to headers
* Fixed other errors reported by TSLint.
* Added forceConsistentCasingInFileNames to tsconfig
* Modified arcgis-rest-api to be module
Definition file for arcgis-rest-api converted from namespace to module as suggested by @andy-ms.
See https://github.com/DefinitelyTyped/DefinitelyTyped/pull/13145#discussion_r91566132
* (lint) Added missing semicolon 🐛
* Updating to work with Leaflet 1.x and Leaflet Draw 4.x
* Removing the I in the interfaces to be consistent with Leaflet
* Just updating a missing semicolon
* Updated raygun4js definition to match version 2.4.2
* Tests updated
* Raygun function interface created for the V2 api
* Added window definition. V2 user details interface added. Refactored V2 declaration.
* V2 api tests added
* Documentation added to options.
* feat(lodash-es): fix dep to point properly to `@types/lodash` instead of `lodash`
* lodash: removed `package.json` as packages deps are inferred automatically