@auronui/vue 1.0.20 → 1.0.21
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.
- package/dist/cjs/index.cjs +284 -109
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/alert-dialog/AlertDialogAction.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialogAction.vue_vue_type_script_setup_true_lang.js +25 -5
- package/dist/components/alert-dialog/AlertDialogAction.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialogCancel.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialogCancel.vue_vue_type_script_setup_true_lang.js +25 -5
- package/dist/components/alert-dialog/AlertDialogCancel.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/button/Button.vue_vue_type_script_setup_true_lang.js +2 -0
- package/dist/components/button/Button.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/chip/Chip.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/chip/Chip.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/drawer/Drawer.js.map +1 -1
- package/dist/components/drawer/Drawer.vue_vue_type_script_lang.js +42 -4
- package/dist/components/drawer/Drawer.vue_vue_type_script_lang.js.map +1 -1
- package/dist/components/drawer/DrawerClose.js.map +1 -1
- package/dist/components/drawer/DrawerClose.vue_vue_type_script_setup_true_lang.js +15 -3
- package/dist/components/drawer/DrawerClose.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/drawer/DrawerContent.js.map +1 -1
- package/dist/components/drawer/DrawerContent.vue_vue_type_script_setup_true_lang.js +62 -10
- package/dist/components/drawer/DrawerContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/drawer/DrawerMain.js +7 -0
- package/dist/components/drawer/DrawerMain.js.map +1 -0
- package/dist/components/drawer/DrawerMain.vue_vue_type_script_setup_true_lang.js +32 -0
- package/dist/components/drawer/DrawerMain.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/drawer/DrawerTrigger.js.map +1 -1
- package/dist/components/drawer/DrawerTrigger.vue_vue_type_script_setup_true_lang.js +16 -3
- package/dist/components/drawer/DrawerTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/drawer/drawer.context.js.map +1 -1
- package/dist/index.d.ts +652 -569
- package/dist/index.js +2 -1
- package/dist/packages/styles/src/components/drawer/drawer.styles.js +13 -5
- package/dist/packages/styles/src/components/drawer/drawer.styles.js.map +1 -1
- package/dist/utils/warnDeprecated.js +6 -0
- package/dist/utils/warnDeprecated.js.map +1 -0
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -119,13 +119,17 @@ orientation: "horizontal" | "vertical";
|
|
|
119
119
|
|
|
120
120
|
declare const __VLS_component_10: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
121
121
|
|
|
122
|
-
declare const __VLS_component_100: DefineComponent<
|
|
122
|
+
declare const __VLS_component_100: DefineComponent<__VLS_Props_110, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_110> & Readonly<{}>, {
|
|
123
|
+
class: string;
|
|
124
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
125
|
+
|
|
126
|
+
declare const __VLS_component_101: DefineComponent<__VLS_Props_112, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_112> & Readonly<{}>, {
|
|
123
127
|
class: string;
|
|
124
128
|
sideOffset: number;
|
|
125
129
|
position: "item-aligned" | "popper";
|
|
126
130
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
127
131
|
|
|
128
|
-
declare const
|
|
132
|
+
declare const __VLS_component_102: DefineComponent<__VLS_Props_113, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_113> & Readonly<{}>, {
|
|
129
133
|
isDisabled: boolean;
|
|
130
134
|
class: string;
|
|
131
135
|
textValue: string;
|
|
@@ -176,9 +180,9 @@ default?: (props: {}) => any;
|
|
|
176
180
|
}) | null;
|
|
177
181
|
}, any>;
|
|
178
182
|
|
|
179
|
-
declare const
|
|
183
|
+
declare const __VLS_component_103: DefineComponent<__VLS_Props_114, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
180
184
|
"update:isOpen": (value: boolean) => any;
|
|
181
|
-
}, string, PublicProps, Readonly<
|
|
185
|
+
}, string, PublicProps, Readonly<__VLS_Props_114> & Readonly<{
|
|
182
186
|
"onUpdate:isOpen"?: ((value: boolean) => any) | undefined;
|
|
183
187
|
}>, {
|
|
184
188
|
size: "sm" | "md" | "lg";
|
|
@@ -192,9 +196,9 @@ closeOnSelect: boolean;
|
|
|
192
196
|
disableAnimation: boolean;
|
|
193
197
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
194
198
|
|
|
195
|
-
declare const
|
|
199
|
+
declare const __VLS_component_104: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
196
200
|
|
|
197
|
-
declare const
|
|
201
|
+
declare const __VLS_component_105: DefineComponent<__VLS_Props_115, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_115> & Readonly<{}>, {
|
|
198
202
|
class: string;
|
|
199
203
|
ariaLabel: string;
|
|
200
204
|
side: "top" | "right" | "bottom" | "left";
|
|
@@ -203,9 +207,9 @@ align: "start" | "center" | "end";
|
|
|
203
207
|
alignOffset: number;
|
|
204
208
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
205
209
|
|
|
206
|
-
declare const
|
|
210
|
+
declare const __VLS_component_106: DefineComponent<__VLS_Props_116, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
207
211
|
select: (event: Event) => any;
|
|
208
|
-
}, string, PublicProps, Readonly<
|
|
212
|
+
}, string, PublicProps, Readonly<__VLS_Props_116> & Readonly<{
|
|
209
213
|
onSelect?: ((event: Event) => any) | undefined;
|
|
210
214
|
}>, {
|
|
211
215
|
variant: "default" | "danger";
|
|
@@ -216,7 +220,7 @@ textValue: string;
|
|
|
216
220
|
shortcut: string;
|
|
217
221
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
218
222
|
|
|
219
|
-
declare const
|
|
223
|
+
declare const __VLS_component_107: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
220
224
|
"update:isSelected": (value: boolean) => any;
|
|
221
225
|
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
222
226
|
"onUpdate:isSelected"?: ((value: boolean) => any) | undefined;
|
|
@@ -227,25 +231,19 @@ class: string;
|
|
|
227
231
|
textValue: string;
|
|
228
232
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
229
233
|
|
|
230
|
-
declare const
|
|
234
|
+
declare const __VLS_component_108: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
231
235
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
232
236
|
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
233
237
|
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
234
238
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
235
239
|
|
|
236
|
-
declare const
|
|
240
|
+
declare const __VLS_component_109: DefineComponent<__VLS_Props_118, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_118> & Readonly<{}>, {
|
|
237
241
|
variant: "default" | "danger";
|
|
238
242
|
isDisabled: boolean;
|
|
239
243
|
class: string;
|
|
240
244
|
textValue: string;
|
|
241
245
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
242
246
|
|
|
243
|
-
declare const __VLS_component_109: DefineComponent<__VLS_Props_118, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_118> & Readonly<{}>, {
|
|
244
|
-
class: string;
|
|
245
|
-
title: string;
|
|
246
|
-
showDivider: boolean;
|
|
247
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
248
|
-
|
|
249
247
|
declare const __VLS_component_11: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
250
248
|
press: (event: MouseEvent | KeyboardEvent) => any;
|
|
251
249
|
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
@@ -260,9 +258,15 @@ isHoverable: boolean;
|
|
|
260
258
|
isPressable: boolean;
|
|
261
259
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
262
260
|
|
|
263
|
-
declare const __VLS_component_110: DefineComponent<__VLS_Props_119, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
261
|
+
declare const __VLS_component_110: DefineComponent<__VLS_Props_119, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_119> & Readonly<{}>, {
|
|
262
|
+
class: string;
|
|
263
|
+
title: string;
|
|
264
|
+
showDivider: boolean;
|
|
265
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
266
|
+
|
|
267
|
+
declare const __VLS_component_111: DefineComponent<__VLS_Props_120, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
264
268
|
"update:open": (value: boolean) => any;
|
|
265
|
-
}, string, PublicProps, Readonly<
|
|
269
|
+
}, string, PublicProps, Readonly<__VLS_Props_120> & Readonly<{
|
|
266
270
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
267
271
|
}>, {
|
|
268
272
|
defaultOpen: boolean;
|
|
@@ -270,7 +274,7 @@ open: boolean;
|
|
|
270
274
|
openOnHover: boolean;
|
|
271
275
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
272
276
|
|
|
273
|
-
declare const
|
|
277
|
+
declare const __VLS_component_112: DefineComponent<__VLS_Props_121, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_121> & Readonly<{}>, {
|
|
274
278
|
isDisabled: boolean;
|
|
275
279
|
class: string;
|
|
276
280
|
textValue: string;
|
|
@@ -323,16 +327,16 @@ default?: (props: {}) => any;
|
|
|
323
327
|
}) | null;
|
|
324
328
|
}, any>;
|
|
325
329
|
|
|
326
|
-
declare const
|
|
330
|
+
declare const __VLS_component_113: DefineComponent<__VLS_Props_122, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_122> & Readonly<{}>, {
|
|
327
331
|
class: string;
|
|
328
332
|
sideOffset: number;
|
|
329
333
|
alignOffset: number;
|
|
330
334
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
331
335
|
|
|
332
|
-
declare const
|
|
336
|
+
declare const __VLS_component_114: DefineComponent<__VLS_Props_123, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
333
337
|
"update:modelValue": (value: string) => any;
|
|
334
338
|
"update:open": (value: boolean) => any;
|
|
335
|
-
}, string, PublicProps, Readonly<
|
|
339
|
+
}, string, PublicProps, Readonly<__VLS_Props_123> & Readonly<{
|
|
336
340
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
337
341
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
338
342
|
}>, {
|
|
@@ -357,24 +361,24 @@ allowsCustomValue: boolean;
|
|
|
357
361
|
filterFunction: (item: string, searchTerm: string) => boolean;
|
|
358
362
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
359
363
|
|
|
360
|
-
declare const
|
|
364
|
+
declare const __VLS_component_115: DefineComponent<__VLS_Props_124, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_124> & Readonly<{}>, {
|
|
361
365
|
class: string;
|
|
362
366
|
placeholder: string;
|
|
363
367
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
364
368
|
|
|
365
|
-
declare const
|
|
369
|
+
declare const __VLS_component_116: DefineComponent<__VLS_Props_125, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_125> & Readonly<{}>, {
|
|
366
370
|
class: string;
|
|
367
371
|
sideOffset: number;
|
|
368
372
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
369
373
|
|
|
370
|
-
declare const
|
|
374
|
+
declare const __VLS_component_117: DefineComponent<__VLS_Props_126, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_126> & Readonly<{}>, {
|
|
371
375
|
isDisabled: boolean;
|
|
372
376
|
class: string;
|
|
373
377
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
374
378
|
|
|
375
|
-
declare const
|
|
379
|
+
declare const __VLS_component_118: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
376
380
|
|
|
377
|
-
declare const
|
|
381
|
+
declare const __VLS_component_119: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
378
382
|
"update:modelValue": (value: string | string[]) => any;
|
|
379
383
|
"update:open": (value: boolean) => any;
|
|
380
384
|
create: (value: string) => any;
|
|
@@ -405,7 +409,11 @@ filterOnOpen: boolean;
|
|
|
405
409
|
truncateItems: boolean;
|
|
406
410
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
407
411
|
|
|
408
|
-
declare const
|
|
412
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
|
|
413
|
+
divider: boolean;
|
|
414
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
415
|
+
|
|
416
|
+
declare const __VLS_component_120: DefineComponent<__VLS_Props_127, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_127> & Readonly<{}>, {
|
|
409
417
|
class: string;
|
|
410
418
|
placeholder: string;
|
|
411
419
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -456,29 +464,25 @@ default?: (props: {}) => any;
|
|
|
456
464
|
}) | null;
|
|
457
465
|
}, any>;
|
|
458
466
|
|
|
459
|
-
declare const
|
|
460
|
-
divider: boolean;
|
|
461
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
462
|
-
|
|
463
|
-
declare const __VLS_component_120: DefineComponent<__VLS_Props_127, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_127> & Readonly<{}>, {
|
|
467
|
+
declare const __VLS_component_121: DefineComponent<__VLS_Props_128, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_128> & Readonly<{}>, {
|
|
464
468
|
class: string;
|
|
465
469
|
sideOffset: number;
|
|
466
470
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
467
471
|
|
|
468
|
-
declare const
|
|
472
|
+
declare const __VLS_component_122: DefineComponent<__VLS_Props_129, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{}>, {
|
|
469
473
|
isDisabled: boolean;
|
|
470
474
|
class: string;
|
|
471
475
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
472
476
|
|
|
473
|
-
declare const
|
|
477
|
+
declare const __VLS_component_123: DefineComponent<__VLS_Props_130, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_130> & Readonly<{}>, {
|
|
474
478
|
class: string;
|
|
475
479
|
label: string | ((term: string) => string);
|
|
476
480
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
477
481
|
|
|
478
|
-
declare const
|
|
482
|
+
declare const __VLS_component_124: DefineComponent<__VLS_Props_131, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
479
483
|
"update:page": (page: number) => any;
|
|
480
484
|
"update:cursor": (before: string | null, after: string | null) => any;
|
|
481
|
-
}, string, PublicProps, Readonly<
|
|
485
|
+
}, string, PublicProps, Readonly<__VLS_Props_131> & Readonly<{
|
|
482
486
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
483
487
|
"onUpdate:cursor"?: ((before: string | null, after: string | null) => any) | undefined;
|
|
484
488
|
}>, {
|
|
@@ -495,11 +499,9 @@ beforeCursor: string | null;
|
|
|
495
499
|
afterCursor: string | null;
|
|
496
500
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
497
501
|
|
|
498
|
-
declare const
|
|
499
|
-
|
|
500
|
-
declare const __VLS_component_125: DefineComponent<__VLS_Props_132, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_132> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
502
|
+
declare const __VLS_component_125: DefineComponent<__VLS_Props_132, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_132> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
501
503
|
|
|
502
|
-
declare const __VLS_component_126: DefineComponent<__VLS_Props_133, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_133> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
504
|
+
declare const __VLS_component_126: DefineComponent<__VLS_Props_133, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_133> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
503
505
|
|
|
504
506
|
declare const __VLS_component_127: DefineComponent<__VLS_Props_134, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_134> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
505
507
|
|
|
@@ -511,13 +513,15 @@ declare const __VLS_component_13: DefineComponent<__VLS_Props_14, {}, {}, {}, {}
|
|
|
511
513
|
|
|
512
514
|
declare const __VLS_component_130: DefineComponent<__VLS_Props_137, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_137> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
513
515
|
|
|
514
|
-
declare const __VLS_component_131: DefineComponent<__VLS_Props_138, {
|
|
516
|
+
declare const __VLS_component_131: DefineComponent<__VLS_Props_138, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_138> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
517
|
+
|
|
518
|
+
declare const __VLS_component_132: DefineComponent<__VLS_Props_139, {
|
|
515
519
|
table: Table_2<unknown>;
|
|
516
520
|
keyboardNav: TableKeyboardNav;
|
|
517
521
|
handleRowClick: typeof handleRowClick;
|
|
518
522
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
519
523
|
"update:rowSelection": (value: RowSelectionState) => any;
|
|
520
|
-
}, string, PublicProps, Readonly<
|
|
524
|
+
}, string, PublicProps, Readonly<__VLS_Props_139> & Readonly<{
|
|
521
525
|
"onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
|
|
522
526
|
}>, {
|
|
523
527
|
variant: "primary" | "secondary";
|
|
@@ -562,39 +566,39 @@ scrollToIndex: (index: number) => void;
|
|
|
562
566
|
}, {}, {}, {}, {}> | null;
|
|
563
567
|
}, HTMLDivElement>;
|
|
564
568
|
|
|
565
|
-
declare const
|
|
566
|
-
|
|
567
|
-
declare const __VLS_component_133: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
569
|
+
declare const __VLS_component_133: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
568
570
|
|
|
569
|
-
declare const __VLS_component_134: DefineComponent<
|
|
571
|
+
declare const __VLS_component_134: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
570
572
|
|
|
571
573
|
declare const __VLS_component_135: DefineComponent<__VLS_Props_140, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_140> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
572
574
|
|
|
573
|
-
declare const __VLS_component_136: DefineComponent<
|
|
575
|
+
declare const __VLS_component_136: DefineComponent<__VLS_Props_141, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_141> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
574
576
|
|
|
575
|
-
declare const __VLS_component_137: DefineComponent<
|
|
577
|
+
declare const __VLS_component_137: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
578
|
+
|
|
579
|
+
declare const __VLS_component_138: DefineComponent<__VLS_Props_142, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_142> & Readonly<{}>, {
|
|
576
580
|
isDisabled: boolean;
|
|
577
581
|
isBordered: boolean;
|
|
578
582
|
showFallback: boolean;
|
|
579
583
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
580
584
|
|
|
581
|
-
declare const
|
|
585
|
+
declare const __VLS_component_139: DefineComponent<__VLS_Props_143, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{}>, {
|
|
582
586
|
size: "sm" | "md" | "lg";
|
|
583
587
|
isDisabled: boolean;
|
|
584
588
|
isBordered: boolean;
|
|
585
589
|
isGrid: boolean;
|
|
586
590
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
587
591
|
|
|
588
|
-
declare const __VLS_component_139: DefineComponent<__VLS_Props_143, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{}>, {
|
|
589
|
-
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
590
|
-
ratio: number;
|
|
591
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
592
|
-
|
|
593
592
|
declare const __VLS_component_14: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
594
593
|
divider: boolean;
|
|
595
594
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
596
595
|
|
|
597
596
|
declare const __VLS_component_140: DefineComponent<__VLS_Props_144, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_144> & Readonly<{}>, {
|
|
597
|
+
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
598
|
+
ratio: number;
|
|
599
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
600
|
+
|
|
601
|
+
declare const __VLS_component_141: DefineComponent<__VLS_Props_145, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_145> & Readonly<{}>, {
|
|
598
602
|
id: string;
|
|
599
603
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
600
604
|
direction: "horizontal" | "vertical";
|
|
@@ -604,10 +608,10 @@ group: ClassValue;
|
|
|
604
608
|
autoSaveId: string;
|
|
605
609
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
606
610
|
|
|
607
|
-
declare const
|
|
611
|
+
declare const __VLS_component_142: DefineComponent<__VLS_Props_146, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
608
612
|
collapse: () => any;
|
|
609
613
|
expand: () => any;
|
|
610
|
-
}, string, PublicProps, Readonly<
|
|
614
|
+
}, string, PublicProps, Readonly<__VLS_Props_146> & Readonly<{
|
|
611
615
|
onCollapse?: (() => any) | undefined;
|
|
612
616
|
onExpand?: (() => any) | undefined;
|
|
613
617
|
}>, {
|
|
@@ -624,9 +628,9 @@ maxSize: number;
|
|
|
624
628
|
collapsedSize: number;
|
|
625
629
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
626
630
|
|
|
627
|
-
declare const
|
|
631
|
+
declare const __VLS_component_143: DefineComponent<__VLS_Props_147, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
628
632
|
dragging: (isDragging: boolean) => any;
|
|
629
|
-
}, string, PublicProps, Readonly<
|
|
633
|
+
}, string, PublicProps, Readonly<__VLS_Props_147> & Readonly<{
|
|
630
634
|
onDragging?: ((isDragging: boolean) => any) | undefined;
|
|
631
635
|
}>, {
|
|
632
636
|
id: string;
|
|
@@ -638,9 +642,9 @@ handleBar: ClassValue;
|
|
|
638
642
|
disabled: boolean;
|
|
639
643
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
640
644
|
|
|
641
|
-
declare const
|
|
645
|
+
declare const __VLS_component_144: DefineComponent<__VLS_Props_148, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
642
646
|
"update:modelValue": (step: number) => any;
|
|
643
|
-
}, string, PublicProps, Readonly<
|
|
647
|
+
}, string, PublicProps, Readonly<__VLS_Props_148> & Readonly<{
|
|
644
648
|
"onUpdate:modelValue"?: ((step: number) => any) | undefined;
|
|
645
649
|
}>, {
|
|
646
650
|
size: "md" | "sm" | "lg";
|
|
@@ -652,49 +656,49 @@ defaultValue: number;
|
|
|
652
656
|
totalSteps: number;
|
|
653
657
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
654
658
|
|
|
655
|
-
declare const
|
|
659
|
+
declare const __VLS_component_145: DefineComponent<__VLS_Props_149, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_149> & Readonly<{}>, {
|
|
656
660
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
657
661
|
classNames: Partial<{
|
|
658
662
|
item: ClassValue;
|
|
659
663
|
}>;
|
|
660
664
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
661
665
|
|
|
662
|
-
declare const
|
|
666
|
+
declare const __VLS_component_146: DefineComponent<__VLS_Props_150, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_150> & Readonly<{}>, {
|
|
663
667
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
664
668
|
classNames: Partial<{
|
|
665
669
|
indicator: ClassValue;
|
|
666
670
|
}>;
|
|
667
671
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
668
672
|
|
|
669
|
-
declare const
|
|
673
|
+
declare const __VLS_component_147: DefineComponent<__VLS_Props_151, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_151> & Readonly<{}>, {
|
|
670
674
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
671
675
|
classNames: Partial<{
|
|
672
676
|
title: ClassValue;
|
|
673
677
|
}>;
|
|
674
678
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
675
679
|
|
|
676
|
-
declare const
|
|
680
|
+
declare const __VLS_component_148: DefineComponent<__VLS_Props_152, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_152> & Readonly<{}>, {
|
|
677
681
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
678
682
|
classNames: Partial<{
|
|
679
683
|
description: ClassValue;
|
|
680
684
|
}>;
|
|
681
685
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
682
686
|
|
|
683
|
-
declare const
|
|
687
|
+
declare const __VLS_component_149: DefineComponent<__VLS_Props_153, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_153> & Readonly<{}>, {
|
|
684
688
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
685
689
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
686
690
|
|
|
687
|
-
declare const
|
|
691
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
692
|
+
|
|
693
|
+
declare const __VLS_component_150: DefineComponent<__VLS_Props_155, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_155> & Readonly<{}>, {
|
|
688
694
|
isExpanded: boolean;
|
|
689
695
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
690
696
|
hasChildren: boolean;
|
|
691
697
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
692
698
|
|
|
693
|
-
declare const
|
|
694
|
-
|
|
695
|
-
declare const __VLS_component_150: DefineComponent<__VLS_Props_155, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
699
|
+
declare const __VLS_component_151: DefineComponent<__VLS_Props_156, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
696
700
|
"update:modelValue": (value: number | number[]) => any;
|
|
697
|
-
}, string, PublicProps, Readonly<
|
|
701
|
+
}, string, PublicProps, Readonly<__VLS_Props_156> & Readonly<{
|
|
698
702
|
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
699
703
|
}>, {
|
|
700
704
|
orientation: "horizontal" | "vertical";
|
|
@@ -709,7 +713,7 @@ hideThumb: boolean;
|
|
|
709
713
|
inverted: boolean;
|
|
710
714
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
711
715
|
|
|
712
|
-
declare const
|
|
716
|
+
declare const __VLS_component_152: DefineComponent<__VLS_Props_158, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_158> & Readonly<{}>, {
|
|
713
717
|
isDisabled: boolean;
|
|
714
718
|
isIndeterminate: boolean;
|
|
715
719
|
strokeWidth: number;
|
|
@@ -718,7 +722,7 @@ maxValue: number;
|
|
|
718
722
|
showValueLabel: boolean;
|
|
719
723
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
720
724
|
|
|
721
|
-
declare const
|
|
725
|
+
declare const __VLS_component_153: DefineComponent<__VLS_Props_160, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_160> & Readonly<{}>, {
|
|
722
726
|
size: number;
|
|
723
727
|
orientation: "vertical" | "horizontal" | "both";
|
|
724
728
|
hideScrollBar: boolean;
|
|
@@ -728,13 +732,13 @@ visibility: "auto" | "top" | "bottom" | "left" | "right" | "both" | "none";
|
|
|
728
732
|
container: HTMLDivElement;
|
|
729
733
|
}, HTMLDivElement>;
|
|
730
734
|
|
|
731
|
-
declare const
|
|
735
|
+
declare const __VLS_component_154: DefineComponent<__VLS_Props_161, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_161> & Readonly<{}>, {
|
|
732
736
|
orientation: "vertical" | "horizontal" | "both";
|
|
733
737
|
type: "auto" | "always" | "scroll" | "hover";
|
|
734
738
|
scrollHideDelay: number;
|
|
735
739
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
736
740
|
|
|
737
|
-
declare const
|
|
741
|
+
declare const __VLS_component_155: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
738
742
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
739
743
|
"update:placeholder": (value: DateValue | undefined) => any;
|
|
740
744
|
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
@@ -747,7 +751,7 @@ yearsPerPage: number;
|
|
|
747
751
|
preventDeselect: boolean;
|
|
748
752
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
749
753
|
|
|
750
|
-
declare const
|
|
754
|
+
declare const __VLS_component_156: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
751
755
|
"update:modelValue": (value: DateValue | null | undefined) => any;
|
|
752
756
|
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
753
757
|
"onUpdate:modelValue"?: ((value: DateValue | null | undefined) => any) | undefined;
|
|
@@ -849,7 +853,7 @@ isInvalid: boolean;
|
|
|
849
853
|
}) | null;
|
|
850
854
|
}, any>;
|
|
851
855
|
|
|
852
|
-
declare const
|
|
856
|
+
declare const __VLS_component_157: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
853
857
|
"update:modelValue": (value: DateRange_2 | null | undefined) => any;
|
|
854
858
|
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
855
859
|
"onUpdate:modelValue"?: ((value: DateRange_2 | null | undefined) => any) | undefined;
|
|
@@ -957,7 +961,7 @@ isInvalid: boolean;
|
|
|
957
961
|
}) | null;
|
|
958
962
|
}, any>;
|
|
959
963
|
|
|
960
|
-
declare const
|
|
964
|
+
declare const __VLS_component_158: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
961
965
|
"update:modelValue": (value: TimeValue | null | undefined) => any;
|
|
962
966
|
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
963
967
|
"onUpdate:modelValue"?: ((value: TimeValue | null | undefined) => any) | undefined;
|
|
@@ -1060,7 +1064,7 @@ isInvalid: boolean;
|
|
|
1060
1064
|
}) | null;
|
|
1061
1065
|
}, any>;
|
|
1062
1066
|
|
|
1063
|
-
declare const
|
|
1067
|
+
declare const __VLS_component_159: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1064
1068
|
"update:modelValue": (value: DateValue | null | undefined) => any;
|
|
1065
1069
|
"update:open": (value: boolean) => any;
|
|
1066
1070
|
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
@@ -1083,7 +1087,9 @@ hideTimeZone: boolean;
|
|
|
1083
1087
|
visibleMonths: number;
|
|
1084
1088
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1085
1089
|
|
|
1086
|
-
declare const
|
|
1090
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1091
|
+
|
|
1092
|
+
declare const __VLS_component_160: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1087
1093
|
"update:modelValue": (value: DateRangePickerRange | null | undefined) => any;
|
|
1088
1094
|
"update:open": (value: boolean) => any;
|
|
1089
1095
|
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
@@ -1106,9 +1112,7 @@ hideTimeZone: boolean;
|
|
|
1106
1112
|
visibleMonths: number;
|
|
1107
1113
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1108
1114
|
|
|
1109
|
-
declare const
|
|
1110
|
-
|
|
1111
|
-
declare const __VLS_component_160: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1115
|
+
declare const __VLS_component_161: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1112
1116
|
"update:modelValue": (value: CalendarDateTime | null | undefined) => any;
|
|
1113
1117
|
"update:open": (value: boolean) => any;
|
|
1114
1118
|
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
@@ -1129,9 +1133,9 @@ granularity: "minute" | "second";
|
|
|
1129
1133
|
hideTimeZone: boolean;
|
|
1130
1134
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1131
1135
|
|
|
1132
|
-
declare const
|
|
1136
|
+
declare const __VLS_component_162: DefineComponent<__VLS_Props_177, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1133
1137
|
"update:modelValue": (value: string) => any;
|
|
1134
|
-
}, string, PublicProps, Readonly<
|
|
1138
|
+
}, string, PublicProps, Readonly<__VLS_Props_177> & Readonly<{
|
|
1135
1139
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1136
1140
|
}>, {
|
|
1137
1141
|
disabled: boolean;
|
|
@@ -1141,7 +1145,7 @@ format: ColorFormat;
|
|
|
1141
1145
|
|
|
1142
1146
|
declare const __VLS_component_17: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1143
1147
|
size: "md" | "sm" | "lg" | "xs" | "xl";
|
|
1144
|
-
variant: "default" | "danger" | "success" | "warning" | "
|
|
1148
|
+
variant: "default" | "danger" | "success" | "warning" | "bordered" | "primary" | "secondary" | "soft" | "solid" | "ghost" | "tertiary" | "danger-soft" | "success-soft" | "warning-soft" | "outline";
|
|
1145
1149
|
color: "default" | "danger" | "success" | "warning" | "primary";
|
|
1146
1150
|
fullWidth: boolean;
|
|
1147
1151
|
isIconOnly: boolean;
|
|
@@ -1158,7 +1162,7 @@ declare const __VLS_component_18: DefineComponent<__VLS_Props_19, {}, {}, {}, {}
|
|
|
1158
1162
|
"onUpdate:modelValue"?: ((value: ButtonGroupValue) => any) | undefined;
|
|
1159
1163
|
}>, {
|
|
1160
1164
|
size: "md" | "sm" | "lg" | "xs" | "xl";
|
|
1161
|
-
variant: "default" | "danger" | "success" | "warning" | "
|
|
1165
|
+
variant: "default" | "danger" | "success" | "warning" | "bordered" | "primary" | "secondary" | "soft" | "solid" | "ghost" | "tertiary" | "danger-soft" | "success-soft" | "warning-soft";
|
|
1162
1166
|
color: "default" | "danger" | "success" | "warning" | "primary";
|
|
1163
1167
|
fullWidth: boolean;
|
|
1164
1168
|
orientation: "horizontal" | "vertical";
|
|
@@ -1506,13 +1510,13 @@ declare const __VLS_component_55: DefineComponent<__VLS_Props_63, {}, {}, {}, {}
|
|
|
1506
1510
|
|
|
1507
1511
|
declare const __VLS_component_56: DefineComponent<__VLS_Props_64, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{}>, {
|
|
1508
1512
|
size: "sm" | "md" | "lg";
|
|
1509
|
-
variant: "danger" | "danger-soft" | "primary" | "secondary" | "ghost" | "outline" | "success" | "success-soft" | "warning" | "warning-soft" | "tertiary";
|
|
1513
|
+
variant: "danger" | "danger-soft" | "primary" | "secondary" | "ghost" | "bordered" | "outline" | "success" | "success-soft" | "warning" | "warning-soft" | "tertiary";
|
|
1510
1514
|
asChild: boolean;
|
|
1511
1515
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1512
1516
|
|
|
1513
1517
|
declare const __VLS_component_57: DefineComponent<__VLS_Props_65, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_65> & Readonly<{}>, {
|
|
1514
1518
|
size: "sm" | "md" | "lg";
|
|
1515
|
-
variant: "danger" | "danger-soft" | "primary" | "secondary" | "ghost" | "outline" | "success" | "success-soft" | "warning" | "warning-soft" | "tertiary";
|
|
1519
|
+
variant: "danger" | "danger-soft" | "primary" | "secondary" | "ghost" | "bordered" | "outline" | "success" | "success-soft" | "warning" | "warning-soft" | "tertiary";
|
|
1516
1520
|
asChild: boolean;
|
|
1517
1521
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1518
1522
|
|
|
@@ -1544,17 +1548,19 @@ declare const __VLS_component_61: DefineComponent<__VLS_Props_69, {}, {}, {}, {}
|
|
|
1544
1548
|
|
|
1545
1549
|
declare const __VLS_component_62: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1546
1550
|
|
|
1547
|
-
declare const __VLS_component_63: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{}>, {
|
|
1551
|
+
declare const __VLS_component_63: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1552
|
+
|
|
1553
|
+
declare const __VLS_component_64: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{}>, {
|
|
1548
1554
|
asChild: boolean;
|
|
1549
1555
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1550
1556
|
|
|
1551
|
-
declare const
|
|
1557
|
+
declare const __VLS_component_65: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
|
|
1552
1558
|
as: string;
|
|
1553
1559
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1554
1560
|
|
|
1555
|
-
declare const
|
|
1561
|
+
declare const __VLS_component_66: DefineComponent<__VLS_Props_74, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1556
1562
|
"update:modelValue": (value: string) => any;
|
|
1557
|
-
}, string, PublicProps, Readonly<
|
|
1563
|
+
}, string, PublicProps, Readonly<__VLS_Props_74> & Readonly<{
|
|
1558
1564
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1559
1565
|
}>, {
|
|
1560
1566
|
variant: "primary" | "secondary";
|
|
@@ -1562,19 +1568,23 @@ orientation: "horizontal" | "vertical";
|
|
|
1562
1568
|
activationMode: "automatic" | "manual";
|
|
1563
1569
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1564
1570
|
|
|
1565
|
-
declare const
|
|
1571
|
+
declare const __VLS_component_67: DefineComponent<__VLS_Props_75, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1566
1572
|
scrollWrapperEl: HTMLDivElement;
|
|
1567
1573
|
containerEl: HTMLDivElement;
|
|
1568
1574
|
dropdownEl: HTMLDivElement;
|
|
1569
1575
|
}, any>;
|
|
1570
1576
|
|
|
1571
|
-
declare const __VLS_component_67: DefineComponent<__VLS_Props_75, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1572
|
-
|
|
1573
1577
|
declare const __VLS_component_68: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1574
1578
|
|
|
1575
|
-
declare const __VLS_component_69: DefineComponent<
|
|
1579
|
+
declare const __VLS_component_69: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1580
|
+
|
|
1581
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
|
|
1582
|
+
variant: "default" | "light";
|
|
1583
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1584
|
+
|
|
1585
|
+
declare const __VLS_component_70: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1576
1586
|
"update:modelValue": (value: string | MultipleValue) => any;
|
|
1577
|
-
}, string, PublicProps, Readonly<
|
|
1587
|
+
}, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{
|
|
1578
1588
|
"onUpdate:modelValue"?: ((value: string | MultipleValue) => any) | undefined;
|
|
1579
1589
|
}>, {
|
|
1580
1590
|
size: "md" | "sm" | "lg";
|
|
@@ -1583,11 +1593,7 @@ collapsible: boolean;
|
|
|
1583
1593
|
disabled: boolean;
|
|
1584
1594
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1585
1595
|
|
|
1586
|
-
declare const
|
|
1587
|
-
variant: "default" | "light";
|
|
1588
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1589
|
-
|
|
1590
|
-
declare const __VLS_component_70: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1596
|
+
declare const __VLS_component_71: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1591
1597
|
reka: ({
|
|
1592
1598
|
$: ComponentInternalInstance;
|
|
1593
1599
|
$data: {};
|
|
@@ -1645,15 +1651,15 @@ open: boolean;
|
|
|
1645
1651
|
}) | null;
|
|
1646
1652
|
}, any>;
|
|
1647
1653
|
|
|
1648
|
-
declare const __VLS_component_71: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1649
|
-
|
|
1650
1654
|
declare const __VLS_component_72: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1651
1655
|
|
|
1652
1656
|
declare const __VLS_component_73: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1653
1657
|
|
|
1654
|
-
declare const __VLS_component_74: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1658
|
+
declare const __VLS_component_74: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1659
|
+
|
|
1660
|
+
declare const __VLS_component_75: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1655
1661
|
"update:open": (value: boolean) => any;
|
|
1656
|
-
}, string, PublicProps, Readonly<
|
|
1662
|
+
}, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
|
|
1657
1663
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
1658
1664
|
}>, {
|
|
1659
1665
|
disabled: boolean;
|
|
@@ -1661,19 +1667,15 @@ defaultOpen: boolean;
|
|
|
1661
1667
|
open: boolean | null;
|
|
1662
1668
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1663
1669
|
|
|
1664
|
-
declare const __VLS_component_75: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1665
|
-
|
|
1666
1670
|
declare const __VLS_component_76: DefineComponent<__VLS_Props_85, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1667
1671
|
|
|
1668
|
-
declare const __VLS_component_77: DefineComponent<__VLS_Props_86, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_86> & Readonly<{}>, {
|
|
1672
|
+
declare const __VLS_component_77: DefineComponent<__VLS_Props_86, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_86> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1673
|
+
|
|
1674
|
+
declare const __VLS_component_78: DefineComponent<__VLS_Props_87, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_87> & Readonly<{}>, {
|
|
1669
1675
|
singleOpen: boolean;
|
|
1670
1676
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1671
1677
|
|
|
1672
|
-
declare const
|
|
1673
|
-
|
|
1674
|
-
declare const __VLS_component_79: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{}>, {
|
|
1675
|
-
isLast: boolean;
|
|
1676
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
1678
|
+
declare const __VLS_component_79: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1677
1679
|
|
|
1678
1680
|
declare const __VLS_component_8: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
|
|
1679
1681
|
size: "md" | "sm" | "lg" | "xs";
|
|
@@ -1683,61 +1685,65 @@ placement: "top-right" | "bottom-left" | "bottom-right" | "top-left";
|
|
|
1683
1685
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1684
1686
|
|
|
1685
1687
|
declare const __VLS_component_80: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{}>, {
|
|
1688
|
+
isLast: boolean;
|
|
1689
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
1690
|
+
|
|
1691
|
+
declare const __VLS_component_81: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
|
|
1686
1692
|
orientation: "horizontal" | "vertical";
|
|
1687
1693
|
isAttached: boolean;
|
|
1688
1694
|
loop: boolean;
|
|
1689
1695
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1690
1696
|
|
|
1691
|
-
declare const __VLS_component_81: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1692
|
-
|
|
1693
1697
|
declare const __VLS_component_82: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1694
1698
|
|
|
1695
|
-
declare const __VLS_component_83: DefineComponent<
|
|
1699
|
+
declare const __VLS_component_83: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1700
|
+
|
|
1701
|
+
declare const __VLS_component_84: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1696
1702
|
"update:modelValue": (value: string | Multi) => any;
|
|
1697
|
-
}, string, PublicProps, Readonly<
|
|
1703
|
+
}, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{
|
|
1698
1704
|
"onUpdate:modelValue"?: ((value: string | Multi) => any) | undefined;
|
|
1699
1705
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1700
1706
|
|
|
1701
|
-
declare const
|
|
1707
|
+
declare const __VLS_component_85: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1702
1708
|
|
|
1703
|
-
declare const
|
|
1709
|
+
declare const __VLS_component_86: DefineComponent<__VLS_Props_96, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1704
1710
|
close: () => any;
|
|
1705
|
-
}, string, PublicProps, Readonly<
|
|
1711
|
+
}, string, PublicProps, Readonly<__VLS_Props_96> & Readonly<{
|
|
1706
1712
|
onClose?: (() => any) | undefined;
|
|
1707
1713
|
}>, {
|
|
1708
1714
|
isClosable: boolean;
|
|
1709
1715
|
severity: AlertSeverity;
|
|
1710
1716
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1711
1717
|
|
|
1712
|
-
declare const
|
|
1713
|
-
|
|
1714
|
-
declare const __VLS_component_87: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1718
|
+
declare const __VLS_component_87: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1715
1719
|
|
|
1716
1720
|
declare const __VLS_component_88: DefineComponent<__VLS_Props_98, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_98> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1717
1721
|
|
|
1718
|
-
declare const __VLS_component_89: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{}>, {
|
|
1719
|
-
label: string;
|
|
1720
|
-
duration: number;
|
|
1721
|
-
disableSwipe: boolean;
|
|
1722
|
-
swipeDirection: "up" | "down" | "left" | "right";
|
|
1723
|
-
swipeThreshold: number;
|
|
1724
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1722
|
+
declare const __VLS_component_89: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1725
1723
|
|
|
1726
1724
|
declare const __VLS_component_9: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1727
1725
|
close: () => any;
|
|
1728
1726
|
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1729
1727
|
onClose?: (() => any) | undefined;
|
|
1730
1728
|
}>, {
|
|
1731
|
-
variant: "soft" | "solid" | "
|
|
1729
|
+
variant: "bordered" | "soft" | "solid" | "text" | "outlined";
|
|
1732
1730
|
color: "default" | "accent" | "danger" | "success" | "warning";
|
|
1733
1731
|
dot: boolean;
|
|
1734
1732
|
isClosable: boolean;
|
|
1735
1733
|
closeAriaLabel: string;
|
|
1736
1734
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1737
1735
|
|
|
1738
|
-
declare const __VLS_component_90: DefineComponent<__VLS_Props_100, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1736
|
+
declare const __VLS_component_90: DefineComponent<__VLS_Props_100, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_100> & Readonly<{}>, {
|
|
1737
|
+
label: string;
|
|
1738
|
+
duration: number;
|
|
1739
|
+
disableSwipe: boolean;
|
|
1740
|
+
swipeDirection: "up" | "down" | "left" | "right";
|
|
1741
|
+
swipeThreshold: number;
|
|
1742
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1743
|
+
|
|
1744
|
+
declare const __VLS_component_91: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1739
1745
|
"update:open": (value: boolean) => any;
|
|
1740
|
-
}, string, PublicProps, Readonly<
|
|
1746
|
+
}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{
|
|
1741
1747
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
1742
1748
|
}>, {
|
|
1743
1749
|
variant: "default" | "accent" | "danger" | "success" | "warning";
|
|
@@ -1746,24 +1752,24 @@ position: ToastPosition_2;
|
|
|
1746
1752
|
duration: number;
|
|
1747
1753
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1748
1754
|
|
|
1749
|
-
declare const __VLS_component_91: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1750
|
-
|
|
1751
1755
|
declare const __VLS_component_92: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1752
1756
|
|
|
1753
|
-
declare const __VLS_component_93: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {
|
|
1757
|
+
declare const __VLS_component_93: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1758
|
+
|
|
1759
|
+
declare const __VLS_component_94: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {
|
|
1754
1760
|
altText: string;
|
|
1755
1761
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1756
1762
|
|
|
1757
|
-
declare const
|
|
1763
|
+
declare const __VLS_component_95: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {
|
|
1758
1764
|
label: string;
|
|
1759
1765
|
position: ToastPosition_3;
|
|
1760
1766
|
swipeDirection: "up" | "down" | "left" | "right";
|
|
1761
1767
|
hotkey: string[];
|
|
1762
1768
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1763
1769
|
|
|
1764
|
-
declare const
|
|
1770
|
+
declare const __VLS_component_96: DefineComponent<__VLS_Props_107, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1765
1771
|
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
1766
|
-
}, string, PublicProps, Readonly<
|
|
1772
|
+
}, string, PublicProps, Readonly<__VLS_Props_107> & Readonly<{
|
|
1767
1773
|
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
1768
1774
|
}>, {
|
|
1769
1775
|
variant: "default" | "danger";
|
|
@@ -1774,7 +1780,7 @@ modelValue: string | string[];
|
|
|
1774
1780
|
defaultValue: string | string[];
|
|
1775
1781
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1776
1782
|
|
|
1777
|
-
declare const
|
|
1783
|
+
declare const __VLS_component_97: DefineComponent<__VLS_Props_108, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_108> & Readonly<{}>, {
|
|
1778
1784
|
variant: "default" | "danger";
|
|
1779
1785
|
isDisabled: boolean;
|
|
1780
1786
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
@@ -1785,13 +1791,13 @@ indicator: ClassValue;
|
|
|
1785
1791
|
textValue: string;
|
|
1786
1792
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1787
1793
|
|
|
1788
|
-
declare const
|
|
1794
|
+
declare const __VLS_component_98: DefineComponent<__VLS_Props_109, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_109> & Readonly<{}>, {
|
|
1789
1795
|
class: string;
|
|
1790
1796
|
title: string;
|
|
1791
1797
|
showDivider: boolean;
|
|
1792
1798
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1793
1799
|
|
|
1794
|
-
declare const
|
|
1800
|
+
declare const __VLS_component_99: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1795
1801
|
"update:modelValue": (value: SelectItemValue | SelectItemValue[]) => any;
|
|
1796
1802
|
"update:open": (value: boolean) => any;
|
|
1797
1803
|
}, string, PublicProps, Readonly<Props_3> & Readonly<{
|
|
@@ -1815,10 +1821,6 @@ defaultOpen: boolean;
|
|
|
1815
1821
|
open: boolean;
|
|
1816
1822
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1817
1823
|
|
|
1818
|
-
declare const __VLS_component_99: DefineComponent<__VLS_Props_109, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_109> & Readonly<{}>, {
|
|
1819
|
-
class: string;
|
|
1820
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1821
|
-
|
|
1822
1824
|
declare type __VLS_PrettifyLocal<T> = {
|
|
1823
1825
|
[K in keyof T]: T[K];
|
|
1824
1826
|
} & {};
|
|
@@ -1837,7 +1839,11 @@ declare type __VLS_Props = {
|
|
|
1837
1839
|
declare type __VLS_Props_10 = {
|
|
1838
1840
|
color?: ChipVariants["color"];
|
|
1839
1841
|
size?: ChipVariants["size"];
|
|
1840
|
-
|
|
1842
|
+
/**
|
|
1843
|
+
* Visual style of the chip.
|
|
1844
|
+
* @deprecated 'outlined' — use 'bordered' instead.
|
|
1845
|
+
*/
|
|
1846
|
+
variant?: ChipVariants["variant"] | 'outlined';
|
|
1841
1847
|
/** Show a colored dot indicator before the label */
|
|
1842
1848
|
dot?: boolean;
|
|
1843
1849
|
/** Render a built-in close button that emits `close` */
|
|
@@ -1857,6 +1863,19 @@ declare type __VLS_Props_10 = {
|
|
|
1857
1863
|
};
|
|
1858
1864
|
|
|
1859
1865
|
declare type __VLS_Props_100 = {
|
|
1866
|
+
/** Screen reader label for toast announcements */
|
|
1867
|
+
label?: string;
|
|
1868
|
+
/** Default auto-dismiss duration in ms for all toasts */
|
|
1869
|
+
duration?: number;
|
|
1870
|
+
/** Disable swipe-to-dismiss gesture */
|
|
1871
|
+
disableSwipe?: boolean;
|
|
1872
|
+
/** Direction of swipe that dismisses the toast */
|
|
1873
|
+
swipeDirection?: 'up' | 'down' | 'left' | 'right';
|
|
1874
|
+
/** Swipe distance threshold in pixels before close triggers */
|
|
1875
|
+
swipeThreshold?: number;
|
|
1876
|
+
};
|
|
1877
|
+
|
|
1878
|
+
declare type __VLS_Props_101 = {
|
|
1860
1879
|
open?: boolean;
|
|
1861
1880
|
duration?: number;
|
|
1862
1881
|
position?: ToastPosition_2;
|
|
@@ -1864,26 +1883,26 @@ declare type __VLS_Props_100 = {
|
|
|
1864
1883
|
class?: string;
|
|
1865
1884
|
};
|
|
1866
1885
|
|
|
1867
|
-
declare type
|
|
1886
|
+
declare type __VLS_Props_102 = {
|
|
1868
1887
|
class?: string;
|
|
1869
1888
|
};
|
|
1870
1889
|
|
|
1871
|
-
declare type
|
|
1890
|
+
declare type __VLS_Props_103 = {
|
|
1872
1891
|
class?: string;
|
|
1873
1892
|
};
|
|
1874
1893
|
|
|
1875
|
-
declare type
|
|
1894
|
+
declare type __VLS_Props_104 = {
|
|
1876
1895
|
/** Required by Reka UI for screen reader announcements */
|
|
1877
1896
|
altText?: string;
|
|
1878
1897
|
class?: string;
|
|
1879
1898
|
};
|
|
1880
1899
|
|
|
1881
|
-
declare type
|
|
1900
|
+
declare type __VLS_Props_105 = {
|
|
1882
1901
|
class?: string;
|
|
1883
1902
|
ariaLabel?: string;
|
|
1884
1903
|
};
|
|
1885
1904
|
|
|
1886
|
-
declare type
|
|
1905
|
+
declare type __VLS_Props_106 = {
|
|
1887
1906
|
position?: ToastPosition_3;
|
|
1888
1907
|
class?: string;
|
|
1889
1908
|
hotkey?: string[];
|
|
@@ -1891,7 +1910,7 @@ declare type __VLS_Props_105 = {
|
|
|
1891
1910
|
swipeDirection?: 'up' | 'down' | 'left' | 'right';
|
|
1892
1911
|
};
|
|
1893
1912
|
|
|
1894
|
-
declare type
|
|
1913
|
+
declare type __VLS_Props_107 = {
|
|
1895
1914
|
modelValue?: string | string[];
|
|
1896
1915
|
defaultValue?: string | string[];
|
|
1897
1916
|
selectionMode?: 'single' | 'multiple';
|
|
@@ -1909,7 +1928,7 @@ declare type __VLS_Props_106 = {
|
|
|
1909
1928
|
items?: ListBoxShorthandItem[];
|
|
1910
1929
|
};
|
|
1911
1930
|
|
|
1912
|
-
declare type
|
|
1931
|
+
declare type __VLS_Props_108 = {
|
|
1913
1932
|
value: string;
|
|
1914
1933
|
textValue?: string;
|
|
1915
1934
|
isDisabled?: boolean;
|
|
@@ -1922,16 +1941,12 @@ declare type __VLS_Props_107 = {
|
|
|
1922
1941
|
}>;
|
|
1923
1942
|
};
|
|
1924
1943
|
|
|
1925
|
-
declare type
|
|
1944
|
+
declare type __VLS_Props_109 = {
|
|
1926
1945
|
title?: string;
|
|
1927
1946
|
showDivider?: boolean;
|
|
1928
1947
|
class?: string;
|
|
1929
1948
|
};
|
|
1930
1949
|
|
|
1931
|
-
declare type __VLS_Props_109 = {
|
|
1932
|
-
class?: string;
|
|
1933
|
-
};
|
|
1934
|
-
|
|
1935
1950
|
declare type __VLS_Props_11 = {
|
|
1936
1951
|
as?: string;
|
|
1937
1952
|
variant?: SurfaceVariants['variant'];
|
|
@@ -1939,17 +1954,21 @@ declare type __VLS_Props_11 = {
|
|
|
1939
1954
|
};
|
|
1940
1955
|
|
|
1941
1956
|
declare type __VLS_Props_110 = {
|
|
1942
|
-
placeholder?: string;
|
|
1943
1957
|
class?: string;
|
|
1944
1958
|
};
|
|
1945
1959
|
|
|
1946
1960
|
declare type __VLS_Props_111 = {
|
|
1961
|
+
placeholder?: string;
|
|
1962
|
+
class?: string;
|
|
1963
|
+
};
|
|
1964
|
+
|
|
1965
|
+
declare type __VLS_Props_112 = {
|
|
1947
1966
|
position?: 'item-aligned' | 'popper';
|
|
1948
1967
|
sideOffset?: number;
|
|
1949
1968
|
class?: string;
|
|
1950
1969
|
};
|
|
1951
1970
|
|
|
1952
|
-
declare type
|
|
1971
|
+
declare type __VLS_Props_113 = {
|
|
1953
1972
|
value: SelectItemValue;
|
|
1954
1973
|
/**
|
|
1955
1974
|
* Explicit human-readable label for this item. When provided, the registry is
|
|
@@ -1962,7 +1981,7 @@ declare type __VLS_Props_112 = {
|
|
|
1962
1981
|
class?: string;
|
|
1963
1982
|
};
|
|
1964
1983
|
|
|
1965
|
-
declare type
|
|
1984
|
+
declare type __VLS_Props_114 = {
|
|
1966
1985
|
isOpen?: boolean;
|
|
1967
1986
|
defaultOpen?: boolean;
|
|
1968
1987
|
modal?: boolean;
|
|
@@ -1974,7 +1993,7 @@ declare type __VLS_Props_113 = {
|
|
|
1974
1993
|
class?: string;
|
|
1975
1994
|
};
|
|
1976
1995
|
|
|
1977
|
-
declare type
|
|
1996
|
+
declare type __VLS_Props_115 = {
|
|
1978
1997
|
ariaLabel?: string;
|
|
1979
1998
|
sideOffset?: number;
|
|
1980
1999
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
@@ -1983,7 +2002,7 @@ declare type __VLS_Props_114 = {
|
|
|
1983
2002
|
class?: string;
|
|
1984
2003
|
};
|
|
1985
2004
|
|
|
1986
|
-
declare type
|
|
2005
|
+
declare type __VLS_Props_116 = {
|
|
1987
2006
|
textValue?: string;
|
|
1988
2007
|
isDisabled?: boolean;
|
|
1989
2008
|
variant?: MenuItemVariants['variant'];
|
|
@@ -1992,14 +2011,14 @@ declare type __VLS_Props_115 = {
|
|
|
1992
2011
|
class?: string;
|
|
1993
2012
|
};
|
|
1994
2013
|
|
|
1995
|
-
declare type
|
|
2014
|
+
declare type __VLS_Props_117 = {
|
|
1996
2015
|
textValue?: string;
|
|
1997
2016
|
isDisabled?: boolean;
|
|
1998
2017
|
variant?: 'default' | 'danger';
|
|
1999
2018
|
class?: string;
|
|
2000
2019
|
};
|
|
2001
2020
|
|
|
2002
|
-
declare type
|
|
2021
|
+
declare type __VLS_Props_118 = {
|
|
2003
2022
|
value: string;
|
|
2004
2023
|
textValue?: string;
|
|
2005
2024
|
isDisabled?: boolean;
|
|
@@ -2007,18 +2026,12 @@ declare type __VLS_Props_117 = {
|
|
|
2007
2026
|
class?: string;
|
|
2008
2027
|
};
|
|
2009
2028
|
|
|
2010
|
-
declare type
|
|
2029
|
+
declare type __VLS_Props_119 = {
|
|
2011
2030
|
title?: string;
|
|
2012
2031
|
showDivider?: boolean;
|
|
2013
2032
|
class?: string;
|
|
2014
2033
|
};
|
|
2015
2034
|
|
|
2016
|
-
declare type __VLS_Props_119 = {
|
|
2017
|
-
open?: boolean;
|
|
2018
|
-
defaultOpen?: boolean;
|
|
2019
|
-
openOnHover?: boolean;
|
|
2020
|
-
};
|
|
2021
|
-
|
|
2022
2035
|
declare type __VLS_Props_12 = {
|
|
2023
2036
|
variant?: CardVariants['variant'];
|
|
2024
2037
|
shadow?: CardVariants['shadow'];
|
|
@@ -2035,18 +2048,24 @@ declare type __VLS_Props_12 = {
|
|
|
2035
2048
|
};
|
|
2036
2049
|
|
|
2037
2050
|
declare type __VLS_Props_120 = {
|
|
2051
|
+
open?: boolean;
|
|
2052
|
+
defaultOpen?: boolean;
|
|
2053
|
+
openOnHover?: boolean;
|
|
2054
|
+
};
|
|
2055
|
+
|
|
2056
|
+
declare type __VLS_Props_121 = {
|
|
2038
2057
|
isDisabled?: boolean;
|
|
2039
2058
|
textValue?: string;
|
|
2040
2059
|
class?: string;
|
|
2041
2060
|
};
|
|
2042
2061
|
|
|
2043
|
-
declare type
|
|
2062
|
+
declare type __VLS_Props_122 = {
|
|
2044
2063
|
sideOffset?: number;
|
|
2045
2064
|
alignOffset?: number;
|
|
2046
2065
|
class?: string;
|
|
2047
2066
|
};
|
|
2048
2067
|
|
|
2049
|
-
declare type
|
|
2068
|
+
declare type __VLS_Props_123 = {
|
|
2050
2069
|
modelValue?: string;
|
|
2051
2070
|
defaultValue?: string;
|
|
2052
2071
|
open?: boolean;
|
|
@@ -2070,47 +2089,38 @@ declare type __VLS_Props_122 = {
|
|
|
2070
2089
|
}>;
|
|
2071
2090
|
};
|
|
2072
2091
|
|
|
2073
|
-
declare type
|
|
2092
|
+
declare type __VLS_Props_124 = {
|
|
2074
2093
|
placeholder?: string;
|
|
2075
2094
|
class?: string;
|
|
2076
2095
|
};
|
|
2077
2096
|
|
|
2078
|
-
declare type
|
|
2097
|
+
declare type __VLS_Props_125 = {
|
|
2079
2098
|
sideOffset?: number;
|
|
2080
2099
|
class?: string;
|
|
2081
2100
|
};
|
|
2082
2101
|
|
|
2083
|
-
declare type
|
|
2102
|
+
declare type __VLS_Props_126 = {
|
|
2084
2103
|
value: string;
|
|
2085
2104
|
isDisabled?: boolean;
|
|
2086
2105
|
class?: string;
|
|
2087
2106
|
};
|
|
2088
2107
|
|
|
2089
|
-
declare type
|
|
2108
|
+
declare type __VLS_Props_127 = {
|
|
2090
2109
|
placeholder?: string;
|
|
2091
2110
|
class?: string;
|
|
2092
2111
|
};
|
|
2093
2112
|
|
|
2094
|
-
declare type
|
|
2113
|
+
declare type __VLS_Props_128 = {
|
|
2095
2114
|
sideOffset?: number;
|
|
2096
2115
|
class?: string;
|
|
2097
2116
|
};
|
|
2098
2117
|
|
|
2099
|
-
declare type
|
|
2118
|
+
declare type __VLS_Props_129 = {
|
|
2100
2119
|
value: string;
|
|
2101
2120
|
isDisabled?: boolean;
|
|
2102
2121
|
class?: string;
|
|
2103
2122
|
};
|
|
2104
2123
|
|
|
2105
|
-
declare type __VLS_Props_129 = {
|
|
2106
|
-
/**
|
|
2107
|
-
* Label for the create item. Accepts a static string or a function receiving
|
|
2108
|
-
* the current search term. Defaults to `Create "${term}"`.
|
|
2109
|
-
*/
|
|
2110
|
-
label?: string | ((term: string) => string);
|
|
2111
|
-
class?: string;
|
|
2112
|
-
};
|
|
2113
|
-
|
|
2114
2124
|
declare type __VLS_Props_13 = {
|
|
2115
2125
|
divider?: boolean;
|
|
2116
2126
|
class?: ClassValue;
|
|
@@ -2121,6 +2131,15 @@ declare type __VLS_Props_13 = {
|
|
|
2121
2131
|
};
|
|
2122
2132
|
|
|
2123
2133
|
declare type __VLS_Props_130 = {
|
|
2134
|
+
/**
|
|
2135
|
+
* Label for the create item. Accepts a static string or a function receiving
|
|
2136
|
+
* the current search term. Defaults to `Create "${term}"`.
|
|
2137
|
+
*/
|
|
2138
|
+
label?: string | ((term: string) => string);
|
|
2139
|
+
class?: string;
|
|
2140
|
+
};
|
|
2141
|
+
|
|
2142
|
+
declare type __VLS_Props_131 = {
|
|
2124
2143
|
/** Current page number (v-model:page) */
|
|
2125
2144
|
page?: number;
|
|
2126
2145
|
/** Default page for uncontrolled usage */
|
|
@@ -2147,17 +2166,13 @@ declare type __VLS_Props_130 = {
|
|
|
2147
2166
|
class?: string;
|
|
2148
2167
|
};
|
|
2149
2168
|
|
|
2150
|
-
declare type __VLS_Props_131 = {
|
|
2151
|
-
class?: string;
|
|
2152
|
-
};
|
|
2153
|
-
|
|
2154
2169
|
declare type __VLS_Props_132 = {
|
|
2155
|
-
/** Page number this item represents */
|
|
2156
|
-
value: number;
|
|
2157
2170
|
class?: string;
|
|
2158
2171
|
};
|
|
2159
2172
|
|
|
2160
2173
|
declare type __VLS_Props_133 = {
|
|
2174
|
+
/** Page number this item represents */
|
|
2175
|
+
value: number;
|
|
2161
2176
|
class?: string;
|
|
2162
2177
|
};
|
|
2163
2178
|
|
|
@@ -2178,6 +2193,10 @@ declare type __VLS_Props_137 = {
|
|
|
2178
2193
|
};
|
|
2179
2194
|
|
|
2180
2195
|
declare type __VLS_Props_138 = {
|
|
2196
|
+
class?: string;
|
|
2197
|
+
};
|
|
2198
|
+
|
|
2199
|
+
declare type __VLS_Props_139 = {
|
|
2181
2200
|
columns: ColumnDef<any, any>[];
|
|
2182
2201
|
data: any[];
|
|
2183
2202
|
variant?: TableVariants['variant'];
|
|
@@ -2204,15 +2223,6 @@ declare type __VLS_Props_138 = {
|
|
|
2204
2223
|
}>;
|
|
2205
2224
|
};
|
|
2206
2225
|
|
|
2207
|
-
declare type __VLS_Props_139 = {
|
|
2208
|
-
rowIndex?: number;
|
|
2209
|
-
columnIndex?: number;
|
|
2210
|
-
/** Per-slot class name overrides merged via `composeClassName`. */
|
|
2211
|
-
classNames?: Partial<{
|
|
2212
|
-
cell: ClassValue;
|
|
2213
|
-
}>;
|
|
2214
|
-
};
|
|
2215
|
-
|
|
2216
2226
|
declare type __VLS_Props_14 = {
|
|
2217
2227
|
/**
|
|
2218
2228
|
* Custom class to apply to the root element.
|
|
@@ -2227,6 +2237,15 @@ declare type __VLS_Props_14 = {
|
|
|
2227
2237
|
};
|
|
2228
2238
|
|
|
2229
2239
|
declare type __VLS_Props_140 = {
|
|
2240
|
+
rowIndex?: number;
|
|
2241
|
+
columnIndex?: number;
|
|
2242
|
+
/** Per-slot class name overrides merged via `composeClassName`. */
|
|
2243
|
+
classNames?: Partial<{
|
|
2244
|
+
cell: ClassValue;
|
|
2245
|
+
}>;
|
|
2246
|
+
};
|
|
2247
|
+
|
|
2248
|
+
declare type __VLS_Props_141 = {
|
|
2230
2249
|
columnIndex?: number;
|
|
2231
2250
|
sortDirection?: 'ascending' | 'descending' | 'none';
|
|
2232
2251
|
/** Per-slot class overrides */
|
|
@@ -2235,7 +2254,7 @@ declare type __VLS_Props_140 = {
|
|
|
2235
2254
|
}>;
|
|
2236
2255
|
};
|
|
2237
2256
|
|
|
2238
|
-
declare type
|
|
2257
|
+
declare type __VLS_Props_142 = {
|
|
2239
2258
|
src?: string;
|
|
2240
2259
|
alt?: string;
|
|
2241
2260
|
name?: string;
|
|
@@ -2254,7 +2273,7 @@ declare type __VLS_Props_141 = {
|
|
|
2254
2273
|
}>;
|
|
2255
2274
|
};
|
|
2256
2275
|
|
|
2257
|
-
declare type
|
|
2276
|
+
declare type __VLS_Props_143 = {
|
|
2258
2277
|
size?: 'sm' | 'md' | 'lg';
|
|
2259
2278
|
isBordered?: boolean;
|
|
2260
2279
|
isDisabled?: boolean;
|
|
@@ -2267,7 +2286,7 @@ declare type __VLS_Props_142 = {
|
|
|
2267
2286
|
avatars?: AvatarShorthandItem[];
|
|
2268
2287
|
};
|
|
2269
2288
|
|
|
2270
|
-
declare type
|
|
2289
|
+
declare type __VLS_Props_144 = {
|
|
2271
2290
|
ratio?: number;
|
|
2272
2291
|
class?: ClassValue;
|
|
2273
2292
|
/** Override classes for individual slots */
|
|
@@ -2276,7 +2295,7 @@ declare type __VLS_Props_143 = {
|
|
|
2276
2295
|
}>;
|
|
2277
2296
|
};
|
|
2278
2297
|
|
|
2279
|
-
declare type
|
|
2298
|
+
declare type __VLS_Props_145 = {
|
|
2280
2299
|
id?: string;
|
|
2281
2300
|
direction?: SplitterVariants['direction'];
|
|
2282
2301
|
autoSaveId?: string;
|
|
@@ -2287,7 +2306,7 @@ declare type __VLS_Props_144 = {
|
|
|
2287
2306
|
}>;
|
|
2288
2307
|
};
|
|
2289
2308
|
|
|
2290
|
-
declare type
|
|
2309
|
+
declare type __VLS_Props_146 = {
|
|
2291
2310
|
id?: string;
|
|
2292
2311
|
defaultSize?: number;
|
|
2293
2312
|
minSize?: number;
|
|
@@ -2302,7 +2321,7 @@ declare type __VLS_Props_145 = {
|
|
|
2302
2321
|
}>;
|
|
2303
2322
|
};
|
|
2304
2323
|
|
|
2305
|
-
declare type
|
|
2324
|
+
declare type __VLS_Props_147 = {
|
|
2306
2325
|
id?: string;
|
|
2307
2326
|
disabled?: boolean;
|
|
2308
2327
|
class?: ClassValue;
|
|
@@ -2313,7 +2332,7 @@ declare type __VLS_Props_146 = {
|
|
|
2313
2332
|
}>;
|
|
2314
2333
|
};
|
|
2315
2334
|
|
|
2316
|
-
declare type
|
|
2335
|
+
declare type __VLS_Props_148 = {
|
|
2317
2336
|
modelValue?: number;
|
|
2318
2337
|
defaultValue?: number;
|
|
2319
2338
|
totalSteps?: number;
|
|
@@ -2329,7 +2348,7 @@ declare type __VLS_Props_147 = {
|
|
|
2329
2348
|
items?: StepperShorthandItem[];
|
|
2330
2349
|
};
|
|
2331
2350
|
|
|
2332
|
-
declare type
|
|
2351
|
+
declare type __VLS_Props_149 = {
|
|
2333
2352
|
step: number;
|
|
2334
2353
|
/** Custom CSS classes for the root element. */
|
|
2335
2354
|
class?: ClassValue;
|
|
@@ -2339,14 +2358,6 @@ declare type __VLS_Props_148 = {
|
|
|
2339
2358
|
}>;
|
|
2340
2359
|
};
|
|
2341
2360
|
|
|
2342
|
-
declare type __VLS_Props_149 = {
|
|
2343
|
-
class?: ClassValue;
|
|
2344
|
-
/** Override classes on individual slots */
|
|
2345
|
-
classNames?: Partial<{
|
|
2346
|
-
indicator: ClassValue;
|
|
2347
|
-
}>;
|
|
2348
|
-
};
|
|
2349
|
-
|
|
2350
2361
|
declare type __VLS_Props_15 = {
|
|
2351
2362
|
divider?: boolean;
|
|
2352
2363
|
class?: ClassValue;
|
|
@@ -2357,6 +2368,14 @@ declare type __VLS_Props_15 = {
|
|
|
2357
2368
|
};
|
|
2358
2369
|
|
|
2359
2370
|
declare type __VLS_Props_150 = {
|
|
2371
|
+
class?: ClassValue;
|
|
2372
|
+
/** Override classes on individual slots */
|
|
2373
|
+
classNames?: Partial<{
|
|
2374
|
+
indicator: ClassValue;
|
|
2375
|
+
}>;
|
|
2376
|
+
};
|
|
2377
|
+
|
|
2378
|
+
declare type __VLS_Props_151 = {
|
|
2360
2379
|
/** Custom CSS classes for the root element */
|
|
2361
2380
|
class?: ClassValue;
|
|
2362
2381
|
/** Per-slot custom CSS class overrides */
|
|
@@ -2365,7 +2384,7 @@ declare type __VLS_Props_150 = {
|
|
|
2365
2384
|
}>;
|
|
2366
2385
|
};
|
|
2367
2386
|
|
|
2368
|
-
declare type
|
|
2387
|
+
declare type __VLS_Props_152 = {
|
|
2369
2388
|
class?: ClassValue;
|
|
2370
2389
|
/** Override classes for individual slots. */
|
|
2371
2390
|
classNames?: Partial<{
|
|
@@ -2373,7 +2392,7 @@ declare type __VLS_Props_151 = {
|
|
|
2373
2392
|
}>;
|
|
2374
2393
|
};
|
|
2375
2394
|
|
|
2376
|
-
declare type
|
|
2395
|
+
declare type __VLS_Props_153 = {
|
|
2377
2396
|
class?: ClassValue;
|
|
2378
2397
|
/** Custom classNames to override the default component slots */
|
|
2379
2398
|
classNames?: Partial<{
|
|
@@ -2381,7 +2400,7 @@ declare type __VLS_Props_152 = {
|
|
|
2381
2400
|
}>;
|
|
2382
2401
|
};
|
|
2383
2402
|
|
|
2384
|
-
declare type
|
|
2403
|
+
declare type __VLS_Props_154 = {
|
|
2385
2404
|
/** Additional CSS class for the root element. */
|
|
2386
2405
|
class?: ClassValue;
|
|
2387
2406
|
/** Per-slot class overrides. */
|
|
@@ -2390,7 +2409,7 @@ declare type __VLS_Props_153 = {
|
|
|
2390
2409
|
}>;
|
|
2391
2410
|
};
|
|
2392
2411
|
|
|
2393
|
-
declare type
|
|
2412
|
+
declare type __VLS_Props_155 = {
|
|
2394
2413
|
isExpanded?: boolean;
|
|
2395
2414
|
hasChildren?: boolean;
|
|
2396
2415
|
class?: ClassValue;
|
|
@@ -2400,7 +2419,7 @@ declare type __VLS_Props_154 = {
|
|
|
2400
2419
|
}>;
|
|
2401
2420
|
};
|
|
2402
2421
|
|
|
2403
|
-
declare type
|
|
2422
|
+
declare type __VLS_Props_156 = {
|
|
2404
2423
|
modelValue?: number | number[];
|
|
2405
2424
|
defaultValue?: number | number[];
|
|
2406
2425
|
min?: number;
|
|
@@ -2436,7 +2455,7 @@ declare type __VLS_Props_155 = {
|
|
|
2436
2455
|
}>;
|
|
2437
2456
|
};
|
|
2438
2457
|
|
|
2439
|
-
declare type
|
|
2458
|
+
declare type __VLS_Props_157 = {
|
|
2440
2459
|
value?: number | null;
|
|
2441
2460
|
minValue?: number;
|
|
2442
2461
|
maxValue?: number;
|
|
@@ -2462,7 +2481,7 @@ declare type __VLS_Props_156 = {
|
|
|
2462
2481
|
}>;
|
|
2463
2482
|
};
|
|
2464
2483
|
|
|
2465
|
-
declare type
|
|
2484
|
+
declare type __VLS_Props_158 = {
|
|
2466
2485
|
value?: number | null;
|
|
2467
2486
|
minValue?: number;
|
|
2468
2487
|
maxValue?: number;
|
|
@@ -2486,7 +2505,7 @@ declare type __VLS_Props_157 = {
|
|
|
2486
2505
|
}>;
|
|
2487
2506
|
};
|
|
2488
2507
|
|
|
2489
|
-
declare type
|
|
2508
|
+
declare type __VLS_Props_159 = {
|
|
2490
2509
|
value?: number;
|
|
2491
2510
|
minValue?: number;
|
|
2492
2511
|
maxValue?: number;
|
|
@@ -2507,7 +2526,11 @@ declare type __VLS_Props_158 = {
|
|
|
2507
2526
|
}>;
|
|
2508
2527
|
};
|
|
2509
2528
|
|
|
2510
|
-
declare type
|
|
2529
|
+
declare type __VLS_Props_16 = {
|
|
2530
|
+
class?: string;
|
|
2531
|
+
};
|
|
2532
|
+
|
|
2533
|
+
declare type __VLS_Props_160 = {
|
|
2511
2534
|
orientation?: 'vertical' | 'horizontal' | 'both';
|
|
2512
2535
|
hideScrollBar?: boolean;
|
|
2513
2536
|
size?: number;
|
|
@@ -2520,11 +2543,7 @@ declare type __VLS_Props_159 = {
|
|
|
2520
2543
|
}>;
|
|
2521
2544
|
};
|
|
2522
2545
|
|
|
2523
|
-
declare type
|
|
2524
|
-
class?: string;
|
|
2525
|
-
};
|
|
2526
|
-
|
|
2527
|
-
declare type __VLS_Props_160 = {
|
|
2546
|
+
declare type __VLS_Props_161 = {
|
|
2528
2547
|
class?: string;
|
|
2529
2548
|
viewportClass?: string;
|
|
2530
2549
|
type?: 'auto' | 'always' | 'scroll' | 'hover';
|
|
@@ -2532,7 +2551,7 @@ declare type __VLS_Props_160 = {
|
|
|
2532
2551
|
orientation?: 'vertical' | 'horizontal' | 'both';
|
|
2533
2552
|
};
|
|
2534
2553
|
|
|
2535
|
-
declare type
|
|
2554
|
+
declare type __VLS_Props_162 = {
|
|
2536
2555
|
defaultValue?: DateValue;
|
|
2537
2556
|
defaultPlaceholder?: DateValue;
|
|
2538
2557
|
minValue?: DateValue;
|
|
@@ -2572,7 +2591,7 @@ declare type __VLS_Props_161 = {
|
|
|
2572
2591
|
}>;
|
|
2573
2592
|
};
|
|
2574
2593
|
|
|
2575
|
-
declare type
|
|
2594
|
+
declare type __VLS_Props_163 = {
|
|
2576
2595
|
defaultValue?: DateRange | null;
|
|
2577
2596
|
defaultPlaceholder?: DateValue;
|
|
2578
2597
|
minValue?: DateValue;
|
|
@@ -2617,7 +2636,7 @@ declare type __VLS_Props_162 = {
|
|
|
2617
2636
|
}>;
|
|
2618
2637
|
};
|
|
2619
2638
|
|
|
2620
|
-
declare type
|
|
2639
|
+
declare type __VLS_Props_164 = {
|
|
2621
2640
|
defaultValue?: DateValue;
|
|
2622
2641
|
defaultPlaceholder?: DateValue;
|
|
2623
2642
|
minValue?: DateValue;
|
|
@@ -2645,13 +2664,13 @@ declare type __VLS_Props_163 = {
|
|
|
2645
2664
|
}>;
|
|
2646
2665
|
};
|
|
2647
2666
|
|
|
2648
|
-
declare type
|
|
2667
|
+
declare type __VLS_Props_165 = Props_9;
|
|
2649
2668
|
|
|
2650
|
-
declare type
|
|
2669
|
+
declare type __VLS_Props_166 = Props_10;
|
|
2651
2670
|
|
|
2652
|
-
declare type
|
|
2671
|
+
declare type __VLS_Props_167 = Props_11;
|
|
2653
2672
|
|
|
2654
|
-
declare type
|
|
2673
|
+
declare type __VLS_Props_168 = {
|
|
2655
2674
|
variant?: DateInputVariants['variant'];
|
|
2656
2675
|
size?: DateInputVariants['size'];
|
|
2657
2676
|
color?: DateInputVariants['color'];
|
|
@@ -2690,7 +2709,7 @@ declare type __VLS_Props_167 = {
|
|
|
2690
2709
|
}>;
|
|
2691
2710
|
};
|
|
2692
2711
|
|
|
2693
|
-
declare type
|
|
2712
|
+
declare type __VLS_Props_169 = {
|
|
2694
2713
|
variant?: DateRangeFieldVariants['variant'];
|
|
2695
2714
|
size?: DateRangeFieldVariants['size'];
|
|
2696
2715
|
color?: DateRangeFieldVariants['color'];
|
|
@@ -2729,7 +2748,11 @@ declare type __VLS_Props_168 = {
|
|
|
2729
2748
|
}>;
|
|
2730
2749
|
};
|
|
2731
2750
|
|
|
2732
|
-
declare type
|
|
2751
|
+
declare type __VLS_Props_17 = {
|
|
2752
|
+
class?: string;
|
|
2753
|
+
};
|
|
2754
|
+
|
|
2755
|
+
declare type __VLS_Props_170 = {
|
|
2733
2756
|
variant?: 'flat' | 'bordered' | 'faded' | 'underlined';
|
|
2734
2757
|
size?: 'sm' | 'md' | 'lg';
|
|
2735
2758
|
color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
|
|
@@ -2769,11 +2792,7 @@ declare type __VLS_Props_169 = {
|
|
|
2769
2792
|
isDateDisabled?: (date: DateValue) => boolean;
|
|
2770
2793
|
};
|
|
2771
2794
|
|
|
2772
|
-
declare type
|
|
2773
|
-
class?: string;
|
|
2774
|
-
};
|
|
2775
|
-
|
|
2776
|
-
declare type __VLS_Props_170 = {
|
|
2795
|
+
declare type __VLS_Props_171 = {
|
|
2777
2796
|
modelValue?: Color | string;
|
|
2778
2797
|
defaultValue?: Color | string;
|
|
2779
2798
|
xChannel?: ColorChannel;
|
|
@@ -2785,7 +2804,7 @@ declare type __VLS_Props_170 = {
|
|
|
2785
2804
|
thumbClass?: string;
|
|
2786
2805
|
};
|
|
2787
2806
|
|
|
2788
|
-
declare type
|
|
2807
|
+
declare type __VLS_Props_172 = {
|
|
2789
2808
|
modelValue?: Color | string;
|
|
2790
2809
|
defaultValue?: Color | string;
|
|
2791
2810
|
channel: ColorChannel;
|
|
@@ -2799,7 +2818,7 @@ declare type __VLS_Props_171 = {
|
|
|
2799
2818
|
outputClass?: string;
|
|
2800
2819
|
};
|
|
2801
2820
|
|
|
2802
|
-
declare type
|
|
2821
|
+
declare type __VLS_Props_173 = {
|
|
2803
2822
|
modelValue?: Color | string;
|
|
2804
2823
|
defaultValue?: Color | string;
|
|
2805
2824
|
label?: string;
|
|
@@ -2813,7 +2832,7 @@ declare type __VLS_Props_172 = {
|
|
|
2813
2832
|
ariaLabel?: string;
|
|
2814
2833
|
};
|
|
2815
2834
|
|
|
2816
|
-
declare type
|
|
2835
|
+
declare type __VLS_Props_174 = {
|
|
2817
2836
|
color?: Color | string;
|
|
2818
2837
|
colorName?: string;
|
|
2819
2838
|
shape?: ColorSwatchVariants['shape'];
|
|
@@ -2821,7 +2840,7 @@ declare type __VLS_Props_173 = {
|
|
|
2821
2840
|
class?: string;
|
|
2822
2841
|
};
|
|
2823
2842
|
|
|
2824
|
-
declare type
|
|
2843
|
+
declare type __VLS_Props_175 = {
|
|
2825
2844
|
modelValue?: string;
|
|
2826
2845
|
defaultValue?: string;
|
|
2827
2846
|
colors: (Color | string)[];
|
|
@@ -2831,7 +2850,7 @@ declare type __VLS_Props_174 = {
|
|
|
2831
2850
|
class?: string;
|
|
2832
2851
|
};
|
|
2833
2852
|
|
|
2834
|
-
declare type
|
|
2853
|
+
declare type __VLS_Props_176 = {
|
|
2835
2854
|
modelValue?: Color | string;
|
|
2836
2855
|
defaultValue?: Color | string;
|
|
2837
2856
|
label?: string;
|
|
@@ -2846,7 +2865,7 @@ declare type __VLS_Props_175 = {
|
|
|
2846
2865
|
class?: string;
|
|
2847
2866
|
};
|
|
2848
2867
|
|
|
2849
|
-
declare type
|
|
2868
|
+
declare type __VLS_Props_177 = {
|
|
2850
2869
|
modelValue?: string;
|
|
2851
2870
|
defaultValue?: string;
|
|
2852
2871
|
format?: ColorFormat;
|
|
@@ -2856,7 +2875,11 @@ declare type __VLS_Props_176 = {
|
|
|
2856
2875
|
};
|
|
2857
2876
|
|
|
2858
2877
|
declare type __VLS_Props_18 = {
|
|
2859
|
-
|
|
2878
|
+
/**
|
|
2879
|
+
* Visual style of the button.
|
|
2880
|
+
* @deprecated 'outline' — use 'bordered' instead.
|
|
2881
|
+
*/
|
|
2882
|
+
variant?: ButtonVariants['variant'] | 'outline';
|
|
2860
2883
|
color?: ButtonVariants['color'];
|
|
2861
2884
|
size?: ButtonVariants['size'];
|
|
2862
2885
|
radius?: ButtonVariants['radius'];
|
|
@@ -3321,7 +3344,8 @@ declare type __VLS_Props_63 = {
|
|
|
3321
3344
|
* and prevents accidental form submission / Enter-key propagation.
|
|
3322
3345
|
*/
|
|
3323
3346
|
declare type __VLS_Props_64 = {
|
|
3324
|
-
variant
|
|
3347
|
+
/** variant — use 'bordered' for the outline style; 'outline' is @deprecated */
|
|
3348
|
+
variant?: 'danger' | 'danger-soft' | 'primary' | 'secondary' | 'ghost' | 'bordered' | 'outline' | 'success' | 'success-soft' | 'warning' | 'warning-soft' | 'tertiary';
|
|
3325
3349
|
size?: 'sm' | 'md' | 'lg';
|
|
3326
3350
|
class?: ClassValue;
|
|
3327
3351
|
/** Override default classes for any slot. Keys correspond to slot names (e.g., base). */
|
|
@@ -3336,7 +3360,8 @@ declare type __VLS_Props_64 = {
|
|
|
3336
3360
|
* Wraps reka-ui AlertDialogCancel which renders <button type="button"> by default.
|
|
3337
3361
|
*/
|
|
3338
3362
|
declare type __VLS_Props_65 = {
|
|
3339
|
-
variant
|
|
3363
|
+
/** variant — use 'bordered' for the outline style; 'outline' is @deprecated */
|
|
3364
|
+
variant?: 'danger' | 'danger-soft' | 'primary' | 'secondary' | 'ghost' | 'bordered' | 'outline' | 'success' | 'success-soft' | 'warning' | 'warning-soft' | 'tertiary';
|
|
3340
3365
|
size?: 'sm' | 'md' | 'lg';
|
|
3341
3366
|
class?: ClassValue;
|
|
3342
3367
|
/** Per-slot class name overrides */
|
|
@@ -3354,6 +3379,19 @@ declare type __VLS_Props_67 = {
|
|
|
3354
3379
|
class?: string;
|
|
3355
3380
|
};
|
|
3356
3381
|
|
|
3382
|
+
/**
|
|
3383
|
+
* DrawerMain wraps the main content area inside a dock Drawer.
|
|
3384
|
+
* It fills the remaining flex space and stays visible while the drawer
|
|
3385
|
+
* panel slides in alongside it.
|
|
3386
|
+
*
|
|
3387
|
+
* Usage:
|
|
3388
|
+
* <Drawer dock placement="right">
|
|
3389
|
+
* <DrawerMain>
|
|
3390
|
+
* <YourPageContent />
|
|
3391
|
+
* </DrawerMain>
|
|
3392
|
+
* <DrawerContent>...</DrawerContent>
|
|
3393
|
+
* </Drawer>
|
|
3394
|
+
*/
|
|
3357
3395
|
declare type __VLS_Props_68 = {
|
|
3358
3396
|
class?: string;
|
|
3359
3397
|
};
|
|
@@ -3372,16 +3410,20 @@ declare type __VLS_Props_70 = {
|
|
|
3372
3410
|
};
|
|
3373
3411
|
|
|
3374
3412
|
declare type __VLS_Props_71 = {
|
|
3375
|
-
asChild?: boolean;
|
|
3376
3413
|
class?: string;
|
|
3377
3414
|
};
|
|
3378
3415
|
|
|
3379
3416
|
declare type __VLS_Props_72 = {
|
|
3380
|
-
|
|
3417
|
+
asChild?: boolean;
|
|
3381
3418
|
class?: string;
|
|
3382
3419
|
};
|
|
3383
3420
|
|
|
3384
3421
|
declare type __VLS_Props_73 = {
|
|
3422
|
+
as?: string;
|
|
3423
|
+
class?: string;
|
|
3424
|
+
};
|
|
3425
|
+
|
|
3426
|
+
declare type __VLS_Props_74 = {
|
|
3385
3427
|
modelValue?: string;
|
|
3386
3428
|
defaultValue?: string;
|
|
3387
3429
|
orientation?: 'horizontal' | 'vertical';
|
|
@@ -3396,7 +3438,7 @@ declare type __VLS_Props_73 = {
|
|
|
3396
3438
|
items?: TabShorthandItem[];
|
|
3397
3439
|
};
|
|
3398
3440
|
|
|
3399
|
-
declare type
|
|
3441
|
+
declare type __VLS_Props_75 = {
|
|
3400
3442
|
loop?: boolean;
|
|
3401
3443
|
overflow?: 'arrows' | 'dropdown';
|
|
3402
3444
|
class?: ClassValue;
|
|
@@ -3406,7 +3448,7 @@ declare type __VLS_Props_74 = {
|
|
|
3406
3448
|
}>;
|
|
3407
3449
|
};
|
|
3408
3450
|
|
|
3409
|
-
declare type
|
|
3451
|
+
declare type __VLS_Props_76 = {
|
|
3410
3452
|
value: string;
|
|
3411
3453
|
disabled?: boolean;
|
|
3412
3454
|
class?: ClassValue;
|
|
@@ -3416,7 +3458,7 @@ declare type __VLS_Props_75 = {
|
|
|
3416
3458
|
}>;
|
|
3417
3459
|
};
|
|
3418
3460
|
|
|
3419
|
-
declare type
|
|
3461
|
+
declare type __VLS_Props_77 = {
|
|
3420
3462
|
value: string;
|
|
3421
3463
|
forceMount?: boolean;
|
|
3422
3464
|
class?: ClassValue;
|
|
@@ -3426,7 +3468,7 @@ declare type __VLS_Props_76 = {
|
|
|
3426
3468
|
}>;
|
|
3427
3469
|
};
|
|
3428
3470
|
|
|
3429
|
-
declare type
|
|
3471
|
+
declare type __VLS_Props_78 = {
|
|
3430
3472
|
class?: ClassValue;
|
|
3431
3473
|
/** Override classes for individual slots */
|
|
3432
3474
|
classNames?: Partial<{
|
|
@@ -3434,7 +3476,7 @@ declare type __VLS_Props_77 = {
|
|
|
3434
3476
|
}>;
|
|
3435
3477
|
};
|
|
3436
3478
|
|
|
3437
|
-
declare type
|
|
3479
|
+
declare type __VLS_Props_79 = {
|
|
3438
3480
|
type: 'single' | 'multiple';
|
|
3439
3481
|
modelValue?: SingleValue | MultipleValue;
|
|
3440
3482
|
defaultValue?: SingleValue | MultipleValue;
|
|
@@ -3451,16 +3493,6 @@ declare type __VLS_Props_78 = {
|
|
|
3451
3493
|
items?: AccordionShorthandItem[];
|
|
3452
3494
|
};
|
|
3453
3495
|
|
|
3454
|
-
declare type __VLS_Props_79 = {
|
|
3455
|
-
value: string;
|
|
3456
|
-
disabled?: boolean;
|
|
3457
|
-
class?: ClassValue;
|
|
3458
|
-
/** Override classes on named slots */
|
|
3459
|
-
classNames?: Partial<{
|
|
3460
|
-
item: ClassValue;
|
|
3461
|
-
}>;
|
|
3462
|
-
};
|
|
3463
|
-
|
|
3464
3496
|
declare type __VLS_Props_8 = {
|
|
3465
3497
|
variant?: KbdVariants["variant"];
|
|
3466
3498
|
class?: ClassValue;
|
|
@@ -3473,6 +3505,16 @@ declare type __VLS_Props_8 = {
|
|
|
3473
3505
|
};
|
|
3474
3506
|
|
|
3475
3507
|
declare type __VLS_Props_80 = {
|
|
3508
|
+
value: string;
|
|
3509
|
+
disabled?: boolean;
|
|
3510
|
+
class?: ClassValue;
|
|
3511
|
+
/** Override classes on named slots */
|
|
3512
|
+
classNames?: Partial<{
|
|
3513
|
+
item: ClassValue;
|
|
3514
|
+
}>;
|
|
3515
|
+
};
|
|
3516
|
+
|
|
3517
|
+
declare type __VLS_Props_81 = {
|
|
3476
3518
|
/** Override classes on specific slots */
|
|
3477
3519
|
class?: ClassValue;
|
|
3478
3520
|
classNames?: Partial<{
|
|
@@ -3480,7 +3522,7 @@ declare type __VLS_Props_80 = {
|
|
|
3480
3522
|
}>;
|
|
3481
3523
|
};
|
|
3482
3524
|
|
|
3483
|
-
declare type
|
|
3525
|
+
declare type __VLS_Props_82 = {
|
|
3484
3526
|
class?: ClassValue;
|
|
3485
3527
|
/** Per-slot class overrides. */
|
|
3486
3528
|
classNames?: Partial<{
|
|
@@ -3489,7 +3531,7 @@ declare type __VLS_Props_81 = {
|
|
|
3489
3531
|
}>;
|
|
3490
3532
|
};
|
|
3491
3533
|
|
|
3492
|
-
declare type
|
|
3534
|
+
declare type __VLS_Props_83 = {
|
|
3493
3535
|
class?: ClassValue;
|
|
3494
3536
|
/** Per-slot class overrides */
|
|
3495
3537
|
classNames?: Partial<{
|
|
@@ -3498,7 +3540,7 @@ declare type __VLS_Props_82 = {
|
|
|
3498
3540
|
}>;
|
|
3499
3541
|
};
|
|
3500
3542
|
|
|
3501
|
-
declare type
|
|
3543
|
+
declare type __VLS_Props_84 = {
|
|
3502
3544
|
open?: boolean | null;
|
|
3503
3545
|
defaultOpen?: boolean;
|
|
3504
3546
|
disabled?: boolean;
|
|
@@ -3509,7 +3551,7 @@ declare type __VLS_Props_83 = {
|
|
|
3509
3551
|
}>;
|
|
3510
3552
|
};
|
|
3511
3553
|
|
|
3512
|
-
declare type
|
|
3554
|
+
declare type __VLS_Props_85 = {
|
|
3513
3555
|
class?: ClassValue;
|
|
3514
3556
|
/** Classnames for individual slots */
|
|
3515
3557
|
classNames?: Partial<{
|
|
@@ -3518,7 +3560,7 @@ declare type __VLS_Props_84 = {
|
|
|
3518
3560
|
}>;
|
|
3519
3561
|
};
|
|
3520
3562
|
|
|
3521
|
-
declare type
|
|
3563
|
+
declare type __VLS_Props_86 = {
|
|
3522
3564
|
/** Override the default class for the root element. */
|
|
3523
3565
|
class?: ClassValue;
|
|
3524
3566
|
/** Override classes for individual slots. */
|
|
@@ -3528,7 +3570,7 @@ declare type __VLS_Props_85 = {
|
|
|
3528
3570
|
}>;
|
|
3529
3571
|
};
|
|
3530
3572
|
|
|
3531
|
-
declare type
|
|
3573
|
+
declare type __VLS_Props_87 = {
|
|
3532
3574
|
singleOpen?: boolean;
|
|
3533
3575
|
class?: ClassValue;
|
|
3534
3576
|
/** Override classes for individual slots */
|
|
@@ -3539,7 +3581,7 @@ declare type __VLS_Props_86 = {
|
|
|
3539
3581
|
items?: CollapsibleShorthandItem[];
|
|
3540
3582
|
};
|
|
3541
3583
|
|
|
3542
|
-
declare type
|
|
3584
|
+
declare type __VLS_Props_88 = {
|
|
3543
3585
|
maxItems?: number;
|
|
3544
3586
|
class?: ClassValue;
|
|
3545
3587
|
/** Override classes on any named slot. */
|
|
@@ -3551,7 +3593,7 @@ declare type __VLS_Props_87 = {
|
|
|
3551
3593
|
items?: BreadcrumbShorthandItem[];
|
|
3552
3594
|
};
|
|
3553
3595
|
|
|
3554
|
-
declare type
|
|
3596
|
+
declare type __VLS_Props_89 = {
|
|
3555
3597
|
href?: string;
|
|
3556
3598
|
isLast?: boolean;
|
|
3557
3599
|
class?: ClassValue;
|
|
@@ -3566,13 +3608,6 @@ declare type __VLS_Props_88 = {
|
|
|
3566
3608
|
}>;
|
|
3567
3609
|
};
|
|
3568
3610
|
|
|
3569
|
-
declare type __VLS_Props_89 = {
|
|
3570
|
-
orientation?: 'horizontal' | 'vertical';
|
|
3571
|
-
loop?: boolean;
|
|
3572
|
-
isAttached?: boolean;
|
|
3573
|
-
class?: string;
|
|
3574
|
-
};
|
|
3575
|
-
|
|
3576
3611
|
declare type __VLS_Props_9 = {
|
|
3577
3612
|
color?: BadgeVariants["color"];
|
|
3578
3613
|
size?: BadgeVariants["size"];
|
|
@@ -3588,6 +3623,13 @@ declare type __VLS_Props_9 = {
|
|
|
3588
3623
|
};
|
|
3589
3624
|
|
|
3590
3625
|
declare type __VLS_Props_90 = {
|
|
3626
|
+
orientation?: 'horizontal' | 'vertical';
|
|
3627
|
+
loop?: boolean;
|
|
3628
|
+
isAttached?: boolean;
|
|
3629
|
+
class?: string;
|
|
3630
|
+
};
|
|
3631
|
+
|
|
3632
|
+
declare type __VLS_Props_91 = {
|
|
3591
3633
|
variant?: ToggleButtonVariants['variant'];
|
|
3592
3634
|
size?: ToggleButtonVariants['size'];
|
|
3593
3635
|
isIconOnly?: boolean;
|
|
@@ -3595,16 +3637,16 @@ declare type __VLS_Props_90 = {
|
|
|
3595
3637
|
class?: string;
|
|
3596
3638
|
};
|
|
3597
3639
|
|
|
3598
|
-
declare type
|
|
3640
|
+
declare type __VLS_Props_92 = {
|
|
3599
3641
|
href?: string;
|
|
3600
3642
|
class?: string;
|
|
3601
3643
|
};
|
|
3602
3644
|
|
|
3603
|
-
declare type
|
|
3645
|
+
declare type __VLS_Props_93 = {
|
|
3604
3646
|
class?: string;
|
|
3605
3647
|
};
|
|
3606
3648
|
|
|
3607
|
-
declare type
|
|
3649
|
+
declare type __VLS_Props_94 = {
|
|
3608
3650
|
type: 'single' | 'multiple';
|
|
3609
3651
|
modelValue?: Single | Multi;
|
|
3610
3652
|
defaultValue?: Single | Multi;
|
|
@@ -3616,7 +3658,7 @@ declare type __VLS_Props_93 = {
|
|
|
3616
3658
|
items?: ToolbarToggleShorthandItem[];
|
|
3617
3659
|
};
|
|
3618
3660
|
|
|
3619
|
-
declare type
|
|
3661
|
+
declare type __VLS_Props_95 = {
|
|
3620
3662
|
value: string;
|
|
3621
3663
|
variant?: ToggleButtonVariants['variant'];
|
|
3622
3664
|
size?: ToggleButtonVariants['size'];
|
|
@@ -3625,7 +3667,7 @@ declare type __VLS_Props_94 = {
|
|
|
3625
3667
|
class?: string;
|
|
3626
3668
|
};
|
|
3627
3669
|
|
|
3628
|
-
declare type
|
|
3670
|
+
declare type __VLS_Props_96 = {
|
|
3629
3671
|
/** Severity/status of the alert */
|
|
3630
3672
|
severity?: AlertSeverity;
|
|
3631
3673
|
/** Whether the alert can be dismissed by the user */
|
|
@@ -3634,10 +3676,6 @@ declare type __VLS_Props_95 = {
|
|
|
3634
3676
|
class?: string;
|
|
3635
3677
|
};
|
|
3636
3678
|
|
|
3637
|
-
declare type __VLS_Props_96 = {
|
|
3638
|
-
class?: string;
|
|
3639
|
-
};
|
|
3640
|
-
|
|
3641
3679
|
declare type __VLS_Props_97 = {
|
|
3642
3680
|
class?: string;
|
|
3643
3681
|
};
|
|
@@ -3647,16 +3685,7 @@ declare type __VLS_Props_98 = {
|
|
|
3647
3685
|
};
|
|
3648
3686
|
|
|
3649
3687
|
declare type __VLS_Props_99 = {
|
|
3650
|
-
|
|
3651
|
-
label?: string;
|
|
3652
|
-
/** Default auto-dismiss duration in ms for all toasts */
|
|
3653
|
-
duration?: number;
|
|
3654
|
-
/** Disable swipe-to-dismiss gesture */
|
|
3655
|
-
disableSwipe?: boolean;
|
|
3656
|
-
/** Direction of swipe that dismisses the toast */
|
|
3657
|
-
swipeDirection?: 'up' | 'down' | 'left' | 'right';
|
|
3658
|
-
/** Swipe distance threshold in pixels before close triggers */
|
|
3659
|
-
swipeThreshold?: number;
|
|
3688
|
+
class?: string;
|
|
3660
3689
|
};
|
|
3661
3690
|
|
|
3662
3691
|
declare type __VLS_PublicProps = {
|
|
@@ -3665,30 +3694,30 @@ declare type __VLS_PublicProps = {
|
|
|
3665
3694
|
|
|
3666
3695
|
declare type __VLS_PublicProps_10 = {
|
|
3667
3696
|
modelValue?: DateValue | null | undefined;
|
|
3668
|
-
} &
|
|
3697
|
+
} & __VLS_Props_165;
|
|
3669
3698
|
|
|
3670
3699
|
declare type __VLS_PublicProps_11 = {
|
|
3671
3700
|
modelValue?: DateRange_2 | null | undefined;
|
|
3672
|
-
} &
|
|
3701
|
+
} & __VLS_Props_166;
|
|
3673
3702
|
|
|
3674
3703
|
declare type __VLS_PublicProps_12 = {
|
|
3675
3704
|
modelValue?: TimeValue | null | undefined;
|
|
3676
|
-
} &
|
|
3705
|
+
} & __VLS_Props_167;
|
|
3677
3706
|
|
|
3678
3707
|
declare type __VLS_PublicProps_13 = {
|
|
3679
3708
|
'modelValue'?: DateValue | null | undefined;
|
|
3680
3709
|
'open'?: boolean;
|
|
3681
|
-
} &
|
|
3710
|
+
} & __VLS_Props_168;
|
|
3682
3711
|
|
|
3683
3712
|
declare type __VLS_PublicProps_14 = {
|
|
3684
3713
|
'modelValue'?: DateRangePickerRange | null | undefined;
|
|
3685
3714
|
'open'?: boolean;
|
|
3686
|
-
} &
|
|
3715
|
+
} & __VLS_Props_169;
|
|
3687
3716
|
|
|
3688
3717
|
declare type __VLS_PublicProps_15 = {
|
|
3689
3718
|
'modelValue'?: CalendarDateTime | null | undefined;
|
|
3690
3719
|
'open'?: boolean;
|
|
3691
|
-
} &
|
|
3720
|
+
} & __VLS_Props_170;
|
|
3692
3721
|
|
|
3693
3722
|
declare type __VLS_PublicProps_2 = {
|
|
3694
3723
|
modelValue?: string | number | null;
|
|
@@ -3704,7 +3733,7 @@ declare type __VLS_PublicProps_4 = {
|
|
|
3704
3733
|
|
|
3705
3734
|
declare type __VLS_PublicProps_5 = {
|
|
3706
3735
|
'isSelected'?: boolean;
|
|
3707
|
-
} &
|
|
3736
|
+
} & __VLS_Props_117;
|
|
3708
3737
|
|
|
3709
3738
|
declare type __VLS_PublicProps_6 = {
|
|
3710
3739
|
modelValue?: AcceptableValue;
|
|
@@ -3712,16 +3741,16 @@ declare type __VLS_PublicProps_6 = {
|
|
|
3712
3741
|
|
|
3713
3742
|
declare type __VLS_PublicProps_7 = {
|
|
3714
3743
|
modelValue?: DateValue;
|
|
3715
|
-
} &
|
|
3744
|
+
} & __VLS_Props_162;
|
|
3716
3745
|
|
|
3717
3746
|
declare type __VLS_PublicProps_8 = {
|
|
3718
3747
|
modelValue?: DateRange | null;
|
|
3719
|
-
} &
|
|
3748
|
+
} & __VLS_Props_163;
|
|
3720
3749
|
|
|
3721
3750
|
declare type __VLS_PublicProps_9 = {
|
|
3722
3751
|
modelValue?: DateValue | undefined;
|
|
3723
3752
|
'placeholder'?: DateValue | undefined;
|
|
3724
|
-
} &
|
|
3753
|
+
} & __VLS_Props_164;
|
|
3725
3754
|
|
|
3726
3755
|
declare function __VLS_template(): {
|
|
3727
3756
|
attrs: Partial<{}>;
|
|
@@ -3744,13 +3773,24 @@ declare function __VLS_template_10(): {
|
|
|
3744
3773
|
declare function __VLS_template_100(): {
|
|
3745
3774
|
attrs: Partial<{}>;
|
|
3746
3775
|
slots: {
|
|
3776
|
+
startContent?(_: {}): any;
|
|
3747
3777
|
default?(_: {}): any;
|
|
3778
|
+
selectorIcon?(_: {}): any;
|
|
3748
3779
|
};
|
|
3749
3780
|
refs: {};
|
|
3750
3781
|
rootEl: any;
|
|
3751
3782
|
};
|
|
3752
3783
|
|
|
3753
3784
|
declare function __VLS_template_101(): {
|
|
3785
|
+
attrs: Partial<{}>;
|
|
3786
|
+
slots: {
|
|
3787
|
+
default?(_: {}): any;
|
|
3788
|
+
};
|
|
3789
|
+
refs: {};
|
|
3790
|
+
rootEl: any;
|
|
3791
|
+
};
|
|
3792
|
+
|
|
3793
|
+
declare function __VLS_template_102(): {
|
|
3754
3794
|
attrs: Partial<{}>;
|
|
3755
3795
|
slots: {
|
|
3756
3796
|
startContent?(_: {}): any;
|
|
@@ -3807,15 +3847,6 @@ declare function __VLS_template_101(): {
|
|
|
3807
3847
|
rootEl: any;
|
|
3808
3848
|
};
|
|
3809
3849
|
|
|
3810
|
-
declare function __VLS_template_102(): {
|
|
3811
|
-
attrs: Partial<{}>;
|
|
3812
|
-
slots: {
|
|
3813
|
-
default?(_: {}): any;
|
|
3814
|
-
};
|
|
3815
|
-
refs: {};
|
|
3816
|
-
rootEl: any;
|
|
3817
|
-
};
|
|
3818
|
-
|
|
3819
3850
|
declare function __VLS_template_103(): {
|
|
3820
3851
|
attrs: Partial<{}>;
|
|
3821
3852
|
slots: {
|
|
@@ -3837,9 +3868,7 @@ declare function __VLS_template_104(): {
|
|
|
3837
3868
|
declare function __VLS_template_105(): {
|
|
3838
3869
|
attrs: Partial<{}>;
|
|
3839
3870
|
slots: {
|
|
3840
|
-
startContent?(_: {}): any;
|
|
3841
3871
|
default?(_: {}): any;
|
|
3842
|
-
endContent?(_: {}): any;
|
|
3843
3872
|
};
|
|
3844
3873
|
refs: {};
|
|
3845
3874
|
rootEl: any;
|
|
@@ -3848,7 +3877,9 @@ declare function __VLS_template_105(): {
|
|
|
3848
3877
|
declare function __VLS_template_106(): {
|
|
3849
3878
|
attrs: Partial<{}>;
|
|
3850
3879
|
slots: {
|
|
3880
|
+
startContent?(_: {}): any;
|
|
3851
3881
|
default?(_: {}): any;
|
|
3882
|
+
endContent?(_: {}): any;
|
|
3852
3883
|
};
|
|
3853
3884
|
refs: {};
|
|
3854
3885
|
rootEl: any;
|
|
@@ -3900,6 +3931,15 @@ declare function __VLS_template_110(): {
|
|
|
3900
3931
|
};
|
|
3901
3932
|
|
|
3902
3933
|
declare function __VLS_template_111(): {
|
|
3934
|
+
attrs: Partial<{}>;
|
|
3935
|
+
slots: {
|
|
3936
|
+
default?(_: {}): any;
|
|
3937
|
+
};
|
|
3938
|
+
refs: {};
|
|
3939
|
+
rootEl: any;
|
|
3940
|
+
};
|
|
3941
|
+
|
|
3942
|
+
declare function __VLS_template_112(): {
|
|
3903
3943
|
attrs: Partial<{}>;
|
|
3904
3944
|
slots: {
|
|
3905
3945
|
default?(_: {}): any;
|
|
@@ -3955,7 +3995,7 @@ declare function __VLS_template_111(): {
|
|
|
3955
3995
|
rootEl: any;
|
|
3956
3996
|
};
|
|
3957
3997
|
|
|
3958
|
-
declare function
|
|
3998
|
+
declare function __VLS_template_113(): {
|
|
3959
3999
|
attrs: Partial<{}>;
|
|
3960
4000
|
slots: {
|
|
3961
4001
|
default?(_: {}): any;
|
|
@@ -3964,7 +4004,7 @@ declare function __VLS_template_112(): {
|
|
|
3964
4004
|
rootEl: any;
|
|
3965
4005
|
};
|
|
3966
4006
|
|
|
3967
|
-
declare function
|
|
4007
|
+
declare function __VLS_template_114(): {
|
|
3968
4008
|
attrs: Partial<{}>;
|
|
3969
4009
|
slots: {
|
|
3970
4010
|
default?(_: {}): any;
|
|
@@ -3976,7 +4016,7 @@ declare function __VLS_template_113(): {
|
|
|
3976
4016
|
rootEl: HTMLDivElement;
|
|
3977
4017
|
};
|
|
3978
4018
|
|
|
3979
|
-
declare function
|
|
4019
|
+
declare function __VLS_template_115(): {
|
|
3980
4020
|
attrs: Partial<{}>;
|
|
3981
4021
|
slots: {
|
|
3982
4022
|
clearIcon?(_: {}): any;
|
|
@@ -3986,7 +4026,7 @@ declare function __VLS_template_114(): {
|
|
|
3986
4026
|
rootEl: any;
|
|
3987
4027
|
};
|
|
3988
4028
|
|
|
3989
|
-
declare function
|
|
4029
|
+
declare function __VLS_template_116(): {
|
|
3990
4030
|
attrs: Partial<{}>;
|
|
3991
4031
|
slots: {
|
|
3992
4032
|
default?(_: {}): any;
|
|
@@ -3996,7 +4036,7 @@ declare function __VLS_template_115(): {
|
|
|
3996
4036
|
rootEl: any;
|
|
3997
4037
|
};
|
|
3998
4038
|
|
|
3999
|
-
declare function
|
|
4039
|
+
declare function __VLS_template_117(): {
|
|
4000
4040
|
attrs: Partial<{}>;
|
|
4001
4041
|
slots: {
|
|
4002
4042
|
startContent?(_: {}): any;
|
|
@@ -4008,7 +4048,7 @@ declare function __VLS_template_116(): {
|
|
|
4008
4048
|
rootEl: any;
|
|
4009
4049
|
};
|
|
4010
4050
|
|
|
4011
|
-
declare function
|
|
4051
|
+
declare function __VLS_template_118(): {
|
|
4012
4052
|
attrs: Partial<{}>;
|
|
4013
4053
|
slots: {
|
|
4014
4054
|
default?(_: {}): any;
|
|
@@ -4017,7 +4057,7 @@ declare function __VLS_template_117(): {
|
|
|
4017
4057
|
rootEl: any;
|
|
4018
4058
|
};
|
|
4019
4059
|
|
|
4020
|
-
declare function
|
|
4060
|
+
declare function __VLS_template_119(): {
|
|
4021
4061
|
attrs: Partial<{}>;
|
|
4022
4062
|
slots: {
|
|
4023
4063
|
default?(_: any): any;
|
|
@@ -4029,7 +4069,16 @@ declare function __VLS_template_118(): {
|
|
|
4029
4069
|
rootEl: any;
|
|
4030
4070
|
};
|
|
4031
4071
|
|
|
4032
|
-
declare function
|
|
4072
|
+
declare function __VLS_template_12(): {
|
|
4073
|
+
attrs: Partial<{}>;
|
|
4074
|
+
slots: {
|
|
4075
|
+
default?(_: {}): any;
|
|
4076
|
+
};
|
|
4077
|
+
refs: {};
|
|
4078
|
+
rootEl: HTMLDivElement;
|
|
4079
|
+
};
|
|
4080
|
+
|
|
4081
|
+
declare function __VLS_template_120(): {
|
|
4033
4082
|
attrs: Partial<{}>;
|
|
4034
4083
|
slots: {
|
|
4035
4084
|
startContent?(_: {}): any;
|
|
@@ -4086,16 +4135,7 @@ declare function __VLS_template_119(): {
|
|
|
4086
4135
|
rootEl: any;
|
|
4087
4136
|
};
|
|
4088
4137
|
|
|
4089
|
-
declare function
|
|
4090
|
-
attrs: Partial<{}>;
|
|
4091
|
-
slots: {
|
|
4092
|
-
default?(_: {}): any;
|
|
4093
|
-
};
|
|
4094
|
-
refs: {};
|
|
4095
|
-
rootEl: HTMLDivElement;
|
|
4096
|
-
};
|
|
4097
|
-
|
|
4098
|
-
declare function __VLS_template_120(): {
|
|
4138
|
+
declare function __VLS_template_121(): {
|
|
4099
4139
|
attrs: Partial<{}>;
|
|
4100
4140
|
slots: {
|
|
4101
4141
|
default?(_: {}): any;
|
|
@@ -4105,7 +4145,7 @@ declare function __VLS_template_120(): {
|
|
|
4105
4145
|
rootEl: any;
|
|
4106
4146
|
};
|
|
4107
4147
|
|
|
4108
|
-
declare function
|
|
4148
|
+
declare function __VLS_template_122(): {
|
|
4109
4149
|
attrs: Partial<{}>;
|
|
4110
4150
|
slots: {
|
|
4111
4151
|
startContent?(_: {}): any;
|
|
@@ -4118,7 +4158,7 @@ declare function __VLS_template_121(): {
|
|
|
4118
4158
|
rootEl: any;
|
|
4119
4159
|
};
|
|
4120
4160
|
|
|
4121
|
-
declare function
|
|
4161
|
+
declare function __VLS_template_123(): {
|
|
4122
4162
|
attrs: Partial<{}>;
|
|
4123
4163
|
slots: {
|
|
4124
4164
|
default?(_: {
|
|
@@ -4129,7 +4169,7 @@ declare function __VLS_template_122(): {
|
|
|
4129
4169
|
rootEl: any;
|
|
4130
4170
|
};
|
|
4131
4171
|
|
|
4132
|
-
declare function
|
|
4172
|
+
declare function __VLS_template_124(): {
|
|
4133
4173
|
attrs: Partial<{}>;
|
|
4134
4174
|
slots: {
|
|
4135
4175
|
default?(_: {}): any;
|
|
@@ -4139,7 +4179,7 @@ declare function __VLS_template_123(): {
|
|
|
4139
4179
|
rootEl: any;
|
|
4140
4180
|
};
|
|
4141
4181
|
|
|
4142
|
-
declare function
|
|
4182
|
+
declare function __VLS_template_125(): {
|
|
4143
4183
|
attrs: Partial<{}>;
|
|
4144
4184
|
slots: {
|
|
4145
4185
|
default?(_: {
|
|
@@ -4158,22 +4198,13 @@ declare function __VLS_template_124(): {
|
|
|
4158
4198
|
rootEl: any;
|
|
4159
4199
|
};
|
|
4160
4200
|
|
|
4161
|
-
declare function __VLS_template_125(): {
|
|
4162
|
-
attrs: Partial<{}>;
|
|
4163
|
-
slots: {
|
|
4164
|
-
default?(_: {}): any;
|
|
4165
|
-
};
|
|
4166
|
-
refs: {};
|
|
4167
|
-
rootEl: HTMLSpanElement;
|
|
4168
|
-
};
|
|
4169
|
-
|
|
4170
4201
|
declare function __VLS_template_126(): {
|
|
4171
4202
|
attrs: Partial<{}>;
|
|
4172
4203
|
slots: {
|
|
4173
4204
|
default?(_: {}): any;
|
|
4174
4205
|
};
|
|
4175
4206
|
refs: {};
|
|
4176
|
-
rootEl:
|
|
4207
|
+
rootEl: HTMLSpanElement;
|
|
4177
4208
|
};
|
|
4178
4209
|
|
|
4179
4210
|
declare function __VLS_template_127(): {
|
|
@@ -4222,6 +4253,15 @@ declare function __VLS_template_130(): {
|
|
|
4222
4253
|
};
|
|
4223
4254
|
|
|
4224
4255
|
declare function __VLS_template_131(): {
|
|
4256
|
+
attrs: Partial<{}>;
|
|
4257
|
+
slots: {
|
|
4258
|
+
default?(_: {}): any;
|
|
4259
|
+
};
|
|
4260
|
+
refs: {};
|
|
4261
|
+
rootEl: any;
|
|
4262
|
+
};
|
|
4263
|
+
|
|
4264
|
+
declare function __VLS_template_132(): {
|
|
4225
4265
|
attrs: Partial<{}>;
|
|
4226
4266
|
slots: {
|
|
4227
4267
|
cell?(_: {
|
|
@@ -4269,7 +4309,7 @@ declare function __VLS_template_131(): {
|
|
|
4269
4309
|
rootEl: HTMLDivElement;
|
|
4270
4310
|
};
|
|
4271
4311
|
|
|
4272
|
-
declare function
|
|
4312
|
+
declare function __VLS_template_133(): {
|
|
4273
4313
|
attrs: Partial<{}>;
|
|
4274
4314
|
slots: {
|
|
4275
4315
|
cell?(_: {
|
|
@@ -4283,7 +4323,7 @@ declare function __VLS_template_132(): {
|
|
|
4283
4323
|
rootEl: HTMLTableSectionElement;
|
|
4284
4324
|
};
|
|
4285
4325
|
|
|
4286
|
-
declare function
|
|
4326
|
+
declare function __VLS_template_134(): {
|
|
4287
4327
|
attrs: Partial<{}>;
|
|
4288
4328
|
slots: {
|
|
4289
4329
|
default?(_: {}): any;
|
|
@@ -4292,7 +4332,7 @@ declare function __VLS_template_133(): {
|
|
|
4292
4332
|
rootEl: HTMLTableRowElement;
|
|
4293
4333
|
};
|
|
4294
4334
|
|
|
4295
|
-
declare function
|
|
4335
|
+
declare function __VLS_template_135(): {
|
|
4296
4336
|
attrs: Partial<{}>;
|
|
4297
4337
|
slots: {
|
|
4298
4338
|
default?(_: {}): any;
|
|
@@ -4301,7 +4341,7 @@ declare function __VLS_template_134(): {
|
|
|
4301
4341
|
rootEl: HTMLTableCellElement;
|
|
4302
4342
|
};
|
|
4303
4343
|
|
|
4304
|
-
declare function
|
|
4344
|
+
declare function __VLS_template_136(): {
|
|
4305
4345
|
attrs: Partial<{}>;
|
|
4306
4346
|
slots: {
|
|
4307
4347
|
default?(_: {}): any;
|
|
@@ -4310,7 +4350,7 @@ declare function __VLS_template_135(): {
|
|
|
4310
4350
|
rootEl: HTMLTableCellElement;
|
|
4311
4351
|
};
|
|
4312
4352
|
|
|
4313
|
-
declare function
|
|
4353
|
+
declare function __VLS_template_137(): {
|
|
4314
4354
|
attrs: Partial<{}>;
|
|
4315
4355
|
slots: {
|
|
4316
4356
|
default?(_: {}): any;
|
|
@@ -4319,7 +4359,7 @@ declare function __VLS_template_136(): {
|
|
|
4319
4359
|
rootEl: HTMLTableSectionElement;
|
|
4320
4360
|
};
|
|
4321
4361
|
|
|
4322
|
-
declare function
|
|
4362
|
+
declare function __VLS_template_138(): {
|
|
4323
4363
|
attrs: Partial<{}>;
|
|
4324
4364
|
slots: {
|
|
4325
4365
|
fallback?(_: {}): any;
|
|
@@ -4328,7 +4368,7 @@ declare function __VLS_template_137(): {
|
|
|
4328
4368
|
rootEl: any;
|
|
4329
4369
|
};
|
|
4330
4370
|
|
|
4331
|
-
declare function
|
|
4371
|
+
declare function __VLS_template_139(): {
|
|
4332
4372
|
attrs: Partial<{}>;
|
|
4333
4373
|
slots: Readonly<{
|
|
4334
4374
|
default?(): VNode[];
|
|
@@ -4339,25 +4379,25 @@ declare function __VLS_template_138(): {
|
|
|
4339
4379
|
rootEl: HTMLDivElement;
|
|
4340
4380
|
};
|
|
4341
4381
|
|
|
4342
|
-
declare function
|
|
4382
|
+
declare function __VLS_template_14(): {
|
|
4343
4383
|
attrs: Partial<{}>;
|
|
4344
4384
|
slots: {
|
|
4345
4385
|
default?(_: {}): any;
|
|
4346
4386
|
};
|
|
4347
4387
|
refs: {};
|
|
4348
|
-
rootEl:
|
|
4388
|
+
rootEl: HTMLDivElement;
|
|
4349
4389
|
};
|
|
4350
4390
|
|
|
4351
|
-
declare function
|
|
4391
|
+
declare function __VLS_template_140(): {
|
|
4352
4392
|
attrs: Partial<{}>;
|
|
4353
4393
|
slots: {
|
|
4354
4394
|
default?(_: {}): any;
|
|
4355
4395
|
};
|
|
4356
4396
|
refs: {};
|
|
4357
|
-
rootEl:
|
|
4397
|
+
rootEl: any;
|
|
4358
4398
|
};
|
|
4359
4399
|
|
|
4360
|
-
declare function
|
|
4400
|
+
declare function __VLS_template_141(): {
|
|
4361
4401
|
attrs: Partial<{}>;
|
|
4362
4402
|
slots: {
|
|
4363
4403
|
default?(_: {}): any;
|
|
@@ -4366,7 +4406,7 @@ declare function __VLS_template_140(): {
|
|
|
4366
4406
|
rootEl: any;
|
|
4367
4407
|
};
|
|
4368
4408
|
|
|
4369
|
-
declare function
|
|
4409
|
+
declare function __VLS_template_142(): {
|
|
4370
4410
|
attrs: Partial<{}>;
|
|
4371
4411
|
slots: {
|
|
4372
4412
|
default?(_: {}): any;
|
|
@@ -4375,7 +4415,7 @@ declare function __VLS_template_141(): {
|
|
|
4375
4415
|
rootEl: any;
|
|
4376
4416
|
};
|
|
4377
4417
|
|
|
4378
|
-
declare function
|
|
4418
|
+
declare function __VLS_template_143(): {
|
|
4379
4419
|
attrs: Partial<{}>;
|
|
4380
4420
|
slots: {
|
|
4381
4421
|
default?(_: {}): any;
|
|
@@ -4384,7 +4424,7 @@ declare function __VLS_template_142(): {
|
|
|
4384
4424
|
rootEl: any;
|
|
4385
4425
|
};
|
|
4386
4426
|
|
|
4387
|
-
declare function
|
|
4427
|
+
declare function __VLS_template_144(): {
|
|
4388
4428
|
attrs: Partial<{}>;
|
|
4389
4429
|
slots: {
|
|
4390
4430
|
default?(_: {}): any;
|
|
@@ -4393,7 +4433,7 @@ declare function __VLS_template_143(): {
|
|
|
4393
4433
|
rootEl: HTMLDivElement;
|
|
4394
4434
|
};
|
|
4395
4435
|
|
|
4396
|
-
declare function
|
|
4436
|
+
declare function __VLS_template_145(): {
|
|
4397
4437
|
attrs: Partial<{}>;
|
|
4398
4438
|
slots: {
|
|
4399
4439
|
default?(_: {
|
|
@@ -4408,7 +4448,7 @@ declare function __VLS_template_144(): {
|
|
|
4408
4448
|
rootEl: HTMLDivElement;
|
|
4409
4449
|
};
|
|
4410
4450
|
|
|
4411
|
-
declare function
|
|
4451
|
+
declare function __VLS_template_146(): {
|
|
4412
4452
|
attrs: Partial<{}>;
|
|
4413
4453
|
slots: {
|
|
4414
4454
|
default?(_: {}): any;
|
|
@@ -4417,7 +4457,7 @@ declare function __VLS_template_145(): {
|
|
|
4417
4457
|
rootEl: HTMLDivElement;
|
|
4418
4458
|
};
|
|
4419
4459
|
|
|
4420
|
-
declare function
|
|
4460
|
+
declare function __VLS_template_147(): {
|
|
4421
4461
|
attrs: Partial<{}>;
|
|
4422
4462
|
slots: {
|
|
4423
4463
|
default?(_: {}): any;
|
|
@@ -4426,7 +4466,7 @@ declare function __VLS_template_146(): {
|
|
|
4426
4466
|
rootEl: HTMLParagraphElement;
|
|
4427
4467
|
};
|
|
4428
4468
|
|
|
4429
|
-
declare function
|
|
4469
|
+
declare function __VLS_template_148(): {
|
|
4430
4470
|
attrs: Partial<{}>;
|
|
4431
4471
|
slots: {
|
|
4432
4472
|
default?(_: {}): any;
|
|
@@ -4435,7 +4475,7 @@ declare function __VLS_template_147(): {
|
|
|
4435
4475
|
rootEl: HTMLParagraphElement;
|
|
4436
4476
|
};
|
|
4437
4477
|
|
|
4438
|
-
declare function
|
|
4478
|
+
declare function __VLS_template_149(): {
|
|
4439
4479
|
attrs: Partial<{}>;
|
|
4440
4480
|
slots: {
|
|
4441
4481
|
default?(_: {}): any;
|
|
@@ -4444,25 +4484,25 @@ declare function __VLS_template_148(): {
|
|
|
4444
4484
|
rootEl: HTMLDivElement;
|
|
4445
4485
|
};
|
|
4446
4486
|
|
|
4447
|
-
declare function
|
|
4487
|
+
declare function __VLS_template_15(): {
|
|
4448
4488
|
attrs: Partial<{}>;
|
|
4449
4489
|
slots: {
|
|
4450
4490
|
default?(_: {}): any;
|
|
4451
4491
|
};
|
|
4452
4492
|
refs: {};
|
|
4453
|
-
rootEl:
|
|
4493
|
+
rootEl: HTMLDivElement;
|
|
4454
4494
|
};
|
|
4455
4495
|
|
|
4456
|
-
declare function
|
|
4496
|
+
declare function __VLS_template_150(): {
|
|
4457
4497
|
attrs: Partial<{}>;
|
|
4458
4498
|
slots: {
|
|
4459
4499
|
default?(_: {}): any;
|
|
4460
4500
|
};
|
|
4461
4501
|
refs: {};
|
|
4462
|
-
rootEl:
|
|
4502
|
+
rootEl: HTMLButtonElement;
|
|
4463
4503
|
};
|
|
4464
4504
|
|
|
4465
|
-
declare function
|
|
4505
|
+
declare function __VLS_template_151(): {
|
|
4466
4506
|
attrs: Partial<{}>;
|
|
4467
4507
|
slots: {
|
|
4468
4508
|
startContent?(_: {}): any;
|
|
@@ -4472,7 +4512,7 @@ declare function __VLS_template_150(): {
|
|
|
4472
4512
|
rootEl: HTMLDivElement;
|
|
4473
4513
|
};
|
|
4474
4514
|
|
|
4475
|
-
declare function
|
|
4515
|
+
declare function __VLS_template_152(): {
|
|
4476
4516
|
attrs: Partial<{}>;
|
|
4477
4517
|
slots: {
|
|
4478
4518
|
default?(_: {}): any;
|
|
@@ -4481,7 +4521,7 @@ declare function __VLS_template_151(): {
|
|
|
4481
4521
|
rootEl: any;
|
|
4482
4522
|
};
|
|
4483
4523
|
|
|
4484
|
-
declare function
|
|
4524
|
+
declare function __VLS_template_153(): {
|
|
4485
4525
|
attrs: Partial<{}>;
|
|
4486
4526
|
slots: {
|
|
4487
4527
|
default?(_: {}): any;
|
|
@@ -4492,7 +4532,7 @@ declare function __VLS_template_152(): {
|
|
|
4492
4532
|
rootEl: HTMLDivElement;
|
|
4493
4533
|
};
|
|
4494
4534
|
|
|
4495
|
-
declare function
|
|
4535
|
+
declare function __VLS_template_154(): {
|
|
4496
4536
|
attrs: Partial<{}>;
|
|
4497
4537
|
slots: {
|
|
4498
4538
|
default?(_: {}): any;
|
|
@@ -4501,7 +4541,7 @@ declare function __VLS_template_153(): {
|
|
|
4501
4541
|
rootEl: any;
|
|
4502
4542
|
};
|
|
4503
4543
|
|
|
4504
|
-
declare function
|
|
4544
|
+
declare function __VLS_template_155(): {
|
|
4505
4545
|
attrs: Partial<{}>;
|
|
4506
4546
|
slots: {
|
|
4507
4547
|
heading?(_: {
|
|
@@ -4512,7 +4552,7 @@ declare function __VLS_template_154(): {
|
|
|
4512
4552
|
rootEl: any;
|
|
4513
4553
|
};
|
|
4514
4554
|
|
|
4515
|
-
declare function
|
|
4555
|
+
declare function __VLS_template_156(): {
|
|
4516
4556
|
attrs: Partial<{}>;
|
|
4517
4557
|
slots: {
|
|
4518
4558
|
startContent?(_: {}): any;
|
|
@@ -4607,7 +4647,7 @@ declare function __VLS_template_155(): {
|
|
|
4607
4647
|
rootEl: any;
|
|
4608
4648
|
};
|
|
4609
4649
|
|
|
4610
|
-
declare function
|
|
4650
|
+
declare function __VLS_template_157(): {
|
|
4611
4651
|
attrs: Partial<{}>;
|
|
4612
4652
|
slots: {
|
|
4613
4653
|
startContent?(_: {}): any;
|
|
@@ -4708,7 +4748,7 @@ declare function __VLS_template_156(): {
|
|
|
4708
4748
|
rootEl: any;
|
|
4709
4749
|
};
|
|
4710
4750
|
|
|
4711
|
-
declare function
|
|
4751
|
+
declare function __VLS_template_158(): {
|
|
4712
4752
|
attrs: Partial<{}>;
|
|
4713
4753
|
slots: {
|
|
4714
4754
|
startContent?(_: {}): any;
|
|
@@ -4803,17 +4843,6 @@ declare function __VLS_template_157(): {
|
|
|
4803
4843
|
rootEl: any;
|
|
4804
4844
|
};
|
|
4805
4845
|
|
|
4806
|
-
declare function __VLS_template_158(): {
|
|
4807
|
-
attrs: Partial<{}>;
|
|
4808
|
-
slots: {
|
|
4809
|
-
selectorIcon?(_: {}): any;
|
|
4810
|
-
calendarTopContent?(_: {}): any;
|
|
4811
|
-
calendarBottomContent?(_: {}): any;
|
|
4812
|
-
};
|
|
4813
|
-
refs: {};
|
|
4814
|
-
rootEl: any;
|
|
4815
|
-
};
|
|
4816
|
-
|
|
4817
4846
|
declare function __VLS_template_159(): {
|
|
4818
4847
|
attrs: Partial<{}>;
|
|
4819
4848
|
slots: {
|
|
@@ -4838,12 +4867,23 @@ declare function __VLS_template_160(): {
|
|
|
4838
4867
|
attrs: Partial<{}>;
|
|
4839
4868
|
slots: {
|
|
4840
4869
|
selectorIcon?(_: {}): any;
|
|
4870
|
+
calendarTopContent?(_: {}): any;
|
|
4871
|
+
calendarBottomContent?(_: {}): any;
|
|
4841
4872
|
};
|
|
4842
4873
|
refs: {};
|
|
4843
4874
|
rootEl: any;
|
|
4844
4875
|
};
|
|
4845
4876
|
|
|
4846
4877
|
declare function __VLS_template_161(): {
|
|
4878
|
+
attrs: Partial<{}>;
|
|
4879
|
+
slots: {
|
|
4880
|
+
selectorIcon?(_: {}): any;
|
|
4881
|
+
};
|
|
4882
|
+
refs: {};
|
|
4883
|
+
rootEl: any;
|
|
4884
|
+
};
|
|
4885
|
+
|
|
4886
|
+
declare function __VLS_template_162(): {
|
|
4847
4887
|
attrs: Partial<{}>;
|
|
4848
4888
|
slots: {
|
|
4849
4889
|
default?(_: {}): any;
|
|
@@ -5299,6 +5339,7 @@ declare function __VLS_template_58(): {
|
|
|
5299
5339
|
attrs: Partial<{}>;
|
|
5300
5340
|
slots: {
|
|
5301
5341
|
default?(_: {}): any;
|
|
5342
|
+
default?(_: {}): any;
|
|
5302
5343
|
};
|
|
5303
5344
|
refs: {};
|
|
5304
5345
|
rootEl: any;
|
|
@@ -5308,6 +5349,8 @@ declare function __VLS_template_59(): {
|
|
|
5308
5349
|
attrs: Partial<{}>;
|
|
5309
5350
|
slots: {
|
|
5310
5351
|
default?(_: {}): any;
|
|
5352
|
+
default?(_: {}): any;
|
|
5353
|
+
default?(_: {}): any;
|
|
5311
5354
|
};
|
|
5312
5355
|
refs: {};
|
|
5313
5356
|
rootEl: any;
|
|
@@ -5355,13 +5398,14 @@ declare function __VLS_template_63(): {
|
|
|
5355
5398
|
default?(_: {}): any;
|
|
5356
5399
|
};
|
|
5357
5400
|
refs: {};
|
|
5358
|
-
rootEl:
|
|
5401
|
+
rootEl: HTMLDivElement;
|
|
5359
5402
|
};
|
|
5360
5403
|
|
|
5361
5404
|
declare function __VLS_template_64(): {
|
|
5362
5405
|
attrs: Partial<{}>;
|
|
5363
5406
|
slots: {
|
|
5364
5407
|
default?(_: {}): any;
|
|
5408
|
+
default?(_: {}): any;
|
|
5365
5409
|
};
|
|
5366
5410
|
refs: {};
|
|
5367
5411
|
rootEl: any;
|
|
@@ -5380,14 +5424,8 @@ declare function __VLS_template_66(): {
|
|
|
5380
5424
|
attrs: Partial<{}>;
|
|
5381
5425
|
slots: {
|
|
5382
5426
|
default?(_: {}): any;
|
|
5383
|
-
default?(_: {}): any;
|
|
5384
|
-
default?(_: {}): any;
|
|
5385
|
-
};
|
|
5386
|
-
refs: {
|
|
5387
|
-
scrollWrapperEl: HTMLDivElement;
|
|
5388
|
-
containerEl: HTMLDivElement;
|
|
5389
|
-
dropdownEl: HTMLDivElement;
|
|
5390
5427
|
};
|
|
5428
|
+
refs: {};
|
|
5391
5429
|
rootEl: any;
|
|
5392
5430
|
};
|
|
5393
5431
|
|
|
@@ -5395,8 +5433,14 @@ declare function __VLS_template_67(): {
|
|
|
5395
5433
|
attrs: Partial<{}>;
|
|
5396
5434
|
slots: {
|
|
5397
5435
|
default?(_: {}): any;
|
|
5436
|
+
default?(_: {}): any;
|
|
5437
|
+
default?(_: {}): any;
|
|
5438
|
+
};
|
|
5439
|
+
refs: {
|
|
5440
|
+
scrollWrapperEl: HTMLDivElement;
|
|
5441
|
+
containerEl: HTMLDivElement;
|
|
5442
|
+
dropdownEl: HTMLDivElement;
|
|
5398
5443
|
};
|
|
5399
|
-
refs: {};
|
|
5400
5444
|
rootEl: any;
|
|
5401
5445
|
};
|
|
5402
5446
|
|
|
@@ -5429,6 +5473,15 @@ declare function __VLS_template_7(): {
|
|
|
5429
5473
|
};
|
|
5430
5474
|
|
|
5431
5475
|
declare function __VLS_template_70(): {
|
|
5476
|
+
attrs: Partial<{}>;
|
|
5477
|
+
slots: {
|
|
5478
|
+
default?(_: {}): any;
|
|
5479
|
+
};
|
|
5480
|
+
refs: {};
|
|
5481
|
+
rootEl: any;
|
|
5482
|
+
};
|
|
5483
|
+
|
|
5484
|
+
declare function __VLS_template_71(): {
|
|
5432
5485
|
attrs: Partial<{}>;
|
|
5433
5486
|
slots: {
|
|
5434
5487
|
default?(_: {}): any;
|
|
@@ -5493,7 +5546,7 @@ declare function __VLS_template_70(): {
|
|
|
5493
5546
|
rootEl: any;
|
|
5494
5547
|
};
|
|
5495
5548
|
|
|
5496
|
-
declare function
|
|
5549
|
+
declare function __VLS_template_72(): {
|
|
5497
5550
|
attrs: Partial<{}>;
|
|
5498
5551
|
slots: {
|
|
5499
5552
|
default?(_: {}): any;
|
|
@@ -5502,7 +5555,7 @@ declare function __VLS_template_71(): {
|
|
|
5502
5555
|
rootEl: any;
|
|
5503
5556
|
};
|
|
5504
5557
|
|
|
5505
|
-
declare function
|
|
5558
|
+
declare function __VLS_template_73(): {
|
|
5506
5559
|
attrs: Partial<{}>;
|
|
5507
5560
|
slots: {
|
|
5508
5561
|
default?(_: {}): any;
|
|
@@ -5514,7 +5567,7 @@ declare function __VLS_template_72(): {
|
|
|
5514
5567
|
rootEl: any;
|
|
5515
5568
|
};
|
|
5516
5569
|
|
|
5517
|
-
declare function
|
|
5570
|
+
declare function __VLS_template_74(): {
|
|
5518
5571
|
attrs: Partial<{}>;
|
|
5519
5572
|
slots: {
|
|
5520
5573
|
default?(_: {}): any;
|
|
@@ -5523,7 +5576,7 @@ declare function __VLS_template_73(): {
|
|
|
5523
5576
|
rootEl: any;
|
|
5524
5577
|
};
|
|
5525
5578
|
|
|
5526
|
-
declare function
|
|
5579
|
+
declare function __VLS_template_75(): {
|
|
5527
5580
|
attrs: Partial<{}>;
|
|
5528
5581
|
slots: {
|
|
5529
5582
|
default?(_: {}): any;
|
|
@@ -5532,7 +5585,7 @@ declare function __VLS_template_74(): {
|
|
|
5532
5585
|
rootEl: any;
|
|
5533
5586
|
};
|
|
5534
5587
|
|
|
5535
|
-
declare function
|
|
5588
|
+
declare function __VLS_template_76(): {
|
|
5536
5589
|
attrs: Partial<{}>;
|
|
5537
5590
|
slots: {
|
|
5538
5591
|
default?(_: {}): any;
|
|
@@ -5541,7 +5594,7 @@ declare function __VLS_template_75(): {
|
|
|
5541
5594
|
rootEl: any;
|
|
5542
5595
|
};
|
|
5543
5596
|
|
|
5544
|
-
declare function
|
|
5597
|
+
declare function __VLS_template_77(): {
|
|
5545
5598
|
attrs: Partial<{}>;
|
|
5546
5599
|
slots: {
|
|
5547
5600
|
default?(_: {}): any;
|
|
@@ -5550,7 +5603,7 @@ declare function __VLS_template_76(): {
|
|
|
5550
5603
|
rootEl: any;
|
|
5551
5604
|
};
|
|
5552
5605
|
|
|
5553
|
-
declare function
|
|
5606
|
+
declare function __VLS_template_78(): {
|
|
5554
5607
|
attrs: Partial<{}>;
|
|
5555
5608
|
slots: {
|
|
5556
5609
|
default?(_: {}): any;
|
|
@@ -5559,7 +5612,7 @@ declare function __VLS_template_77(): {
|
|
|
5559
5612
|
rootEl: HTMLDivElement;
|
|
5560
5613
|
};
|
|
5561
5614
|
|
|
5562
|
-
declare function
|
|
5615
|
+
declare function __VLS_template_79(): {
|
|
5563
5616
|
attrs: Partial<{}>;
|
|
5564
5617
|
slots: Readonly<{
|
|
5565
5618
|
default?(): VNode[];
|
|
@@ -5572,16 +5625,6 @@ declare function __VLS_template_78(): {
|
|
|
5572
5625
|
rootEl: HTMLElement;
|
|
5573
5626
|
};
|
|
5574
5627
|
|
|
5575
|
-
declare function __VLS_template_79(): {
|
|
5576
|
-
attrs: Partial<{}>;
|
|
5577
|
-
slots: {
|
|
5578
|
-
default?(_: {}): any;
|
|
5579
|
-
default?(_: {}): any;
|
|
5580
|
-
};
|
|
5581
|
-
refs: {};
|
|
5582
|
-
rootEl: HTMLLIElement;
|
|
5583
|
-
};
|
|
5584
|
-
|
|
5585
5628
|
declare function __VLS_template_8(): {
|
|
5586
5629
|
attrs: Partial<{}>;
|
|
5587
5630
|
slots: {
|
|
@@ -5596,9 +5639,10 @@ declare function __VLS_template_80(): {
|
|
|
5596
5639
|
attrs: Partial<{}>;
|
|
5597
5640
|
slots: {
|
|
5598
5641
|
default?(_: {}): any;
|
|
5642
|
+
default?(_: {}): any;
|
|
5599
5643
|
};
|
|
5600
5644
|
refs: {};
|
|
5601
|
-
rootEl:
|
|
5645
|
+
rootEl: HTMLLIElement;
|
|
5602
5646
|
};
|
|
5603
5647
|
|
|
5604
5648
|
declare function __VLS_template_81(): {
|
|
@@ -5640,7 +5684,6 @@ declare function __VLS_template_84(): {
|
|
|
5640
5684
|
declare function __VLS_template_85(): {
|
|
5641
5685
|
attrs: Partial<{}>;
|
|
5642
5686
|
slots: {
|
|
5643
|
-
icon?(_: {}): any;
|
|
5644
5687
|
default?(_: {}): any;
|
|
5645
5688
|
};
|
|
5646
5689
|
refs: {};
|
|
@@ -5650,10 +5693,11 @@ declare function __VLS_template_85(): {
|
|
|
5650
5693
|
declare function __VLS_template_86(): {
|
|
5651
5694
|
attrs: Partial<{}>;
|
|
5652
5695
|
slots: {
|
|
5696
|
+
icon?(_: {}): any;
|
|
5653
5697
|
default?(_: {}): any;
|
|
5654
5698
|
};
|
|
5655
5699
|
refs: {};
|
|
5656
|
-
rootEl:
|
|
5700
|
+
rootEl: any;
|
|
5657
5701
|
};
|
|
5658
5702
|
|
|
5659
5703
|
declare function __VLS_template_87(): {
|
|
@@ -5662,7 +5706,7 @@ declare function __VLS_template_87(): {
|
|
|
5662
5706
|
default?(_: {}): any;
|
|
5663
5707
|
};
|
|
5664
5708
|
refs: {};
|
|
5665
|
-
rootEl:
|
|
5709
|
+
rootEl: HTMLSpanElement;
|
|
5666
5710
|
};
|
|
5667
5711
|
|
|
5668
5712
|
declare function __VLS_template_88(): {
|
|
@@ -5680,7 +5724,7 @@ declare function __VLS_template_89(): {
|
|
|
5680
5724
|
default?(_: {}): any;
|
|
5681
5725
|
};
|
|
5682
5726
|
refs: {};
|
|
5683
|
-
rootEl:
|
|
5727
|
+
rootEl: HTMLDivElement;
|
|
5684
5728
|
};
|
|
5685
5729
|
|
|
5686
5730
|
declare function __VLS_template_9(): {
|
|
@@ -5751,10 +5795,7 @@ declare function __VLS_template_95(): {
|
|
|
5751
5795
|
declare function __VLS_template_96(): {
|
|
5752
5796
|
attrs: Partial<{}>;
|
|
5753
5797
|
slots: {
|
|
5754
|
-
startContent?(_: {}): any;
|
|
5755
5798
|
default?(_: {}): any;
|
|
5756
|
-
endContent?(_: {}): any;
|
|
5757
|
-
selectedIcon?(_: {}): any;
|
|
5758
5799
|
};
|
|
5759
5800
|
refs: {};
|
|
5760
5801
|
rootEl: any;
|
|
@@ -5763,7 +5804,10 @@ declare function __VLS_template_96(): {
|
|
|
5763
5804
|
declare function __VLS_template_97(): {
|
|
5764
5805
|
attrs: Partial<{}>;
|
|
5765
5806
|
slots: {
|
|
5807
|
+
startContent?(_: {}): any;
|
|
5766
5808
|
default?(_: {}): any;
|
|
5809
|
+
endContent?(_: {}): any;
|
|
5810
|
+
selectedIcon?(_: {}): any;
|
|
5767
5811
|
};
|
|
5768
5812
|
refs: {};
|
|
5769
5813
|
rootEl: any;
|
|
@@ -5773,10 +5817,6 @@ declare function __VLS_template_98(): {
|
|
|
5773
5817
|
attrs: Partial<{}>;
|
|
5774
5818
|
slots: {
|
|
5775
5819
|
default?(_: {}): any;
|
|
5776
|
-
default?(_: {}): any;
|
|
5777
|
-
item?(_: {
|
|
5778
|
-
item: SelectItemData;
|
|
5779
|
-
}): any;
|
|
5780
5820
|
};
|
|
5781
5821
|
refs: {};
|
|
5782
5822
|
rootEl: any;
|
|
@@ -5785,9 +5825,11 @@ declare function __VLS_template_98(): {
|
|
|
5785
5825
|
declare function __VLS_template_99(): {
|
|
5786
5826
|
attrs: Partial<{}>;
|
|
5787
5827
|
slots: {
|
|
5788
|
-
startContent?(_: {}): any;
|
|
5789
5828
|
default?(_: {}): any;
|
|
5790
|
-
|
|
5829
|
+
default?(_: {}): any;
|
|
5830
|
+
item?(_: {
|
|
5831
|
+
item: SelectItemData;
|
|
5832
|
+
}): any;
|
|
5791
5833
|
};
|
|
5792
5834
|
refs: {};
|
|
5793
5835
|
rootEl: any;
|
|
@@ -5933,6 +5975,8 @@ declare type __VLS_TemplateResult_160 = ReturnType<typeof __VLS_template_160>;
|
|
|
5933
5975
|
|
|
5934
5976
|
declare type __VLS_TemplateResult_161 = ReturnType<typeof __VLS_template_161>;
|
|
5935
5977
|
|
|
5978
|
+
declare type __VLS_TemplateResult_162 = ReturnType<typeof __VLS_template_162>;
|
|
5979
|
+
|
|
5936
5980
|
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
5937
5981
|
|
|
5938
5982
|
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
@@ -6535,6 +6579,12 @@ declare type __VLS_WithTemplateSlots_161<T, S> = T & {
|
|
|
6535
6579
|
};
|
|
6536
6580
|
};
|
|
6537
6581
|
|
|
6582
|
+
declare type __VLS_WithTemplateSlots_162<T, S> = T & {
|
|
6583
|
+
new (): {
|
|
6584
|
+
$slots: S;
|
|
6585
|
+
};
|
|
6586
|
+
};
|
|
6587
|
+
|
|
6538
6588
|
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
6539
6589
|
new (): {
|
|
6540
6590
|
$slots: S;
|
|
@@ -7081,13 +7131,13 @@ declare type __VLS_WithTemplateSlots_99<T, S> = T & {
|
|
|
7081
7131
|
};
|
|
7082
7132
|
};
|
|
7083
7133
|
|
|
7084
|
-
export declare const Accordion:
|
|
7134
|
+
export declare const Accordion: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
|
|
7085
7135
|
|
|
7086
|
-
export declare const AccordionContent:
|
|
7136
|
+
export declare const AccordionContent: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
|
|
7087
7137
|
|
|
7088
|
-
export declare const AccordionHeader:
|
|
7138
|
+
export declare const AccordionHeader: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
|
|
7089
7139
|
|
|
7090
|
-
export declare const AccordionItem:
|
|
7140
|
+
export declare const AccordionItem: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
|
|
7091
7141
|
|
|
7092
7142
|
declare type AccordionShorthandItem = {
|
|
7093
7143
|
value: string;
|
|
@@ -7096,11 +7146,11 @@ declare type AccordionShorthandItem = {
|
|
|
7096
7146
|
disabled?: boolean;
|
|
7097
7147
|
};
|
|
7098
7148
|
|
|
7099
|
-
export declare const AccordionTrigger:
|
|
7149
|
+
export declare const AccordionTrigger: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
|
|
7100
7150
|
|
|
7101
|
-
export declare const Alert:
|
|
7151
|
+
export declare const Alert: __VLS_WithTemplateSlots_86<typeof __VLS_component_86, __VLS_TemplateResult_86["slots"]>;
|
|
7102
7152
|
|
|
7103
|
-
export declare const AlertDescription:
|
|
7153
|
+
export declare const AlertDescription: __VLS_WithTemplateSlots_89<typeof __VLS_component_89, __VLS_TemplateResult_89["slots"]>;
|
|
7104
7154
|
|
|
7105
7155
|
export declare const AlertDialog: DefineComponent<ExtractPropTypes< {
|
|
7106
7156
|
defaultOpen: {
|
|
@@ -7187,19 +7237,19 @@ export declare const AlertDialogTitle: __VLS_WithTemplateSlots_53<typeof __VLS_c
|
|
|
7187
7237
|
|
|
7188
7238
|
export declare const AlertDialogTrigger: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
7189
7239
|
|
|
7190
|
-
export declare const AlertIcon:
|
|
7240
|
+
export declare const AlertIcon: __VLS_WithTemplateSlots_87<typeof __VLS_component_87, __VLS_TemplateResult_87["slots"]>;
|
|
7191
7241
|
|
|
7192
7242
|
export declare type AlertSeverity = 'default' | 'primary' | 'success' | 'warning' | 'danger';
|
|
7193
7243
|
|
|
7194
|
-
export declare const AlertTitle:
|
|
7244
|
+
export declare const AlertTitle: __VLS_WithTemplateSlots_88<typeof __VLS_component_88, __VLS_TemplateResult_88["slots"]>;
|
|
7195
7245
|
|
|
7196
|
-
export declare const AspectRatio:
|
|
7246
|
+
export declare const AspectRatio: __VLS_WithTemplateSlots_140<typeof __VLS_component_140, __VLS_TemplateResult_140["slots"]>;
|
|
7197
7247
|
|
|
7198
7248
|
export { AspectRatioVariants }
|
|
7199
7249
|
|
|
7200
|
-
export declare const Autocomplete:
|
|
7250
|
+
export declare const Autocomplete: __VLS_WithTemplateSlots_119<typeof __VLS_component_119, __VLS_TemplateResult_119["slots"]>;
|
|
7201
7251
|
|
|
7202
|
-
export declare const AutocompleteContent:
|
|
7252
|
+
export declare const AutocompleteContent: __VLS_WithTemplateSlots_121<typeof __VLS_component_121, __VLS_TemplateResult_121["slots"]>;
|
|
7203
7253
|
|
|
7204
7254
|
export declare interface AutocompleteContext {
|
|
7205
7255
|
isDisabled: Ref<boolean>;
|
|
@@ -7259,11 +7309,11 @@ export declare interface AutocompleteContext {
|
|
|
7259
7309
|
|
|
7260
7310
|
export declare const autocompleteContextKey: InjectionKey<AutocompleteContext>;
|
|
7261
7311
|
|
|
7262
|
-
export declare const AutocompleteCreateItem:
|
|
7312
|
+
export declare const AutocompleteCreateItem: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, __VLS_TemplateResult_123["slots"]>;
|
|
7263
7313
|
|
|
7264
|
-
export declare const AutocompleteInput:
|
|
7314
|
+
export declare const AutocompleteInput: __VLS_WithTemplateSlots_120<typeof __VLS_component_120, __VLS_TemplateResult_120["slots"]>;
|
|
7265
7315
|
|
|
7266
|
-
export declare const AutocompleteItem:
|
|
7316
|
+
export declare const AutocompleteItem: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, __VLS_TemplateResult_122["slots"]>;
|
|
7267
7317
|
|
|
7268
7318
|
export declare interface AutocompleteItemData {
|
|
7269
7319
|
value: string;
|
|
@@ -7274,9 +7324,9 @@ export declare interface AutocompleteItemData {
|
|
|
7274
7324
|
|
|
7275
7325
|
export { AutocompleteVariants }
|
|
7276
7326
|
|
|
7277
|
-
export declare const Avatar:
|
|
7327
|
+
export declare const Avatar: __VLS_WithTemplateSlots_138<typeof __VLS_component_138, __VLS_TemplateResult_138["slots"]>;
|
|
7278
7328
|
|
|
7279
|
-
export declare const AvatarGroup:
|
|
7329
|
+
export declare const AvatarGroup: __VLS_WithTemplateSlots_139<typeof __VLS_component_139, __VLS_TemplateResult_139["slots"]>;
|
|
7280
7330
|
|
|
7281
7331
|
export declare interface AvatarGroupContext {
|
|
7282
7332
|
size: Ref<'sm' | 'md' | 'lg'>;
|
|
@@ -7301,9 +7351,9 @@ export declare const Badge: __VLS_WithTemplateSlots_8<typeof __VLS_component_8,
|
|
|
7301
7351
|
|
|
7302
7352
|
export { BadgeVariants }
|
|
7303
7353
|
|
|
7304
|
-
export declare const BreadcrumbItem:
|
|
7354
|
+
export declare const BreadcrumbItem: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, __VLS_TemplateResult_80["slots"]>;
|
|
7305
7355
|
|
|
7306
|
-
export declare const Breadcrumbs:
|
|
7356
|
+
export declare const Breadcrumbs: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, __VLS_TemplateResult_79["slots"]>;
|
|
7307
7357
|
|
|
7308
7358
|
declare type BreadcrumbShorthandItem = {
|
|
7309
7359
|
label: string;
|
|
@@ -7357,7 +7407,7 @@ numberOfMonths: number;
|
|
|
7357
7407
|
pagedNavigation: boolean;
|
|
7358
7408
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7359
7409
|
|
|
7360
|
-
export declare const CalendarYearPicker:
|
|
7410
|
+
export declare const CalendarYearPicker: __VLS_WithTemplateSlots_155<typeof __VLS_component_155, __VLS_TemplateResult_155["slots"]>;
|
|
7361
7411
|
|
|
7362
7412
|
export declare const Card: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
7363
7413
|
|
|
@@ -7420,11 +7470,11 @@ disabled: boolean;
|
|
|
7420
7470
|
ariaLabel: string;
|
|
7421
7471
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7422
7472
|
|
|
7423
|
-
export declare const Collapsible:
|
|
7473
|
+
export declare const Collapsible: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
|
|
7424
7474
|
|
|
7425
|
-
export declare const CollapsibleContent:
|
|
7475
|
+
export declare const CollapsibleContent: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, __VLS_TemplateResult_77["slots"]>;
|
|
7426
7476
|
|
|
7427
|
-
export declare const CollapsibleGroup:
|
|
7477
|
+
export declare const CollapsibleGroup: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, __VLS_TemplateResult_78["slots"]>;
|
|
7428
7478
|
|
|
7429
7479
|
declare type CollapsibleShorthandItem = {
|
|
7430
7480
|
title: string;
|
|
@@ -7433,12 +7483,12 @@ declare type CollapsibleShorthandItem = {
|
|
|
7433
7483
|
disabled?: boolean;
|
|
7434
7484
|
};
|
|
7435
7485
|
|
|
7436
|
-
export declare const CollapsibleTrigger:
|
|
7486
|
+
export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
|
|
7437
7487
|
|
|
7438
|
-
export declare const ColorArea: DefineComponent<
|
|
7488
|
+
export declare const ColorArea: DefineComponent<__VLS_Props_171, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7439
7489
|
"update:modelValue": (value: Color) => any;
|
|
7440
7490
|
"update:color": (value: Color) => any;
|
|
7441
|
-
}, string, PublicProps, Readonly<
|
|
7491
|
+
}, string, PublicProps, Readonly<__VLS_Props_171> & Readonly<{
|
|
7442
7492
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7443
7493
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
7444
7494
|
}>, {
|
|
@@ -7448,9 +7498,9 @@ xChannel: ColorChannel;
|
|
|
7448
7498
|
yChannel: ColorChannel;
|
|
7449
7499
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7450
7500
|
|
|
7451
|
-
export declare const ColorField: DefineComponent<
|
|
7501
|
+
export declare const ColorField: DefineComponent<__VLS_Props_173, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7452
7502
|
"update:modelValue": (value: Color) => any;
|
|
7453
|
-
}, string, PublicProps, Readonly<
|
|
7503
|
+
}, string, PublicProps, Readonly<__VLS_Props_173> & Readonly<{
|
|
7454
7504
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7455
7505
|
}>, {
|
|
7456
7506
|
fullWidth: boolean;
|
|
@@ -7460,9 +7510,9 @@ readonly: boolean;
|
|
|
7460
7510
|
|
|
7461
7511
|
export { ColorFormat }
|
|
7462
7512
|
|
|
7463
|
-
export declare const ColorInputGroup: DefineComponent<
|
|
7513
|
+
export declare const ColorInputGroup: DefineComponent<__VLS_Props_176, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7464
7514
|
"update:modelValue": (value: Color) => any;
|
|
7465
|
-
}, string, PublicProps, Readonly<
|
|
7515
|
+
}, string, PublicProps, Readonly<__VLS_Props_176> & Readonly<{
|
|
7466
7516
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7467
7517
|
}>, {
|
|
7468
7518
|
variant: "primary" | "secondary";
|
|
@@ -7472,12 +7522,12 @@ readonly: boolean;
|
|
|
7472
7522
|
suffixLabel: string;
|
|
7473
7523
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7474
7524
|
|
|
7475
|
-
export declare const ColorPicker:
|
|
7525
|
+
export declare const ColorPicker: __VLS_WithTemplateSlots_162<typeof __VLS_component_162, __VLS_TemplateResult_162["slots"]>;
|
|
7476
7526
|
|
|
7477
|
-
export declare const ColorSlider: DefineComponent<
|
|
7527
|
+
export declare const ColorSlider: DefineComponent<__VLS_Props_172, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7478
7528
|
"update:modelValue": (value: Color) => any;
|
|
7479
7529
|
"update:color": (value: Color) => any;
|
|
7480
|
-
}, string, PublicProps, Readonly<
|
|
7530
|
+
}, string, PublicProps, Readonly<__VLS_Props_172> & Readonly<{
|
|
7481
7531
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7482
7532
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
7483
7533
|
}>, {
|
|
@@ -7486,11 +7536,11 @@ disabled: boolean;
|
|
|
7486
7536
|
showOutput: boolean;
|
|
7487
7537
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7488
7538
|
|
|
7489
|
-
export declare const ColorSwatch: DefineComponent<
|
|
7539
|
+
export declare const ColorSwatch: DefineComponent<__VLS_Props_174, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_174> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7490
7540
|
|
|
7491
|
-
export declare const ColorSwatchPicker: DefineComponent<
|
|
7541
|
+
export declare const ColorSwatchPicker: DefineComponent<__VLS_Props_175, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7492
7542
|
"update:modelValue": (value: string) => any;
|
|
7493
|
-
}, string, PublicProps, Readonly<
|
|
7543
|
+
}, string, PublicProps, Readonly<__VLS_Props_175> & Readonly<{
|
|
7494
7544
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
7495
7545
|
}>, {
|
|
7496
7546
|
size: "md" | "sm" | "lg" | "xs" | "xl";
|
|
@@ -7498,9 +7548,9 @@ variant: "circle" | "square";
|
|
|
7498
7548
|
layout: "grid" | "stack";
|
|
7499
7549
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7500
7550
|
|
|
7501
|
-
export declare const ComboBox:
|
|
7551
|
+
export declare const ComboBox: __VLS_WithTemplateSlots_114<typeof __VLS_component_114, __VLS_TemplateResult_114["slots"]>;
|
|
7502
7552
|
|
|
7503
|
-
export declare const ComboBoxContent:
|
|
7553
|
+
export declare const ComboBoxContent: __VLS_WithTemplateSlots_116<typeof __VLS_component_116, __VLS_TemplateResult_116["slots"]>;
|
|
7504
7554
|
|
|
7505
7555
|
export declare interface ComboBoxContext {
|
|
7506
7556
|
isDisabled: Ref<boolean>;
|
|
@@ -7521,11 +7571,11 @@ export declare interface ComboBoxContext {
|
|
|
7521
7571
|
|
|
7522
7572
|
export declare const comboBoxContextKey: InjectionKey<ComboBoxContext>;
|
|
7523
7573
|
|
|
7524
|
-
export declare const ComboBoxEmpty:
|
|
7574
|
+
export declare const ComboBoxEmpty: __VLS_WithTemplateSlots_118<typeof __VLS_component_118, __VLS_TemplateResult_118["slots"]>;
|
|
7525
7575
|
|
|
7526
|
-
export declare const ComboBoxInput:
|
|
7576
|
+
export declare const ComboBoxInput: __VLS_WithTemplateSlots_115<typeof __VLS_component_115, __VLS_TemplateResult_115["slots"]>;
|
|
7527
7577
|
|
|
7528
|
-
export declare const ComboBoxItem:
|
|
7578
|
+
export declare const ComboBoxItem: __VLS_WithTemplateSlots_117<typeof __VLS_component_117, __VLS_TemplateResult_117["slots"]>;
|
|
7529
7579
|
|
|
7530
7580
|
export declare interface ComboBoxItemData {
|
|
7531
7581
|
value: string;
|
|
@@ -7613,9 +7663,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7613
7663
|
*/
|
|
7614
7664
|
export declare function dataAttr(condition: boolean | undefined): "true" | undefined;
|
|
7615
7665
|
|
|
7616
|
-
export declare const DateInput:
|
|
7666
|
+
export declare const DateInput: __VLS_WithTemplateSlots_156<typeof __VLS_component_156, __VLS_TemplateResult_156["slots"]>;
|
|
7617
7667
|
|
|
7618
|
-
export declare const DatePicker:
|
|
7668
|
+
export declare const DatePicker: __VLS_WithTemplateSlots_159<typeof __VLS_component_159, __VLS_TemplateResult_159["slots"]>;
|
|
7619
7669
|
|
|
7620
7670
|
export declare interface DateRange {
|
|
7621
7671
|
start: DateValue;
|
|
@@ -7627,16 +7677,16 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7627
7677
|
end: DateValue;
|
|
7628
7678
|
}
|
|
7629
7679
|
|
|
7630
|
-
export declare const DateRangeField:
|
|
7680
|
+
export declare const DateRangeField: __VLS_WithTemplateSlots_157<typeof __VLS_component_157, __VLS_TemplateResult_157["slots"]>;
|
|
7631
7681
|
|
|
7632
|
-
export declare const DateRangePicker:
|
|
7682
|
+
export declare const DateRangePicker: __VLS_WithTemplateSlots_160<typeof __VLS_component_160, __VLS_TemplateResult_160["slots"]>;
|
|
7633
7683
|
|
|
7634
7684
|
export declare interface DateRangePickerRange {
|
|
7635
7685
|
start: DateValue;
|
|
7636
7686
|
end: DateValue;
|
|
7637
7687
|
}
|
|
7638
7688
|
|
|
7639
|
-
export declare const DateTimePicker:
|
|
7689
|
+
export declare const DateTimePicker: __VLS_WithTemplateSlots_161<typeof __VLS_component_161, __VLS_TemplateResult_161["slots"]>;
|
|
7640
7690
|
|
|
7641
7691
|
declare const _default: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
7642
7692
|
export { _default as Chip }
|
|
@@ -7651,6 +7701,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7651
7701
|
* from forwarding `open: undefined` to DialogRoot — same pattern as Modal.vue.
|
|
7652
7702
|
* Reka's `useVModel` checks `props.open === undefined` to choose uncontrolled
|
|
7653
7703
|
* vs controlled mode.
|
|
7704
|
+
*
|
|
7705
|
+
* When `dock=true` the component renders a flex container div and manages its
|
|
7706
|
+
* own open state without Reka, so the drawer panel shifts content in the DOM
|
|
7707
|
+
* rather than overlaying it.
|
|
7654
7708
|
*/
|
|
7655
7709
|
export declare const Drawer: DefineComponent<ExtractPropTypes< {
|
|
7656
7710
|
defaultOpen: {
|
|
@@ -7673,6 +7727,18 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7673
7727
|
type: () => DrawerSize;
|
|
7674
7728
|
default: string;
|
|
7675
7729
|
};
|
|
7730
|
+
inline: {
|
|
7731
|
+
type: BooleanConstructor;
|
|
7732
|
+
default: boolean;
|
|
7733
|
+
};
|
|
7734
|
+
hideBackdrop: {
|
|
7735
|
+
type: BooleanConstructor;
|
|
7736
|
+
default: boolean;
|
|
7737
|
+
};
|
|
7738
|
+
dock: {
|
|
7739
|
+
type: BooleanConstructor;
|
|
7740
|
+
default: boolean;
|
|
7741
|
+
};
|
|
7676
7742
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7677
7743
|
[key: string]: any;
|
|
7678
7744
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:open"[], "update:open", PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -7696,25 +7762,42 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7696
7762
|
type: () => DrawerSize;
|
|
7697
7763
|
default: string;
|
|
7698
7764
|
};
|
|
7765
|
+
inline: {
|
|
7766
|
+
type: BooleanConstructor;
|
|
7767
|
+
default: boolean;
|
|
7768
|
+
};
|
|
7769
|
+
hideBackdrop: {
|
|
7770
|
+
type: BooleanConstructor;
|
|
7771
|
+
default: boolean;
|
|
7772
|
+
};
|
|
7773
|
+
dock: {
|
|
7774
|
+
type: BooleanConstructor;
|
|
7775
|
+
default: boolean;
|
|
7776
|
+
};
|
|
7699
7777
|
}>> & Readonly<{
|
|
7700
7778
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
7701
7779
|
}>, {
|
|
7702
7780
|
size: DrawerSize;
|
|
7703
7781
|
placement: DrawerPlacement;
|
|
7782
|
+
inline: boolean;
|
|
7783
|
+
dock: boolean;
|
|
7704
7784
|
defaultOpen: boolean;
|
|
7705
7785
|
open: boolean;
|
|
7706
7786
|
modal: boolean;
|
|
7787
|
+
hideBackdrop: boolean;
|
|
7707
7788
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7708
7789
|
|
|
7709
|
-
export declare const DrawerBody:
|
|
7790
|
+
export declare const DrawerBody: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
7710
7791
|
|
|
7711
|
-
export declare const DrawerClose:
|
|
7792
|
+
export declare const DrawerClose: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
7712
7793
|
|
|
7713
7794
|
export declare const DrawerContent: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
7714
7795
|
|
|
7715
|
-
export declare const DrawerFooter:
|
|
7796
|
+
export declare const DrawerFooter: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
7797
|
+
|
|
7798
|
+
export declare const DrawerHeader: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
7716
7799
|
|
|
7717
|
-
export declare const
|
|
7800
|
+
export declare const DrawerMain: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
7718
7801
|
|
|
7719
7802
|
export declare const DrawerOverlay: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7720
7803
|
|
|
@@ -7722,13 +7805,13 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7722
7805
|
|
|
7723
7806
|
export declare type DrawerSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
7724
7807
|
|
|
7725
|
-
export declare const DrawerTitle:
|
|
7808
|
+
export declare const DrawerTitle: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
7726
7809
|
|
|
7727
7810
|
export declare const DrawerTrigger: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
7728
7811
|
|
|
7729
|
-
export declare const Dropdown:
|
|
7812
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_103<typeof __VLS_component_103, __VLS_TemplateResult_103["slots"]>;
|
|
7730
7813
|
|
|
7731
|
-
export declare const DropdownCheckboxItem:
|
|
7814
|
+
export declare const DropdownCheckboxItem: __VLS_WithTemplateSlots_107<typeof __VLS_component_107, __VLS_TemplateResult_107["slots"]>;
|
|
7732
7815
|
|
|
7733
7816
|
export declare interface DropdownContext {
|
|
7734
7817
|
variant: Ref<'flat' | 'solid' | 'bordered' | 'light' | 'faded' | 'shadow' | undefined>;
|
|
@@ -7740,23 +7823,23 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7740
7823
|
|
|
7741
7824
|
export declare const dropdownContextKey: InjectionKey<DropdownContext>;
|
|
7742
7825
|
|
|
7743
|
-
export declare const DropdownItem:
|
|
7826
|
+
export declare const DropdownItem: __VLS_WithTemplateSlots_106<typeof __VLS_component_106, __VLS_TemplateResult_106["slots"]>;
|
|
7744
7827
|
|
|
7745
|
-
export declare const DropdownMenu:
|
|
7828
|
+
export declare const DropdownMenu: __VLS_WithTemplateSlots_105<typeof __VLS_component_105, __VLS_TemplateResult_105["slots"]>;
|
|
7746
7829
|
|
|
7747
|
-
export declare const DropdownRadioGroup:
|
|
7830
|
+
export declare const DropdownRadioGroup: __VLS_WithTemplateSlots_108<typeof __VLS_component_108, __VLS_TemplateResult_108["slots"]>;
|
|
7748
7831
|
|
|
7749
|
-
export declare const DropdownRadioItem:
|
|
7832
|
+
export declare const DropdownRadioItem: __VLS_WithTemplateSlots_109<typeof __VLS_component_109, __VLS_TemplateResult_109["slots"]>;
|
|
7750
7833
|
|
|
7751
|
-
export declare const DropdownSection:
|
|
7834
|
+
export declare const DropdownSection: __VLS_WithTemplateSlots_110<typeof __VLS_component_110, __VLS_TemplateResult_110["slots"]>;
|
|
7752
7835
|
|
|
7753
|
-
export declare const DropdownSub:
|
|
7836
|
+
export declare const DropdownSub: __VLS_WithTemplateSlots_111<typeof __VLS_component_111, __VLS_TemplateResult_111["slots"]>;
|
|
7754
7837
|
|
|
7755
|
-
export declare const DropdownSubContent:
|
|
7838
|
+
export declare const DropdownSubContent: __VLS_WithTemplateSlots_113<typeof __VLS_component_113, __VLS_TemplateResult_113["slots"]>;
|
|
7756
7839
|
|
|
7757
|
-
export declare const DropdownSubTrigger:
|
|
7840
|
+
export declare const DropdownSubTrigger: __VLS_WithTemplateSlots_112<typeof __VLS_component_112, __VLS_TemplateResult_112["slots"]>;
|
|
7758
7841
|
|
|
7759
|
-
export declare const DropdownTrigger:
|
|
7842
|
+
export declare const DropdownTrigger: __VLS_WithTemplateSlots_104<typeof __VLS_component_104, __VLS_TemplateResult_104["slots"]>;
|
|
7760
7843
|
|
|
7761
7844
|
export declare const EmptyState: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
7762
7845
|
|
|
@@ -7867,7 +7950,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7867
7950
|
|
|
7868
7951
|
export declare const Link: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
7869
7952
|
|
|
7870
|
-
export declare const ListBox:
|
|
7953
|
+
export declare const ListBox: __VLS_WithTemplateSlots_96<typeof __VLS_component_96, __VLS_TemplateResult_96["slots"]>;
|
|
7871
7954
|
|
|
7872
7955
|
export declare interface ListBoxContext {
|
|
7873
7956
|
variant: Ref<ListBoxVariants['variant']>;
|
|
@@ -7875,11 +7958,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7875
7958
|
isDisabled: Ref<boolean>;
|
|
7876
7959
|
}
|
|
7877
7960
|
|
|
7878
|
-
export declare const ListBoxItem:
|
|
7961
|
+
export declare const ListBoxItem: __VLS_WithTemplateSlots_97<typeof __VLS_component_97, __VLS_TemplateResult_97["slots"]>;
|
|
7879
7962
|
|
|
7880
7963
|
export { ListBoxItemVariants }
|
|
7881
7964
|
|
|
7882
|
-
export declare const ListBoxSection:
|
|
7965
|
+
export declare const ListBoxSection: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, __VLS_TemplateResult_98["slots"]>;
|
|
7883
7966
|
|
|
7884
7967
|
export { ListBoxSectionVariants }
|
|
7885
7968
|
|
|
@@ -7950,7 +8033,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7950
8033
|
*/
|
|
7951
8034
|
export declare function mapPropsVariants<T extends Record<string, unknown>, K extends string>(props: T, variantKeys: K[], removeVariantProps?: boolean): [Omit<T, K>, Partial<Pick<T, Extract<K, keyof T>>>];
|
|
7952
8035
|
|
|
7953
|
-
export declare const Meter: DefineComponent<
|
|
8036
|
+
export declare const Meter: DefineComponent<__VLS_Props_159, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_159> & Readonly<{}>, {
|
|
7954
8037
|
value: number;
|
|
7955
8038
|
minValue: number;
|
|
7956
8039
|
maxValue: number;
|
|
@@ -8074,9 +8157,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8074
8157
|
|
|
8075
8158
|
export { NumberFieldVariants }
|
|
8076
8159
|
|
|
8077
|
-
export declare const Pagination:
|
|
8160
|
+
export declare const Pagination: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, __VLS_TemplateResult_124["slots"]>;
|
|
8078
8161
|
|
|
8079
|
-
export declare const PaginationContent:
|
|
8162
|
+
export declare const PaginationContent: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, __VLS_TemplateResult_125["slots"]>;
|
|
8080
8163
|
|
|
8081
8164
|
export declare interface PaginationContext {
|
|
8082
8165
|
/** Current page (numeric mode) */
|
|
@@ -8105,17 +8188,17 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8105
8188
|
|
|
8106
8189
|
export declare const paginationContextKey: InjectionKey<PaginationContext>;
|
|
8107
8190
|
|
|
8108
|
-
export declare const PaginationEllipsis:
|
|
8191
|
+
export declare const PaginationEllipsis: __VLS_WithTemplateSlots_131<typeof __VLS_component_131, __VLS_TemplateResult_131["slots"]>;
|
|
8109
8192
|
|
|
8110
|
-
export declare const PaginationFirst:
|
|
8193
|
+
export declare const PaginationFirst: __VLS_WithTemplateSlots_129<typeof __VLS_component_129, __VLS_TemplateResult_129["slots"]>;
|
|
8111
8194
|
|
|
8112
|
-
export declare const PaginationItem:
|
|
8195
|
+
export declare const PaginationItem: __VLS_WithTemplateSlots_126<typeof __VLS_component_126, __VLS_TemplateResult_126["slots"]>;
|
|
8113
8196
|
|
|
8114
|
-
export declare const PaginationLast:
|
|
8197
|
+
export declare const PaginationLast: __VLS_WithTemplateSlots_130<typeof __VLS_component_130, __VLS_TemplateResult_130["slots"]>;
|
|
8115
8198
|
|
|
8116
|
-
export declare const PaginationNext:
|
|
8199
|
+
export declare const PaginationNext: __VLS_WithTemplateSlots_128<typeof __VLS_component_128, __VLS_TemplateResult_128["slots"]>;
|
|
8117
8200
|
|
|
8118
|
-
export declare const PaginationPrev:
|
|
8201
|
+
export declare const PaginationPrev: __VLS_WithTemplateSlots_127<typeof __VLS_component_127, __VLS_TemplateResult_127["slots"]>;
|
|
8119
8202
|
|
|
8120
8203
|
export { PaginationVariants }
|
|
8121
8204
|
|
|
@@ -8175,7 +8258,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8175
8258
|
|
|
8176
8259
|
export declare const PopoverTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
8177
8260
|
|
|
8178
|
-
export declare const ProgressBar: DefineComponent<
|
|
8261
|
+
export declare const ProgressBar: DefineComponent<__VLS_Props_157, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_157> & Readonly<{}>, {
|
|
8179
8262
|
isDisabled: boolean;
|
|
8180
8263
|
isStriped: boolean;
|
|
8181
8264
|
isIndeterminate: boolean;
|
|
@@ -8184,7 +8267,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8184
8267
|
showValueLabel: boolean;
|
|
8185
8268
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8186
8269
|
|
|
8187
|
-
export declare const ProgressCircle:
|
|
8270
|
+
export declare const ProgressCircle: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, __VLS_TemplateResult_152["slots"]>;
|
|
8188
8271
|
|
|
8189
8272
|
declare type Props = {
|
|
8190
8273
|
/** Visual style of the field. @default 'flat' */
|
|
@@ -8714,13 +8797,13 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8714
8797
|
message: string;
|
|
8715
8798
|
};
|
|
8716
8799
|
|
|
8717
|
-
export declare const ScrollArea:
|
|
8800
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_154<typeof __VLS_component_154, __VLS_TemplateResult_154["slots"]>;
|
|
8718
8801
|
|
|
8719
|
-
export declare const ScrollShadow:
|
|
8802
|
+
export declare const ScrollShadow: __VLS_WithTemplateSlots_153<typeof __VLS_component_153, __VLS_TemplateResult_153["slots"]>;
|
|
8720
8803
|
|
|
8721
|
-
export declare const Select:
|
|
8804
|
+
export declare const Select: __VLS_WithTemplateSlots_99<typeof __VLS_component_99, __VLS_TemplateResult_99["slots"]>;
|
|
8722
8805
|
|
|
8723
|
-
export declare const SelectContent:
|
|
8806
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_101<typeof __VLS_component_101, __VLS_TemplateResult_101["slots"]>;
|
|
8724
8807
|
|
|
8725
8808
|
export declare interface SelectContext {
|
|
8726
8809
|
isDisabled: Ref<boolean>;
|
|
@@ -8748,7 +8831,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8748
8831
|
|
|
8749
8832
|
declare type SelectionMode_2 = 'none' | 'single' | 'multiple';
|
|
8750
8833
|
|
|
8751
|
-
export declare const SelectItem:
|
|
8834
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_102<typeof __VLS_component_102, __VLS_TemplateResult_102["slots"]>;
|
|
8752
8835
|
|
|
8753
8836
|
/**
|
|
8754
8837
|
* Data-driven item shape for the terse `items` prop. `value` accepts numeric
|
|
@@ -8770,9 +8853,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8770
8853
|
*/
|
|
8771
8854
|
declare type SelectItemValue = string | number;
|
|
8772
8855
|
|
|
8773
|
-
export declare const SelectTrigger:
|
|
8856
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_100<typeof __VLS_component_100, __VLS_TemplateResult_100["slots"]>;
|
|
8774
8857
|
|
|
8775
|
-
export declare const SelectValue: DefineComponent<
|
|
8858
|
+
export declare const SelectValue: DefineComponent<__VLS_Props_111, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_111> & Readonly<{}>, {
|
|
8776
8859
|
class: string;
|
|
8777
8860
|
placeholder: string;
|
|
8778
8861
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -8797,7 +8880,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8797
8880
|
|
|
8798
8881
|
export { SkeletonVariants }
|
|
8799
8882
|
|
|
8800
|
-
export declare const Slider:
|
|
8883
|
+
export declare const Slider: __VLS_WithTemplateSlots_151<typeof __VLS_component_151, __VLS_TemplateResult_151["slots"]>;
|
|
8801
8884
|
|
|
8802
8885
|
export declare const Spinner: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8803
8886
|
size: "md" | "sm" | "lg" | "xl";
|
|
@@ -8809,21 +8892,21 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8809
8892
|
|
|
8810
8893
|
export declare const splitterContextKey: InjectionKey<SplitterGroupContext>;
|
|
8811
8894
|
|
|
8812
|
-
export declare const SplitterGroup:
|
|
8895
|
+
export declare const SplitterGroup: __VLS_WithTemplateSlots_141<typeof __VLS_component_141, __VLS_TemplateResult_141["slots"]>;
|
|
8813
8896
|
|
|
8814
8897
|
export declare interface SplitterGroupContext {
|
|
8815
8898
|
direction: ComputedRef<SplitterVariants['direction']>;
|
|
8816
8899
|
}
|
|
8817
8900
|
|
|
8818
|
-
export declare const SplitterPanel:
|
|
8901
|
+
export declare const SplitterPanel: __VLS_WithTemplateSlots_142<typeof __VLS_component_142, __VLS_TemplateResult_142["slots"]>;
|
|
8819
8902
|
|
|
8820
|
-
export declare const SplitterResizeHandle:
|
|
8903
|
+
export declare const SplitterResizeHandle: __VLS_WithTemplateSlots_143<typeof __VLS_component_143, __VLS_TemplateResult_143["slots"]>;
|
|
8821
8904
|
|
|
8822
8905
|
export { SplitterVariants }
|
|
8823
8906
|
|
|
8824
|
-
export declare const Stepper:
|
|
8907
|
+
export declare const Stepper: __VLS_WithTemplateSlots_144<typeof __VLS_component_144, __VLS_TemplateResult_144["slots"]>;
|
|
8825
8908
|
|
|
8826
|
-
export declare const StepperContent:
|
|
8909
|
+
export declare const StepperContent: __VLS_WithTemplateSlots_149<typeof __VLS_component_149, __VLS_TemplateResult_149["slots"]>;
|
|
8827
8910
|
|
|
8828
8911
|
export declare interface StepperContext {
|
|
8829
8912
|
currentStep: ComputedRef<number>;
|
|
@@ -8836,13 +8919,13 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8836
8919
|
|
|
8837
8920
|
export declare const stepperContextKey: InjectionKey<StepperContext>;
|
|
8838
8921
|
|
|
8839
|
-
export declare const StepperDescription:
|
|
8922
|
+
export declare const StepperDescription: __VLS_WithTemplateSlots_148<typeof __VLS_component_148, __VLS_TemplateResult_148["slots"]>;
|
|
8840
8923
|
|
|
8841
|
-
export declare const StepperIndicator:
|
|
8924
|
+
export declare const StepperIndicator: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, __VLS_TemplateResult_146["slots"]>;
|
|
8842
8925
|
|
|
8843
|
-
export declare const StepperItem:
|
|
8926
|
+
export declare const StepperItem: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, __VLS_TemplateResult_145["slots"]>;
|
|
8844
8927
|
|
|
8845
|
-
export declare const StepperSeparator: DefineComponent<
|
|
8928
|
+
export declare const StepperSeparator: DefineComponent<__VLS_Props_154, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_154> & Readonly<{}>, {
|
|
8846
8929
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
8847
8930
|
classNames: Partial<{
|
|
8848
8931
|
separator: ClassValue;
|
|
@@ -8854,7 +8937,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8854
8937
|
description?: string;
|
|
8855
8938
|
};
|
|
8856
8939
|
|
|
8857
|
-
export declare const StepperTitle:
|
|
8940
|
+
export declare const StepperTitle: __VLS_WithTemplateSlots_147<typeof __VLS_component_147, __VLS_TemplateResult_147["slots"]>;
|
|
8858
8941
|
|
|
8859
8942
|
export { StepperVariants }
|
|
8860
8943
|
|
|
@@ -8903,15 +8986,15 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8903
8986
|
disabled?: boolean;
|
|
8904
8987
|
};
|
|
8905
8988
|
|
|
8906
|
-
export declare const Tab:
|
|
8989
|
+
export declare const Tab: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
8907
8990
|
|
|
8908
|
-
export declare const TabIndicator: DefineComponent<
|
|
8991
|
+
export declare const TabIndicator: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8909
8992
|
|
|
8910
|
-
export declare const Table:
|
|
8993
|
+
export declare const Table: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, __VLS_TemplateResult_132["slots"]>;
|
|
8911
8994
|
|
|
8912
|
-
export declare const TableBody:
|
|
8995
|
+
export declare const TableBody: __VLS_WithTemplateSlots_133<typeof __VLS_component_133, __VLS_TemplateResult_133["slots"]>;
|
|
8913
8996
|
|
|
8914
|
-
export declare const TableCell:
|
|
8997
|
+
export declare const TableCell: __VLS_WithTemplateSlots_135<typeof __VLS_component_135, __VLS_TemplateResult_135["slots"]>;
|
|
8915
8998
|
|
|
8916
8999
|
/**
|
|
8917
9000
|
* TableContext — provided by the <Table> root, consumed by every descendant.
|
|
@@ -8943,11 +9026,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8943
9026
|
|
|
8944
9027
|
export declare const tableContextKey: InjectionKey<TableContext>;
|
|
8945
9028
|
|
|
8946
|
-
export declare const TableFooter:
|
|
9029
|
+
export declare const TableFooter: __VLS_WithTemplateSlots_137<typeof __VLS_component_137, __VLS_TemplateResult_137["slots"]>;
|
|
8947
9030
|
|
|
8948
9031
|
export declare const TableHeader: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
8949
9032
|
|
|
8950
|
-
export declare const TableHeaderCell:
|
|
9033
|
+
export declare const TableHeaderCell: __VLS_WithTemplateSlots_136<typeof __VLS_component_136, __VLS_TemplateResult_136["slots"]>;
|
|
8951
9034
|
|
|
8952
9035
|
export declare interface TableKeyboardNav {
|
|
8953
9036
|
/** Currently active cell (roving tabindex target). null = nothing focused yet. */
|
|
@@ -8972,13 +9055,13 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8972
9055
|
getCellElement: (rowIndex: number, columnIndex: number) => HTMLElement | null;
|
|
8973
9056
|
}
|
|
8974
9057
|
|
|
8975
|
-
export declare const TableRow:
|
|
9058
|
+
export declare const TableRow: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, __VLS_TemplateResult_134["slots"]>;
|
|
8976
9059
|
|
|
8977
|
-
export declare const TabList:
|
|
9060
|
+
export declare const TabList: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
8978
9061
|
|
|
8979
|
-
export declare const TabPanel:
|
|
9062
|
+
export declare const TabPanel: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
|
|
8980
9063
|
|
|
8981
|
-
export declare const Tabs:
|
|
9064
|
+
export declare const Tabs: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
8982
9065
|
|
|
8983
9066
|
declare type TabShorthandItem = {
|
|
8984
9067
|
value: string;
|
|
@@ -8996,15 +9079,15 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8996
9079
|
|
|
8997
9080
|
export { TextVariants }
|
|
8998
9081
|
|
|
8999
|
-
export declare const TimeField:
|
|
9082
|
+
export declare const TimeField: __VLS_WithTemplateSlots_158<typeof __VLS_component_158, __VLS_TemplateResult_158["slots"]>;
|
|
9000
9083
|
|
|
9001
|
-
export declare const Toast:
|
|
9084
|
+
export declare const Toast: __VLS_WithTemplateSlots_91<typeof __VLS_component_91, __VLS_TemplateResult_91["slots"]>;
|
|
9002
9085
|
|
|
9003
|
-
export declare const ToastAction:
|
|
9086
|
+
export declare const ToastAction: __VLS_WithTemplateSlots_94<typeof __VLS_component_94, __VLS_TemplateResult_94["slots"]>;
|
|
9004
9087
|
|
|
9005
|
-
export declare const ToastClose: DefineComponent<
|
|
9088
|
+
export declare const ToastClose: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9006
9089
|
|
|
9007
|
-
export declare const ToastDescription:
|
|
9090
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_93<typeof __VLS_component_93, __VLS_TemplateResult_93["slots"]>;
|
|
9008
9091
|
|
|
9009
9092
|
export declare interface ToastInstance extends Required<Omit<ToastOptions, 'action'>> {
|
|
9010
9093
|
id: string;
|
|
@@ -9050,13 +9133,13 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
9050
9133
|
|
|
9051
9134
|
declare type ToastPosition_3 = 'top-right' | 'top-center' | 'top-left' | 'bottom-right' | 'bottom-center' | 'bottom-left';
|
|
9052
9135
|
|
|
9053
|
-
export declare const ToastProvider:
|
|
9136
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_90<typeof __VLS_component_90, __VLS_TemplateResult_90["slots"]>;
|
|
9054
9137
|
|
|
9055
|
-
export declare const ToastTitle:
|
|
9138
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_92<typeof __VLS_component_92, __VLS_TemplateResult_92["slots"]>;
|
|
9056
9139
|
|
|
9057
9140
|
export declare type ToastVariant = 'default' | 'success' | 'warning' | 'danger' | 'accent';
|
|
9058
9141
|
|
|
9059
|
-
export declare const ToastViewport:
|
|
9142
|
+
export declare const ToastViewport: __VLS_WithTemplateSlots_95<typeof __VLS_component_95, __VLS_TemplateResult_95["slots"]>;
|
|
9060
9143
|
|
|
9061
9144
|
export declare const ToggleButton: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
9062
9145
|
|
|
@@ -9081,17 +9164,17 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
9081
9164
|
class?: string;
|
|
9082
9165
|
};
|
|
9083
9166
|
|
|
9084
|
-
export declare const Toolbar:
|
|
9167
|
+
export declare const Toolbar: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, __VLS_TemplateResult_81["slots"]>;
|
|
9085
9168
|
|
|
9086
|
-
export declare const ToolbarButton:
|
|
9169
|
+
export declare const ToolbarButton: __VLS_WithTemplateSlots_82<typeof __VLS_component_82, __VLS_TemplateResult_82["slots"]>;
|
|
9087
9170
|
|
|
9088
|
-
export declare const ToolbarLink:
|
|
9171
|
+
export declare const ToolbarLink: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, __VLS_TemplateResult_83["slots"]>;
|
|
9089
9172
|
|
|
9090
|
-
export declare const ToolbarSeparator: DefineComponent<
|
|
9173
|
+
export declare const ToolbarSeparator: DefineComponent<__VLS_Props_93, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_93> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9091
9174
|
|
|
9092
|
-
export declare const ToolbarToggleGroup:
|
|
9175
|
+
export declare const ToolbarToggleGroup: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, __VLS_TemplateResult_84["slots"]>;
|
|
9093
9176
|
|
|
9094
|
-
export declare const ToolbarToggleItem:
|
|
9177
|
+
export declare const ToolbarToggleItem: __VLS_WithTemplateSlots_85<typeof __VLS_component_85, __VLS_TemplateResult_85["slots"]>;
|
|
9095
9178
|
|
|
9096
9179
|
declare type ToolbarToggleShorthandItem = {
|
|
9097
9180
|
value: string;
|
|
@@ -9231,7 +9314,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
9231
9314
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
9232
9315
|
};
|
|
9233
9316
|
|
|
9234
|
-
export declare const TreeItemToggle:
|
|
9317
|
+
export declare const TreeItemToggle: __VLS_WithTemplateSlots_150<typeof __VLS_component_150, __VLS_TemplateResult_150["slots"]>;
|
|
9235
9318
|
|
|
9236
9319
|
export { TreeVariants }
|
|
9237
9320
|
|