design-system-next 2.26.12 → 2.26.16

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 (226) hide show
  1. package/dist/design-system-next.es.d.ts +138 -69
  2. package/dist/design-system-next.es.js +4191 -4145
  3. package/dist/design-system-next.es.js.gz +0 -0
  4. package/dist/design-system-next.umd.js +11 -11
  5. package/dist/design-system-next.umd.js.gz +0 -0
  6. package/dist/main.css +1 -1
  7. package/dist/main.css.gz +0 -0
  8. package/package.json +1 -2
  9. package/src/App.vue +0 -3
  10. package/src/assets/images/banner-sample.svg +0 -14
  11. package/src/assets/images/empty-states/bug.svg +0 -211
  12. package/src/assets/images/empty-states/clock.svg +0 -119
  13. package/src/assets/images/empty-states/dashboard.svg +0 -109
  14. package/src/assets/images/empty-states/employees.svg +0 -175
  15. package/src/assets/images/empty-states/government-id.svg +0 -220
  16. package/src/assets/images/empty-states/integration.svg +0 -183
  17. package/src/assets/images/empty-states/list.svg +0 -106
  18. package/src/assets/images/empty-states/social-media-handles.svg +0 -140
  19. package/src/assets/images/empty-states/work-in-progress.svg +0 -162
  20. package/src/assets/images/empty-states/work-location.svg +0 -184
  21. package/src/assets/images/sample-profile-image.jpg +0 -0
  22. package/src/assets/images/sprout-hr-logo.svg +0 -33
  23. package/src/assets/scripts/border-radius.ts +0 -15
  24. package/src/assets/scripts/colors.ts +0 -134
  25. package/src/assets/scripts/max-width.ts +0 -11
  26. package/src/assets/scripts/spacing.ts +0 -23
  27. package/src/assets/scripts/utilities.ts +0 -15
  28. package/src/assets/styles/tailwind.css +0 -1212
  29. package/src/components/accordion/accordion.ts +0 -43
  30. package/src/components/accordion/accordion.vue +0 -67
  31. package/src/components/accordion/use-accordion.ts +0 -43
  32. package/src/components/attribute-filter/attribute-filter.ts +0 -138
  33. package/src/components/attribute-filter/attribute-filter.vue +0 -141
  34. package/src/components/attribute-filter/use-attribute-filter.ts +0 -125
  35. package/src/components/audit-trail/audit-trail.ts +0 -28
  36. package/src/components/audit-trail/audit-trail.vue +0 -104
  37. package/src/components/audit-trail/use-audit-trail.ts +0 -82
  38. package/src/components/avatar/avatar.ts +0 -71
  39. package/src/components/avatar/avatar.vue +0 -48
  40. package/src/components/avatar/use-avatar.ts +0 -152
  41. package/src/components/badge/badge.ts +0 -43
  42. package/src/components/badge/badge.vue +0 -28
  43. package/src/components/badge/use-badge.ts +0 -59
  44. package/src/components/banner/banner.ts +0 -20
  45. package/src/components/banner/banner.vue +0 -51
  46. package/src/components/banner/use-banner.ts +0 -81
  47. package/src/components/button/button-dropdown/button-dropdown.ts +0 -57
  48. package/src/components/button/button-dropdown/button-dropdown.vue +0 -45
  49. package/src/components/button/button-dropdown/use-button-dropdown.ts +0 -35
  50. package/src/components/button/button.ts +0 -72
  51. package/src/components/button/button.vue +0 -15
  52. package/src/components/button/use-button.ts +0 -199
  53. package/src/components/calendar/calendar.ts +0 -99
  54. package/src/components/calendar/calendar.vue +0 -330
  55. package/src/components/calendar/use-calendar.ts +0 -209
  56. package/src/components/calendar-cell/calendar-cell.ts +0 -69
  57. package/src/components/calendar-cell/calendar-cell.vue +0 -51
  58. package/src/components/calendar-cell/use-calendar-cell.ts +0 -160
  59. package/src/components/card/card.ts +0 -69
  60. package/src/components/card/card.vue +0 -48
  61. package/src/components/card/use-card.ts +0 -110
  62. package/src/components/checkbox/checkbox.ts +0 -45
  63. package/src/components/checkbox/checkbox.vue +0 -36
  64. package/src/components/checkbox/use-checkbox.ts +0 -100
  65. package/src/components/chips/chips.ts +0 -101
  66. package/src/components/chips/chips.vue +0 -68
  67. package/src/components/chips/use-chips.ts +0 -105
  68. package/src/components/collapsible/collapsible.ts +0 -21
  69. package/src/components/collapsible/collapsible.vue +0 -27
  70. package/src/components/collapsible/use-collapsible.ts +0 -56
  71. package/src/components/date-picker/date-calendar-picker/date-calendar-picker.ts +0 -121
  72. package/src/components/date-picker/date-calendar-picker/date-calendar-picker.vue +0 -192
  73. package/src/components/date-picker/date-calendar-picker/use-date-calendar-picker.ts +0 -366
  74. package/src/components/date-picker/date-picker.ts +0 -184
  75. package/src/components/date-picker/date-picker.vue +0 -340
  76. package/src/components/date-picker/date-range-picker/date-range-picker.ts +0 -198
  77. package/src/components/date-picker/date-range-picker/date-range-picker.vue +0 -436
  78. package/src/components/date-picker/date-range-picker/use-date-range-picker.ts +0 -972
  79. package/src/components/date-picker/month-year-picker/month-year-picker.ts +0 -134
  80. package/src/components/date-picker/month-year-picker/month-year-picker.vue +0 -233
  81. package/src/components/date-picker/month-year-picker/use-month-year-picker.ts +0 -603
  82. package/src/components/date-picker/tabs/DatePickerCalendarTab.vue +0 -312
  83. package/src/components/date-picker/tabs/DatePickerMonthTab.vue +0 -60
  84. package/src/components/date-picker/tabs/DatePickerYearTab.vue +0 -114
  85. package/src/components/date-picker/use-date-picker.ts +0 -991
  86. package/src/components/dropdown/dropdown.ts +0 -158
  87. package/src/components/dropdown/dropdown.vue +0 -122
  88. package/src/components/dropdown/fix-multi-number.ts +0 -92
  89. package/src/components/dropdown/use-dropdown.ts +0 -520
  90. package/src/components/empty-state/empty-state.ts +0 -50
  91. package/src/components/empty-state/empty-state.vue +0 -31
  92. package/src/components/empty-state/use-empty-state.ts +0 -48
  93. package/src/components/file-upload/file-upload.ts +0 -102
  94. package/src/components/file-upload/file-upload.vue +0 -144
  95. package/src/components/file-upload/use-file-upload.ts +0 -231
  96. package/src/components/filter/filter.ts +0 -116
  97. package/src/components/filter/filter.vue +0 -291
  98. package/src/components/filter/use-filter.ts +0 -296
  99. package/src/components/floating-action/floating-action.ts +0 -12
  100. package/src/components/floating-action/floating-action.vue +0 -32
  101. package/src/components/floating-action/use-floating-action.ts +0 -16
  102. package/src/components/icon/icon.ts +0 -36
  103. package/src/components/icon/icon.vue +0 -12
  104. package/src/components/icon/use-icon.ts +0 -67
  105. package/src/components/input/input-contact-number/input-contact-number.ts +0 -97
  106. package/src/components/input/input-contact-number/input-contact-number.vue +0 -67
  107. package/src/components/input/input-contact-number/use-input-contact-number.ts +0 -252
  108. package/src/components/input/input-currency/input-currency.ts +0 -96
  109. package/src/components/input/input-currency/input-currency.vue +0 -64
  110. package/src/components/input/input-currency/use-input-currency.ts +0 -505
  111. package/src/components/input/input-dropdown/input-dropdown.vue +0 -20
  112. package/src/components/input/input-email/input-email.vue +0 -17
  113. package/src/components/input/input-password/input-password.vue +0 -29
  114. package/src/components/input/input-password/use-input-password.ts +0 -19
  115. package/src/components/input/input-search/input-search.vue +0 -17
  116. package/src/components/input/input-url/input-url.vue +0 -20
  117. package/src/components/input/input-username/input-username.vue +0 -17
  118. package/src/components/input/input.ts +0 -108
  119. package/src/components/input/input.vue +0 -76
  120. package/src/components/input/use-input.ts +0 -184
  121. package/src/components/list/ladderized-list/ladderized-list-back.vue +0 -33
  122. package/src/components/list/ladderized-list/ladderized-list.ts +0 -47
  123. package/src/components/list/ladderized-list/ladderized-list.vue +0 -64
  124. package/src/components/list/ladderized-list/use-ladderized-list.ts +0 -279
  125. package/src/components/list/list-item/list-item.ts +0 -67
  126. package/src/components/list/list-item/list-item.vue +0 -130
  127. package/src/components/list/list-item/use-list-item.ts +0 -76
  128. package/src/components/list/list.ts +0 -152
  129. package/src/components/list/list.vue +0 -158
  130. package/src/components/list/use-list.ts +0 -707
  131. package/src/components/logo/logo.ts +0 -43
  132. package/src/components/logo/logo.vue +0 -14
  133. package/src/components/logo/use-logo.ts +0 -41
  134. package/src/components/lozenge/lozenge.ts +0 -63
  135. package/src/components/lozenge/lozenge.vue +0 -50
  136. package/src/components/lozenge/use-lozenge.ts +0 -135
  137. package/src/components/modal/modal.ts +0 -45
  138. package/src/components/modal/modal.vue +0 -92
  139. package/src/components/modal/use-modal.ts +0 -102
  140. package/src/components/popper/popper.ts +0 -12
  141. package/src/components/popper/popper.vue +0 -36
  142. package/src/components/popper/use-popper.ts +0 -16
  143. package/src/components/progress-bar/progress-bar.ts +0 -71
  144. package/src/components/progress-bar/progress-bar.vue +0 -48
  145. package/src/components/progress-bar/use-progress-bar.ts +0 -67
  146. package/src/components/radio/radio-grouped/radio-grouped.ts +0 -74
  147. package/src/components/radio/radio-grouped/radio-grouped.vue +0 -40
  148. package/src/components/radio/radio-grouped/use-radio-grouped.ts +0 -63
  149. package/src/components/radio/radio.ts +0 -46
  150. package/src/components/radio/radio.vue +0 -67
  151. package/src/components/radio/use-radio.ts +0 -153
  152. package/src/components/select/select-ladderized/select-ladderized.ts +0 -175
  153. package/src/components/select/select-ladderized/select-ladderized.vue +0 -127
  154. package/src/components/select/select-ladderized/use-select-ladderized.ts +0 -248
  155. package/src/components/select/select-multiple/select-multiple.ts +0 -239
  156. package/src/components/select/select-multiple/select-multiple.vue +0 -217
  157. package/src/components/select/select-multiple/use-select-multiple.ts +0 -490
  158. package/src/components/select/select.ts +0 -204
  159. package/src/components/select/select.vue +0 -151
  160. package/src/components/select/use-select.ts +0 -383
  161. package/src/components/sidenav/sidenav-loader.vue +0 -14
  162. package/src/components/sidenav/sidenav-menu-links.vue +0 -326
  163. package/src/components/sidenav/sidenav.ts +0 -191
  164. package/src/components/sidenav/sidenav.vue +0 -358
  165. package/src/components/sidenav/use-sidenav.ts +0 -316
  166. package/src/components/sidepanel/sidepanel.ts +0 -129
  167. package/src/components/sidepanel/sidepanel.vue +0 -85
  168. package/src/components/sidepanel/stacking-sidepanel/stacking-sidepanel.ts +0 -16
  169. package/src/components/sidepanel/stacking-sidepanel/stacking-sidepanel.vue +0 -50
  170. package/src/components/sidepanel/stacking-sidepanel/use-stacking-sidepanel.ts +0 -149
  171. package/src/components/sidepanel/use-sidepanel.ts +0 -151
  172. package/src/components/slider/slider.ts +0 -38
  173. package/src/components/slider/slider.vue +0 -49
  174. package/src/components/slider/use-slider.ts +0 -111
  175. package/src/components/snackbar/snack/snack.ts +0 -71
  176. package/src/components/snackbar/snack/snack.vue +0 -70
  177. package/src/components/snackbar/snack/use-snack.ts +0 -52
  178. package/src/components/snackbar/snackbar.vue +0 -75
  179. package/src/components/snackbar/use-snackbar.ts +0 -34
  180. package/src/components/status/status.ts +0 -19
  181. package/src/components/status/status.vue +0 -13
  182. package/src/components/status/use-status.ts +0 -59
  183. package/src/components/stepper/step/step.ts +0 -47
  184. package/src/components/stepper/step/step.vue +0 -32
  185. package/src/components/stepper/step/use-step.ts +0 -82
  186. package/src/components/stepper/stepper.ts +0 -47
  187. package/src/components/stepper/stepper.vue +0 -34
  188. package/src/components/stepper/use-stepper.ts +0 -52
  189. package/src/components/switch/switch.ts +0 -42
  190. package/src/components/switch/switch.vue +0 -85
  191. package/src/components/switch/use-switch.ts +0 -107
  192. package/src/components/table/table-actions/table-actions.ts +0 -42
  193. package/src/components/table/table-actions/table-actions.vue +0 -40
  194. package/src/components/table/table-actions/use-table-actions.ts +0 -20
  195. package/src/components/table/table-chips-title/table-chips-title.ts +0 -27
  196. package/src/components/table/table-chips-title/table-chips-title.vue +0 -32
  197. package/src/components/table/table-chips-title/use-table-chips-title.ts +0 -22
  198. package/src/components/table/table-header-dropdown/table-header-dropdown.ts +0 -48
  199. package/src/components/table/table-header-dropdown/table-header-dropdown.vue +0 -88
  200. package/src/components/table/table-lozenge-title/table-lozenge-title.ts +0 -23
  201. package/src/components/table/table-lozenge-title/table-lozenge-title.vue +0 -26
  202. package/src/components/table/table-lozenge-title/use-table-lozenge-title.ts +0 -21
  203. package/src/components/table/table-pagination/table-pagination.ts +0 -75
  204. package/src/components/table/table-pagination/table-pagination.vue +0 -107
  205. package/src/components/table/table-pagination/use-table-pagination.ts +0 -129
  206. package/src/components/table/table.ts +0 -217
  207. package/src/components/table/table.vue +0 -297
  208. package/src/components/table/use-draggable-table-rows.ts +0 -57
  209. package/src/components/table/use-table.ts +0 -442
  210. package/src/components/tabs/tabs.ts +0 -43
  211. package/src/components/tabs/tabs.vue +0 -100
  212. package/src/components/tabs/use-tabs.ts +0 -95
  213. package/src/components/textarea/textarea.ts +0 -76
  214. package/src/components/textarea/textarea.vue +0 -57
  215. package/src/components/textarea/use-textarea.ts +0 -63
  216. package/src/components/time-picker/time-picker.ts +0 -69
  217. package/src/components/time-picker/time-picker.vue +0 -86
  218. package/src/components/time-picker/use-time-picker.ts +0 -94
  219. package/src/components/tooltip/tooltip.ts +0 -56
  220. package/src/components/tooltip/tooltip.vue +0 -49
  221. package/src/components/tooltip/use-tooltip.ts +0 -13
  222. package/src/main.ts +0 -11
  223. package/src/mock/tableData.ts +0 -23
  224. package/src/stores/useSnackbarStore.ts +0 -44
  225. package/src/vite-env.d.ts +0 -6
  226. package/src/vue.d.ts +0 -5
