@quidgest/ui 0.12.1 → 0.13.0

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 (94) hide show
  1. package/dist/manifest/components.json +2 -0
  2. package/dist/ui.css +161 -0
  3. package/dist/ui.esm.js +1066 -873
  4. package/dist/ui.js +6 -6
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +134 -127
  7. package/dist/ui.scss +117 -1
  8. package/esm/components/QBadge/QBadge.d.ts +72 -0
  9. package/esm/components/QBadge/QBadge.d.ts.map +1 -0
  10. package/esm/components/QBadge/QBadge.vue.js +87 -0
  11. package/esm/components/QBadge/QBadge.vue2.js +4 -0
  12. package/esm/components/QBadge/index.d.ts +119 -0
  13. package/esm/components/QBadge/index.d.ts.map +1 -0
  14. package/esm/components/QBadge/index.js +6 -0
  15. package/esm/components/QButton/QButton.vue.js +14 -15
  16. package/esm/components/QButton/index.d.ts +198 -1
  17. package/esm/components/QButton/index.d.ts.map +1 -1
  18. package/esm/components/QButton/index.js +6 -0
  19. package/esm/components/QButtonGroup/index.d.ts +79 -2
  20. package/esm/components/QButtonGroup/index.d.ts.map +1 -1
  21. package/esm/components/QButtonGroup/index.js +6 -0
  22. package/esm/components/QButtonToggle/QButtonToggle.vue.js +17 -17
  23. package/esm/components/QButtonToggle/index.d.ts +115 -2
  24. package/esm/components/QButtonToggle/index.d.ts.map +1 -1
  25. package/esm/components/QButtonToggle/index.js +6 -0
  26. package/esm/components/QCombobox/QCombobox.d.ts +10 -10
  27. package/esm/components/QCombobox/QCombobox.vue.js +106 -111
  28. package/esm/components/QCombobox/index.d.ts +1083 -2
  29. package/esm/components/QCombobox/index.d.ts.map +1 -1
  30. package/esm/components/QCombobox/index.js +6 -0
  31. package/esm/components/QDialog/QDialog.d.ts +180 -0
  32. package/esm/components/QDialog/QDialog.d.ts.map +1 -0
  33. package/esm/components/QDialog/QDialog.vue.js +146 -0
  34. package/esm/components/QDialog/QDialog.vue2.js +4 -0
  35. package/esm/components/QDialog/index.d.ts +237 -0
  36. package/esm/components/QDialog/index.d.ts.map +1 -0
  37. package/esm/components/QDialog/index.js +6 -0
  38. package/esm/components/QField/index.d.ts +168 -1
  39. package/esm/components/QField/index.d.ts.map +1 -1
  40. package/esm/components/QField/index.js +2 -2
  41. package/esm/components/QIcon/QIcon.vue.js +9 -12
  42. package/esm/components/QIcon/index.d.ts +156 -4
  43. package/esm/components/QIcon/index.d.ts.map +1 -1
  44. package/esm/components/QIcon/index.js +8 -11
  45. package/esm/components/QInputGroup/QInputGroup.vue.js +25 -27
  46. package/esm/components/QInputGroup/index.d.ts +153 -2
  47. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  48. package/esm/components/QInputGroup/index.js +6 -0
  49. package/esm/components/QLineLoader/index.d.ts +13 -2
  50. package/esm/components/QLineLoader/index.d.ts.map +1 -1
  51. package/esm/components/QLineLoader/index.js +6 -0
  52. package/esm/components/QList/QList.vue.js +43 -45
  53. package/esm/components/QList/QListItem.vue.js +9 -10
  54. package/esm/components/QList/index.d.ts +418 -3
  55. package/esm/components/QList/index.d.ts.map +1 -1
  56. package/esm/components/QList/index.js +8 -10
  57. package/esm/components/QOverlay/index.d.ts +320 -2
  58. package/esm/components/QOverlay/index.d.ts.map +1 -1
  59. package/esm/components/QOverlay/index.js +4 -4
  60. package/esm/components/QPopover/QPopover.vue.js +11 -12
  61. package/esm/components/QPopover/index.d.ts +180 -2
  62. package/esm/components/QPopover/index.d.ts.map +1 -1
  63. package/esm/components/QPopover/index.js +6 -0
  64. package/esm/components/QSelect/QSelect.vue.js +68 -73
  65. package/esm/components/QSelect/index.d.ts +377 -2
  66. package/esm/components/QSelect/index.d.ts.map +1 -1
  67. package/esm/components/QSelect/index.js +6 -0
  68. package/esm/components/QSkeletonLoader/index.d.ts +31 -2
  69. package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
  70. package/esm/components/QSkeletonLoader/index.js +6 -0
  71. package/esm/components/QSpinnerLoader/index.d.ts +22 -2
  72. package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
  73. package/esm/components/QSpinnerLoader/index.js +4 -4
  74. package/esm/components/QTextField/QTextField.d.ts +5 -5
  75. package/esm/components/QTextField/QTextField.vue.js +7 -8
  76. package/esm/components/QTextField/index.d.ts +229 -2
  77. package/esm/components/QTextField/index.d.ts.map +1 -1
  78. package/esm/components/QTextField/index.js +2 -2
  79. package/esm/components/QThemeProvider/index.d.ts +37 -2
  80. package/esm/components/QThemeProvider/index.d.ts.map +1 -1
  81. package/esm/components/QThemeProvider/index.js +6 -0
  82. package/esm/components/QTooltip/QTooltip.vue.js +8 -9
  83. package/esm/components/QTooltip/index.d.ts +259 -2
  84. package/esm/components/QTooltip/index.d.ts.map +1 -1
  85. package/esm/components/QTooltip/index.js +6 -0
  86. package/esm/components/index.d.ts +2 -0
  87. package/esm/components/index.d.ts.map +1 -1
  88. package/esm/components/index.js +43 -44
  89. package/esm/composables/defaults.js +5 -5
  90. package/esm/index.d.ts +2 -0
  91. package/esm/utils/color.d.ts +7 -1
  92. package/esm/utils/color.d.ts.map +1 -1
  93. package/esm/utils/color.js +54 -9
  94. package/package.json +1 -1
