@soybeanjs/headless 0.11.1 → 0.11.2

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.
@@ -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;
@@ -16,8 +16,8 @@ declare const __VLS_base: vue.DefineComponent<InputNumberRootProps, {}, {}, {},
16
16
  }>, {
17
17
  modelValue: number | null;
18
18
  step: number;
19
- focusOnChange: boolean;
20
19
  stepSnapping: boolean;
20
+ focusOnChange: 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,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;
@@ -202,12 +202,11 @@ declare const __VLS_base: vue.DefineComponent<PopperPositionerProps, {}, {}, {},
202
202
  'aria-valuemin': string | number;
203
203
  'aria-valuenow': string | number;
204
204
  'aria-valuetext': string;
205
- align: Align;
206
- side: _floating_ui_utils0.Side;
207
- reference: _floating_ui_dom0.ReferenceElement;
208
205
  placement: Placement$1;
206
+ side: _floating_ui_utils0.Side;
209
207
  sideOffset: number;
210
208
  sideFlip: boolean;
209
+ align: Align;
211
210
  alignOffset: number;
212
211
  alignFlip: boolean;
213
212
  avoidCollisions: boolean;
@@ -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;
@@ -18,8 +18,8 @@ declare const __VLS_base: vue.DefineComponent<RovingFocusGroupProps, {
18
18
  "onUpdate:currentTabStopId"?: ((value: string | null | undefined) => any) | undefined;
19
19
  }>, {
20
20
  orientation: DataOrientation;
21
- preventScrollOnEntryFocus: boolean;
22
21
  loop: boolean;
22
+ preventScrollOnEntryFocus: boolean;
23
23
  }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  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
- loop: boolean;
20
19
  modelValue: DefinedValue | null;
20
+ loop: boolean;
21
21
  activationMode: TabsActivationMode;
22
22
  unmountOnHide: boolean;
23
23
  }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
@@ -13,22 +13,22 @@ type __VLS_Slots = {} & {
13
13
  };
14
14
  declare const __VLS_base: vue.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
15
15
  pause: () => any;
16
+ "update:open": (value: boolean) => any;
16
17
  escapeKeyDown: (event: KeyboardEvent) => any;
17
18
  resume: () => any;
18
19
  swipeStart: (event: SwipeEvent) => any;
19
20
  swipeMove: (event: SwipeEvent) => any;
20
21
  swipeCancel: (event: SwipeEvent) => any;
21
22
  swipeEnd: (event: SwipeEvent) => any;
22
- "update:open": (value: boolean) => any;
23
23
  }, string, vue.PublicProps, Readonly<ToastRootProps> & Readonly<{
24
24
  onPause?: (() => any) | undefined;
25
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
25
26
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
26
27
  onResume?: (() => any) | undefined;
27
28
  onSwipeStart?: ((event: SwipeEvent) => any) | undefined;
28
29
  onSwipeMove?: ((event: SwipeEvent) => any) | undefined;
29
30
  onSwipeCancel?: ((event: SwipeEvent) => any) | undefined;
30
31
  onSwipeEnd?: ((event: SwipeEvent) => any) | undefined;
31
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
32
32
  }>, {
33
33
  open: boolean;
34
34
  as: AsTag | vue.Component;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/headless",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
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": {