@@ -1203,23 +1203,27 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1203
1203
  };
1204
1204
  };
1205
1205
 
1206
- export declare const Accordion: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1206
+ declare const Accordion_2: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1207
+ export { Accordion_2 as Accordion }
1207
1208
 
1208
1209
  export { AccordionItem }
1209
1210
 
1210
1211
  export { AccordionPropTypes }
1211
1212
 
1212
- export declare const AttributeFilter: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1213
+ declare const AttributeFilter_2: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1214
+ export { AttributeFilter_2 as AttributeFilter }
1213
1215
 
1214
1216
  export { AttributeFilterPropTypes }
1215
1217
 
1216
- export declare const AuditTrail: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1218
+ declare const AuditTrail_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1217
1219
  auditTrailWrapperRef: HTMLDivElement;
1218
1220
  }, HTMLDivElement>;
1221
+ export { AuditTrail_2 as AuditTrail }
1219
1222
 
1220
1223
  export { AuditTrailPropTypes }
1221
1224
 
1222
- export declare const Avatar: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1225
+ declare const Avatar_2: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1226
+ export { Avatar_2 as Avatar }
1223
1227
 
1224
1228
  export { AVATAR_VARIANT }
1225
1229
 
@@ -1227,17 +1231,21 @@ export { AvatarEmitTypes }
1227
1231
 
