@namba_one/ui-kit-2 1.3.18 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,30 +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
- }, string, PublicProps, Readonly<__VLS_PublicProps_27> & Readonly<{
457
+ "update:search": (value: string | undefined) => any;
458
+ }, string, PublicProps, Readonly<__VLS_PublicProps_28> & Readonly<{
450
459
  "onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
451
460
  onNextPage?: (() => any) | undefined;
461
+ "onUpdate:search"?: ((value: string | undefined) => any) | undefined;
452
462
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
453
463
 
454
- declare const __VLS_component_43: DefineComponent<__VLS_Props_37, {
464
+ declare const __VLS_component_44: DefineComponent<__VLS_Props_38, {
455
465
  open: () => void | undefined;
456
466
  close: () => void;
457
467
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
458
468
  close: () => any;
459
- }, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
469
+ }, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
460
470
  onClose?: (() => any) | undefined;
461
471
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
462
472
  visibleArea: ({
@@ -521,12 +531,12 @@ default?(_: {}): any;
521
531
  }) | null;
522
532
  }, any>;
523
533
 
524
- 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>;
525
535
 
526
- declare const __VLS_component_45: DefineComponent<__VLS_Props_39, {
536
+ declare const __VLS_component_46: DefineComponent<__VLS_Props_40, {
527
537
  open: () => void;
528
538
  close: () => void;
529
- }, {}, {}, {}, 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, {
530
540
  modal: ({
531
541
  $: ComponentInternalInstance;
532
542
  $data: {};
@@ -652,15 +662,15 @@ default?(_: {}): any;
652
662
  }) | null;
653
663
  }, any>;
654
664
 
655
- declare const __VLS_component_46: DefineComponent<FormPageLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
665
+ declare const __VLS_component_47: DefineComponent<FormPageLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
656
666
  close: () => any;
657
667
  }, string, PublicProps, Readonly<FormPageLayoutProps> & Readonly<{
658
668
  onClose?: (() => any) | undefined;
659
669
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
660
670
 
661
- 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>;
662
672
 
663
- declare const __VLS_component_48: DefineComponent<SidebarFormLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
673
+ declare const __VLS_component_49: DefineComponent<SidebarFormLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
664
674
  close: () => any;
665
675
  setStep: (value: number) => any;
666
676
  }, string, PublicProps, Readonly<SidebarFormLayoutProps> & Readonly<{
@@ -668,17 +678,17 @@ onClose?: (() => any) | undefined;
668
678
  onSetStep?: ((value: number) => any) | undefined;
669
679
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
670
680
 
671
- declare const __VLS_component_49: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
672
-
673
681
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
674
682
  click: (e: Event) => any;
675
683
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
676
684
  onClick?: ((e: Event) => any) | undefined;
677
685
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
678
686
 
679
- 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>;
680
690
 
681
- declare const __VLS_component_51: DefineComponent<PageOverlayProps, {
691
+ declare const __VLS_component_52: DefineComponent<PageOverlayProps, {
682
692
  open: () => void;
683
693
  close: () => void;
684
694
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -744,15 +754,15 @@ default?(_: {}): any;
744
754
  }) | null;
745
755
  }, any>;
746
756
 
747
- 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>;
748
758
 
749
- declare const __VLS_component_53: DefineComponent<LayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
750
-
751
- 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>;
752
760
 
753
761
  declare const __VLS_component_55: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
754
762
 
