@soybeanjs/headless 0.16.0 → 0.17.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/dist/components/_icon/types.d.ts +9 -0
- package/dist/components/accordion/types.d.ts +87 -0
- package/dist/components/affix/types.d.ts +39 -0
- package/dist/components/alert/types.d.ts +78 -0
- package/dist/components/anchor/anchor-compact.js +1 -1
- package/dist/components/anchor/{anchor-compact-item.js → anchor-item-compact.js} +1 -1
- package/dist/components/anchor/anchor-item-compact.vue.d.ts +8 -0
- package/dist/components/anchor/anchor-link.js +1 -1
- package/dist/components/anchor/anchor-root.vue.d.ts +1 -1
- package/dist/components/anchor/index.d.ts +5 -4
- package/dist/components/anchor/index.js +1 -1
- package/dist/components/anchor/types.d.ts +122 -10
- package/dist/components/arrow/types.d.ts +3 -0
- package/dist/components/aspect-ratio/types.d.ts +3 -0
- package/dist/components/autocomplete/autocomplete-compact.vue.d.ts +2 -2
- package/dist/components/autocomplete/autocomplete-root.vue.d.ts +3 -3
- package/dist/components/autocomplete/types.d.ts +141 -0
- package/dist/components/avatar/types.d.ts +18 -0
- package/dist/components/backtop/backtop.vue.d.ts +9 -3
- package/dist/components/backtop/index.d.ts +2 -2
- package/dist/components/backtop/types.d.ts +19 -12
- package/dist/components/badge/types.d.ts +21 -0
- package/dist/components/bottom-sheet/bottom-sheet-compact.js +1 -1
- package/dist/components/bottom-sheet/bottom-sheet-root-nested.js +1 -1
- package/dist/components/bottom-sheet/bottom-sheet-root-nested.vue.d.ts +2 -2
- package/dist/components/bottom-sheet/bottom-sheet-root.js +1 -1
- package/dist/components/bottom-sheet/types.d.ts +99 -0
- package/dist/components/breadcrumb/index.d.ts +2 -2
- package/dist/components/breadcrumb/types.d.ts +103 -1
- package/dist/components/button/types.d.ts +16 -1
- package/dist/components/calendar/calendar-root.js +1 -1
- package/dist/components/calendar/types.d.ts +363 -0
- package/dist/components/card/types.d.ts +90 -0
- package/dist/components/carousel/types.d.ts +42 -0
- package/dist/components/checkbox/types.d.ts +111 -0
- package/dist/components/clipboard/types.d.ts +42 -0
- package/dist/components/collapsible/types.d.ts +18 -0
- package/dist/components/color-area/color-area-root.vue.d.ts +1 -1
- package/dist/components/color-area/types.d.ts +60 -0
- package/dist/components/color-field/color-field-root.vue.d.ts +2 -2
- package/dist/components/color-field/types.d.ts +51 -0
- package/dist/components/color-picker/color-picker-root.vue.d.ts +1 -1
- package/dist/components/color-picker/types.d.ts +39 -0
- package/dist/components/color-slider/color-slider-root.vue.d.ts +1 -1
- package/dist/components/color-slider/types.d.ts +60 -0
- package/dist/components/color-swatch/types.d.ts +9 -0
- package/dist/components/color-swatch-picker/types.d.ts +27 -0
- package/dist/components/combobox/combobox-compact.vue.d.ts +2 -2
- package/dist/components/combobox/combobox-root.vue.d.ts +2 -2
- package/dist/components/combobox/types.d.ts +237 -0
- package/dist/components/command/types.d.ts +147 -0
- package/dist/components/config-provider/config-provider.vue.d.ts +1 -1
- package/dist/components/config-provider/types.d.ts +3 -0
- package/dist/components/context-menu/context-menu-checkbox-compact.js +1 -1
- package/dist/components/context-menu/context-menu-compact.js +1 -1
- package/dist/components/context-menu/context-menu-radio-compact.js +1 -1
- package/dist/components/context-menu/context-menu-root.js +1 -1
- package/dist/components/context-menu/context-menu-wrapper-compact.js +1 -1
- package/dist/components/context-menu/types.d.ts +78 -0
- package/dist/components/date-field/date-field-root.vue.d.ts +2 -2
- package/dist/components/date-field/types.d.ts +147 -0
- package/dist/components/date-picker/context.js +1 -1
- package/dist/components/date-picker/date-picker-compact.js +1 -0
- package/dist/components/date-picker/date-picker-compact.vue.d.ts +27 -0
- package/dist/components/date-picker/date-picker-content.js +1 -0
- package/dist/components/date-picker/date-picker-content.vue.d.ts +33 -0
- package/dist/components/date-picker/date-picker-root.js +1 -1
- package/dist/components/date-picker/date-picker-root.vue.d.ts +9 -14
- package/dist/components/date-picker/index.d.ts +8 -5
- package/dist/components/date-picker/index.js +1 -1
- package/dist/components/date-picker/types.d.ts +236 -10
- package/dist/components/date-range-field/date-range-field-root.vue.d.ts +2 -2
- package/dist/components/date-range-field/types.d.ts +192 -0
- 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 +189 -0
- package/dist/components/dialog/dialog-compact.js +1 -1
- package/dist/components/dialog/dialog-compact.vue.d.ts +5 -5
- package/dist/components/dialog/dialog-root.js +1 -1
- package/dist/components/dialog/types.d.ts +196 -2
- package/dist/components/dropdown-menu/dropdown-menu-checkbox-compact.js +1 -1
- package/dist/components/dropdown-menu/dropdown-menu-compact.js +1 -1
- package/dist/components/dropdown-menu/dropdown-menu-radio-compact.js +1 -1
- package/dist/components/dropdown-menu/dropdown-menu-root.js +1 -1
- package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +1 -1
- package/dist/components/dropdown-menu/dropdown-menu-wrapper-compact.js +1 -1
- package/dist/components/dropdown-menu/types.d.ts +84 -0
- package/dist/components/editable/types.d.ts +123 -0
- package/dist/components/empty/types.d.ts +24 -0
- package/dist/components/form/core/types.d.ts +396 -13
- package/dist/components/form/types.d.ts +27 -0
- package/dist/components/hover-card/hover-card-positioner-impl.js +1 -1
- package/dist/components/hover-card/types.d.ts +57 -0
- package/dist/components/input/types.d.ts +21 -0
- package/dist/components/input-number/types.d.ts +30 -0
- package/dist/components/input-otp/index.d.ts +1 -2
- package/dist/components/input-otp/index.js +1 -1
- package/dist/components/input-otp/input-otp-compact.vue.d.ts +4 -4
- package/dist/components/input-otp/input-otp-root.vue.d.ts +5 -5
- package/dist/components/input-otp/types.d.ts +186 -0
- package/dist/components/kbd/types.d.ts +6 -0
- package/dist/components/label/types.d.ts +3 -0
- package/dist/components/layout/layout-root.vue.d.ts +1 -1
- package/dist/components/layout/types.d.ts +124 -10
- package/dist/components/link/types.d.ts +12 -0
- package/dist/components/list/types.d.ts +21 -0
- package/dist/components/listbox/types.d.ts +66 -0
- package/dist/components/menu/menu-option-compact.js +1 -1
- package/dist/components/menu/menu-options-compact.js +1 -1
- package/dist/components/menu/menu-root.js +1 -1
- package/dist/components/menu/types.d.ts +266 -2
- package/dist/components/menubar/menubar-compact.js +1 -1
- package/dist/components/menubar/types.d.ts +72 -0
- package/dist/components/month-picker/month-picker-root.vue.d.ts +4 -4
- package/dist/components/month-picker/types.d.ts +141 -0
- package/dist/components/month-range-picker/month-range-picker-root.vue.d.ts +4 -4
- package/dist/components/month-range-picker/types.d.ts +165 -0
- package/dist/components/navigation-menu/types.d.ts +87 -0
- package/dist/components/page-tabs/types.d.ts +24 -0
- package/dist/components/pagination/types.d.ts +96 -0
- package/dist/components/popover/context.d.ts +9 -0
- package/dist/components/popover/context.js +1 -1
- package/dist/components/popover/index.d.ts +6 -6
- package/dist/components/popover/index.js +1 -1
- package/dist/components/popover/popover-compact.js +1 -1
- package/dist/components/popover/popover-root.js +1 -1
- package/dist/components/popover/popover-root.vue.d.ts +0 -2
- package/dist/components/popover/popover-trigger.js +1 -1
- package/dist/components/popover/types.d.ts +94 -6
- package/dist/components/popper/popper-positioner.vue.d.ts +2 -2
- package/dist/components/popper/types.d.ts +21 -0
- package/dist/components/portal/types.d.ts +3 -0
- package/dist/components/primitive/types.d.ts +6 -0
- package/dist/components/progress/types.d.ts +81 -0
- package/dist/components/radio-group/types.d.ts +66 -0
- package/dist/components/range-calendar/range-calendar-root.vue.d.ts +2 -2
- package/dist/components/range-calendar/types.d.ts +330 -0
- package/dist/components/roving-focus/roving-focus-group.vue.d.ts +1 -1
- package/dist/components/roving-focus/types.d.ts +18 -0
- package/dist/components/scroll-area/types.d.ts +33 -0
- package/dist/components/segment/types.d.ts +36 -0
- package/dist/components/select/select-content.vue.d.ts +1 -1
- package/dist/components/select/types.d.ts +240 -0
- package/dist/components/separator/types.d.ts +12 -0
- package/dist/components/skeleton/types.d.ts +3 -0
- package/dist/components/slider/slider-root.vue.d.ts +1 -1
- package/dist/components/slider/types.d.ts +90 -0
- package/dist/components/splitter/splitter-panel.vue.d.ts +2 -2
- package/dist/components/splitter/types.d.ts +114 -0
- package/dist/components/stepper/stepper-root.vue.d.ts +1 -1
- package/dist/components/stepper/types.d.ts +96 -0
- package/dist/components/switch/types.d.ts +21 -0
- package/dist/components/table/types.d.ts +819 -0
- package/dist/components/tabs/tabs-root.vue.d.ts +1 -1
- package/dist/components/tabs/types.d.ts +75 -0
- package/dist/components/tag/types.d.ts +12 -0
- package/dist/components/tags-input/tags-input-root.vue.d.ts +2 -2
- package/dist/components/tags-input/types.d.ts +63 -0
- package/dist/components/textarea/types.d.ts +27 -0
- package/dist/components/time-field/time-field-root.vue.d.ts +1 -1
- package/dist/components/time-field/types.d.ts +138 -0
- package/dist/components/time-picker/time-picker-root.vue.d.ts +6 -6
- package/dist/components/time-picker/types.d.ts +156 -0
- package/dist/components/time-range-field/time-range-field-root.vue.d.ts +2 -2
- package/dist/components/time-range-field/types.d.ts +192 -0
- 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 +201 -0
- package/dist/components/toast/toaster.vue.d.ts +2 -2
- package/dist/components/toast/types.d.ts +224 -4
- package/dist/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/components/toggle/types.d.ts +9 -0
- package/dist/components/toggle-group/types.d.ts +15 -0
- package/dist/components/toolbar/types.d.ts +48 -0
- package/dist/components/tooltip/types.d.ts +27 -0
- package/dist/components/tree/types.d.ts +75 -0
- package/dist/components/tree-menu/tree-menu-root.vue.d.ts +1 -1
- package/dist/components/tree-menu/types.d.ts +60 -0
- package/dist/components/virtualizer/types.d.ts +33 -0
- package/dist/components/visually-hidden/types.d.ts +30 -0
- package/dist/components/year-picker/types.d.ts +144 -0
- package/dist/components/year-picker/year-picker-root.vue.d.ts +4 -4
- package/dist/components/year-range-picker/types.d.ts +168 -0
- package/dist/components/year-range-picker/year-range-picker-root.vue.d.ts +4 -4
- package/dist/composables/use-collection.js +1 -1
- package/dist/constants/components.d.ts +5 -5
- package/dist/constants/components.js +1 -1
- package/dist/constants/index.d.ts +2 -1
- package/dist/constants/index.js +1 -1
- package/dist/{components/input-otp → constants}/regexp.d.ts +1 -1
- package/dist/date/parts.d.ts +1 -1
- package/dist/index.d.ts +418 -417
- package/dist/index.js +1 -1
- package/dist/namespaced/index.d.ts +877 -872
- package/dist/namespaced/index.js +1 -1
- package/dist/node_modules/.pnpm/@soybeanjs_utils@0.1.1/node_modules/@soybeanjs/utils/dist/index.js +1 -1
- package/dist/resolver/index.js +1 -1
- package/dist/shared/index.d.ts +2 -2
- package/dist/shared/index.js +1 -1
- package/dist/shared/string.d.ts +1 -34
- package/dist/shared/string.js +1 -1
- package/dist/types/common.d.ts +9 -1
- package/dist/types/dom.d.ts +3 -1
- package/dist/types/event.d.ts +10 -1
- package/dist/types/index.d.ts +5 -4
- package/dist/types/index.js +0 -0
- package/dist/types/vue.d.ts +4 -1
- package/package.json +6 -1
- package/dist/components/date-picker/date-picker-popup.js +0 -1
- package/dist/components/date-picker/date-picker-popup.vue.d.ts +0 -21
- package/dist/components/date-picker/date-picker-trigger.js +0 -1
- package/dist/components/date-picker/date-picker-trigger.vue.d.ts +0 -21
- /package/dist/{components/input-otp → constants}/regexp.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{e}from"../../node_modules/.pnpm/@soybeanjs_utils@0.1.1/node_modules/@soybeanjs/utils/dist/index.js";import{useForwardListeners as t}from"../../composables/use-forward-listeners.js";import{usePickProps as n}from"../../composables/use-props.js";import"../../composables/index.js";import r from"../_icon/icon.js";import i from"../portal/portal.js";import a from"../link/link.js";import{useMenuUi as o}from"../menu/context.js";import s from"../menu/menu-options-compact.js";import"../menu/index.js";import c from"./menubar-root.js";import l from"./menubar-menu.js";import u from"./menubar-trigger.js";import d from"./menubar-content.js";import{Fragment as f,computed as p,createBlock as m,createCommentVNode as h,createElementBlock as g,createElementVNode as _,createSlots as v,createVNode as y,defineComponent as b,mergeProps as x,normalizeClass as S,openBlock as C,renderList as w,renderSlot as T,toDisplayString as E,toHandlers as D,unref as O,useSlots as k,withCtx as A}from"vue";const j=b({name:`MenubarCompact`,__name:`menubar-compact`,props:{disabled:{type:Boolean},placement:{},showArrow:{type:Boolean},triggerProps:{},portalProps:{},contentProps:{},popupProps:{},arrowProps:{},modelValue:{},defaultValue:{},dir:{},loop:{type:Boolean},asChild:{type:Boolean},as:{},items:{},activeValue:{},itemProps:{},linkProps:{},groupProps:{},groupLabelProps:{},subProps:{},subTriggerProps:{},subContentProps:{},separatorProps:{},shortcutProps:{}},emits:[`update:modelValue`,`escapeKeyDown`,`pointerDownOutside`,`focusOutside`,`interactOutside`,`openAutoFocus`,`closeAutoFocus`,`entryFocus`,`update:open`,`select`],setup(b,{emit:j}){let M=b,N=j,P=k(),F=n(M,[`as`,`modelValue`,`defaultValue`,`dir`,`loop`]),I=n(M,[`items`,`activeValue`,`itemProps`,`linkProps`,`groupProps`,`groupLabelProps`,`portalProps`,`subTriggerProps`,`subContentProps`,`separatorProps`,`shortcutProps`]),L=t(N),R=p(()=>e(P).filter(e=>e!==`trigger`)),z=o(),B=p(()=>({...M.triggerProps,disabled:M.disabled??M.triggerProps?.disabled})),V=p(()=>({...M.contentProps,popupProps:M.popupProps??M.contentProps?.popupProps,placement:M.placement??M.contentProps?.placement,sideOffset:M.contentProps?.sideOffset??(M.showArrow?0:8)}));return(e,t)=>(C(),m(c,x(O(F),D(O(L))),{default:A(()=>[(C(!0),g(f,null,w(b.items,t=>(C(),m(l,{key:t.value,value:t.value},{default:A(()=>[t.to||t.href?(C(),m(u,x({key:0,ref_for:!0},B.value,{"as-child":``}),{default:A(()=>[y(a,x({ref_for:!0},b.linkProps,{disabled:t.disabled,to:t.to,href:t.href,target:t.target,external:t.external}),{default:A(({isHref:n})=>[T(e.$slots,`trigger`,{item:t},()=>[T(e.$slots,`item-leading`,{item:t},()=>[t.icon?(C(),m(r,{key:0,icon:t.icon,class:S(O(z).itemIcon)},null,8,[`icon`,`class`])):h(`v-if`,!0)]),_(`span`,null,E(t.label),1),n?T(e.$slots,`item-link-icon`,{key:0,item:t},()=>[y(r,{icon:`lucide:arrow-up-right`,class:S(O(z).itemLinkIcon)},null,8,[`class`])]):h(`v-if`,!0),T(e.$slots,`item-trailing`,{item:t})])]),_:2},1040,[`disabled`,`to`,`href`,`target`,`external`])]),_:2},1040)):(C(),g(f,{key:1},[y(u,x({ref_for:!0},B.value),{default:A(()=>[T(e.$slots,`trigger`,{item:t},()=>[T(e.$slots,`item-leading`,{item:t},()=>[t.icon?(C(),m(r,{key:0,icon:t.icon,class:S(O(z).itemIcon)},null,8,[`icon`,`class`])):h(`v-if`,!0)]),_(`span`,null,E(t.label),1),T(e.$slots,`item-trailing`,{item:t})])]),_:2},1040),y(O(i),x({ref_for:!0},b.portalProps),{default:A(()=>[y(d,x({ref_for:!0},V.value),{default:A(()=>[y(O(s),x({ref_for:!0},O(I),{items:t.children??[]}),v({_:2},[w(R.value,t=>({name:t,fn:A(n=>[T(e.$slots,t,x({ref_for:!0},n))])}))]),1040,[`items`])]),_:2},1040)]),_:2},1040)],64))]),_:2},1032,[`value`]))),128))]),_:3},16))}});export{j as default};
|
|
@@ -6,6 +6,9 @@ import { MenuContentEmits, MenuContentProps, MenuOptionData, MenuOptionsCompactE
|
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, ShallowRef } from "vue";
|
|
7
7
|
|
|
8
8
|
//#region src/components/menubar/types.d.ts
|
|
9
|
+
/**
|
|
10
|
+
* Props for the menubar root component.
|
|
11
|
+
*/
|
|
9
12
|
interface MenubarRootProps<T extends DefinedValue = DefinedValue> extends PrimitiveProps, /** @vue-ignore */Omit<HTMLAttributes, 'onSelect'> {
|
|
10
13
|
/** The controlled value of the menu to open. Can be used as `v-model`. */
|
|
11
14
|
modelValue?: T;
|
|
@@ -16,39 +19,108 @@ interface MenubarRootProps<T extends DefinedValue = DefinedValue> extends Primit
|
|
|
16
19
|
/** When `true`, keyboard navigation loops from last trigger to first and vice versa. */
|
|
17
20
|
loop?: boolean;
|
|
18
21
|
}
|
|
22
|
+
/**
|
|
23
|
+
* Emits for the menubar root component.
|
|
24
|
+
*/
|
|
19
25
|
type MenubarRootEmits<T extends DefinedValue = DefinedValue> = {
|
|
26
|
+
/**
|
|
27
|
+
* Emitted when the model value changes.
|
|
28
|
+
*/
|
|
20
29
|
'update:modelValue': [value: T];
|
|
21
30
|
};
|
|
31
|
+
/**
|
|
32
|
+
* Props for the menubar menu component.
|
|
33
|
+
*/
|
|
22
34
|
interface MenubarMenuProps {
|
|
23
35
|
/** A unique value that associates the trigger with the active root value when controlled. */
|
|
24
36
|
value?: DefinedValue;
|
|
25
37
|
}
|
|
38
|
+
/**
|
|
39
|
+
* Props for the menubar trigger component.
|
|
40
|
+
*/
|
|
26
41
|
interface MenubarTriggerProps extends PrimitiveProps, /** @vue-ignore */ButtonHTMLAttributes {
|
|
27
42
|
/** When `true`, prevents the user from interacting with the trigger. */
|
|
28
43
|
disabled?: boolean;
|
|
29
44
|
}
|
|
45
|
+
/**
|
|
46
|
+
* Emits for the menubar content component.
|
|
47
|
+
*/
|
|
30
48
|
type MenubarContentEmits = MenuContentEmits;
|
|
49
|
+
/**
|
|
50
|
+
* Props for the menubar content component.
|
|
51
|
+
*/
|
|
31
52
|
interface MenubarContentProps extends MenuContentProps {}
|
|
53
|
+
/**
|
|
54
|
+
* Props for the menubar sub trigger component.
|
|
55
|
+
*/
|
|
32
56
|
interface MenubarSubTriggerProps extends MenuSubTriggerProps {}
|
|
57
|
+
/**
|
|
58
|
+
* Props for the menubar sub content component.
|
|
59
|
+
*/
|
|
33
60
|
interface MenubarSubContentProps extends MenuSubContentProps {}
|
|
61
|
+
/**
|
|
62
|
+
* Emits for the menubar sub content component.
|
|
63
|
+
*/
|
|
34
64
|
type MenubarSubContentEmits = MenuSubContentEmits;
|
|
65
|
+
/**
|
|
66
|
+
* Props for the menubar compact component.
|
|
67
|
+
*/
|
|
35
68
|
interface MenubarCompactProps<T extends DefinedValue = DefinedValue> extends MenubarRootProps<T>, MenuOptionsCompactProps<T> {
|
|
69
|
+
/**
|
|
70
|
+
* Whether the component is disabled.
|
|
71
|
+
*/
|
|
36
72
|
disabled?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Placement.
|
|
75
|
+
*/
|
|
37
76
|
placement?: Placement;
|
|
77
|
+
/**
|
|
78
|
+
* Whether to show an arrow.
|
|
79
|
+
*/
|
|
38
80
|
showArrow?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Props forwarded to the trigger element.
|
|
83
|
+
*/
|
|
39
84
|
triggerProps?: MenubarTriggerProps;
|
|
85
|
+
/**
|
|
86
|
+
* Props forwarded to the portal element.
|
|
87
|
+
*/
|
|
40
88
|
portalProps?: PortalProps;
|
|
89
|
+
/**
|
|
90
|
+
* Props forwarded to the content element.
|
|
91
|
+
*/
|
|
41
92
|
contentProps?: MenubarContentProps;
|
|
93
|
+
/**
|
|
94
|
+
* Props forwarded to the popup element.
|
|
95
|
+
*/
|
|
42
96
|
popupProps?: MenuPopupProps;
|
|
97
|
+
/**
|
|
98
|
+
* Props forwarded to the arrow element.
|
|
99
|
+
*/
|
|
43
100
|
arrowProps?: PopperArrowProps;
|
|
44
101
|
}
|
|
102
|
+
/**
|
|
103
|
+
* Emits for the menubar compact component.
|
|
104
|
+
*/
|
|
45
105
|
type MenubarCompactEmits<T extends DefinedValue = DefinedValue> = MenubarRootEmits<T> & MenuContentEmits & MenuOptionsCompactEmits<T>;
|
|
106
|
+
/**
|
|
107
|
+
* Slots for the menubar compact component.
|
|
108
|
+
*/
|
|
46
109
|
type MenubarCompactSlots<T extends DefinedValue = DefinedValue> = MenuOptionsCompactSlots<T> & {
|
|
110
|
+
/**
|
|
111
|
+
* Custom content for the trigger slot.
|
|
112
|
+
*/
|
|
47
113
|
trigger: (data: {
|
|
48
114
|
item: MenuOptionData<T>;
|
|
49
115
|
}) => any;
|
|
50
116
|
};
|
|
117
|
+
/**
|
|
118
|
+
* Available UI slots for the menubar component.
|
|
119
|
+
*/
|
|
51
120
|
type MenubarUiSlot = 'root' | 'trigger' | MenuUiSlot;
|
|
121
|
+
/**
|
|
122
|
+
* UI class overrides for the menubar component.
|
|
123
|
+
*/
|
|
52
124
|
type MenubarUi = UiClass<MenubarUiSlot>;
|
|
53
125
|
//#endregion
|
|
54
126
|
export { MenubarCompactEmits, MenubarCompactProps, MenubarCompactSlots, MenubarContentEmits, MenubarContentProps, MenubarMenuProps, MenubarRootEmits, MenubarRootProps, MenubarSubContentEmits, MenubarSubContentProps, MenubarSubTriggerProps, MenubarTriggerProps, MenubarUi, MenubarUiSlot };
|
|
@@ -12,20 +12,20 @@ type __VLS_Slots = {
|
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: _$vue.DefineComponent<MonthPickerRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
14
14
|
"update:modelValue": (date: DateValue | undefined) => any;
|
|
15
|
-
"update:placeholder": (date: DateValue) => any;
|
|
16
15
|
"update:open": (open: boolean) => any;
|
|
16
|
+
"update:placeholder": (date: DateValue) => any;
|
|
17
17
|
}, string, _$vue.PublicProps, Readonly<MonthPickerRootProps> & Readonly<{
|
|
18
18
|
"onUpdate:modelValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
19
|
-
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
20
19
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
20
|
+
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
22
|
placeholder: DateValue;
|
|
23
23
|
disabled: boolean;
|
|
24
24
|
defaultValue: DateValue;
|
|
25
|
-
defaultPlaceholder: DateValue;
|
|
26
|
-
readonly: boolean;
|
|
27
25
|
open: boolean;
|
|
28
26
|
defaultOpen: boolean;
|
|
27
|
+
readonly: boolean;
|
|
28
|
+
defaultPlaceholder: DateValue;
|
|
29
29
|
modal: boolean;
|
|
30
30
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -7,55 +7,196 @@ import { ComputedRef, HTMLAttributes, ShallowRef } from "vue";
|
|
|
7
7
|
import { DateValue } from "@internationalized/date";
|
|
8
8
|
|
|
9
9
|
//#region src/components/month-picker/types.d.ts
|
|
10
|
+
/**
|
|
11
|
+
* Props for the month picker root component.
|
|
12
|
+
*/
|
|
10
13
|
interface MonthPickerRootProps extends PrimitiveProps, FormFieldCommonProps, /** @vue-ignore */Omit<HTMLAttributes, 'placeholder'> {
|
|
14
|
+
/**
|
|
15
|
+
* Default value.
|
|
16
|
+
*/
|
|
11
17
|
defaultValue?: DateValue;
|
|
18
|
+
/**
|
|
19
|
+
* Default placeholder.
|
|
20
|
+
*/
|
|
12
21
|
defaultPlaceholder?: DateValue;
|
|
22
|
+
/**
|
|
23
|
+
* Placeholder.
|
|
24
|
+
*/
|
|
13
25
|
placeholder?: DateValue;
|
|
26
|
+
/**
|
|
27
|
+
* Current model value.
|
|
28
|
+
*/
|
|
14
29
|
modelValue?: DateValue;
|
|
30
|
+
/**
|
|
31
|
+
* Min value.
|
|
32
|
+
*/
|
|
15
33
|
minValue?: DateValue;
|
|
34
|
+
/**
|
|
35
|
+
* Max value.
|
|
36
|
+
*/
|
|
16
37
|
maxValue?: DateValue;
|
|
38
|
+
/**
|
|
39
|
+
* Locale.
|
|
40
|
+
*/
|
|
17
41
|
locale?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the component is disabled.
|
|
44
|
+
*/
|
|
18
45
|
disabled?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Whether the component is readonly.
|
|
48
|
+
*/
|
|
19
49
|
readonly?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Id.
|
|
52
|
+
*/
|
|
20
53
|
id?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Reading direction of the component.
|
|
56
|
+
*/
|
|
21
57
|
dir?: Direction;
|
|
58
|
+
/**
|
|
59
|
+
* Whether the component is open by default.
|
|
60
|
+
*/
|
|
22
61
|
defaultOpen?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Whether the component is open.
|
|
64
|
+
*/
|
|
23
65
|
open?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Whether the popup is modal.
|
|
68
|
+
*/
|
|
24
69
|
modal?: boolean;
|
|
25
70
|
}
|
|
71
|
+
/**
|
|
72
|
+
* Emits for the month picker root component.
|
|
73
|
+
*/
|
|
26
74
|
type MonthPickerRootEmits = {
|
|
75
|
+
/**
|
|
76
|
+
* Emitted when the model value changes.
|
|
77
|
+
*/
|
|
27
78
|
'update:modelValue': [date: DateValue | undefined];
|
|
79
|
+
/**
|
|
80
|
+
* Emitted when the placeholder value changes.
|
|
81
|
+
*/
|
|
28
82
|
'update:placeholder': [date: DateValue];
|
|
83
|
+
/**
|
|
84
|
+
* Emitted when the open state changes.
|
|
85
|
+
*/
|
|
29
86
|
'update:open': [open: boolean];
|
|
30
87
|
};
|
|
88
|
+
/**
|
|
89
|
+
* Props for the month picker trigger component.
|
|
90
|
+
*/
|
|
31
91
|
interface MonthPickerTriggerProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
92
|
+
/**
|
|
93
|
+
* Props for the month picker popup component.
|
|
94
|
+
*/
|
|
32
95
|
interface MonthPickerPopupProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
96
|
+
/**
|
|
97
|
+
* Context for the month picker root component.
|
|
98
|
+
*/
|
|
33
99
|
interface MonthPickerRootContext extends PropsToContext<MonthPickerRootProps, 'disabled' | 'readonly'> {
|
|
100
|
+
/**
|
|
101
|
+
* Locale used by the component context.
|
|
102
|
+
*/
|
|
34
103
|
locale: ComputedRef<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Reading direction of the component.
|
|
106
|
+
*/
|
|
35
107
|
dir: ComputedRef<Direction>;
|
|
108
|
+
/**
|
|
109
|
+
* Current model value.
|
|
110
|
+
*/
|
|
36
111
|
modelValue: ShallowRef<DateValue | undefined>;
|
|
112
|
+
/**
|
|
113
|
+
* Placeholder used by the component context.
|
|
114
|
+
*/
|
|
37
115
|
placeholder: ShallowRef<DateValue>;
|
|
116
|
+
/**
|
|
117
|
+
* Whether the current value is invalid.
|
|
118
|
+
*/
|
|
38
119
|
isInvalid: ComputedRef<boolean>;
|
|
120
|
+
/**
|
|
121
|
+
* Formatter used by the component context.
|
|
122
|
+
*/
|
|
39
123
|
formatter: Formatter;
|
|
124
|
+
/**
|
|
125
|
+
* Whether the component is open.
|
|
126
|
+
*/
|
|
40
127
|
open: ShallowRef<boolean | undefined>;
|
|
128
|
+
/**
|
|
129
|
+
* Popup id used by the component context.
|
|
130
|
+
*/
|
|
41
131
|
popupId: string;
|
|
132
|
+
/**
|
|
133
|
+
* Display value used by the component context.
|
|
134
|
+
*/
|
|
42
135
|
displayValue: ComputedRef<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Heading value used by the component context.
|
|
138
|
+
*/
|
|
43
139
|
headingValue: ComputedRef<string>;
|
|
140
|
+
/**
|
|
141
|
+
* Focused month used by the component context.
|
|
142
|
+
*/
|
|
44
143
|
focusedMonth: ShallowRef<DateValue>;
|
|
144
|
+
/**
|
|
145
|
+
* Min value used by the component context.
|
|
146
|
+
*/
|
|
45
147
|
minValue: ComputedRef<DateValue | undefined>;
|
|
148
|
+
/**
|
|
149
|
+
* Max value used by the component context.
|
|
150
|
+
*/
|
|
46
151
|
maxValue: ComputedRef<DateValue | undefined>;
|
|
152
|
+
/**
|
|
153
|
+
* Callback invoked when the month changes.
|
|
154
|
+
*/
|
|
47
155
|
onMonthChange: (date: DateValue) => void;
|
|
156
|
+
/**
|
|
157
|
+
* Callback invoked when the placeholder changes.
|
|
158
|
+
*/
|
|
48
159
|
onPlaceholderChange: (date: DateValue) => void;
|
|
160
|
+
/**
|
|
161
|
+
* Whether the month is disabled.
|
|
162
|
+
*/
|
|
49
163
|
isMonthDisabled: (date: DateValue) => boolean;
|
|
164
|
+
/**
|
|
165
|
+
* Whether the month is selected.
|
|
166
|
+
*/
|
|
50
167
|
isMonthSelected: (date: DateValue) => boolean;
|
|
168
|
+
/**
|
|
169
|
+
* Set open used by the component context.
|
|
170
|
+
*/
|
|
51
171
|
setOpen: (value: boolean) => void;
|
|
172
|
+
/**
|
|
173
|
+
* Set focused month used by the component context.
|
|
174
|
+
*/
|
|
52
175
|
setFocusedMonth: (date: DateValue) => void;
|
|
176
|
+
/**
|
|
177
|
+
* Prev page used by the component context.
|
|
178
|
+
*/
|
|
53
179
|
prevPage: () => void;
|
|
180
|
+
/**
|
|
181
|
+
* Next page used by the component context.
|
|
182
|
+
*/
|
|
54
183
|
nextPage: () => void;
|
|
184
|
+
/**
|
|
185
|
+
* Whether the previous button is disabled.
|
|
186
|
+
*/
|
|
55
187
|
isPrevButtonDisabled: () => boolean;
|
|
188
|
+
/**
|
|
189
|
+
* Whether the next button is disabled.
|
|
190
|
+
*/
|
|
56
191
|
isNextButtonDisabled: () => boolean;
|
|
57
192
|
}
|
|
193
|
+
/**
|
|
194
|
+
* Available UI slots for the month picker component.
|
|
195
|
+
*/
|
|
58
196
|
type MonthPickerUiSlot = 'root' | 'trigger' | 'popup' | 'header' | 'heading' | 'prev' | 'next' | 'grid' | 'cellTrigger';
|
|
197
|
+
/**
|
|
198
|
+
* UI class overrides for the month picker component.
|
|
199
|
+
*/
|
|
59
200
|
type MonthPickerUi = UiClass<MonthPickerUiSlot>;
|
|
60
201
|
//#endregion
|
|
61
202
|
export { MonthPickerPopupProps, MonthPickerRootContext, MonthPickerRootEmits, MonthPickerRootProps, MonthPickerTriggerProps, MonthPickerUi, MonthPickerUiSlot };
|
|
@@ -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:placeholder": (date: DateValue) => any;
|
|
16
15
|
"update:open": (open: boolean) => any;
|
|
16
|
+
"update:placeholder": (date: DateValue) => any;
|
|
17
17
|
"update:startValue": (date: DateValue | undefined) => any;
|
|
18
18
|
"update:endValue": (date: DateValue | undefined) => any;
|
|
19
19
|
}, string, _$vue.PublicProps, Readonly<MonthRangePickerRootProps> & Readonly<{
|
|
20
20
|
"onUpdate:modelValue"?: ((range: DateRange) => any) | undefined;
|
|
21
|
-
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
22
21
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
22
|
+
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
23
23
|
"onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
24
24
|
"onUpdate:endValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
26
|
placeholder: DateValue;
|
|
27
27
|
disabled: boolean;
|
|
28
28
|
defaultValue: DateRange;
|
|
29
|
-
defaultPlaceholder: DateValue;
|
|
30
|
-
readonly: boolean;
|
|
31
29
|
open: boolean;
|
|
32
30
|
defaultOpen: boolean;
|
|
31
|
+
readonly: boolean;
|
|
32
|
+
defaultPlaceholder: DateValue;
|
|
33
33
|
modal: boolean;
|
|
34
34
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
35
35
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -7,63 +7,228 @@ import { Formatter } from "../../date/formatter.js";
|
|
|
7
7
|
import { ComputedRef, HTMLAttributes, ShallowRef } from "vue";
|
|
8
8
|
|
|
9
9
|
//#region src/components/month-range-picker/types.d.ts
|
|
10
|
+
/**
|
|
11
|
+
* Props for the month range picker root component.
|
|
12
|
+
*/
|
|
10
13
|
interface MonthRangePickerRootProps extends PrimitiveProps, FormFieldCommonProps, /** @vue-ignore */Omit<HTMLAttributes, 'placeholder'> {
|
|
14
|
+
/**
|
|
15
|
+
* Default value.
|
|
16
|
+
*/
|
|
11
17
|
defaultValue?: DateRange;
|
|
18
|
+
/**
|
|
19
|
+
* Default placeholder.
|
|
20
|
+
*/
|
|
12
21
|
defaultPlaceholder?: DateValue;
|
|
22
|
+
/**
|
|
23
|
+
* Placeholder.
|
|
24
|
+
*/
|
|
13
25
|
placeholder?: DateValue;
|
|
26
|
+
/**
|
|
27
|
+
* Current model value.
|
|
28
|
+
*/
|
|
14
29
|
modelValue?: DateRange;
|
|
30
|
+
/**
|
|
31
|
+
* Min value.
|
|
32
|
+
*/
|
|
15
33
|
minValue?: DateValue;
|
|
34
|
+
/**
|
|
35
|
+
* Max value.
|
|
36
|
+
*/
|
|
16
37
|
maxValue?: DateValue;
|
|
38
|
+
/**
|
|
39
|
+
* Locale.
|
|
40
|
+
*/
|
|
17
41
|
locale?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the component is disabled.
|
|
44
|
+
*/
|
|
18
45
|
disabled?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Whether the component is readonly.
|
|
48
|
+
*/
|
|
19
49
|
readonly?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Id.
|
|
52
|
+
*/
|
|
20
53
|
id?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Reading direction of the component.
|
|
56
|
+
*/
|
|
21
57
|
dir?: Direction;
|
|
58
|
+
/**
|
|
59
|
+
* Whether the component is open by default.
|
|
60
|
+
*/
|
|
22
61
|
defaultOpen?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Whether the component is open.
|
|
64
|
+
*/
|
|
23
65
|
open?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Whether the popup is modal.
|
|
68
|
+
*/
|
|
24
69
|
modal?: boolean;
|
|
25
70
|
}
|
|
71
|
+
/**
|
|
72
|
+
* Emits for the month range picker root component.
|
|
73
|
+
*/
|
|
26
74
|
type MonthRangePickerRootEmits = {
|
|
75
|
+
/**
|
|
76
|
+
* Emitted when the model value changes.
|
|
77
|
+
*/
|
|
27
78
|
'update:modelValue': [range: DateRange];
|
|
79
|
+
/**
|
|
80
|
+
* Emitted when the placeholder value changes.
|
|
81
|
+
*/
|
|
28
82
|
'update:placeholder': [date: DateValue];
|
|
83
|
+
/**
|
|
84
|
+
* Emitted when the start value changes.
|
|
85
|
+
*/
|
|
29
86
|
'update:startValue': [date: DateValue | undefined];
|
|
87
|
+
/**
|
|
88
|
+
* Emitted when the end value changes.
|
|
89
|
+
*/
|
|
30
90
|
'update:endValue': [date: DateValue | undefined];
|
|
91
|
+
/**
|
|
92
|
+
* Emitted when the open state changes.
|
|
93
|
+
*/
|
|
31
94
|
'update:open': [open: boolean];
|
|
32
95
|
};
|
|
96
|
+
/**
|
|
97
|
+
* Props for the month range picker trigger component.
|
|
98
|
+
*/
|
|
33
99
|
interface MonthRangePickerTriggerProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
100
|
+
/**
|
|
101
|
+
* Props for the month range picker popup component.
|
|
102
|
+
*/
|
|
34
103
|
interface MonthRangePickerPopupProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
|
|
104
|
+
/**
|
|
105
|
+
* Context for the month range picker root component.
|
|
106
|
+
*/
|
|
35
107
|
interface MonthRangePickerRootContext extends PropsToContext<MonthRangePickerRootProps, 'disabled' | 'readonly'> {
|
|
108
|
+
/**
|
|
109
|
+
* Locale used by the component context.
|
|
110
|
+
*/
|
|
36
111
|
locale: ComputedRef<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Reading direction of the component.
|
|
114
|
+
*/
|
|
37
115
|
dir: ComputedRef<Direction>;
|
|
116
|
+
/**
|
|
117
|
+
* Current model value.
|
|
118
|
+
*/
|
|
38
119
|
modelValue: ShallowRef<DateRange>;
|
|
120
|
+
/**
|
|
121
|
+
* Placeholder used by the component context.
|
|
122
|
+
*/
|
|
39
123
|
placeholder: ShallowRef<DateValue>;
|
|
124
|
+
/**
|
|
125
|
+
* Whether the current value is invalid.
|
|
126
|
+
*/
|
|
40
127
|
isInvalid: ComputedRef<boolean>;
|
|
128
|
+
/**
|
|
129
|
+
* Formatter used by the component context.
|
|
130
|
+
*/
|
|
41
131
|
formatter: Formatter;
|
|
132
|
+
/**
|
|
133
|
+
* Whether the component is open.
|
|
134
|
+
*/
|
|
42
135
|
open: ShallowRef<boolean | undefined>;
|
|
136
|
+
/**
|
|
137
|
+
* Popup id used by the component context.
|
|
138
|
+
*/
|
|
43
139
|
popupId: string;
|
|
140
|
+
/**
|
|
141
|
+
* Display value used by the component context.
|
|
142
|
+
*/
|
|
44
143
|
displayValue: ComputedRef<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Heading value used by the component context.
|
|
146
|
+
*/
|
|
45
147
|
headingValue: ComputedRef<string>;
|
|
148
|
+
/**
|
|
149
|
+
* Focused month used by the component context.
|
|
150
|
+
*/
|
|
46
151
|
focusedMonth: ShallowRef<DateValue>;
|
|
152
|
+
/**
|
|
153
|
+
* Hovered month used by the component context.
|
|
154
|
+
*/
|
|
47
155
|
hoveredMonth: ShallowRef<DateValue | undefined>;
|
|
156
|
+
/**
|
|
157
|
+
* Min value used by the component context.
|
|
158
|
+
*/
|
|
48
159
|
minValue: ComputedRef<DateValue | undefined>;
|
|
160
|
+
/**
|
|
161
|
+
* Max value used by the component context.
|
|
162
|
+
*/
|
|
49
163
|
maxValue: ComputedRef<DateValue | undefined>;
|
|
164
|
+
/**
|
|
165
|
+
* Whether the component has selected range.
|
|
166
|
+
*/
|
|
50
167
|
hasSelectedRange: ComputedRef<boolean>;
|
|
168
|
+
/**
|
|
169
|
+
* Callback invoked when the range changes.
|
|
170
|
+
*/
|
|
51
171
|
onRangeChange: (month: DateValue) => void;
|
|
172
|
+
/**
|
|
173
|
+
* Callback invoked when the placeholder changes.
|
|
174
|
+
*/
|
|
52
175
|
onPlaceholderChange: (date: DateValue) => void;
|
|
176
|
+
/**
|
|
177
|
+
* Whether the month is disabled.
|
|
178
|
+
*/
|
|
53
179
|
isMonthDisabled: (date: DateValue) => boolean;
|
|
180
|
+
/**
|
|
181
|
+
* Whether the month is selected.
|
|
182
|
+
*/
|
|
54
183
|
isMonthSelected: (date: DateValue) => boolean;
|
|
184
|
+
/**
|
|
185
|
+
* Whether the month is highlighted.
|
|
186
|
+
*/
|
|
55
187
|
isMonthHighlighted: (date: DateValue) => boolean;
|
|
188
|
+
/**
|
|
189
|
+
* Whether a range start.
|
|
190
|
+
*/
|
|
56
191
|
isRangeStart: (date: DateValue) => boolean;
|
|
192
|
+
/**
|
|
193
|
+
* Whether a range end.
|
|
194
|
+
*/
|
|
57
195
|
isRangeEnd: (date: DateValue) => boolean;
|
|
196
|
+
/**
|
|
197
|
+
* Set open used by the component context.
|
|
198
|
+
*/
|
|
58
199
|
setOpen: (value: boolean) => void;
|
|
200
|
+
/**
|
|
201
|
+
* Set focused month used by the component context.
|
|
202
|
+
*/
|
|
59
203
|
setFocusedMonth: (date: DateValue) => void;
|
|
204
|
+
/**
|
|
205
|
+
* Set hovered month used by the component context.
|
|
206
|
+
*/
|
|
60
207
|
setHoveredMonth: (date: DateValue | undefined) => void;
|
|
208
|
+
/**
|
|
209
|
+
* Prev page used by the component context.
|
|
210
|
+
*/
|
|
61
211
|
prevPage: () => void;
|
|
212
|
+
/**
|
|
213
|
+
* Next page used by the component context.
|
|
214
|
+
*/
|
|
62
215
|
nextPage: () => void;
|
|
216
|
+
/**
|
|
217
|
+
* Whether the previous button is disabled.
|
|
218
|
+
*/
|
|
63
219
|
isPrevButtonDisabled: () => boolean;
|
|
220
|
+
/**
|
|
221
|
+
* Whether the next button is disabled.
|
|
222
|
+
*/
|
|
64
223
|
isNextButtonDisabled: () => boolean;
|
|
65
224
|
}
|
|
225
|
+
/**
|
|
226
|
+
* Available UI slots for the month range picker component.
|
|
227
|
+
*/
|
|
66
228
|
type MonthRangePickerUiSlot = 'root' | 'trigger' | 'popup' | 'header' | 'heading' | 'prev' | 'next' | 'grid' | 'cellTrigger';
|
|
229
|
+
/**
|
|
230
|
+
* UI class overrides for the month range picker component.
|
|
231
|
+
*/
|
|
67
232
|
type MonthRangePickerUi = UiClass<MonthRangePickerUiSlot>;
|
|
68
233
|
//#endregion
|
|
69
234
|
export { MonthRangePickerPopupProps, MonthRangePickerRootContext, MonthRangePickerRootEmits, MonthRangePickerRootProps, MonthRangePickerTriggerProps, MonthRangePickerUi, MonthRangePickerUiSlot };
|