@open-xamu-co/ui-components-vue 4.0.0-next.3 → 4.0.0-next.30

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +470 -0
  2. package/dist/components/action/ButtonLink.vue.d.ts +7 -1
  3. package/dist/components/base/Box.vue.d.ts +3 -3
  4. package/dist/components/base/Wrapper.vue.d.ts +1 -1
  5. package/dist/components/box/Editor.stories.d.ts +6 -0
  6. package/dist/components/box/Editor.vue.d.ts +33 -0
  7. package/dist/components/collapse/Simple.vue.d.ts +11 -2
  8. package/dist/components/form/Input.stories.d.ts +5 -0
  9. package/dist/components/form/InputLoop.vue.d.ts +2 -2
  10. package/dist/components/form/InputNValues.vue.d.ts +4 -3
  11. package/dist/components/form/InputOptions.vue.d.ts +13 -3
  12. package/dist/components/form/Simple.vue.d.ts +3 -3
  13. package/dist/components/input/Code.stories.d.ts +6 -0
  14. package/dist/components/input/Code.vue.d.ts +42 -0
  15. package/dist/components/input/File.stories.d.ts +1 -0
  16. package/dist/components/input/File.vue.d.ts +3 -1
  17. package/dist/components/input/Time.stories.d.ts +8 -0
  18. package/dist/components/input/Time.vue.d.ts +20 -0
  19. package/dist/components/loader/ContentFetch.vue.d.ts +5 -48
  20. package/dist/components/modal/Simple.stories.d.ts +1 -0
  21. package/dist/components/modal/Simple.vue.d.ts +9 -2
  22. package/dist/components/pagination/Content.vue.d.ts +5 -70
  23. package/dist/components/pagination/ContentTable.vue.d.ts +34 -52
  24. package/dist/components/pagination/Simple.vue.d.ts +3 -3
  25. package/dist/components/select/Filter.stories.d.ts +4 -0
  26. package/dist/components/table/Body.vue.d.ts +11 -5
  27. package/dist/components/table/HeadActions.vue.d.ts +3 -3
  28. package/dist/components/table/HeadContent.vue.d.ts +2 -2
  29. package/dist/components/table/Simple.stories.d.ts +4 -0
  30. package/dist/components/table/Simple.vue.d.ts +13 -7
  31. package/dist/components/value/Complex.vue.d.ts +9 -2
  32. package/dist/components/value/List.vue.d.ts +13 -2
  33. package/dist/components/value/Simple.vue.d.ts +2 -2
  34. package/dist/composables/async.d.ts +6 -3
  35. package/dist/composables/markdown.d.ts +8 -0
  36. package/dist/composables/theme.d.ts +3 -1
  37. package/dist/index-CcNccc1e.js +83710 -0
  38. package/dist/index-a6izObYX.cjs +75 -0
  39. package/dist/index.cjs +1 -1
  40. package/dist/index.d.ts +7 -0
  41. package/dist/index.js +41 -35
  42. package/dist/plugin.cjs +1 -1
  43. package/dist/plugin.js +111 -102
  44. package/dist/types/plugin.d.ts +8 -5
  45. package/dist/types/props/async.d.ts +175 -0
  46. package/dist/types/props/base.d.ts +106 -0
  47. package/dist/types/props/index.d.ts +5 -0
  48. package/dist/types/props/modal.d.ts +67 -0
  49. package/dist/types/{props.d.ts → props/table.d.ts} +38 -215
  50. package/dist/types/props/value.d.ts +37 -0
  51. package/package.json +22 -15
  52. package/dist/index-DZq6ccWv.js +0 -7168
  53. package/dist/index-P_sTnHeR.cjs +0 -4
  54. package/dist/theme-CChhGSbE.cjs +0 -1
  55. package/dist/theme-DWMJmaKP.js +0 -83
  56. package/dist/theme.cjs +0 -1
  57. package/dist/theme.js +0 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,475 @@
1
1
  Xamu UI
2
2
 
