* add convert function to quill's clipboard api
* create test for quill convert and rename some test function for consistency
* arrange the code for better diff
* fix test case
* add my name and github
* Added declaration of tweetdeck/valiant (#27385)
* Added declaration of tweetdeck/valiant
* fixed version notation and miss typo.
* lint fixes
* PR fixes
* updated parameter names in function signatures
* addressed return type of "CSS functions"
* simplified StylesConfig and SelectComponentsConfig
* updated type of base parameter in styleFn
* removed invalid property from HTML select element
* Bugfixes: Webview is an HTMLElement and also frame must be of type chrome to set options
* Bugfixes: Webview is an HTMLElement and also frame must be of type chrome to set options
* Bluetooth Socket: typings complete
* Bluetooth tests
* Fix typo
* Typo fix
* HID typings, but missing documentation
* Documentation and testing added
* InstanceID Typings
* Typings for mdns complete
* typings for chrome.syncFileSystem
* Major cleanup - comments and documentation review
* More cleanup, comment shortening, bugfixing, updates
* Cleanup and fixes: Continued (WIP)
* Fixed and cleanup: idle, instanceId, mediaGalleries (+added docs)
* Transfer types to enums
* networking.onc -> complete api typing, Enums to types to prevent runtime errors
* Restored enums that are present (after checking)
* Implemented desktopCapture
* Added management
* Typings for experimental clipboard api
* chrome.networking.onc: Documentation + fixes
* Removed unnecessary imports and compiler options.
* Bumped typescript version to support new language features.
* Cleanup: No need to specify defaults
* Add lifecycle-events
* Add exported alias `s()` and `h()`
* Add definitions for ListPool, because it's exported in redom as well
* Add namespace for list and svg to enable `list.extend` as described in [redom-docs](https://redom.js.org/documentation/#list-extend)
* [@types/dnsds] Fix return types
Especially the ServiceType constructor was handled rather poorly before. This commit fixes it.
Some methods (e.g. for resolving) could probably also be handled better, but that will be another PR.
* Increase version number
* Fix tests
* Make options optional
* Fix oversight introduces in previous commit
* Adding types for crypto-random-string 1.0
* Fixup in last commit wrt review
* Fixing import of crypto-random-string test
* Changing tslint.json as per review
These typings are adequate for the primary user of di, karma-runner.
The underlying project is deprecated and we will move to a new di system,
but these typings help document where we are today.
* moved existing "react-select" definitions into "v1" directory
* updated references to V1 of "react-select"
* dts-gen --dt --name react-select --template module
* added placeholders for react-select definitions and tests
* fixed imports of react and react-select
* updated config. files
* drafted definitions for react-select
* updated definitions for react-select
* made Props in stateManager.d.ts and Select.d.ts optional
* handle grouped options in Select.d.ts
* updated definitions for react-select
* resolved merge conflicts
* fixed issues identified by "npm test"
* updated type of "menuPortalTarget"
* remove OptionType type and introduce throughout as a generic parameter
* add an extra type
* re-enable interface-over-type-literal lint rule
* parameterize GroupedOptionsType
after some consideration this should be parameterized, typically with a union type, see Grouped example which is a select of `ColourOption | FlavourOption`
* typing as per https://github.com/plotly/react-plotly.js/issues/80
* fix travis build (thanks intellij...)
* bring typescript version inline with react
* types for react-flag-icon-css
* review feedback, remove react-plotly.js changes from PR as already released
* attempt to fix travis
* life is too short to argue about this nonsense, switch spaces for tabs if you want