1228
1232
  export { AvatarPropTypes }
1229
1233
 
1230
- export declare const Badge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1234
+ declare const Badge_2: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1235
+ export { Badge_2 as Badge }
1231
1236
 
1232
1237
  export { BadgePropTypes }
1233
1238
 
1234
- export declare const Banner: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1239
+ declare const Banner_2: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1240
+ export { Banner_2 as Banner }
1235
1241
 
1236
1242
  export { BannerPropTypes }
1237
1243
 
1238
- export declare const Button: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1244
+ declare const Button_2: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1245
+ export { Button_2 as Button }
1239
1246
 
1240
- export declare const ButtonDropdown: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1247
+ declare const ButtonDropdown_2: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1248
+ export { ButtonDropdown_2 as ButtonDropdown }
1241
1249
 
1242
1250
  export { ButtonEmitTypes }
1243
1251
 
@@ -1245,39 +1253,47 @@ export { ButtonPropTypes }
1245
1253
 
1246
1254
  export { ButtonType }
1247
1255
 
1248
- export declare const Calendar: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1256
+ declare const Calendar_2: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1257
+ export { Calendar_2 as Calendar }
1249
1258
 
1250
- export declare const CalendarCell: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1259
+ declare const CalendarCell_2: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1260
+ export { CalendarCell_2 as CalendarCell }
1251
1261
 
