@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
|
@@ -4,23 +4,23 @@ import { ComputedRef, HTMLAttributes, ShallowRef } from "vue";
|
|
|
4
4
|
|
|
5
5
|
//#region src/components/layout/types.d.ts
|
|
6
6
|
/**
|
|
7
|
-
* Type information for
|
|
7
|
+
* Type information for LayoutVariant.
|
|
8
8
|
*/
|
|
9
9
|
type LayoutVariant = 'sidebar' | 'floating' | 'inset';
|
|
10
10
|
/**
|
|
11
|
-
* Type information for
|
|
11
|
+
* Type information for LayoutSide.
|
|
12
12
|
*/
|
|
13
13
|
type LayoutSide = HorizontalSide;
|
|
14
14
|
/**
|
|
15
|
-
* Type information for
|
|
15
|
+
* Type information for LayoutCollapsible.
|
|
16
16
|
*/
|
|
17
17
|
type LayoutCollapsible = 'offcanvas' | 'icon';
|
|
18
18
|
/**
|
|
19
|
-
* State values for
|
|
19
|
+
* State values for LayoutSidebarState.
|
|
20
20
|
*/
|
|
21
21
|
type LayoutSidebarState = 'expanded' | 'collapsed';
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Properties for the LayoutRoot component.
|
|
24
24
|
*/
|
|
25
25
|
interface LayoutRootProps extends /** @vue-ignore */HTMLAttributes {
|
|
26
26
|
/** The controlled open state of the layout. Can be bound with `v-model`. */
|
|
@@ -115,7 +115,7 @@ interface LayoutRootProps extends /** @vue-ignore */HTMLAttributes {
|
|
|
115
115
|
pxToRem?: (px: number) => number;
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* Events for the LayoutRoot component.
|
|
119
119
|
*/
|
|
120
120
|
type LayoutRootEmits = {
|
|
121
121
|
/**
|
|
@@ -124,39 +124,39 @@ type LayoutRootEmits = {
|
|
|
124
124
|
'update:open': [open: boolean];
|
|
125
125
|
};
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* Properties for the LayoutSidebar component.
|
|
128
128
|
*/
|
|
129
129
|
interface LayoutSidebarProps extends /** @vue-ignore */HTMLAttributes {}
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
131
|
+
* Properties for the LayoutRail component.
|
|
132
132
|
*/
|
|
133
133
|
interface LayoutRailProps extends /** @vue-ignore */HTMLAttributes {}
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* Properties for the LayoutMain component.
|
|
136
136
|
*/
|
|
137
137
|
interface LayoutMainProps extends /** @vue-ignore */HTMLAttributes {}
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* Properties for the LayoutHeader component.
|
|
140
140
|
*/
|
|
141
141
|
interface LayoutHeaderProps extends /** @vue-ignore */HTMLAttributes {}
|
|
142
142
|
/**
|
|
143
|
-
*
|
|
143
|
+
* Properties for the LayoutTab component.
|
|
144
144
|
*/
|
|
145
145
|
interface LayoutTabProps extends /** @vue-ignore */HTMLAttributes {}
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Properties for the LayoutContent component.
|
|
148
148
|
*/
|
|
149
149
|
interface LayoutContentProps extends /** @vue-ignore */HTMLAttributes {}
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Properties for the LayoutFooter component.
|
|
152
152
|
*/
|
|
153
153
|
interface LayoutFooterProps extends /** @vue-ignore */HTMLAttributes {}
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
155
|
+
* Properties for the LayoutTrigger component.
|
|
156
156
|
*/
|
|
157
157
|
interface LayoutTriggerProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
158
158
|
/**
|
|
159
|
-
*
|
|
159
|
+
* Properties for the LayoutMobile component.
|
|
160
160
|
*/
|
|
161
161
|
interface LayoutMobileProps extends /** @vue-ignore */HTMLAttributes {}
|
|
162
162
|
interface LayoutOthersProps {
|
|
@@ -170,15 +170,15 @@ interface LayoutOthersProps {
|
|
|
170
170
|
mobileProps?: LayoutMobileProps;
|
|
171
171
|
}
|
|
172
172
|
/**
|
|
173
|
-
*
|
|
173
|
+
* Properties for the LayoutCompact component.
|
|
174
174
|
*/
|
|
175
175
|
interface LayoutCompactProps extends LayoutRootProps, LayoutOthersProps {}
|
|
176
176
|
/**
|
|
177
|
-
*
|
|
177
|
+
* Events for the LayoutCompact component.
|
|
178
178
|
*/
|
|
179
179
|
type LayoutCompactEmits = LayoutRootEmits;
|
|
180
180
|
/**
|
|
181
|
-
* Slots for the
|
|
181
|
+
* Slots for the LayoutCompact component.
|
|
182
182
|
*/
|
|
183
183
|
type LayoutCompactSlots = {
|
|
184
184
|
/**
|
|
@@ -210,11 +210,11 @@ type LayoutCompactSlots = {
|
|
|
210
210
|
footer?: () => any;
|
|
211
211
|
};
|
|
212
212
|
/**
|
|
213
|
-
* Type information for
|
|
213
|
+
* Type information for LayoutClassicScrollBehavior.
|
|
214
214
|
*/
|
|
215
215
|
type LayoutClassicScrollBehavior = 'wrapper' | 'content';
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* Properties for the LayoutClassicRoot component.
|
|
218
218
|
*/
|
|
219
219
|
interface LayoutClassicRootProps extends Omit<LayoutRootProps, 'variant' | 'collapsible'> {
|
|
220
220
|
/**
|
|
@@ -255,35 +255,35 @@ interface LayoutClassicRootProps extends Omit<LayoutRootProps, 'variant' | 'coll
|
|
|
255
255
|
stretchFooter?: boolean;
|
|
256
256
|
}
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
258
|
+
* Events for the LayoutClassicRoot component.
|
|
259
259
|
*/
|
|
260
260
|
type LayoutClassicRootEmits = LayoutRootEmits;
|
|
261
261
|
/**
|
|
262
|
-
*
|
|
262
|
+
* Properties for the LayoutClassicCompact component.
|
|
263
263
|
*/
|
|
264
264
|
interface LayoutClassicCompactProps extends LayoutClassicRootProps, LayoutOthersProps {}
|
|
265
265
|
/**
|
|
266
|
-
*
|
|
266
|
+
* Events for the LayoutClassicCompact component.
|
|
267
267
|
*/
|
|
268
268
|
type LayoutClassicCompactEmits = LayoutClassicRootEmits;
|
|
269
269
|
/**
|
|
270
|
-
* Slots for the
|
|
270
|
+
* Slots for the LayoutClassicCompact component.
|
|
271
271
|
*/
|
|
272
272
|
type LayoutClassicCompactSlots = LayoutCompactSlots;
|
|
273
273
|
/**
|
|
274
|
-
* Available UI slots for the
|
|
274
|
+
* Available UI slots for the Layout component.
|
|
275
275
|
*/
|
|
276
276
|
type LayoutUiSlot = 'root' | 'sidebar' | 'sidebarRoot' | 'sidebarWrapper' | 'sidebarGapHandler' | 'main' | 'header' | 'tab' | 'content' | 'footer' | 'rail' | 'trigger' | 'mobile' | 'mobileDrawer' | 'mobileOverlay';
|
|
277
277
|
/**
|
|
278
|
-
* UI class overrides for the
|
|
278
|
+
* UI class overrides for the Layout component.
|
|
279
279
|
*/
|
|
280
280
|
type LayoutUi = UiClass<LayoutUiSlot>;
|
|
281
281
|
/**
|
|
282
|
-
* Available UI slots for the
|
|
282
|
+
* Available UI slots for the LayoutClassic component.
|
|
283
283
|
*/
|
|
284
284
|
type LayoutClassicUiSlot = LayoutUiSlot | 'headerPlaceholder' | 'tabPlaceholder' | 'footerPlaceholder';
|
|
285
285
|
/**
|
|
286
|
-
* UI class overrides for the
|
|
286
|
+
* UI class overrides for the LayoutClassic component.
|
|
287
287
|
*/
|
|
288
288
|
type LayoutClassicUi = UiClass<LayoutClassicUiSlot>;
|
|
289
289
|
//#endregion
|
|
@@ -4,7 +4,7 @@ import { RouteLocationRaw } from "vue-router";
|
|
|
4
4
|
|
|
5
5
|
//#region src/components/link/types.d.ts
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Properties for the Link component.
|
|
8
8
|
*/
|
|
9
9
|
interface LinkProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {
|
|
10
10
|
/**
|
|
@@ -89,15 +89,15 @@ interface LinkProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {
|
|
|
89
89
|
trailingSlash?: 'append' | 'remove';
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
|
-
* Type information for
|
|
92
|
+
* Type information for LinkBasePropsKey.
|
|
93
93
|
*/
|
|
94
94
|
type LinkBasePropsKey = Extract<keyof LinkProps, 'to' | 'href' | 'external' | 'target'>;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Properties for the LinkBase component.
|
|
97
97
|
*/
|
|
98
98
|
interface LinkBaseProps extends Pick<LinkProps, LinkBasePropsKey> {}
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
* Properties for the LinkExtra component.
|
|
101
101
|
*/
|
|
102
102
|
interface LinkExtraProps extends Omit<LinkProps, LinkBasePropsKey> {}
|
|
103
103
|
//#endregion
|
|
@@ -3,31 +3,31 @@ import { HTMLAttributes } from "vue";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/list/types.d.ts
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Properties for the ListRoot component.
|
|
7
7
|
*/
|
|
8
8
|
interface ListRootProps extends /** @vue-ignore */HTMLAttributes {}
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Properties for the ListItem component.
|
|
11
11
|
*/
|
|
12
12
|
interface ListItemProps extends /** @vue-ignore */HTMLAttributes {}
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Properties for the ListContent component.
|
|
15
15
|
*/
|
|
16
16
|
interface ListContentProps extends /** @vue-ignore */HTMLAttributes {}
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Properties for the ListTitle component.
|
|
19
19
|
*/
|
|
20
20
|
interface ListTitleProps extends /** @vue-ignore */HTMLAttributes {}
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Properties for the ListDescription component.
|
|
23
23
|
*/
|
|
24
24
|
interface ListDescriptionProps extends /** @vue-ignore */HTMLAttributes {}
|
|
25
25
|
/**
|
|
26
|
-
* Available UI slots for the
|
|
26
|
+
* Available UI slots for the List component.
|
|
27
27
|
*/
|
|
28
28
|
type ListUiSlot = 'root' | 'item' | 'content' | 'title' | 'description';
|
|
29
29
|
/**
|
|
30
|
-
* UI class overrides for the
|
|
30
|
+
* UI class overrides for the List component.
|
|
31
31
|
*/
|
|
32
32
|
type ListUi = UiClass<ListUiSlot>;
|
|
33
33
|
//#endregion
|
|
@@ -6,8 +6,8 @@ import * as _$vue from "vue";
|
|
|
6
6
|
declare const __VLS_export: <M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
7
7
|
props: _$vue.PublicProps & __VLS_PrettifyLocal<ListboxRootProps<M> & {
|
|
8
8
|
"onUpdate:modelValue"?: ((value: M extends true ? string[] : string) => any) | undefined;
|
|
9
|
-
onHighlight?: ((payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => any) | undefined;
|
|
10
9
|
onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
|
|
10
|
+
onHighlight?: ((payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => any) | undefined;
|
|
11
11
|
onLeave?: ((event: Event) => any) | undefined;
|
|
12
12
|
}> & (typeof globalThis extends {
|
|
13
13
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -25,7 +25,7 @@ declare const __VLS_export: <M extends boolean>(__VLS_props: NonNullable<Awaited
|
|
|
25
25
|
modelValue: (M extends true ? string[] : string) | undefined;
|
|
26
26
|
}) => any;
|
|
27
27
|
};
|
|
28
|
-
emit: ((evt: "update:modelValue", value: M extends true ? string[] : string) => void) & ((evt: "
|
|
28
|
+
emit: ((evt: "update:modelValue", value: M extends true ? string[] : string) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "highlight", payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => void) & ((evt: "leave", event: Event) => void);
|
|
29
29
|
}>) => _$vue.VNode & {
|
|
30
30
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
31
31
|
};
|
|
@@ -9,7 +9,7 @@ import { VirtualItem, Virtualizer } from "@tanstack/vue-virtual";
|
|
|
9
9
|
|
|
10
10
|
//#region src/components/listbox/types.d.ts
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Properties for the ListboxRoot component.
|
|
13
13
|
*/
|
|
14
14
|
interface ListboxRootProps<M extends boolean = false> extends SelectionProps<M>, FormFieldCommonProps, /** @vue-ignore */HTMLAttributes {
|
|
15
15
|
/** The orientation of the listbox. <br>Mainly so arrow navigation is done accordingly (left & right vs. up & down) */
|
|
@@ -28,7 +28,7 @@ interface ListboxRootProps<M extends boolean = false> extends SelectionProps<M>,
|
|
|
28
28
|
* Value associated with the current item.
|
|
29
29
|
*/
|
|
30
30
|
/**
|
|
31
|
-
* Type information for
|
|
31
|
+
* Type information for ListboxCollectionItemData.
|
|
32
32
|
*/
|
|
33
33
|
/**
|
|
34
34
|
* Value associated with the current item.
|
|
@@ -37,7 +37,7 @@ type ListboxCollectionItemData = {
|
|
|
37
37
|
value: string;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Events for the ListboxRoot component.
|
|
41
41
|
*/
|
|
42
42
|
type ListboxRootEmits<M extends boolean = false> = SelectionEmits<M> & {
|
|
43
43
|
/** Event handler when highlighted element changes. */highlight: [payload?: CollectionItemData<ListboxCollectionItemData>]; /** Event handler called when container is being focused. Can be prevented. */
|
|
@@ -45,7 +45,7 @@ type ListboxRootEmits<M extends boolean = false> = SelectionEmits<M> & {
|
|
|
45
45
|
leave: [event: Event];
|
|
46
46
|
};
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Properties for the ListboxItem component.
|
|
49
49
|
*/
|
|
50
50
|
interface ListboxItemProps extends PrimitiveProps, /** @vue-ignore */Omit<HTMLAttributes, 'onSelect'> {
|
|
51
51
|
/** The value given as data when submitted with a `name`. */
|
|
@@ -54,25 +54,25 @@ interface ListboxItemProps extends PrimitiveProps, /** @vue-ignore */Omit<HTMLAt
|
|
|
54
54
|
disabled?: boolean;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* Events for the ListboxItem component.
|
|
58
58
|
*/
|
|
59
59
|
type ListboxItemEmits = {
|
|
60
60
|
/** Event handler called when the selecting item. <br> It can be prevented by calling `event.preventDefault`. */select: [event: SelectEvent<string>];
|
|
61
61
|
};
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Properties for the ListboxItemIndicator component.
|
|
64
64
|
*/
|
|
65
65
|
interface ListboxItemIndicatorProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Properties for the ListboxGroup component.
|
|
68
68
|
*/
|
|
69
69
|
interface ListboxGroupProps extends /** @vue-ignore */HTMLAttributes {}
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Properties for the ListboxGroupLabel component.
|
|
72
72
|
*/
|
|
73
73
|
interface ListboxGroupLabelProps extends /** @vue-ignore */HTMLAttributes {}
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Properties for the ListboxFilter component.
|
|
76
76
|
*/
|
|
77
77
|
interface ListboxFilterProps extends InputRootProps {
|
|
78
78
|
/**
|
|
@@ -87,15 +87,15 @@ interface ListboxFilterProps extends InputRootProps {
|
|
|
87
87
|
controlProps?: InputControlProps;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* Events for the ListboxFilter component.
|
|
91
91
|
*/
|
|
92
92
|
type ListboxFilterEmits = InputRootEmits;
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* Properties for the ListboxContent component.
|
|
95
95
|
*/
|
|
96
96
|
interface ListboxContentProps extends /** @vue-ignore */HTMLAttributes {}
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* Properties for the ListboxVirtualizer component.
|
|
99
99
|
*/
|
|
100
100
|
interface ListboxVirtualizerProps {
|
|
101
101
|
/** List of items */
|
|
@@ -108,7 +108,7 @@ interface ListboxVirtualizerProps {
|
|
|
108
108
|
textContent?: (option: string) => string;
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* Properties for the ListboxVirtualizerSlots component.
|
|
112
112
|
*/
|
|
113
113
|
type ListboxVirtualizerSlotsProps = {
|
|
114
114
|
/**
|
|
@@ -125,7 +125,7 @@ type ListboxVirtualizerSlotsProps = {
|
|
|
125
125
|
virtualItem: VirtualItem;
|
|
126
126
|
};
|
|
127
127
|
/**
|
|
128
|
-
* Slots for the
|
|
128
|
+
* Slots for the ListboxVirtualizer component.
|
|
129
129
|
*/
|
|
130
130
|
type ListboxVirtualizerSlots = {
|
|
131
131
|
/**
|
|
@@ -134,11 +134,11 @@ type ListboxVirtualizerSlots = {
|
|
|
134
134
|
default: (props: ListboxVirtualizerSlotsProps) => any;
|
|
135
135
|
};
|
|
136
136
|
/**
|
|
137
|
-
* Available UI slots for the
|
|
137
|
+
* Available UI slots for the Listbox component.
|
|
138
138
|
*/
|
|
139
139
|
type ListboxUiSlot = 'root' | 'content' | 'filterRoot' | 'filterControl' | 'item' | 'itemIndicator' | 'group' | 'groupLabel' | 'virtualizer';
|
|
140
140
|
/**
|
|
141
|
-
* UI class overrides for the
|
|
141
|
+
* UI class overrides for the Listbox component.
|
|
142
142
|
*/
|
|
143
143
|
type ListboxUi = UiClass<ListboxUiSlot>;
|
|
144
144
|
//#endregion
|
|
@@ -8,21 +8,21 @@ type __VLS_Slots = {} & {
|
|
|
8
8
|
default?: (props: typeof __VLS_10) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: _$vue.DefineComponent<MenuContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
11
|
-
entryFocus: (event: Event) => any;
|
|
12
11
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
13
12
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
14
13
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
15
14
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
16
15
|
openAutoFocus: (event: Event) => any;
|
|
17
16
|
closeAutoFocus: (event: Event) => any;
|
|
17
|
+
entryFocus: (event: Event) => any;
|
|
18
18
|
}, string, _$vue.PublicProps, Readonly<MenuContentProps> & Readonly<{
|
|
19
|
-
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
20
19
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
21
20
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
22
21
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
23
22
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
24
23
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
25
24
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
25
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
27
27
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
28
|
declare const _default: typeof __VLS_export;
|
|
@@ -8,20 +8,20 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue>(__VLS_props:
|
|
|
8
8
|
props: _$vue.PublicProps & __VLS_PrettifyLocal<MenuOptionCompactProps<T> & {
|
|
9
9
|
onSelect?: ((item: MenuOptionData<T>, event: Event) => any) | undefined;
|
|
10
10
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
11
|
-
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
12
11
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
13
12
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
14
13
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
15
14
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
16
15
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
17
16
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
17
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
18
18
|
}> & (typeof globalThis extends {
|
|
19
19
|
__VLS_PROPS_FALLBACK: infer P;
|
|
20
20
|
} ? P : {});
|
|
21
21
|
expose: (exposed: {}) => void;
|
|
22
22
|
attrs: any;
|
|
23
23
|
slots: MenuOptionCompactSlots<T>;
|
|
24
|
-
emit: ((evt: "select", item: MenuOptionData<T>, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "
|
|
24
|
+
emit: ((evt: "select", item: MenuOptionData<T>, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: FocusOutsideEvent) => void) & ((evt: "interactOutside", event: PointerDownOutsideEvent | FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void) & ((evt: "entryFocus", event: Event) => void);
|
|
25
25
|
}>) => _$vue.VNode & {
|
|
26
26
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
27
27
|
};
|
|
@@ -8,20 +8,20 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue>(__VLS_props:
|
|
|
8
8
|
props: _$vue.PublicProps & __VLS_PrettifyLocal<MenuOptionsCompactProps<T> & {
|
|
9
9
|
onSelect?: ((item: MenuOptionData<T>, event: Event) => any) | undefined;
|
|
10
10
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
11
|
-
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
12
11
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
13
12
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
14
13
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
15
14
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
16
15
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
17
16
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
17
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
18
18
|
}> & (typeof globalThis extends {
|
|
19
19
|
__VLS_PROPS_FALLBACK: infer P;
|
|
20
20
|
} ? P : {});
|
|
21
21
|
expose: (exposed: {}) => void;
|
|
22
22
|
attrs: any;
|
|
23
23
|
slots: MenuOptionsCompactSlots<T>;
|
|
24
|
-
emit: ((evt: "select", item: MenuOptionData<T>, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "
|
|
24
|
+
emit: ((evt: "select", item: MenuOptionData<T>, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: FocusOutsideEvent) => void) & ((evt: "interactOutside", event: PointerDownOutsideEvent | FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void) & ((evt: "entryFocus", event: Event) => void);
|
|
25
25
|
}>) => _$vue.VNode & {
|
|
26
26
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
27
27
|
};
|
|
@@ -8,21 +8,21 @@ type __VLS_Slots = {} & {
|
|
|
8
8
|
default?: (props: typeof __VLS_14) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: _$vue.DefineComponent<MenuSubContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
11
|
-
entryFocus: (event: Event) => any;
|
|
12
11
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
13
12
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
14
13
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
15
14
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
16
15
|
openAutoFocus: (event: Event) => any;
|
|
17
16
|
closeAutoFocus: (event: Event) => any;
|
|
17
|
+
entryFocus: (event: Event) => any;
|
|
18
18
|
}, string, _$vue.PublicProps, Readonly<MenuSubContentProps> & Readonly<{
|
|
19
|
-
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
20
19
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
21
20
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
22
21
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
23
22
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
24
23
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
25
24
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
25
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
27
|
prioritizePosition: boolean;
|
|
28
28
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|