@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,953 @@
1
+ import { Args, Meta } from '@storybook/vue3';
2
+ import { default as QTooltip } from './tooltip.vue';
3
+ declare const meta: Meta<typeof QTooltip>;
4
+ export default meta;
5
+ export declare const Info3Default: {
6
+ name: string;
7
+ render: (args: Args) => {
8
+ components: {
9
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10
+ id: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ color: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ controlled: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ disabled: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ noWrap: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ position: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ relative: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ teleport: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ teleportTo: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ };
46
+ tooltipClasses: {
47
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
48
+ default: string;
49
+ };
50
+ visible: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }>, {
55
+ tooltipStyle: import('vue').Ref<{
56
+ top: string;
57
+ left: string;
58
+ }, {
59
+ top: string;
60
+ left: string;
61
+ } | {
62
+ top: string;
63
+ left: string;
64
+ }>;
65
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
66
+ isVisible: import('vue').ComputedRef<boolean>;
67
+ hideTooltip: () => void;
68
+ showTooltip: () => void;
69
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
70
+ id: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
74
+ color: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ controlled: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ disabled: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ noWrap: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ position: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
94
+ relative: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ teleport: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ teleportTo: {
103
+ type: StringConstructor;
104
+ default: string;
105
+ };
106
+ tooltipClasses: {
107
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
108
+ default: string;
109
+ };
110
+ visible: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ }>> & Readonly<{}>, {
115
+ color: string;
116
+ position: string;
117
+ visible: boolean;
118
+ relative: boolean;
119
+ disabled: boolean;
120
+ id: string;
121
+ controlled: boolean;
122
+ noWrap: boolean;
123
+ teleport: boolean;
124
+ teleportTo: string;
125
+ tooltipClasses: string | Record<string, any> | unknown[];
126
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
+ };
128
+ setup(this: void): {
129
+ args: Args;
130
+ };
131
+ template: string;
132
+ };
133
+ args: {
134
+ id: string;
135
+ color: string;
136
+ position: string;
137
+ noWrap: true;
138
+ };
139
+ };
140
+ export declare const Info3Top: {
141
+ name: string;
142
+ render: (args: Args) => {
143
+ components: {
144
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
145
+ id: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ color: {
150
+ type: StringConstructor;
151
+ default: string;
152
+ };
153
+ controlled: {
154
+ type: BooleanConstructor;
155
+ default: boolean;
156
+ };
157
+ disabled: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ noWrap: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ position: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ relative: {
170
+ type: BooleanConstructor;
171
+ default: boolean;
172
+ };
173
+ teleport: {
174
+ type: BooleanConstructor;
175
+ default: boolean;
176
+ };
177
+ teleportTo: {
178
+ type: StringConstructor;
179
+ default: string;
180
+ };
181
+ tooltipClasses: {
182
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
183
+ default: string;
184
+ };
185
+ visible: {
186
+ type: BooleanConstructor;
187
+ default: boolean;
188
+ };
189
+ }>, {
190
+ tooltipStyle: import('vue').Ref<{
191
+ top: string;
192
+ left: string;
193
+ }, {
194
+ top: string;
195
+ left: string;
196
+ } | {
197
+ top: string;
198
+ left: string;
199
+ }>;
200
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
201
+ isVisible: import('vue').ComputedRef<boolean>;
202
+ hideTooltip: () => void;
203
+ showTooltip: () => void;
204
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
205
+ id: {
206
+ type: StringConstructor;
207
+ default: string;
208
+ };
209
+ color: {
210
+ type: StringConstructor;
211
+ default: string;
212
+ };
213
+ controlled: {
214
+ type: BooleanConstructor;
215
+ default: boolean;
216
+ };
217
+ disabled: {
218
+ type: BooleanConstructor;
219
+ default: boolean;
220
+ };
221
+ noWrap: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ position: {
226
+ type: StringConstructor;
227
+ default: string;
228
+ };
229
+ relative: {
230
+ type: BooleanConstructor;
231
+ default: boolean;
232
+ };
233
+ teleport: {
234
+ type: BooleanConstructor;
235
+ default: boolean;
236
+ };
237
+ teleportTo: {
238
+ type: StringConstructor;
239
+ default: string;
240
+ };
241
+ tooltipClasses: {
242
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
243
+ default: string;
244
+ };
245
+ visible: {
246
+ type: BooleanConstructor;
247
+ default: boolean;
248
+ };
249
+ }>> & Readonly<{}>, {
250
+ color: string;
251
+ position: string;
252
+ visible: boolean;
253
+ relative: boolean;
254
+ disabled: boolean;
255
+ id: string;
256
+ controlled: boolean;
257
+ noWrap: boolean;
258
+ teleport: boolean;
259
+ teleportTo: string;
260
+ tooltipClasses: string | Record<string, any> | unknown[];
261
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
262
+ };
263
+ setup(this: void): {
264
+ args: Args;
265
+ };
266
+ template: string;
267
+ };
268
+ args: {
269
+ id: string;
270
+ position: string;
271
+ color: string;
272
+ noWrap: true;
273
+ };
274
+ };
275
+ export declare const Info3Left: {
276
+ name: string;
277
+ render: (args: Args) => {
278
+ components: {
279
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
280
+ id: {
281
+ type: StringConstructor;
282
+ default: string;
283
+ };
284
+ color: {
285
+ type: StringConstructor;
286
+ default: string;
287
+ };
288
+ controlled: {
289
+ type: BooleanConstructor;
290
+ default: boolean;
291
+ };
292
+ disabled: {
293
+ type: BooleanConstructor;
294
+ default: boolean;
295
+ };
296
+ noWrap: {
297
+ type: BooleanConstructor;
298
+ default: boolean;
299
+ };
300
+ position: {
301
+ type: StringConstructor;
302
+ default: string;
303
+ };
304
+ relative: {
305
+ type: BooleanConstructor;
306
+ default: boolean;
307
+ };
308
+ teleport: {
309
+ type: BooleanConstructor;
310
+ default: boolean;
311
+ };
312
+ teleportTo: {
313
+ type: StringConstructor;
314
+ default: string;
315
+ };
316
+ tooltipClasses: {
317
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
318
+ default: string;
319
+ };
320
+ visible: {
321
+ type: BooleanConstructor;
322
+ default: boolean;
323
+ };
324
+ }>, {
325
+ tooltipStyle: import('vue').Ref<{
326
+ top: string;
327
+ left: string;
328
+ }, {
329
+ top: string;
330
+ left: string;
331
+ } | {
332
+ top: string;
333
+ left: string;
334
+ }>;
335
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
336
+ isVisible: import('vue').ComputedRef<boolean>;
337
+ hideTooltip: () => void;
338
+ showTooltip: () => void;
339
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
340
+ id: {
341
+ type: StringConstructor;
342
+ default: string;
343
+ };
344
+ color: {
345
+ type: StringConstructor;
346
+ default: string;
347
+ };
348
+ controlled: {
349
+ type: BooleanConstructor;
350
+ default: boolean;
351
+ };
352
+ disabled: {
353
+ type: BooleanConstructor;
354
+ default: boolean;
355
+ };
356
+ noWrap: {
357
+ type: BooleanConstructor;
358
+ default: boolean;
359
+ };
360
+ position: {
361
+ type: StringConstructor;
362
+ default: string;
363
+ };
364
+ relative: {
365
+ type: BooleanConstructor;
366
+ default: boolean;
367
+ };
368
+ teleport: {
369
+ type: BooleanConstructor;
370
+ default: boolean;
371
+ };
372
+ teleportTo: {
373
+ type: StringConstructor;
374
+ default: string;
375
+ };
376
+ tooltipClasses: {
377
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
378
+ default: string;
379
+ };
380
+ visible: {
381
+ type: BooleanConstructor;
382
+ default: boolean;
383
+ };
384
+ }>> & Readonly<{}>, {
385
+ color: string;
386
+ position: string;
387
+ visible: boolean;
388
+ relative: boolean;
389
+ disabled: boolean;
390
+ id: string;
391
+ controlled: boolean;
392
+ noWrap: boolean;
393
+ teleport: boolean;
394
+ teleportTo: string;
395
+ tooltipClasses: string | Record<string, any> | unknown[];
396
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
397
+ };
398
+ setup(this: void): {
399
+ args: Args;
400
+ };
401
+ template: string;
402
+ };
403
+ args: {
404
+ id: string;
405
+ position: string;
406
+ color: string;
407
+ noWrap: true;
408
+ };
409
+ };
410
+ export declare const Info3Right: {
411
+ name: string;
412
+ render: (args: Args) => {
413
+ components: {
414
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
415
+ id: {
416
+ type: StringConstructor;
417
+ default: string;
418
+ };
419
+ color: {
420
+ type: StringConstructor;
421
+ default: string;
422
+ };
423
+ controlled: {
424
+ type: BooleanConstructor;
425
+ default: boolean;
426
+ };
427
+ disabled: {
428
+ type: BooleanConstructor;
429
+ default: boolean;
430
+ };
431
+ noWrap: {
432
+ type: BooleanConstructor;
433
+ default: boolean;
434
+ };
435
+ position: {
436
+ type: StringConstructor;
437
+ default: string;
438
+ };
439
+ relative: {
440
+ type: BooleanConstructor;
441
+ default: boolean;
442
+ };
443
+ teleport: {
444
+ type: BooleanConstructor;
445
+ default: boolean;
446
+ };
447
+ teleportTo: {
448
+ type: StringConstructor;
449
+ default: string;
450
+ };
451
+ tooltipClasses: {
452
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
453
+ default: string;
454
+ };
455
+ visible: {
456
+ type: BooleanConstructor;
457
+ default: boolean;
458
+ };
459
+ }>, {
460
+ tooltipStyle: import('vue').Ref<{
461
+ top: string;
462
+ left: string;
463
+ }, {
464
+ top: string;
465
+ left: string;
466
+ } | {
467
+ top: string;
468
+ left: string;
469
+ }>;
470
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
471
+ isVisible: import('vue').ComputedRef<boolean>;
472
+ hideTooltip: () => void;
473
+ showTooltip: () => void;
474
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
475
+ id: {
476
+ type: StringConstructor;
477
+ default: string;
478
+ };
479
+ color: {
480
+ type: StringConstructor;
481
+ default: string;
482
+ };
483
+ controlled: {
484
+ type: BooleanConstructor;
485
+ default: boolean;
486
+ };
487
+ disabled: {
488
+ type: BooleanConstructor;
489
+ default: boolean;
490
+ };
491
+ noWrap: {
492
+ type: BooleanConstructor;
493
+ default: boolean;
494
+ };
495
+ position: {
496
+ type: StringConstructor;
497
+ default: string;
498
+ };
499
+ relative: {
500
+ type: BooleanConstructor;
501
+ default: boolean;
502
+ };
503
+ teleport: {
504
+ type: BooleanConstructor;
505
+ default: boolean;
506
+ };
507
+ teleportTo: {
508
+ type: StringConstructor;
509
+ default: string;
510
+ };
511
+ tooltipClasses: {
512
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
513
+ default: string;
514
+ };
515
+ visible: {
516
+ type: BooleanConstructor;
517
+ default: boolean;
518
+ };
519
+ }>> & Readonly<{}>, {
520
+ color: string;
521
+ position: string;
522
+ visible: boolean;
523
+ relative: boolean;
524
+ disabled: boolean;
525
+ id: string;
526
+ controlled: boolean;
527
+ noWrap: boolean;
528
+ teleport: boolean;
529
+ teleportTo: string;
530
+ tooltipClasses: string | Record<string, any> | unknown[];
531
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
532
+ };
533
+ setup(this: void): {
534
+ args: Args;
535
+ };
536
+ template: string;
537
+ };
538
+ args: {
539
+ id: string;
540
+ position: string;
541
+ color: string;
542
+ noWrap: true;
543
+ };
544
+ };
545
+ export declare const Info3NoWrap: {
546
+ name: string;
547
+ render: (args: Args) => {
548
+ components: {
549
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
550
+ id: {
551
+ type: StringConstructor;
552
+ default: string;
553
+ };
554
+ color: {
555
+ type: StringConstructor;
556
+ default: string;
557
+ };
558
+ controlled: {
559
+ type: BooleanConstructor;
560
+ default: boolean;
561
+ };
562
+ disabled: {
563
+ type: BooleanConstructor;
564
+ default: boolean;
565
+ };
566
+ noWrap: {
567
+ type: BooleanConstructor;
568
+ default: boolean;
569
+ };
570
+ position: {
571
+ type: StringConstructor;
572
+ default: string;
573
+ };
574
+ relative: {
575
+ type: BooleanConstructor;
576
+ default: boolean;
577
+ };
578
+ teleport: {
579
+ type: BooleanConstructor;
580
+ default: boolean;
581
+ };
582
+ teleportTo: {
583
+ type: StringConstructor;
584
+ default: string;
585
+ };
586
+ tooltipClasses: {
587
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
588
+ default: string;
589
+ };
590
+ visible: {
591
+ type: BooleanConstructor;
592
+ default: boolean;
593
+ };
594
+ }>, {
595
+ tooltipStyle: import('vue').Ref<{
596
+ top: string;
597
+ left: string;
598
+ }, {
599
+ top: string;
600
+ left: string;
601
+ } | {
602
+ top: string;
603
+ left: string;
604
+ }>;
605
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
606
+ isVisible: import('vue').ComputedRef<boolean>;
607
+ hideTooltip: () => void;
608
+ showTooltip: () => void;
609
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
610
+ id: {
611
+ type: StringConstructor;
612
+ default: string;
613
+ };
614
+ color: {
615
+ type: StringConstructor;
616
+ default: string;
617
+ };
618
+ controlled: {
619
+ type: BooleanConstructor;
620
+ default: boolean;
621
+ };
622
+ disabled: {
623
+ type: BooleanConstructor;
624
+ default: boolean;
625
+ };
626
+ noWrap: {
627
+ type: BooleanConstructor;
628
+ default: boolean;
629
+ };
630
+ position: {
631
+ type: StringConstructor;
632
+ default: string;
633
+ };
634
+ relative: {
635
+ type: BooleanConstructor;
636
+ default: boolean;
637
+ };
638
+ teleport: {
639
+ type: BooleanConstructor;
640
+ default: boolean;
641
+ };
642
+ teleportTo: {
643
+ type: StringConstructor;
644
+ default: string;
645
+ };
646
+ tooltipClasses: {
647
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
648
+ default: string;
649
+ };
650
+ visible: {
651
+ type: BooleanConstructor;
652
+ default: boolean;
653
+ };
654
+ }>> & Readonly<{}>, {
655
+ color: string;
656
+ position: string;
657
+ visible: boolean;
658
+ relative: boolean;
659
+ disabled: boolean;
660
+ id: string;
661
+ controlled: boolean;
662
+ noWrap: boolean;
663
+ teleport: boolean;
664
+ teleportTo: string;
665
+ tooltipClasses: string | Record<string, any> | unknown[];
666
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
667
+ };
668
+ setup(this: void): {
669
+ args: Args;
670
+ };
671
+ template: string;
672
+ };
673
+ args: {
674
+ id: string;
675
+ noWrap: true;
676
+ color: string;
677
+ position: string;
678
+ };
679
+ };
680
+ export declare const AlwaysShow: {
681
+ name: string;
682
+ render: (args: Args) => {
683
+ components: {
684
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
685
+ id: {
686
+ type: StringConstructor;
687
+ default: string;
688
+ };
689
+ color: {
690
+ type: StringConstructor;
691
+ default: string;
692
+ };
693
+ controlled: {
694
+ type: BooleanConstructor;
695
+ default: boolean;
696
+ };
697
+ disabled: {
698
+ type: BooleanConstructor;
699
+ default: boolean;
700
+ };
701
+ noWrap: {
702
+ type: BooleanConstructor;
703
+ default: boolean;
704
+ };
705
+ position: {
706
+ type: StringConstructor;
707
+ default: string;
708
+ };
709
+ relative: {
710
+ type: BooleanConstructor;
711
+ default: boolean;
712
+ };
713
+ teleport: {
714
+ type: BooleanConstructor;
715
+ default: boolean;
716
+ };
717
+ teleportTo: {
718
+ type: StringConstructor;
719
+ default: string;
720
+ };
721
+ tooltipClasses: {
722
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
723
+ default: string;
724
+ };
725
+ visible: {
726
+ type: BooleanConstructor;
727
+ default: boolean;
728
+ };
729
+ }>, {
730
+ tooltipStyle: import('vue').Ref<{
731
+ top: string;
732
+ left: string;
733
+ }, {
734
+ top: string;
735
+ left: string;
736
+ } | {
737
+ top: string;
738
+ left: string;
739
+ }>;
740
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
741
+ isVisible: import('vue').ComputedRef<boolean>;
742
+ hideTooltip: () => void;
743
+ showTooltip: () => void;
744
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
745
+ id: {
746
+ type: StringConstructor;
747
+ default: string;
748
+ };
749
+ color: {
750
+ type: StringConstructor;
751
+ default: string;
752
+ };
753
+ controlled: {
754
+ type: BooleanConstructor;
755
+ default: boolean;
756
+ };
757
+ disabled: {
758
+ type: BooleanConstructor;
759
+ default: boolean;
760
+ };
761
+ noWrap: {
762
+ type: BooleanConstructor;
763
+ default: boolean;
764
+ };
765
+ position: {
766
+ type: StringConstructor;
767
+ default: string;
768
+ };
769
+ relative: {
770
+ type: BooleanConstructor;
771
+ default: boolean;
772
+ };
773
+ teleport: {
774
+ type: BooleanConstructor;
775
+ default: boolean;
776
+ };
777
+ teleportTo: {
778
+ type: StringConstructor;
779
+ default: string;
780
+ };
781
+ tooltipClasses: {
782
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
783
+ default: string;
784
+ };
785
+ visible: {
786
+ type: BooleanConstructor;
787
+ default: boolean;
788
+ };
789
+ }>> & Readonly<{}>, {
790
+ color: string;
791
+ position: string;
792
+ visible: boolean;
793
+ relative: boolean;
794
+ disabled: boolean;
795
+ id: string;
796
+ controlled: boolean;
797
+ noWrap: boolean;
798
+ teleport: boolean;
799
+ teleportTo: string;
800
+ tooltipClasses: string | Record<string, any> | unknown[];
801
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
802
+ };
803
+ setup(this: void): {
804
+ args: Args;
805
+ };
806
+ template: string;
807
+ };
808
+ args: {
809
+ id: string;
810
+ controlled: true;
811
+ visible: true;
812
+ color: string;
813
+ position: string;
814
+ noWrap: true;
815
+ };
816
+ };
817
+ export declare const TeleportTooltip: {
818
+ name: string;
819
+ render: (args: Args) => {
820
+ components: {
821
+ QTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
822
+ id: {
823
+ type: StringConstructor;
824
+ default: string;
825
+ };
826
+ color: {
827
+ type: StringConstructor;
828
+ default: string;
829
+ };
830
+ controlled: {
831
+ type: BooleanConstructor;
832
+ default: boolean;
833
+ };
834
+ disabled: {
835
+ type: BooleanConstructor;
836
+ default: boolean;
837
+ };
838
+ noWrap: {
839
+ type: BooleanConstructor;
840
+ default: boolean;
841
+ };
842
+ position: {
843
+ type: StringConstructor;
844
+ default: string;
845
+ };
846
+ relative: {
847
+ type: BooleanConstructor;
848
+ default: boolean;
849
+ };
850
+ teleport: {
851
+ type: BooleanConstructor;
852
+ default: boolean;
853
+ };
854
+ teleportTo: {
855
+ type: StringConstructor;
856
+ default: string;
857
+ };
858
+ tooltipClasses: {
859
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
860
+ default: string;
861
+ };
862
+ visible: {
863
+ type: BooleanConstructor;
864
+ default: boolean;
865
+ };
866
+ }>, {
867
+ tooltipStyle: import('vue').Ref<{
868
+ top: string;
869
+ left: string;
870
+ }, {
871
+ top: string;
872
+ left: string;
873
+ } | {
874
+ top: string;
875
+ left: string;
876
+ }>;
877
+ tooltipTarget: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
878
+ isVisible: import('vue').ComputedRef<boolean>;
879
+ hideTooltip: () => void;
880
+ showTooltip: () => void;
881
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
882
+ id: {
883
+ type: StringConstructor;
884
+ default: string;
885
+ };
886
+ color: {
887
+ type: StringConstructor;
888
+ default: string;
889
+ };
890
+ controlled: {
891
+ type: BooleanConstructor;
892
+ default: boolean;
893
+ };
894
+ disabled: {
895
+ type: BooleanConstructor;
896
+ default: boolean;
897
+ };
898
+ noWrap: {
899
+ type: BooleanConstructor;
900
+ default: boolean;
901
+ };
902
+ position: {
903
+ type: StringConstructor;
904
+ default: string;
905
+ };
906
+ relative: {
907
+ type: BooleanConstructor;
908
+ default: boolean;
909
+ };
910
+ teleport: {
911
+ type: BooleanConstructor;
912
+ default: boolean;
913
+ };
914
+ teleportTo: {
915
+ type: StringConstructor;
916
+ default: string;
917
+ };
918
+ tooltipClasses: {
919
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
920
+ default: string;
921
+ };
922
+ visible: {
923
+ type: BooleanConstructor;
924
+ default: boolean;
925
+ };
926
+ }>> & Readonly<{}>, {
927
+ color: string;
928
+ position: string;
929
+ visible: boolean;
930
+ relative: boolean;
931
+ disabled: boolean;
932
+ id: string;
933
+ controlled: boolean;
934
+ noWrap: boolean;
935
+ teleport: boolean;
936
+ teleportTo: string;
937
+ tooltipClasses: string | Record<string, any> | unknown[];
938
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
939
+ };
940
+ setup(this: void): {
941
+ args: Args;
942
+ };
943
+ template: string;
944
+ };
945
+ args: {
946
+ id: string;
947
+ teleport: true;
948
+ teleportTo: string;
949
+ color: string;
950
+ position: string;
951
+ noWrap: true;
952
+ };
953
+ };