@namba_one/ui-kit-2 1.3.19 → 1.4.1

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/index.d.ts CHANGED
@@ -403,29 +403,37 @@ declare const __VLS_component_34: DefineComponent<__VLS_PublicProps_18, {}, {},
403
403
  inputRef: any;
404
404
  }, HTMLLabelElement>;
405
405
 
406
- declare const __VLS_component_35: DefineComponent<__VLS_PublicProps_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
406
+ declare const __VLS_component_35: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
407
+ "update:value": (value: string | null) => any;
408
+ "update:isError": (value: boolean) => any;
409
+ }, string, PublicProps, Readonly<__VLS_PublicProps_22> & Readonly<{
410
+ "onUpdate:value"?: ((value: string | null) => any) | undefined;
411
+ "onUpdate:isError"?: ((value: boolean) => any) | undefined;
412
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
413
+
414
+ declare const __VLS_component_36: DefineComponent<__VLS_PublicProps_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
407
415
  "update:active": (value: string) => any;
408
- }, string, PublicProps, Readonly<__VLS_PublicProps_23> & Readonly<{
416
+ }, string, PublicProps, Readonly<__VLS_PublicProps_24> & Readonly<{
409
417
  "onUpdate:active"?: ((value: string) => any) | undefined;
410
418
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
411
419
  items: HTMLDivElement;
412
420
  }, HTMLDivElement>;
413
421
 
414
- declare const __VLS_component_36: DefineComponent<__VLS_PublicProps_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
422
+ declare const __VLS_component_37: DefineComponent<__VLS_PublicProps_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
415
423
  "update:active": (value: string) => any;
416
- }, string, PublicProps, Readonly<__VLS_PublicProps_24> & Readonly<{
424
+ }, string, PublicProps, Readonly<__VLS_PublicProps_25> & Readonly<{
417
425
  "onUpdate:active"?: ((value: string) => any) | undefined;
418
426
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
419
427
  items: HTMLDivElement;
420
428
  }, HTMLDivElement>;
421
429
 
422
- declare const __VLS_component_37: DefineComponent<TableSimpleActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
430
+ declare const __VLS_component_38: DefineComponent<TableSimpleActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
423
431
  click: () => any;
424
432
  }, string, PublicProps, Readonly<TableSimpleActionProps> & Readonly<{
425
433
  onClick?: (() => any) | undefined;
426
434
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
427
435
 
428
- declare const __VLS_component_38: DefineComponent<TableSimpleHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
436
+ declare const __VLS_component_39: DefineComponent<TableSimpleHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
429
437
  click: () => any;
430
438
  }, string, PublicProps, Readonly<TableSimpleHeaderProps> & Readonly<{
431
439
  onClick?: (() => any) | undefined;
@@ -433,32 +441,32 @@ onClick?: (() => any) | undefined;
433
441
  triggerElementRef: HTMLDivElement;
434
442
  }, HTMLDivElement>;
435
443
 
436
- declare const __VLS_component_39: DefineComponent<TableSimpleCopyCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableSimpleCopyCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
437
-
438
444
  declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
439
445
 
440
- declare const __VLS_component_40: DefineComponent<TableSimpleActionsCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableSimpleActionsCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
446
+ declare const __VLS_component_40: DefineComponent<TableSimpleCopyCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableSimpleCopyCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
447
+
448
+ declare const __VLS_component_41: DefineComponent<TableSimpleActionsCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableSimpleActionsCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
441
449
  triggerElementRef: HTMLDivElement;
442
450
  }, HTMLDivElement>;
443
451
 
444
- declare const __VLS_component_41: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
452
+ declare const __VLS_component_42: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
445
453
 
446
- declare const __VLS_component_42: DefineComponent<__VLS_PublicProps_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
454
+ declare const __VLS_component_43: DefineComponent<__VLS_PublicProps_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
447
455
  "update:value": (value: (string | number)[]) => any;
448
456
  nextPage: () => any;
449
457
  "update:search": (value: string | undefined) => any;
450
- }, string, PublicProps, Readonly<__VLS_PublicProps_27> & Readonly<{
458
+ }, string, PublicProps, Readonly<__VLS_PublicProps_28> & Readonly<{
451
459
  "onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
452
460
  onNextPage?: (() => any) | undefined;
453
461
  "onUpdate:search"?: ((value: string | undefined) => any) | undefined;
454
462
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
455
463
 
456
- declare const __VLS_component_43: DefineComponent<__VLS_Props_37, {
464
+ declare const __VLS_component_44: DefineComponent<__VLS_Props_38, {
457
465
  open: () => void | undefined;
458
466
  close: () => void;
459
467
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
460
468
  close: () => any;
461
- }, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
469
+ }, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
462
470
  onClose?: (() => any) | undefined;
463
471
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
464
472
  visibleArea: ({
@@ -523,12 +531,12 @@ default?(_: {}): any;
523
531
  }) | null;
524
532
  }, any>;
