@deskhero/dh_ui 2.54.0 → 2.54.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.
Files changed (128) hide show
  1. package/dist/adapters/editorjs/EditorjsTransformer.d.ts +3 -0
  2. package/dist/adapters/editorjs/EditorjsView.vue.d.ts +72 -0
  3. package/dist/adapters/tiptap/SimpleTemplate.vue.d.ts +29 -0
  4. package/dist/adapters/tiptap/TiptapAdapter.d.ts +26 -0
  5. package/dist/adapters/tiptap/TiptapTransformer.d.ts +3 -0
  6. package/dist/adapters/tiptap/TiptapView.vue.d.ts +73 -0
  7. package/dist/adapters/tiptap/components/BlockquoteButton.vue.d.ts +2 -0
  8. package/dist/adapters/tiptap/components/CodeblockButton.vue.d.ts +2 -0
  9. package/dist/adapters/tiptap/components/ColorHighlightDropdown.vue.d.ts +2 -0
  10. package/dist/adapters/tiptap/components/Dropdown.vue.d.ts +35 -0
  11. package/dist/adapters/tiptap/components/FileUploadButton.vue.d.ts +11 -0
  12. package/dist/adapters/tiptap/components/HeadingDropdown.vue.d.ts +2 -0
  13. package/dist/adapters/tiptap/components/ImageUploadButton.vue.d.ts +11 -0
  14. package/dist/adapters/tiptap/components/Input.vue.d.ts +16 -0
  15. package/dist/adapters/tiptap/components/LinkDropdown.vue.d.ts +2 -0
  16. package/dist/adapters/tiptap/components/ListDropdown.vue.d.ts +2 -0
  17. package/dist/adapters/tiptap/components/MarkButton.vue.d.ts +12 -0
  18. package/dist/adapters/tiptap/components/Separator.vue.d.ts +33 -0
  19. package/dist/adapters/tiptap/components/TableButton.vue.d.ts +2 -0
  20. package/dist/adapters/tiptap/components/TextAlignButton.vue.d.ts +12 -0
  21. package/dist/adapters/tiptap/components/TextAlignDropdown.vue.d.ts +2 -0
  22. package/dist/adapters/tiptap/components/Toolbar.vue.d.ts +9 -0
  23. package/dist/adapters/tiptap/components/ToolbarGroup.vue.d.ts +17 -0
  24. package/dist/adapters/tiptap/components/button/Button.vue.d.ts +41 -0
  25. package/dist/adapters/tiptap/components/button/ButtonGroup.vue.d.ts +29 -0
  26. package/dist/adapters/tiptap/components/tiptap-icons/AlignCenterIcon.vue.d.ts +2 -0
  27. package/dist/adapters/tiptap/components/tiptap-icons/AlignJustifyIcon.vue.d.ts +2 -0
  28. package/dist/adapters/tiptap/components/tiptap-icons/AlignLeftIcon.vue.d.ts +2 -0
  29. package/dist/adapters/tiptap/components/tiptap-icons/AlignRightIcon.vue.d.ts +2 -0
  30. package/dist/adapters/tiptap/components/tiptap-icons/BanIcon.vue.d.ts +2 -0
  31. package/dist/adapters/tiptap/components/tiptap-icons/BlockquoteIcon.vue.d.ts +2 -0
  32. package/dist/adapters/tiptap/components/tiptap-icons/BoldIcon.vue.d.ts +2 -0
  33. package/dist/adapters/tiptap/components/tiptap-icons/ChevronDownIcon.vue.d.ts +2 -0
  34. package/dist/adapters/tiptap/components/tiptap-icons/CodeIcon.vue.d.ts +2 -0
  35. package/dist/adapters/tiptap/components/tiptap-icons/CodeblockIcon.vue.d.ts +2 -0
  36. package/dist/adapters/tiptap/components/tiptap-icons/CornerDownLeftIcon.vue.d.ts +2 -0
  37. package/dist/adapters/tiptap/components/tiptap-icons/ExternalLinkIcon.vue.d.ts +2 -0
  38. package/dist/adapters/tiptap/components/tiptap-icons/FileIcon.vue.d.ts +2 -0
  39. package/dist/adapters/tiptap/components/tiptap-icons/HeadingFiveIcon.vue.d.ts +2 -0
  40. package/dist/adapters/tiptap/components/tiptap-icons/HeadingFourIcon.vue.d.ts +2 -0
  41. package/dist/adapters/tiptap/components/tiptap-icons/HeadingIcon.vue.d.ts +2 -0
  42. package/dist/adapters/tiptap/components/tiptap-icons/HeadingOneIcon.vue.d.ts +2 -0
  43. package/dist/adapters/tiptap/components/tiptap-icons/HeadingSixIcon.vue.d.ts +2 -0
  44. package/dist/adapters/tiptap/components/tiptap-icons/HeadingThreeIcon.vue.d.ts +2 -0
  45. package/dist/adapters/tiptap/components/tiptap-icons/HeadingTwoIcon.vue.d.ts +2 -0
  46. package/dist/adapters/tiptap/components/tiptap-icons/HighlighterIcon.vue.d.ts +2 -0
  47. package/dist/adapters/tiptap/components/tiptap-icons/ImagePlusIcon.vue.d.ts +2 -0
  48. package/dist/adapters/tiptap/components/tiptap-icons/ItalicIcon.vue.d.ts +2 -0
  49. package/dist/adapters/tiptap/components/tiptap-icons/LinkIcon.vue.d.ts +2 -0
  50. package/dist/adapters/tiptap/components/tiptap-icons/ListIcon.vue.d.ts +2 -0
  51. package/dist/adapters/tiptap/components/tiptap-icons/ListOrderedIcon.vue.d.ts +2 -0
  52. package/dist/adapters/tiptap/components/tiptap-icons/ListTodoIcon.vue.d.ts +2 -0
  53. package/dist/adapters/tiptap/components/tiptap-icons/RedoIcon.vue.d.ts +2 -0
  54. package/dist/adapters/tiptap/components/tiptap-icons/StrikeIcon.vue.d.ts +2 -0
  55. package/dist/adapters/tiptap/components/tiptap-icons/SubscriptIcon.vue.d.ts +2 -0
  56. package/dist/adapters/tiptap/components/tiptap-icons/SuperscriptIcon.vue.d.ts +2 -0
  57. package/dist/adapters/tiptap/components/tiptap-icons/TableIcon.vue.d.ts +2 -0
  58. package/dist/adapters/tiptap/components/tiptap-icons/TrashIcon.vue.d.ts +2 -0
  59. package/dist/adapters/tiptap/components/tiptap-icons/UnderlineIcon.vue.d.ts +2 -0
  60. package/dist/adapters/tiptap/components/tiptap-icons/UndoIcon.vue.d.ts +2 -0
  61. package/dist/adapters/tiptap/components/undo-redo-button/UndoRedoButton.vue.d.ts +30 -0
  62. package/dist/adapters/tiptap/composables/useMenuNavigation.d.ts +18 -0
  63. package/dist/adapters/tiptap/composables/useScrollDetector.d.ts +8 -0
  64. package/dist/adapters/tiptap/extensions/attachment.d.ts +2 -0
  65. package/dist/adapters/tiptap/extensions/file-upload-node/file-upload-node-extension.d.ts +80 -0
  66. package/dist/adapters/tiptap/extensions/file-upload-node/index.d.ts +1 -0
  67. package/dist/adapters/tiptap/extensions/image-resize/constants/index.d.ts +22 -0
  68. package/dist/adapters/tiptap/extensions/image-resize/controllers/image-node-view.d.ts +32 -0
  69. package/dist/adapters/tiptap/extensions/image-resize/controllers/position-controller.d.ts +12 -0
  70. package/dist/adapters/tiptap/extensions/image-resize/controllers/resize-controller.d.ts +12 -0
  71. package/dist/adapters/tiptap/extensions/image-resize/image-resize.d.ts +1 -0
  72. package/dist/adapters/tiptap/extensions/image-resize/index.d.ts +3 -0
  73. package/dist/adapters/tiptap/extensions/image-resize/types/index.d.ts +16 -0
  74. package/dist/adapters/tiptap/extensions/image-resize/utils/attribute-parser.d.ts +4 -0
  75. package/dist/adapters/tiptap/extensions/image-resize/utils/index.d.ts +7 -0
  76. package/dist/adapters/tiptap/extensions/image-resize/utils/style-manager.d.ts +6 -0
  77. package/dist/adapters/tiptap/extensions/signature.d.ts +2 -0
  78. package/dist/adapters/tiptap/extensions/table/index.d.ts +2 -0
  79. package/dist/adapters/tiptap/utils/tiptap-utils.d.ts +122 -0
  80. package/dist/components/ColorPicker.vue.d.ts +17 -0
  81. package/dist/components/Copiable.vue.d.ts +8 -0
  82. package/dist/components/DatePicker.vue.d.ts +11 -0
  83. package/dist/components/DropdownMenu.vue.d.ts +108 -0
  84. package/dist/components/DropdownMenuItem.vue.d.ts +50 -0
  85. package/dist/components/Error.vue.d.ts +16 -0
  86. package/dist/components/ExpansionPanel.vue.d.ts +58 -0
  87. package/dist/components/FileUpload.vue.d.ts +13 -0
  88. package/dist/components/IconWithText.vue.d.ts +247 -0
  89. package/dist/components/ImageCropper.vue.d.ts +73 -0
  90. package/dist/components/Input.vue.d.ts +51 -0
  91. package/dist/components/InputDropdown.vue.d.ts +16 -0
  92. package/dist/components/InputDropdownMultiple.vue.d.ts +16 -0
  93. package/dist/components/InputGroup.vue.d.ts +15 -0
  94. package/dist/components/InputList.vue.d.ts +23 -0
  95. package/dist/components/InputWithList/DropdownList.vue.d.ts +90 -0
  96. package/dist/components/InputWithList/MultipleInput.vue.d.ts +87 -0
  97. package/dist/components/InputWithList/SingleInput.vue.d.ts +48 -0
  98. package/dist/components/InputWithList/TagItem.vue.d.ts +33 -0
  99. package/dist/components/InputWithList/configs/input-with-list.config.d.ts +8 -0
  100. package/dist/components/InputWithList.vue.d.ts +165 -0
  101. package/dist/components/LineChart.vue.d.ts +9 -0
  102. package/dist/components/Modal.vue.d.ts +216 -0
  103. package/dist/components/Notification.vue.d.ts +293 -0
  104. package/dist/components/PasswordField.vue.d.ts +62 -0
  105. package/dist/components/RadioBox.vue.d.ts +9 -0
  106. package/dist/components/RadioBoxGroup.vue.d.ts +8 -0
  107. package/dist/components/SearchInput.vue.d.ts +36 -0
  108. package/dist/components/Stepper.vue.d.ts +23 -0
  109. package/dist/components/Tag.vue.d.ts +48 -0
  110. package/dist/components/Tags.vue.d.ts +137 -0
  111. package/dist/components/TextEditor.vue.d.ts +81 -0
  112. package/dist/components/TextEditorLegacy.vue.d.ts +40 -0
  113. package/dist/components/VerificationCode.vue.d.ts +45 -0
  114. package/dist/components/configs/input-with-list.config.d.ts +8 -0
  115. package/dist/factories/EditorFactory.d.ts +19 -0
  116. package/dist/helpers/inputWithListUtils.d.ts +4 -0
  117. package/dist/index.d.ts +39 -0
  118. package/dist/main.d.ts +1 -0
  119. package/dist/models/DropdownMenuItem.model.d.ts +13 -0
  120. package/dist/models/EditorJSi18n.model.d.ts +109 -0
  121. package/dist/models/EditorTransformer.d.ts +5 -0
  122. package/dist/models/InputDropdown.model.d.ts +4 -0
  123. package/dist/models/InputList.model.d.ts +4 -0
  124. package/dist/models/InputWithList.model.d.ts +1 -0
  125. package/dist/models/Tag.model.d.ts +7 -0
  126. package/dist/style.css +1 -1
  127. package/dist/tools/editorCode.d.ts +21 -0
  128. package/package.json +1 -1
