@deskhero/dh_ui 2.54.7 → 2.54.8
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/dh_ui.css +1 -0
- package/dist/dh_ui.es.js +27864 -28072
- package/dist/dh_ui.umd.js +137 -435
- package/package.json +15 -31
- 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/image-resize/constants/index.d.ts +0 -22
- package/dist/adapters/tiptap/extensions/image-resize/controllers/image-node-view.d.ts +0 -32
- package/dist/adapters/tiptap/extensions/image-resize/controllers/position-controller.d.ts +0 -12
- package/dist/adapters/tiptap/extensions/image-resize/controllers/resize-controller.d.ts +0 -12
- package/dist/adapters/tiptap/extensions/image-resize/image-resize.d.ts +0 -1
- package/dist/adapters/tiptap/extensions/image-resize/index.d.ts +0 -3
- package/dist/adapters/tiptap/extensions/image-resize/types/index.d.ts +0 -16
- package/dist/adapters/tiptap/extensions/image-resize/utils/attribute-parser.d.ts +0 -4
- package/dist/adapters/tiptap/extensions/image-resize/utils/index.d.ts +0 -7
- package/dist/adapters/tiptap/extensions/image-resize/utils/style-manager.d.ts +0 -6
- 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/AdvancedDatePicker.vue.d.ts +0 -7
- package/dist/components/AdvancedFilter.vue.d.ts +0 -153
- 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 -247
- 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 -23
- 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 -216
- package/dist/components/Notification.vue.d.ts +0 -293
- package/dist/components/NumberRange.vue.d.ts +0 -135
- 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/Switch.vue.d.ts +0 -247
- package/dist/components/Tag.vue.d.ts +0 -48
- package/dist/components/Tags.vue.d.ts +0 -137
- package/dist/components/TextEditor.vue.d.ts +0 -81
- package/dist/components/TextEditorLegacy.vue.d.ts +0 -40
- package/dist/components/Tooltip.vue.d.ts +0 -102
- package/dist/components/VerificationCode.vue.d.ts +0 -45
- package/dist/components/configs/input-with-list.config.d.ts +0 -8
- package/dist/factories/EditorFactory.d.ts +0 -19
- package/dist/helpers/colorUtils.d.ts +0 -7
- 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/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"provenance": false
|
|
7
7
|
},
|
|
8
|
-
"version": "2.54.
|
|
8
|
+
"version": "2.54.8",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"scripts": {
|
|
29
29
|
"dev": "vite",
|
|
30
30
|
"commit": "cz",
|
|
31
|
-
"build": "run
|
|
31
|
+
"build": "npm run type-check && npm run build-only",
|
|
32
32
|
"preview": "vite preview --port 4173",
|
|
33
33
|
"build-only": "vite build",
|
|
34
34
|
"type-check": "vue-tsc",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"@editorjs/paragraph": "^2.11.3",
|
|
46
46
|
"@editorjs/table": "^2.3.0",
|
|
47
47
|
"@editorjs/underline": "^1.1.0",
|
|
48
|
+
"@storybook/addons": "7.6.17",
|
|
48
49
|
"@tiptap/extension-file-handler": "^3.6.7",
|
|
49
50
|
"@tiptap/extension-highlight": "^3.6.2",
|
|
50
51
|
"@tiptap/extension-image": "^3.6.5",
|
|
@@ -63,12 +64,13 @@
|
|
|
63
64
|
"editorjs-color-picker": "^1.0.7",
|
|
64
65
|
"multi-range-slider-vue": "^1.1.4",
|
|
65
66
|
"tiptap-extension-resize-image": "^1.3.2",
|
|
66
|
-
"vue": "
|
|
67
|
+
"vue": "3.5.27",
|
|
67
68
|
"vue-chartjs": "^5.3.1",
|
|
68
69
|
"vue3-colorpicker": "^2.3.0"
|
|
69
70
|
},
|
|
70
71
|
"devDependencies": {
|
|
71
72
|
"@babel/core": "^7.21.4",
|
|
73
|
+
"@chromatic-com/storybook": "^4.0.0",
|
|
72
74
|
"@commitlint/cli": "^17.1.2",
|
|
73
75
|
"@commitlint/config-conventional": "^17.1.0",
|
|
74
76
|
"@editorjs/checklist": "^1.4.0",
|
|
@@ -76,56 +78,38 @@
|
|
|
76
78
|
"@editorjs/delimiter": "^1.3.0",
|
|
77
79
|
"@editorjs/inline-code": "^1.4.0",
|
|
78
80
|
"@editorjs/marker": "^1.3.0",
|
|
79
|
-
"@rushstack/eslint-patch": "^1.1.0",
|
|
80
81
|
"@semantic-release/changelog": "^6.0.1",
|
|
81
82
|
"@semantic-release/git": "^10.0.1",
|
|
82
83
|
"@semantic-release/npm": "^12.0.0",
|
|
83
84
|
"@semantic-release/release-notes-generator": "^12.0.0",
|
|
84
|
-
"@storybook/addon-
|
|
85
|
-
"@storybook/addon-
|
|
86
|
-
"@storybook/addon-interactions": "^7.5.1",
|
|
87
|
-
"@storybook/addon-links": "^7.5.1",
|
|
88
|
-
"@storybook/addon-mdx-gfm": "^7.5.1",
|
|
89
|
-
"@storybook/addons": "^7.5.1",
|
|
85
|
+
"@storybook/addon-docs": "9.1.17",
|
|
86
|
+
"@storybook/addon-links": "9.1.17",
|
|
90
87
|
"@storybook/preset-scss": "^1.0.3",
|
|
91
|
-
"@storybook/
|
|
92
|
-
"@
|
|
93
|
-
"@
|
|
94
|
-
"@storybook/vue3-vite": "^7.5.1",
|
|
95
|
-
"@types/node": "^16.11.36",
|
|
96
|
-
"@vitejs/plugin-vue": "^4.1.0",
|
|
88
|
+
"@storybook/vue3-vite": "9.1.17",
|
|
89
|
+
"@types/node": "^20.0.0",
|
|
90
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
97
91
|
"@vue/compiler-sfc": "^3.2.45",
|
|
98
92
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
99
93
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
100
94
|
"@vue/tsconfig": "^0.1.3",
|
|
101
|
-
"babel-loader": "^8.2.5",
|
|
102
95
|
"chromatic": "^6.24.1",
|
|
103
|
-
"css-loader": "^6.7.1",
|
|
104
96
|
"cz-conventional-changelog": "^3.3.0",
|
|
105
97
|
"editorjs-drag-drop": "^1.1.16",
|
|
106
98
|
"editorjs-strikethrough": "^1.0.0",
|
|
107
99
|
"editorjs-undo": "^2.0.27",
|
|
108
100
|
"eslint": "^8.17.0",
|
|
109
101
|
"eslint-config-prettier": "^8.5.0",
|
|
110
|
-
"eslint-plugin-cypress": "^2.12.1",
|
|
111
102
|
"eslint-plugin-prettier": "^4.0.0",
|
|
112
|
-
"eslint-plugin-storybook": "
|
|
103
|
+
"eslint-plugin-storybook": "9.1.17",
|
|
113
104
|
"eslint-plugin-vue": "^8.7.1",
|
|
114
105
|
"html-webpack-plugin": "^5.5.0",
|
|
115
|
-
"husky": "^8.0.1",
|
|
116
|
-
"npm-run-all": "^4.1.5",
|
|
117
106
|
"prettier": "^2.5.1",
|
|
118
|
-
"react": "^18.2.0",
|
|
119
|
-
"react-dom": "^18.2.0",
|
|
120
107
|
"sass": "^1.53.0",
|
|
121
|
-
"sass-loader": "^13.0.2",
|
|
122
108
|
"semantic-release": "^23.0.8",
|
|
123
|
-
"storybook": "
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"vue-loader": "^16.8.3",
|
|
128
|
-
"vue-tsc": "^1.2.0"
|
|
109
|
+
"storybook": "9.1.17",
|
|
110
|
+
"typescript": "5.9.3",
|
|
111
|
+
"vite": "^7.3.1",
|
|
112
|
+
"vue-tsc": "3.2.4"
|
|
129
113
|
},
|
|
130
114
|
"engines": {
|
|
131
115
|
"node": ">=20.11.1",
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import type { SysContentRich, SysAttachment } from "@/models/Editor.model";
|
|
2
|
-
import { FileRegistration, UploadEventPayload } from "@/models/UploadedFile.model";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
data: {
|
|
5
|
-
type: import("vue").PropType<SysContentRich>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
i18n: {
|
|
9
|
-
type: import("vue").PropType<import("@/models/Editor.model").EditorI18n>;
|
|
10
|
-
};
|
|
11
|
-
readOnly: {
|
|
12
|
-
type: import("vue").PropType<boolean>;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
fileUpload: {
|
|
16
|
-
type: import("vue").PropType<(e: UploadEventPayload) => void>;
|
|
17
|
-
};
|
|
18
|
-
attachments: {
|
|
19
|
-
type: import("vue").PropType<SysAttachment[]>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
toolbarPosition: {
|
|
23
|
-
type: import("vue").PropType<"left" | "right">;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
suggestedReply: {
|
|
27
|
-
type: import("vue").PropType<SysContentRich>;
|
|
28
|
-
};
|
|
29
|
-
}>, {
|
|
30
|
-
acceptSuggestion: () => void;
|
|
31
|
-
isEmpty: () => Promise<boolean>;
|
|
32
|
-
registerFiles: (payload: FileRegistration) => void;
|
|
33
|
-
insertSignature: (payload: SysContentRich, att: SysAttachment[]) => void;
|
|
34
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
|
-
"update:data": (value: SysContentRich) => void;
|
|
36
|
-
"update:attachments": (value: SysAttachment[]) => void;
|
|
37
|
-
"file-upload": (val: UploadEventPayload) => void;
|
|
38
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
-
data: {
|
|
40
|
-
type: import("vue").PropType<SysContentRich>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
i18n: {
|
|
44
|
-
type: import("vue").PropType<import("@/models/Editor.model").EditorI18n>;
|
|
45
|
-
};
|
|
46
|
-
readOnly: {
|
|
47
|
-
type: import("vue").PropType<boolean>;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
fileUpload: {
|
|
51
|
-
type: import("vue").PropType<(e: UploadEventPayload) => void>;
|
|
52
|
-
};
|
|
53
|
-
attachments: {
|
|
54
|
-
type: import("vue").PropType<SysAttachment[]>;
|
|
55
|
-
required: true;
|
|
56
|
-
};
|
|
57
|
-
toolbarPosition: {
|
|
58
|
-
type: import("vue").PropType<"left" | "right">;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
suggestedReply: {
|
|
62
|
-
type: import("vue").PropType<SysContentRich>;
|
|
63
|
-
};
|
|
64
|
-
}>> & Readonly<{
|
|
65
|
-
"onFile-upload"?: ((val: UploadEventPayload) => any) | undefined;
|
|
66
|
-
"onUpdate:data"?: ((value: SysContentRich) => any) | undefined;
|
|
67
|
-
"onUpdate:attachments"?: ((value: SysAttachment[]) => any) | undefined;
|
|
68
|
-
}>, {
|
|
69
|
-
readOnly: boolean;
|
|
70
|
-
toolbarPosition: "left" | "right";
|
|
71
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
72
|
-
export default _default;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import type { EditorI18n } from "@/models/Editor.model";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
readOnly: {
|
|
4
|
-
type: import("vue").PropType<boolean>;
|
|
5
|
-
};
|
|
6
|
-
isOverlayVisible: {
|
|
7
|
-
type: import("vue").PropType<boolean>;
|
|
8
|
-
};
|
|
9
|
-
i18n: {
|
|
10
|
-
type: import("vue").PropType<EditorI18n>;
|
|
11
|
-
};
|
|
12
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
"accept-suggestion": () => void;
|
|
14
|
-
"dismiss-suggestion": () => void;
|
|
15
|
-
}, string, import("vue").PublicProps, 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
|
-
}>> & Readonly<{
|
|
26
|
-
"onAccept-suggestion"?: (() => any) | undefined;
|
|
27
|
-
"onDismiss-suggestion"?: (() => any) | undefined;
|
|
28
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { EditorAdapter } from "@/models/EditorAdapter";
|
|
2
|
-
import type { SysContentRich, SysAttachment } from "@/models/Editor.model";
|
|
3
|
-
import type { FileRegistration, UploadEventPayload } from "@/models/UploadedFile.model";
|
|
4
|
-
export declare class TiptapAdapter implements EditorAdapter {
|
|
5
|
-
private resolveReady;
|
|
6
|
-
ready: Promise<void>;
|
|
7
|
-
private makeReady;
|
|
8
|
-
constructor();
|
|
9
|
-
mount(): void;
|
|
10
|
-
destroy(): void;
|
|
11
|
-
getContent(): Promise<SysContentRich>;
|
|
12
|
-
setContent(data: SysContentRich, attachments: SysAttachment[]): Promise<void>;
|
|
13
|
-
clearContent(): Promise<void>;
|
|
14
|
-
onContentChange(cb: (data: SysContentRich) => void): void;
|
|
15
|
-
updateAttachments(attachments: SysAttachment[]): Promise<void>;
|
|
16
|
-
updateContent(data: SysContentRich): void;
|
|
17
|
-
onFileUpload(cb: (event: UploadEventPayload) => Promise<void>): void;
|
|
18
|
-
onAttachmentChange(cb: (attachments: SysAttachment[]) => void): void;
|
|
19
|
-
registerFiles(payload: FileRegistration): void;
|
|
20
|
-
toggleReadOnly(val: boolean): void;
|
|
21
|
-
isSignatureOnly(): Promise<boolean>;
|
|
22
|
-
insertSignature(payload: SysContentRich, _att: SysAttachment[]): Promise<void>;
|
|
23
|
-
isEmpty(): Promise<boolean>;
|
|
24
|
-
acceptSuggestion(): void;
|
|
25
|
-
setIsSuggestion(val: boolean): void;
|
|
26
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { SysAttachment } from "@/models/Editor.model";
|
|
2
|
-
import { FileRegistration, UploadEventPayload } from "@/models/UploadedFile.model";
|
|
3
|
-
import type { JSONContent } from "@tiptap/vue-3";
|
|
4
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
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
|
-
}>, {
|
|
31
|
-
acceptSuggestion: () => void;
|
|
32
|
-
registerFiles: (payload: FileRegistration) => void;
|
|
33
|
-
isEmpty: () => boolean;
|
|
34
|
-
insertSignature: (payload: JSONContent, att: SysAttachment[]) => void;
|
|
35
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
|
-
"update:data": (value: JSONContent | JSONContent[] | undefined) => void;
|
|
37
|
-
"update:attachments": (value: SysAttachment[]) => void;
|
|
38
|
-
"file-upload": (val: UploadEventPayload) => void;
|
|
39
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
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
|
-
}>> & Readonly<{
|
|
66
|
-
"onFile-upload"?: ((val: UploadEventPayload) => any) | undefined;
|
|
67
|
-
"onUpdate:data"?: ((value: JSONContent | JSONContent[] | undefined) => any) | undefined;
|
|
68
|
-
"onUpdate:attachments"?: ((value: SysAttachment[]) => any) | undefined;
|
|
69
|
-
}>, {
|
|
70
|
-
readOnly: boolean;
|
|
71
|
-
toolbarPosition: "left" | "right";
|
|
72
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
73
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
open: {
|
|
3
|
-
type: import("vue").PropType<boolean>;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
orientation: {
|
|
7
|
-
type: import("vue").PropType<"row" | "column">;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
open: {
|
|
12
|
-
type: import("vue").PropType<boolean>;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
orientation: {
|
|
16
|
-
type: import("vue").PropType<"row" | "column">;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {
|
|
20
|
-
open: boolean;
|
|
21
|
-
orientation: "row" | "column";
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
23
|
-
trigger?(_: {
|
|
24
|
-
isOpen: boolean;
|
|
25
|
-
}): any;
|
|
26
|
-
items?(_: {
|
|
27
|
-
close: () => boolean;
|
|
28
|
-
}): any;
|
|
29
|
-
}>;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
-
new (): {
|
|
33
|
-
$slots: S;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { EditorI18n } from "@/models/Editor.model";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
i18n: {
|
|
4
|
-
type: import("vue").PropType<EditorI18n>;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
i18n: {
|
|
8
|
-
type: import("vue").PropType<EditorI18n>;
|
|
9
|
-
};
|
|
10
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { EditorI18n } from "@/models/Editor.model";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
i18n: {
|
|
4
|
-
type: import("vue").PropType<EditorI18n>;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
i18n: {
|
|
8
|
-
type: import("vue").PropType<EditorI18n>;
|
|
9
|
-
};
|
|
10
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
"update:modelValue": (value: string) => void;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
modelValue: {
|
|
10
|
-
type: import("vue").PropType<string>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
type: {
|
|
3
|
-
type: import("vue").PropType<"code" | "strike" | "underline" | "bold" | "italic" | "subscript" | "superscript">;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
type: {
|
|
8
|
-
type: import("vue").PropType<"code" | "strike" | "underline" | "bold" | "italic" | "subscript" | "superscript">;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export type Orientation = "horizontal" | "vertical";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
class: {
|
|
4
|
-
type: import("vue").PropType<string>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
orientation: {
|
|
8
|
-
type: import("vue").PropType<Orientation>;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
decorative: {
|
|
12
|
-
type: import("vue").PropType<boolean>;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
class: {
|
|
17
|
-
type: import("vue").PropType<string>;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
orientation: {
|
|
21
|
-
type: import("vue").PropType<Orientation>;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
decorative: {
|
|
25
|
-
type: import("vue").PropType<boolean>;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
}>> & Readonly<{}>, {
|
|
29
|
-
class: string;
|
|
30
|
-
orientation: Orientation;
|
|
31
|
-
decorative: boolean;
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
align: {
|
|
3
|
-
type: import("vue").PropType<"center" | "left" | "right" | "justify">;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
align: {
|
|
8
|
-
type: import("vue").PropType<"center" | "left" | "right" | "justify">;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
class: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
};
|
|
5
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
-
class: {
|
|
7
|
-
type: import("vue").PropType<string>;
|
|
8
|
-
};
|
|
9
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
10
|
-
default?(_: {}): any;
|
|
11
|
-
}>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
export interface ButtonProps {
|
|
2
|
-
class?: string;
|
|
3
|
-
ariaLabel?: string;
|
|
4
|
-
type?: "button" | "submit" | "reset";
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
-
class: {
|
|
9
|
-
type: import("vue").PropType<string>;
|
|
10
|
-
};
|
|
11
|
-
ariaLabel: {
|
|
12
|
-
type: import("vue").PropType<string>;
|
|
13
|
-
};
|
|
14
|
-
type: {
|
|
15
|
-
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
16
|
-
};
|
|
17
|
-
disabled: {
|
|
18
|
-
type: import("vue").PropType<boolean>;
|
|
19
|
-
};
|
|
20
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
-
class: {
|
|
22
|
-
type: import("vue").PropType<string>;
|
|
23
|
-
};
|
|
24
|
-
ariaLabel: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
};
|
|
27
|
-
type: {
|
|
28
|
-
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
29
|
-
};
|
|
30
|
-
disabled: {
|
|
31
|
-
type: import("vue").PropType<boolean>;
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
34
|
-
default?(_: {}): any;
|
|
35
|
-
}>;
|
|
36
|
-
export default _default;
|
|
37
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
-
new (): {
|
|
39
|
-
$slots: S;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
class: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
};
|
|
5
|
-
orientation: {
|
|
6
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
7
|
-
};
|
|
8
|
-
role: {
|
|
9
|
-
type: import("vue").PropType<string>;
|
|
10
|
-
};
|
|
11
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, 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
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
22
|
-
default?(_: {}): any;
|
|
23
|
-
}>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
-
new (): {
|
|
27
|
-
$slots: S;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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
|
-
export default _default;
|