* jsmediatags initial
* linting updates
* tag and type updates
* remove currently unused
* unused files error
* consolidate to single index file
* Revert "consolidate to single index file"
This reverts commit fe0b24b49eaa1c8a6ff7ce581980dcc3c5e583a2.
* further restructuring
* Further fixes
* update paths
* Revert "update paths"
This reverts commit 4711549a8e930f548546bbb1d405b015cadcd8c7.
* more attempts at path updates
* simplify jsmediatags namespace
* strip useless comments
Now you are able to remove from the `Session Storage`. As the previous implementation only removed from the local storage ( or whatever the current storage type was provided), this was not inline with the underlying implementation.
* Added Index as optional parameter
Index can be use in tickFormat function. Hence added it as optional Parameter.
* Index updated
* added author
* updated the version
* Added console
* Test Fix
* Update types/d3/v3/d3-tests.ts
Co-Authored-By: denisname <denisname@users.noreply.github.com>
* Update types/d3/v3/d3-tests.ts
Co-Authored-By: Ron Buckton <ron.buckton@microsoft.com>
* Small fix
* - fixed KnockoutMappingOptions wrong typing.
- overhall of typing.
- add JSDoc.
- add Undocumented when method doesn't have documentation.
- complete new tests.
* Small fixes for tslint
* Modification to tslint rules
* Changes to match tslint rules
* Improve KnockoutObservableType with Conditional Typings.
- Upped TS version
- Removed semicolons, changed to double quotes
- Better formating
* Mapping of object of type 'any' returns 'any'
- Instead of returning KnockoutObservableType<any> that is useless
* Remove some rules not working as expected
* Remove duplicate not needed any more
* Small fixes
* Small improvement in documentation
* Remove knockout.mapping plugin tests.
* Remove knockout.mapping plugin tests.
* Small fix
Co-Authored-By: Ron Buckton <ron.buckton@microsoft.com>
* Support for more Primitives.
Remove Primitive type from global
* Small simplification
* Add support for ReadonlyArray
* Formatting
* Reverted quote to maintain consistency with new prettier formating rules in repo.
* Remove bigint. Not supported in TS 2.8
* Fix passReqToCallback type
Fixes the following compilation error:
error TS2345: Argument of type '{ allowHttpForRedirectUrl: true; clientID: string; clientSecret: string | undefined; identityMetadata: string; passReqToCallback: boolean; redirectUrl: string; responseMode: "form_post"; responseType: "code id_token"; scope: string[]; validateIssuer: false; }' is not assignable to parameter of type 'IOIDCStrategyOption'.
Object literal may only specify known properties, and 'passReqToCallback' does not exist in type 'IOIDCStrategyOption'.
69 passReqToCallback: false,
* Update according to feedback from @rbuckton
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/36030#discussion_r293151320
* Fix leftover "true"
* [react-material-ui-form-validator] Change return type of ValidatorForm.isFormValid for v2.0.7
react-form-validator-core: v0.6.2
* [react-material-ui-form-validator] Add ValidatorForm.removeValidationRule() for v2.0.9
react-form-validator-core: v0.6.4
mysqljs/mysql documents connection flags to be a comma-separated string,
although it also accepted an array of strings
sidorares/node-mysql2 only accepts a comma-separated string
* Update index.d.ts
Added 'custom' to type FilterType and added searchText as string to MUIDataTableOptions
* Update to reflect types for mui-datatables v2.8.0
- Added interface type MUIDataTableFilterOptions as:
export interface MUIDataTableFilterOptions {
names?: string[];
display?: (filterList:string[], onChange: any, index: number, column: any) => void;
logic?: any;
}
- Changed type of filterOptions in MUIDataTableColumnOptions to MUIDataTableFilterOptions (breaking change if filteroptions is used)
- Added customFilterListRender?: (value: any) => string; to MUIDataTableColumnOptions
- Added to MUIDataTableOptions:
- selectableRowsOnClick?: boolean;
- rowsExpanded?: any[];
- onSearchOpen?: () => void;
- customSearchRender?: (searchText: string, handleSearch: any, hideSearch: any, options: any) => React.Component;
* Added whitespace after colon in line 108, pos 27
To correct travis build failure
* Changed typing of logic in MUIDataTableFilterOptions
As per review i changed the typing of logic in MUIDataTableFilterOptions from <any> to <logic?: (prop: string, filterValue: any[]) => boolean>
* Remove i18next and i18next-express-middleware
* Update i18next-node-fs and i18next-printf-postprocessor to use bundled i18next typings.
* Update i18next-ko
* Updated hashmap to 2.3.0
* Changed from quotes to double quotes
* Chaining both `delete` and `remove` funtions
* Reverted to default lints and fixed accordingly
* [@types/notp]
Initial commit
* [@types/notp]
Code revision and filling up test case
* [@types/notp]
+ Added missing optional 'window' to 'TOTPVerifyOpt'.
# Shortened the names for the interfaces (final)
# Minor edits to comments