* [storybook__addon-info]
- Use types directly from `Storybook` repo as it is now written in TS
- Update types to match version 5.2 of the addon and of Storybook (as they have to have the same version)
* [storybook__addon-info] make tests more realistic
Define React simple component and use them to have function call that match the ones done when really using the lib
* All charts should accept DataTable | DataView
* DataView constructor should take DT | DV union
* Add missing fill color
* fix type and parameter name blending
* Add missing test? func to DataTableCellFilter
This property combines with min/max and/or value filtering if present.
https://developers.google.com/chart/interactive/docs/reference#DataTable_getFilteredRows
* fix id?: type
* Fix wrong return type
* Replace comment with enum
* selectionMode enum
* Add ChartSeriesOptions for Line,Scatter
Used for several XY based Charts. Others need specific series options.
* Revert Scatter LineChartSeriesOptions
* Add base for SeriesOptions
* backgroundColor strongly typed
* Change backgroundColor to ChartFill
* Re-Unify ChartStroke and ChartFill
Appears this is the correct behavior that should be suggested in IDE.
* ChartStrokeFill
* ScatterChart changes
Bringing ScatterChart up to LineChart detail
* histo orientation enum
* ChartOrientation to Common
* Reorder functions
* Formatting
* Formatting 2
* curveType enum
* Allow number input in getDuration()
The library allows a string like `1 minute` or a simple number representing ms. This change allows the use of a number of ms in addition to a string.
See:
https://github.com/kwhitley/apicache/blob/master/src/apicache.js#L371
* Update index.d.ts
* underscore - Fix an issue where calling sortBy on a chained wrapper around Z[] claimed to return a Z.
e.g. _.chain([1, 2, 3]).sortBy(x => -x).value() would claim to be of type number, not number[].
* underscore - Ensure length property is present on value of calling sortBy on chained, wrapped array.
* underscore - Be more explicit that sortBy returns an array.
That's its implementation behaviour, even if not provided with an array to begin with.
* underscore - Revert unused generic type.
* Lots of additional apis/props. Trying to reconcile all the places with have to downcast to 'any'. Some formatting. Lots are private but as wise person once argued...should be no private APIs in library.
* Lots of additional apis/props. Missed some return types.
* [webpack] Updates definitions for Chunk and Module* Updates definitions for webpack.compilation.Chunk* Adds definitions for webpack.compilation.Module
* [webpack] Bumps version number
* Add merged function declaration to support calling as a function
Signed-off-by: Ashley Abbott <ashpabb@gmail.com>
* Add tests for function call
Signed-off-by: Ashley Abbott <ashpabb@gmail.com>
* Add contributor and set Typescript Version to 3.6
Signed-off-by: Ashley Abbott <ashpabb@gmail.com>
* Missing line ending for tests.ts
Signed-off-by: Ashley Abbott <ashpabb@gmail.com>
* Update library version number
Signed-off-by: Ashley Abbott <ashpabb@gmail.com>
* Removing patch version from index.d.ts to satisfy Jenkins constraints
Signed-off-by: Ashley Abbott <ashpabb@gmail.com>
* Add types for react-photoswipe
* Fix bug in react-photoswipe
Modify typescript version annotation
* fix dtslint errors
* add semicolon and ts version
* remove ts version in test file
* remove exported functions
* Added rudimentary types for KeystoneJS
* Fixed version on auth-passport and added additional auth strategy types.
* Added definition for getInputFragment, removed public access specifier.
* [workbox-core] Added type definitions
* [workbox-core] Updated ts-doc
* [workbox-core] Added types.d.ts
* [workbox-core] Removed TSDoc
* [workbox-core] Moved some types
* [workbox-core] Bug fixes
* [workbox-expiration] Added type definitions
* [workbox-strategies] Added type definitions
* [workbox-strategies] Change "es6" to "es2015"
* [workbox-precaching] Added type definitions
* [workbox-precaching] Added missing method
* [workbox-core] Moved some files to a sub-folder
* [workbox-core] Moved some files to a sub-folder
* [workbox-precaching] Moved some file to sub-folder
* [workbox-core] Added generic type support
* [workbox-routing] Added type definitions
* [workbox-routing] Changed from "es6" to "es2015"
* [workbox-background-sync] Added type definitions
* [workbox-google-analytics] Added type definitions
* [workbox-cacheable-response] Added type definition
* [workbox-broadcast-update] Added type definitions
* [workbox-range-requests] Added type definitions
* [workbox-streams] Added type definitions
* [workbox-streams] Added "use strict" to tests
* [workbox-navigation-preload] Added type definition
* [workbox-precaching] Added the missing type def...
* Added the missing type definitions
* [workbox-precaching] Commented the upcoming
properties
* [workbox-routing] Added the missing type
definitions
* [workbox-strategies] Changed package references
* [workbox-expiration] Added the missing tests
* [workbox-strategies] Updated tests
* [workbox-background-sync] Fixed wrong file name
* [workbox-google-analytics] Updated tests
* [workbox-cacheable-response] Fixed the incorrectly
named files
* [workbox-broadcast-update] Fixed the incorrectly
named files
* [workbox-broadcast-update] Added the missing
function
* [workbox-broadcast-update] Fixed typo
* [workbox-navigation-preload] Updated tests
* [workbox-range-requests] Fixed the incorrectly named
files
* [workbox-streams] Updated tests
* [workbox-core] Updated tests
* [workbox-window] Updated tests and moved some
files
* [workbox-window] Updated "es6" to "es2015"
* [workbox-sw] Updated definition to make use of the newly added
definitions
* [workbox] Updated "Definitions by" field
* [workbox-sw] Updated rules
* [workbox] Updated version numbers
* [workbox-window] Fixed version number
* Less any, more hopefully correct types
email-templates and nodemailer both accept arguments in variety of formats.
Usedtypes from nodemailer types and and read both email-templates and
nodemailer documentation in orer to construct a better typedef
* Somewhat typed preview
* Some tests, pass the generics around
* Contributor
* Wrong type for views