@auronui/vue 1.2.0 → 1.2.2

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 (77) hide show
  1. package/ai-rules.md +217 -0
  2. package/dist/cjs/index.cjs +16 -744
  3. package/dist/cjs/index.cjs.map +1 -1
  4. package/dist/components/alert-dialog/AlertDialogBody.vue_vue_type_script_setup_true_lang.js +1 -1
  5. package/dist/components/alert-dialog/AlertDialogContent.vue_vue_type_script_setup_true_lang.js +1 -1
  6. package/dist/components/alert-dialog/AlertDialogFooter.vue_vue_type_script_setup_true_lang.js +1 -1
  7. package/dist/components/alert-dialog/AlertDialogHeader.vue_vue_type_script_setup_true_lang.js +1 -1
  8. package/dist/components/alert-dialog/AlertDialogIcon.vue_vue_type_script_setup_true_lang.js +1 -1
  9. package/dist/components/alert-dialog/AlertDialogOverlay.vue_vue_type_script_setup_true_lang.js +1 -1
  10. package/dist/components/alert-dialog/AlertDialogTitle.vue_vue_type_script_setup_true_lang.js +1 -1
  11. package/dist/components/autocomplete/Autocomplete.js.map +1 -1
  12. package/dist/components/autocomplete/Autocomplete.vue_vue_type_script_setup_true_lang.js +1 -1
  13. package/dist/components/autocomplete/Autocomplete.vue_vue_type_script_setup_true_lang.js.map +1 -1
  14. package/dist/components/calendar/Calendar.vue_vue_type_script_setup_true_lang.js +2 -2
  15. package/dist/components/calendar/Calendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  16. package/dist/components/combo-box/ComboBox.js.map +1 -1
  17. package/dist/components/combo-box/ComboBox.vue_vue_type_script_setup_true_lang.js +1 -1
  18. package/dist/components/combo-box/ComboBox.vue_vue_type_script_setup_true_lang.js.map +1 -1
  19. package/dist/components/date-time-picker/DateTimePicker.vue_vue_type_script_setup_true_lang.js +6 -8
  20. package/dist/components/date-time-picker/DateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  21. package/dist/components/date-time-picker/DateTimePickerTimeScroller.vue_vue_type_script_setup_true_lang.js +1 -0
  22. package/dist/components/date-time-picker/DateTimePickerTimeScroller.vue_vue_type_script_setup_true_lang.js.map +1 -1
  23. package/dist/components/drawer/Drawer.vue_vue_type_script_lang.js +1 -1
  24. package/dist/components/drawer/DrawerBody.vue_vue_type_script_setup_true_lang.js +1 -1
  25. package/dist/components/drawer/DrawerClose.vue_vue_type_script_setup_true_lang.js +1 -1
  26. package/dist/components/drawer/DrawerContent.vue_vue_type_script_setup_true_lang.js +1 -1
  27. package/dist/components/drawer/DrawerFooter.vue_vue_type_script_setup_true_lang.js +1 -1
  28. package/dist/components/drawer/DrawerHeader.vue_vue_type_script_setup_true_lang.js +1 -1
  29. package/dist/components/drawer/DrawerMain.vue_vue_type_script_setup_true_lang.js +1 -1
  30. package/dist/components/drawer/DrawerOverlay.vue_vue_type_script_setup_true_lang.js +1 -1
  31. package/dist/components/drawer/DrawerTitle.vue_vue_type_script_setup_true_lang.js +1 -1
  32. package/dist/components/modal/ModalBody.vue_vue_type_script_setup_true_lang.js +1 -1
  33. package/dist/components/modal/ModalClose.vue_vue_type_script_setup_true_lang.js +1 -1
  34. package/dist/components/modal/ModalContent.vue_vue_type_script_setup_true_lang.js +1 -1
  35. package/dist/components/modal/ModalFooter.vue_vue_type_script_setup_true_lang.js +1 -1
  36. package/dist/components/modal/ModalHeader.vue_vue_type_script_setup_true_lang.js +1 -1
  37. package/dist/components/modal/ModalOverlay.vue_vue_type_script_setup_true_lang.js +1 -1
  38. package/dist/components/modal/ModalTitle.vue_vue_type_script_setup_true_lang.js +1 -1
  39. package/dist/components/popover/PopoverContent.vue_vue_type_script_setup_true_lang.js +1 -1
  40. package/dist/components/range-calendar/RangeCalendar.vue_vue_type_script_setup_true_lang.js +2 -2
  41. package/dist/components/range-calendar/RangeCalendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  42. package/dist/components/select/Select.js.map +1 -1
  43. package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js +1 -1
  44. package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js.map +1 -1
  45. package/dist/components/tooltip/TooltipArrow.vue_vue_type_script_setup_true_lang.js +1 -1
  46. package/dist/components/tooltip/TooltipContent.vue_vue_type_script_setup_true_lang.js +1 -1
  47. package/dist/index.d.ts +161 -161
  48. package/dist/packages/styles/{src → dist}/components/alert-dialog/alert-dialog.styles.js +1 -1
  49. package/dist/packages/styles/dist/components/alert-dialog/alert-dialog.styles.js.map +1 -0
  50. package/dist/packages/styles/{src → dist}/components/drawer/drawer.styles.js +1 -1
  51. package/dist/packages/styles/dist/components/drawer/drawer.styles.js.map +1 -0
  52. package/dist/packages/styles/{src → dist}/components/modal/modal.styles.js +1 -1
  53. package/dist/packages/styles/dist/components/modal/modal.styles.js.map +1 -0
  54. package/dist/packages/styles/{src → dist}/components/popover/popover.styles.js +1 -1
  55. package/dist/packages/styles/dist/components/popover/popover.styles.js.map +1 -0
  56. package/dist/packages/styles/{src → dist}/components/tooltip/tooltip.styles.js +1 -1
  57. package/dist/packages/styles/dist/components/tooltip/tooltip.styles.js.map +1 -0
  58. package/package.json +3 -2
  59. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/CalendarDate.js +0 -172
  60. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/CalendarDate.js.map +0 -1
  61. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/calendars/GregorianCalendar.js +0 -116
  62. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/calendars/GregorianCalendar.js.map +0 -1
  63. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/conversion.js +0 -142
  64. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/conversion.js.map +0 -1
  65. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/manipulation.js +0 -264
  66. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/manipulation.js.map +0 -1
  67. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/queries.js +0 -33
  68. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/queries.js.map +0 -1
  69. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/string.js +0 -32
  70. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/string.js.map +0 -1
  71. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/utils.js +0 -8
  72. package/dist/node_modules/.pnpm/@internationalized_date@3.12.1/node_modules/@internationalized/date/dist/private/utils.js.map +0 -1
  73. package/dist/packages/styles/src/components/alert-dialog/alert-dialog.styles.js.map +0 -1
  74. package/dist/packages/styles/src/components/drawer/drawer.styles.js.map +0 -1
  75. package/dist/packages/styles/src/components/modal/modal.styles.js.map +0 -1
  76. package/dist/packages/styles/src/components/popover/popover.styles.js.map +0 -1
  77. package/dist/packages/styles/src/components/tooltip/tooltip.styles.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -115,8 +115,8 @@ import { WatchOptions } from 'vue';