1252
1262
  export { CalendarCellPropTypes }
1253
1263
 
1254
1264
  export { CalendarPropTypes }
1255
1265
 
1256
- export declare const Card: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1266
+ declare const Card_2: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1267
+ export { Card_2 as Card }
1257
1268
 
1258
1269
  export { CardPropTypes }
1259
1270
 
1260
- export declare const Checkbox: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
1271
+ declare const Checkbox_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
1272
+ export { Checkbox_2 as Checkbox }
1261
1273
 
1262
1274
  export { CheckboxPropTypes }
1263
1275
 
1264
- export declare const Chips: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1276
+ declare const Chips_2: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1277
+ export { Chips_2 as Chips }
1265
1278
 
1266
1279
  export { ChipsPropTypes }
1267
1280
 
1268
- export declare const Collapsible: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1281
+ declare const Collapsible_2: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1282
+ export { Collapsible_2 as Collapsible }
1269
1283
 
1270
1284
  export { CollapsibleEmitTypes }
1271
1285
 
1272
1286
  export { CollapsiblePropTypes }
1273
1287
 
1274
- export declare const DateCalendarPicker: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1288
+ declare const DateCalendarPicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1275
1289
  dateCalendarPickerRef: HTMLDivElement;
1276
1290
  }, HTMLDivElement>;
