* fix for alloy typings.
* fix for typings.
* fix for linting issues.
* removed redundant keyword.
* fix for typo.
* losened typings for alloy.
* added args.
* added missing API.
* removal of properties that are better defined manually.
* added global index accessor.
* fix review comments.
* Rename UNUSED_FILES.txt to OTHER_FILES.txt
These aren't, strictly speaking, always unused. They're just files that
aren't fully tested as part of the compilation.
Part of microsoft/types-publisher#708
* Remove UNUSED_FILES, update cldrjs
* Chart.js legend align type
Missing the `align` prop on ChartLegendOptions for Chart.js
* add to "Definitions by:"
* obey the lint
* update tests
* undo unnecessary changes
* Added noTransition prop type as it was a part of version 2.6.11
* Allowing disableOverlayClick to be a function. This has been allowed within the component since version 2.1.10
* Bumped version of react-burger-menu in header
* Removed patch version
* [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