@mozaic-ds/vue 2.18.0 → 2.19.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.
Files changed (132) hide show
  1. package/dist/mozaic-vue.css +1 -1
  2. package/dist/mozaic-vue.d.ts +961 -2085
  3. package/dist/mozaic-vue.js +1253 -1143
  4. package/dist/mozaic-vue.js.map +1 -1
  5. package/dist/mozaic-vue.umd.cjs +6 -6
  6. package/dist/mozaic-vue.umd.cjs.map +1 -1
  7. package/package.json +8 -6
  8. package/src/components/BrandPresets.mdx +20 -2
  9. package/src/components/accordionlist/MAccordionList.figma.ts +16 -16
  10. package/src/components/accordionlist/MAccordionList.stories.ts +1 -1
  11. package/src/components/accordionlistitem/MAccordionListItem.figma.ts +9 -5
  12. package/src/components/accordionlistitem/MAccordionListItem.vue +4 -1
  13. package/src/components/accordionlistitem/README.md +2 -0
  14. package/src/components/actionbottombar/MActionBottomBar.figma.ts +7 -7
  15. package/src/components/actionlistbox/MActionListbox.figma.ts +11 -11
  16. package/src/components/actionlistbox/MActionListbox.spec.ts +113 -0
  17. package/src/components/actionlistbox/MActionListbox.vue +63 -5
  18. package/src/components/avatar/MAvatar.figma.ts +5 -5
  19. package/src/components/breadcrumb/MBreadcrumb.figma.ts +7 -7
  20. package/src/components/breadcrumb/MBreadcrumb.vue +1 -1
  21. package/src/components/builtinmenu/MBuiltInMenu.figma.ts +8 -5
  22. package/src/components/builtinmenu/MBuiltInMenu.spec.ts +3 -1
  23. package/src/components/button/MButton.figma.ts +21 -6
  24. package/src/components/button/MButton.spec.ts +26 -0
  25. package/src/components/button/MButton.vue +2 -0
  26. package/src/components/callout/MCallout.figma.ts +7 -7
  27. package/src/components/callout/MCallout.stories.ts +0 -3
  28. package/src/components/callout/MCallout.vue +4 -3
  29. package/src/components/callout/README.md +2 -2
  30. package/src/components/carousel/MCarousel.figma.ts +10 -10
  31. package/src/components/carousel/MCarousel.spec.ts +26 -2
  32. package/src/components/carousel/MCarousel.vue +10 -4
  33. package/src/components/checkbox/MCheckbox.figma.ts +10 -10
  34. package/src/components/checkboxgroup/MCheckboxGroup.figma.ts +7 -7
  35. package/src/components/checklistmenu/MCheckListMenu.figma.ts +8 -8
  36. package/src/components/circularprogressbar/MCircularProgressbar.figma.ts +7 -3
  37. package/src/components/combobox/MCombobox.figma.ts +10 -10
  38. package/src/components/combobox/MCombobox.vue +7 -0
  39. package/src/components/container/MContainer.figma.ts +5 -5
  40. package/src/components/datatable/DataTable.stories.ts +33 -7
  41. package/src/components/datatable/DataTableCells.stories.ts +2 -2
  42. package/src/components/datatable/DataTableEmpty.stories.ts +2 -2
  43. package/src/components/datatable/DataTableExpandable.stories.ts +2 -2
  44. package/src/components/datatable/DataTableNested.stories.ts +1 -1
  45. package/src/components/datatable/DataTableSelectable.stories.ts +2 -3
  46. package/src/components/datatable/DataTableSortable.stories.ts +1 -1
  47. package/src/components/datepicker/MDatepicker.figma.ts +3 -3
  48. package/src/components/divider/MDivider.figma.ts +3 -3
  49. package/src/components/drawer/MDrawer.figma.ts +13 -13
  50. package/src/components/drawer/MDrawer.spec.ts +102 -3
  51. package/src/components/drawer/MDrawer.vue +73 -14
  52. package/src/components/field/MField.figma.ts +9 -5
  53. package/src/components/field/MField.vue +1 -0
  54. package/src/components/fileuploader/MFileUploader.figma.ts +3 -3
  55. package/src/components/fileuploader/MFileUploader.vue +2 -2
  56. package/src/components/fileuploaderitem/MFileUploaderItem.figma.ts +7 -3
  57. package/src/components/fileuploaderitem/MFileUploaderItem.vue +2 -7
  58. package/src/components/flag/MFlag.figma.ts +3 -3
  59. package/src/components/iconbutton/MIconButton.figma.ts +16 -16
  60. package/src/components/iconbutton/MIconButton.spec.ts +15 -0
  61. package/src/components/iconbutton/MIconButton.vue +1 -0
  62. package/src/components/kpiitem/MKpiItem.figma.ts +8 -3
  63. package/src/components/kpiitem/MKpiItem.spec.ts +12 -0
  64. package/src/components/kpiitem/MKpiItem.vue +7 -1
  65. package/src/components/linearprogressbarbuffer/MLinearProgressbarBuffer.figma.ts +6 -3
  66. package/src/components/linearprogressbarpercentage/MLinearProgressbarPercentage.figma.ts +5 -3
  67. package/src/components/link/MLink.figma.ts +5 -5
  68. package/src/components/loader/MLoader.figma.ts +3 -3
  69. package/src/components/loadingoverlay/MLoadingOverlay.figma.ts +3 -3
  70. package/src/components/modal/MModal.figma.ts +12 -12
  71. package/src/components/modal/MModal.spec.ts +115 -3
  72. package/src/components/modal/MModal.vue +91 -11
  73. package/src/components/modal/README.md +1 -1
  74. package/src/components/navigationindicator/MNavigationIndicator.figma.ts +7 -3
  75. package/src/components/numberbadge/MNumberBadge.figma.ts +7 -3
  76. package/src/components/optionListbox/MOptionListbox.figma.ts +10 -10
  77. package/src/components/overlay/MOverlay.figma.ts +5 -5
  78. package/src/components/overlay/MOverlay.spec.ts +1 -1
  79. package/src/components/overlay/MOverlay.vue +1 -1
  80. package/src/components/pageheader/MPageHeader.figma.ts +3 -3
  81. package/src/components/pagination/MPagination.figma.ts +10 -10
  82. package/src/components/passwordinput/MPasswordInput.figma.ts +9 -9
  83. package/src/components/phonenumber/MPhoneNumber.figma.ts +9 -9
  84. package/src/components/phonenumber/MPhoneNumber.spec.ts +6 -2
  85. package/src/components/phonenumber/MPhoneNumber.vue +21 -15
  86. package/src/components/pincode/MPincode.figma.ts +9 -9
  87. package/src/components/popover/MPopover.figma.ts +15 -15
  88. package/src/components/quantityselector/MQuantitySelector.figma.ts +12 -12
  89. package/src/components/radio/MRadio.figma.ts +9 -9
  90. package/src/components/radiogroup/MRadioGroup.figma.ts +7 -7
  91. package/src/components/segmentedcontrol/MSegmentedControl.figma.ts +8 -8
  92. package/src/components/select/MSelect.figma.ts +11 -11
  93. package/src/components/sidebar/MSidebar.figma.ts +8 -8
  94. package/src/components/sidebar/MSidebar.vue +1 -0
  95. package/src/components/sidebarexpandableitem/MSidebarExpandableItem.figma.ts +8 -5
  96. package/src/components/sidebarexpandableitem/MSidebarExpandableItem.spec.ts +12 -0
  97. package/src/components/sidebarexpandableitem/MSidebarExpandableItem.vue +1 -0
  98. package/src/components/sidebarfooter/MSidebarFooter.figma.ts +7 -3
  99. package/src/components/sidebarheader/MSidebarHeader.figma.ts +3 -3
  100. package/src/components/sidebarnavitem/MSidebarNavItem.figma.ts +3 -3
  101. package/src/components/sidebarshortcutitem/MSidebarShortcutItem.figma.ts +3 -3
  102. package/src/components/starrating/MStarRating.figma.ts +7 -7
  103. package/src/components/statusbadge/MStatusBadge.figma.ts +3 -3
  104. package/src/components/statusdot/MStatusDot.figma.ts +3 -3
  105. package/src/components/statusmessage/MStatusMessage.figma.ts +3 -3
  106. package/src/components/statusnotification/MStatusNotification.figma.ts +7 -7
  107. package/src/components/stepperbottombar/MStepperBottomBar.figma.ts +3 -3
  108. package/src/components/steppercompact/MStepperCompact.figma.ts +8 -3
  109. package/src/components/steppercompact/MStepperCompact.spec.ts +9 -0
  110. package/src/components/steppercompact/MStepperCompact.vue +1 -1
  111. package/src/components/stepperinline/MStepperInline.figma.ts +6 -3
  112. package/src/components/stepperinline/MStepperInline.spec.ts +11 -0
  113. package/src/components/stepperinline/MStepperInline.stories.ts +5 -1
  114. package/src/components/stepperinline/MStepperInline.vue +1 -1
  115. package/src/components/stepperstacked/MStepperStacked.figma.ts +6 -3
  116. package/src/components/stepperstacked/MStepperStacked.spec.ts +13 -0
  117. package/src/components/stepperstacked/MStepperStacked.vue +1 -0
  118. package/src/components/tabs/MTabs.figma.ts +8 -8
  119. package/src/components/tag/MTag.figma.ts +3 -3
  120. package/src/components/textarea/MTextArea.figma.ts +8 -8
  121. package/src/components/textinput/MTextInput.figma.ts +12 -12
  122. package/src/components/textinput/MTextInput.vue +2 -2
  123. package/src/components/textinput/README.md +1 -1
  124. package/src/components/tile/MTile.figma.ts +5 -5
  125. package/src/components/tileclickable/MTileClickable.figma.ts +6 -6
  126. package/src/components/tileexpandable/MTileExpandable.figma.ts +6 -6
  127. package/src/components/tileselectable/MTileSelectable.figma.ts +9 -5
  128. package/src/components/toaster/MToaster.figma.ts +3 -3
  129. package/src/components/toggle/MToggle.figma.ts +9 -9
  130. package/src/components/toggle/MToggle.vue +1 -1
  131. package/src/components/togglegroup/MToggleGroup.figma.ts +7 -7
  132. package/src/components/tooltip/MTooltip.figma.ts +10 -5
@@ -1,591 +1,620 @@
1
- import { AllowedComponentProps } from 'vue';
2
- import { Attrs } from 'vue';
3
1
  import { Component } from 'vue';
4
- import { ComponentCustomProperties } from 'vue';
5
- import { ComponentCustomProps } from 'vue';
6
- import { ComponentInternalInstance } from 'vue';
7
- import { ComponentOptionsBase } from 'vue';
8
2
  import { ComponentOptionsMixin } from 'vue';
9
3
  import { ComponentProvideOptions } from 'vue';
10
- import { ComponentPublicInstance } from 'vue';
11
4
  import { CountryCode } from 'libphonenumber-js';
12
- import { DebuggerEvent } from 'vue';
13
5
  import { DefineComponent } from 'vue';
14
- import { GlobalComponents } from 'vue';
15
- import { GlobalDirectives } from 'vue';
16
- import { nextTick } from 'vue';
17
- import { OnCleanup } from '@vue/reactivity';
18
6
  import { PublicProps } from 'vue';
19
- import { Ref } from 'vue';
20
- import { ShallowRef } from 'vue';
21
- import { Slot } from 'vue';
22
7
  import { VNode } from 'vue';
23
- import { VNodeProps } from 'vue';
24
- import { WatchOptions } from 'vue';
25
- import { WatchStopHandle } from 'vue';
26
8
 
27
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
28
- "update:modelValue": (value: string[]) => any;
9
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
10
+ "update:modelValue": (value: string[]) => any;
29
11
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
30
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
12
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
31
13
  }>, {
32
- appearance: "standard" | "ghost";
33
- behavior: "multiple" | "single";
34
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
14
+ appearance: "standard" | "ghost";
15
+ behavior: "multiple" | "single";
16
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
35
17
 
36
- declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ declare const __VLS_base_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
37
19
 
38
- declare const __VLS_component_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
39
- appearance: "primary" | "secondary" | "tertiary" | "inverse";
40
- size: "s" | "m" | "l";
41
- orientation: "vertical" | "horizontal";
42
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ declare const __VLS_base_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
21
+ appearance: "primary" | "secondary" | "tertiary" | "inverse";
22
+ size: "s" | "m" | "l";
23
+ orientation: "vertical" | "horizontal";
24
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
43
25
 
44
- declare const __VLS_component_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
45
- "update:open": (value: boolean) => any;
46
- back: () => any;
26
+ declare const __VLS_base_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
27
+ "update:open": (value: boolean) => any;
28
+ back: () => any;
47
29
  }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
48
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
49
- onBack?: (() => any) | undefined;
30
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
31
+ onBack?: (() => any) | undefined;
50
32
  }>, {
51
- scroll: boolean;
52
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
53
- titleRef: HTMLHeadingElement;
54
- }, any>;
33
+ scroll: boolean;
34
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
55
35
 
56
- declare const __VLS_component_13: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
36
+ declare const __VLS_base_13: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
57
37
 
58
- declare const __VLS_component_14: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
38
+ declare const __VLS_base_14: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
59
39
 
60
- declare const __VLS_component_15: DefineComponent<FileUploaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
61
- "update:modelValue": (v: NormalizedFile[]) => any;
62
- validation: (validationState: FilesValidationState) => any;
40
+ declare const __VLS_base_15: DefineComponent<FileUploaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
41
+ "update:modelValue": (v: NormalizedFile[]) => any;
42
+ validation: (validationState: FilesValidationState) => any;
63
43
  }, string, PublicProps, Readonly<FileUploaderProps> & Readonly<{
64
- "onUpdate:modelValue"?: ((v: NormalizedFile[]) => any) | undefined;
65
- onValidation?: ((validationState: FilesValidationState) => any) | undefined;
44
+ "onUpdate:modelValue"?: ((v: NormalizedFile[]) => any) | undefined;
45
+ onValidation?: ((validationState: FilesValidationState) => any) | undefined;
66
46
  }>, {
67
- title: string;
68
- subtitle: string;
69
- hasDragDrop: boolean;
70
- showFilesList: boolean;
71
- uploadButtonLabel: string;
72
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
73
- fileInput: HTMLInputElement;
74
- }, HTMLDivElement>;
75
-
76
- declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
77
- delete: () => any;
47
+ title: string;
48
+ subtitle: string;
49
+ hasDragDrop: boolean;
50
+ showFilesList: boolean;
51
+ uploadButtonLabel: string;
52
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
53
+
54
+ declare const __VLS_base_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
55
+ delete: () => any;
78
56
  }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
79
- onDelete?: (() => any) | undefined;
57
+ onDelete?: (() => any) | undefined;
80
58
  }>, {
81
- format: "inline" | "stacked";
82
- deleteButtonLabel: string;
83
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
84
-
85
- declare const __VLS_component_17: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
86
- appearance: "standard" | "accent" | "danger" | "inverse";
87
- type: "button" | "reset" | "submit";
88
- size: "s" | "m" | "l";
89
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
90
-
91
- declare const __VLS_component_18: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
92
- appearance: "secondary" | "accent" | "inverse" | "standard";
93
- size: "s" | "m";
94
- iconPosition: "left" | "right";
59
+ format: "inline" | "stacked";
60
+ deleteButtonLabel: string;
61
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
62
+
63
+ declare const __VLS_base_17: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
64
+ appearance: "standard" | "accent" | "danger" | "inverse";
65
+ type: "button" | "reset" | "submit";
66
+ size: "s" | "m" | "l";
95
67
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
96
68
 
97
- declare const __VLS_component_19: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
98
- "update:open": (value: boolean) => any;
69
+ declare const __VLS_base_18: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
70
+ appearance: "secondary" | "accent" | "inverse" | "standard";
71
+ size: "s" | "m";
72
+ iconPosition: "left" | "right";
73
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
74
+
75
+ declare const __VLS_base_19: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
76
+ "update:open": (value: boolean) => any;
99
77
  }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
