mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-22 03:44:12 +01:00
- Form SDK implementation - Basic Forms - Dynamics Forms - Basic Blocks + Data Model Block - Form Compilation - Turbo integration
53 lines
1.3 KiB
TypeScript
53 lines
1.3 KiB
TypeScript
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;
|