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

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 (89) hide show
  1. package/CHANGELOG.md +492 -0
  2. package/dist/Choice-DbJ1Sy32.js +4 -0
  3. package/dist/Choice-Dq4ErVXd.cjs +1 -0
  4. package/dist/Color-DeAAQP62.cjs +1 -0
  5. package/dist/Color-DjmpsH8s.js +4 -0
  6. package/dist/Complex-C4blr7aI.js +4 -0
  7. package/dist/Complex-CUcYi9J_.cjs +1 -0
  8. package/dist/ContentFetch-BdpPo8D8.js +4 -0
  9. package/dist/ContentFetch-DMXCmNhN.cjs +1 -0
  10. package/dist/Editor-B90hJt5U.js +4 -0
  11. package/dist/Editor-D1WmDFvy.cjs +1 -0
  12. package/dist/File-B8-qkf2g.js +4 -0
  13. package/dist/File-DM47uVft.cjs +1 -0
  14. package/dist/Filter-CZk1h9vU.cjs +1 -0
  15. package/dist/Filter-u6qShTXd.js +4 -0
  16. package/dist/InputCountriesAPI-B68LTX2T.js +72 -0
  17. package/dist/InputCountriesAPI-C3I5dhQf.cjs +1 -0
  18. package/dist/List-C7THirRQ.cjs +1 -0
  19. package/dist/List-Dy8NnouY.js +4 -0
  20. package/dist/Simple-D6boxDXS.cjs +1 -0
  21. package/dist/Simple-Dei8AZTU.cjs +1 -0
  22. package/dist/Simple-Df5-aogC.cjs +1 -0
  23. package/dist/Simple-DxxRB8EF.js +4 -0
  24. package/dist/Simple-QoJBhICS.js +4 -0
  25. package/dist/Simple-YNk6KTaA.js +4 -0
  26. package/dist/Time-DyLCbY7S.cjs +1 -0
  27. package/dist/Time-JhCr-tAA.js +4 -0
  28. package/dist/components/action/ButtonLink.vue.d.ts +7 -1
  29. package/dist/components/base/Box.vue.d.ts +3 -3
  30. package/dist/components/base/BrowserOnly.stories.d.ts +6 -0
  31. package/dist/components/base/ErrorBoundary.stories.d.ts +6 -0
  32. package/dist/components/base/Wrapper.vue.d.ts +1 -1
  33. package/dist/components/box/Editor.stories.d.ts +6 -0
  34. package/dist/components/box/Editor.vue.d.ts +33 -0
  35. package/dist/components/collapse/Simple.vue.d.ts +11 -2
  36. package/dist/components/form/Input.stories.d.ts +5 -0
  37. package/dist/components/form/InputCountriesAPI.stories.d.ts +6 -0
  38. package/dist/components/form/InputCountriesAPI.vue.d.ts +2 -2
  39. package/dist/components/form/InputLoop.vue.d.ts +2 -2
  40. package/dist/components/form/InputNValues.vue.d.ts +4 -3
  41. package/dist/components/form/InputOptions.vue.d.ts +13 -3
  42. package/dist/components/form/Simple.vue.d.ts +4 -21
  43. package/dist/components/input/Code.stories.d.ts +6 -0
  44. package/dist/components/input/Code.vue.d.ts +42 -0
  45. package/dist/components/input/File.stories.d.ts +1 -0
  46. package/dist/components/input/File.vue.d.ts +3 -1
  47. package/dist/components/input/Time.stories.d.ts +8 -0
  48. package/dist/components/input/Time.vue.d.ts +20 -0
  49. package/dist/components/loader/ContentFetch.vue.d.ts +5 -48
  50. package/dist/components/modal/Simple.stories.d.ts +1 -0
  51. package/dist/components/modal/Simple.vue.d.ts +9 -2
  52. package/dist/components/pagination/Content.vue.d.ts +5 -70
  53. package/dist/components/pagination/ContentTable.vue.d.ts +34 -52
  54. package/dist/components/pagination/Simple.vue.d.ts +3 -3
  55. package/dist/components/select/Filter.stories.d.ts +1 -0
  56. package/dist/components/select/mocks.d.ts +3 -0
  57. package/dist/components/table/Body.vue.d.ts +12 -8
  58. package/dist/components/table/HeadActions.vue.d.ts +3 -3
  59. package/dist/components/table/HeadContent.vue.d.ts +2 -2
  60. package/dist/components/table/Simple.stories.d.ts +4 -0
  61. package/dist/components/table/Simple.vue.d.ts +13 -7
  62. package/dist/components/value/Complex.vue.d.ts +9 -2
  63. package/dist/components/value/List.vue.d.ts +13 -2
  64. package/dist/components/value/Simple.vue.d.ts +3 -27
  65. package/dist/composables/async.d.ts +6 -3
  66. package/dist/composables/markdown.d.ts +8 -0
  67. package/dist/composables/theme.d.ts +3 -1
  68. package/dist/index-CYQ63qx5.cjs +75 -0
  69. package/dist/index-DQDfLE9b.js +83719 -0
  70. package/dist/index.cjs +1 -1
  71. package/dist/index.d.ts +7 -0
  72. package/dist/index.js +41 -35
  73. package/dist/plugin.cjs +1 -1
  74. package/dist/plugin.js +111 -102
  75. package/dist/types/plugin.d.ts +8 -5
  76. package/dist/types/props/async.d.ts +175 -0
  77. package/dist/types/props/base.d.ts +106 -0
  78. package/dist/types/props/form.d.ts +19 -0
  79. package/dist/types/props/index.d.ts +6 -0
  80. package/dist/types/props/modal.d.ts +67 -0
  81. package/dist/types/{props.d.ts → props/table.d.ts} +40 -215
  82. package/dist/types/props/value.d.ts +52 -0
  83. package/package.json +22 -15
  84. package/dist/index-DZq6ccWv.js +0 -7168
  85. package/dist/index-P_sTnHeR.cjs +0 -4
  86. package/dist/theme-CChhGSbE.cjs +0 -1
  87. package/dist/theme-DWMJmaKP.js +0 -83
  88. package/dist/theme.cjs +0 -1
  89. package/dist/theme.js +0 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,497 @@
