@quoreadmin/ui 1.4.0 → 1.4.2

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 (153) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +14365 -16291
  3. package/dist/index.umd.cjs +935 -113
  4. package/dist/src/App.vue.d.ts +2 -0
  5. package/dist/src/components/accordion/accordion.d.ts +113 -0
  6. package/dist/src/components/accordion/accordion.stories.d.ts +803 -0
  7. package/dist/src/components/accordion/accordion.vue.d.ts +2 -0
  8. package/dist/src/components/activity-item/activity-item.d.ts +83 -0
  9. package/dist/src/components/activity-item/activity-item.stories.d.ts +7 -0
  10. package/dist/src/components/activity-item/activity-item.vue.d.ts +2 -0
  11. package/dist/src/components/avatar/avatar.d.ts +54 -0
  12. package/dist/src/components/avatar/avatar.stories.d.ts +68 -0
  13. package/dist/src/components/avatar/avatar.vue.d.ts +2 -0
  14. package/dist/src/components/badge/badge.d.ts +31 -0
  15. package/dist/src/components/badge/badge.stories.d.ts +135 -0
  16. package/dist/src/components/badge/badge.vue.d.ts +2 -0
  17. package/dist/src/components/banner/banner.d.ts +24 -0
  18. package/dist/src/components/banner/banner.stories.d.ts +40 -0
  19. package/dist/src/components/banner/banner.vue.d.ts +2 -0
  20. package/dist/src/components/bottom-sheet/bottom-sheet.d.ts +120 -0
  21. package/dist/src/components/bottom-sheet/bottom-sheet.stories.d.ts +925 -0
  22. package/dist/src/components/bottom-sheet/bottom-sheet.vue.d.ts +2 -0
  23. package/dist/src/components/button/button.d.ts +121 -0
  24. package/dist/src/components/button/button.stories.d.ts +518 -0
  25. package/dist/src/components/button/button.vue.d.ts +2 -0
  26. package/dist/src/components/button-group/button-group.d.ts +92 -0
  27. package/dist/src/components/button-group/button-group.stories.d.ts +325 -0
  28. package/dist/src/components/button-group/button-group.vue.d.ts +2 -0
  29. package/dist/src/components/checkbox/checkbox.d.ts +205 -0
  30. package/dist/src/components/checkbox/checkbox.vue.d.ts +2 -0
  31. package/dist/src/components/comment/comment.d.ts +3157 -0
  32. package/dist/src/components/comment/comment.stories.d.ts +3186 -0
  33. package/dist/src/components/comment/comment.vue.d.ts +2 -0
  34. package/dist/src/components/comment-section/comment-section.d.ts +4866 -0
  35. package/dist/src/components/comment-section/comment-section.stories.d.ts +6541 -0
  36. package/dist/src/components/comment-section/comment-section.vue.d.ts +2 -0
  37. package/dist/src/components/counter/counter.d.ts +53 -0
  38. package/dist/src/components/counter/counter.stories.d.ts +120 -0
  39. package/dist/src/components/counter/counter.vue.d.ts +2 -0
  40. package/dist/src/components/data-filter/data-filter.d.ts +773 -0
  41. package/dist/src/components/data-filter/data-filter.vue.d.ts +2 -0
  42. package/dist/src/components/data-list/data-list.d.ts +945 -0
  43. package/dist/src/components/data-list/data-list.vue.d.ts +2 -0
  44. package/dist/src/components/data-table/data-table.d.ts +543 -0
  45. package/dist/src/components/data-table/data-table.vue.d.ts +2 -0
  46. package/dist/src/components/data-table-cell/data-table-cell.d.ts +42 -0
  47. package/dist/src/components/data-table-cell/data-table-cell.vue.d.ts +2 -0
  48. package/dist/src/components/data-table-head/data-table-head.d.ts +110 -0
  49. package/dist/src/components/data-table-head/data-table-head.vue.d.ts +2 -0
  50. package/dist/src/components/date-picker/date-picker.d.ts +672 -0
  51. package/dist/src/components/date-picker/date-picker.stories.d.ts +1316 -0
  52. package/dist/src/components/date-picker/date-picker.vue.d.ts +2 -0
  53. package/dist/src/components/divider/divider.d.ts +41 -0
  54. package/dist/src/components/divider/divider.stories.d.ts +103 -0
  55. package/dist/src/components/divider/divider.vue.d.ts +2 -0
  56. package/dist/src/components/file-upload/file-upload.d.ts +1214 -0
  57. package/dist/src/components/file-upload/file-upload.stories.d.ts +6974 -0
  58. package/dist/src/components/file-upload/file-upload.vue.d.ts +2 -0
  59. package/dist/src/components/footer-actions/footer-actions.d.ts +3 -0
  60. package/dist/src/components/footer-actions/footer-actions.stories.d.ts +17 -0
  61. package/dist/src/components/footer-actions/footer-actions.vue.d.ts +2 -0
  62. package/dist/src/components/form-group/form-group.d.ts +33 -0
  63. package/dist/src/components/form-group/form-group.stories.d.ts +230 -0
  64. package/dist/src/components/form-group/form-group.vue.d.ts +2 -0
  65. package/dist/src/components/grid/grid.d.ts +267 -0
  66. package/dist/src/components/grid/grid.stories.d.ts +3523 -0
  67. package/dist/src/components/grid/grid.vue.d.ts +2 -0
  68. package/dist/src/components/icon/icon.d.ts +93 -0
  69. package/dist/src/components/icon/icon.stories.d.ts +115 -0
  70. package/dist/src/components/icon/icon.vue.d.ts +2 -0
  71. package/dist/src/components/icon-action-group/icon-action-group.d.ts +513 -0
  72. package/dist/src/components/icon-action-group/icon-action-group.stories.d.ts +2570 -0
  73. package/dist/src/components/icon-action-group/icon-action-group.vue.d.ts +2 -0
  74. package/dist/src/components/image-gallery/image-gallery.d.ts +840 -0
  75. package/dist/src/components/image-gallery/image-gallery.stories.d.ts +1711 -0
  76. package/dist/src/components/image-gallery/image-gallery.vue.d.ts +2 -0
  77. package/dist/src/components/input/input.d.ts +185 -0
  78. package/dist/src/components/input/input.stories.d.ts +1065 -0
  79. package/dist/src/components/input/input.vue.d.ts +2 -0
  80. package/dist/src/components/list/list.d.ts +209 -0
  81. package/dist/src/components/list/list.stories.d.ts +1682 -0
  82. package/dist/src/components/list/list.vue.d.ts +2 -0
  83. package/dist/src/components/menu/menu.d.ts +120 -0
  84. package/dist/src/components/menu/menu.stories.d.ts +239 -0
  85. package/dist/src/components/menu/menu.vue.d.ts +2 -0
  86. package/dist/src/components/modal/modal.d.ts +192 -0
  87. package/dist/src/components/modal/modal.stories.d.ts +2102 -0
  88. package/dist/src/components/modal/modal.vue.d.ts +2 -0
  89. package/dist/src/components/modal/variants/error-modal/error-modal.d.ts +221 -0
  90. package/dist/src/components/modal/variants/error-modal/error-modal.vue.d.ts +2 -0
  91. package/dist/src/components/modal/variants/warning-modal/warning-modal.d.ts +241 -0
  92. package/dist/src/components/modal/variants/warning-modal/warning-modal.vue.d.ts +2 -0
  93. package/dist/src/components/modal-content/modal-content.d.ts +37 -0
  94. package/dist/src/components/modal-content/modal-content.vue.d.ts +2 -0
  95. package/dist/src/components/page-heading/page-heading.d.ts +57 -0
  96. package/dist/src/components/page-heading/page-heading.vue.d.ts +2 -0
  97. package/dist/src/components/page-navigation/page-navigation.d.ts +15 -0
  98. package/dist/src/components/page-navigation/page-navigation.vue.d.ts +2 -0
  99. package/dist/src/components/pdf-viewer/pdf-viewer.d.ts +243 -0
  100. package/dist/src/components/pdf-viewer/pdf-viewer.stories.d.ts +260 -0
  101. package/dist/src/components/pdf-viewer/pdf-viewer.vue.d.ts +2 -0
  102. package/dist/src/components/popover/popover.d.ts +118 -0
  103. package/dist/src/components/popover/popover.stories.d.ts +411 -0
  104. package/dist/src/components/popover/popover.vue.d.ts +2 -0
  105. package/dist/src/components/progress-bar/progress-bar.d.ts +85 -0
  106. package/dist/src/components/progress-bar/progress-bar.stories.d.ts +103 -0
  107. package/dist/src/components/progress-bar/progress-bar.vue.d.ts +2 -0
  108. package/dist/src/components/progress-bar-group/progress-bar-group.d.ts +152 -0
  109. package/dist/src/components/progress-bar-group/progress-bar-group.stories.d.ts +5 -0
  110. package/dist/src/components/progress-bar-group/progress-bar-group.vue.d.ts +2 -0
  111. package/dist/src/components/radio/radio.d.ts +93 -0
  112. package/dist/src/components/radio/radio.stories.d.ts +233 -0
  113. package/dist/src/components/radio/radio.vue.d.ts +2 -0
  114. package/dist/src/components/room-details-popover/room-details-popover.d.ts +6467 -0
  115. package/dist/src/components/room-details-popover/room-details-popover.vue.d.ts +2 -0
  116. package/dist/src/components/select/select.d.ts +407 -0
  117. package/dist/src/components/select/select.stories.d.ts +1297 -0
  118. package/dist/src/components/select/select.vue.d.ts +2 -0
  119. package/dist/src/components/table/table.d.ts +407 -0
  120. package/dist/src/components/table/table.vue.d.ts +2 -0
  121. package/dist/src/components/tag/tag.d.ts +43 -0
  122. package/dist/src/components/tag/tag.stories.d.ts +176 -0
  123. package/dist/src/components/tag/tag.vue.d.ts +2 -0
  124. package/dist/src/components/textarea/textarea.d.ts +92 -0
  125. package/dist/src/components/textarea/textarea.stories.d.ts +111 -0
  126. package/dist/src/components/textarea/textarea.vue.d.ts +2 -0
  127. package/dist/src/components/toast/toast.d.ts +117 -0
  128. package/dist/src/components/toast/toast.stories.d.ts +661 -0
  129. package/dist/src/components/toast/toast.vue.d.ts +2 -0
  130. package/dist/src/components/tooltip/tooltip.d.ts +137 -0
  131. package/dist/src/components/tooltip/tooltip.stories.d.ts +953 -0
  132. package/dist/src/components/tooltip/tooltip.vue.d.ts +2 -0
  133. package/dist/src/components/tour/tour.d.ts +364 -0
  134. package/dist/src/components/tour/tour.vue.d.ts +2 -0
  135. package/dist/src/components/wysiwyg/wysiwyg.d.ts +1560 -0
  136. package/dist/src/components/wysiwyg/wysiwyg.stories.d.ts +1583 -0
  137. package/dist/src/components/wysiwyg/wysiwyg.vue.d.ts +2 -0
  138. package/dist/src/composables/filtering.d.ts +22 -0
  139. package/dist/src/composables/mq.d.ts +12 -0
  140. package/dist/src/composables/nanopop.d.ts +77 -0
  141. package/dist/src/composables/table-data.d.ts +138 -0
  142. package/dist/src/composables/useDeviceType.d.ts +4 -0
  143. package/dist/src/index.d.ts +58 -0
  144. package/dist/src/main.d.ts +0 -0
  145. package/dist/src/plugins/luxon.d.ts +3 -0
  146. package/dist/src/router/index.d.ts +2 -0
  147. package/dist/src/views/lists.vue.d.ts +2491 -0
  148. package/dist/src/views/rdp.vue.d.ts +9 -0
  149. package/dist/src/views/showcase.vue.d.ts +523 -0
  150. package/dist/src/views/tables.vue.d.ts +1846 -0
  151. package/dist/src/views/tour.vue.d.ts +48 -0
  152. package/package.json +30 -5
  153. package/tailwind.preset.ts +245 -0
