@soybeanjs/headless 0.5.5 → 0.5.6
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/dropdown-menu/dropdown-menu-content.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-root.vue.d.ts +1 -1
- package/dist/components/popper/popper-positioner.vue.d.ts +39 -39
- package/dist/components/select/select-content.vue.d.ts +2 -2
- package/dist/components/select/select-root.vue.d.ts +2 -2
- package/dist/components/tree-menu/tree-menu-root.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -26,10 +26,10 @@ declare const __VLS_base: vue.DefineComponent<MenuContentProps, {}, {}, {}, {},
|
|
|
26
26
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
27
27
|
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
|
-
avoidCollisions: boolean;
|
|
30
29
|
sideOffset: number;
|
|
31
30
|
sideFlip: boolean;
|
|
32
31
|
alignFlip: boolean;
|
|
32
|
+
avoidCollisions: boolean;
|
|
33
33
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
35
35
|
declare const _default: typeof __VLS_export;
|
|
@@ -15,8 +15,8 @@ declare const __VLS_base: vue.DefineComponent<NavigationMenuRootProps, {}, {}, {
|
|
|
15
15
|
}, string, vue.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
|
|
16
16
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
orientation: DataOrientation;
|
|
19
18
|
dir: Direction;
|
|
19
|
+
orientation: DataOrientation;
|
|
20
20
|
unmountOnHide: boolean;
|
|
21
21
|
delayDuration: number;
|
|
22
22
|
skipDelayDuration: number;
|
|
@@ -21,8 +21,8 @@ declare const __VLS_base: vue.DefineComponent<PageTabsRootProps, {
|
|
|
21
21
|
}>, {
|
|
22
22
|
values: string[];
|
|
23
23
|
modelValue: string;
|
|
24
|
-
pins: string[];
|
|
25
24
|
beforeClose: (value: string) => MaybePromise<boolean | void>;
|
|
25
|
+
pins: string[];
|
|
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;
|
|
@@ -115,11 +115,46 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
115
115
|
onEncrypted: (payload: MediaEncryptedEvent) => void;
|
|
116
116
|
innerHTML: string;
|
|
117
117
|
class: any;
|
|
118
|
-
|
|
118
|
+
accesskey: string;
|
|
119
|
+
contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
|
120
|
+
dir: string;
|
|
121
|
+
draggable: boolean | "true" | "false";
|
|
122
|
+
enterkeyhint: "done" | "next" | "search" | "enter" | "go" | "previous" | "send";
|
|
123
|
+
enterKeyHint: "done" | "next" | "search" | "enter" | "go" | "previous" | "send";
|
|
124
|
+
hidden: "" | "hidden" | (boolean | "true" | "false") | "until-found";
|
|
119
125
|
id: string;
|
|
126
|
+
inert: boolean | "true" | "false";
|
|
120
127
|
lang: string;
|
|
121
|
-
|
|
128
|
+
placeholder: string;
|
|
129
|
+
spellcheck: boolean | "true" | "false";
|
|
122
130
|
tabindex: string | number;
|
|
131
|
+
translate: "yes" | "no";
|
|
132
|
+
radiogroup: string;
|
|
133
|
+
role: string;
|
|
134
|
+
about: string;
|
|
135
|
+
datatype: string;
|
|
136
|
+
inlist: any;
|
|
137
|
+
prefix: string;
|
|
138
|
+
property: string;
|
|
139
|
+
resource: string;
|
|
140
|
+
typeof: string;
|
|
141
|
+
vocab: string;
|
|
142
|
+
autocapitalize: string;
|
|
143
|
+
autocorrect: string;
|
|
144
|
+
autosave: string;
|
|
145
|
+
color: string;
|
|
146
|
+
itemprop: string;
|
|
147
|
+
itemscope: boolean | "true" | "false";
|
|
148
|
+
itemtype: string;
|
|
149
|
+
itemid: string;
|
|
150
|
+
itemref: string;
|
|
151
|
+
results: string | number;
|
|
152
|
+
security: string;
|
|
153
|
+
unselectable: "on" | "off";
|
|
154
|
+
inputmode: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
155
|
+
is: string;
|
|
156
|
+
exportparts: string;
|
|
157
|
+
part: string;
|
|
123
158
|
'aria-activedescendant': string;
|
|
124
159
|
'aria-atomic': boolean | "true" | "false";
|
|
125
160
|
'aria-autocomplete': "list" | "none" | "inline" | "both";
|
|
@@ -155,7 +190,7 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
155
190
|
'aria-posinset': string | number;
|
|
156
191
|
'aria-pressed': (boolean | "true" | "false") | "mixed";
|
|
157
192
|
'aria-readonly': boolean | "true" | "false";
|
|
158
|
-
'aria-relevant': "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text
|
|
193
|
+
'aria-relevant': "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
159
194
|
'aria-required': boolean | "true" | "false";
|
|
160
195
|
'aria-roledescription': string;
|
|
161
196
|
'aria-rowcount': string | number;
|
|
@@ -168,42 +203,6 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
168
203
|
'aria-valuemin': string | number;
|
|
169
204
|
'aria-valuenow': string | number;
|
|
170
205
|
'aria-valuetext': string;
|
|
171
|
-
accesskey: string;
|
|
172
|
-
contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only";
|
|
173
|
-
dir: string;
|
|
174
|
-
draggable: boolean | "true" | "false";
|
|
175
|
-
enterkeyhint: "done" | "next" | "search" | "enter" | "go" | "previous" | "send";
|
|
176
|
-
enterKeyHint: "done" | "next" | "search" | "enter" | "go" | "previous" | "send";
|
|
177
|
-
hidden: "" | "hidden" | (boolean | "true" | "false") | "until-found";
|
|
178
|
-
inert: boolean | "true" | "false";
|
|
179
|
-
placeholder: string;
|
|
180
|
-
spellcheck: boolean | "true" | "false";
|
|
181
|
-
translate: "yes" | "no";
|
|
182
|
-
radiogroup: string;
|
|
183
|
-
about: string;
|
|
184
|
-
datatype: string;
|
|
185
|
-
inlist: any;
|
|
186
|
-
prefix: string;
|
|
187
|
-
property: string;
|
|
188
|
-
resource: string;
|
|
189
|
-
typeof: string;
|
|
190
|
-
vocab: string;
|
|
191
|
-
autocapitalize: string;
|
|
192
|
-
autocorrect: string;
|
|
193
|
-
autosave: string;
|
|
194
|
-
itemprop: string;
|
|
195
|
-
itemscope: boolean | "true" | "false";
|
|
196
|
-
itemtype: string;
|
|
197
|
-
itemid: string;
|
|
198
|
-
itemref: string;
|
|
199
|
-
results: string | number;
|
|
200
|
-
security: string;
|
|
201
|
-
unselectable: "off" | "on";
|
|
202
|
-
inputmode: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
203
|
-
is: string;
|
|
204
|
-
exportparts: string;
|
|
205
|
-
part: string;
|
|
206
|
-
avoidCollisions: boolean;
|
|
207
206
|
reference: _floating_ui_dom0.ReferenceElement;
|
|
208
207
|
placement: Placement$1;
|
|
209
208
|
side: _floating_ui_utils0.Side;
|
|
@@ -212,6 +211,7 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
212
211
|
align: Align;
|
|
213
212
|
alignOffset: number;
|
|
214
213
|
alignFlip: boolean;
|
|
214
|
+
avoidCollisions: boolean;
|
|
215
215
|
collisionBoundary: Element | null | Array<Element | null>;
|
|
216
216
|
collisionPadding: _floating_ui_utils0.Padding;
|
|
217
217
|
arrowPadding: number;
|
|
@@ -19,10 +19,10 @@ declare const __VLS_base: vue.DefineComponent<SelectContentProps, {}, {}, {}, {}
|
|
|
19
19
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
20
20
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
-
avoidCollisions: boolean;
|
|
23
|
-
prioritizePosition: boolean;
|
|
24
22
|
position: SelectPosition;
|
|
25
23
|
bodyLock: boolean;
|
|
24
|
+
avoidCollisions: boolean;
|
|
25
|
+
prioritizePosition: boolean;
|
|
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;
|
|
@@ -6,8 +6,8 @@ import * as vue from "vue";
|
|
|
6
6
|
//#region src/components/select/select-root.vue.d.ts
|
|
7
7
|
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<{
|
|
8
8
|
props: vue.PublicProps & __VLS_PrettifyLocal<SelectRootProps<T, M> & {
|
|
9
|
-
"onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
|
|
10
9
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
10
|
+
"onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
|
|
11
11
|
}> & (typeof globalThis extends {
|
|
12
12
|
__VLS_PROPS_FALLBACK: infer P;
|
|
13
13
|
} ? P : {});
|
|
@@ -19,7 +19,7 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(
|
|
|
19
19
|
open: boolean;
|
|
20
20
|
}) => any;
|
|
21
21
|
};
|
|
22
|
-
emit: ((evt: "update:
|
|
22
|
+
emit: ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void);
|
|
23
23
|
}>) => vue.VNode & {
|
|
24
24
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
25
25
|
};
|
|
@@ -16,8 +16,8 @@ declare const __VLS_base: vue.DefineComponent<TreeMenuRootProps, {}, {}, {}, {},
|
|
|
16
16
|
"onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
defaultValue: string;
|
|
19
|
-
collapsed: boolean;
|
|
20
19
|
defaultExpanded: string[];
|
|
20
|
+
collapsed: boolean;
|
|
21
21
|
defaultCollapsed: boolean;
|
|
22
22
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/headless",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
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": {
|