@auronui/vue 1.0.11 → 1.0.13
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 +1080 -902
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/autocomplete/Autocomplete.context.js.map +1 -1
- package/dist/components/autocomplete/Autocomplete.js.map +1 -1
- package/dist/components/autocomplete/Autocomplete.vue_vue_type_script_setup_true_lang.js +141 -17
- package/dist/components/autocomplete/Autocomplete.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteCreateItem.js +7 -0
- package/dist/components/autocomplete/AutocompleteCreateItem.js.map +1 -0
- package/dist/components/autocomplete/AutocompleteCreateItem.vue_vue_type_script_setup_true_lang.js +57 -0
- package/dist/components/autocomplete/AutocompleteCreateItem.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/autocomplete/AutocompleteInput.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteInput.vue_vue_type_script_setup_true_lang.js +40 -9
- package/dist/components/autocomplete/AutocompleteInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteItem.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteItem.vue_vue_type_script_setup_true_lang.js +33 -5
- package/dist/components/autocomplete/AutocompleteItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteOverflowChips.js +7 -0
- package/dist/components/autocomplete/AutocompleteOverflowChips.js.map +1 -0
- package/dist/components/autocomplete/AutocompleteOverflowChips.vue_vue_type_script_setup_true_lang.js +88 -0
- package/dist/components/autocomplete/AutocompleteOverflowChips.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/combo-box/ComboBox.js.map +1 -1
- package/dist/components/combo-box/ComboBox.vue_vue_type_script_setup_true_lang.js +20 -2
- package/dist/components/combo-box/ComboBox.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/select/Select.context.js.map +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js +45 -6
- package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/select/SelectItem.js.map +1 -1
- package/dist/components/select/SelectItem.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/components/select/SelectItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/select/SelectOverflowChips.js +7 -0
- package/dist/components/select/SelectOverflowChips.js.map +1 -0
- package/dist/components/select/SelectOverflowChips.vue_vue_type_script_setup_true_lang.js +85 -0
- package/dist/components/select/SelectOverflowChips.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/select/SelectValue.js.map +1 -1
- package/dist/components/select/SelectValue.vue_vue_type_script_setup_true_lang.js +6 -1
- package/dist/components/select/SelectValue.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/index.d.ts +362 -432
- package/dist/index.js +5 -10
- package/dist/utils/hasSlotComponent.js +26 -0
- package/dist/utils/hasSlotComponent.js.map +1 -0
- package/package.json +2 -2
- package/dist/components/tag/Tag.js +0 -7
- package/dist/components/tag/Tag.js.map +0 -1
- package/dist/components/tag/Tag.vue_vue_type_script_setup_true_lang.js +0 -69
- package/dist/components/tag/Tag.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/components/tag/TagDelete.js +0 -7
- package/dist/components/tag/TagDelete.js.map +0 -1
- package/dist/components/tag/TagDelete.vue_vue_type_script_setup_true_lang.js +0 -49
- package/dist/components/tag/TagDelete.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/components/tag/TagText.js +0 -7
- package/dist/components/tag/TagText.js.map +0 -1
- package/dist/components/tag/TagText.vue_vue_type_script_setup_true_lang.js +0 -18
- package/dist/components/tag/TagText.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/components/tag-group/TagGroup.context.js +0 -7
- package/dist/components/tag-group/TagGroup.context.js.map +0 -1
- package/dist/components/tag-group/TagGroup.js +0 -7
- package/dist/components/tag-group/TagGroup.js.map +0 -1
- package/dist/components/tag-group/TagGroup.vue_vue_type_script_setup_true_lang.js +0 -142
- package/dist/components/tag-group/TagGroup.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/components/tag-group/TagGroupInput.js +0 -7
- package/dist/components/tag-group/TagGroupInput.js.map +0 -1
- package/dist/components/tag-group/TagGroupInput.vue_vue_type_script_setup_true_lang.js +0 -37
- package/dist/components/tag-group/TagGroupInput.vue_vue_type_script_setup_true_lang.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -99,8 +99,6 @@ import { SwitchVariants } from '@auronui/styles';
|
|
|
99
99
|
import { Table as Table_2 } from '@tanstack/vue-table';
|
|
100
100
|
import { TableVariants } from '@auronui/styles';
|
|
101
101
|
import { TabsVariants } from '@auronui/styles';
|
|
102
|
-
import { TagGroupVariants } from '@auronui/styles';
|
|
103
|
-
import { TagVariants } from '@auronui/styles';
|
|
104
102
|
import { TextAreaVariants } from '@auronui/styles';
|
|
105
103
|
import { TextVariants } from '@auronui/styles';
|
|
106
104
|
import { TimeFieldRootProps } from 'reka-ui';
|
|
@@ -374,11 +372,13 @@ class: string;
|
|
|
374
372
|
declare const __VLS_component_117: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
375
373
|
|
|
376
374
|
declare const __VLS_component_118: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
377
|
-
"update:modelValue": (value: string) => any;
|
|
375
|
+
"update:modelValue": (value: string | string[]) => any;
|
|
378
376
|
"update:open": (value: boolean) => any;
|
|
377
|
+
create: (value: string) => any;
|
|
379
378
|
}, string, PublicProps, Readonly<Props_4> & Readonly<{
|
|
380
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
379
|
+
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
381
380
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
381
|
+
onCreate?: ((value: string) => any) | undefined;
|
|
382
382
|
}>, {
|
|
383
383
|
size: "md" | "sm" | "lg";
|
|
384
384
|
variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
|
|
@@ -390,10 +390,12 @@ isReadonly: boolean;
|
|
|
390
390
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
391
391
|
isRequired: boolean;
|
|
392
392
|
items: AutocompleteItemData[];
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
multiple: boolean;
|
|
394
|
+
modelValue: string | string[];
|
|
395
|
+
defaultValue: string | string[];
|
|
395
396
|
defaultOpen: boolean;
|
|
396
397
|
open: boolean;
|
|
398
|
+
multipleOverflow: "wrap" | "collapse";
|
|
397
399
|
loadItems: (query: string) => Promise<AutocompleteItemData[]>;
|
|
398
400
|
debounceMs: number;
|
|
399
401
|
filterOnOpen: boolean;
|
|
@@ -465,60 +467,15 @@ isDisabled: boolean;
|
|
|
465
467
|
class: string;
|
|
466
468
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
467
469
|
|
|
468
|
-
declare const __VLS_component_122: DefineComponent<__VLS_Props_129, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
469
|
-
add: (value: string) => any;
|
|
470
|
-
"update:modelValue": (value: string[]) => any;
|
|
471
|
-
invalid: (value: string) => any;
|
|
472
|
-
remove: (value: string) => any;
|
|
473
|
-
}, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{
|
|
474
|
-
onAdd?: ((value: string) => any) | undefined;
|
|
475
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
476
|
-
onInvalid?: ((value: string) => any) | undefined;
|
|
477
|
-
onRemove?: ((value: string) => any) | undefined;
|
|
478
|
-
}>, {
|
|
479
|
-
size: "md" | "sm" | "lg";
|
|
480
|
-
variant: "default" | "surface";
|
|
481
|
-
isDisabled: boolean;
|
|
482
|
-
class: string;
|
|
483
|
-
description: string;
|
|
484
|
-
label: string;
|
|
485
|
-
errorMessage: string;
|
|
486
|
-
isInvalid: boolean;
|
|
487
|
-
isRequired: boolean;
|
|
488
|
-
placeholder: string;
|
|
489
|
-
modelValue: string[];
|
|
490
|
-
defaultValue: string[];
|
|
491
|
-
readOnly: boolean;
|
|
492
|
-
allowsDuplicates: boolean;
|
|
493
|
-
maxTags: number;
|
|
494
|
-
delimiter: string | RegExp;
|
|
495
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
496
|
-
|
|
497
|
-
declare const __VLS_component_123: DefineComponent<__VLS_Props_131, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
498
|
-
remove: (value: string) => any;
|
|
499
|
-
}, string, PublicProps, Readonly<__VLS_Props_131> & Readonly<{
|
|
500
|
-
onRemove?: ((value: string) => any) | undefined;
|
|
501
|
-
}>, {
|
|
502
|
-
size: "md" | "sm" | "lg";
|
|
503
|
-
variant: "default" | "surface";
|
|
504
|
-
isDisabled: boolean;
|
|
470
|
+
declare const __VLS_component_122: DefineComponent<__VLS_Props_129, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{}>, {
|
|
505
471
|
class: string;
|
|
506
|
-
|
|
507
|
-
isReadOnly: boolean;
|
|
472
|
+
label: string | ((term: string) => string);
|
|
508
473
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
509
474
|
|
|
510
|
-
declare const
|
|
511
|
-
|
|
512
|
-
declare const __VLS_component_125: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
513
|
-
remove: () => any;
|
|
514
|
-
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
515
|
-
onRemove?: (() => any) | undefined;
|
|
516
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
517
|
-
|
|
518
|
-
declare const __VLS_component_126: DefineComponent<__VLS_Props_132, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
475
|
+
declare const __VLS_component_123: DefineComponent<__VLS_Props_130, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
519
476
|
"update:page": (page: number) => any;
|
|
520
477
|
"update:cursor": (before: string | null, after: string | null) => any;
|
|
521
|
-
}, string, PublicProps, Readonly<
|
|
478
|
+
}, string, PublicProps, Readonly<__VLS_Props_130> & Readonly<{
|
|
522
479
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
523
480
|
"onUpdate:cursor"?: ((before: string | null, after: string | null) => any) | undefined;
|
|
524
481
|
}>, {
|
|
@@ -535,29 +492,29 @@ beforeCursor: string | null;
|
|
|
535
492
|
afterCursor: string | null;
|
|
536
493
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
537
494
|
|
|
538
|
-
declare const
|
|
495
|
+
declare const __VLS_component_124: DefineComponent<__VLS_Props_131, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_131> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
539
496
|
|
|
540
|
-
declare const
|
|
497
|
+
declare const __VLS_component_125: DefineComponent<__VLS_Props_132, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_132> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
541
498
|
|
|
542
|
-
declare const
|
|
499
|
+
declare const __VLS_component_126: DefineComponent<__VLS_Props_133, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_133> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
543
500
|
|
|
544
|
-
declare const
|
|
501
|
+
declare const __VLS_component_127: DefineComponent<__VLS_Props_134, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_134> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
545
502
|
|
|
546
|
-
declare const
|
|
503
|
+
declare const __VLS_component_128: DefineComponent<__VLS_Props_135, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_135> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
547
504
|
|
|
548
|
-
declare const
|
|
505
|
+
declare const __VLS_component_129: DefineComponent<__VLS_Props_136, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_136> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
549
506
|
|
|
550
|
-
declare const
|
|
507
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
551
508
|
|
|
552
|
-
declare const
|
|
509
|
+
declare const __VLS_component_130: DefineComponent<__VLS_Props_137, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_137> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
553
510
|
|
|
554
|
-
declare const
|
|
511
|
+
declare const __VLS_component_131: DefineComponent<__VLS_Props_138, {
|
|
555
512
|
table: Table_2<unknown>;
|
|
556
513
|
keyboardNav: TableKeyboardNav;
|
|
557
514
|
handleRowClick: typeof handleRowClick;
|
|
558
515
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
559
516
|
"update:rowSelection": (value: RowSelectionState) => any;
|
|
560
|
-
}, string, PublicProps, Readonly<
|
|
517
|
+
}, string, PublicProps, Readonly<__VLS_Props_138> & Readonly<{
|
|
561
518
|
"onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
|
|
562
519
|
}>, {
|
|
563
520
|
variant: "primary" | "secondary";
|
|
@@ -592,49 +549,49 @@ scrollToIndex: (index: number) => void;
|
|
|
592
549
|
}, {}, {}, {}, {}> | null;
|
|
593
550
|
}, HTMLDivElement>;
|
|
594
551
|
|
|
595
|
-
declare const
|
|
552
|
+
declare const __VLS_component_132: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
596
553
|
|
|
597
|
-
declare const
|
|
554
|
+
declare const __VLS_component_133: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableRowElement>;
|
|
598
555
|
|
|
599
|
-
declare const
|
|
556
|
+
declare const __VLS_component_134: DefineComponent<__VLS_Props_139, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_139> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
600
557
|
|
|
601
|
-
declare const
|
|
558
|
+
declare const __VLS_component_135: DefineComponent<__VLS_Props_140, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_140> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
602
559
|
|
|
603
|
-
declare const
|
|
560
|
+
declare const __VLS_component_136: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
604
561
|
|
|
605
|
-
declare const
|
|
606
|
-
divider: boolean;
|
|
607
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
608
|
-
|
|
609
|
-
declare const __VLS_component_140: DefineComponent<__VLS_Props_143, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{}>, {
|
|
562
|
+
declare const __VLS_component_137: DefineComponent<__VLS_Props_141, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_141> & Readonly<{}>, {
|
|
610
563
|
isDisabled: boolean;
|
|
611
564
|
isBordered: boolean;
|
|
612
565
|
showFallback: boolean;
|
|
613
566
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
614
567
|
|
|
615
|
-
declare const
|
|
568
|
+
declare const __VLS_component_138: DefineComponent<__VLS_Props_142, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_142> & Readonly<{}>, {
|
|
616
569
|
size: "sm" | "md" | "lg";
|
|
617
570
|
isDisabled: boolean;
|
|
618
571
|
isBordered: boolean;
|
|
619
572
|
isGrid: boolean;
|
|
620
573
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
621
574
|
|
|
622
|
-
declare const
|
|
575
|
+
declare const __VLS_component_139: DefineComponent<__VLS_Props_143, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{}>, {
|
|
623
576
|
class: string;
|
|
624
577
|
ratio: number;
|
|
625
578
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
626
579
|
|
|
627
|
-
declare const
|
|
580
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
581
|
+
divider: boolean;
|
|
582
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
583
|
+
|
|
584
|
+
declare const __VLS_component_140: DefineComponent<__VLS_Props_144, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_144> & Readonly<{}>, {
|
|
628
585
|
id: string;
|
|
629
586
|
class: string;
|
|
630
587
|
direction: "horizontal" | "vertical";
|
|
631
588
|
autoSaveId: string;
|
|
632
589
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
633
590
|
|
|
634
|
-
declare const
|
|
591
|
+
declare const __VLS_component_141: DefineComponent<__VLS_Props_145, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
635
592
|
collapse: () => any;
|
|
636
593
|
expand: () => any;
|
|
637
|
-
}, string, PublicProps, Readonly<
|
|
594
|
+
}, string, PublicProps, Readonly<__VLS_Props_145> & Readonly<{
|
|
638
595
|
onCollapse?: (() => any) | undefined;
|
|
639
596
|
onExpand?: (() => any) | undefined;
|
|
640
597
|
}>, {
|
|
@@ -648,9 +605,9 @@ maxSize: number;
|
|
|
648
605
|
collapsedSize: number;
|
|
649
606
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
650
607
|
|
|
651
|
-
declare const
|
|
608
|
+
declare const __VLS_component_142: DefineComponent<__VLS_Props_146, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
652
609
|
dragging: (isDragging: boolean) => any;
|
|
653
|
-
}, string, PublicProps, Readonly<
|
|
610
|
+
}, string, PublicProps, Readonly<__VLS_Props_146> & Readonly<{
|
|
654
611
|
onDragging?: ((isDragging: boolean) => any) | undefined;
|
|
655
612
|
}>, {
|
|
656
613
|
id: string;
|
|
@@ -658,9 +615,9 @@ class: string;
|
|
|
658
615
|
disabled: boolean;
|
|
659
616
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
660
617
|
|
|
661
|
-
declare const
|
|
618
|
+
declare const __VLS_component_143: DefineComponent<__VLS_Props_147, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
662
619
|
"update:modelValue": (step: number) => any;
|
|
663
|
-
}, string, PublicProps, Readonly<
|
|
620
|
+
}, string, PublicProps, Readonly<__VLS_Props_147> & Readonly<{
|
|
664
621
|
"onUpdate:modelValue"?: ((step: number) => any) | undefined;
|
|
665
622
|
}>, {
|
|
666
623
|
size: "md" | "sm" | "lg";
|
|
@@ -672,37 +629,37 @@ defaultValue: number;
|
|
|
672
629
|
totalSteps: number;
|
|
673
630
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
674
631
|
|
|
675
|
-
declare const
|
|
632
|
+
declare const __VLS_component_144: DefineComponent<__VLS_Props_148, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_148> & Readonly<{}>, {
|
|
676
633
|
class: string;
|
|
677
634
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
678
635
|
|
|
679
|
-
declare const
|
|
636
|
+
declare const __VLS_component_145: DefineComponent<__VLS_Props_149, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_149> & Readonly<{}>, {
|
|
680
637
|
class: string;
|
|
681
638
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
682
639
|
|
|
683
|
-
declare const
|
|
640
|
+
declare const __VLS_component_146: DefineComponent<__VLS_Props_150, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_150> & Readonly<{}>, {
|
|
684
641
|
class: string;
|
|
685
642
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
686
643
|
|
|
687
|
-
declare const
|
|
688
|
-
|
|
689
|
-
declare const __VLS_component_150: DefineComponent<__VLS_Props_153, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_153> & Readonly<{}>, {
|
|
644
|
+
declare const __VLS_component_147: DefineComponent<__VLS_Props_151, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_151> & Readonly<{}>, {
|
|
690
645
|
class: string;
|
|
691
646
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
692
647
|
|
|
693
|
-
declare const
|
|
648
|
+
declare const __VLS_component_148: DefineComponent<__VLS_Props_152, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_152> & Readonly<{}>, {
|
|
694
649
|
class: string;
|
|
695
650
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
696
651
|
|
|
697
|
-
declare const
|
|
652
|
+
declare const __VLS_component_149: DefineComponent<__VLS_Props_154, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_154> & Readonly<{}>, {
|
|
698
653
|
isExpanded: boolean;
|
|
699
654
|
class: string;
|
|
700
655
|
hasChildren: boolean;
|
|
701
656
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
702
657
|
|
|
703
|
-
declare const
|
|
658
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
659
|
+
|
|
660
|
+
declare const __VLS_component_150: DefineComponent<__VLS_Props_155, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
704
661
|
"update:modelValue": (value: number | number[]) => any;
|
|
705
|
-
}, string, PublicProps, Readonly<
|
|
662
|
+
}, string, PublicProps, Readonly<__VLS_Props_155> & Readonly<{
|
|
706
663
|
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
707
664
|
}>, {
|
|
708
665
|
orientation: "horizontal" | "vertical";
|
|
@@ -717,7 +674,7 @@ hideThumb: boolean;
|
|
|
717
674
|
inverted: boolean;
|
|
718
675
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
719
676
|
|
|
720
|
-
declare const
|
|
677
|
+
declare const __VLS_component_151: DefineComponent<__VLS_Props_157, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_157> & Readonly<{}>, {
|
|
721
678
|
isDisabled: boolean;
|
|
722
679
|
isIndeterminate: boolean;
|
|
723
680
|
strokeWidth: number;
|
|
@@ -726,7 +683,7 @@ maxValue: number;
|
|
|
726
683
|
showValueLabel: boolean;
|
|
727
684
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
728
685
|
|
|
729
|
-
declare const
|
|
686
|
+
declare const __VLS_component_152: DefineComponent<__VLS_Props_159, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_159> & Readonly<{}>, {
|
|
730
687
|
size: number;
|
|
731
688
|
orientation: "vertical" | "horizontal" | "both";
|
|
732
689
|
hideScrollBar: boolean;
|
|
@@ -736,13 +693,13 @@ visibility: "auto" | "top" | "bottom" | "left" | "right" | "both" | "none";
|
|
|
736
693
|
container: HTMLDivElement;
|
|
737
694
|
}, HTMLDivElement>;
|
|
738
695
|
|
|
739
|
-
declare const
|
|
696
|
+
declare const __VLS_component_153: DefineComponent<__VLS_Props_160, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_160> & Readonly<{}>, {
|
|
740
697
|
orientation: "vertical" | "horizontal" | "both";
|
|
741
698
|
type: "auto" | "always" | "scroll" | "hover";
|
|
742
699
|
scrollHideDelay: number;
|
|
743
700
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
744
701
|
|
|
745
|
-
declare const
|
|
702
|
+
declare const __VLS_component_154: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
746
703
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
747
704
|
"update:placeholder": (value: DateValue | undefined) => any;
|
|
748
705
|
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
@@ -755,7 +712,7 @@ yearsPerPage: number;
|
|
|
755
712
|
preventDeselect: boolean;
|
|
756
713
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
757
714
|
|
|
758
|
-
declare const
|
|
715
|
+
declare const __VLS_component_155: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
759
716
|
"update:modelValue": (value: DateValue | null | undefined) => any;
|
|
760
717
|
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
761
718
|
"onUpdate:modelValue"?: ((value: DateValue | null | undefined) => any) | undefined;
|
|
@@ -857,7 +814,7 @@ isInvalid: boolean;
|
|
|
857
814
|
}) | null;
|
|
858
815
|
}, any>;
|
|
859
816
|
|
|
860
|
-
declare const
|
|
817
|
+
declare const __VLS_component_156: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
861
818
|
"update:modelValue": (value: DateRange_2 | null | undefined) => any;
|
|
862
819
|
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
863
820
|
"onUpdate:modelValue"?: ((value: DateRange_2 | null | undefined) => any) | undefined;
|
|
@@ -965,9 +922,7 @@ isInvalid: boolean;
|
|
|
965
922
|
}) | null;
|
|
966
923
|
}, any>;
|
|
967
924
|
|
|
968
|
-
declare const
|
|
969
|
-
|
|
970
|
-
declare const __VLS_component_160: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
925
|
+
declare const __VLS_component_157: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
971
926
|
"update:modelValue": (value: TimeValue | null | undefined) => any;
|
|
972
927
|
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
973
928
|
"onUpdate:modelValue"?: ((value: TimeValue | null | undefined) => any) | undefined;
|
|
@@ -1070,7 +1025,7 @@ isInvalid: boolean;
|
|
|
1070
1025
|
}) | null;
|
|
1071
1026
|
}, any>;
|
|
1072
1027
|
|
|
1073
|
-
declare const
|
|
1028
|
+
declare const __VLS_component_158: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1074
1029
|
"update:modelValue": (value: DateValue | null | undefined) => any;
|
|
1075
1030
|
"update:open": (value: boolean) => any;
|
|
1076
1031
|
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
@@ -1093,7 +1048,7 @@ hideTimeZone: boolean;
|
|
|
1093
1048
|
visibleMonths: number;
|
|
1094
1049
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1095
1050
|
|
|
1096
|
-
declare const
|
|
1051
|
+
declare const __VLS_component_159: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1097
1052
|
"update:modelValue": (value: DateRangePickerRange | null | undefined) => any;
|
|
1098
1053
|
"update:open": (value: boolean) => any;
|
|
1099
1054
|
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
@@ -1116,7 +1071,9 @@ hideTimeZone: boolean;
|
|
|
1116
1071
|
visibleMonths: number;
|
|
1117
1072
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1118
1073
|
|
|
1119
|
-
declare const
|
|
1074
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1075
|
+
|
|
1076
|
+
declare const __VLS_component_160: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1120
1077
|
"update:modelValue": (value: CalendarDateTime | null | undefined) => any;
|
|
1121
1078
|
"update:open": (value: boolean) => any;
|
|
1122
1079
|
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
@@ -1137,9 +1094,9 @@ granularity: "minute" | "second";
|
|
|
1137
1094
|
hideTimeZone: boolean;
|
|
1138
1095
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1139
1096
|
|
|
1140
|
-
declare const
|
|
1097
|
+
declare const __VLS_component_161: DefineComponent<__VLS_Props_176, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1141
1098
|
"update:modelValue": (value: string) => any;
|
|
1142
|
-
}, string, PublicProps, Readonly<
|
|
1099
|
+
}, string, PublicProps, Readonly<__VLS_Props_176> & Readonly<{
|
|
1143
1100
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1144
1101
|
}>, {
|
|
1145
1102
|
disabled: boolean;
|
|
@@ -1884,10 +1841,10 @@ showDivider: boolean;
|
|
|
1884
1841
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1885
1842
|
|
|
1886
1843
|
declare const __VLS_component_98: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1887
|
-
"update:modelValue": (value:
|
|
1844
|
+
"update:modelValue": (value: SelectItemValue | SelectItemValue[]) => any;
|
|
1888
1845
|
"update:open": (value: boolean) => any;
|
|
1889
1846
|
}, string, PublicProps, Readonly<Props_3> & Readonly<{
|
|
1890
|
-
"onUpdate:modelValue"?: ((value:
|
|
1847
|
+
"onUpdate:modelValue"?: ((value: SelectItemValue | SelectItemValue[]) => any) | undefined;
|
|
1891
1848
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
1892
1849
|
}>, {
|
|
1893
1850
|
size: "md" | "sm" | "lg";
|
|
@@ -1899,8 +1856,10 @@ isInvalid: boolean;
|
|
|
1899
1856
|
isReadonly: boolean;
|
|
1900
1857
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
1901
1858
|
isRequired: boolean;
|
|
1902
|
-
|
|
1903
|
-
|
|
1859
|
+
items: SelectItemData[];
|
|
1860
|
+
multiple: boolean;
|
|
1861
|
+
modelValue: SelectItemValue | SelectItemValue[];
|
|
1862
|
+
defaultValue: SelectItemValue | SelectItemValue[];
|
|
1904
1863
|
defaultOpen: boolean;
|
|
1905
1864
|
open: boolean;
|
|
1906
1865
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -2017,7 +1976,7 @@ declare type __VLS_Props_111 = {
|
|
|
2017
1976
|
};
|
|
2018
1977
|
|
|
2019
1978
|
declare type __VLS_Props_112 = {
|
|
2020
|
-
value:
|
|
1979
|
+
value: SelectItemValue;
|
|
2021
1980
|
/**
|
|
2022
1981
|
* Explicit human-readable label for this item. When provided, the registry is
|
|
2023
1982
|
* populated immediately at setup time (before the dropdown is ever opened),
|
|
@@ -2162,21 +2121,11 @@ declare type __VLS_Props_128 = {
|
|
|
2162
2121
|
};
|
|
2163
2122
|
|
|
2164
2123
|
declare type __VLS_Props_129 = {
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
errorMessage?: string;
|
|
2171
|
-
isInvalid?: boolean;
|
|
2172
|
-
isDisabled?: boolean;
|
|
2173
|
-
readOnly?: boolean;
|
|
2174
|
-
isRequired?: boolean;
|
|
2175
|
-
allowsDuplicates?: boolean;
|
|
2176
|
-
maxTags?: number;
|
|
2177
|
-
delimiter?: string | RegExp;
|
|
2178
|
-
variant?: TagVariants['variant'];
|
|
2179
|
-
size?: TagVariants['size'];
|
|
2124
|
+
/**
|
|
2125
|
+
* Label for the create item. Accepts a static string or a function receiving
|
|
2126
|
+
* the current search term. Defaults to `Create "${term}"`.
|
|
2127
|
+
*/
|
|
2128
|
+
label?: string | ((term: string) => string);
|
|
2180
2129
|
class?: string;
|
|
2181
2130
|
};
|
|
2182
2131
|
|
|
@@ -2186,22 +2135,6 @@ declare type __VLS_Props_13 = {
|
|
|
2186
2135
|
};
|
|
2187
2136
|
|
|
2188
2137
|
declare type __VLS_Props_130 = {
|
|
2189
|
-
placeholder?: string;
|
|
2190
|
-
class?: string;
|
|
2191
|
-
};
|
|
2192
|
-
|
|
2193
|
-
declare type __VLS_Props_131 = {
|
|
2194
|
-
value: string;
|
|
2195
|
-
textValue?: string;
|
|
2196
|
-
isDisabled?: boolean;
|
|
2197
|
-
/** Override group-level read-only; when true, delete button is hidden */
|
|
2198
|
-
isReadOnly?: boolean;
|
|
2199
|
-
variant?: TagVariants['variant'];
|
|
2200
|
-
size?: TagVariants['size'];
|
|
2201
|
-
class?: string;
|
|
2202
|
-
};
|
|
2203
|
-
|
|
2204
|
-
declare type __VLS_Props_132 = {
|
|
2205
2138
|
/** Current page number (v-model:page) */
|
|
2206
2139
|
page?: number;
|
|
2207
2140
|
/** Default page for uncontrolled usage */
|
|
@@ -2228,41 +2161,37 @@ declare type __VLS_Props_132 = {
|
|
|
2228
2161
|
class?: string;
|
|
2229
2162
|
};
|
|
2230
2163
|
|
|
2231
|
-
declare type
|
|
2164
|
+
declare type __VLS_Props_131 = {
|
|
2232
2165
|
class?: string;
|
|
2233
2166
|
};
|
|
2234
2167
|
|
|
2235
|
-
declare type
|
|
2168
|
+
declare type __VLS_Props_132 = {
|
|
2236
2169
|
/** Page number this item represents */
|
|
2237
2170
|
value: number;
|
|
2238
2171
|
class?: string;
|
|
2239
2172
|
};
|
|
2240
2173
|
|
|
2241
|
-
declare type
|
|
2242
|
-
class?: string;
|
|
2243
|
-
};
|
|
2244
|
-
|
|
2245
|
-
declare type __VLS_Props_136 = {
|
|
2174
|
+
declare type __VLS_Props_133 = {
|
|
2246
2175
|
class?: string;
|
|
2247
2176
|
};
|
|
2248
2177
|
|
|
2249
|
-
declare type
|
|
2178
|
+
declare type __VLS_Props_134 = {
|
|
2250
2179
|
class?: string;
|
|
2251
2180
|
};
|
|
2252
2181
|
|
|
2253
|
-
declare type
|
|
2182
|
+
declare type __VLS_Props_135 = {
|
|
2254
2183
|
class?: string;
|
|
2255
2184
|
};
|
|
2256
2185
|
|
|
2257
|
-
declare type
|
|
2186
|
+
declare type __VLS_Props_136 = {
|
|
2258
2187
|
class?: string;
|
|
2259
2188
|
};
|
|
2260
2189
|
|
|
2261
|
-
declare type
|
|
2190
|
+
declare type __VLS_Props_137 = {
|
|
2262
2191
|
class?: string;
|
|
2263
2192
|
};
|
|
2264
2193
|
|
|
2265
|
-
declare type
|
|
2194
|
+
declare type __VLS_Props_138 = {
|
|
2266
2195
|
columns: ColumnDef<any, any>[];
|
|
2267
2196
|
data: any[];
|
|
2268
2197
|
variant?: TableVariants['variant'];
|
|
@@ -2284,17 +2213,21 @@ declare type __VLS_Props_140 = {
|
|
|
2284
2213
|
virtualizerOverscan?: number;
|
|
2285
2214
|
};
|
|
2286
2215
|
|
|
2287
|
-
declare type
|
|
2216
|
+
declare type __VLS_Props_139 = {
|
|
2288
2217
|
rowIndex?: number;
|
|
2289
2218
|
columnIndex?: number;
|
|
2290
2219
|
};
|
|
2291
2220
|
|
|
2292
|
-
declare type
|
|
2221
|
+
declare type __VLS_Props_14 = {
|
|
2222
|
+
class?: string;
|
|
2223
|
+
};
|
|
2224
|
+
|
|
2225
|
+
declare type __VLS_Props_140 = {
|
|
2293
2226
|
columnIndex?: number;
|
|
2294
2227
|
sortDirection?: 'ascending' | 'descending' | 'none';
|
|
2295
2228
|
};
|
|
2296
2229
|
|
|
2297
|
-
declare type
|
|
2230
|
+
declare type __VLS_Props_141 = {
|
|
2298
2231
|
src?: string;
|
|
2299
2232
|
alt?: string;
|
|
2300
2233
|
name?: string;
|
|
@@ -2307,7 +2240,7 @@ declare type __VLS_Props_143 = {
|
|
|
2307
2240
|
class?: string;
|
|
2308
2241
|
};
|
|
2309
2242
|
|
|
2310
|
-
declare type
|
|
2243
|
+
declare type __VLS_Props_142 = {
|
|
2311
2244
|
size?: 'sm' | 'md' | 'lg';
|
|
2312
2245
|
isBordered?: boolean;
|
|
2313
2246
|
isDisabled?: boolean;
|
|
@@ -2318,19 +2251,19 @@ declare type __VLS_Props_144 = {
|
|
|
2318
2251
|
class?: string;
|
|
2319
2252
|
};
|
|
2320
2253
|
|
|
2321
|
-
declare type
|
|
2254
|
+
declare type __VLS_Props_143 = {
|
|
2322
2255
|
ratio?: number;
|
|
2323
2256
|
class?: string;
|
|
2324
2257
|
};
|
|
2325
2258
|
|
|
2326
|
-
declare type
|
|
2259
|
+
declare type __VLS_Props_144 = {
|
|
2327
2260
|
id?: string;
|
|
2328
2261
|
direction?: SplitterVariants['direction'];
|
|
2329
2262
|
autoSaveId?: string;
|
|
2330
2263
|
class?: string;
|
|
2331
2264
|
};
|
|
2332
2265
|
|
|
2333
|
-
declare type
|
|
2266
|
+
declare type __VLS_Props_145 = {
|
|
2334
2267
|
id?: string;
|
|
2335
2268
|
defaultSize?: number;
|
|
2336
2269
|
minSize?: number;
|
|
@@ -2341,13 +2274,13 @@ declare type __VLS_Props_147 = {
|
|
|
2341
2274
|
class?: string;
|
|
2342
2275
|
};
|
|
2343
2276
|
|
|
2344
|
-
declare type
|
|
2277
|
+
declare type __VLS_Props_146 = {
|
|
2345
2278
|
id?: string;
|
|
2346
2279
|
disabled?: boolean;
|
|
2347
2280
|
class?: string;
|
|
2348
2281
|
};
|
|
2349
2282
|
|
|
2350
|
-
declare type
|
|
2283
|
+
declare type __VLS_Props_147 = {
|
|
2351
2284
|
modelValue?: number;
|
|
2352
2285
|
defaultValue?: number;
|
|
2353
2286
|
totalSteps?: number;
|
|
@@ -2357,13 +2290,21 @@ declare type __VLS_Props_149 = {
|
|
|
2357
2290
|
class?: string;
|
|
2358
2291
|
};
|
|
2359
2292
|
|
|
2293
|
+
declare type __VLS_Props_148 = {
|
|
2294
|
+
step: number;
|
|
2295
|
+
class?: string;
|
|
2296
|
+
};
|
|
2297
|
+
|
|
2298
|
+
declare type __VLS_Props_149 = {
|
|
2299
|
+
class?: string;
|
|
2300
|
+
};
|
|
2301
|
+
|
|
2360
2302
|
declare type __VLS_Props_15 = {
|
|
2361
2303
|
divider?: boolean;
|
|
2362
2304
|
class?: string;
|
|
2363
2305
|
};
|
|
2364
2306
|
|
|
2365
2307
|
declare type __VLS_Props_150 = {
|
|
2366
|
-
step: number;
|
|
2367
2308
|
class?: string;
|
|
2368
2309
|
};
|
|
2369
2310
|
|
|
@@ -2380,20 +2321,12 @@ declare type __VLS_Props_153 = {
|
|
|
2380
2321
|
};
|
|
2381
2322
|
|
|
2382
2323
|
declare type __VLS_Props_154 = {
|
|
2383
|
-
class?: string;
|
|
2384
|
-
};
|
|
2385
|
-
|
|
2386
|
-
declare type __VLS_Props_155 = {
|
|
2387
|
-
class?: string;
|
|
2388
|
-
};
|
|
2389
|
-
|
|
2390
|
-
declare type __VLS_Props_156 = {
|
|
2391
2324
|
isExpanded?: boolean;
|
|
2392
2325
|
hasChildren?: boolean;
|
|
2393
2326
|
class?: string;
|
|
2394
2327
|
};
|
|
2395
2328
|
|
|
2396
|
-
declare type
|
|
2329
|
+
declare type __VLS_Props_155 = {
|
|
2397
2330
|
modelValue?: number | number[];
|
|
2398
2331
|
defaultValue?: number | number[];
|
|
2399
2332
|
min?: number;
|
|
@@ -2418,7 +2351,7 @@ declare type __VLS_Props_157 = {
|
|
|
2418
2351
|
class?: string;
|
|
2419
2352
|
};
|
|
2420
2353
|
|
|
2421
|
-
declare type
|
|
2354
|
+
declare type __VLS_Props_156 = {
|
|
2422
2355
|
value?: number | null;
|
|
2423
2356
|
minValue?: number;
|
|
2424
2357
|
maxValue?: number;
|
|
@@ -2435,7 +2368,7 @@ declare type __VLS_Props_158 = {
|
|
|
2435
2368
|
class?: string;
|
|
2436
2369
|
};
|
|
2437
2370
|
|
|
2438
|
-
declare type
|
|
2371
|
+
declare type __VLS_Props_157 = {
|
|
2439
2372
|
value?: number | null;
|
|
2440
2373
|
minValue?: number;
|
|
2441
2374
|
maxValue?: number;
|
|
@@ -2451,11 +2384,7 @@ declare type __VLS_Props_159 = {
|
|
|
2451
2384
|
class?: string;
|
|
2452
2385
|
};
|
|
2453
2386
|
|
|
2454
|
-
declare type
|
|
2455
|
-
class?: string;
|
|
2456
|
-
};
|
|
2457
|
-
|
|
2458
|
-
declare type __VLS_Props_160 = {
|
|
2387
|
+
declare type __VLS_Props_158 = {
|
|
2459
2388
|
value?: number;
|
|
2460
2389
|
minValue?: number;
|
|
2461
2390
|
maxValue?: number;
|
|
@@ -2468,7 +2397,7 @@ declare type __VLS_Props_160 = {
|
|
|
2468
2397
|
class?: string;
|
|
2469
2398
|
};
|
|
2470
2399
|
|
|
2471
|
-
declare type
|
|
2400
|
+
declare type __VLS_Props_159 = {
|
|
2472
2401
|
orientation?: 'vertical' | 'horizontal' | 'both';
|
|
2473
2402
|
hideScrollBar?: boolean;
|
|
2474
2403
|
size?: number;
|
|
@@ -2477,7 +2406,11 @@ declare type __VLS_Props_161 = {
|
|
|
2477
2406
|
class?: string;
|
|
2478
2407
|
};
|
|
2479
2408
|
|
|
2480
|
-
declare type
|
|
2409
|
+
declare type __VLS_Props_16 = {
|
|
2410
|
+
class?: string;
|
|
2411
|
+
};
|
|
2412
|
+
|
|
2413
|
+
declare type __VLS_Props_160 = {
|
|
2481
2414
|
class?: string;
|
|
2482
2415
|
viewportClass?: string;
|
|
2483
2416
|
type?: 'auto' | 'always' | 'scroll' | 'hover';
|
|
@@ -2485,7 +2418,7 @@ declare type __VLS_Props_162 = {
|
|
|
2485
2418
|
orientation?: 'vertical' | 'horizontal' | 'both';
|
|
2486
2419
|
};
|
|
2487
2420
|
|
|
2488
|
-
declare type
|
|
2421
|
+
declare type __VLS_Props_161 = {
|
|
2489
2422
|
defaultValue?: DateValue;
|
|
2490
2423
|
defaultPlaceholder?: DateValue;
|
|
2491
2424
|
minValue?: DateValue;
|
|
@@ -2505,7 +2438,7 @@ declare type __VLS_Props_163 = {
|
|
|
2505
2438
|
class?: string;
|
|
2506
2439
|
};
|
|
2507
2440
|
|
|
2508
|
-
declare type
|
|
2441
|
+
declare type __VLS_Props_162 = {
|
|
2509
2442
|
defaultValue?: DateRange | null;
|
|
2510
2443
|
defaultPlaceholder?: DateValue;
|
|
2511
2444
|
minValue?: DateValue;
|
|
@@ -2526,7 +2459,7 @@ declare type __VLS_Props_164 = {
|
|
|
2526
2459
|
class?: string;
|
|
2527
2460
|
};
|
|
2528
2461
|
|
|
2529
|
-
declare type
|
|
2462
|
+
declare type __VLS_Props_163 = {
|
|
2530
2463
|
defaultValue?: DateValue;
|
|
2531
2464
|
defaultPlaceholder?: DateValue;
|
|
2532
2465
|
minValue?: DateValue;
|
|
@@ -2542,13 +2475,13 @@ declare type __VLS_Props_165 = {
|
|
|
2542
2475
|
class?: string;
|
|
2543
2476
|
};
|
|
2544
2477
|
|
|
2545
|
-
declare type
|
|
2478
|
+
declare type __VLS_Props_164 = Props_5;
|
|
2546
2479
|
|
|
2547
|
-
declare type
|
|
2480
|
+
declare type __VLS_Props_165 = Props_6;
|
|
2548
2481
|
|
|
2549
|
-
declare type
|
|
2482
|
+
declare type __VLS_Props_166 = Props_7;
|
|
2550
2483
|
|
|
2551
|
-
declare type
|
|
2484
|
+
declare type __VLS_Props_167 = {
|
|
2552
2485
|
variant?: DateInputVariants['variant'];
|
|
2553
2486
|
size?: DateInputVariants['size'];
|
|
2554
2487
|
color?: DateInputVariants['color'];
|
|
@@ -2580,11 +2513,7 @@ declare type __VLS_Props_169 = {
|
|
|
2580
2513
|
class?: string;
|
|
2581
2514
|
};
|
|
2582
2515
|
|
|
2583
|
-
declare type
|
|
2584
|
-
class?: string;
|
|
2585
|
-
};
|
|
2586
|
-
|
|
2587
|
-
declare type __VLS_Props_170 = {
|
|
2516
|
+
declare type __VLS_Props_168 = {
|
|
2588
2517
|
variant?: DateRangeFieldVariants['variant'];
|
|
2589
2518
|
size?: DateRangeFieldVariants['size'];
|
|
2590
2519
|
color?: DateRangeFieldVariants['color'];
|
|
@@ -2616,7 +2545,7 @@ declare type __VLS_Props_170 = {
|
|
|
2616
2545
|
class?: string;
|
|
2617
2546
|
};
|
|
2618
2547
|
|
|
2619
|
-
declare type
|
|
2548
|
+
declare type __VLS_Props_169 = {
|
|
2620
2549
|
variant?: 'flat' | 'bordered' | 'faded' | 'underlined';
|
|
2621
2550
|
size?: 'sm' | 'md' | 'lg';
|
|
2622
2551
|
color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
|
|
@@ -2644,7 +2573,11 @@ declare type __VLS_Props_171 = {
|
|
|
2644
2573
|
isDateDisabled?: (date: DateValue) => boolean;
|
|
2645
2574
|
};
|
|
2646
2575
|
|
|
2647
|
-
declare type
|
|
2576
|
+
declare type __VLS_Props_17 = {
|
|
2577
|
+
class?: string;
|
|
2578
|
+
};
|
|
2579
|
+
|
|
2580
|
+
declare type __VLS_Props_170 = {
|
|
2648
2581
|
modelValue?: Color | string;
|
|
2649
2582
|
defaultValue?: Color | string;
|
|
2650
2583
|
xChannel?: ColorChannel;
|
|
@@ -2656,7 +2589,7 @@ declare type __VLS_Props_172 = {
|
|
|
2656
2589
|
thumbClass?: string;
|
|
2657
2590
|
};
|
|
2658
2591
|
|
|
2659
|
-
declare type
|
|
2592
|
+
declare type __VLS_Props_171 = {
|
|
2660
2593
|
modelValue?: Color | string;
|
|
2661
2594
|
defaultValue?: Color | string;
|
|
2662
2595
|
channel: ColorChannel;
|
|
@@ -2670,7 +2603,7 @@ declare type __VLS_Props_173 = {
|
|
|
2670
2603
|
outputClass?: string;
|
|
2671
2604
|
};
|
|
2672
2605
|
|
|
2673
|
-
declare type
|
|
2606
|
+
declare type __VLS_Props_172 = {
|
|
2674
2607
|
modelValue?: Color | string;
|
|
2675
2608
|
defaultValue?: Color | string;
|
|
2676
2609
|
label?: string;
|
|
@@ -2684,7 +2617,7 @@ declare type __VLS_Props_174 = {
|
|
|
2684
2617
|
ariaLabel?: string;
|
|
2685
2618
|
};
|
|
2686
2619
|
|
|
2687
|
-
declare type
|
|
2620
|
+
declare type __VLS_Props_173 = {
|
|
2688
2621
|
color?: Color | string;
|
|
2689
2622
|
colorName?: string;
|
|
2690
2623
|
shape?: ColorSwatchVariants['shape'];
|
|
@@ -2692,7 +2625,7 @@ declare type __VLS_Props_175 = {
|
|
|
2692
2625
|
class?: string;
|
|
2693
2626
|
};
|
|
2694
2627
|
|
|
2695
|
-
declare type
|
|
2628
|
+
declare type __VLS_Props_174 = {
|
|
2696
2629
|
modelValue?: string;
|
|
2697
2630
|
defaultValue?: string;
|
|
2698
2631
|
colors: (Color | string)[];
|
|
@@ -2702,7 +2635,7 @@ declare type __VLS_Props_176 = {
|
|
|
2702
2635
|
class?: string;
|
|
2703
2636
|
};
|
|
2704
2637
|
|
|
2705
|
-
declare type
|
|
2638
|
+
declare type __VLS_Props_175 = {
|
|
2706
2639
|
modelValue?: Color | string;
|
|
2707
2640
|
defaultValue?: Color | string;
|
|
2708
2641
|
label?: string;
|
|
@@ -2717,7 +2650,7 @@ declare type __VLS_Props_177 = {
|
|
|
2717
2650
|
class?: string;
|
|
2718
2651
|
};
|
|
2719
2652
|
|
|
2720
|
-
declare type
|
|
2653
|
+
declare type __VLS_Props_176 = {
|
|
2721
2654
|
modelValue?: string;
|
|
2722
2655
|
defaultValue?: string;
|
|
2723
2656
|
format?: ColorFormat;
|
|
@@ -3359,30 +3292,30 @@ declare type __VLS_PublicProps = {
|
|
|
3359
3292
|
|
|
3360
3293
|
declare type __VLS_PublicProps_10 = {
|
|
3361
3294
|
modelValue?: DateValue | null | undefined;
|
|
3362
|
-
} &
|
|
3295
|
+
} & __VLS_Props_164;
|
|
3363
3296
|
|
|
3364
3297
|
declare type __VLS_PublicProps_11 = {
|
|
3365
3298
|
modelValue?: DateRange_2 | null | undefined;
|
|
3366
|
-
} &
|
|
3299
|
+
} & __VLS_Props_165;
|
|
3367
3300
|
|
|
3368
3301
|
declare type __VLS_PublicProps_12 = {
|
|
3369
3302
|
modelValue?: TimeValue | null | undefined;
|
|
3370
|
-
} &
|
|
3303
|
+
} & __VLS_Props_166;
|
|
3371
3304
|
|
|
3372
3305
|
declare type __VLS_PublicProps_13 = {
|
|
3373
3306
|
'modelValue'?: DateValue | null | undefined;
|
|
3374
3307
|
'open'?: boolean;
|
|
3375
|
-
} &
|
|
3308
|
+
} & __VLS_Props_167;
|
|
3376
3309
|
|
|
3377
3310
|
declare type __VLS_PublicProps_14 = {
|
|
3378
3311
|
'modelValue'?: DateRangePickerRange | null | undefined;
|
|
3379
3312
|
'open'?: boolean;
|
|
3380
|
-
} &
|
|
3313
|
+
} & __VLS_Props_168;
|
|
3381
3314
|
|
|
3382
3315
|
declare type __VLS_PublicProps_15 = {
|
|
3383
3316
|
'modelValue'?: CalendarDateTime | null | undefined;
|
|
3384
3317
|
'open'?: boolean;
|
|
3385
|
-
} &
|
|
3318
|
+
} & __VLS_Props_169;
|
|
3386
3319
|
|
|
3387
3320
|
declare type __VLS_PublicProps_2 = {
|
|
3388
3321
|
modelValue?: string | number | null;
|
|
@@ -3406,16 +3339,16 @@ declare type __VLS_PublicProps_6 = {
|
|
|
3406
3339
|
|
|
3407
3340
|
declare type __VLS_PublicProps_7 = {
|
|
3408
3341
|
modelValue?: DateValue;
|
|
3409
|
-
} &
|
|
3342
|
+
} & __VLS_Props_161;
|
|
3410
3343
|
|
|
3411
3344
|
declare type __VLS_PublicProps_8 = {
|
|
3412
3345
|
modelValue?: DateRange | null;
|
|
3413
|
-
} &
|
|
3346
|
+
} & __VLS_Props_162;
|
|
3414
3347
|
|
|
3415
3348
|
declare type __VLS_PublicProps_9 = {
|
|
3416
3349
|
modelValue?: DateValue | undefined;
|
|
3417
3350
|
'placeholder'?: DateValue | undefined;
|
|
3418
|
-
} &
|
|
3351
|
+
} & __VLS_Props_163;
|
|
3419
3352
|
|
|
3420
3353
|
declare function __VLS_template(): {
|
|
3421
3354
|
attrs: Partial<{}>;
|
|
@@ -3662,6 +3595,9 @@ declare function __VLS_template_113(): {
|
|
|
3662
3595
|
attrs: Partial<{}>;
|
|
3663
3596
|
slots: {
|
|
3664
3597
|
default?(_: {}): any;
|
|
3598
|
+
item?(_: {
|
|
3599
|
+
item: ComboBoxItemData;
|
|
3600
|
+
}): any;
|
|
3665
3601
|
};
|
|
3666
3602
|
refs: {};
|
|
3667
3603
|
rootEl: HTMLDivElement;
|
|
@@ -3711,14 +3647,9 @@ declare function __VLS_template_117(): {
|
|
|
3711
3647
|
declare function __VLS_template_118(): {
|
|
3712
3648
|
attrs: Partial<{}>;
|
|
3713
3649
|
slots: {
|
|
3714
|
-
default?(_:
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
value: string;
|
|
3718
|
-
label?: string | undefined;
|
|
3719
|
-
textValue?: string | undefined;
|
|
3720
|
-
isDisabled?: boolean | undefined;
|
|
3721
|
-
}[];
|
|
3650
|
+
default?(_: any): any;
|
|
3651
|
+
item?(_: {
|
|
3652
|
+
item: any;
|
|
3722
3653
|
}): any;
|
|
3723
3654
|
};
|
|
3724
3655
|
refs: {};
|
|
@@ -3807,6 +3738,7 @@ declare function __VLS_template_121(): {
|
|
|
3807
3738
|
startContent?(_: {}): any;
|
|
3808
3739
|
default?(_: {}): any;
|
|
3809
3740
|
selectedIcon?(_: {}): any;
|
|
3741
|
+
selectedIcon?(_: {}): any;
|
|
3810
3742
|
endContent?(_: {}): any;
|
|
3811
3743
|
};
|
|
3812
3744
|
refs: {};
|
|
@@ -3816,40 +3748,15 @@ declare function __VLS_template_121(): {
|
|
|
3816
3748
|
declare function __VLS_template_122(): {
|
|
3817
3749
|
attrs: Partial<{}>;
|
|
3818
3750
|
slots: {
|
|
3819
|
-
default?(_: {
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
rootEl: HTMLDivElement;
|
|
3823
|
-
};
|
|
3824
|
-
|
|
3825
|
-
declare function __VLS_template_123(): {
|
|
3826
|
-
attrs: Partial<{}>;
|
|
3827
|
-
slots: {
|
|
3828
|
-
default?(_: {}): any;
|
|
3829
|
-
};
|
|
3830
|
-
refs: {};
|
|
3831
|
-
rootEl: any;
|
|
3832
|
-
};
|
|
3833
|
-
|
|
3834
|
-
declare function __VLS_template_124(): {
|
|
3835
|
-
attrs: Partial<{}>;
|
|
3836
|
-
slots: {
|
|
3837
|
-
default?(_: {}): any;
|
|
3838
|
-
};
|
|
3839
|
-
refs: {};
|
|
3840
|
-
rootEl: any;
|
|
3841
|
-
};
|
|
3842
|
-
|
|
3843
|
-
declare function __VLS_template_125(): {
|
|
3844
|
-
attrs: Partial<{}>;
|
|
3845
|
-
slots: {
|
|
3846
|
-
default?(_: {}): any;
|
|
3751
|
+
default?(_: {
|
|
3752
|
+
term: string;
|
|
3753
|
+
}): any;
|
|
3847
3754
|
};
|
|
3848
3755
|
refs: {};
|
|
3849
3756
|
rootEl: any;
|
|
3850
3757
|
};
|
|
3851
3758
|
|
|
3852
|
-
declare function
|
|
3759
|
+
declare function __VLS_template_123(): {
|
|
3853
3760
|
attrs: Partial<{}>;
|
|
3854
3761
|
slots: {
|
|
3855
3762
|
default?(_: {}): any;
|
|
@@ -3859,7 +3766,7 @@ declare function __VLS_template_126(): {
|
|
|
3859
3766
|
rootEl: any;
|
|
3860
3767
|
};
|
|
3861
3768
|
|
|
3862
|
-
declare function
|
|
3769
|
+
declare function __VLS_template_124(): {
|
|
3863
3770
|
attrs: Partial<{}>;
|
|
3864
3771
|
slots: {
|
|
3865
3772
|
default?(_: {
|
|
@@ -3878,7 +3785,7 @@ declare function __VLS_template_127(): {
|
|
|
3878
3785
|
rootEl: any;
|
|
3879
3786
|
};
|
|
3880
3787
|
|
|
3881
|
-
declare function
|
|
3788
|
+
declare function __VLS_template_125(): {
|
|
3882
3789
|
attrs: Partial<{}>;
|
|
3883
3790
|
slots: {
|
|
3884
3791
|
default?(_: {}): any;
|
|
@@ -3887,7 +3794,7 @@ declare function __VLS_template_128(): {
|
|
|
3887
3794
|
rootEl: HTMLSpanElement;
|
|
3888
3795
|
};
|
|
3889
3796
|
|
|
3890
|
-
declare function
|
|
3797
|
+
declare function __VLS_template_126(): {
|
|
3891
3798
|
attrs: Partial<{}>;
|
|
3892
3799
|
slots: {
|
|
3893
3800
|
default?(_: {}): any;
|
|
@@ -3896,16 +3803,16 @@ declare function __VLS_template_129(): {
|
|
|
3896
3803
|
rootEl: any;
|
|
3897
3804
|
};
|
|
3898
3805
|
|
|
3899
|
-
declare function
|
|
3806
|
+
declare function __VLS_template_127(): {
|
|
3900
3807
|
attrs: Partial<{}>;
|
|
3901
3808
|
slots: {
|
|
3902
3809
|
default?(_: {}): any;
|
|
3903
3810
|
};
|
|
3904
3811
|
refs: {};
|
|
3905
|
-
rootEl:
|
|
3812
|
+
rootEl: any;
|
|
3906
3813
|
};
|
|
3907
3814
|
|
|
3908
|
-
declare function
|
|
3815
|
+
declare function __VLS_template_128(): {
|
|
3909
3816
|
attrs: Partial<{}>;
|
|
3910
3817
|
slots: {
|
|
3911
3818
|
default?(_: {}): any;
|
|
@@ -3914,7 +3821,7 @@ declare function __VLS_template_130(): {
|
|
|
3914
3821
|
rootEl: any;
|
|
3915
3822
|
};
|
|
3916
3823
|
|
|
3917
|
-
declare function
|
|
3824
|
+
declare function __VLS_template_129(): {
|
|
3918
3825
|
attrs: Partial<{}>;
|
|
3919
3826
|
slots: {
|
|
3920
3827
|
default?(_: {}): any;
|
|
@@ -3923,16 +3830,16 @@ declare function __VLS_template_131(): {
|
|
|
3923
3830
|
rootEl: any;
|
|
3924
3831
|
};
|
|
3925
3832
|
|
|
3926
|
-
declare function
|
|
3833
|
+
declare function __VLS_template_13(): {
|
|
3927
3834
|
attrs: Partial<{}>;
|
|
3928
3835
|
slots: {
|
|
3929
3836
|
default?(_: {}): any;
|
|
3930
3837
|
};
|
|
3931
3838
|
refs: {};
|
|
3932
|
-
rootEl:
|
|
3839
|
+
rootEl: HTMLDivElement;
|
|
3933
3840
|
};
|
|
3934
3841
|
|
|
3935
|
-
declare function
|
|
3842
|
+
declare function __VLS_template_130(): {
|
|
3936
3843
|
attrs: Partial<{}>;
|
|
3937
3844
|
slots: {
|
|
3938
3845
|
default?(_: {}): any;
|
|
@@ -3941,7 +3848,7 @@ declare function __VLS_template_133(): {
|
|
|
3941
3848
|
rootEl: any;
|
|
3942
3849
|
};
|
|
3943
3850
|
|
|
3944
|
-
declare function
|
|
3851
|
+
declare function __VLS_template_131(): {
|
|
3945
3852
|
attrs: Partial<{}>;
|
|
3946
3853
|
slots: {
|
|
3947
3854
|
cell?(_: {
|
|
@@ -3979,7 +3886,7 @@ declare function __VLS_template_134(): {
|
|
|
3979
3886
|
rootEl: HTMLDivElement;
|
|
3980
3887
|
};
|
|
3981
3888
|
|
|
3982
|
-
declare function
|
|
3889
|
+
declare function __VLS_template_132(): {
|
|
3983
3890
|
attrs: Partial<{}>;
|
|
3984
3891
|
slots: {
|
|
3985
3892
|
cell?(_: {
|
|
@@ -3993,7 +3900,7 @@ declare function __VLS_template_135(): {
|
|
|
3993
3900
|
rootEl: HTMLTableSectionElement;
|
|
3994
3901
|
};
|
|
3995
3902
|
|
|
3996
|
-
declare function
|
|
3903
|
+
declare function __VLS_template_133(): {
|
|
3997
3904
|
attrs: Partial<{}>;
|
|
3998
3905
|
slots: {
|
|
3999
3906
|
default?(_: {}): any;
|
|
@@ -4002,7 +3909,7 @@ declare function __VLS_template_136(): {
|
|
|
4002
3909
|
rootEl: HTMLTableRowElement;
|
|
4003
3910
|
};
|
|
4004
3911
|
|
|
4005
|
-
declare function
|
|
3912
|
+
declare function __VLS_template_134(): {
|
|
4006
3913
|
attrs: Partial<{}>;
|
|
4007
3914
|
slots: {
|
|
4008
3915
|
default?(_: {}): any;
|
|
@@ -4011,7 +3918,7 @@ declare function __VLS_template_137(): {
|
|
|
4011
3918
|
rootEl: HTMLTableCellElement;
|
|
4012
3919
|
};
|
|
4013
3920
|
|
|
4014
|
-
declare function
|
|
3921
|
+
declare function __VLS_template_135(): {
|
|
4015
3922
|
attrs: Partial<{}>;
|
|
4016
3923
|
slots: {
|
|
4017
3924
|
default?(_: {}): any;
|
|
@@ -4020,7 +3927,7 @@ declare function __VLS_template_138(): {
|
|
|
4020
3927
|
rootEl: HTMLTableCellElement;
|
|
4021
3928
|
};
|
|
4022
3929
|
|
|
4023
|
-
declare function
|
|
3930
|
+
declare function __VLS_template_136(): {
|
|
4024
3931
|
attrs: Partial<{}>;
|
|
4025
3932
|
slots: {
|
|
4026
3933
|
default?(_: {}): any;
|
|
@@ -4029,16 +3936,7 @@ declare function __VLS_template_139(): {
|
|
|
4029
3936
|
rootEl: HTMLTableSectionElement;
|
|
4030
3937
|
};
|
|
4031
3938
|
|
|
4032
|
-
declare function
|
|
4033
|
-
attrs: Partial<{}>;
|
|
4034
|
-
slots: {
|
|
4035
|
-
default?(_: {}): any;
|
|
4036
|
-
};
|
|
4037
|
-
refs: {};
|
|
4038
|
-
rootEl: HTMLDivElement;
|
|
4039
|
-
};
|
|
4040
|
-
|
|
4041
|
-
declare function __VLS_template_140(): {
|
|
3939
|
+
declare function __VLS_template_137(): {
|
|
4042
3940
|
attrs: Partial<{}>;
|
|
4043
3941
|
slots: {
|
|
4044
3942
|
fallback?(_: {}): any;
|
|
@@ -4047,7 +3945,7 @@ declare function __VLS_template_140(): {
|
|
|
4047
3945
|
rootEl: any;
|
|
4048
3946
|
};
|
|
4049
3947
|
|
|
4050
|
-
declare function
|
|
3948
|
+
declare function __VLS_template_138(): {
|
|
4051
3949
|
attrs: Partial<{}>;
|
|
4052
3950
|
slots: Readonly<{
|
|
4053
3951
|
default?(): VNode[];
|
|
@@ -4058,7 +3956,7 @@ declare function __VLS_template_141(): {
|
|
|
4058
3956
|
rootEl: HTMLDivElement;
|
|
4059
3957
|
};
|
|
4060
3958
|
|
|
4061
|
-
declare function
|
|
3959
|
+
declare function __VLS_template_139(): {
|
|
4062
3960
|
attrs: Partial<{}>;
|
|
4063
3961
|
slots: {
|
|
4064
3962
|
default?(_: {}): any;
|
|
@@ -4067,7 +3965,16 @@ declare function __VLS_template_142(): {
|
|
|
4067
3965
|
rootEl: any;
|
|
4068
3966
|
};
|
|
4069
3967
|
|
|
4070
|
-
declare function
|
|
3968
|
+
declare function __VLS_template_14(): {
|
|
3969
|
+
attrs: Partial<{}>;
|
|
3970
|
+
slots: {
|
|
3971
|
+
default?(_: {}): any;
|
|
3972
|
+
};
|
|
3973
|
+
refs: {};
|
|
3974
|
+
rootEl: HTMLDivElement;
|
|
3975
|
+
};
|
|
3976
|
+
|
|
3977
|
+
declare function __VLS_template_140(): {
|
|
4071
3978
|
attrs: Partial<{}>;
|
|
4072
3979
|
slots: {
|
|
4073
3980
|
default?(_: {}): any;
|
|
@@ -4076,7 +3983,7 @@ declare function __VLS_template_143(): {
|
|
|
4076
3983
|
rootEl: any;
|
|
4077
3984
|
};
|
|
4078
3985
|
|
|
4079
|
-
declare function
|
|
3986
|
+
declare function __VLS_template_141(): {
|
|
4080
3987
|
attrs: Partial<{}>;
|
|
4081
3988
|
slots: {
|
|
4082
3989
|
default?(_: {}): any;
|
|
@@ -4085,7 +3992,7 @@ declare function __VLS_template_144(): {
|
|
|
4085
3992
|
rootEl: any;
|
|
4086
3993
|
};
|
|
4087
3994
|
|
|
4088
|
-
declare function
|
|
3995
|
+
declare function __VLS_template_142(): {
|
|
4089
3996
|
attrs: Partial<{}>;
|
|
4090
3997
|
slots: {
|
|
4091
3998
|
default?(_: {}): any;
|
|
@@ -4094,7 +4001,7 @@ declare function __VLS_template_145(): {
|
|
|
4094
4001
|
rootEl: any;
|
|
4095
4002
|
};
|
|
4096
4003
|
|
|
4097
|
-
declare function
|
|
4004
|
+
declare function __VLS_template_143(): {
|
|
4098
4005
|
attrs: Partial<{}>;
|
|
4099
4006
|
slots: {
|
|
4100
4007
|
default?(_: {}): any;
|
|
@@ -4103,7 +4010,7 @@ declare function __VLS_template_146(): {
|
|
|
4103
4010
|
rootEl: HTMLDivElement;
|
|
4104
4011
|
};
|
|
4105
4012
|
|
|
4106
|
-
declare function
|
|
4013
|
+
declare function __VLS_template_144(): {
|
|
4107
4014
|
attrs: Partial<{}>;
|
|
4108
4015
|
slots: {
|
|
4109
4016
|
default?(_: {
|
|
@@ -4118,7 +4025,7 @@ declare function __VLS_template_147(): {
|
|
|
4118
4025
|
rootEl: HTMLDivElement;
|
|
4119
4026
|
};
|
|
4120
4027
|
|
|
4121
|
-
declare function
|
|
4028
|
+
declare function __VLS_template_145(): {
|
|
4122
4029
|
attrs: Partial<{}>;
|
|
4123
4030
|
slots: {
|
|
4124
4031
|
default?(_: {}): any;
|
|
@@ -4127,7 +4034,7 @@ declare function __VLS_template_148(): {
|
|
|
4127
4034
|
rootEl: HTMLDivElement;
|
|
4128
4035
|
};
|
|
4129
4036
|
|
|
4130
|
-
declare function
|
|
4037
|
+
declare function __VLS_template_146(): {
|
|
4131
4038
|
attrs: Partial<{}>;
|
|
4132
4039
|
slots: {
|
|
4133
4040
|
default?(_: {}): any;
|
|
@@ -4136,43 +4043,43 @@ declare function __VLS_template_149(): {
|
|
|
4136
4043
|
rootEl: HTMLParagraphElement;
|
|
4137
4044
|
};
|
|
4138
4045
|
|
|
4139
|
-
declare function
|
|
4046
|
+
declare function __VLS_template_147(): {
|
|
4140
4047
|
attrs: Partial<{}>;
|
|
4141
4048
|
slots: {
|
|
4142
4049
|
default?(_: {}): any;
|
|
4143
4050
|
};
|
|
4144
4051
|
refs: {};
|
|
4145
|
-
rootEl:
|
|
4052
|
+
rootEl: HTMLParagraphElement;
|
|
4146
4053
|
};
|
|
4147
4054
|
|
|
4148
|
-
declare function
|
|
4055
|
+
declare function __VLS_template_148(): {
|
|
4149
4056
|
attrs: Partial<{}>;
|
|
4150
4057
|
slots: {
|
|
4151
4058
|
default?(_: {}): any;
|
|
4152
4059
|
};
|
|
4153
4060
|
refs: {};
|
|
4154
|
-
rootEl:
|
|
4061
|
+
rootEl: HTMLDivElement;
|
|
4155
4062
|
};
|
|
4156
4063
|
|
|
4157
|
-
declare function
|
|
4064
|
+
declare function __VLS_template_149(): {
|
|
4158
4065
|
attrs: Partial<{}>;
|
|
4159
4066
|
slots: {
|
|
4160
4067
|
default?(_: {}): any;
|
|
4161
4068
|
};
|
|
4162
4069
|
refs: {};
|
|
4163
|
-
rootEl:
|
|
4070
|
+
rootEl: HTMLButtonElement;
|
|
4164
4071
|
};
|
|
4165
4072
|
|
|
4166
|
-
declare function
|
|
4073
|
+
declare function __VLS_template_15(): {
|
|
4167
4074
|
attrs: Partial<{}>;
|
|
4168
4075
|
slots: {
|
|
4169
4076
|
default?(_: {}): any;
|
|
4170
4077
|
};
|
|
4171
4078
|
refs: {};
|
|
4172
|
-
rootEl:
|
|
4079
|
+
rootEl: HTMLDivElement;
|
|
4173
4080
|
};
|
|
4174
4081
|
|
|
4175
|
-
declare function
|
|
4082
|
+
declare function __VLS_template_150(): {
|
|
4176
4083
|
attrs: Partial<{}>;
|
|
4177
4084
|
slots: {
|
|
4178
4085
|
startContent?(_: {}): any;
|
|
@@ -4182,7 +4089,7 @@ declare function __VLS_template_153(): {
|
|
|
4182
4089
|
rootEl: HTMLDivElement;
|
|
4183
4090
|
};
|
|
4184
4091
|
|
|
4185
|
-
declare function
|
|
4092
|
+
declare function __VLS_template_151(): {
|
|
4186
4093
|
attrs: Partial<{}>;
|
|
4187
4094
|
slots: {
|
|
4188
4095
|
default?(_: {}): any;
|
|
@@ -4191,7 +4098,7 @@ declare function __VLS_template_154(): {
|
|
|
4191
4098
|
rootEl: any;
|
|
4192
4099
|
};
|
|
4193
4100
|
|
|
4194
|
-
declare function
|
|
4101
|
+
declare function __VLS_template_152(): {
|
|
4195
4102
|
attrs: Partial<{}>;
|
|
4196
4103
|
slots: {
|
|
4197
4104
|
default?(_: {}): any;
|
|
@@ -4202,7 +4109,7 @@ declare function __VLS_template_155(): {
|
|
|
4202
4109
|
rootEl: HTMLDivElement;
|
|
4203
4110
|
};
|
|
4204
4111
|
|
|
4205
|
-
declare function
|
|
4112
|
+
declare function __VLS_template_153(): {
|
|
4206
4113
|
attrs: Partial<{}>;
|
|
4207
4114
|
slots: {
|
|
4208
4115
|
default?(_: {}): any;
|
|
@@ -4211,7 +4118,7 @@ declare function __VLS_template_156(): {
|
|
|
4211
4118
|
rootEl: any;
|
|
4212
4119
|
};
|
|
4213
4120
|
|
|
4214
|
-
declare function
|
|
4121
|
+
declare function __VLS_template_154(): {
|
|
4215
4122
|
attrs: Partial<{}>;
|
|
4216
4123
|
slots: {
|
|
4217
4124
|
heading?(_: {
|
|
@@ -4222,7 +4129,7 @@ declare function __VLS_template_157(): {
|
|
|
4222
4129
|
rootEl: any;
|
|
4223
4130
|
};
|
|
4224
4131
|
|
|
4225
|
-
declare function
|
|
4132
|
+
declare function __VLS_template_155(): {
|
|
4226
4133
|
attrs: Partial<{}>;
|
|
4227
4134
|
slots: {
|
|
4228
4135
|
startContent?(_: {}): any;
|
|
@@ -4317,7 +4224,7 @@ declare function __VLS_template_158(): {
|
|
|
4317
4224
|
rootEl: any;
|
|
4318
4225
|
};
|
|
4319
4226
|
|
|
4320
|
-
declare function
|
|
4227
|
+
declare function __VLS_template_156(): {
|
|
4321
4228
|
attrs: Partial<{}>;
|
|
4322
4229
|
slots: {
|
|
4323
4230
|
startContent?(_: {}): any;
|
|
@@ -4418,16 +4325,7 @@ declare function __VLS_template_159(): {
|
|
|
4418
4325
|
rootEl: any;
|
|
4419
4326
|
};
|
|
4420
4327
|
|
|
4421
|
-
declare function
|
|
4422
|
-
attrs: Partial<{}>;
|
|
4423
|
-
slots: {
|
|
4424
|
-
default?(_: {}): any;
|
|
4425
|
-
};
|
|
4426
|
-
refs: {};
|
|
4427
|
-
rootEl: HTMLDivElement;
|
|
4428
|
-
};
|
|
4429
|
-
|
|
4430
|
-
declare function __VLS_template_160(): {
|
|
4328
|
+
declare function __VLS_template_157(): {
|
|
4431
4329
|
attrs: Partial<{}>;
|
|
4432
4330
|
slots: {
|
|
4433
4331
|
startContent?(_: {}): any;
|
|
@@ -4522,7 +4420,7 @@ declare function __VLS_template_160(): {
|
|
|
4522
4420
|
rootEl: any;
|
|
4523
4421
|
};
|
|
4524
4422
|
|
|
4525
|
-
declare function
|
|
4423
|
+
declare function __VLS_template_158(): {
|
|
4526
4424
|
attrs: Partial<{}>;
|
|
4527
4425
|
slots: {
|
|
4528
4426
|
selectorIcon?(_: {}): any;
|
|
@@ -4533,7 +4431,7 @@ declare function __VLS_template_161(): {
|
|
|
4533
4431
|
rootEl: any;
|
|
4534
4432
|
};
|
|
4535
4433
|
|
|
4536
|
-
declare function
|
|
4434
|
+
declare function __VLS_template_159(): {
|
|
4537
4435
|
attrs: Partial<{}>;
|
|
4538
4436
|
slots: {
|
|
4539
4437
|
selectorIcon?(_: {}): any;
|
|
@@ -4544,7 +4442,16 @@ declare function __VLS_template_162(): {
|
|
|
4544
4442
|
rootEl: any;
|
|
4545
4443
|
};
|
|
4546
4444
|
|
|
4547
|
-
declare function
|
|
4445
|
+
declare function __VLS_template_16(): {
|
|
4446
|
+
attrs: Partial<{}>;
|
|
4447
|
+
slots: {
|
|
4448
|
+
default?(_: {}): any;
|
|
4449
|
+
};
|
|
4450
|
+
refs: {};
|
|
4451
|
+
rootEl: HTMLDivElement;
|
|
4452
|
+
};
|
|
4453
|
+
|
|
4454
|
+
declare function __VLS_template_160(): {
|
|
4548
4455
|
attrs: Partial<{}>;
|
|
4549
4456
|
slots: {
|
|
4550
4457
|
selectorIcon?(_: {}): any;
|
|
@@ -4553,7 +4460,7 @@ declare function __VLS_template_163(): {
|
|
|
4553
4460
|
rootEl: any;
|
|
4554
4461
|
};
|
|
4555
4462
|
|
|
4556
|
-
declare function
|
|
4463
|
+
declare function __VLS_template_161(): {
|
|
4557
4464
|
attrs: Partial<{}>;
|
|
4558
4465
|
slots: {
|
|
4559
4466
|
default?(_: {}): any;
|
|
@@ -5579,6 +5486,10 @@ declare function __VLS_template_98(): {
|
|
|
5579
5486
|
attrs: Partial<{}>;
|
|
5580
5487
|
slots: {
|
|
5581
5488
|
default?(_: {}): any;
|
|
5489
|
+
default?(_: {}): any;
|
|
5490
|
+
item?(_: {
|
|
5491
|
+
item: SelectItemData;
|
|
5492
|
+
}): any;
|
|
5582
5493
|
};
|
|
5583
5494
|
refs: {};
|
|
5584
5495
|
rootEl: any;
|
|
@@ -5735,12 +5646,6 @@ declare type __VLS_TemplateResult_160 = ReturnType<typeof __VLS_template_160>;
|
|
|
5735
5646
|
|
|
5736
5647
|
declare type __VLS_TemplateResult_161 = ReturnType<typeof __VLS_template_161>;
|
|
5737
5648
|
|
|
5738
|
-
declare type __VLS_TemplateResult_162 = ReturnType<typeof __VLS_template_162>;
|
|
5739
|
-
|
|
5740
|
-
declare type __VLS_TemplateResult_163 = ReturnType<typeof __VLS_template_163>;
|
|
5741
|
-
|
|
5742
|
-
declare type __VLS_TemplateResult_164 = ReturnType<typeof __VLS_template_164>;
|
|
5743
|
-
|
|
5744
5649
|
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
5745
5650
|
|
|
5746
5651
|
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
@@ -6343,24 +6248,6 @@ declare type __VLS_WithTemplateSlots_161<T, S> = T & {
|
|
|
6343
6248
|
};
|
|
6344
6249
|
};
|
|
6345
6250
|
|
|
6346
|
-
declare type __VLS_WithTemplateSlots_162<T, S> = T & {
|
|
6347
|
-
new (): {
|
|
6348
|
-
$slots: S;
|
|
6349
|
-
};
|
|
6350
|
-
};
|
|
6351
|
-
|
|
6352
|
-
declare type __VLS_WithTemplateSlots_163<T, S> = T & {
|
|
6353
|
-
new (): {
|
|
6354
|
-
$slots: S;
|
|
6355
|
-
};
|
|
6356
|
-
};
|
|
6357
|
-
|
|
6358
|
-
declare type __VLS_WithTemplateSlots_164<T, S> = T & {
|
|
6359
|
-
new (): {
|
|
6360
|
-
$slots: S;
|
|
6361
|
-
};
|
|
6362
|
-
};
|
|
6363
|
-
|
|
6364
6251
|
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
6365
6252
|
new (): {
|
|
6366
6253
|
$slots: S;
|
|
@@ -7012,7 +6899,7 @@ export declare type AlertSeverity = 'default' | 'primary' | 'success' | 'warning
|
|
|
7012
6899
|
|
|
7013
6900
|
export declare const AlertTitle: __VLS_WithTemplateSlots_87<typeof __VLS_component_87, __VLS_TemplateResult_87["slots"]>;
|
|
7014
6901
|
|
|
7015
|
-
export declare const AspectRatio:
|
|
6902
|
+
export declare const AspectRatio: __VLS_WithTemplateSlots_139<typeof __VLS_component_139, __VLS_TemplateResult_139["slots"]>;
|
|
7016
6903
|
|
|
7017
6904
|
export { AspectRatioVariants }
|
|
7018
6905
|
|
|
@@ -7036,6 +6923,29 @@ export declare interface AutocompleteContext {
|
|
|
7036
6923
|
truncateItems: Ref<boolean>;
|
|
7037
6924
|
hasItems: Ref<boolean>;
|
|
7038
6925
|
slots: ComputedRef<ReturnType<typeof autocompleteVariants>>;
|
|
6926
|
+
/** Whether multiple values can be selected. */
|
|
6927
|
+
multiple: Ref<boolean>;
|
|
6928
|
+
/**
|
|
6929
|
+
* How overflow chips are handled in multiple mode.
|
|
6930
|
+
* - `wrap`: trigger grows in height, chips wrap to new lines (default)
|
|
6931
|
+
* - `collapse`: fixed height, overflowing chips are hidden behind a "+N more" badge
|
|
6932
|
+
*/
|
|
6933
|
+
multipleOverflow: Ref<'wrap' | 'collapse'>;
|
|
6934
|
+
/** Currently selected values in multiple mode. */
|
|
6935
|
+
selectedValues: Ref<string[]>;
|
|
6936
|
+
/** Selected value→label pairs for rendering chips. */
|
|
6937
|
+
selectedLabels: ComputedRef<Array<{
|
|
6938
|
+
value: string;
|
|
6939
|
+
label: string;
|
|
6940
|
+
}>>;
|
|
6941
|
+
/** Toggle a value in the selectedValues array (multiple mode). */
|
|
6942
|
+
onMultipleSelect: (value: string) => void;
|
|
6943
|
+
/** Remove a single value from selectedValues (multiple mode). */
|
|
6944
|
+
removeValue: (value: string) => void;
|
|
6945
|
+
/** Clear all selected values and the search term (multiple mode). */
|
|
6946
|
+
clearAll: () => void;
|
|
6947
|
+
/** Returns true if the given value is in selectedValues. */
|
|
6948
|
+
isSelected: (value: string) => boolean;
|
|
7039
6949
|
/**
|
|
7040
6950
|
* Called by AutocompleteItem at mount time to register a value→label pair.
|
|
7041
6951
|
* Used by the bridge's valueFor() when no `items` prop entry matches.
|
|
@@ -7045,10 +6955,18 @@ export declare interface AutocompleteContext {
|
|
|
7045
6955
|
* Called by AutocompleteItem at unmount time to deregister.
|
|
7046
6956
|
*/
|
|
7047
6957
|
unregisterItem: (value: string) => void;
|
|
6958
|
+
/** Current search/filter term — exposed so AutocompleteCreateItem can read it. */
|
|
6959
|
+
searchTerm: Ref<string>;
|
|
6960
|
+
/** True when the search term exactly matches an existing option (case-insensitive). */
|
|
6961
|
+
hasExactMatch: ComputedRef<boolean>;
|
|
6962
|
+
/** Add the typed term as a new value. Handles both single and multiple mode. */
|
|
6963
|
+
onCreateValue: (value: string) => void;
|
|
7048
6964
|
}
|
|
7049
6965
|
|
|
7050
6966
|
export declare const autocompleteContextKey: InjectionKey<AutocompleteContext>;
|
|
7051
6967
|
|
|
6968
|
+
export declare const AutocompleteCreateItem: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, __VLS_TemplateResult_122["slots"]>;
|
|
6969
|
+
|
|
7052
6970
|
export declare const AutocompleteInput: __VLS_WithTemplateSlots_119<typeof __VLS_component_119, __VLS_TemplateResult_119["slots"]>;
|
|
7053
6971
|
|
|
7054
6972
|
export declare const AutocompleteItem: __VLS_WithTemplateSlots_121<typeof __VLS_component_121, __VLS_TemplateResult_121["slots"]>;
|
|
@@ -7062,9 +6980,9 @@ export declare interface AutocompleteItemData {
|
|
|
7062
6980
|
|
|
7063
6981
|
export { AutocompleteVariants }
|
|
7064
6982
|
|
|
7065
|
-
export declare const Avatar:
|
|
6983
|
+
export declare const Avatar: __VLS_WithTemplateSlots_137<typeof __VLS_component_137, __VLS_TemplateResult_137["slots"]>;
|
|
7066
6984
|
|
|
7067
|
-
export declare const AvatarGroup:
|
|
6985
|
+
export declare const AvatarGroup: __VLS_WithTemplateSlots_138<typeof __VLS_component_138, __VLS_TemplateResult_138["slots"]>;
|
|
7068
6986
|
|
|
7069
6987
|
export declare interface AvatarGroupContext {
|
|
7070
6988
|
size: Ref<'sm' | 'md' | 'lg'>;
|
|
@@ -7118,7 +7036,7 @@ numberOfMonths: number;
|
|
|
7118
7036
|
pagedNavigation: boolean;
|
|
7119
7037
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7120
7038
|
|
|
7121
|
-
export declare const CalendarYearPicker:
|
|
7039
|
+
export declare const CalendarYearPicker: __VLS_WithTemplateSlots_154<typeof __VLS_component_154, __VLS_TemplateResult_154["slots"]>;
|
|
7122
7040
|
|
|
7123
7041
|
export declare const Card: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
7124
7042
|
|
|
@@ -7156,9 +7074,8 @@ export declare interface CheckboxGroupContext {
|
|
|
7156
7074
|
|
|
7157
7075
|
export declare const checkboxGroupContextKey: InjectionKey<CheckboxGroupContext>;
|
|
7158
7076
|
|
|
7159
|
-
export declare const Chip: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
7160
|
-
|
|
7161
7077
|
export { ChipVariants }
|
|
7078
|
+
export { ChipVariants as TagVariants }
|
|
7162
7079
|
|
|
7163
7080
|
declare function clearErrors(name?: string): void;
|
|
7164
7081
|
|
|
@@ -7177,10 +7094,10 @@ export declare const CollapsibleGroup: __VLS_WithTemplateSlots_77<typeof __VLS_c
|
|
|
7177
7094
|
|
|
7178
7095
|
export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
|
|
7179
7096
|
|
|
7180
|
-
export declare const ColorArea: DefineComponent<
|
|
7097
|
+
export declare const ColorArea: DefineComponent<__VLS_Props_170, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7181
7098
|
"update:modelValue": (value: Color) => any;
|
|
7182
7099
|
"update:color": (value: Color) => any;
|
|
7183
|
-
}, string, PublicProps, Readonly<
|
|
7100
|
+
}, string, PublicProps, Readonly<__VLS_Props_170> & Readonly<{
|
|
7184
7101
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7185
7102
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
7186
7103
|
}>, {
|
|
@@ -7190,9 +7107,9 @@ xChannel: ColorChannel;
|
|
|
7190
7107
|
yChannel: ColorChannel;
|
|
7191
7108
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7192
7109
|
|
|
7193
|
-
export declare const ColorField: DefineComponent<
|
|
7110
|
+
export declare const ColorField: DefineComponent<__VLS_Props_172, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7194
7111
|
"update:modelValue": (value: Color) => any;
|
|
7195
|
-
}, string, PublicProps, Readonly<
|
|
7112
|
+
}, string, PublicProps, Readonly<__VLS_Props_172> & Readonly<{
|
|
7196
7113
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7197
7114
|
}>, {
|
|
7198
7115
|
fullWidth: boolean;
|
|
@@ -7202,9 +7119,9 @@ readonly: boolean;
|
|
|
7202
7119
|
|
|
7203
7120
|
export { ColorFormat }
|
|
7204
7121
|
|
|
7205
|
-
export declare const ColorInputGroup: DefineComponent<
|
|
7122
|
+
export declare const ColorInputGroup: DefineComponent<__VLS_Props_175, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7206
7123
|
"update:modelValue": (value: Color) => any;
|
|
7207
|
-
}, string, PublicProps, Readonly<
|
|
7124
|
+
}, string, PublicProps, Readonly<__VLS_Props_175> & Readonly<{
|
|
7208
7125
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7209
7126
|
}>, {
|
|
7210
7127
|
variant: "primary" | "secondary";
|
|
@@ -7214,12 +7131,12 @@ readonly: boolean;
|
|
|
7214
7131
|
suffixLabel: string;
|
|
7215
7132
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7216
7133
|
|
|
7217
|
-
export declare const ColorPicker:
|
|
7134
|
+
export declare const ColorPicker: __VLS_WithTemplateSlots_161<typeof __VLS_component_161, __VLS_TemplateResult_161["slots"]>;
|
|
7218
7135
|
|
|
7219
|
-
export declare const ColorSlider: DefineComponent<
|
|
7136
|
+
export declare const ColorSlider: DefineComponent<__VLS_Props_171, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7220
7137
|
"update:modelValue": (value: Color) => any;
|
|
7221
7138
|
"update:color": (value: Color) => any;
|
|
7222
|
-
}, string, PublicProps, Readonly<
|
|
7139
|
+
}, string, PublicProps, Readonly<__VLS_Props_171> & Readonly<{
|
|
7223
7140
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7224
7141
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
7225
7142
|
}>, {
|
|
@@ -7228,11 +7145,11 @@ disabled: boolean;
|
|
|
7228
7145
|
showOutput: boolean;
|
|
7229
7146
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7230
7147
|
|
|
7231
|
-
export declare const ColorSwatch: DefineComponent<
|
|
7148
|
+
export declare const ColorSwatch: DefineComponent<__VLS_Props_173, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_173> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7232
7149
|
|
|
7233
|
-
export declare const ColorSwatchPicker: DefineComponent<
|
|
7150
|
+
export declare const ColorSwatchPicker: DefineComponent<__VLS_Props_174, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7234
7151
|
"update:modelValue": (value: string) => any;
|
|
7235
|
-
}, string, PublicProps, Readonly<
|
|
7152
|
+
}, string, PublicProps, Readonly<__VLS_Props_174> & Readonly<{
|
|
7236
7153
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
7237
7154
|
}>, {
|
|
7238
7155
|
size: "md" | "sm" | "lg" | "xs" | "xl";
|
|
@@ -7355,9 +7272,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7355
7272
|
*/
|
|
7356
7273
|
export declare function dataAttr(condition: boolean | undefined): "true" | undefined;
|
|
7357
7274
|
|
|
7358
|
-
export declare const DateInput:
|
|
7275
|
+
export declare const DateInput: __VLS_WithTemplateSlots_155<typeof __VLS_component_155, __VLS_TemplateResult_155["slots"]>;
|
|
7359
7276
|
|
|
7360
|
-
export declare const DatePicker:
|
|
7277
|
+
export declare const DatePicker: __VLS_WithTemplateSlots_158<typeof __VLS_component_158, __VLS_TemplateResult_158["slots"]>;
|
|
7361
7278
|
|
|
7362
7279
|
export declare interface DateRange {
|
|
7363
7280
|
start: DateValue;
|
|
@@ -7369,16 +7286,20 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7369
7286
|
end: DateValue;
|
|
7370
7287
|
}
|
|
7371
7288
|
|
|
7372
|
-
export declare const DateRangeField:
|
|
7289
|
+
export declare const DateRangeField: __VLS_WithTemplateSlots_156<typeof __VLS_component_156, __VLS_TemplateResult_156["slots"]>;
|
|
7373
7290
|
|
|
7374
|
-
export declare const DateRangePicker:
|
|
7291
|
+
export declare const DateRangePicker: __VLS_WithTemplateSlots_159<typeof __VLS_component_159, __VLS_TemplateResult_159["slots"]>;
|
|
7375
7292
|
|
|
7376
7293
|
export declare interface DateRangePickerRange {
|
|
7377
7294
|
start: DateValue;
|
|
7378
7295
|
end: DateValue;
|
|
7379
7296
|
}
|
|
7380
7297
|
|
|
7381
|
-
export declare const DateTimePicker:
|
|
7298
|
+
export declare const DateTimePicker: __VLS_WithTemplateSlots_160<typeof __VLS_component_160, __VLS_TemplateResult_160["slots"]>;
|
|
7299
|
+
|
|
7300
|
+
declare const _default: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
7301
|
+
export { _default as Chip }
|
|
7302
|
+
export { _default as Tag }
|
|
7382
7303
|
|
|
7383
7304
|
export declare const Description: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
7384
7305
|
|
|
@@ -7676,7 +7597,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7676
7597
|
*/
|
|
7677
7598
|
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>>>];
|
|
7678
7599
|
|
|
7679
|
-
export declare const Meter: DefineComponent<
|
|
7600
|
+
export declare const Meter: DefineComponent<__VLS_Props_158, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_158> & Readonly<{}>, {
|
|
7680
7601
|
value: number;
|
|
7681
7602
|
minValue: number;
|
|
7682
7603
|
maxValue: number;
|
|
@@ -7800,9 +7721,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7800
7721
|
|
|
7801
7722
|
export { NumberFieldVariants }
|
|
7802
7723
|
|
|
7803
|
-
export declare const Pagination:
|
|
7724
|
+
export declare const Pagination: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, __VLS_TemplateResult_123["slots"]>;
|
|
7804
7725
|
|
|
7805
|
-
export declare const PaginationContent:
|
|
7726
|
+
export declare const PaginationContent: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, __VLS_TemplateResult_124["slots"]>;
|
|
7806
7727
|
|
|
7807
7728
|
export declare interface PaginationContext {
|
|
7808
7729
|
/** Current page (numeric mode) */
|
|
@@ -7831,17 +7752,17 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7831
7752
|
|
|
7832
7753
|
export declare const paginationContextKey: InjectionKey<PaginationContext>;
|
|
7833
7754
|
|
|
7834
|
-
export declare const PaginationEllipsis:
|
|
7755
|
+
export declare const PaginationEllipsis: __VLS_WithTemplateSlots_130<typeof __VLS_component_130, __VLS_TemplateResult_130["slots"]>;
|
|
7835
7756
|
|
|
7836
|
-
export declare const PaginationFirst:
|
|
7757
|
+
export declare const PaginationFirst: __VLS_WithTemplateSlots_128<typeof __VLS_component_128, __VLS_TemplateResult_128["slots"]>;
|
|
7837
7758
|
|
|
7838
|
-
export declare const PaginationItem:
|
|
7759
|
+
export declare const PaginationItem: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, __VLS_TemplateResult_125["slots"]>;
|
|
7839
7760
|
|
|
7840
|
-
export declare const PaginationLast:
|
|
7761
|
+
export declare const PaginationLast: __VLS_WithTemplateSlots_129<typeof __VLS_component_129, __VLS_TemplateResult_129["slots"]>;
|
|
7841
7762
|
|
|
7842
|
-
export declare const PaginationNext:
|
|
7763
|
+
export declare const PaginationNext: __VLS_WithTemplateSlots_127<typeof __VLS_component_127, __VLS_TemplateResult_127["slots"]>;
|
|
7843
7764
|
|
|
7844
|
-
export declare const PaginationPrev:
|
|
7765
|
+
export declare const PaginationPrev: __VLS_WithTemplateSlots_126<typeof __VLS_component_126, __VLS_TemplateResult_126["slots"]>;
|
|
7845
7766
|
|
|
7846
7767
|
export { PaginationVariants }
|
|
7847
7768
|
|
|
@@ -7901,7 +7822,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7901
7822
|
|
|
7902
7823
|
export declare const PopoverTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
7903
7824
|
|
|
7904
|
-
export declare const ProgressBar: DefineComponent<
|
|
7825
|
+
export declare const ProgressBar: DefineComponent<__VLS_Props_156, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_156> & Readonly<{}>, {
|
|
7905
7826
|
isDisabled: boolean;
|
|
7906
7827
|
isStriped: boolean;
|
|
7907
7828
|
isIndeterminate: boolean;
|
|
@@ -7910,7 +7831,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7910
7831
|
showValueLabel: boolean;
|
|
7911
7832
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7912
7833
|
|
|
7913
|
-
export declare const ProgressCircle:
|
|
7834
|
+
export declare const ProgressCircle: __VLS_WithTemplateSlots_151<typeof __VLS_component_151, __VLS_TemplateResult_151["slots"]>;
|
|
7914
7835
|
|
|
7915
7836
|
declare type Props = {
|
|
7916
7837
|
/** Visual style of the field. @default 'flat' */
|
|
@@ -8036,14 +7957,22 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8036
7957
|
errorMessage?: string;
|
|
8037
7958
|
/** Extra classes merged onto the root wrapper via `composeClassName`. */
|
|
8038
7959
|
class?: string;
|
|
8039
|
-
/** Two-way bound selected value. */
|
|
8040
|
-
modelValue?:
|
|
8041
|
-
/** Initial selected value (uncontrolled). */
|
|
8042
|
-
defaultValue?:
|
|
7960
|
+
/** Two-way bound selected value. Accepts string or numeric keys. */
|
|
7961
|
+
modelValue?: SelectItemValue | SelectItemValue[];
|
|
7962
|
+
/** Initial selected value (uncontrolled). Accepts string or numeric keys. */
|
|
7963
|
+
defaultValue?: SelectItemValue | SelectItemValue[];
|
|
7964
|
+
/** Allow selecting multiple values. modelValue becomes string[]. @default false */
|
|
7965
|
+
multiple?: boolean;
|
|
8043
7966
|
/** Controls open state of the dropdown. */
|
|
8044
7967
|
open?: boolean;
|
|
8045
7968
|
/** Initial open state of the dropdown (uncontrolled). */
|
|
8046
7969
|
defaultOpen?: boolean;
|
|
7970
|
+
/**
|
|
7971
|
+
* Data-driven items for the terse API. When provided (and no SelectTrigger /
|
|
7972
|
+
* SelectContent is passed as a child), the trigger, value, and popover are
|
|
7973
|
+
* rendered internally. Use the `#item` slot to customize per-item rendering.
|
|
7974
|
+
*/
|
|
7975
|
+
items?: SelectItemData[];
|
|
8047
7976
|
};
|
|
8048
7977
|
|
|
8049
7978
|
declare type Props_4 = {
|
|
@@ -8083,10 +8012,19 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8083
8012
|
errorMessage?: string;
|
|
8084
8013
|
/** Extra classes merged onto the root wrapper via `composeClassName`. */
|
|
8085
8014
|
class?: string;
|
|
8086
|
-
/** Two-way bound selected value. */
|
|
8087
|
-
modelValue?: string;
|
|
8015
|
+
/** Two-way bound selected value. string in single mode, string[] in multiple mode. */
|
|
8016
|
+
modelValue?: string | string[];
|
|
8088
8017
|
/** Initial selected value (uncontrolled). */
|
|
8089
|
-
defaultValue?: string;
|
|
8018
|
+
defaultValue?: string | string[];
|
|
8019
|
+
/** Allow selecting multiple values. modelValue becomes string[]. @default false */
|
|
8020
|
+
multiple?: boolean;
|
|
8021
|
+
/**
|
|
8022
|
+
* Controls how chips overflow in multiple mode.
|
|
8023
|
+
* - `wrap`: trigger grows in height, chips wrap to new lines (default)
|
|
8024
|
+
* - `collapse`: fixed height, overflowing chips are hidden behind "+N more"
|
|
8025
|
+
* @default 'wrap'
|
|
8026
|
+
*/
|
|
8027
|
+
multipleOverflow?: 'wrap' | 'collapse';
|
|
8090
8028
|
/** Controls open state of the dropdown. */
|
|
8091
8029
|
open?: boolean;
|
|
8092
8030
|
/** Initial open state of the dropdown (uncontrolled). */
|
|
@@ -8266,9 +8204,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8266
8204
|
message: string;
|
|
8267
8205
|
};
|
|
8268
8206
|
|
|
8269
|
-
export declare const ScrollArea:
|
|
8207
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_153<typeof __VLS_component_153, __VLS_TemplateResult_153["slots"]>;
|
|
8270
8208
|
|
|
8271
|
-
export declare const ScrollShadow:
|
|
8209
|
+
export declare const ScrollShadow: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, __VLS_TemplateResult_152["slots"]>;
|
|
8272
8210
|
|
|
8273
8211
|
export declare const Select: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, __VLS_TemplateResult_98["slots"]>;
|
|
8274
8212
|
|
|
@@ -8286,20 +8224,42 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8286
8224
|
label: Ref<string | undefined>;
|
|
8287
8225
|
ariaDescribedBy: Ref<string | undefined>;
|
|
8288
8226
|
slots: ComputedRef<ReturnType<typeof selectVariants>>;
|
|
8227
|
+
multiple: Ref<boolean>;
|
|
8289
8228
|
/**
|
|
8290
8229
|
* Persistent registry of item value → display label. SelectItem registers
|
|
8291
8230
|
* once on first mount and never unregisters — survives SelectContent
|
|
8292
8231
|
* unmount so SelectValue can show the selected label while the popover
|
|
8293
8232
|
* is closed (Reka clears its own optionsSet on unmount).
|
|
8294
8233
|
*/
|
|
8295
|
-
registerItem: (value:
|
|
8296
|
-
itemLabel: (value:
|
|
8234
|
+
registerItem: (value: SelectItemValue, label: string) => void;
|
|
8235
|
+
itemLabel: (value: SelectItemValue | SelectItemValue[] | undefined | null) => string;
|
|
8236
|
+
removeValue: (value: SelectItemValue) => void;
|
|
8297
8237
|
}
|
|
8298
8238
|
|
|
8299
8239
|
declare type SelectionMode_2 = 'none' | 'single' | 'multiple';
|
|
8300
8240
|
|
|
8301
8241
|
export declare const SelectItem: __VLS_WithTemplateSlots_101<typeof __VLS_component_101, __VLS_TemplateResult_101["slots"]>;
|
|
8302
8242
|
|
|
8243
|
+
/**
|
|
8244
|
+
* Data-driven item shape for the terse `items` prop. `value` accepts numeric
|
|
8245
|
+
* keys (see SelectItemValue). `label` is the display text (falls back to
|
|
8246
|
+
* String(value)); `textValue` overrides the type-ahead / pre-set label.
|
|
8247
|
+
*/
|
|
8248
|
+
declare interface SelectItemData {
|
|
8249
|
+
value: SelectItemValue;
|
|
8250
|
+
label?: string;
|
|
8251
|
+
textValue?: string;
|
|
8252
|
+
isDisabled?: boolean;
|
|
8253
|
+
}
|
|
8254
|
+
|
|
8255
|
+
/**
|
|
8256
|
+
* Acceptable value for a Select item / model. Numeric values are legitimate
|
|
8257
|
+
* (e.g. entity IDs) and are preserved end-to-end — they are only coerced to a
|
|
8258
|
+
* string where the underlying contract requires one (Reka `text-value`,
|
|
8259
|
+
* registry display labels).
|
|
8260
|
+
*/
|
|
8261
|
+
declare type SelectItemValue = string | number;
|
|
8262
|
+
|
|
8303
8263
|
export declare const SelectTrigger: __VLS_WithTemplateSlots_99<typeof __VLS_component_99, __VLS_TemplateResult_99["slots"]>;
|
|
8304
8264
|
|
|
8305
8265
|
export declare const SelectValue: DefineComponent<__VLS_Props_110, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_110> & Readonly<{}>, {
|
|
@@ -8327,7 +8287,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8327
8287
|
|
|
8328
8288
|
export { SkeletonVariants }
|
|
8329
8289
|
|
|
8330
|
-
export declare const Slider:
|
|
8290
|
+
export declare const Slider: __VLS_WithTemplateSlots_150<typeof __VLS_component_150, __VLS_TemplateResult_150["slots"]>;
|
|
8331
8291
|
|
|
8332
8292
|
export declare const Spinner: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8333
8293
|
size: "md" | "sm" | "lg" | "xl";
|
|
@@ -8339,21 +8299,21 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8339
8299
|
|
|
8340
8300
|
export declare const splitterContextKey: InjectionKey<SplitterGroupContext>;
|
|
8341
8301
|
|
|
8342
|
-
export declare const SplitterGroup:
|
|
8302
|
+
export declare const SplitterGroup: __VLS_WithTemplateSlots_140<typeof __VLS_component_140, __VLS_TemplateResult_140["slots"]>;
|
|
8343
8303
|
|
|
8344
8304
|
export declare interface SplitterGroupContext {
|
|
8345
8305
|
direction: ComputedRef<SplitterVariants['direction']>;
|
|
8346
8306
|
}
|
|
8347
8307
|
|
|
8348
|
-
export declare const SplitterPanel:
|
|
8308
|
+
export declare const SplitterPanel: __VLS_WithTemplateSlots_141<typeof __VLS_component_141, __VLS_TemplateResult_141["slots"]>;
|
|
8349
8309
|
|
|
8350
|
-
export declare const SplitterResizeHandle:
|
|
8310
|
+
export declare const SplitterResizeHandle: __VLS_WithTemplateSlots_142<typeof __VLS_component_142, __VLS_TemplateResult_142["slots"]>;
|
|
8351
8311
|
|
|
8352
8312
|
export { SplitterVariants }
|
|
8353
8313
|
|
|
8354
|
-
export declare const Stepper:
|
|
8314
|
+
export declare const Stepper: __VLS_WithTemplateSlots_143<typeof __VLS_component_143, __VLS_TemplateResult_143["slots"]>;
|
|
8355
8315
|
|
|
8356
|
-
export declare const StepperContent:
|
|
8316
|
+
export declare const StepperContent: __VLS_WithTemplateSlots_148<typeof __VLS_component_148, __VLS_TemplateResult_148["slots"]>;
|
|
8357
8317
|
|
|
8358
8318
|
export declare interface StepperContext {
|
|
8359
8319
|
currentStep: ComputedRef<number>;
|
|
@@ -8366,17 +8326,17 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8366
8326
|
|
|
8367
8327
|
export declare const stepperContextKey: InjectionKey<StepperContext>;
|
|
8368
8328
|
|
|
8369
|
-
export declare const StepperDescription:
|
|
8329
|
+
export declare const StepperDescription: __VLS_WithTemplateSlots_147<typeof __VLS_component_147, __VLS_TemplateResult_147["slots"]>;
|
|
8370
8330
|
|
|
8371
|
-
export declare const StepperIndicator:
|
|
8331
|
+
export declare const StepperIndicator: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, __VLS_TemplateResult_145["slots"]>;
|
|
8372
8332
|
|
|
8373
|
-
export declare const StepperItem:
|
|
8333
|
+
export declare const StepperItem: __VLS_WithTemplateSlots_144<typeof __VLS_component_144, __VLS_TemplateResult_144["slots"]>;
|
|
8374
8334
|
|
|
8375
|
-
export declare const StepperSeparator: DefineComponent<
|
|
8335
|
+
export declare const StepperSeparator: DefineComponent<__VLS_Props_153, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_153> & Readonly<{}>, {
|
|
8376
8336
|
class: string;
|
|
8377
8337
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8378
8338
|
|
|
8379
|
-
export declare const StepperTitle:
|
|
8339
|
+
export declare const StepperTitle: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, __VLS_TemplateResult_146["slots"]>;
|
|
8380
8340
|
|
|
8381
8341
|
export { StepperVariants }
|
|
8382
8342
|
|
|
@@ -8423,11 +8383,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8423
8383
|
|
|
8424
8384
|
export declare const TabIndicator: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8425
8385
|
|
|
8426
|
-
export declare const Table:
|
|
8386
|
+
export declare const Table: __VLS_WithTemplateSlots_131<typeof __VLS_component_131, __VLS_TemplateResult_131["slots"]>;
|
|
8427
8387
|
|
|
8428
|
-
export declare const TableBody:
|
|
8388
|
+
export declare const TableBody: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, __VLS_TemplateResult_132["slots"]>;
|
|
8429
8389
|
|
|
8430
|
-
export declare const TableCell:
|
|
8390
|
+
export declare const TableCell: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, __VLS_TemplateResult_134["slots"]>;
|
|
8431
8391
|
|
|
8432
8392
|
/**
|
|
8433
8393
|
* TableContext — provided by the <Table> root, consumed by every descendant.
|
|
@@ -8459,11 +8419,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8459
8419
|
|
|
8460
8420
|
export declare const tableContextKey: InjectionKey<TableContext>;
|
|
8461
8421
|
|
|
8462
|
-
export declare const TableFooter:
|
|
8422
|
+
export declare const TableFooter: __VLS_WithTemplateSlots_136<typeof __VLS_component_136, __VLS_TemplateResult_136["slots"]>;
|
|
8463
8423
|
|
|
8464
8424
|
export declare const TableHeader: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
8465
8425
|
|
|
8466
|
-
export declare const TableHeaderCell:
|
|
8426
|
+
export declare const TableHeaderCell: __VLS_WithTemplateSlots_135<typeof __VLS_component_135, __VLS_TemplateResult_135["slots"]>;
|
|
8467
8427
|
|
|
8468
8428
|
export declare interface TableKeyboardNav {
|
|
8469
8429
|
/** Currently active cell (roving tabindex target). null = nothing focused yet. */
|
|
@@ -8488,7 +8448,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8488
8448
|
getCellElement: (rowIndex: number, columnIndex: number) => HTMLElement | null;
|
|
8489
8449
|
}
|
|
8490
8450
|
|
|
8491
|
-
export declare const TableRow:
|
|
8451
|
+
export declare const TableRow: __VLS_WithTemplateSlots_133<typeof __VLS_component_133, __VLS_TemplateResult_133["slots"]>;
|
|
8492
8452
|
|
|
8493
8453
|
export declare const TabList: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
8494
8454
|
|
|
@@ -8496,32 +8456,6 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8496
8456
|
|
|
8497
8457
|
export declare const Tabs: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
8498
8458
|
|
|
8499
|
-
export declare const Tag: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, __VLS_TemplateResult_123["slots"]>;
|
|
8500
|
-
|
|
8501
|
-
export declare const TagDelete: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, __VLS_TemplateResult_125["slots"]>;
|
|
8502
|
-
|
|
8503
|
-
export declare const TagGroup: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, __VLS_TemplateResult_122["slots"]>;
|
|
8504
|
-
|
|
8505
|
-
export declare interface TagGroupContext {
|
|
8506
|
-
variant: Ref<TagVariants['variant']>;
|
|
8507
|
-
size: Ref<TagVariants['size']>;
|
|
8508
|
-
isDisabled: Ref<boolean>;
|
|
8509
|
-
readOnly: Ref<boolean>;
|
|
8510
|
-
}
|
|
8511
|
-
|
|
8512
|
-
export declare const tagGroupContextKey: InjectionKey<TagGroupContext>;
|
|
8513
|
-
|
|
8514
|
-
export declare const TagGroupInput: DefineComponent<__VLS_Props_130, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_130> & Readonly<{}>, {
|
|
8515
|
-
class: string;
|
|
8516
|
-
placeholder: string;
|
|
8517
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8518
|
-
|
|
8519
|
-
export { TagGroupVariants }
|
|
8520
|
-
|
|
8521
|
-
export declare const TagText: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, __VLS_TemplateResult_124["slots"]>;
|
|
8522
|
-
|
|
8523
|
-
export { TagVariants }
|
|
8524
|
-
|
|
8525
8459
|
declare const Text_2: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
8526
8460
|
export { Text_2 as Text }
|
|
8527
8461
|
|
|
@@ -8531,7 +8465,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8531
8465
|
|
|
8532
8466
|
export { TextVariants }
|
|
8533
8467
|
|
|
8534
|
-
export declare const TimeField:
|
|
8468
|
+
export declare const TimeField: __VLS_WithTemplateSlots_157<typeof __VLS_component_157, __VLS_TemplateResult_157["slots"]>;
|
|
8535
8469
|
|
|
8536
8470
|
export declare const Toast: __VLS_WithTemplateSlots_90<typeof __VLS_component_90, __VLS_TemplateResult_90["slots"]>;
|
|
8537
8471
|
|
|
@@ -8739,7 +8673,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8739
8673
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
8740
8674
|
};
|
|
8741
8675
|
|
|
8742
|
-
export declare const TreeItemToggle:
|
|
8676
|
+
export declare const TreeItemToggle: __VLS_WithTemplateSlots_149<typeof __VLS_component_149, __VLS_TemplateResult_149["slots"]>;
|
|
8743
8677
|
|
|
8744
8678
|
export { TreeVariants }
|
|
8745
8679
|
|
|
@@ -8991,10 +8925,6 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8991
8925
|
|
|
8992
8926
|
export declare const useTableProvide: (value: TableContext) => TableContext;
|
|
8993
8927
|
|
|
8994
|
-
export declare const useTagGroupInject: (fallback?: TagGroupContext | undefined) => TagGroupContext;
|
|
8995
|
-
|
|
8996
|
-
export declare const useTagGroupProvide: (value: TagGroupContext) => TagGroupContext;
|
|
8997
|
-
|
|
8998
8928
|
/**
|
|
8999
8929
|
* Returns the imperative toast control API.
|
|
9000
8930
|
*
|