@@ -0,0 +1,1560 @@
1
+ import { PropType } from 'vue';
2
+ declare const QWysiwyg: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ modelValue: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ attachments: {
8
+ type: PropType<File[]>;
9
+ default: () => never[];
10
+ };
11
+ allowEmojis: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ allowAttachments: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ allowFormatting: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ disabled: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ /** Specify file types allowed */
28
+ filesAllowed: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ expands: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ isStacked: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ isStandalone: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ placeholder: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ processing: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ }>, {
53
+ colors: import('tailwindcss/types/config').ResolvableTo<import('tailwindcss/types/config').RecursiveKeyValuePair<string, string>> | undefined;
54
+ colorExclusions: string[];
55
+ editor: import('vue').ShallowRef<import('@tiptap/vue-3').Editor | undefined, import('@tiptap/vue-3').Editor | undefined>;
56
+ editorRef: import('vue').Ref<any, any>;
57
+ emojiPickerElement: import('vue').Ref<any, any>;
58
+ showEmojiPicker: import('vue').Ref<boolean, boolean>;
59
+ emojiSearch: import('vue').Ref<string, string>;
60
+ invoker: import('vue').Ref<any, any>;
61
+ isExpanded: import('vue').ComputedRef<boolean>;
62
+ multiUploader: import('vue').Ref<any, any>;
63
+ showColorMenu: import('vue').Ref<boolean, boolean>;
64
+ focused: import('vue').Ref<boolean, boolean>;
65
+ files: import('vue').ComputedRef<File[]>;
66
+ showFormatOptions: import('vue').Ref<boolean, boolean>;
67
+ uploadedfiles: import('vue').Ref<{
68
+ readonly lastModified: number;
69
+ readonly name: string;
70
+ readonly webkitRelativePath: string;
71
+ readonly size: number;
72
+ readonly type: string;
73
+ arrayBuffer: () => Promise<ArrayBuffer>;
74
+ bytes: () => Promise<Uint8Array<ArrayBuffer>>;
75
+ slice: (start?: number, end?: number, contentType?: string) => Blob;
76
+ stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
77
+ text: () => Promise<string>;
78
+ }[], File[] | {
79
+ readonly lastModified: number;
80
+ readonly name: string;
81
+ readonly webkitRelativePath: string;
82
+ readonly size: number;
83
+ readonly type: string;
84
+ arrayBuffer: () => Promise<ArrayBuffer>;
85
+ bytes: () => Promise<Uint8Array<ArrayBuffer>>;
86
+ slice: (start?: number, end?: number, contentType?: string) => Blob;
87
+ stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
88
+ text: () => Promise<string>;
89
+ }[]>;
90
+ fileUploadRef: import('vue').Ref<any, any>;
91
+ wysiwygRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
92
+ setColor: import('vue').ComputedRef<string>;
93
+ mdAndLarger: import('vue').ComputedRef<boolean>;
94
+ setLink: () => void;
95
+ selectColor: (hex: string) => void;
96
+ showColors: () => void;
97
+ onClickAction: () => void;
98
+ onClickOutColors: () => void;
99
+ attachFiles: () => void;
100
+ appendEmoji: (emoji: string) => void;
101
+ onSelectEmoji: (emoji: any) => void;
102
+ onSelectFiles: (event: any) => void;
103
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "update:attachments" | "keyboard-open")[], "update:model-value" | "update:attachments" | "keyboard-open", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
104
+ modelValue: {
105
+ type: StringConstructor;
106
+ default: string;
107
+ };
108
+ attachments: {
109
+ type: PropType<File[]>;
110
+ default: () => never[];
111
+ };
112
+ allowEmojis: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
116
+ allowAttachments: {
117
+ type: BooleanConstructor;
118
+ default: boolean;
119
+ };
120
+ allowFormatting: {
121
+ type: BooleanConstructor;
122
+ default: boolean;
123
+ };
124
+ disabled: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ };
128
+ /** Specify file types allowed */
129
+ filesAllowed: {
130
+ type: StringConstructor;
131
+ default: string;
132
+ };
133
+ expands: {
134
+ type: BooleanConstructor;
135
+ default: boolean;
136
+ };
137
+ isStacked: {
138
+ type: BooleanConstructor;
139
+ default: boolean;
140
+ };
141
+ isStandalone: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
145
+ placeholder: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ processing: {
150
+ type: BooleanConstructor;
151
+ default: boolean;
152
+ };
153
+ }>> & Readonly<{
154
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
155
+ "onUpdate:attachments"?: ((...args: any[]) => any) | undefined;
156
+ "onKeyboard-open"?: ((...args: any[]) => any) | undefined;
157
+ }>, {
158
+ modelValue: string;
159
+ placeholder: string;
160
+ disabled: boolean;
161
+ processing: boolean;
162
+ filesAllowed: string;
163
+ expands: boolean;
164
+ attachments: File[];
165
+ allowEmojis: boolean;
166
+ allowAttachments: boolean;
167
+ allowFormatting: boolean;
168
+ isStacked: boolean;
169
+ isStandalone: boolean;
170
+ }, {}, {
171
+ EditorContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
172
+ editor: {
173
+ default: null;
174
+ type: PropType<import('@tiptap/vue-3').Editor>;
175
+ };
176
+ }>, {
177
+ rootEl: import('vue').Ref<Element | undefined, Element | undefined>;
178
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
179
+ editor: {
180
+ default: null;
181
+ type: PropType<import('@tiptap/vue-3').Editor>;
182
+ };
183
+ }>> & Readonly<{}>, {
184
+ editor: import('@tiptap/vue-3').Editor;
185
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
186
+ EmojiPicker: import('vue').DefineComponent<{
187
+ native: {
188
+ type: BooleanConstructor;
189
+ default: boolean;
190
+ };
191
+ hideSearch: {
192
+ type: BooleanConstructor;
193
+ default: boolean;
194
+ };
195
+ hideGroupIcons: {
196
+ type: BooleanConstructor;
197
+ default: boolean;
198
+ };
199
+ hideGroupNames: {
200
+ type: BooleanConstructor;
201
+ default: boolean;
202
+ };
203
+ staticTexts: {
204
+ type: ObjectConstructor;
205
+ default: () => {};
206
+ };
207
+ disableStickyGroupNames: {
208
+ type: BooleanConstructor;
209
+ default: boolean;
210
+ };
211
+ disabledGroups: {
212
+ type: ArrayConstructor;
213
+ default: () => never[];
214
+ };
215
+ groupNames: {
216
+ type: ObjectConstructor;
217
+ default: () => {};
218
+ };
219
+ disableSkinTones: {
220
+ type: BooleanConstructor;
221
+ default: boolean;
222
+ };
223
+ text: {
224
+ type: StringConstructor;
225
+ default: string;
226
+ };
227
+ mode: {
228
+ type: StringConstructor;
229
+ default: string;
230
+ };
231
+ offset: {
232
+ type: NumberConstructor;
233
+ default: number;
234
+ };
235
+ additionalGroups: {
236
+ type: ObjectConstructor;
237
+ default: () => {};
238
+ };
239
+ groupOrder: {
240
+ type: ArrayConstructor;
241
+ default: () => never[];
242
+ };
243
+ groupIcons: {
244
+ type: ObjectConstructor;
245
+ default: () => {};
246
+ };
247
+ pickerType: {
248
+ type: StringConstructor;
249
+ default: string;
250
+ };
251
+ displayRecent: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
255
+ theme: {
256
+ type: PropType<"auto" | "dark" | "light">;
257
+ default: string;
258
+ };
259
+ }, {
260
+ type: string;
261
+ input: import('vue').Ref<string>;
262
+ onChangeText: (text: string | undefined) => void;
263
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
264
+ 'update:text': (text: string) => true;
265
+ select: (emoji: import('vue3-emoji-picker').EmojiExt) => true;
266
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
267
+ native: {
268
+ type: BooleanConstructor;
269
+ default: boolean;
270
+ };
271
+ hideSearch: {
272
+ type: BooleanConstructor;
273
+ default: boolean;
274
+ };
275
+ hideGroupIcons: {
276
+ type: BooleanConstructor;
277
+ default: boolean;
278
+ };
279
+ hideGroupNames: {
280
+ type: BooleanConstructor;
281
+ default: boolean;
282
+ };
283
+ staticTexts: {
284
+ type: ObjectConstructor;
285
+ default: () => {};
286
+ };
287
+ disableStickyGroupNames: {
288
+ type: BooleanConstructor;
289
+ default: boolean;
290
+ };
291
+ disabledGroups: {
292
+ type: ArrayConstructor;
293
+ default: () => never[];
294
+ };
295
+ groupNames: {
296
+ type: ObjectConstructor;
297
+ default: () => {};
298
+ };
299
+ disableSkinTones: {
300
+ type: BooleanConstructor;
301
+ default: boolean;
302
+ };
303
+ text: {
304
+ type: StringConstructor;
305
+ default: string;
306
+ };
307
+ mode: {
308
+ type: StringConstructor;
309
+ default: string;
310
+ };
311
+ offset: {
312
+ type: NumberConstructor;
313
+ default: number;
314
+ };
315
+ additionalGroups: {
316
+ type: ObjectConstructor;
317
+ default: () => {};
318
+ };
319
+ groupOrder: {
320
+ type: ArrayConstructor;
321
+ default: () => never[];
322
+ };
323
+ groupIcons: {
324
+ type: ObjectConstructor;
325
+ default: () => {};
326
+ };
327
+ pickerType: {
328
+ type: StringConstructor;
329
+ default: string;
330
+ };
331
+ displayRecent: {
332
+ type: BooleanConstructor;
333
+ default: boolean;
334
+ };
335
+ theme: {
336
+ type: PropType<"auto" | "dark" | "light">;
337
+ default: string;
338
+ };
339
+ }>> & {
340
+ onSelect?: ((emoji: import('vue3-emoji-picker').EmojiExt) => any) | undefined;
341
+ "onUpdate:text"?: ((text: string) => any) | undefined;
342
+ }, {
343
+ native: boolean;
344
+ hideSearch: boolean;
345
+ hideGroupIcons: boolean;
346
+ hideGroupNames: boolean;
347
+ staticTexts: Record<string, any>;
348
+ disabledGroups: unknown[];
349
+ groupNames: Record<string, any>;
350
+ displayRecent: boolean;
351
+ additionalGroups: Record<string, any>;
352
+ groupOrder: unknown[];
353
+ groupIcons: Record<string, any>;
354
+ mode: string;
355
+ disableStickyGroupNames: boolean;
356
+ text: string;
357
+ disableSkinTones: boolean;
358
+ offset: number;
359
+ pickerType: string;
360
+ theme: "auto" | "dark" | "light";
361
+ }>;
362
+ QFileUpload: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
363
+ name: any;
364
+ files: {
365
+ type: ArrayConstructor;
366
+ default: () => never[];
367
+ };
368
+ url: {
369
+ type: StringConstructor;
370
+ default: string;
371
+ };
372
+ multiple: {
373
+ type: BooleanConstructor;
374
+ default: boolean;
375
+ };
376
+ filesAllowed: {
377
+ type: StringConstructor;
378
+ default: string;
379
+ };
380
+ maxFileSize: {
381
+ type: PropType<any>;
382
+ default: number;
383
+ };
384
+ autoUpload: {
385
+ type: BooleanConstructor;
386
+ default: boolean;
387
+ };
388
+ customUpload: {
389
+ type: BooleanConstructor;
390
+ default: boolean;
391
+ };
392
+ disabled: {
393
+ type: BooleanConstructor;
394
+ default: boolean;
395
+ };
396
+ expands: {
397
+ type: BooleanConstructor;
398
+ default: boolean;
399
+ };
400
+ processing: {
401
+ type: BooleanConstructor;
402
+ default: boolean;
403
+ };
404
+ }>, {
405
+ fileUpload: import('vue').Ref<any, any>;
406
+ dropZoneRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
407
+ allFiles: import('vue').ComputedRef<unknown[]>;
408
+ sizeErrors: import('vue').Ref<string[], string[]>;
409
+ typeErrors: import('vue').Ref<string[], string[]>;
410
+ isOverDropZone: import('vue').ShallowRef<boolean>;
411
+ displayAllowedTypes: import('vue').ComputedRef<string>;
412
+ clear: () => void;
413
+ clearErrors: () => void;
414
+ getFileExtension: (file: any) => string;
415
+ getTypeClass: (fileType: any) => any;
416
+ isValidFileType: (file: any) => boolean;
417
+ isWildcard: (fileType: any) => boolean;
418
+ onBeforeSelect: (e: any) => void;
419
+ onUpload: () => void;
420
+ onUploadError: (event: any) => void;
421
+ onUploading: (event: any) => void;
422
+ onRemoveFile: (fileToRemove: File) => void;
423
+ onSelectedFiles: (event: any) => void;
424
+ mq: {
425
+ xs: boolean;
426
+ sm: boolean;
427
+ md: boolean;
428
+ lg: boolean;
429
+ xl: boolean;
430
+ 'sm-md': boolean;
431
+ 'md-lg': boolean;
432
+ 'lg-xl': boolean;
433
+ 'sm-down': boolean;
434
+ };
435
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("file-list" | "upload-error" | "uploading")[], "file-list" | "upload-error" | "uploading", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
436
+ name: any;
437
+ files: {
438
+ type: ArrayConstructor;
439
+ default: () => never[];
440
+ };
441
+ url: {
442
+ type: StringConstructor;
443
+ default: string;
444
+ };
445
+ multiple: {
446
+ type: BooleanConstructor;
447
+ default: boolean;
448
+ };
449
+ filesAllowed: {
450
+ type: StringConstructor;
451
+ default: string;
452
+ };
453
+ maxFileSize: {
454
+ type: PropType<any>;
455
+ default: number;
456
+ };
457
+ autoUpload: {
458
+ type: BooleanConstructor;
459
+ default: boolean;
460
+ };
461
+ customUpload: {
462
+ type: BooleanConstructor;
463
+ default: boolean;
464
+ };
465
+ disabled: {
466
+ type: BooleanConstructor;
467
+ default: boolean;
468
+ };
469
+ expands: {
470
+ type: BooleanConstructor;
471
+ default: boolean;
472
+ };
473
+ processing: {
474
+ type: BooleanConstructor;
475
+ default: boolean;
476
+ };
477
+ }>> & Readonly<{
478
+ "onFile-list"?: ((...args: any[]) => any) | undefined;
479
+ "onUpload-error"?: ((...args: any[]) => any) | undefined;
480
+ onUploading?: ((...args: any[]) => any) | undefined;
481
+ }>, {
482
+ name: any;
483
+ multiple: boolean;
484
+ disabled: boolean;
485
+ url: string;
486
+ processing: boolean;
487
+ files: unknown[];
488
+ filesAllowed: string;
489
+ maxFileSize: any;
490
+ autoUpload: boolean;
491
+ customUpload: boolean;
492
+ expands: boolean;
493
+ }, {}, {
494
+ FileUpload: typeof import('primevue/fileupload').default;
495
+ QBadge: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
496
+ color: {
497
+ type: StringConstructor;
498
+ default: string;
499
+ };
500
+ shape: {
501
+ type: StringConstructor;
502
+ default: string;
503
+ };
504
+ }>, {
505
+ bgColor: import('vue').ComputedRef<string>;
506
+ hasIcon: import('vue').ComputedRef<boolean>;
507
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
508
+ color: {
509
+ type: StringConstructor;
510
+ default: string;
511
+ };
512
+ shape: {
513
+ type: StringConstructor;
514
+ default: string;
515
+ };
516
+ }>> & Readonly<{}>, {
517
+ color: string;
518
+ shape: string;
519
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
520
+ QImageGallery: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
521
+ id: {
522
+ type: StringConstructor;
523
+ default: string;
524
+ };
525
+ files: any;
526
+ thumbnailsVisible: {
527
+ type: NumberConstructor;
528
+ default: number;
529
+ };
530
+ showOnHover: {
531
+ type: BooleanConstructor;
532
+ default: boolean;
533
+ };
534
+ showThumbnails: {
535
+ type: BooleanConstructor;
536
+ default: boolean;
537
+ };
538
+ showRemove: {
539
+ type: PropType<boolean | number>;
540
+ default: boolean;
541
+ };
542
+ baseZIndex: {
543
+ type: NumberConstructor;
544
+ default: number;
545
+ };
546
+ wrap: {
547
+ type: BooleanConstructor;
548
+ default: boolean;
549
+ };
550
+ processing: {
551
+ type: BooleanConstructor;
552
+ default: boolean;
553
+ };
554
+ }>, {
555
+ menuActions: {
556
+ text: string;
557
+ }[];
558
+ linkActions: import('vue').ComputedRef<{
559
+ text: string;
560
+ classes: string;
561
+ event: (file?: import('../image-gallery/image-gallery').NormalizedFileType | null) => void;
562
+ }[]>;
563
+ deviceType: import('vue').Ref<string, string>;
564
+ container: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
565
+ containerWidth: import('vue').ComputedRef<number | undefined>;
566
+ featuredPhoto: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
567
+ longPressRef: import('vue').Ref<HTMLElement[], HTMLElement[]>;
568
+ longPressedHook: import('vue').Ref<boolean, boolean>;
569
+ isSwiping: import('vue').ShallowRef<boolean>;
570
+ lengthX: import('vue').ComputedRef<number>;
571
+ left: import('vue').Ref<string, string>;
572
+ opacity: import('vue').Ref<number, number>;
573
+ scale: import('vue').Ref<number, number>;
574
+ showCarousel: import('vue').Ref<boolean, boolean>;
575
+ showFileViewer: import('vue').Ref<boolean, boolean>;
576
+ active: import('vue').Ref<number, number>;
577
+ activeAttachment: import('vue').Ref<{
578
+ id: string | number;
579
+ extension: string;
580
+ icon?: string | undefined;
581
+ isImage: boolean;
582
+ name: string;
583
+ originalFile: {
584
+ id: string | number;
585
+ mimetype: string;
586
+ type: string;
587
+ original: {
588
+ name: string;
589
+ url: string;
590
+ };
591
+ thumbnail: {
592
+ name: string;
593
+ url: string;
594
+ } | null;
595
+ isHovered?: boolean | undefined;
596
+ } | {
597
+ readonly lastModified: number;
598
+ readonly name: string;
599
+ readonly webkitRelativePath: string;
600
+ readonly size: number;
601
+ readonly type: string;
602
+ arrayBuffer: () => Promise<ArrayBuffer>;
603
+ bytes: () => Promise<Uint8Array<ArrayBuffer>>;
604
+ slice: (start?: number, end?: number, contentType?: string) => Blob;
605
+ stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
606
+ text: () => Promise<string>;
607
+ };
608
+ type: string;
609
+ url: string;
610
+ } | null, import('../image-gallery/image-gallery').NormalizedFileType | {
611
+ id: string | number;
612
+ extension: string;
613
+ icon?: string | undefined;
614
+ isImage: boolean;
615
+ name: string;
616
+ originalFile: {
617
+ id: string | number;
618
+ mimetype: string;
619
+ type: string;
620
+ original: {
621
+ name: string;
622
+ url: string;
623
+ };
624
+ thumbnail: {
625
+ name: string;
626
+ url: string;
627
+ } | null;
628
+ isHovered?: boolean | undefined;
629
+ } | {
630
+ readonly lastModified: number;
631
+ readonly name: string;
632
+ readonly webkitRelativePath: string;
633
+ readonly size: number;
634
+ readonly type: string;
635
+ arrayBuffer: () => Promise<ArrayBuffer>;
636
+ bytes: () => Promise<Uint8Array<ArrayBuffer>>;
637
+ slice: (start?: number, end?: number, contentType?: string) => Blob;
638
+ stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
639
+ text: () => Promise<string>;
640
+ };
641
+ type: string;
642
+ url: string;
643
+ } | null>;
644
+ hoveredIndex: import('vue').Ref<number | null | undefined, number | null | undefined>;
645
+ closeIconClasses: import('vue').ComputedRef<string[]>;
646
+ itemClasses: import('vue').ComputedRef<(string | {
647
+ animated: boolean;
648
+ })[]>;
649
+ images: import('vue').ComputedRef<any>;
650
+ normalizedFiles: import('vue').ComputedRef<any>;
651
+ thumbnailContainerClasses: import('vue').ComputedRef<(string | {
652
+ 'flex-nowrap overflow-x-auto pt-2 -mt-2 pr-2': boolean;
653
+ })[]>;
654
+ downloadDocument: (file: import('../image-gallery/image-gallery').NormalizedFileType) => void;
655
+ getExtension: (fileName: string) => string;
656
+ onAttachmentClick: (file: any) => void;
657
+ onClickMenuLink: (action: any) => void;
658
+ onClickThumbnail: (index: any, file: any) => void;
659
+ onOpenCarousel: (index: number, file: import('../image-gallery/image-gallery').NormalizedFileType) => void;
660
+ onRemoveFile: (file?: import('../image-gallery/image-gallery').NormalizedFileType | null) => void;
661
+ onKeyboardNavigation: (e: any) => void;
662
+ onLongPressCallbackHook: (e: PointerEvent, index: any) => void;
663
+ resetHook: () => void;
664
+ mq: {
665
+ xs: boolean;
666
+ sm: boolean;
667
+ md: boolean;
668
+ lg: boolean;
669
+ xl: boolean;
670
+ 'sm-md': boolean;
671
+ 'md-lg': boolean;
672
+ 'lg-xl': boolean;
673
+ 'sm-down': boolean;
674
+ };
675
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "update:activeIndex" | "click:file")[], "update:model-value" | "update:activeIndex" | "click:file", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
676
+ id: {
677
+ type: StringConstructor;
678
+ default: string;
679
+ };
680
+ files: any;
681
+ thumbnailsVisible: {
682
+ type: NumberConstructor;
683
+ default: number;
684
+ };
685
+ showOnHover: {
686
+ type: BooleanConstructor;
687
+ default: boolean;
688
+ };
689
+ showThumbnails: {
690
+ type: BooleanConstructor;
691
+ default: boolean;
692
+ };
693
+ showRemove: {
694
+ type: PropType<boolean | number>;
695
+ default: boolean;
696
+ };
697
+ baseZIndex: {
698
+ type: NumberConstructor;
699
+ default: number;
700
+ };
701
+ wrap: {
702
+ type: BooleanConstructor;
703
+ default: boolean;
704
+ };
705
+ processing: {
706
+ type: BooleanConstructor;
707
+ default: boolean;
708
+ };
709
+ }>> & Readonly<{
710
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
711
+ "onUpdate:activeIndex"?: ((...args: any[]) => any) | undefined;
712
+ "onClick:file"?: ((...args: any[]) => any) | undefined;
713
+ }>, {
714
+ wrap: boolean;
715
+ id: string;
716
+ thumbnailsVisible: number;
717
+ showOnHover: boolean;
718
+ showThumbnails: boolean;
719
+ showRemove: number | boolean;
720
+ baseZIndex: number;
721
+ processing: boolean;
722
+ files: any;
723
+ }, {}, {
724
+ Galleria: typeof import('primevue/galleria').default;
725
+ QBadge: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
726
+ color: {
727
+ type: StringConstructor;
728
+ default: string;
729
+ };
730
+ shape: {
731
+ type: StringConstructor;
732
+ default: string;
733
+ };
734
+ }>, {
735
+ bgColor: import('vue').ComputedRef<string>;
736
+ hasIcon: import('vue').ComputedRef<boolean>;
737
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
738
+ color: {
739
+ type: StringConstructor;
740
+ default: string;
741
+ };
742
+ shape: {
743
+ type: StringConstructor;
744
+ default: string;
745
+ };
746
+ }>> & Readonly<{}>, {
747
+ color: string;
748
+ shape: string;
749
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
750
+ QBottomSheet: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
751
+ modelValue: {
752
+ type: BooleanConstructor;
753
+ default: boolean;
754
+ };
755
+ allowOnClickOutside: {
756
+ type: BooleanConstructor;
757
+ default: boolean;
758
+ };
759
+ allowDrag: {
760
+ type: BooleanConstructor;
761
+ default: boolean;
762
+ };
763
+ backgroundColor: {
764
+ type: StringConstructor;
765
+ default: string;
766
+ };
767
+ setNoScroll: {
768
+ type: BooleanConstructor;
769
+ default: boolean;
770
+ };
771
+ showCloseButton: {
772
+ type: BooleanConstructor;
773
+ default: boolean;
774
+ };
775
+ topPosition: {
776
+ type: StringConstructor;
777
+ default: string;
778
+ };
779
+ headerClass: {
780
+ type: StringConstructor;
781
+ default: string;
782
+ };
783
+ titleClass: {
784
+ type: StringConstructor;
785
+ default: string;
786
+ };
787
+ contentClass: {
788
+ type: StringConstructor;
789
+ default: string;
790
+ };
791
+ }>, {
792
+ sheetRef: import('vue').Ref<any, any>;
793
+ headerRef: import('vue').Ref<any, any>;
794
+ windowHeight: import('vue').Ref<number, number>;
795
+ isDragging: import('vue').Ref<boolean, boolean>;
796
+ bgColor: import('vue').ComputedRef<string>;
797
+ containerClasses: import('vue').ComputedRef<"z-[201]" | "-z-40">;
798
+ show: import('vue').WritableComputedRef<boolean, boolean>;
799
+ hasHeaderAction: import('vue').ComputedRef<boolean>;
800
+ onClickOutside: () => void;
801
+ onClose: (option?: {
802
+ clickOutside: boolean;
803
+ }) => Promise<void>;
804
+ onOpen: () => void;
805
+ dragHandler: (ctx: any) => void;
806
+ handleDrag: (ctx: any) => void;
807
+ handleDragEnd: (ctx: any) => void;
808
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:model-value"[], "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
809
+ modelValue: {
810
+ type: BooleanConstructor;
811
+ default: boolean;
812
+ };
813
+ allowOnClickOutside: {
814
+ type: BooleanConstructor;
815
+ default: boolean;
816
+ };
817
+ allowDrag: {
818
+ type: BooleanConstructor;
819
+ default: boolean;
820
+ };
821
+ backgroundColor: {
822
+ type: StringConstructor;
823
+ default: string;
824
+ };
825
+ setNoScroll: {
826
+ type: BooleanConstructor;
827
+ default: boolean;
828
+ };
829
+ showCloseButton: {
830
+ type: BooleanConstructor;
831
+ default: boolean;
832
+ };
833
+ topPosition: {
834
+ type: StringConstructor;
835
+ default: string;
836
+ };
837
+ headerClass: {
838
+ type: StringConstructor;
839
+ default: string;
840
+ };
841
+ titleClass: {
842
+ type: StringConstructor;
843
+ default: string;
844
+ };
845
+ contentClass: {
846
+ type: StringConstructor;
847
+ default: string;
848
+ };
849
+ }>> & Readonly<{
850
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
851
+ }>, {
852
+ modelValue: boolean;
853
+ contentClass: string;
854
+ backgroundColor: string;
855
+ allowOnClickOutside: boolean;
856
+ allowDrag: boolean;
857
+ setNoScroll: boolean;
858
+ showCloseButton: boolean;
859
+ topPosition: string;
860
+ headerClass: string;
861
+ titleClass: string;
862
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
863
+ QMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
864
+ modelValue: {
865
+ type: BooleanConstructor;
866
+ default: boolean;
867
+ };
868
+ actions: {
869
+ type: {
870
+ (arrayLength: number): import('../..').MenuItem[];
871
+ (...items: import('../..').MenuItem[]): import('../..').MenuItem[];
872
+ new (arrayLength: number): import('../..').MenuItem[];
873
+ new (...items: import('../..').MenuItem[]): import('../..').MenuItem[];
874
+ isArray(arg: any): arg is any[];
875
+ readonly prototype: any[];
876
+ from<T>(arrayLike: ArrayLike<T>): T[];
877
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
878
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
879
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
880
+ of<T>(...items: T[]): T[];
881
+ readonly [Symbol.species]: ArrayConstructor;
882
+ };
883
+ };
884
+ dismissibleOverlay: {
885
+ type: BooleanConstructor;
886
+ default: boolean;
887
+ };
888
+ links: {
889
+ type: {
890
+ (arrayLength: number): import('../..').MenuItem[];
891
+ (...items: import('../..').MenuItem[]): import('../..').MenuItem[];
892
+ new (arrayLength: number): import('../..').MenuItem[];
893
+ new (...items: import('../..').MenuItem[]): import('../..').MenuItem[];
894
+ isArray(arg: any): arg is any[];
895
+ readonly prototype: any[];
896
+ from<T>(arrayLike: ArrayLike<T>): T[];
897
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
898
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
899
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
900
+ of<T>(...items: T[]): T[];
901
+ readonly [Symbol.species]: ArrayConstructor;
902
+ };
903
+ required: true;
904
+ };
905
+ linksBackground: {
906
+ type: StringConstructor;
907
+ default: string;
908
+ };
909
+ overlay: {
910
+ type: StringConstructor;
911
+ default: string;
912
+ };
913
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click:link" | "click:action")[], "click:link" | "click:action", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
914
+ modelValue: {
915
+ type: BooleanConstructor;
916
+ default: boolean;
917
+ };
918
+ actions: {
919
+ type: {
920
+ (arrayLength: number): import('../..').MenuItem[];
921
+ (...items: import('../..').MenuItem[]): import('../..').MenuItem[];
922
+ new (arrayLength: number): import('../..').MenuItem[];
923
+ new (...items: import('../..').MenuItem[]): import('../..').MenuItem[];
924
+ isArray(arg: any): arg is any[];
925
+ readonly prototype: any[];
926
+ from<T>(arrayLike: ArrayLike<T>): T[];
927
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
928
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
929
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
930
+ of<T>(...items: T[]): T[];
931
+ readonly [Symbol.species]: ArrayConstructor;
932
+ };
933
+ };
934
+ dismissibleOverlay: {
935
+ type: BooleanConstructor;
936
+ default: boolean;
937
+ };
938
+ links: {
939
+ type: {
940
+ (arrayLength: number): import('../..').MenuItem[];
941
+ (...items: import('../..').MenuItem[]): import('../..').MenuItem[];
942
+ new (arrayLength: number): import('../..').MenuItem[];
943
+ new (...items: import('../..').MenuItem[]): import('../..').MenuItem[];
944
+ isArray(arg: any): arg is any[];
945
+ readonly prototype: any[];
946
+ from<T>(arrayLike: ArrayLike<T>): T[];
947
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
948
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
949
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
950
+ of<T>(...items: T[]): T[];
951
+ readonly [Symbol.species]: ArrayConstructor;
952
+ };
953
+ required: true;
954
+ };
955
+ linksBackground: {
956
+ type: StringConstructor;
957
+ default: string;
958
+ };
959
+ overlay: {
960
+ type: StringConstructor;
961
+ default: string;
962
+ };
963
+ }>> & Readonly<{
964
+ "onClick:link"?: ((...args: any[]) => any) | undefined;
965
+ "onClick:action"?: ((...args: any[]) => any) | undefined;
966
+ }>, {
967
+ modelValue: boolean;
968
+ overlay: string;
969
+ dismissibleOverlay: boolean;
970
+ linksBackground: string;
971
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
972
+ QPdfViewer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
973
+ url: {
974
+ type: StringConstructor;
975
+ required: true;
976
+ };
977
+ }>, {
978
+ skeletonColumns: number;
979
+ skeletonRows: number;
980
+ canvasRefs: import('vue').Ref<(HTMLCanvasElement | null)[], (HTMLCanvasElement | null)[]>;
981
+ loadingMeta: import('vue').Ref<boolean, boolean>;
982
+ showErrorModal: import('vue').Ref<boolean, boolean>;
983
+ totalPages: import('vue').Ref<number, number>;
984
+ loadPDF: () => Promise<void>;
985
+ renderPage: (pageNumber: number) => Promise<void>;
986
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "pdf-error"[], "pdf-error", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
987
+ url: {
988
+ type: StringConstructor;
989
+ required: true;
990
+ };
991
+ }>> & Readonly<{
992
+ "onPdf-error"?: ((...args: any[]) => any) | undefined;
993
+ }>, {}, {}, {
994
+ QErrorModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
995
+ toggle: {
996
+ type: BooleanConstructor;
997
+ default: boolean;
998
+ required: true;
999
+ };
1000
+ }>, {
1001
+ toggleModal: import('vue').WritableComputedRef<boolean, boolean>;
1002
+ mq: {
1003
+ xs: boolean;
1004
+ sm: boolean;
1005
+ md: boolean;
1006
+ lg: boolean;
1007
+ xl: boolean;
1008
+ 'sm-md': boolean;
1009
+ 'md-lg': boolean;
1010
+ 'lg-xl': boolean;
1011
+ 'sm-down': boolean;
1012
+ };
1013
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:toggle"[], "update:toggle", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1014
+ toggle: {
1015
+ type: BooleanConstructor;
1016
+ default: boolean;
1017
+ required: true;
1018
+ };
1019
+ }>> & Readonly<{
1020
+ "onUpdate:toggle"?: ((...args: any[]) => any) | undefined;
1021
+ }>, {}, {}, {
1022
+ QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1023
+ id: {
1024
+ type: StringConstructor;
1025
+ default: string;
1026
+ };
1027
+ closeButtonClass: {
1028
+ type: StringConstructor;
1029
+ default: string;
1030
+ };
1031
+ containerClass: {
1032
+ type: StringConstructor;
1033
+ default: string;
1034
+ };
1035
+ dismissible: {
1036
+ type: BooleanConstructor;
1037
+ default: boolean;
1038
+ };
1039
+ dismissibleOverlay: {
1040
+ type: BooleanConstructor;
1041
+ default: boolean;
1042
+ };
1043
+ dismissText: {
1044
+ type: StringConstructor;
1045
+ default: string;
1046
+ };
1047
+ overlay: {
1048
+ type: StringConstructor;
1049
+ default: string;
1050
+ };
1051
+ size: {
1052
+ type: StringConstructor;
1053
+ default: string;
1054
+ };
1055
+ showCancelLink: {
1056
+ type: BooleanConstructor;
1057
+ default: boolean;
1058
+ };
1059
+ hasBuildingBg: {
1060
+ type: BooleanConstructor;
1061
+ default: boolean;
1062
+ };
1063
+ }>, {
1064
+ onCloseModal: () => void;
1065
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1066
+ id: {
1067
+ type: StringConstructor;
1068
+ default: string;
1069
+ };
1070
+ closeButtonClass: {
1071
+ type: StringConstructor;
1072
+ default: string;
1073
+ };
1074
+ containerClass: {
1075
+ type: StringConstructor;
1076
+ default: string;
1077
+ };
1078
+ dismissible: {
1079
+ type: BooleanConstructor;
1080
+ default: boolean;
1081
+ };
1082
+ dismissibleOverlay: {
1083
+ type: BooleanConstructor;
1084
+ default: boolean;
1085
+ };
1086
+ dismissText: {
1087
+ type: StringConstructor;
1088
+ default: string;
1089
+ };
1090
+ overlay: {
1091
+ type: StringConstructor;
1092
+ default: string;
1093
+ };
1094
+ size: {
1095
+ type: StringConstructor;
1096
+ default: string;
1097
+ };
1098
+ showCancelLink: {
1099
+ type: BooleanConstructor;
1100
+ default: boolean;
1101
+ };
1102
+ hasBuildingBg: {
1103
+ type: BooleanConstructor;
1104
+ default: boolean;
1105
+ };
1106
+ }>> & Readonly<{
1107
+ onClose?: ((...args: any[]) => any) | undefined;
1108
+ }>, {
1109
+ size: string;
1110
+ overlay: string;
1111
+ id: string;
1112
+ dismissibleOverlay: boolean;
1113
+ closeButtonClass: string;
1114
+ containerClass: string;
1115
+ dismissible: boolean;
1116
+ dismissText: string;
1117
+ showCancelLink: boolean;
1118
+ hasBuildingBg: boolean;
1119
+ }, {}, {
1120
+ QIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1121
+ icon: {
1122
+ type: StringConstructor;
1123
+ required: true;
1124
+ };
1125
+ type: {
1126
+ type: StringConstructor;
1127
+ default: string;
1128
+ };
1129
+ width: {
1130
+ type: NumberConstructor;
1131
+ default: number;
1132
+ required: false;
1133
+ };
1134
+ height: {
1135
+ type: NumberConstructor;
1136
+ default: number;
1137
+ required: false;
1138
+ };
1139
+ size: {
1140
+ type: StringConstructor;
1141
+ default: string;
1142
+ };
1143
+ color: {
1144
+ type: StringConstructor;
1145
+ default: string;
1146
+ };
1147
+ inline: {
1148
+ type: BooleanConstructor;
1149
+ default: boolean;
1150
+ };
1151
+ customClass: {
1152
+ type: StringConstructor;
1153
+ default: string;
1154
+ };
1155
+ customSize: {
1156
+ type: BooleanConstructor;
1157
+ default: boolean;
1158
+ };
1159
+ }>, {
1160
+ iconPath: import('vue').ComputedRef<string>;
1161
+ customizedSize: import('vue').ComputedRef<boolean>;
1162
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1163
+ icon: {
1164
+ type: StringConstructor;
1165
+ required: true;
1166
+ };
1167
+ type: {
1168
+ type: StringConstructor;
1169
+ default: string;
1170
+ };
1171
+ width: {
1172
+ type: NumberConstructor;
1173
+ default: number;
1174
+ required: false;
1175
+ };
1176
+ height: {
1177
+ type: NumberConstructor;
1178
+ default: number;
1179
+ required: false;
1180
+ };
1181
+ size: {
1182
+ type: StringConstructor;
1183
+ default: string;
1184
+ };
1185
+ color: {
1186
+ type: StringConstructor;
1187
+ default: string;
1188
+ };
1189
+ inline: {
1190
+ type: BooleanConstructor;
1191
+ default: boolean;
1192
+ };
1193
+ customClass: {
1194
+ type: StringConstructor;
1195
+ default: string;
1196
+ };
1197
+ customSize: {
1198
+ type: BooleanConstructor;
1199
+ default: boolean;
1200
+ };
1201
+ }>> & Readonly<{}>, {
1202
+ type: string;
1203
+ color: string;
1204
+ size: string;
1205
+ height: number;
1206
+ width: number;
1207
+ inline: boolean;
1208
+ customClass: string;
1209
+ customSize: boolean;
1210
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1211
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1212
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1213
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1214
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1215
+ id: {
1216
+ type: StringConstructor;
1217
+ default: string;
1218
+ };
1219
+ color: {
1220
+ type: StringConstructor;
1221
+ default: string;
1222
+ };
1223
+ controlled: {
1224
+ type: BooleanConstructor;
1225
+ default: boolean;
1226
+ };
1227
+ disabled: {
1228
+ type: BooleanConstructor;
1229
+ default: boolean;
1230
+ };
1231
+ noWrap: {
1232
+ type: BooleanConstructor;
1233
+ default: boolean;
1234
+ };
1235
+ position: {
1236
+ type: StringConstructor;
1237
+ default: string;
1238
+ };
1239
+ relative: {
1240
+ type: BooleanConstructor;
1241
+ default: boolean;
1242
+ };
1243
+ teleport: {
1244
+ type: BooleanConstructor;
1245
+ default: boolean;
1246
+ };
1247
+ teleportTo: {
1248
+ type: StringConstructor;
1249
+ default: string;
1250
+ };
1251
+ tooltipClasses: {
1252
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
1253
+ default: string;
1254
+ };
1255
+ visible: {
1256
+ type: BooleanConstructor;
1257
+ default: boolean;
1258
+ };
1259
+ }>, {
1260
+ tooltipStyle: import('vue').Ref<{
1261
+ top: string;
1262
+ left: string;
1263
+ }, {
1264
+ top: string;
1265
+ left: string;
1266
+ } | {
1267
+ top: string;
1268
+ left: string;
1269
+ }>;
1270
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
1271
+ isVisible: import('vue').ComputedRef<boolean>;
1272
+ hideTooltip: () => void;
1273
+ showTooltip: () => void;
1274
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1275
+ id: {
1276
+ type: StringConstructor;
1277
+ default: string;
1278
+ };
1279
+ color: {
1280
+ type: StringConstructor;
1281
+ default: string;
1282
+ };
1283
+ controlled: {
1284
+ type: BooleanConstructor;
1285
+ default: boolean;
1286
+ };
1287
+ disabled: {
1288
+ type: BooleanConstructor;
1289
+ default: boolean;
1290
+ };
1291
+ noWrap: {
1292
+ type: BooleanConstructor;
1293
+ default: boolean;
1294
+ };
1295
+ position: {
1296
+ type: StringConstructor;
1297
+ default: string;
1298
+ };
1299
+ relative: {
1300
+ type: BooleanConstructor;
1301
+ default: boolean;
1302
+ };
1303
+ teleport: {
1304
+ type: BooleanConstructor;
1305
+ default: boolean;
1306
+ };
1307
+ teleportTo: {
1308
+ type: StringConstructor;
1309
+ default: string;
1310
+ };
1311
+ tooltipClasses: {
1312
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
1313
+ default: string;
1314
+ };
1315
+ visible: {
1316
+ type: BooleanConstructor;
1317
+ default: boolean;
1318
+ };
1319
+ }>> & Readonly<{}>, {
1320
+ color: string;
1321
+ position: string;
1322
+ visible: boolean;
1323
+ relative: boolean;
1324
+ disabled: boolean;
1325
+ id: string;
1326
+ controlled: boolean;
1327
+ noWrap: boolean;
1328
+ teleport: boolean;
1329
+ teleportTo: string;
1330
+ tooltipClasses: string | Record<string, any> | unknown[];
1331
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1332
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1333
+ QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1334
+ id: {
1335
+ type: StringConstructor;
1336
+ default: string;
1337
+ };
1338
+ closeButtonClass: {
1339
+ type: StringConstructor;
1340
+ default: string;
1341
+ };
1342
+ containerClass: {
1343
+ type: StringConstructor;
1344
+ default: string;
1345
+ };
1346
+ dismissible: {
1347
+ type: BooleanConstructor;
1348
+ default: boolean;
1349
+ };
1350
+ dismissibleOverlay: {
1351
+ type: BooleanConstructor;
1352
+ default: boolean;
1353
+ };
1354
+ dismissText: {
1355
+ type: StringConstructor;
1356
+ default: string;
1357
+ };
1358
+ overlay: {
1359
+ type: StringConstructor;
1360
+ default: string;
1361
+ };
1362
+ size: {
1363
+ type: StringConstructor;
1364
+ default: string;
1365
+ };
1366
+ showCancelLink: {
1367
+ type: BooleanConstructor;
1368
+ default: boolean;
1369
+ };
1370
+ hasBuildingBg: {
1371
+ type: BooleanConstructor;
1372
+ default: boolean;
1373
+ };
1374
+ }>, {
1375
+ onCloseModal: () => void;
1376
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1377
+ id: {
1378
+ type: StringConstructor;
1379
+ default: string;
1380
+ };
1381
+ closeButtonClass: {
1382
+ type: StringConstructor;
1383
+ default: string;
1384
+ };
1385
+ containerClass: {
1386
+ type: StringConstructor;
1387
+ default: string;
1388
+ };
1389
+ dismissible: {
1390
+ type: BooleanConstructor;
1391
+ default: boolean;
1392
+ };
1393
+ dismissibleOverlay: {
1394
+ type: BooleanConstructor;
1395
+ default: boolean;
1396
+ };
1397
+ dismissText: {
1398
+ type: StringConstructor;
1399
+ default: string;
1400
+ };
1401
+ overlay: {
1402
+ type: StringConstructor;
1403
+ default: string;
1404
+ };
1405
+ size: {
1406
+ type: StringConstructor;
1407
+ default: string;
1408
+ };
1409
+ showCancelLink: {
1410
+ type: BooleanConstructor;
1411
+ default: boolean;
1412
+ };
1413
+ hasBuildingBg: {
1414
+ type: BooleanConstructor;
1415
+ default: boolean;
1416
+ };
1417
+ }>> & Readonly<{
1418
+ onClose?: ((...args: any[]) => any) | undefined;
1419
+ }>, {
1420
+ size: string;
1421
+ overlay: string;
1422
+ id: string;
1423
+ dismissibleOverlay: boolean;
1424
+ closeButtonClass: string;
1425
+ containerClass: string;
1426
+ dismissible: boolean;
1427
+ dismissText: string;
1428
+ showCancelLink: boolean;
1429
+ hasBuildingBg: boolean;
1430
+ }, {}, {
1431
+ QIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1432
+ icon: {
1433
+ type: StringConstructor;
1434
+ required: true;
1435
+ };
1436
+ type: {
1437
+ type: StringConstructor;
1438
+ default: string;
1439
+ };
1440
+ width: {
1441
+ type: NumberConstructor;
1442
+ default: number;
1443
+ required: false;
1444
+ };
1445
+ height: {
1446
+ type: NumberConstructor;
1447
+ default: number;
1448
+ required: false;
1449
+ };
1450
+ size: {
1451
+ type: StringConstructor;
1452
+ default: string;
1453
+ };
1454
+ color: {
1455
+ type: StringConstructor;
1456
+ default: string;
1457
+ };
1458
+ inline: {
1459
+ type: BooleanConstructor;
1460
+ default: boolean;
1461
+ };
1462
+ customClass: {
1463
+ type: StringConstructor;
1464
+ default: string;
1465
+ };
1466
+ customSize: {
1467
+ type: BooleanConstructor;
1468
+ default: boolean;
1469
+ };
1470
+ }>, {
1471
+ iconPath: import('vue').ComputedRef<string>;
1472
+ customizedSize: import('vue').ComputedRef<boolean>;
1473
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1474
+ icon: {
1475
+ type: StringConstructor;
1476
+ required: true;
1477
+ };
1478
+ type: {
1479
+ type: StringConstructor;
1480
+ default: string;
1481
+ };
1482
+ width: {
1483
+ type: NumberConstructor;
1484
+ default: number;
1485
+ required: false;
1486
+ };
1487
+ height: {
1488
+ type: NumberConstructor;
1489
+ default: number;
1490
+ required: false;
1491
+ };
1492
+ size: {
1493
+ type: StringConstructor;
1494
+ default: string;
1495
+ };
1496
+ color: {
1497
+ type: StringConstructor;
1498
+ default: string;
1499
+ };
1500
+ inline: {
1501
+ type: BooleanConstructor;
1502
+ default: boolean;
1503
+ };
1504
+ customClass: {
1505
+ type: StringConstructor;
1506
+ default: string;
1507
+ };
1508
+ customSize: {
1509
+ type: BooleanConstructor;
1510
+ default: boolean;
1511
+ };
1512
+ }>> & Readonly<{}>, {
1513
+ type: string;
1514
+ color: string;
1515
+ size: string;
1516
+ height: number;
1517
+ width: number;
1518
+ inline: boolean;
1519
+ customClass: string;
1520
+ customSize: boolean;
1521
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1522
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1523
+ QModalContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1524
+ useFlex: {
1525
+ type: BooleanConstructor;
1526
+ default: boolean;
1527
+ };
1528
+ contentClass: {
1529
+ type: StringConstructor;
1530
+ default: string;
1531
+ };
1532
+ footerClass: {
1533
+ type: StringConstructor;
1534
+ default: string;
1535
+ };
1536
+ }>, {
1537
+ modalSize: unknown;
1538
+ hasHeader: import('vue').ComputedRef<boolean>;
1539
+ hasFooter: import('vue').ComputedRef<boolean>;
1540
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1541
+ useFlex: {
1542
+ type: BooleanConstructor;
1543
+ default: boolean;
1544
+ };
1545
+ contentClass: {
1546
+ type: StringConstructor;
1547
+ default: string;
1548
+ };
1549
+ footerClass: {
1550
+ type: StringConstructor;
1551
+ default: string;
1552
+ };
1553
+ }>> & Readonly<{}>, {
1554
+ contentClass: string;
1555
+ useFlex: boolean;
1556
+ footerClass: string;
1557
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1558
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1559
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1560
+ export default QWysiwyg;