@ark-ui/vue 5.15.2 → 5.16.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.
@@ -29,6 +29,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
29
29
  positioning: {},
30
30
  readOnly: { type: Boolean },
31
31
  required: { type: Boolean },
32
+ inline: { type: Boolean },
32
33
  lazyMount: { type: Boolean },
33
34
  unmountOnExit: { type: Boolean },
34
35
  asChild: { type: Boolean }
@@ -40,7 +41,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
40
41
  open: void 0,
41
42
  openAutoFocus: void 0,
42
43
  readOnly: void 0,
43
- required: void 0
44
+ required: void 0,
45
+ inline: void 0
44
46
  }),
45
47
  emits: ["focusOutside", "formatChange", "interactOutside", "openChange", "pointerDownOutside", "valueChange", "valueChangeEnd", "update:modelValue", "update:open", "update:format"],
46
48
  setup(__props, { emit: __emit }) {
@@ -42,6 +42,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<ColorPickerRoot
42
42
  disabled: boolean;
43
43
  required: boolean;
44
44
  open: boolean;
45
+ inline: boolean;
45
46
  defaultOpen: boolean;
46
47
  readOnly: boolean;
47
48
  closeOnSelect: boolean;
@@ -42,6 +42,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<ColorPickerRoot
42
42
  disabled: boolean;
43
43
  required: boolean;
44
44
  open: boolean;
45
+ inline: boolean;
45
46
  defaultOpen: boolean;
46
47
  readOnly: boolean;
47
48
  closeOnSelect: boolean;
@@ -25,6 +25,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
25
  positioning: {},
26
26
  readOnly: { type: Boolean },
27
27
  required: { type: Boolean },
28
+ inline: { type: Boolean },
28
29
  lazyMount: { type: Boolean },
29
30
  unmountOnExit: { type: Boolean },
30
31
  asChild: { type: Boolean }
@@ -36,7 +37,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
37
  open: void 0,
37
38
  openAutoFocus: void 0,
38
39
  readOnly: void 0,
39
- required: void 0
40
+ required: void 0,
41
+ inline: void 0
40
42
  }),
41
43
  emits: ["focusOutside", "formatChange", "interactOutside", "openChange", "pointerDownOutside", "valueChange", "valueChangeEnd", "update:modelValue", "update:open", "update:format"],