115
115
  import { WatchStopHandle } from 'vue';
116
116
 
117
117
  declare const __VLS_component: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {
118
- variant: "default" | "secondary" | "tertiary";
119
118
  orientation: "horizontal" | "vertical";
119
+ variant: "default" | "secondary" | "tertiary";
120
120
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
121
121
 
122
122
  declare const __VLS_component_10: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -174,9 +174,9 @@ select: (event: Event) => any;
174
174
  }, string, PublicProps, Readonly<__VLS_Props_114> & Readonly<{
175
175
  onSelect?: ((event: Event) => any) | undefined;
176
176
  }>, {
177
- isDisabled: boolean;
178
177
  class: string;
179
178
  as: string;
179
+ isDisabled: boolean;
180
180
  disabled: boolean;
181
181
  asChild: boolean;
182
182
  textValue: string;
@@ -235,9 +235,9 @@ declare const __VLS_component_103: DefineComponent<__VLS_Props_115, {}, {}, {},
235
235
  "onUpdate:isOpen"?: ((value: boolean) => any) | undefined;
236
236
  }>, {
237
237
  size: "sm" | "md" | "lg";
238
- variant: "flat" | "solid" | "bordered" | "light" | "faded" | "shadow";
239
238
  class: string;
240
239
  color: "default" | "primary" | "secondary" | "success" | "warning" | "danger";
240
+ variant: "flat" | "solid" | "bordered" | "light" | "faded" | "shadow";
241
241
  dir: "ltr" | "rtl";
242
242
  defaultOpen: boolean;
243
243
  open: boolean;
@@ -301,10 +301,10 @@ select: (event: Event) => any;
301
301
  onSelect?: ((event: Event) => any) | undefined;
302
302
  }>, {
303
303
  description: string;
304
- variant: "default" | "danger";
305
- isDisabled: boolean;
306
304
  class: string;
307
305
  as: string;
306
+ variant: "danger" | "default";
307
+ isDisabled: boolean;
308
308
  disabled: boolean;
309
309
  asChild: boolean;
310
310
  textValue: string;
@@ -320,10 +320,10 @@ onSelect?: ((event: Event) => any) | undefined;
320
320
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
321
321
  "onUpdate:isSelected"?: ((value: boolean) => any) | undefined;
322
322
  }>, {
323
- variant: "default" | "danger";
324
- isDisabled: boolean;
325
323
  class: string;
326
324
  as: string;
325
+ variant: "default" | "danger";
326
+ isDisabled: boolean;
327
327
  disabled: boolean;
328
328
  asChild: boolean;
329
329
  modelValue: boolean;
@@ -344,10 +344,10 @@ select: (event: Event) => any;
344
344
  }, string, PublicProps, Readonly<__VLS_Props_121> & Readonly<{
345
345
  onSelect?: ((event: Event) => any) | undefined;
346
346
  }>, {
347
- variant: "default" | "danger";
348
- isDisabled: boolean;
349
347
  class: string;
350
348
  as: string;
349
+ variant: "default" | "danger";
350
+ isDisabled: boolean;
351
351
  disabled: boolean;
352
352
  asChild: boolean;
353
353
  textValue: string;
@@ -358,13 +358,13 @@ press: (event: MouseEvent | KeyboardEvent) => any;
358
358
  }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
359
359
  onPress?: ((event: MouseEvent | KeyboardEvent) => any) | undefined;
360
360
  }>, {
361
- variant: "default" | "transparent" | "bordered" | "secondary" | "tertiary" | "blurred";
361
+ variant: "default" | "secondary" | "tertiary" | "bordered" | "transparent" | "blurred";
362
362
  isDisabled: boolean;
363
- fullWidth: boolean;
364
- radius: "md" | "sm" | "lg" | "none" | "xl";
365
- shadow: "md" | "sm" | "lg" | "none";
363
+ shadow: "lg" | "md" | "sm" | "none";
364
+ radius: "lg" | "md" | "sm" | "xl" | "none";
366
365
  isHoverable: boolean;
367
366
  isPressable: boolean;
367
+ fullWidth: boolean;
368
368
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
369
369
 
370
370
  declare const __VLS_component_110: DefineComponent<__VLS_Props_122, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_122> & Readonly<{}>, {
@@ -386,9 +386,9 @@ openOnHover: boolean;
386
386
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
387
387
 
388
388
  declare const __VLS_component_112: DefineComponent<__VLS_Props_124, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_124> & Readonly<{}>, {
389
- isDisabled: boolean;
390
389
  class: string;
391
390
  as: string;
391
+ isDisabled: boolean;
392
392
  disabled: boolean;
393
393
  asChild: boolean;
394
394
  textValue: string;
@@ -502,22 +502,22 @@ value: string;
502
502
  description: string;
503
503
  name: string;
504
504
  multiple: boolean;
505
- isDisabled: boolean;
506
505
  class: string | false | Record<string, unknown> | ClassValue[] | null;
507
506
  label: string;
508
- errorMessage: string;
509
- fullWidth: boolean;
510
- isInvalid: boolean;
511
- isRequired: boolean;
512
- items: ComboBoxItemData[];
513
507
  as: string;
514
508
  classNames: Partial<{
515
509
  base: ClassValue;
516
510
  }>;
511
+ isDisabled: boolean;
512
+ isInvalid: boolean;
513
+ isRequired: boolean;
514
+ fullWidth: boolean;
517
515
  asChild: boolean;
518
516
  placeholder: string;
519
517
  modelValue: string;
520
518
  defaultValue: string;
519
+ errorMessage: string;
520
+ items: ComboBoxItemData[];
521
521
  dir: "ltr" | "rtl";
522
522
  defaultOpen: boolean;
523
523
  open: boolean;
@@ -608,9 +608,9 @@ select: (event: Event) => any;
608
608
  }, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{
609
609
  onSelect?: ((event: Event) => any) | undefined;
610
610
  }>, {
611
- isDisabled: boolean;
612
611
  class: string;
613
612
  as: string;
613
+ isDisabled: boolean;
614
614
  disabled: boolean;
615
615
  asChild: boolean;
616
616
  indicatorAsChild: boolean;
@@ -640,19 +640,19 @@ ref: Element;
640
640
  value: string;
641
641
  } | undefined) => any) | undefined;