100
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
78
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
101
79
  }>, {
102
- scroll: boolean;
103
- closable: boolean;
80
+ scroll: boolean;
81
+ closable: boolean;
104
82
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
105
83
 
106
- declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {
107
- tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
108
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
84
+ declare const __VLS_base_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {
85
+ tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
86
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
109
87
 
110
- declare const __VLS_component_20: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
88
+ declare const __VLS_base_20: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
111
89
 
112
- declare const __VLS_component_21: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
113
- back: () => any;
114
- "toggle-menu": () => any;
90
+ declare const __VLS_base_21: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
91
+ back: () => any;
92
+ "toggle-menu": () => any;
115
93
  }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
116
- onBack?: (() => any) | undefined;
117
- "onToggle-menu"?: (() => any) | undefined;
118
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
119
-
120
- declare const __VLS_component_22: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
121
- appearance: "standard" | "inverse";
122
- size: "s" | "m" | "l";
123
- position: "top" | "right" | "bottom" | "left";
124
- closable: boolean;
125
- pointer: boolean;
126
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
127
- popoverRef: HTMLDivElement;
128
- }, any>;
129
-
130
- declare const __VLS_component_23: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
131
- "update:modelValue": (value: boolean) => any;
132
- close: () => any;
94
+ onBack?: (() => any) | undefined;
95
+ "onToggle-menu"?: (() => any) | undefined;
96
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
97
+
98
+ declare const __VLS_base_22: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
99
+ appearance: "standard" | "inverse";
100
+ size: "s" | "m" | "l";
101
+ position: "top" | "right" | "bottom" | "left";
102
+ closable: boolean;
103
+ pointer: boolean;
104
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
105
+
106
+ declare const __VLS_base_23: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
107
+ "update:modelValue": (value: boolean) => any;
108
+ close: () => any;
133
109
  }, string, PublicProps, Readonly<__VLS_Props_46> & Readonly<{
134
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
135
- onClose?: (() => any) | undefined;
136
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
110
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
111
+ onClose?: (() => any) | undefined;
112
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
137
113
 
138
- declare const __VLS_component_24: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
139
- trigger: HTMLButtonElement;
140
- listbox: HTMLDivElement;
141
- }, any>;
114
+ declare const __VLS_base_24: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
142
115
 