@@ -1,7 +1,422 @@
1
- import { default as QList, QListProps } from './QList';
2
- import { default as QListItem, QListItemProps } from './QListItem';
3
- import { default as QListItemGroup, QListItemGroupProps } from './QListItemGroup';
1
+ import { QListProps } from './QList';
2
+ import { QListItemProps } from './QListItem';
3
+ import { QListItemGroupProps } from './QListItemGroup';
4
4
 
5
+ declare const QList: {
6
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
7
+ modelValue: import('vue').PropType<any>;
8
+ class: {
9
+ type: import('vue').PropType<string | unknown[]>;
10
+ default: undefined;
11
+ };
12
+ disabled: {
13
+ type: import('vue').PropType<boolean>;
14
+ };
15
+ highlighted: {
16
+ type: import('vue').PropType<import('../../types/primitive').Primitive>;
17
+ default: undefined;
18
+ };
19
+ items: {
20
+ type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
21
+ [key: string]: any;
22
+ })[]>;
23
+ required: true;
24
+ };
25
+ groups: {
26
+ type: import('vue').PropType<(QListItemGroupProps & {
27
+ disabled?: boolean | undefined;
28
+ })[]>;
29
+ default: () => never[];
30
+ };
31
+ itemValue: {
32
+ type: import('vue').PropType<string>;
33
+ default: string;
34
+ };
35
+ itemLabel: {
36
+ type: import('vue').PropType<string>;
37
+ default: string;
38
+ };
39
+ }>>, {
40
+ focusItem: (itemIdx: number, preventScroll?: boolean) => void;
41
+ getItem: (idx: number) => HTMLElement | undefined;
42
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
43
+ getFirstFocusableItemIndex: () => number;
44
+ getLastFocusableItemIndex: () => number;
45
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
46
+ modelValue: import('vue').PropType<any>;
47
+ class: {
48
+ type: import('vue').PropType<string | unknown[]>;
49
+ default: undefined;
50
+ };
51
+ disabled: {
52
+ type: import('vue').PropType<boolean>;
53
+ };
54
+ highlighted: {
55
+ type: import('vue').PropType<import('../../types/primitive').Primitive>;
56
+ default: undefined;
57
+ };
58
+ items: {
59
+ type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
60
+ [key: string]: any;
61
+ })[]>;
62
+ required: true;
63
+ };
64
+ groups: {
65
+ type: import('vue').PropType<(QListItemGroupProps & {
66
+ disabled?: boolean | undefined;
67
+ })[]>;
68
+ default: () => never[];
69
+ };
70
+ itemValue: {
71
+ type: import('vue').PropType<string>;
72
+ default: string;
73
+ };
74
+ itemLabel: {
75
+ type: import('vue').PropType<string>;
76
+ default: string;
77
+ };
78
+ }>>, {
79
+ class: string | unknown[];
80
+ highlighted: import('../../types/primitive').Primitive;
81
+ groups: (QListItemGroupProps & {
82
+ disabled?: boolean | undefined;
83
+ })[];
84
+ itemValue: string;
85
+ itemLabel: string;
86
+ }, true, {}, {}, {
87
+ P: {};
88
+ B: {};
89
+ D: {};
90
+ C: {};
91
+ M: {};
92
+ Defaults: {};
93
+ }, Readonly<import('vue').ExtractPropTypes<{
94
+ modelValue: import('vue').PropType<any>;
95
+ class: {
96
+ type: import('vue').PropType<string | unknown[]>;
97
+ default: undefined;
98
+ };
99
+ disabled: {
100
+ type: import('vue').PropType<boolean>;
101
+ };
102
+ highlighted: {
103
+ type: import('vue').PropType<import('../../types/primitive').Primitive>;
104
+ default: undefined;
105
+ };
106
+ items: {
107
+ type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
108
+ [key: string]: any;
109
+ })[]>;
110
+ required: true;
111
+ };
112
+ groups: {
113
+ type: import('vue').PropType<(QListItemGroupProps & {
114
+ disabled?: boolean | undefined;
115
+ })[]>;
116
+ default: () => never[];
117
+ };
118
+ itemValue: {
119
+ type: import('vue').PropType<string>;
120
+ default: string;
121
+ };
122
+ itemLabel: {
123
+ type: import('vue').PropType<string>;
124
+ default: string;
125
+ };
126
+ }>>, {
127
+ focusItem: (itemIdx: number, preventScroll?: boolean) => void;
128
+ getItem: (idx: number) => HTMLElement | undefined;
129
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
130
+ getFirstFocusableItemIndex: () => number;
131
+ getLastFocusableItemIndex: () => number;
132
+ }, {}, {}, {}, {
133
+ class: string | unknown[];
134
+ highlighted: import('../../types/primitive').Primitive;
135
+ groups: (QListItemGroupProps & {
136
+ disabled?: boolean | undefined;
137
+ })[];
138
+ itemValue: string;
139
+ itemLabel: string;
140
+ }>;
141
+ __isFragment?: undefined;
142
+ __isTeleport?: undefined;
143
+ __isSuspense?: undefined;
144
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
145
+ modelValue: import('vue').PropType<any>;
146
+ class: {
147
+ type: import('vue').PropType<string | unknown[]>;
148
+ default: undefined;
149
+ };
150
+ disabled: {
151
+ type: import('vue').PropType<boolean>;
152
+ };
153
+ highlighted: {
154
+ type: import('vue').PropType<import('../../types/primitive').Primitive>;
155
+ default: undefined;
156
+ };
157
+ items: {
158
+ type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
159
+ [key: string]: any;
160
+ })[]>;
161
+ required: true;
162
+ };
163
+ groups: {
164
+ type: import('vue').PropType<(QListItemGroupProps & {
165
+ disabled?: boolean | undefined;
166
+ })[]>;
167
+ default: () => never[];
168
+ };
169
+ itemValue: {
170
+ type: import('vue').PropType<string>;
171
+ default: string;
172
+ };
173
+ itemLabel: {
174
+ type: import('vue').PropType<string>;
175
+ default: string;
176
+ };
177
+ }>>, {
178
+ focusItem: (itemIdx: number, preventScroll?: boolean) => void;
179
+ getItem: (idx: number) => HTMLElement | undefined;
180
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
181
+ getFirstFocusableItemIndex: () => number;
182
+ getLastFocusableItemIndex: () => number;
183
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
184
+ class: string | unknown[];
185
+ highlighted: import('../../types/primitive').Primitive;
186
+ groups: (QListItemGroupProps & {
187
+ disabled?: boolean | undefined;
188
+ })[];
189
+ itemValue: string;
190
+ itemLabel: string;
191
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
192
+ $slots: {
193
+ item?(_: {
194
+ item: Omit<QListItemProps, "label" | "value"> & {
195
+ [key: string]: any;
196
+ };
197
+ }): any;
198
+ };
199
+ });
200
+ declare const QListItem: {
201
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
202
+ label: {
203
+ type: import('vue').PropType<string>;
204
+ required: true;
205
+ };
206
+ disabled: {
207
+ type: import('vue').PropType<boolean>;
208
+ };
209
+ icon: {
210
+ type: import('vue').PropType<import('..').Icon>;
211
+ default: undefined;
212
+ };
213
+ value: {
214
+ type: import('vue').PropType<import('../../types/primitive').Primitive>;
215
+ required: true;
216
+ };
217
+ icons: {
218
+ type: import('vue').PropType<Record<string, import('..').Icon>>;
219
+ default: () => Record<string, import('..').Icon>;
220
+ };
221
+ selected: {
222
+ type: import('vue').PropType<boolean>;
223
+ };
224
+ highlighted: {
225
+ type: import('vue').PropType<boolean>;
226
+ };
227
+ description: {
228
+ type: import('vue').PropType<string>;
229
+ default: undefined;
230
+ };
231
+ }>> & {
232
+ onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
233
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
234
+ select: (value: import('../../types/primitive').Primitive) => void;
235
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
236
+ label: {
237
+ type: import('vue').PropType<string>;
238
+ required: true;
239
+ };
240
+ disabled: {
241
+ type: import('vue').PropType<boolean>;
242
+ };
243
+ icon: {
244
+ type: import('vue').PropType<import('..').Icon>;
245
+ default: undefined;
246
+ };
247
+ value: {
248
+ type: import('vue').PropType<import('../../types/primitive').Primitive>;
249
+ required: true;
250
+ };
251
+ icons: {
252
+ type: import('vue').PropType<Record<string, import('..').Icon>>;
253
+ default: () => Record<string, import('..').Icon>;
254
+ };
255
+ selected: {
256
+ type: import('vue').PropType<boolean>;
257
+ };
258
+ highlighted: {
259
+ type: import('vue').PropType<boolean>;
260
+ };
261
+ description: {
262
+ type: import('vue').PropType<string>;
263
+ default: undefined;
264
+ };
265
+ }>> & {
266
+ onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
267
+ }, {
268
+ icon: import('..').Icon;
269
+ icons: Record<string, import('..').Icon>;
270
+ description: string;
271
+ }, true, {}, {}, {
272
+ P: {};
273
+ B: {};
274
+ D: {};
275
+ C: {};
276
+ M: {};
277
+ Defaults: {};
278
+ }, Readonly<import('vue').ExtractPropTypes<{
279
+ label: {
280
+ type: import('vue').PropType<string>;
281
+ required: true;
282
+ };
283
+ disabled: {
284
+ type: import('vue').PropType<boolean>;
285
+ };
286
+ icon: {
287
+ type: import('vue').PropType<import('..').Icon>;
288
+ default: undefined;
289
+ };
290
+ value: {
291
+ type: import('vue').PropType<import('../../types/primitive').Primitive>;
292
+ required: true;
293
+ };
294
+ icons: {
295
+ type: import('vue').PropType<Record<string, import('..').Icon>>;
296
+ default: () => Record<string, import('..').Icon>;
297
+ };
298
+ selected: {
299
+ type: import('vue').PropType<boolean>;
300
+ };
301
+ highlighted: {
302
+ type: import('vue').PropType<boolean>;
303
+ };
304
+ description: {
305
+ type: import('vue').PropType<string>;
306
+ default: undefined;
307
+ };
308
+ }>> & {
309
+ onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
310
+ }, {}, {}, {}, {}, {
311
+ icon: import('..').Icon;
312
+ icons: Record<string, import('..').Icon>;
313
+ description: string;
314
+ }>;
315
+ __isFragment?: undefined;
316
+ __isTeleport?: undefined;
317
+ __isSuspense?: undefined;
318
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
319
+ label: {
320
+ type: import('vue').PropType<string>;
321
+ required: true;
322
+ };
323
+ disabled: {
324
+ type: import('vue').PropType<boolean>;
325
+ };
326
+ icon: {
327
+ type: import('vue').PropType<import('..').Icon>;
328
+ default: undefined;
329
+ };
330
+ value: {
331
+ type: import('vue').PropType<import('../../types/primitive').Primitive>;
332
+ required: true;
333
+ };
334
+ icons: {
335
+ type: import('vue').PropType<Record<string, import('..').Icon>>;
336
+ default: () => Record<string, import('..').Icon>;
337
+ };
338
+ selected: {
339
+ type: import('vue').PropType<boolean>;
340
+ };
341
+ highlighted: {
342
+ type: import('vue').PropType<boolean>;
343
+ };
344
+ description: {
345
+ type: import('vue').PropType<string>;
346
+ default: undefined;
347
+ };
348
+ }>> & {
349
+ onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
350
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
351
+ select: (value: import('../../types/primitive').Primitive) => void;
352
+ }, string, {
353
+ icon: import('..').Icon;
354
+ icons: Record<string, import('..').Icon>;
355
+ description: string;
356
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
357
+ $slots: {
358
+ default?(_: {}): any;
359
+ };
360
+ });
361
+ declare const QListItemGroup: {
362
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
363
+ title: {
364
+ type: import('vue').PropType<string>;
365
+ default: string;
366
+ };
367
+ id: {
368
+ type: import('vue').PropType<string>;
369
+ required: true;
370
+ };
371
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
372
+ title: {
373
+ type: import('vue').PropType<string>;
374
+ default: string;
375
+ };
376
+ id: {
377
+ type: import('vue').PropType<string>;
378
+ required: true;
379
+ };
380
+ }>>, {
381
+ title: string;
382
+ }, true, {}, {}, {
383
+ P: {};
384
+ B: {};
385
+ D: {};
386
+ C: {};
387
+ M: {};
388
+ Defaults: {};
389
+ }, Readonly<import('vue').ExtractPropTypes<{
390
+ title: {
391
+ type: import('vue').PropType<string>;
392
+ default: string;
393
+ };
394
+ id: {
395
+ type: import('vue').PropType<string>;
396
+ required: true;
397
+ };
398
+ }>>, {}, {}, {}, {}, {
399
+ title: string;
400
+ }>;
401
+ __isFragment?: undefined;
402
+ __isTeleport?: undefined;
403
+ __isSuspense?: undefined;
404
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
405
+ title: {
406
+ type: import('vue').PropType<string>;
407
+ default: string;
408
+ };
409
+ id: {
410
+ type: import('vue').PropType<string>;
411
+ required: true;
412
+ };
413
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
414
+ title: string;
415
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
416
+ $slots: {
417
+ default?(_: {}): any;
418
+ };
419
+ });
5
420
  export { QList, QListItem, QListItemGroup };