642
642
  }>, {
643
- size: "md" | "sm" | "lg";
643
+ size: "lg" | "md" | "sm";
644
644
  multiple: boolean;
645
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
645
646
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
646
647
  isDisabled: boolean;
647
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
648
- fullWidth: boolean;
649
648
  isInvalid: boolean;
650
- isReadonly: boolean;
651
- labelPlacement: "inside" | "outside" | "outside-left";
652
649
  isRequired: boolean;
653
- items: AutocompleteItemData[];
650
+ fullWidth: boolean;
654
651
  modelValue: string | string[];
655
652
  defaultValue: string | string[];
653
+ labelPlacement: "inside" | "outside" | "outside-left";
654
+ isReadonly: boolean;
655
+ items: AutocompleteItemData[];
656
656
  defaultOpen: boolean;
657
657
  open: boolean;
658
658
  multipleOverflow: "wrap" | "collapse";
@@ -784,9 +784,9 @@ select: (event: Event) => any;
784
784
  }, string, PublicProps, Readonly<__VLS_Props_133> & Readonly<{
785
785
  onSelect?: ((event: Event) => any) | undefined;
786
786
  }>, {
787
- isDisabled: boolean;
788
787
  class: string;
789
788
  as: string;
789
+ isDisabled: boolean;
790
790
  disabled: boolean;
791
791
  asChild: boolean;
792
792
  indicatorAsChild: boolean;
@@ -815,7 +815,7 @@ declare const __VLS_component_124: DefineComponent<__VLS_Props_135, {}, {}, {},
815
815
  "onUpdate:page"?: ((page: number) => any) | undefined;
816
816
  "onUpdate:cursor"?: ((before: string | null, after: string | null) => any) | undefined;
817
817
  }>, {
818
- size: "md" | "sm" | "lg";
818
+ size: "lg" | "md" | "sm";
819
819
  type: "numeric" | "cursor";
820
820
  disabled: boolean;
821
821
  page: number;
@@ -853,7 +853,7 @@ handleRowClick: typeof handleRowClick;
853
853
  }, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{
854
854
  "onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
855
855
  }>, {
856
- variant: "primary" | "secondary";
856
+ variant: "secondary" | "primary";
857
857
  ariaLabel: string;
858
858
  estimatedRowHeight: number;
859
859
  selection: SelectionMode_2;
@@ -938,10 +938,10 @@ onLayout?: ((sizes: number[]) => any) | undefined;
938
938
  }>, {
939
939
  id: string;
940
940
  class: string | false | Record<string, unknown> | ClassValue[] | null;
941
- direction: "horizontal" | "vertical";
942
941
  classNames: Partial<{
943
942
  group: ClassValue;
944
943
  }>;
944
+ direction: "horizontal" | "vertical";
945
945
  autoSaveId: string;
946
946
  keyboardResizeBy: number;
947
947
  storage: object;
@@ -958,11 +958,11 @@ onExpand?: (() => any) | undefined;
958
958
  }>, {
959
959
  id: string;
960
960
  class: string | false | Record<string, unknown> | ClassValue[] | null;
961
- collapsible: boolean;
962
961
  classNames: Partial<{
963
962
  panel: ClassValue;
964
963
  }>;
965
964
  order: number;
965
+ collapsible: boolean;
966
966
  defaultSize: number;
967
967
  minSize: number;
968
968
  maxSize: number;
@@ -992,9 +992,9 @@ declare const __VLS_component_144: DefineComponent<__VLS_Props_152, {}, {}, {},
992
992
  }, string, PublicProps, Readonly<__VLS_Props_152> & Readonly<{
993
993
  "onUpdate:modelValue"?: ((step: number) => any) | undefined;
994
994
  }>, {
995
- size: "md" | "sm" | "lg";
995
+ size: "lg" | "md" | "sm";
996
996
  class: string | false | Record<string, unknown> | ClassValue[] | null;
997
- color: "default" | "accent" | "danger" | "success" | "warning";
997
+ color: "accent" | "danger" | "success" | "warning" | "default";
998
998
  orientation: "horizontal" | "vertical";
999
999
  modelValue: number;
1000
1000
  defaultValue: number;
@@ -1036,8 +1036,8 @@ class: string | false | Record<string, unknown> | ClassValue[] | null;
1036
1036
  declare const __VLS_component_15: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1037
1037
 
1038
1038
  declare const __VLS_component_150: DefineComponent<__VLS_Props_159, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_159> & Readonly<{}>, {
1039
- isExpanded: boolean;
1040
1039
  class: string | false | Record<string, unknown> | ClassValue[] | null;
1040
+ isExpanded: boolean;
1041
1041
  hasChildren: boolean;
1042
1042
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
1043
1043
 
@@ -1049,8 +1049,8 @@ declare const __VLS_component_151: DefineComponent<__VLS_Props_160, {}, {}, {},
1049
1049
  "onValue-commit"?: ((value: number | number[]) => any) | undefined;
1050
1050
  }>, {
1051
1051
  name: string;
1052
- orientation: "horizontal" | "vertical";
1053
1052
  as: string;
1053
+ orientation: "horizontal" | "vertical";
1054
1054
  disabled: boolean;
1055
1055
  asChild: boolean;
1056
1056
  required: boolean;
@@ -1073,10 +1073,10 @@ rangeAs: string;
1073
1073
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1074
1074
 
1075
1075
  declare const __VLS_component_152: DefineComponent<__VLS_Props_162, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_162> & Readonly<{}>, {
1076
- isDisabled: boolean;
1077
- isIndeterminate: boolean;
1078
1076
  as: string;
1077
+ isDisabled: boolean;
1079
1078
  asChild: boolean;
1079
+ isIndeterminate: boolean;
1080
1080
  strokeWidth: number;
1081
1081
  minValue: number;
1082
1082
  maxValue: number;
@@ -1087,17 +1087,17 @@ getValueText: (value: number | null | undefined, max: number) => string | undefi
1087
1087
 
1088
1088
  declare const __VLS_component_153: DefineComponent<__VLS_Props_164, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_164> & Readonly<{}>, {
1089
1089
  size: number;
1090
- orientation: "vertical" | "horizontal" | "both";
1091
- hideScrollBar: boolean;
1092
1090
  offset: number;
1091
+ orientation: "vertical" | "horizontal" | "both";
1093
1092
  visibility: "auto" | "top" | "bottom" | "left" | "right" | "both" | "none";
1093
+ hideScrollBar: boolean;
1094
1094
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1095
1095
  container: HTMLDivElement;
1096
1096
  }, HTMLDivElement>;
1097
1097
 
1098
1098
  declare const __VLS_component_154: DefineComponent<__VLS_Props_165, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_165> & Readonly<{}>, {
1099
- orientation: "vertical" | "horizontal" | "both";
1100
1099
  type: "auto" | "always" | "scroll" | "hover";
1100
+ orientation: "vertical" | "horizontal" | "both";
1101
1101
  scrollHideDelay: number;
1102
1102
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1103
1103
 
@@ -1119,14 +1119,14 @@ declare const __VLS_component_156: DefineComponent<__VLS_PublicProps_10, {}, {},
1119
1119
  }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
1120
1120
  "onUpdate:modelValue"?: ((value: DateValue | null | undefined) => any) | undefined;
1121
1121
  }>, {
1122
- size: "md" | "sm" | "lg";
1122
+ size: "lg" | "md" | "sm";
1123
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
1123
1124
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
1124
1125
  isDisabled: boolean;
1125
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
1126
- fullWidth: boolean;
1127
1126
  isInvalid: boolean;
1128
- labelPlacement: "inside" | "outside" | "outside-left";
1129
1127
  isRequired: boolean;
1128
+ fullWidth: boolean;
1129
+ labelPlacement: "inside" | "outside" | "outside-left";
1130
1130
  isReadOnly: boolean;
1131
1131
  hideTimeZone: boolean;
1132
1132
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -1221,14 +1221,14 @@ declare const __VLS_component_157: DefineComponent<__VLS_PublicProps_11, {}, {},
1221
1221
  }, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
1222
1222
  "onUpdate:modelValue"?: ((value: DateRange_3 | null | undefined) => any) | undefined;
1223
1223
  }>, {
1224
- size: "md" | "sm" | "lg";
1224
+ size: "lg" | "md" | "sm";
1225
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
1225
1226
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
1226
1227
  isDisabled: boolean;
1227
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
1228
- fullWidth: boolean;
1229
1228
  isInvalid: boolean;
1230
- labelPlacement: "inside" | "outside" | "outside-left";
1231
1229
  isRequired: boolean;
1230
+ fullWidth: boolean;
1231
+ labelPlacement: "inside" | "outside" | "outside-left";
1232
1232
  isReadOnly: boolean;
1233
1233
  hideTimeZone: boolean;
1234
1234
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -1329,14 +1329,14 @@ declare const __VLS_component_158: DefineComponent<__VLS_PublicProps_12, {}, {},
1329
1329
  }, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
1330
1330
  "onUpdate:modelValue"?: ((value: TimeValue | null | undefined) => any) | undefined;
1331
1331
  }>, {
1332
- size: "md" | "sm" | "lg";
1332
+ size: "lg" | "md" | "sm";
1333
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
1333
1334
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
1334
1335
  isDisabled: boolean;
1335
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
1336
- fullWidth: boolean;
1337
1336
  isInvalid: boolean;
1338
- labelPlacement: "inside" | "outside" | "outside-left";
1339
1337
  isRequired: boolean;
1338
+ fullWidth: boolean;
1339
+ labelPlacement: "inside" | "outside" | "outside-left";
1340
1340
  isReadOnly: boolean;
1341
1341
  granularity: "hour" | "minute" | "second";
1342
1342
  hideTimeZone: boolean;
@@ -1448,14 +1448,14 @@ declare const __VLS_component_159: DefineComponent<__VLS_PublicProps_13, {}, {},
1448
1448
  "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1449
1449
  "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1450
1450
  }>, {
1451
- size: "md" | "sm" | "lg";
1451
+ size: "lg" | "md" | "sm";
1452
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
1452
1453
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
1453
1454
  isDisabled: boolean;
1454
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
1455
- fullWidth: boolean;
1456
1455
  isInvalid: boolean;
1457
- labelPlacement: "inside" | "outside" | "outside-left";
1458
1456
  isRequired: boolean;
1457
+ fullWidth: boolean;
1458
+ labelPlacement: "inside" | "outside" | "outside-left";
1459
1459
  defaultOpen: boolean;
1460
1460
  modal: boolean;
1461
1461
  avoidCollisions: boolean;
@@ -1492,14 +1492,14 @@ declare const __VLS_component_160: DefineComponent<__VLS_PublicProps_14, {}, {},
1492
1492
  "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1493
1493
  "onUpdate:start-value"?: ((value: DateValue | undefined) => any) | undefined;
1494
1494
  }>, {
1495
- size: "md" | "sm" | "lg";
1495
+ size: "lg" | "md" | "sm";
1496
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
1496
1497
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
1497
1498
  isDisabled: boolean;
1498
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
1499
- fullWidth: boolean;
1500
1499
  isInvalid: boolean;
1501
- labelPlacement: "inside" | "outside" | "outside-left";
1502
1500
  isRequired: boolean;
1501
+ fullWidth: boolean;
1502
+ labelPlacement: "inside" | "outside" | "outside-left";
1503
1503
  defaultOpen: boolean;
1504
1504
  modal: boolean;
1505
1505
  avoidCollisions: boolean;
@@ -1533,12 +1533,12 @@ declare const __VLS_component_161: DefineComponent<__VLS_PublicProps_15, {}, {},
1533
1533
  "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1534
1534
  }>, {
1535
1535
  size: "sm" | "md" | "lg";
1536
- isDisabled: boolean;
1537
1536
  color: "default" | "primary" | "secondary" | "success" | "warning" | "danger";
1538
- fullWidth: boolean;
1537
+ isDisabled: boolean;
1539
1538
  isInvalid: boolean;
1540
- labelPlacement: "inside" | "outside" | "outside-left";
1541
1539
  isRequired: boolean;
1540
+ fullWidth: boolean;
1541
+ labelPlacement: "inside" | "outside" | "outside-left";
1542
1542
  defaultOpen: boolean;
1543
1543
  avoidCollisions: boolean;
1544
1544
  collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
@@ -1561,15 +1561,15 @@ format: ColorFormat;
1561
1561
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1562
1562
 
1563
1563
  declare const __VLS_component_17: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
1564
- size: "md" | "sm" | "lg" | "xs" | "xl";
1564
+ size: "lg" | "md" | "sm" | "xl" | "xs";
1565
1565
  value: string | number;
1566
- variant: "default" | "danger" | "success" | "warning" | "bordered" | "primary" | "secondary" | "soft" | "solid" | "ghost" | "tertiary" | "danger-soft" | "success-soft" | "warning-soft" | "outline";
1567
- color: "default" | "danger" | "success" | "warning" | "primary";
1566
+ color: "danger" | "success" | "warning" | "default" | "primary";
1567
+ as: string | object;
1568
+ variant: "danger" | "success" | "warning" | "default" | "secondary" | "tertiary" | "primary" | "soft" | "solid" | "bordered" | "ghost" | "danger-soft" | "success-soft" | "warning-soft" | "outline";
1569
+ radius: "lg" | "md" | "sm" | "none" | "full";
1568
1570
  fullWidth: boolean;
1569
1571
  isIconOnly: boolean;
1570
1572
  isLoading: boolean;
1571
- radius: "md" | "sm" | "lg" | "none" | "full";
1572
- as: string | object;
1573
1573
  disabled: boolean;
1574
1574
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1575
1575
 
@@ -1578,11 +1578,11 @@ declare const __VLS_component_18: DefineComponent<__VLS_Props_19, {}, {}, {}, {}
1578
1578
  }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