42
44
  setup(__props, { emit: __emit }) {
@@ -91,6 +91,10 @@ export interface RootProps {
91
91
  * Whether the color picker is required
92
92
  */
93
93
  required?: boolean;
94
+ /**
95
+ * Whether the color picker is inline
96
+ */
97
+ inline?: boolean;
94
98
  }
95
99
  export type RootEmits = {
96
100
  /**
@@ -91,6 +91,10 @@ export interface RootProps {
91
91
  * Whether the color picker is required
92
92
  */
93
93
  required?: boolean;
94
+ /**
95
+ * Whether the color picker is inline
96
+ */
97
+ inline?: boolean;
94
98
  }
95
99
  export type RootEmits = {
96
100
  /**
@@ -43,6 +43,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
43
43
  timeZone: {},
44
44
  translations: {},
45
45
  view: {},
46
+ inline: { type: Boolean },
46
47
  lazyMount: { type: Boolean },
47
48
  unmountOnExit: { type: Boolean },
48
49
  asChild: { type: Boolean }
@@ -53,7 +54,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
53
54
  fixedWeeks: void 0,
54
55
  open: void 0,
55
56
  readOnly: void 0,
56
- outsideDaySelectable: void 0
57
+ outsideDaySelectable: void 0,
58
+ inline: void 0
57
59
  }),
58
60
  emits: ["focusChange", "openChange", "valueChange", "viewChange", "update:modelValue", "update:open", "update:view", "update:focusedValue"],
59
61
  setup(__props, { emit: __emit }) {
@@ -35,6 +35,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<DatePickerRootP
35
35
  }>, {
36
36
  disabled: boolean;
37
37
  open: boolean;
38
+ inline: boolean;
38
39
  defaultOpen: boolean;
39
40
  readOnly: boolean;
40
41
  closeOnSelect: boolean;
@@ -35,6 +35,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<DatePickerRootP
35
35
  }>, {
36
36
  disabled: boolean;
37
37
  open: boolean;
38
+ inline: boolean;
38
39
  defaultOpen: boolean;
39
40
  readOnly: boolean;
40
41
  closeOnSelect: boolean;
@@ -39,6 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
39
39
  timeZone: {},
40
40
  translations: {},
41
41
  view: {},
42
+ inline: { type: Boolean },
42
43
  lazyMount: { type: Boolean },
43
44
  unmountOnExit: { type: Boolean },
44
45
  asChild: { type: Boolean }
@@ -49,7 +50,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
49
50
  fixedWeeks: void 0,
50
51
  open: void 0,
51
52
  readOnly: void 0,
52
- outsideDaySelectable: void 0
53
+ outsideDaySelectable: void 0,
54
+ inline: void 0
53
55
  }),
54
56
  emits: ["focusChange", "openChange", "valueChange", "viewChange", "update:modelValue", "update:open", "update:view", "update:focusedValue"],
55
57
  setup(__props, { emit: __emit }) {
@@ -167,6 +167,10 @@ export interface RootProps {
167
167
  * The view of the calendar
168
168
  */
169
169
  view?: datePicker.DateView;
170
+ /**
171
+ * Whether the date picker is inline
172
+ */
173
+ inline?: boolean;
170
174
  }
171
175
  export type RootEmits = {
172
176
  /**
@@ -167,6 +167,10 @@ export interface RootProps {
167
167
  * The view of the calendar
168
168
  */
169
169
  view?: datePicker.DateView;
170
+ /**
171
+ * Whether the date picker is inline
172
+ */
173
+ inline?: boolean;
170
174
  }
171
175
  export type RootEmits = {
172
176
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ark-ui/vue",
3
3
  "type": "module",
4
- "version": "5.15.2",
4
+ "version": "5.16.0",
5
5
  "description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
6
6
  "keywords": [
7
7
  "accordion",
@@ -140,63 +140,63 @@
140
140
  "sideEffects": false,
141
141
  "dependencies": {
142
142
  "@internationalized/date": "3.8.2",
143
- "@zag-js/accordion": "1.17.2",
144
- "@zag-js/angle-slider": "1.17.2",
145
- "@zag-js/anatomy": "1.17.2",
146
- "@zag-js/auto-resize": "1.17.2",
147
- "@zag-js/avatar": "1.17.2",
148
- "@zag-js/carousel": "1.17.2",
149
- "@zag-js/checkbox": "1.17.2",
150
- "@zag-js/clipboard": "1.17.2",
151
- "@zag-js/collapsible": "1.17.2",
152
- "@zag-js/collection": "1.17.2",
153
- "@zag-js/color-picker": "1.17.2",
154
- "@zag-js/color-utils": "1.17.2",
155
- "@zag-js/combobox": "1.17.2",
156
- "@zag-js/core": "1.17.2",
157
- "@zag-js/date-picker": "1.17.2",
158
- "@zag-js/date-utils": "1.17.2",
159
- "@zag-js/dialog": "1.17.2",
160
- "@zag-js/dom-query": "1.17.2",
161
- "@zag-js/editable": "1.17.2",
162
- "@zag-js/file-upload": "1.17.2",
163
- "@zag-js/file-utils": "1.17.2",
164
- "@zag-js/focus-trap": "1.17.2",
165
- "@zag-js/floating-panel": "1.17.2",
166
- "@zag-js/highlight-word": "1.17.2",
167
- "@zag-js/hover-card": "1.17.2",
168
- "@zag-js/i18n-utils": "1.17.2",
169
- "@zag-js/listbox": "1.17.2",
170
- "@zag-js/menu": "1.17.2",
171
- "@zag-js/number-input": "1.17.2",
172
- "@zag-js/pagination": "1.17.2",
173
- "@zag-js/password-input": "1.17.2",
174
- "@zag-js/pin-input": "1.17.2",
175
- "@zag-js/popover": "1.17.2",
176
- "@zag-js/presence": "1.17.2",
177
- "@zag-js/progress": "1.17.2",
178
- "@zag-js/qr-code": "1.17.2",
179
- "@zag-js/radio-group": "1.17.2",
180
- "@zag-js/rating-group": "1.17.2",
181
- "@zag-js/select": "1.17.2",
182
- "@zag-js/signature-pad": "1.17.2",
183
- "@zag-js/slider": "1.17.2",
184
- "@zag-js/splitter": "1.17.2",
185
- "@zag-js/switch": "1.17.2",
186
- "@zag-js/tabs": "1.17.2",
187
- "@zag-js/tags-input": "1.17.2",
188
- "@zag-js/time-picker": "1.17.2",
189
- "@zag-js/timer": "1.17.2",
190
- "@zag-js/toast": "1.17.2",
191
- "@zag-js/toggle": "1.17.2",
192
- "@zag-js/toggle-group": "1.17.2",
193
- "@zag-js/tooltip": "1.17.2",
194
- "@zag-js/tour": "1.17.2",
195
- "@zag-js/tree-view": "1.17.2",
196
- "@zag-js/types": "1.17.2",
197
- "@zag-js/utils": "1.17.2",
198
- "@zag-js/steps": "1.17.2",
199
- "@zag-js/vue": "1.17.2"
143
+ "@zag-js/accordion": "1.18.0",
144
+ "@zag-js/angle-slider": "1.18.0",
145
+ "@zag-js/anatomy": "1.18.0",
146
+ "@zag-js/auto-resize": "1.18.0",
147
+ "@zag-js/avatar": "1.18.0",
148
+ "@zag-js/carousel": "1.18.0",
149
+ "@zag-js/checkbox": "1.18.0",
150
+ "@zag-js/clipboard": "1.18.0",
151
+ "@zag-js/collapsible": "1.18.0",
152
+ "@zag-js/collection": "1.18.0",
153
+ "@zag-js/color-picker": "1.18.0",
154
+ "@zag-js/color-utils": "1.18.0",
155
+ "@zag-js/combobox": "1.18.0",
156
+ "@zag-js/core": "1.18.0",
157
+ "@zag-js/date-picker": "1.18.0",
158
+ "@zag-js/date-utils": "1.18.0",
159
+ "@zag-js/dialog": "1.18.0",
160
+ "@zag-js/dom-query": "1.18.0",
161
+ "@zag-js/editable": "1.18.0",
162
+ "@zag-js/file-upload": "1.18.0",
163
+ "@zag-js/file-utils": "1.18.0",
164
+ "@zag-js/focus-trap": "1.18.0",
165
+ "@zag-js/floating-panel": "1.18.0",
166
+ "@zag-js/highlight-word": "1.18.0",
167
+ "@zag-js/hover-card": "1.18.0",
168
+ "@zag-js/i18n-utils": "1.18.0",
169
+ "@zag-js/listbox": "1.18.0",
170
+ "@zag-js/menu": "1.18.0",
171
+ "@zag-js/number-input": "1.18.0",
172
+ "@zag-js/pagination": "1.18.0",
173
+ "@zag-js/password-input": "1.18.0",
174
+ "@zag-js/pin-input": "1.18.0",
175
+ "@zag-js/popover": "1.18.0",
176
+ "@zag-js/presence": "1.18.0",
177
+ "@zag-js/progress": "1.18.0",
178
+ "@zag-js/qr-code": "1.18.0",
179
+ "@zag-js/radio-group": "1.18.0",
180
+ "@zag-js/rating-group": "1.18.0",
181
+ "@zag-js/select": "1.18.0",
182
+ "@zag-js/signature-pad": "1.18.0",
183
+ "@zag-js/slider": "1.18.0",
184
+ "@zag-js/splitter": "1.18.0",
185
+ "@zag-js/switch": "1.18.0",
186
+ "@zag-js/tabs": "1.18.0",
187
+ "@zag-js/tags-input": "1.18.0",
188
+ "@zag-js/time-picker": "1.18.0",
189
+ "@zag-js/timer": "1.18.0",
190
+ "@zag-js/toast": "1.18.0",
191
+ "@zag-js/toggle": "1.18.0",
192
+ "@zag-js/toggle-group": "1.18.0",
193
+ "@zag-js/tooltip": "1.18.0",
194
+ "@zag-js/tour": "1.18.0",
195
+ "@zag-js/tree-view": "1.18.0",
196
+ "@zag-js/types": "1.18.0",
197
+ "@zag-js/utils": "1.18.0",
198
+ "@zag-js/steps": "1.18.0",
199
+ "@zag-js/vue": "1.18.0"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@biomejs/biome": "1.9.4",
@@ -206,8 +206,8 @@
206
206
  "@testing-library/user-event": "14.6.1",
207
207
  "@testing-library/vue": "8.1.0",
208
208
  "@types/jsdom": "21.1.7",
209
- "@vitejs/plugin-vue": "5.2.4",
210
- "@vitejs/plugin-vue-jsx": "4.2.0",
209
+ "@vitejs/plugin-vue": "6.0.0",
210
+ "@vitejs/plugin-vue-jsx": "5.0.1",
211
211
  "@vue/compiler-sfc": "3.5.16",
212
212
  "clean-package": "2.2.0",
213
213
  "globby": "14.1.0",