6
421
  export type { QListProps, QListItemProps, QListItemGroupProps };
7
422
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QList/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,aAAa,CAAA;AAC/B,OAAO,SAAS,MAAM,iBAAiB,CAAA;AACvC,OAAO,cAAc,MAAM,sBAAsB,CAAA;AAGjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAA;AAU/D,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAG3C,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QList/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAA;AAK/D,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2C,CAAA;AACtD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmD,CAAA;AAClE,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6D,CAAA;AAGjF,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAG3C,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAA"}
@@ -1,12 +1,10 @@
1
- import o from "./QList.vue.js";
2
- import r from "./QListItem.vue.js";
3
- import s from "./QListItemGroup.vue.js";
4
- import { setupPropsProxy as m } from "../../utils/setupPropsProxy.js";
5
- m(o);
6
- m(r);
7
- m(s);
1
+ import t from "./QList.vue.js";
2
+ import m from "./QListItem.vue.js";
3
+ import r from "./QListItemGroup.vue.js";
4
+ import { setupPropsProxy as o } from "../../utils/setupPropsProxy.js";
5
+ const c = o(t), n = o(m), _ = o(r);
8
6
  export {
9
- o as QList,
10
- r as QListItem,
11
- s as QListItemGroup
7
+ c as QList,
8
+ n as QListItem,
9
+ _ as QListItemGroup
12
10
  };