@types/datatables.net-buttons
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -30,3 +30,3 @@ // Type definitions for JQuery DataTables Buttons extension 1.4 | ||
interface ButtonStaticFunctions { | ||
new (dt: Api, settings: boolean | string[] | ButtonsSettings | ButtonSettings[]): undefined; | ||
new(dt: Api, settings: boolean | string[] | ButtonsSettings | ButtonSettings[]): undefined; | ||
version: string; | ||
@@ -93,3 +93,3 @@ defaults: ButtonsSettings; | ||
*/ | ||
add(index: number | string, config: string|FunctionButtom|ButtonSettings): Api; | ||
add(index: number | string, config: string | FunctionButtom | ButtonSettings): Api; | ||
@@ -189,3 +189,3 @@ /** | ||
//#region "Button Settings" | ||
// #region "Button Settings" | ||
@@ -195,3 +195,3 @@ interface ButtonsSettings { | ||
tabIndex?: number | undefined; | ||
buttons: Array<string|FunctionButtom|ButtonSettings>; | ||
buttons: Array<string | FunctionButtom | ButtonSettings>; | ||
dom?: ButtonDomSettings | undefined; | ||
@@ -301,3 +301,3 @@ } | ||
type FunctionButtonCustomize = (win: Window|string) => void; | ||
type FunctionButtonCustomize = (win: Window | string) => void; | ||
@@ -322,5 +322,5 @@ type FunctionExtButtonsCollectionText = (a: any) => string; | ||
//#endregion "Button Defaults" | ||
// #endregion "Button Defaults" | ||
//#region "Add-Ons" | ||
// #region "Add-Ons" | ||
@@ -331,3 +331,3 @@ /** | ||
interface ButtonSettings extends ButtomSettingsCommon { | ||
//#region (HTML-)File-Export | ||
// #region (HTML-)File-Export | ||
@@ -367,3 +367,3 @@ /** | ||
*/ | ||
charset?: string|boolean | undefined; | ||
charset?: string | boolean | undefined; | ||
@@ -390,5 +390,5 @@ /** | ||
//#endregion (HTML-)File-Export | ||
// #endregion (HTML-)File-Export | ||
//#region Export and Print | ||
// #region Export and Print | ||
@@ -433,3 +433,3 @@ /** | ||
*/ | ||
message?: string|Api|JQuery|object | undefined; | ||
message?: string | Api | JQuery | object | undefined; | ||
@@ -441,5 +441,5 @@ /** | ||
//#endregion Export and Print | ||
// #endregion Export and Print | ||
//#region ColVis | ||
// #region ColVis | ||
@@ -456,5 +456,5 @@ /** | ||
//#endregion ColVis | ||
// #endregion ColVis | ||
//#region Buttons | ||
// #region Buttons | ||
@@ -464,5 +464,5 @@ /** | ||
*/ | ||
buttons?: Array<string|FunctionButtom|ButtonSettings> | undefined; | ||
buttons?: Array<string | FunctionButtom | ButtonSettings> | undefined; | ||
//#endregion Buttons | ||
// #endregion Buttons | ||
} | ||
@@ -479,3 +479,3 @@ | ||
//#endregion "button-settings | ||
// #endregion "button-settings | ||
} |
{ | ||
"name": "@types/datatables.net-buttons", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "TypeScript definitions for JQuery DataTables Buttons extension", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/datatables.net-buttons", | ||
}, | ||
"typesPublisherContentHash": "97eb73b5eff2f9a0d338be76bec843f7391f8b10636954d0a8a339c39ab35237", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "8158bdea4c953cb36b61425a06c4dda7d255f3bff5b7061404de24d1632a0eb8", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 09:08:32 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery), [@types/datatables.net](https://npmjs.com/package/@types/datatables.net) | ||
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT | ||
* Dependencies: [@types/datatables.net](https://npmjs.com/package/@types/datatables.net), [@types/jquery](https://npmjs.com/package/@types/jquery) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16080