@types/selectize
Advanced tools
Comparing version 0.12.34 to 0.12.35
@@ -18,3 +18,3 @@ // Type definitions for Selectize 0.12.14 | ||
*/ | ||
items?: T[]; | ||
items?: T[] | undefined; | ||
@@ -25,3 +25,3 @@ /** | ||
*/ | ||
placeholder?: string; | ||
placeholder?: string | undefined; | ||
@@ -34,3 +34,3 @@ /** | ||
*/ | ||
delimiter?: string; | ||
delimiter?: string | undefined; | ||
@@ -42,3 +42,3 @@ /** | ||
*/ | ||
diacritics?: boolean; | ||
diacritics?: boolean | undefined; | ||
@@ -60,3 +60,3 @@ /** | ||
*/ | ||
createOnBlur?: boolean; | ||
createOnBlur?: boolean | undefined; | ||
@@ -77,3 +77,3 @@ /** | ||
*/ | ||
highlight?: boolean; | ||
highlight?: boolean | undefined; | ||
@@ -85,3 +85,3 @@ /** | ||
*/ | ||
persist?: boolean; | ||
persist?: boolean | undefined; | ||
@@ -93,3 +93,3 @@ /** | ||
*/ | ||
openOnFocus?: boolean; | ||
openOnFocus?: boolean | undefined; | ||
@@ -101,3 +101,3 @@ /** | ||
*/ | ||
maxOptions?: number; | ||
maxOptions?: number | undefined; | ||
@@ -109,3 +109,3 @@ /** | ||
*/ | ||
maxItems?: number; | ||
maxItems?: number | undefined; | ||
@@ -117,3 +117,3 @@ /** | ||
*/ | ||
hideSelected?: boolean; | ||
hideSelected?: boolean | undefined; | ||
@@ -125,3 +125,3 @@ /** | ||
*/ | ||
closeAfterSelect?: boolean; | ||
closeAfterSelect?: boolean | undefined; | ||
@@ -134,3 +134,3 @@ /** | ||
*/ | ||
allowEmptyOption?: boolean; | ||
allowEmptyOption?: boolean | undefined; | ||
@@ -143,3 +143,3 @@ /** | ||
*/ | ||
scrollDuration?: number; | ||
scrollDuration?: number | undefined; | ||
@@ -152,3 +152,3 @@ /** | ||
*/ | ||
loadThrottle?: number; | ||
loadThrottle?: number | undefined; | ||
@@ -161,3 +161,3 @@ /** | ||
*/ | ||
preload?: boolean | 'focus'; | ||
preload?: boolean | 'focus' | undefined; | ||
@@ -170,3 +170,3 @@ /** | ||
*/ | ||
dropdownParent?: string; | ||
dropdownParent?: string | undefined; | ||
@@ -178,3 +178,3 @@ /** | ||
*/ | ||
addPrecedence?: boolean; | ||
addPrecedence?: boolean | undefined; | ||
@@ -186,3 +186,3 @@ /** | ||
*/ | ||
selectOnTab?: boolean; | ||
selectOnTab?: boolean | undefined; | ||
@@ -194,3 +194,3 @@ /** | ||
*/ | ||
plugins?: string[] | IPluginOption[] | { [name: string]: any }; | ||
plugins?: string[] | IPluginOption[] | { [name: string]: any } | undefined; | ||
@@ -207,3 +207,3 @@ // Data / Searching | ||
*/ | ||
options?: U[]; | ||
options?: U[] | undefined; | ||
@@ -215,3 +215,3 @@ /** | ||
*/ | ||
dataAttr?: string; | ||
dataAttr?: string | undefined; | ||
@@ -223,3 +223,3 @@ /** | ||
*/ | ||
valueField?: string; | ||
valueField?: string | undefined; | ||
@@ -231,3 +231,3 @@ /** | ||
*/ | ||
optgroups?: U[]; | ||
optgroups?: U[] | undefined; | ||
@@ -239,3 +239,3 @@ /** | ||
*/ | ||
optgroupValueField?: string; | ||
optgroupValueField?: string | undefined; | ||
@@ -248,3 +248,3 @@ /** | ||
*/ | ||
labelField?: string; | ||
labelField?: string | undefined; | ||
@@ -257,3 +257,3 @@ /** | ||
*/ | ||
optgroupLabelField?: string; | ||
optgroupLabelField?: string | undefined; | ||
@@ -265,3 +265,3 @@ /** | ||
*/ | ||
optgroupField?: string; | ||
optgroupField?: string | undefined; | ||
@@ -273,3 +273,3 @@ /** | ||
*/ | ||
disabledField?: string; | ||
disabledField?: string | undefined; | ||
@@ -286,3 +286,3 @@ /** | ||
*/ | ||
sortField?: string | { field: string, direction?: 'asc' | 'desc' }[]; | ||
sortField?: string | { field: string, direction?: 'asc' | 'desc' | undefined }[] | undefined; | ||
@@ -294,3 +294,3 @@ /** | ||
*/ | ||
searchField?: string | string[]; | ||
searchField?: string | string[] | undefined; | ||
@@ -302,3 +302,3 @@ /** | ||
*/ | ||
searchConjunction?: string; | ||
searchConjunction?: string | undefined; | ||
@@ -311,3 +311,3 @@ /** | ||
*/ | ||
lockOptgroupOrder?: boolean; | ||
lockOptgroupOrder?: boolean | undefined; | ||
@@ -320,3 +320,3 @@ /** | ||
*/ | ||
optgroupOrder?: string[]; | ||
optgroupOrder?: string[] | undefined; | ||
@@ -328,3 +328,3 @@ /** | ||
*/ | ||
copyClassesToDropdown?: boolean; | ||
copyClassesToDropdown?: boolean | undefined; | ||
@@ -422,3 +422,3 @@ // Callbacks | ||
render?: ICustomRenderers<U>; | ||
render?: ICustomRenderers<U> | undefined; | ||
} | ||
@@ -425,0 +425,0 @@ |
{ | ||
"name": "@types/selectize", | ||
"version": "0.12.34", | ||
"version": "0.12.35", | ||
"description": "TypeScript definitions for Selectize", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize", | ||
"license": "MIT", | ||
@@ -19,11 +20,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/selectize" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cc67cd78047a67f6ebacf1ed6fcaea8acb7552865fc20d943a4cd28be183bcfb", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "f06048cfa2e0c6b3f497dafb2d351fd6b64e9004b96208b4d90bbe0c586a8f6c", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize. | ||
Additional Details | ||
* Last updated: Tue, 18 Dec 2018 20:51:06 GMT | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 16:34:29 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Adi Dahiya <https://github.com/adidahiya>, Natalie Bausch <https://github.com/naBausch>. | ||
These definitions were written by [Adi Dahiya](https://github.com/adidahiya), and [Natalie Bausch](https://github.com/naBausch). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
24393
1