@deskhero/dh_ui 2.49.0 → 2.49.9
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/dist/adapters/tiptap/SimpleTemplate.vue.d.ts +12 -24
- package/dist/adapters/tiptap/TiptapView.vue.d.ts +10 -61
- package/dist/adapters/tiptap/components/ColorHighlightDropdown.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/FileUploadButton.vue.d.ts +4 -8
- package/dist/adapters/tiptap/components/ImageUploadButton.vue.d.ts +4 -8
- package/dist/adapters/tiptap/components/Input.vue.d.ts +7 -13
- package/dist/adapters/tiptap/components/LinkDropdown.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/MarkButton.vue.d.ts +4 -10
- package/dist/adapters/tiptap/components/TextAlignButton.vue.d.ts +4 -10
- package/dist/adapters/tiptap/components/TextAlignDropdown.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/ToolbarGroup.vue.d.ts +7 -10
- package/dist/adapters/tiptap/components/button/ButtonGroup.vue.d.ts +9 -22
- package/dist/adapters/tiptap/components/tiptap-icons/AlignCenterIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/AlignJustifyIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/AlignLeftIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/AlignRightIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/BanIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/CornerDownLeftIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/ExternalLinkIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/FileIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingFiveIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingSixIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/HighlighterIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/ImagePlusIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/LinkIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/TrashIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/composables/useScrollDetector.d.ts +6 -6
- package/dist/components/ColorPicker.vue.d.ts +7 -13
- package/dist/components/ImageCropper.vue.d.ts +10 -10
- package/dist/components/InputWithList/DropdownList.vue.d.ts +8 -6
- package/dist/components/InputWithList/MultipleInput.vue.d.ts +18 -9
- package/dist/components/InputWithList/SingleInput.vue.d.ts +14 -8
- package/dist/components/InputWithList/TagItem.vue.d.ts +7 -5
- package/dist/components/InputWithList.vue.d.ts +25 -14
- package/dist/components/LineChart.vue.d.ts +5 -1
- package/dist/components/Tags.vue.d.ts +53 -7
- package/dist/components/TextEditor.vue.d.ts +23 -65
- package/dist/components/TextEditorLegacy.vue.d.ts +25 -6
- package/dist/components/VerificationCode.vue.d.ts +7 -5
- package/dist/dh_ui.es.js +24647 -24380
- package/dist/dh_ui.umd.js +199 -353
- package/dist/index.d.ts +1 -1
- package/dist/style.css +4 -4
- package/package.json +11 -6
- package/dist/adapters/editorjs/EditorjsView.vue.d.ts +0 -72
- 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/Dropdown.vue.d.ts +0 -35
- package/dist/adapters/tiptap/components/HeadingDropdown.vue.d.ts +0 -2
- package/dist/adapters/tiptap/components/ListDropdown.vue.d.ts +0 -2
- 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/Toolbar.vue.d.ts +0 -9
- package/dist/adapters/tiptap/components/button/Button.vue.d.ts +0 -41
- 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/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/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/ItalicIcon.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/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/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/components/Button.vue.d.ts +0 -102
- 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/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/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/models/DropdownMenuItem.model.d.ts +0 -13
- package/dist/models/InputDropdown.model.d.ts +0 -4
- package/dist/models/Tag.model.d.ts +0 -7
|
@@ -1,29 +1,17 @@
|
|
|
1
1
|
import type { EditorI18n } from "@/models/Editor.model";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
readOnly
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"dismiss-suggestion": () => void;
|
|
15
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
readOnly: {
|
|
17
|
-
type: import("vue").PropType<boolean>;
|
|
18
|
-
};
|
|
19
|
-
isOverlayVisible: {
|
|
20
|
-
type: import("vue").PropType<boolean>;
|
|
21
|
-
};
|
|
22
|
-
i18n: {
|
|
23
|
-
type: import("vue").PropType<EditorI18n>;
|
|
24
|
-
};
|
|
25
|
-
}>> & {
|
|
3
|
+
readOnly?: boolean;
|
|
4
|
+
isOverlayVisible?: boolean;
|
|
5
|
+
i18n?: EditorI18n;
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
+
"accept-suggestion": () => any;
|
|
8
|
+
"dismiss-suggestion": () => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
10
|
+
readOnly?: boolean;
|
|
11
|
+
isOverlayVisible?: boolean;
|
|
12
|
+
i18n?: EditorI18n;
|
|
13
|
+
}> & Readonly<{
|
|
26
14
|
"onAccept-suggestion"?: (() => any) | undefined;
|
|
27
15
|
"onDismiss-suggestion"?: (() => any) | undefined;
|
|
28
|
-
}, {}, {}>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
17
|
export default _default;
|
|
@@ -1,73 +1,22 @@
|
|
|
1
|
+
import type { EditorViewProps } from "@/models/EditorView.model";
|
|
1
2
|
import { SysAttachment } from "@/models/Editor.model";
|
|
2
3
|
import { FileRegistration, UploadEventPayload } from "@/models/UploadedFile.model";
|
|
3
4
|
import type { JSONContent } from "@tiptap/vue-3";
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
data: {
|
|
6
|
-
type: import("vue").PropType<JSONContent>;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
i18n: {
|
|
10
|
-
type: import("vue").PropType<import("@/models/Editor.model").EditorI18n>;
|
|
11
|
-
};
|
|
12
|
-
readOnly: {
|
|
13
|
-
type: import("vue").PropType<boolean>;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
fileUpload: {
|
|
17
|
-
type: import("vue").PropType<(e: UploadEventPayload) => void>;
|
|
18
|
-
};
|
|
19
|
-
attachments: {
|
|
20
|
-
type: import("vue").PropType<SysAttachment[]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
toolbarPosition: {
|
|
24
|
-
type: import("vue").PropType<"left" | "right">;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
suggestedReply: {
|
|
28
|
-
type: import("vue").PropType<JSONContent>;
|
|
29
|
-
};
|
|
30
|
-
}, {
|
|
5
|
+
declare const _default: import("vue").DefineComponent<EditorViewProps<JSONContent>, {
|
|
31
6
|
acceptSuggestion: () => void;
|
|
32
7
|
registerFiles: (payload: FileRegistration) => void;
|
|
33
8
|
isEmpty: () => boolean;
|
|
34
9
|
insertSignature: (payload: JSONContent, att: SysAttachment[]) => void;
|
|
35
|
-
},
|
|
36
|
-
"update:data": (value: JSONContent | JSONContent[] | undefined) =>
|
|
37
|
-
"update:attachments": (value: SysAttachment[]) =>
|
|
38
|
-
"file-upload": (val: UploadEventPayload) =>
|
|
39
|
-
}, string, import("vue").
|
|
40
|
-
data: {
|
|
41
|
-
type: import("vue").PropType<JSONContent>;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
|
-
i18n: {
|
|
45
|
-
type: import("vue").PropType<import("@/models/Editor.model").EditorI18n>;
|
|
46
|
-
};
|
|
47
|
-
readOnly: {
|
|
48
|
-
type: import("vue").PropType<boolean>;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
fileUpload: {
|
|
52
|
-
type: import("vue").PropType<(e: UploadEventPayload) => void>;
|
|
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<JSONContent>;
|
|
64
|
-
};
|
|
65
|
-
}>> & {
|
|
66
|
-
"onFile-upload"?: ((val: UploadEventPayload) => any) | undefined;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
|
+
"update:data": (value: JSONContent | JSONContent[] | undefined) => any;
|
|
12
|
+
"update:attachments": (value: SysAttachment[]) => any;
|
|
13
|
+
"file-upload": (val: UploadEventPayload) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<EditorViewProps<JSONContent>> & Readonly<{
|
|
67
15
|
"onUpdate:data"?: ((value: JSONContent | JSONContent[] | undefined) => any) | undefined;
|
|
68
16
|
"onUpdate:attachments"?: ((value: SysAttachment[]) => any) | undefined;
|
|
69
|
-
|
|
17
|
+
"onFile-upload"?: ((val: UploadEventPayload) => any) | undefined;
|
|
18
|
+
}>, {
|
|
70
19
|
readOnly: boolean;
|
|
71
20
|
toolbarPosition: "left" | "right";
|
|
72
|
-
}, {}>;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
73
22
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import type { EditorI18n } from "@/models/Editor.model";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
i18n
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
i18n: {
|
|
8
|
-
type: import("vue").PropType<EditorI18n>;
|
|
9
|
-
};
|
|
10
|
-
}>>, {}, {}>;
|
|
3
|
+
i18n?: EditorI18n;
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
|
+
i18n?: EditorI18n;
|
|
6
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
7
|
export default _default;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import type { EditorI18n } from "@/models/Editor.model";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
i18n
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
i18n: {
|
|
8
|
-
type: import("vue").PropType<EditorI18n>;
|
|
9
|
-
};
|
|
10
|
-
}>>, {}, {}>;
|
|
3
|
+
i18n?: EditorI18n;
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
|
+
i18n?: EditorI18n;
|
|
6
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
7
|
export default _default;
|
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
modelValue: {
|
|
10
|
-
type: import("vue").PropType<string>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
}>> & {
|
|
2
|
+
modelValue: string;
|
|
3
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
+
"update:modelValue": (value: string) => any;
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
6
|
+
modelValue: string;
|
|
7
|
+
}> & Readonly<{
|
|
14
8
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
|
-
}, {}, {}>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
10
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
type:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
type: {
|
|
8
|
-
type: import("vue").PropType<"code" | "strike" | "underline" | "bold" | "italic" | "subscript" | "superscript">;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>>, {}, {}>;
|
|
2
|
+
type: "bold" | "italic" | "underline" | "strike" | "code" | "superscript" | "subscript";
|
|
3
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
4
|
+
type: "bold" | "italic" | "underline" | "strike" | "code" | "superscript" | "subscript";
|
|
5
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
6
|
export default _default;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
align:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
align: {
|
|
8
|
-
type: import("vue").PropType<"center" | "left" | "right" | "justify">;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>>, {}, {}>;
|
|
2
|
+
align: "left" | "right" | "center" | "justify";
|
|
3
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
4
|
+
align: "left" | "right" | "center" | "justify";
|
|
5
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
6
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
class
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
-
class: {
|
|
7
|
-
type: import("vue").PropType<string>;
|
|
8
|
-
};
|
|
9
|
-
}>>, {}, {}>, {
|
|
1
|
+
interface GroupProps {
|
|
2
|
+
class?: string;
|
|
3
|
+
}
|
|
4
|
+
declare function __VLS_template(): {
|
|
10
5
|
default?(_: {}): any;
|
|
11
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<GroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<GroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
12
9
|
export default _default;
|
|
13
10
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
11
|
new (): {
|
|
@@ -1,26 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
class
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
role: {
|
|
9
|
-
type: import("vue").PropType<string>;
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
class: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
|
-
orientation: {
|
|
16
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
17
|
-
};
|
|
18
|
-
role: {
|
|
19
|
-
type: import("vue").PropType<string>;
|
|
20
|
-
};
|
|
21
|
-
}>>, {}, {}>, {
|
|
1
|
+
interface ButtonGroupProps {
|
|
2
|
+
class?: string;
|
|
3
|
+
orientation?: "horizontal" | "vertical";
|
|
4
|
+
role?: string;
|
|
5
|
+
}
|
|
6
|
+
declare function __VLS_template(): {
|
|
22
7
|
default?(_: {}): any;
|
|
23
|
-
}
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<ButtonGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
24
11
|
export default _default;
|
|
25
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
13
|
new (): {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare function useScrollDetector(): {
|
|
2
|
-
wrapperRef: import("vue").Ref<unknown>;
|
|
3
|
-
toolbarRef: import("vue").Ref<unknown>;
|
|
4
|
-
sentinelRef: import("vue").Ref<unknown>;
|
|
5
|
-
toolbarStyle: import("vue").Ref<Record<string, string>>;
|
|
6
|
-
wrapperStyle: import("vue").Ref<Record<string, string>>;
|
|
7
|
-
isFloating: import("vue").Ref<boolean>;
|
|
2
|
+
wrapperRef: import("vue").Ref<unknown, unknown>;
|
|
3
|
+
toolbarRef: import("vue").Ref<unknown, unknown>;
|
|
4
|
+
sentinelRef: import("vue").Ref<unknown, unknown>;
|
|
5
|
+
toolbarStyle: import("vue").Ref<Record<string, string>, Record<string, string>>;
|
|
6
|
+
wrapperStyle: import("vue").Ref<Record<string, string>, Record<string, string>>;
|
|
7
|
+
isFloating: import("vue").Ref<boolean, boolean>;
|
|
8
8
|
};
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import "vue3-colorpicker/style.css";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
pureColor:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
pureColor: {
|
|
11
|
-
type: import("vue").PropType<string>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & {
|
|
3
|
+
pureColor: string;
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
+
"update:pure-color": (color: string) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
7
|
+
pureColor: string;
|
|
8
|
+
}> & Readonly<{
|
|
15
9
|
"onUpdate:pure-color"?: ((color: string) => any) | undefined;
|
|
16
|
-
}, {}, {}>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
11
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "cropperjs/dist/cropper.css";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
image: {
|
|
4
4
|
type: {
|
|
5
|
-
new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag
|
|
5
|
+
new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File;
|
|
6
6
|
prototype: File;
|
|
7
7
|
};
|
|
8
8
|
required: false;
|
|
@@ -28,13 +28,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
required: false;
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
|
-
}
|
|
32
|
-
update: (value: HTMLCanvasElement) =>
|
|
33
|
-
sizeError: () =>
|
|
34
|
-
}, string, import("vue").
|
|
31
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
32
|
+
update: (value: HTMLCanvasElement) => any;
|
|
33
|
+
sizeError: () => any;
|
|
34
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
image: {
|
|
36
36
|
type: {
|
|
37
|
-
new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag
|
|
37
|
+
new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File;
|
|
38
38
|
prototype: File;
|
|
39
39
|
};
|
|
40
40
|
required: false;
|
|
@@ -60,14 +60,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
required: false;
|
|
61
61
|
default: boolean;
|
|
62
62
|
};
|
|
63
|
-
}>> & {
|
|
63
|
+
}>> & Readonly<{
|
|
64
64
|
onUpdate?: ((value: HTMLCanvasElement) => any) | undefined;
|
|
65
65
|
onSizeError?: (() => any) | undefined;
|
|
66
|
-
}
|
|
66
|
+
}>, {
|
|
67
67
|
image: File;
|
|
68
68
|
height: number;
|
|
69
69
|
width: number;
|
|
70
70
|
showPreview: boolean;
|
|
71
71
|
isRound: boolean;
|
|
72
|
-
}, {}>;
|
|
72
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
73
73
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
2
|
import { InputWithListOption } from "@/models/InputWithList.model";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
open: {
|
|
5
5
|
type: BooleanConstructor;
|
|
6
6
|
default: boolean;
|
|
@@ -37,7 +37,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
type: StringConstructor;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
|
-
}
|
|
40
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
+
select: (...args: any[]) => void;
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
43
|
open: {
|
|
42
44
|
type: BooleanConstructor;
|
|
43
45
|
default: boolean;
|
|
@@ -74,17 +76,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
76
|
type: StringConstructor;
|
|
75
77
|
default: string;
|
|
76
78
|
};
|
|
77
|
-
}>> & {
|
|
79
|
+
}>> & Readonly<{
|
|
78
80
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
79
|
-
}
|
|
80
|
-
multiple: boolean;
|
|
81
|
+
}>, {
|
|
81
82
|
options: InputWithListOption[];
|
|
82
83
|
open: boolean;
|
|
84
|
+
multiple: boolean;
|
|
83
85
|
selectedValues: string[];
|
|
84
86
|
selectedValue: string;
|
|
85
87
|
labelKey: string;
|
|
86
88
|
valueKey: string;
|
|
87
89
|
isLoading: boolean;
|
|
88
90
|
loadingText: string;
|
|
89
|
-
}, {}>;
|
|
91
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
90
92
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: PropType<string[]>;
|
|
5
5
|
default: () => never[];
|
|
@@ -32,7 +32,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
type: PropType<(value: string) => boolean>;
|
|
33
33
|
default: null;
|
|
34
34
|
};
|
|
35
|
-
}
|
|
35
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
|
+
input: (...args: any[]) => void;
|
|
37
|
+
focus: (...args: any[]) => void;
|
|
38
|
+
remove: (...args: any[]) => void;
|
|
39
|
+
blur: (...args: any[]) => void;
|
|
40
|
+
keydown: (...args: any[]) => void;
|
|
41
|
+
clear: (...args: any[]) => void;
|
|
42
|
+
"update:modelValue": (...args: any[]) => void;
|
|
43
|
+
create: (...args: any[]) => void;
|
|
44
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
45
|
modelValue: {
|
|
37
46
|
type: PropType<string[]>;
|
|
38
47
|
default: () => never[];
|
|
@@ -65,23 +74,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
74
|
type: PropType<(value: string) => boolean>;
|
|
66
75
|
default: null;
|
|
67
76
|
};
|
|
68
|
-
}>> & {
|
|
77
|
+
}>> & Readonly<{
|
|
78
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
69
79
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
70
81
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
71
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
72
82
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
73
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
74
83
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
85
|
onCreate?: ((...args: any[]) => any) | undefined;
|
|
76
|
-
|
|
77
|
-
}, {
|
|
78
|
-
placeholder: string;
|
|
86
|
+
}>, {
|
|
79
87
|
disabled: boolean;
|
|
88
|
+
placeholder: string;
|
|
80
89
|
modelValue: string[];
|
|
81
90
|
errors: string[];
|
|
82
91
|
tagClassFunction: (value: string) => string;
|
|
83
92
|
allowCreate: boolean;
|
|
84
93
|
createOnKeys: string[];
|
|
85
94
|
validateValue: (value: string) => boolean;
|
|
86
|
-
}, {}>;
|
|
95
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
87
96
|
export default _default;
|