1579
1579
  "onUpdate:modelValue"?: ((value: ButtonGroupValue) => any) | undefined;
1580
1580
  }>, {
1581
- size: "md" | "sm" | "lg" | "xs" | "xl";
1582
- variant: "default" | "danger" | "success" | "warning" | "bordered" | "primary" | "secondary" | "soft" | "solid" | "ghost" | "tertiary" | "danger-soft" | "success-soft" | "warning-soft";
1583
- color: "default" | "danger" | "success" | "warning" | "primary";
1584
- fullWidth: boolean;
1581
+ size: "lg" | "md" | "sm" | "xl" | "xs";
1582
+ color: "danger" | "success" | "warning" | "default" | "primary";
1585
1583
  orientation: "horizontal" | "vertical";
1584
+ variant: "danger" | "success" | "warning" | "default" | "secondary" | "tertiary" | "primary" | "soft" | "solid" | "bordered" | "ghost" | "danger-soft" | "success-soft" | "warning-soft";
1585
+ fullWidth: boolean;
1586
1586
  disabled: boolean;
1587
1587
  selectionMode: ButtonGroupSelectionMode;
1588
1588
  modelValue: ButtonGroupValue;
@@ -1593,12 +1593,12 @@ declare const __VLS_component_19: DefineComponent<__VLS_Props_21, {}, {}, {}, {}
1593
1593
  }, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