@@ -0,0 +1,293 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ notificationType: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ default: string;
6
+ validator: (value: string) => boolean;
7
+ };
8
+ icon: {
9
+ type: StringConstructor;
10
+ required: true;
11
+ default: string;
12
+ };
13
+ isActive: {
14
+ type: BooleanConstructor;
15
+ required: false;
16
+ default: boolean;
17
+ };
18
+ title: {
19
+ type: StringConstructor;
20
+ required: false;
21
+ default: string;
22
+ };
23
+ message: {
24
+ type: StringConstructor;
25
+ required: false;
26
+ default: string;
27
+ };
28
+ dismissible: {
29
+ type: BooleanConstructor;
30
+ required: false;
31
+ default: boolean;
32
+ };
33
+ showCloseIcon: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ buttonAction: {
38
+ type: StringConstructor;
39
+ default: string;
40
+ };
41
+ buttonActionE2e: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ };
45
+ buttonDismiss: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ buttonDismissE2e: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ disableClick: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ zIndex: {
58
+ type: NumberConstructor;
59
+ default: number;
60
+ };
61
+ show: {
62
+ type: BooleanConstructor;
63
+ default: boolean;
64
+ };
65
+ animationEnter: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ animationUp: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ animationSpeed: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ showDismissButton: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
81
+ width: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ }>, {}, {}, {}, {
86
+ close(confirmation?: boolean): void;
87
+ limitTitle(_title: string, _type: string): string;
88
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action"[], "action", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
89
+ notificationType: {
90
+ type: StringConstructor;
91
+ required: true;
92
+ default: string;
93
+ validator: (value: string) => boolean;
94
+ };
95
+ icon: {
96
+ type: StringConstructor;
97
+ required: true;
98
+ default: string;
99
+ };
100
+ isActive: {
101
+ type: BooleanConstructor;
102
+ required: false;
103
+ default: boolean;
104
+ };
105
+ title: {
106
+ type: StringConstructor;
107
+ required: false;
108
+ default: string;
109
+ };
110
+ message: {
111
+ type: StringConstructor;
112
+ required: false;
113
+ default: string;
114
+ };
115
+ dismissible: {
116
+ type: BooleanConstructor;
117
+ required: false;
118
+ default: boolean;
119
+ };
120
+ showCloseIcon: {
121
+ type: BooleanConstructor;
122
+ default: boolean;
123
+ };
124
+ buttonAction: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ buttonActionE2e: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
132
+ buttonDismiss: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ };
136
+ buttonDismissE2e: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ };
140
+ disableClick: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
144
+ zIndex: {
145
+ type: NumberConstructor;
146
+ default: number;
147
+ };
148
+ show: {
149
+ type: BooleanConstructor;
150
+ default: boolean;
151
+ };
152
+ animationEnter: {
153
+ type: StringConstructor;
154
+ default: string;
155
+ };
156
+ animationUp: {
157
+ type: StringConstructor;
158
+ default: string;
159
+ };
160
+ animationSpeed: {
161
+ type: StringConstructor;
162
+ default: string;
163
+ };
164
+ showDismissButton: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ width: {
169
+ type: StringConstructor;
170
+ default: string;
171
+ };
172
+ }>> & Readonly<{
173
+ onAction?: ((...args: any[]) => any) | undefined;
174
+ }>, {
175
+ title: string;
176
+ message: string;
177
+ icon: string;
178
+ width: string;
179
+ zIndex: number;
180
+ show: boolean;
181
+ notificationType: string;
182
+ isActive: boolean;
183
+ dismissible: boolean;
184
+ showCloseIcon: boolean;
185
+ buttonAction: string;
186
+ buttonActionE2e: string;
187
+ buttonDismiss: string;
188
+ buttonDismissE2e: string;
189
+ disableClick: boolean;
190
+ animationEnter: string;
191
+ animationUp: string;
192
+ animationSpeed: string;
193
+ showDismissButton: boolean;
194
+ }, {}, {
195
+ DhIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
196
+ iconName: {
197
+ type: StringConstructor;
198
+ required: true;
199
+ default: string;
200
+ };
201
+ alt: {
202
+ type: StringConstructor;
203
+ required: false;
204
+ default: string;
205
+ };
206
+ title: {
207
+ type: StringConstructor;
208
+ required: false;
209
+ default: string;
210
+ };
211
+ size: {
212
+ type: NumberConstructor;
213
+ required: true;
214
+ default: number;
215
+ };
216
+ active: {
217
+ type: BooleanConstructor;
218
+ required: false;
219
+ default: boolean;
220
+ };
221
+ isDanger: {
222
+ type: BooleanConstructor;
223
+ required: false;
224
+ default: boolean;
225
+ };
226
+ activeOnHover: {
227
+ type: BooleanConstructor;
228
+ required: false;
229
+ default: boolean;
230
+ };
231
+ customColor: {
232
+ type: StringConstructor;
233
+ required: false;
234
+ default: string;
235
+ };
236
+ }>, {}, {}, {}, {
237
+ getIconUrl(): string;
238
+ emitError(): void;
239
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "error"[], "error", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
240
+ iconName: {
241
+ type: StringConstructor;
242
+ required: true;
243
+ default: string;
244
+ };
245
+ alt: {
246
+ type: StringConstructor;
247
+ required: false;
248
+ default: string;
249
+ };
250
+ title: {
251
+ type: StringConstructor;
252
+ required: false;
253
+ default: string;
254
+ };
255
+ size: {
256
+ type: NumberConstructor;
257
+ required: true;
258
+ default: number;
259
+ };
260
+ active: {
261
+ type: BooleanConstructor;
262
+ required: false;
263
+ default: boolean;
264
+ };
265
+ isDanger: {
266
+ type: BooleanConstructor;
267
+ required: false;
268
+ default: boolean;
269
+ };
270
+ activeOnHover: {
271
+ type: BooleanConstructor;
272
+ required: false;
273
+ default: boolean;
274
+ };
275
+ customColor: {
276
+ type: StringConstructor;
277
+ required: false;
278
+ default: string;
279
+ };
280
+ }>> & Readonly<{
281
+ onError?: ((...args: any[]) => any) | undefined;
282
+ }>, {
283
+ title: string;
284
+ iconName: string;
285
+ alt: string;
286
+ size: number;
287
+ active: boolean;
288
+ isDanger: boolean;
289
+ activeOnHover: boolean;
290
+ customColor: string;
291
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
292
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
293
+ export default _default;
@@ -0,0 +1,62 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ modelValue: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ placeholder: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ tipChars: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ tipNumbers: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ tipSymbols: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ passwordTooltipDisabled: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "update:modelValue")[], "submit" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ modelValue: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ placeholder: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ tipChars: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ tipNumbers: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ tipSymbols: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ passwordTooltipDisabled: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ }>> & Readonly<{
52
+ onSubmit?: ((...args: any[]) => any) | undefined;
53
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
54
+ }>, {
55
+ placeholder: string;
56
+ modelValue: string;
57
+ tipChars: string;
58
+ tipNumbers: string;
59
+ tipSymbols: string;
60
+ passwordTooltipDisabled: boolean;
61
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: {
3
+ readonly label?: string | undefined;
4
+ readonly type?: string | undefined;
5
+ readonly value?: string | undefined;
6
+ };
7
+ $emit: (event: "clickBox", ...args: any[]) => void;
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: {
3
+ readonly type?: string | undefined;
4
+ readonly list?: unknown[] | undefined;
5
+ readonly orientation?: string | undefined;
6
+ };
7
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ export default _default;
@@ -0,0 +1,36 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ modelValue: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ placeholder: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ focus: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "update:modelValue" | "clean")[], "submit" | "update:modelValue" | "clean", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ modelValue: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ placeholder: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ focus: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ }>> & Readonly<{
28
+ onSubmit?: ((...args: any[]) => any) | undefined;
29
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
30
+ onClean?: ((...args: any[]) => any) | undefined;
31
+ }>, {
32
+ focus: boolean;
33
+ placeholder: string;
34
+ modelValue: string;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
+ export default _default;
@@ -0,0 +1,23 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ maxSteps: {
3
+ type: NumberConstructor;
4
+ default: number;
5
+ };
6
+ currentStep: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ maxSteps: {
12
+ type: NumberConstructor;
13
+ default: number;
14
+ };
15
+ currentStep: {
16
+ type: NumberConstructor;
17
+ default: number;
18
+ };
19
+ }>> & Readonly<{}>, {
20
+ maxSteps: number;
21
+ currentStep: number;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
+ export default _default;
@@ -0,0 +1,48 @@
1
+ import { TagColor, TagSize } from "@/models/Tag.model";
2
+ import { PropType } from "vue";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ label: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ color: {
9
+ type: PropType<TagColor>;
10
+ required: false;
11
+ default: string;
12
+ };
13
+ size: {
14
+ type: PropType<TagSize>;
15
+ required: false;
16
+ default: string;
17
+ };
18
+ isClickable: {
19
+ type: BooleanConstructor;
20
+ required: false;
21
+ default: boolean;
22
+ };
23
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ label: {
25
+ type: StringConstructor;
26
+ required: true;
27
+ };
28
+ color: {
29
+ type: PropType<TagColor>;
30
+ required: false;
31
+ default: string;
32
+ };
33
+ size: {
34
+ type: PropType<TagSize>;
35
+ required: false;
36
+ default: string;
37
+ };
38
+ isClickable: {
39
+ type: BooleanConstructor;
40
+ required: false;
41
+ default: boolean;
42
+ };
43
+ }>> & Readonly<{}>, {
44
+ size: TagSize;
45
+ color: TagColor;
46
+ isClickable: boolean;
47
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
+ export default _default;
@@ -0,0 +1,137 @@
1
+ import { Tag, TagSize } from "@/models/Tag.model";
2
+ import type { PropType } from "vue";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
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
+ }>, {}, {
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").PublicProps, 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
+ }>> & Readonly<{
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
+ DhTag: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
92
+ label: {
93
+ type: StringConstructor;
94
+ required: true;
95
+ };
96
+ color: {
97
+ type: PropType<import("@/models/Tag.model").TagColor>;
98
+ required: false;
99
+ default: string;
100
+ };
101
+ size: {
102
+ type: PropType<TagSize>;
103
+ required: false;
104
+ default: string;
105
+ };
106
+ isClickable: {
107
+ type: BooleanConstructor;
108
+ required: false;
109
+ default: boolean;
110
+ };
111
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
112
+ label: {
113
+ type: StringConstructor;
114
+ required: true;
115
+ };
116
+ color: {
117
+ type: PropType<import("@/models/Tag.model").TagColor>;
118
+ required: false;
119
+ default: string;
120
+ };
121
+ size: {
122
+ type: PropType<TagSize>;
123
+ required: false;
124
+ default: string;
125
+ };
126
+ isClickable: {
127
+ type: BooleanConstructor;
128
+ required: false;
129
+ default: boolean;
130
+ };
131
+ }>> & Readonly<{}>, {
132
+ size: TagSize;
133
+ color: import("@/models/Tag.model").TagColor;
134
+ isClickable: boolean;
135
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
136
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
137
+ export default _default;
@@ -0,0 +1,81 @@
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<import("vue").ExtractPropTypes<{
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
+ }, {}, {}, {}, 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").PublicProps, 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
+ }>> & Readonly<{
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
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ export default _default;