@soybeanjs/headless 0.13.4 → 0.13.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/checkbox/checkbox-root.vue.d.ts +1 -1
- package/dist/components/collapsible/collapsible-root.vue.d.ts +1 -1
- package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +1 -1
- package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +1 -1
- package/dist/components/page-tabs/page-tabs-item.vue.d.ts +2 -2
- package/dist/components/popper/popper-positioner.vue.d.ts +40 -40
- package/dist/components/toast/toast-root.vue.d.ts +3 -3
- package/dist/composables/use-dismissable-layer.d.ts +1 -1
- package/package.json +1 -1
|
@@ -15,8 +15,8 @@ declare const __VLS_base: vue.DefineComponent<CheckboxRootProps, {}, {}, {}, {},
|
|
|
15
15
|
}, string, vue.PublicProps, Readonly<CheckboxRootProps> & Readonly<{
|
|
16
16
|
"onUpdate:modelValue"?: ((value: CheckedState | null) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
value: DefinedValue;
|
|
19
18
|
modelValue: CheckedState | null;
|
|
19
|
+
value: DefinedValue;
|
|
20
20
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
22
|
declare const _default: typeof __VLS_export;
|
|
@@ -16,8 +16,8 @@ declare const __VLS_base: vue.DefineComponent<CollapsibleRootProps, {
|
|
|
16
16
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
open: boolean;
|
|
19
|
-
unmountOnHide: boolean;
|
|
20
19
|
defaultOpen: boolean;
|
|
20
|
+
unmountOnHide: boolean;
|
|
21
21
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
23
|
declare const _default: typeof __VLS_export;
|
|
@@ -15,9 +15,9 @@ declare const __VLS_base: vue.DefineComponent<DropdownMenuRootProps, {}, {}, {},
|
|
|
15
15
|
}>, {
|
|
16
16
|
open: boolean;
|
|
17
17
|
trigger: DropdownMenuTriggerType;
|
|
18
|
-
modal: boolean;
|
|
19
18
|
delayDuration: number;
|
|
20
19
|
skipDelayDuration: number;
|
|
20
|
+
modal: boolean;
|
|
21
21
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
23
|
declare const _default: typeof __VLS_export;
|
|
@@ -14,8 +14,8 @@ declare const __VLS_base: vue.DefineComponent<NavigationMenuRootProps, {}, {}, {
|
|
|
14
14
|
}, string, vue.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
|
-
dir: Direction;
|
|
18
17
|
orientation: DataOrientation;
|
|
18
|
+
dir: Direction;
|
|
19
19
|
unmountOnHide: boolean;
|
|
20
20
|
delayDuration: number;
|
|
21
21
|
skipDelayDuration: number;
|
|
@@ -7,12 +7,12 @@ type __VLS_Slots = {} & {
|
|
|
7
7
|
default?: (props: typeof __VLS_1) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: vue.DefineComponent<PageTabsItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {} & {
|
|
10
|
-
click: () => any;
|
|
11
10
|
close: () => any;
|
|
11
|
+
click: () => any;
|
|
12
12
|
pin: (pinned: boolean) => any;
|
|
13
13
|
}, string, vue.PublicProps, Readonly<PageTabsItemProps> & Readonly<{
|
|
14
|
-
onClick?: (() => any) | undefined;
|
|
15
14
|
onClose?: (() => any) | undefined;
|
|
15
|
+
onClick?: (() => any) | undefined;
|
|
16
16
|
onPin?: ((pinned: boolean) => any) | undefined;
|
|
17
17
|
}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -112,48 +112,11 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
112
112
|
innerHTML: string;
|
|
113
113
|
class: string | false | Record<string, any> | vue.ClassValue[] | null;
|
|
114
114
|
style: string | false | CSSProperties | vue.StyleValue[] | null;
|
|
115
|
-
|
|
116
|
-
contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
|
117
|
-
contextmenu: string;
|
|
118
|
-
dir: string;
|
|
119
|
-
draggable: boolean | "true" | "false";
|
|
120
|
-
enterkeyhint: "done" | "next" | "search" | "enter" | "go" | "previous" | "send";
|
|
121
|
-
enterKeyHint: "done" | "next" | "search" | "enter" | "go" | "previous" | "send";
|
|
122
|
-
hidden: "" | "hidden" | (boolean | "true" | "false") | "until-found";
|
|
115
|
+
color: string;
|
|
123
116
|
id: string;
|
|
124
|
-
inert: boolean | "true" | "false";
|
|
125
117
|
lang: string;
|
|
126
|
-
placeholder: string;
|
|
127
|
-
spellcheck: boolean | "true" | "false";
|
|
128
|
-
tabindex: string | number;
|
|
129
|
-
title: string;
|
|
130
|
-
translate: "yes" | "no";
|
|
131
|
-
radiogroup: string;
|
|
132
118
|
role: string;
|
|
133
|
-
|
|
134
|
-
datatype: string;
|
|
135
|
-
inlist: any;
|
|
136
|
-
prefix: string;
|
|
137
|
-
property: string;
|
|
138
|
-
resource: string;
|
|
139
|
-
typeof: string;
|
|
140
|
-
vocab: string;
|
|
141
|
-
autocapitalize: string;
|
|
142
|
-
autocorrect: string;
|
|
143
|
-
autosave: string;
|
|
144
|
-
color: string;
|
|
145
|
-
itemprop: string;
|
|
146
|
-
itemscope: boolean | "true" | "false";
|
|
147
|
-
itemtype: string;
|
|
148
|
-
itemid: string;
|
|
149
|
-
itemref: string;
|
|
150
|
-
results: string | number;
|
|
151
|
-
security: string;
|
|
152
|
-
unselectable: "on" | "off";
|
|
153
|
-
inputmode: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
154
|
-
is: string;
|
|
155
|
-
exportparts: string;
|
|
156
|
-
part: string;
|
|
119
|
+
tabindex: string | number;
|
|
157
120
|
'aria-activedescendant': string;
|
|
158
121
|
'aria-atomic': boolean | "true" | "false";
|
|
159
122
|
'aria-autocomplete': "list" | "none" | "inline" | "both";
|
|
@@ -189,7 +152,7 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
189
152
|
'aria-posinset': string | number;
|
|
190
153
|
'aria-pressed': (boolean | "true" | "false") | "mixed";
|
|
191
154
|
'aria-readonly': boolean | "true" | "false";
|
|
192
|
-
'aria-relevant': "
|
|
155
|
+
'aria-relevant': "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals";
|
|
193
156
|
'aria-required': boolean | "true" | "false";
|
|
194
157
|
'aria-roledescription': string;
|
|
195
158
|
'aria-rowcount': string | number;
|
|
@@ -202,6 +165,43 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
202
165
|
'aria-valuemin': string | number;
|
|
203
166
|
'aria-valuenow': string | number;
|
|
204
167
|
'aria-valuetext': string;
|
|
168
|
+
accesskey: string;
|
|
169
|
+
contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
|
170
|
+
contextmenu: string;
|
|
171
|
+
dir: string;
|
|
172
|
+
draggable: boolean | "true" | "false";
|
|
173
|
+
enterkeyhint: "done" | "next" | "search" | "enter" | "go" | "previous" | "send";
|
|
174
|
+
enterKeyHint: "done" | "next" | "search" | "enter" | "go" | "previous" | "send";
|
|
175
|
+
hidden: "" | "hidden" | (boolean | "true" | "false") | "until-found";
|
|
176
|
+
inert: boolean | "true" | "false";
|
|
177
|
+
placeholder: string;
|
|
178
|
+
spellcheck: boolean | "true" | "false";
|
|
179
|
+
title: string;
|
|
180
|
+
translate: "yes" | "no";
|
|
181
|
+
radiogroup: string;
|
|
182
|
+
about: string;
|
|
183
|
+
datatype: string;
|
|
184
|
+
inlist: any;
|
|
185
|
+
prefix: string;
|
|
186
|
+
property: string;
|
|
187
|
+
resource: string;
|
|
188
|
+
typeof: string;
|
|
189
|
+
vocab: string;
|
|
190
|
+
autocapitalize: string;
|
|
191
|
+
autocorrect: string;
|
|
192
|
+
autosave: string;
|
|
193
|
+
itemprop: string;
|
|
194
|
+
itemscope: boolean | "true" | "false";
|
|
195
|
+
itemtype: string;
|
|
196
|
+
itemid: string;
|
|
197
|
+
itemref: string;
|
|
198
|
+
results: string | number;
|
|
199
|
+
security: string;
|
|
200
|
+
unselectable: "off" | "on";
|
|
201
|
+
inputmode: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
202
|
+
is: string;
|
|
203
|
+
exportparts: string;
|
|
204
|
+
part: string;
|
|
205
205
|
align: Align;
|
|
206
206
|
reference: _floating_ui_dom0.ReferenceElement;
|
|
207
207
|
placement: Placement$1;
|
|
@@ -12,18 +12,18 @@ type __VLS_Slots = {} & {
|
|
|
12
12
|
default?: (props: typeof __VLS_23) => any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_base: vue.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
15
|
-
pause: () => any;
|
|
16
15
|
"update:open": (value: boolean) => any;
|
|
17
16
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
17
|
+
pause: () => any;
|
|
18
18
|
resume: () => any;
|
|
19
19
|
swipeStart: (event: SwipeEvent) => any;
|
|
20
20
|
swipeMove: (event: SwipeEvent) => any;
|
|
21
21
|
swipeCancel: (event: SwipeEvent) => any;
|
|
22
22
|
swipeEnd: (event: SwipeEvent) => any;
|
|
23
23
|
}, string, vue.PublicProps, Readonly<ToastRootProps> & Readonly<{
|
|
24
|
-
onPause?: (() => any) | undefined;
|
|
25
24
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
26
25
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
26
|
+
onPause?: (() => any) | undefined;
|
|
27
27
|
onResume?: (() => any) | undefined;
|
|
28
28
|
onSwipeStart?: ((event: SwipeEvent) => any) | undefined;
|
|
29
29
|
onSwipeMove?: ((event: SwipeEvent) => any) | undefined;
|
|
@@ -31,9 +31,9 @@ declare const __VLS_base: vue.DefineComponent<ToastRootProps, {}, {}, {}, {}, vu
|
|
|
31
31
|
onSwipeEnd?: ((event: SwipeEvent) => any) | undefined;
|
|
32
32
|
}>, {
|
|
33
33
|
open: boolean;
|
|
34
|
-
as: AsTag | vue.Component;
|
|
35
34
|
liveType: ToastLiveType;
|
|
36
35
|
defaultOpen: boolean;
|
|
36
|
+
as: AsTag | vue.Component;
|
|
37
37
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
38
38
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
39
39
|
declare const _default: typeof __VLS_export;
|
|
@@ -23,7 +23,7 @@ interface UseDismissableLayerOptions extends EmitsToHookProps<DismissableLayerEm
|
|
|
23
23
|
* @returns Properties and handlers for the dismissable layer
|
|
24
24
|
*/
|
|
25
25
|
declare function useDismissableLayer(layerElement: ShallowRef<HTMLElement | undefined>, options?: UseDismissableLayerOptions): {
|
|
26
|
-
pointerEvents: vue.ComputedRef<"
|
|
26
|
+
pointerEvents: vue.ComputedRef<"none" | "auto" | undefined>;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
29
|
* Composable for creating dismissable layer branches that don't trigger dismissal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/headless",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.5",
|
|
4
4
|
"description": "SoybeanHeadless is a collection unstyled components for Vue 3. It is designed to be lightweight and easy to use.",
|
|
5
5
|
"homepage": "https://github.com/soybeanjs/soybean-ui",
|
|
6
6
|
"bugs": {
|