@soybeanjs/headless 0.12.2 → 0.12.3
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/dropdown-menu/dropdown-menu-root.vue.d.ts +1 -1
- package/dist/components/layout/layout-root.vue.d.ts +1 -1
- package/dist/components/pagination/pagination-root.vue.d.ts +2 -2
- package/dist/components/popper/popper-positioner.vue.d.ts +1 -1
- package/dist/components/tabs/tabs-root.vue.d.ts +1 -1
- package/dist/components/visually-hidden/visually-hidden.vue.d.ts +1 -1
- 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;
|
|
@@ -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;
|
|
@@ -16,8 +16,8 @@ declare const __VLS_base: vue.DefineComponent<LayoutRootProps, {}, {}, {}, {}, v
|
|
|
16
16
|
}>, {
|
|
17
17
|
collapsible: LayoutCollapsible;
|
|
18
18
|
open: boolean;
|
|
19
|
-
defaultOpen: boolean;
|
|
20
19
|
side: LayoutSide;
|
|
20
|
+
defaultOpen: boolean;
|
|
21
21
|
variant: LayoutVariant;
|
|
22
22
|
sidebarWidth: number;
|
|
23
23
|
collapsedSidebarWidth: number;
|
|
@@ -16,11 +16,11 @@ declare const __VLS_base: vue.DefineComponent<PaginationRootProps, {}, {}, {}, {
|
|
|
16
16
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
17
17
|
"onUpdate:pageSize"?: ((value: number) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
|
+
defaultPage: number;
|
|
20
|
+
defaultPageSize: number;
|
|
19
21
|
total: number;
|
|
20
22
|
siblingCount: number;
|
|
21
23
|
showEdges: boolean;
|
|
22
|
-
defaultPage: number;
|
|
23
|
-
defaultPageSize: number;
|
|
24
24
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
26
|
declare const _default: typeof __VLS_export;
|
|
@@ -203,7 +203,6 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
203
203
|
'aria-valuenow': string | number;
|
|
204
204
|
'aria-valuetext': string;
|
|
205
205
|
align: Align;
|
|
206
|
-
reference: _floating_ui_dom0.ReferenceElement;
|
|
207
206
|
placement: Placement$1;
|
|
208
207
|
side: _floating_ui_utils0.Side;
|
|
209
208
|
sideOffset: number;
|
|
@@ -221,6 +220,7 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
|
|
|
221
220
|
updatePositionStrategy: "optimized" | "always";
|
|
222
221
|
disableUpdateOnLayoutShift: boolean;
|
|
223
222
|
prioritizePosition: boolean;
|
|
223
|
+
reference: _floating_ui_dom0.ReferenceElement;
|
|
224
224
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
225
225
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
226
226
|
declare const _default: typeof __VLS_export;
|
|
@@ -16,8 +16,8 @@ declare const __VLS_base: vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue.C
|
|
|
16
16
|
"onUpdate:modelValue"?: ((payload: NonNullable<AcceptableValue>) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
orientation: DataOrientation;
|
|
19
|
-
modelValue: DefinedValue | null;
|
|
20
19
|
loop: boolean;
|
|
20
|
+
modelValue: DefinedValue | null;
|
|
21
21
|
activationMode: TabsActivationMode;
|
|
22
22
|
unmountOnHide: boolean;
|
|
23
23
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
@@ -8,8 +8,8 @@ type __VLS_Slots = {} & {
|
|
|
8
8
|
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: vue.DefineComponent<VisuallyHiddenProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<VisuallyHiddenProps> & Readonly<{}>, {
|
|
11
|
-
feature: VisuallyHiddenFeature;
|
|
12
11
|
as: AsTag | vue.Component;
|
|
12
|
+
feature: VisuallyHiddenFeature;
|
|
13
13
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
15
|
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.12.
|
|
3
|
+
"version": "0.12.3",
|
|
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": {
|