1594
1594
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1595
1595
  }>, {
1596
- size: "md" | "sm" | "lg";
1596
+ size: "lg" | "md" | "sm";
1597
1597
  value: string;
1598
1598
  name: string;
1599
+ as: string;
1599
1600
  variant: "default" | "ghost";
1600
1601
  isIconOnly: boolean;
1601
- as: string;
1602
1602
  disabled: boolean;
1603
1603
  asChild: boolean;
1604
1604
  modelValue: boolean;
@@ -1607,7 +1607,7 @@ required: boolean;
1607
1607
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1608
1608
 
1609
1609
  declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
1610
- animationType: "none" | "shimmer" | "pulse";
1610
+ animationType: "none" | "pulse" | "shimmer";
1611
1611
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1612
1612
 
1613
1613
  declare const __VLS_component_20: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1615,15 +1615,15 @@ declare const __VLS_component_20: DefineComponent<__VLS_Props_22, {}, {}, {}, {}
1615
1615
  }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
1616
1616
  "onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
1617
1617
  }>, {
1618
- size: "md" | "sm" | "lg";
1618
+ size: "lg" | "md" | "sm";
1619
+ orientation: "horizontal" | "vertical";
1619
1620
  variant: "default" | "ghost";
1620
1621
  fullWidth: boolean;
1621
- orientation: "horizontal" | "vertical";
1622
- isDetached: boolean;
1623
1622
  disabled: boolean;
1624
1623
  selectionMode: "single" | "multiple";
1625
1624
  modelValue: string | string[];
1626
1625
  defaultValue: string | string[];
1626
+ isDetached: boolean;
1627
1627
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1628
1628
 
1629
1629
  declare const __VLS_component_21: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
@@ -1662,8 +1662,8 @@ setErrors: (e: Record<string, string>) => void;
1662
1662
  onReset?: (() => any) | undefined;
1663
1663
  onInvalid?: ((errors: Record<string, string>) => any) | undefined;
1664
1664
  }>, {
1665
- isDisabled: boolean;
1666
1665
  class: string;
1666
+ isDisabled: boolean;
1667
1667
  validationMode: ValidationMode;
1668
1668
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFormElement>;
1669
1669
 
@@ -1680,16 +1680,16 @@ clear: () => any;
1680
1680
  onClear?: (() => any) | undefined;
1681
1681
  "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
1682
1682
  }>, {
1683
- size: "md" | "sm" | "lg";
1683
+ size: "lg" | "md" | "sm";
1684
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
1685
+ type: string;
1684
1686
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
1685
1687
  isDisabled: boolean;
1686
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
1687
- fullWidth: boolean;
1688
1688
  isInvalid: boolean;
1689
- isReadonly: boolean;
1690
- labelPlacement: "inside" | "outside" | "outside-left";
1691
1689
  isRequired: boolean;
1692
- type: string;
1690
+ fullWidth: boolean;
1691
+ labelPlacement: "inside" | "outside" | "outside-left";
1692
+ isReadonly: boolean;
1693
1693
  isClearable: boolean;
1694
1694
  showPasswordToggle: boolean;
1695
1695
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -1703,15 +1703,15 @@ clear: () => any;
1703
1703
  onClear?: (() => any) | undefined;
1704
1704
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1705
1705
  }>, {
1706
- size: "md" | "sm" | "lg";
1706
+ size: "lg" | "md" | "sm";
1707
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
1707
1708
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
1708
1709
  isDisabled: boolean;
1709
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
1710
- fullWidth: boolean;
1711
1710
  isInvalid: boolean;
1712
- isReadonly: boolean;
1713
- labelPlacement: "inside" | "outside" | "outside-left";
1714
1711
  isRequired: boolean;
1712
+ fullWidth: boolean;
1713
+ labelPlacement: "inside" | "outside" | "outside-left";
1714
+ isReadonly: boolean;
1715
1715
  isClearable: boolean;
1716
1716
  rows: number;
1717
1717
  autoResize: boolean;
@@ -1733,15 +1733,15 @@ declare const __VLS_component_27: DefineComponent<__VLS_Props_30, {}, {}, {}, {}
1733
1733
  id: string;
1734
1734
  value: string;
1735
1735
  name: string;
1736
- variant: "primary" | "secondary";
1737
- isInvalid: boolean;
1738
- isIndeterminate: boolean;
1739
1736
  as: string;
1737
+ variant: "secondary" | "primary";
1738
+ isInvalid: boolean;
1740
1739
  disabled: boolean;
1741
1740
  asChild: boolean;
1742
1741
  modelValue: boolean;
1743
1742
  defaultValue: boolean;
1744
1743
  required: boolean;
1744
+ isIndeterminate: boolean;
1745
1745
  trueValue: boolean | string | number;
1746
1746
  falseValue: boolean | string | number;
1747
1747
  indicatorForceMount: boolean;
@@ -1756,14 +1756,14 @@ declare const __VLS_component_28: DefineComponent<__VLS_Props_31, {}, {}, {}, {}
1756
1756
  }>, {
1757
1757
  description: string;
1758
1758
  name: string;
1759
- variant: "primary" | "secondary";
1760
1759
  label: string;
1761
- errorMessage: string;
1762
- isInvalid: boolean;
1763
1760
  orientation: "horizontal" | "vertical";
1761
+ variant: "secondary" | "primary";
1762
+ isInvalid: boolean;
1764
1763
  disabled: boolean;
1765
1764
  modelValue: string[];
1766
1765
  defaultValue: string[];
1766
+ errorMessage: string;
1767
1767
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1768
1768
 
1769
1769
  declare const __VLS_component_29: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1773,16 +1773,16 @@ onSelect?: ((event: Event) => any) | undefined;
1773
1773
  }>, {
1774
1774
  id: string;
1775
1775
  name: string;
1776
- variant: "primary" | "secondary";
1777
1776
  class: string | false | Record<string, unknown> | ClassValue[] | null;
1778
- isInvalid: boolean;
1779
1777
  as: string;
1778
+ variant: "secondary" | "primary";
1780
1779
  classNames: Partial<{
1781
1780
  base: ClassValue;
1782
1781
  control: ClassValue;
1783
1782
  indicator: ClassValue;
1784
1783
  content: ClassValue;
1785
1784
  }>;
1785
+ isInvalid: boolean;
1786
1786
  disabled: boolean;
1787
1787
  asChild: boolean;
1788
1788
  required: boolean;
@@ -1792,9 +1792,9 @@ indicatorAs: string;
1792
1792
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1793
1793
 
1794
1794
  declare const __VLS_component_3: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
1795
- size: "base" | "sm" | "lg" | "xs" | "xl";
1796
- variant: "default" | "danger" | "success" | "warning" | "muted";
1795
+ size: "lg" | "sm" | "xl" | "base" | "xs";
1797
1796
  as: string;
1797
+ variant: "danger" | "success" | "warning" | "default" | "muted";
1798
1798
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1799
1799
 
1800
1800
  declare const __VLS_component_30: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1804,17 +1804,17 @@ declare const __VLS_component_30: DefineComponent<__VLS_Props_33, {}, {}, {}, {}
1804
1804
  }>, {
1805
1805
  description: string;
1806
1806
  name: string;
1807
- variant: "primary" | "secondary";
1808
1807
  label: string;
1809
- errorMessage: string;
1810
- isInvalid: boolean;
1811
- orientation: "horizontal" | "vertical";
1812
1808
  as: string;
1809
+ orientation: "horizontal" | "vertical";
1810
+ variant: "secondary" | "primary";
1811
+ isInvalid: boolean;
1813
1812
  disabled: boolean;
1814
1813
  asChild: boolean;
1815
1814
  modelValue: string;
1816
1815
  defaultValue: string;
1817
1816
  required: boolean;
1817
+ errorMessage: string;
1818
1818
  dir: "ltr" | "rtl";
1819
1819
  loop: boolean;
1820
1820
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -1825,11 +1825,11 @@ declare const __VLS_component_31: DefineComponent<__VLS_Props_34, {}, {}, {}, {}
1825
1825
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1826
1826
  }>, {
1827
1827
  id: string;
1828
- size: "md" | "sm" | "lg";
1828
+ size: "lg" | "md" | "sm";
1829
1829
  value: string;
1830
1830
  name: string;
1831
- isInvalid: boolean;
1832
1831
  as: string;
1832
+ isInvalid: boolean;
1833
1833
  disabled: boolean;
1834
1834
  asChild: boolean;
1835
1835
  modelValue: boolean;
@@ -1846,16 +1846,16 @@ declare const __VLS_component_32: DefineComponent<__VLS_Props_35, {}, {}, {}, {}
1846
1846
  }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