525
533
 
526
- declare const __VLS_component_44: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
534
+ declare const __VLS_component_45: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
527
535
 
528
- declare const __VLS_component_45: DefineComponent<__VLS_Props_39, {
536
+ declare const __VLS_component_46: DefineComponent<__VLS_Props_40, {
529
537
  open: () => void;
530
538
  close: () => void;
531
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
539
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
532
540
  modal: ({
533
541
  $: ComponentInternalInstance;
534
542
  $data: {};
@@ -654,15 +662,15 @@ default?(_: {}): any;
654
662
  }) | null;
655
663
  }, any>;
656
664
 
657
- declare const __VLS_component_46: DefineComponent<FormPageLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
665
+ declare const __VLS_component_47: DefineComponent<FormPageLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
658
666
  close: () => any;
659
667
  }, string, PublicProps, Readonly<FormPageLayoutProps> & Readonly<{
660
668
  onClose?: (() => any) | undefined;
661
669
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
662
670
 
663
- declare const __VLS_component_47: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
671
+ declare const __VLS_component_48: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
664
672
 
665
- declare const __VLS_component_48: DefineComponent<SidebarFormLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
673
+ declare const __VLS_component_49: DefineComponent<SidebarFormLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
666
674
  close: () => any;
667
675
  setStep: (value: number) => any;
668
676
  }, string, PublicProps, Readonly<SidebarFormLayoutProps> & Readonly<{
@@ -670,17 +678,17 @@ onClose?: (() => any) | undefined;
670
678
  onSetStep?: ((value: number) => any) | undefined;
671
679
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
672
680
 
673
- declare const __VLS_component_49: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
674
-
675
681
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
676
682
  click: (e: Event) => any;
677
683
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
678
684
  onClick?: ((e: Event) => any) | undefined;
679
685
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
680
686
 
681
- declare const __VLS_component_50: DefineComponent<PageHeaderTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageHeaderTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
687
+ declare const __VLS_component_50: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
688
+
689
+ declare const __VLS_component_51: DefineComponent<PageHeaderTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageHeaderTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
682
690
 
683
- declare const __VLS_component_51: DefineComponent<PageOverlayProps, {
691
+ declare const __VLS_component_52: DefineComponent<PageOverlayProps, {
684
692
  open: () => void;
685
693
  close: () => void;
686
694
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -746,15 +754,15 @@ default?(_: {}): any;
746
754
  }) | null;
747
755
  }, any>;
748
756
 
749
- declare const __VLS_component_52: DefineComponent<PageOverlayResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageOverlayResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
757
+ declare const __VLS_component_53: DefineComponent<PageOverlayResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageOverlayResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
750
758
 
751
- declare const __VLS_component_53: DefineComponent<LayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
752
-
753
- declare const __VLS_component_54: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
759
+ declare const __VLS_component_54: DefineComponent<LayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
754
760
 
755
761
  declare const __VLS_component_55: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
756
762
 
