@deskhero/dh_ui 2.49.0 → 2.49.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +100 -100
- package/package.json +185 -181
- package/dist/adapters/editorjs/EditorjsTransformer.d.ts +0 -3
- package/dist/adapters/editorjs/EditorjsView.vue.d.ts +0 -72
- package/dist/adapters/tiptap/SimpleTemplate.vue.d.ts +0 -29
- package/dist/adapters/tiptap/TiptapAdapter.d.ts +0 -26
- package/dist/adapters/tiptap/TiptapTransformer.d.ts +0 -3
- package/dist/adapters/tiptap/TiptapView.vue.d.ts +0 -73
- package/dist/adapters/tiptap/components/BlockquoteButton.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/CodeblockButton.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/ColorHighlightDropdown.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/Dropdown.vue.d.ts +0 -35
- package/dist/adapters/tiptap/components/FileUploadButton.vue.d.ts +0 -11
- package/dist/adapters/tiptap/components/HeadingDropdown.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/ImageUploadButton.vue.d.ts +0 -11
- package/dist/adapters/tiptap/components/Input.vue.d.ts +0 -16
- package/dist/adapters/tiptap/components/LinkDropdown.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/ListDropdown.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/MarkButton.vue.d.ts +0 -12
- package/dist/adapters/tiptap/components/Separator.vue.d.ts +0 -33
- package/dist/adapters/tiptap/components/TableButton.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/TextAlignButton.vue.d.ts +0 -12
- package/dist/adapters/tiptap/components/TextAlignDropdown.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/Toolbar.vue.d.ts +0 -9
- package/dist/adapters/tiptap/components/ToolbarGroup.vue.d.ts +0 -17
- package/dist/adapters/tiptap/components/button/Button.vue.d.ts +0 -41
- package/dist/adapters/tiptap/components/button/ButtonGroup.vue.d.ts +0 -29
- package/dist/adapters/tiptap/components/tiptap-icons/AlignCenterIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/AlignJustifyIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/AlignLeftIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/AlignRightIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/BanIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/BlockquoteIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/BoldIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/ChevronDownIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/CodeIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/CodeblockIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/CornerDownLeftIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/ExternalLinkIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/FileIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingFiveIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingFourIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingOneIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingSixIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingThreeIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingTwoIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/HighlighterIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/ImagePlusIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/ItalicIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/LinkIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/ListIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/ListOrderedIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/ListTodoIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/RedoIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/StrikeIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/SubscriptIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/SuperscriptIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/TableIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/TrashIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/UnderlineIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/tiptap-icons/UndoIcon.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/undo-redo-button/UndoRedoButton.vue.d.ts +0 -30
- package/dist/adapters/tiptap/composables/useMenuNavigation.d.ts +0 -18
- package/dist/adapters/tiptap/composables/useScrollDetector.d.ts +0 -8
- package/dist/adapters/tiptap/extensions/attachment.d.ts +0 -2
- package/dist/adapters/tiptap/extensions/file-upload-node/file-upload-node-extension.d.ts +0 -80
- package/dist/adapters/tiptap/extensions/file-upload-node/index.d.ts +0 -1
- package/dist/adapters/tiptap/extensions/signature.d.ts +0 -2
- package/dist/adapters/tiptap/extensions/table/index.d.ts +0 -2
- package/dist/adapters/tiptap/utils/tiptap-utils.d.ts +0 -122
- package/dist/assets/fonts/Rubik-Bold.ttf +0 -0
- package/dist/assets/fonts/Rubik-Bold.woff2 +0 -0
- package/dist/assets/fonts/Rubik-Medium.ttf +0 -0
- package/dist/assets/fonts/Rubik-Medium.woff2 +0 -0
- package/dist/assets/fonts/Rubik-Regular.ttf +0 -0
- package/dist/assets/fonts/Rubik-Regular.woff2 +0 -0
- package/dist/components/Button.vue.d.ts +0 -102
- package/dist/components/ColorPicker.vue.d.ts +0 -17
- package/dist/components/Copiable.vue.d.ts +0 -8
- package/dist/components/DatePicker.vue.d.ts +0 -11
- package/dist/components/DropdownMenu.vue.d.ts +0 -108
- package/dist/components/DropdownMenuItem.vue.d.ts +0 -50
- package/dist/components/Error.vue.d.ts +0 -16
- package/dist/components/ExpansionPanel.vue.d.ts +0 -58
- package/dist/components/FileUpload.vue.d.ts +0 -13
- package/dist/components/IconWithText.vue.d.ts +0 -149
- package/dist/components/ImageCropper.vue.d.ts +0 -73
- package/dist/components/Input.vue.d.ts +0 -51
- package/dist/components/InputDropdown.vue.d.ts +0 -16
- package/dist/components/InputDropdownMultiple.vue.d.ts +0 -16
- package/dist/components/InputGroup.vue.d.ts +0 -15
- package/dist/components/InputList.vue.d.ts +0 -20
- package/dist/components/InputWithList/DropdownList.vue.d.ts +0 -90
- package/dist/components/InputWithList/MultipleInput.vue.d.ts +0 -87
- package/dist/components/InputWithList/SingleInput.vue.d.ts +0 -48
- package/dist/components/InputWithList/TagItem.vue.d.ts +0 -33
- package/dist/components/InputWithList/configs/input-with-list.config.d.ts +0 -8
- package/dist/components/InputWithList.vue.d.ts +0 -165
- package/dist/components/LineChart.vue.d.ts +0 -9
- package/dist/components/Modal.vue.d.ts +0 -118
- package/dist/components/Notification.vue.d.ts +0 -195
- package/dist/components/PasswordField.vue.d.ts +0 -62
- package/dist/components/RadioBox.vue.d.ts +0 -9
- package/dist/components/RadioBoxGroup.vue.d.ts +0 -8
- package/dist/components/SearchInput.vue.d.ts +0 -36
- package/dist/components/Stepper.vue.d.ts +0 -23
- package/dist/components/Tag.vue.d.ts +0 -48
- package/dist/components/Tags.vue.d.ts +0 -91
- package/dist/components/TextEditor.vue.d.ts +0 -81
- package/dist/components/TextEditorLegacy.vue.d.ts +0 -40
- package/dist/components/VerificationCode.vue.d.ts +0 -45
- package/dist/components/configs/input-with-list.config.d.ts +0 -8
- package/dist/dh_ui.es.js +0 -68487
- package/dist/dh_ui.umd.js +0 -677
- package/dist/factories/EditorFactory.d.ts +0 -19
- package/dist/favicon.ico +0 -0
- package/dist/helpers/inputWithListUtils.d.ts +0 -4
- package/dist/index.d.ts +0 -39
- package/dist/main.d.ts +0 -1
- package/dist/models/DropdownMenuItem.model.d.ts +0 -13
- package/dist/models/EditorJSi18n.model.d.ts +0 -109
- package/dist/models/EditorTransformer.d.ts +0 -5
- package/dist/models/InputDropdown.model.d.ts +0 -4
- package/dist/models/InputList.model.d.ts +0 -4
- package/dist/models/InputWithList.model.d.ts +0 -1
- package/dist/models/Tag.model.d.ts +0 -7
- package/dist/style.css +0 -9
- package/dist/tools/editorCode.d.ts +0 -21
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { Tag, TagSize } from "@/models/Tag.model";
|
|
2
|
-
import type { PropType } from "vue";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
maxTags: {
|
|
5
|
-
type: NumberConstructor;
|
|
6
|
-
required: false;
|
|
7
|
-
default: number;
|
|
8
|
-
};
|
|
9
|
-
color: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
required: false;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
size: {
|
|
15
|
-
type: PropType<TagSize>;
|
|
16
|
-
required: false;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
tags: {
|
|
20
|
-
type: PropType<Tag[]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
isClickable: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
required: false;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
showAllOnHover: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
required: false;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
zIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
default: number;
|
|
36
|
-
};
|
|
37
|
-
}, unknown, {
|
|
38
|
-
isHovering: boolean;
|
|
39
|
-
}, {}, {
|
|
40
|
-
getTags(): Tag[];
|
|
41
|
-
getHiddenTags(): Tag[];
|
|
42
|
-
getHiddenTagsLabel(): string;
|
|
43
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
|
-
onMoreClick: null;
|
|
45
|
-
onClick: null;
|
|
46
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
-
maxTags: {
|
|
48
|
-
type: NumberConstructor;
|
|
49
|
-
required: false;
|
|
50
|
-
default: number;
|
|
51
|
-
};
|
|
52
|
-
color: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
required: false;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
size: {
|
|
58
|
-
type: PropType<TagSize>;
|
|
59
|
-
required: false;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
tags: {
|
|
63
|
-
type: PropType<Tag[]>;
|
|
64
|
-
required: true;
|
|
65
|
-
};
|
|
66
|
-
isClickable: {
|
|
67
|
-
type: BooleanConstructor;
|
|
68
|
-
required: false;
|
|
69
|
-
default: boolean;
|
|
70
|
-
};
|
|
71
|
-
showAllOnHover: {
|
|
72
|
-
type: BooleanConstructor;
|
|
73
|
-
required: false;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
zIndex: {
|
|
77
|
-
type: NumberConstructor;
|
|
78
|
-
default: number;
|
|
79
|
-
};
|
|
80
|
-
}>> & {
|
|
81
|
-
onOnClick?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
onOnMoreClick?: ((...args: any[]) => any) | undefined;
|
|
83
|
-
}, {
|
|
84
|
-
size: TagSize;
|
|
85
|
-
color: string;
|
|
86
|
-
zIndex: number;
|
|
87
|
-
isClickable: boolean;
|
|
88
|
-
maxTags: number;
|
|
89
|
-
showAllOnHover: boolean;
|
|
90
|
-
}, {}>;
|
|
91
|
-
export default _default;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import type { SysContentRich, SysAttachment, EditorI18n } from "@/models/Editor.model";
|
|
2
|
-
import { FileRegistration, UploadEventPayload } from "@/models/UploadedFile.model";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
data: {
|
|
5
|
-
type: import("vue").PropType<SysContentRich>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
i18n: {
|
|
9
|
-
type: import("vue").PropType<EditorI18n>;
|
|
10
|
-
default: undefined;
|
|
11
|
-
};
|
|
12
|
-
readOnly: {
|
|
13
|
-
type: import("vue").PropType<boolean>;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
attachments: {
|
|
17
|
-
type: import("vue").PropType<SysAttachment[]>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
toolbarPosition: {
|
|
21
|
-
type: import("vue").PropType<"left" | "right">;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
suggestedReply: {
|
|
25
|
-
type: import("vue").PropType<SysContentRich>;
|
|
26
|
-
default: undefined;
|
|
27
|
-
};
|
|
28
|
-
editorType: {
|
|
29
|
-
type: import("vue").PropType<"tiptap" | "editorjs">;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
}, {
|
|
33
|
-
registerFiles: (payload: FileRegistration) => void;
|
|
34
|
-
insertSignature: (payload: SysContentRich, att: SysAttachment[]) => void;
|
|
35
|
-
isEmpty: () => any;
|
|
36
|
-
acceptSuggestion: () => void;
|
|
37
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
|
-
"update:data": (val: SysContentRich) => void;
|
|
39
|
-
"update:attachments": (value: SysAttachment[]) => void;
|
|
40
|
-
"file-upload": (val: UploadEventPayload) => void;
|
|
41
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
-
data: {
|
|
43
|
-
type: import("vue").PropType<SysContentRich>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
i18n: {
|
|
47
|
-
type: import("vue").PropType<EditorI18n>;
|
|
48
|
-
default: undefined;
|
|
49
|
-
};
|
|
50
|
-
readOnly: {
|
|
51
|
-
type: import("vue").PropType<boolean>;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
|
-
attachments: {
|
|
55
|
-
type: import("vue").PropType<SysAttachment[]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
toolbarPosition: {
|
|
59
|
-
type: import("vue").PropType<"left" | "right">;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
suggestedReply: {
|
|
63
|
-
type: import("vue").PropType<SysContentRich>;
|
|
64
|
-
default: undefined;
|
|
65
|
-
};
|
|
66
|
-
editorType: {
|
|
67
|
-
type: import("vue").PropType<"tiptap" | "editorjs">;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
}>> & {
|
|
71
|
-
"onFile-upload"?: ((val: UploadEventPayload) => any) | undefined;
|
|
72
|
-
"onUpdate:data"?: ((val: SysContentRich) => any) | undefined;
|
|
73
|
-
"onUpdate:attachments"?: ((value: SysAttachment[]) => any) | undefined;
|
|
74
|
-
}, {
|
|
75
|
-
i18n: EditorI18n;
|
|
76
|
-
readOnly: boolean;
|
|
77
|
-
toolbarPosition: "left" | "right";
|
|
78
|
-
suggestedReply: SysContentRich;
|
|
79
|
-
editorType: "tiptap" | "editorjs";
|
|
80
|
-
}, {}>;
|
|
81
|
-
export default _default;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
editorJS: {};
|
|
3
|
-
toggleReadOnly: typeof toggleReadOnly;
|
|
4
|
-
save: typeof save;
|
|
5
|
-
reset: typeof reset;
|
|
6
|
-
editBlock: typeof editBlock;
|
|
7
|
-
render: typeof render;
|
|
8
|
-
update: typeof update;
|
|
9
|
-
getFilteredBlocks: typeof getFilteredBlocks;
|
|
10
|
-
$props: {
|
|
11
|
-
readonly data?: string | Record<string, any> | undefined;
|
|
12
|
-
readonly focus?: boolean | undefined;
|
|
13
|
-
readonly holder?: string | undefined;
|
|
14
|
-
readonly i18n?: Record<string, any> | undefined;
|
|
15
|
-
readonly readOnly?: boolean | undefined;
|
|
16
|
-
readonly placeholder?: string | undefined;
|
|
17
|
-
readonly customColor?: string | undefined;
|
|
18
|
-
readonly minHeight?: number | undefined;
|
|
19
|
-
readonly toolbarPosition?: string | undefined;
|
|
20
|
-
readonly featureSet?: string | undefined;
|
|
21
|
-
readonly firstBlock?: boolean | undefined;
|
|
22
|
-
readonly firstBlockText?: string | undefined;
|
|
23
|
-
readonly learnMoreText?: string | undefined;
|
|
24
|
-
readonly wordCount?: boolean | undefined;
|
|
25
|
-
readonly showSuggestedReplyControls?: boolean | undefined;
|
|
26
|
-
readonly enableTranslation?: boolean | undefined;
|
|
27
|
-
readonly translateEditorButtonText?: string | undefined;
|
|
28
|
-
readonly isSuggestionReplyEnabled?: boolean | undefined;
|
|
29
|
-
readonly suggestionReplyTitle?: string | undefined;
|
|
30
|
-
};
|
|
31
|
-
$emit: (event: "change" | "fileUpload" | "accept-suggestion" | "blockMoved" | "blockRemoved" | "fileDelete" | "translation-click", ...args: any[]) => void;
|
|
32
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
33
|
-
export default _default;
|
|
34
|
-
declare function toggleReadOnly(): void;
|
|
35
|
-
declare function save(): any;
|
|
36
|
-
declare function reset(): void;
|
|
37
|
-
declare function editBlock(index: any): void;
|
|
38
|
-
declare function render(data: any): void;
|
|
39
|
-
declare function update(id: any, data: any): void;
|
|
40
|
-
declare function getFilteredBlocks(): any;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
code: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
focusOnFirstInput: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
focusOnFirstInputDelay: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
autoComplete: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "submit"[], "submit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
code: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
required: false;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
focusOnFirstInput: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
focusOnFirstInputDelay: {
|
|
30
|
-
type: NumberConstructor;
|
|
31
|
-
default: number;
|
|
32
|
-
};
|
|
33
|
-
autoComplete: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
}>> & {
|
|
38
|
-
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
39
|
-
}, {
|
|
40
|
-
code: string;
|
|
41
|
-
autoComplete: string;
|
|
42
|
-
focusOnFirstInput: boolean;
|
|
43
|
-
focusOnFirstInputDelay: number;
|
|
44
|
-
}, {}>;
|
|
45
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const INPUT_CONFIG: {
|
|
2
|
-
readonly DEBOUNCE_DELAY: 300;
|
|
3
|
-
readonly MIN_SEARCH_LENGTH: 0;
|
|
4
|
-
readonly DEFAULT_PLACEHOLDER: "Type or select";
|
|
5
|
-
readonly DEFAULT_LOADING_TEXT: "Loading...";
|
|
6
|
-
readonly CREATE_KEYS: readonly ["enter", ",", "space"];
|
|
7
|
-
readonly BLUR_DELAY: 50;
|
|
8
|
-
};
|