1847
1847
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
1848
1848
  }>, {
1849
- size: "md" | "sm" | "lg";
1849
+ size: "lg" | "md" | "sm";
1850
1850
  description: string;
1851
1851
  name: string;
1852
1852
  label: string;
1853
- errorMessage: string;
1854
- isInvalid: boolean;
1855
1853
  orientation: "horizontal" | "vertical";
1854
+ isInvalid: boolean;
1856
1855
  disabled: boolean;
1857
1856
  modelValue: string[];
1858
1857
  defaultValue: string[];
1858
+ errorMessage: string;
1859
1859
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1860
1860
 
1861
1861
  declare const __VLS_component_33: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -2071,8 +2071,8 @@ declare const __VLS_component_66: DefineComponent<__VLS_Props_75, {}, {}, {}, {}
2071
2071
  }, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{
2072
2072
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2073
2073
  }>, {
2074
- variant: "primary" | "secondary";
2075
2074
  orientation: "horizontal" | "vertical";
2075
+ variant: "secondary" | "primary";
2076
2076
  activationMode: "automatic" | "manual";
2077
2077
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2078
2078
 
@@ -2095,10 +2095,10 @@ declare const __VLS_component_70: DefineComponent<__VLS_Props_80, {}, {}, {}, {}
2095
2095
  }, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{
2096
2096
  "onUpdate:modelValue"?: ((value: string | MultipleValue) => any) | undefined;
2097
2097
  }>, {
2098
- size: "md" | "sm" | "lg";
2098
+ size: "lg" | "md" | "sm";
2099
2099
  variant: "default" | "surface";
2100
- collapsible: boolean;
2101
2100
  disabled: boolean;
2101
+ collapsible: boolean;
2102
2102
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2103
2103
 
2104
2104
  declare const __VLS_component_71: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2190,10 +2190,10 @@ singleOpen: boolean;
2190
2190
  declare const __VLS_component_79: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
2191
2191
 
2192
2192
  declare const __VLS_component_8: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
2193
- size: "md" | "sm" | "lg" | "xs";
2194
- variant: "primary" | "secondary" | "soft";
2195
- color: "default" | "accent" | "danger" | "success" | "warning";
2196
- placement: "top-right" | "bottom-left" | "bottom-right" | "top-left";
2193
+ size: "lg" | "md" | "sm" | "xs";
2194
+ color: "accent" | "danger" | "success" | "warning" | "default";
2195
+ variant: "secondary" | "primary" | "soft";
2196
+ placement: "bottom-left" | "bottom-right" | "top-left" | "top-right";
2197
2197
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2198
2198
 
2199
2199
  declare const __VLS_component_80: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
@@ -2202,8 +2202,8 @@ isLast: boolean;
2202
2202
 
2203
2203
  declare const __VLS_component_81: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {
2204
2204
  orientation: "horizontal" | "vertical";
2205
- isAttached: boolean;
2206
2205
  loop: boolean;
2206
+ isAttached: boolean;
2207
2207
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2208
2208
 
2209
2209
  declare const __VLS_component_82: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -2238,8 +2238,8 @@ close: () => any;
2238
2238
  }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
2239
2239
  onClose?: (() => any) | undefined;
2240
2240
  }>, {
2241
- variant: "bordered" | "soft" | "solid" | "text" | "outlined";
2242
- color: "default" | "accent" | "danger" | "success" | "warning";
2241
+ color: "accent" | "danger" | "success" | "warning" | "default";
2242
+ variant: "text" | "soft" | "solid" | "bordered" | "outlined";
2243
2243
  dot: boolean;
2244
2244
  isClosable: boolean;
2245
2245
  closeAriaLabel: string;
@@ -2272,7 +2272,7 @@ onResume?: (() => any) | undefined;
2272
2272
  "onSwipe-cancel"?: ((event: Event) => any) | undefined;
2273
2273
  "onSwipe-end"?: ((event: Event) => any) | undefined;
2274
2274
  }>, {
2275
- variant: "default" | "accent" | "danger" | "success" | "warning";
2275
+ variant: "accent" | "danger" | "success" | "warning" | "default";
2276
2276
  open: boolean;
2277
2277
  position: ToastPosition_2;
2278
2278
  duration: number;
@@ -2308,12 +2308,12 @@ onLeave?: ((event: Event) => any) | undefined;
2308
2308
  }>, {
2309
2309
  name: string;
2310
2310
  multiple: boolean;
2311
- variant: "default" | "danger";
2312
- isDisabled: boolean;
2313
2311
  class: string | false | Record<string, unknown> | ClassValue[] | null;
2314
- isLoading: boolean;
2315
- orientation: "horizontal" | "vertical";
2316
2312
  as: string;
2313
+ orientation: "horizontal" | "vertical";
2314
+ variant: "danger" | "default";
2315
+ isDisabled: boolean;
2316
+ isLoading: boolean;
2317
2317
  asChild: boolean;
2318
2318
  selectionMode: "single" | "multiple";
2319
2319
  modelValue: string | string[];
@@ -2386,14 +2386,14 @@ select: (event: Event) => any;
2386
2386
  }, string, PublicProps, Readonly<__VLS_Props_109> & Readonly<{
2387
2387
  onSelect?: ((event: Event) => any) | undefined;
2388
2388
  }>, {
2389
- variant: "default" | "danger";
2390
- isDisabled: boolean;
2391
2389
  class: string | false | Record<string, unknown> | ClassValue[] | null;
2392
2390
  as: string;
2391
+ variant: "danger" | "default";
2393
2392
  classNames: Partial<{
2394
2393
  item: ClassValue;
2395
2394
  indicator: ClassValue;
2396
2395
  }>;
2396
+ isDisabled: boolean;
2397
2397
  disabled: boolean;
2398
2398
  asChild: boolean;
2399
2399
  indicatorAsChild: boolean;
@@ -2420,19 +2420,19 @@ declare const __VLS_component_99: DefineComponent<Props_3, {}, {}, {}, {}, Compo
2420
2420
  "onUpdate:modelValue"?: ((value: SelectItemValue | SelectItemValue[]) => any) | undefined;
2421
2421
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
2422
2422
  }>, {
2423
- size: "md" | "sm" | "lg";
2423
+ size: "lg" | "md" | "sm";
2424
2424
  multiple: boolean;
2425
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
2425
2426
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
2426
2427
  isDisabled: boolean;
2427
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
2428
- fullWidth: boolean;
2429
2428
  isInvalid: boolean;
2430
- isReadonly: boolean;
2431
- labelPlacement: "inside" | "outside" | "outside-left";
2432
2429
  isRequired: boolean;
2433
- items: SelectItemData[];
2430
+ fullWidth: boolean;
2434
2431
  modelValue: SelectItemValue | SelectItemValue[];
2435
2432
  defaultValue: SelectItemValue | SelectItemValue[];
2433
+ labelPlacement: "inside" | "outside" | "outside-left";
2434
+ isReadonly: boolean;
2435
+ items: SelectItemData[];
2436
2436
  dir: "ltr" | "rtl";
2437
2437
  defaultOpen: boolean;
2438
2438
  open: boolean;
@@ -9147,10 +9147,10 @@ default: string;
9147
9147
  }>> & Readonly<{
9148
9148
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
9149
9149
  }>, {
9150
- size: "md" | "sm" | "lg" | "cover" | "xs";
9151
- variant: "opaque" | "blur" | "transparent";
9152
- status: "default" | "accent" | "danger" | "success" | "warning";
9153
- placement: "bottom" | "top" | "center" | "auto";
9150
+ size: "lg" | "md" | "sm" | "xs" | "cover";
9151
+ status: "accent" | "danger" | "success" | "warning" | "default";
9152
+ variant: "transparent" | "blur" | "opaque";
9153
+ placement: "top" | "bottom" | "center" | "auto";
9154
9154
  defaultOpen: boolean;
9155
9155
  open: boolean;
9156
9156
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -9408,7 +9408,7 @@ declare type ClassValue = string | false | null | undefined | Record<string, unk
9408
9408
  declare function clearErrors(name?: string): void;
9409
9409
 
9410
9410
  export declare const CloseButton: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
9411
- size: "md" | "sm" | "lg" | "xs" | "xl";
9411
+ size: "lg" | "md" | "sm" | "xl" | "xs";
9412
9412
  isLoading: boolean;
9413
9413
  disabled: boolean;
9414
9414
  ariaLabel: string;
@@ -9440,10 +9440,10 @@ onChange?: ((value: Color) => any) | undefined;
9440
9440
  "onUpdate:color"?: ((value: Color) => any) | undefined;
9441
9441
  "onChange-end"?: ((value: Color) => any) | undefined;
9442
9442
  }>, {
9443
- showDots: boolean;
9444
9443
  disabled: boolean;
9445
9444
  asChild: boolean;
9446
9445
  required: boolean;
9446
+ showDots: boolean;
9447
9447
  xChannel: ColorChannel;
9448
9448
  yChannel: ColorChannel;
9449
9449
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -9472,7 +9472,7 @@ export declare const ColorInputGroup: DefineComponent<__VLS_Props_180, {}, {}, {
9472
9472
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9473
9473
  "onUpdate:color"?: ((value: Color) => any) | undefined;
9474
9474
  }>, {
9475
- variant: "primary" | "secondary";
9475
+ variant: "secondary" | "primary";
9476
9476
  fullWidth: boolean;
9477
9477
  disabled: boolean;
9478
9478
  asChild: boolean;
@@ -9516,10 +9516,10 @@ onHighlight?: ((value: unknown) => any) | undefined;
9516
9516
  "onEntry-focus"?: ((event: Event) => any) | undefined;
9517
9517
  onLeave?: ((event: Event) => any) | undefined;
9518
9518
  }>, {
9519
- size: "md" | "sm" | "lg" | "xs" | "xl";
9519
+ size: "lg" | "md" | "sm" | "xl" | "xs";
9520
9520
  multiple: boolean;
9521
- variant: "circle" | "square";
9522
9521
  layout: "stack" | "grid";
9522
+ variant: "circle" | "square";
9523
9523
  disabled: boolean;
9524
9524
  asChild: boolean;
9525
9525
  required: boolean;
@@ -9762,12 +9762,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9762
9762
  }>, {
9763
9763
  size: DrawerSize;
9764
9764
  placement: DrawerPlacement;
9765
- inline: boolean;
9766
- dock: boolean;
9767
9765
  defaultOpen: boolean;
9768
9766
  open: boolean;
9769
9767
  modal: boolean;
9768
+ inline: boolean;
9770
9769
  hideBackdrop: boolean;
9770
+ dock: boolean;
9771
9771
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9772
9772
 
9773
9773
  export declare const DrawerBody: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
@@ -9907,11 +9907,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9907
9907
  length: number;
9908
9908
  id: string;
9909
9909
  name: string;
9910
- variant: "primary" | "secondary";
9911
9910
  class: string | false | Record<string, unknown> | ClassValue[] | null;
9912
9911
  type: "text";
9913
9912
  mask: boolean;
9914
9913
  as: string;
9914
+ variant: "secondary" | "primary";
9915
9915
  classNames: Partial<{
9916
9916
  base: ClassValue;
9917
9917
  group: ClassValue;
@@ -10099,13 +10099,13 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
10099
10099
  }>> & Readonly<{
10100
10100
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
10101
10101
  }>, {
10102
- size: "md" | "sm" | "lg" | "xs" | "full";
10103
- variant: "opaque" | "blur" | "transparent";
10104
- placement: "bottom" | "top" | "center" | "auto";
10105
- scroll: "inside" | "outside";
10102
+ size: "lg" | "md" | "sm" | "xs" | "full";
10103
+ variant: "transparent" | "blur" | "opaque";
10104
+ placement: "top" | "bottom" | "center" | "auto";
10106
10105
  defaultOpen: boolean;
10107
10106
  open: boolean;
10108
10107
  modal: boolean;
10108
+ scroll: "inside" | "outside";
10109
10109
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10110
10110
 
10111
10111
  export declare const ModalBody: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
@@ -10138,17 +10138,17 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
10138
10138
  }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
10139
10139
  "onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
10140
10140
  }>, {
10141
- size: "md" | "sm" | "lg";
10141
+ size: "lg" | "md" | "sm";
10142
+ color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
10143
+ label: string;
10142
10144
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
10143
10145
  isDisabled: boolean;
10144
- label: string;
10145
- color: "default" | "danger" | "success" | "warning" | "primary" | "secondary";
10146
- fullWidth: boolean;
10147
10146
  isInvalid: boolean;
10148
- isReadonly: boolean;
10147
+ fullWidth: boolean;
10149
10148
  ariaLabel: string;
10150
10149
  min: number;
10151
10150
  max: number;
10151
+ isReadonly: boolean;
10152
10152
  step: number;
10153
10153
  formatOptions: Intl.NumberFormatOptions;
10154
10154
  locale: string;
@@ -10258,16 +10258,16 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
10258
10258
  export declare const PopoverTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
10259
10259
 
10260
10260
  export declare const ProgressBar: DefineComponent<__VLS_Props_161, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_161> & Readonly<{}>, {
10261
- isDisabled: boolean;
10262
- isStriped: boolean;
10263
- isIndeterminate: boolean;
10264
10261
  as: string;
10262
+ isDisabled: boolean;
10265
10263
  asChild: boolean;
10264
+ isIndeterminate: boolean;
10266
10265
  indicatorAsChild: boolean;
10267
10266
  indicatorAs: string;
10268
10267
  minValue: number;
10269
10268
  maxValue: number;
10270
10269
  showValueLabel: boolean;
10270
+ isStriped: boolean;
10271
10271
  getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
10272
10272
  getValueText: (value: number | null | undefined, max: number) => string | undefined;
10273
10273
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
@@ -10958,9 +10958,9 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
10958
10958
  export declare type SliderValue = number | number[];
10959
10959
 
10960
10960
  export declare const Spinner: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10961
- size: "md" | "sm" | "lg" | "xl";
10962
- label: string;
10961
+ size: "lg" | "md" | "sm" | "xl";
10963
10962
  color: "current" | "accent" | "danger" | "success" | "warning";
10963
+ label: string;
10964
10964
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
10965
10965
 
10966
10966
  export { SpinnerVariants }
@@ -12349,8 +12349,8 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
12349
12349
  readonly onClick: () => void;
12350
12350
  } | undefined;
12351
12351
  readonly description: string;
12352
- readonly variant: ToastVariant;
12353
12352
  readonly title: string;
12353
+ readonly variant: ToastVariant;
12354
12354
  readonly position: ToastPosition;
12355
12355
  readonly duration: number;
12356
12356
  }[], readonly {
@@ -12361,8 +12361,8 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
12361
12361
  readonly onClick: () => void;
12362
12362
  } | undefined;
12363
12363
  readonly description: string;
12364
- readonly variant: ToastVariant;
12365
12364
  readonly title: string;
12365
+ readonly variant: ToastVariant;
12366
12366
  readonly position: ToastPosition;
12367
12367
  readonly duration: number;
12368
12368
  }[]>>;