@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,513 @@
1
+ import { PropType } from 'vue';
2
+ export interface IconActionOption {
3
+ state: string;
4
+ activeClass: string;
5
+ classes: string;
6
+ icon: string;
7
+ mobileIcon?: string;
8
+ iconClass?: string;
9
+ iconType?: string;
10
+ idleClass: string;
11
+ loading: string;
12
+ mobileIdleClass?: string;
13
+ name: string;
14
+ statusText: string;
15
+ mobileIconClass?: string;
16
+ }
17
+ declare const QIconActionGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
18
+ currentState: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ disabled: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ isActionItemBar: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ isColorKey: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ loading: {
35
+ type: (BooleanConstructor | StringConstructor)[];
36
+ default: boolean;
37
+ };
38
+ options: {
39
+ type: PropType<IconActionOption[]>;
40
+ default: () => ({
41
+ state: string;
42
+ activeClass: string;
43
+ classes: string;
44
+ icon: string;
45
+ mobileIcon: string;
46
+ idleClass: string;
47
+ loading: string;
48
+ name: string;
49
+ statusText: string;
50
+ mobileIdleClass?: undefined;
51
+ iconClass?: undefined;
52
+ iconType?: undefined;
53
+ mobileIconClass?: undefined;
54
+ } | {
55
+ state: string;
56
+ activeClass: string;
57
+ classes: string;
58
+ icon: string;
59
+ mobileIcon: string;
60
+ idleClass: string;
61
+ mobileIdleClass: string;
62
+ loading: string;
63
+ name: string;
64
+ statusText: string;
65
+ iconClass?: undefined;
66
+ iconType?: undefined;
67
+ mobileIconClass?: undefined;
68
+ } | {
69
+ state: string;
70
+ activeClass: string;
71
+ classes: string;
72
+ icon: string;
73
+ iconClass: string;
74
+ iconType: string;
75
+ idleClass: string;
76
+ loading: string;
77
+ name: string;
78
+ statusText: string;
79
+ mobileIconClass: string;
80
+ mobileIcon?: undefined;
81
+ mobileIdleClass?: undefined;
82
+ })[];
83
+ };
84
+ showCompletedState: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ };
88
+ showStatusText: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ }>, {
93
+ selectedState: import('vue').Ref<string, string>;
94
+ singleOption: import('vue').Ref<boolean, boolean>;
95
+ isDisabled: import('vue').ComputedRef<boolean>;
96
+ selectedOption: import('vue').ComputedRef<IconActionOption | undefined>;
97
+ shouldUseSwipe: import('vue').ComputedRef<boolean>;
98
+ onSetState: (event: Event, state: string) => void;
99
+ mq: {
100
+ xs: boolean;
101
+ sm: boolean;
102
+ md: boolean;
103
+ lg: boolean;
104
+ xl: boolean;
105
+ 'sm-md': boolean;
106
+ 'md-lg': boolean;
107
+ 'lg-xl': boolean;
108
+ 'sm-down': boolean;
109
+ };
110
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:state"[], "update:state", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
111
+ currentState: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ disabled: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ };
119
+ isActionItemBar: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ isColorKey: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
127
+ loading: {
128
+ type: (BooleanConstructor | StringConstructor)[];
129
+ default: boolean;
130
+ };
131
+ options: {
132
+ type: PropType<IconActionOption[]>;
133
+ default: () => ({
134
+ state: string;
135
+ activeClass: string;
136
+ classes: string;
137
+ icon: string;
138
+ mobileIcon: string;
139
+ idleClass: string;
140
+ loading: string;
141
+ name: string;
142
+ statusText: string;
143
+ mobileIdleClass?: undefined;
144
+ iconClass?: undefined;
145
+ iconType?: undefined;
146
+ mobileIconClass?: undefined;
147
+ } | {
148
+ state: string;
149
+ activeClass: string;
150
+ classes: string;
151
+ icon: string;
152
+ mobileIcon: string;
153
+ idleClass: string;
154
+ mobileIdleClass: string;
155
+ loading: string;
156
+ name: string;
157
+ statusText: string;
158
+ iconClass?: undefined;
159
+ iconType?: undefined;
160
+ mobileIconClass?: undefined;
161
+ } | {
162
+ state: string;
163
+ activeClass: string;
164
+ classes: string;
165
+ icon: string;
166
+ iconClass: string;
167
+ iconType: string;
168
+ idleClass: string;
169
+ loading: string;
170
+ name: string;
171
+ statusText: string;
172
+ mobileIconClass: string;
173
+ mobileIcon?: undefined;
174
+ mobileIdleClass?: undefined;
175
+ })[];
176
+ };
177
+ showCompletedState: {
178
+ type: BooleanConstructor;
179
+ default: boolean;
180
+ };
181
+ showStatusText: {
182
+ type: BooleanConstructor;
183
+ default: boolean;
184
+ };
185
+ }>> & Readonly<{
186
+ "onUpdate:state"?: ((...args: any[]) => any) | undefined;
187
+ }>, {
188
+ disabled: boolean;
189
+ loading: string | boolean;
190
+ options: IconActionOption[];
191
+ currentState: string;
192
+ isActionItemBar: boolean;
193
+ isColorKey: boolean;
194
+ showCompletedState: boolean;
195
+ showStatusText: boolean;
196
+ }, {}, {
197
+ QButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
198
+ size: {
199
+ type: StringConstructor;
200
+ default: string;
201
+ };
202
+ isWide: {
203
+ type: BooleanConstructor;
204
+ default: boolean;
205
+ };
206
+ status: {
207
+ type: StringConstructor;
208
+ default: string;
209
+ };
210
+ hasOutline: {
211
+ type: BooleanConstructor;
212
+ default: boolean;
213
+ };
214
+ disabled: {
215
+ type: BooleanConstructor;
216
+ default: boolean;
217
+ };
218
+ loading: {
219
+ type: BooleanConstructor;
220
+ default: boolean;
221
+ };
222
+ useLoadingSpinner: {
223
+ type: BooleanConstructor;
224
+ default: boolean;
225
+ };
226
+ isFab: {
227
+ type: BooleanConstructor;
228
+ default: boolean;
229
+ };
230
+ shape: {
231
+ type: StringConstructor;
232
+ default: string;
233
+ };
234
+ noMinWidth: {
235
+ type: BooleanConstructor;
236
+ default: boolean;
237
+ };
238
+ }>, {
239
+ propsClasses: import('vue').ComputedRef<(string | {
240
+ [x: string]: string;
241
+ 'min-w-min'?: undefined;
242
+ } | {
243
+ 'min-w-min': boolean;
244
+ } | {
245
+ [x: string]: boolean;
246
+ 'min-w-min'?: undefined;
247
+ })[]>;
248
+ disabledAttributes: import('vue').ComputedRef<object>;
249
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
250
+ size: {
251
+ type: StringConstructor;
252
+ default: string;
253
+ };
254
+ isWide: {
255
+ type: BooleanConstructor;
256
+ default: boolean;
257
+ };
258
+ status: {
259
+ type: StringConstructor;
260
+ default: string;
261
+ };
262
+ hasOutline: {
263
+ type: BooleanConstructor;
264
+ default: boolean;
265
+ };
266
+ disabled: {
267
+ type: BooleanConstructor;
268
+ default: boolean;
269
+ };
270
+ loading: {
271
+ type: BooleanConstructor;
272
+ default: boolean;
273
+ };
274
+ useLoadingSpinner: {
275
+ type: BooleanConstructor;
276
+ default: boolean;
277
+ };
278
+ isFab: {
279
+ type: BooleanConstructor;
280
+ default: boolean;
281
+ };
282
+ shape: {
283
+ type: StringConstructor;
284
+ default: string;
285
+ };
286
+ noMinWidth: {
287
+ type: BooleanConstructor;
288
+ default: boolean;
289
+ };
290
+ }>> & Readonly<{}>, {
291
+ size: string;
292
+ shape: string;
293
+ disabled: boolean;
294
+ isWide: boolean;
295
+ status: string;
296
+ hasOutline: boolean;
297
+ loading: boolean;
298
+ useLoadingSpinner: boolean;
299
+ isFab: boolean;
300
+ noMinWidth: boolean;
301
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
302
+ QIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
303
+ icon: {
304
+ type: StringConstructor;
305
+ required: true;
306
+ };
307
+ type: {
308
+ type: StringConstructor;
309
+ default: string;
310
+ };
311
+ width: {
312
+ type: NumberConstructor;
313
+ default: number;
314
+ required: false;
315
+ };
316
+ height: {
317
+ type: NumberConstructor;
318
+ default: number;
319
+ required: false;
320
+ };
321
+ size: {
322
+ type: StringConstructor;
323
+ default: string;
324
+ };
325
+ color: {
326
+ type: StringConstructor;
327
+ default: string;
328
+ };
329
+ inline: {
330
+ type: BooleanConstructor;
331
+ default: boolean;
332
+ };
333
+ customClass: {
334
+ type: StringConstructor;
335
+ default: string;
336
+ };
337
+ customSize: {
338
+ type: BooleanConstructor;
339
+ default: boolean;
340
+ };
341
+ }>, {
342
+ iconPath: import('vue').ComputedRef<string>;
343
+ customizedSize: import('vue').ComputedRef<boolean>;
344
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
345
+ icon: {
346
+ type: StringConstructor;
347
+ required: true;
348
+ };
349
+ type: {
350
+ type: StringConstructor;
351
+ default: string;
352
+ };
353
+ width: {
354
+ type: NumberConstructor;
355
+ default: number;
356
+ required: false;
357
+ };
358
+ height: {
359
+ type: NumberConstructor;
360
+ default: number;
361
+ required: false;
362
+ };
363
+ size: {
364
+ type: StringConstructor;
365
+ default: string;
366
+ };
367
+ color: {
368
+ type: StringConstructor;
369
+ default: string;
370
+ };
371
+ inline: {
372
+ type: BooleanConstructor;
373
+ default: boolean;
374
+ };
375
+ customClass: {
376
+ type: StringConstructor;
377
+ default: string;
378
+ };
379
+ customSize: {
380
+ type: BooleanConstructor;
381
+ default: boolean;
382
+ };
383
+ }>> & Readonly<{}>, {
384
+ type: string;
385
+ color: string;
386
+ size: string;
387
+ height: number;
388
+ width: number;
389
+ inline: boolean;
390
+ customClass: string;
391
+ customSize: boolean;
392
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
393
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
394
+ id: {
395
+ type: StringConstructor;
396
+ default: string;
397
+ };
398
+ color: {
399
+ type: StringConstructor;
400
+ default: string;
401
+ };
402
+ controlled: {
403
+ type: BooleanConstructor;
404
+ default: boolean;
405
+ };
406
+ disabled: {
407
+ type: BooleanConstructor;
408
+ default: boolean;
409
+ };
410
+ noWrap: {
411
+ type: BooleanConstructor;
412
+ default: boolean;
413
+ };
414
+ position: {
415
+ type: StringConstructor;
416
+ default: string;
417
+ };
418
+ relative: {
419
+ type: BooleanConstructor;
420
+ default: boolean;
421
+ };
422
+ teleport: {
423
+ type: BooleanConstructor;
424
+ default: boolean;
425
+ };
426
+ teleportTo: {
427
+ type: StringConstructor;
428
+ default: string;
429
+ };
430
+ tooltipClasses: {
431
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
432
+ default: string;
433
+ };
434
+ visible: {
435
+ type: BooleanConstructor;
436
+ default: boolean;
437
+ };
438
+ }>, {
439
+ tooltipStyle: import('vue').Ref<{
440
+ top: string;
441
+ left: string;
442
+ }, {
443
+ top: string;
444
+ left: string;
445
+ } | {
446
+ top: string;
447
+ left: string;
448
+ }>;
449
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
450
+ isVisible: import('vue').ComputedRef<boolean>;
451
+ hideTooltip: () => void;
452
+ showTooltip: () => void;
453
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
454
+ id: {
455
+ type: StringConstructor;
456
+ default: string;
457
+ };
458
+ color: {
459
+ type: StringConstructor;
460
+ default: string;
461
+ };
462
+ controlled: {
463
+ type: BooleanConstructor;
464
+ default: boolean;
465
+ };
466
+ disabled: {
467
+ type: BooleanConstructor;
468
+ default: boolean;
469
+ };
470
+ noWrap: {
471
+ type: BooleanConstructor;
472
+ default: boolean;
473
+ };
474
+ position: {
475
+ type: StringConstructor;
476
+ default: string;
477
+ };
478
+ relative: {
479
+ type: BooleanConstructor;
480
+ default: boolean;
481
+ };
482
+ teleport: {
483
+ type: BooleanConstructor;
484
+ default: boolean;
485
+ };
486
+ teleportTo: {
487
+ type: StringConstructor;
488
+ default: string;
489
+ };
490
+ tooltipClasses: {
491
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
492
+ default: string;
493
+ };
494
+ visible: {
495
+ type: BooleanConstructor;
496
+ default: boolean;
497
+ };
498
+ }>> & Readonly<{}>, {
499
+ color: string;
500
+ position: string;
501
+ visible: boolean;
502
+ relative: boolean;
503
+ disabled: boolean;
504
+ id: string;
505
+ controlled: boolean;
506
+ noWrap: boolean;
507
+ teleport: boolean;
508
+ teleportTo: string;
509
+ tooltipClasses: string | Record<string, any> | unknown[];
510
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
511
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
512
+ export type QIconActionGroupType = typeof QIconActionGroup;
513
+ export default QIconActionGroup;