@types/selectize
Advanced tools
Comparing version 0.12.35 to 0.12.36
@@ -11,3 +11,2 @@ // Type definitions for Selectize 0.12.14 | ||
interface IOptions<T, U> { | ||
// General | ||
@@ -20,3 +19,3 @@ // ------------------------------------------------------------------------------------------------------------ | ||
items?: T[] | undefined; | ||
/** | ||
@@ -148,3 +147,3 @@ * The placeholder of the control (displayed when nothing is selected / typed). | ||
*/ | ||
preload?: boolean | 'focus' | undefined; | ||
preload?: boolean | "focus" | undefined; | ||
@@ -260,3 +259,3 @@ /** | ||
*/ | ||
sortField?: string | { field: string, direction?: 'asc' | 'desc' | undefined }[] | undefined; | ||
sortField?: string | { field: string; direction?: "asc" | "desc" | undefined }[] | undefined; | ||
@@ -263,0 +262,0 @@ /** |
{ | ||
"name": "@types/selectize", | ||
"version": "0.12.35", | ||
"version": "0.12.36", | ||
"description": "TypeScript definitions for Selectize", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f06048cfa2e0c6b3f497dafb2d351fd6b64e9004b96208b4d90bbe0c586a8f6c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "b85b75e05e15284d453cb5d6d315065836113afc2370a3c74a2decdc8b34f15b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 16:34:29 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
24384