755
- 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< {}, {
756
766
  open: () => void | undefined;
757
767
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
758
768
  refModal: CreateComponentPublicInstanceWithMixins<Readonly<ModalLeavePageConfirmationProps> & Readonly<{
@@ -957,39 +967,36 @@ declare type __VLS_Props_26 = SelectFieldProps;
957
967
 
958
968
  declare type __VLS_Props_27 = MultiInputFieldProps;
959
969
 
960
- declare type __VLS_Props_28 = TabsProps;
970
+ declare type __VLS_Props_28 = SingleSelectFieldProps;
961
971
 
962
- declare type __VLS_Props_29 = {
963
- label?: string;
964
- size: '36_subhead' | '28_caption';
965
- };
972
+ declare type __VLS_Props_29 = TabsProps;
966
973
 
967
974
  declare type __VLS_Props_3 = CardContentListProps;
968
975
 
969
976
  declare type __VLS_Props_30 = {
977
+ label?: string;
978
+ size: '36_subhead' | '28_caption';
979
+ };
980
+
981
+ declare type __VLS_Props_31 = {
970
982
  label: string;
971
983
  size: 'body' | 'subhead';
972
984
  };
973
985
 
974
- declare type __VLS_Props_31 = FilterGroup_SortProps;
986
+ declare type __VLS_Props_32 = FilterGroup_SortProps;
975
987
 
976
- declare type __VLS_Props_32 = FilterGroup_AmountProps;
988
+ declare type __VLS_Props_33 = FilterGroup_AmountProps;
977
989
 
978
- declare type __VLS_Props_33 = FilterGroup_CheckboxListProps;
990
+ declare type __VLS_Props_34 = FilterGroup_CheckboxListProps;
979
991
 
980
- declare type __VLS_Props_34 = FilterGroup_DateProps;
992
+ declare type __VLS_Props_35 = FilterGroup_DateProps;
981
993
 
982
- declare type __VLS_Props_35 = FilterGroup_SingleSelectProps;
994
+ declare type __VLS_Props_36 = FilterGroup_SingleSelectProps;
983
995
 
984
- declare type __VLS_Props_36 = FilterGroup_ColumnSettingsProps;
985
-
986
- declare type __VLS_Props_37 = {
987
- hasCloseButton?: boolean;
988
- };
996
+ declare type __VLS_Props_37 = FilterGroup_ColumnSettingsProps;
989
997
 
990
998
  declare type __VLS_Props_38 = {
991
- title: string;
992
- description?: string;
999
+ hasCloseButton?: boolean;
993
1000
  };
994
1001
 
995
1002
  declare type __VLS_Props_39 = {
@@ -1002,6 +1009,11 @@ declare type __VLS_Props_4 = DropzoneProps;
1002
1009
  declare type __VLS_Props_40 = {
1003
1010
  title: string;
1004
1011
  description?: string;
1012
+ };
1013
+
1014
+ declare type __VLS_Props_41 = {
1015
+ title: string;
1016
+ description?: string;
1005
1017
  confirmText: string;
1006
1018
  cancelText: string;
1007
1019
  hasCloseButton?: boolean;
@@ -1011,7 +1023,7 @@ declare type __VLS_Props_40 = {
1011
1023
  confirm: () => Promise<void> | void;
1012
1024
  };
1013
1025
 
1014
- declare type __VLS_Props_41 = {
1026
+ declare type __VLS_Props_42 = {
1015
1027
  title: string;
1016
1028
  align?: 'center' | 'top';
1017
1029
  description?: string;
@@ -1089,11 +1101,12 @@ declare type __VLS_PublicProps_21 = {
1089
1101
  } & __VLS_Props_27;
1090
1102
 
1091
1103
  declare type __VLS_PublicProps_22 = {
1092
- 'value': TabsProps['value'];
1104
+ 'isError'?: boolean;
1105
+ 'value'?: string | null;
1093
1106
  } & __VLS_Props_28;
1094
1107
 
1095
1108
  declare type __VLS_PublicProps_23 = {
1096
- 'active': string;
1109
+ 'value': TabsProps['value'];
1097
1110
  } & __VLS_Props_29;
1098
1111
 
1099
1112
  declare type __VLS_PublicProps_24 = {
@@ -1101,23 +1114,24 @@ declare type __VLS_PublicProps_24 = {
1101
1114
  } & __VLS_Props_30;
1102
1115
 
1103
1116
  declare type __VLS_PublicProps_25 = {
1104
- 'value': FilterGroup_SortValue;
1117
+ 'active': string;
1105
1118
  } & __VLS_Props_31;
1106
1119
 
1107
1120
  declare type __VLS_PublicProps_26 = {
1108
- 'value': FilterGroup_AmountValue;
1121
+ 'value': FilterGroup_SortValue;
1109
1122
  } & __VLS_Props_32;
1110
1123
 
1111
1124
  declare type __VLS_PublicProps_27 = {
1112
- 'value': (string | number)[];
1125
+ 'value': FilterGroup_AmountValue;
1113
1126
  } & __VLS_Props_33;
1114
1127
 
1115
1128
  declare type __VLS_PublicProps_28 = {
1116
- 'value': FilterGroup_DateValue;
1129
+ 'value': (string | number)[];
1130
+ 'search'?: string | undefined;
1117
1131
  } & __VLS_Props_34;
1118
1132
 
1119
1133
  declare type __VLS_PublicProps_29 = {
1120
- 'value': FilterGroup_SingleSelectValue;
1134
+ 'value': FilterGroup_DateValue;
1121
1135
  } & __VLS_Props_35;
1122
1136
 
1123
1137
  declare type __VLS_PublicProps_3 = {
@@ -1126,9 +1140,13 @@ declare type __VLS_PublicProps_3 = {
1126
1140
  } & __VLS_Props_4;
1127
1141
 
1128
1142
  declare type __VLS_PublicProps_30 = {
1129
- 'value': FilterGroup_ColumnSettingsValue;
1143
+ 'value': FilterGroup_SingleSelectValue;
1130
1144
  } & __VLS_Props_36;
1131
1145
 
1146
+ declare type __VLS_PublicProps_31 = {
1147
+ 'value': FilterGroup_ColumnSettingsValue;
1148
+ } & __VLS_Props_37;
1149
+
1132
1150
  declare type __VLS_PublicProps_4 = {
1133
1151
  'value'?: InputProps['value'];
1134
1152
  } & __VLS_Props_5;
@@ -1694,6 +1712,15 @@ declare function __VLS_template_34(): {
1694
1712
  };
1695
1713
 
1696
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(): {
1697
1724
  attrs: Partial<{}>;
1698
1725
  slots: {
1699
1726
  default?(_: {}): any;
@@ -1704,7 +1731,7 @@ declare function __VLS_template_35(): {
1704
1731
  rootEl: HTMLDivElement;
1705
1732
  };
1706
1733
 
1707
- declare function __VLS_template_36(): {
1734
+ declare function __VLS_template_37(): {
1708
1735
  attrs: Partial<{}>;
1709
1736
  slots: {
1710
1737
  default?(_: {}): any;
@@ -1715,7 +1742,7 @@ declare function __VLS_template_36(): {
1715
1742
  rootEl: HTMLDivElement;
1716
1743
  };
1717
1744
 
1718
- declare function __VLS_template_37(): {
1745
+ declare function __VLS_template_38(): {
1719
1746
  attrs: Partial<{}>;
1720
1747
  slots: {
1721
1748
  default?(_: {}): any;
@@ -1724,7 +1751,7 @@ declare function __VLS_template_37(): {
1724
1751
  rootEl: HTMLButtonElement;
1725
1752
  };
1726
1753
 
1727
- declare function __VLS_template_38(): {
1754
+ declare function __VLS_template_39(): {
1728
1755
  attrs: Partial<{}>;
1729
1756
  slots: {
1730
1757
  default?(_: {}): any;
@@ -1736,13 +1763,6 @@ declare function __VLS_template_38(): {
1736
1763
  rootEl: HTMLDivElement;
1737
1764
  };
1738
1765
 
1739
- declare function __VLS_template_39(): {
1740
- attrs: Partial<{}>;
1741
- slots: Readonly<Record<string, any>> & Record<string, any>;
1742
- refs: {};
1743
- rootEl: HTMLDivElement;
1744
- };
1745
-
1746
1766
  declare function __VLS_template_4(): {
1747
1767
  attrs: Partial<{}>;
1748
1768
  slots: {
@@ -1753,6 +1773,13 @@ declare function __VLS_template_4(): {
1753
1773
  };
1754
1774
 
1755
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(): {
1756
1783
  attrs: Partial<{}>;
1757
1784
  slots: {
1758
1785
  default?(_: {}): any;
@@ -1763,7 +1790,7 @@ declare function __VLS_template_40(): {
1763
1790
  rootEl: HTMLDivElement;
1764
1791
  };
1765
1792
 
1766
- declare function __VLS_template_41(): {
1793
+ declare function __VLS_template_42(): {
1767
1794
  attrs: Partial<{}>;
1768
1795
  slots: {
1769
1796
  default?(_: {}): any;
@@ -1772,7 +1799,7 @@ declare function __VLS_template_41(): {
1772
1799
  rootEl: HTMLDivElement;
1773
1800
  };
1774
1801
 
1775
- declare function __VLS_template_42(): {
1802
+ declare function __VLS_template_43(): {
1776
1803
  attrs: Partial<{}>;
1777
1804
  slots: {
1778
1805
  searchEmpty?(_: {
@@ -1783,7 +1810,7 @@ declare function __VLS_template_42(): {
1783
1810
  rootEl: HTMLDivElement;
1784
1811
  };
1785
1812
 
1786
- declare function __VLS_template_43(): {
1813
+ declare function __VLS_template_44(): {
1787
1814
  attrs: Partial<{}>;
1788
1815
  slots: {
1789
1816
  default?(_: {}): any;
@@ -1853,7 +1880,7 @@ declare function __VLS_template_43(): {
1853
1880
  rootEl: any;
1854
1881
  };
1855
1882
 
1856
- declare function __VLS_template_44(): {
1883
+ declare function __VLS_template_45(): {
1857
1884
  attrs: Partial<{}>;
1858
1885
  slots: {
1859
1886
  default?(_: {}): any;
@@ -1862,7 +1889,7 @@ declare function __VLS_template_44(): {
1862
1889
  rootEl: HTMLDivElement;
1863
1890
  };
1864
1891
 
1865
- declare function __VLS_template_45(): {
1892
+ declare function __VLS_template_46(): {
1866
1893
  attrs: Partial<{}>;
1867
1894
  slots: {
1868
1895
  default?(_: {}): any;
@@ -1996,7 +2023,7 @@ declare function __VLS_template_45(): {
1996
2023
  rootEl: any;
1997
2024
  };
1998
2025
 
1999
- declare function __VLS_template_46(): {
2026
+ declare function __VLS_template_47(): {
2000
2027
  attrs: Partial<{}>;
2001
2028
  slots: {
2002
2029
  loading?(_: {}): any;
@@ -2007,7 +2034,7 @@ declare function __VLS_template_46(): {
2007
2034
  rootEl: HTMLDivElement;
2008
2035
  };
2009
2036
 
2010
- declare function __VLS_template_47(): {
2037
+ declare function __VLS_template_48(): {
2011
2038
  attrs: Partial<{}>;
2012
2039
  slots: {
2013
2040
  top?(_: {}): any;
@@ -2018,7 +2045,7 @@ declare function __VLS_template_47(): {
2018
2045
  rootEl: HTMLDivElement;
2019
2046
  };
2020
2047
 
2021
- declare function __VLS_template_48(): {
2048
+ declare function __VLS_template_49(): {
2022
2049
  attrs: Partial<{}>;
2023
2050
  slots: {
2024
2051
  default?(_: {}): any;
@@ -2027,7 +2054,7 @@ declare function __VLS_template_48(): {
2027
2054
  rootEl: HTMLDivElement;
2028
2055
  };
2029
2056
 
2030
- declare function __VLS_template_49(): {
2057
+ declare function __VLS_template_5(): {
2031
2058
  attrs: Partial<{}>;
2032
2059
  slots: {
2033
2060
  default?(_: {}): any;
@@ -2036,7 +2063,7 @@ declare function __VLS_template_49(): {
2036
2063
  rootEl: any;
2037
2064
  };
2038
2065
 
2039
- declare function __VLS_template_5(): {
2066
+ declare function __VLS_template_50(): {
2040
2067
  attrs: Partial<{}>;
2041
2068
  slots: {
2042
2069
  default?(_: {}): any;
@@ -2045,7 +2072,7 @@ declare function __VLS_template_5(): {
2045
2072
  rootEl: any;
2046
2073
  };
2047
2074
 
2048
- declare function __VLS_template_50(): {
2075
+ declare function __VLS_template_51(): {
2049
2076
  attrs: Partial<{}>;
2050
2077
  slots: {
2051
2078
  default?(_: {}): any;
@@ -2054,7 +2081,7 @@ declare function __VLS_template_50(): {
2054
2081
  rootEl: any;
2055
2082
  };
2056
2083
 
2057
- declare function __VLS_template_51(): {
2084
+ declare function __VLS_template_52(): {
2058
2085
  attrs: Partial<{}>;
2059
2086
  slots: {
2060
2087
  default?(_: {}): any;
@@ -2124,7 +2151,7 @@ declare function __VLS_template_51(): {
2124
2151
  rootEl: any;
2125
2152
  };
2126
2153
 
2127
- declare function __VLS_template_52(): {
2154
+ declare function __VLS_template_53(): {
2128
2155
  attrs: Partial<{}>;
2129
2156
  slots: {
2130
2157
  default?(_: {}): any;
@@ -2134,7 +2161,7 @@ declare function __VLS_template_52(): {
2134
2161
  rootEl: HTMLElement;
2135
2162
  };
2136
2163
 
2137
- declare function __VLS_template_53(): {
2164
+ declare function __VLS_template_54(): {
2138
2165
  attrs: Partial<{}>;
2139
2166
  slots: {
2140
2167
  default?(_: {}): any;
@@ -2143,7 +2170,7 @@ declare function __VLS_template_53(): {
2143
2170
  rootEl: HTMLDivElement;
2144
2171
  };
2145
2172
 
2146
- declare function __VLS_template_54(): {
2173
+ declare function __VLS_template_55(): {
2147
2174
  attrs: Partial<{}>;
2148
2175
  slots: {
2149
2176
  default?(_: {}): any;
@@ -2152,7 +2179,7 @@ declare function __VLS_template_54(): {
2152
2179
  rootEl: any;
2153
2180
  };
2154
2181
 
2155
- declare function __VLS_template_55(): {
2182
+ declare function __VLS_template_56(): {
2156
2183
  attrs: Partial<{}>;
2157
2184
  slots: {
2158
2185
  default?(_: {}): any;
@@ -2161,7 +2188,7 @@ declare function __VLS_template_55(): {
2161
2188
  rootEl: any;
2162
2189
  };
2163
2190
 
2164
- declare function __VLS_template_56(): {
2191
+ declare function __VLS_template_57(): {
2165
2192
  attrs: Partial<{}>;
2166
2193
  slots: {
2167
2194
  default?(_: {}): any;
@@ -2399,6 +2426,8 @@ declare type __VLS_TemplateResult_55 = ReturnType<typeof __VLS_template_55>;
2399
2426
 
2400
2427
  declare type __VLS_TemplateResult_56 = ReturnType<typeof __VLS_template_56>;
2401
2428
 
2429
+ declare type __VLS_TemplateResult_57 = ReturnType<typeof __VLS_template_57>;
2430
+
2402
2431
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
2403
2432
 
2404
2433
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
@@ -2719,6 +2748,12 @@ declare type __VLS_WithTemplateSlots_56<T, S> = T & {
2719
2748
  };
2720
2749
  };
2721
2750
 
2751
+ declare type __VLS_WithTemplateSlots_57<T, S> = T & {
2752
+ new (): {
2753
+ $slots: S;
2754
+ };
2755
+ };
2756
+
2722
2757
  declare type __VLS_WithTemplateSlots_6<T, S> = T & {
2723
2758
  new (): {
2724
2759
  $slots: S;
@@ -2793,7 +2828,7 @@ export declare type BreadcrumbsProps = {
2793
2828
  tag: 'a' | 'router-link';
2794
2829
  };
2795
2830
 
2796
- 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"]>;
2797
2832
 
2798
2833
  export declare type BubbleTabsProps = {};
2799
2834
 
@@ -3004,7 +3039,7 @@ declare type ColorThemeInject = {
3004
3039
 
3005
3040
  export declare type ColorThemeMode = ColorTheme | 'system';
3006
3041
 
3007
- 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"]>;
3008
3043
 
3009
3044
  export declare const Container: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
3010
3045
 
@@ -3383,7 +3418,7 @@ declare const _default_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25,
3383
3418
  export { _default_2 as CheckboxGroupFilter }
3384
3419
  export { _default_2 as CheckboxGroupFilterView }
3385
3420
 
3386
- 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"]>;
3387
3422
 
3388
3423
  export declare const DismissiblePanel: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
3389
3424
 
@@ -3497,11 +3532,11 @@ declare type FieldBaseProps = {
3497
3532
 
3498
3533
  export declare type Filter = CheckboxGroupFilterType | DatepickerFilterType;
3499
3534
 
3500
- 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"]>;
3501
3536
 
3502
- export declare const FilterGroup_Amount: DefineComponent<__VLS_PublicProps_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3537
+ export declare const FilterGroup_Amount: DefineComponent<__VLS_PublicProps_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3503
3538
  "update:value": (value: FilterGroup_AmountValue) => any;
3504
- }, string, PublicProps, Readonly<__VLS_PublicProps_26> & Readonly<{
3539
+ }, string, PublicProps, Readonly<__VLS_PublicProps_27> & Readonly<{
3505
3540
  "onUpdate:value"?: ((value: FilterGroup_AmountValue) => any) | undefined;
3506
3541
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3507
3542
 
@@ -3516,7 +3551,7 @@ export declare type FilterGroup_AmountValue = {
3516
3551
  end: string;
3517
3552
  };
3518
3553
 
3519
- 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"]>;
3520
3555
 
3521
3556
  export declare type FilterGroup_CheckboxListProps = {
3522
3557
  title: string;
@@ -3534,9 +3569,9 @@ export declare type FilterGroup_CheckboxListProps = {
3534
3569
  isPaginating?: boolean;
3535
3570
  };
3536
3571
 
3537
- export declare const FilterGroup_ColumnSettings: DefineComponent<__VLS_PublicProps_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3572
+ export declare const FilterGroup_ColumnSettings: DefineComponent<__VLS_PublicProps_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3538
3573
  "update:value": (value: FilterGroup_ColumnSettingsValue) => any;
3539
- }, string, PublicProps, Readonly<__VLS_PublicProps_30> & Readonly<{
3574
+ }, string, PublicProps, Readonly<__VLS_PublicProps_31> & Readonly<{
3540
3575
  "onUpdate:value"?: ((value: FilterGroup_ColumnSettingsValue) => any) | undefined;
3541
3576
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3542
3577
  filterGroupColumnSettingsRef: ({
@@ -3677,9 +3712,9 @@ export declare type FilterGroup_ColumnSettingsValue = {
3677
3712
  isLocked: boolean;
3678
3713
  }[];
3679
3714
 
3680
- export declare const FilterGroup_Date: DefineComponent<__VLS_PublicProps_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3715
+ export declare const FilterGroup_Date: DefineComponent<__VLS_PublicProps_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3681
3716
  "update:value": (value: FilterGroup_DateValue) => any;
3682
- }, string, PublicProps, Readonly<__VLS_PublicProps_28> & Readonly<{
3717
+ }, string, PublicProps, Readonly<__VLS_PublicProps_29> & Readonly<{
3683
3718
  "onUpdate:value"?: ((value: FilterGroup_DateValue) => any) | undefined;
3684
3719
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3685
3720
 
@@ -3697,9 +3732,9 @@ export declare type FilterGroup_DateProps = {
3697
3732
 
3698
3733
  export declare type FilterGroup_DateValue = [Maybe<Date>, Maybe<Date>];
3699
3734
 
3700
- export declare const FilterGroup_SingleSelect: DefineComponent<__VLS_PublicProps_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3735
+ export declare const FilterGroup_SingleSelect: DefineComponent<__VLS_PublicProps_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3701
3736
  "update:value": (value: FilterGroup_SingleSelectValue) => any;
3702
- }, string, PublicProps, Readonly<__VLS_PublicProps_29> & Readonly<{
3737
+ }, string, PublicProps, Readonly<__VLS_PublicProps_30> & Readonly<{
3703
3738
  "onUpdate:value"?: ((value: FilterGroup_SingleSelectValue) => any) | undefined;
3704
3739
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3705
3740
 
@@ -3715,9 +3750,9 @@ export declare type FilterGroup_SingleSelectProps = {
3715
3750
 
3716
3751
  export declare type FilterGroup_SingleSelectValue = string | number | null | undefined;
3717
3752
 
3718
- export declare const FilterGroup_Sort: DefineComponent<__VLS_PublicProps_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3753
+ export declare const FilterGroup_Sort: DefineComponent<__VLS_PublicProps_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3719
3754
  "update:value": (value: FilterGroup_SortValue) => any;
3720
- }, string, PublicProps, Readonly<__VLS_PublicProps_25> & Readonly<{
3755
+ }, string, PublicProps, Readonly<__VLS_PublicProps_26> & Readonly<{
3721
3756
  "onUpdate:value"?: ((value: FilterGroup_SortValue) => any) | undefined;
3722
3757
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3723
3758
 
@@ -3764,11 +3799,11 @@ export declare type FilterValueBase<T = null> = {
3764
3799
  value: T;
3765
3800
  };
3766
3801
 
3767
- 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"]>;
3768
3803
 
3769
3804
  export declare type FlatTabsProps = {};
3770
3805
 
3771
- 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"]>;
3772
3807
 
3773
3808
  export declare type FormPageLayoutEmits = {
3774
3809
  (event: 'close'): void;
@@ -4109,16 +4144,16 @@ export declare type MenuBarProps = {
4109
4144
  list: MenuBarItemProps[][];
4110
4145
  };
4111
4146
 
4112
- 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"]>;
4113
4148
 
4114
- 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"]>;
4115
4150
 
4116
- 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>;
4117
4152
 
4118
- export declare const ModalAlert: DefineComponent<__VLS_Props_40, {
4153
+ export declare const ModalAlert: DefineComponent<__VLS_Props_41, {
4119
4154
  open: () => void;
4120
4155
  close: () => void;
4121
- }, {}, {}, {}, 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, {
4122
4157
  root: ({
4123
4158
  $: ComponentInternalInstance;
4124
4159
  $data: {};
@@ -4658,9 +4693,9 @@ declare function open_2(): void;
4658
4693
 
4659
4694
  declare function open_3(timeout?: number): void;
4660
4695
 
4661
- 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"]>;
4662
4697
 
4663
- 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"]>;
4664
4699
 
4665
4700
  export declare type PageHeaderTitleProps = {
4666
4701
  tag?: (typeof tags)[number];
@@ -4701,7 +4736,7 @@ export declare type PageInfoCellTableSkeletonProps = {
4701
4736
  labelColor?: PageInfoCellProps['labelColor'];
4702
4737
  };
4703
4738
 
4704
- 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"]>;
4705
4740
 
4706
4741
  export declare type PageLeaveHandlerProvider = {
4707
4742
  open: (params: {
@@ -4716,9 +4751,9 @@ export declare type PageLeaveHandlerProvider = {
4716
4751
 
4717
4752
  export declare type PageListHeaderProps = {};
4718
4753
 
4719
- 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"]>;
4720
4755
 
4721
- 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"]>;
4722
4757
 
4723
4758
  export declare type PageOverlayProps = {
4724
4759
  onClose?: () => void;
@@ -4759,7 +4794,7 @@ declare interface Props {
4759
4794
  hasHeightDelay?: boolean;
4760
4795
  }
4761
4796
 
4762
- 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"]>;
4763
4798
  export { Response_2 as Response }
4764
4799
 
4765
4800
  export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
@@ -4773,7 +4808,7 @@ declare type ResponseBaseProps = {
4773
4808
  textWidth?: number | string;
4774
4809
  };
4775
4810
 
4776
- 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"]>;
4777
4812
 
4778
4813
  export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
4779
4814
 
@@ -4953,7 +4988,7 @@ export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description'
4953
4988
  }[];
4954
4989
  };
4955
4990
 
4956
- 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"]>;
4957
4992
 
4958
4993
  export declare type SidebarFormLayoutEmits = {
4959
4994
  (event: 'close'): void;
@@ -4981,6 +5016,24 @@ export declare type SidebarStepListProps = {
4981
5016
  step: StepItem_2;
4982
5017
  };
4983
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
+
4984
5037
  declare const sizes: readonly ["title120", "title1", "title2", "title3", "headline", "body", "subhead", "caption"];
4985
5038
 
4986
5039
  declare const sizes_10: readonly ["16", "20", 16, 20];
@@ -5146,7 +5199,7 @@ export declare const TableSimple: <T>(__VLS_props: NonNullable<Awaited<typeof __
5146
5199
  __ctx?: Awaited<typeof __VLS_setup>;
5147
5200
  };
5148
5201
 
5149
- 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"]>;
5150
5203
 
5151
5204
  export declare type TableSimpleActionEmits = {
5152
5205
  (e: 'click'): void;
@@ -5156,7 +5209,7 @@ export declare type TableSimpleActionProps = {
5156
5209
  icon: IconName;
5157
5210
  };
5158
5211
 
5159
- 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"]>;
5160
5213
 
5161
5214
  export declare const TableSimpleActionsCell_Item: DefineComponent<TableSimpleActionsCell_ItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
5162
5215
  click: (value: Event) => any;
@@ -5183,7 +5236,7 @@ declare type TableSimpleActionsCellProps = {
5183
5236
  horizontalOffset?: DropdownElementProps['horizontalOffset'];
5184
5237
  };
5185
5238
 
5186
- 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"]>;
5187
5240
 
5188
5241
  declare type TableSimpleCopyCellProps = {
5189
5242
  isHovered: boolean;
@@ -5201,7 +5254,7 @@ export declare type TableSimpleEmits<T> = {
5201
5254
  (e: 'reset'): void;
5202
5255
  };
5203
5256
 
5204
- 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"]>;
5205
5258
 
5206
5259
  export declare type TableSimpleHeaderEmits = {
5207
5260
  (e: 'click'): void;
@@ -5242,9 +5295,9 @@ export declare type TabMenuProps = {
5242
5295
  count?: number | string;
5243
5296
  };
5244
5297
 
5245
- export declare const Tabs: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5298
+ export declare const Tabs: DefineComponent<__VLS_PublicProps_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5246
5299
  "update:value": (value: Maybe<string | number> | undefined) => any;
5247
- }, string, PublicProps, Readonly<__VLS_PublicProps_22> & Readonly<{
5300
+ }, string, PublicProps, Readonly<__VLS_PublicProps_23> & Readonly<{
5248
5301
  "onUpdate:value"?: ((value: Maybe<string | number> | undefined) => any) | undefined;
5249
5302
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
5250
5303
 
@@ -5471,7 +5524,7 @@ export declare type TooltipProps = {
5471
5524
  alignText?: TheTextProps['align'];
5472
5525
  };
5473
5526
 
5474
- 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"]>;
5475
5528
 
5476
5529
  export declare const TransitionFade: DefineComponent<ExtractPropTypes< {
5477
5530
  appear: {