@auronui/vue 1.0.10 → 1.0.12
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 +690 -423
- 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 +119 -14
- 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/form/Form.js.map +1 -1
- package/dist/components/form/Form.vue_vue_type_script_setup_true_lang.js +123 -8
- package/dist/components/form/Form.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/form/FormField.js.map +1 -1
- package/dist/components/form/FormField.vue_vue_type_script_setup_true_lang.js +30 -2
- package/dist/components/form/FormField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/form/form.context.js.map +1 -1
- package/dist/components/form/validation.js +23 -3
- package/dist/components/form/validation.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 +12 -1
- package/dist/components/select/Select.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 +397 -423
- package/dist/index.js +2 -7
- package/package.json +4 -4
- 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;
|
|
470
|
+
declare const __VLS_component_122: DefineComponent<__VLS_Props_129, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{}>, {
|
|
482
471
|
class: string;
|
|
483
|
-
|
|
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;
|
|
505
|
-
class: string;
|
|
506
|
-
textValue: string;
|
|
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
|
|
596
|
-
|
|
597
|
-
declare const __VLS_component_136: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableRowElement>;
|
|
552
|
+
declare const __VLS_component_132: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
598
553
|
|
|
599
|
-
declare const
|
|
554
|
+
declare const __VLS_component_133: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableRowElement>;
|
|
600
555
|
|
|
601
|
-
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>;
|
|
602
557
|
|
|
603
|
-
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>;
|
|
604
559
|
|
|
605
|
-
declare const
|
|
606
|
-
divider: boolean;
|
|
607
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
560
|
+
declare const __VLS_component_136: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
608
561
|
|
|
609
|
-
declare const
|
|
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;
|
|
@@ -1213,17 +1170,34 @@ disabled: boolean;
|
|
|
1213
1170
|
isExternal: boolean;
|
|
1214
1171
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1215
1172
|
|
|
1216
|
-
declare const __VLS_component_22: DefineComponent<__VLS_Props_24, {
|
|
1173
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_24, {
|
|
1174
|
+
errors: Ref<Record<string, string>, Record<string, string>>;
|
|
1175
|
+
isSubmitting: Ref<boolean, boolean>;
|
|
1176
|
+
isSubmitted: Ref<boolean, boolean>;
|
|
1177
|
+
submitCount: Ref<number, number>;
|
|
1178
|
+
isValid: ComputedRef<boolean>;
|
|
1179
|
+
isDirty: ComputedRef<boolean>;
|
|
1180
|
+
isTouched: ComputedRef<boolean>;
|
|
1181
|
+
getValues: typeof getValues;
|
|
1182
|
+
setValue: typeof setValue;
|
|
1183
|
+
setErrors: typeof setErrors;
|
|
1184
|
+
setError: typeof setError;
|
|
1185
|
+
clearErrors: typeof clearErrors;
|
|
1186
|
+
trigger: typeof trigger;
|
|
1187
|
+
reset: typeof reset;
|
|
1188
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1217
1189
|
submit: (payload: {
|
|
1218
1190
|
values: Record<string, unknown>;
|
|
1219
1191
|
setErrors: (e: Record<string, string>) => void;
|
|
1220
1192
|
}) => any;
|
|
1193
|
+
reset: () => any;
|
|
1221
1194
|
invalid: (errors: Record<string, string>) => any;
|
|
1222
1195
|
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
1223
1196
|
onSubmit?: ((payload: {
|
|
1224
1197
|
values: Record<string, unknown>;
|
|
1225
1198
|
setErrors: (e: Record<string, string>) => void;
|
|
1226
1199
|
}) => any) | undefined;
|
|
1200
|
+
onReset?: (() => any) | undefined;
|
|
1227
1201
|
onInvalid?: ((errors: Record<string, string>) => any) | undefined;
|
|
1228
1202
|
}>, {
|
|
1229
1203
|
isDisabled: boolean;
|
|
@@ -1867,10 +1841,10 @@ showDivider: boolean;
|
|
|
1867
1841
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1868
1842
|
|
|
1869
1843
|
declare const __VLS_component_98: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1870
|
-
"update:modelValue": (value: string) => any;
|
|
1844
|
+
"update:modelValue": (value: string | string[]) => any;
|
|
1871
1845
|
"update:open": (value: boolean) => any;
|
|
1872
1846
|
}, string, PublicProps, Readonly<Props_3> & Readonly<{
|
|
1873
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1847
|
+
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
1874
1848
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
1875
1849
|
}>, {
|
|
1876
1850
|
size: "md" | "sm" | "lg";
|
|
@@ -1882,8 +1856,9 @@ isInvalid: boolean;
|
|
|
1882
1856
|
isReadonly: boolean;
|
|
1883
1857
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
1884
1858
|
isRequired: boolean;
|
|
1885
|
-
|
|
1886
|
-
|
|
1859
|
+
multiple: boolean;
|
|
1860
|
+
modelValue: string | string[];
|
|
1861
|
+
defaultValue: string | string[];
|
|
1887
1862
|
defaultOpen: boolean;
|
|
1888
1863
|
open: boolean;
|
|
1889
1864
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -2145,21 +2120,11 @@ declare type __VLS_Props_128 = {
|
|
|
2145
2120
|
};
|
|
2146
2121
|
|
|
2147
2122
|
declare type __VLS_Props_129 = {
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
errorMessage?: string;
|
|
2154
|
-
isInvalid?: boolean;
|
|
2155
|
-
isDisabled?: boolean;
|
|
2156
|
-
readOnly?: boolean;
|
|
2157
|
-
isRequired?: boolean;
|
|
2158
|
-
allowsDuplicates?: boolean;
|
|
2159
|
-
maxTags?: number;
|
|
2160
|
-
delimiter?: string | RegExp;
|
|
2161
|
-
variant?: TagVariants['variant'];
|
|
2162
|
-
size?: TagVariants['size'];
|
|
2123
|
+
/**
|
|
2124
|
+
* Label for the create item. Accepts a static string or a function receiving
|
|
2125
|
+
* the current search term. Defaults to `Create "${term}"`.
|
|
2126
|
+
*/
|
|
2127
|
+
label?: string | ((term: string) => string);
|
|
2163
2128
|
class?: string;
|
|
2164
2129
|
};
|
|
2165
2130
|
|
|
@@ -2169,22 +2134,6 @@ declare type __VLS_Props_13 = {
|
|
|
2169
2134
|
};
|
|
2170
2135
|
|
|
2171
2136
|
declare type __VLS_Props_130 = {
|
|
2172
|
-
placeholder?: string;
|
|
2173
|
-
class?: string;
|
|
2174
|
-
};
|
|
2175
|
-
|
|
2176
|
-
declare type __VLS_Props_131 = {
|
|
2177
|
-
value: string;
|
|
2178
|
-
textValue?: string;
|
|
2179
|
-
isDisabled?: boolean;
|
|
2180
|
-
/** Override group-level read-only; when true, delete button is hidden */
|
|
2181
|
-
isReadOnly?: boolean;
|
|
2182
|
-
variant?: TagVariants['variant'];
|
|
2183
|
-
size?: TagVariants['size'];
|
|
2184
|
-
class?: string;
|
|
2185
|
-
};
|
|
2186
|
-
|
|
2187
|
-
declare type __VLS_Props_132 = {
|
|
2188
2137
|
/** Current page number (v-model:page) */
|
|
2189
2138
|
page?: number;
|
|
2190
2139
|
/** Default page for uncontrolled usage */
|
|
@@ -2211,41 +2160,37 @@ declare type __VLS_Props_132 = {
|
|
|
2211
2160
|
class?: string;
|
|
2212
2161
|
};
|
|
2213
2162
|
|
|
2214
|
-
declare type
|
|
2163
|
+
declare type __VLS_Props_131 = {
|
|
2215
2164
|
class?: string;
|
|
2216
2165
|
};
|
|
2217
2166
|
|
|
2218
|
-
declare type
|
|
2167
|
+
declare type __VLS_Props_132 = {
|
|
2219
2168
|
/** Page number this item represents */
|
|
2220
2169
|
value: number;
|
|
2221
2170
|
class?: string;
|
|
2222
2171
|
};
|
|
2223
2172
|
|
|
2224
|
-
declare type
|
|
2225
|
-
class?: string;
|
|
2226
|
-
};
|
|
2227
|
-
|
|
2228
|
-
declare type __VLS_Props_136 = {
|
|
2173
|
+
declare type __VLS_Props_133 = {
|
|
2229
2174
|
class?: string;
|
|
2230
2175
|
};
|
|
2231
2176
|
|
|
2232
|
-
declare type
|
|
2177
|
+
declare type __VLS_Props_134 = {
|
|
2233
2178
|
class?: string;
|
|
2234
2179
|
};
|
|
2235
2180
|
|
|
2236
|
-
declare type
|
|
2181
|
+
declare type __VLS_Props_135 = {
|
|
2237
2182
|
class?: string;
|
|
2238
2183
|
};
|
|
2239
2184
|
|
|
2240
|
-
declare type
|
|
2185
|
+
declare type __VLS_Props_136 = {
|
|
2241
2186
|
class?: string;
|
|
2242
2187
|
};
|
|
2243
2188
|
|
|
2244
|
-
declare type
|
|
2189
|
+
declare type __VLS_Props_137 = {
|
|
2245
2190
|
class?: string;
|
|
2246
2191
|
};
|
|
2247
2192
|
|
|
2248
|
-
declare type
|
|
2193
|
+
declare type __VLS_Props_138 = {
|
|
2249
2194
|
columns: ColumnDef<any, any>[];
|
|
2250
2195
|
data: any[];
|
|
2251
2196
|
variant?: TableVariants['variant'];
|
|
@@ -2267,17 +2212,21 @@ declare type __VLS_Props_140 = {
|
|
|
2267
2212
|
virtualizerOverscan?: number;
|
|
2268
2213
|
};
|
|
2269
2214
|
|
|
2270
|
-
declare type
|
|
2215
|
+
declare type __VLS_Props_139 = {
|
|
2271
2216
|
rowIndex?: number;
|
|
2272
2217
|
columnIndex?: number;
|
|
2273
2218
|
};
|
|
2274
2219
|
|
|
2275
|
-
declare type
|
|
2220
|
+
declare type __VLS_Props_14 = {
|
|
2221
|
+
class?: string;
|
|
2222
|
+
};
|
|
2223
|
+
|
|
2224
|
+
declare type __VLS_Props_140 = {
|
|
2276
2225
|
columnIndex?: number;
|
|
2277
2226
|
sortDirection?: 'ascending' | 'descending' | 'none';
|
|
2278
2227
|
};
|
|
2279
2228
|
|
|
2280
|
-
declare type
|
|
2229
|
+
declare type __VLS_Props_141 = {
|
|
2281
2230
|
src?: string;
|
|
2282
2231
|
alt?: string;
|
|
2283
2232
|
name?: string;
|
|
@@ -2290,7 +2239,7 @@ declare type __VLS_Props_143 = {
|
|
|
2290
2239
|
class?: string;
|
|
2291
2240
|
};
|
|
2292
2241
|
|
|
2293
|
-
declare type
|
|
2242
|
+
declare type __VLS_Props_142 = {
|
|
2294
2243
|
size?: 'sm' | 'md' | 'lg';
|
|
2295
2244
|
isBordered?: boolean;
|
|
2296
2245
|
isDisabled?: boolean;
|
|
@@ -2301,19 +2250,19 @@ declare type __VLS_Props_144 = {
|
|
|
2301
2250
|
class?: string;
|
|
2302
2251
|
};
|
|
2303
2252
|
|
|
2304
|
-
declare type
|
|
2253
|
+
declare type __VLS_Props_143 = {
|
|
2305
2254
|
ratio?: number;
|
|
2306
2255
|
class?: string;
|
|
2307
2256
|
};
|
|
2308
2257
|
|
|
2309
|
-
declare type
|
|
2258
|
+
declare type __VLS_Props_144 = {
|
|
2310
2259
|
id?: string;
|
|
2311
2260
|
direction?: SplitterVariants['direction'];
|
|
2312
2261
|
autoSaveId?: string;
|
|
2313
2262
|
class?: string;
|
|
2314
2263
|
};
|
|
2315
2264
|
|
|
2316
|
-
declare type
|
|
2265
|
+
declare type __VLS_Props_145 = {
|
|
2317
2266
|
id?: string;
|
|
2318
2267
|
defaultSize?: number;
|
|
2319
2268
|
minSize?: number;
|
|
@@ -2324,13 +2273,13 @@ declare type __VLS_Props_147 = {
|
|
|
2324
2273
|
class?: string;
|
|
2325
2274
|
};
|
|
2326
2275
|
|
|
2327
|
-
declare type
|
|
2276
|
+
declare type __VLS_Props_146 = {
|
|
2328
2277
|
id?: string;
|
|
2329
2278
|
disabled?: boolean;
|
|
2330
2279
|
class?: string;
|
|
2331
2280
|
};
|
|
2332
2281
|
|
|
2333
|
-
declare type
|
|
2282
|
+
declare type __VLS_Props_147 = {
|
|
2334
2283
|
modelValue?: number;
|
|
2335
2284
|
defaultValue?: number;
|
|
2336
2285
|
totalSteps?: number;
|
|
@@ -2340,13 +2289,21 @@ declare type __VLS_Props_149 = {
|
|
|
2340
2289
|
class?: string;
|
|
2341
2290
|
};
|
|
2342
2291
|
|
|
2292
|
+
declare type __VLS_Props_148 = {
|
|
2293
|
+
step: number;
|
|
2294
|
+
class?: string;
|
|
2295
|
+
};
|
|
2296
|
+
|
|
2297
|
+
declare type __VLS_Props_149 = {
|
|
2298
|
+
class?: string;
|
|
2299
|
+
};
|
|
2300
|
+
|
|
2343
2301
|
declare type __VLS_Props_15 = {
|
|
2344
2302
|
divider?: boolean;
|
|
2345
2303
|
class?: string;
|
|
2346
2304
|
};
|
|
2347
2305
|
|
|
2348
2306
|
declare type __VLS_Props_150 = {
|
|
2349
|
-
step: number;
|
|
2350
2307
|
class?: string;
|
|
2351
2308
|
};
|
|
2352
2309
|
|
|
@@ -2363,20 +2320,12 @@ declare type __VLS_Props_153 = {
|
|
|
2363
2320
|
};
|
|
2364
2321
|
|
|
2365
2322
|
declare type __VLS_Props_154 = {
|
|
2366
|
-
class?: string;
|
|
2367
|
-
};
|
|
2368
|
-
|
|
2369
|
-
declare type __VLS_Props_155 = {
|
|
2370
|
-
class?: string;
|
|
2371
|
-
};
|
|
2372
|
-
|
|
2373
|
-
declare type __VLS_Props_156 = {
|
|
2374
2323
|
isExpanded?: boolean;
|
|
2375
2324
|
hasChildren?: boolean;
|
|
2376
2325
|
class?: string;
|
|
2377
2326
|
};
|
|
2378
2327
|
|
|
2379
|
-
declare type
|
|
2328
|
+
declare type __VLS_Props_155 = {
|
|
2380
2329
|
modelValue?: number | number[];
|
|
2381
2330
|
defaultValue?: number | number[];
|
|
2382
2331
|
min?: number;
|
|
@@ -2401,7 +2350,7 @@ declare type __VLS_Props_157 = {
|
|
|
2401
2350
|
class?: string;
|
|
2402
2351
|
};
|
|
2403
2352
|
|
|
2404
|
-
declare type
|
|
2353
|
+
declare type __VLS_Props_156 = {
|
|
2405
2354
|
value?: number | null;
|
|
2406
2355
|
minValue?: number;
|
|
2407
2356
|
maxValue?: number;
|
|
@@ -2418,7 +2367,7 @@ declare type __VLS_Props_158 = {
|
|
|
2418
2367
|
class?: string;
|
|
2419
2368
|
};
|
|
2420
2369
|
|
|
2421
|
-
declare type
|
|
2370
|
+
declare type __VLS_Props_157 = {
|
|
2422
2371
|
value?: number | null;
|
|
2423
2372
|
minValue?: number;
|
|
2424
2373
|
maxValue?: number;
|
|
@@ -2434,11 +2383,7 @@ declare type __VLS_Props_159 = {
|
|
|
2434
2383
|
class?: string;
|
|
2435
2384
|
};
|
|
2436
2385
|
|
|
2437
|
-
declare type
|
|
2438
|
-
class?: string;
|
|
2439
|
-
};
|
|
2440
|
-
|
|
2441
|
-
declare type __VLS_Props_160 = {
|
|
2386
|
+
declare type __VLS_Props_158 = {
|
|
2442
2387
|
value?: number;
|
|
2443
2388
|
minValue?: number;
|
|
2444
2389
|
maxValue?: number;
|
|
@@ -2451,7 +2396,7 @@ declare type __VLS_Props_160 = {
|
|
|
2451
2396
|
class?: string;
|
|
2452
2397
|
};
|
|
2453
2398
|
|
|
2454
|
-
declare type
|
|
2399
|
+
declare type __VLS_Props_159 = {
|
|
2455
2400
|
orientation?: 'vertical' | 'horizontal' | 'both';
|
|
2456
2401
|
hideScrollBar?: boolean;
|
|
2457
2402
|
size?: number;
|
|
@@ -2460,7 +2405,11 @@ declare type __VLS_Props_161 = {
|
|
|
2460
2405
|
class?: string;
|
|
2461
2406
|
};
|
|
2462
2407
|
|
|
2463
|
-
declare type
|
|
2408
|
+
declare type __VLS_Props_16 = {
|
|
2409
|
+
class?: string;
|
|
2410
|
+
};
|
|
2411
|
+
|
|
2412
|
+
declare type __VLS_Props_160 = {
|
|
2464
2413
|
class?: string;
|
|
2465
2414
|
viewportClass?: string;
|
|
2466
2415
|
type?: 'auto' | 'always' | 'scroll' | 'hover';
|
|
@@ -2468,7 +2417,7 @@ declare type __VLS_Props_162 = {
|
|
|
2468
2417
|
orientation?: 'vertical' | 'horizontal' | 'both';
|
|
2469
2418
|
};
|
|
2470
2419
|
|
|
2471
|
-
declare type
|
|
2420
|
+
declare type __VLS_Props_161 = {
|
|
2472
2421
|
defaultValue?: DateValue;
|
|
2473
2422
|
defaultPlaceholder?: DateValue;
|
|
2474
2423
|
minValue?: DateValue;
|
|
@@ -2488,7 +2437,7 @@ declare type __VLS_Props_163 = {
|
|
|
2488
2437
|
class?: string;
|
|
2489
2438
|
};
|
|
2490
2439
|
|
|
2491
|
-
declare type
|
|
2440
|
+
declare type __VLS_Props_162 = {
|
|
2492
2441
|
defaultValue?: DateRange | null;
|
|
2493
2442
|
defaultPlaceholder?: DateValue;
|
|
2494
2443
|
minValue?: DateValue;
|
|
@@ -2509,7 +2458,7 @@ declare type __VLS_Props_164 = {
|
|
|
2509
2458
|
class?: string;
|
|
2510
2459
|
};
|
|
2511
2460
|
|
|
2512
|
-
declare type
|
|
2461
|
+
declare type __VLS_Props_163 = {
|
|
2513
2462
|
defaultValue?: DateValue;
|
|
2514
2463
|
defaultPlaceholder?: DateValue;
|
|
2515
2464
|
minValue?: DateValue;
|
|
@@ -2525,13 +2474,13 @@ declare type __VLS_Props_165 = {
|
|
|
2525
2474
|
class?: string;
|
|
2526
2475
|
};
|
|
2527
2476
|
|
|
2528
|
-
declare type
|
|
2477
|
+
declare type __VLS_Props_164 = Props_5;
|
|
2529
2478
|
|
|
2530
|
-
declare type
|
|
2479
|
+
declare type __VLS_Props_165 = Props_6;
|
|
2531
2480
|
|
|
2532
|
-
declare type
|
|
2481
|
+
declare type __VLS_Props_166 = Props_7;
|
|
2533
2482
|
|
|
2534
|
-
declare type
|
|
2483
|
+
declare type __VLS_Props_167 = {
|
|
2535
2484
|
variant?: DateInputVariants['variant'];
|
|
2536
2485
|
size?: DateInputVariants['size'];
|
|
2537
2486
|
color?: DateInputVariants['color'];
|
|
@@ -2563,11 +2512,7 @@ declare type __VLS_Props_169 = {
|
|
|
2563
2512
|
class?: string;
|
|
2564
2513
|
};
|
|
2565
2514
|
|
|
2566
|
-
declare type
|
|
2567
|
-
class?: string;
|
|
2568
|
-
};
|
|
2569
|
-
|
|
2570
|
-
declare type __VLS_Props_170 = {
|
|
2515
|
+
declare type __VLS_Props_168 = {
|
|
2571
2516
|
variant?: DateRangeFieldVariants['variant'];
|
|
2572
2517
|
size?: DateRangeFieldVariants['size'];
|
|
2573
2518
|
color?: DateRangeFieldVariants['color'];
|
|
@@ -2599,7 +2544,7 @@ declare type __VLS_Props_170 = {
|
|
|
2599
2544
|
class?: string;
|
|
2600
2545
|
};
|
|
2601
2546
|
|
|
2602
|
-
declare type
|
|
2547
|
+
declare type __VLS_Props_169 = {
|
|
2603
2548
|
variant?: 'flat' | 'bordered' | 'faded' | 'underlined';
|
|
2604
2549
|
size?: 'sm' | 'md' | 'lg';
|
|
2605
2550
|
color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
|
|
@@ -2627,7 +2572,11 @@ declare type __VLS_Props_171 = {
|
|
|
2627
2572
|
isDateDisabled?: (date: DateValue) => boolean;
|
|
2628
2573
|
};
|
|
2629
2574
|
|
|
2630
|
-
declare type
|
|
2575
|
+
declare type __VLS_Props_17 = {
|
|
2576
|
+
class?: string;
|
|
2577
|
+
};
|
|
2578
|
+
|
|
2579
|
+
declare type __VLS_Props_170 = {
|
|
2631
2580
|
modelValue?: Color | string;
|
|
2632
2581
|
defaultValue?: Color | string;
|
|
2633
2582
|
xChannel?: ColorChannel;
|
|
@@ -2639,7 +2588,7 @@ declare type __VLS_Props_172 = {
|
|
|
2639
2588
|
thumbClass?: string;
|
|
2640
2589
|
};
|
|
2641
2590
|
|
|
2642
|
-
declare type
|
|
2591
|
+
declare type __VLS_Props_171 = {
|
|
2643
2592
|
modelValue?: Color | string;
|
|
2644
2593
|
defaultValue?: Color | string;
|
|
2645
2594
|
channel: ColorChannel;
|
|
@@ -2653,7 +2602,7 @@ declare type __VLS_Props_173 = {
|
|
|
2653
2602
|
outputClass?: string;
|
|
2654
2603
|
};
|
|
2655
2604
|
|
|
2656
|
-
declare type
|
|
2605
|
+
declare type __VLS_Props_172 = {
|
|
2657
2606
|
modelValue?: Color | string;
|
|
2658
2607
|
defaultValue?: Color | string;
|
|
2659
2608
|
label?: string;
|
|
@@ -2667,7 +2616,7 @@ declare type __VLS_Props_174 = {
|
|
|
2667
2616
|
ariaLabel?: string;
|
|
2668
2617
|
};
|
|
2669
2618
|
|
|
2670
|
-
declare type
|
|
2619
|
+
declare type __VLS_Props_173 = {
|
|
2671
2620
|
color?: Color | string;
|
|
2672
2621
|
colorName?: string;
|
|
2673
2622
|
shape?: ColorSwatchVariants['shape'];
|
|
@@ -2675,7 +2624,7 @@ declare type __VLS_Props_175 = {
|
|
|
2675
2624
|
class?: string;
|
|
2676
2625
|
};
|
|
2677
2626
|
|
|
2678
|
-
declare type
|
|
2627
|
+
declare type __VLS_Props_174 = {
|
|
2679
2628
|
modelValue?: string;
|
|
2680
2629
|
defaultValue?: string;
|
|
2681
2630
|
colors: (Color | string)[];
|
|
@@ -2685,7 +2634,7 @@ declare type __VLS_Props_176 = {
|
|
|
2685
2634
|
class?: string;
|
|
2686
2635
|
};
|
|
2687
2636
|
|
|
2688
|
-
declare type
|
|
2637
|
+
declare type __VLS_Props_175 = {
|
|
2689
2638
|
modelValue?: Color | string;
|
|
2690
2639
|
defaultValue?: Color | string;
|
|
2691
2640
|
label?: string;
|
|
@@ -2700,7 +2649,7 @@ declare type __VLS_Props_177 = {
|
|
|
2700
2649
|
class?: string;
|
|
2701
2650
|
};
|
|
2702
2651
|
|
|
2703
|
-
declare type
|
|
2652
|
+
declare type __VLS_Props_176 = {
|
|
2704
2653
|
modelValue?: string;
|
|
2705
2654
|
defaultValue?: string;
|
|
2706
2655
|
format?: ColorFormat;
|
|
@@ -2791,9 +2740,10 @@ declare type __VLS_Props_24 = {
|
|
|
2791
2740
|
|
|
2792
2741
|
declare type __VLS_Props_25 = {
|
|
2793
2742
|
name: string;
|
|
2743
|
+
defaultValue?: unknown;
|
|
2794
2744
|
rules?: FieldRules;
|
|
2795
2745
|
validate?: CustomValidator;
|
|
2796
|
-
/** Override validation mode
|
|
2746
|
+
/** Override validation mode for this field. */
|
|
2797
2747
|
validationMode?: 'on-submit' | 'on-blur' | 'on-change';
|
|
2798
2748
|
};
|
|
2799
2749
|
|
|
@@ -3341,30 +3291,30 @@ declare type __VLS_PublicProps = {
|
|
|
3341
3291
|
|
|
3342
3292
|
declare type __VLS_PublicProps_10 = {
|
|
3343
3293
|
modelValue?: DateValue | null | undefined;
|
|
3344
|
-
} &
|
|
3294
|
+
} & __VLS_Props_164;
|
|
3345
3295
|
|
|
3346
3296
|
declare type __VLS_PublicProps_11 = {
|
|
3347
3297
|
modelValue?: DateRange_2 | null | undefined;
|
|
3348
|
-
} &
|
|
3298
|
+
} & __VLS_Props_165;
|
|
3349
3299
|
|
|
3350
3300
|
declare type __VLS_PublicProps_12 = {
|
|
3351
3301
|
modelValue?: TimeValue | null | undefined;
|
|
3352
|
-
} &
|
|
3302
|
+
} & __VLS_Props_166;
|
|
3353
3303
|
|
|
3354
3304
|
declare type __VLS_PublicProps_13 = {
|
|
3355
3305
|
'modelValue'?: DateValue | null | undefined;
|
|
3356
3306
|
'open'?: boolean;
|
|
3357
|
-
} &
|
|
3307
|
+
} & __VLS_Props_167;
|
|
3358
3308
|
|
|
3359
3309
|
declare type __VLS_PublicProps_14 = {
|
|
3360
3310
|
'modelValue'?: DateRangePickerRange | null | undefined;
|
|
3361
3311
|
'open'?: boolean;
|
|
3362
|
-
} &
|
|
3312
|
+
} & __VLS_Props_168;
|
|
3363
3313
|
|
|
3364
3314
|
declare type __VLS_PublicProps_15 = {
|
|
3365
3315
|
'modelValue'?: CalendarDateTime | null | undefined;
|
|
3366
3316
|
'open'?: boolean;
|
|
3367
|
-
} &
|
|
3317
|
+
} & __VLS_Props_169;
|
|
3368
3318
|
|
|
3369
3319
|
declare type __VLS_PublicProps_2 = {
|
|
3370
3320
|
modelValue?: string | number | null;
|
|
@@ -3388,16 +3338,16 @@ declare type __VLS_PublicProps_6 = {
|
|
|
3388
3338
|
|
|
3389
3339
|
declare type __VLS_PublicProps_7 = {
|
|
3390
3340
|
modelValue?: DateValue;
|
|
3391
|
-
} &
|
|
3341
|
+
} & __VLS_Props_161;
|
|
3392
3342
|
|
|
3393
3343
|
declare type __VLS_PublicProps_8 = {
|
|
3394
3344
|
modelValue?: DateRange | null;
|
|
3395
|
-
} &
|
|
3345
|
+
} & __VLS_Props_162;
|
|
3396
3346
|
|
|
3397
3347
|
declare type __VLS_PublicProps_9 = {
|
|
3398
3348
|
modelValue?: DateValue | undefined;
|
|
3399
3349
|
'placeholder'?: DateValue | undefined;
|
|
3400
|
-
} &
|
|
3350
|
+
} & __VLS_Props_163;
|
|
3401
3351
|
|
|
3402
3352
|
declare function __VLS_template(): {
|
|
3403
3353
|
attrs: Partial<{}>;
|
|
@@ -3789,6 +3739,7 @@ declare function __VLS_template_121(): {
|
|
|
3789
3739
|
startContent?(_: {}): any;
|
|
3790
3740
|
default?(_: {}): any;
|
|
3791
3741
|
selectedIcon?(_: {}): any;
|
|
3742
|
+
selectedIcon?(_: {}): any;
|
|
3792
3743
|
endContent?(_: {}): any;
|
|
3793
3744
|
};
|
|
3794
3745
|
refs: {};
|
|
@@ -3798,40 +3749,15 @@ declare function __VLS_template_121(): {
|
|
|
3798
3749
|
declare function __VLS_template_122(): {
|
|
3799
3750
|
attrs: Partial<{}>;
|
|
3800
3751
|
slots: {
|
|
3801
|
-
default?(_: {
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
rootEl: HTMLDivElement;
|
|
3805
|
-
};
|
|
3806
|
-
|
|
3807
|
-
declare function __VLS_template_123(): {
|
|
3808
|
-
attrs: Partial<{}>;
|
|
3809
|
-
slots: {
|
|
3810
|
-
default?(_: {}): any;
|
|
3811
|
-
};
|
|
3812
|
-
refs: {};
|
|
3813
|
-
rootEl: any;
|
|
3814
|
-
};
|
|
3815
|
-
|
|
3816
|
-
declare function __VLS_template_124(): {
|
|
3817
|
-
attrs: Partial<{}>;
|
|
3818
|
-
slots: {
|
|
3819
|
-
default?(_: {}): any;
|
|
3820
|
-
};
|
|
3821
|
-
refs: {};
|
|
3822
|
-
rootEl: any;
|
|
3823
|
-
};
|
|
3824
|
-
|
|
3825
|
-
declare function __VLS_template_125(): {
|
|
3826
|
-
attrs: Partial<{}>;
|
|
3827
|
-
slots: {
|
|
3828
|
-
default?(_: {}): any;
|
|
3752
|
+
default?(_: {
|
|
3753
|
+
term: string;
|
|
3754
|
+
}): any;
|
|
3829
3755
|
};
|
|
3830
3756
|
refs: {};
|
|
3831
3757
|
rootEl: any;
|
|
3832
3758
|
};
|
|
3833
3759
|
|
|
3834
|
-
declare function
|
|
3760
|
+
declare function __VLS_template_123(): {
|
|
3835
3761
|
attrs: Partial<{}>;
|
|
3836
3762
|
slots: {
|
|
3837
3763
|
default?(_: {}): any;
|
|
@@ -3841,7 +3767,7 @@ declare function __VLS_template_126(): {
|
|
|
3841
3767
|
rootEl: any;
|
|
3842
3768
|
};
|
|
3843
3769
|
|
|
3844
|
-
declare function
|
|
3770
|
+
declare function __VLS_template_124(): {
|
|
3845
3771
|
attrs: Partial<{}>;
|
|
3846
3772
|
slots: {
|
|
3847
3773
|
default?(_: {
|
|
@@ -3860,7 +3786,7 @@ declare function __VLS_template_127(): {
|
|
|
3860
3786
|
rootEl: any;
|
|
3861
3787
|
};
|
|
3862
3788
|
|
|
3863
|
-
declare function
|
|
3789
|
+
declare function __VLS_template_125(): {
|
|
3864
3790
|
attrs: Partial<{}>;
|
|
3865
3791
|
slots: {
|
|
3866
3792
|
default?(_: {}): any;
|
|
@@ -3869,7 +3795,7 @@ declare function __VLS_template_128(): {
|
|
|
3869
3795
|
rootEl: HTMLSpanElement;
|
|
3870
3796
|
};
|
|
3871
3797
|
|
|
3872
|
-
declare function
|
|
3798
|
+
declare function __VLS_template_126(): {
|
|
3873
3799
|
attrs: Partial<{}>;
|
|
3874
3800
|
slots: {
|
|
3875
3801
|
default?(_: {}): any;
|
|
@@ -3878,16 +3804,16 @@ declare function __VLS_template_129(): {
|
|
|
3878
3804
|
rootEl: any;
|
|
3879
3805
|
};
|
|
3880
3806
|
|
|
3881
|
-
declare function
|
|
3807
|
+
declare function __VLS_template_127(): {
|
|
3882
3808
|
attrs: Partial<{}>;
|
|
3883
3809
|
slots: {
|
|
3884
3810
|
default?(_: {}): any;
|
|
3885
3811
|
};
|
|
3886
3812
|
refs: {};
|
|
3887
|
-
rootEl:
|
|
3813
|
+
rootEl: any;
|
|
3888
3814
|
};
|
|
3889
3815
|
|
|
3890
|
-
declare function
|
|
3816
|
+
declare function __VLS_template_128(): {
|
|
3891
3817
|
attrs: Partial<{}>;
|
|
3892
3818
|
slots: {
|
|
3893
3819
|
default?(_: {}): any;
|
|
@@ -3896,7 +3822,7 @@ declare function __VLS_template_130(): {
|
|
|
3896
3822
|
rootEl: any;
|
|
3897
3823
|
};
|
|
3898
3824
|
|
|
3899
|
-
declare function
|
|
3825
|
+
declare function __VLS_template_129(): {
|
|
3900
3826
|
attrs: Partial<{}>;
|
|
3901
3827
|
slots: {
|
|
3902
3828
|
default?(_: {}): any;
|
|
@@ -3905,16 +3831,16 @@ declare function __VLS_template_131(): {
|
|
|
3905
3831
|
rootEl: any;
|
|
3906
3832
|
};
|
|
3907
3833
|
|
|
3908
|
-
declare function
|
|
3834
|
+
declare function __VLS_template_13(): {
|
|
3909
3835
|
attrs: Partial<{}>;
|
|
3910
3836
|
slots: {
|
|
3911
3837
|
default?(_: {}): any;
|
|
3912
3838
|
};
|
|
3913
3839
|
refs: {};
|
|
3914
|
-
rootEl:
|
|
3840
|
+
rootEl: HTMLDivElement;
|
|
3915
3841
|
};
|
|
3916
3842
|
|
|
3917
|
-
declare function
|
|
3843
|
+
declare function __VLS_template_130(): {
|
|
3918
3844
|
attrs: Partial<{}>;
|
|
3919
3845
|
slots: {
|
|
3920
3846
|
default?(_: {}): any;
|
|
@@ -3923,7 +3849,7 @@ declare function __VLS_template_133(): {
|
|
|
3923
3849
|
rootEl: any;
|
|
3924
3850
|
};
|
|
3925
3851
|
|
|
3926
|
-
declare function
|
|
3852
|
+
declare function __VLS_template_131(): {
|
|
3927
3853
|
attrs: Partial<{}>;
|
|
3928
3854
|
slots: {
|
|
3929
3855
|
cell?(_: {
|
|
@@ -3961,7 +3887,7 @@ declare function __VLS_template_134(): {
|
|
|
3961
3887
|
rootEl: HTMLDivElement;
|
|
3962
3888
|
};
|
|
3963
3889
|
|
|
3964
|
-
declare function
|
|
3890
|
+
declare function __VLS_template_132(): {
|
|
3965
3891
|
attrs: Partial<{}>;
|
|
3966
3892
|
slots: {
|
|
3967
3893
|
cell?(_: {
|
|
@@ -3975,7 +3901,7 @@ declare function __VLS_template_135(): {
|
|
|
3975
3901
|
rootEl: HTMLTableSectionElement;
|
|
3976
3902
|
};
|
|
3977
3903
|
|
|
3978
|
-
declare function
|
|
3904
|
+
declare function __VLS_template_133(): {
|
|
3979
3905
|
attrs: Partial<{}>;
|
|
3980
3906
|
slots: {
|
|
3981
3907
|
default?(_: {}): any;
|
|
@@ -3984,7 +3910,7 @@ declare function __VLS_template_136(): {
|
|
|
3984
3910
|
rootEl: HTMLTableRowElement;
|
|
3985
3911
|
};
|
|
3986
3912
|
|
|
3987
|
-
declare function
|
|
3913
|
+
declare function __VLS_template_134(): {
|
|
3988
3914
|
attrs: Partial<{}>;
|
|
3989
3915
|
slots: {
|
|
3990
3916
|
default?(_: {}): any;
|
|
@@ -3993,7 +3919,7 @@ declare function __VLS_template_137(): {
|
|
|
3993
3919
|
rootEl: HTMLTableCellElement;
|
|
3994
3920
|
};
|
|
3995
3921
|
|
|
3996
|
-
declare function
|
|
3922
|
+
declare function __VLS_template_135(): {
|
|
3997
3923
|
attrs: Partial<{}>;
|
|
3998
3924
|
slots: {
|
|
3999
3925
|
default?(_: {}): any;
|
|
@@ -4002,7 +3928,7 @@ declare function __VLS_template_138(): {
|
|
|
4002
3928
|
rootEl: HTMLTableCellElement;
|
|
4003
3929
|
};
|
|
4004
3930
|
|
|
4005
|
-
declare function
|
|
3931
|
+
declare function __VLS_template_136(): {
|
|
4006
3932
|
attrs: Partial<{}>;
|
|
4007
3933
|
slots: {
|
|
4008
3934
|
default?(_: {}): any;
|
|
@@ -4011,16 +3937,7 @@ declare function __VLS_template_139(): {
|
|
|
4011
3937
|
rootEl: HTMLTableSectionElement;
|
|
4012
3938
|
};
|
|
4013
3939
|
|
|
4014
|
-
declare function
|
|
4015
|
-
attrs: Partial<{}>;
|
|
4016
|
-
slots: {
|
|
4017
|
-
default?(_: {}): any;
|
|
4018
|
-
};
|
|
4019
|
-
refs: {};
|
|
4020
|
-
rootEl: HTMLDivElement;
|
|
4021
|
-
};
|
|
4022
|
-
|
|
4023
|
-
declare function __VLS_template_140(): {
|
|
3940
|
+
declare function __VLS_template_137(): {
|
|
4024
3941
|
attrs: Partial<{}>;
|
|
4025
3942
|
slots: {
|
|
4026
3943
|
fallback?(_: {}): any;
|
|
@@ -4029,7 +3946,7 @@ declare function __VLS_template_140(): {
|
|
|
4029
3946
|
rootEl: any;
|
|
4030
3947
|
};
|
|
4031
3948
|
|
|
4032
|
-
declare function
|
|
3949
|
+
declare function __VLS_template_138(): {
|
|
4033
3950
|
attrs: Partial<{}>;
|
|
4034
3951
|
slots: Readonly<{
|
|
4035
3952
|
default?(): VNode[];
|
|
@@ -4040,7 +3957,7 @@ declare function __VLS_template_141(): {
|
|
|
4040
3957
|
rootEl: HTMLDivElement;
|
|
4041
3958
|
};
|
|
4042
3959
|
|
|
4043
|
-
declare function
|
|
3960
|
+
declare function __VLS_template_139(): {
|
|
4044
3961
|
attrs: Partial<{}>;
|
|
4045
3962
|
slots: {
|
|
4046
3963
|
default?(_: {}): any;
|
|
@@ -4049,7 +3966,16 @@ declare function __VLS_template_142(): {
|
|
|
4049
3966
|
rootEl: any;
|
|
4050
3967
|
};
|
|
4051
3968
|
|
|
4052
|
-
declare function
|
|
3969
|
+
declare function __VLS_template_14(): {
|
|
3970
|
+
attrs: Partial<{}>;
|
|
3971
|
+
slots: {
|
|
3972
|
+
default?(_: {}): any;
|
|
3973
|
+
};
|
|
3974
|
+
refs: {};
|
|
3975
|
+
rootEl: HTMLDivElement;
|
|
3976
|
+
};
|
|
3977
|
+
|
|
3978
|
+
declare function __VLS_template_140(): {
|
|
4053
3979
|
attrs: Partial<{}>;
|
|
4054
3980
|
slots: {
|
|
4055
3981
|
default?(_: {}): any;
|
|
@@ -4058,7 +3984,7 @@ declare function __VLS_template_143(): {
|
|
|
4058
3984
|
rootEl: any;
|
|
4059
3985
|
};
|
|
4060
3986
|
|
|
4061
|
-
declare function
|
|
3987
|
+
declare function __VLS_template_141(): {
|
|
4062
3988
|
attrs: Partial<{}>;
|
|
4063
3989
|
slots: {
|
|
4064
3990
|
default?(_: {}): any;
|
|
@@ -4067,7 +3993,7 @@ declare function __VLS_template_144(): {
|
|
|
4067
3993
|
rootEl: any;
|
|
4068
3994
|
};
|
|
4069
3995
|
|
|
4070
|
-
declare function
|
|
3996
|
+
declare function __VLS_template_142(): {
|
|
4071
3997
|
attrs: Partial<{}>;
|
|
4072
3998
|
slots: {
|
|
4073
3999
|
default?(_: {}): any;
|
|
@@ -4076,7 +4002,7 @@ declare function __VLS_template_145(): {
|
|
|
4076
4002
|
rootEl: any;
|
|
4077
4003
|
};
|
|
4078
4004
|
|
|
4079
|
-
declare function
|
|
4005
|
+
declare function __VLS_template_143(): {
|
|
4080
4006
|
attrs: Partial<{}>;
|
|
4081
4007
|
slots: {
|
|
4082
4008
|
default?(_: {}): any;
|
|
@@ -4085,7 +4011,7 @@ declare function __VLS_template_146(): {
|
|
|
4085
4011
|
rootEl: HTMLDivElement;
|
|
4086
4012
|
};
|
|
4087
4013
|
|
|
4088
|
-
declare function
|
|
4014
|
+
declare function __VLS_template_144(): {
|
|
4089
4015
|
attrs: Partial<{}>;
|
|
4090
4016
|
slots: {
|
|
4091
4017
|
default?(_: {
|
|
@@ -4100,7 +4026,7 @@ declare function __VLS_template_147(): {
|
|
|
4100
4026
|
rootEl: HTMLDivElement;
|
|
4101
4027
|
};
|
|
4102
4028
|
|
|
4103
|
-
declare function
|
|
4029
|
+
declare function __VLS_template_145(): {
|
|
4104
4030
|
attrs: Partial<{}>;
|
|
4105
4031
|
slots: {
|
|
4106
4032
|
default?(_: {}): any;
|
|
@@ -4109,7 +4035,7 @@ declare function __VLS_template_148(): {
|
|
|
4109
4035
|
rootEl: HTMLDivElement;
|
|
4110
4036
|
};
|
|
4111
4037
|
|
|
4112
|
-
declare function
|
|
4038
|
+
declare function __VLS_template_146(): {
|
|
4113
4039
|
attrs: Partial<{}>;
|
|
4114
4040
|
slots: {
|
|
4115
4041
|
default?(_: {}): any;
|
|
@@ -4118,43 +4044,43 @@ declare function __VLS_template_149(): {
|
|
|
4118
4044
|
rootEl: HTMLParagraphElement;
|
|
4119
4045
|
};
|
|
4120
4046
|
|
|
4121
|
-
declare function
|
|
4047
|
+
declare function __VLS_template_147(): {
|
|
4122
4048
|
attrs: Partial<{}>;
|
|
4123
4049
|
slots: {
|
|
4124
4050
|
default?(_: {}): any;
|
|
4125
4051
|
};
|
|
4126
4052
|
refs: {};
|
|
4127
|
-
rootEl:
|
|
4053
|
+
rootEl: HTMLParagraphElement;
|
|
4128
4054
|
};
|
|
4129
4055
|
|
|
4130
|
-
declare function
|
|
4056
|
+
declare function __VLS_template_148(): {
|
|
4131
4057
|
attrs: Partial<{}>;
|
|
4132
4058
|
slots: {
|
|
4133
4059
|
default?(_: {}): any;
|
|
4134
4060
|
};
|
|
4135
4061
|
refs: {};
|
|
4136
|
-
rootEl:
|
|
4062
|
+
rootEl: HTMLDivElement;
|
|
4137
4063
|
};
|
|
4138
4064
|
|
|
4139
|
-
declare function
|
|
4065
|
+
declare function __VLS_template_149(): {
|
|
4140
4066
|
attrs: Partial<{}>;
|
|
4141
4067
|
slots: {
|
|
4142
4068
|
default?(_: {}): any;
|
|
4143
4069
|
};
|
|
4144
4070
|
refs: {};
|
|
4145
|
-
rootEl:
|
|
4071
|
+
rootEl: HTMLButtonElement;
|
|
4146
4072
|
};
|
|
4147
4073
|
|
|
4148
|
-
declare function
|
|
4074
|
+
declare function __VLS_template_15(): {
|
|
4149
4075
|
attrs: Partial<{}>;
|
|
4150
4076
|
slots: {
|
|
4151
4077
|
default?(_: {}): any;
|
|
4152
4078
|
};
|
|
4153
4079
|
refs: {};
|
|
4154
|
-
rootEl:
|
|
4080
|
+
rootEl: HTMLDivElement;
|
|
4155
4081
|
};
|
|
4156
4082
|
|
|
4157
|
-
declare function
|
|
4083
|
+
declare function __VLS_template_150(): {
|
|
4158
4084
|
attrs: Partial<{}>;
|
|
4159
4085
|
slots: {
|
|
4160
4086
|
startContent?(_: {}): any;
|
|
@@ -4164,7 +4090,7 @@ declare function __VLS_template_153(): {
|
|
|
4164
4090
|
rootEl: HTMLDivElement;
|
|
4165
4091
|
};
|
|
4166
4092
|
|
|
4167
|
-
declare function
|
|
4093
|
+
declare function __VLS_template_151(): {
|
|
4168
4094
|
attrs: Partial<{}>;
|
|
4169
4095
|
slots: {
|
|
4170
4096
|
default?(_: {}): any;
|
|
@@ -4173,7 +4099,7 @@ declare function __VLS_template_154(): {
|
|
|
4173
4099
|
rootEl: any;
|
|
4174
4100
|
};
|
|
4175
4101
|
|
|
4176
|
-
declare function
|
|
4102
|
+
declare function __VLS_template_152(): {
|
|
4177
4103
|
attrs: Partial<{}>;
|
|
4178
4104
|
slots: {
|
|
4179
4105
|
default?(_: {}): any;
|
|
@@ -4184,7 +4110,7 @@ declare function __VLS_template_155(): {
|
|
|
4184
4110
|
rootEl: HTMLDivElement;
|
|
4185
4111
|
};
|
|
4186
4112
|
|
|
4187
|
-
declare function
|
|
4113
|
+
declare function __VLS_template_153(): {
|
|
4188
4114
|
attrs: Partial<{}>;
|
|
4189
4115
|
slots: {
|
|
4190
4116
|
default?(_: {}): any;
|
|
@@ -4193,7 +4119,7 @@ declare function __VLS_template_156(): {
|
|
|
4193
4119
|
rootEl: any;
|
|
4194
4120
|
};
|
|
4195
4121
|
|
|
4196
|
-
declare function
|
|
4122
|
+
declare function __VLS_template_154(): {
|
|
4197
4123
|
attrs: Partial<{}>;
|
|
4198
4124
|
slots: {
|
|
4199
4125
|
heading?(_: {
|
|
@@ -4204,7 +4130,7 @@ declare function __VLS_template_157(): {
|
|
|
4204
4130
|
rootEl: any;
|
|
4205
4131
|
};
|
|
4206
4132
|
|
|
4207
|
-
declare function
|
|
4133
|
+
declare function __VLS_template_155(): {
|
|
4208
4134
|
attrs: Partial<{}>;
|
|
4209
4135
|
slots: {
|
|
4210
4136
|
startContent?(_: {}): any;
|
|
@@ -4299,7 +4225,7 @@ declare function __VLS_template_158(): {
|
|
|
4299
4225
|
rootEl: any;
|
|
4300
4226
|
};
|
|
4301
4227
|
|
|
4302
|
-
declare function
|
|
4228
|
+
declare function __VLS_template_156(): {
|
|
4303
4229
|
attrs: Partial<{}>;
|
|
4304
4230
|
slots: {
|
|
4305
4231
|
startContent?(_: {}): any;
|
|
@@ -4400,16 +4326,7 @@ declare function __VLS_template_159(): {
|
|
|
4400
4326
|
rootEl: any;
|
|
4401
4327
|
};
|
|
4402
4328
|
|
|
4403
|
-
declare function
|
|
4404
|
-
attrs: Partial<{}>;
|
|
4405
|
-
slots: {
|
|
4406
|
-
default?(_: {}): any;
|
|
4407
|
-
};
|
|
4408
|
-
refs: {};
|
|
4409
|
-
rootEl: HTMLDivElement;
|
|
4410
|
-
};
|
|
4411
|
-
|
|
4412
|
-
declare function __VLS_template_160(): {
|
|
4329
|
+
declare function __VLS_template_157(): {
|
|
4413
4330
|
attrs: Partial<{}>;
|
|
4414
4331
|
slots: {
|
|
4415
4332
|
startContent?(_: {}): any;
|
|
@@ -4504,7 +4421,7 @@ declare function __VLS_template_160(): {
|
|
|
4504
4421
|
rootEl: any;
|
|
4505
4422
|
};
|
|
4506
4423
|
|
|
4507
|
-
declare function
|
|
4424
|
+
declare function __VLS_template_158(): {
|
|
4508
4425
|
attrs: Partial<{}>;
|
|
4509
4426
|
slots: {
|
|
4510
4427
|
selectorIcon?(_: {}): any;
|
|
@@ -4515,7 +4432,7 @@ declare function __VLS_template_161(): {
|
|
|
4515
4432
|
rootEl: any;
|
|
4516
4433
|
};
|
|
4517
4434
|
|
|
4518
|
-
declare function
|
|
4435
|
+
declare function __VLS_template_159(): {
|
|
4519
4436
|
attrs: Partial<{}>;
|
|
4520
4437
|
slots: {
|
|
4521
4438
|
selectorIcon?(_: {}): any;
|
|
@@ -4526,7 +4443,16 @@ declare function __VLS_template_162(): {
|
|
|
4526
4443
|
rootEl: any;
|
|
4527
4444
|
};
|
|
4528
4445
|
|
|
4529
|
-
declare function
|
|
4446
|
+
declare function __VLS_template_16(): {
|
|
4447
|
+
attrs: Partial<{}>;
|
|
4448
|
+
slots: {
|
|
4449
|
+
default?(_: {}): any;
|
|
4450
|
+
};
|
|
4451
|
+
refs: {};
|
|
4452
|
+
rootEl: HTMLDivElement;
|
|
4453
|
+
};
|
|
4454
|
+
|
|
4455
|
+
declare function __VLS_template_160(): {
|
|
4530
4456
|
attrs: Partial<{}>;
|
|
4531
4457
|
slots: {
|
|
4532
4458
|
selectorIcon?(_: {}): any;
|
|
@@ -4535,7 +4461,7 @@ declare function __VLS_template_163(): {
|
|
|
4535
4461
|
rootEl: any;
|
|
4536
4462
|
};
|
|
4537
4463
|
|
|
4538
|
-
declare function
|
|
4464
|
+
declare function __VLS_template_161(): {
|
|
4539
4465
|
attrs: Partial<{}>;
|
|
4540
4466
|
slots: {
|
|
4541
4467
|
default?(_: {}): any;
|
|
@@ -4605,8 +4531,20 @@ declare function __VLS_template_22(): {
|
|
|
4605
4531
|
slots: {
|
|
4606
4532
|
default?(_: {
|
|
4607
4533
|
isSubmitting: boolean;
|
|
4534
|
+
isSubmitted: boolean;
|
|
4535
|
+
submitCount: number;
|
|
4608
4536
|
isDisabled: boolean;
|
|
4537
|
+
isValid: boolean;
|
|
4538
|
+
isDirty: boolean;
|
|
4539
|
+
isTouched: boolean;
|
|
4609
4540
|
errors: Record<string, string>;
|
|
4541
|
+
getValues: typeof getValues;
|
|
4542
|
+
setValue: typeof setValue;
|
|
4543
|
+
setErrors: typeof setErrors;
|
|
4544
|
+
setError: typeof setError;
|
|
4545
|
+
clearErrors: typeof clearErrors;
|
|
4546
|
+
trigger: typeof trigger;
|
|
4547
|
+
reset: typeof reset;
|
|
4610
4548
|
}): any;
|
|
4611
4549
|
};
|
|
4612
4550
|
refs: {};
|
|
@@ -4626,6 +4564,10 @@ declare function __VLS_template_23(): {
|
|
|
4626
4564
|
isDisabled: boolean;
|
|
4627
4565
|
onBlur: typeof handleBlur;
|
|
4628
4566
|
};
|
|
4567
|
+
touched: boolean;
|
|
4568
|
+
dirty: boolean;
|
|
4569
|
+
error: string | undefined;
|
|
4570
|
+
isInvalid: boolean;
|
|
4629
4571
|
}): any;
|
|
4630
4572
|
};
|
|
4631
4573
|
refs: {};
|
|
@@ -5701,12 +5643,6 @@ declare type __VLS_TemplateResult_160 = ReturnType<typeof __VLS_template_160>;
|
|
|
5701
5643
|
|
|
5702
5644
|
declare type __VLS_TemplateResult_161 = ReturnType<typeof __VLS_template_161>;
|
|
5703
5645
|
|
|
5704
|
-
declare type __VLS_TemplateResult_162 = ReturnType<typeof __VLS_template_162>;
|
|
5705
|
-
|
|
5706
|
-
declare type __VLS_TemplateResult_163 = ReturnType<typeof __VLS_template_163>;
|
|
5707
|
-
|
|
5708
|
-
declare type __VLS_TemplateResult_164 = ReturnType<typeof __VLS_template_164>;
|
|
5709
|
-
|
|
5710
5646
|
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
5711
5647
|
|
|
5712
5648
|
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
@@ -6309,24 +6245,6 @@ declare type __VLS_WithTemplateSlots_161<T, S> = T & {
|
|
|
6309
6245
|
};
|
|
6310
6246
|
};
|
|
6311
6247
|
|
|
6312
|
-
declare type __VLS_WithTemplateSlots_162<T, S> = T & {
|
|
6313
|
-
new (): {
|
|
6314
|
-
$slots: S;
|
|
6315
|
-
};
|
|
6316
|
-
};
|
|
6317
|
-
|
|
6318
|
-
declare type __VLS_WithTemplateSlots_163<T, S> = T & {
|
|
6319
|
-
new (): {
|
|
6320
|
-
$slots: S;
|
|
6321
|
-
};
|
|
6322
|
-
};
|
|
6323
|
-
|
|
6324
|
-
declare type __VLS_WithTemplateSlots_164<T, S> = T & {
|
|
6325
|
-
new (): {
|
|
6326
|
-
$slots: S;
|
|
6327
|
-
};
|
|
6328
|
-
};
|
|
6329
|
-
|
|
6330
6248
|
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
6331
6249
|
new (): {
|
|
6332
6250
|
$slots: S;
|
|
@@ -6978,7 +6896,7 @@ export declare type AlertSeverity = 'default' | 'primary' | 'success' | 'warning
|
|
|
6978
6896
|
|
|
6979
6897
|
export declare const AlertTitle: __VLS_WithTemplateSlots_87<typeof __VLS_component_87, __VLS_TemplateResult_87["slots"]>;
|
|
6980
6898
|
|
|
6981
|
-
export declare const AspectRatio:
|
|
6899
|
+
export declare const AspectRatio: __VLS_WithTemplateSlots_139<typeof __VLS_component_139, __VLS_TemplateResult_139["slots"]>;
|
|
6982
6900
|
|
|
6983
6901
|
export { AspectRatioVariants }
|
|
6984
6902
|
|
|
@@ -7002,6 +6920,29 @@ export declare interface AutocompleteContext {
|
|
|
7002
6920
|
truncateItems: Ref<boolean>;
|
|
7003
6921
|
hasItems: Ref<boolean>;
|
|
7004
6922
|
slots: ComputedRef<ReturnType<typeof autocompleteVariants>>;
|
|
6923
|
+
/** Whether multiple values can be selected. */
|
|
6924
|
+
multiple: Ref<boolean>;
|
|
6925
|
+
/**
|
|
6926
|
+
* How overflow chips are handled in multiple mode.
|
|
6927
|
+
* - `wrap`: trigger grows in height, chips wrap to new lines (default)
|
|
6928
|
+
* - `collapse`: fixed height, overflowing chips are hidden behind a "+N more" badge
|
|
6929
|
+
*/
|
|
6930
|
+
multipleOverflow: Ref<'wrap' | 'collapse'>;
|
|
6931
|
+
/** Currently selected values in multiple mode. */
|
|
6932
|
+
selectedValues: Ref<string[]>;
|
|
6933
|
+
/** Selected value→label pairs for rendering chips. */
|
|
6934
|
+
selectedLabels: ComputedRef<Array<{
|
|
6935
|
+
value: string;
|
|
6936
|
+
label: string;
|
|
6937
|
+
}>>;
|
|
6938
|
+
/** Toggle a value in the selectedValues array (multiple mode). */
|
|
6939
|
+
onMultipleSelect: (value: string) => void;
|
|
6940
|
+
/** Remove a single value from selectedValues (multiple mode). */
|
|
6941
|
+
removeValue: (value: string) => void;
|
|
6942
|
+
/** Clear all selected values and the search term (multiple mode). */
|
|
6943
|
+
clearAll: () => void;
|
|
6944
|
+
/** Returns true if the given value is in selectedValues. */
|
|
6945
|
+
isSelected: (value: string) => boolean;
|
|
7005
6946
|
/**
|
|
7006
6947
|
* Called by AutocompleteItem at mount time to register a value→label pair.
|
|
7007
6948
|
* Used by the bridge's valueFor() when no `items` prop entry matches.
|
|
@@ -7011,10 +6952,18 @@ export declare interface AutocompleteContext {
|
|
|
7011
6952
|
* Called by AutocompleteItem at unmount time to deregister.
|
|
7012
6953
|
*/
|
|
7013
6954
|
unregisterItem: (value: string) => void;
|
|
6955
|
+
/** Current search/filter term — exposed so AutocompleteCreateItem can read it. */
|
|
6956
|
+
searchTerm: Ref<string>;
|
|
6957
|
+
/** True when the search term exactly matches an existing option (case-insensitive). */
|
|
6958
|
+
hasExactMatch: ComputedRef<boolean>;
|
|
6959
|
+
/** Add the typed term as a new value. Handles both single and multiple mode. */
|
|
6960
|
+
onCreateValue: (value: string) => void;
|
|
7014
6961
|
}
|
|
7015
6962
|
|
|
7016
6963
|
export declare const autocompleteContextKey: InjectionKey<AutocompleteContext>;
|
|
7017
6964
|
|
|
6965
|
+
export declare const AutocompleteCreateItem: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, __VLS_TemplateResult_122["slots"]>;
|
|
6966
|
+
|
|
7018
6967
|
export declare const AutocompleteInput: __VLS_WithTemplateSlots_119<typeof __VLS_component_119, __VLS_TemplateResult_119["slots"]>;
|
|
7019
6968
|
|
|
7020
6969
|
export declare const AutocompleteItem: __VLS_WithTemplateSlots_121<typeof __VLS_component_121, __VLS_TemplateResult_121["slots"]>;
|
|
@@ -7028,9 +6977,9 @@ export declare interface AutocompleteItemData {
|
|
|
7028
6977
|
|
|
7029
6978
|
export { AutocompleteVariants }
|
|
7030
6979
|
|
|
7031
|
-
export declare const Avatar:
|
|
6980
|
+
export declare const Avatar: __VLS_WithTemplateSlots_137<typeof __VLS_component_137, __VLS_TemplateResult_137["slots"]>;
|
|
7032
6981
|
|
|
7033
|
-
export declare const AvatarGroup:
|
|
6982
|
+
export declare const AvatarGroup: __VLS_WithTemplateSlots_138<typeof __VLS_component_138, __VLS_TemplateResult_138["slots"]>;
|
|
7034
6983
|
|
|
7035
6984
|
export declare interface AvatarGroupContext {
|
|
7036
6985
|
size: Ref<'sm' | 'md' | 'lg'>;
|
|
@@ -7084,7 +7033,7 @@ numberOfMonths: number;
|
|
|
7084
7033
|
pagedNavigation: boolean;
|
|
7085
7034
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7086
7035
|
|
|
7087
|
-
export declare const CalendarYearPicker:
|
|
7036
|
+
export declare const CalendarYearPicker: __VLS_WithTemplateSlots_154<typeof __VLS_component_154, __VLS_TemplateResult_154["slots"]>;
|
|
7088
7037
|
|
|
7089
7038
|
export declare const Card: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
7090
7039
|
|
|
@@ -7122,9 +7071,10 @@ export declare interface CheckboxGroupContext {
|
|
|
7122
7071
|
|
|
7123
7072
|
export declare const checkboxGroupContextKey: InjectionKey<CheckboxGroupContext>;
|
|
7124
7073
|
|
|
7125
|
-
export declare const Chip: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
7126
|
-
|
|
7127
7074
|
export { ChipVariants }
|
|
7075
|
+
export { ChipVariants as TagVariants }
|
|
7076
|
+
|
|
7077
|
+
declare function clearErrors(name?: string): void;
|
|
7128
7078
|
|
|
7129
7079
|
export declare const CloseButton: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
7130
7080
|
size: "md" | "sm" | "lg" | "xs" | "xl";
|
|
@@ -7141,10 +7091,10 @@ export declare const CollapsibleGroup: __VLS_WithTemplateSlots_77<typeof __VLS_c
|
|
|
7141
7091
|
|
|
7142
7092
|
export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
|
|
7143
7093
|
|
|
7144
|
-
export declare const ColorArea: DefineComponent<
|
|
7094
|
+
export declare const ColorArea: DefineComponent<__VLS_Props_170, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7145
7095
|
"update:modelValue": (value: Color) => any;
|
|
7146
7096
|
"update:color": (value: Color) => any;
|
|
7147
|
-
}, string, PublicProps, Readonly<
|
|
7097
|
+
}, string, PublicProps, Readonly<__VLS_Props_170> & Readonly<{
|
|
7148
7098
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7149
7099
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
7150
7100
|
}>, {
|
|
@@ -7154,9 +7104,9 @@ xChannel: ColorChannel;
|
|
|
7154
7104
|
yChannel: ColorChannel;
|
|
7155
7105
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7156
7106
|
|
|
7157
|
-
export declare const ColorField: DefineComponent<
|
|
7107
|
+
export declare const ColorField: DefineComponent<__VLS_Props_172, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7158
7108
|
"update:modelValue": (value: Color) => any;
|
|
7159
|
-
}, string, PublicProps, Readonly<
|
|
7109
|
+
}, string, PublicProps, Readonly<__VLS_Props_172> & Readonly<{
|
|
7160
7110
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7161
7111
|
}>, {
|
|
7162
7112
|
fullWidth: boolean;
|
|
@@ -7166,9 +7116,9 @@ readonly: boolean;
|
|
|
7166
7116
|
|
|
7167
7117
|
export { ColorFormat }
|
|
7168
7118
|
|
|
7169
|
-
export declare const ColorInputGroup: DefineComponent<
|
|
7119
|
+
export declare const ColorInputGroup: DefineComponent<__VLS_Props_175, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7170
7120
|
"update:modelValue": (value: Color) => any;
|
|
7171
|
-
}, string, PublicProps, Readonly<
|
|
7121
|
+
}, string, PublicProps, Readonly<__VLS_Props_175> & Readonly<{
|
|
7172
7122
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7173
7123
|
}>, {
|
|
7174
7124
|
variant: "primary" | "secondary";
|
|
@@ -7178,12 +7128,12 @@ readonly: boolean;
|
|
|
7178
7128
|
suffixLabel: string;
|
|
7179
7129
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7180
7130
|
|
|
7181
|
-
export declare const ColorPicker:
|
|
7131
|
+
export declare const ColorPicker: __VLS_WithTemplateSlots_161<typeof __VLS_component_161, __VLS_TemplateResult_161["slots"]>;
|
|
7182
7132
|
|
|
7183
|
-
export declare const ColorSlider: DefineComponent<
|
|
7133
|
+
export declare const ColorSlider: DefineComponent<__VLS_Props_171, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7184
7134
|
"update:modelValue": (value: Color) => any;
|
|
7185
7135
|
"update:color": (value: Color) => any;
|
|
7186
|
-
}, string, PublicProps, Readonly<
|
|
7136
|
+
}, string, PublicProps, Readonly<__VLS_Props_171> & Readonly<{
|
|
7187
7137
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
7188
7138
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
7189
7139
|
}>, {
|
|
@@ -7192,11 +7142,11 @@ disabled: boolean;
|
|
|
7192
7142
|
showOutput: boolean;
|
|
7193
7143
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7194
7144
|
|
|
7195
|
-
export declare const ColorSwatch: DefineComponent<
|
|
7145
|
+
export declare const ColorSwatch: DefineComponent<__VLS_Props_173, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_173> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7196
7146
|
|
|
7197
|
-
export declare const ColorSwatchPicker: DefineComponent<
|
|
7147
|
+
export declare const ColorSwatchPicker: DefineComponent<__VLS_Props_174, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7198
7148
|
"update:modelValue": (value: string) => any;
|
|
7199
|
-
}, string, PublicProps, Readonly<
|
|
7149
|
+
}, string, PublicProps, Readonly<__VLS_Props_174> & Readonly<{
|
|
7200
7150
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
7201
7151
|
}>, {
|
|
7202
7152
|
size: "md" | "sm" | "lg" | "xs" | "xl";
|
|
@@ -7301,7 +7251,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7301
7251
|
|
|
7302
7252
|
export declare function createPaginationContext(context: PaginationContext): PaginationContext;
|
|
7303
7253
|
|
|
7304
|
-
export declare type CustomValidator = (value: unknown) => string | undefined | Promise<string | undefined>;
|
|
7254
|
+
export declare type CustomValidator = (value: unknown, context?: ValidationContext) => string | undefined | Promise<string | undefined>;
|
|
7305
7255
|
|
|
7306
7256
|
export { cx }
|
|
7307
7257
|
|
|
@@ -7319,9 +7269,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7319
7269
|
*/
|
|
7320
7270
|
export declare function dataAttr(condition: boolean | undefined): "true" | undefined;
|
|
7321
7271
|
|
|
7322
|
-
export declare const DateInput:
|
|
7272
|
+
export declare const DateInput: __VLS_WithTemplateSlots_155<typeof __VLS_component_155, __VLS_TemplateResult_155["slots"]>;
|
|
7323
7273
|
|
|
7324
|
-
export declare const DatePicker:
|
|
7274
|
+
export declare const DatePicker: __VLS_WithTemplateSlots_158<typeof __VLS_component_158, __VLS_TemplateResult_158["slots"]>;
|
|
7325
7275
|
|
|
7326
7276
|
export declare interface DateRange {
|
|
7327
7277
|
start: DateValue;
|
|
@@ -7333,16 +7283,20 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7333
7283
|
end: DateValue;
|
|
7334
7284
|
}
|
|
7335
7285
|
|
|
7336
|
-
export declare const DateRangeField:
|
|
7286
|
+
export declare const DateRangeField: __VLS_WithTemplateSlots_156<typeof __VLS_component_156, __VLS_TemplateResult_156["slots"]>;
|
|
7337
7287
|
|
|
7338
|
-
export declare const DateRangePicker:
|
|
7288
|
+
export declare const DateRangePicker: __VLS_WithTemplateSlots_159<typeof __VLS_component_159, __VLS_TemplateResult_159["slots"]>;
|
|
7339
7289
|
|
|
7340
7290
|
export declare interface DateRangePickerRange {
|
|
7341
7291
|
start: DateValue;
|
|
7342
7292
|
end: DateValue;
|
|
7343
7293
|
}
|
|
7344
7294
|
|
|
7345
|
-
export declare const DateTimePicker:
|
|
7295
|
+
export declare const DateTimePicker: __VLS_WithTemplateSlots_160<typeof __VLS_component_160, __VLS_TemplateResult_160["slots"]>;
|
|
7296
|
+
|
|
7297
|
+
declare const _default: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
7298
|
+
export { _default as Chip }
|
|
7299
|
+
export { _default as Tag }
|
|
7346
7300
|
|
|
7347
7301
|
export declare const Description: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
7348
7302
|
|
|
@@ -7464,9 +7418,14 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7464
7418
|
|
|
7465
7419
|
export declare const EmptyStateContent: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
7466
7420
|
|
|
7467
|
-
declare interface FieldRegistration {
|
|
7421
|
+
export declare interface FieldRegistration {
|
|
7468
7422
|
name: string;
|
|
7469
7423
|
getValue: () => unknown;
|
|
7424
|
+
getDefaultValue: () => unknown;
|
|
7425
|
+
setValue: (value: unknown) => void;
|
|
7426
|
+
reset: () => void;
|
|
7427
|
+
touched: Ref<boolean>;
|
|
7428
|
+
dirty: Ref<boolean>;
|
|
7470
7429
|
rules?: FieldRules;
|
|
7471
7430
|
validate?: CustomValidator;
|
|
7472
7431
|
}
|
|
@@ -7474,11 +7433,15 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7474
7433
|
export declare interface FieldRules {
|
|
7475
7434
|
required?: boolean | string;
|
|
7476
7435
|
email?: boolean | string;
|
|
7436
|
+
url?: boolean | string;
|
|
7437
|
+
integer?: boolean | string;
|
|
7477
7438
|
pattern?: RuleWithMessage<RegExp>;
|
|
7478
7439
|
minLength?: RuleWithMessage<number>;
|
|
7479
7440
|
maxLength?: RuleWithMessage<number>;
|
|
7480
7441
|
min?: RuleWithMessage<number>;
|
|
7481
7442
|
max?: RuleWithMessage<number>;
|
|
7443
|
+
/** Match the value of another field by name (e.g. confirm password). */
|
|
7444
|
+
matches?: RuleWithMessage<string>;
|
|
7482
7445
|
}
|
|
7483
7446
|
|
|
7484
7447
|
export declare const Fieldset: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
@@ -7488,16 +7451,29 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7488
7451
|
export declare interface FormContext {
|
|
7489
7452
|
errors: Ref<Record<string, string>>;
|
|
7490
7453
|
isSubmitting: Ref<boolean>;
|
|
7454
|
+
isSubmitted: Ref<boolean>;
|
|
7455
|
+
submitCount: Ref<number>;
|
|
7491
7456
|
isDisabled: ComputedRef<boolean>;
|
|
7457
|
+
isValid: ComputedRef<boolean>;
|
|
7458
|
+
isDirty: ComputedRef<boolean>;
|
|
7459
|
+
isTouched: ComputedRef<boolean>;
|
|
7492
7460
|
validationMode: ComputedRef<ValidationMode>;
|
|
7493
7461
|
registerField(reg: FieldRegistration): void;
|
|
7494
7462
|
unregisterField(name: string): void;
|
|
7495
7463
|
triggerFieldValidation(name: string): Promise<void>;
|
|
7496
7464
|
setErrors(newErrors: Record<string, string>): void;
|
|
7465
|
+
setError(name: string, message: string): void;
|
|
7466
|
+
clearErrors(name?: string): void;
|
|
7467
|
+
getValues(): Record<string, unknown>;
|
|
7468
|
+
setValue(name: string, value: unknown): void;
|
|
7469
|
+
trigger(name?: string): Promise<boolean>;
|
|
7470
|
+
reset(): void;
|
|
7497
7471
|
}
|
|
7498
7472
|
|
|
7499
7473
|
export declare const FormField: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
7500
7474
|
|
|
7475
|
+
declare function getValues(): Record<string, unknown>;
|
|
7476
|
+
|
|
7501
7477
|
declare function handleBlur(): Promise<void>;
|
|
7502
7478
|
|
|
7503
7479
|
declare function handleRowClick(rowIndex: number, event: MouseEvent): void;
|
|
@@ -7618,7 +7594,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7618
7594
|
*/
|
|
7619
7595
|
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>>>];
|
|
7620
7596
|
|
|
7621
|
-
export declare const Meter: DefineComponent<
|
|
7597
|
+
export declare const Meter: DefineComponent<__VLS_Props_158, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_158> & Readonly<{}>, {
|
|
7622
7598
|
value: number;
|
|
7623
7599
|
minValue: number;
|
|
7624
7600
|
maxValue: number;
|
|
@@ -7742,9 +7718,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7742
7718
|
|
|
7743
7719
|
export { NumberFieldVariants }
|
|
7744
7720
|
|
|
7745
|
-
export declare const Pagination:
|
|
7721
|
+
export declare const Pagination: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, __VLS_TemplateResult_123["slots"]>;
|
|
7746
7722
|
|
|
7747
|
-
export declare const PaginationContent:
|
|
7723
|
+
export declare const PaginationContent: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, __VLS_TemplateResult_124["slots"]>;
|
|
7748
7724
|
|
|
7749
7725
|
export declare interface PaginationContext {
|
|
7750
7726
|
/** Current page (numeric mode) */
|
|
@@ -7773,17 +7749,17 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7773
7749
|
|
|
7774
7750
|
export declare const paginationContextKey: InjectionKey<PaginationContext>;
|
|
7775
7751
|
|
|
7776
|
-
export declare const PaginationEllipsis:
|
|
7752
|
+
export declare const PaginationEllipsis: __VLS_WithTemplateSlots_130<typeof __VLS_component_130, __VLS_TemplateResult_130["slots"]>;
|
|
7777
7753
|
|
|
7778
|
-
export declare const PaginationFirst:
|
|
7754
|
+
export declare const PaginationFirst: __VLS_WithTemplateSlots_128<typeof __VLS_component_128, __VLS_TemplateResult_128["slots"]>;
|
|
7779
7755
|
|
|
7780
|
-
export declare const PaginationItem:
|
|
7756
|
+
export declare const PaginationItem: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, __VLS_TemplateResult_125["slots"]>;
|
|
7781
7757
|
|
|
7782
|
-
export declare const PaginationLast:
|
|
7758
|
+
export declare const PaginationLast: __VLS_WithTemplateSlots_129<typeof __VLS_component_129, __VLS_TemplateResult_129["slots"]>;
|
|
7783
7759
|
|
|
7784
|
-
export declare const PaginationNext:
|
|
7760
|
+
export declare const PaginationNext: __VLS_WithTemplateSlots_127<typeof __VLS_component_127, __VLS_TemplateResult_127["slots"]>;
|
|
7785
7761
|
|
|
7786
|
-
export declare const PaginationPrev:
|
|
7762
|
+
export declare const PaginationPrev: __VLS_WithTemplateSlots_126<typeof __VLS_component_126, __VLS_TemplateResult_126["slots"]>;
|
|
7787
7763
|
|
|
7788
7764
|
export { PaginationVariants }
|
|
7789
7765
|
|
|
@@ -7843,7 +7819,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7843
7819
|
|
|
7844
7820
|
export declare const PopoverTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
7845
7821
|
|
|
7846
|
-
export declare const ProgressBar: DefineComponent<
|
|
7822
|
+
export declare const ProgressBar: DefineComponent<__VLS_Props_156, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_156> & Readonly<{}>, {
|
|
7847
7823
|
isDisabled: boolean;
|
|
7848
7824
|
isStriped: boolean;
|
|
7849
7825
|
isIndeterminate: boolean;
|
|
@@ -7852,7 +7828,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7852
7828
|
showValueLabel: boolean;
|
|
7853
7829
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7854
7830
|
|
|
7855
|
-
export declare const ProgressCircle:
|
|
7831
|
+
export declare const ProgressCircle: __VLS_WithTemplateSlots_151<typeof __VLS_component_151, __VLS_TemplateResult_151["slots"]>;
|
|
7856
7832
|
|
|
7857
7833
|
declare type Props = {
|
|
7858
7834
|
/** Visual style of the field. @default 'flat' */
|
|
@@ -7979,9 +7955,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7979
7955
|
/** Extra classes merged onto the root wrapper via `composeClassName`. */
|
|
7980
7956
|
class?: string;
|
|
7981
7957
|
/** Two-way bound selected value. */
|
|
7982
|
-
modelValue?: string;
|
|
7958
|
+
modelValue?: string | string[];
|
|
7983
7959
|
/** Initial selected value (uncontrolled). */
|
|
7984
|
-
defaultValue?: string;
|
|
7960
|
+
defaultValue?: string | string[];
|
|
7961
|
+
/** Allow selecting multiple values. modelValue becomes string[]. @default false */
|
|
7962
|
+
multiple?: boolean;
|
|
7985
7963
|
/** Controls open state of the dropdown. */
|
|
7986
7964
|
open?: boolean;
|
|
7987
7965
|
/** Initial open state of the dropdown (uncontrolled). */
|
|
@@ -8025,10 +8003,19 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8025
8003
|
errorMessage?: string;
|
|
8026
8004
|
/** Extra classes merged onto the root wrapper via `composeClassName`. */
|
|
8027
8005
|
class?: string;
|
|
8028
|
-
/** Two-way bound selected value. */
|
|
8029
|
-
modelValue?: string;
|
|
8006
|
+
/** Two-way bound selected value. string in single mode, string[] in multiple mode. */
|
|
8007
|
+
modelValue?: string | string[];
|
|
8030
8008
|
/** Initial selected value (uncontrolled). */
|
|
8031
|
-
defaultValue?: string;
|
|
8009
|
+
defaultValue?: string | string[];
|
|
8010
|
+
/** Allow selecting multiple values. modelValue becomes string[]. @default false */
|
|
8011
|
+
multiple?: boolean;
|
|
8012
|
+
/**
|
|
8013
|
+
* Controls how chips overflow in multiple mode.
|
|
8014
|
+
* - `wrap`: trigger grows in height, chips wrap to new lines (default)
|
|
8015
|
+
* - `collapse`: fixed height, overflowing chips are hidden behind "+N more"
|
|
8016
|
+
* @default 'wrap'
|
|
8017
|
+
*/
|
|
8018
|
+
multipleOverflow?: 'wrap' | 'collapse';
|
|
8032
8019
|
/** Controls open state of the dropdown. */
|
|
8033
8020
|
open?: boolean;
|
|
8034
8021
|
/** Initial open state of the dropdown (uncontrolled). */
|
|
@@ -8201,14 +8188,16 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8201
8188
|
allowNonContiguousRanges: boolean;
|
|
8202
8189
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8203
8190
|
|
|
8191
|
+
declare function reset(): void;
|
|
8192
|
+
|
|
8204
8193
|
declare type RuleWithMessage<T> = T | {
|
|
8205
8194
|
value: T;
|
|
8206
8195
|
message: string;
|
|
8207
8196
|
};
|
|
8208
8197
|
|
|
8209
|
-
export declare const ScrollArea:
|
|
8198
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_153<typeof __VLS_component_153, __VLS_TemplateResult_153["slots"]>;
|
|
8210
8199
|
|
|
8211
|
-
export declare const ScrollShadow:
|
|
8200
|
+
export declare const ScrollShadow: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, __VLS_TemplateResult_152["slots"]>;
|
|
8212
8201
|
|
|
8213
8202
|
export declare const Select: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, __VLS_TemplateResult_98["slots"]>;
|
|
8214
8203
|
|
|
@@ -8226,6 +8215,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8226
8215
|
label: Ref<string | undefined>;
|
|
8227
8216
|
ariaDescribedBy: Ref<string | undefined>;
|
|
8228
8217
|
slots: ComputedRef<ReturnType<typeof selectVariants>>;
|
|
8218
|
+
multiple: Ref<boolean>;
|
|
8229
8219
|
/**
|
|
8230
8220
|
* Persistent registry of item value → display label. SelectItem registers
|
|
8231
8221
|
* once on first mount and never unregisters — survives SelectContent
|
|
@@ -8234,6 +8224,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8234
8224
|
*/
|
|
8235
8225
|
registerItem: (value: string, label: string) => void;
|
|
8236
8226
|
itemLabel: (value: string | string[] | undefined | null) => string;
|
|
8227
|
+
removeValue: (value: string) => void;
|
|
8237
8228
|
}
|
|
8238
8229
|
|
|
8239
8230
|
declare type SelectionMode_2 = 'none' | 'single' | 'multiple';
|
|
@@ -8253,6 +8244,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8253
8244
|
|
|
8254
8245
|
export { SeparatorVariants }
|
|
8255
8246
|
|
|
8247
|
+
declare function setError(name: string, message: string): void;
|
|
8248
|
+
|
|
8249
|
+
declare function setErrors(newErrors: Record<string, string>): void;
|
|
8250
|
+
|
|
8251
|
+
declare function setValue(name: string, value: unknown): void;
|
|
8252
|
+
|
|
8256
8253
|
declare type Single = string;
|
|
8257
8254
|
|
|
8258
8255
|
declare type SingleValue = string;
|
|
@@ -8261,7 +8258,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8261
8258
|
|
|
8262
8259
|
export { SkeletonVariants }
|
|
8263
8260
|
|
|
8264
|
-
export declare const Slider:
|
|
8261
|
+
export declare const Slider: __VLS_WithTemplateSlots_150<typeof __VLS_component_150, __VLS_TemplateResult_150["slots"]>;
|
|
8265
8262
|
|
|
8266
8263
|
export declare const Spinner: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8267
8264
|
size: "md" | "sm" | "lg" | "xl";
|
|
@@ -8273,21 +8270,21 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8273
8270
|
|
|
8274
8271
|
export declare const splitterContextKey: InjectionKey<SplitterGroupContext>;
|
|
8275
8272
|
|
|
8276
|
-
export declare const SplitterGroup:
|
|
8273
|
+
export declare const SplitterGroup: __VLS_WithTemplateSlots_140<typeof __VLS_component_140, __VLS_TemplateResult_140["slots"]>;
|
|
8277
8274
|
|
|
8278
8275
|
export declare interface SplitterGroupContext {
|
|
8279
8276
|
direction: ComputedRef<SplitterVariants['direction']>;
|
|
8280
8277
|
}
|
|
8281
8278
|
|
|
8282
|
-
export declare const SplitterPanel:
|
|
8279
|
+
export declare const SplitterPanel: __VLS_WithTemplateSlots_141<typeof __VLS_component_141, __VLS_TemplateResult_141["slots"]>;
|
|
8283
8280
|
|
|
8284
|
-
export declare const SplitterResizeHandle:
|
|
8281
|
+
export declare const SplitterResizeHandle: __VLS_WithTemplateSlots_142<typeof __VLS_component_142, __VLS_TemplateResult_142["slots"]>;
|
|
8285
8282
|
|
|
8286
8283
|
export { SplitterVariants }
|
|
8287
8284
|
|
|
8288
|
-
export declare const Stepper:
|
|
8285
|
+
export declare const Stepper: __VLS_WithTemplateSlots_143<typeof __VLS_component_143, __VLS_TemplateResult_143["slots"]>;
|
|
8289
8286
|
|
|
8290
|
-
export declare const StepperContent:
|
|
8287
|
+
export declare const StepperContent: __VLS_WithTemplateSlots_148<typeof __VLS_component_148, __VLS_TemplateResult_148["slots"]>;
|
|
8291
8288
|
|
|
8292
8289
|
export declare interface StepperContext {
|
|
8293
8290
|
currentStep: ComputedRef<number>;
|
|
@@ -8300,17 +8297,17 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8300
8297
|
|
|
8301
8298
|
export declare const stepperContextKey: InjectionKey<StepperContext>;
|
|
8302
8299
|
|
|
8303
|
-
export declare const StepperDescription:
|
|
8300
|
+
export declare const StepperDescription: __VLS_WithTemplateSlots_147<typeof __VLS_component_147, __VLS_TemplateResult_147["slots"]>;
|
|
8304
8301
|
|
|
8305
|
-
export declare const StepperIndicator:
|
|
8302
|
+
export declare const StepperIndicator: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, __VLS_TemplateResult_145["slots"]>;
|
|
8306
8303
|
|
|
8307
|
-
export declare const StepperItem:
|
|
8304
|
+
export declare const StepperItem: __VLS_WithTemplateSlots_144<typeof __VLS_component_144, __VLS_TemplateResult_144["slots"]>;
|
|
8308
8305
|
|
|
8309
|
-
export declare const StepperSeparator: DefineComponent<
|
|
8306
|
+
export declare const StepperSeparator: DefineComponent<__VLS_Props_153, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_153> & Readonly<{}>, {
|
|
8310
8307
|
class: string;
|
|
8311
8308
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8312
8309
|
|
|
8313
|
-
export declare const StepperTitle:
|
|
8310
|
+
export declare const StepperTitle: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, __VLS_TemplateResult_146["slots"]>;
|
|
8314
8311
|
|
|
8315
8312
|
export { StepperVariants }
|
|
8316
8313
|
|
|
@@ -8357,11 +8354,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8357
8354
|
|
|
8358
8355
|
export declare const TabIndicator: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8359
8356
|
|
|
8360
|
-
export declare const Table:
|
|
8357
|
+
export declare const Table: __VLS_WithTemplateSlots_131<typeof __VLS_component_131, __VLS_TemplateResult_131["slots"]>;
|
|
8361
8358
|
|
|
8362
|
-
export declare const TableBody:
|
|
8359
|
+
export declare const TableBody: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, __VLS_TemplateResult_132["slots"]>;
|
|
8363
8360
|
|
|
8364
|
-
export declare const TableCell:
|
|
8361
|
+
export declare const TableCell: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, __VLS_TemplateResult_134["slots"]>;
|
|
8365
8362
|
|
|
8366
8363
|
/**
|
|
8367
8364
|
* TableContext — provided by the <Table> root, consumed by every descendant.
|
|
@@ -8393,11 +8390,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8393
8390
|
|
|
8394
8391
|
export declare const tableContextKey: InjectionKey<TableContext>;
|
|
8395
8392
|
|
|
8396
|
-
export declare const TableFooter:
|
|
8393
|
+
export declare const TableFooter: __VLS_WithTemplateSlots_136<typeof __VLS_component_136, __VLS_TemplateResult_136["slots"]>;
|
|
8397
8394
|
|
|
8398
8395
|
export declare const TableHeader: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
8399
8396
|
|
|
8400
|
-
export declare const TableHeaderCell:
|
|
8397
|
+
export declare const TableHeaderCell: __VLS_WithTemplateSlots_135<typeof __VLS_component_135, __VLS_TemplateResult_135["slots"]>;
|
|
8401
8398
|
|
|
8402
8399
|
export declare interface TableKeyboardNav {
|
|
8403
8400
|
/** Currently active cell (roving tabindex target). null = nothing focused yet. */
|
|
@@ -8422,7 +8419,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8422
8419
|
getCellElement: (rowIndex: number, columnIndex: number) => HTMLElement | null;
|
|
8423
8420
|
}
|
|
8424
8421
|
|
|
8425
|
-
export declare const TableRow:
|
|
8422
|
+
export declare const TableRow: __VLS_WithTemplateSlots_133<typeof __VLS_component_133, __VLS_TemplateResult_133["slots"]>;
|
|
8426
8423
|
|
|
8427
8424
|
export declare const TabList: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
8428
8425
|
|
|
@@ -8430,32 +8427,6 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8430
8427
|
|
|
8431
8428
|
export declare const Tabs: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
8432
8429
|
|
|
8433
|
-
export declare const Tag: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, __VLS_TemplateResult_123["slots"]>;
|
|
8434
|
-
|
|
8435
|
-
export declare const TagDelete: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, __VLS_TemplateResult_125["slots"]>;
|
|
8436
|
-
|
|
8437
|
-
export declare const TagGroup: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, __VLS_TemplateResult_122["slots"]>;
|
|
8438
|
-
|
|
8439
|
-
export declare interface TagGroupContext {
|
|
8440
|
-
variant: Ref<TagVariants['variant']>;
|
|
8441
|
-
size: Ref<TagVariants['size']>;
|
|
8442
|
-
isDisabled: Ref<boolean>;
|
|
8443
|
-
readOnly: Ref<boolean>;
|
|
8444
|
-
}
|
|
8445
|
-
|
|
8446
|
-
export declare const tagGroupContextKey: InjectionKey<TagGroupContext>;
|
|
8447
|
-
|
|
8448
|
-
export declare const TagGroupInput: DefineComponent<__VLS_Props_130, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_130> & Readonly<{}>, {
|
|
8449
|
-
class: string;
|
|
8450
|
-
placeholder: string;
|
|
8451
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8452
|
-
|
|
8453
|
-
export { TagGroupVariants }
|
|
8454
|
-
|
|
8455
|
-
export declare const TagText: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, __VLS_TemplateResult_124["slots"]>;
|
|
8456
|
-
|
|
8457
|
-
export { TagVariants }
|
|
8458
|
-
|
|
8459
8430
|
declare const Text_2: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
8460
8431
|
export { Text_2 as Text }
|
|
8461
8432
|
|
|
@@ -8465,7 +8436,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8465
8436
|
|
|
8466
8437
|
export { TextVariants }
|
|
8467
8438
|
|
|
8468
|
-
export declare const TimeField:
|
|
8439
|
+
export declare const TimeField: __VLS_WithTemplateSlots_157<typeof __VLS_component_157, __VLS_TemplateResult_157["slots"]>;
|
|
8469
8440
|
|
|
8470
8441
|
export declare const Toast: __VLS_WithTemplateSlots_90<typeof __VLS_component_90, __VLS_TemplateResult_90["slots"]>;
|
|
8471
8442
|
|
|
@@ -8673,10 +8644,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8673
8644
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
8674
8645
|
};
|
|
8675
8646
|
|
|
8676
|
-
export declare const TreeItemToggle:
|
|
8647
|
+
export declare const TreeItemToggle: __VLS_WithTemplateSlots_149<typeof __VLS_component_149, __VLS_TemplateResult_149["slots"]>;
|
|
8677
8648
|
|
|
8678
8649
|
export { TreeVariants }
|
|
8679
8650
|
|
|
8651
|
+
declare function trigger(name?: string): Promise<boolean>;
|
|
8652
|
+
|
|
8680
8653
|
export declare const useAutocompleteInject: (fallback?: AutocompleteContext | undefined) => AutocompleteContext;
|
|
8681
8654
|
|
|
8682
8655
|
export declare const useAutocompleteProvide: (value: AutocompleteContext) => AutocompleteContext;
|
|
@@ -8923,10 +8896,6 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8923
8896
|
|
|
8924
8897
|
export declare const useTableProvide: (value: TableContext) => TableContext;
|
|
8925
8898
|
|
|
8926
|
-
export declare const useTagGroupInject: (fallback?: TagGroupContext | undefined) => TagGroupContext;
|
|
8927
|
-
|
|
8928
|
-
export declare const useTagGroupProvide: (value: TagGroupContext) => TagGroupContext;
|
|
8929
|
-
|
|
8930
8899
|
/**
|
|
8931
8900
|
* Returns the imperative toast control API.
|
|
8932
8901
|
*
|
|
@@ -8967,6 +8936,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8967
8936
|
remove: (id: string) => void;
|
|
8968
8937
|
};
|
|
8969
8938
|
|
|
8939
|
+
export declare interface ValidationContext {
|
|
8940
|
+
/** All current form field values — available for cross-field rules and custom validators. */
|
|
8941
|
+
values: Record<string, unknown>;
|
|
8942
|
+
}
|
|
8943
|
+
|
|
8970
8944
|
export declare type ValidationMode = 'on-submit' | 'on-blur' | 'on-change';
|
|
8971
8945
|
|
|
8972
8946
|
export { }
|