@soybeanjs/headless 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -5
- package/README.zh-CN.md +10 -5
- package/dist/components/_icon/types.d.ts +2 -2
- package/dist/components/accordion/types.d.ts +19 -19
- package/dist/components/affix/types.d.ts +12 -12
- package/dist/components/alert/types.d.ts +15 -15
- package/dist/components/anchor/anchor-root.vue.d.ts +1 -1
- package/dist/components/anchor/types.d.ts +19 -19
- package/dist/components/arrow/types.d.ts +1 -1
- package/dist/components/aspect-ratio/types.d.ts +1 -1
- package/dist/components/autocomplete/autocomplete-compact.vue.d.ts +2 -2
- package/dist/components/autocomplete/autocomplete-root.vue.d.ts +4 -4
- package/dist/components/autocomplete/types.d.ts +23 -23
- package/dist/components/avatar/avatar-compact.js +1 -0
- package/dist/components/avatar/avatar-compact.vue.d.ts +20 -0
- package/dist/components/avatar/avatar-fallback.js +1 -1
- package/dist/components/avatar/avatar-image.js +1 -1
- package/dist/components/avatar/avatar-root.js +1 -1
- package/dist/components/avatar/index.d.ts +6 -5
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/types.d.ts +38 -7
- package/dist/components/backtop/backtop.vue.d.ts +3 -3
- package/dist/components/backtop/types.d.ts +5 -5
- package/dist/components/badge/badge-compact.js +1 -0
- package/dist/components/badge/badge-compact.vue.d.ts +21 -0
- package/dist/components/badge/badge-content.js +1 -1
- package/dist/components/badge/badge-root.js +1 -1
- package/dist/components/badge/index.d.ts +5 -4
- package/dist/components/badge/index.js +1 -1
- package/dist/components/badge/types.d.ts +26 -6
- package/dist/components/bottom-sheet/bottom-sheet-root-nested.vue.d.ts +2 -2
- package/dist/components/bottom-sheet/types.d.ts +13 -13
- package/dist/components/breadcrumb/types.d.ts +21 -21
- package/dist/components/button/button.js +1 -1
- package/dist/components/button/button.vue.d.ts +2 -2
- package/dist/components/button/types.d.ts +4 -4
- package/dist/components/calendar/types.d.ts +32 -32
- package/dist/components/card/card-root.vue.d.ts +1 -1
- package/dist/components/card/types.d.ts +20 -20
- package/dist/components/carousel/carousel-compact.js +1 -0
- package/dist/components/carousel/carousel-compact.vue.d.ts +23 -0
- package/dist/components/carousel/carousel-container.js +1 -0
- package/dist/components/carousel/carousel-container.vue.d.ts +18 -0
- package/dist/components/carousel/carousel-content.js +1 -1
- package/dist/components/carousel/carousel-control.js +1 -0
- package/dist/components/carousel/carousel-control.vue.d.ts +18 -0
- package/dist/components/carousel/carousel-item.js +1 -1
- package/dist/components/carousel/carousel-navigation.js +1 -0
- package/dist/components/carousel/carousel-navigation.vue.d.ts +18 -0
- package/dist/components/carousel/carousel-next.js +1 -1
- package/dist/components/carousel/carousel-next.vue.d.ts +2 -12
- package/dist/components/carousel/carousel-previous.js +1 -1
- package/dist/components/carousel/carousel-previous.vue.d.ts +2 -12
- package/dist/components/carousel/carousel-root.js +1 -1
- package/dist/components/carousel/carousel-root.vue.d.ts +6 -28
- package/dist/components/carousel/context.d.ts +0 -1
- package/dist/components/carousel/context.js +1 -1
- package/dist/components/carousel/hooks.js +1 -0
- package/dist/components/carousel/index.d.ts +11 -9
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/carousel/types.d.ts +121 -29
- package/dist/components/checkbox/types.d.ts +27 -27
- package/dist/components/clipboard/clipboard.vue.d.ts +2 -2
- package/dist/components/clipboard/types.d.ts +5 -5
- package/dist/components/collapsible/collapsible-root.vue.d.ts +1 -1
- package/dist/components/collapsible/types.d.ts +6 -6
- package/dist/components/color-area/color-area-root.vue.d.ts +1 -1
- package/dist/components/color-area/types.d.ts +7 -7
- package/dist/components/color-field/color-field-root.vue.d.ts +1 -1
- package/dist/components/color-field/types.d.ts +5 -5
- package/dist/components/color-picker/types.d.ts +3 -3
- package/dist/components/color-slider/color-slider-root.vue.d.ts +2 -2
- package/dist/components/color-slider/types.d.ts +6 -6
- package/dist/components/color-swatch/types.d.ts +1 -1
- package/dist/components/color-swatch-picker/color-swatch-picker-root.vue.d.ts +2 -2
- package/dist/components/color-swatch-picker/types.d.ts +8 -8
- package/dist/components/combobox/combobox-compact.vue.d.ts +2 -2
- package/dist/components/combobox/combobox-content.vue.d.ts +1 -1
- package/dist/components/combobox/combobox-root.vue.d.ts +2 -2
- package/dist/components/combobox/types.d.ts +42 -42
- package/dist/components/command/command-compact.vue.d.ts +2 -2
- package/dist/components/command/types.d.ts +25 -25
- package/dist/components/config-provider/config-provider.js +12 -0
- package/dist/components/config-provider/config-provider.vue.d.ts +1 -1
- package/dist/components/config-provider/types.d.ts +1 -1
- package/dist/components/context-menu/context-menu-checkbox-compact.vue.d.ts +2 -2
- package/dist/components/context-menu/context-menu-compact.vue.d.ts +2 -2
- package/dist/components/context-menu/context-menu-content.vue.d.ts +2 -2
- package/dist/components/context-menu/context-menu-radio-compact.vue.d.ts +2 -2
- package/dist/components/context-menu/context-menu-wrapper-compact.vue.d.ts +2 -2
- package/dist/components/context-menu/types.d.ts +21 -21
- package/dist/components/date-field/date-field-root.vue.d.ts +2 -2
- package/dist/components/date-field/types.d.ts +10 -10
- package/dist/components/date-picker/date-picker-compact.vue.d.ts +2 -2
- package/dist/components/date-picker/date-picker-root.vue.d.ts +7 -7
- package/dist/components/date-picker/types.d.ts +18 -18
- package/dist/components/date-range-field/date-range-field-root.vue.d.ts +2 -2
- package/dist/components/date-range-field/types.d.ts +11 -11
- package/dist/components/date-range-picker/date-range-picker-compact.vue.d.ts +2 -2
- package/dist/components/date-range-picker/date-range-picker-root.vue.d.ts +7 -7
- package/dist/components/date-range-picker/types.d.ts +12 -12
- package/dist/components/dialog/dialog-compact.vue.d.ts +5 -5
- package/dist/components/dialog/types.d.ts +40 -40
- package/dist/components/dropdown-menu/dropdown-menu-checkbox-compact.vue.d.ts +2 -2
- package/dist/components/dropdown-menu/dropdown-menu-compact.vue.d.ts +2 -2
- package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +2 -2
- package/dist/components/dropdown-menu/dropdown-menu-radio-compact.vue.d.ts +2 -2
- package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +1 -1
- package/dist/components/dropdown-menu/dropdown-menu-wrapper-compact.vue.d.ts +2 -2
- package/dist/components/dropdown-menu/types.d.ts +21 -21
- package/dist/components/editable/types.d.ts +25 -25
- package/dist/components/empty/empty-compact.js +1 -0
- package/dist/components/empty/empty-compact.vue.d.ts +15 -0
- package/dist/components/empty/empty-content.js +1 -1
- package/dist/components/empty/empty-description.js +1 -1
- package/dist/components/empty/empty-header.js +1 -1
- package/dist/components/empty/empty-media.js +1 -1
- package/dist/components/empty/empty-root.js +1 -1
- package/dist/components/empty/empty-title.js +1 -1
- package/dist/components/empty/index.d.ts +9 -8
- package/dist/components/empty/index.js +1 -1
- package/dist/components/empty/types.d.ts +72 -9
- package/dist/components/form/context.d.ts +3 -2
- package/dist/components/form/context.js +1 -1
- package/dist/components/form/core/types.d.ts +24 -24
- package/dist/components/form/core/use-form.js +1 -1
- package/dist/components/form/form-compact.js +1 -0
- package/dist/components/form/form-compact.vue.d.ts +21 -0
- package/dist/components/form/form-control.js +1 -1
- package/dist/components/form/form-description.js +1 -1
- package/dist/components/form/form-error.js +1 -1
- package/dist/components/form/form-field-array-compact.js +1 -0
- package/dist/components/form/form-field-array-compact.vue.d.ts +16 -0
- package/dist/components/form/form-field-base-compact.js +1 -0
- package/dist/components/form/form-field-base-compact.vue.d.ts +26 -0
- package/dist/components/form/form-field-compact.js +1 -0
- package/dist/components/form/form-field-compact.vue.d.ts +16 -0
- package/dist/components/form/form-field.js +1 -1
- package/dist/components/form/form-label.js +1 -1
- package/dist/components/form/index.d.ts +14 -10
- package/dist/components/form/index.js +1 -1
- package/dist/components/form/shared.js +1 -0
- package/dist/components/form/types.d.ts +129 -10
- package/dist/components/form/use-form.d.ts +8 -0
- package/dist/components/form/use-form.js +1 -0
- package/dist/components/hover-card/hover-card-compact.vue.d.ts +1 -1
- package/dist/components/hover-card/hover-card-root.vue.d.ts +1 -1
- package/dist/components/hover-card/types.d.ts +15 -15
- package/dist/components/input/index.d.ts +6 -4
- package/dist/components/input/index.js +1 -1
- package/dist/components/input/input-clear.js +1 -0
- package/dist/components/input/input-clear.vue.d.ts +22 -0
- package/dist/components/input/input-compact.js +1 -0
- package/dist/components/input/input-compact.vue.d.ts +21 -0
- package/dist/components/input/input-control.js +1 -1
- package/dist/components/input/input-root.js +1 -1
- package/dist/components/input/types.d.ts +79 -8
- package/dist/components/input-number/input-number-root.vue.d.ts +1 -1
- package/dist/components/input-number/types.d.ts +7 -7
- package/dist/components/input-otp/input-otp-compact.vue.d.ts +4 -4
- package/dist/components/input-otp/input-otp-root.vue.d.ts +4 -4
- package/dist/components/input-otp/types.d.ts +14 -14
- package/dist/components/kbd/types.d.ts +2 -2
- package/dist/components/label/types.d.ts +1 -1
- package/dist/components/layout/layout-classic-compact.vue.d.ts +1 -1
- package/dist/components/layout/layout-compact.vue.d.ts +1 -1
- package/dist/components/layout/layout-root.vue.d.ts +1 -1
- package/dist/components/layout/types.d.ts +28 -28
- package/dist/components/link/types.d.ts +4 -4
- package/dist/components/list/types.d.ts +7 -7
- package/dist/components/listbox/listbox-root.vue.d.ts +2 -2
- package/dist/components/listbox/types.d.ts +16 -16
- package/dist/components/menu/menu-content.vue.d.ts +2 -2
- package/dist/components/menu/menu-option-compact.vue.d.ts +2 -2
- package/dist/components/menu/menu-options-compact.vue.d.ts +2 -2
- package/dist/components/menu/menu-sub-content.vue.d.ts +2 -2
- package/dist/components/menu/types.d.ts +68 -68
- package/dist/components/menubar/menubar-compact.vue.d.ts +2 -2
- package/dist/components/menubar/menubar-content.vue.d.ts +2 -2
- package/dist/components/menubar/menubar-sub-content.vue.d.ts +2 -2
- package/dist/components/menubar/types.d.ts +19 -19
- package/dist/components/month-picker/month-picker-root.vue.d.ts +5 -5
- package/dist/components/month-picker/types.d.ts +7 -7
- package/dist/components/month-range-picker/month-range-picker-root.vue.d.ts +5 -5
- package/dist/components/month-range-picker/types.d.ts +7 -7
- package/dist/components/navigation-menu/types.d.ts +31 -31
- package/dist/components/page-tabs/types.d.ts +8 -8
- package/dist/components/pagination/types.d.ts +21 -21
- package/dist/components/popover/popover-compact.vue.d.ts +1 -1
- package/dist/components/popover/types.d.ts +20 -20
- package/dist/components/popper/popper-positioner.vue.d.ts +1 -1
- package/dist/components/popper/types.d.ts +7 -7
- package/dist/components/portal/types.d.ts +1 -1
- package/dist/components/primitive/types.d.ts +2 -2
- package/dist/components/progress/types.d.ts +11 -11
- package/dist/components/radio-group/types.d.ts +16 -16
- package/dist/components/range-calendar/range-calendar-root.vue.d.ts +2 -2
- package/dist/components/range-calendar/types.d.ts +30 -30
- package/dist/components/roving-focus/roving-focus-group.vue.d.ts +1 -1
- package/dist/components/roving-focus/types.d.ts +3 -3
- package/dist/components/scroll-area/types.d.ts +10 -10
- package/dist/components/segment/types.d.ts +8 -8
- package/dist/components/select/select-content.vue.d.ts +2 -2
- package/dist/components/select/types.d.ts +51 -51
- package/dist/components/separator/types.d.ts +4 -4
- package/dist/components/skeleton/types.d.ts +1 -1
- package/dist/components/slider/slider-root.vue.d.ts +1 -1
- package/dist/components/slider/types.d.ts +10 -10
- package/dist/components/splitter/splitter-group.vue.d.ts +1 -1
- package/dist/components/splitter/splitter-panel.vue.d.ts +2 -2
- package/dist/components/splitter/types.d.ts +11 -11
- package/dist/components/stepper/types.d.ts +21 -21
- package/dist/components/switch/types.d.ts +7 -7
- package/dist/components/table/types.d.ts +67 -67
- package/dist/components/tabs/types.d.ts +17 -17
- package/dist/components/tag/types.d.ts +2 -2
- package/dist/components/tags-input/tags-input-root.vue.d.ts +2 -2
- package/dist/components/tags-input/types.d.ts +10 -10
- package/dist/components/textarea/types.d.ts +8 -8
- package/dist/components/time-field/time-field-root.vue.d.ts +1 -1
- package/dist/components/time-field/types.d.ts +7 -7
- package/dist/components/time-picker/time-picker-root.vue.d.ts +6 -6
- package/dist/components/time-picker/types.d.ts +7 -7
- package/dist/components/time-range-field/time-range-field-root.vue.d.ts +1 -1
- package/dist/components/time-range-field/types.d.ts +11 -11
- package/dist/components/time-range-picker/time-range-picker-compact.vue.d.ts +2 -2
- package/dist/components/time-range-picker/time-range-picker-root.vue.d.ts +6 -6
- package/dist/components/time-range-picker/types.d.ts +12 -12
- package/dist/components/toast/types.d.ts +25 -25
- package/dist/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/components/toggle/types.d.ts +3 -3
- package/dist/components/toggle-group/types.d.ts +5 -5
- package/dist/components/toolbar/toolbar-button.vue.d.ts +2 -2
- package/dist/components/toolbar/types.d.ts +12 -12
- package/dist/components/tooltip/tooltip-root.vue.d.ts +1 -1
- package/dist/components/tooltip/types.d.ts +9 -9
- package/dist/components/tree/types.d.ts +13 -13
- package/dist/components/tree-menu/tree-menu-root.vue.d.ts +1 -1
- package/dist/components/tree-menu/types.d.ts +14 -14
- package/dist/components/virtualizer/types.d.ts +6 -6
- package/dist/components/visually-hidden/types.d.ts +3 -3
- package/dist/components/year-picker/types.d.ts +7 -7
- package/dist/components/year-picker/year-picker-root.vue.d.ts +5 -5
- package/dist/components/year-range-picker/types.d.ts +7 -7
- package/dist/components/year-range-picker/year-range-picker-root.vue.d.ts +5 -5
- package/dist/constants/components.js +1 -1
- package/dist/date/parts.d.ts +1 -1
- package/dist/index.d.ts +416 -405
- package/dist/index.js +1 -1
- package/dist/namespaced/index.d.ts +877 -851
- package/dist/namespaced/index.js +1 -1
- package/dist/types/common.d.ts +1 -1
- package/package.json +4 -2
- package/dist/components/form/core/use-form.d.ts +0 -7
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Alignment.d.ts +0 -4
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Animations.d.ts +0 -11
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Axis.d.ts +0 -16
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Counter.d.ts +0 -9
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/DragHandler.d.ts +0 -13
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/DragTracker.d.ts +0 -4
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/EmblaCarousel.d.ts +0 -31
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Engine.d.ts +0 -67
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/EventHandler.d.ts +0 -29
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/EventStore.d.ts +0 -10
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Limit.d.ts +0 -13
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/NodeRects.d.ts +0 -11
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Options.d.ts +0 -43
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/OptionsHandler.d.ts +0 -11
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/PercentOfView.d.ts +0 -6
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Plugins.d.ts +0 -20
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ResizeHandler.d.ts +0 -11
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollBody.d.ts +0 -14
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollBounds.d.ts +0 -8
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollContain.d.ts +0 -4
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollLooper.d.ts +0 -6
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollProgress.d.ts +0 -6
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollTarget.d.ts +0 -12
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollTo.d.ts +0 -7
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlideFocus.d.ts +0 -10
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlideLooper.d.ts +0 -19
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlideRegistry.d.ts +0 -6
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlidesHandler.d.ts +0 -11
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlidesInView.d.ts +0 -9
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlidesToScroll.d.ts +0 -7
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Translate.d.ts +0 -8
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Vector1d.d.ts +0 -9
- package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/utils.d.ts +0 -4
|
@@ -8,7 +8,7 @@ import { DateValue } from "@internationalized/date";
|
|
|
8
8
|
|
|
9
9
|
//#region src/components/month-picker/types.d.ts
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Properties for the MonthPickerRoot component.
|
|
12
12
|
*/
|
|
13
13
|
interface MonthPickerRootProps extends PrimitiveProps, FormFieldCommonProps, /** @vue-ignore */Omit<HTMLAttributes, 'placeholder'> {
|
|
14
14
|
/**
|
|
@@ -69,7 +69,7 @@ interface MonthPickerRootProps extends PrimitiveProps, FormFieldCommonProps, /**
|
|
|
69
69
|
modal?: boolean;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Events for the MonthPickerRoot component.
|
|
73
73
|
*/
|
|
74
74
|
type MonthPickerRootEmits = {
|
|
75
75
|
/**
|
|
@@ -86,15 +86,15 @@ type MonthPickerRootEmits = {
|
|
|
86
86
|
'update:open': [open: boolean];
|
|
87
87
|
};
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* Properties for the MonthPickerTrigger component.
|
|
90
90
|
*/
|
|
91
91
|
interface MonthPickerTriggerProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* Properties for the MonthPickerPopup component.
|
|
94
94
|
*/
|
|
95
95
|
interface MonthPickerPopupProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
96
96
|
/**
|
|
97
|
-
* Context for the
|
|
97
|
+
* Context for the MonthPickerRoot component.
|
|
98
98
|
*/
|
|
99
99
|
interface MonthPickerRootContext extends PropsToContext<MonthPickerRootProps, 'disabled' | 'readonly'> {
|
|
100
100
|
/**
|
|
@@ -191,11 +191,11 @@ interface MonthPickerRootContext extends PropsToContext<MonthPickerRootProps, 'd
|
|
|
191
191
|
isNextButtonDisabled: () => boolean;
|
|
192
192
|
}
|
|
193
193
|
/**
|
|
194
|
-
* Available UI slots for the
|
|
194
|
+
* Available UI slots for the MonthPicker component.
|
|
195
195
|
*/
|
|
196
196
|
type MonthPickerUiSlot = 'root' | 'trigger' | 'popup' | 'header' | 'heading' | 'prev' | 'next' | 'grid' | 'cellTrigger';
|
|
197
197
|
/**
|
|
198
|
-
* UI class overrides for the
|
|
198
|
+
* UI class overrides for the MonthPicker component.
|
|
199
199
|
*/
|
|
200
200
|
type MonthPickerUi = UiClass<MonthPickerUiSlot>;
|
|
201
201
|
//#endregion
|
|
@@ -12,24 +12,24 @@ type __VLS_Slots = {
|
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: _$vue.DefineComponent<MonthRangePickerRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
14
14
|
"update:modelValue": (range: DateRange) => any;
|
|
15
|
-
"update:open": (open: boolean) => any;
|
|
16
15
|
"update:placeholder": (date: DateValue) => any;
|
|
17
16
|
"update:startValue": (date: DateValue | undefined) => any;
|
|
18
17
|
"update:endValue": (date: DateValue | undefined) => any;
|
|
18
|
+
"update:open": (open: boolean) => any;
|
|
19
19
|
}, string, _$vue.PublicProps, Readonly<MonthRangePickerRootProps> & Readonly<{
|
|
20
20
|
"onUpdate:modelValue"?: ((range: DateRange) => any) | undefined;
|
|
21
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
22
21
|
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
23
22
|
"onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
24
23
|
"onUpdate:endValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
24
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
26
|
placeholder: DateValue;
|
|
27
27
|
disabled: boolean;
|
|
28
28
|
defaultValue: DateRange;
|
|
29
|
-
open: boolean;
|
|
30
|
-
defaultOpen: boolean;
|
|
31
|
-
readonly: boolean;
|
|
32
29
|
defaultPlaceholder: DateValue;
|
|
30
|
+
readonly: boolean;
|
|
31
|
+
defaultOpen: boolean;
|
|
32
|
+
open: boolean;
|
|
33
33
|
modal: boolean;
|
|
34
34
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
35
35
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -8,7 +8,7 @@ import { ComputedRef, HTMLAttributes, ShallowRef } from "vue";
|
|
|
8
8
|
|
|
9
9
|
//#region src/components/month-range-picker/types.d.ts
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Properties for the MonthRangePickerRoot component.
|
|
12
12
|
*/
|
|
13
13
|
interface MonthRangePickerRootProps extends PrimitiveProps, FormFieldCommonProps, /** @vue-ignore */Omit<HTMLAttributes, 'placeholder'> {
|
|
14
14
|
/**
|
|
@@ -69,7 +69,7 @@ interface MonthRangePickerRootProps extends PrimitiveProps, FormFieldCommonProps
|
|
|
69
69
|
modal?: boolean;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Events for the MonthRangePickerRoot component.
|
|
73
73
|
*/
|
|
74
74
|
type MonthRangePickerRootEmits = {
|
|
75
75
|
/**
|
|
@@ -94,15 +94,15 @@ type MonthRangePickerRootEmits = {
|
|
|
94
94
|
'update:open': [open: boolean];
|
|
95
95
|
};
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* Properties for the MonthRangePickerTrigger component.
|
|
98
98
|
*/
|
|
99
99
|
interface MonthRangePickerTriggerProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* Properties for the MonthRangePickerPopup component.
|
|
102
102
|
*/
|
|
103
103
|
interface MonthRangePickerPopupProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
104
104
|
/**
|
|
105
|
-
* Context for the
|
|
105
|
+
* Context for the MonthRangePickerRoot component.
|
|
106
106
|
*/
|
|
107
107
|
interface MonthRangePickerRootContext extends PropsToContext<MonthRangePickerRootProps, 'disabled' | 'readonly'> {
|
|
108
108
|
/**
|
|
@@ -223,11 +223,11 @@ interface MonthRangePickerRootContext extends PropsToContext<MonthRangePickerRoo
|
|
|
223
223
|
isNextButtonDisabled: () => boolean;
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
|
-
* Available UI slots for the
|
|
226
|
+
* Available UI slots for the MonthRangePicker component.
|
|
227
227
|
*/
|
|
228
228
|
type MonthRangePickerUiSlot = 'root' | 'trigger' | 'popup' | 'header' | 'heading' | 'prev' | 'next' | 'grid' | 'cellTrigger';
|
|
229
229
|
/**
|
|
230
|
-
* UI class overrides for the
|
|
230
|
+
* UI class overrides for the MonthRangePicker component.
|
|
231
231
|
*/
|
|
232
232
|
type MonthRangePickerUi = UiClass<MonthRangePickerUiSlot>;
|
|
233
233
|
//#endregion
|
|
@@ -6,7 +6,7 @@ import { HTMLAttributes, ShallowRef } from "vue";
|
|
|
6
6
|
|
|
7
7
|
//#region src/components/navigation-menu/types.d.ts
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Properties for the NavigationMenuRoot component.
|
|
10
10
|
*/
|
|
11
11
|
interface NavigationMenuRootProps extends /** @vue-ignore */HTMLAttributes {
|
|
12
12
|
/** The controlled value of the menu item to activate. Can be used as `v-model`. */
|
|
@@ -63,7 +63,7 @@ interface NavigationMenuRootProps extends /** @vue-ignore */HTMLAttributes {
|
|
|
63
63
|
unmountOnHide?: boolean;
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* Events for the NavigationMenuRoot component.
|
|
67
67
|
*/
|
|
68
68
|
type NavigationMenuRootEmits = {
|
|
69
69
|
/**
|
|
@@ -72,7 +72,7 @@ type NavigationMenuRootEmits = {
|
|
|
72
72
|
'update:modelValue': [value: string];
|
|
73
73
|
};
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Properties for the NavigationMenuViewport component.
|
|
76
76
|
*/
|
|
77
77
|
interface NavigationMenuViewportProps extends ForceMountProps, /** @vue-ignore */HTMLAttributes {
|
|
78
78
|
/**
|
|
@@ -81,23 +81,23 @@ interface NavigationMenuViewportProps extends ForceMountProps, /** @vue-ignore *
|
|
|
81
81
|
align?: Align;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Properties for the NavigationMenuContentImpl component.
|
|
85
85
|
*/
|
|
86
86
|
interface NavigationMenuContentImplProps extends DismissableLayerProps, /** @vue-ignore */HTMLAttributes {}
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* Events for the NavigationMenuContentImpl component.
|
|
89
89
|
*/
|
|
90
90
|
type NavigationMenuContentImplEmits = DismissableLayerEmits;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Properties for the NavigationMenuContent component.
|
|
93
93
|
*/
|
|
94
94
|
interface NavigationMenuContentProps extends NavigationMenuContentImplProps, ForceMountProps {}
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Events for the NavigationMenuContent component.
|
|
97
97
|
*/
|
|
98
98
|
type NavigationMenuContentEmits = NavigationMenuContentImplEmits;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
* Properties for the NavigationMenuTrigger component.
|
|
101
101
|
*/
|
|
102
102
|
interface NavigationMenuTriggerProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {
|
|
103
103
|
/**
|
|
@@ -106,15 +106,15 @@ interface NavigationMenuTriggerProps extends PrimitiveProps, /** @vue-ignore */H
|
|
|
106
106
|
disabled?: boolean;
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* Properties for the NavigationMenuList component.
|
|
110
110
|
*/
|
|
111
111
|
interface NavigationMenuListProps extends /** @vue-ignore */HTMLAttributes {}
|
|
112
112
|
/**
|
|
113
|
-
*
|
|
113
|
+
* Properties for the NavigationMenuSubList component.
|
|
114
114
|
*/
|
|
115
115
|
interface NavigationMenuSubListProps extends /** @vue-ignore */HTMLAttributes {}
|
|
116
116
|
/**
|
|
117
|
-
*
|
|
117
|
+
* Properties for the NavigationMenuItem component.
|
|
118
118
|
*/
|
|
119
119
|
interface NavigationMenuItemProps extends /** @vue-ignore */HTMLAttributes {
|
|
120
120
|
/**
|
|
@@ -123,14 +123,14 @@ interface NavigationMenuItemProps extends /** @vue-ignore */HTMLAttributes {
|
|
|
123
123
|
value?: string;
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
|
-
*
|
|
126
|
+
* Properties for the NavigationMenuLink component.
|
|
127
127
|
*/
|
|
128
128
|
interface NavigationMenuLinkProps extends Omit<LinkProps, 'onSelect'> {
|
|
129
129
|
/** Used to identify the link as the currently active page. */
|
|
130
130
|
active?: boolean;
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
|
-
*
|
|
133
|
+
* Events for the NavigationMenuLink component.
|
|
134
134
|
*/
|
|
135
135
|
type NavigationMenuLinkEmits = {
|
|
136
136
|
/**
|
|
@@ -141,11 +141,11 @@ type NavigationMenuLinkEmits = {
|
|
|
141
141
|
}>];
|
|
142
142
|
};
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* Properties for the NavigationMenuIndicator component.
|
|
145
145
|
*/
|
|
146
146
|
interface NavigationMenuIndicatorProps extends ForceMountProps, /** @vue-ignore */HTMLAttributes {}
|
|
147
147
|
/**
|
|
148
|
-
*
|
|
148
|
+
* Properties for the NavigationMenuSub component.
|
|
149
149
|
*/
|
|
150
150
|
interface NavigationMenuSubProps extends /** @vue-ignore */HTMLAttributes {
|
|
151
151
|
/**
|
|
@@ -158,19 +158,19 @@ interface NavigationMenuSubProps extends /** @vue-ignore */HTMLAttributes {
|
|
|
158
158
|
defaultValue?: string;
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
|
-
*
|
|
161
|
+
* Events for the NavigationMenuSub component.
|
|
162
162
|
*/
|
|
163
163
|
type NavigationMenuSubEmits = NavigationMenuRootEmits;
|
|
164
164
|
/**
|
|
165
|
-
* Available UI slots for the
|
|
165
|
+
* Available UI slots for the NavigationMenu component.
|
|
166
166
|
*/
|
|
167
167
|
type NavigationMenuUiSlot = 'root' | 'trigger' | 'content' | 'list' | 'indicator' | 'viewport' | 'item' | 'link' | 'subList' | 'subItem' | 'subLink';
|
|
168
168
|
/**
|
|
169
|
-
* UI class overrides for the
|
|
169
|
+
* UI class overrides for the NavigationMenu component.
|
|
170
170
|
*/
|
|
171
171
|
type NavigationMenuUi = UiClass<NavigationMenuUiSlot>;
|
|
172
172
|
/**
|
|
173
|
-
* Type information for
|
|
173
|
+
* Type information for NavigationMenuItemData.
|
|
174
174
|
*/
|
|
175
175
|
interface NavigationMenuItemData extends LinkBaseProps {
|
|
176
176
|
/** The value of the item. */
|
|
@@ -185,36 +185,36 @@ interface NavigationMenuItemData extends LinkBaseProps {
|
|
|
185
185
|
children?: NavigationMenuItemData[];
|
|
186
186
|
}
|
|
187
187
|
/**
|
|
188
|
-
*
|
|
188
|
+
* Properties for the NavigationMenuCompact component.
|
|
189
189
|
*/
|
|
190
190
|
interface NavigationMenuCompactProps extends NavigationMenuRootProps {
|
|
191
191
|
/** The items to render in the navigation menu. */
|
|
192
192
|
items: NavigationMenuItemData[];
|
|
193
|
-
/**
|
|
193
|
+
/** Properties for each NavigationMenuItem. */
|
|
194
194
|
itemProps?: NavigationMenuItemProps;
|
|
195
|
-
/**
|
|
195
|
+
/** Properties for NavigationMenuLink. */
|
|
196
196
|
linkProps?: NavigationMenuLinkProps;
|
|
197
|
-
/**
|
|
197
|
+
/** Properties for NavigationMenuTrigger. */
|
|
198
198
|
triggerProps?: NavigationMenuTriggerProps;
|
|
199
|
-
/**
|
|
199
|
+
/** Properties for NavigationMenuContent. */
|
|
200
200
|
contentProps?: NavigationMenuContentProps;
|
|
201
|
-
/**
|
|
201
|
+
/** Properties for NavigationMenuList. */
|
|
202
202
|
listProps?: NavigationMenuListProps;
|
|
203
|
-
/**
|
|
203
|
+
/** Properties for NavigationMenuSubList. */
|
|
204
204
|
subListProps?: NavigationMenuListProps;
|
|
205
|
-
/**
|
|
205
|
+
/** Properties for sub-items. */
|
|
206
206
|
subItemProps?: NavigationMenuItemProps;
|
|
207
|
-
/**
|
|
207
|
+
/** Properties for NavigationMenuViewport. */
|
|
208
208
|
viewportProps?: NavigationMenuViewportProps;
|
|
209
|
-
/**
|
|
209
|
+
/** Properties for NavigationMenuIndicator. */
|
|
210
210
|
indicatorProps?: NavigationMenuIndicatorProps;
|
|
211
211
|
}
|
|
212
212
|
/**
|
|
213
|
-
*
|
|
213
|
+
* Events for the NavigationMenuCompact component.
|
|
214
214
|
*/
|
|
215
215
|
type NavigationMenuCompactEmits = NavigationMenuRootEmits & NavigationMenuLinkEmits & NavigationMenuContentEmits;
|
|
216
216
|
/**
|
|
217
|
-
* Slots for the
|
|
217
|
+
* Slots for the NavigationMenuCompact component.
|
|
218
218
|
*/
|
|
219
219
|
interface NavigationMenuCompactSlots {
|
|
220
220
|
/** Slot for rendering the entire item (for top-level items). */
|
|
@@ -4,7 +4,7 @@ import { ComputedRef, HTMLAttributes, ShallowRef } from "vue";
|
|
|
4
4
|
|
|
5
5
|
//#region src/components/page-tabs/types.d.ts
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Properties for the PageTabsRoot component.
|
|
8
8
|
*/
|
|
9
9
|
interface PageTabsRootProps extends /** @vue-ignore */HTMLAttributes {
|
|
10
10
|
/**
|
|
@@ -17,7 +17,7 @@ interface PageTabsRootProps extends /** @vue-ignore */HTMLAttributes {
|
|
|
17
17
|
middleClickClose?: boolean;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Events for the PageTabsRoot component.
|
|
21
21
|
*/
|
|
22
22
|
type PageTabsRootEmits = {
|
|
23
23
|
/**
|
|
@@ -26,7 +26,7 @@ type PageTabsRootEmits = {
|
|
|
26
26
|
(e: 'update:modelValue', value: string): void;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Properties for the PageTabsItem component.
|
|
30
30
|
*/
|
|
31
31
|
interface PageTabsItemProps extends /** @vue-ignore */Omit<HTMLAttributes, 'onClick'> {
|
|
32
32
|
/**
|
|
@@ -39,7 +39,7 @@ interface PageTabsItemProps extends /** @vue-ignore */Omit<HTMLAttributes, 'onCl
|
|
|
39
39
|
pinned?: boolean;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Events for the PageTabsItem component.
|
|
43
43
|
*/
|
|
44
44
|
type PageTabsItemEmits = {
|
|
45
45
|
/**
|
|
@@ -56,19 +56,19 @@ type PageTabsItemEmits = {
|
|
|
56
56
|
(e: 'pin', pinned: boolean): void;
|
|
57
57
|
};
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Properties for the PageTabsClose component.
|
|
60
60
|
*/
|
|
61
61
|
interface PageTabsCloseProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Properties for the PageTabsPin component.
|
|
64
64
|
*/
|
|
65
65
|
interface PageTabsPinProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
66
66
|
/**
|
|
67
|
-
* Available UI slots for the
|
|
67
|
+
* Available UI slots for the PageTabs component.
|
|
68
68
|
*/
|
|
69
69
|
type PageTabsUiSlot = 'root' | 'item' | 'close' | 'pin';
|
|
70
70
|
/**
|
|
71
|
-
* UI class overrides for the
|
|
71
|
+
* UI class overrides for the PageTabs component.
|
|
72
72
|
*/
|
|
73
73
|
type PageTabsUi = UiClass<PageTabsUiSlot>;
|
|
74
74
|
//#endregion
|
|
@@ -3,7 +3,7 @@ import { ButtonHTMLAttributes, HTMLAttributes, ShallowRef } from "vue";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/pagination/types.d.ts
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Properties for the PaginationRoot component.
|
|
7
7
|
*/
|
|
8
8
|
interface PaginationRootProps extends /** @vue-ignore */HTMLAttributes {
|
|
9
9
|
/** The controlled value of the current page. Can be bound as `v-model:page`. */
|
|
@@ -31,41 +31,41 @@ interface PaginationRootProps extends /** @vue-ignore */HTMLAttributes {
|
|
|
31
31
|
showEdges?: boolean;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Events for the PaginationRoot component.
|
|
35
35
|
*/
|
|
36
36
|
type PaginationRootEmits = {
|
|
37
37
|
/** Event handler called when the page value changes */'update:page': [value: number]; /** Event handler called when the page size value changes */
|
|
38
38
|
'update:pageSize': [value: number];
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Properties for the PaginationList component.
|
|
42
42
|
*/
|
|
43
43
|
interface PaginationListProps extends /** @vue-ignore */HTMLAttributes {}
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Properties for the PaginationListItem component.
|
|
46
46
|
*/
|
|
47
47
|
interface PaginationListItemProps extends /** @vue-ignore */ButtonHTMLAttributes {
|
|
48
48
|
/** Value for the page */
|
|
49
49
|
value: number;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Properties for the PaginationEllipsis component.
|
|
53
53
|
*/
|
|
54
54
|
interface PaginationEllipsisProps extends /** @vue-ignore */HTMLAttributes {}
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Properties for the PaginationButton component.
|
|
57
57
|
*/
|
|
58
58
|
interface PaginationButtonProps extends /** @vue-ignore */ButtonHTMLAttributes {}
|
|
59
59
|
/**
|
|
60
|
-
* Available UI slots for the
|
|
60
|
+
* Available UI slots for the Pagination component.
|
|
61
61
|
*/
|
|
62
62
|
type PaginationUiSlot = 'root' | 'list' | 'listItem' | 'ellipsis' | 'first' | 'prev' | 'next' | 'last';
|
|
63
63
|
/**
|
|
64
|
-
* UI class overrides for the
|
|
64
|
+
* UI class overrides for the Pagination component.
|
|
65
65
|
*/
|
|
66
66
|
type PaginationUi = UiClass<PaginationUiSlot>;
|
|
67
67
|
/**
|
|
68
|
-
* Type information for
|
|
68
|
+
* Type information for PageEllipsis.
|
|
69
69
|
*/
|
|
70
70
|
interface PageEllipsis {
|
|
71
71
|
/**
|
|
@@ -74,7 +74,7 @@ interface PageEllipsis {
|
|
|
74
74
|
type: 'ellipsis';
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
|
-
* Type information for
|
|
77
|
+
* Type information for PageItem.
|
|
78
78
|
*/
|
|
79
79
|
interface PageItem {
|
|
80
80
|
/**
|
|
@@ -87,11 +87,11 @@ interface PageItem {
|
|
|
87
87
|
value: number;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
|
-
* Type information for
|
|
90
|
+
* Type information for Pages.
|
|
91
91
|
*/
|
|
92
92
|
type Pages = Array<PageEllipsis | PageItem>;
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* Properties for the PaginationCompact component.
|
|
95
95
|
*/
|
|
96
96
|
interface PaginationCompactProps extends PaginationRootProps {
|
|
97
97
|
/**
|
|
@@ -99,40 +99,40 @@ interface PaginationCompactProps extends PaginationRootProps {
|
|
|
99
99
|
*/
|
|
100
100
|
showFirstOrLast?: boolean;
|
|
101
101
|
/**
|
|
102
|
-
*
|
|
102
|
+
* Properties forwarded to the list element.
|
|
103
103
|
*/
|
|
104
104
|
listProps?: PaginationListProps;
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* Properties forwarded to the list item element.
|
|
107
107
|
*/
|
|
108
108
|
listItemProps?: PaginationListItemProps;
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Properties forwarded to the ellipsis element.
|
|
111
111
|
*/
|
|
112
112
|
ellipsisProps?: PaginationEllipsisProps;
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* Properties forwarded to the first element.
|
|
115
115
|
*/
|
|
116
116
|
firstProps?: PaginationButtonProps;
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* Properties forwarded to the prev element.
|
|
119
119
|
*/
|
|
120
120
|
prevProps?: PaginationButtonProps;
|
|
121
121
|
/**
|
|
122
|
-
*
|
|
122
|
+
* Properties forwarded to the next element.
|
|
123
123
|
*/
|
|
124
124
|
nextProps?: PaginationButtonProps;
|
|
125
125
|
/**
|
|
126
|
-
*
|
|
126
|
+
* Properties forwarded to the last element.
|
|
127
127
|
*/
|
|
128
128
|
lastProps?: PaginationButtonProps;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
131
|
+
* Events for the PaginationCompact component.
|
|
132
132
|
*/
|
|
133
133
|
type PaginationCompactEmits = PaginationRootEmits;
|
|
134
134
|
/**
|
|
135
|
-
* Slots for the
|
|
135
|
+
* Slots for the PaginationCompact component.
|
|
136
136
|
*/
|
|
137
137
|
interface PaginationCompactSlots {
|
|
138
138
|
/**
|
|
@@ -21,8 +21,8 @@ declare const __VLS_base: _$vue.DefineComponent<PopoverCompactProps, {}, {}, {},
|
|
|
21
21
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
22
22
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
|
-
open: boolean;
|
|
25
24
|
defaultOpen: boolean;
|
|
25
|
+
open: boolean;
|
|
26
26
|
showArrow: boolean;
|
|
27
27
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
28
28
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -8,7 +8,7 @@ import { ButtonHTMLAttributes, ShallowRef } from "vue";
|
|
|
8
8
|
|
|
9
9
|
//#region src/components/popover/types.d.ts
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Properties for the PopoverRoot component.
|
|
12
12
|
*/
|
|
13
13
|
interface PopoverRootProps extends DialogBaseProps {
|
|
14
14
|
/**
|
|
@@ -17,11 +17,11 @@ interface PopoverRootProps extends DialogBaseProps {
|
|
|
17
17
|
disabled?: boolean;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Events for the PopoverRoot component.
|
|
21
21
|
*/
|
|
22
22
|
type PopoverRootEmits = DialogRootEmits;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Properties for the PopoverClose component.
|
|
25
25
|
*/
|
|
26
26
|
interface PopoverCloseProps extends PrimitiveProps, /** @vue-ignore */ButtonHTMLAttributes {
|
|
27
27
|
/**
|
|
@@ -30,7 +30,7 @@ interface PopoverCloseProps extends PrimitiveProps, /** @vue-ignore */ButtonHTML
|
|
|
30
30
|
beforeClose?: () => MaybePromise<boolean | void>;
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Events for the PopoverClose component.
|
|
34
34
|
*/
|
|
35
35
|
type PopoverCloseEmits = {
|
|
36
36
|
/**
|
|
@@ -39,27 +39,27 @@ type PopoverCloseEmits = {
|
|
|
39
39
|
close: [];
|
|
40
40
|
};
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Events for the PopoverPositionerImpl component.
|
|
43
43
|
*/
|
|
44
44
|
type PopoverPositionerImplEmits = DismissableLayerEmits & FocusScopeEmits;
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* Properties for the PopoverPositioner component.
|
|
47
47
|
*/
|
|
48
48
|
interface PopoverPositionerProps extends PopperPositionerProps, ForceMountProps {}
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* Events for the PopoverPositioner component.
|
|
51
51
|
*/
|
|
52
52
|
type PopoverPositionerEmits = PopoverPositionerImplEmits;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* Properties for the PopoverPopup component.
|
|
55
55
|
*/
|
|
56
56
|
interface PopoverPopupProps extends PopperPopupProps {}
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* Properties for the PopoverTrigger component.
|
|
59
59
|
*/
|
|
60
60
|
interface PopoverTriggerProps extends PrimitiveProps, /** @vue-ignore */ButtonHTMLAttributes {}
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* Properties for the PopoverCompact component.
|
|
63
63
|
*/
|
|
64
64
|
interface PopoverCompactProps extends PopoverRootProps {
|
|
65
65
|
/**
|
|
@@ -71,36 +71,36 @@ interface PopoverCompactProps extends PopoverRootProps {
|
|
|
71
71
|
*/
|
|
72
72
|
showArrow?: boolean;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* Properties forwarded to the trigger element.
|
|
75
75
|
*/
|
|
76
76
|
triggerProps?: PopoverTriggerProps;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* Properties forwarded to the portal element.
|
|
79
79
|
*/
|
|
80
80
|
portalProps?: PortalProps;
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* Properties forwarded to the positioner element.
|
|
83
83
|
*/
|
|
84
84
|
positionerProps?: PopoverPositionerProps;
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Properties forwarded to the popup element.
|
|
87
87
|
*/
|
|
88
88
|
popupProps?: PopoverPopupProps;
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* Properties forwarded to the arrow element.
|
|
91
91
|
*/
|
|
92
92
|
arrowProps?: PopperArrowProps;
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* Properties forwarded to the close element.
|
|
95
95
|
*/
|
|
96
96
|
closeProps?: PopoverCloseProps;
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
99
|
+
* Events for the PopoverCompact component.
|
|
100
100
|
*/
|
|
101
101
|
type PopoverCompactEmits = PopoverRootEmits & PopoverPositionerEmits;
|
|
102
102
|
/**
|
|
103
|
-
* Slots for the
|
|
103
|
+
* Slots for the PopoverCompact component.
|
|
104
104
|
*/
|
|
105
105
|
interface PopoverCompactSlots {
|
|
106
106
|
/**
|
|
@@ -117,11 +117,11 @@ interface PopoverCompactSlots {
|
|
|
117
117
|
close?: () => any;
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
|
-
* Available UI slots for the
|
|
120
|
+
* Available UI slots for the Popover component.
|
|
121
121
|
*/
|
|
122
122
|
type PopoverUiSlot = PopperUiSlot | 'trigger';
|
|
123
123
|
/**
|
|
124
|
-
* UI class overrides for the
|
|
124
|
+
* UI class overrides for the Popover component.
|
|
125
125
|
*/
|
|
126
126
|
type PopoverUi = UiClass<PopoverUiSlot>;
|
|
127
127
|
//#endregion
|
|
@@ -202,11 +202,11 @@ declare const __VLS_base: _$vue.DefineComponent<PopperPositionerProps, {}, {}, {
|
|
|
202
202
|
'aria-valuemin': string | number;
|
|
203
203
|
'aria-valuenow': string | number;
|
|
204
204
|
'aria-valuetext': string;
|
|
205
|
+
align: Align;
|
|
205
206
|
placement: Placement$1;
|
|
206
207
|
side: _$_floating_ui_utils0.Side;
|
|
207
208
|
sideOffset: number;
|
|
208
209
|
sideFlip: boolean;
|
|
209
|
-
align: Align;
|
|
210
210
|
alignOffset: number;
|
|
211
211
|
alignFlip: boolean;
|
|
212
212
|
avoidCollisions: boolean;
|