1
1
  Xamu UI
2
2
 
3
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.31](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.30...@open-xamu-co/ui-components-vue-v4.0.0-next.31) (2026-07-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **vue:** add suspense for forms with loadercontentfetch ([a5520bf](https://github.com/xamu-co/ui/commit/a5520bf14fb4e0b527e4360faaca3a76cc794c67))
9
+ * **vue:** preserve wrapper reactivity ([4e5443a](https://github.com/xamu-co/ui/commit/4e5443a893dd5e0194903dd8e8836462ebf013e8))
10
+
11
+
12
+ ### Features
13
+
14
+ * **vue:** async requirements for form & table components ([e2611bd](https://github.com/xamu-co/ui/commit/e2611bd08644e4d99a7360e13960d61deb0c9253))
15
+ * **vue:** async value components ([bdc8634](https://github.com/xamu-co/ui/commit/bdc863490f1c73241e67277a7df36db629cbea37))
16
+
17
+
18
+
19
+
20
+
21
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.31"
22
+ Updating "nuxt"
23
+ Succesfully updated "nuxt" package
24
+
25
+ # [@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)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **nuxt:** get asyncData from context ([8c5616a](https://github.com/xamu-co/ui/commit/8c5616a85a41b69d44efb5319c152358fcda74b7))
31
+
32
+
33
+ ### BREAKING CHANGES
34
+
35
+ * **nuxt:** loaderContentFetch requires suspense
36
+
37
+
38
+
39
+
40
+
41
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.30"
42
+ Updating "nuxt"
43
+ Succesfully updated "nuxt" package
44
+
45
+ # [@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)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * **vue:** time wrapper ([999e183](https://github.com/xamu-co/ui/commit/999e183315a1194e9fa016aeafe89852645d1178))
51
+
52
+
53
+ ### Features
54
+
55
+ * **nuxt:** extend nuxt support ([702a9b3](https://github.com/xamu-co/ui/commit/702a9b37716a11a3742e4fe0a423e32ad9ef7c48))
56
+
57
+
58
+ ### BREAKING CHANGES
59
+
60
+ * **nuxt:** node22 required
61
+
62
+
63
+
64
+
65
+
66
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.29"
67
+ Updating "nuxt"
68
+ Succesfully updated "nuxt" package
69
+
70
+ # [@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)
71
+
72
+
73
+ ### Bug Fixes
74
+
75
+ * **vue:** support minLength & maxLength on inputs ([82a0159](https://github.com/xamu-co/ui/commit/82a015900528b545d5665694d4e32e49b0f14b39))
76
+
77
+
78
+
79
+
80
+
81
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.28"
82
+ Updating "nuxt"
83
+ Succesfully updated "nuxt" package
84
+
85
+ # [@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)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * **vue:** add missing theme to input n values ([d4d8911](https://github.com/xamu-co/ui/commit/d4d891189836af2f0aae78a039eeda65436b1b9b))
91
+
92
+
93
+ ### Features
94
+
95
+ * **vue:** support date, datetime & time inputs ([a115eca](https://github.com/xamu-co/ui/commit/a115ecae09dfd895cf73d99eaeaea5b792832cd4))
96
+
97
+
98
+
99
+
100
+
101
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.27"
102
+ Updating "nuxt"
103
+ Succesfully updated "nuxt" package
104
+
105
+ # [@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)
106
+
107
+
108
+ ### Bug Fixes
109
+
110
+ * **vue:** expose table action slots on pagination table ([e8bb34a](https://github.com/xamu-co/ui/commit/e8bb34a195fb012a75154d5d021e3564fb4bbaaa))
111
+ * **vue:** rollback table properties behavior ([458c207](https://github.com/xamu-co/ui/commit/458c207f7a4ef973641c84992b3a8b16a53afbb1))
112
+
113
+
114
+
115
+
116
+
117
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.26"
118
+ Updating "nuxt"
119
+ Succesfully updated "nuxt" package
120
+
121
+ # [@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)
122
+
123
+
124
+ ### Bug Fixes
125
+
126
+ * pass table functions to cell component ([64f37f1](https://github.com/xamu-co/ui/commit/64f37f1898d9db144628d350ea7d73f177696eb7))
127
+ * **vue:** add missing theme to filter select loader ([f358add](https://github.com/xamu-co/ui/commit/f358add4bea5c05bd4878640e46c92b703f1ec47))
128
+
129
+
130
+ ### Features
131
+
132
+ * **vue:** prefer table properties ([f7ac337](https://github.com/xamu-co/ui/commit/f7ac337af3d80230a01b3a2afeecd4c027471183))
133
+
134
+
135
+
136
+
137
+
138
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.25"
139
+ Updating "nuxt"
140
+ Succesfully updated "nuxt" package
141
+
142
+ # [@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)
143
+
144
+
145
+ ### Bug Fixes
146
+
147
+ * **vue:** correct theme type for pagination table ([b477292](https://github.com/xamu-co/ui/commit/b47729259b1a065015357a1f8140873587443a21))
148
+ * **vue:** deselect deleted items ([199f50e](https://github.com/xamu-co/ui/commit/199f50e679140b79d3ea8b7ad205679390d3508b))
149
+
150
+
151
+
152
+
153
+
154
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.24"
155
+ Updating "nuxt"
156
+ Succesfully updated "nuxt" package
157
+
158
+ # [@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)
159
+
160
+
161
+ ### Bug Fixes
162
+
163
+ * **collapse:** target indicator modifier ([9860062](https://github.com/xamu-co/ui/commit/986006200559aa48d2345931cb3d3d075f14d3c1))
164
+ * **vue:** fixes & refactoring for async options handling ([f4d51bf](https://github.com/xamu-co/ui/commit/f4d51bf69ff8e9e8f62c0e645fd3596fb96bc642))
165
+
166
+
167
+ ### Features
168
+
169
+ * **forms:** accept async function for input options ([e8ebf68](https://github.com/xamu-co/ui/commit/e8ebf688f4fd71bd049883eb2961b36be579b1c2))
170
+ * **vue:** select filter with async options ([c36568c](https://github.com/xamu-co/ui/commit/c36568cfe7e68d0902b3cc8035c50d3dc99d22c5))
171
+
172
+
173
+
174
+
175
+
176
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.23"
177
+ Updating "nuxt"
178
+ Succesfully updated "nuxt" package
179
+
180
+ # [@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)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * **vue:** allow setting max file size from input meta ([876d45e](https://github.com/xamu-co/ui/commit/876d45ed27005fa3188b2806c93f8d04c9692e42))
186
+
187
+
188
+
189
+
190
+
191
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.22"
192
+ Updating "nuxt"
193
+ Succesfully updated "nuxt" package
194
+
195
+ # [@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)
196
+
197
+
198
+ ### Bug Fixes
199
+
200
+ * **vue:** modify input values within collapse ([6f73559](https://github.com/xamu-co/ui/commit/6f735593703dd8613f8fc10e75761886f31dcbaa))
201
+
202
+
203
+
204
+
205
+
206
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.21"
207
+ Updating "nuxt"
208
+ Succesfully updated "nuxt" package
209
+
210
+ # [@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)
211
+
212
+
213
+ ### Features
214
+
215
+ * **vue:** pass down abort signal on fetch components ([c6063c2](https://github.com/xamu-co/ui/commit/c6063c2818a40a14033b20ddc827b1fc673a4e9b))
216
+
217
+
218
+
219
+
220
+
221
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.20"
222
+ Updating "nuxt"
223
+ Succesfully updated "nuxt" package
224
+
225
+ # [@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)
226
+
227
+
228
+ ### Bug Fixes
229
+
230
+ * **vue:** optional assertion on input swal label ([9c486a4](https://github.com/xamu-co/ui/commit/9c486a4ee5dcda84013898c43988b8567b630e78))
231
+
232
+
233
+ ### Features
234
+
235
+ * **vue:** header slot for collapse ([96467f6](https://github.com/xamu-co/ui/commit/96467f66626f05ba8e5b5e984813ea7fb99ed6a5))
236
+
237
+
238
+
239
+
240
+
241
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.19"
242
+ Updating "nuxt"
243
+ Succesfully updated "nuxt" package
244
+
245
+ # [@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)
246
+
247
+
248
+ ### Features
249
+
250
+ * **vue:** inherit value table properties from table ([4cc8108](https://github.com/xamu-co/ui/commit/4cc8108c0269f1940dbc0bfa95ecc5c15699905e))
251
+
252
+
253
+
254
+
255
+
256
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.18"
257
+ Updating "nuxt"
258
+ Succesfully updated "nuxt" package
259
+
260
+ # [@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)
261
+
262
+
263
+ ### Bug Fixes
264
+
265
+ * **vue:** avoid passing classes to table dropdown ([4c9c71d](https://github.com/xamu-co/ui/commit/4c9c71da0bf08dbbecc4bf7ba0f1b2159e31b7ca))
266
+ * **vue:** include hydration errors ([b61e884](https://github.com/xamu-co/ui/commit/b61e884669b32b8935bd8afb213c88f682ae01d5))
267
+ * **vue:** prefer missing options text from meta ([31eb61b](https://github.com/xamu-co/ui/commit/31eb61b9c41221d76b2eadcd2b9b0af754e1e3de))
268
+ * **vue:** prefer prop for select filter placeholder ([594a2c4](https://github.com/xamu-co/ui/commit/594a2c4a9ee198de512c2b7d5805d4e01460a11d))
269
+ * **vue:** prevent duplicate options on select ([f8a8c4f](https://github.com/xamu-co/ui/commit/f8a8c4f28d9b71f64d69674811c765e21a0bc093))
270
+ * handle missing media on file input ([3bf4d1d](https://github.com/xamu-co/ui/commit/3bf4d1d739d70e87254511c942f8064810e93716))
271
+ * show scrollbar on box editor ([0c6b991](https://github.com/xamu-co/ui/commit/0c6b99121bd942ed26c53a867644ce521cdc8399))
272
+ * **vue:** unconditionally hydrate on node deletion ([1f4269f](https://github.com/xamu-co/ui/commit/1f4269f020645d951db85244d7f68bdfb358296f))
273
+
274
+
275
+ ### Features
276
+
277
+ * **vue:** new modal slot to preserve save button ([5c52b40](https://github.com/xamu-co/ui/commit/5c52b406a85bbb12c7460c912774e8b8a1b5c55a))
278
+
279
+
280
+
281
+
282
+
283
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.17"
284
+ Updating "nuxt"
285
+ Succesfully updated "nuxt" package
286
+
287
+ # [@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)
288
+
289
+
290
+ ### Features
291
+
292
+ * **vue:** nodesDividerTheme ([db4ea76](https://github.com/xamu-co/ui/commit/db4ea760ee64ee9f28998966fa100a856091aa9c))
293
+
294
+
295
+
296
+
297
+
298
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.16"
299
+ Updating "nuxt"
300
+ Succesfully updated "nuxt" package
301
+
302
+ # [@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)
303
+
304
+
305
+ ### Bug Fixes
306
+
307
+ * **vue:** mixed node selection & children visibility ([c83c1cb](https://github.com/xamu-co/ui/commit/c83c1cb236e766daf7c3c9242f6d95789e7609ec))
308
+
309
+
310
+ ### BREAKING CHANGES
311
+
312
+ * **vue:** splitted table toggling functions
313
+
314
+
315
+
316
+
317
+
318
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.15"
319
+ Updating "nuxt"
320
+ Succesfully updated "nuxt" package
321
+
322
+ # [@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)
323
+
324
+
325
+ ### Features
326
+
327
+ * preferId for properties tables ([c442c66](https://github.com/xamu-co/ui/commit/c442c66e5f4be5788109ecac0f1610367f4da88d))
328
+ * support video & audio files ([7ffb235](https://github.com/xamu-co/ui/commit/7ffb23596c7cc286c39ecea34796d1d17ea963ff))
329
+
330
+
331
+
332
+
333
+
334
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.14"
335
+ Updating "nuxt"
336
+ Succesfully updated "nuxt" package
337
+
338
+ # [@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)
339
+
340
+
341
+ ### Bug Fixes
342
+
343
+ * accept nodeFn on table pagination ([f334b10](https://github.com/xamu-co/ui/commit/f334b10c9ad8d5a1fd29a4ca05a9f72dfa5e8697))
344
+ * use wrapper prop instead of el in loader content ([0d5fa02](https://github.com/xamu-co/ui/commit/0d5fa02e9d2da6258e3c93c805cd3d42aa8eccec))
345
+
346
+
347
+
348
+
349
+
350
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.13"
351
+ Updating "nuxt"
352
+ Succesfully updated "nuxt" package
353
+
354
+ # [@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)
355
+
356
+
357
+ ### Bug Fixes
358
+
359
+ * **vue:** missing theme bindings in editor ([829ef9a](https://github.com/xamu-co/ui/commit/829ef9abec2213cc06952bf1636a13962fb296a2))
360
+
361
+
362
+
363
+
364
+
365
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.12"
366
+ Updating "nuxt"
367
+ Succesfully updated "nuxt" package
368
+
369
+ # [@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)
370
+
371
+
372
+ ### Bug Fixes
373
+
374
+ * **vue:** conditional editor linewrapping & invert box action inner theme ([654f6e1](https://github.com/xamu-co/ui/commit/654f6e1921f731145a91092ee7a49fadc8b4c455))
375
+ * **vue:** editor with on form ([d9a2879](https://github.com/xamu-co/ui/commit/d9a287904df981afa7dfb89c16e25899443cfc94))
376
+
377
+
378
+
379
+
380
+
381
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.11"
382
+ Updating "nuxt"
383
+ Succesfully updated "nuxt" package
384
+
385
+ # [@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)
386
+
387
+
388
+ ### Bug Fixes
389
+
390
+ * **vue:** replace broken component import ([59da4be](https://github.com/xamu-co/ui/commit/59da4be748c3833ece2c9248a998f0130e9df1fa))
391
+
392
+
393
+
394
+
395
+
396
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.10"
397
+ Updating "nuxt"
398
+ Succesfully updated "nuxt" package
399
+
400
+ # [@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)
401
+
402
+
403
+ ### Features
404
+
405
+ * expose useMarkdown composable ([b66ede9](https://github.com/xamu-co/ui/commit/b66ede9b28c3bfb7c811e4528fd7cfa42e7e3221))
406
+
407
+
408
+
409
+
410
+
411
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.9"
412
+ Updating "nuxt"
413
+ Succesfully updated "nuxt" package
414
+
415
+ # [@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)
416
+
417
+
418
+ ### Bug Fixes
419
+
420
+ * **vue:** properly handle filtered table nodes ([d07540b](https://github.com/xamu-co/ui/commit/d07540b9220731dc345e13080fc322f724869981))
421
+
422
+
423
+
424
+
425
+
426
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.8"
427
+ Updating "nuxt"
428
+ Succesfully updated "nuxt" package
429
+
430
+ # [@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)
431
+
432
+
433
+ ### Bug Fixes
434
+
435
+ * **vue:** allow tableProps.mapNodes to override mapNode ([3ba5d00](https://github.com/xamu-co/ui/commit/3ba5d00f6f45a5bafc2e6f5e5247d8688eab5ada))
436
+
437
+
438
+
439
+
440
+
441
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.7"
442
+ Updating "nuxt"
443
+ Succesfully updated "nuxt" package
444
+
445
+ # [@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)
446
+
447
+
448
+ ### Bug Fixes
449
+
450
+ * bump core dependencies ([3d88b97](https://github.com/xamu-co/ui/commit/3d88b97491601c8cfbeb558d5ef5e24ba4e55f08))
451
+
452
+
453
+ ### Features
454
+
455
+ * code editor support ([b08239d](https://github.com/xamu-co/ui/commit/b08239ddef1dd5bc928db630211cddd11ae1ea47))
456
+
457
+
458
+
459
+
460
+
461
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.6"
462
+ Updating "nuxt"
463
+ Succesfully updated "nuxt" package
464
+
465
+ # [@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)
466
+
467
+
468
+ ### Bug Fixes
469
+
470
+ * whether typos ([1adadf7](https://github.com/xamu-co/ui/commit/1adadf77d5bc1d985c158dd9b8bd36837f724ac0))
471
+
472
+
473
+
474
+
475
+
476
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.5"
477
+ Updating "nuxt"
478
+ Succesfully updated "nuxt" package
479
+
480
+ # [@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)
481
+
482
+
483
+ ### Features
484
+
485
+ * expose stylesheet preload function on module ([56dbf1f](https://github.com/xamu-co/ui/commit/56dbf1fe6b2fa12b6776add6dcda86524ea84fd1))
486
+
487
+
488
+
489
+
490
+
491
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.4"
492
+ Updating "nuxt"
493
+ Succesfully updated "nuxt" package
494
+
3
495
  # [@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
496
 
5
497
 
@@ -0,0 +1,4 @@
1
+ import { l as f } from "./index-DQDfLE9b.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$9;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$1;
@@ -0,0 +1,4 @@
1
+ import { d as f } from "./index-DQDfLE9b.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { e } from "./index-DQDfLE9b.js";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$2;
@@ -0,0 +1,4 @@
1
+ import { q as f } from "./index-DQDfLE9b.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$13;
@@ -0,0 +1,4 @@
1
+ import { m } from "./index-DQDfLE9b.js";
2
+ export {
3
+ m as default
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$10;
@@ -0,0 +1,4 @@
1
+ import { i as f } from "./index-DQDfLE9b.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$6;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$8;
@@ -0,0 +1,4 @@
1
+ import { k as f } from "./index-DQDfLE9b.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,72 @@
1
+ import { defineComponent as C, defineAsyncComponent as g, computed as k, createBlock as u, openBlock as d, Suspense as i, withCtx as t, createVNode as a, unref as l, renderSlot as $, normalizeProps as A, guardReactiveProps as B } from "vue";
2
+ import { n as o, o as b, p as s } from "./index-DQDfLE9b.js";
3
+ const P = /* @__PURE__ */ C({
4
+ name: "FormInputCountriesApi",
5
+ inheritAttrs: !0,
6
+ __name: "InputCountriesAPI",
7
+ props: {
8
+ model: {},
9
+ countries: {},
10
+ states: { default: () => [] },
11
+ loading: { type: Boolean },
12
+ errors: {},
13
+ refresh: {},
14
+ theme: {},
15
+ invertTheme: { type: Boolean },
16
+ shadow: { type: [Boolean, Array] }
17
+ },
18
+ setup(e) {
19
+ const n = g({
20
+ loader: () => import("./ContentFetch-BdpPo8D8.js"),
21
+ loadingComponent: o
22
+ }), c = e, { defaultCountry: p, getCountryStates: f, getStateCities: h } = b(), r = k(() => c.model[0] || p || "");
23
+ return (w, v) => (d(), u(i, null, {
24
+ fallback: t(() => [
25
+ a(o, { theme: e.theme }, null, 8, ["theme"])
26
+ ]),
27
+ default: t(() => [
28
+ a(s, {
29
+ wrapper: l(n),
30
+ wrap: !e.loading && !e.states?.length,
31
+ promise: l(f),
32
+ url: `/${e.model[0]}?states`,
33
+ payload: [r.value],
34
+ fallback: [],
35
+ theme: e.theme,
36
+ unwrap: ""
37
+ }, {
38
+ default: t((m) => [
39
+ (d(), u(i, null, {
40
+ fallback: t(() => [
41
+ a(o, { theme: e.theme }, null, 8, ["theme"])
42
+ ]),
43
+ default: t(() => [
44
+ a(s, {
45
+ wrapper: l(n),
46
+ wrap: !e.loading && !m?.loading && !!e.model[1],
47
+ promise: l(h),
48
+ url: `/${e.model[0]}/${e.model[1]}?cities`,
49
+ payload: [r.value, e.model[1]],
50
+ fallback: [],
51
+ theme: e.theme,
52
+ unwrap: ""
53
+ }, {
54
+ default: t((y) => [
55
+ $(w.$slots, "default", A(B({ statesReq: m, citiesReq: y })))
56
+ ]),
57
+ _: 2
58
+ }, 1032, ["wrapper", "wrap", "promise", "url", "payload", "theme"])
59
+ ]),
60
+ _: 2
61
+ }, 1024))
62
+ ]),
63
+ _: 3
64
+ }, 8, ["wrapper", "wrap", "promise", "url", "payload", "theme"])
65
+ ]),
66
+ _: 3
67
+ }));
68
+ }
69
+ });
70
+ export {
71
+ P as default
72
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),a=require("./index-CYQ63qx5.cjs"),s=e.defineComponent({name:"FormInputCountriesApi",inheritAttrs:!0,__name:"InputCountriesAPI",props:{model:{},countries:{},states:{default:()=>[]},loading:{type:Boolean},errors:{},refresh:{},theme:{},invertTheme:{type:Boolean},shadow:{type:[Boolean,Array]}},setup(t){const n=e.defineAsyncComponent({loader:()=>Promise.resolve().then(()=>require("./ContentFetch-DMXCmNhN.cjs")),loadingComponent:a._sfc_main$11}),l=t,{defaultCountry:u,getCountryStates:i,getStateCities:m}=a.useCountries(),r=e.computed(()=>l.model[0]||u||"");return(d,h)=>(e.openBlock(),e.createBlock(e.Suspense,null,{fallback:e.withCtx(()=>[e.createVNode(a._sfc_main$11,{theme:t.theme},null,8,["theme"])]),default:e.withCtx(()=>[e.createVNode(a._sfc_main$12,{wrapper:e.unref(n),wrap:!t.loading&&!t.states?.length,promise:e.unref(i),url:`/${t.model[0]}?states`,payload:[r.value],fallback:[],theme:t.theme,unwrap:""},{default:e.withCtx(o=>[(e.openBlock(),e.createBlock(e.Suspense,null,{fallback:e.withCtx(()=>[e.createVNode(a._sfc_main$11,{theme:t.theme},null,8,["theme"])]),default:e.withCtx(()=>[e.createVNode(a._sfc_main$12,{wrapper:e.unref(n),wrap:!t.loading&&!o?.loading&&!!t.model[1],promise:e.unref(m),url:`/${t.model[0]}/${t.model[1]}?cities`,payload:[r.value,t.model[1]],fallback:[],theme:t.theme,unwrap:""},{default:e.withCtx(c=>[e.renderSlot(d.$slots,"default",e.normalizeProps(e.guardReactiveProps({statesReq:o,citiesReq:c})))]),_:2},1032,["wrapper","wrap","promise","url","payload","theme"])]),_:2},1024))]),_:3},8,["wrapper","wrap","promise","url","payload","theme"])]),_:3}))}});exports.default=s;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$4;
@@ -0,0 +1,4 @@
1
+ import { g as f } from "./index-DQDfLE9b.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$5;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CYQ63qx5.cjs");exports.default=e._sfc_main$3;
@@ -0,0 +1,4 @@
1
+ import { f } from "./index-DQDfLE9b.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { h as f } from "./index-DQDfLE9b.js";
2
+ export {
3
+ f as default
4
+ };