1291
+ export { DateCalendarPicker_2 as DateCalendarPicker }
1277
1292
 
1278
- export declare const DatePicker: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1293
+ declare const DatePicker_2: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1294
+ export { DatePicker_2 as DatePicker }
1279
1295
 
1280
- export declare const DatePickerCalendarTab: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1296
+ declare const DatePickerCalendarTab_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1281
1297
  [x: string]: ((...args: unknown[]) => any) | (() => any);
1282
1298
  } | ({
1283
1299
  [x: string]: ((...args: unknown[]) => any) | (() => any);
@@ -1288,8 +1304,9 @@ export declare const DatePickerCalendarTab: DefineComponent<Props, {}, {}, {}, {
1288
1304
  } | {
1289
1305
  [x: `on${Capitalize<any>}`]: (...args: any) => any;
1290
1306
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1307
+ export { DatePickerCalendarTab_2 as DatePickerCalendarTab }
1291
1308
 
1292
- export declare const DatePickerMonthTab: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1309
+ declare const DatePickerMonthTab_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1293
1310
  [x: string]: ((...args: unknown[]) => any) | (() => any);
1294
1311
  } | ({
1295
1312
  [x: string]: ((...args: unknown[]) => any) | (() => any);
@@ -1300,10 +1317,11 @@ export declare const DatePickerMonthTab: DefineComponent<Props_2, {}, {}, {}, {}
1300
1317
  } | {
1301
1318
  [x: `on${Capitalize<any>}`]: (...args: any) => any;
1302
1319
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1320
+ export { DatePickerMonthTab_2 as DatePickerMonthTab }
1303
1321
 
1304
1322
  export { DatePickerPropTypes }
1305
1323
 
1306
- export declare const DatePickerYearTab: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
1324
+ declare const DatePickerYearTab_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
1307
1325
  selectedYear: any;
1308
1326
  itemsPerPage: number;
1309
1327
  yearsArray: () => any[];
@@ -1328,61 +1346,79 @@ export declare const DatePickerYearTab: DefineComponent<ExtractPropTypes<__VLS_W
1328
1346
  } | {
1329
1347
  [x: `on${Capitalize<any>}`]: (...args: any) => any;
1330
1348
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1349
+ export { DatePickerYearTab_2 as DatePickerYearTab }
1331
1350
 
1332
- export declare const DateRangePicker: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1351
+ declare const DateRangePicker_2: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1352
+ export { DateRangePicker_2 as DateRangePicker }
1333
1353
 
1334
1354
  declare const _default: {
1335
1355
  install: (app: App) => void;
1336
1356
  };
1337
1357
  export default _default;
1338
1358
 
1339
- export declare const Dropdown: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1359
+ declare const Dropdown_2: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1360
+ export { Dropdown_2 as Dropdown }
1340
1361
 
1341
1362
  export { DropdownPropTypes }
1342
1363
 
1343
- export declare const EmptyState: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1364
+ declare const EmptyState_2: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1365
+ export { EmptyState_2 as EmptyState }
1344
1366
 
1345
1367
  export { EmptyStatePropTypes }
1346
1368
 
1347
- export declare const FileUpload: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1369
+ declare const FileUpload_2: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1370
+ export { FileUpload_2 as FileUpload }
1348
1371
 
1349
1372
  export { FileUploadPropTypes }
1350
1373
 
1351
- export declare const Filter: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1374
+ declare const Filter_2: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1375
+ export { Filter_2 as Filter }
1352
1376
 
1353
1377
  export { FilterPropTypes }
1354
1378
 
1355
- export declare const FloatingAction: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1379
+ declare const FloatingAction_2: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1380
+ export { FloatingAction_2 as FloatingAction }
1356
1381
 
1357
1382
  export { FloatingActionPropTypes }
1358
1383
 
1359
- export declare const Icon: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1384
+ declare const Icon_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1385
+ export { Icon_2 as Icon }
1360
1386
 
1361
1387
  export { IconPropTypes }
1362
1388
 
1363
- export declare const Input: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1389
+ declare const Input_2: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1390
+ export { Input_2 as Input }
1364
1391
 
1365
- export declare const InputContactNumber: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1392
+ declare const InputContactNumber_2: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1393
+ export { InputContactNumber_2 as InputContactNumber }
1366
1394
 
1367
- export declare const InputCurrency: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1395
+ declare const InputCurrency_2: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1396
+ export { InputCurrency_2 as InputCurrency }
1368
1397
 
1369
- export declare const InputDropdown: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1398
+ declare const InputDropdown_2: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1399
+ export { InputDropdown_2 as InputDropdown }
1370
1400
 
1371
- export declare const InputEmail: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1401
+ declare const InputEmail_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1402
+ export { InputEmail_2 as InputEmail }
1372
1403
 
1373
- export declare const InputPassword: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1404
+ declare const InputPassword_2: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1405
+ export { InputPassword_2 as InputPassword }
1374
1406
 
1375
1407
  export { InputPropTypes }
1376
1408
 
1377
- export declare const InputSearch: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
1409
+ declare const InputSearch_2: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
1410
+ export { InputSearch_2 as InputSearch }
1378
1411
 
1379
- export declare const InputUrl: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
1412
+ declare const InputUrl_2: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
1413
+ export { InputUrl_2 as InputUrl }
1380
1414
 
1381
- export declare const InputUsername: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
1415
+ declare const InputUsername_2: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
1416
+ export { InputUsername_2 as InputUsername }
1382
1417
 
1383
- export declare const LadderizedList: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1418
+ declare const LadderizedList_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1419
+ export { LadderizedList_2 as LadderizedList }
1384
1420
 
1385
- export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
1421
+ declare const LadderizedListBack_2: DefineComponent<ExtractPropTypes<{
1386
1422
  label: {
1387
1423
  type: StringConstructor;
1388
1424
  default: string;
@@ -1399,34 +1435,43 @@ export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
1399
1435
  }>, {
1400
1436
  label: string;
1401
1437
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1438
+ export { LadderizedListBack_2 as LadderizedListBack }
1402
1439
 
1403
- export declare const List: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
1440
+ declare const List_2: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
1441
+ export { List_2 as List }
1404
1442
 
1405
- export declare const ListItem: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1443
+ declare const ListItem_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1444
+ export { ListItem_2 as ListItem }
1406
1445
 
1407
1446
  export { ListPropTypes }
1408
1447
 
1409
- export declare const Logo: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1448
+ declare const Logo_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1449
+ export { Logo_2 as Logo }
1410
1450
 
1411
1451
  export { LogoPropTypes }
1412
1452
 
1413
- export declare const Lozenge: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
1453
+ declare const Lozenge_2: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
1454
+ export { Lozenge_2 as Lozenge }
1414
1455
 
1415
1456
  export { LozengePropTypes }
1416
1457
 
1417
- export declare const Modal: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
1458
+ declare const Modal_2: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
1459
+ export { Modal_2 as Modal }
1418
1460
 
1419
1461
  export { ModalPropTypes }
1420
1462
 
1421
- export declare const MonthYearPicker: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1463
+ declare const MonthYearPicker_2: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1464
+ export { MonthYearPicker_2 as MonthYearPicker }
1422
1465
 
1423
1466
  export { MonthYearPickerPropTypes }
1424
1467
 
1425
- export declare const Popper: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1468
+ declare const Popper_2: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1469
+ export { Popper_2 as Popper }
1426
1470
 
1427
1471
  export { PopperPropTypes }
1428
1472
 
1429
- export declare const ProgressBar: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1473
+ declare const ProgressBar_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1474
+ export { ProgressBar_2 as ProgressBar }
1430
1475
 
1431
1476
  export { ProgressBarPropTypes }
1432
1477
 
@@ -1453,86 +1498,110 @@ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
1453
1498
  currentPage?: number;
1454
1499
  }
1455
1500
 
1456
- export declare const Radio: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
1501
+ declare const Radio_2: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
1502
+ export { Radio_2 as Radio }
1457
1503
 
1458
- export declare const RadioGrouped: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
1504
+ declare const RadioGrouped_2: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
1505
+ export { RadioGrouped_2 as RadioGrouped }
1459
1506
 
1460
1507
  export { RadioPropTypes }
1461
1508
 
1462
- export declare const Select: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
1509
+ declare const Select_2: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
1510
+ export { Select_2 as Select }
1463
1511
 
1464
- export declare const SelectLadderized: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
1512
+ declare const SelectLadderized_2: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
1513
+ export { SelectLadderized_2 as SelectLadderized }
1465
1514
 
1466
- export declare const SelectMultiple: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
1515
+ declare const SelectMultiple_2: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
1516
+ export { SelectMultiple_2 as SelectMultiple }
1467
1517
 
1468
1518
  export { SelectPropTypes }
1469
1519
 
1470
- export declare const Sidenav: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
1520
+ declare const Sidenav_2: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
1521
+ export { Sidenav_2 as Sidenav }
1471
1522
 
1472
1523
  export { SidenavPropTypes }
1473
1524
 
1474
- export declare const Sidepanel: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
1525
+ declare const Sidepanel_2: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
1526
+ export { Sidepanel_2 as Sidepanel }
1475
1527
 
1476
1528
  export { SidepanelPropTypes }
1477
1529
 
1478
- export declare const Slider: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1530
+ declare const Slider_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1479
1531
  "update:modelValue": (...args: any[]) => void;
1480
1532
  slideend: (...args: any[]) => void;
1481
1533
  }, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1482
1534
  sliderRef: HTMLDivElement;
1483
1535
  }, HTMLDivElement>;
1536
+ export { Slider_2 as Slider }
1484
1537
 
1485
1538
  export { SliderPropTypes }
1486
1539
 
1487
- export declare const Snack: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
1540
+ declare const Snack_2: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
1541
+ export { Snack_2 as Snack }
1488
1542
 
1489
- export declare const Snackbar: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
1543
+ declare const Snackbar_2: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
1544
+ export { Snackbar_2 as Snackbar }
1490
1545
 
1491
- export declare const StackingSidepanel: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
1546
+ declare const StackingSidepanel_2: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
1547
+ export { StackingSidepanel_2 as StackingSidepanel }
1492
1548
 
1493
- export declare const Status: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1549
+ declare const Status_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1550
+ export { Status_2 as Status }
1494
1551
 
1495
1552
  export { StatusPropTypes }
1496
1553
 
1497
- export declare const Step: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1554
+ declare const Step_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1555
+ export { Step_2 as Step }
1498
1556
 
1499
- export declare const Stepper: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1557
+ declare const Stepper_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1558
+ export { Stepper_2 as Stepper }
1500
1559
 
1501
1560
  export { StepperPropTypes }
1502
1561
 
1503
- export declare const Switch: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
1562
+ declare const Switch_2: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
1563
+ export { Switch_2 as Switch }
1504
1564
 
1505
1565
  export { SwitchPropTypes }
1506
1566
 
1507
- export declare const Table: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
1567
+ declare const Table_2: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
1568
+ export { Table_2 as Table }
1508
1569
 
1509
- export declare const TableActions: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
1570
+ declare const TableActions_2: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
1571
+ export { TableActions_2 as TableActions }
1510
1572
 
1511
- export declare const TableChipsTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1573
+ declare const TableChipsTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1574
+ export { TableChipsTitle_2 as TableChipsTitle }
1512
1575
 
1513
- export declare const TableLozengeTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1576
+ declare const TableLozengeTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1577
+ export { TableLozengeTitle_2 as TableLozengeTitle }
1514
1578
 
1515
- export declare const TablePagination: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
1579
+ declare const TablePagination_2: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
1580
+ export { TablePagination_2 as TablePagination }
1516
1581
 
1517
1582
  export { TablePropTypes }
1518
1583
 
1519
- export declare const Tabs: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1584
+ declare const Tabs_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1520
1585
  tabElements: HTMLDivElement[];
1521
1586
  }, HTMLDivElement>;
1587
+ export { Tabs_2 as Tabs }
1522
1588
 
1523
1589
  export { TabsPropTypes }
1524
1590
 
1525
- export declare const Textarea: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
1591
+ declare const Textarea_2: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
1592
+ export { Textarea_2 as Textarea }
1526
1593
 
1527
1594
  export { TextAreaEmitTypes }
1528
1595
 
1529
1596
  export { TextareaPropTypes }
1530
1597
 
1531
- export declare const TimePicker: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1598
+ declare const TimePicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1599
+ export { TimePicker_2 as TimePicker }
1532
1600
 
1533
1601
  export { TimePickerPropTypes }
1534
1602
 
1535
- export declare const Tooltip: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
1603
+ declare const Tooltip_2: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
1604
+ export { Tooltip_2 as Tooltip }
1536
1605
 
1537
1606
  export { TooltipPropTypes }
1538
1607