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