@soybeanjs/headless 0.40.0-beta.4 → 0.40.0-beta.5
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/autocomplete/autocomplete-compact.vue.d.ts +2 -2
- package/dist/components/autocomplete/autocomplete-root.vue.d.ts +4 -4
- package/dist/components/calendar-range/calendar-range-root.vue.d.ts +4 -4
- package/dist/components/cascader/cascader-compact.vue.d.ts +2 -2
- package/dist/components/cascader/cascader-root.vue.d.ts +2 -2
- package/dist/components/color-area/color-area-root.vue.d.ts +1 -1
- package/dist/components/color-field/color-field-root.vue.d.ts +1 -1
- package/dist/components/color-picker/color-picker-compact.vue.d.ts +2 -2
- package/dist/components/color-picker/color-picker-root.vue.d.ts +1 -1
- package/dist/components/color-slider/color-slider-root.vue.d.ts +2 -2
- package/dist/components/combobox/combobox-compact.vue.d.ts +3 -3
- package/dist/components/combobox/combobox-root.vue.d.ts +2 -2
- package/dist/components/combobox/combobox-value.vue.d.ts +1 -1
- package/dist/components/context-menu/context-menu-checkbox-compact.vue.d.ts +3 -3
- 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 +3 -3
- package/dist/components/context-menu/context-menu-wrapper-compact.vue.d.ts +2 -2
- package/dist/components/date-field/date-field-root.vue.d.ts +2 -2
- package/dist/components/date-picker/date-picker-compact.js +1 -1
- package/dist/components/date-picker/date-picker-compact.vue.d.ts +2 -2
- package/dist/components/date-range-field/date-range-field-root.vue.d.ts +2 -2
- package/dist/components/date-range-picker/date-range-picker-compact.vue.d.ts +2 -2
- package/dist/components/dialog/dialog-compact.vue.d.ts +3 -3
- package/dist/components/dropdown-menu/dropdown-menu-checkbox-compact.vue.d.ts +3 -3
- 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 +3 -3
- 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/link/link.vue.d.ts +1 -1
- 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/menubar/menubar-compact.vue.d.ts +3 -3
- package/dist/components/menubar/menubar-content.vue.d.ts +2 -2
- package/dist/components/menubar/menubar-root.vue.d.ts +1 -1
- package/dist/components/menubar/menubar-sub-content.vue.d.ts +2 -2
- package/dist/components/page-tabs/page-tabs-compact.vue.d.ts +3 -3
- package/dist/components/page-tabs/page-tabs-item.vue.d.ts +2 -2
- package/dist/components/pagination/pagination-root.vue.d.ts +2 -2
- package/dist/components/popper/popper-positioner-impl.vue.d.ts +57 -57
- package/dist/components/popper/popper-positioning-positioner.vue.d.ts +56 -56
- package/dist/components/rating/rating-root.vue.d.ts +2 -2
- package/dist/components/select/select-compact.vue.d.ts +2 -2
- package/dist/components/select/select-root.vue.d.ts +2 -2
- package/dist/components/slider/slider-root.vue.d.ts +1 -1
- package/dist/components/split-nav/split-nav-root.vue.d.ts +2 -2
- package/dist/components/splitter/splitter-resize-handle.vue.d.ts +1 -1
- package/dist/components/tabs/tabs-trigger.vue.d.ts +1 -1
- package/dist/components/time-field/time-field-root.vue.d.ts +2 -2
- package/dist/components/time-range-field/time-range-field-root.vue.d.ts +2 -2
- package/dist/components/tree/tree-virtualizer-root.vue.d.ts +174 -174
- package/dist/components/tree-menu/tree-menu-root.vue.d.ts +1 -1
- package/dist/components/tree-nav/context.d.ts +10 -10
- package/dist/date/utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -12,60 +12,39 @@ declare const __VLS_base: import("vue").DefineComponent<PopperPositioningPositio
|
|
|
12
12
|
onPlaced?: (() => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
14
|
[x: `data-${string}`]: {};
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
onToggle: (payload: ToggleEvent) => void;
|
|
19
|
-
onInput: (payload: InputEvent) => void;
|
|
20
|
-
onProgress: (payload: ProgressEvent<EventTarget>) => void;
|
|
21
|
-
onSelect: (payload: Event) => void;
|
|
22
|
-
onFullscreenchange: (payload: Event) => void;
|
|
23
|
-
onFullscreenerror: (payload: Event) => void;
|
|
24
|
-
onAbort: (payload: UIEvent) => void;
|
|
25
|
-
onAnimationcancel: (payload: AnimationEvent) => void;
|
|
26
|
-
onAnimationend: (payload: AnimationEvent) => void;
|
|
27
|
-
onAnimationiteration: (payload: AnimationEvent) => void;
|
|
28
|
-
onAnimationstart: (payload: AnimationEvent) => void;
|
|
29
|
-
onAuxclick: (payload: PointerEvent) => void;
|
|
30
|
-
onBeforeinput: (payload: InputEvent) => void;
|
|
31
|
-
onBeforetoggle: (payload: ToggleEvent) => void;
|
|
32
|
-
onBlur: (payload: FocusEvent) => void;
|
|
33
|
-
onCanplay: (payload: Event) => void;
|
|
34
|
-
onCanplaythrough: (payload: Event) => void;
|
|
35
|
-
onChange: (payload: Event) => void;
|
|
36
|
-
onClick: (payload: PointerEvent) => void;
|
|
15
|
+
onCopy: (payload: ClipboardEvent) => void;
|
|
16
|
+
onCut: (payload: ClipboardEvent) => void;
|
|
17
|
+
onPaste: (payload: ClipboardEvent) => void;
|
|
37
18
|
onCompositionend: (payload: CompositionEvent) => void;
|
|
38
19
|
onCompositionstart: (payload: CompositionEvent) => void;
|
|
39
20
|
onCompositionupdate: (payload: CompositionEvent) => void;
|
|
40
|
-
onContextmenu: (payload: PointerEvent) => void;
|
|
41
|
-
onCopy: (payload: ClipboardEvent) => void;
|
|
42
|
-
onCut: (payload: ClipboardEvent) => void;
|
|
43
|
-
onDblclick: (payload: MouseEvent) => void;
|
|
44
21
|
onDrag: (payload: DragEvent) => void;
|
|
45
22
|
onDragend: (payload: DragEvent) => void;
|
|
46
23
|
onDragenter: (payload: DragEvent) => void;
|
|
24
|
+
onDragexit: (payload: DragEvent) => void;
|
|
47
25
|
onDragleave: (payload: DragEvent) => void;
|
|
48
26
|
onDragover: (payload: DragEvent) => void;
|
|
49
27
|
onDragstart: (payload: DragEvent) => void;
|
|
50
28
|
onDrop: (payload: DragEvent) => void;
|
|
51
|
-
onDurationchange: (payload: Event) => void;
|
|
52
|
-
onEmptied: (payload: Event) => void;
|
|
53
|
-
onEnded: (payload: Event) => void;
|
|
54
|
-
onError: (payload: Event) => void;
|
|
55
29
|
onFocus: (payload: FocusEvent) => void;
|
|
56
30
|
onFocusin: (payload: FocusEvent) => void;
|
|
57
31
|
onFocusout: (payload: FocusEvent) => void;
|
|
32
|
+
onBlur: (payload: FocusEvent) => void;
|
|
33
|
+
onChange: (payload: Event) => void;
|
|
34
|
+
onBeforeinput: (payload: InputEvent) => void;
|
|
58
35
|
onFormdata: (payload: FormDataEvent) => void;
|
|
59
|
-
|
|
36
|
+
onInput: (payload: InputEvent) => void;
|
|
37
|
+
onReset: (payload: Event) => void;
|
|
38
|
+
onSubmit: (payload: SubmitEvent) => void;
|
|
60
39
|
onInvalid: (payload: Event) => void;
|
|
40
|
+
onFullscreenchange: (payload: Event) => void;
|
|
41
|
+
onFullscreenerror: (payload: Event) => void;
|
|
42
|
+
onLoad: (payload: Event) => void;
|
|
43
|
+
onError: (payload: Event) => void;
|
|
61
44
|
onKeydown: (payload: KeyboardEvent) => void;
|
|
62
45
|
onKeypress: (payload: KeyboardEvent) => void;
|
|
63
46
|
onKeyup: (payload: KeyboardEvent) => void;
|
|
64
|
-
|
|
65
|
-
onLoadeddata: (payload: Event) => void;
|
|
66
|
-
onLoadedmetadata: (payload: Event) => void;
|
|
67
|
-
onLoadstart: (payload: Event) => void;
|
|
68
|
-
onLostpointercapture: (payload: PointerEvent) => void;
|
|
47
|
+
onDblclick: (payload: MouseEvent) => void;
|
|
69
48
|
onMousedown: (payload: MouseEvent) => void;
|
|
70
49
|
onMouseenter: (payload: MouseEvent) => void;
|
|
71
50
|
onMouseleave: (payload: MouseEvent) => void;
|
|
@@ -73,46 +52,66 @@ declare const __VLS_base: import("vue").DefineComponent<PopperPositioningPositio
|
|
|
73
52
|
onMouseout: (payload: MouseEvent) => void;
|
|
74
53
|
onMouseover: (payload: MouseEvent) => void;
|
|
75
54
|
onMouseup: (payload: MouseEvent) => void;
|
|
76
|
-
|
|
55
|
+
onAbort: (payload: UIEvent) => void;
|
|
56
|
+
onCanplay: (payload: Event) => void;
|
|
57
|
+
onCanplaythrough: (payload: Event) => void;
|
|
58
|
+
onDurationchange: (payload: Event) => void;
|
|
59
|
+
onEmptied: (payload: Event) => void;
|
|
60
|
+
onEncrypted: (payload: MediaEncryptedEvent) => void;
|
|
61
|
+
onEnded: (payload: Event) => void;
|
|
62
|
+
onLoadeddata: (payload: Event) => void;
|
|
63
|
+
onLoadedmetadata: (payload: Event) => void;
|
|
64
|
+
onLoadstart: (payload: Event) => void;
|
|
77
65
|
onPause: (payload: Event) => void;
|
|
78
66
|
onPlay: (payload: Event) => void;
|
|
79
67
|
onPlaying: (payload: Event) => void;
|
|
80
|
-
|
|
81
|
-
onPointerdown: (payload: PointerEvent) => void;
|
|
82
|
-
onPointerenter: (payload: PointerEvent) => void;
|
|
83
|
-
onPointerleave: (payload: PointerEvent) => void;
|
|
84
|
-
onPointermove: (payload: PointerEvent) => void;
|
|
85
|
-
onPointerout: (payload: PointerEvent) => void;
|
|
86
|
-
onPointerover: (payload: PointerEvent) => void;
|
|
87
|
-
onPointerup: (payload: PointerEvent) => void;
|
|
68
|
+
onProgress: (payload: ProgressEvent<EventTarget>) => void;
|
|
88
69
|
onRatechange: (payload: Event) => void;
|
|
89
|
-
onReset: (payload: Event) => void;
|
|
90
|
-
onScroll: (payload: Event) => void;
|
|
91
|
-
onScrollend: (payload: Event) => void;
|
|
92
|
-
onSecuritypolicyviolation: (payload: SecurityPolicyViolationEvent) => void;
|
|
93
70
|
onSeeked: (payload: Event) => void;
|
|
94
71
|
onSeeking: (payload: Event) => void;
|
|
95
72
|
onStalled: (payload: Event) => void;
|
|
96
|
-
onSubmit: (payload: SubmitEvent) => void;
|
|
97
73
|
onSuspend: (payload: Event) => void;
|
|
98
74
|
onTimeupdate: (payload: Event) => void;
|
|
75
|
+
onVolumechange: (payload: Event) => void;
|
|
76
|
+
onWaiting: (payload: Event) => void;
|
|
77
|
+
onSelect: (payload: Event) => void;
|
|
78
|
+
onScroll: (payload: Event) => void;
|
|
79
|
+
onScrollend: (payload: Event) => void;
|
|
99
80
|
onTouchcancel: (payload: TouchEvent) => void;
|
|
100
81
|
onTouchend: (payload: TouchEvent) => void;
|
|
101
82
|
onTouchmove: (payload: TouchEvent) => void;
|
|
102
83
|
onTouchstart: (payload: TouchEvent) => void;
|
|
84
|
+
onAuxclick: (payload: PointerEvent) => void;
|
|
85
|
+
onClick: (payload: PointerEvent) => void;
|
|
86
|
+
onContextmenu: (payload: PointerEvent) => void;
|
|
87
|
+
onGotpointercapture: (payload: PointerEvent) => void;
|
|
88
|
+
onLostpointercapture: (payload: PointerEvent) => void;
|
|
89
|
+
onPointerdown: (payload: PointerEvent) => void;
|
|
90
|
+
onPointermove: (payload: PointerEvent) => void;
|
|
91
|
+
onPointerup: (payload: PointerEvent) => void;
|
|
92
|
+
onPointercancel: (payload: PointerEvent) => void;
|
|
93
|
+
onPointerenter: (payload: PointerEvent) => void;
|
|
94
|
+
onPointerleave: (payload: PointerEvent) => void;
|
|
95
|
+
onPointerover: (payload: PointerEvent) => void;
|
|
96
|
+
onPointerout: (payload: PointerEvent) => void;
|
|
97
|
+
onBeforetoggle: (payload: ToggleEvent) => void;
|
|
98
|
+
onToggle: (payload: ToggleEvent) => void;
|
|
99
|
+
onWheel: (payload: WheelEvent) => void;
|
|
100
|
+
onAnimationcancel: (payload: AnimationEvent) => void;
|
|
101
|
+
onAnimationstart: (payload: AnimationEvent) => void;
|
|
102
|
+
onAnimationend: (payload: AnimationEvent) => void;
|
|
103
|
+
onAnimationiteration: (payload: AnimationEvent) => void;
|
|
104
|
+
onSecuritypolicyviolation: (payload: SecurityPolicyViolationEvent) => void;
|
|
103
105
|
onTransitioncancel: (payload: TransitionEvent) => void;
|
|
104
106
|
onTransitionend: (payload: TransitionEvent) => void;
|
|
105
107
|
onTransitionrun: (payload: TransitionEvent) => void;
|
|
106
108
|
onTransitionstart: (payload: TransitionEvent) => void;
|
|
107
|
-
onVolumechange: (payload: Event) => void;
|
|
108
|
-
onWaiting: (payload: Event) => void;
|
|
109
|
-
onWheel: (payload: WheelEvent) => void;
|
|
110
|
-
class: string | false | Record<string, any> | import("vue").ClassValue[] | null;
|
|
111
|
-
onDragexit: (payload: DragEvent) => void;
|
|
112
|
-
onEncrypted: (payload: MediaEncryptedEvent) => void;
|
|
113
109
|
innerHTML: string;
|
|
110
|
+
class: string | false | Record<string, any> | import("vue").ClassValue[] | null;
|
|
111
|
+
style: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
114
112
|
accesskey: string;
|
|
115
113
|
contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
|
114
|
+
contextmenu: string;
|
|
116
115
|
dir: string;
|
|
117
116
|
draggable: boolean | "true" | "false";
|
|
118
117
|
enterkeyhint: "done" | "search" | "enter" | "go" | "next" | "previous" | "send";
|
|
@@ -124,6 +123,7 @@ declare const __VLS_base: import("vue").DefineComponent<PopperPositioningPositio
|
|
|
124
123
|
placeholder: string;
|
|
125
124
|
spellcheck: boolean | "true" | "false";
|
|
126
125
|
tabindex: string | number;
|
|
126
|
+
title: string;
|
|
127
127
|
translate: "yes" | "no";
|
|
128
128
|
radiogroup: string;
|
|
129
129
|
role: string;
|
|
@@ -18,15 +18,15 @@ declare const __VLS_base: import("vue").DefineComponent<RatingRootProps, {}, {},
|
|
|
18
18
|
onHoverChange?: ((value: number | null) => any) | undefined;
|
|
19
19
|
onValueCommit?: ((value: number) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
|
-
disabled: boolean;
|
|
22
21
|
dir: Direction;
|
|
23
22
|
max: number;
|
|
24
23
|
orientation: DataOrientation;
|
|
24
|
+
disabled: boolean;
|
|
25
25
|
defaultValue: number;
|
|
26
26
|
modelValue: number;
|
|
27
|
-
readonly: boolean;
|
|
28
27
|
allowHalf: boolean;
|
|
29
28
|
allowClear: boolean;
|
|
29
|
+
readonly: boolean;
|
|
30
30
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
32
|
declare const _default: typeof __VLS_export;
|
|
@@ -7,8 +7,8 @@ import "../../index.js";
|
|
|
7
7
|
declare const __VLS_export: <T extends DefinedValue = DefinedValue, M extends boolean = false>(__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<{
|
|
8
8
|
props: import("vue").PublicProps & __VLS_PrettifyLocal<SelectCompactProps<T, M> & {
|
|
9
9
|
onSelect?: ((event: SelectItemEvent<T>) => any) | undefined;
|
|
10
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
11
10
|
"onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
|
|
11
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
12
12
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
13
13
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
14
14
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
@@ -18,7 +18,7 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue, M extends bo
|
|
|
18
18
|
expose: (exposed: {}) => void;
|
|
19
19
|
attrs: any;
|
|
20
20
|
slots: SelectCompactSlots<T, M>;
|
|
21
|
-
emit: ((evt: "select", event: SelectItemEvent<T>) => void) & ((evt: "update:
|
|
21
|
+
emit: ((evt: "select", event: SelectItemEvent<T>) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void);
|
|
22
22
|
}>) => import("vue").VNode & {
|
|
23
23
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
24
24
|
};
|
|
@@ -4,8 +4,8 @@ import { SelectRootProps } from "./types.js";
|
|
|
4
4
|
//#region src/components/select/select-root.vue.d.ts
|
|
5
5
|
declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(__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<{
|
|
6
6
|
props: import("vue").PublicProps & __VLS_PrettifyLocal<SelectRootProps<T, M> & {
|
|
7
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
8
7
|
"onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
|
|
8
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
9
9
|
}> & (typeof globalThis extends {
|
|
10
10
|
__VLS_PROPS_FALLBACK: infer P;
|
|
11
11
|
} ? P : {});
|
|
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(
|
|
|
17
17
|
open: boolean;
|
|
18
18
|
}) => any;
|
|
19
19
|
};
|
|
20
|
-
emit: ((evt: "update:
|
|
20
|
+
emit: ((evt: "update:modelValue", value: M extends true ? T[] : T) => void) & ((evt: "update:open", value: boolean) => void);
|
|
21
21
|
}>) => import("vue").VNode & {
|
|
22
22
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
23
23
|
};
|
|
@@ -15,11 +15,11 @@ declare const __VLS_base: import("vue").DefineComponent<SliderRootProps, {}, {},
|
|
|
15
15
|
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
16
16
|
onValueCommit?: ((value: number[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
disabled: boolean;
|
|
19
18
|
dir: Direction;
|
|
20
19
|
max: number;
|
|
21
20
|
min: number;
|
|
22
21
|
orientation: DataOrientation;
|
|
22
|
+
disabled: boolean;
|
|
23
23
|
step: number;
|
|
24
24
|
defaultValue: number[];
|
|
25
25
|
modelValue: number[];
|
|
@@ -3,8 +3,8 @@ import { SplitNavBaseOptionData, SplitNavOptionData, SplitNavRootProps, SplitNav
|
|
|
3
3
|
declare const __VLS_export: <T extends SplitNavBaseOptionData = SplitNavBaseOptionData>(__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<{
|
|
4
4
|
props: import("vue").PublicProps & __VLS_PrettifyLocal<SplitNavRootProps<T> & {
|
|
5
5
|
onSelect?: ((key: string, event?: Event | undefined) => any) | undefined;
|
|
6
|
-
onOpen?: ((item: SplitNavOptionData<T>, event?: Event | undefined) => any) | undefined;
|
|
7
6
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
7
|
+
onOpen?: ((item: SplitNavOptionData<T>, event?: Event | undefined) => any) | undefined;
|
|
8
8
|
"onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
|
|
9
9
|
}> & (typeof globalThis extends {
|
|
10
10
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -12,7 +12,7 @@ declare const __VLS_export: <T extends SplitNavBaseOptionData = SplitNavBaseOpti
|
|
|
12
12
|
expose: (exposed: {}) => void;
|
|
13
13
|
attrs: any;
|
|
14
14
|
slots: SplitNavRootSlots<T>;
|
|
15
|
-
emit: ((evt: "select", key: string, event?: Event | undefined) => void) & ((evt: "
|
|
15
|
+
emit: ((evt: "select", key: string, event?: Event | undefined) => void) & ((evt: "update:modelValue", value: string) => void) & ((evt: "open", item: SplitNavOptionData<T>, event?: Event | undefined) => void) & ((evt: "update:collapsed", value: boolean) => void);
|
|
16
16
|
}>) => import("vue").VNode & {
|
|
17
17
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
18
18
|
};
|
|
@@ -12,8 +12,8 @@ declare const __VLS_base: import("vue").DefineComponent<SplitterResizeHandleProp
|
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<SplitterResizeHandleProps> & Readonly<{
|
|
13
13
|
onDragging?: ((value: boolean) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
|
-
disabled: boolean;
|
|
16
15
|
tabindex: number;
|
|
16
|
+
disabled: boolean;
|
|
17
17
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
19
|
declare const _default: typeof __VLS_export;
|
|
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
default?: (props: typeof __VLS_12) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: import("vue").DefineComponent<TabsTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {
|
|
12
|
-
disabled: boolean;
|
|
13
12
|
as: AsTag | import("vue").Component;
|
|
13
|
+
disabled: boolean;
|
|
14
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
16
|
declare const _default: typeof __VLS_export;
|
|
@@ -10,14 +10,14 @@ declare const __VLS_base: import("vue").DefineComponent<TimeFieldRootProps, {},
|
|
|
10
10
|
"onUpdate:modelValue"?: ((time: TimeValue | undefined) => any) | undefined;
|
|
11
11
|
"onUpdate:placeholder"?: ((time: TimeValue) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
-
disabled: boolean;
|
|
14
13
|
placeholder: TimeValue;
|
|
14
|
+
disabled: boolean;
|
|
15
15
|
step: DateStep;
|
|
16
16
|
defaultValue: TimeValue;
|
|
17
17
|
readonly: boolean;
|
|
18
18
|
defaultPlaceholder: TimeValue;
|
|
19
|
-
hourCycle: 12 | 24;
|
|
20
19
|
granularity: TimeGranularity;
|
|
20
|
+
hourCycle: 12 | 24;
|
|
21
21
|
hideTimeZone: boolean;
|
|
22
22
|
isTimeUnavailable: TimeMatcher;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -15,14 +15,14 @@ declare const __VLS_base: import("vue").DefineComponent<TimeRangeFieldRootProps,
|
|
|
15
15
|
"onUpdate:startValue"?: ((time: TimeValue | undefined) => any) | undefined;
|
|
16
16
|
"onUpdate:endValue"?: ((time: TimeValue | undefined) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
disabled: boolean;
|
|
19
18
|
placeholder: TimeValue;
|
|
19
|
+
disabled: boolean;
|
|
20
20
|
step: DateStep;
|
|
21
21
|
defaultValue: TimeRange;
|
|
22
22
|
readonly: boolean;
|
|
23
23
|
defaultPlaceholder: TimeValue;
|
|
24
|
-
hourCycle: 12 | 24;
|
|
25
24
|
granularity: TimeGranularity;
|
|
25
|
+
hourCycle: 12 | 24;
|
|
26
26
|
hideTimeZone: boolean;
|
|
27
27
|
startName: string;
|
|
28
28
|
endName: string;
|