@auronui/vue 1.3.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ai-rules.md +139 -1
- package/dist/cjs/index.cjs +1816 -932
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/_shared/FieldLabel.js +7 -0
- package/dist/components/_shared/FieldLabel.js.map +1 -0
- package/dist/components/_shared/FieldLabel.vue_vue_type_script_setup_true_lang.js +38 -0
- package/dist/components/_shared/FieldLabel.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/_shared/FormFieldHelper.js +7 -0
- package/dist/components/_shared/FormFieldHelper.js.map +1 -0
- package/dist/components/_shared/FormFieldHelper.vue_vue_type_script_setup_true_lang.js +59 -0
- package/dist/components/_shared/FormFieldHelper.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/_shared/TimeScroller.js +7 -0
- package/dist/components/_shared/TimeScroller.js.map +1 -0
- package/dist/components/{date-time-picker/DateTimePickerTimeScroller.vue_vue_type_script_setup_true_lang.js → _shared/TimeScroller.vue_vue_type_script_setup_true_lang.js} +5 -6
- package/dist/components/_shared/TimeScroller.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/accordion/Accordion.js.map +1 -1
- package/dist/components/accordion/Accordion.vue_vue_type_script_setup_true_lang.js +10 -4
- package/dist/components/accordion/Accordion.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/accordion/AccordionItem.js.map +1 -1
- package/dist/components/accordion/AccordionItem.vue_vue_type_script_setup_true_lang.js +11 -2
- package/dist/components/accordion/AccordionItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialogAction.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialogAction.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialogCancel.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialogCancel.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/autocomplete/Autocomplete.js.map +1 -1
- package/dist/components/autocomplete/Autocomplete.vue_vue_type_script_setup_true_lang.js +56 -52
- package/dist/components/autocomplete/Autocomplete.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteCreateItem.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteCreateItem.vue_vue_type_script_setup_true_lang.js +8 -2
- package/dist/components/autocomplete/AutocompleteCreateItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteInput.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteInput.vue_vue_type_script_setup_true_lang.js +17 -8
- package/dist/components/autocomplete/AutocompleteInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteItem.js.map +1 -1
- package/dist/components/autocomplete/AutocompleteItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/autocomplete/AutocompleteItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/avatar/AvatarGroup.js.map +1 -1
- package/dist/components/avatar/AvatarGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/button/Button.vue_vue_type_script_setup_true_lang.js +10 -4
- package/dist/components/button/Button.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/ButtonGroup.js.map +1 -1
- package/dist/components/button/ButtonGroup.vue_vue_type_script_setup_true_lang.js +10 -4
- package/dist/components/button/ButtonGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/CloseButton.js.map +1 -1
- package/dist/components/button/CloseButton.vue_vue_type_script_setup_true_lang.js +10 -4
- package/dist/components/button/CloseButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/ToggleButton.js.map +1 -1
- package/dist/components/button/ToggleButton.vue_vue_type_script_setup_true_lang.js +17 -6
- package/dist/components/button/ToggleButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/ToggleButtonGroup.js.map +1 -1
- package/dist/components/button/ToggleButtonGroup.vue_vue_type_script_setup_true_lang.js +10 -4
- package/dist/components/button/ToggleButtonGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Calendar.vue_vue_type_script_setup_true_lang.js +21 -10
- package/dist/components/calendar/Calendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/calendar-year-picker/CalendarYearPicker.js.map +1 -1
- package/dist/components/calendar-year-picker/CalendarYearPicker.vue_vue_type_script_setup_true_lang.js +15 -4
- package/dist/components/calendar-year-picker/CalendarYearPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox/Checkbox.vue_vue_type_script_setup_true_lang.js +16 -5
- package/dist/components/checkbox/Checkbox.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/checkbox/CheckboxGroup.js.map +1 -1
- package/dist/components/checkbox/CheckboxGroup.vue_vue_type_script_setup_true_lang.js +10 -4
- package/dist/components/checkbox/CheckboxGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/chip/Chip.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/collapsible/Collapsible.js.map +1 -1
- package/dist/components/collapsible/Collapsible.vue_vue_type_script_setup_true_lang.js +8 -2
- package/dist/components/collapsible/Collapsible.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/collapsible/CollapsibleGroup.js.map +1 -1
- package/dist/components/collapsible/CollapsibleGroup.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/components/collapsible/CollapsibleGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-area/ColorArea.js.map +1 -1
- package/dist/components/color-area/ColorArea.vue_vue_type_script_setup_true_lang.js +15 -4
- package/dist/components/color-area/ColorArea.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-field/ColorField.js.map +1 -1
- package/dist/components/color-field/ColorField.vue_vue_type_script_setup_true_lang.js +22 -6
- package/dist/components/color-field/ColorField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-input-group/ColorInputGroup.js.map +1 -1
- package/dist/components/color-input-group/ColorInputGroup.vue_vue_type_script_setup_true_lang.js +22 -6
- package/dist/components/color-input-group/ColorInputGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-picker/ColorPicker.js.map +1 -1
- package/dist/components/color-picker/ColorPicker.vue_vue_type_script_setup_true_lang.js +15 -9
- package/dist/components/color-picker/ColorPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-slider/ColorSlider.js.map +1 -1
- package/dist/components/color-slider/ColorSlider.vue_vue_type_script_setup_true_lang.js +15 -4
- package/dist/components/color-slider/ColorSlider.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-swatch-picker/ColorSwatchPicker.js.map +1 -1
- package/dist/components/color-swatch-picker/ColorSwatchPicker.vue_vue_type_script_setup_true_lang.js +15 -4
- package/dist/components/color-swatch-picker/ColorSwatchPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/combo-box/ComboBoxInput.js.map +1 -1
- package/dist/components/combo-box/ComboBoxInput.vue_vue_type_script_setup_true_lang.js +7 -1
- package/dist/components/combo-box/ComboBoxInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/combo-box/ComboBoxItem.js.map +1 -1
- package/dist/components/combo-box/ComboBoxItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/combo-box/ComboBoxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/context-menu/ContextMenuCheckboxItem.js.map +1 -1
- package/dist/components/context-menu/ContextMenuCheckboxItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/context-menu/ContextMenuCheckboxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/context-menu/ContextMenuItem.js.map +1 -1
- package/dist/components/context-menu/ContextMenuItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/context-menu/ContextMenuItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/context-menu/ContextMenuRadioItem.js.map +1 -1
- package/dist/components/context-menu/ContextMenuRadioItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/context-menu/ContextMenuRadioItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/context-menu/ContextMenuSubTrigger.js.map +1 -1
- package/dist/components/context-menu/ContextMenuSubTrigger.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/context-menu/ContextMenuSubTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/context-menu/ContextMenuTrigger.js.map +1 -1
- package/dist/components/context-menu/ContextMenuTrigger.vue_vue_type_script_setup_true_lang.js +7 -1
- package/dist/components/context-menu/ContextMenuTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-input/DateInput.js.map +1 -1
- package/dist/components/date-input/DateInput.vue_vue_type_script_setup_true_lang.js +61 -60
- package/dist/components/date-input/DateInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-range-field/DateRangeField.js.map +1 -1
- package/dist/components/date-range-field/DateRangeField.vue_vue_type_script_setup_true_lang.js +61 -61
- package/dist/components/date-range-field/DateRangeField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/DateTimePicker.js.map +1 -1
- package/dist/components/date-time-picker/DateTimePicker.vue_vue_type_script_setup_true_lang.js +13 -13
- package/dist/components/date-time-picker/DateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/dropdown/DropdownCheckboxItem.js.map +1 -1
- package/dist/components/dropdown/DropdownCheckboxItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/dropdown/DropdownCheckboxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/dropdown/DropdownItem.js.map +1 -1
- package/dist/components/dropdown/DropdownItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/dropdown/DropdownItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/dropdown/DropdownRadioItem.js.map +1 -1
- package/dist/components/dropdown/DropdownRadioItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/dropdown/DropdownRadioItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/dropdown/DropdownSubTrigger.js.map +1 -1
- package/dist/components/dropdown/DropdownSubTrigger.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/dropdown/DropdownSubTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/dropdown/DropdownTrigger.js.map +1 -1
- package/dist/components/dropdown/DropdownTrigger.vue_vue_type_script_setup_true_lang.js +7 -1
- package/dist/components/dropdown/DropdownTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/editable/Editable.js.map +1 -1
- package/dist/components/editable/Editable.vue_vue_type_script_setup_true_lang.js +28 -6
- package/dist/components/editable/Editable.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/fieldset/Fieldset.js.map +1 -1
- package/dist/components/fieldset/Fieldset.vue_vue_type_script_setup_true_lang.js +8 -2
- package/dist/components/fieldset/Fieldset.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input/Input.vue_vue_type_script_setup_true_lang.js +76 -71
- package/dist/components/input/Input.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/input-otp/InputOTP.js.map +1 -1
- package/dist/components/input-otp/InputOTP.vue_vue_type_script_setup_true_lang.js +15 -4
- package/dist/components/input-otp/InputOTP.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/link/Link.js.map +1 -1
- package/dist/components/link/Link.vue_vue_type_script_setup_true_lang.js +8 -2
- package/dist/components/link/Link.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/list-box/ListBox.js.map +1 -1
- package/dist/components/list-box/ListBox.vue_vue_type_script_setup_true_lang.js +7 -1
- package/dist/components/list-box/ListBox.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/menubar/MenubarCheckboxItem.js.map +1 -1
- package/dist/components/menubar/MenubarCheckboxItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/menubar/MenubarCheckboxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/menubar/MenubarItem.js.map +1 -1
- package/dist/components/menubar/MenubarItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/menubar/MenubarItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/menubar/MenubarRadioItem.js.map +1 -1
- package/dist/components/menubar/MenubarRadioItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/menubar/MenubarRadioItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/menubar/MenubarSubTrigger.js.map +1 -1
- package/dist/components/menubar/MenubarSubTrigger.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/menubar/MenubarSubTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/menubar/MenubarTrigger.js.map +1 -1
- package/dist/components/menubar/MenubarTrigger.vue_vue_type_script_setup_true_lang.js +7 -1
- package/dist/components/menubar/MenubarTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/meter/Meter.js.map +1 -1
- package/dist/components/meter/Meter.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/month-picker/MonthPicker.js.map +1 -1
- package/dist/components/month-picker/MonthPicker.vue_vue_type_script_setup_true_lang.js +15 -4
- package/dist/components/month-picker/MonthPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/month-range-picker/MonthRangePicker.js.map +1 -1
- package/dist/components/month-range-picker/MonthRangePicker.vue_vue_type_script_setup_true_lang.js +15 -4
- package/dist/components/month-range-picker/MonthRangePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/navigation-menu/NavigationMenuTrigger.js.map +1 -1
- package/dist/components/navigation-menu/NavigationMenuTrigger.vue_vue_type_script_setup_true_lang.js +7 -1
- package/dist/components/navigation-menu/NavigationMenuTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/number-field/NumberField.js.map +1 -1
- package/dist/components/number-field/NumberField.vue_vue_type_script_setup_true_lang.js +19 -5
- package/dist/components/number-field/NumberField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/pagination/Pagination.js.map +1 -1
- package/dist/components/pagination/Pagination.vue_vue_type_script_setup_true_lang.js +9 -3
- package/dist/components/pagination/Pagination.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/popover/PopoverClose.js.map +1 -1
- package/dist/components/popover/PopoverClose.vue_vue_type_script_setup_true_lang.js +11 -2
- package/dist/components/popover/PopoverClose.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/progress-bar/ProgressBar.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/progress-circle/ProgressCircle.js.map +1 -1
- package/dist/components/progress-circle/ProgressCircle.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/radio/Radio.js.map +1 -1
- package/dist/components/radio/Radio.vue_vue_type_script_setup_true_lang.js +16 -5
- package/dist/components/radio/Radio.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/radio/RadioGroup.js.map +1 -1
- package/dist/components/radio/RadioGroup.vue_vue_type_script_setup_true_lang.js +18 -7
- package/dist/components/radio/RadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/range-calendar/RangeCalendar.js.map +1 -1
- package/dist/components/range-calendar/RangeCalendar.vue_vue_type_script_setup_true_lang.js +19 -8
- package/dist/components/range-calendar/RangeCalendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js +55 -51
- package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/select/SelectItem.js.map +1 -1
- package/dist/components/select/SelectItem.vue_vue_type_script_setup_true_lang.js +4 -2
- package/dist/components/select/SelectItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/select/SelectTrigger.js.map +1 -1
- package/dist/components/select/SelectTrigger.vue_vue_type_script_setup_true_lang.js +18 -9
- package/dist/components/select/SelectTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/Slider.vue_vue_type_script_setup_true_lang.js +16 -5
- package/dist/components/slider/Slider.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/splitter/SplitterResizeHandle.js.map +1 -1
- package/dist/components/splitter/SplitterResizeHandle.vue_vue_type_script_setup_true_lang.js +8 -2
- package/dist/components/splitter/SplitterResizeHandle.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/switch/Switch.vue_vue_type_script_setup_true_lang.js +16 -5
- package/dist/components/switch/Switch.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/switch/SwitchGroup.js.map +1 -1
- package/dist/components/switch/SwitchGroup.vue_vue_type_script_setup_true_lang.js +10 -4
- package/dist/components/switch/SwitchGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/Table.vue_vue_type_script_setup_true_lang.js +1 -0
- package/dist/components/table/Table.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableBody.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/table/TableCheckboxCell.js.map +1 -1
- package/dist/components/table/TableCheckboxCell.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/table/TableVirtualBody.js.map +1 -1
- package/dist/components/table/TableVirtualBody.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/table/table.context.js.map +1 -1
- package/dist/components/tabs/Tab.js.map +1 -1
- package/dist/components/tabs/Tab.vue_vue_type_script_setup_true_lang.js +11 -2
- package/dist/components/tabs/Tab.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tabs/TabList.js.map +1 -1
- package/dist/components/tabs/TabList.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/components/tabs/TabList.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tabs/Tabs.js.map +1 -1
- package/dist/components/tabs/Tabs.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/components/tabs/Tabs.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea/Textarea.vue_vue_type_script_setup_true_lang.js +70 -65
- package/dist/components/textarea/Textarea.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/time-field/TimeField.js.map +1 -1
- package/dist/components/time-field/TimeField.vue_vue_type_script_setup_true_lang.js +61 -60
- package/dist/components/time-field/TimeField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/time-picker/TimePicker.js +7 -0
- package/dist/components/time-picker/TimePicker.js.map +1 -0
- package/dist/components/time-picker/TimePicker.vue_vue_type_script_setup_true_lang.js +320 -0
- package/dist/components/time-picker/TimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/time-range-field/TimeRangeField.js.map +1 -1
- package/dist/components/time-range-field/TimeRangeField.vue_vue_type_script_setup_true_lang.js +61 -61
- package/dist/components/time-range-field/TimeRangeField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/toolbar/ToolbarButton.js.map +1 -1
- package/dist/components/toolbar/ToolbarButton.vue_vue_type_script_setup_true_lang.js +11 -2
- package/dist/components/toolbar/ToolbarButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/toolbar/ToolbarToggleGroup.js.map +1 -1
- package/dist/components/toolbar/ToolbarToggleGroup.vue_vue_type_script_setup_true_lang.js +23 -6
- package/dist/components/toolbar/ToolbarToggleGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/toolbar/ToolbarToggleItem.js.map +1 -1
- package/dist/components/toolbar/ToolbarToggleItem.vue_vue_type_script_setup_true_lang.js +11 -2
- package/dist/components/toolbar/ToolbarToggleItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tooltip/TooltipProvider.js.map +1 -1
- package/dist/components/tooltip/TooltipProvider.vue_vue_type_script_setup_true_lang.js +8 -2
- package/dist/components/tooltip/TooltipProvider.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tree/Tree.js.map +1 -1
- package/dist/components/tree/Tree.vue_vue_type_script_setup_true_lang.js +11 -2
- package/dist/components/tree/Tree.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/year-range-picker/YearRangePicker.js.map +1 -1
- package/dist/components/year-range-picker/YearRangePicker.vue_vue_type_script_setup_true_lang.js +15 -4
- package/dist/components/year-range-picker/YearRangePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/composables/useDeprecatedBooleanProp.js +43 -0
- package/dist/composables/useDeprecatedBooleanProp.js.map +1 -0
- package/dist/composables/useFormField.js +50 -0
- package/dist/composables/useFormField.js.map +1 -0
- package/dist/index.d.ts +845 -580
- package/dist/index.js +2 -1
- package/dist/utils/warnDeprecated.js +2 -1
- package/dist/utils/warnDeprecated.js.map +1 -1
- package/package.json +4 -4
- package/dist/components/date-time-picker/DateTimePickerTimeScroller.js +0 -7
- package/dist/components/date-time-picker/DateTimePickerTimeScroller.js.map +0 -1
- package/dist/components/date-time-picker/DateTimePickerTimeScroller.vue_vue_type_script_setup_true_lang.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -39,7 +39,6 @@ import { ComponentOptionsMixin } from 'vue';
|
|
|
39
39
|
import { ComponentProvideOptions } from 'vue';
|
|
40
40
|
import { ComponentPublicInstance } from 'vue';
|
|
41
41
|
import { ComputedRef } from 'vue';
|
|
42
|
-
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
43
42
|
import { cx } from 'tailwind-variants';
|
|
44
43
|
import { DateFieldRootProps } from 'reka-ui';
|
|
45
44
|
import { DateInputVariants } from '@auronui/styles';
|
|
@@ -70,10 +69,13 @@ import { ListBoxSectionVariants } from '@auronui/styles';
|
|
|
70
69
|
import { ListBoxVariants } from '@auronui/styles';
|
|
71
70
|
import { Matcher } from '../../../node_modules/reka-ui/dist/index2.d.ts';
|
|
72
71
|
import { MenuItemVariants } from '@auronui/styles';
|
|
72
|
+
import { MeterVariants } from '@auronui/styles';
|
|
73
73
|
import { nextTick } from 'vue';
|
|
74
74
|
import { NumberFieldVariants } from '@auronui/styles';
|
|
75
75
|
import { OnCleanup } from '@vue/reactivity';
|
|
76
76
|
import { PaginationVariants } from '@auronui/styles';
|
|
77
|
+
import { ProgressBarVariants } from '@auronui/styles';
|
|
78
|
+
import { ProgressCircleVariants } from '@auronui/styles';
|
|
77
79
|
import { PublicProps } from 'vue';
|
|
78
80
|
import { RadioGroupVariants } from '@auronui/styles';
|
|
79
81
|
import { Ref } from 'vue';
|
|
@@ -91,6 +93,7 @@ import { selectVariants } from '@auronui/styles';
|
|
|
91
93
|
import { SeparatorVariants } from '@auronui/styles';
|
|
92
94
|
import { ShallowUnwrapRef } from 'vue';
|
|
93
95
|
import { SkeletonVariants } from '@auronui/styles';
|
|
96
|
+
import { SliderVariants } from '@auronui/styles';
|
|
94
97
|
import { Slot } from 'vue';
|
|
95
98
|
import { SpinnerVariants } from '@auronui/styles';
|
|
96
99
|
import { SplitterVariants } from '@auronui/styles';
|
|
@@ -99,10 +102,12 @@ import { SurfaceVariants } from '@auronui/styles';
|
|
|
99
102
|
import { SwitchGroupVariants } from '@auronui/styles';
|
|
100
103
|
import { SwitchVariants } from '@auronui/styles';
|
|
101
104
|
import { Table as Table_2 } from '@tanstack/vue-table';
|
|
105
|
+
import { default as TableBody } from './TableBody.vue';
|
|
102
106
|
import { TableVariants } from '@auronui/styles';
|
|
103
107
|
import { TabsVariants } from '@auronui/styles';
|
|
104
108
|
import { TextAreaVariants } from '@auronui/styles';
|
|
105
109
|
import { TextVariants } from '@auronui/styles';
|
|
110
|
+
import { Time } from '@internationalized/date';
|
|
106
111
|
import { TimeFieldRootProps } from 'reka-ui';
|
|
107
112
|
import { TimeFieldVariants } from '@auronui/styles';
|
|
108
113
|
import { TimeRange as TimeRange_2 } from '../../../node_modules/reka-ui/dist/index3.d.ts';
|
|
@@ -157,6 +162,7 @@ as: string;
|
|
|
157
162
|
orientation: "horizontal" | "vertical";
|
|
158
163
|
variant: "danger" | "default";
|
|
159
164
|
isDisabled: boolean;
|
|
165
|
+
isRequired: boolean;
|
|
160
166
|
isLoading: boolean;
|
|
161
167
|
asChild: boolean;
|
|
162
168
|
selectionMode: "single" | "multiple";
|
|
@@ -275,6 +281,7 @@ fullWidth: boolean;
|
|
|
275
281
|
modelValue: SelectItemValue | SelectItemValue[];
|
|
276
282
|
defaultValue: SelectItemValue | SelectItemValue[];
|
|
277
283
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
284
|
+
isReadOnly: boolean;
|
|
278
285
|
isReadonly: boolean;
|
|
279
286
|
dir: "ltr" | "rtl";
|
|
280
287
|
items: SelectItemData[];
|
|
@@ -287,6 +294,7 @@ autocomplete: string;
|
|
|
287
294
|
declare const __VLS_component_107: DefineComponent<__VLS_Props_121, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_121> & Readonly<{}>, {
|
|
288
295
|
class: string;
|
|
289
296
|
as: string;
|
|
297
|
+
isDisabled: boolean;
|
|
290
298
|
disabled: boolean;
|
|
291
299
|
asChild: boolean;
|
|
292
300
|
reference: object | null;
|
|
@@ -426,6 +434,7 @@ disableAnimation: boolean;
|
|
|
426
434
|
|
|
427
435
|
declare const __VLS_component_111: DefineComponent<__VLS_Props_126, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_126> & Readonly<{}>, {
|
|
428
436
|
as: string;
|
|
437
|
+
isDisabled: boolean;
|
|
429
438
|
disabled: boolean;
|
|
430
439
|
asChild: boolean;
|
|
431
440
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -662,6 +671,7 @@ pressOpenDelay: number;
|
|
|
662
671
|
|
|
663
672
|
declare const __VLS_component_122: DefineComponent<__VLS_Props_137, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_137> & Readonly<{}>, {
|
|
664
673
|
as: string;
|
|
674
|
+
isDisabled: boolean;
|
|
665
675
|
disabled: boolean;
|
|
666
676
|
asChild: boolean;
|
|
667
677
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -844,6 +854,7 @@ declare const __VLS_component_133: DefineComponent<__VLS_Props_148, {}, {}, {},
|
|
|
844
854
|
declare const __VLS_component_134: DefineComponent<__VLS_Props_149, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_149> & Readonly<{}>, {
|
|
845
855
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
846
856
|
as: string;
|
|
857
|
+
isDisabled: boolean;
|
|
847
858
|
disabled: boolean;
|
|
848
859
|
asChild: boolean;
|
|
849
860
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1047,6 +1058,7 @@ declare const __VLS_component_146: DefineComponent<__VLS_Props_161, {}, {}, {},
|
|
|
1047
1058
|
declare const __VLS_component_147: DefineComponent<__VLS_Props_162, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_162> & Readonly<{}>, {
|
|
1048
1059
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
1049
1060
|
as: string;
|
|
1061
|
+
isDisabled: boolean;
|
|
1050
1062
|
disabled: boolean;
|
|
1051
1063
|
asChild: boolean;
|
|
1052
1064
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1156,6 +1168,7 @@ declare const __VLS_component_152: DefineComponent<__VLS_Props_169, {}, {}, {},
|
|
|
1156
1168
|
}>, {
|
|
1157
1169
|
class: string;
|
|
1158
1170
|
as: string;
|
|
1171
|
+
isDisabled: boolean;
|
|
1159
1172
|
disabled: boolean;
|
|
1160
1173
|
asChild: boolean;
|
|
1161
1174
|
placeholder: string;
|
|
@@ -1267,6 +1280,7 @@ fullWidth: boolean;
|
|
|
1267
1280
|
modelValue: string | string[];
|
|
1268
1281
|
defaultValue: string | string[];
|
|
1269
1282
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
1283
|
+
isReadOnly: boolean;
|
|
1270
1284
|
isReadonly: boolean;
|
|
1271
1285
|
items: AutocompleteItemData[];
|
|
1272
1286
|
defaultOpen: boolean;
|
|
@@ -1285,6 +1299,7 @@ declare const __VLS_component_157: DefineComponent<__VLS_Props_173, {}, {}, {},
|
|
|
1285
1299
|
}>, {
|
|
1286
1300
|
class: string;
|
|
1287
1301
|
as: string;
|
|
1302
|
+
isDisabled: boolean;
|
|
1288
1303
|
disabled: boolean;
|
|
1289
1304
|
asChild: boolean;
|
|
1290
1305
|
placeholder: string;
|
|
@@ -1417,6 +1432,7 @@ value: string;
|
|
|
1417
1432
|
class: string;
|
|
1418
1433
|
label: string | ((term: string) => string);
|
|
1419
1434
|
as: string;
|
|
1435
|
+
isDisabled: boolean;
|
|
1420
1436
|
disabled: boolean;
|
|
1421
1437
|
asChild: boolean;
|
|
1422
1438
|
textValue: string;
|
|
@@ -1431,6 +1447,7 @@ declare const __VLS_component_161: DefineComponent<__VLS_Props_177, {}, {}, {},
|
|
|
1431
1447
|
}>, {
|
|
1432
1448
|
size: "lg" | "md" | "sm";
|
|
1433
1449
|
type: "numeric" | "cursor";
|
|
1450
|
+
isDisabled: boolean;
|
|
1434
1451
|
disabled: boolean;
|
|
1435
1452
|
page: number;
|
|
1436
1453
|
defaultPage: number;
|
|
@@ -1456,56 +1473,7 @@ declare const __VLS_component_167: DefineComponent<__VLS_Props_183, {}, {}, {},
|
|
|
1456
1473
|
|
|
1457
1474
|
declare const __VLS_component_168: DefineComponent<__VLS_Props_184, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_184> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1458
1475
|
|
|
1459
|
-
declare const __VLS_component_169: DefineComponent<
|
|
1460
|
-
table: Table_2<unknown>;
|
|
1461
|
-
keyboardNav: TableKeyboardNav;
|
|
1462
|
-
handleRowClick: typeof handleRowClick;
|
|
1463
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1464
|
-
"update:rowSelection": (value: RowSelectionState) => any;
|
|
1465
|
-
}, string, PublicProps, Readonly<__VLS_Props_185> & Readonly<{
|
|
1466
|
-
"onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
|
|
1467
|
-
}>, {
|
|
1468
|
-
variant: "secondary" | "primary";
|
|
1469
|
-
ariaLabel: string;
|
|
1470
|
-
estimatedRowHeight: number;
|
|
1471
|
-
selection: SelectionMode_2;
|
|
1472
|
-
rowSelection: RowSelectionState;
|
|
1473
|
-
virtualRows: boolean | number;
|
|
1474
|
-
virtualizerOverscan: number;
|
|
1475
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1476
|
-
scrollContainerRef: HTMLDivElement;
|
|
1477
|
-
rootRef: HTMLTableElement;
|
|
1478
|
-
virtualBodyRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1479
|
-
scrollElement: HTMLElement | null;
|
|
1480
|
-
estimatedRowHeight?: number;
|
|
1481
|
-
overscan?: number;
|
|
1482
|
-
classNames?: Partial<{
|
|
1483
|
-
body: ClassValue;
|
|
1484
|
-
row: ClassValue;
|
|
1485
|
-
cell: ClassValue;
|
|
1486
|
-
}>;
|
|
1487
|
-
}> & Readonly<{}>, {
|
|
1488
|
-
scrollToIndex: (index: number) => void;
|
|
1489
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
1490
|
-
P: {};
|
|
1491
|
-
B: {};
|
|
1492
|
-
D: {};
|
|
1493
|
-
C: {};
|
|
1494
|
-
M: {};
|
|
1495
|
-
Defaults: {};
|
|
1496
|
-
}, Readonly<{
|
|
1497
|
-
scrollElement: HTMLElement | null;
|
|
1498
|
-
estimatedRowHeight?: number;
|
|
1499
|
-
overscan?: number;
|
|
1500
|
-
classNames?: Partial<{
|
|
1501
|
-
body: ClassValue;
|
|
1502
|
-
row: ClassValue;
|
|
1503
|
-
cell: ClassValue;
|
|
1504
|
-
}>;
|
|
1505
|
-
}> & Readonly<{}>, {
|
|
1506
|
-
scrollToIndex: (index: number) => void;
|
|
1507
|
-
}, {}, {}, {}, {}> | null;
|
|
1508
|
-
}, HTMLDivElement>;
|
|
1476
|
+
declare const __VLS_component_169: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
1509
1477
|
|
|
1510
1478
|
declare const __VLS_component_17: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1511
1479
|
size: "lg" | "md" | "sm" | "xl" | "xs";
|
|
@@ -1513,6 +1481,7 @@ value: string | number;
|
|
|
1513
1481
|
color: "danger" | "success" | "warning" | "default" | "primary";
|
|
1514
1482
|
as: string | object;
|
|
1515
1483
|
variant: "danger" | "success" | "warning" | "default" | "secondary" | "tertiary" | "primary" | "soft" | "solid" | "bordered" | "ghost" | "danger-soft" | "success-soft" | "warning-soft" | "outline";
|
|
1484
|
+
isDisabled: boolean;
|
|
1516
1485
|
radius: "lg" | "md" | "sm" | "none" | "full";
|
|
1517
1486
|
fullWidth: boolean;
|
|
1518
1487
|
isIconOnly: boolean;
|
|
@@ -1520,19 +1489,15 @@ isLoading: boolean;
|
|
|
1520
1489
|
disabled: boolean;
|
|
1521
1490
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1522
1491
|
|
|
1523
|
-
declare const __VLS_component_170: DefineComponent<
|
|
1524
|
-
|
|
1525
|
-
declare const __VLS_component_171: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
1492
|
+
declare const __VLS_component_170: DefineComponent<__VLS_Props_185, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_185> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
1526
1493
|
|
|
1527
|
-
declare const
|
|
1494
|
+
declare const __VLS_component_171: DefineComponent<__VLS_Props_186, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_186> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
1528
1495
|
|
|
1529
|
-
declare const
|
|
1496
|
+
declare const __VLS_component_172: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
1530
1497
|
|
|
1531
|
-
declare const
|
|
1532
|
-
|
|
1533
|
-
declare const __VLS_component_175: DefineComponent<__VLS_Props_188, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1498
|
+
declare const __VLS_component_173: DefineComponent<__VLS_Props_187, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1534
1499
|
"loading-status-change": (status: string) => any;
|
|
1535
|
-
}, string, PublicProps, Readonly<
|
|
1500
|
+
}, string, PublicProps, Readonly<__VLS_Props_187> & Readonly<{
|
|
1536
1501
|
"onLoading-status-change"?: ((status: string) => any) | undefined;
|
|
1537
1502
|
}>, {
|
|
1538
1503
|
isDisabled: boolean;
|
|
@@ -1540,21 +1505,21 @@ isBordered: boolean;
|
|
|
1540
1505
|
showFallback: boolean;
|
|
1541
1506
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1542
1507
|
|
|
1543
|
-
declare const
|
|
1544
|
-
size: "
|
|
1508
|
+
declare const __VLS_component_174: DefineComponent<__VLS_Props_188, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_188> & Readonly<{}>, {
|
|
1509
|
+
size: "lg" | "md" | "sm";
|
|
1545
1510
|
isDisabled: boolean;
|
|
1546
1511
|
isBordered: boolean;
|
|
1547
1512
|
isGrid: boolean;
|
|
1548
1513
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1549
1514
|
|
|
1550
|
-
declare const
|
|
1515
|
+
declare const __VLS_component_175: DefineComponent<__VLS_Props_189, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_189> & Readonly<{}>, {
|
|
1551
1516
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
1552
1517
|
ratio: number;
|
|
1553
1518
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1554
1519
|
|
|
1555
|
-
declare const
|
|
1520
|
+
declare const __VLS_component_176: DefineComponent<__VLS_Props_190, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1556
1521
|
layout: (sizes: number[]) => any;
|
|
1557
|
-
}, string, PublicProps, Readonly<
|
|
1522
|
+
}, string, PublicProps, Readonly<__VLS_Props_190> & Readonly<{
|
|
1558
1523
|
onLayout?: ((sizes: number[]) => any) | undefined;
|
|
1559
1524
|
}>, {
|
|
1560
1525
|
id: string;
|
|
@@ -1568,11 +1533,11 @@ keyboardResizeBy: number;
|
|
|
1568
1533
|
storage: object;
|
|
1569
1534
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1570
1535
|
|
|
1571
|
-
declare const
|
|
1536
|
+
declare const __VLS_component_177: DefineComponent<__VLS_Props_191, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1572
1537
|
resize: (size: number) => any;
|
|
1573
1538
|
collapse: () => any;
|
|
1574
1539
|
expand: () => any;
|
|
1575
|
-
}, string, PublicProps, Readonly<
|
|
1540
|
+
}, string, PublicProps, Readonly<__VLS_Props_191> & Readonly<{
|
|
1576
1541
|
onResize?: ((size: number) => any) | undefined;
|
|
1577
1542
|
onCollapse?: (() => any) | undefined;
|
|
1578
1543
|
onExpand?: (() => any) | undefined;
|
|
@@ -1591,24 +1556,9 @@ collapsedSize: number;
|
|
|
1591
1556
|
sizeUnit: "%" | "px";
|
|
1592
1557
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1593
1558
|
|
|
1594
|
-
declare const
|
|
1595
|
-
"update:modelValue": (value: ButtonGroupValue) => any;
|
|
1596
|
-
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1597
|
-
"onUpdate:modelValue"?: ((value: ButtonGroupValue) => any) | undefined;
|
|
1598
|
-
}>, {
|
|
1599
|
-
size: "lg" | "md" | "sm" | "xl" | "xs";
|
|
1600
|
-
color: "danger" | "success" | "warning" | "default" | "primary";
|
|
1601
|
-
orientation: "horizontal" | "vertical";
|
|
1602
|
-
variant: "danger" | "success" | "warning" | "default" | "secondary" | "tertiary" | "primary" | "soft" | "solid" | "bordered" | "ghost" | "danger-soft" | "success-soft" | "warning-soft";
|
|
1603
|
-
fullWidth: boolean;
|
|
1604
|
-
disabled: boolean;
|
|
1605
|
-
selectionMode: ButtonGroupSelectionMode;
|
|
1606
|
-
modelValue: ButtonGroupValue;
|
|
1607
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1608
|
-
|
|
1609
|
-
declare const __VLS_component_180: DefineComponent<__VLS_Props_193, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1559
|
+
declare const __VLS_component_178: DefineComponent<__VLS_Props_192, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1610
1560
|
dragging: (isDragging: boolean) => any;
|
|
1611
|
-
}, string, PublicProps, Readonly<
|
|
1561
|
+
}, string, PublicProps, Readonly<__VLS_Props_192> & Readonly<{
|
|
1612
1562
|
onDragging?: ((isDragging: boolean) => any) | undefined;
|
|
1613
1563
|
}>, {
|
|
1614
1564
|
id: string;
|
|
@@ -1617,15 +1567,16 @@ classNames: Partial<{
|
|
|
1617
1567
|
handle: ClassValue;
|
|
1618
1568
|
handleBar: ClassValue;
|
|
1619
1569
|
}>;
|
|
1570
|
+
isDisabled: boolean;
|
|
1620
1571
|
tabindex: number;
|
|
1621
1572
|
disabled: boolean;
|
|
1622
1573
|
nonce: string;
|
|
1623
1574
|
hitAreaMargins: object;
|
|
1624
1575
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1625
1576
|
|
|
1626
|
-
declare const
|
|
1577
|
+
declare const __VLS_component_179: DefineComponent<__VLS_Props_193, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1627
1578
|
"update:modelValue": (step: number) => any;
|
|
1628
|
-
}, string, PublicProps, Readonly<
|
|
1579
|
+
}, string, PublicProps, Readonly<__VLS_Props_193> & Readonly<{
|
|
1629
1580
|
"onUpdate:modelValue"?: ((step: number) => any) | undefined;
|
|
1630
1581
|
}>, {
|
|
1631
1582
|
size: "lg" | "md" | "sm";
|
|
@@ -1637,54 +1588,72 @@ defaultValue: number;
|
|
|
1637
1588
|
totalSteps: number;
|
|
1638
1589
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1639
1590
|
|
|
1640
|
-
declare const
|
|
1591
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1592
|
+
"update:modelValue": (value: ButtonGroupValue) => any;
|
|
1593
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1594
|
+
"onUpdate:modelValue"?: ((value: ButtonGroupValue) => any) | undefined;
|
|
1595
|
+
}>, {
|
|
1596
|
+
size: "lg" | "md" | "sm" | "xl" | "xs";
|
|
1597
|
+
color: "danger" | "success" | "warning" | "default" | "primary";
|
|
1598
|
+
orientation: "horizontal" | "vertical";
|
|
1599
|
+
variant: "danger" | "success" | "warning" | "default" | "secondary" | "tertiary" | "primary" | "soft" | "solid" | "bordered" | "ghost" | "danger-soft" | "success-soft" | "warning-soft";
|
|
1600
|
+
isDisabled: boolean;
|
|
1601
|
+
fullWidth: boolean;
|
|
1602
|
+
disabled: boolean;
|
|
1603
|
+
selectionMode: ButtonGroupSelectionMode;
|
|
1604
|
+
modelValue: ButtonGroupValue;
|
|
1605
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1606
|
+
|
|
1607
|
+
declare const __VLS_component_180: DefineComponent<__VLS_Props_194, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_194> & Readonly<{}>, {
|
|
1641
1608
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
1642
1609
|
classNames: Partial<{
|
|
1643
1610
|
item: ClassValue;
|
|
1644
1611
|
}>;
|
|
1645
1612
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1646
1613
|
|
|
1647
|
-
declare const
|
|
1614
|
+
declare const __VLS_component_181: DefineComponent<__VLS_Props_195, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_195> & Readonly<{}>, {
|
|
1648
1615
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
1649
1616
|
classNames: Partial<{
|
|
1650
1617
|
indicator: ClassValue;
|
|
1651
1618
|
}>;
|
|
1652
1619
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1653
1620
|
|
|
1654
|
-
declare const
|
|
1621
|
+
declare const __VLS_component_182: DefineComponent<__VLS_Props_196, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_196> & Readonly<{}>, {
|
|
1655
1622
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
1656
1623
|
classNames: Partial<{
|
|
1657
1624
|
title: ClassValue;
|
|
1658
1625
|
}>;
|
|
1659
1626
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
1660
1627
|
|
|
1661
|
-
declare const
|
|
1628
|
+
declare const __VLS_component_183: DefineComponent<__VLS_Props_197, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_197> & Readonly<{}>, {
|
|
1662
1629
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
1663
1630
|
classNames: Partial<{
|
|
1664
1631
|
description: ClassValue;
|
|
1665
1632
|
}>;
|
|
1666
1633
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
1667
1634
|
|
|
1668
|
-
declare const
|
|
1635
|
+
declare const __VLS_component_184: DefineComponent<__VLS_Props_198, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_198> & Readonly<{}>, {
|
|
1669
1636
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
1670
1637
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1671
1638
|
|
|
1672
|
-
declare const
|
|
1639
|
+
declare const __VLS_component_185: DefineComponent<__VLS_Props_200, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_200> & Readonly<{}>, {
|
|
1673
1640
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
1674
1641
|
isExpanded: boolean;
|
|
1675
1642
|
hasChildren: boolean;
|
|
1676
1643
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1677
1644
|
|
|
1678
|
-
declare const
|
|
1645
|
+
declare const __VLS_component_186: DefineComponent<__VLS_Props_201, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1679
1646
|
"update:modelValue": (value: number | number[]) => any;
|
|
1680
1647
|
"value-commit": (value: number | number[]) => any;
|
|
1681
|
-
}, string, PublicProps, Readonly<
|
|
1648
|
+
}, string, PublicProps, Readonly<__VLS_Props_201> & Readonly<{
|
|
1682
1649
|
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
1683
1650
|
"onValue-commit"?: ((value: number | number[]) => any) | undefined;
|
|
1684
1651
|
}>, {
|
|
1685
1652
|
name: string;
|
|
1686
1653
|
as: string;
|
|
1687
1654
|
orientation: "horizontal" | "vertical";
|
|
1655
|
+
isDisabled: boolean;
|
|
1656
|
+
isRequired: boolean;
|
|
1688
1657
|
disabled: boolean;
|
|
1689
1658
|
asChild: boolean;
|
|
1690
1659
|
required: boolean;
|
|
@@ -1706,7 +1675,7 @@ rangeAsChild: boolean;
|
|
|
1706
1675
|
rangeAs: string;
|
|
1707
1676
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1708
1677
|
|
|
1709
|
-
declare const
|
|
1678
|
+
declare const __VLS_component_187: DefineComponent<__VLS_Props_203, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_203> & Readonly<{}>, {
|
|
1710
1679
|
as: string;
|
|
1711
1680
|
isDisabled: boolean;
|
|
1712
1681
|
asChild: boolean;
|
|
@@ -1719,6 +1688,22 @@ getValueLabel: (value: number | null | undefined, max: number) => string | undef
|
|
|
1719
1688
|
getValueText: (value: number | null | undefined, max: number) => string | undefined;
|
|
1720
1689
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1721
1690
|
|
|
1691
|
+
declare const __VLS_component_188: DefineComponent<__VLS_Props_205, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_205> & Readonly<{}>, {
|
|
1692
|
+
size: number;
|
|
1693
|
+
offset: number;
|
|
1694
|
+
orientation: "vertical" | "horizontal" | "both";
|
|
1695
|
+
visibility: "auto" | "top" | "bottom" | "left" | "right" | "both" | "none";
|
|
1696
|
+
hideScrollBar: boolean;
|
|
1697
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1698
|
+
container: HTMLDivElement;
|
|
1699
|
+
}, HTMLDivElement>;
|
|
1700
|
+
|
|
1701
|
+
declare const __VLS_component_189: DefineComponent<__VLS_Props_206, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_206> & Readonly<{}>, {
|
|
1702
|
+
type: "auto" | "always" | "scroll" | "hover";
|
|
1703
|
+
orientation: "vertical" | "horizontal" | "both";
|
|
1704
|
+
scrollHideDelay: number;
|
|
1705
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1706
|
+
|
|
1722
1707
|
declare const __VLS_component_19: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1723
1708
|
"update:modelValue": (value: boolean) => any;
|
|
1724
1709
|
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
@@ -1729,6 +1714,8 @@ value: string;
|
|
|
1729
1714
|
name: string;
|
|
1730
1715
|
as: string;
|
|
1731
1716
|
variant: "default" | "ghost";
|
|
1717
|
+
isDisabled: boolean;
|
|
1718
|
+
isRequired: boolean;
|
|
1732
1719
|
isIconOnly: boolean;
|
|
1733
1720
|
disabled: boolean;
|
|
1734
1721
|
asChild: boolean;
|
|
@@ -1737,48 +1724,36 @@ defaultValue: boolean;
|
|
|
1737
1724
|
required: boolean;
|
|
1738
1725
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1739
1726
|
|
|
1740
|
-
declare const __VLS_component_190: DefineComponent<
|
|
1741
|
-
size: number;
|
|
1742
|
-
offset: number;
|
|
1743
|
-
orientation: "vertical" | "horizontal" | "both";
|
|
1744
|
-
visibility: "auto" | "top" | "bottom" | "left" | "right" | "both" | "none";
|
|
1745
|
-
hideScrollBar: boolean;
|
|
1746
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1747
|
-
container: HTMLDivElement;
|
|
1748
|
-
}, HTMLDivElement>;
|
|
1749
|
-
|
|
1750
|
-
declare const __VLS_component_191: DefineComponent<__VLS_Props_207, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_207> & Readonly<{}>, {
|
|
1751
|
-
type: "auto" | "always" | "scroll" | "hover";
|
|
1752
|
-
orientation: "vertical" | "horizontal" | "both";
|
|
1753
|
-
scrollHideDelay: number;
|
|
1754
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1755
|
-
|
|
1756
|
-
declare const __VLS_component_192: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1727
|
+
declare const __VLS_component_190: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1757
1728
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
1758
1729
|
"update:placeholder": (value: DateValue | undefined) => any;
|
|
1759
1730
|
}, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
|
|
1760
1731
|
"onUpdate:modelValue"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1761
1732
|
"onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1762
1733
|
}>, {
|
|
1734
|
+
isDisabled: boolean;
|
|
1763
1735
|
disabled: boolean;
|
|
1736
|
+
isReadOnly: boolean;
|
|
1764
1737
|
readonly: boolean;
|
|
1765
1738
|
yearsPerPage: number;
|
|
1766
1739
|
preventDeselect: boolean;
|
|
1767
1740
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1768
1741
|
|
|
1769
|
-
declare const
|
|
1742
|
+
declare const __VLS_component_191: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1770
1743
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
1771
1744
|
"update:placeholder": (value: DateValue | undefined) => any;
|
|
1772
1745
|
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
1773
1746
|
"onUpdate:modelValue"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1774
1747
|
"onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1775
1748
|
}>, {
|
|
1749
|
+
isDisabled: boolean;
|
|
1776
1750
|
disabled: boolean;
|
|
1751
|
+
isReadOnly: boolean;
|
|
1777
1752
|
readonly: boolean;
|
|
1778
1753
|
preventDeselect: boolean;
|
|
1779
1754
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1780
1755
|
|
|
1781
|
-
declare const
|
|
1756
|
+
declare const __VLS_component_192: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1782
1757
|
"update:modelValue": (value: DateRange_3 | null) => any;
|
|
1783
1758
|
"update:placeholder": (value: DateValue | undefined) => any;
|
|
1784
1759
|
"update:start-value": (value: DateValue | undefined) => any;
|
|
@@ -1787,13 +1762,15 @@ declare const __VLS_component_194: DefineComponent<__VLS_PublicProps_19, {}, {},
|
|
|
1787
1762
|
"onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1788
1763
|
"onUpdate:start-value"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1789
1764
|
}>, {
|
|
1765
|
+
isDisabled: boolean;
|
|
1790
1766
|
disabled: boolean;
|
|
1767
|
+
isReadOnly: boolean;
|
|
1791
1768
|
readonly: boolean;
|
|
1792
1769
|
preventDeselect: boolean;
|
|
1793
1770
|
allowNonContiguousRanges: boolean;
|
|
1794
1771
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1795
1772
|
|
|
1796
|
-
declare const
|
|
1773
|
+
declare const __VLS_component_193: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1797
1774
|
"update:modelValue": (value: DateRange_4 | null) => any;
|
|
1798
1775
|
"update:placeholder": (value: DateValue | undefined) => any;
|
|
1799
1776
|
"update:start-value": (value: DateValue | undefined) => any;
|
|
@@ -1802,14 +1779,16 @@ declare const __VLS_component_195: DefineComponent<__VLS_PublicProps_20, {}, {},
|
|
|
1802
1779
|
"onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1803
1780
|
"onUpdate:start-value"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1804
1781
|
}>, {
|
|
1782
|
+
isDisabled: boolean;
|
|
1805
1783
|
disabled: boolean;
|
|
1784
|
+
isReadOnly: boolean;
|
|
1806
1785
|
readonly: boolean;
|
|
1807
1786
|
yearsPerPage: number;
|
|
1808
1787
|
preventDeselect: boolean;
|
|
1809
1788
|
allowNonContiguousRanges: boolean;
|
|
1810
1789
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1811
1790
|
|
|
1812
|
-
declare const
|
|
1791
|
+
declare const __VLS_component_194: DefineComponent<__VLS_PublicProps_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1813
1792
|
"update:modelValue": (value: DateValue | null | undefined) => any;
|
|
1814
1793
|
}, string, PublicProps, Readonly<__VLS_PublicProps_21> & Readonly<{
|
|
1815
1794
|
"onUpdate:modelValue"?: ((value: DateValue | null | undefined) => any) | undefined;
|
|
@@ -1911,7 +1890,7 @@ isInvalid: boolean;
|
|
|
1911
1890
|
}) | null;
|
|
1912
1891
|
}, any>;
|
|
1913
1892
|
|
|
1914
|
-
declare const
|
|
1893
|
+
declare const __VLS_component_195: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1915
1894
|
"update:modelValue": (value: DateRange_5 | null | undefined) => any;
|
|
1916
1895
|
}, string, PublicProps, Readonly<__VLS_PublicProps_22> & Readonly<{
|
|
1917
1896
|
"onUpdate:modelValue"?: ((value: DateRange_5 | null | undefined) => any) | undefined;
|
|
@@ -2019,7 +1998,7 @@ isInvalid: boolean;
|
|
|
2019
1998
|
}) | null;
|
|
2020
1999
|
}, any>;
|
|
2021
2000
|
|
|
2022
|
-
declare const
|
|
2001
|
+
declare const __VLS_component_196: DefineComponent<__VLS_PublicProps_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2023
2002
|
"update:modelValue": (value: TimeValue | null | undefined) => any;
|
|
2024
2003
|
}, string, PublicProps, Readonly<__VLS_PublicProps_23> & Readonly<{
|
|
2025
2004
|
"onUpdate:modelValue"?: ((value: TimeValue | null | undefined) => any) | undefined;
|
|
@@ -2122,7 +2101,7 @@ isInvalid: boolean;
|
|
|
2122
2101
|
}) | null;
|
|
2123
2102
|
}, any>;
|
|
2124
2103
|
|
|
2125
|
-
declare const
|
|
2104
|
+
declare const __VLS_component_197: DefineComponent<__VLS_PublicProps_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2126
2105
|
"update:modelValue": (value: TimeRange | null | undefined) => any;
|
|
2127
2106
|
}, string, PublicProps, Readonly<__VLS_PublicProps_24> & Readonly<{
|
|
2128
2107
|
"onUpdate:modelValue"?: ((value: TimeRange | null | undefined) => any) | undefined;
|
|
@@ -2231,27 +2210,7 @@ isInvalid: boolean;
|
|
|
2231
2210
|
}) | null;
|
|
2232
2211
|
}, any>;
|
|
2233
2212
|
|
|
2234
|
-
declare const
|
|
2235
|
-
animationType: "none" | "pulse" | "shimmer";
|
|
2236
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2237
|
-
|
|
2238
|
-
declare const __VLS_component_20: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2239
|
-
"update:modelValue": (value: string | string[]) => any;
|
|
2240
|
-
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
2241
|
-
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
2242
|
-
}>, {
|
|
2243
|
-
size: "lg" | "md" | "sm";
|
|
2244
|
-
orientation: "horizontal" | "vertical";
|
|
2245
|
-
variant: "default" | "ghost";
|
|
2246
|
-
fullWidth: boolean;
|
|
2247
|
-
disabled: boolean;
|
|
2248
|
-
selectionMode: "single" | "multiple";
|
|
2249
|
-
modelValue: string | string[];
|
|
2250
|
-
defaultValue: string | string[];
|
|
2251
|
-
isDetached: boolean;
|
|
2252
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2253
|
-
|
|
2254
|
-
declare const __VLS_component_200: DefineComponent<__VLS_PublicProps_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2213
|
+
declare const __VLS_component_198: DefineComponent<__VLS_PublicProps_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2255
2214
|
"update:modelValue": (value: DateValue | null | undefined) => any;
|
|
2256
2215
|
"update:open": (value: boolean) => any;
|
|
2257
2216
|
"escape-key-down": (event: KeyboardEvent) => any;
|
|
@@ -2280,18 +2239,18 @@ isInvalid: boolean;
|
|
|
2280
2239
|
isRequired: boolean;
|
|
2281
2240
|
fullWidth: boolean;
|
|
2282
2241
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
2242
|
+
isReadOnly: boolean;
|
|
2283
2243
|
defaultOpen: boolean;
|
|
2284
2244
|
modal: boolean;
|
|
2285
2245
|
avoidCollisions: boolean;
|
|
2286
2246
|
collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
|
|
2287
2247
|
prioritizePosition: boolean;
|
|
2288
2248
|
closeOnSelect: boolean;
|
|
2289
|
-
isReadOnly: boolean;
|
|
2290
2249
|
hideTimeZone: boolean;
|
|
2291
2250
|
visibleMonths: number;
|
|
2292
2251
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2293
2252
|
|
|
2294
|
-
declare const
|
|
2253
|
+
declare const __VLS_component_199: DefineComponent<__VLS_PublicProps_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2295
2254
|
"update:modelValue": (value: DateRangePickerRange | null | undefined) => any;
|
|
2296
2255
|
"update:open": (value: boolean) => any;
|
|
2297
2256
|
"escape-key-down": (event: KeyboardEvent) => any;
|
|
@@ -2322,18 +2281,39 @@ isInvalid: boolean;
|
|
|
2322
2281
|
isRequired: boolean;
|
|
2323
2282
|
fullWidth: boolean;
|
|
2324
2283
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
2284
|
+
isReadOnly: boolean;
|
|
2325
2285
|
defaultOpen: boolean;
|
|
2326
2286
|
modal: boolean;
|
|
2327
2287
|
avoidCollisions: boolean;
|
|
2328
2288
|
collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
|
|
2329
2289
|
prioritizePosition: boolean;
|
|
2330
2290
|
closeOnSelect: boolean;
|
|
2331
|
-
isReadOnly: boolean;
|
|
2332
2291
|
hideTimeZone: boolean;
|
|
2333
2292
|
visibleMonths: number;
|
|
2334
2293
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2335
2294
|
|
|
2336
|
-
declare const
|
|
2295
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
|
|
2296
|
+
animationType: "none" | "pulse" | "shimmer";
|
|
2297
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2298
|
+
|
|
2299
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2300
|
+
"update:modelValue": (value: string | string[]) => any;
|
|
2301
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
2302
|
+
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
2303
|
+
}>, {
|
|
2304
|
+
size: "lg" | "md" | "sm";
|
|
2305
|
+
orientation: "horizontal" | "vertical";
|
|
2306
|
+
variant: "default" | "ghost";
|
|
2307
|
+
isDisabled: boolean;
|
|
2308
|
+
fullWidth: boolean;
|
|
2309
|
+
disabled: boolean;
|
|
2310
|
+
selectionMode: "single" | "multiple";
|
|
2311
|
+
modelValue: string | string[];
|
|
2312
|
+
defaultValue: string | string[];
|
|
2313
|
+
isDetached: boolean;
|
|
2314
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2315
|
+
|
|
2316
|
+
declare const __VLS_component_200: DefineComponent<__VLS_PublicProps_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2337
2317
|
"update:modelValue": (value: CalendarDateTime | null | undefined) => any;
|
|
2338
2318
|
"update:open": (value: boolean) => any;
|
|
2339
2319
|
"escape-key-down": (event: KeyboardEvent) => any;
|
|
@@ -2361,22 +2341,51 @@ isInvalid: boolean;
|
|
|
2361
2341
|
isRequired: boolean;
|
|
2362
2342
|
fullWidth: boolean;
|
|
2363
2343
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
2344
|
+
isReadOnly: boolean;
|
|
2364
2345
|
defaultOpen: boolean;
|
|
2365
2346
|
avoidCollisions: boolean;
|
|
2366
2347
|
collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
|
|
2367
2348
|
prioritizePosition: boolean;
|
|
2368
2349
|
closeOnSelect: boolean;
|
|
2369
|
-
isReadOnly: boolean;
|
|
2370
2350
|
granularity: "minute" | "second";
|
|
2371
2351
|
hideTimeZone: boolean;
|
|
2372
2352
|
doneLabel: string;
|
|
2373
2353
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2374
2354
|
|
|
2375
|
-
declare const
|
|
2355
|
+
declare const __VLS_component_201: DefineComponent<__VLS_PublicProps_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2356
|
+
"update:modelValue": (value: Time | null | undefined) => any;
|
|
2357
|
+
"update:open": (value: boolean) => any;
|
|
2358
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_28> & Readonly<{
|
|
2359
|
+
"onUpdate:modelValue"?: ((value: Time | null | undefined) => any) | undefined;
|
|
2360
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
2361
|
+
}>, {
|
|
2362
|
+
size: "lg" | "md" | "sm";
|
|
2363
|
+
color: "danger" | "success" | "warning" | "default" | "secondary" | "primary";
|
|
2364
|
+
variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
|
|
2365
|
+
isDisabled: boolean;
|
|
2366
|
+
isInvalid: boolean;
|
|
2367
|
+
isRequired: boolean;
|
|
2368
|
+
fullWidth: boolean;
|
|
2369
|
+
labelPlacement: "inside" | "outside" | "outside-left";
|
|
2370
|
+
isReadOnly: boolean;
|
|
2371
|
+
defaultOpen: boolean;
|
|
2372
|
+
modal: boolean;
|
|
2373
|
+
avoidCollisions: boolean;
|
|
2374
|
+
collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
|
|
2375
|
+
prioritizePosition: boolean;
|
|
2376
|
+
closeOnSelect: boolean;
|
|
2377
|
+
granularity: "hour" | "minute" | "second";
|
|
2378
|
+
hourCycle: 12 | 24;
|
|
2379
|
+
hideTimeZone: boolean;
|
|
2380
|
+
doneLabel: string;
|
|
2381
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2382
|
+
|
|
2383
|
+
declare const __VLS_component_202: DefineComponent<__VLS_Props_227, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2376
2384
|
"update:modelValue": (value: string) => any;
|
|
2377
2385
|
}, string, PublicProps, Readonly<__VLS_Props_227> & Readonly<{
|
|
2378
2386
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2379
2387
|
}>, {
|
|
2388
|
+
isDisabled: boolean;
|
|
2380
2389
|
disabled: boolean;
|
|
2381
2390
|
defaultValue: string;
|
|
2382
2391
|
format: ColorFormat;
|
|
@@ -2384,6 +2393,7 @@ format: ColorFormat;
|
|
|
2384
2393
|
|
|
2385
2394
|
declare const __VLS_component_21: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
2386
2395
|
as: string | object;
|
|
2396
|
+
isDisabled: boolean;
|
|
2387
2397
|
disabled: boolean;
|
|
2388
2398
|
isExternal: boolean;
|
|
2389
2399
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -2448,6 +2458,7 @@ isInvalid: boolean;
|
|
|
2448
2458
|
isRequired: boolean;
|
|
2449
2459
|
fullWidth: boolean;
|
|
2450
2460
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
2461
|
+
isReadOnly: boolean;
|
|
2451
2462
|
isReadonly: boolean;
|
|
2452
2463
|
isClearable: boolean;
|
|
2453
2464
|
showPasswordToggle: boolean;
|
|
@@ -2470,6 +2481,7 @@ isInvalid: boolean;
|
|
|
2470
2481
|
isRequired: boolean;
|
|
2471
2482
|
fullWidth: boolean;
|
|
2472
2483
|
labelPlacement: "inside" | "outside" | "outside-left";
|
|
2484
|
+
isReadOnly: boolean;
|
|
2473
2485
|
isReadonly: boolean;
|
|
2474
2486
|
isClearable: boolean;
|
|
2475
2487
|
rows: number;
|
|
@@ -2481,6 +2493,7 @@ textareaEl: HTMLTextAreaElement;
|
|
|
2481
2493
|
declare const __VLS_component_26: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
2482
2494
|
class: string;
|
|
2483
2495
|
legend: string;
|
|
2496
|
+
isDisabled: boolean;
|
|
2484
2497
|
disabled: boolean;
|
|
2485
2498
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
2486
2499
|
|
|
@@ -2493,7 +2506,12 @@ onSubmit?: ((value: string | null | undefined) => any) | undefined;
|
|
|
2493
2506
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
2494
2507
|
"onUpdate:state"?: ((state: "submit" | "edit" | "cancel") => any) | undefined;
|
|
2495
2508
|
}>, {
|
|
2509
|
+
isDisabled: boolean;
|
|
2510
|
+
isRequired: boolean;
|
|
2496
2511
|
disabled: boolean;
|
|
2512
|
+
required: boolean;
|
|
2513
|
+
isReadOnly: boolean;
|
|
2514
|
+
readonly: boolean;
|
|
2497
2515
|
autoResize: boolean;
|
|
2498
2516
|
activationMode: "focus" | "dblclick" | "none";
|
|
2499
2517
|
selectOnFocus: boolean;
|
|
@@ -2525,7 +2543,9 @@ value: string;
|
|
|
2525
2543
|
name: string;
|
|
2526
2544
|
as: string;
|
|
2527
2545
|
variant: "secondary" | "primary";
|
|
2546
|
+
isDisabled: boolean;
|
|
2528
2547
|
isInvalid: boolean;
|
|
2548
|
+
isRequired: boolean;
|
|
2529
2549
|
disabled: boolean;
|
|
2530
2550
|
asChild: boolean;
|
|
2531
2551
|
modelValue: boolean;
|
|
@@ -2549,6 +2569,7 @@ name: string;
|
|
|
2549
2569
|
label: string;
|
|
2550
2570
|
orientation: "horizontal" | "vertical";
|
|
2551
2571
|
variant: "secondary" | "primary";
|
|
2572
|
+
isDisabled: boolean;
|
|
2552
2573
|
isInvalid: boolean;
|
|
2553
2574
|
disabled: boolean;
|
|
2554
2575
|
modelValue: string[];
|
|
@@ -2572,7 +2593,9 @@ control: ClassValue;
|
|
|
2572
2593
|
indicator: ClassValue;
|
|
2573
2594
|
content: ClassValue;
|
|
2574
2595
|
}>;
|
|
2596
|
+
isDisabled: boolean;
|
|
2575
2597
|
isInvalid: boolean;
|
|
2598
|
+
isRequired: boolean;
|
|
2576
2599
|
disabled: boolean;
|
|
2577
2600
|
asChild: boolean;
|
|
2578
2601
|
required: boolean;
|
|
@@ -2592,7 +2615,9 @@ label: string;
|
|
|
2592
2615
|
as: string;
|
|
2593
2616
|
orientation: "horizontal" | "vertical";
|
|
2594
2617
|
variant: "secondary" | "primary";
|
|
2618
|
+
isDisabled: boolean;
|
|
2595
2619
|
isInvalid: boolean;
|
|
2620
|
+
isRequired: boolean;
|
|
2596
2621
|
disabled: boolean;
|
|
2597
2622
|
asChild: boolean;
|
|
2598
2623
|
modelValue: string;
|
|
@@ -2613,7 +2638,9 @@ size: "lg" | "md" | "sm";
|
|
|
2613
2638
|
value: string;
|
|
2614
2639
|
name: string;
|
|
2615
2640
|
as: string;
|
|
2641
|
+
isDisabled: boolean;
|
|
2616
2642
|
isInvalid: boolean;
|
|
2643
|
+
isRequired: boolean;
|
|
2617
2644
|
disabled: boolean;
|
|
2618
2645
|
asChild: boolean;
|
|
2619
2646
|
modelValue: boolean;
|
|
@@ -2635,6 +2662,7 @@ description: string;
|
|
|
2635
2662
|
name: string;
|
|
2636
2663
|
label: string;
|
|
2637
2664
|
orientation: "horizontal" | "vertical";
|
|
2665
|
+
isDisabled: boolean;
|
|
2638
2666
|
isInvalid: boolean;
|
|
2639
2667
|
disabled: boolean;
|
|
2640
2668
|
modelValue: string[];
|
|
@@ -2676,9 +2704,13 @@ isRequired: boolean;
|
|
|
2676
2704
|
|
|
2677
2705
|
declare const __VLS_component_40: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2678
2706
|
|
|
2679
|
-
declare const __VLS_component_41: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{}>, {
|
|
2707
|
+
declare const __VLS_component_41: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{}>, {
|
|
2708
|
+
isDisabled: boolean;
|
|
2709
|
+
disabled: boolean;
|
|
2710
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2680
2711
|
|
|
2681
2712
|
declare const __VLS_component_42: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{}>, {
|
|
2713
|
+
isDisabled: boolean;
|
|
2682
2714
|
disabled: boolean;
|
|
2683
2715
|
delayDuration: number;
|
|
2684
2716
|
disableHoverableContent: boolean;
|
|
@@ -2796,13 +2828,13 @@ as: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
|
2796
2828
|
declare const __VLS_component_60: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
2797
2829
|
|
|
2798
2830
|
declare const __VLS_component_61: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{}>, {
|
|
2799
|
-
size: "
|
|
2831
|
+
size: "lg" | "md" | "sm" | "xl" | "xs";
|
|
2800
2832
|
variant: "danger" | "danger-soft" | "primary" | "secondary" | "ghost" | "bordered" | "outline" | "success" | "success-soft" | "warning" | "warning-soft" | "tertiary";
|
|
2801
2833
|
asChild: boolean;
|
|
2802
2834
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2803
2835
|
|
|
2804
2836
|
declare const __VLS_component_62: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{}>, {
|
|
2805
|
-
size: "
|
|
2837
|
+
size: "lg" | "md" | "sm" | "xl" | "xs";
|
|
2806
2838
|
variant: "danger" | "danger-soft" | "primary" | "secondary" | "ghost" | "bordered" | "outline" | "success" | "success-soft" | "warning" | "warning-soft" | "tertiary";
|
|
2807
2839
|
asChild: boolean;
|
|
2808
2840
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -2892,7 +2924,10 @@ containerEl: HTMLDivElement;
|
|
|
2892
2924
|
dropdownEl: HTMLDivElement;
|
|
2893
2925
|
}, any>;
|
|
2894
2926
|
|
|
2895
|
-
declare const __VLS_component_75: DefineComponent<__VLS_Props_87, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_87> & Readonly<{}>, {
|
|
2927
|
+
declare const __VLS_component_75: DefineComponent<__VLS_Props_87, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_87> & Readonly<{}>, {
|
|
2928
|
+
isDisabled: boolean;
|
|
2929
|
+
disabled: boolean;
|
|
2930
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2896
2931
|
|
|
2897
2932
|
declare const __VLS_component_76: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2898
2933
|
|
|
@@ -2903,11 +2938,15 @@ declare const __VLS_component_77: DefineComponent<__VLS_Props_90, {}, {}, {}, {}
|
|
|
2903
2938
|
}>, {
|
|
2904
2939
|
size: "lg" | "md" | "sm";
|
|
2905
2940
|
variant: "default" | "surface";
|
|
2941
|
+
isDisabled: boolean;
|
|
2906
2942
|
disabled: boolean;
|
|
2907
2943
|
collapsible: boolean;
|
|
2908
2944
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2909
2945
|
|
|
2910
|
-
declare const __VLS_component_78: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {
|
|
2946
|
+
declare const __VLS_component_78: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {
|
|
2947
|
+
isDisabled: boolean;
|
|
2948
|
+
disabled: boolean;
|
|
2949
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2911
2950
|
reka: ({
|
|
2912
2951
|
$: ComponentInternalInstance;
|
|
2913
2952
|
$data: {};
|
|
@@ -2983,6 +3022,7 @@ declare const __VLS_component_82: DefineComponent<__VLS_Props_95, {}, {}, {}, {}
|
|
|
2983
3022
|
}, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{
|
|
2984
3023
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
2985
3024
|
}>, {
|
|
3025
|
+
isDisabled: boolean;
|
|
2986
3026
|
disabled: boolean;
|
|
2987
3027
|
defaultOpen: boolean;
|
|
2988
3028
|
open: boolean | null;
|
|
@@ -3012,7 +3052,10 @@ loop: boolean;
|
|
|
3012
3052
|
isAttached: boolean;
|
|
3013
3053
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3014
3054
|
|
|
3015
|
-
declare const __VLS_component_89: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {
|
|
3055
|
+
declare const __VLS_component_89: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {
|
|
3056
|
+
isDisabled: boolean;
|
|
3057
|
+
disabled: boolean;
|
|
3058
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3016
3059
|
|
|
3017
3060
|
declare const __VLS_component_9: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3018
3061
|
close: () => any;
|
|
@@ -3032,9 +3075,17 @@ declare const __VLS_component_91: DefineComponent<__VLS_Props_105, {}, {}, {}, {
|
|
|
3032
3075
|
"update:modelValue": (value: string | Multi) => any;
|
|
3033
3076
|
}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{
|
|
3034
3077
|
"onUpdate:modelValue"?: ((value: string | Multi) => any) | undefined;
|
|
3035
|
-
}>, {
|
|
3078
|
+
}>, {
|
|
3079
|
+
isDisabled: boolean;
|
|
3080
|
+
isRequired: boolean;
|
|
3081
|
+
disabled: boolean;
|
|
3082
|
+
required: boolean;
|
|
3083
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3036
3084
|
|
|
3037
|
-
declare const __VLS_component_92: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {
|
|
3085
|
+
declare const __VLS_component_92: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {
|
|
3086
|
+
isDisabled: boolean;
|
|
3087
|
+
disabled: boolean;
|
|
3088
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3038
3089
|
|
|
3039
3090
|
declare const __VLS_component_93: DefineComponent<__VLS_Props_107, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3040
3091
|
close: () => any;
|
|
@@ -3094,6 +3145,10 @@ declare type __VLS_PrettifyLocal_2<T> = {
|
|
|
3094
3145
|
[K in keyof T]: T[K];
|
|
3095
3146
|
} & {};
|
|
3096
3147
|
|
|
3148
|
+
declare type __VLS_PrettifyLocal_3<T> = {
|
|
3149
|
+
[K in keyof T]: T[K];
|
|
3150
|
+
} & {};
|
|
3151
|
+
|
|
3097
3152
|
declare type __VLS_Props = {
|
|
3098
3153
|
size?: SpinnerVariants['size'];
|
|
3099
3154
|
color?: SpinnerVariants['color'];
|
|
@@ -3159,6 +3214,8 @@ declare type __VLS_Props_102 = {
|
|
|
3159
3214
|
variant?: ToggleButtonVariants['variant'];
|
|
3160
3215
|
size?: ToggleButtonVariants['size'];
|
|
3161
3216
|
isIconOnly?: boolean;
|
|
3217
|
+
isDisabled?: boolean;
|
|
3218
|
+
/** @deprecated Use isDisabled instead. */
|
|
3162
3219
|
disabled?: boolean;
|
|
3163
3220
|
class?: string;
|
|
3164
3221
|
/** Render as a different element */
|
|
@@ -3188,6 +3245,8 @@ declare type __VLS_Props_105 = {
|
|
|
3188
3245
|
type: 'single' | 'multiple';
|
|
3189
3246
|
modelValue?: Single | Multi;
|
|
3190
3247
|
defaultValue?: Single | Multi;
|
|
3248
|
+
isDisabled?: boolean;
|
|
3249
|
+
/** @deprecated Use isDisabled instead. */
|
|
3191
3250
|
disabled?: boolean;
|
|
3192
3251
|
orientation?: 'horizontal' | 'vertical';
|
|
3193
3252
|
isDetached?: boolean;
|
|
@@ -3206,7 +3265,11 @@ declare type __VLS_Props_105 = {
|
|
|
3206
3265
|
asChild?: boolean;
|
|
3207
3266
|
/** Form field name */
|
|
3208
3267
|
name?: string;
|
|
3209
|
-
|
|
3268
|
+
isRequired?: boolean;
|
|
3269
|
+
/**
|
|
3270
|
+
* Whether a value is required
|
|
3271
|
+
* @deprecated Use isRequired instead.
|
|
3272
|
+
*/
|
|
3210
3273
|
required?: boolean;
|
|
3211
3274
|
};
|
|
3212
3275
|
|
|
@@ -3215,6 +3278,8 @@ declare type __VLS_Props_106 = {
|
|
|
3215
3278
|
variant?: ToggleButtonVariants['variant'];
|
|
3216
3279
|
size?: ToggleButtonVariants['size'];
|
|
3217
3280
|
isIconOnly?: boolean;
|
|
3281
|
+
isDisabled?: boolean;
|
|
3282
|
+
/** @deprecated Use isDisabled instead. */
|
|
3218
3283
|
disabled?: boolean;
|
|
3219
3284
|
class?: string;
|
|
3220
3285
|
/** Render as a different element */
|
|
@@ -3368,7 +3433,11 @@ declare type __VLS_Props_118 = {
|
|
|
3368
3433
|
asChild?: boolean;
|
|
3369
3434
|
/** Form field name for native form submission. */
|
|
3370
3435
|
name?: string;
|
|
3371
|
-
|
|
3436
|
+
isRequired?: boolean;
|
|
3437
|
+
/**
|
|
3438
|
+
* Mark the field as required.
|
|
3439
|
+
* @deprecated Use isRequired instead.
|
|
3440
|
+
*/
|
|
3372
3441
|
required?: boolean;
|
|
3373
3442
|
/** Render the ListboxContent as a different element. */
|
|
3374
3443
|
contentAs?: string;
|
|
@@ -3455,6 +3524,8 @@ declare type __VLS_Props_120 = {
|
|
|
3455
3524
|
declare type __VLS_Props_121 = {
|
|
3456
3525
|
class?: string;
|
|
3457
3526
|
/** Whether the trigger is disabled. */
|
|
3527
|
+
isDisabled?: boolean;
|
|
3528
|
+
/** @deprecated Use isDisabled instead. */
|
|
3458
3529
|
disabled?: boolean;
|
|
3459
3530
|
/** Virtual or DOM reference element to position against. */
|
|
3460
3531
|
reference?: object | null;
|
|
@@ -3542,7 +3613,7 @@ declare type __VLS_Props_124 = {
|
|
|
3542
3613
|
textValue?: string;
|
|
3543
3614
|
isDisabled?: boolean;
|
|
3544
3615
|
class?: string;
|
|
3545
|
-
/**
|
|
3616
|
+
/** @deprecated Use isDisabled instead. */
|
|
3546
3617
|
disabled?: boolean;
|
|
3547
3618
|
/** Render as a different element or component. */
|
|
3548
3619
|
as?: string;
|
|
@@ -3568,6 +3639,8 @@ declare type __VLS_Props_125 = {
|
|
|
3568
3639
|
|
|
3569
3640
|
declare type __VLS_Props_126 = {
|
|
3570
3641
|
/** Whether the trigger is disabled. */
|
|
3642
|
+
isDisabled?: boolean;
|
|
3643
|
+
/** @deprecated Use isDisabled instead. */
|
|
3571
3644
|
disabled?: boolean;
|
|
3572
3645
|
/** Render as a different element or component. */
|
|
3573
3646
|
as?: string;
|
|
@@ -3633,7 +3706,7 @@ declare type __VLS_Props_128 = {
|
|
|
3633
3706
|
shortcut?: string;
|
|
3634
3707
|
description?: string;
|
|
3635
3708
|
class?: string;
|
|
3636
|
-
/**
|
|
3709
|
+
/** @deprecated Use isDisabled instead. */
|
|
3637
3710
|
disabled?: boolean;
|
|
3638
3711
|
/** Render as a different element or component. */
|
|
3639
3712
|
as?: string;
|
|
@@ -3648,7 +3721,7 @@ declare type __VLS_Props_129 = {
|
|
|
3648
3721
|
class?: string;
|
|
3649
3722
|
/** Controlled checked state. */
|
|
3650
3723
|
modelValue?: boolean;
|
|
3651
|
-
/**
|
|
3724
|
+
/** @deprecated Use isDisabled instead. */
|
|
3652
3725
|
disabled?: boolean;
|
|
3653
3726
|
/** Render as a different element or component. */
|
|
3654
3727
|
as?: string;
|
|
@@ -3678,7 +3751,7 @@ declare type __VLS_Props_131 = {
|
|
|
3678
3751
|
isDisabled?: boolean;
|
|
3679
3752
|
variant?: 'default' | 'danger';
|
|
3680
3753
|
class?: string;
|
|
3681
|
-
/**
|
|
3754
|
+
/** @deprecated Use isDisabled instead. */
|
|
3682
3755
|
disabled?: boolean;
|
|
3683
3756
|
/** Render as a different element or component. */
|
|
3684
3757
|
as?: string;
|
|
@@ -3706,7 +3779,7 @@ declare type __VLS_Props_134 = {
|
|
|
3706
3779
|
isDisabled?: boolean;
|
|
3707
3780
|
textValue?: string;
|
|
3708
3781
|
class?: string;
|
|
3709
|
-
/**
|
|
3782
|
+
/** @deprecated Use isDisabled instead. */
|
|
3710
3783
|
disabled?: boolean;
|
|
3711
3784
|
/** Render as a different element or component. */
|
|
3712
3785
|
as?: string;
|
|
@@ -3773,6 +3846,8 @@ declare type __VLS_Props_136 = {
|
|
|
3773
3846
|
|
|
3774
3847
|
declare type __VLS_Props_137 = {
|
|
3775
3848
|
/** When true, the context menu does not open on right-click — the native browser context menu is restored. */
|
|
3849
|
+
isDisabled?: boolean;
|
|
3850
|
+
/** @deprecated Use isDisabled instead. */
|
|
3776
3851
|
disabled?: boolean;
|
|
3777
3852
|
/** Render as a different element or component. */
|
|
3778
3853
|
as?: string;
|
|
@@ -3827,7 +3902,7 @@ declare type __VLS_Props_139 = {
|
|
|
3827
3902
|
shortcut?: string;
|
|
3828
3903
|
description?: string;
|
|
3829
3904
|
class?: string;
|
|
3830
|
-
/**
|
|
3905
|
+
/** @deprecated Use isDisabled instead. */
|
|
3831
3906
|
disabled?: boolean;
|
|
3832
3907
|
/** Render as a different element or component. */
|
|
3833
3908
|
as?: string;
|
|
@@ -3855,7 +3930,7 @@ declare type __VLS_Props_140 = {
|
|
|
3855
3930
|
class?: string;
|
|
3856
3931
|
/** Controlled checked state. */
|
|
3857
3932
|
modelValue?: boolean;
|
|
3858
|
-
/**
|
|
3933
|
+
/** @deprecated Use isDisabled instead. */
|
|
3859
3934
|
disabled?: boolean;
|
|
3860
3935
|
/** Render as a different element or component. */
|
|
3861
3936
|
as?: string;
|
|
@@ -3876,7 +3951,7 @@ declare type __VLS_Props_142 = {
|
|
|
3876
3951
|
isDisabled?: boolean;
|
|
3877
3952
|
variant?: 'default' | 'danger';
|
|
3878
3953
|
class?: string;
|
|
3879
|
-
/**
|
|
3954
|
+
/** @deprecated Use isDisabled instead. */
|
|
3880
3955
|
disabled?: boolean;
|
|
3881
3956
|
/** Render as a different element or component. */
|
|
3882
3957
|
as?: string;
|
|
@@ -3905,7 +3980,7 @@ declare type __VLS_Props_145 = {
|
|
|
3905
3980
|
isDisabled?: boolean;
|
|
3906
3981
|
textValue?: string;
|
|
3907
3982
|
class?: string;
|
|
3908
|
-
/**
|
|
3983
|
+
/** @deprecated Use isDisabled instead. */
|
|
3909
3984
|
disabled?: boolean;
|
|
3910
3985
|
/** Render as a different element or component. */
|
|
3911
3986
|
as?: string;
|
|
@@ -3975,6 +4050,8 @@ declare type __VLS_Props_148 = {
|
|
|
3975
4050
|
};
|
|
3976
4051
|
|
|
3977
4052
|
declare type __VLS_Props_149 = {
|
|
4053
|
+
isDisabled?: boolean;
|
|
4054
|
+
/** @deprecated Use isDisabled instead. */
|
|
3978
4055
|
disabled?: boolean;
|
|
3979
4056
|
/** Render as a different element or component. @default 'button' (Reka's own default) */
|
|
3980
4057
|
as?: string;
|
|
@@ -4050,7 +4127,7 @@ declare type __VLS_Props_151 = {
|
|
|
4050
4127
|
shortcut?: string;
|
|
4051
4128
|
description?: string;
|
|
4052
4129
|
class?: string;
|
|
4053
|
-
/**
|
|
4130
|
+
/** @deprecated Use isDisabled instead. */
|
|
4054
4131
|
disabled?: boolean;
|
|
4055
4132
|
/** Render as a different element or component. */
|
|
4056
4133
|
as?: string;
|
|
@@ -4065,7 +4142,7 @@ declare type __VLS_Props_152 = {
|
|
|
4065
4142
|
class?: string;
|
|
4066
4143
|
/** Controlled checked state. */
|
|
4067
4144
|
modelValue?: boolean;
|
|
4068
|
-
/**
|
|
4145
|
+
/** @deprecated Use isDisabled instead. */
|
|
4069
4146
|
disabled?: boolean;
|
|
4070
4147
|
/** Render as a different element or component. */
|
|
4071
4148
|
as?: string;
|
|
@@ -4086,7 +4163,7 @@ declare type __VLS_Props_154 = {
|
|
|
4086
4163
|
isDisabled?: boolean;
|
|
4087
4164
|
variant?: 'default' | 'danger';
|
|
4088
4165
|
class?: string;
|
|
4089
|
-
/**
|
|
4166
|
+
/** @deprecated Use isDisabled instead. */
|
|
4090
4167
|
disabled?: boolean;
|
|
4091
4168
|
/** Render as a different element or component. */
|
|
4092
4169
|
as?: string;
|
|
@@ -4115,7 +4192,7 @@ declare type __VLS_Props_157 = {
|
|
|
4115
4192
|
isDisabled?: boolean;
|
|
4116
4193
|
textValue?: string;
|
|
4117
4194
|
class?: string;
|
|
4118
|
-
/**
|
|
4195
|
+
/** @deprecated Use isDisabled instead. */
|
|
4119
4196
|
disabled?: boolean;
|
|
4120
4197
|
/** Render as a different element or component. */
|
|
4121
4198
|
as?: string;
|
|
@@ -4209,6 +4286,8 @@ declare type __VLS_Props_161 = {
|
|
|
4209
4286
|
};
|
|
4210
4287
|
|
|
4211
4288
|
declare type __VLS_Props_162 = {
|
|
4289
|
+
isDisabled?: boolean;
|
|
4290
|
+
/** @deprecated Use isDisabled instead. */
|
|
4212
4291
|
disabled?: boolean;
|
|
4213
4292
|
/** Render as a different element or component. @default 'button' (Reka's own default) */
|
|
4214
4293
|
as?: string;
|
|
@@ -4338,6 +4417,8 @@ declare type __VLS_Props_169 = {
|
|
|
4338
4417
|
/** Auto-focus the input on mount. */
|
|
4339
4418
|
autoFocus?: boolean;
|
|
4340
4419
|
/** Disable the input. Falls back to context isDisabled. */
|
|
4420
|
+
isDisabled?: boolean;
|
|
4421
|
+
/** @deprecated Use isDisabled instead. */
|
|
4341
4422
|
disabled?: boolean;
|
|
4342
4423
|
/** Render the input as a different element. */
|
|
4343
4424
|
as?: string;
|
|
@@ -4434,7 +4515,7 @@ declare type __VLS_Props_171 = {
|
|
|
4434
4515
|
class?: string;
|
|
4435
4516
|
/** A string value for typeahead matching. Defaults to display text. */
|
|
4436
4517
|
textValue?: string;
|
|
4437
|
-
/**
|
|
4518
|
+
/** @deprecated Use isDisabled instead. */
|
|
4438
4519
|
disabled?: boolean;
|
|
4439
4520
|
/** Render as a different element or component. */
|
|
4440
4521
|
as?: string;
|
|
@@ -4461,6 +4542,8 @@ declare type __VLS_Props_173 = {
|
|
|
4461
4542
|
/** Auto-focus the input on mount. */
|
|
4462
4543
|
autoFocus?: boolean;
|
|
4463
4544
|
/** Disable the input. Falls back to context isDisabled. */
|
|
4545
|
+
isDisabled?: boolean;
|
|
4546
|
+
/** @deprecated Use isDisabled instead. */
|
|
4464
4547
|
disabled?: boolean;
|
|
4465
4548
|
/** Render the AutocompleteInput as a different element. */
|
|
4466
4549
|
as?: string;
|
|
@@ -4525,7 +4608,7 @@ declare type __VLS_Props_175 = {
|
|
|
4525
4608
|
class?: string;
|
|
4526
4609
|
/** A string value for typeahead matching. Defaults to display text. */
|
|
4527
4610
|
textValue?: string;
|
|
4528
|
-
/**
|
|
4611
|
+
/** @deprecated Use isDisabled instead. */
|
|
4529
4612
|
disabled?: boolean;
|
|
4530
4613
|
/** Render as a different element or component. */
|
|
4531
4614
|
as?: string;
|
|
@@ -4548,7 +4631,8 @@ declare type __VLS_Props_176 = {
|
|
|
4548
4631
|
value?: string;
|
|
4549
4632
|
/** A string value that represents this item during typeahead navigation. */
|
|
4550
4633
|
textValue?: string;
|
|
4551
|
-
|
|
4634
|
+
isDisabled?: boolean;
|
|
4635
|
+
/** Whether this item is disabled. @deprecated Use isDisabled instead. */
|
|
4552
4636
|
disabled?: boolean;
|
|
4553
4637
|
/** Render as a different element or component. */
|
|
4554
4638
|
as?: string;
|
|
@@ -4574,6 +4658,8 @@ declare type __VLS_Props_177 = {
|
|
|
4574
4658
|
/** Pagination type: 'numeric' for page numbers, 'cursor' for relay-style */
|
|
4575
4659
|
type?: 'numeric' | 'cursor';
|
|
4576
4660
|
/** Whether the entire pagination is disabled */
|
|
4661
|
+
isDisabled?: boolean;
|
|
4662
|
+
/** @deprecated Use isDisabled instead. */
|
|
4577
4663
|
disabled?: boolean;
|
|
4578
4664
|
/** Cursor mode: before cursor value */
|
|
4579
4665
|
beforeCursor?: string | null;
|
|
@@ -4616,6 +4702,8 @@ declare type __VLS_Props_18 = {
|
|
|
4616
4702
|
radius?: ButtonVariants['radius'];
|
|
4617
4703
|
isIconOnly?: boolean;
|
|
4618
4704
|
fullWidth?: boolean;
|
|
4705
|
+
isDisabled?: boolean;
|
|
4706
|
+
/** @deprecated Use isDisabled instead. */
|
|
4619
4707
|
disabled?: boolean;
|
|
4620
4708
|
isLoading?: boolean;
|
|
4621
4709
|
as?: string | object;
|
|
@@ -4672,33 +4760,6 @@ declare type __VLS_Props_184 = {
|
|
|
4672
4760
|
};
|
|
4673
4761
|
|
|
4674
4762
|
declare type __VLS_Props_185 = {
|
|
4675
|
-
columns: ColumnDef<any, any>[];
|
|
4676
|
-
data: any[];
|
|
4677
|
-
variant?: TableVariants['variant'];
|
|
4678
|
-
ariaLabel?: string;
|
|
4679
|
-
/** Row selection mode. 'single' = radio-style; 'multiple' = checkbox + shift+click; 'none' = disabled */
|
|
4680
|
-
selection?: SelectionMode_2;
|
|
4681
|
-
/** Controlled row selection state (Record<rowId, boolean>). Use v-model:rowSelection */
|
|
4682
|
-
rowSelection?: RowSelectionState;
|
|
4683
|
-
/**
|
|
4684
|
-
* Opt-in row virtualization via @tanstack/vue-virtual.
|
|
4685
|
-
* - false (default): all rows render in a standard <tbody>
|
|
4686
|
-
* - true: always render via TableVirtualBody (only visible rows in DOM)
|
|
4687
|
-
* - number N: auto-enable virtualization when data.length > N
|
|
4688
|
-
*/
|
|
4689
|
-
virtualRows?: boolean | number;
|
|
4690
|
-
/** Estimated row height in px used by the virtualizer (default: 44) */
|
|
4691
|
-
estimatedRowHeight?: number;
|
|
4692
|
-
/** Extra rows to render outside the visible viewport (default: 8) */
|
|
4693
|
-
virtualizerOverscan?: number;
|
|
4694
|
-
/** Per-slot CSS class overrides */
|
|
4695
|
-
classNames?: Partial<{
|
|
4696
|
-
base: ClassValue;
|
|
4697
|
-
scrollContainer: ClassValue;
|
|
4698
|
-
}>;
|
|
4699
|
-
};
|
|
4700
|
-
|
|
4701
|
-
declare type __VLS_Props_186 = {
|
|
4702
4763
|
rowIndex?: number;
|
|
4703
4764
|
columnIndex?: number;
|
|
4704
4765
|
/** Per-slot class name overrides merged via `composeClassName`. */
|
|
@@ -4707,7 +4768,7 @@ declare type __VLS_Props_186 = {
|
|
|
4707
4768
|
}>;
|
|
4708
4769
|
};
|
|
4709
4770
|
|
|
4710
|
-
declare type
|
|
4771
|
+
declare type __VLS_Props_186 = {
|
|
4711
4772
|
columnIndex?: number;
|
|
4712
4773
|
sortDirection?: 'ascending' | 'descending' | 'none';
|
|
4713
4774
|
/** Per-slot class overrides */
|
|
@@ -4716,7 +4777,7 @@ declare type __VLS_Props_187 = {
|
|
|
4716
4777
|
}>;
|
|
4717
4778
|
};
|
|
4718
4779
|
|
|
4719
|
-
declare type
|
|
4780
|
+
declare type __VLS_Props_187 = {
|
|
4720
4781
|
src?: string;
|
|
4721
4782
|
alt?: string;
|
|
4722
4783
|
name?: string;
|
|
@@ -4747,8 +4808,8 @@ declare type __VLS_Props_188 = {
|
|
|
4747
4808
|
}>;
|
|
4748
4809
|
};
|
|
4749
4810
|
|
|
4750
|
-
declare type
|
|
4751
|
-
size?: '
|
|
4811
|
+
declare type __VLS_Props_188 = {
|
|
4812
|
+
size?: AvatarVariants['size'];
|
|
4752
4813
|
isBordered?: boolean;
|
|
4753
4814
|
isDisabled?: boolean;
|
|
4754
4815
|
isGrid?: boolean;
|
|
@@ -4760,10 +4821,23 @@ declare type __VLS_Props_189 = {
|
|
|
4760
4821
|
avatars?: AvatarShorthandItem[];
|
|
4761
4822
|
};
|
|
4762
4823
|
|
|
4824
|
+
declare type __VLS_Props_189 = {
|
|
4825
|
+
ratio?: number;
|
|
4826
|
+
as?: string;
|
|
4827
|
+
asChild?: boolean;
|
|
4828
|
+
class?: ClassValue;
|
|
4829
|
+
/** Override classes for individual slots */
|
|
4830
|
+
classNames?: Partial<{
|
|
4831
|
+
base: ClassValue;
|
|
4832
|
+
}>;
|
|
4833
|
+
};
|
|
4834
|
+
|
|
4763
4835
|
declare type __VLS_Props_19 = {
|
|
4764
4836
|
variant?: ButtonVariants['variant'];
|
|
4765
4837
|
color?: ButtonVariants['color'];
|
|
4766
4838
|
size?: ButtonVariants['size'];
|
|
4839
|
+
isDisabled?: boolean;
|
|
4840
|
+
/** @deprecated Use isDisabled instead. */
|
|
4767
4841
|
disabled?: boolean;
|
|
4768
4842
|
fullWidth?: boolean;
|
|
4769
4843
|
orientation?: 'horizontal' | 'vertical';
|
|
@@ -4779,17 +4853,6 @@ declare type __VLS_Props_19 = {
|
|
|
4779
4853
|
};
|
|
4780
4854
|
|
|
4781
4855
|
declare type __VLS_Props_190 = {
|
|
4782
|
-
ratio?: number;
|
|
4783
|
-
as?: string;
|
|
4784
|
-
asChild?: boolean;
|
|
4785
|
-
class?: ClassValue;
|
|
4786
|
-
/** Override classes for individual slots */
|
|
4787
|
-
classNames?: Partial<{
|
|
4788
|
-
base: ClassValue;
|
|
4789
|
-
}>;
|
|
4790
|
-
};
|
|
4791
|
-
|
|
4792
|
-
declare type __VLS_Props_191 = {
|
|
4793
4856
|
id?: string;
|
|
4794
4857
|
direction?: SplitterVariants['direction'];
|
|
4795
4858
|
autoSaveId?: string;
|
|
@@ -4808,7 +4871,7 @@ declare type __VLS_Props_191 = {
|
|
|
4808
4871
|
asChild?: boolean;
|
|
4809
4872
|
};
|
|
4810
4873
|
|
|
4811
|
-
declare type
|
|
4874
|
+
declare type __VLS_Props_191 = {
|
|
4812
4875
|
id?: string;
|
|
4813
4876
|
defaultSize?: number;
|
|
4814
4877
|
minSize?: number;
|
|
@@ -4829,8 +4892,10 @@ declare type __VLS_Props_192 = {
|
|
|
4829
4892
|
asChild?: boolean;
|
|
4830
4893
|
};
|
|
4831
4894
|
|
|
4832
|
-
declare type
|
|
4895
|
+
declare type __VLS_Props_192 = {
|
|
4833
4896
|
id?: string;
|
|
4897
|
+
isDisabled?: boolean;
|
|
4898
|
+
/** @deprecated Use isDisabled instead. */
|
|
4834
4899
|
disabled?: boolean;
|
|
4835
4900
|
class?: ClassValue;
|
|
4836
4901
|
/** Per-slot class overrides */
|
|
@@ -4850,7 +4915,7 @@ declare type __VLS_Props_193 = {
|
|
|
4850
4915
|
asChild?: boolean;
|
|
4851
4916
|
};
|
|
4852
4917
|
|
|
4853
|
-
declare type
|
|
4918
|
+
declare type __VLS_Props_193 = {
|
|
4854
4919
|
modelValue?: number;
|
|
4855
4920
|
defaultValue?: number;
|
|
4856
4921
|
totalSteps?: number;
|
|
@@ -4866,7 +4931,7 @@ declare type __VLS_Props_194 = {
|
|
|
4866
4931
|
items?: StepperShorthandItem[];
|
|
4867
4932
|
};
|
|
4868
4933
|
|
|
4869
|
-
declare type
|
|
4934
|
+
declare type __VLS_Props_194 = {
|
|
4870
4935
|
step: number;
|
|
4871
4936
|
/** Custom CSS classes for the root element. */
|
|
4872
4937
|
class?: ClassValue;
|
|
@@ -4876,7 +4941,7 @@ declare type __VLS_Props_195 = {
|
|
|
4876
4941
|
}>;
|
|
4877
4942
|
};
|
|
4878
4943
|
|
|
4879
|
-
declare type
|
|
4944
|
+
declare type __VLS_Props_195 = {
|
|
4880
4945
|
class?: ClassValue;
|
|
4881
4946
|
/** Override classes on individual slots */
|
|
4882
4947
|
classNames?: Partial<{
|
|
@@ -4884,7 +4949,7 @@ declare type __VLS_Props_196 = {
|
|
|
4884
4949
|
}>;
|
|
4885
4950
|
};
|
|
4886
4951
|
|
|
4887
|
-
declare type
|
|
4952
|
+
declare type __VLS_Props_196 = {
|
|
4888
4953
|
/** Custom CSS classes for the root element */
|
|
4889
4954
|
class?: ClassValue;
|
|
4890
4955
|
/** Per-slot custom CSS class overrides */
|
|
@@ -4893,7 +4958,7 @@ declare type __VLS_Props_197 = {
|
|
|
4893
4958
|
}>;
|
|
4894
4959
|
};
|
|
4895
4960
|
|
|
4896
|
-
declare type
|
|
4961
|
+
declare type __VLS_Props_197 = {
|
|
4897
4962
|
class?: ClassValue;
|
|
4898
4963
|
/** Override classes for individual slots. */
|
|
4899
4964
|
classNames?: Partial<{
|
|
@@ -4901,7 +4966,7 @@ declare type __VLS_Props_198 = {
|
|
|
4901
4966
|
}>;
|
|
4902
4967
|
};
|
|
4903
4968
|
|
|
4904
|
-
declare type
|
|
4969
|
+
declare type __VLS_Props_198 = {
|
|
4905
4970
|
class?: ClassValue;
|
|
4906
4971
|
/** Custom classNames to override the default component slots */
|
|
4907
4972
|
classNames?: Partial<{
|
|
@@ -4909,6 +4974,15 @@ declare type __VLS_Props_199 = {
|
|
|
4909
4974
|
}>;
|
|
4910
4975
|
};
|
|
4911
4976
|
|
|
4977
|
+
declare type __VLS_Props_199 = {
|
|
4978
|
+
/** Additional CSS class for the root element. */
|
|
4979
|
+
class?: ClassValue;
|
|
4980
|
+
/** Per-slot class overrides. */
|
|
4981
|
+
classNames?: Partial<{
|
|
4982
|
+
separator: ClassValue;
|
|
4983
|
+
}>;
|
|
4984
|
+
};
|
|
4985
|
+
|
|
4912
4986
|
declare type __VLS_Props_2 = {
|
|
4913
4987
|
orientation?: SeparatorVariants['orientation'];
|
|
4914
4988
|
variant?: SeparatorVariants['variant'];
|
|
@@ -4917,6 +4991,8 @@ declare type __VLS_Props_2 = {
|
|
|
4917
4991
|
|
|
4918
4992
|
declare type __VLS_Props_20 = {
|
|
4919
4993
|
size?: ButtonVariants['size'];
|
|
4994
|
+
isDisabled?: boolean;
|
|
4995
|
+
/** @deprecated Use isDisabled instead. */
|
|
4920
4996
|
disabled?: boolean;
|
|
4921
4997
|
isLoading?: boolean;
|
|
4922
4998
|
ariaLabel?: string;
|
|
@@ -4924,15 +5000,6 @@ declare type __VLS_Props_20 = {
|
|
|
4924
5000
|
};
|
|
4925
5001
|
|
|
4926
5002
|
declare type __VLS_Props_200 = {
|
|
4927
|
-
/** Additional CSS class for the root element. */
|
|
4928
|
-
class?: ClassValue;
|
|
4929
|
-
/** Per-slot class overrides. */
|
|
4930
|
-
classNames?: Partial<{
|
|
4931
|
-
separator: ClassValue;
|
|
4932
|
-
}>;
|
|
4933
|
-
};
|
|
4934
|
-
|
|
4935
|
-
declare type __VLS_Props_201 = {
|
|
4936
5003
|
isExpanded?: boolean;
|
|
4937
5004
|
hasChildren?: boolean;
|
|
4938
5005
|
class?: ClassValue;
|
|
@@ -4942,7 +5009,7 @@ declare type __VLS_Props_201 = {
|
|
|
4942
5009
|
}>;
|
|
4943
5010
|
};
|
|
4944
5011
|
|
|
4945
|
-
declare type
|
|
5012
|
+
declare type __VLS_Props_201 = {
|
|
4946
5013
|
modelValue?: number | number[];
|
|
4947
5014
|
defaultValue?: number | number[];
|
|
4948
5015
|
min?: number;
|
|
@@ -4950,9 +5017,9 @@ declare type __VLS_Props_202 = {
|
|
|
4950
5017
|
step?: number;
|
|
4951
5018
|
minStepsBetweenThumbs?: number;
|
|
4952
5019
|
orientation?: 'horizontal' | 'vertical';
|
|
4953
|
-
size?: '
|
|
4954
|
-
color?: '
|
|
4955
|
-
radius?: '
|
|
5020
|
+
size?: SliderVariants['size'];
|
|
5021
|
+
color?: SliderVariants['color'];
|
|
5022
|
+
radius?: SliderVariants['radius'];
|
|
4956
5023
|
label?: string;
|
|
4957
5024
|
showSteps?: boolean;
|
|
4958
5025
|
marks?: Array<{
|
|
@@ -4962,6 +5029,8 @@ declare type __VLS_Props_202 = {
|
|
|
4962
5029
|
formatOptions?: Intl.NumberFormatOptions;
|
|
4963
5030
|
hideValue?: boolean;
|
|
4964
5031
|
hideThumb?: boolean;
|
|
5032
|
+
isDisabled?: boolean;
|
|
5033
|
+
/** @deprecated Use isDisabled instead. */
|
|
4965
5034
|
disabled?: boolean;
|
|
4966
5035
|
inverted?: boolean;
|
|
4967
5036
|
/** Text direction forwarded to SliderRoot. */
|
|
@@ -4974,7 +5043,11 @@ declare type __VLS_Props_202 = {
|
|
|
4974
5043
|
as?: string;
|
|
4975
5044
|
/** HTML name attribute forwarded to SliderRoot. */
|
|
4976
5045
|
name?: string;
|
|
4977
|
-
|
|
5046
|
+
isRequired?: boolean;
|
|
5047
|
+
/**
|
|
5048
|
+
* Whether the slider is required.
|
|
5049
|
+
* @deprecated Use isRequired instead.
|
|
5050
|
+
*/
|
|
4978
5051
|
required?: boolean;
|
|
4979
5052
|
/** Whether SliderTrack renders as a child element. */
|
|
4980
5053
|
trackAsChild?: boolean;
|
|
@@ -5002,7 +5075,7 @@ declare type __VLS_Props_202 = {
|
|
|
5002
5075
|
}>;
|
|
5003
5076
|
};
|
|
5004
5077
|
|
|
5005
|
-
declare type
|
|
5078
|
+
declare type __VLS_Props_202 = {
|
|
5006
5079
|
value?: number | null;
|
|
5007
5080
|
minValue?: number;
|
|
5008
5081
|
maxValue?: number;
|
|
@@ -5010,9 +5083,9 @@ declare type __VLS_Props_203 = {
|
|
|
5010
5083
|
valueLabel?: string;
|
|
5011
5084
|
showValueLabel?: boolean;
|
|
5012
5085
|
formatOptions?: Intl.NumberFormatOptions;
|
|
5013
|
-
size?: '
|
|
5014
|
-
color?: '
|
|
5015
|
-
radius?: '
|
|
5086
|
+
size?: ProgressBarVariants['size'];
|
|
5087
|
+
color?: ProgressBarVariants['color'];
|
|
5088
|
+
radius?: ProgressBarVariants['radius'];
|
|
5016
5089
|
isStriped?: boolean;
|
|
5017
5090
|
isIndeterminate?: boolean;
|
|
5018
5091
|
isDisabled?: boolean;
|
|
@@ -5040,7 +5113,7 @@ declare type __VLS_Props_203 = {
|
|
|
5040
5113
|
}>;
|
|
5041
5114
|
};
|
|
5042
5115
|
|
|
5043
|
-
declare type
|
|
5116
|
+
declare type __VLS_Props_203 = {
|
|
5044
5117
|
value?: number | null;
|
|
5045
5118
|
minValue?: number;
|
|
5046
5119
|
maxValue?: number;
|
|
@@ -5048,8 +5121,8 @@ declare type __VLS_Props_204 = {
|
|
|
5048
5121
|
valueLabel?: string;
|
|
5049
5122
|
showValueLabel?: boolean;
|
|
5050
5123
|
formatOptions?: Intl.NumberFormatOptions;
|
|
5051
|
-
size?: '
|
|
5052
|
-
color?: '
|
|
5124
|
+
size?: ProgressCircleVariants['size'];
|
|
5125
|
+
color?: ProgressCircleVariants['color'];
|
|
5053
5126
|
strokeWidth?: number;
|
|
5054
5127
|
isIndeterminate?: boolean;
|
|
5055
5128
|
isDisabled?: boolean;
|
|
@@ -5072,7 +5145,7 @@ declare type __VLS_Props_204 = {
|
|
|
5072
5145
|
}>;
|
|
5073
5146
|
};
|
|
5074
5147
|
|
|
5075
|
-
declare type
|
|
5148
|
+
declare type __VLS_Props_204 = {
|
|
5076
5149
|
value?: number;
|
|
5077
5150
|
minValue?: number;
|
|
5078
5151
|
maxValue?: number;
|
|
@@ -5080,8 +5153,8 @@ declare type __VLS_Props_205 = {
|
|
|
5080
5153
|
valueLabel?: string;
|
|
5081
5154
|
showValueLabel?: boolean;
|
|
5082
5155
|
formatOptions?: Intl.NumberFormatOptions;
|
|
5083
|
-
size?: '
|
|
5084
|
-
color?: '
|
|
5156
|
+
size?: MeterVariants['size'];
|
|
5157
|
+
color?: MeterVariants['color'];
|
|
5085
5158
|
class?: ClassValue;
|
|
5086
5159
|
/** Override classes for individual slots */
|
|
5087
5160
|
classNames?: Partial<{
|
|
@@ -5093,7 +5166,7 @@ declare type __VLS_Props_205 = {
|
|
|
5093
5166
|
}>;
|
|
5094
5167
|
};
|
|
5095
5168
|
|
|
5096
|
-
declare type
|
|
5169
|
+
declare type __VLS_Props_205 = {
|
|
5097
5170
|
orientation?: 'vertical' | 'horizontal' | 'both';
|
|
5098
5171
|
hideScrollBar?: boolean;
|
|
5099
5172
|
size?: number;
|
|
@@ -5106,7 +5179,7 @@ declare type __VLS_Props_206 = {
|
|
|
5106
5179
|
}>;
|
|
5107
5180
|
};
|
|
5108
5181
|
|
|
5109
|
-
declare type
|
|
5182
|
+
declare type __VLS_Props_206 = {
|
|
5110
5183
|
class?: string;
|
|
5111
5184
|
viewportClass?: string;
|
|
5112
5185
|
type?: 'auto' | 'always' | 'scroll' | 'hover';
|
|
@@ -5140,7 +5213,7 @@ declare type __VLS_Props_207 = {
|
|
|
5140
5213
|
cornerAsChild?: boolean;
|
|
5141
5214
|
};
|
|
5142
5215
|
|
|
5143
|
-
declare type
|
|
5216
|
+
declare type __VLS_Props_207 = {
|
|
5144
5217
|
defaultValue?: DateValue;
|
|
5145
5218
|
defaultPlaceholder?: DateValue;
|
|
5146
5219
|
minValue?: DateValue;
|
|
@@ -5154,7 +5227,11 @@ declare type __VLS_Props_208 = {
|
|
|
5154
5227
|
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
5155
5228
|
pagedNavigation?: boolean;
|
|
5156
5229
|
preventDeselect?: boolean;
|
|
5230
|
+
isReadOnly?: boolean;
|
|
5231
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5157
5232
|
readonly?: boolean;
|
|
5233
|
+
isDisabled?: boolean;
|
|
5234
|
+
/** @deprecated Use isDisabled instead. */
|
|
5158
5235
|
disabled?: boolean;
|
|
5159
5236
|
calendarLabel?: string;
|
|
5160
5237
|
/** Initial focus state. */
|
|
@@ -5200,7 +5277,7 @@ declare type __VLS_Props_208 = {
|
|
|
5200
5277
|
}>;
|
|
5201
5278
|
};
|
|
5202
5279
|
|
|
5203
|
-
declare type
|
|
5280
|
+
declare type __VLS_Props_208 = {
|
|
5204
5281
|
defaultValue?: DateRange_2 | null;
|
|
5205
5282
|
defaultPlaceholder?: DateValue;
|
|
5206
5283
|
minValue?: DateValue;
|
|
@@ -5215,7 +5292,11 @@ declare type __VLS_Props_209 = {
|
|
|
5215
5292
|
pagedNavigation?: boolean;
|
|
5216
5293
|
preventDeselect?: boolean;
|
|
5217
5294
|
allowNonContiguousRanges?: boolean;
|
|
5295
|
+
isReadOnly?: boolean;
|
|
5296
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5218
5297
|
readonly?: boolean;
|
|
5298
|
+
isDisabled?: boolean;
|
|
5299
|
+
/** @deprecated Use isDisabled instead. */
|
|
5219
5300
|
disabled?: boolean;
|
|
5220
5301
|
calendarLabel?: string;
|
|
5221
5302
|
/** Initial focus state. */
|
|
@@ -5265,22 +5346,7 @@ declare type __VLS_Props_209 = {
|
|
|
5265
5346
|
}>;
|
|
5266
5347
|
};
|
|
5267
5348
|
|
|
5268
|
-
declare type
|
|
5269
|
-
variant?: ToggleButtonVariants['variant'];
|
|
5270
|
-
size?: ToggleButtonVariants['size'];
|
|
5271
|
-
isIconOnly?: boolean;
|
|
5272
|
-
disabled?: boolean;
|
|
5273
|
-
modelValue?: boolean;
|
|
5274
|
-
defaultValue?: boolean;
|
|
5275
|
-
value?: string;
|
|
5276
|
-
class?: string;
|
|
5277
|
-
as?: string;
|
|
5278
|
-
asChild?: boolean;
|
|
5279
|
-
name?: string;
|
|
5280
|
-
required?: boolean;
|
|
5281
|
-
};
|
|
5282
|
-
|
|
5283
|
-
declare type __VLS_Props_210 = {
|
|
5349
|
+
declare type __VLS_Props_209 = {
|
|
5284
5350
|
defaultValue?: DateValue;
|
|
5285
5351
|
defaultPlaceholder?: DateValue;
|
|
5286
5352
|
minValue?: DateValue;
|
|
@@ -5290,7 +5356,11 @@ declare type __VLS_Props_210 = {
|
|
|
5290
5356
|
locale?: string;
|
|
5291
5357
|
yearsPerPage?: number;
|
|
5292
5358
|
preventDeselect?: boolean;
|
|
5359
|
+
isReadOnly?: boolean;
|
|
5360
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5293
5361
|
readonly?: boolean;
|
|
5362
|
+
isDisabled?: boolean;
|
|
5363
|
+
/** @deprecated Use isDisabled instead. */
|
|
5294
5364
|
disabled?: boolean;
|
|
5295
5365
|
calendarLabel?: string;
|
|
5296
5366
|
/** Initial focus state. @default false */
|
|
@@ -5322,7 +5392,26 @@ declare type __VLS_Props_210 = {
|
|
|
5322
5392
|
}>;
|
|
5323
5393
|
};
|
|
5324
5394
|
|
|
5325
|
-
declare type
|
|
5395
|
+
declare type __VLS_Props_21 = {
|
|
5396
|
+
variant?: ToggleButtonVariants['variant'];
|
|
5397
|
+
size?: ToggleButtonVariants['size'];
|
|
5398
|
+
isIconOnly?: boolean;
|
|
5399
|
+
isDisabled?: boolean;
|
|
5400
|
+
/** @deprecated Use isDisabled instead. */
|
|
5401
|
+
disabled?: boolean;
|
|
5402
|
+
modelValue?: boolean;
|
|
5403
|
+
defaultValue?: boolean;
|
|
5404
|
+
value?: string;
|
|
5405
|
+
class?: string;
|
|
5406
|
+
as?: string;
|
|
5407
|
+
asChild?: boolean;
|
|
5408
|
+
name?: string;
|
|
5409
|
+
isRequired?: boolean;
|
|
5410
|
+
/** @deprecated Use isRequired instead. */
|
|
5411
|
+
required?: boolean;
|
|
5412
|
+
};
|
|
5413
|
+
|
|
5414
|
+
declare type __VLS_Props_210 = {
|
|
5326
5415
|
defaultValue?: DateValue;
|
|
5327
5416
|
defaultPlaceholder?: DateValue;
|
|
5328
5417
|
minValue?: DateValue;
|
|
@@ -5331,7 +5420,11 @@ declare type __VLS_Props_211 = {
|
|
|
5331
5420
|
isMonthUnavailable?: (date: DateValue) => boolean;
|
|
5332
5421
|
locale?: string;
|
|
5333
5422
|
preventDeselect?: boolean;
|
|
5423
|
+
isReadOnly?: boolean;
|
|
5424
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5334
5425
|
readonly?: boolean;
|
|
5426
|
+
isDisabled?: boolean;
|
|
5427
|
+
/** @deprecated Use isDisabled instead. */
|
|
5335
5428
|
disabled?: boolean;
|
|
5336
5429
|
calendarLabel?: string;
|
|
5337
5430
|
/** Initial focus state. @default false */
|
|
@@ -5363,7 +5456,7 @@ declare type __VLS_Props_211 = {
|
|
|
5363
5456
|
}>;
|
|
5364
5457
|
};
|
|
5365
5458
|
|
|
5366
|
-
declare type
|
|
5459
|
+
declare type __VLS_Props_211 = {
|
|
5367
5460
|
defaultValue?: DateRange_3 | null;
|
|
5368
5461
|
defaultPlaceholder?: DateValue;
|
|
5369
5462
|
minValue?: DateValue;
|
|
@@ -5374,7 +5467,11 @@ declare type __VLS_Props_212 = {
|
|
|
5374
5467
|
preventDeselect?: boolean;
|
|
5375
5468
|
allowNonContiguousRanges?: boolean;
|
|
5376
5469
|
maximumMonths?: number;
|
|
5470
|
+
isReadOnly?: boolean;
|
|
5471
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5377
5472
|
readonly?: boolean;
|
|
5473
|
+
isDisabled?: boolean;
|
|
5474
|
+
/** @deprecated Use isDisabled instead. */
|
|
5378
5475
|
disabled?: boolean;
|
|
5379
5476
|
calendarLabel?: string;
|
|
5380
5477
|
/** Initial focus state. @default false */
|
|
@@ -5406,7 +5503,7 @@ declare type __VLS_Props_212 = {
|
|
|
5406
5503
|
}>;
|
|
5407
5504
|
};
|
|
5408
5505
|
|
|
5409
|
-
declare type
|
|
5506
|
+
declare type __VLS_Props_212 = {
|
|
5410
5507
|
defaultValue?: DateRange_4 | null;
|
|
5411
5508
|
defaultPlaceholder?: DateValue;
|
|
5412
5509
|
minValue?: DateValue;
|
|
@@ -5418,7 +5515,11 @@ declare type __VLS_Props_213 = {
|
|
|
5418
5515
|
preventDeselect?: boolean;
|
|
5419
5516
|
allowNonContiguousRanges?: boolean;
|
|
5420
5517
|
maximumYears?: number;
|
|
5518
|
+
isReadOnly?: boolean;
|
|
5519
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5421
5520
|
readonly?: boolean;
|
|
5521
|
+
isDisabled?: boolean;
|
|
5522
|
+
/** @deprecated Use isDisabled instead. */
|
|
5422
5523
|
disabled?: boolean;
|
|
5423
5524
|
calendarLabel?: string;
|
|
5424
5525
|
/** Initial focus state. @default false */
|
|
@@ -5450,15 +5551,15 @@ declare type __VLS_Props_213 = {
|
|
|
5450
5551
|
}>;
|
|
5451
5552
|
};
|
|
5452
5553
|
|
|
5554
|
+
declare type __VLS_Props_213 = Props_8;
|
|
5555
|
+
|
|
5453
5556
|
declare type __VLS_Props_214 = Props_9;
|
|
5454
5557
|
|
|
5455
5558
|
declare type __VLS_Props_215 = Props_10;
|
|
5456
5559
|
|
|
5457
5560
|
declare type __VLS_Props_216 = Props_11;
|
|
5458
5561
|
|
|
5459
|
-
declare type __VLS_Props_217 =
|
|
5460
|
-
|
|
5461
|
-
declare type __VLS_Props_218 = {
|
|
5562
|
+
declare type __VLS_Props_217 = {
|
|
5462
5563
|
variant?: DateInputVariants['variant'];
|
|
5463
5564
|
size?: DateInputVariants['size'];
|
|
5464
5565
|
color?: DateInputVariants['color'];
|
|
@@ -5568,7 +5669,7 @@ declare type __VLS_Props_218 = {
|
|
|
5568
5669
|
}>;
|
|
5569
5670
|
};
|
|
5570
5671
|
|
|
5571
|
-
declare type
|
|
5672
|
+
declare type __VLS_Props_218 = {
|
|
5572
5673
|
variant?: DateRangeFieldVariants['variant'];
|
|
5573
5674
|
size?: DateRangeFieldVariants['size'];
|
|
5574
5675
|
color?: DateRangeFieldVariants['color'];
|
|
@@ -5686,26 +5787,7 @@ declare type __VLS_Props_219 = {
|
|
|
5686
5787
|
}>;
|
|
5687
5788
|
};
|
|
5688
5789
|
|
|
5689
|
-
declare type
|
|
5690
|
-
variant?: ToggleButtonVariants['variant'];
|
|
5691
|
-
size?: ToggleButtonVariants['size'];
|
|
5692
|
-
disabled?: boolean;
|
|
5693
|
-
fullWidth?: boolean;
|
|
5694
|
-
orientation?: 'horizontal' | 'vertical';
|
|
5695
|
-
isDetached?: boolean;
|
|
5696
|
-
selectionMode?: 'single' | 'multiple';
|
|
5697
|
-
modelValue?: string | string[];
|
|
5698
|
-
defaultValue?: string | string[];
|
|
5699
|
-
class?: ClassValue;
|
|
5700
|
-
/** Additional class names to apply to component slots */
|
|
5701
|
-
classNames?: Partial<{
|
|
5702
|
-
base: ClassValue;
|
|
5703
|
-
}>;
|
|
5704
|
-
/** Shorthand API: render toggle buttons from an array instead of the compound slot API */
|
|
5705
|
-
buttons?: ToggleButtonShorthandItem[];
|
|
5706
|
-
};
|
|
5707
|
-
|
|
5708
|
-
declare type __VLS_Props_220 = {
|
|
5790
|
+
declare type __VLS_Props_219 = {
|
|
5709
5791
|
variant?: 'flat' | 'bordered' | 'faded' | 'underlined';
|
|
5710
5792
|
size?: 'sm' | 'md' | 'lg';
|
|
5711
5793
|
color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
|
|
@@ -5820,12 +5902,102 @@ declare type __VLS_Props_220 = {
|
|
|
5820
5902
|
disableOutsidePointerEvents?: boolean;
|
|
5821
5903
|
};
|
|
5822
5904
|
|
|
5905
|
+
declare type __VLS_Props_22 = {
|
|
5906
|
+
variant?: ToggleButtonVariants['variant'];
|
|
5907
|
+
size?: ToggleButtonVariants['size'];
|
|
5908
|
+
isDisabled?: boolean;
|
|
5909
|
+
/** @deprecated Use isDisabled instead. */
|
|
5910
|
+
disabled?: boolean;
|
|
5911
|
+
fullWidth?: boolean;
|
|
5912
|
+
orientation?: 'horizontal' | 'vertical';
|
|
5913
|
+
isDetached?: boolean;
|
|
5914
|
+
selectionMode?: 'single' | 'multiple';
|
|
5915
|
+
modelValue?: string | string[];
|
|
5916
|
+
defaultValue?: string | string[];
|
|
5917
|
+
class?: ClassValue;
|
|
5918
|
+
/** Additional class names to apply to component slots */
|
|
5919
|
+
classNames?: Partial<{
|
|
5920
|
+
base: ClassValue;
|
|
5921
|
+
}>;
|
|
5922
|
+
/** Shorthand API: render toggle buttons from an array instead of the compound slot API */
|
|
5923
|
+
buttons?: ToggleButtonShorthandItem[];
|
|
5924
|
+
};
|
|
5925
|
+
|
|
5926
|
+
declare type __VLS_Props_220 = {
|
|
5927
|
+
variant?: TimeFieldVariants['variant'];
|
|
5928
|
+
size?: TimeFieldVariants['size'];
|
|
5929
|
+
color?: TimeFieldVariants['color'];
|
|
5930
|
+
labelPlacement?: TimeFieldVariants['labelPlacement'];
|
|
5931
|
+
fullWidth?: boolean;
|
|
5932
|
+
defaultValue?: Time;
|
|
5933
|
+
defaultOpen?: boolean;
|
|
5934
|
+
defaultPlaceholder?: Time;
|
|
5935
|
+
placeholderValue?: Time;
|
|
5936
|
+
minValue?: Time;
|
|
5937
|
+
maxValue?: Time;
|
|
5938
|
+
locale?: string;
|
|
5939
|
+
granularity?: 'hour' | 'minute' | 'second';
|
|
5940
|
+
hourCycle?: 12 | 24;
|
|
5941
|
+
/** Steps for segment keyboard navigation. */
|
|
5942
|
+
step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
|
|
5943
|
+
stepSnapping?: boolean;
|
|
5944
|
+
label?: string;
|
|
5945
|
+
description?: string;
|
|
5946
|
+
errorMessage?: string;
|
|
5947
|
+
isInvalid?: boolean;
|
|
5948
|
+
isDisabled?: boolean;
|
|
5949
|
+
isReadOnly?: boolean;
|
|
5950
|
+
isRequired?: boolean;
|
|
5951
|
+
name?: string;
|
|
5952
|
+
hideTimeZone?: boolean;
|
|
5953
|
+
closeOnSelect?: boolean;
|
|
5954
|
+
modal?: boolean;
|
|
5955
|
+
/** Label for the footer button that closes the picker. */
|
|
5956
|
+
doneLabel?: string;
|
|
5957
|
+
/** Text direction. */
|
|
5958
|
+
dir?: 'ltr' | 'rtl';
|
|
5959
|
+
required?: boolean;
|
|
5960
|
+
/** Render trigger as a different element. */
|
|
5961
|
+
triggerAs?: string;
|
|
5962
|
+
/** Render trigger child as root element. */
|
|
5963
|
+
triggerAsChild?: boolean;
|
|
5964
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
5965
|
+
sideOffset?: number;
|
|
5966
|
+
sideFlip?: boolean;
|
|
5967
|
+
align?: 'start' | 'center' | 'end';
|
|
5968
|
+
alignOffset?: number;
|
|
5969
|
+
alignFlip?: boolean;
|
|
5970
|
+
avoidCollisions?: boolean;
|
|
5971
|
+
collisionBoundary?: Element | null | Array<Element | null>;
|
|
5972
|
+
collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
|
|
5973
|
+
arrowPadding?: number;
|
|
5974
|
+
hideShiftedArrow?: boolean;
|
|
5975
|
+
sticky?: 'partial' | 'always';
|
|
5976
|
+
hideWhenDetached?: boolean;
|
|
5977
|
+
positionStrategy?: 'fixed' | 'absolute';
|
|
5978
|
+
updatePositionStrategy?: 'always' | 'optimized';
|
|
5979
|
+
disableUpdateOnLayoutShift?: boolean;
|
|
5980
|
+
prioritizePosition?: boolean;
|
|
5981
|
+
class?: ClassValue;
|
|
5982
|
+
/** Override classes for individual slots (base, trigger, triggerIndicator, popover, panel, timeDone) */
|
|
5983
|
+
classNames?: Partial<{
|
|
5984
|
+
base: ClassValue;
|
|
5985
|
+
trigger: ClassValue;
|
|
5986
|
+
triggerIndicator: ClassValue;
|
|
5987
|
+
popover: ClassValue;
|
|
5988
|
+
panel: ClassValue;
|
|
5989
|
+
timeDone: ClassValue;
|
|
5990
|
+
}>;
|
|
5991
|
+
};
|
|
5992
|
+
|
|
5823
5993
|
declare type __VLS_Props_221 = {
|
|
5824
5994
|
modelValue?: Color | string;
|
|
5825
5995
|
defaultValue?: Color | string;
|
|
5826
5996
|
xChannel?: ColorChannel;
|
|
5827
5997
|
yChannel?: ColorChannel;
|
|
5828
5998
|
colorSpace?: ColorSpace;
|
|
5999
|
+
isDisabled?: boolean;
|
|
6000
|
+
/** @deprecated Use isDisabled instead. */
|
|
5829
6001
|
disabled?: boolean;
|
|
5830
6002
|
showDots?: ColorAreaVariants['showDots'];
|
|
5831
6003
|
class?: string;
|
|
@@ -5833,6 +6005,8 @@ declare type __VLS_Props_221 = {
|
|
|
5833
6005
|
as?: string;
|
|
5834
6006
|
asChild?: boolean;
|
|
5835
6007
|
name?: string;
|
|
6008
|
+
isRequired?: boolean;
|
|
6009
|
+
/** @deprecated Use isRequired instead. */
|
|
5836
6010
|
required?: boolean;
|
|
5837
6011
|
xName?: string;
|
|
5838
6012
|
yName?: string;
|
|
@@ -5844,6 +6018,8 @@ declare type __VLS_Props_222 = {
|
|
|
5844
6018
|
channel: ColorChannel;
|
|
5845
6019
|
colorSpace?: ColorSpace;
|
|
5846
6020
|
orientation?: 'horizontal' | 'vertical';
|
|
6021
|
+
isDisabled?: boolean;
|
|
6022
|
+
/** @deprecated Use isDisabled instead. */
|
|
5847
6023
|
disabled?: boolean;
|
|
5848
6024
|
showOutput?: boolean;
|
|
5849
6025
|
class?: string;
|
|
@@ -5853,6 +6029,8 @@ declare type __VLS_Props_222 = {
|
|
|
5853
6029
|
as?: string;
|
|
5854
6030
|
asChild?: boolean;
|
|
5855
6031
|
name?: string;
|
|
6032
|
+
isRequired?: boolean;
|
|
6033
|
+
/** @deprecated Use isRequired instead. */
|
|
5856
6034
|
required?: boolean;
|
|
5857
6035
|
dir?: 'ltr' | 'rtl';
|
|
5858
6036
|
inverted?: boolean;
|
|
@@ -5865,7 +6043,11 @@ declare type __VLS_Props_223 = {
|
|
|
5865
6043
|
label?: string;
|
|
5866
6044
|
description?: string;
|
|
5867
6045
|
errorMessage?: string;
|
|
6046
|
+
isDisabled?: boolean;
|
|
6047
|
+
/** @deprecated Use isDisabled instead. */
|
|
5868
6048
|
disabled?: boolean;
|
|
6049
|
+
isReadOnly?: boolean;
|
|
6050
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5869
6051
|
readonly?: boolean;
|
|
5870
6052
|
placeholder?: string;
|
|
5871
6053
|
fullWidth?: ColorFieldVariants['fullWidth'];
|
|
@@ -5874,6 +6056,8 @@ declare type __VLS_Props_223 = {
|
|
|
5874
6056
|
as?: string;
|
|
5875
6057
|
asChild?: boolean;
|
|
5876
6058
|
name?: string;
|
|
6059
|
+
isRequired?: boolean;
|
|
6060
|
+
/** @deprecated Use isRequired instead. */
|
|
5877
6061
|
required?: boolean;
|
|
5878
6062
|
colorSpace?: string;
|
|
5879
6063
|
channel?: string;
|
|
@@ -5904,10 +6088,14 @@ declare type __VLS_Props_225 = {
|
|
|
5904
6088
|
as?: string;
|
|
5905
6089
|
asChild?: boolean;
|
|
5906
6090
|
name?: string;
|
|
6091
|
+
isRequired?: boolean;
|
|
6092
|
+
/** @deprecated Use isRequired instead. */
|
|
5907
6093
|
required?: boolean;
|
|
5908
6094
|
multiple?: boolean;
|
|
5909
6095
|
orientation?: 'horizontal' | 'vertical';
|
|
5910
6096
|
dir?: 'ltr' | 'rtl';
|
|
6097
|
+
isDisabled?: boolean;
|
|
6098
|
+
/** @deprecated Use isDisabled instead. */
|
|
5911
6099
|
disabled?: boolean;
|
|
5912
6100
|
selectionBehavior?: 'replace' | 'toggle';
|
|
5913
6101
|
highlightOnHover?: boolean;
|
|
@@ -5921,7 +6109,11 @@ declare type __VLS_Props_226 = {
|
|
|
5921
6109
|
errorMessage?: string;
|
|
5922
6110
|
placeholder?: string;
|
|
5923
6111
|
suffixLabel?: string;
|
|
6112
|
+
isDisabled?: boolean;
|
|
6113
|
+
/** @deprecated Use isDisabled instead. */
|
|
5924
6114
|
disabled?: boolean;
|
|
6115
|
+
isReadOnly?: boolean;
|
|
6116
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5925
6117
|
readonly?: boolean;
|
|
5926
6118
|
fullWidth?: ColorInputGroupVariants['fullWidth'];
|
|
5927
6119
|
variant?: ColorInputGroupVariants['variant'];
|
|
@@ -5929,6 +6121,8 @@ declare type __VLS_Props_226 = {
|
|
|
5929
6121
|
as?: string;
|
|
5930
6122
|
asChild?: boolean;
|
|
5931
6123
|
name?: string;
|
|
6124
|
+
isRequired?: boolean;
|
|
6125
|
+
/** @deprecated Use isRequired instead. */
|
|
5932
6126
|
required?: boolean;
|
|
5933
6127
|
colorSpace?: string;
|
|
5934
6128
|
channel?: string;
|
|
@@ -5941,6 +6135,8 @@ declare type __VLS_Props_227 = {
|
|
|
5941
6135
|
modelValue?: string;
|
|
5942
6136
|
defaultValue?: string;
|
|
5943
6137
|
format?: ColorFormat;
|
|
6138
|
+
isDisabled?: boolean;
|
|
6139
|
+
/** @deprecated Use isDisabled instead. */
|
|
5944
6140
|
disabled?: boolean;
|
|
5945
6141
|
label?: string;
|
|
5946
6142
|
class?: string;
|
|
@@ -5952,6 +6148,8 @@ declare type __VLS_Props_23 = {
|
|
|
5952
6148
|
target?: string;
|
|
5953
6149
|
rel?: string;
|
|
5954
6150
|
isExternal?: boolean;
|
|
6151
|
+
isDisabled?: boolean;
|
|
6152
|
+
/** @deprecated Use isDisabled instead. */
|
|
5955
6153
|
disabled?: boolean;
|
|
5956
6154
|
color?: LinkVariants['color'];
|
|
5957
6155
|
underline?: LinkVariants['underline'];
|
|
@@ -5995,6 +6193,8 @@ declare type __VLS_Props_28 = {
|
|
|
5995
6193
|
fullWidth?: boolean;
|
|
5996
6194
|
isInvalid?: boolean;
|
|
5997
6195
|
isDisabled?: boolean;
|
|
6196
|
+
isReadOnly?: boolean;
|
|
6197
|
+
/** @deprecated Use isReadOnly instead. */
|
|
5998
6198
|
isReadonly?: boolean;
|
|
5999
6199
|
min?: number;
|
|
6000
6200
|
max?: number;
|
|
@@ -6020,7 +6220,11 @@ declare type __VLS_Props_28 = {
|
|
|
6020
6220
|
asChild?: boolean;
|
|
6021
6221
|
/** Element or component to render NumberFieldRoot as. */
|
|
6022
6222
|
as?: string;
|
|
6023
|
-
|
|
6223
|
+
isRequired?: boolean;
|
|
6224
|
+
/**
|
|
6225
|
+
* Whether the field is required.
|
|
6226
|
+
* @deprecated Use isRequired instead.
|
|
6227
|
+
*/
|
|
6024
6228
|
required?: boolean;
|
|
6025
6229
|
/** Whether NumberFieldInput renders as a child element. */
|
|
6026
6230
|
inputAsChild?: boolean;
|
|
@@ -6067,6 +6271,8 @@ declare type __VLS_Props_29 = {
|
|
|
6067
6271
|
/** Text content for the <legend> element; omit to render fieldset without a legend */
|
|
6068
6272
|
legend?: string;
|
|
6069
6273
|
/** When true, disables all form controls inside this fieldset */
|
|
6274
|
+
isDisabled?: boolean;
|
|
6275
|
+
/** @deprecated Use isDisabled instead. */
|
|
6070
6276
|
disabled?: boolean;
|
|
6071
6277
|
/** Additional CSS classes applied to the <fieldset> element */
|
|
6072
6278
|
class?: string;
|
|
@@ -6088,7 +6294,11 @@ declare type __VLS_Props_30 = {
|
|
|
6088
6294
|
preview: string;
|
|
6089
6295
|
};
|
|
6090
6296
|
dir?: 'ltr' | 'rtl';
|
|
6297
|
+
isDisabled?: boolean;
|
|
6298
|
+
/** @deprecated Use isDisabled instead. */
|
|
6091
6299
|
disabled?: boolean;
|
|
6300
|
+
isReadOnly?: boolean;
|
|
6301
|
+
/** @deprecated Use isReadOnly instead. */
|
|
6092
6302
|
readonly?: boolean;
|
|
6093
6303
|
activationMode?: 'focus' | 'dblclick' | 'none';
|
|
6094
6304
|
selectOnFocus?: boolean;
|
|
@@ -6098,6 +6308,8 @@ declare type __VLS_Props_30 = {
|
|
|
6098
6308
|
autoResize?: boolean;
|
|
6099
6309
|
id?: string;
|
|
6100
6310
|
name?: string;
|
|
6311
|
+
isRequired?: boolean;
|
|
6312
|
+
/** @deprecated Use isRequired instead. */
|
|
6101
6313
|
required?: boolean;
|
|
6102
6314
|
as?: string;
|
|
6103
6315
|
asChild?: boolean;
|
|
@@ -6145,6 +6357,8 @@ declare type __VLS_Props_37 = {
|
|
|
6145
6357
|
value?: string;
|
|
6146
6358
|
modelValue?: boolean;
|
|
6147
6359
|
defaultValue?: boolean;
|
|
6360
|
+
isDisabled?: boolean;
|
|
6361
|
+
/** @deprecated Use isDisabled instead. */
|
|
6148
6362
|
disabled?: boolean;
|
|
6149
6363
|
isInvalid?: boolean;
|
|
6150
6364
|
isIndeterminate?: boolean;
|
|
@@ -6159,7 +6373,11 @@ declare type __VLS_Props_37 = {
|
|
|
6159
6373
|
asChild?: boolean;
|
|
6160
6374
|
/** Element or component to render CheckboxRoot as. */
|
|
6161
6375
|
as?: string;
|
|
6162
|
-
|
|
6376
|
+
isRequired?: boolean;
|
|
6377
|
+
/**
|
|
6378
|
+
* Whether the checkbox is required.
|
|
6379
|
+
* @deprecated Use isRequired instead.
|
|
6380
|
+
*/
|
|
6163
6381
|
required?: boolean;
|
|
6164
6382
|
/** Whether CheckboxIndicator should force-mount even when unchecked. */
|
|
6165
6383
|
indicatorForceMount?: boolean;
|
|
@@ -6179,6 +6397,8 @@ declare type __VLS_Props_37 = {
|
|
|
6179
6397
|
|
|
6180
6398
|
declare type __VLS_Props_38 = {
|
|
6181
6399
|
variant?: CheckboxGroupVariants['variant'];
|
|
6400
|
+
isDisabled?: boolean;
|
|
6401
|
+
/** @deprecated Use isDisabled instead. */
|
|
6182
6402
|
disabled?: boolean;
|
|
6183
6403
|
isInvalid?: boolean;
|
|
6184
6404
|
modelValue?: string[];
|
|
@@ -6196,6 +6416,8 @@ declare type __VLS_Props_38 = {
|
|
|
6196
6416
|
declare type __VLS_Props_39 = {
|
|
6197
6417
|
value: string;
|
|
6198
6418
|
variant?: RadioGroupVariants['variant'];
|
|
6419
|
+
isDisabled?: boolean;
|
|
6420
|
+
/** @deprecated Use isDisabled instead. */
|
|
6199
6421
|
disabled?: boolean;
|
|
6200
6422
|
isInvalid?: boolean;
|
|
6201
6423
|
/** HTML id attribute forwarded to RadioGroupItem. */
|
|
@@ -6206,7 +6428,11 @@ declare type __VLS_Props_39 = {
|
|
|
6206
6428
|
as?: string;
|
|
6207
6429
|
/** HTML name attribute forwarded to RadioGroupItem. */
|
|
6208
6430
|
name?: string;
|
|
6209
|
-
|
|
6431
|
+
isRequired?: boolean;
|
|
6432
|
+
/**
|
|
6433
|
+
* Whether the radio item is required.
|
|
6434
|
+
* @deprecated Use isRequired instead.
|
|
6435
|
+
*/
|
|
6210
6436
|
required?: boolean;
|
|
6211
6437
|
/** Whether RadioGroupIndicator should force-mount even when unselected. */
|
|
6212
6438
|
indicatorForceMount?: boolean;
|
|
@@ -6233,6 +6459,8 @@ declare type __VLS_Props_4 = {
|
|
|
6233
6459
|
|
|
6234
6460
|
declare type __VLS_Props_40 = {
|
|
6235
6461
|
variant?: RadioGroupVariants['variant'];
|
|
6462
|
+
isDisabled?: boolean;
|
|
6463
|
+
/** @deprecated Use isDisabled instead. */
|
|
6236
6464
|
disabled?: boolean;
|
|
6237
6465
|
isInvalid?: boolean;
|
|
6238
6466
|
modelValue?: string;
|
|
@@ -6250,7 +6478,11 @@ declare type __VLS_Props_40 = {
|
|
|
6250
6478
|
asChild?: boolean;
|
|
6251
6479
|
/** Element or component to render RadioGroupRoot as. */
|
|
6252
6480
|
as?: string;
|
|
6253
|
-
|
|
6481
|
+
isRequired?: boolean;
|
|
6482
|
+
/**
|
|
6483
|
+
* Whether the radio group is required.
|
|
6484
|
+
* @deprecated Use isRequired instead.
|
|
6485
|
+
*/
|
|
6254
6486
|
required?: boolean;
|
|
6255
6487
|
class?: string;
|
|
6256
6488
|
/** Shorthand API: render radio options from an array instead of the compound slot API */
|
|
@@ -6263,6 +6495,8 @@ declare type __VLS_Props_41 = {
|
|
|
6263
6495
|
value?: string;
|
|
6264
6496
|
modelValue?: boolean;
|
|
6265
6497
|
defaultValue?: boolean;
|
|
6498
|
+
isDisabled?: boolean;
|
|
6499
|
+
/** @deprecated Use isDisabled instead. */
|
|
6266
6500
|
disabled?: boolean;
|
|
6267
6501
|
name?: string;
|
|
6268
6502
|
/** HTML id attribute forwarded to SwitchRoot. */
|
|
@@ -6275,7 +6509,11 @@ declare type __VLS_Props_41 = {
|
|
|
6275
6509
|
asChild?: boolean;
|
|
6276
6510
|
/** Element or component to render SwitchRoot as. */
|
|
6277
6511
|
as?: string;
|
|
6278
|
-
|
|
6512
|
+
isRequired?: boolean;
|
|
6513
|
+
/**
|
|
6514
|
+
* Whether the switch is required.
|
|
6515
|
+
* @deprecated Use isRequired instead.
|
|
6516
|
+
*/
|
|
6279
6517
|
required?: boolean;
|
|
6280
6518
|
/** Whether SwitchThumb renders as a child element. */
|
|
6281
6519
|
thumbAsChild?: boolean;
|
|
@@ -6293,6 +6531,8 @@ declare type __VLS_Props_41 = {
|
|
|
6293
6531
|
|
|
6294
6532
|
declare type __VLS_Props_42 = {
|
|
6295
6533
|
size?: SwitchVariants['size'];
|
|
6534
|
+
isDisabled?: boolean;
|
|
6535
|
+
/** @deprecated Use isDisabled instead. */
|
|
6296
6536
|
disabled?: boolean;
|
|
6297
6537
|
modelValue?: string[];
|
|
6298
6538
|
defaultValue?: string[];
|
|
@@ -6312,6 +6552,8 @@ declare type __VLS_Props_43 = {
|
|
|
6312
6552
|
type?: 'text';
|
|
6313
6553
|
otp?: boolean;
|
|
6314
6554
|
mask?: boolean;
|
|
6555
|
+
isDisabled?: boolean;
|
|
6556
|
+
/** @deprecated Use isDisabled instead. */
|
|
6315
6557
|
disabled?: boolean;
|
|
6316
6558
|
placeholder?: string;
|
|
6317
6559
|
modelValue?: string;
|
|
@@ -6326,7 +6568,11 @@ declare type __VLS_Props_43 = {
|
|
|
6326
6568
|
asChild?: boolean;
|
|
6327
6569
|
/** Element or component to render PinInputRoot as. */
|
|
6328
6570
|
as?: string;
|
|
6329
|
-
|
|
6571
|
+
isRequired?: boolean;
|
|
6572
|
+
/**
|
|
6573
|
+
* Whether the input is required.
|
|
6574
|
+
* @deprecated Use isRequired instead.
|
|
6575
|
+
*/
|
|
6330
6576
|
required?: boolean;
|
|
6331
6577
|
/** Whether each PinInputInput renders as a child element. */
|
|
6332
6578
|
inputAsChild?: boolean;
|
|
@@ -6383,6 +6629,8 @@ declare type __VLS_Props_47 = {
|
|
|
6383
6629
|
declare type __VLS_Props_48 = {
|
|
6384
6630
|
as?: string | object;
|
|
6385
6631
|
asChild?: boolean;
|
|
6632
|
+
isDisabled?: boolean;
|
|
6633
|
+
/** @deprecated Use isDisabled instead. */
|
|
6386
6634
|
disabled?: boolean;
|
|
6387
6635
|
class?: string;
|
|
6388
6636
|
};
|
|
@@ -6392,6 +6640,8 @@ declare type __VLS_Props_49 = {
|
|
|
6392
6640
|
skipDelayDuration?: number;
|
|
6393
6641
|
disableHoverableContent?: boolean;
|
|
6394
6642
|
disableClosingTrigger?: boolean;
|
|
6643
|
+
isDisabled?: boolean;
|
|
6644
|
+
/** @deprecated Use isDisabled instead. */
|
|
6395
6645
|
disabled?: boolean;
|
|
6396
6646
|
ignoreNonKeyboardFocus?: boolean;
|
|
6397
6647
|
content?: object;
|
|
@@ -6566,7 +6816,7 @@ declare type __VLS_Props_70 = {
|
|
|
6566
6816
|
declare type __VLS_Props_71 = {
|
|
6567
6817
|
/** variant — use 'bordered' for the outline style; 'outline' is @deprecated */
|
|
6568
6818
|
variant?: 'danger' | 'danger-soft' | 'primary' | 'secondary' | 'ghost' | 'bordered' | 'outline' | 'success' | 'success-soft' | 'warning' | 'warning-soft' | 'tertiary';
|
|
6569
|
-
size?: '
|
|
6819
|
+
size?: ButtonVariants['size'];
|
|
6570
6820
|
class?: ClassValue;
|
|
6571
6821
|
/** Override default classes for any slot. Keys correspond to slot names (e.g., base). */
|
|
6572
6822
|
classNames?: Partial<{
|
|
@@ -6583,7 +6833,7 @@ declare type __VLS_Props_71 = {
|
|
|
6583
6833
|
declare type __VLS_Props_72 = {
|
|
6584
6834
|
/** variant — use 'bordered' for the outline style; 'outline' is @deprecated */
|
|
6585
6835
|
variant?: 'danger' | 'danger-soft' | 'primary' | 'secondary' | 'ghost' | 'bordered' | 'outline' | 'success' | 'success-soft' | 'warning' | 'warning-soft' | 'tertiary';
|
|
6586
|
-
size?: '
|
|
6836
|
+
size?: ButtonVariants['size'];
|
|
6587
6837
|
class?: ClassValue;
|
|
6588
6838
|
/** Per-slot class name overrides */
|
|
6589
6839
|
classNames?: Partial<{
|
|
@@ -6742,6 +6992,8 @@ declare type __VLS_Props_86 = {
|
|
|
6742
6992
|
|
|
6743
6993
|
declare type __VLS_Props_87 = {
|
|
6744
6994
|
value: string;
|
|
6995
|
+
isDisabled?: boolean;
|
|
6996
|
+
/** @deprecated Use isDisabled instead. */
|
|
6745
6997
|
disabled?: boolean;
|
|
6746
6998
|
class?: ClassValue;
|
|
6747
6999
|
/** Override classes for individual slots. */
|
|
@@ -6799,6 +7051,8 @@ declare type __VLS_Props_90 = {
|
|
|
6799
7051
|
modelValue?: SingleValue | MultipleValue;
|
|
6800
7052
|
defaultValue?: SingleValue | MultipleValue;
|
|
6801
7053
|
collapsible?: boolean;
|
|
7054
|
+
isDisabled?: boolean;
|
|
7055
|
+
/** @deprecated Use isDisabled instead. */
|
|
6802
7056
|
disabled?: boolean;
|
|
6803
7057
|
dir?: 'ltr' | 'rtl';
|
|
6804
7058
|
orientation?: 'horizontal' | 'vertical';
|
|
@@ -6818,6 +7072,8 @@ declare type __VLS_Props_90 = {
|
|
|
6818
7072
|
|
|
6819
7073
|
declare type __VLS_Props_91 = {
|
|
6820
7074
|
value: string;
|
|
7075
|
+
isDisabled?: boolean;
|
|
7076
|
+
/** @deprecated Use isDisabled instead. */
|
|
6821
7077
|
disabled?: boolean;
|
|
6822
7078
|
unmountOnHide?: boolean;
|
|
6823
7079
|
as?: string;
|
|
@@ -6864,6 +7120,8 @@ declare type __VLS_Props_94 = {
|
|
|
6864
7120
|
declare type __VLS_Props_95 = {
|
|
6865
7121
|
open?: boolean | null;
|
|
6866
7122
|
defaultOpen?: boolean;
|
|
7123
|
+
isDisabled?: boolean;
|
|
7124
|
+
/** @deprecated Use isDisabled instead. */
|
|
6867
7125
|
disabled?: boolean;
|
|
6868
7126
|
unmountOnHide?: boolean;
|
|
6869
7127
|
as?: string;
|
|
@@ -6951,26 +7209,26 @@ declare type __VLS_PublicProps_14 = {
|
|
|
6951
7209
|
|
|
6952
7210
|
declare type __VLS_PublicProps_15 = {
|
|
6953
7211
|
modelValue?: DateValue;
|
|
6954
|
-
} &
|
|
7212
|
+
} & __VLS_Props_207;
|
|
6955
7213
|
|
|
6956
7214
|
declare type __VLS_PublicProps_16 = {
|
|
6957
7215
|
modelValue?: DateRange_2 | null;
|
|
6958
|
-
} &
|
|
7216
|
+
} & __VLS_Props_208;
|
|
6959
7217
|
|
|
6960
7218
|
declare type __VLS_PublicProps_17 = {
|
|
6961
7219
|
modelValue?: DateValue | undefined;
|
|
6962
7220
|
'placeholder'?: DateValue | undefined;
|
|
6963
|
-
} &
|
|
7221
|
+
} & __VLS_Props_209;
|
|
6964
7222
|
|
|
6965
7223
|
declare type __VLS_PublicProps_18 = {
|
|
6966
7224
|
modelValue?: DateValue | undefined;
|
|
6967
7225
|
'placeholder'?: DateValue | undefined;
|
|
6968
|
-
} &
|
|
7226
|
+
} & __VLS_Props_210;
|
|
6969
7227
|
|
|
6970
7228
|
declare type __VLS_PublicProps_19 = {
|
|
6971
7229
|
modelValue?: DateRange_3 | null;
|
|
6972
7230
|
'placeholder'?: DateValue | undefined;
|
|
6973
|
-
} &
|
|
7231
|
+
} & __VLS_Props_211;
|
|
6974
7232
|
|
|
6975
7233
|
declare type __VLS_PublicProps_2 = {
|
|
6976
7234
|
modelValue?: string | number | null;
|
|
@@ -6979,37 +7237,42 @@ declare type __VLS_PublicProps_2 = {
|
|
|
6979
7237
|
declare type __VLS_PublicProps_20 = {
|
|
6980
7238
|
modelValue?: DateRange_4 | null;
|
|
6981
7239
|
'placeholder'?: DateValue | undefined;
|
|
6982
|
-
} &
|
|
7240
|
+
} & __VLS_Props_212;
|
|
6983
7241
|
|
|
6984
7242
|
declare type __VLS_PublicProps_21 = {
|
|
6985
7243
|
modelValue?: DateValue | null | undefined;
|
|
6986
|
-
} &
|
|
7244
|
+
} & __VLS_Props_213;
|
|
6987
7245
|
|
|
6988
7246
|
declare type __VLS_PublicProps_22 = {
|
|
6989
7247
|
modelValue?: DateRange_5 | null | undefined;
|
|
6990
|
-
} &
|
|
7248
|
+
} & __VLS_Props_214;
|
|
6991
7249
|
|
|
6992
7250
|
declare type __VLS_PublicProps_23 = {
|
|
6993
7251
|
modelValue?: TimeValue | null | undefined;
|
|
6994
|
-
} &
|
|
7252
|
+
} & __VLS_Props_215;
|
|
6995
7253
|
|
|
6996
7254
|
declare type __VLS_PublicProps_24 = {
|
|
6997
7255
|
modelValue?: TimeRange | null | undefined;
|
|
6998
|
-
} &
|
|
7256
|
+
} & __VLS_Props_216;
|
|
6999
7257
|
|
|
7000
7258
|
declare type __VLS_PublicProps_25 = {
|
|
7001
7259
|
'modelValue'?: DateValue | null | undefined;
|
|
7002
7260
|
'open'?: boolean;
|
|
7003
|
-
} &
|
|
7261
|
+
} & __VLS_Props_217;
|
|
7004
7262
|
|
|
7005
7263
|
declare type __VLS_PublicProps_26 = {
|
|
7006
7264
|
'modelValue'?: DateRangePickerRange | null | undefined;
|
|
7007
7265
|
'open'?: boolean;
|
|
7008
|
-
} &
|
|
7266
|
+
} & __VLS_Props_218;
|
|
7009
7267
|
|
|
7010
7268
|
declare type __VLS_PublicProps_27 = {
|
|
7011
7269
|
'modelValue'?: CalendarDateTime | null | undefined;
|
|
7012
7270
|
'open'?: boolean;
|
|
7271
|
+
} & __VLS_Props_219;
|
|
7272
|
+
|
|
7273
|
+
declare type __VLS_PublicProps_28 = {
|
|
7274
|
+
modelValue?: Time | null | undefined;
|
|
7275
|
+
'open'?: boolean;
|
|
7013
7276
|
} & __VLS_Props_220;
|
|
7014
7277
|
|
|
7015
7278
|
declare type __VLS_PublicProps_3 = {
|
|
@@ -7991,49 +8254,10 @@ declare function __VLS_template_168(): {
|
|
|
7991
8254
|
declare function __VLS_template_169(): {
|
|
7992
8255
|
attrs: Partial<{}>;
|
|
7993
8256
|
slots: {
|
|
7994
|
-
|
|
7995
|
-
row: Row<unknown>;
|
|
7996
|
-
cell: Cell<unknown, unknown>;
|
|
7997
|
-
column: Column<unknown, unknown>;
|
|
7998
|
-
value: unknown;
|
|
7999
|
-
}): any;
|
|
8000
|
-
footer?(_: {}): any;
|
|
8001
|
-
};
|
|
8002
|
-
refs: {
|
|
8003
|
-
scrollContainerRef: HTMLDivElement;
|
|
8004
|
-
rootRef: HTMLTableElement;
|
|
8005
|
-
virtualBodyRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
8006
|
-
scrollElement: HTMLElement | null;
|
|
8007
|
-
estimatedRowHeight?: number;
|
|
8008
|
-
overscan?: number;
|
|
8009
|
-
classNames?: Partial<{
|
|
8010
|
-
body: ClassValue;
|
|
8011
|
-
row: ClassValue;
|
|
8012
|
-
cell: ClassValue;
|
|
8013
|
-
}>;
|
|
8014
|
-
}> & Readonly<{}>, {
|
|
8015
|
-
scrollToIndex: (index: number) => void;
|
|
8016
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
8017
|
-
P: {};
|
|
8018
|
-
B: {};
|
|
8019
|
-
D: {};
|
|
8020
|
-
C: {};
|
|
8021
|
-
M: {};
|
|
8022
|
-
Defaults: {};
|
|
8023
|
-
}, Readonly<{
|
|
8024
|
-
scrollElement: HTMLElement | null;
|
|
8025
|
-
estimatedRowHeight?: number;
|
|
8026
|
-
overscan?: number;
|
|
8027
|
-
classNames?: Partial<{
|
|
8028
|
-
body: ClassValue;
|
|
8029
|
-
row: ClassValue;
|
|
8030
|
-
cell: ClassValue;
|
|
8031
|
-
}>;
|
|
8032
|
-
}> & Readonly<{}>, {
|
|
8033
|
-
scrollToIndex: (index: number) => void;
|
|
8034
|
-
}, {}, {}, {}, {}> | null;
|
|
8257
|
+
default?(_: {}): any;
|
|
8035
8258
|
};
|
|
8036
|
-
|
|
8259
|
+
refs: {};
|
|
8260
|
+
rootEl: HTMLTableRowElement;
|
|
8037
8261
|
};
|
|
8038
8262
|
|
|
8039
8263
|
declare function __VLS_template_17(): {
|
|
@@ -8048,29 +8272,6 @@ declare function __VLS_template_17(): {
|
|
|
8048
8272
|
};
|
|
8049
8273
|
|
|
8050
8274
|
declare function __VLS_template_170(): {
|
|
8051
|
-
attrs: Partial<{}>;
|
|
8052
|
-
slots: {
|
|
8053
|
-
cell?(_: {
|
|
8054
|
-
row: Row<unknown>;
|
|
8055
|
-
cell: Cell<unknown, unknown>;
|
|
8056
|
-
column: Column<unknown, unknown>;
|
|
8057
|
-
value: unknown;
|
|
8058
|
-
}): any;
|
|
8059
|
-
};
|
|
8060
|
-
refs: {};
|
|
8061
|
-
rootEl: HTMLTableSectionElement;
|
|
8062
|
-
};
|
|
8063
|
-
|
|
8064
|
-
declare function __VLS_template_171(): {
|
|
8065
|
-
attrs: Partial<{}>;
|
|
8066
|
-
slots: {
|
|
8067
|
-
default?(_: {}): any;
|
|
8068
|
-
};
|
|
8069
|
-
refs: {};
|
|
8070
|
-
rootEl: HTMLTableRowElement;
|
|
8071
|
-
};
|
|
8072
|
-
|
|
8073
|
-
declare function __VLS_template_172(): {
|
|
8074
8275
|
attrs: Partial<{}>;
|
|
8075
8276
|
slots: {
|
|
8076
8277
|
default?(_: {}): any;
|
|
@@ -8079,7 +8280,7 @@ declare function __VLS_template_172(): {
|
|
|
8079
8280
|
rootEl: HTMLTableCellElement;
|
|
8080
8281
|
};
|
|
8081
8282
|
|
|
8082
|
-
declare function
|
|
8283
|
+
declare function __VLS_template_171(): {
|
|
8083
8284
|
attrs: Partial<{}>;
|
|
8084
8285
|
slots: {
|
|
8085
8286
|
default?(_: {}): any;
|
|
@@ -8088,7 +8289,7 @@ declare function __VLS_template_173(): {
|
|
|
8088
8289
|
rootEl: HTMLTableCellElement;
|
|
8089
8290
|
};
|
|
8090
8291
|
|
|
8091
|
-
declare function
|
|
8292
|
+
declare function __VLS_template_172(): {
|
|
8092
8293
|
attrs: Partial<{}>;
|
|
8093
8294
|
slots: {
|
|
8094
8295
|
default?(_: {}): any;
|
|
@@ -8097,7 +8298,7 @@ declare function __VLS_template_174(): {
|
|
|
8097
8298
|
rootEl: HTMLTableSectionElement;
|
|
8098
8299
|
};
|
|
8099
8300
|
|
|
8100
|
-
declare function
|
|
8301
|
+
declare function __VLS_template_173(): {
|
|
8101
8302
|
attrs: Partial<{}>;
|
|
8102
8303
|
slots: {
|
|
8103
8304
|
fallback?(_: {}): any;
|
|
@@ -8106,7 +8307,7 @@ declare function __VLS_template_175(): {
|
|
|
8106
8307
|
rootEl: any;
|
|
8107
8308
|
};
|
|
8108
8309
|
|
|
8109
|
-
declare function
|
|
8310
|
+
declare function __VLS_template_174(): {
|
|
8110
8311
|
attrs: Partial<{}>;
|
|
8111
8312
|
slots: Readonly<{
|
|
8112
8313
|
default?(): VNode[];
|
|
@@ -8117,7 +8318,7 @@ declare function __VLS_template_176(): {
|
|
|
8117
8318
|
rootEl: HTMLDivElement;
|
|
8118
8319
|
};
|
|
8119
8320
|
|
|
8120
|
-
declare function
|
|
8321
|
+
declare function __VLS_template_175(): {
|
|
8121
8322
|
attrs: Partial<{}>;
|
|
8122
8323
|
slots: {
|
|
8123
8324
|
default?(_: {}): any;
|
|
@@ -8126,7 +8327,7 @@ declare function __VLS_template_177(): {
|
|
|
8126
8327
|
rootEl: any;
|
|
8127
8328
|
};
|
|
8128
8329
|
|
|
8129
|
-
declare function
|
|
8330
|
+
declare function __VLS_template_176(): {
|
|
8130
8331
|
attrs: Partial<{}>;
|
|
8131
8332
|
slots: {
|
|
8132
8333
|
default?(_: {}): any;
|
|
@@ -8135,7 +8336,7 @@ declare function __VLS_template_178(): {
|
|
|
8135
8336
|
rootEl: any;
|
|
8136
8337
|
};
|
|
8137
8338
|
|
|
8138
|
-
declare function
|
|
8339
|
+
declare function __VLS_template_177(): {
|
|
8139
8340
|
attrs: Partial<{}>;
|
|
8140
8341
|
slots: {
|
|
8141
8342
|
default?(_: {}): any;
|
|
@@ -8144,25 +8345,25 @@ declare function __VLS_template_179(): {
|
|
|
8144
8345
|
rootEl: any;
|
|
8145
8346
|
};
|
|
8146
8347
|
|
|
8147
|
-
declare function
|
|
8348
|
+
declare function __VLS_template_178(): {
|
|
8148
8349
|
attrs: Partial<{}>;
|
|
8149
8350
|
slots: {
|
|
8150
8351
|
default?(_: {}): any;
|
|
8151
8352
|
};
|
|
8152
8353
|
refs: {};
|
|
8153
|
-
rootEl:
|
|
8354
|
+
rootEl: any;
|
|
8154
8355
|
};
|
|
8155
8356
|
|
|
8156
|
-
declare function
|
|
8357
|
+
declare function __VLS_template_179(): {
|
|
8157
8358
|
attrs: Partial<{}>;
|
|
8158
8359
|
slots: {
|
|
8159
8360
|
default?(_: {}): any;
|
|
8160
8361
|
};
|
|
8161
8362
|
refs: {};
|
|
8162
|
-
rootEl:
|
|
8363
|
+
rootEl: HTMLDivElement;
|
|
8163
8364
|
};
|
|
8164
8365
|
|
|
8165
|
-
declare function
|
|
8366
|
+
declare function __VLS_template_18(): {
|
|
8166
8367
|
attrs: Partial<{}>;
|
|
8167
8368
|
slots: {
|
|
8168
8369
|
default?(_: {}): any;
|
|
@@ -8171,7 +8372,7 @@ declare function __VLS_template_181(): {
|
|
|
8171
8372
|
rootEl: HTMLDivElement;
|
|
8172
8373
|
};
|
|
8173
8374
|
|
|
8174
|
-
declare function
|
|
8375
|
+
declare function __VLS_template_180(): {
|
|
8175
8376
|
attrs: Partial<{}>;
|
|
8176
8377
|
slots: {
|
|
8177
8378
|
default?(_: {
|
|
@@ -8186,7 +8387,7 @@ declare function __VLS_template_182(): {
|
|
|
8186
8387
|
rootEl: HTMLDivElement;
|
|
8187
8388
|
};
|
|
8188
8389
|
|
|
8189
|
-
declare function
|
|
8390
|
+
declare function __VLS_template_181(): {
|
|
8190
8391
|
attrs: Partial<{}>;
|
|
8191
8392
|
slots: {
|
|
8192
8393
|
default?(_: {}): any;
|
|
@@ -8195,7 +8396,7 @@ declare function __VLS_template_183(): {
|
|
|
8195
8396
|
rootEl: HTMLDivElement;
|
|
8196
8397
|
};
|
|
8197
8398
|
|
|
8198
|
-
declare function
|
|
8399
|
+
declare function __VLS_template_182(): {
|
|
8199
8400
|
attrs: Partial<{}>;
|
|
8200
8401
|
slots: {
|
|
8201
8402
|
default?(_: {}): any;
|
|
@@ -8204,7 +8405,7 @@ declare function __VLS_template_184(): {
|
|
|
8204
8405
|
rootEl: HTMLParagraphElement;
|
|
8205
8406
|
};
|
|
8206
8407
|
|
|
8207
|
-
declare function
|
|
8408
|
+
declare function __VLS_template_183(): {
|
|
8208
8409
|
attrs: Partial<{}>;
|
|
8209
8410
|
slots: {
|
|
8210
8411
|
default?(_: {}): any;
|
|
@@ -8213,7 +8414,7 @@ declare function __VLS_template_185(): {
|
|
|
8213
8414
|
rootEl: HTMLParagraphElement;
|
|
8214
8415
|
};
|
|
8215
8416
|
|
|
8216
|
-
declare function
|
|
8417
|
+
declare function __VLS_template_184(): {
|
|
8217
8418
|
attrs: Partial<{}>;
|
|
8218
8419
|
slots: {
|
|
8219
8420
|
default?(_: {}): any;
|
|
@@ -8222,7 +8423,7 @@ declare function __VLS_template_186(): {
|
|
|
8222
8423
|
rootEl: HTMLDivElement;
|
|
8223
8424
|
};
|
|
8224
8425
|
|
|
8225
|
-
declare function
|
|
8426
|
+
declare function __VLS_template_185(): {
|
|
8226
8427
|
attrs: Partial<{}>;
|
|
8227
8428
|
slots: {
|
|
8228
8429
|
default?(_: {}): any;
|
|
@@ -8231,7 +8432,7 @@ declare function __VLS_template_187(): {
|
|
|
8231
8432
|
rootEl: HTMLButtonElement;
|
|
8232
8433
|
};
|
|
8233
8434
|
|
|
8234
|
-
declare function
|
|
8435
|
+
declare function __VLS_template_186(): {
|
|
8235
8436
|
attrs: Partial<{}>;
|
|
8236
8437
|
slots: {
|
|
8237
8438
|
startContent?(_: {}): any;
|
|
@@ -8241,7 +8442,7 @@ declare function __VLS_template_188(): {
|
|
|
8241
8442
|
rootEl: HTMLDivElement;
|
|
8242
8443
|
};
|
|
8243
8444
|
|
|
8244
|
-
declare function
|
|
8445
|
+
declare function __VLS_template_187(): {
|
|
8245
8446
|
attrs: Partial<{}>;
|
|
8246
8447
|
slots: {
|
|
8247
8448
|
default?(_: {}): any;
|
|
@@ -8250,27 +8451,27 @@ declare function __VLS_template_189(): {
|
|
|
8250
8451
|
rootEl: any;
|
|
8251
8452
|
};
|
|
8252
8453
|
|
|
8253
|
-
declare function
|
|
8454
|
+
declare function __VLS_template_188(): {
|
|
8254
8455
|
attrs: Partial<{}>;
|
|
8255
8456
|
slots: {
|
|
8256
8457
|
default?(_: {}): any;
|
|
8257
8458
|
};
|
|
8258
|
-
refs: {
|
|
8259
|
-
|
|
8459
|
+
refs: {
|
|
8460
|
+
container: HTMLDivElement;
|
|
8461
|
+
};
|
|
8462
|
+
rootEl: HTMLDivElement;
|
|
8260
8463
|
};
|
|
8261
8464
|
|
|
8262
|
-
declare function
|
|
8465
|
+
declare function __VLS_template_189(): {
|
|
8263
8466
|
attrs: Partial<{}>;
|
|
8264
8467
|
slots: {
|
|
8265
8468
|
default?(_: {}): any;
|
|
8266
8469
|
};
|
|
8267
|
-
refs: {
|
|
8268
|
-
|
|
8269
|
-
};
|
|
8270
|
-
rootEl: HTMLDivElement;
|
|
8470
|
+
refs: {};
|
|
8471
|
+
rootEl: any;
|
|
8271
8472
|
};
|
|
8272
8473
|
|
|
8273
|
-
declare function
|
|
8474
|
+
declare function __VLS_template_19(): {
|
|
8274
8475
|
attrs: Partial<{}>;
|
|
8275
8476
|
slots: {
|
|
8276
8477
|
default?(_: {}): any;
|
|
@@ -8279,7 +8480,7 @@ declare function __VLS_template_191(): {
|
|
|
8279
8480
|
rootEl: any;
|
|
8280
8481
|
};
|
|
8281
8482
|
|
|
8282
|
-
declare function
|
|
8483
|
+
declare function __VLS_template_190(): {
|
|
8283
8484
|
attrs: Partial<{}>;
|
|
8284
8485
|
slots: {
|
|
8285
8486
|
heading?(_: {
|
|
@@ -8290,7 +8491,7 @@ declare function __VLS_template_192(): {
|
|
|
8290
8491
|
rootEl: any;
|
|
8291
8492
|
};
|
|
8292
8493
|
|
|
8293
|
-
declare function
|
|
8494
|
+
declare function __VLS_template_191(): {
|
|
8294
8495
|
attrs: Partial<{}>;
|
|
8295
8496
|
slots: {
|
|
8296
8497
|
heading?(_: {
|
|
@@ -8301,7 +8502,7 @@ declare function __VLS_template_193(): {
|
|
|
8301
8502
|
rootEl: any;
|
|
8302
8503
|
};
|
|
8303
8504
|
|
|
8304
|
-
declare function
|
|
8505
|
+
declare function __VLS_template_192(): {
|
|
8305
8506
|
attrs: Partial<{}>;
|
|
8306
8507
|
slots: {
|
|
8307
8508
|
heading?(_: {
|
|
@@ -8312,7 +8513,7 @@ declare function __VLS_template_194(): {
|
|
|
8312
8513
|
rootEl: any;
|
|
8313
8514
|
};
|
|
8314
8515
|
|
|
8315
|
-
declare function
|
|
8516
|
+
declare function __VLS_template_193(): {
|
|
8316
8517
|
attrs: Partial<{}>;
|
|
8317
8518
|
slots: {
|
|
8318
8519
|
heading?(_: {
|
|
@@ -8323,7 +8524,7 @@ declare function __VLS_template_195(): {
|
|
|
8323
8524
|
rootEl: any;
|
|
8324
8525
|
};
|
|
8325
8526
|
|
|
8326
|
-
declare function
|
|
8527
|
+
declare function __VLS_template_194(): {
|
|
8327
8528
|
attrs: Partial<{}>;
|
|
8328
8529
|
slots: {
|
|
8329
8530
|
startContent?(_: {}): any;
|
|
@@ -8418,7 +8619,7 @@ declare function __VLS_template_196(): {
|
|
|
8418
8619
|
rootEl: any;
|
|
8419
8620
|
};
|
|
8420
8621
|
|
|
8421
|
-
declare function
|
|
8622
|
+
declare function __VLS_template_195(): {
|
|
8422
8623
|
attrs: Partial<{}>;
|
|
8423
8624
|
slots: {
|
|
8424
8625
|
startContent?(_: {}): any;
|
|
@@ -8519,7 +8720,7 @@ declare function __VLS_template_197(): {
|
|
|
8519
8720
|
rootEl: any;
|
|
8520
8721
|
};
|
|
8521
8722
|
|
|
8522
|
-
declare function
|
|
8723
|
+
declare function __VLS_template_196(): {
|
|
8523
8724
|
attrs: Partial<{}>;
|
|
8524
8725
|
slots: {
|
|
8525
8726
|
startContent?(_: {}): any;
|
|
@@ -8614,7 +8815,7 @@ declare function __VLS_template_198(): {
|
|
|
8614
8815
|
rootEl: any;
|
|
8615
8816
|
};
|
|
8616
8817
|
|
|
8617
|
-
declare function
|
|
8818
|
+
declare function __VLS_template_197(): {
|
|
8618
8819
|
attrs: Partial<{}>;
|
|
8619
8820
|
slots: {
|
|
8620
8821
|
startContent?(_: {}): any;
|
|
@@ -8715,16 +8916,29 @@ declare function __VLS_template_199(): {
|
|
|
8715
8916
|
rootEl: any;
|
|
8716
8917
|
};
|
|
8717
8918
|
|
|
8718
|
-
declare function
|
|
8919
|
+
declare function __VLS_template_198(): {
|
|
8719
8920
|
attrs: Partial<{}>;
|
|
8720
8921
|
slots: {
|
|
8721
|
-
|
|
8922
|
+
selectorIcon?(_: {}): any;
|
|
8923
|
+
calendarTopContent?(_: {}): any;
|
|
8924
|
+
calendarBottomContent?(_: {}): any;
|
|
8722
8925
|
};
|
|
8723
8926
|
refs: {};
|
|
8724
|
-
rootEl:
|
|
8927
|
+
rootEl: any;
|
|
8725
8928
|
};
|
|
8726
8929
|
|
|
8727
|
-
declare function
|
|
8930
|
+
declare function __VLS_template_199(): {
|
|
8931
|
+
attrs: Partial<{}>;
|
|
8932
|
+
slots: {
|
|
8933
|
+
selectorIcon?(_: {}): any;
|
|
8934
|
+
calendarTopContent?(_: {}): any;
|
|
8935
|
+
calendarBottomContent?(_: {}): any;
|
|
8936
|
+
};
|
|
8937
|
+
refs: {};
|
|
8938
|
+
rootEl: any;
|
|
8939
|
+
};
|
|
8940
|
+
|
|
8941
|
+
declare function __VLS_template_2(): {
|
|
8728
8942
|
attrs: Partial<{}>;
|
|
8729
8943
|
slots: {
|
|
8730
8944
|
default?(_: {}): any;
|
|
@@ -8733,29 +8947,28 @@ declare function __VLS_template_20(): {
|
|
|
8733
8947
|
rootEl: HTMLDivElement;
|
|
8734
8948
|
};
|
|
8735
8949
|
|
|
8736
|
-
declare function
|
|
8950
|
+
declare function __VLS_template_20(): {
|
|
8737
8951
|
attrs: Partial<{}>;
|
|
8738
8952
|
slots: {
|
|
8739
|
-
|
|
8740
|
-
calendarTopContent?(_: {}): any;
|
|
8741
|
-
calendarBottomContent?(_: {}): any;
|
|
8953
|
+
default?(_: {}): any;
|
|
8742
8954
|
};
|
|
8743
8955
|
refs: {};
|
|
8744
|
-
rootEl:
|
|
8956
|
+
rootEl: HTMLDivElement;
|
|
8745
8957
|
};
|
|
8746
8958
|
|
|
8747
|
-
declare function
|
|
8959
|
+
declare function __VLS_template_200(): {
|
|
8748
8960
|
attrs: Partial<{}>;
|
|
8749
8961
|
slots: {
|
|
8750
8962
|
selectorIcon?(_: {}): any;
|
|
8751
|
-
|
|
8752
|
-
|
|
8963
|
+
footer?(_: {
|
|
8964
|
+
close: () => void;
|
|
8965
|
+
}): any;
|
|
8753
8966
|
};
|
|
8754
8967
|
refs: {};
|
|
8755
8968
|
rootEl: any;
|
|
8756
8969
|
};
|
|
8757
8970
|
|
|
8758
|
-
declare function
|
|
8971
|
+
declare function __VLS_template_201(): {
|
|
8759
8972
|
attrs: Partial<{}>;
|
|
8760
8973
|
slots: {
|
|
8761
8974
|
selectorIcon?(_: {}): any;
|
|
@@ -8764,10 +8977,10 @@ declare function __VLS_template_202(): {
|
|
|
8764
8977
|
}): any;
|
|
8765
8978
|
};
|
|
8766
8979
|
refs: {};
|
|
8767
|
-
rootEl:
|
|
8980
|
+
rootEl: HTMLDivElement;
|
|
8768
8981
|
};
|
|
8769
8982
|
|
|
8770
|
-
declare function
|
|
8983
|
+
declare function __VLS_template_202(): {
|
|
8771
8984
|
attrs: Partial<{}>;
|
|
8772
8985
|
slots: {
|
|
8773
8986
|
default?(_: {}): any;
|
|
@@ -9899,8 +10112,6 @@ declare type __VLS_TemplateResult_201 = ReturnType<typeof __VLS_template_201>;
|
|
|
9899
10112
|
|
|
9900
10113
|
declare type __VLS_TemplateResult_202 = ReturnType<typeof __VLS_template_202>;
|
|
9901
10114
|
|
|
9902
|
-
declare type __VLS_TemplateResult_203 = ReturnType<typeof __VLS_template_203>;
|
|
9903
|
-
|
|
9904
10115
|
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
9905
10116
|
|
|
9906
10117
|
declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
@@ -10769,12 +10980,6 @@ declare type __VLS_WithTemplateSlots_202<T, S> = T & {
|
|
|
10769
10980
|
};
|
|
10770
10981
|
};
|
|
10771
10982
|
|
|
10772
|
-
declare type __VLS_WithTemplateSlots_203<T, S> = T & {
|
|
10773
|
-
new (): {
|
|
10774
|
-
$slots: S;
|
|
10775
|
-
};
|
|
10776
|
-
};
|
|
10777
|
-
|
|
10778
10983
|
declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
10779
10984
|
new (): {
|
|
10780
10985
|
$slots: S;
|
|
@@ -11410,7 +11615,7 @@ export declare type AlertSeverity = 'default' | 'primary' | 'success' | 'warning
|
|
|
11410
11615
|
|
|
11411
11616
|
export declare const AlertTitle: __VLS_WithTemplateSlots_95<typeof __VLS_component_95, __VLS_TemplateResult_95["slots"]>;
|
|
11412
11617
|
|
|
11413
|
-
export declare const AspectRatio:
|
|
11618
|
+
export declare const AspectRatio: __VLS_WithTemplateSlots_175<typeof __VLS_component_175, __VLS_TemplateResult_175["slots"]>;
|
|
11414
11619
|
|
|
11415
11620
|
export { AspectRatioVariants }
|
|
11416
11621
|
|
|
@@ -11491,9 +11696,9 @@ export declare interface AutocompleteItemData {
|
|
|
11491
11696
|
|
|
11492
11697
|
export { AutocompleteVariants }
|
|
11493
11698
|
|
|
11494
|
-
export declare const Avatar:
|
|
11699
|
+
export declare const Avatar: __VLS_WithTemplateSlots_173<typeof __VLS_component_173, __VLS_TemplateResult_173["slots"]>;
|
|
11495
11700
|
|
|
11496
|
-
export declare const AvatarGroup:
|
|
11701
|
+
export declare const AvatarGroup: __VLS_WithTemplateSlots_174<typeof __VLS_component_174, __VLS_TemplateResult_174["slots"]>;
|
|
11497
11702
|
|
|
11498
11703
|
export declare interface AvatarGroupContext {
|
|
11499
11704
|
size: Ref<'sm' | 'md' | 'lg'>;
|
|
@@ -11565,7 +11770,9 @@ export declare const Calendar: DefineComponent<__VLS_PublicProps_15, {}, {}, {},
|
|
|
11565
11770
|
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
11566
11771
|
"onUpdate:modelValue"?: ((value: DateValue) => any) | undefined;
|
|
11567
11772
|
}>, {
|
|
11773
|
+
isDisabled: boolean;
|
|
11568
11774
|
disabled: boolean;
|
|
11775
|
+
isReadOnly: boolean;
|
|
11569
11776
|
readonly: boolean;
|
|
11570
11777
|
preventDeselect: boolean;
|
|
11571
11778
|
weekdayFormat: "narrow" | "short" | "long";
|
|
@@ -11574,7 +11781,7 @@ numberOfMonths: number;
|
|
|
11574
11781
|
pagedNavigation: boolean;
|
|
11575
11782
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11576
11783
|
|
|
11577
|
-
export declare const CalendarYearPicker:
|
|
11784
|
+
export declare const CalendarYearPicker: __VLS_WithTemplateSlots_190<typeof __VLS_component_190, __VLS_TemplateResult_190["slots"]>;
|
|
11578
11785
|
|
|
11579
11786
|
export declare const Card: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
11580
11787
|
|
|
@@ -11631,6 +11838,7 @@ declare type ClassValue = string | false | null | undefined | Record<string, unk
|
|
|
11631
11838
|
|
|
11632
11839
|
export declare const CloseButton: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
11633
11840
|
size: "lg" | "md" | "sm" | "xl" | "xs";
|
|
11841
|
+
isDisabled: boolean;
|
|
11634
11842
|
isLoading: boolean;
|
|
11635
11843
|
disabled: boolean;
|
|
11636
11844
|
ariaLabel: string;
|
|
@@ -11662,6 +11870,8 @@ onChange?: ((value: Color) => any) | undefined;
|
|
|
11662
11870
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
11663
11871
|
"onChange-end"?: ((value: Color) => any) | undefined;
|
|
11664
11872
|
}>, {
|
|
11873
|
+
isDisabled: boolean;
|
|
11874
|
+
isRequired: boolean;
|
|
11665
11875
|
disabled: boolean;
|
|
11666
11876
|
asChild: boolean;
|
|
11667
11877
|
required: boolean;
|
|
@@ -11677,10 +11887,13 @@ export declare const ColorField: DefineComponent<__VLS_Props_223, {}, {}, {}, {}
|
|
|
11677
11887
|
"onUpdate:modelValue"?: ((value: Color) => any) | undefined;
|
|
11678
11888
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
11679
11889
|
}>, {
|
|
11890
|
+
isDisabled: boolean;
|
|
11891
|
+
isRequired: boolean;
|
|
11680
11892
|
fullWidth: boolean;
|
|
11681
11893
|
disabled: boolean;
|
|
11682
11894
|
asChild: boolean;
|
|
11683
11895
|
required: boolean;
|
|
11896
|
+
isReadOnly: boolean;
|
|
11684
11897
|
readonly: boolean;
|
|
11685
11898
|
disableWheelChange: boolean;
|
|
11686
11899
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -11695,16 +11908,19 @@ export declare const ColorInputGroup: DefineComponent<__VLS_Props_226, {}, {}, {
|
|
|
11695
11908
|
"onUpdate:color"?: ((value: Color) => any) | undefined;
|
|
11696
11909
|
}>, {
|
|
11697
11910
|
variant: "secondary" | "primary";
|
|
11911
|
+
isDisabled: boolean;
|
|
11912
|
+
isRequired: boolean;
|
|
11698
11913
|
fullWidth: boolean;
|
|
11699
11914
|
disabled: boolean;
|
|
11700
11915
|
asChild: boolean;
|
|
11701
11916
|
required: boolean;
|
|
11917
|
+
isReadOnly: boolean;
|
|
11702
11918
|
readonly: boolean;
|
|
11703
11919
|
disableWheelChange: boolean;
|
|
11704
11920
|
suffixLabel: string;
|
|
11705
11921
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11706
11922
|
|
|
11707
|
-
export declare const ColorPicker:
|
|
11923
|
+
export declare const ColorPicker: __VLS_WithTemplateSlots_202<typeof __VLS_component_202, __VLS_TemplateResult_202["slots"]>;
|
|
11708
11924
|
|
|
11709
11925
|
export declare const ColorSlider: DefineComponent<__VLS_Props_222, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11710
11926
|
"update:modelValue": (value: Color) => any;
|
|
@@ -11718,6 +11934,8 @@ onChange?: ((value: Color) => any) | undefined;
|
|
|
11718
11934
|
"onChange-end"?: ((value: Color) => any) | undefined;
|
|
11719
11935
|
}>, {
|
|
11720
11936
|
orientation: "horizontal" | "vertical";
|
|
11937
|
+
isDisabled: boolean;
|
|
11938
|
+
isRequired: boolean;
|
|
11721
11939
|
disabled: boolean;
|
|
11722
11940
|
asChild: boolean;
|
|
11723
11941
|
required: boolean;
|
|
@@ -11742,6 +11960,8 @@ size: "lg" | "md" | "sm" | "xl" | "xs";
|
|
|
11742
11960
|
multiple: boolean;
|
|
11743
11961
|
layout: "stack" | "grid";
|
|
11744
11962
|
variant: "circle" | "square";
|
|
11963
|
+
isDisabled: boolean;
|
|
11964
|
+
isRequired: boolean;
|
|
11745
11965
|
disabled: boolean;
|
|
11746
11966
|
asChild: boolean;
|
|
11747
11967
|
required: boolean;
|
|
@@ -11885,9 +12105,9 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
11885
12105
|
*/
|
|
11886
12106
|
export declare function dataAttr(condition: boolean | undefined): "true" | undefined;
|
|
11887
12107
|
|
|
11888
|
-
export declare const DateInput:
|
|
12108
|
+
export declare const DateInput: __VLS_WithTemplateSlots_194<typeof __VLS_component_194, __VLS_TemplateResult_194["slots"]>;
|
|
11889
12109
|
|
|
11890
|
-
export declare const DatePicker:
|
|
12110
|
+
export declare const DatePicker: __VLS_WithTemplateSlots_198<typeof __VLS_component_198, __VLS_TemplateResult_198["slots"]>;
|
|
11891
12111
|
|
|
11892
12112
|
export declare interface DateRange {
|
|
11893
12113
|
start: DateValue;
|
|
@@ -11914,16 +12134,16 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
11914
12134
|
end: DateValue;
|
|
11915
12135
|
}
|
|
11916
12136
|
|
|
11917
|
-
export declare const DateRangeField:
|
|
12137
|
+
export declare const DateRangeField: __VLS_WithTemplateSlots_195<typeof __VLS_component_195, __VLS_TemplateResult_195["slots"]>;
|
|
11918
12138
|
|
|
11919
|
-
export declare const DateRangePicker:
|
|
12139
|
+
export declare const DateRangePicker: __VLS_WithTemplateSlots_199<typeof __VLS_component_199, __VLS_TemplateResult_199["slots"]>;
|
|
11920
12140
|
|
|
11921
12141
|
export declare interface DateRangePickerRange {
|
|
11922
12142
|
start: DateValue;
|
|
11923
12143
|
end: DateValue;
|
|
11924
12144
|
}
|
|
11925
12145
|
|
|
11926
|
-
export declare const DateTimePicker:
|
|
12146
|
+
export declare const DateTimePicker: __VLS_WithTemplateSlots_200<typeof __VLS_component_200, __VLS_TemplateResult_200["slots"]>;
|
|
11927
12147
|
|
|
11928
12148
|
declare const _default: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
11929
12149
|
export { _default as Chip }
|
|
@@ -12199,8 +12419,6 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12199
12419
|
|
|
12200
12420
|
declare function handleBlur(): Promise<void>;
|
|
12201
12421
|
|
|
12202
|
-
declare function handleRowClick(rowIndex: number, event: MouseEvent): void;
|
|
12203
|
-
|
|
12204
12422
|
declare function handleUpdate(val: unknown): Promise<void>;
|
|
12205
12423
|
|
|
12206
12424
|
export declare const Header: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
@@ -12288,6 +12506,8 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12288
12506
|
group: ClassValue;
|
|
12289
12507
|
slot: ClassValue;
|
|
12290
12508
|
}>;
|
|
12509
|
+
isDisabled: boolean;
|
|
12510
|
+
isRequired: boolean;
|
|
12291
12511
|
disabled: boolean;
|
|
12292
12512
|
asChild: boolean;
|
|
12293
12513
|
placeholder: string;
|
|
@@ -12424,7 +12644,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12424
12644
|
|
|
12425
12645
|
export declare const MenubarTrigger: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, __VLS_TemplateResult_134["slots"]>;
|
|
12426
12646
|
|
|
12427
|
-
export declare const Meter: DefineComponent<
|
|
12647
|
+
export declare const Meter: DefineComponent<__VLS_Props_204, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_204> & Readonly<{}>, {
|
|
12428
12648
|
value: number;
|
|
12429
12649
|
minValue: number;
|
|
12430
12650
|
maxValue: number;
|
|
@@ -12524,9 +12744,9 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12524
12744
|
|
|
12525
12745
|
export declare const ModalTrigger: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
12526
12746
|
|
|
12527
|
-
export declare const MonthPicker:
|
|
12747
|
+
export declare const MonthPicker: __VLS_WithTemplateSlots_191<typeof __VLS_component_191, __VLS_TemplateResult_191["slots"]>;
|
|
12528
12748
|
|
|
12529
|
-
export declare const MonthRangePicker:
|
|
12749
|
+
export declare const MonthRangePicker: __VLS_WithTemplateSlots_192<typeof __VLS_component_192, __VLS_TemplateResult_192["slots"]>;
|
|
12530
12750
|
|
|
12531
12751
|
declare type Multi = string[];
|
|
12532
12752
|
|
|
@@ -12572,10 +12792,13 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12572
12792
|
variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
|
|
12573
12793
|
isDisabled: boolean;
|
|
12574
12794
|
isInvalid: boolean;
|
|
12795
|
+
isRequired: boolean;
|
|
12575
12796
|
fullWidth: boolean;
|
|
12576
12797
|
ariaLabel: string;
|
|
12798
|
+
required: boolean;
|
|
12577
12799
|
min: number;
|
|
12578
12800
|
max: number;
|
|
12801
|
+
isReadOnly: boolean;
|
|
12579
12802
|
isReadonly: boolean;
|
|
12580
12803
|
step: number;
|
|
12581
12804
|
formatOptions: Intl.NumberFormatOptions;
|
|
@@ -12685,22 +12908,22 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12685
12908
|
|
|
12686
12909
|
export declare const PopoverTrigger: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
12687
12910
|
|
|
12688
|
-
export declare const ProgressBar: DefineComponent<
|
|
12911
|
+
export declare const ProgressBar: DefineComponent<__VLS_Props_202, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_202> & Readonly<{}>, {
|
|
12689
12912
|
as: string;
|
|
12690
12913
|
isDisabled: boolean;
|
|
12691
12914
|
asChild: boolean;
|
|
12692
12915
|
isIndeterminate: boolean;
|
|
12693
12916
|
indicatorAsChild: boolean;
|
|
12694
12917
|
indicatorAs: string;
|
|
12918
|
+
isStriped: boolean;
|
|
12695
12919
|
minValue: number;
|
|
12696
12920
|
maxValue: number;
|
|
12697
12921
|
showValueLabel: boolean;
|
|
12698
|
-
isStriped: boolean;
|
|
12699
12922
|
getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
|
|
12700
12923
|
getValueText: (value: number | null | undefined, max: number) => string | undefined;
|
|
12701
12924
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12702
12925
|
|
|
12703
|
-
export declare const ProgressCircle:
|
|
12926
|
+
export declare const ProgressCircle: __VLS_WithTemplateSlots_187<typeof __VLS_component_187, __VLS_TemplateResult_187["slots"]>;
|
|
12704
12927
|
|
|
12705
12928
|
declare type Props = {
|
|
12706
12929
|
/** Visual style of the field. @default 'flat' */
|
|
@@ -12724,6 +12947,8 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12724
12947
|
/** Disables the field. @default false */
|
|
12725
12948
|
isDisabled?: boolean;
|
|
12726
12949
|
/** Makes the field read-only. @default false */
|
|
12950
|
+
isReadOnly?: boolean;
|
|
12951
|
+
/** @deprecated Use isReadOnly instead. */
|
|
12727
12952
|
isReadonly?: boolean;
|
|
12728
12953
|
/** Adds a required asterisk next to the label and the `required` attribute on the input. @default false */
|
|
12729
12954
|
isRequired?: boolean;
|
|
@@ -12775,71 +13000,6 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12775
13000
|
};
|
|
12776
13001
|
|
|
12777
13002
|
declare type Props_10 = {
|
|
12778
|
-
/** Visual style of the field. @default 'flat' */
|
|
12779
|
-
variant?: DateRangeFieldVariants['variant'];
|
|
12780
|
-
/** Field height. @default 'md' */
|
|
12781
|
-
size?: DateRangeFieldVariants['size'];
|
|
12782
|
-
/** Accent color applied to focus ring + floating label. @default 'default' */
|
|
12783
|
-
color?: DateRangeFieldVariants['color'];
|
|
12784
|
-
/** Label placement relative to the field. @default 'inside' */
|
|
12785
|
-
labelPlacement?: DateRangeFieldVariants['labelPlacement'];
|
|
12786
|
-
/** Stretches root wrapper to 100% width. @default false */
|
|
12787
|
-
fullWidth?: boolean;
|
|
12788
|
-
/** Marks the field as invalid. @default false */
|
|
12789
|
-
isInvalid?: boolean;
|
|
12790
|
-
/** Disables the field. @default false */
|
|
12791
|
-
isDisabled?: boolean;
|
|
12792
|
-
/** Makes the field read-only. @default false */
|
|
12793
|
-
isReadOnly?: boolean;
|
|
12794
|
-
/** Adds a required asterisk next to the label. @default false */
|
|
12795
|
-
isRequired?: boolean;
|
|
12796
|
-
/** Field label. When omitted, floating-label behavior is skipped. */
|
|
12797
|
-
label?: string;
|
|
12798
|
-
/** Helper text below the field. Suppressed when isInvalid && errorMessage is shown. */
|
|
12799
|
-
description?: string;
|
|
12800
|
-
/** Error text below the field. Only rendered when isInvalid is true. */
|
|
12801
|
-
errorMessage?: string;
|
|
12802
|
-
/** Extra classes merged onto the root wrapper. */
|
|
12803
|
-
class?: ClassValue;
|
|
12804
|
-
/** Per-slot class overrides. Merged with tailwind-variants styles. */
|
|
12805
|
-
classNames?: Partial<{
|
|
12806
|
-
base: ClassValue;
|
|
12807
|
-
label: ClassValue;
|
|
12808
|
-
mainWrapper: ClassValue;
|
|
12809
|
-
inputWrapper: ClassValue;
|
|
12810
|
-
startContent: ClassValue;
|
|
12811
|
-
segmentList: ClassValue;
|
|
12812
|
-
segment: ClassValue;
|
|
12813
|
-
separator: ClassValue;
|
|
12814
|
-
endContent: ClassValue;
|
|
12815
|
-
helperWrapper: ClassValue;
|
|
12816
|
-
errorMessage: ClassValue;
|
|
12817
|
-
description: ClassValue;
|
|
12818
|
-
}>;
|
|
12819
|
-
defaultValue?: DateRange_5;
|
|
12820
|
-
defaultPlaceholder?: DateValue;
|
|
12821
|
-
placeholderValue?: DateValue;
|
|
12822
|
-
minValue?: DateValue;
|
|
12823
|
-
maxValue?: DateValue;
|
|
12824
|
-
granularity?: 'day' | 'hour' | 'minute' | 'second';
|
|
12825
|
-
hourCycle?: 12 | 24;
|
|
12826
|
-
/** Steps for segment keyboard navigation. */
|
|
12827
|
-
step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
|
|
12828
|
-
hideTimeZone?: boolean;
|
|
12829
|
-
isDateUnavailable?: (date: DateValue) => boolean;
|
|
12830
|
-
locale?: string;
|
|
12831
|
-
name?: string;
|
|
12832
|
-
/** Marks the field as required for form submission. */
|
|
12833
|
-
required?: boolean;
|
|
12834
|
-
/** Text direction for the field. */
|
|
12835
|
-
dir?: 'ltr' | 'rtl';
|
|
12836
|
-
/** Render root as a different element or component. */
|
|
12837
|
-
as?: string;
|
|
12838
|
-
/** Render root child as root element. */
|
|
12839
|
-
asChild?: boolean;
|
|
12840
|
-
};
|
|
12841
|
-
|
|
12842
|
-
declare type Props_11 = {
|
|
12843
13003
|
/** Visual style of the field. @default 'flat' */
|
|
12844
13004
|
variant?: TimeFieldVariants['variant'];
|
|
12845
13005
|
/** Field height. @default 'md' */
|
|
@@ -12904,7 +13064,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12904
13064
|
asChild?: boolean;
|
|
12905
13065
|
};
|
|
12906
13066
|
|
|
12907
|
-
declare type
|
|
13067
|
+
declare type Props_11 = {
|
|
12908
13068
|
/** Visual style of the field. @default 'flat' */
|
|
12909
13069
|
variant?: TimeRangeFieldVariants['variant'];
|
|
12910
13070
|
/** Field height. @default 'md' */
|
|
@@ -12987,6 +13147,8 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
12987
13147
|
/** Disables the field. @default false */
|
|
12988
13148
|
isDisabled?: boolean;
|
|
12989
13149
|
/** Makes the field read-only. @default false */
|
|
13150
|
+
isReadOnly?: boolean;
|
|
13151
|
+
/** @deprecated Use isReadOnly instead. */
|
|
12990
13152
|
isReadonly?: boolean;
|
|
12991
13153
|
/** Adds a required asterisk next to the label and the `required` attribute. @default false */
|
|
12992
13154
|
isRequired?: boolean;
|
|
@@ -13046,6 +13208,8 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13046
13208
|
/** Disables the field. @default false */
|
|
13047
13209
|
isDisabled?: boolean;
|
|
13048
13210
|
/** Makes the field read-only. @default false */
|
|
13211
|
+
isReadOnly?: boolean;
|
|
13212
|
+
/** @deprecated Use isReadOnly instead. */
|
|
13049
13213
|
isReadonly?: boolean;
|
|
13050
13214
|
/** Adds a required asterisk next to the label. @default false */
|
|
13051
13215
|
isRequired?: boolean;
|
|
@@ -13116,6 +13280,8 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13116
13280
|
/** Disables the field. @default false */
|
|
13117
13281
|
isDisabled?: boolean;
|
|
13118
13282
|
/** Makes the field read-only. @default false */
|
|
13283
|
+
isReadOnly?: boolean;
|
|
13284
|
+
/** @deprecated Use isReadOnly instead. */
|
|
13119
13285
|
isReadonly?: boolean;
|
|
13120
13286
|
/** Adds a required asterisk next to the label. @default false */
|
|
13121
13287
|
isRequired?: boolean;
|
|
@@ -13202,25 +13368,6 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13202
13368
|
};
|
|
13203
13369
|
|
|
13204
13370
|
declare interface Props_6 {
|
|
13205
|
-
/**
|
|
13206
|
-
* Per-slot class overrides. Each key maps to a named slot in the anatomy;
|
|
13207
|
-
* the value is merged with the generated variant classes via `composeClassName`.
|
|
13208
|
-
*
|
|
13209
|
-
* @example
|
|
13210
|
-
* ```vue
|
|
13211
|
-
* <TableBody :class-names="{ row: 'bg-blue-50', cell: 'border-blue-200' }" />
|
|
13212
|
-
* ```
|
|
13213
|
-
*
|
|
13214
|
-
* Available slots: `body`, `row`, `cell`.
|
|
13215
|
-
*/
|
|
13216
|
-
classNames?: Partial<{
|
|
13217
|
-
body: ClassValue;
|
|
13218
|
-
row: ClassValue;
|
|
13219
|
-
cell: ClassValue;
|
|
13220
|
-
}>;
|
|
13221
|
-
}
|
|
13222
|
-
|
|
13223
|
-
declare interface Props_7 {
|
|
13224
13371
|
/** Additional classes to apply to the root element */
|
|
13225
13372
|
class?: ClassValue;
|
|
13226
13373
|
/** Per-slot class overrides */
|
|
@@ -13229,7 +13376,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13229
13376
|
}>;
|
|
13230
13377
|
}
|
|
13231
13378
|
|
|
13232
|
-
declare interface
|
|
13379
|
+
declare interface Props_7 {
|
|
13233
13380
|
/**
|
|
13234
13381
|
* Override classes for specific slots.
|
|
13235
13382
|
*/
|
|
@@ -13238,7 +13385,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13238
13385
|
}>;
|
|
13239
13386
|
}
|
|
13240
13387
|
|
|
13241
|
-
declare type
|
|
13388
|
+
declare type Props_8 = {
|
|
13242
13389
|
/** Visual style of the field. @default 'flat' */
|
|
13243
13390
|
variant?: DateInputVariants['variant'];
|
|
13244
13391
|
/** Field height. @default 'md' */
|
|
@@ -13302,6 +13449,71 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13302
13449
|
asChild?: boolean;
|
|
13303
13450
|
};
|
|
13304
13451
|
|
|
13452
|
+
declare type Props_9 = {
|
|
13453
|
+
/** Visual style of the field. @default 'flat' */
|
|
13454
|
+
variant?: DateRangeFieldVariants['variant'];
|
|
13455
|
+
/** Field height. @default 'md' */
|
|
13456
|
+
size?: DateRangeFieldVariants['size'];
|
|
13457
|
+
/** Accent color applied to focus ring + floating label. @default 'default' */
|
|
13458
|
+
color?: DateRangeFieldVariants['color'];
|
|
13459
|
+
/** Label placement relative to the field. @default 'inside' */
|
|
13460
|
+
labelPlacement?: DateRangeFieldVariants['labelPlacement'];
|
|
13461
|
+
/** Stretches root wrapper to 100% width. @default false */
|
|
13462
|
+
fullWidth?: boolean;
|
|
13463
|
+
/** Marks the field as invalid. @default false */
|
|
13464
|
+
isInvalid?: boolean;
|
|
13465
|
+
/** Disables the field. @default false */
|
|
13466
|
+
isDisabled?: boolean;
|
|
13467
|
+
/** Makes the field read-only. @default false */
|
|
13468
|
+
isReadOnly?: boolean;
|
|
13469
|
+
/** Adds a required asterisk next to the label. @default false */
|
|
13470
|
+
isRequired?: boolean;
|
|
13471
|
+
/** Field label. When omitted, floating-label behavior is skipped. */
|
|
13472
|
+
label?: string;
|
|
13473
|
+
/** Helper text below the field. Suppressed when isInvalid && errorMessage is shown. */
|
|
13474
|
+
description?: string;
|
|
13475
|
+
/** Error text below the field. Only rendered when isInvalid is true. */
|
|
13476
|
+
errorMessage?: string;
|
|
13477
|
+
/** Extra classes merged onto the root wrapper. */
|
|
13478
|
+
class?: ClassValue;
|
|
13479
|
+
/** Per-slot class overrides. Merged with tailwind-variants styles. */
|
|
13480
|
+
classNames?: Partial<{
|
|
13481
|
+
base: ClassValue;
|
|
13482
|
+
label: ClassValue;
|
|
13483
|
+
mainWrapper: ClassValue;
|
|
13484
|
+
inputWrapper: ClassValue;
|
|
13485
|
+
startContent: ClassValue;
|
|
13486
|
+
segmentList: ClassValue;
|
|
13487
|
+
segment: ClassValue;
|
|
13488
|
+
separator: ClassValue;
|
|
13489
|
+
endContent: ClassValue;
|
|
13490
|
+
helperWrapper: ClassValue;
|
|
13491
|
+
errorMessage: ClassValue;
|
|
13492
|
+
description: ClassValue;
|
|
13493
|
+
}>;
|
|
13494
|
+
defaultValue?: DateRange_5;
|
|
13495
|
+
defaultPlaceholder?: DateValue;
|
|
13496
|
+
placeholderValue?: DateValue;
|
|
13497
|
+
minValue?: DateValue;
|
|
13498
|
+
maxValue?: DateValue;
|
|
13499
|
+
granularity?: 'day' | 'hour' | 'minute' | 'second';
|
|
13500
|
+
hourCycle?: 12 | 24;
|
|
13501
|
+
/** Steps for segment keyboard navigation. */
|
|
13502
|
+
step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
|
|
13503
|
+
hideTimeZone?: boolean;
|
|
13504
|
+
isDateUnavailable?: (date: DateValue) => boolean;
|
|
13505
|
+
locale?: string;
|
|
13506
|
+
name?: string;
|
|
13507
|
+
/** Marks the field as required for form submission. */
|
|
13508
|
+
required?: boolean;
|
|
13509
|
+
/** Text direction for the field. */
|
|
13510
|
+
dir?: 'ltr' | 'rtl';
|
|
13511
|
+
/** Render root as a different element or component. */
|
|
13512
|
+
as?: string;
|
|
13513
|
+
/** Render root child as root element. */
|
|
13514
|
+
asChild?: boolean;
|
|
13515
|
+
};
|
|
13516
|
+
|
|
13305
13517
|
export declare const Radio: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
13306
13518
|
|
|
13307
13519
|
export declare const RadioGroup: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
@@ -13341,7 +13553,9 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13341
13553
|
"onUpdate:valid-model-value"?: ((value: DateRange_2 | undefined) => any) | undefined;
|
|
13342
13554
|
"onUpdate:start-value"?: ((value: DateValue | undefined) => any) | undefined;
|
|
13343
13555
|
}>, {
|
|
13556
|
+
isDisabled: boolean;
|
|
13344
13557
|
disabled: boolean;
|
|
13558
|
+
isReadOnly: boolean;
|
|
13345
13559
|
readonly: boolean;
|
|
13346
13560
|
preventDeselect: boolean;
|
|
13347
13561
|
weekdayFormat: "narrow" | "short" | "long";
|
|
@@ -13360,9 +13574,9 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13360
13574
|
message: string;
|
|
13361
13575
|
};
|
|
13362
13576
|
|
|
13363
|
-
export declare const ScrollArea:
|
|
13577
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_189<typeof __VLS_component_189, __VLS_TemplateResult_189["slots"]>;
|
|
13364
13578
|
|
|
13365
|
-
export declare const ScrollShadow:
|
|
13579
|
+
export declare const ScrollShadow: __VLS_WithTemplateSlots_188<typeof __VLS_component_188, __VLS_TemplateResult_188["slots"]>;
|
|
13366
13580
|
|
|
13367
13581
|
export declare const Select: __VLS_WithTemplateSlots_106<typeof __VLS_component_106, __VLS_TemplateResult_106["slots"]>;
|
|
13368
13582
|
|
|
@@ -13392,8 +13606,6 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13392
13606
|
removeValue: (value: SelectItemValue) => void;
|
|
13393
13607
|
}
|
|
13394
13608
|
|
|
13395
|
-
declare type SelectionMode_2 = 'none' | 'single' | 'multiple';
|
|
13396
|
-
|
|
13397
13609
|
export declare const SelectItem: __VLS_WithTemplateSlots_109<typeof __VLS_component_109, __VLS_TemplateResult_109["slots"]>;
|
|
13398
13610
|
|
|
13399
13611
|
/**
|
|
@@ -13439,7 +13651,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13439
13651
|
|
|
13440
13652
|
export { SkeletonVariants }
|
|
13441
13653
|
|
|
13442
|
-
export declare const Slider:
|
|
13654
|
+
export declare const Slider: __VLS_WithTemplateSlots_186<typeof __VLS_component_186, __VLS_TemplateResult_186["slots"]>;
|
|
13443
13655
|
|
|
13444
13656
|
export declare type SliderValue = number | number[];
|
|
13445
13657
|
|
|
@@ -13453,21 +13665,21 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13453
13665
|
|
|
13454
13666
|
export declare const splitterContextKey: InjectionKey<SplitterGroupContext>;
|
|
13455
13667
|
|
|
13456
|
-
export declare const SplitterGroup:
|
|
13668
|
+
export declare const SplitterGroup: __VLS_WithTemplateSlots_176<typeof __VLS_component_176, __VLS_TemplateResult_176["slots"]>;
|
|
13457
13669
|
|
|
13458
13670
|
export declare interface SplitterGroupContext {
|
|
13459
13671
|
direction: ComputedRef<SplitterVariants['direction']>;
|
|
13460
13672
|
}
|
|
13461
13673
|
|
|
13462
|
-
export declare const SplitterPanel:
|
|
13674
|
+
export declare const SplitterPanel: __VLS_WithTemplateSlots_177<typeof __VLS_component_177, __VLS_TemplateResult_177["slots"]>;
|
|
13463
13675
|
|
|
13464
|
-
export declare const SplitterResizeHandle:
|
|
13676
|
+
export declare const SplitterResizeHandle: __VLS_WithTemplateSlots_178<typeof __VLS_component_178, __VLS_TemplateResult_178["slots"]>;
|
|
13465
13677
|
|
|
13466
13678
|
export { SplitterVariants }
|
|
13467
13679
|
|
|
13468
|
-
export declare const Stepper:
|
|
13680
|
+
export declare const Stepper: __VLS_WithTemplateSlots_179<typeof __VLS_component_179, __VLS_TemplateResult_179["slots"]>;
|
|
13469
13681
|
|
|
13470
|
-
export declare const StepperContent:
|
|
13682
|
+
export declare const StepperContent: __VLS_WithTemplateSlots_184<typeof __VLS_component_184, __VLS_TemplateResult_184["slots"]>;
|
|
13471
13683
|
|
|
13472
13684
|
export declare interface StepperContext {
|
|
13473
13685
|
currentStep: ComputedRef<number>;
|
|
@@ -13480,13 +13692,13 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13480
13692
|
|
|
13481
13693
|
export declare const stepperContextKey: InjectionKey<StepperContext>;
|
|
13482
13694
|
|
|
13483
|
-
export declare const StepperDescription:
|
|
13695
|
+
export declare const StepperDescription: __VLS_WithTemplateSlots_183<typeof __VLS_component_183, __VLS_TemplateResult_183["slots"]>;
|
|
13484
13696
|
|
|
13485
|
-
export declare const StepperIndicator:
|
|
13697
|
+
export declare const StepperIndicator: __VLS_WithTemplateSlots_181<typeof __VLS_component_181, __VLS_TemplateResult_181["slots"]>;
|
|
13486
13698
|
|
|
13487
|
-
export declare const StepperItem:
|
|
13699
|
+
export declare const StepperItem: __VLS_WithTemplateSlots_180<typeof __VLS_component_180, __VLS_TemplateResult_180["slots"]>;
|
|
13488
13700
|
|
|
13489
|
-
export declare const StepperSeparator: DefineComponent<
|
|
13701
|
+
export declare const StepperSeparator: DefineComponent<__VLS_Props_199, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_199> & Readonly<{}>, {
|
|
13490
13702
|
class: string | false | Record<string, unknown> | ClassValue[] | null;
|
|
13491
13703
|
classNames: Partial<{
|
|
13492
13704
|
separator: ClassValue;
|
|
@@ -13498,7 +13710,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13498
13710
|
description?: string;
|
|
13499
13711
|
};
|
|
13500
13712
|
|
|
13501
|
-
export declare const StepperTitle:
|
|
13713
|
+
export declare const StepperTitle: __VLS_WithTemplateSlots_182<typeof __VLS_component_182, __VLS_TemplateResult_182["slots"]>;
|
|
13502
13714
|
|
|
13503
13715
|
export { StepperVariants }
|
|
13504
13716
|
|
|
@@ -13554,25 +13766,74 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13554
13766
|
|
|
13555
13767
|
export declare const TabIndicator: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13556
13768
|
|
|
13557
|
-
export declare const Table:
|
|
13769
|
+
export declare const Table: <TData extends RowData = RowData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
13770
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
13771
|
+
readonly "onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
|
|
13772
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate:rowSelection"> & {
|
|
13773
|
+
columns: ColumnDef<TData, any>[];
|
|
13774
|
+
data: TData[];
|
|
13775
|
+
variant?: TableVariants["variant"];
|
|
13776
|
+
ariaLabel?: string;
|
|
13777
|
+
/** Row selection mode. 'single' = radio-style; 'multiple' = checkbox + shift+click; 'none' = disabled */
|
|
13778
|
+
selection?: "single" | "multiple" | "none";
|
|
13779
|
+
/** Controlled row selection state (Record<rowId, boolean>). Use v-model:rowSelection */
|
|
13780
|
+
rowSelection?: RowSelectionState;
|
|
13781
|
+
/**
|
|
13782
|
+
* Opt-in row virtualization via @tanstack/vue-virtual.
|
|
13783
|
+
* - false (default): all rows render in a standard <tbody>
|
|
13784
|
+
* - true: always render via TableVirtualBody (only visible rows in DOM)
|
|
13785
|
+
* - number N: auto-enable virtualization when data.length > N
|
|
13786
|
+
*/
|
|
13787
|
+
virtualRows?: boolean | number;
|
|
13788
|
+
/** Estimated row height in px used by the virtualizer (default: 44) */
|
|
13789
|
+
estimatedRowHeight?: number;
|
|
13790
|
+
/** Extra rows to render outside the visible viewport (default: 8) */
|
|
13791
|
+
virtualizerOverscan?: number;
|
|
13792
|
+
/** Per-slot CSS class overrides */
|
|
13793
|
+
classNames?: Partial<{
|
|
13794
|
+
base: ClassValue;
|
|
13795
|
+
scrollContainer: ClassValue;
|
|
13796
|
+
}>;
|
|
13797
|
+
} & Partial<{}>> & PublicProps;
|
|
13798
|
+
expose(exposed: ShallowUnwrapRef< {
|
|
13799
|
+
table: Table_2<TData>;
|
|
13800
|
+
keyboardNav: TableKeyboardNav;
|
|
13801
|
+
handleRowClick: (rowIndex: number, event: MouseEvent) => void;
|
|
13802
|
+
}>): void;
|
|
13803
|
+
attrs: any;
|
|
13804
|
+
slots: {
|
|
13805
|
+
cell?(_: {
|
|
13806
|
+
row: Row<unknown>;
|
|
13807
|
+
cell: Cell<unknown, unknown>;
|
|
13808
|
+
column: Column<unknown, unknown>;
|
|
13809
|
+
value: unknown;
|
|
13810
|
+
}): any;
|
|
13811
|
+
footer?(_: {}): any;
|
|
13812
|
+
};
|
|
13813
|
+
emit: (evt: "update:rowSelection", value: RowSelectionState) => void;
|
|
13814
|
+
}>) => VNode & {
|
|
13815
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
13816
|
+
};
|
|
13558
13817
|
|
|
13559
|
-
export
|
|
13818
|
+
export { TableBody }
|
|
13560
13819
|
|
|
13561
|
-
export declare const TableCell:
|
|
13820
|
+
export declare const TableCell: __VLS_WithTemplateSlots_170<typeof __VLS_component_170, __VLS_TemplateResult_170["slots"]>;
|
|
13562
13821
|
|
|
13563
13822
|
/**
|
|
13564
13823
|
* TableContext — provided by the <Table> root, consumed by every descendant.
|
|
13565
13824
|
*
|
|
13566
|
-
*
|
|
13567
|
-
*
|
|
13568
|
-
*
|
|
13825
|
+
* Generic over TData so descendants can recover the real row-data type.
|
|
13826
|
+
* Vue's InjectionKey can't carry a live generic parameter, so the key itself
|
|
13827
|
+
* is fixed at `TableContext<any>`; generic satellite components cast the
|
|
13828
|
+
* injected value to `TableContext<TData>` at their own scope (same pattern
|
|
13829
|
+
* as Tree.context.ts's `treeContextKey`/`TreeItem.vue`).
|
|
13569
13830
|
*
|
|
13570
13831
|
* The `activeCell` ref tracks which cell is the "active" cell for
|
|
13571
13832
|
* the roving tabindex. Format: { rowIndex, columnIndex } | null.
|
|
13572
13833
|
*/
|
|
13573
|
-
export declare interface TableContext {
|
|
13834
|
+
export declare interface TableContext<TData extends RowData = RowData> {
|
|
13574
13835
|
/** The TanStack table instance (reactive via vue-table composable) */
|
|
13575
|
-
table: Table_2<
|
|
13836
|
+
table: Table_2<TData>;
|
|
13576
13837
|
/** Roving tabindex active cell */
|
|
13577
13838
|
activeCell: Ref<{
|
|
13578
13839
|
rowIndex: number;
|
|
@@ -13588,13 +13849,13 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13588
13849
|
handleRowClick: (rowIndex: number, event: MouseEvent) => void;
|
|
13589
13850
|
}
|
|
13590
13851
|
|
|
13591
|
-
export declare const tableContextKey: InjectionKey<TableContext
|
|
13852
|
+
export declare const tableContextKey: InjectionKey<TableContext<any>>;
|
|
13592
13853
|
|
|
13593
|
-
export declare const TableFooter:
|
|
13854
|
+
export declare const TableFooter: __VLS_WithTemplateSlots_172<typeof __VLS_component_172, __VLS_TemplateResult_172["slots"]>;
|
|
13594
13855
|
|
|
13595
13856
|
export declare const TableHeader: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
13596
13857
|
|
|
13597
|
-
export declare const TableHeaderCell:
|
|
13858
|
+
export declare const TableHeaderCell: __VLS_WithTemplateSlots_171<typeof __VLS_component_171, __VLS_TemplateResult_171["slots"]>;
|
|
13598
13859
|
|
|
13599
13860
|
export declare interface TableKeyboardNav {
|
|
13600
13861
|
/** Currently active cell (roving tabindex target). null = nothing focused yet. */
|
|
@@ -13619,7 +13880,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13619
13880
|
getCellElement: (rowIndex: number, columnIndex: number) => HTMLElement | null;
|
|
13620
13881
|
}
|
|
13621
13882
|
|
|
13622
|
-
export declare const TableRow:
|
|
13883
|
+
export declare const TableRow: __VLS_WithTemplateSlots_169<typeof __VLS_component_169, __VLS_TemplateResult_169["slots"]>;
|
|
13623
13884
|
|
|
13624
13885
|
export declare const TabList: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
|
|
13625
13886
|
|
|
@@ -13643,14 +13904,16 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13643
13904
|
|
|
13644
13905
|
export { TextVariants }
|
|
13645
13906
|
|
|
13646
|
-
export declare const TimeField:
|
|
13907
|
+
export declare const TimeField: __VLS_WithTemplateSlots_196<typeof __VLS_component_196, __VLS_TemplateResult_196["slots"]>;
|
|
13908
|
+
|
|
13909
|
+
export declare const TimePicker: __VLS_WithTemplateSlots_201<typeof __VLS_component_201, __VLS_TemplateResult_201["slots"]>;
|
|
13647
13910
|
|
|
13648
13911
|
declare interface TimeRange {
|
|
13649
13912
|
start: TimeValue;
|
|
13650
13913
|
end: TimeValue;
|
|
13651
13914
|
}
|
|
13652
13915
|
|
|
13653
|
-
export declare const TimeRangeField:
|
|
13916
|
+
export declare const TimeRangeField: __VLS_WithTemplateSlots_197<typeof __VLS_component_197, __VLS_TemplateResult_197["slots"]>;
|
|
13654
13917
|
|
|
13655
13918
|
export declare const Toast: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, __VLS_TemplateResult_98["slots"]>;
|
|
13656
13919
|
|
|
@@ -13845,8 +14108,8 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13845
14108
|
|
|
13846
14109
|
export declare const TooltipTrigger: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
13847
14110
|
|
|
13848
|
-
export declare const Tree: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
13849
|
-
props:
|
|
14111
|
+
export declare const Tree: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
14112
|
+
props: __VLS_PrettifyLocal_2<Pick<Partial<{}> & Omit<{
|
|
13850
14113
|
readonly "onUpdate:modelValue"?: ((value: T | T[]) => any) | undefined;
|
|
13851
14114
|
readonly "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
|
|
13852
14115
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:expanded"> & {
|
|
@@ -13869,6 +14132,8 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13869
14132
|
/** Text direction */
|
|
13870
14133
|
dir?: "ltr" | "rtl";
|
|
13871
14134
|
/** Whether the entire tree is disabled */
|
|
14135
|
+
isDisabled?: boolean;
|
|
14136
|
+
/** @deprecated Use isDisabled instead. */
|
|
13872
14137
|
disabled?: boolean;
|
|
13873
14138
|
/** Whether selection bubbles up to parent nodes */
|
|
13874
14139
|
bubbleSelect?: boolean;
|
|
@@ -13898,8 +14163,8 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13898
14163
|
|
|
13899
14164
|
export declare const treeContextKey: InjectionKey<TreeContext>;
|
|
13900
14165
|
|
|
13901
|
-
export declare const TreeItem: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
13902
|
-
props:
|
|
14166
|
+
export declare const TreeItem: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
14167
|
+
props: __VLS_PrettifyLocal_3<Pick<Partial<{}> & Omit<{
|
|
13903
14168
|
readonly onSelect?: (() => any) | undefined;
|
|
13904
14169
|
readonly onToggle?: (() => any) | undefined;
|
|
13905
14170
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onSelect" | "onToggle"> & {
|
|
@@ -13935,7 +14200,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
13935
14200
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
13936
14201
|
};
|
|
13937
14202
|
|
|
13938
|
-
export declare const TreeItemToggle:
|
|
14203
|
+
export declare const TreeItemToggle: __VLS_WithTemplateSlots_185<typeof __VLS_component_185, __VLS_TemplateResult_185["slots"]>;
|
|
13939
14204
|
|
|
13940
14205
|
export declare type TreeValue = string | string[] | undefined;
|
|
13941
14206
|
|
|
@@ -14779,7 +15044,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
14779
15044
|
|
|
14780
15045
|
export declare const useSwitchGroupProvide: (value: SwitchGroupContext) => SwitchGroupContext;
|
|
14781
15046
|
|
|
14782
|
-
export declare const useTableInject: (fallback?: TableContext | undefined) => TableContext
|
|
15047
|
+
export declare const useTableInject: (fallback?: TableContext<any> | undefined) => TableContext<any>;
|
|
14783
15048
|
|
|
14784
15049
|
/**
|
|
14785
15050
|
* useTableKeyboardNav — WAI-ARIA data grid keyboard navigation.
|
|
@@ -14794,7 +15059,7 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
14794
15059
|
*/
|
|
14795
15060
|
export declare function useTableKeyboardNav(options: TableKeyboardNavOptions): TableKeyboardNav;
|
|
14796
15061
|
|
|
14797
|
-
export declare const useTableProvide: (value: TableContext) => TableContext
|
|
15062
|
+
export declare const useTableProvide: (value: TableContext<any>) => TableContext<any>;
|
|
14798
15063
|
|
|
14799
15064
|
/**
|
|
14800
15065
|
* Manages active tab state for the Tabs component.
|
|
@@ -14942,6 +15207,6 @@ export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_122<typeof __VL
|
|
|
14942
15207
|
|
|
14943
15208
|
export declare type ValidationMode = 'on-submit' | 'on-blur' | 'on-change';
|
|
14944
15209
|
|
|
14945
|
-
export declare const YearRangePicker:
|
|
15210
|
+
export declare const YearRangePicker: __VLS_WithTemplateSlots_193<typeof __VLS_component_193, __VLS_TemplateResult_193["slots"]>;
|
|
14946
15211
|
|
|
14947
15212
|
export { }
|