mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Add Tom-Select lib
This commit is contained in:
52
node_modules/tom-select/dist/cjs/defaults.d.ts
generated
vendored
Normal file
52
node_modules/tom-select/dist/cjs/defaults.d.ts
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
declare const _default: {
|
||||
options: never[];
|
||||
optgroups: never[];
|
||||
plugins: never[];
|
||||
delimiter: string;
|
||||
splitOn: null;
|
||||
persist: boolean;
|
||||
diacritics: boolean;
|
||||
create: null;
|
||||
createOnBlur: boolean;
|
||||
createFilter: null;
|
||||
highlight: boolean;
|
||||
openOnFocus: boolean;
|
||||
shouldOpen: null;
|
||||
maxOptions: number;
|
||||
maxItems: null;
|
||||
hideSelected: null;
|
||||
duplicates: boolean;
|
||||
addPrecedence: boolean;
|
||||
selectOnTab: boolean;
|
||||
preload: null;
|
||||
allowEmptyOption: boolean;
|
||||
refreshThrottle: number;
|
||||
loadThrottle: number;
|
||||
loadingClass: string;
|
||||
dataAttr: null;
|
||||
optgroupField: string;
|
||||
valueField: string;
|
||||
labelField: string;
|
||||
disabledField: string;
|
||||
optgroupLabelField: string;
|
||||
optgroupValueField: string;
|
||||
lockOptgroupOrder: boolean;
|
||||
sortField: string;
|
||||
searchField: string[];
|
||||
searchConjunction: string;
|
||||
mode: null;
|
||||
wrapperClass: string;
|
||||
controlClass: string;
|
||||
dropdownClass: string;
|
||||
dropdownContentClass: string;
|
||||
itemClass: string;
|
||||
optionClass: string;
|
||||
dropdownParent: null;
|
||||
controlInput: string;
|
||||
copyClassesToDropdown: boolean;
|
||||
placeholder: null;
|
||||
hidePlaceholder: null;
|
||||
shouldLoad: (query: string) => boolean;
|
||||
render: {};
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user