143
- declare const __VLS_component_25: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
144
- "log-out": () => any;
116
+ declare const __VLS_base_25: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
117
+ "log-out": () => any;
145
118
  }, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{
146
- "onLog-out"?: (() => any) | undefined;
119
+ "onLog-out"?: (() => any) | undefined;
147
120
  }>, {
148
- logOutLabel: string;
149
- expendable: boolean;
150
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
151
- listbox: ({
152
- $: ComponentInternalInstance;
153
- $data: {};
154
- $props: {
155
- readonly expanded: boolean;
156
- readonly logOutLabel: string;
157
- readonly onListboxKeydown: (event: KeyboardEvent) => void;
158
- readonly hideFloatingItem: () => void;
159
- readonly "onLog-out"?: (() => any) | undefined;
160
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
161
- $attrs: Attrs;
162
- $refs: {
163
- [x: string]: unknown;
164
- } & {
165
- container: HTMLDivElement;
166
- };
167
- $slots: Readonly<{
168
- [name: string]: Slot<any> | undefined;
169
- }>;
170
- $root: ComponentPublicInstance | null;
171
- $parent: ComponentPublicInstance | null;
172
- $host: Element | null;
173
- $emit: (event: "log-out") => void;
174
- $el: HTMLDivElement;
175
- $options: ComponentOptionsBase<Readonly<{
176
- expanded: boolean;
177
- logOutLabel: string;
178
- onListboxKeydown: (event: KeyboardEvent) => void;
179
- hideFloatingItem: () => void;
180
- }> & Readonly<{
181
- "onLog-out"?: (() => any) | undefined;
182
- }>, {
183
- container: Readonly<ShallowRef<HTMLDivElement | null>>;
184
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
185
- "log-out": () => any;
186
- }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
187
- beforeCreate?: (() => void) | (() => void)[];
188
- created?: (() => void) | (() => void)[];
189
- beforeMount?: (() => void) | (() => void)[];
190
- mounted?: (() => void) | (() => void)[];
191
- beforeUpdate?: (() => void) | (() => void)[];
192
- updated?: (() => void) | (() => void)[];
193
- activated?: (() => void) | (() => void)[];
194
- deactivated?: (() => void) | (() => void)[];
195
- beforeDestroy?: (() => void) | (() => void)[];
196
- beforeUnmount?: (() => void) | (() => void)[];
197
- destroyed?: (() => void) | (() => void)[];
198
- unmounted?: (() => void) | (() => void)[];
199
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
200
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
201
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
202
- };
203
- $forceUpdate: () => void;
204
- $nextTick: nextTick;
205
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
206
- } & Readonly<{}> & Omit<Readonly<{
207
- expanded: boolean;
208
- logOutLabel: string;
209
- onListboxKeydown: (event: KeyboardEvent) => void;
210
- hideFloatingItem: () => void;
211
- }> & Readonly<{
212
- "onLog-out"?: (() => any) | undefined;
213
- }>, "container"> & {
214
- container: HTMLDivElement | null;
215
- } & {} & ComponentCustomProperties & {} & {
216
- $slots: {
217
- default?(_: {}): any;
218
- };
219
- }) | null;
220
- trigger: HTMLButtonElement;
221
- }, HTMLElement>;
222
-
223
- declare const __VLS_component_26: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
224
- trigger: HTMLButtonElement;
225
- listbox: HTMLDivElement;
226
- }, any>;
227
-
228
- declare const __VLS_component_27: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
229
- close: () => any;
121
+ logOutLabel: string;
122
+ expendable: boolean;
123
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
124
+
125
+ declare const __VLS_base_26: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
126
+
127
+ declare const __VLS_base_27: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
128
+ close: () => any;
230
129
  }, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{
231
- onClose?: (() => any) | undefined;
130
+ onClose?: (() => any) | undefined;
232
131
  }>, {
233
- status: "info" | "success" | "warning" | "error";
234
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
132
+ status: "info" | "success" | "warning" | "error";
133
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
235
134
 
236
- declare const __VLS_component_28: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
237
- "update:modelValue": (value: boolean) => any;
238
- "remove-tag": (id: string) => any;
135
+ declare const __VLS_base_28: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
136
+ "update:modelValue": (value: boolean) => any;
137
+ "remove-tag": (id: string) => any;
239
138
  }, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{
240
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
241
- "onRemove-tag"?: ((id: string) => any) | undefined;
139
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
140
+ "onRemove-tag"?: ((id: string) => any) | undefined;
242
141
  }>, {
243
- type: "informative" | "interactive" | "contextualised" | "removable" | "selectable";
244
- contextualisedNumber: number;
245
- removableLabel: string;
142
+ type: "informative" | "interactive" | "contextualised" | "removable" | "selectable";
143
+ contextualisedNumber: number;
144
+ removableLabel: string;
246
145
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
247
146
 
248
- declare const __VLS_component_29: DefineComponent<__VLS_Props_65, {
249
- focus: typeof focus_2;
147
+ declare const __VLS_base_29: DefineComponent<__VLS_Props_65, {
148
+ focus: typeof focus_2;
250
149
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
251
- "update:modelValue": (value: string | number) => any;
150
+ "update:modelValue": (value: string | number) => any;
252
151
  }, string, PublicProps, Readonly<__VLS_Props_65> & Readonly<{
253
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
152
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
254
153
  }>, {
255
- size: "s" | "m";
256
- inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
257
- clearLabel: string;
258
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
259
- textInput: HTMLInputElement;
260
- }, any>;
261
-
262
- declare const __VLS_component_3: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
263
-
264
- declare const __VLS_component_30: DefineComponent<__VLS_Props_66, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_66> & Readonly<{}>, {
265
- appearance: "primary" | "secondary" | "inverse";
266
- bordered: boolean;
267
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
268
-
269
- declare const __VLS_component_31: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
270
- action: () => any;
154
+ size: "s" | "m";
155
+ inputType: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text";
156
+ clearLabel: string;
157
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
158
+
159
+ declare const __VLS_base_3: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
160
+
161
+ declare const __VLS_base_30: DefineComponent<__VLS_Props_66, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_66> & Readonly<{}>, {
162
+ appearance: "primary" | "secondary" | "inverse";
163
+ bordered: boolean;
164
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
165
+
166
+ declare const __VLS_base_31: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
167
+ action: () => any;
271
168
  }, string, PublicProps, Readonly<__VLS_Props_67> & Readonly<{
272
- onAction?: (() => any) | undefined;
169
+ onAction?: (() => any) | undefined;
273
170
  }>, {
274
- appearance: "primary" | "secondary" | "inverse";
275
- iconPosition: "bottom" | "right";
276
- bordered: boolean;
171
+ appearance: "primary" | "secondary" | "inverse";
172
+ iconPosition: "bottom" | "right";
173
+ bordered: boolean;
277
174
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
278
175
 
279
- declare const __VLS_component_32: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{}>, {
280
- appearance: "primary" | "secondary";
281
- label: string;
282
- trigger: "container" | "icon" | "button";
283
- bordered: boolean;
284
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
176
+ declare const __VLS_base_32: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{}>, {
177
+ appearance: "primary" | "secondary";
178
+ label: string;
179
+ trigger: "container" | "icon" | "button";
180
+ bordered: boolean;
181
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
285
182
 
286
- declare const __VLS_component_33: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
287
- "update:modelValue": (value: boolean) => any;
183
+ declare const __VLS_base_33: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
184
+ "update:modelValue": (value: boolean) => any;
288
185
  }, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{
289
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
186
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
290
187
  }>, {
291
- inputType: "checkbox" | "radio";
292
- bordered: boolean;
293
- inputPosition: "left" | "right";
294
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
188
+ inputType: "checkbox" | "radio";
189
+ bordered: boolean;
190
+ inputPosition: "left" | "right";
191
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
295
192
 
296
- declare const __VLS_component_34: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
297
- "update:open": (value: boolean) => any;
193
+ declare const __VLS_base_34: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
194
+ "update:open": (value: boolean) => any;
298
195
  }, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{
299
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
196
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
300
197
  }>, {
301
- status: "info" | "success" | "warning" | "error";
302
- closable: boolean;
303
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
304
-
305
- declare const __VLS_component_35: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
306
- position: "top" | "bottom" | "left" | "right";
307
- pointer: boolean;
308
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
309
-
310
- declare const __VLS_component_4: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
311
- close: () => any;
312
- action: (value: string | number) => any;
198
+ status: "info" | "success" | "warning" | "error";
199
+ closable: boolean;
200
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
201
+
202
+ declare const __VLS_base_35: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
203
+ position: "top" | "bottom" | "left" | "right";
204
+ pointer: boolean;
205
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
206
+
207
+ declare const __VLS_base_4: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
208
+ close: () => any;
209
+ action: (value: string | number) => any;
313
210
  }, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
314
- onClose?: (() => any) | undefined;
315
- onAction?: ((value: string | number) => any) | undefined;
211
+ onClose?: (() => any) | undefined;
212
+ onAction?: ((value: string | number) => any) | undefined;
316
213
  }>, {
317
- position: "top" | "bottom" | "left" | "right";
318
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
319
- popover: HTMLDivElement;
320
- }, any>;
321
-
322
- declare const __VLS_component_5: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
323
- size: "s" | "m" | "l";
324
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
325
-
326
- declare const __VLS_component_6: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
327
- appearance: "standard" | "accent" | "danger" | "inverse";
328
- type: "button" | "reset" | "submit";
329
- size: "s" | "m" | "l";
330
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
331
-
332
- declare const __VLS_component_7: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
333
- appearance: "standard" | "accent" | "tips" | "inverse";
334
- tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
335
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
336
-
337
- declare const __VLS_component_8: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
338
- previousButtonAriaLabel: string;
339
- nextButtonAriaLabel: string;
340
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
341
- contentContainer: HTMLDivElement;
342
- }, HTMLDivElement>;
343
-
344
- declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
345
- "update:modelValue": (value: string | number | (string | number)[] | null) => any;
346
- "update:open": (value: boolean) => any;
214
+ position: "top" | "bottom" | "left" | "right";
215
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
216
+
217
+ declare const __VLS_base_5: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
218
+ size: "s" | "m" | "l";
219
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
220
+
221
+ declare const __VLS_base_6: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
222
+ appearance: "standard" | "accent" | "danger" | "inverse";
223
+ type: "button" | "reset" | "submit";
224
+ size: "s" | "m" | "l";
225
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
226
+
227
+ declare const __VLS_base_7: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
228
+ appearance: "standard" | "accent" | "tips" | "inverse";
229
+ tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
230
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
231
+
232
+ declare const __VLS_base_8: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
233
+ previousButtonAriaLabel: string;
234
+ nextButtonAriaLabel: string;
235
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
236
+
237
+ declare const __VLS_base_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
238
+ "update:modelValue": (value: string | number | (string | number)[] | null) => any;
239
+ "update:open": (value: boolean) => any;
347
240
  }, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
348
- "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
349
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
241
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
242
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
350
243
  }>, {
351
- size: "s" | "m";
352
- placeholder: string;
353
- clearLabel: string;
354
- searchPlaceholder: string;
355
- selectLabel: string;
356
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
357
- combobox: HTMLDivElement;
358
- comboboxControl: HTMLButtonElement;
359
- listbox: ({
360
- $: ComponentInternalInstance;
361
- $data: {};
362
- $props: {
363
- readonly modelValue: string | number | null | (string | number)[];
364
- readonly id: string;
365
- readonly open?: boolean | undefined;
366
- readonly multiple?: boolean | undefined;
367
- readonly readonly?: boolean | undefined;
368
- readonly search?: boolean | undefined;
369
- readonly actions?: boolean | undefined;
370
- readonly checkableSections?: boolean | undefined;
371
- readonly searchPlaceholder?: string | undefined;
372
- readonly selectLabel?: string | undefined;
373
- readonly clearLabel?: string | undefined;
374
- readonly options: Array<ListboxOption>;
375
- readonly "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
376
- readonly onOpen?: (() => any) | undefined;
377
- readonly onClose?: (() => any) | undefined;
378
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
379
- $attrs: Attrs;
380
- $refs: {
381
- [x: string]: unknown;
382
- } & {
383
- listboxEl: HTMLDivElement;
384
- textInput: ({
385
- $: ComponentInternalInstance;
386
- $data: {};
387
- $props: {
388
- readonly id: string;
389
- readonly name?: string | undefined;
390
- readonly modelValue?: string | number | undefined;
391
- readonly placeholder?: string | undefined;
392
- readonly inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text" | undefined;
393
- readonly isInvalid?: boolean | undefined;
394
- readonly disabled?: boolean | undefined;
395
- readonly size?: "s" | "m" | undefined;
396
- readonly readonly?: boolean | undefined;
397
- readonly isClearable?: boolean | undefined;
398
- readonly clearLabel?: string | undefined;
399
- readonly prefix?: string | undefined;
400
- readonly suffix?: string | undefined;
401
- readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
402
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
403
- $attrs: Attrs;
404
- $refs: {
405
- [x: string]: unknown;
406
- } & {
407
- textInput: HTMLInputElement;
408
- };
409
- $slots: Readonly<{
410
- [name: string]: Slot<any> | undefined;
411
- }>;
412
- $root: ComponentPublicInstance | null;
413
- $parent: ComponentPublicInstance | null;
414
- $host: Element | null;
415
- $emit: (event: "update:modelValue", value: string | number) => void;
416
- $el: any;
417
- $options: ComponentOptionsBase<Readonly<{
418
- id: string;
419
- name?: string;
420
- modelValue?: string | number;
421
- placeholder?: string;
422
- inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
423
- isInvalid?: boolean;
424
- disabled?: boolean;
425
- size?: "s" | "m";
426
- readonly?: boolean;
427
- isClearable?: boolean;
428
- clearLabel?: string;
429
- prefix?: string;
430
- suffix?: string;
431
- }> & Readonly<{
432
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
244
+ size: "s" | "m";
245
+ placeholder: string;
246
+ clearLabel: string;
247
+ searchPlaceholder: string;
248
+ selectLabel: string;
249
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
250
+
251
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
252
+
253
+ declare const __VLS_export_10: __VLS_WithSlots_8<typeof __VLS_base_8, __VLS_Slots_8>;
254
+
255
+ declare const __VLS_export_11: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
256
+ "update:modelValue": (value: boolean) => any;
257
+ }, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
258
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
259
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
260
+
261
+ declare const __VLS_export_12: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
262
+ "update:modelValue": (value: string[]) => any;
263
+ }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
264
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
265
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
266
+
267
+ declare const __VLS_export_13: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
268
+ "update:modelValue": (value: number) => any;
269
+ }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
270
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
271
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
272
+
273
+ declare const __VLS_export_14: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
274
+ type: "percentage" | "content";
275
+ value: number;
276
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
277
+
278
+ declare const __VLS_export_15: __VLS_WithSlots_9<typeof __VLS_base_9, __VLS_Slots_9>;
279
+
280
+ declare const __VLS_export_16: __VLS_WithSlots_10<typeof __VLS_base_10, __VLS_Slots_10>;
281
+
282
+ declare const __VLS_export_17: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
283
+ "update:modelValue": (value: string | number) => any;
284
+ }, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
285
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
433
286
  }>, {
434
- focus: () => void;
435
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
436
- "update:modelValue": (value: string | number) => any;
437
- }, string, {
438
- size: "s" | "m";
439
- inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
440
- clearLabel: string;
441
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
442
- beforeCreate?: (() => void) | (() => void)[];
443
- created?: (() => void) | (() => void)[];
444
- beforeMount?: (() => void) | (() => void)[];
445
- mounted?: (() => void) | (() => void)[];
446
- beforeUpdate?: (() => void) | (() => void)[];
447
- updated?: (() => void) | (() => void)[];
448
- activated?: (() => void) | (() => void)[];
449
- deactivated?: (() => void) | (() => void)[];
450
- beforeDestroy?: (() => void) | (() => void)[];
451
- beforeUnmount?: (() => void) | (() => void)[];
452
- destroyed?: (() => void) | (() => void)[];
453
- unmounted?: (() => void) | (() => void)[];
454
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
455
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
456
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
457
- };
458
- $forceUpdate: () => void;
459
- $nextTick: nextTick;
460
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
461
- } & Readonly<{
462
- size: "s" | "m";
463
- inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
464
- clearLabel: string;
465
- }> & Omit<Readonly<{
466
- id: string;
467
- name?: string;
468
- modelValue?: string | number;
469
- placeholder?: string;
470
- inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
471
- isInvalid?: boolean;
472
- disabled?: boolean;
473
- size?: "s" | "m";
474
- readonly?: boolean;
475
- isClearable?: boolean;
476
- clearLabel?: string;
477
- prefix?: string;
478
- suffix?: string;
479
- }> & Readonly<{
480
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
481
- }>, "focus" | ("size" | "inputType" | "clearLabel")> & {
482
- focus: () => void;
483
- } & {} & ComponentCustomProperties & {} & {
484
- $slots: Readonly<{
485
- icon?: VNode;
486
- }> & {
487
- icon?: VNode;
488
- };
489
- }) | null;
490
- };
491
- $slots: Readonly<{
492
- [name: string]: Slot<any> | undefined;
493
- }>;
494
- $root: ComponentPublicInstance | null;
495
- $parent: ComponentPublicInstance | null;
496
- $host: Element | null;
497
- $emit: ((event: "update:modelValue", value: string | number | (string | number)[] | null) => void) & ((event: "open") => void) & ((event: "close") => void);
498
- $el: HTMLDivElement;
499
- $options: ComponentOptionsBase<Readonly<{
500
- modelValue: string | number | null | (string | number)[];
501
- id: string;
502
- open?: boolean;
503
- multiple?: boolean;
504
- readonly?: boolean;
505
- search?: boolean;
506
- actions?: boolean;
507
- checkableSections?: boolean;
508
- searchPlaceholder?: string;
509
- selectLabel?: string;
510
- clearLabel?: string;
511
- options: Array<ListboxOption>;
512
- }> & Readonly<{
513
- "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
514
- onOpen?: (() => any) | undefined;
515
- onClose?: (() => any) | undefined;
287
+ size: "s" | "m";
288
+ clearLabel: string;
289
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
290
+
291
+ declare const __VLS_export_18: __VLS_WithSlots_11<typeof __VLS_base_11, __VLS_Slots_11>;
292
+
293
+ declare const __VLS_export_19: __VLS_WithSlots_12<typeof __VLS_base_12, __VLS_Slots_12>;
294
+
295
+ declare const __VLS_export_2: __VLS_WithSlots_2<typeof __VLS_base_2, __VLS_Slots_2>;
296
+
297
+ declare const __VLS_export_20: __VLS_WithSlots_13<typeof __VLS_base_13, __VLS_Slots_13>;
298
+
299
+ declare const __VLS_export_21: __VLS_WithSlots_14<typeof __VLS_base_14, __VLS_Slots_14>;
300
+
301
+ declare const __VLS_export_22: __VLS_WithSlots_15<typeof __VLS_base_15, __VLS_Slots_15>;
302
+
303
+ declare const __VLS_export_23: __VLS_WithSlots_16<typeof __VLS_base_16, __VLS_Slots_16>;
304
+
305
+ declare const __VLS_export_24: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
306
+
307
+ declare const __VLS_export_25: __VLS_WithSlots_17<typeof __VLS_base_17, __VLS_Slots_17>;
308
+
309
+ declare const __VLS_export_26: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
310
+ size: "s" | "m" | "l";
311
+ status: "info" | "warning" | "error" | "success" | "neutral";
312
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
313
+
314
+ declare const __VLS_export_27: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
315
+ value: number;
316
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
317
+
318
+ declare const __VLS_export_28: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
319
+ value: number;
320
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
321
+
322
+ declare const __VLS_export_29: __VLS_WithSlots_18<typeof __VLS_base_18, __VLS_Slots_18>;
323
+
324
+ declare const __VLS_export_3: __VLS_WithSlots_3<typeof __VLS_base_3, __VLS_Slots_3>;
325
+
326
+ declare const __VLS_export_30: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
327
+ appearance: "standard" | "accent" | "inverse";
328
+ size: "xs" | "s" | "m" | "l";
329
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
330
+
331
+ declare const __VLS_export_31: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
332
+
333
+ declare const __VLS_export_32: __VLS_WithSlots_19<typeof __VLS_base_19, __VLS_Slots_19>;
334
+
335
+ declare const __VLS_export_33: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
336
+ "update:modelValue": (value: number) => any;
337
+ action: () => any;
338
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
339
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
340
+ onAction?: (() => any) | undefined;
516
341
  }>, {
517
- handleKeydown: (event: KeyboardEvent) => void;
518
- toggleValue: (item?: ListboxOption) => void;
519
- clearSelection: () => void;
520
- listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
521
- activeIndex: Ref<number, number>;
522
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
523
- "update:modelValue": (value: string | number | (string | number)[] | null) => any;
524
- open: () => any;
525
- close: () => any;
526
- }, string, {
527
- clearLabel: string;
528
- searchPlaceholder: string;
529
- selectLabel: string;
530
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
531
- beforeCreate?: (() => void) | (() => void)[];
532
- created?: (() => void) | (() => void)[];
533
- beforeMount?: (() => void) | (() => void)[];
534
- mounted?: (() => void) | (() => void)[];
535
- beforeUpdate?: (() => void) | (() => void)[];
536
- updated?: (() => void) | (() => void)[];
537
- activated?: (() => void) | (() => void)[];
538
- deactivated?: (() => void) | (() => void)[];
539
- beforeDestroy?: (() => void) | (() => void)[];
540
- beforeUnmount?: (() => void) | (() => void)[];
541
- destroyed?: (() => void) | (() => void)[];
542
- unmounted?: (() => void) | (() => void)[];
543
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
544
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
545
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
546
- };
547
- $forceUpdate: () => void;
548
- $nextTick: nextTick;
549
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
550
- } & Readonly<{
551
- clearLabel: string;
552
- searchPlaceholder: string;
553
- selectLabel: string;
554
- }> & Omit<Readonly<{
555
- modelValue: string | number | null | (string | number)[];
556
- id: string;
557
- open?: boolean;
558
- multiple?: boolean;
559
- readonly?: boolean;
560
- search?: boolean;
561
- actions?: boolean;
562
- checkableSections?: boolean;
563
- searchPlaceholder?: string;
564
- selectLabel?: string;
565
- clearLabel?: string;
566
- options: Array<ListboxOption>;
567
- }> & Readonly<{
568
- "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
569
- onOpen?: (() => any) | undefined;
570
- onClose?: (() => any) | undefined;
571
- }>, "listboxEl" | "handleKeydown" | "toggleValue" | "clearSelection" | "activeIndex" | ("clearLabel" | "searchPlaceholder" | "selectLabel")> & {
572
- handleKeydown: (event: KeyboardEvent) => void;
573
- toggleValue: (item?: ListboxOption) => void;
574
- clearSelection: () => void;
575
- listboxEl: HTMLDivElement | null;
576
- activeIndex: number;
577
- } & {} & ComponentCustomProperties & {} & {
578
- $slots: Readonly<{
579
- item(props: {
580
- item: ListboxOption;
581
- }): VNode;
582
- }> & {
583
- item(props: {
584
- item: ListboxOption;
585
- }): VNode;
586
- };
587
- }) | null;
588
- }, HTMLDivElement>;
342
+ action: "pause" | "resume";
343
+ player: boolean;
344
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
345
+
346
+ declare const __VLS_export_34: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
347
+ appearance: "danger" | "accent" | "inverse" | "standard";
348
+ size: "s" | "m";
349
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
350
+
351
+ declare const __VLS_export_35: __VLS_WithSlots_20<typeof __VLS_base_20, __VLS_Slots_20>;
352
+
353
+ declare const __VLS_export_36: __VLS_WithSlots_21<typeof __VLS_base_21, __VLS_Slots_21>;
354
+
355
+ declare const __VLS_export_37: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
356
+ "update:modelValue": (value: number) => any;
357
+ }, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
358
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
359
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
360
+
361
+ declare const __VLS_export_38: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
362
+ "update:modelValue": (value: string | number) => any;
363
+ }, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
364
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
365
+ }>, {
366
+ clearLabel: string;
367
+ buttonLabel: {
368
+ show: string;
369
+ hide: string;
370
+ };
371
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
372
+
373
+ declare const __VLS_export_39: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
374
+ "update:modelValue": (value: string) => any;
375
+ valid: (isValid: boolean) => any;
376
+ }, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
377
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
378
+ onValid?: ((isValid: boolean) => any) | undefined;
379
+ }>, {
380
+ modelValue: string;
381
+ size: "s" | "m";
382
+ prefix: boolean;
383
+ defaultCountry: CountryCode;
384
+ flag: boolean;
385
+ locale: string;
386
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
387
+
388
+ declare const __VLS_export_4: __VLS_WithSlots_4<typeof __VLS_base_4, __VLS_Slots_4>;
389
+
390
+ declare const __VLS_export_40: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
391
+ "update:modelValue": (value: string) => any;
392
+ }, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
393
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
394
+ }>, {
395
+ length: 4 | 5 | 6;
396
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
397
+
398
+ declare const __VLS_export_41: __VLS_WithSlots_22<typeof __VLS_base_22, __VLS_Slots_22>;
399
+
400
+ declare const __VLS_export_42: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
401
+ "update:modelValue": (value: number) => any;
402
+ }, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
403
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
404
+ }>, {
405
+ modelValue: number;
406
+ size: "s" | "m";
407
+ name: string;
408
+ step: number;
409
+ min: number;
410
+ max: number;
411
+ incrementlabel: string;
412
+ decrementLabel: string;
413
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
414
+
415
+ declare const __VLS_export_43: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
416
+ "update:modelValue": (value: boolean) => any;
417
+ }, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
418
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
419
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
420
+
421
+ declare const __VLS_export_44: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
422
+ "update:modelValue": (value: string) => any;
423
+ }, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
424
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
425
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
426
+
427
+ declare const __VLS_export_45: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
428
+ "update:modelValue": (value?: string | number | undefined) => any;
429
+ }, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
430
+ "onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
431
+ }>, {
432
+ modelValue: string | number;
433
+ size: "s" | "m";
434
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
435
+
436
+ declare const __VLS_export_46: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
437
+ "update:modelValue": (value: string | number) => any;
438
+ }, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
439
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
440
+ }>, {
441
+ size: "s" | "m";
442
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
443
+
444
+ declare const __VLS_export_47: __VLS_WithSlots_23<typeof __VLS_base_23, __VLS_Slots_23>;
445
+
446
+ declare const __VLS_export_48: __VLS_WithSlots_24<typeof __VLS_base_24, __VLS_Slots_24>;
447
+
448
+ declare const __VLS_export_49: __VLS_WithSlots_25<typeof __VLS_base_25, __VLS_Slots_25>;
449
+
450
+ declare const __VLS_export_5: __VLS_WithSlots_5<typeof __VLS_base_5, __VLS_Slots_5>;
451
+
452
+ declare const __VLS_export_50: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
453
+
454
+ declare const __VLS_export_51: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
455
+ click: (value: MouseEvent) => any;
456
+ }, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
457
+ onClick?: ((value: MouseEvent) => any) | undefined;
458
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
459
+
460
+ declare const __VLS_export_52: DefineComponent<__VLS_Props_51, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_51> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
461
+
462
+ declare const __VLS_export_53: __VLS_WithSlots_26<typeof __VLS_base_26, __VLS_Slots_26>;
463
+
464
+ declare const __VLS_export_54: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
465
+ "update:modelValue": (value: number) => any;
466
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
467
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
468
+ }>, {
469
+ appearance: "standard" | "accent";
470
+ size: "s" | "m" | "l";
471
+ readonly: boolean;
472
+ compact: boolean;
473
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
474
+
475
+ declare const __VLS_export_55: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
476
+ status: "info" | "success" | "warning" | "error" | "neutral";
477
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
478
+
479
+ declare const __VLS_export_56: DefineComponent<__VLS_Props_55, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_55> & Readonly<{}>, {
480
+ status: "info" | "success" | "warning" | "error" | "neutral";
481
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
482
+
483
+ declare const __VLS_export_57: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{}>, {
484
+ appearance: "standard" | "accent";
485
+ status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
486
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
487
+
488
+ declare const __VLS_export_58: __VLS_WithSlots_27<typeof __VLS_base_27, __VLS_Slots_27>;
489
+
490
+ declare const __VLS_export_59: DefineComponent<__VLS_Props_58, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
491
+ "update:modelValue": (value: number) => any;
492
+ cancel: () => any;
493
+ validate: () => any;
494
+ }, string, PublicProps, Readonly<__VLS_Props_58> & Readonly<{
495
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
496
+ onCancel?: (() => any) | undefined;
497
+ onValidate?: (() => any) | undefined;
498
+ }>, {
499
+ modelValue: number;
500
+ cancel: boolean;
501
+ steps: number;
502
+ cancelLabel: string;
503
+ previousLabel: string;
504
+ nextLabel: string;
505
+ validateLabel: string;
506
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
507
+
508
+ declare const __VLS_export_6: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
509
+
510
+ declare const __VLS_export_60: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{}>, {
511
+ value: number;
512
+ maxSteps: number;
513
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
514
+
515
+ declare const __VLS_export_61: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {
516
+ steps: Array<{
517
+ /**
518
+ * Uniquer identifier for the step.
519
+ */
520
+ id?: string;
521
+ /**
522
+ * Label of the step.
523
+ */
524
+ label: string;
525
+ /**
526
+ * Optional additional information under the label.
527
+ */
528
+ additionalInfo?: string;
529
+ }>;
530
+ currentStep: string | number;
531
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
532
+
533
+ declare const __VLS_export_62: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{}>, {
534
+ steps: Array<{
535
+ /**
536
+ * Unique identifier for the step.
537
+ */
538
+ id?: string;
539
+ /**
540
+ * Label of the step.
541
+ */
542
+ label: string;
543
+ /**
544
+ * Optional additional information under the label.
545
+ */
546
+ additionalInfo?: string;
547
+ }>;
548
+ currentStep: string | number;
549
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
550
+
551
+ declare const __VLS_export_63: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
552
+ "update:modelValue": (value?: string | number | undefined) => any;
553
+ }, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{
554
+ "onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
555
+ }>, {
556
+ modelValue: string | number;
557
+ divider: boolean;
558
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
559
+
560
+ declare const __VLS_export_64: __VLS_WithSlots_28<typeof __VLS_base_28, __VLS_Slots_28>;
561
+
562
+ declare const __VLS_export_65: DefineComponent<__VLS_Props_64, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
563
+ "update:modelValue": (value: string | number) => any;
564
+ }, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{
565
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
566
+ }>, {
567
+ rows: number;
568
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
569
+
570
+ declare const __VLS_export_66: __VLS_WithSlots_29<typeof __VLS_base_29, __VLS_Slots_29>;
571
+
572
+ declare const __VLS_export_67: __VLS_WithSlots_30<typeof __VLS_base_30, __VLS_Slots_30>;
573
+
574
+ declare const __VLS_export_68: __VLS_WithSlots_31<typeof __VLS_base_31, __VLS_Slots_31>;
575
+
576
+ declare const __VLS_export_69: __VLS_WithSlots_32<typeof __VLS_base_32, __VLS_Slots_32>;
577
+
578
+ declare const __VLS_export_7: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
579
+ "update:modelValue": (value: number) => any;
580
+ }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
581
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
582
+ }>, {
583
+ label: string;
584
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
585
+
586
+ declare const __VLS_export_70: __VLS_WithSlots_33<typeof __VLS_base_33, __VLS_Slots_33>;
587
+
588
+ declare const __VLS_export_71: __VLS_WithSlots_34<typeof __VLS_base_34, __VLS_Slots_34>;
589
+
590
+ declare const __VLS_export_72: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
591
+ "update:modelValue": (value: boolean) => any;
592
+ }, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{
593
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
594
+ }>, {
595
+ size: "s" | "m";
596
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
597
+
598
+ declare const __VLS_export_73: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
599
+ "update:modelValue": (value: string[]) => any;
600
+ }, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{
601
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
602
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
603
+
604
+ declare const __VLS_export_74: __VLS_WithSlots_35<typeof __VLS_base_35, __VLS_Slots_35>;
605
+
606
+ declare const __VLS_export_8: __VLS_WithSlots_6<typeof __VLS_base_6, __VLS_Slots_6>;
607
+
608
+ declare const __VLS_export_9: __VLS_WithSlots_7<typeof __VLS_base_7, __VLS_Slots_7>;
609
+
610
+ declare type __VLS_ModelProps = {
611
+ /**
612
+ * The current rating value of the component.
613
+ * Used with `v-model` for two-way data binding.
614
+ * When the rating changes (via click or keyboard), an `update:modelValue` event is emitted.
615
+ */
616
+ modelValue: number;
617
+ };
589
618
 
590
619
  /**
591
620
  * An Accordion List is a component that organizes content into collapsible sections, allowing users to show or hide related information within a vertically stacked layout. This structure helps optimize space and improve readability by displaying only relevant content when needed. Accordion Lists are commonly used in FAQs, settings menus, and structured content navigation to enhance user experience and reduce visual clutter.
@@ -1241,7 +1270,7 @@ declare type __VLS_Props_31 = {
1241
1270
  /**
1242
1271
  * Title of the modal.
1243
1272
  */
1244
- title: string;
1273
+ title?: string;
1245
1274
  /**
1246
1275
  * Description of the modal.
1247
1276
  */
@@ -2350,7 +2379,7 @@ declare type __VLS_Props_65 = {
2350
2379
  /**
2351
2380
  * Defines the type of input.
2352
2381
  */
2353
- inputType?: 'date' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text';
2382
+ inputType?: 'date' | 'datetime-local' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text';
2354
2383
  /**
2355
2384
  * If `true`, applies an invalid state to the input.
2356
2385
  */
@@ -2667,11 +2696,11 @@ declare type __VLS_Props_9 = {
2667
2696
  /**
2668
2697
  * Title of the callout.
2669
2698
  */
2670
- title: string;
2699
+ title?: string;
2671
2700
  /**
2672
2701
  * Description of the callout.
2673
2702
  */
2674
- description: string;
2703
+ description?: string;
2675
2704
  /**
2676
2705
  * Allows to define the callout appearance.
2677
2706
  */
@@ -2683,1427 +2712,571 @@ declare type __VLS_Props_9 = {
2683
2712
  tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
2684
2713
  };
2685
2714
 
2686
- declare type __VLS_PublicProps = {
2687
- modelValue: number;
2688
- } & __VLS_Props_53;
2715
+ declare type __VLS_PublicProps = __VLS_Props_53 & __VLS_ModelProps;
2689
2716
 
2690
- declare function __VLS_template(): {
2691
- attrs: Partial<{}>;
2692
- slots: Readonly<{
2693
- /**
2694
- * Use this slot to display accordion items.
2695
- */
2696
- default: VNode;
2697
- }> & {
2698
- /**
2699
- * Use this slot to display accordion items.
2700
- */
2701
- default: VNode;
2702
- };
2703
- refs: {};
2704
- rootEl: HTMLDivElement;
2717
+ declare type __VLS_Slots = {
2718
+ /**
2719
+ * Use this slot to display accordion items.
2720
+ */
2721
+ default: VNode;
2705
2722
  };
2706
2723
 
2707
- declare function __VLS_template_10(): {
2708
- attrs: Partial<{}>;
2709
- slots: Readonly<{
2710
- /**
2711
- * Use this slot to insert the content of the container.
2712
- */
2713
- default?: VNode;
2714
- }> & {
2715
- /**
2716
- * Use this slot to insert the content of the container.
2717
- */
2718
- default?: VNode;
2719
- };
2720
- refs: {};
2721
- rootEl: HTMLDivElement;
2724
+ declare type __VLS_Slots_10 = {
2725
+ /**
2726
+ * Use this slot to insert the content of the container.
2727
+ */
2728
+ default?: VNode;
2722
2729
  };
2723
2730
 
2724
- declare function __VLS_template_11(): {
2725
- attrs: Partial<{}>;
2726
- slots: Readonly<{
2727
- /**
2728
- * Use this slot to insert the content who need a vertical divider
2729
- */
2730
- default?: VNode;
2731
- }> & {
2732
- /**
2733
- * Use this slot to insert the content who need a vertical divider
2734
- */
2735
- default?: VNode;
2736
- };
2737
- refs: {};
2738
- rootEl: HTMLDivElement;
2731
+ declare type __VLS_Slots_11 = {
2732
+ /**
2733
+ * Use this slot to insert the content who need a vertical divider
2734
+ */
2735
+ default?: VNode;
2739
2736
  };
2740
2737
 
2741
- declare function __VLS_template_12(): {
2742
- attrs: Partial<{}>;
2743
- slots: Readonly<{
2744
- /**
2745
- * Use this slot to insert the content of the drawer
2746
- */
2747
- default?: VNode;
2748
- /**
2749
- * Use this slot to insert buttons in the footer
2750
- */
2751
- footer?: VNode;
2752
- }> & {
2753
- /**
2754
- * Use this slot to insert the content of the drawer
2755
- */
2756
- default?: VNode;
2757
- /**
2758
- * Use this slot to insert buttons in the footer
2759
- */
2760
- footer?: VNode;
2761
- };
2762
- refs: {
2763
- titleRef: HTMLHeadingElement;
2764
- };
2765
- rootEl: any;
2738
+ declare type __VLS_Slots_12 = {
2739
+ /**
2740
+ * Use this slot to insert the content of the drawer
2741
+ */
2742
+ default?: VNode;
2743
+ /**
2744
+ * Use this slot to insert buttons in the footer
2745
+ */
2746
+ footer?: VNode;
2766
2747
  };
2767
2748
 
2768
- declare function __VLS_template_13(): {
2769
- attrs: Partial<{}>;
2770
- slots: Readonly<{
2771
- /**
2772
- * Use this slot to insert the form element of your choice
2773
- */
2774
- default: VNode;
2775
- }> & {
2776
- /**
2777
- * Use this slot to insert the form element of your choice
2778
- */
2779
- default: VNode;
2780
- };
2781
- refs: {};
2782
- rootEl: HTMLDivElement;
2749
+ declare type __VLS_Slots_13 = {
2750
+ /**
2751
+ * Use this slot to insert the form element of your choice
2752
+ */
2753
+ default: VNode;
2783
2754
  };
2784
2755
 
2785
- declare function __VLS_template_14(): {
2786
- attrs: Partial<{}>;
2787
- slots: Readonly<{
2788
- /**
2789
- * Use this slot to insert the form element of your choice
2790
- */
2791
- default: VNode;
2792
- }> & {
2793
- /**
2794
- * Use this slot to insert the form element of your choice
2795
- */
2796
- default: VNode;
2797
- };
2798
- refs: {};
2799
- rootEl: HTMLFieldSetElement;
2756
+ declare type __VLS_Slots_14 = {
2757
+ /**
2758
+ * Use this slot to insert the form element of your choice
2759
+ */
2760
+ default: VNode;
2800
2761
  };
2801
2762
 
2802
- declare function __VLS_template_15(): {
2803
- attrs: Partial<{}>;
2804
- slots: Readonly<{
2805
- /**
2806
- * Slot for customizing the file name display.
2807
- * Receives `NormalizedFile` as slot props.
2808
- */
2809
- name: VNode;
2810
- /**
2811
- * Slot for displaying additional file information.
2812
- * Receives `NormalizedFile` as slot props.
2813
- */
2814
- information: VNode;
2815
- /**
2816
- * Slot for providing a custom error message display.
2817
- * Receives:
2818
- * `{ validationState: { size: boolean; extension: boolean; customValidation: boolean } }`
2819
- */
2820
- errorMessage: VNode;
2821
- }> & {
2822
- /**
2823
- * Slot for customizing the file name display.
2824
- * Receives `NormalizedFile` as slot props.
2825
- */
2826
- name: VNode;
2827
- /**
2828
- * Slot for displaying additional file information.
2829
- * Receives `NormalizedFile` as slot props.
2830
- */
2831
- information: VNode;
2832
- /**
2833
- * Slot for providing a custom error message display.
2834
- * Receives:
2835
- * `{ validationState: { size: boolean; extension: boolean; customValidation: boolean } }`
2836
- */
2837
- errorMessage: VNode;
2838
- };
2839
- refs: {
2840
- fileInput: HTMLInputElement;
2841
- };
2842
- rootEl: HTMLDivElement;
2763
+ declare type __VLS_Slots_15 = {
2764
+ /**
2765
+ * Slot for customizing the file name display.
2766
+ * Receives `NormalizedFile` as slot props.
2767
+ */
2768
+ name: VNode;
2769
+ /**
2770
+ * Slot for displaying additional file information.
2771
+ * Receives `NormalizedFile` as slot props.
2772
+ */
2773
+ information: VNode;
2774
+ /**
2775
+ * Slot for providing a custom error message display.
2776
+ * Receives:
2777
+ * `{ validationState: { size: boolean; extension: boolean; customValidation: boolean } }`
2778
+ */
2779
+ errorMessage: VNode;
2843
2780
  };
2844
2781
 
2845
- declare function __VLS_template_16(): {
2846
- attrs: Partial<{}>;
2847
- slots: Readonly<{
2848
- /**
2849
- * Slot for customizing the file name display.
2850
- * Receives `{ file: { name: string; size?: number;} }` as slot props.
2851
- */
2852
- name: VNode;
2853
- /**
2854
- * Slot for displaying additional file information.
2855
- */
2856
- information: VNode;
2857
- /**
2858
- * Slot for providing a custom error message display.
2859
- */
2860
- errorMessage: VNode;
2861
- }> & {
2862
- /**
2863
- * Slot for customizing the file name display.
2864
- * Receives `{ file: { name: string; size?: number;} }` as slot props.
2865
- */
2866
- name: VNode;
2867
- /**
2868
- * Slot for displaying additional file information.
2869
- */
2870
- information: VNode;
2871
- /**
2872
- * Slot for providing a custom error message display.
2873
- */
2874
- errorMessage: VNode;
2875
- };
2876
- refs: {};
2877
- rootEl: HTMLDivElement;
2782
+ declare type __VLS_Slots_16 = {
2783
+ /**
2784
+ * Slot for customizing the file name display.
2785
+ * Receives `{ file: { name: string; size?: number;} }` as slot props.
2786
+ */
2787
+ name: VNode;
2788
+ /**
2789
+ * Slot for displaying additional file information.
2790
+ */
2791
+ information: VNode;
2792
+ /**
2793
+ * Slot for providing a custom error message display.
2794
+ */
2795
+ errorMessage: VNode;
2878
2796
  };
2879
2797
 
2880
- declare function __VLS_template_17(): {
2881
- attrs: Partial<{}>;
2882
- slots: Readonly<{
2883
- /**
2884
- * Use this slot to insert an icon for the Button.
2885
- */
2886
- icon: VNode;
2887
- }> & {
2888
- /**
2889
- * Use this slot to insert an icon for the Button.
2890
- */
2891
- icon: VNode;
2892
- };
2893
- refs: {};
2894
- rootEl: HTMLButtonElement;
2798
+ declare type __VLS_Slots_17 = {
2799
+ /**
2800
+ * Use this slot to insert an icon for the Button.
2801
+ */
2802
+ icon: VNode;
2895
2803
  };
2896
2804
 
2897
- declare function __VLS_template_18(): {
2898
- attrs: Partial<{}>;
2899
- slots: Readonly<{
2900
- /**
2901
- * Use this slot to insert the textual content of the Link.
2902
- */
2903
- default: string;
2904
- /**
2905
- * Use this slot to insert an icon for the Link.
2906
- */
2907
- icon?: VNode;
2908
- }> & {
2909
- /**
2910
- * Use this slot to insert the textual content of the Link.
2911
- */
2912
- default: string;
2913
- /**
2914
- * Use this slot to insert an icon for the Link.
2915
- */
2916
- icon?: VNode;
2917
- };
2918
- refs: {};
2919
- rootEl: any;
2805
+ declare type __VLS_Slots_18 = {
2806
+ /**
2807
+ * Use this slot to insert the textual content of the Link.
2808
+ */
2809
+ default: string;
2810
+ /**
2811
+ * Use this slot to insert an icon for the Link.
2812
+ */
2813
+ icon?: VNode;
2920
2814
  };
2921
2815
 
2922
- declare function __VLS_template_19(): {
2923
- attrs: Partial<{}>;
2924
- slots: Readonly<{
2925
- /**
2926
- * Use this slot to insert an icon next to the title of the modal.
2927
- */
2928
- icon?: VNode;
2929
- /**
2930
- * Use this slot to insert the content of the modal.
2931
- */
2932
- default?: VNode;
2933
- /**
2934
- * Use this slot to insert a link in the footer.
2935
- */
2936
- link?: VNode;
2937
- /**
2938
- * Use this slot to insert buttons in the footer.
2939
- */
2940
- footer?: VNode;
2941
- }> & {
2942
- /**
2943
- * Use this slot to insert an icon next to the title of the modal.
2944
- */
2945
- icon?: VNode;
2946
- /**
2947
- * Use this slot to insert the content of the modal.
2948
- */
2949
- default?: VNode;
2950
- /**
2951
- * Use this slot to insert a link in the footer.
2952
- */
2953
- link?: VNode;
2954
- /**
2955
- * Use this slot to insert buttons in the footer.
2956
- */
2957
- footer?: VNode;
2958
- };
2959
- refs: {};
2960
- rootEl: any;
2816
+ declare type __VLS_Slots_19 = {
2817
+ /**
2818
+ * Use this slot to insert an icon next to the title of the modal.
2819
+ */
2820
+ icon?: VNode;
2821
+ /**
2822
+ * Use this slot to insert the content of the modal.
2823
+ */
2824
+ default?: VNode;
2825
+ /**
2826
+ * Use this slot to insert a link in the footer.
2827
+ */
2828
+ link?: VNode;
2829
+ /**
2830
+ * Use this slot to insert buttons in the footer.
2831
+ */
2832
+ footer?: VNode;
2961
2833
  };
2962
2834
 
2963
- declare function __VLS_template_2(): {
2964
- attrs: Partial<{}>;
2965
- slots: Readonly<{
2966
- /**
2967
- * Use this slot to display custom content.
2968
- */
2969
- default: VNode;
2970
- }> & {
2971
- /**
2972
- * Use this slot to display custom content.
2973
- */
2974
- default: VNode;
2975
- };
2976
- refs: {};
2977
- rootEl: HTMLDivElement;
2835
+ declare type __VLS_Slots_2 = {
2836
+ /**
2837
+ * Use this slot to display custom content.
2838
+ */
2839
+ default: VNode;
2978
2840
  };
2979
2841
 
2980
- declare function __VLS_template_20(): {
2981
- attrs: Partial<{}>;
2982
- slots: Readonly<{
2983
- /**
2984
- * Use this slot to insert a centered content inside the overlay.
2985
- */
2986
- default?: VNode;
2987
- }> & {
2988
- /**
2989
- * Use this slot to insert a centered content inside the overlay.
2990
- */
2991
- default?: VNode;
2992
- };
2993
- refs: {};
2994
- rootEl: HTMLDivElement;
2842
+ declare type __VLS_Slots_20 = {
2843
+ /**
2844
+ * Use this slot to insert a centered content inside the overlay.
2845
+ */
2846
+ default?: VNode;
2995
2847
  };
2996
2848
 
2997
- declare function __VLS_template_21(): {
2998
- attrs: Partial<{}>;
2999
- slots: Readonly<{
3000
- /**
3001
- * Use this slot to insert action items in the top content.
3002
- */
3003
- actions?: VNode;
3004
- /**
3005
- * Use this slot to insert any content below the Page Header top content.
3006
- */
3007
- content?: VNode;
3008
- /**
3009
- * Use this slot to insert a tab in the header.
3010
- */
3011
- tabs?: VNode;
3012
- }> & {
3013
- /**
3014
- * Use this slot to insert action items in the top content.
3015
- */
3016
- actions?: VNode;
3017
- /**
3018
- * Use this slot to insert any content below the Page Header top content.
3019
- */
3020
- content?: VNode;
3021
- /**
3022
- * Use this slot to insert a tab in the header.
3023
- */
3024
- tabs?: VNode;
3025
- };
3026
- refs: {};
3027
- rootEl: HTMLDivElement;
2849
+ declare type __VLS_Slots_21 = {
2850
+ /**
2851
+ * Use this slot to insert action items in the top content.
2852
+ */
2853
+ actions?: VNode;
2854
+ /**
2855
+ * Use this slot to insert any content below the Page Header top content.
2856
+ */
2857
+ content?: VNode;
2858
+ /**
2859
+ * Use this slot to insert a tab in the header.
2860
+ */
2861
+ tabs?: VNode;
3028
2862
  };
3029
2863
 
3030
- declare function __VLS_template_22(): {
3031
- attrs: Partial<{}>;
3032
- slots: Readonly<{
3033
- /**
3034
- * Main content of the popover.
3035
- */
3036
- default?: () => VNode[];
3037
- /**
3038
- * Activator element that triggers the popover.
3039
- * Must contain a single <button> or element with [type="button"] attribute.
3040
- * Receives the popover `id` as a slot prop and must bind it
3041
- * to the `popovertarget` attribute.
3042
- */
3043
- activator?: (props: {
3044
- id: string;
3045
- }) => VNode[];
3046
- /**
3047
- * Use this slot to insert buttons or link in the footer.
3048
- */
3049
- footer?: VNode;
3050
- }> & {
3051
- /**
3052
- * Main content of the popover.
3053
- */
3054
- default?: () => VNode[];
3055
- /**
3056
- * Activator element that triggers the popover.
3057
- * Must contain a single <button> or element with [type="button"] attribute.
3058
- * Receives the popover `id` as a slot prop and must bind it
3059
- * to the `popovertarget` attribute.
3060
- */
3061
- activator?: (props: {
3062
- id: string;
3063
- }) => VNode[];
3064
- /**
3065
- * Use this slot to insert buttons or link in the footer.
3066
- */
3067
- footer?: VNode;
3068
- };
3069
- refs: {
3070
- popoverRef: HTMLDivElement;
3071
- };
3072
- rootEl: any;
2864
+ declare type __VLS_Slots_22 = {
2865
+ /**
2866
+ * Main content of the popover.
2867
+ */
2868
+ default?: () => VNode[];
2869
+ /**
2870
+ * Activator element that triggers the popover.
2871
+ * Must contain a single <button> or element with [type="button"] attribute.
2872
+ * Receives the popover `id` as a slot prop and must bind it
2873
+ * to the `popovertarget` attribute.
2874
+ */
2875
+ activator?: (props: {
2876
+ id: string;
2877
+ }) => VNode[];
2878
+ /**
2879
+ * Use this slot to insert buttons or link in the footer.
2880
+ */
2881
+ footer?: VNode;
3073
2882
  };
3074
2883
 
3075
- declare function __VLS_template_23(): {
3076
- attrs: Partial<{}>;
3077
- slots: Readonly<{
3078
- /**
3079
- * Slot for the sidebar header. Should contain an `MSidebarHeader` component.
3080
- */
3081
- header: VNode[];
3082
- /**
3083
- * Slot for sidebar shortcuts. Should contain an `MSidebarShortcuts` component
3084
- * with one or more `MSidebarShortcutItem` components inside.
3085
- */
3086
- shortcuts: VNode[];
3087
- /**
3088
- * Slot for the main navigation items. Should contain one or more `MSidebarNavItem` components.
3089
- */
3090
- nav: VNode[];
3091
- /**
3092
- * Slot for the sidebar footer. Should contain an `MSidebarFooter` component.
3093
- */
3094
- footer: VNode[];
3095
- }> & {
3096
- /**
3097
- * Slot for the sidebar header. Should contain an `MSidebarHeader` component.
3098
- */
3099
- header: VNode[];
3100
- /**
3101
- * Slot for sidebar shortcuts. Should contain an `MSidebarShortcuts` component
3102
- * with one or more `MSidebarShortcutItem` components inside.
3103
- */
3104
- shortcuts: VNode[];
3105
- /**
3106
- * Slot for the main navigation items. Should contain one or more `MSidebarNavItem` components.
3107
- */
3108
- nav: VNode[];
3109
- /**
3110
- * Slot for the sidebar footer. Should contain an `MSidebarFooter` component.
3111
- */
3112
- footer: VNode[];
3113
- };
3114
- refs: {};
3115
- rootEl: HTMLElement;
2884
+ declare type __VLS_Slots_23 = {
2885
+ /**
2886
+ * Slot for the sidebar header. Should contain an `MSidebarHeader` component.
2887
+ */
2888
+ header: VNode[];
2889
+ /**
2890
+ * Slot for sidebar shortcuts. Should contain an `MSidebarShortcuts` component
2891
+ * with one or more `MSidebarShortcutItem` components inside.
2892
+ */
2893
+ shortcuts: VNode[];
2894
+ /**
2895
+ * Slot for the main navigation items. Should contain one or more `MSidebarNavItem` components.
2896
+ */
2897
+ nav: VNode[];
2898
+ /**
2899
+ * Slot for the sidebar footer. Should contain an `MSidebarFooter` component.
2900
+ */
2901
+ footer: VNode[];
3116
2902
  };
3117
2903
 
3118
- declare function __VLS_template_24(): {
3119
- attrs: Partial<{}>;
3120
- slots: Readonly<{
3121
- /**
3122
- * Contains one or more MSidebarNavItem components used to render the submenu items.
3123
- */
3124
- default: VNode[];
3125
- }> & {
3126
- /**
3127
- * Contains one or more MSidebarNavItem components used to render the submenu items.
3128
- */
3129
- default: VNode[];
3130
- };
3131
- refs: {
3132
- trigger: HTMLButtonElement;
3133
- listbox: HTMLDivElement;
3134
- };
3135
- rootEl: any;
2904
+ declare type __VLS_Slots_24 = {
2905
+ /**
2906
+ * Contains one or more MSidebarNavItem components used to render the submenu items.
2907
+ */
2908
+ default: VNode[];
3136
2909
  };
3137
2910
 
3138
- declare function __VLS_template_25(): {
3139
- attrs: Partial<{}>;
3140
- slots: Readonly<{
3141
- /**
3142
- * Contains one or more MSidebarNavItem components used to render the profile items.
3143
- */
3144
- default: VNode[];
3145
- }> & {
3146
- /**
3147
- * Contains one or more MSidebarNavItem components used to render the profile items.
3148
- */
3149
- default: VNode[];
3150
- };
3151
- refs: {
3152
- listbox: ({
3153
- $: ComponentInternalInstance;
3154
- $data: {};
3155
- $props: {
3156
- readonly expanded: boolean;
3157
- readonly logOutLabel: string;
3158
- readonly onListboxKeydown: (event: KeyboardEvent) => void;
3159
- readonly hideFloatingItem: () => void;
3160
- readonly "onLog-out"?: (() => any) | undefined;
3161
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3162
- $attrs: Attrs;
3163
- $refs: {
3164
- [x: string]: unknown;
3165
- } & {
3166
- container: HTMLDivElement;
3167
- };
3168
- $slots: Readonly<{
3169
- [name: string]: Slot<any> | undefined;
3170
- }>;
3171
- $root: ComponentPublicInstance | null;
3172
- $parent: ComponentPublicInstance | null;
3173
- $host: Element | null;
3174
- $emit: (event: "log-out") => void;
3175
- $el: HTMLDivElement;
3176
- $options: ComponentOptionsBase<Readonly<{
3177
- expanded: boolean;
3178
- logOutLabel: string;
3179
- onListboxKeydown: (event: KeyboardEvent) => void;
3180
- hideFloatingItem: () => void;
3181
- }> & Readonly<{
3182
- "onLog-out"?: (() => any) | undefined;
3183
- }>, {
3184
- container: Readonly<ShallowRef<HTMLDivElement | null>>;
3185
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3186
- "log-out": () => any;
3187
- }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
3188
- beforeCreate?: (() => void) | (() => void)[];
3189
- created?: (() => void) | (() => void)[];
3190
- beforeMount?: (() => void) | (() => void)[];
3191
- mounted?: (() => void) | (() => void)[];
3192
- beforeUpdate?: (() => void) | (() => void)[];
3193
- updated?: (() => void) | (() => void)[];
3194
- activated?: (() => void) | (() => void)[];
3195
- deactivated?: (() => void) | (() => void)[];
3196
- beforeDestroy?: (() => void) | (() => void)[];
3197
- beforeUnmount?: (() => void) | (() => void)[];
3198
- destroyed?: (() => void) | (() => void)[];
3199
- unmounted?: (() => void) | (() => void)[];
3200
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3201
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3202
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
3203
- };
3204
- $forceUpdate: () => void;
3205
- $nextTick: nextTick;
3206
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3207
- } & Readonly<{}> & Omit<Readonly<{
3208
- expanded: boolean;
3209
- logOutLabel: string;
3210
- onListboxKeydown: (event: KeyboardEvent) => void;
3211
- hideFloatingItem: () => void;
3212
- }> & Readonly<{
3213
- "onLog-out"?: (() => any) | undefined;
3214
- }>, "container"> & {
3215
- container: HTMLDivElement | null;
3216
- } & {} & ComponentCustomProperties & {} & {
3217
- $slots: {
3218
- default?(_: {}): any;
3219
- };
3220
- }) | null;
3221
- trigger: HTMLButtonElement;
3222
- };
3223
- rootEl: HTMLElement;
2911
+ declare type __VLS_Slots_25 = {
2912
+ /**
2913
+ * Contains one or more MSidebarNavItem components used to render the profile items.
2914
+ */
2915
+ default: VNode[];
3224
2916
  };
3225
2917
 
3226
- declare function __VLS_template_26(): {
3227
- attrs: Partial<{}>;
3228
- slots: Readonly<{
3229
- /**
3230
- * Slot for sidebar shortcut items. Should contain one or more `MSidebarShortcutItem` components.
3231
- */
3232
- default: VNode[];
3233
- }> & {
3234
- /**
3235
- * Slot for sidebar shortcut items. Should contain one or more `MSidebarShortcutItem` components.
3236
- */
3237
- default: VNode[];
3238
- };
3239
- refs: {
3240
- trigger: HTMLButtonElement;
3241
- listbox: HTMLDivElement;
3242
- };
3243
- rootEl: any;
2918
+ declare type __VLS_Slots_26 = {
2919
+ /**
2920
+ * Slot for sidebar shortcut items. Should contain one or more `MSidebarShortcutItem` components.
2921
+ */
2922
+ default: VNode[];
3244
2923
  };
3245
2924
 
3246
- declare function __VLS_template_27(): {
3247
- attrs: Partial<{}>;
3248
- slots: Readonly<{
3249
- /**
3250
- * Use this slot to insert a button or a link in the footer
3251
- */
3252
- footer?: VNode;
3253
- }> & {
3254
- /**
3255
- * Use this slot to insert a button or a link in the footer
3256
- */
3257
- footer?: VNode;
3258
- };
3259
- refs: {};
3260
- rootEl: HTMLElement;
2925
+ declare type __VLS_Slots_27 = {
2926
+ /**
2927
+ * Use this slot to insert a button or a link in the footer
2928
+ */
2929
+ footer?: VNode;
3261
2930
  };
3262
2931
 
3263
- declare function __VLS_template_28(): {
3264
- attrs: Partial<{}>;
3265
- slots: Readonly<{
3266
- /**
3267
- * Use this slot to insert an icon in the tag.
3268
- */
3269
- icon?: VNode;
3270
- }> & {
3271
- /**
3272
- * Use this slot to insert an icon in the tag.
3273
- */
3274
- icon?: VNode;
3275
- };
3276
- refs: {};
3277
- rootEl: any;
2932
+ declare type __VLS_Slots_28 = {
2933
+ /**
2934
+ * Use this slot to insert an icon in the tag.
2935
+ */
2936
+ icon?: VNode;
3278
2937
  };
3279
2938
 
3280
- declare function __VLS_template_29(): {
3281
- attrs: Partial<{}>;
3282
- slots: Readonly<{
3283
- /**
3284
- * Use this slot to insert an icon in the input.
3285
- */
3286
- icon?: VNode;
3287
- }> & {
3288
- /**
3289
- * Use this slot to insert an icon in the input.
3290
- */
3291
- icon?: VNode;
3292
- };
3293
- refs: {
3294
- textInput: HTMLInputElement;
3295
- };
3296
- rootEl: any;
2939
+ declare type __VLS_Slots_29 = {
2940
+ /**
2941
+ * Use this slot to insert an icon in the input.
2942
+ */
2943
+ icon?: VNode;
3297
2944
  };
3298
2945
 
3299
- declare function __VLS_template_3(): {
3300
- attrs: Partial<{}>;
3301
- slots: Readonly<{
3302
- /**
3303
- * The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
3304
- */
3305
- left: VNode[];
3306
- /**
3307
- * Use this slot to insert buttons of the action bottom bar.
3308
- */
3309
- right?: VNode[];
3310
- }> & {
3311
- /**
3312
- * The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
3313
- */
3314
- left: VNode[];
3315
- /**
3316
- * Use this slot to insert buttons of the action bottom bar.
3317
- */
3318
- right?: VNode[];
3319
- };
3320
- refs: {};
3321
- rootEl: HTMLDivElement;
2946
+ declare type __VLS_Slots_3 = {
2947
+ /**
2948
+ * The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
2949
+ */
2950
+ left: VNode[];
2951
+ /**
2952
+ * Use this slot to insert buttons of the action bottom bar.
2953
+ */
2954
+ right?: VNode[];
3322
2955
  };
3323
2956
 
3324
- declare function __VLS_template_30(): {
3325
- attrs: Partial<{}>;
3326
- slots: Readonly<{
3327
- /**
3328
- * Default slot for the main content of the tile.
3329
- */
3330
- default?: VNode[];
3331
- /**
3332
- * Named slot for additional content shown below the main content.
3333
- */
3334
- details?: VNode[];
3335
- /**
3336
- * Named slot for action element, such as a button or link.
3337
- */
3338
- action?: VNode[];
3339
- }> & {
3340
- /**
3341
- * Default slot for the main content of the tile.
3342
- */
3343
- default?: VNode[];
3344
- /**
3345
- * Named slot for additional content shown below the main content.
3346
- */
3347
- details?: VNode[];
3348
- /**
3349
- * Named slot for action element, such as a button or link.
3350
- */
3351
- action?: VNode[];
3352
- };
3353
- refs: {};
3354
- rootEl: HTMLDivElement;
2957
+ declare type __VLS_Slots_30 = {
2958
+ /**
2959
+ * Default slot for the main content of the tile.
2960
+ */
2961
+ default?: VNode[];
2962
+ /**
2963
+ * Named slot for additional content shown below the main content.
2964
+ */
2965
+ details?: VNode[];
2966
+ /**
2967
+ * Named slot for action element, such as a button or link.
2968
+ */
2969
+ action?: VNode[];
3355
2970
  };
3356
2971
 
3357
- declare function __VLS_template_31(): {
3358
- attrs: Partial<{}>;
3359
- slots: Readonly<{
3360
- /**
3361
- * Default slot for the main content of the tile.
3362
- */
3363
- default?: VNode[];
3364
- /**
3365
- * Named slot for the action icon.
3366
- */
3367
- icon?: VNode[];
3368
- }> & {
3369
- /**
3370
- * Default slot for the main content of the tile.
3371
- */
3372
- default?: VNode[];
3373
- /**
3374
- * Named slot for the action icon.
3375
- */
3376
- icon?: VNode[];
3377
- };
3378
- refs: {};
3379
- rootEl: any;
2972
+ declare type __VLS_Slots_31 = {
2973
+ /**
2974
+ * Default slot for the main content of the tile.
2975
+ */
2976
+ default?: VNode[];
2977
+ /**
2978
+ * Named slot for the action icon.
2979
+ */
2980
+ icon?: VNode[];
3380
2981
  };
3381
2982
 
3382
- declare function __VLS_template_32(): {
3383
- attrs: Partial<{}>;
3384
- slots: Readonly<{
3385
- /**
3386
- * Default slot for the main content of the tile.
3387
- */
3388
- default?: VNode[];
3389
- /**
3390
- * Named slot for expandable content shown when the tile is opened.
3391
- */
3392
- details?: VNode[];
3393
- }> & {
3394
- /**
3395
- * Default slot for the main content of the tile.
3396
- */
3397
- default?: VNode[];
3398
- /**
3399
- * Named slot for expandable content shown when the tile is opened.
3400
- */
3401
- details?: VNode[];
3402
- };
3403
- refs: {};
3404
- rootEl: HTMLDivElement;
2983
+ declare type __VLS_Slots_32 = {
2984
+ /**
2985
+ * Default slot for the main content of the tile.
2986
+ */
2987
+ default?: VNode[];
2988
+ /**
2989
+ * Named slot for expandable content shown when the tile is opened.
2990
+ */
2991
+ details?: VNode[];
3405
2992
  };
3406
2993
 
3407
- declare function __VLS_template_33(): {
3408
- attrs: Partial<{}>;
3409
- slots: Readonly<{
3410
- /**
3411
- * Default slot for the main content of the tile.
3412
- */
3413
- default?: VNode[];
3414
- /**
3415
- * Named slot for additional content shown below the main content.
3416
- */
3417
- details?: VNode[];
3418
- }> & {
3419
- /**
3420
- * Default slot for the main content of the tile.
3421
- */
3422
- default?: VNode[];
3423
- /**
3424
- * Named slot for additional content shown below the main content.
3425
- */
3426
- details?: VNode[];
3427
- };
3428
- refs: {};
3429
- rootEl: HTMLDivElement;
2994
+ declare type __VLS_Slots_33 = {
2995
+ /**
2996
+ * Default slot for the main content of the tile.
2997
+ */
2998
+ default?: VNode[];
2999
+ /**
3000
+ * Named slot for additional content shown below the main content.
3001
+ */
3002
+ details?: VNode[];
3430
3003
  };
3431
3004
 
3432
- declare function __VLS_template_34(): {
3433
- attrs: Partial<{}>;
3434
- slots: Readonly<{
3435
- /**
3436
- * Use this slot to insert a button or a link in the toaster
3437
- */
3438
- action?: VNode;
3439
- }> & {
3440
- /**
3441
- * Use this slot to insert a button or a link in the toaster
3442
- */
3443
- action?: VNode;
3444
- };
3445
- refs: {};
3446
- rootEl: HTMLElement;
3005
+ declare type __VLS_Slots_34 = {
3006
+ /**
3007
+ * Use this slot to insert a button or a link in the toaster
3008
+ */
3009
+ action?: VNode;
3447
3010
  };
3448
3011
 
3449
- declare function __VLS_template_35(): {
3450
- attrs: Partial<{}>;
3451
- slots: Readonly<{
3452
- /**
3453
- * The tooltip will point to the content of the slot.
3454
- */
3455
- default: string;
3456
- }> & {
3457
- /**
3458
- * The tooltip will point to the content of the slot.
3459
- */
3460
- default: string;
3461
- };
3462
- refs: {};
3463
- rootEl: HTMLDivElement;
3012
+ declare type __VLS_Slots_35 = {
3013
+ /**
3014
+ * The tooltip will point to the content of the slot.
3015
+ */
3016
+ default: string;
3464
3017
  };
3465
3018
 
3466
- declare function __VLS_template_4(): {
3467
- attrs: Partial<{}>;
3468
- slots: Readonly<{
3469
- /**
3470
- * Activator element that triggers the listbox.
3471
- */
3472
- activator?: VNode[];
3473
- }> & {
3474
- /**
3475
- * Activator element that triggers the listbox.
3476
- */
3477
- activator?: VNode[];
3478
- };
3479
- refs: {
3480
- popover: HTMLDivElement;
3481
- };
3482
- rootEl: any;
3019
+ declare type __VLS_Slots_4 = {
3020
+ /**
3021
+ * Activator element that triggers the listbox.
3022
+ */
3023
+ activator?: VNode[];
3483
3024
  };
3484
3025
 
3485
- declare function __VLS_template_5(): {
3486
- attrs: Partial<{}>;
3487
- slots: Readonly<{
3488
- /**
3489
- * Use this slot to insert the image, icon or intials of the avatar.
3490
- */
3491
- default: VNode;
3492
- }> & {
3493
- /**
3494
- * Use this slot to insert the image, icon or intials of the avatar.
3495
- */
3496
- default: VNode;
3497
- };
3498
- refs: {};
3499
- rootEl: HTMLSpanElement;
3026
+ declare type __VLS_Slots_5 = {
3027
+ /**
3028
+ * Use this slot to insert the image, icon or intials of the avatar.
3029
+ */
3030
+ default: VNode;
3500
3031
  };
3501
3032
 
3502
- declare function __VLS_template_6(): {
3503
- attrs: Partial<{}>;
3504
- slots: Readonly<{
3505
- /**
3506
- * The content displayed in the button.
3507
- */
3508
- default: string;
3509
- /**
3510
- * Use this slot to insert an icon for the Button.
3511
- */
3512
- icon?: VNode;
3513
- }> & {
3514
- /**
3515
- * The content displayed in the button.
3516
- */
3517
- default: string;
3518
- /**
3519
- * Use this slot to insert an icon for the Button.
3520
- */
3521
- icon?: VNode;
3522
- };
3523
- refs: {};
3524
- rootEl: HTMLButtonElement;
3033
+ declare type __VLS_Slots_6 = {
3034
+ /**
3035
+ * The content displayed in the button.
3036
+ */
3037
+ default: string;
3038
+ /**
3039
+ * Use this slot to insert an icon for the Button.
3040
+ */
3041
+ icon?: VNode;
3525
3042
  };
3526
3043
 
3527
- declare function __VLS_template_7(): {
3528
- attrs: Partial<{}>;
3529
- slots: Readonly<{
3530
- /**
3531
- * Use this slot to insert an icon.
3532
- */
3533
- icon?: VNode;
3534
- /**
3535
- * Use this slot to insert a button or a link in the footer of the callout.
3536
- */
3537
- footer?: VNode;
3538
- }> & {
3539
- /**
3540
- * Use this slot to insert an icon.
3541
- */
3542
- icon?: VNode;
3543
- /**
3544
- * Use this slot to insert a button or a link in the footer of the callout.
3545
- */
3546
- footer?: VNode;
3547
- };
3548
- refs: {};
3549
- rootEl: HTMLElement;
3044
+ declare type __VLS_Slots_7 = {
3045
+ /**
3046
+ * Use this slot to insert an icon.
3047
+ */
3048
+ icon?: VNode;
3049
+ /**
3050
+ * Use this slot to insert a button or a link in the footer of the callout.
3051
+ */
3052
+ footer?: VNode;
3550
3053
  };
3551
3054
 
3552
- declare function __VLS_template_8(): {
3553
- attrs: Partial<{}>;
3554
- slots: Readonly<{
3555
- /**
3556
- * Use this slot to insert a list of components to be displayed in the carousel.
3557
- */
3558
- default: () => VNode[];
3559
- /**
3560
- * Use this slot to insert the title, subtitle or link of the carousel.
3561
- */
3562
- header: VNode;
3563
- }> & {
3564
- /**
3565
- * Use this slot to insert a list of components to be displayed in the carousel.
3566
- */
3567
- default: () => VNode[];
3568
- /**
3569
- * Use this slot to insert the title, subtitle or link of the carousel.
3570
- */
3571
- header: VNode;
3572
- };
3573
- refs: {
3574
- contentContainer: HTMLDivElement;
3575
- };
3576
- rootEl: HTMLDivElement;
3055
+ declare type __VLS_Slots_8 = {
3056
+ /**
3057
+ * Use this slot to insert a list of components to be displayed in the carousel.
3058
+ */
3059
+ default: () => VNode[];
3060
+ /**
3061
+ * Use this slot to insert the title, subtitle or link of the carousel.
3062
+ */
3063
+ header: VNode;
3577
3064
  };
3578
3065
 
3579
- declare function __VLS_template_9(): {
3580
- attrs: Partial<{}>;
3581
- slots: Readonly<{
3582
- /**
3583
- * Use this slot to customize the content of each item.
3584
- */
3585
- item(props: {
3586
- item: ListboxOption;
3587
- }): VNode;
3588
- }> & {
3589
- /**
3590
- * Use this slot to customize the content of each item.
3591
- */
3592
- item(props: {
3593
- item: ListboxOption;
3594
- }): VNode;
3595
- };
3596
- refs: {
3597
- combobox: HTMLDivElement;
3598
- comboboxControl: HTMLButtonElement;
3599
- listbox: ({
3600
- $: ComponentInternalInstance;
3601
- $data: {};
3602
- $props: {
3603
- readonly modelValue: string | number | null | (string | number)[];
3604
- readonly id: string;
3605
- readonly open?: boolean | undefined;
3606
- readonly multiple?: boolean | undefined;
3607
- readonly readonly?: boolean | undefined;
3608
- readonly search?: boolean | undefined;
3609
- readonly actions?: boolean | undefined;
3610
- readonly checkableSections?: boolean | undefined;
3611
- readonly searchPlaceholder?: string | undefined;
3612
- readonly selectLabel?: string | undefined;
3613
- readonly clearLabel?: string | undefined;
3614
- readonly options: Array<ListboxOption>;
3615
- readonly "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
3616
- readonly onOpen?: (() => any) | undefined;
3617
- readonly onClose?: (() => any) | undefined;
3618
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3619
- $attrs: Attrs;
3620
- $refs: {
3621
- [x: string]: unknown;
3622
- } & {
3623
- listboxEl: HTMLDivElement;
3624
- textInput: ({
3625
- $: ComponentInternalInstance;
3626
- $data: {};
3627
- $props: {
3628
- readonly id: string;
3629
- readonly name?: string | undefined;
3630
- readonly modelValue?: string | number | undefined;
3631
- readonly placeholder?: string | undefined;
3632
- readonly inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text" | undefined;
3633
- readonly isInvalid?: boolean | undefined;
3634
- readonly disabled?: boolean | undefined;
3635
- readonly size?: "s" | "m" | undefined;
3636
- readonly readonly?: boolean | undefined;
3637
- readonly isClearable?: boolean | undefined;
3638
- readonly clearLabel?: string | undefined;
3639
- readonly prefix?: string | undefined;
3640
- readonly suffix?: string | undefined;
3641
- readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3642
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3643
- $attrs: Attrs;
3644
- $refs: {
3645
- [x: string]: unknown;
3646
- } & {
3647
- textInput: HTMLInputElement;
3648
- };
3649
- $slots: Readonly<{
3650
- [name: string]: Slot<any> | undefined;
3651
- }>;
3652
- $root: ComponentPublicInstance | null;
3653
- $parent: ComponentPublicInstance | null;
3654
- $host: Element | null;
3655
- $emit: (event: "update:modelValue", value: string | number) => void;
3656
- $el: any;
3657
- $options: ComponentOptionsBase<Readonly<{
3658
- id: string;
3659
- name?: string;
3660
- modelValue?: string | number;
3661
- placeholder?: string;
3662
- inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
3663
- isInvalid?: boolean;
3664
- disabled?: boolean;
3665
- size?: "s" | "m";
3666
- readonly?: boolean;
3667
- isClearable?: boolean;
3668
- clearLabel?: string;
3669
- prefix?: string;
3670
- suffix?: string;
3671
- }> & Readonly<{
3672
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3673
- }>, {
3674
- focus: () => void;
3675
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3676
- "update:modelValue": (value: string | number) => any;
3677
- }, string, {
3678
- size: "s" | "m";
3679
- inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
3680
- clearLabel: string;
3681
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
3682
- beforeCreate?: (() => void) | (() => void)[];
3683
- created?: (() => void) | (() => void)[];
3684
- beforeMount?: (() => void) | (() => void)[];
3685
- mounted?: (() => void) | (() => void)[];
3686
- beforeUpdate?: (() => void) | (() => void)[];
3687
- updated?: (() => void) | (() => void)[];
3688
- activated?: (() => void) | (() => void)[];
3689
- deactivated?: (() => void) | (() => void)[];
3690
- beforeDestroy?: (() => void) | (() => void)[];
3691
- beforeUnmount?: (() => void) | (() => void)[];
3692
- destroyed?: (() => void) | (() => void)[];
3693
- unmounted?: (() => void) | (() => void)[];
3694
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3695
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3696
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
3697
- };
3698
- $forceUpdate: () => void;
3699
- $nextTick: nextTick;
3700
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3701
- } & Readonly<{
3702
- size: "s" | "m";
3703
- inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
3704
- clearLabel: string;
3705
- }> & Omit<Readonly<{
3706
- id: string;
3707
- name?: string;
3708
- modelValue?: string | number;
3709
- placeholder?: string;
3710
- inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
3711
- isInvalid?: boolean;
3712
- disabled?: boolean;
3713
- size?: "s" | "m";
3714
- readonly?: boolean;
3715
- isClearable?: boolean;
3716
- clearLabel?: string;
3717
- prefix?: string;
3718
- suffix?: string;
3719
- }> & Readonly<{
3720
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3721
- }>, "focus" | ("size" | "inputType" | "clearLabel")> & {
3722
- focus: () => void;
3723
- } & {} & ComponentCustomProperties & {} & {
3724
- $slots: Readonly<{
3725
- icon?: VNode;
3726
- }> & {
3727
- icon?: VNode;
3728
- };
3729
- }) | null;
3730
- };
3731
- $slots: Readonly<{
3732
- [name: string]: Slot<any> | undefined;
3733
- }>;
3734
- $root: ComponentPublicInstance | null;
3735
- $parent: ComponentPublicInstance | null;
3736
- $host: Element | null;
3737
- $emit: ((event: "update:modelValue", value: string | number | (string | number)[] | null) => void) & ((event: "open") => void) & ((event: "close") => void);
3738
- $el: HTMLDivElement;
3739
- $options: ComponentOptionsBase<Readonly<{
3740
- modelValue: string | number | null | (string | number)[];
3741
- id: string;
3742
- open?: boolean;
3743
- multiple?: boolean;
3744
- readonly?: boolean;
3745
- search?: boolean;
3746
- actions?: boolean;
3747
- checkableSections?: boolean;
3748
- searchPlaceholder?: string;
3749
- selectLabel?: string;
3750
- clearLabel?: string;
3751
- options: Array<ListboxOption>;
3752
- }> & Readonly<{
3753
- "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
3754
- onOpen?: (() => any) | undefined;
3755
- onClose?: (() => any) | undefined;
3756
- }>, {
3757
- handleKeydown: (event: KeyboardEvent) => void;
3758
- toggleValue: (item?: ListboxOption) => void;
3759
- clearSelection: () => void;
3760
- listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
3761
- activeIndex: Ref<number, number>;
3762
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3763
- "update:modelValue": (value: string | number | (string | number)[] | null) => any;
3764
- open: () => any;
3765
- close: () => any;
3766
- }, string, {
3767
- clearLabel: string;
3768
- searchPlaceholder: string;
3769
- selectLabel: string;
3770
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
3771
- beforeCreate?: (() => void) | (() => void)[];
3772
- created?: (() => void) | (() => void)[];
3773
- beforeMount?: (() => void) | (() => void)[];
3774
- mounted?: (() => void) | (() => void)[];
3775
- beforeUpdate?: (() => void) | (() => void)[];
3776
- updated?: (() => void) | (() => void)[];
3777
- activated?: (() => void) | (() => void)[];
3778
- deactivated?: (() => void) | (() => void)[];
3779
- beforeDestroy?: (() => void) | (() => void)[];
3780
- beforeUnmount?: (() => void) | (() => void)[];
3781
- destroyed?: (() => void) | (() => void)[];
3782
- unmounted?: (() => void) | (() => void)[];
3783
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3784
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3785
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
3786
- };
3787
- $forceUpdate: () => void;
3788
- $nextTick: nextTick;
3789
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3790
- } & Readonly<{
3791
- clearLabel: string;
3792
- searchPlaceholder: string;
3793
- selectLabel: string;
3794
- }> & Omit<Readonly<{
3795
- modelValue: string | number | null | (string | number)[];
3796
- id: string;
3797
- open?: boolean;
3798
- multiple?: boolean;
3799
- readonly?: boolean;
3800
- search?: boolean;
3801
- actions?: boolean;
3802
- checkableSections?: boolean;
3803
- searchPlaceholder?: string;
3804
- selectLabel?: string;
3805
- clearLabel?: string;
3806
- options: Array<ListboxOption>;
3807
- }> & Readonly<{
3808
- "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
3809
- onOpen?: (() => any) | undefined;
3810
- onClose?: (() => any) | undefined;
3811
- }>, "listboxEl" | "handleKeydown" | "toggleValue" | "clearSelection" | "activeIndex" | ("clearLabel" | "searchPlaceholder" | "selectLabel")> & {
3812
- handleKeydown: (event: KeyboardEvent) => void;
3813
- toggleValue: (item?: ListboxOption) => void;
3814
- clearSelection: () => void;
3815
- listboxEl: HTMLDivElement | null;
3816
- activeIndex: number;
3817
- } & {} & ComponentCustomProperties & {} & {
3818
- $slots: Readonly<{
3819
- item(props: {
3820
- item: ListboxOption;
3821
- }): VNode;
3822
- }> & {
3823
- item(props: {
3824
- item: ListboxOption;
3825
- }): VNode;
3826
- };
3827
- }) | null;
3828
- };
3829
- rootEl: HTMLDivElement;
3066
+ declare type __VLS_Slots_9 = {
3067
+ /**
3068
+ * Use this slot to customize the content of each item.
3069
+ */
3070
+ item(props: {
3071
+ item: ListboxOption;
3072
+ }): VNode;
3830
3073
  };
3831
3074
 
3832
- declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
3833
-
3834
- declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
3835
-
3836
- declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
3837
-
3838
- declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
3839
-
3840
- declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
3841
-
3842
- declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
3843
-
3844
- declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
3845
-
3846
- declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
3847
-
3848
- declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
3849
-
3850
- declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
3851
-
3852
- declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
3853
-
3854
- declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
3855
-
3856
- declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
3857
-
3858
- declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
3859
-
3860
- declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
3861
-
3862
- declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
3863
-
3864
- declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
3865
-
3866
- declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
3867
-
3868
- declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
3869
-
3870
- declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
3871
-
3872
- declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
3873
-
3874
- declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
3875
-
3876
- declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
3877
-
3878
- declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
3879
-
3880
- declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
3881
-
3882
- declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
3883
-
3884
- declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
3885
-
3886
- declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
3887
-
3888
- declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
3889
-
3890
- declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
3891
-
3892
- declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
3893
-
3894
- declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
3895
-
3896
- declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
3897
-
3898
- declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
3899
-
3900
- declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
3901
-
3902
- declare type __VLS_WithTemplateSlots<T, S> = T & {
3075
+ declare type __VLS_WithSlots<T, S> = T & {
3903
3076
  new (): {
3904
3077
  $slots: S;
3905
3078
  };
3906
3079
  };
3907
3080
 
3908
- declare type __VLS_WithTemplateSlots_10<T, S> = T & {
3081
+ declare type __VLS_WithSlots_10<T, S> = T & {
3909
3082
  new (): {
3910
3083
  $slots: S;
3911
3084
  };
3912
3085
  };
3913
3086
 
3914
- declare type __VLS_WithTemplateSlots_11<T, S> = T & {
3087
+ declare type __VLS_WithSlots_11<T, S> = T & {
3915
3088
  new (): {
3916
3089
  $slots: S;
3917
3090
  };
3918
3091
  };
3919
3092
 
3920
- declare type __VLS_WithTemplateSlots_12<T, S> = T & {
3093
+ declare type __VLS_WithSlots_12<T, S> = T & {
3921
3094
  new (): {
3922
3095
  $slots: S;
3923
3096
  };
3924
3097
  };
3925
3098
 
3926
- declare type __VLS_WithTemplateSlots_13<T, S> = T & {
3099
+ declare type __VLS_WithSlots_13<T, S> = T & {
3927
3100
  new (): {
3928
3101
  $slots: S;
3929
3102
  };
3930
3103
  };
3931
3104
 
3932
- declare type __VLS_WithTemplateSlots_14<T, S> = T & {
3105
+ declare type __VLS_WithSlots_14<T, S> = T & {
3933
3106
  new (): {
3934
3107
  $slots: S;
3935
3108
  };
3936
3109
  };
3937
3110
 
3938
- declare type __VLS_WithTemplateSlots_15<T, S> = T & {
3111
+ declare type __VLS_WithSlots_15<T, S> = T & {
3939
3112
  new (): {
3940
3113
  $slots: S;
3941
3114
  };
3942
3115
  };
3943
3116
 
3944
- declare type __VLS_WithTemplateSlots_16<T, S> = T & {
3117
+ declare type __VLS_WithSlots_16<T, S> = T & {
3945
3118
  new (): {
3946
3119
  $slots: S;
3947
3120
  };
3948
3121
  };
3949
3122
 
3950
- declare type __VLS_WithTemplateSlots_17<T, S> = T & {
3123
+ declare type __VLS_WithSlots_17<T, S> = T & {
3951
3124
  new (): {
3952
3125
  $slots: S;
3953
3126
  };
3954
3127
  };
3955
3128
 
3956
- declare type __VLS_WithTemplateSlots_18<T, S> = T & {
3129
+ declare type __VLS_WithSlots_18<T, S> = T & {
3957
3130
  new (): {
3958
3131
  $slots: S;
3959
3132
  };
3960
3133
  };
3961
3134
 
3962
- declare type __VLS_WithTemplateSlots_19<T, S> = T & {
3135
+ declare type __VLS_WithSlots_19<T, S> = T & {
3963
3136
  new (): {
3964
3137
  $slots: S;
3965
3138
  };
3966
3139
  };
3967
3140
 
3968
- declare type __VLS_WithTemplateSlots_2<T, S> = T & {
3141
+ declare type __VLS_WithSlots_2<T, S> = T & {
3969
3142
  new (): {
3970
3143
  $slots: S;
3971
3144
  };
3972
3145
  };
3973
3146
 
3974
- declare type __VLS_WithTemplateSlots_20<T, S> = T & {
3147
+ declare type __VLS_WithSlots_20<T, S> = T & {
3975
3148
  new (): {
3976
3149
  $slots: S;
3977
3150
  };
3978
3151
  };
3979
3152
 
3980
- declare type __VLS_WithTemplateSlots_21<T, S> = T & {
3153
+ declare type __VLS_WithSlots_21<T, S> = T & {
3981
3154
  new (): {
3982
3155
  $slots: S;
3983
3156
  };
3984
3157
  };
3985
3158
 
3986
- declare type __VLS_WithTemplateSlots_22<T, S> = T & {
3159
+ declare type __VLS_WithSlots_22<T, S> = T & {
3987
3160
  new (): {
3988
3161
  $slots: S;
3989
3162
  };
3990
3163
  };
3991
3164
 
3992
- declare type __VLS_WithTemplateSlots_23<T, S> = T & {
3165
+ declare type __VLS_WithSlots_23<T, S> = T & {
3993
3166
  new (): {
3994
3167
  $slots: S;
3995
3168
  };
3996
3169
  };
3997
3170
 
3998
- declare type __VLS_WithTemplateSlots_24<T, S> = T & {
3171
+ declare type __VLS_WithSlots_24<T, S> = T & {
3999
3172
  new (): {
4000
3173
  $slots: S;
4001
3174
  };
4002
3175
  };
4003
3176
 
4004
- declare type __VLS_WithTemplateSlots_25<T, S> = T & {
3177
+ declare type __VLS_WithSlots_25<T, S> = T & {
4005
3178
  new (): {
4006
3179
  $slots: S;
4007
3180
  };
4008
3181
  };
4009
3182
 
4010
- declare type __VLS_WithTemplateSlots_26<T, S> = T & {
3183
+ declare type __VLS_WithSlots_26<T, S> = T & {
4011
3184
  new (): {
4012
3185
  $slots: S;
4013
3186
  };
4014
3187
  };
4015
3188
 
4016
- declare type __VLS_WithTemplateSlots_27<T, S> = T & {
3189
+ declare type __VLS_WithSlots_27<T, S> = T & {
4017
3190
  new (): {
4018
3191
  $slots: S;
4019
3192
  };
4020
3193
  };
4021
3194
 
4022
- declare type __VLS_WithTemplateSlots_28<T, S> = T & {
3195
+ declare type __VLS_WithSlots_28<T, S> = T & {
4023
3196
  new (): {
4024
3197
  $slots: S;
4025
3198
  };
4026
3199
  };
4027
3200
 
4028
- declare type __VLS_WithTemplateSlots_29<T, S> = T & {
3201
+ declare type __VLS_WithSlots_29<T, S> = T & {
4029
3202
  new (): {
4030
3203
  $slots: S;
4031
3204
  };
4032
3205
  };
4033
3206
 
4034
- declare type __VLS_WithTemplateSlots_3<T, S> = T & {
3207
+ declare type __VLS_WithSlots_3<T, S> = T & {
4035
3208
  new (): {
4036
3209
  $slots: S;
4037
3210
  };
4038
3211
  };
4039
3212
 
4040
- declare type __VLS_WithTemplateSlots_30<T, S> = T & {
3213
+ declare type __VLS_WithSlots_30<T, S> = T & {
4041
3214
  new (): {
4042
3215
  $slots: S;
4043
3216
  };
4044
3217
  };
4045
3218
 
4046
- declare type __VLS_WithTemplateSlots_31<T, S> = T & {
3219
+ declare type __VLS_WithSlots_31<T, S> = T & {
4047
3220
  new (): {
4048
3221
  $slots: S;
4049
3222
  };
4050
3223
  };
4051
3224
 
4052
- declare type __VLS_WithTemplateSlots_32<T, S> = T & {
3225
+ declare type __VLS_WithSlots_32<T, S> = T & {
4053
3226
  new (): {
4054
3227
  $slots: S;
4055
3228
  };
4056
3229
  };
4057
3230
 
4058
- declare type __VLS_WithTemplateSlots_33<T, S> = T & {
3231
+ declare type __VLS_WithSlots_33<T, S> = T & {
4059
3232
  new (): {
4060
3233
  $slots: S;
4061
3234
  };
4062
3235
  };
4063
3236
 
4064
- declare type __VLS_WithTemplateSlots_34<T, S> = T & {
3237
+ declare type __VLS_WithSlots_34<T, S> = T & {
4065
3238
  new (): {
4066
3239
  $slots: S;
4067
3240
  };
4068
3241
  };
4069
3242
 
4070
- declare type __VLS_WithTemplateSlots_35<T, S> = T & {
3243
+ declare type __VLS_WithSlots_35<T, S> = T & {
4071
3244
  new (): {
4072
3245
  $slots: S;
4073
3246
  };
4074
3247
  };
4075
3248
 
4076
- declare type __VLS_WithTemplateSlots_4<T, S> = T & {
3249
+ declare type __VLS_WithSlots_4<T, S> = T & {
4077
3250
  new (): {
4078
3251
  $slots: S;
4079
3252
  };
4080
3253
  };
4081
3254
 
4082
- declare type __VLS_WithTemplateSlots_5<T, S> = T & {
3255
+ declare type __VLS_WithSlots_5<T, S> = T & {
4083
3256
  new (): {
4084
3257
  $slots: S;
4085
3258
  };
4086
3259
  };
4087
3260
 
4088
- declare type __VLS_WithTemplateSlots_6<T, S> = T & {
3261
+ declare type __VLS_WithSlots_6<T, S> = T & {
4089
3262
  new (): {
4090
3263
  $slots: S;
4091
3264
  };
4092
3265
  };
4093
3266
 
4094
- declare type __VLS_WithTemplateSlots_7<T, S> = T & {
3267
+ declare type __VLS_WithSlots_7<T, S> = T & {
4095
3268
  new (): {
4096
3269
  $slots: S;
4097
3270
  };
4098
3271
  };
4099
3272
 
4100
- declare type __VLS_WithTemplateSlots_8<T, S> = T & {
3273
+ declare type __VLS_WithSlots_8<T, S> = T & {
4101
3274
  new (): {
4102
3275
  $slots: S;
4103
3276
  };
4104
3277
  };
4105
3278
 
4106
- declare type __VLS_WithTemplateSlots_9<T, S> = T & {
3279
+ declare type __VLS_WithSlots_9<T, S> = T & {
4107
3280
  new (): {
4108
3281
  $slots: S;
4109
3282
  };
@@ -4205,71 +3378,43 @@ declare type ListboxOption = {
4205
3378
  type?: 'option' | 'section';
4206
3379
  };
4207
3380
 
4208
- export declare const MAccordionList: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
3381
+ export declare const MAccordionList: typeof __VLS_export;
4209
3382
 
4210
- export declare const MAccordionListItem: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
3383
+ export declare const MAccordionListItem: typeof __VLS_export_2;
4211
3384
 
4212
- export declare const MActionBottomBar: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
3385
+ export declare const MActionBottomBar: typeof __VLS_export_3;
4213
3386
 
4214
- export declare const MActionListbox: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
3387
+ export declare const MActionListbox: typeof __VLS_export_4;
4215
3388
 
4216
- export declare const MAvatar: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
3389
+ export declare const MAvatar: typeof __VLS_export_5;
4217
3390
 
4218
- export declare const MBreadcrumb: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3391
+ export declare const MBreadcrumb: typeof __VLS_export_6;
4219
3392
 
4220
- export declare const MBuiltInMenu: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4221
- "update:modelValue": (value: number) => any;
4222
- }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
4223
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4224
- }>, {
4225
- label: string;
4226
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3393
+ export declare const MBuiltInMenu: typeof __VLS_export_7;
4227
3394
 
4228
- export declare const MButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
3395
+ export declare const MButton: typeof __VLS_export_8;
4229
3396
 
4230
- export declare const MCallout: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
3397
+ export declare const MCallout: typeof __VLS_export_9;
4231
3398
 
4232
- export declare const MCarousel: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
3399
+ export declare const MCarousel: typeof __VLS_export_10;
4233
3400
 
4234
- export declare const MCheckbox: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4235
- "update:modelValue": (value: boolean) => any;
4236
- }, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
4237
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4238
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3401
+ export declare const MCheckbox: typeof __VLS_export_11;
4239
3402
 
4240
- export declare const MCheckboxGroup: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4241
- "update:modelValue": (value: string[]) => any;
4242
- }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
4243
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
4244
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3403
+ export declare const MCheckboxGroup: typeof __VLS_export_12;
4245
3404
 
4246
- export declare const MCheckListMenu: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4247
- "update:modelValue": (value: number) => any;
4248
- }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
4249
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4250
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3405
+ export declare const MCheckListMenu: typeof __VLS_export_13;
4251
3406
 
4252
- export declare const MCircularProgressbar: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
4253
- type: "percentage" | "content";
4254
- value: number;
4255
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3407
+ export declare const MCircularProgressbar: typeof __VLS_export_14;
4256
3408
 
4257
- export declare const MCombobox: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
3409
+ export declare const MCombobox: typeof __VLS_export_15;
4258
3410
 
4259
- export declare const MContainer: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
3411
+ export declare const MContainer: typeof __VLS_export_16;
4260
3412
 
4261
- export declare const MDatepicker: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4262
- "update:modelValue": (value: string | number) => any;
4263
- }, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
4264
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
4265
- }>, {
4266
- size: "s" | "m";
4267
- clearLabel: string;
4268
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3413
+ export declare const MDatepicker: typeof __VLS_export_17;
4269
3414
 
4270
- export declare const MDivider: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
3415
+ export declare const MDivider: typeof __VLS_export_18;
4271
3416
 
4272
- export declare const MDrawer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
3417
+ export declare const MDrawer: typeof __VLS_export_19;
4273
3418
 
4274
3419
  /**
4275
3420
  * A built-in menu is a structured list of navigational or interactive options, typically displayed as a vertical stack. It allows users to browse categories, access settings, or navigate through different sections of an interface.
@@ -4282,384 +3427,115 @@ declare type MenuItem = {
4282
3427
  target?: '_self' | '_blank' | '_parent' | '_top';
4283
3428
  };
4284
3429
 
4285
- export declare const MField: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
3430
+ export declare const MField: typeof __VLS_export_20;
4286
3431
 
4287
- export declare const MFieldGroup: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
3432
+ export declare const MFieldGroup: typeof __VLS_export_21;
4288
3433
 
4289
- export declare const MFileUploader: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
3434
+ export declare const MFileUploader: typeof __VLS_export_22;
4290
3435
 
4291
- export declare const MFileUploaderItem: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
3436
+ export declare const MFileUploaderItem: typeof __VLS_export_23;
4292
3437
 
4293
- export declare const MFlag: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3438
+ export declare const MFlag: typeof __VLS_export_24;
4294
3439
 
4295
- export declare const MIconButton: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
3440
+ export declare const MIconButton: typeof __VLS_export_25;
4296
3441
 
4297
- export declare const MKpiItem: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
4298
- size: "s" | "m" | "l";
4299
- status: "info" | "warning" | "error" | "success" | "neutral";
4300
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3442
+ export declare const MKpiItem: typeof __VLS_export_26;
4301
3443
 
4302
- export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
4303
- value: number;
4304
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3444
+ export declare const MLinearProgressbarBuffer: typeof __VLS_export_27;
4305
3445
 
4306
- export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
4307
- value: number;
4308
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3446
+ export declare const MLinearProgressbarPercentage: typeof __VLS_export_28;
4309
3447
 
4310
- export declare const MLink: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
3448
+ export declare const MLink: typeof __VLS_export_29;
4311
3449
 
4312
- export declare const MLoader: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
4313
- appearance: "standard" | "accent" | "inverse";
4314
- size: "xs" | "s" | "m" | "l";
4315
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3450
+ export declare const MLoader: typeof __VLS_export_30;
4316
3451
 
4317
- export declare const MLoadingOverlay: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3452
+ export declare const MLoadingOverlay: typeof __VLS_export_31;
4318
3453
 
4319
- export declare const MModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
3454
+ export declare const MModal: typeof __VLS_export_32;
4320
3455
 
4321
- export declare const MNavigationIndicator: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4322
- "update:modelValue": (value: number) => any;
4323
- action: () => any;
4324
- }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
4325
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4326
- onAction?: (() => any) | undefined;
4327
- }>, {
4328
- action: "pause" | "resume";
4329
- player: boolean;
4330
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3456
+ export declare const MNavigationIndicator: typeof __VLS_export_33;
4331
3457
 
4332
- export declare const MNumberBadge: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
4333
- appearance: "danger" | "accent" | "inverse" | "standard";
4334
- size: "s" | "m";
4335
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
3458
+ export declare const MNumberBadge: typeof __VLS_export_34;
4336
3459
 
4337
- export declare const MOverlay: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
3460
+ export declare const MOverlay: typeof __VLS_export_35;
4338
3461
 
4339
- export declare const MPageHeader: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
3462
+ export declare const MPageHeader: typeof __VLS_export_36;
4340
3463
 
4341
- export declare const MPagination: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4342
- "update:modelValue": (value: number) => any;
4343
- }, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
4344
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4345
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3464
+ export declare const MPagination: typeof __VLS_export_37;
4346
3465
 
4347
- export declare const MPasswordInput: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4348
- "update:modelValue": (value: string | number) => any;
4349
- }, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
4350
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
4351
- }>, {
4352
- clearLabel: string;
4353
- buttonLabel: {
4354
- show: string;
4355
- hide: string;
4356
- };
4357
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
4358
- button: ({
4359
- $: ComponentInternalInstance;
4360
- $data: {};
4361
- $props: {
4362
- readonly appearance?: "standard" | "accent" | "danger" | "inverse" | undefined;
4363
- readonly size?: "s" | "m" | "l" | undefined;
4364
- readonly disabled?: boolean | undefined;
4365
- readonly ghost?: boolean | undefined;
4366
- readonly outlined?: boolean | undefined;
4367
- readonly iconPosition?: "left" | "right" | "only" | undefined;
4368
- readonly type?: "button" | "reset" | "submit" | undefined;
4369
- readonly isLoading?: boolean | undefined;
4370
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
4371
- $attrs: Attrs;
4372
- $refs: {
4373
- [x: string]: unknown;
4374
- };
4375
- $slots: Readonly<{
4376
- [name: string]: Slot<any> | undefined;
4377
- }>;
4378
- $root: ComponentPublicInstance | null;
4379
- $parent: ComponentPublicInstance | null;
4380
- $host: Element | null;
4381
- $emit: (event: string, ...args: any[]) => void;
4382
- $el: HTMLButtonElement;
4383
- $options: ComponentOptionsBase<Readonly<{
4384
- appearance?: "standard" | "accent" | "danger" | "inverse";
4385
- size?: "s" | "m" | "l";
4386
- disabled?: boolean;
4387
- ghost?: boolean;
4388
- outlined?: boolean;
4389
- iconPosition?: "left" | "right" | "only";
4390
- type?: "button" | "reset" | "submit";
4391
- isLoading?: boolean;
4392
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
4393
- appearance: "standard" | "accent" | "danger" | "inverse";
4394
- type: "button" | "reset" | "submit";
4395
- size: "s" | "m" | "l";
4396
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
4397
- beforeCreate?: (() => void) | (() => void)[];
4398
- created?: (() => void) | (() => void)[];
4399
- beforeMount?: (() => void) | (() => void)[];
4400
- mounted?: (() => void) | (() => void)[];
4401
- beforeUpdate?: (() => void) | (() => void)[];
4402
- updated?: (() => void) | (() => void)[];
4403
- activated?: (() => void) | (() => void)[];
4404
- deactivated?: (() => void) | (() => void)[];
4405
- beforeDestroy?: (() => void) | (() => void)[];
4406
- beforeUnmount?: (() => void) | (() => void)[];
4407
- destroyed?: (() => void) | (() => void)[];
4408
- unmounted?: (() => void) | (() => void)[];
4409
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
4410
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
4411
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
4412
- };
4413
- $forceUpdate: () => void;
4414
- $nextTick: nextTick;
4415
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
4416
- } & Readonly<{
4417
- appearance: "standard" | "accent" | "danger" | "inverse";
4418
- type: "button" | "reset" | "submit";
4419
- size: "s" | "m" | "l";
4420
- }> & Omit<Readonly<{
4421
- appearance?: "standard" | "accent" | "danger" | "inverse";
4422
- size?: "s" | "m" | "l";
4423
- disabled?: boolean;
4424
- ghost?: boolean;
4425
- outlined?: boolean;
4426
- iconPosition?: "left" | "right" | "only";
4427
- type?: "button" | "reset" | "submit";
4428
- isLoading?: boolean;
4429
- }> & Readonly<{}>, "appearance" | "type" | "size"> & {} & ComponentCustomProperties & {} & {
4430
- $slots: Readonly<{
4431
- default: string;
4432
- icon?: VNode;
4433
- }> & {
4434
- default: string;
4435
- icon?: VNode;
4436
- };
4437
- }) | null;
4438
- }, any>;
4439
-
4440
- export declare const MPhoneNumber: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4441
- "update:modelValue": (value: string) => any;
4442
- valid: (isValid: boolean) => any;
4443
- }, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
4444
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
4445
- onValid?: ((isValid: boolean) => any) | undefined;
4446
- }>, {
4447
- modelValue: string;
4448
- size: "s" | "m";
4449
- prefix: boolean;
4450
- defaultCountry: CountryCode;
4451
- flag: boolean;
4452
- locale: string;
4453
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4454
-
4455
- export declare const MPincode: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4456
- "update:modelValue": (value: string) => any;
4457
- }, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
4458
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
4459
- }>, {
4460
- length: 4 | 5 | 6;
4461
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3466
+ export declare const MPasswordInput: typeof __VLS_export_38;
4462
3467
 
4463
- export declare const MPopover: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
3468
+ export declare const MPhoneNumber: typeof __VLS_export_39;
4464
3469
 
4465
- export declare const MQuantitySelector: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4466
- "update:modelValue": (value: number) => any;
4467
- }, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
4468
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4469
- }>, {
4470
- modelValue: number;
4471
- size: "s" | "m";
4472
- name: string;
4473
- step: number;
4474
- min: number;
4475
- max: number;
4476
- incrementlabel: string;
4477
- decrementLabel: string;
4478
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3470
+ export declare const MPincode: typeof __VLS_export_40;
4479
3471
 
4480
- export declare const MRadio: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4481
- "update:modelValue": (value: boolean) => any;
4482
- }, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
4483
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4484
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3472
+ export declare const MPopover: typeof __VLS_export_41;
4485
3473
 
4486
- export declare const MRadioGroup: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4487
- "update:modelValue": (value: string) => any;
4488
- }, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
4489
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
4490
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3474
+ export declare const MQuantitySelector: typeof __VLS_export_42;
4491
3475
 
4492
- export declare const MSegmentedControl: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4493
- "update:modelValue": (value?: string | number | undefined) => any;
4494
- }, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
4495
- "onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
4496
- }>, {
4497
- modelValue: string | number;
4498
- size: "s" | "m";
4499
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3476
+ export declare const MRadio: typeof __VLS_export_43;
4500
3477
 
4501
- export declare const MSelect: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4502
- "update:modelValue": (value: string | number) => any;
4503
- }, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
4504
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
4505
- }>, {
4506
- size: "s" | "m";
4507
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3478
+ export declare const MRadioGroup: typeof __VLS_export_44;
4508
3479
 
4509
- export declare const MSidebar: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
3480
+ export declare const MSegmentedControl: typeof __VLS_export_45;
4510
3481
 
4511
- export declare const MSidebarExpandableItem: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
3482
+ export declare const MSelect: typeof __VLS_export_46;
4512
3483
 
4513
- export declare const MSidebarFooter: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
3484
+ export declare const MSidebar: typeof __VLS_export_47;
4514
3485
 
4515
- export declare const MSidebarHeader: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3486
+ export declare const MSidebarExpandableItem: typeof __VLS_export_48;
4516
3487
 
4517
- export declare const MSidebarNavItem: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4518
- click: (value: MouseEvent) => any;
4519
- }, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
4520
- onClick?: ((value: MouseEvent) => any) | undefined;
4521
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
4522
- trigger: unknown;
4523
- tooltip: HTMLDivElement;
4524
- }, any>;
3488
+ export declare const MSidebarFooter: typeof __VLS_export_49;
4525
3489
 
4526
- export declare const MSidebarShortcutItem: DefineComponent<__VLS_Props_51, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_51> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>;
3490
+ export declare const MSidebarHeader: typeof __VLS_export_50;
4527
3491
 
4528
- export declare const MSidebarShortcuts: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
3492
+ export declare const MSidebarNavItem: typeof __VLS_export_51;
4529
3493
 
4530
- export declare const MStarRating: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4531
- "update:modelValue": (value: number) => any;
4532
- }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
4533
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4534
- }>, {
4535
- appearance: "standard" | "accent";
4536
- size: "s" | "m" | "l";
4537
- readonly: boolean;
4538
- compact: boolean;
4539
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3494
+ export declare const MSidebarShortcutItem: typeof __VLS_export_52;
4540
3495
 
4541
- export declare const MStatusBadge: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
4542
- status: "info" | "success" | "warning" | "error" | "neutral";
4543
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3496
+ export declare const MSidebarShortcuts: typeof __VLS_export_53;
4544
3497
 
4545
- export declare const MStatusDot: DefineComponent<__VLS_Props_55, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_55> & Readonly<{}>, {
4546
- status: "info" | "success" | "warning" | "error" | "neutral";
4547
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
3498
+ export declare const MStarRating: typeof __VLS_export_54;
4548
3499
 
4549
- export declare const MStatusMessage: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{}>, {
4550
- appearance: "standard" | "accent";
4551
- status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
4552
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3500
+ export declare const MStatusBadge: typeof __VLS_export_55;
4553
3501
 
4554
- export declare const MStatusNotification: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
3502
+ export declare const MStatusDot: typeof __VLS_export_56;
4555
3503
 
4556
- export declare const MStepperBottomBar: DefineComponent<__VLS_Props_58, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4557
- "update:modelValue": (value: number) => any;
4558
- cancel: () => any;
4559
- validate: () => any;
4560
- }, string, PublicProps, Readonly<__VLS_Props_58> & Readonly<{
4561
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4562
- onCancel?: (() => any) | undefined;
4563
- onValidate?: (() => any) | undefined;
4564
- }>, {
4565
- modelValue: number;
4566
- cancel: boolean;
4567
- steps: number;
4568
- cancelLabel: string;
4569
- previousLabel: string;
4570
- nextLabel: string;
4571
- validateLabel: string;
4572
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4573
-
4574
- export declare const MStepperCompact: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{}>, {
4575
- value: number;
4576
- maxSteps: number;
4577
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4578
-
4579
- export declare const MStepperInline: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {
4580
- steps: Array<{
4581
- /**
4582
- * Uniquer identifier for the step.
4583
- */
4584
- id?: string;
4585
- /**
4586
- * Label of the step.
4587
- */
4588
- label: string;
4589
- /**
4590
- * Optional additional information under the label.
4591
- */
4592
- additionalInfo?: string;
4593
- }>;
4594
- currentStep: string | number;
4595
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3504
+ export declare const MStatusMessage: typeof __VLS_export_57;
4596
3505
 
4597
- export declare const MStepperStacked: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{}>, {
4598
- steps: Array<{
4599
- /**
4600
- * Unique identifier for the step.
4601
- */
4602
- id?: string;
4603
- /**
4604
- * Label of the step.
4605
- */
4606
- label: string;
4607
- /**
4608
- * Optional additional information under the label.
4609
- */
4610
- additionalInfo?: string;
4611
- }>;
4612
- currentStep: string | number;
4613
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3506
+ export declare const MStatusNotification: typeof __VLS_export_58;
4614
3507
 
4615
- export declare const MTabs: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4616
- "update:modelValue": (value?: string | number | undefined) => any;
4617
- }, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{
4618
- "onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
4619
- }>, {
4620
- modelValue: string | number;
4621
- divider: boolean;
4622
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
4623
- tab: HTMLButtonElement;
4624
- }, HTMLElement>;
3508
+ export declare const MStepperBottomBar: typeof __VLS_export_59;
4625
3509
 
4626
- export declare const MTag: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
3510
+ export declare const MStepperCompact: typeof __VLS_export_60;
4627
3511
 
4628
- export declare const MTextArea: DefineComponent<__VLS_Props_64, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4629
- "update:modelValue": (value: string | number) => any;
4630
- }, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{
4631
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
4632
- }>, {
4633
- rows: number;
4634
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3512
+ export declare const MStepperInline: typeof __VLS_export_61;
4635
3513
 
4636
- export declare const MTextInput: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
3514
+ export declare const MStepperStacked: typeof __VLS_export_62;
4637
3515
 
4638
- export declare const MTile: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
3516
+ export declare const MTabs: typeof __VLS_export_63;
4639
3517
 
4640
- export declare const MTileClickable: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
3518
+ export declare const MTag: typeof __VLS_export_64;
4641
3519
 
4642
- export declare const MTileExpandable: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
3520
+ export declare const MTextArea: typeof __VLS_export_65;
4643
3521
 
4644
- export declare const MTileSelectable: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
3522
+ export declare const MTextInput: typeof __VLS_export_66;
4645
3523
 
4646
- export declare const MToaster: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
3524
+ export declare const MTile: typeof __VLS_export_67;
4647
3525
 
4648
- export declare const MToggle: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4649
- "update:modelValue": (value: boolean) => any;
4650
- }, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{
4651
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4652
- }>, {
4653
- size: "s" | "m";
4654
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3526
+ export declare const MTileClickable: typeof __VLS_export_68;
4655
3527
 
4656
- export declare const MToggleGroup: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4657
- "update:modelValue": (value: string[]) => any;
4658
- }, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{
4659
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
4660
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3528
+ export declare const MTileExpandable: typeof __VLS_export_69;
3529
+
3530
+ export declare const MTileSelectable: typeof __VLS_export_70;
3531
+
3532
+ export declare const MToaster: typeof __VLS_export_71;
3533
+
3534
+ export declare const MToggle: typeof __VLS_export_72;
3535
+
3536
+ export declare const MToggleGroup: typeof __VLS_export_73;
4661
3537
 
4662
- export declare const MTooltip: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
3538
+ export declare const MTooltip: typeof __VLS_export_74;
4663
3539
 
4664
3540
  declare type NormalizedFile = {
4665
3541
  name: string;