@vizejs/ui 0.409.0 → 0.412.0

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/index.d.mts CHANGED
@@ -28,7 +28,7 @@ import { a as ToggleGroupItemSlotState, c as ToggleGroupSlotState, d as ToggleGr
28
28
  import { C as PositionerElement, D as Rect, E as PositionerStyle, O as SafeAreaInsets, S as PositionerController, T as PositionerStrategy, _ as ComputePositionResult, a as visualViewportRect, b as PlacementSide, c as sizeStyle, d as computePosition, f as parsePlacement, g as ComputePositionInput, h as AvailableSizeInput, i as readSafeAreaInsets, k as VirtualElement, l as createPositioner, m as AvailableSize, n as _default$69, o as zeroSafeAreaInsets, p as readRect, r as insetViewport, s as computeAvailableSize, t as _default$70, u as usePositioner, v as Placement, w as PositionerOptions, x as PositionerArrowStyle, y as PlacementAlign } from "./positioner-BYJVA3Uy.mjs";
29
29
  import { a as InputInputMode, i as InputExpose, n as InputAriaInvalid, o as InputType, r as InputEnterKeyHint, t as _default$47 } from "./input-C0fgeRnS.mjs";
30
30
  import { a as RatingExpose, c as RatingProps, d as RatingState, f as RatingStyle, i as RatingEmits, l as RatingSlotState, n as RatingAriaInvalid, o as RatingItemSlotState, p as RatingValue, r as RatingDirection, s as RatingItemState, t as _default$78, u as RatingSlots } from "./rating-souDdL9t.mjs";
31
- import { a as SearchFieldEmits, c as SearchFieldInputMode, i as SearchFieldClearVisibility, l as SearchFieldProps, n as SearchFieldAriaInvalid, o as SearchFieldEnterKeyHint, r as SearchFieldClearSlotState, s as SearchFieldExpose, t as _default$80, u as SearchFieldSlots } from "./search-field-zyMCYvZ2.mjs";
31
+ import { a as SearchFieldEmits, c as SearchFieldInputMode, i as SearchFieldClearVisibility, l as SearchFieldProps, n as SearchFieldAriaInvalid, o as SearchFieldEnterKeyHint, r as SearchFieldClearSlotState, s as SearchFieldExpose, t as _default$80, u as SearchFieldSlots } from "./search-field-Biw9vApG.mjs";
32
32
  import { a as SliderAriaInvalid, c as SliderExpose, d as SliderSlotState, f as SliderSlots, h as SliderStyle, i as _default$85, l as SliderOrientation, m as SliderStep, n as SLIDER_DEFAULT_MIN, o as SliderDirection, p as SliderState, r as SLIDER_DEFAULT_STEP, s as SliderEmits, t as SLIDER_DEFAULT_MAX, u as SliderProps } from "./slider-CYBbxeNy.mjs";
33
33
  import { i as SeparatorOrientation, n as SeparatorElement, r as SeparatorExpose, t as _default$81 } from "./separator-CnNDqbdR.mjs";
34
34
  import { a as SpacerExpose, c as SpacerState, i as SpacerElement, l as SpacerStyle, n as SpacerAxis, o as SpacerResolvedLayout, r as SpacerDisplay, s as SpacerSize, t as _default$86 } from "./spacer-DFstG4G-.mjs";
@@ -135,17 +135,17 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
135
135
  clear: (value: "", nativeEvent: MouseEvent) => any;
136
136
  "update:modelValue": (value: string) => any;
137
137
  change: (value: string, nativeEvent: Event) => any;
138
+ search: (value: string, nativeEvent: Event) => any;
138
139
  compositionStart: (value: string, nativeEvent: CompositionEvent) => any;
139
140
  compositionEnd: (value: string, nativeEvent: CompositionEvent) => any;
140
- search: (value: string, nativeEvent: Event) => any;
141
141
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
142
142
  onInput?: (value: string, nativeEvent: Event) => any;
143
143
  onClear?: (value: "", nativeEvent: MouseEvent) => any;
144
144
  "onUpdate:modelValue"?: (value: string) => any;
145
145
  onChange?: (value: string, nativeEvent: Event) => any;
146
+ onSearch?: (value: string, nativeEvent: Event) => any;
146
147
  onCompositionStart?: (value: string, nativeEvent: CompositionEvent) => any;
147
148
  onCompositionEnd?: (value: string, nativeEvent: CompositionEvent) => any;
148
- onSearch?: (value: string, nativeEvent: Event) => any;
149
149
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
150
150
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
151
151
  declare const _default: typeof __VLS_export;
@@ -1,2 +1,2 @@
1
- import { a as SearchFieldEmits, c as SearchFieldInputMode, i as SearchFieldClearVisibility, l as SearchFieldProps, n as SearchFieldAriaInvalid, o as SearchFieldEnterKeyHint, r as SearchFieldClearSlotState, s as SearchFieldExpose, t as _default, u as SearchFieldSlots } from "./search-field-zyMCYvZ2.mjs";
1
+ import { a as SearchFieldEmits, c as SearchFieldInputMode, i as SearchFieldClearVisibility, l as SearchFieldProps, n as SearchFieldAriaInvalid, o as SearchFieldEnterKeyHint, r as SearchFieldClearSlotState, s as SearchFieldExpose, t as _default, u as SearchFieldSlots } from "./search-field-Biw9vApG.mjs";
2
2
  export { _default as SearchField, type SearchFieldAriaInvalid, type SearchFieldClearSlotState, type SearchFieldClearVisibility, type SearchFieldEmits, type SearchFieldEnterKeyHint, type SearchFieldExpose, type SearchFieldInputMode, type SearchFieldProps, type SearchFieldSlots };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/ui",
3
- "version": "0.409.0",
3
+ "version": "0.412.0",
4
4
  "description": "Accessible, headless, Native CSS-first UI primitives",
5
5
  "keywords": [
6
6
  "accessibility",
@@ -591,7 +591,7 @@
591
591
  "@tsdown/css": "0.22.14",
592
592
  "@types/node": "25.9.2",
593
593
  "@vitejs/plugin-vue": "6.0.7",
594
- "@vizejs/native": "0.409.0",
594
+ "@vizejs/native": "0.412.0",
595
595
  "@vue/compiler-sfc": "3.5.35",
596
596
  "@vue/test-utils": "2.4.10",
597
597
  "happy-dom": "20.11.2",