3
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.30](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.29...@open-xamu-co/ui-components-vue-v4.0.0-next.30) (2026-07-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **nuxt:** get asyncData from context ([8c5616a](https://github.com/xamu-co/ui/commit/8c5616a85a41b69d44efb5319c152358fcda74b7))
9
+
10
+
11
+ ### BREAKING CHANGES
12
+
13
+ * **nuxt:** loaderContentFetch requires suspense
14
+
15
+
16
+
17
+
18
+
19
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.30"
20
+ Updating "nuxt"
21
+ Succesfully updated "nuxt" package
22
+
23
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.29](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.28...@open-xamu-co/ui-components-vue-v4.0.0-next.29) (2026-07-01)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **vue:** time wrapper ([999e183](https://github.com/xamu-co/ui/commit/999e183315a1194e9fa016aeafe89852645d1178))
29
+
30
+
31
+ ### Features
32
+
33
+ * **nuxt:** extend nuxt support ([702a9b3](https://github.com/xamu-co/ui/commit/702a9b37716a11a3742e4fe0a423e32ad9ef7c48))
34
+
35
+
36
+ ### BREAKING CHANGES
37
+
38
+ * **nuxt:** node22 required
39
+
40
+
41
+
42
+
43
+
44
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.29"
45
+ Updating "nuxt"
46
+ Succesfully updated "nuxt" package
47
+
48
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.28](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.27...@open-xamu-co/ui-components-vue-v4.0.0-next.28) (2026-06-25)
49
+
50
+
51
+ ### Bug Fixes
52
+
53
+ * **vue:** support minLength & maxLength on inputs ([82a0159](https://github.com/xamu-co/ui/commit/82a015900528b545d5665694d4e32e49b0f14b39))
54
+
55
+
56
+
57
+
58
+
59
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.28"
60
+ Updating "nuxt"
61
+ Succesfully updated "nuxt" package
62
+
63
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.27](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.26...@open-xamu-co/ui-components-vue-v4.0.0-next.27) (2026-06-16)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * **vue:** add missing theme to input n values ([d4d8911](https://github.com/xamu-co/ui/commit/d4d891189836af2f0aae78a039eeda65436b1b9b))
69
+
70
+
71
+ ### Features
72
+
73
+ * **vue:** support date, datetime & time inputs ([a115eca](https://github.com/xamu-co/ui/commit/a115ecae09dfd895cf73d99eaeaea5b792832cd4))
74
+
75
+
76
+
77
+
78
+
79
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.27"
80
+ Updating "nuxt"
81
+ Succesfully updated "nuxt" package
82
+
83
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.26](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.25...@open-xamu-co/ui-components-vue-v4.0.0-next.26) (2026-06-16)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * **vue:** expose table action slots on pagination table ([e8bb34a](https://github.com/xamu-co/ui/commit/e8bb34a195fb012a75154d5d021e3564fb4bbaaa))
89
+ * **vue:** rollback table properties behavior ([458c207](https://github.com/xamu-co/ui/commit/458c207f7a4ef973641c84992b3a8b16a53afbb1))
90
+
91
+
92
+
93
+
94
+
95
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.26"
96
+ Updating "nuxt"
97
+ Succesfully updated "nuxt" package
98
+
99
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.25](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.24...@open-xamu-co/ui-components-vue-v4.0.0-next.25) (2026-06-15)
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * pass table functions to cell component ([64f37f1](https://github.com/xamu-co/ui/commit/64f37f1898d9db144628d350ea7d73f177696eb7))
105
+ * **vue:** add missing theme to filter select loader ([f358add](https://github.com/xamu-co/ui/commit/f358add4bea5c05bd4878640e46c92b703f1ec47))
106
+
107
+
108
+ ### Features
109
+
110
+ * **vue:** prefer table properties ([f7ac337](https://github.com/xamu-co/ui/commit/f7ac337af3d80230a01b3a2afeecd4c027471183))
111
+
112
+
113
+
114
+
115
+
116
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.25"
117
+ Updating "nuxt"
118
+ Succesfully updated "nuxt" package
119
+
120
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.24](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.23...@open-xamu-co/ui-components-vue-v4.0.0-next.24) (2026-05-19)
121
+
122
+
123
+ ### Bug Fixes
124
+
125
+ * **vue:** correct theme type for pagination table ([b477292](https://github.com/xamu-co/ui/commit/b47729259b1a065015357a1f8140873587443a21))
126
+ * **vue:** deselect deleted items ([199f50e](https://github.com/xamu-co/ui/commit/199f50e679140b79d3ea8b7ad205679390d3508b))
127
+
128
+
129
+
130
+
131
+
132
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.24"
133
+ Updating "nuxt"
134
+ Succesfully updated "nuxt" package
135
+
136
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.23](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.22...@open-xamu-co/ui-components-vue-v4.0.0-next.23) (2026-05-14)
137
+
138
+
139
+ ### Bug Fixes
140
+
141
+ * **collapse:** target indicator modifier ([9860062](https://github.com/xamu-co/ui/commit/986006200559aa48d2345931cb3d3d075f14d3c1))
142
+ * **vue:** fixes & refactoring for async options handling ([f4d51bf](https://github.com/xamu-co/ui/commit/f4d51bf69ff8e9e8f62c0e645fd3596fb96bc642))
143
+
144
+
145
+ ### Features
146
+
147
+ * **forms:** accept async function for input options ([e8ebf68](https://github.com/xamu-co/ui/commit/e8ebf688f4fd71bd049883eb2961b36be579b1c2))
148
+ * **vue:** select filter with async options ([c36568c](https://github.com/xamu-co/ui/commit/c36568cfe7e68d0902b3cc8035c50d3dc99d22c5))
149
+
150
+
151
+
152
+
153
+
154
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.23"
155
+ Updating "nuxt"
156
+ Succesfully updated "nuxt" package
157
+
158
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.22](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.21...@open-xamu-co/ui-components-vue-v4.0.0-next.22) (2026-05-11)
159
+
160
+
161
+ ### Bug Fixes
162
+
163
+ * **vue:** allow setting max file size from input meta ([876d45e](https://github.com/xamu-co/ui/commit/876d45ed27005fa3188b2806c93f8d04c9692e42))
164
+
165
+
166
+
167
+
168
+
169
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.22"
170
+ Updating "nuxt"
171
+ Succesfully updated "nuxt" package
172
+
173
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.21](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.20...@open-xamu-co/ui-components-vue-v4.0.0-next.21) (2026-05-10)
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * **vue:** modify input values within collapse ([6f73559](https://github.com/xamu-co/ui/commit/6f735593703dd8613f8fc10e75761886f31dcbaa))
179
+
180
+
181
+
182
+
183
+
184
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.21"
185
+ Updating "nuxt"
186
+ Succesfully updated "nuxt" package
187
+
188
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.20](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.19...@open-xamu-co/ui-components-vue-v4.0.0-next.20) (2026-05-09)
189
+
190
+
191
+ ### Features
192
+
193
+ * **vue:** pass down abort signal on fetch components ([c6063c2](https://github.com/xamu-co/ui/commit/c6063c2818a40a14033b20ddc827b1fc673a4e9b))
194
+
195
+
196
+
197
+
198
+
199
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.20"
200
+ Updating "nuxt"
201
+ Succesfully updated "nuxt" package
202
+
203
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.19](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.18...@open-xamu-co/ui-components-vue-v4.0.0-next.19) (2026-05-09)
204
+
205
+
206
+ ### Bug Fixes
207
+
208
+ * **vue:** optional assertion on input swal label ([9c486a4](https://github.com/xamu-co/ui/commit/9c486a4ee5dcda84013898c43988b8567b630e78))
209
+
210
+
211
+ ### Features
212
+
213
+ * **vue:** header slot for collapse ([96467f6](https://github.com/xamu-co/ui/commit/96467f66626f05ba8e5b5e984813ea7fb99ed6a5))
214
+
215
+
216
+
217
+
218
+
219
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.19"
220
+ Updating "nuxt"
221
+ Succesfully updated "nuxt" package
222
+
223
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.18](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.17...@open-xamu-co/ui-components-vue-v4.0.0-next.18) (2026-05-03)
224
+
225
+
226
+ ### Features
227
+
228
+ * **vue:** inherit value table properties from table ([4cc8108](https://github.com/xamu-co/ui/commit/4cc8108c0269f1940dbc0bfa95ecc5c15699905e))
229
+
230
+
231
+
232
+
233
+
234
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.18"
235
+ Updating "nuxt"
236
+ Succesfully updated "nuxt" package
237
+
238
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.17](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.16...@open-xamu-co/ui-components-vue-v4.0.0-next.17) (2026-05-03)
239
+
240
+
241
+ ### Bug Fixes
242
+
243
+ * **vue:** avoid passing classes to table dropdown ([4c9c71d](https://github.com/xamu-co/ui/commit/4c9c71da0bf08dbbecc4bf7ba0f1b2159e31b7ca))
244
+ * **vue:** include hydration errors ([b61e884](https://github.com/xamu-co/ui/commit/b61e884669b32b8935bd8afb213c88f682ae01d5))
245
+ * **vue:** prefer missing options text from meta ([31eb61b](https://github.com/xamu-co/ui/commit/31eb61b9c41221d76b2eadcd2b9b0af754e1e3de))
246
+ * **vue:** prefer prop for select filter placeholder ([594a2c4](https://github.com/xamu-co/ui/commit/594a2c4a9ee198de512c2b7d5805d4e01460a11d))
247
+ * **vue:** prevent duplicate options on select ([f8a8c4f](https://github.com/xamu-co/ui/commit/f8a8c4f28d9b71f64d69674811c765e21a0bc093))
248
+ * handle missing media on file input ([3bf4d1d](https://github.com/xamu-co/ui/commit/3bf4d1d739d70e87254511c942f8064810e93716))
249
+ * show scrollbar on box editor ([0c6b991](https://github.com/xamu-co/ui/commit/0c6b99121bd942ed26c53a867644ce521cdc8399))
250
+ * **vue:** unconditionally hydrate on node deletion ([1f4269f](https://github.com/xamu-co/ui/commit/1f4269f020645d951db85244d7f68bdfb358296f))
251
+
252
+
253
+ ### Features
254
+
255
+ * **vue:** new modal slot to preserve save button ([5c52b40](https://github.com/xamu-co/ui/commit/5c52b406a85bbb12c7460c912774e8b8a1b5c55a))
256
+
257
+
258
+
259
+
260
+
261
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.17"
262
+ Updating "nuxt"
263
+ Succesfully updated "nuxt" package
264
+
265
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.16](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.15...@open-xamu-co/ui-components-vue-v4.0.0-next.16) (2026-04-18)
266
+
267
+
268
+ ### Features
269
+
270
+ * **vue:** nodesDividerTheme ([db4ea76](https://github.com/xamu-co/ui/commit/db4ea760ee64ee9f28998966fa100a856091aa9c))
271
+
272
+
273
+
274
+
275
+
276
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.16"
277
+ Updating "nuxt"
278
+ Succesfully updated "nuxt" package
279
+
280
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.15](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.14...@open-xamu-co/ui-components-vue-v4.0.0-next.15) (2026-04-17)
281
+
282
+
283
+ ### Bug Fixes
284
+
285
+ * **vue:** mixed node selection & children visibility ([c83c1cb](https://github.com/xamu-co/ui/commit/c83c1cb236e766daf7c3c9242f6d95789e7609ec))
286
+
287
+
288
+ ### BREAKING CHANGES
289
+
290
+ * **vue:** splitted table toggling functions
291
+
292
+
293
+
294
+
295
+
296
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.15"
297
+ Updating "nuxt"
298
+ Succesfully updated "nuxt" package
299
+
300
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.14](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.13...@open-xamu-co/ui-components-vue-v4.0.0-next.14) (2026-04-17)
301
+
302
+
303
+ ### Features
304
+
305
+ * preferId for properties tables ([c442c66](https://github.com/xamu-co/ui/commit/c442c66e5f4be5788109ecac0f1610367f4da88d))
306
+ * support video & audio files ([7ffb235](https://github.com/xamu-co/ui/commit/7ffb23596c7cc286c39ecea34796d1d17ea963ff))
307
+
308
+
309
+
310
+
311
+
312
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.14"
313
+ Updating "nuxt"
314
+ Succesfully updated "nuxt" package
315
+
316
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.13](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.12...@open-xamu-co/ui-components-vue-v4.0.0-next.13) (2026-04-10)
317
+
318
+
319
+ ### Bug Fixes
320
+
321
+ * accept nodeFn on table pagination ([f334b10](https://github.com/xamu-co/ui/commit/f334b10c9ad8d5a1fd29a4ca05a9f72dfa5e8697))
322
+ * use wrapper prop instead of el in loader content ([0d5fa02](https://github.com/xamu-co/ui/commit/0d5fa02e9d2da6258e3c93c805cd3d42aa8eccec))
323
+
324
+
325
+
326
+
327
+
328
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.13"
329
+ Updating "nuxt"
330
+ Succesfully updated "nuxt" package
331
+
332
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.12](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.11...@open-xamu-co/ui-components-vue-v4.0.0-next.12) (2026-04-05)
333
+
334
+
335
+ ### Bug Fixes
336
+
337
+ * **vue:** missing theme bindings in editor ([829ef9a](https://github.com/xamu-co/ui/commit/829ef9abec2213cc06952bf1636a13962fb296a2))
338
+
339
+
340
+
341
+
342
+
343
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.12"
344
+ Updating "nuxt"
345
+ Succesfully updated "nuxt" package
346
+
347
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.11](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.10...@open-xamu-co/ui-components-vue-v4.0.0-next.11) (2026-04-03)
348
+
349
+
350
+ ### Bug Fixes
351
+
352
+ * **vue:** conditional editor linewrapping & invert box action inner theme ([654f6e1](https://github.com/xamu-co/ui/commit/654f6e1921f731145a91092ee7a49fadc8b4c455))
353
+ * **vue:** editor with on form ([d9a2879](https://github.com/xamu-co/ui/commit/d9a287904df981afa7dfb89c16e25899443cfc94))
354
+
355
+
356
+
357
+
358
+
359
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.11"
360
+ Updating "nuxt"
361
+ Succesfully updated "nuxt" package
362
+
363
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.10](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.9...@open-xamu-co/ui-components-vue-v4.0.0-next.10) (2026-01-21)
364
+
365
+
366
+ ### Bug Fixes
367
+
368
+ * **vue:** replace broken component import ([59da4be](https://github.com/xamu-co/ui/commit/59da4be748c3833ece2c9248a998f0130e9df1fa))
369
+
370
+
371
+
372
+
373
+
374
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.10"
375
+ Updating "nuxt"
376
+ Succesfully updated "nuxt" package
377
+
378
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.9](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.8...@open-xamu-co/ui-components-vue-v4.0.0-next.9) (2026-01-21)
379
+
380
+
381
+ ### Features
382
+
383
+ * expose useMarkdown composable ([b66ede9](https://github.com/xamu-co/ui/commit/b66ede9b28c3bfb7c811e4528fd7cfa42e7e3221))
384
+
385
+
386
+
387
+
388
+
389
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.9"
390
+ Updating "nuxt"
391
+ Succesfully updated "nuxt" package
392
+
393
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.8](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.7...@open-xamu-co/ui-components-vue-v4.0.0-next.8) (2026-01-21)
394
+
395
+
396
+ ### Bug Fixes
397
+
398
+ * **vue:** properly handle filtered table nodes ([d07540b](https://github.com/xamu-co/ui/commit/d07540b9220731dc345e13080fc322f724869981))
399
+
400
+
401
+
402
+
403
+
404
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.8"
405
+ Updating "nuxt"
406
+ Succesfully updated "nuxt" package
407
+
408
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.7](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.6...@open-xamu-co/ui-components-vue-v4.0.0-next.7) (2026-01-20)
409
+
410
+
411
+ ### Bug Fixes
412
+
413
+ * **vue:** allow tableProps.mapNodes to override mapNode ([3ba5d00](https://github.com/xamu-co/ui/commit/3ba5d00f6f45a5bafc2e6f5e5247d8688eab5ada))
414
+
415
+
416
+
417
+
418
+
419
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.7"
420
+ Updating "nuxt"
421
+ Succesfully updated "nuxt" package
422
+
423
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.6](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.5...@open-xamu-co/ui-components-vue-v4.0.0-next.6) (2026-01-18)
424
+
425
+
426
+ ### Bug Fixes
427
+
428
+ * bump core dependencies ([3d88b97](https://github.com/xamu-co/ui/commit/3d88b97491601c8cfbeb558d5ef5e24ba4e55f08))
429
+
430
+
431
+ ### Features
432
+
433
+ * code editor support ([b08239d](https://github.com/xamu-co/ui/commit/b08239ddef1dd5bc928db630211cddd11ae1ea47))
434
+
435
+
436
+
437
+
438
+
439
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.6"
440
+ Updating "nuxt"
441
+ Succesfully updated "nuxt" package
442
+
443
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.5](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.4...@open-xamu-co/ui-components-vue-v4.0.0-next.5) (2026-01-08)
444
+
445
+
446
+ ### Bug Fixes
447
+
448
+ * whether typos ([1adadf7](https://github.com/xamu-co/ui/commit/1adadf77d5bc1d985c158dd9b8bd36837f724ac0))
449
+
450
+
451
+
452
+
453
+
454
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.5"
455
+ Updating "nuxt"
456
+ Succesfully updated "nuxt" package
457
+
458
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.4](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.3...@open-xamu-co/ui-components-vue-v4.0.0-next.4) (2026-01-06)
459
+
460
+
461
+ ### Features
462
+
463
+ * expose stylesheet preload function on module ([56dbf1f](https://github.com/xamu-co/ui/commit/56dbf1fe6b2fa12b6776add6dcda86524ea84fd1))
464
+
465
+
466
+
467
+
468
+
469
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.4"
470
+ Updating "nuxt"
471
+ Succesfully updated "nuxt" package
472
+
3
473
  # [@open-xamu-co/ui-components-vue-v4.0.0-next.3](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.2...@open-xamu-co/ui-components-vue-v4.0.0-next.3) (2026-01-01)
4
474
 
5
475
 
@@ -8,6 +8,10 @@ interface iActionButtonLinkProps extends iActionProps, iUseModifiersProps, iUseS
8
8
  * Reverse behavior
9
9
  */
10
10
  linkButton?: boolean;
11
+ /**
12
+ * Breakpoint to switch between button and link
13
+ */
14
+ breakpoint?: "mobile" | "tablet" | "laptop";
11
15
  }
12
16
  declare var __VLS_8: {
13
17
  isButton: true;
@@ -23,7 +27,9 @@ type __VLS_Slots = {} & {
23
27
  } & {
24
28
  default?: (props: typeof __VLS_26) => any;
25
29
  };
26
- declare const __VLS_base: import("vue").DefineComponent<iActionButtonLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<iActionButtonLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
+ declare const __VLS_base: import("vue").DefineComponent<iActionButtonLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<iActionButtonLinkProps> & Readonly<{}>, {
31
+ breakpoint: "mobile" | "tablet" | "laptop";
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
33
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
34
  declare const _default: typeof __VLS_export;
29
35
  export default _default;
@@ -5,9 +5,9 @@ interface iBaseBoxProps extends iUseModifiersProps, iUseStateProps, iUseThemePro
5
5
  * Component or tag to render
6
6
  */
7
7
  el?: vComponent | string;
8
- /**
9
- * less padding
10
- */
8
+ /** Input like visuals */
9
+ input?: boolean;
10
+ /** Button like visuals */
11
11
  button?: boolean;
12
12
  dashed?: boolean;
13
13
  solid?: boolean;
@@ -1,7 +1,7 @@
1
1
  import type { Teleport } from "vue";
2
2
  import type { vComponent } from "../../types/plugin";
3
3
  type __VLS_Props = {
4
- /** Wheter or not render the wrapper */
4
+ /** Whether or not render the wrapper */
5
5
  wrap: boolean;
6
6
  /** Component or tag to render as wrapper */
7
7
  wrapper?: vComponent | typeof Teleport | string;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
+ import BoxEditor from "./Editor.vue";
3
+ declare const meta: Meta<typeof BoxEditor>;
4
+ type Story = StoryObj<typeof meta>;
5
+ export declare const Sample: Story;
6
+ export default meta;
@@ -0,0 +1,33 @@
1
+ import type { Extension } from "@codemirror/state";
2
+ import type { tFormInput } from "@open-xamu-co/ui-common-types";
3
+ import type { iInputProps, iUseThemeProps } from "../../types/props";
4
+ interface iBoxEditorProps extends iInputProps, iUseThemeProps {
5
+ readonly?: boolean;
6
+ input?: tFormInput;
7
+ modelValue?: string;
8
+ /** Enable code editor extensions */
9
+ code?: string | boolean;
10
+ /** Enable line wrapping */
11
+ lineWrapping?: boolean;
12
+ /** CodeMirror extensions */
13
+ extensions?: Extension[];
14
+ /** Editor theme */
15
+ editorTheme?: Extension;
16
+ }
17
+ declare var __VLS_89: {};
18
+ type __VLS_Slots = {} & {
19
+ submit?: (props: typeof __VLS_89) => any;
20
+ };
21
+ declare const __VLS_base: import("vue").DefineComponent<iBoxEditorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ "update:model-value": (...args: any[]) => void;
23
+ }, string, import("vue").PublicProps, Readonly<iBoxEditorProps> & Readonly<{
24
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ type __VLS_WithSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -1,13 +1,22 @@
1
1
  import type { vComponent } from "../../types/plugin";
2
2
  import type { iUseThemeProps } from "../../types/props";
3
3
  interface Collapse extends iUseThemeProps {
4
+ /** Input id */
5
+ id?: string;
6
+ /** Input name */
7
+ name?: string;
8
+ /** Input type */
9
+ type?: "checkbox" | "radio";
4
10
  title?: string;
5
11
  checked?: boolean;
6
12
  el?: vComponent | string;
13
+ headerClasses?: string;
7
14
  }
8
- declare var __VLS_18: {};
15
+ declare var __VLS_7: {}, __VLS_20: {};
9
16
  type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_18) => any;
17
+ header?: (props: typeof __VLS_7) => any;
18
+ } & {
19
+ default?: (props: typeof __VLS_20) => any;
11
20
  };
12
21
  declare const __VLS_base: import("vue").DefineComponent<Collapse, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Collapse> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -3,4 +3,9 @@ import FormInputComponent from "./Input.vue";
3
3
  declare const meta: Meta<typeof FormInputComponent>;
4
4
  type Story = StoryObj<typeof meta>;
5
5
  export declare const Sample: Story;
6
+ export declare const Code: Story;
7
+ export declare const AsyncOptions: Story;
8
+ export declare const DateInput: Story;
9
+ export declare const DatetimeInput: Story;
10
+ export declare const TimeInput: Story;
6
11
  export default meta;
@@ -8,7 +8,7 @@ export interface iFormInputLoop<Ti> extends iUseThemeProps {
8
8
  readonly?: boolean;
9
9
  }
10
10
  declare const __VLS_export: <T extends iFormValue>(__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<{
11
- props: __VLS_PrettifyLocal<iFormInputLoop<T>> & import("vue").PublicProps & (typeof globalThis extends {
11
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<iFormInputLoop<T>> & (typeof globalThis extends {
12
12
  __VLS_PROPS_FALLBACK: infer P;
13
13
  } ? P : {});
14
14
  expose: (exposed: {}) => void;
@@ -20,7 +20,7 @@ declare const __VLS_export: <T extends iFormValue>(__VLS_props: NonNullable<Awai
20
20
  };
21
21
  emit: {};
22
22
  }>) => import("vue").VNode & {
23
- __ctx?: Awaited<typeof __VLS_setup>;
23
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
24
24
  };
25
25
  declare const _default: typeof __VLS_export;
26
26
  export default _default;
@@ -1,4 +1,5 @@
1
- export interface iFormInputNValues<Ti> {
1
+ import type { iUseThemeProps } from "../../types/props";
2
+ export interface iFormInputNValues<Ti> extends iUseThemeProps {
2
3
  model: Ti[];
3
4
  /** Expected model lengths */
4
5
  values: number[];
@@ -10,7 +11,7 @@ export interface iFormInputNValues<Ti> {
10
11
  refresh?: (...args: any[]) => any;
11
12
  }
12
13
  declare const __VLS_export: <T>(__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<{
13
- props: __VLS_PrettifyLocal<iFormInputNValues<T>> & import("vue").PublicProps & (typeof globalThis extends {
14
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<iFormInputNValues<T>> & (typeof globalThis extends {
14
15
  __VLS_PROPS_FALLBACK: infer P;
15
16
  } ? P : {});
16
17
  expose: (exposed: {}) => void;
@@ -20,7 +21,7 @@ declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_se
20
21
  };
21
22
  emit: {};
22
23
  }>) => import("vue").VNode & {
23
- __ctx?: Awaited<typeof __VLS_setup>;
24
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
24
25
  };
25
26
  declare const _default: typeof __VLS_export;
26
27
  export default _default;
@@ -1,10 +1,20 @@
1
- import type { tFormInput } from "@open-xamu-co/ui-common-types";
1
+ import type { iFormOption, tFormInput } from "@open-xamu-co/ui-common-types";
2
2
  type __VLS_Props = {
3
3
  input: tFormInput;
4
+ /**
5
+ * Currently selected value
6
+ */
7
+ selectedValue?: number | string;
8
+ /**
9
+ * Currently selected values
10
+ * When `input.multiple === true`
11
+ * @example [selectedValue, ...otherValues]
12
+ */
13
+ selectedValues?: (number | string)[];
4
14
  };
5
15
  declare var __VLS_1: {
6
- key: number;
7
- options: {
16
+ key: string | number;
17
+ options: ((v?: string | number, signal?: AbortSignal) => Promise<iFormOption[]>) | {
8
18
  icon?: import("@fortawesome/fontawesome-common-types").IconName | undefined;
9
19
  pattern?: string | undefined;
10
20
  placeholder?: string | undefined;