757
- declare const __VLS_component_56: DefineComponent< {}, {
763
+ declare const __VLS_component_56: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
764
+
765
+ declare const __VLS_component_57: DefineComponent< {}, {
758
766
  open: () => void | undefined;
759
767
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
760
768
  refModal: CreateComponentPublicInstanceWithMixins<Readonly<ModalLeavePageConfirmationProps> & Readonly<{
@@ -959,39 +967,36 @@ declare type __VLS_Props_26 = SelectFieldProps;
959
967
 
960
968
  declare type __VLS_Props_27 = MultiInputFieldProps;
961
969
 
962
- declare type __VLS_Props_28 = TabsProps;
970
+ declare type __VLS_Props_28 = SingleSelectFieldProps;
963
971
 
964
- declare type __VLS_Props_29 = {
965
- label?: string;
966
- size: '36_subhead' | '28_caption';
967
- };
972
+ declare type __VLS_Props_29 = TabsProps;
968
973
 
969
974
  declare type __VLS_Props_3 = CardContentListProps;
970
975
 
971
976
  declare type __VLS_Props_30 = {
977
+ label?: string;
978
+ size: '36_subhead' | '28_caption';
979
+ };
980
+
981
+ declare type __VLS_Props_31 = {
972
982
  label: string;
973
983
  size: 'body' | 'subhead';
974
984
  };
975
985
 
976
- declare type __VLS_Props_31 = FilterGroup_SortProps;
977
-
978
- declare type __VLS_Props_32 = FilterGroup_AmountProps;
986
+ declare type __VLS_Props_32 = FilterGroup_SortProps;
979
987
 
980
- declare type __VLS_Props_33 = FilterGroup_CheckboxListProps;
988
+ declare type __VLS_Props_33 = FilterGroup_AmountProps;
981
989
 
982
- declare type __VLS_Props_34 = FilterGroup_DateProps;
990
+ declare type __VLS_Props_34 = FilterGroup_CheckboxListProps;
983
991
 
984
- declare type __VLS_Props_35 = FilterGroup_SingleSelectProps;
992
+ declare type __VLS_Props_35 = FilterGroup_DateProps;
985
993
 
986
- declare type __VLS_Props_36 = FilterGroup_ColumnSettingsProps;
994
+ declare type __VLS_Props_36 = FilterGroup_SingleSelectProps;
987
995
 
988
- declare type __VLS_Props_37 = {
989
- hasCloseButton?: boolean;
990
- };
996
+ declare type __VLS_Props_37 = FilterGroup_ColumnSettingsProps;
991
997
 
992
998
  declare type __VLS_Props_38 = {
993
- title: string;
994
- description?: string;
999
+ hasCloseButton?: boolean;
995
1000
  };
996
1001
 
997
1002
  declare type __VLS_Props_39 = {
@@ -1004,6 +1009,11 @@ declare type __VLS_Props_4 = DropzoneProps;
1004
1009
  declare type __VLS_Props_40 = {
1005
1010
  title: string;
1006
1011
  description?: string;
1012
+ };
1013
+
1014
+ declare type __VLS_Props_41 = {
1015
+ title: string;
1016
+ description?: string;
1007
1017
  confirmText: string;
1008
1018
  cancelText: string;
1009
1019
  hasCloseButton?: boolean;
@@ -1013,7 +1023,7 @@ declare type __VLS_Props_40 = {
1013
1023
  confirm: () => Promise<void> | void;
1014
1024
  };
1015
1025
 
1016
- declare type __VLS_Props_41 = {
1026
+ declare type __VLS_Props_42 = {
1017
1027
  title: string;
1018
1028
  align?: 'center' | 'top';
1019
1029
  description?: string;
@@ -1091,11 +1101,12 @@ declare type __VLS_PublicProps_21 = {
1091
1101
  } & __VLS_Props_27;
1092
1102
 
1093
1103
  declare type __VLS_PublicProps_22 = {
1094
- 'value': TabsProps['value'];
1104
+ 'isError'?: boolean;
1105
+ 'value'?: string | null;
1095
1106
  } & __VLS_Props_28;
1096
1107
 
1097
1108
  declare type __VLS_PublicProps_23 = {
1098
- 'active': string;
1109
+ 'value': TabsProps['value'];
1099
1110
  } & __VLS_Props_29;
1100
1111
 
1101
1112
  declare type __VLS_PublicProps_24 = {
@@ -1103,24 +1114,24 @@ declare type __VLS_PublicProps_24 = {
1103
1114
  } & __VLS_Props_30;
1104
1115
 
1105
1116
  declare type __VLS_PublicProps_25 = {
1106
- 'value': FilterGroup_SortValue;
1117
+ 'active': string;
1107
1118
  } & __VLS_Props_31;
1108
1119
 
1109
1120
  declare type __VLS_PublicProps_26 = {
1110
- 'value': FilterGroup_AmountValue;
1121
+ 'value': FilterGroup_SortValue;
1111
1122
  } & __VLS_Props_32;
1112
1123
 
1113
1124
  declare type __VLS_PublicProps_27 = {
1114
- 'value': (string | number)[];
1115
- 'search'?: string | undefined;
1125
+ 'value': FilterGroup_AmountValue;
1116
1126
  } & __VLS_Props_33;
1117
1127
 
1118
1128
  declare type __VLS_PublicProps_28 = {
1119
- 'value': FilterGroup_DateValue;
1129
+ 'value': (string | number)[];
1130
+ 'search'?: string | undefined;
1120
1131
  } & __VLS_Props_34;
1121
1132
 
1122
1133
  declare type __VLS_PublicProps_29 = {
1123
- 'value': FilterGroup_SingleSelectValue;
1134
+ 'value': FilterGroup_DateValue;
1124
1135
  } & __VLS_Props_35;
1125
1136
 
1126
1137
  declare type __VLS_PublicProps_3 = {
@@ -1129,9 +1140,13 @@ declare type __VLS_PublicProps_3 = {
1129
1140
  } & __VLS_Props_4;
1130
1141
 
1131
1142
  declare type __VLS_PublicProps_30 = {
1132
- 'value': FilterGroup_ColumnSettingsValue;
1143
+ 'value': FilterGroup_SingleSelectValue;
1133
1144
  } & __VLS_Props_36;
1134
1145
 
1146
+ declare type __VLS_PublicProps_31 = {
1147
+ 'value': FilterGroup_ColumnSettingsValue;
1148
+ } & __VLS_Props_37;
1149
+
1135
1150
  declare type __VLS_PublicProps_4 = {
1136
1151
  'value'?: InputProps['value'];
1137
1152
  } & __VLS_Props_5;
@@ -1697,6 +1712,15 @@ declare function __VLS_template_34(): {
1697
1712
  };
1698
1713
 
1699
1714
  declare function __VLS_template_35(): {
1715
+ attrs: Partial<{}>;
1716
+ slots: {
1717
+ after?(_: {}): any;
1718
+ };
1719
+ refs: {};
1720
+ rootEl: HTMLLabelElement;
1721
+ };
1722
+
1723
+ declare function __VLS_template_36(): {
1700
1724
  attrs: Partial<{}>;
1701
1725
  slots: {
1702
1726
  default?(_: {}): any;
@@ -1707,7 +1731,7 @@ declare function __VLS_template_35(): {
1707
1731
  rootEl: HTMLDivElement;
1708
1732
  };
1709
1733
 
1710
- declare function __VLS_template_36(): {
1734
+ declare function __VLS_template_37(): {
1711
1735
  attrs: Partial<{}>;
1712
1736
  slots: {
1713
1737
  default?(_: {}): any;
@@ -1718,7 +1742,7 @@ declare function __VLS_template_36(): {
1718
1742
  rootEl: HTMLDivElement;
1719
1743
  };
1720
1744
 
1721
- declare function __VLS_template_37(): {
1745
+ declare function __VLS_template_38(): {
1722
1746
  attrs: Partial<{}>;
1723
1747
  slots: {
1724
1748
  default?(_: {}): any;
@@ -1727,7 +1751,7 @@ declare function __VLS_template_37(): {
1727
1751
  rootEl: HTMLButtonElement;
1728
1752
  };
1729
1753
 
1730
- declare function __VLS_template_38(): {
1754
+ declare function __VLS_template_39(): {
1731
1755
  attrs: Partial<{}>;
1732
1756
  slots: {
1733
1757
  default?(_: {}): any;
@@ -1739,13 +1763,6 @@ declare function __VLS_template_38(): {
1739
1763
  rootEl: HTMLDivElement;
1740
1764
  };
1741
1765
 
1742
- declare function __VLS_template_39(): {
1743
- attrs: Partial<{}>;
1744
- slots: Readonly<Record<string, any>> & Record<string, any>;
1745
- refs: {};
1746
- rootEl: HTMLDivElement;
1747
- };
1748
-
1749
1766
  declare function __VLS_template_4(): {
1750
1767
  attrs: Partial<{}>;
1751
1768
  slots: {
@@ -1756,6 +1773,13 @@ declare function __VLS_template_4(): {
1756
1773
  };
1757
1774
 
1758
1775
  declare function __VLS_template_40(): {
1776
+ attrs: Partial<{}>;
1777
+ slots: Readonly<Record<string, any>> & Record<string, any>;
1778
+ refs: {};
1779
+ rootEl: HTMLDivElement;
1780
+ };
1781
+
1782
+ declare function __VLS_template_41(): {
1759
1783
  attrs: Partial<{}>;
1760
1784
  slots: {
1761
1785
  default?(_: {}): any;
@@ -1766,7 +1790,7 @@ declare function __VLS_template_40(): {
1766
1790
  rootEl: HTMLDivElement;
1767
1791
  };
1768
1792
 
1769
- declare function __VLS_template_41(): {
1793
+ declare function __VLS_template_42(): {
1770
1794
  attrs: Partial<{}>;
1771
1795
  slots: {
1772
1796
  default?(_: {}): any;
@@ -1775,7 +1799,7 @@ declare function __VLS_template_41(): {
1775
1799
  rootEl: HTMLDivElement;
1776
1800
  };
1777
1801
 
1778
- declare function __VLS_template_42(): {
1802
+ declare function __VLS_template_43(): {
1779
1803
  attrs: Partial<{}>;
1780
1804
  slots: {
1781
1805
  searchEmpty?(_: {
@@ -1786,7 +1810,7 @@ declare function __VLS_template_42(): {
1786
1810
  rootEl: HTMLDivElement;
1787
1811
  };
1788
1812
 
1789
- declare function __VLS_template_43(): {
1813
+ declare function __VLS_template_44(): {
1790
1814
  attrs: Partial<{}>;
1791
1815
  slots: {
1792
1816
  default?(_: {}): any;
@@ -1856,7 +1880,7 @@ declare function __VLS_template_43(): {
1856
1880
  rootEl: any;
1857
1881
  };
1858
1882
 
1859
- declare function __VLS_template_44(): {
1883
+ declare function __VLS_template_45(): {
1860
1884
  attrs: Partial<{}>;
1861
1885
  slots: {
1862
1886
  default?(_: {}): any;
@@ -1865,7 +1889,7 @@ declare function __VLS_template_44(): {
1865
1889
  rootEl: HTMLDivElement;
1866
1890
  };
1867
1891
 
1868
- declare function __VLS_template_45(): {
1892
+ declare function __VLS_template_46(): {
1869
1893
  attrs: Partial<{}>;
1870
1894
  slots: {
1871
1895
  default?(_: {}): any;
@@ -1999,7 +2023,7 @@ declare function __VLS_template_45(): {
1999
2023
  rootEl: any;
2000
2024
  };
2001
2025
 
2002
- declare function __VLS_template_46(): {
2026
+ declare function __VLS_template_47(): {
2003
2027
  attrs: Partial<{}>;
2004
2028
  slots: {
2005
2029
  loading?(_: {}): any;
@@ -2010,7 +2034,7 @@ declare function __VLS_template_46(): {
2010
2034
  rootEl: HTMLDivElement;
2011
2035
  };
2012
2036
 
2013
- declare function __VLS_template_47(): {
2037
+ declare function __VLS_template_48(): {
2014
2038
  attrs: Partial<{}>;
2015
2039
  slots: {
2016
2040
  top?(_: {}): any;
@@ -2021,7 +2045,7 @@ declare function __VLS_template_47(): {
2021
2045
  rootEl: HTMLDivElement;
2022
2046
  };
2023
2047
 
2024
- declare function __VLS_template_48(): {
2048
+ declare function __VLS_template_49(): {
2025
2049
  attrs: Partial<{}>;
2026
2050
  slots: {
2027
2051
  default?(_: {}): any;
@@ -2030,7 +2054,7 @@ declare function __VLS_template_48(): {
2030
2054
  rootEl: HTMLDivElement;
2031
2055
  };
2032
2056
 
2033
- declare function __VLS_template_49(): {
2057
+ declare function __VLS_template_5(): {
2034
2058
  attrs: Partial<{}>;
2035
2059
  slots: {
2036
2060
  default?(_: {}): any;
@@ -2039,7 +2063,7 @@ declare function __VLS_template_49(): {
2039
2063
  rootEl: any;
2040
2064
  };
2041
2065
 
2042
- declare function __VLS_template_5(): {
2066
+ declare function __VLS_template_50(): {
2043
2067
  attrs: Partial<{}>;
2044
2068
  slots: {
2045
2069
  default?(_: {}): any;
@@ -2048,7 +2072,7 @@ declare function __VLS_template_5(): {
2048
2072
  rootEl: any;
2049
2073
  };
2050
2074
 
2051
- declare function __VLS_template_50(): {
2075
+ declare function __VLS_template_51(): {
2052
2076
  attrs: Partial<{}>;
2053
2077
  slots: {
2054
2078
  default?(_: {}): any;
@@ -2057,7 +2081,7 @@ declare function __VLS_template_50(): {
2057
2081
  rootEl: any;
2058
2082
  };
2059
2083
 
2060
- declare function __VLS_template_51(): {
2084
+ declare function __VLS_template_52(): {
2061
2085
  attrs: Partial<{}>;
2062
2086
  slots: {
2063
2087
  default?(_: {}): any;
@@ -2127,7 +2151,7 @@ declare function __VLS_template_51(): {
2127
2151
  rootEl: any;
2128
2152
  };
2129
2153
 
2130
- declare function __VLS_template_52(): {
2154
+ declare function __VLS_template_53(): {
2131
2155
  attrs: Partial<{}>;
2132
2156
  slots: {
2133
2157
  default?(_: {}): any;
@@ -2137,7 +2161,7 @@ declare function __VLS_template_52(): {
2137
2161
  rootEl: HTMLElement;
2138
2162
  };
2139
2163
 
2140
- declare function __VLS_template_53(): {
2164
+ declare function __VLS_template_54(): {
2141
2165
  attrs: Partial<{}>;
2142
2166
  slots: {
2143
2167
  default?(_: {}): any;
@@ -2146,7 +2170,7 @@ declare function __VLS_template_53(): {
2146
2170
  rootEl: HTMLDivElement;
2147
2171
  };
2148
2172
 
2149
- declare function __VLS_template_54(): {
2173
+ declare function __VLS_template_55(): {
2150
2174
  attrs: Partial<{}>;
2151
2175
  slots: {
2152
2176
  default?(_: {}): any;
@@ -2155,7 +2179,7 @@ declare function __VLS_template_54(): {
2155
2179
  rootEl: any;
2156
2180
  };
2157
2181
 
2158
- declare function __VLS_template_55(): {
2182
+ declare function __VLS_template_56(): {
2159
2183
  attrs: Partial<{}>;
2160
2184
  slots: {
2161
2185
  default?(_: {}): any;
@@ -2164,7 +2188,7 @@ declare function __VLS_template_55(): {
2164
2188
  rootEl: any;
2165
2189
  };
2166
2190
 
2167
- declare function __VLS_template_56(): {
2191
+ declare function __VLS_template_57(): {
2168
2192
  attrs: Partial<{}>;
2169
2193
  slots: {
2170
2194
  default?(_: {}): any;
@@ -2402,6 +2426,8 @@ declare type __VLS_TemplateResult_55 = ReturnType<typeof __VLS_template_55>;
2402
2426
 
2403
2427
  declare type __VLS_TemplateResult_56 = ReturnType<typeof __VLS_template_56>;
2404
2428
 
2429
+ declare type __VLS_TemplateResult_57 = ReturnType<typeof __VLS_template_57>;
2430
+
2405
2431
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
2406
2432
 
2407
2433
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
@@ -2722,6 +2748,12 @@ declare type __VLS_WithTemplateSlots_56<T, S> = T & {
2722
2748
  };
2723
2749
  };
2724
2750
 
2751
+ declare type __VLS_WithTemplateSlots_57<T, S> = T & {
2752
+ new (): {
2753
+ $slots: S;
2754
+ };
2755
+ };
2756
+
2725
2757
  declare type __VLS_WithTemplateSlots_6<T, S> = T & {
2726
2758
  new (): {
2727
2759
  $slots: S;
@@ -2796,7 +2828,7 @@ export declare type BreadcrumbsProps = {
2796
2828
  tag: 'a' | 'router-link';
2797
2829
  };
2798
2830
 
2799
- export declare const BubbleTabs: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
2831
+ export declare const BubbleTabs: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
2800
2832
 
2801
2833
  export declare type BubbleTabsProps = {};
2802
2834
 
@@ -3007,7 +3039,7 @@ declare type ColorThemeInject = {
3007
3039
 
3008
3040
  export declare type ColorThemeMode = ColorTheme | 'system';
3009
3041
 
3010
- export declare const ColorThemeProvider: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
3042
+ export declare const ColorThemeProvider: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
3011
3043
 
3012
3044
  export declare const Container: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
3013
3045
 
@@ -3386,7 +3418,7 @@ declare const _default_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25,
3386
3418
  export { _default_2 as CheckboxGroupFilter }
3387
3419
  export { _default_2 as CheckboxGroupFilterView }
3388
3420
 
3389
- export declare const DefaultModal: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
3421
+ export declare const DefaultModal: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
3390
3422
 
3391
3423
  export declare const DismissiblePanel: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
3392
3424
 
@@ -3500,11 +3532,11 @@ declare type FieldBaseProps = {
3500
3532
 
3501
3533
  export declare type Filter = CheckboxGroupFilterType | DatepickerFilterType;
3502
3534
 
3503
- export declare const FilterGroup: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
3535
+ export declare const FilterGroup: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3504
3536
 
3505
- export declare const FilterGroup_Amount: DefineComponent<__VLS_PublicProps_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3537
+ export declare const FilterGroup_Amount: DefineComponent<__VLS_PublicProps_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3506
3538
  "update:value": (value: FilterGroup_AmountValue) => any;
3507
- }, string, PublicProps, Readonly<__VLS_PublicProps_26> & Readonly<{
3539
+ }, string, PublicProps, Readonly<__VLS_PublicProps_27> & Readonly<{
3508
3540
  "onUpdate:value"?: ((value: FilterGroup_AmountValue) => any) | undefined;
3509
3541
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3510
3542
 
@@ -3519,7 +3551,7 @@ export declare type FilterGroup_AmountValue = {
3519
3551
  end: string;
3520
3552
  };
3521
3553
 
3522
- export declare const FilterGroup_CheckboxList: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3554
+ export declare const FilterGroup_CheckboxList: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
3523
3555
 
3524
3556
  export declare type FilterGroup_CheckboxListProps = {
3525
3557
  title: string;
@@ -3537,9 +3569,9 @@ export declare type FilterGroup_CheckboxListProps = {
3537
3569
  isPaginating?: boolean;
3538
3570
  };
3539
3571
 
3540
- export declare const FilterGroup_ColumnSettings: DefineComponent<__VLS_PublicProps_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3572
+ export declare const FilterGroup_ColumnSettings: DefineComponent<__VLS_PublicProps_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3541
3573
  "update:value": (value: FilterGroup_ColumnSettingsValue) => any;
3542
- }, string, PublicProps, Readonly<__VLS_PublicProps_30> & Readonly<{
3574
+ }, string, PublicProps, Readonly<__VLS_PublicProps_31> & Readonly<{
3543
3575
  "onUpdate:value"?: ((value: FilterGroup_ColumnSettingsValue) => any) | undefined;
3544
3576
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3545
3577
  filterGroupColumnSettingsRef: ({
@@ -3680,9 +3712,9 @@ export declare type FilterGroup_ColumnSettingsValue = {
3680
3712
  isLocked: boolean;
3681
3713
  }[];
3682
3714
 
3683
- export declare const FilterGroup_Date: DefineComponent<__VLS_PublicProps_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3715
+ export declare const FilterGroup_Date: DefineComponent<__VLS_PublicProps_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3684
3716
  "update:value": (value: FilterGroup_DateValue) => any;
3685
- }, string, PublicProps, Readonly<__VLS_PublicProps_28> & Readonly<{
3717
+ }, string, PublicProps, Readonly<__VLS_PublicProps_29> & Readonly<{
3686
3718
  "onUpdate:value"?: ((value: FilterGroup_DateValue) => any) | undefined;
3687
3719
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3688
3720
 
@@ -3700,9 +3732,9 @@ export declare type FilterGroup_DateProps = {
3700
3732
 
3701
3733
  export declare type FilterGroup_DateValue = [Maybe<Date>, Maybe<Date>];
3702
3734
 
3703
- export declare const FilterGroup_SingleSelect: DefineComponent<__VLS_PublicProps_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3735
+ export declare const FilterGroup_SingleSelect: DefineComponent<__VLS_PublicProps_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3704
3736
  "update:value": (value: FilterGroup_SingleSelectValue) => any;
3705
- }, string, PublicProps, Readonly<__VLS_PublicProps_29> & Readonly<{
3737
+ }, string, PublicProps, Readonly<__VLS_PublicProps_30> & Readonly<{
3706
3738
  "onUpdate:value"?: ((value: FilterGroup_SingleSelectValue) => any) | undefined;
3707
3739
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3708
3740
 
@@ -3718,9 +3750,9 @@ export declare type FilterGroup_SingleSelectProps = {
3718
3750
 
3719
3751
  export declare type FilterGroup_SingleSelectValue = string | number | null | undefined;
3720
3752
 
3721
- export declare const FilterGroup_Sort: DefineComponent<__VLS_PublicProps_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3753
+ export declare const FilterGroup_Sort: DefineComponent<__VLS_PublicProps_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3722
3754
  "update:value": (value: FilterGroup_SortValue) => any;
3723
- }, string, PublicProps, Readonly<__VLS_PublicProps_25> & Readonly<{
3755
+ }, string, PublicProps, Readonly<__VLS_PublicProps_26> & Readonly<{
3724
3756
  "onUpdate:value"?: ((value: FilterGroup_SortValue) => any) | undefined;
3725
3757
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3726
3758
 
@@ -3767,11 +3799,11 @@ export declare type FilterValueBase<T = null> = {
3767
3799
  value: T;
3768
3800
  };
3769
3801
 
3770
- export declare const FlatTabs: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
3802
+ export declare const FlatTabs: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
3771
3803
 
3772
3804
  export declare type FlatTabsProps = {};
3773
3805
 
3774
- export declare const FormPageLayout: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
3806
+ export declare const FormPageLayout: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
3775
3807
 
3776
3808
  export declare type FormPageLayoutEmits = {
3777
3809
  (event: 'close'): void;
@@ -4112,16 +4144,16 @@ export declare type MenuBarProps = {
4112
4144
  list: MenuBarItemProps[][];
4113
4145
  };
4114
4146
 
4115
- export declare const Modal: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
4147
+ export declare const Modal: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
4116
4148
 
4117
- export declare const Modal_Footer: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
4149
+ export declare const Modal_Footer: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
4118
4150
 
4119
- export declare const Modal_Header: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4151
+ export declare const Modal_Header: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4120
4152
 
4121
- export declare const ModalAlert: DefineComponent<__VLS_Props_40, {
4153
+ export declare const ModalAlert: DefineComponent<__VLS_Props_41, {
4122
4154
  open: () => void;
4123
4155
  close: () => void;
4124
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
4156
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
4125
4157
  root: ({
4126
4158
  $: ComponentInternalInstance;
4127
4159
  $data: {};
@@ -4661,9 +4693,9 @@ declare function open_2(): void;
4661
4693
 
4662
4694
  declare function open_3(timeout?: number): void;
4663
4695
 
4664
- export declare const PageHeader: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
4696
+ export declare const PageHeader: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
4665
4697
 
4666
- export declare const PageHeaderTitle: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
4698
+ export declare const PageHeaderTitle: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
4667
4699
 
4668
4700
  export declare type PageHeaderTitleProps = {
4669
4701
  tag?: (typeof tags)[number];
@@ -4704,7 +4736,7 @@ export declare type PageInfoCellTableSkeletonProps = {
4704
4736
  labelColor?: PageInfoCellProps['labelColor'];
4705
4737
  };
4706
4738
 
4707
- export declare const PageLeaveHandlerConfirmModal: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
4739
+ export declare const PageLeaveHandlerConfirmModal: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
4708
4740
 
4709
4741
  export declare type PageLeaveHandlerProvider = {
4710
4742
  open: (params: {
@@ -4719,9 +4751,9 @@ export declare type PageLeaveHandlerProvider = {
4719
4751
 
4720
4752
  export declare type PageListHeaderProps = {};
4721
4753
 
4722
- export declare const PageOverlay: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
4754
+ export declare const PageOverlay: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
4723
4755
 
4724
- export declare const PageOverlayLayout: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
4756
+ export declare const PageOverlayLayout: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
4725
4757
 
4726
4758
  export declare type PageOverlayProps = {
4727
4759
  onClose?: () => void;
@@ -4762,7 +4794,7 @@ declare interface Props {
4762
4794
  hasHeightDelay?: boolean;
4763
4795
  }
4764
4796
 
4765
- declare const Response_2: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
4797
+ declare const Response_2: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
4766
4798
  export { Response_2 as Response }
4767
4799
 
4768
4800
  export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
@@ -4776,7 +4808,7 @@ declare type ResponseBaseProps = {
4776
4808
  textWidth?: number | string;
4777
4809
  };
4778
4810
 
4779
- export declare const RouterWithChildrenPage: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
4811
+ export declare const RouterWithChildrenPage: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
4780
4812
 
4781
4813
  export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
4782
4814
 
@@ -4956,7 +4988,7 @@ export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description'
4956
4988
  }[];
4957
4989
  };
4958
4990
 
4959
- export declare const SidebarFormLayout: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
4991
+ export declare const SidebarFormLayout: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
4960
4992
 
4961
4993
  export declare type SidebarFormLayoutEmits = {
4962
4994
  (event: 'close'): void;
@@ -4984,6 +5016,24 @@ export declare type SidebarStepListProps = {
4984
5016
  step: StepItem_2;
4985
5017
  };
4986
5018
 
5019
+ export declare const SingleSelectField: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
5020
+
5021
+ export declare type SingleSelectFieldProps = {
5022
+ options: {
5023
+ id: string;
5024
+ text: string;
5025
+ }[];
5026
+ label?: string;
5027
+ description?: string;
5028
+ errorText?: string;
5029
+ isDisabled?: boolean;
5030
+ name?: string;
5031
+ placeholder?: string;
5032
+ iconLeft?: IconName;
5033
+ iconRight?: IconName;
5034
+ hasBorder?: boolean;
5035
+ };
5036
+
4987
5037
  declare const sizes: readonly ["title120", "title1", "title2", "title3", "headline", "body", "subhead", "caption"];
4988
5038
 
4989
5039
  declare const sizes_10: readonly ["16", "20", 16, 20];
@@ -5149,7 +5199,7 @@ export declare const TableSimple: <T>(__VLS_props: NonNullable<Awaited<typeof __
5149
5199
  __ctx?: Awaited<typeof __VLS_setup>;
5150
5200
  };
5151
5201
 
5152
- export declare const TableSimpleAction: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
5202
+ export declare const TableSimpleAction: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
5153
5203
 
5154
5204
  export declare type TableSimpleActionEmits = {
5155
5205
  (e: 'click'): void;
@@ -5159,7 +5209,7 @@ export declare type TableSimpleActionProps = {
5159
5209
  icon: IconName;
5160
5210
  };
5161
5211
 
5162
- export declare const TableSimpleActionsCell: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
5212
+ export declare const TableSimpleActionsCell: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
5163
5213
 
5164
5214
  export declare const TableSimpleActionsCell_Item: DefineComponent<TableSimpleActionsCell_ItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
5165
5215
  click: (value: Event) => any;
@@ -5186,7 +5236,7 @@ declare type TableSimpleActionsCellProps = {
5186
5236
  horizontalOffset?: DropdownElementProps['horizontalOffset'];
5187
5237
  };
5188
5238
 
5189
- export declare const TableSimpleCopyCell: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
5239
+ export declare const TableSimpleCopyCell: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
5190
5240
 
5191
5241
  declare type TableSimpleCopyCellProps = {
5192
5242
  isHovered: boolean;
@@ -5204,7 +5254,7 @@ export declare type TableSimpleEmits<T> = {
5204
5254
  (e: 'reset'): void;
5205
5255
  };
5206
5256
 
5207
- export declare const TableSimpleHeader: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
5257
+ export declare const TableSimpleHeader: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
5208
5258
 
5209
5259
  export declare type TableSimpleHeaderEmits = {
5210
5260
  (e: 'click'): void;
@@ -5245,9 +5295,9 @@ export declare type TabMenuProps = {
5245
5295
  count?: number | string;
5246
5296
  };
5247
5297
 
5248
- export declare const Tabs: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5298
+ export declare const Tabs: DefineComponent<__VLS_PublicProps_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5249
5299
  "update:value": (value: Maybe<string | number> | undefined) => any;
5250
- }, string, PublicProps, Readonly<__VLS_PublicProps_22> & Readonly<{
5300
+ }, string, PublicProps, Readonly<__VLS_PublicProps_23> & Readonly<{
5251
5301
  "onUpdate:value"?: ((value: Maybe<string | number> | undefined) => any) | undefined;
5252
5302
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
5253
5303
 
@@ -5474,7 +5524,7 @@ export declare type TooltipProps = {
5474
5524
  alignText?: TheTextProps['align'];
5475
5525
  };
5476
5526
 
5477
- export declare const TransitionExpand: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
5527
+ export declare const TransitionExpand: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
5478
5528
 
5479
5529
  export declare const TransitionFade: DefineComponent<ExtractPropTypes< {
5480
5530
  appear: {