@open-xamu-co/ui-components-vue 3.1.0-next.9 → 4.0.0-next.1

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 (116) hide show
  1. package/CHANGELOG.md +468 -0
  2. package/dist/components/action/Button.stories.d.ts +8 -14
  3. package/dist/components/action/Button.vue.d.ts +11 -11
  4. package/dist/components/action/ButtonLink.stories.d.ts +4 -10
  5. package/dist/components/action/ButtonLink.vue.d.ts +17 -19
  6. package/dist/components/action/ButtonToggle.stories.d.ts +6 -10
  7. package/dist/components/action/ButtonToggle.vue.d.ts +7 -11
  8. package/dist/components/action/Link.stories.d.ts +4 -10
  9. package/dist/components/action/Link.vue.d.ts +7 -11
  10. package/dist/components/base/Action.vue.d.ts +7 -11
  11. package/dist/components/base/Box.vue.d.ts +13 -11
  12. package/dist/components/base/BrowserOnly.vue.d.ts +9 -12
  13. package/dist/components/base/ErrorBoundary.vue.d.ts +17 -15
  14. package/dist/components/base/Img.vue.d.ts +16 -56
  15. package/dist/components/base/Input.vue.d.ts +13 -15
  16. package/dist/components/base/Select.vue.d.ts +2 -1
  17. package/dist/components/base/Wrapper.vue.d.ts +12 -15
  18. package/dist/components/box/Action.stories.d.ts +4 -11
  19. package/dist/components/box/Action.vue.d.ts +3 -2
  20. package/dist/components/box/Message.stories.d.ts +4 -10
  21. package/dist/components/box/Message.vue.d.ts +7 -11
  22. package/dist/components/collapse/Simple.stories.d.ts +4 -11
  23. package/dist/components/collapse/Simple.vue.d.ts +7 -11
  24. package/dist/components/dropdown/Simple.stories.d.ts +4 -8
  25. package/dist/components/dropdown/Simple.vue.d.ts +37 -41
  26. package/dist/components/form/Input.stories.d.ts +3 -2
  27. package/dist/components/form/Input.vue.d.ts +2 -1
  28. package/dist/components/form/InputCountriesAPI.vue.d.ts +11 -19
  29. package/dist/components/form/InputLoop.vue.d.ts +12 -7
  30. package/dist/components/form/InputNValues.vue.d.ts +13 -6
  31. package/dist/components/form/InputOptions.vue.d.ts +19 -23
  32. package/dist/components/form/Simple.stories.d.ts +9 -5
  33. package/dist/components/form/Simple.vue.d.ts +17 -11
  34. package/dist/components/form/Stages.stories.d.ts +8 -69
  35. package/dist/components/form/Stages.vue.d.ts +29 -28
  36. package/dist/components/icon/Fa.stories.d.ts +4 -10
  37. package/dist/components/icon/Fa.vue.d.ts +2 -1
  38. package/dist/components/icon/Simple.stories.d.ts +4 -8
  39. package/dist/components/icon/Simple.vue.d.ts +7 -11
  40. package/dist/components/input/Color.stories.d.ts +4 -8
  41. package/dist/components/input/Color.vue.d.ts +11 -2
  42. package/dist/components/input/File.stories.d.ts +4 -10
  43. package/dist/components/input/File.vue.d.ts +6 -1
  44. package/dist/components/input/Text.stories.d.ts +4 -11
  45. package/dist/components/input/Text.vue.d.ts +2 -1
  46. package/dist/components/input/Toggle.stories.d.ts +4 -10
  47. package/dist/components/input/Toggle.vue.d.ts +9 -13
  48. package/dist/components/loader/Content.stories.d.ts +4 -8
  49. package/dist/components/loader/Content.vue.d.ts +7 -11
  50. package/dist/components/loader/ContentFetch.stories.d.ts +5 -8
  51. package/dist/components/loader/ContentFetch.vue.d.ts +19 -11
  52. package/dist/components/loader/Simple.stories.d.ts +4 -8
  53. package/dist/components/loader/Simple.vue.d.ts +7 -11
  54. package/dist/components/modal/Simple.stories.d.ts +5 -8
  55. package/dist/components/modal/Simple.vue.d.ts +53 -53
  56. package/dist/components/pagination/Content.stories.d.ts +4 -7
  57. package/dist/components/pagination/Content.vue.d.ts +29 -12
  58. package/dist/components/pagination/ContentTable.stories.d.ts +6 -8
  59. package/dist/components/pagination/ContentTable.vue.d.ts +62 -25
  60. package/dist/components/pagination/Simple.stories.d.ts +5 -8
  61. package/dist/components/pagination/Simple.vue.d.ts +12 -7
  62. package/dist/components/select/Choice.stories.d.ts +6 -11
  63. package/dist/components/select/Choice.vue.d.ts +2 -1
  64. package/dist/components/select/Filter.stories.d.ts +5 -11
  65. package/dist/components/select/Filter.vue.d.ts +2 -1
  66. package/dist/components/select/Simple.stories.d.ts +4 -11
  67. package/dist/components/select/Simple.vue.d.ts +2 -1
  68. package/dist/components/slider/Simple.stories.d.ts +4 -8
  69. package/dist/components/slider/Simple.vue.d.ts +50 -0
  70. package/dist/components/table/Body.vue.d.ts +33 -21
  71. package/dist/components/table/HeadActions.vue.d.ts +31 -0
  72. package/dist/components/table/HeadContent.vue.d.ts +22 -0
  73. package/dist/components/table/Simple.stories.d.ts +9 -33
  74. package/dist/components/table/Simple.vue.d.ts +43 -28
  75. package/dist/components/value/Complex.stories.d.ts +4 -8
  76. package/dist/components/value/Complex.vue.d.ts +2 -1
  77. package/dist/components/value/List.stories.d.ts +4 -27
  78. package/dist/components/value/List.vue.d.ts +2 -12
  79. package/dist/components/value/Simple.stories.d.ts +5 -10
  80. package/dist/components/value/Simple.vue.d.ts +10 -5
  81. package/dist/composables/theme.d.ts +8 -1
  82. package/dist/composables/utils.d.ts +2 -1
  83. package/dist/index-Bbn-n1yC.js +7098 -0
  84. package/dist/index-CyI1yZlR.cjs +4 -0
  85. package/dist/index.cjs +1 -0
  86. package/dist/index.js +45 -1
  87. package/dist/plugin.cjs +1 -0
  88. package/dist/plugin.js +902 -1
  89. package/dist/theme-CChhGSbE.cjs +1 -0
  90. package/dist/theme-DWMJmaKP.js +83 -0
  91. package/dist/theme.cjs +1 -0
  92. package/dist/theme.js +7 -1
  93. package/dist/types/plugin.d.ts +9 -1
  94. package/dist/types/props.d.ts +60 -17
  95. package/dist/types/storybook.d.ts +10 -0
  96. package/package.json +40 -31
  97. package/dist/components/table/Head.vue.d.ts +0 -25
  98. package/dist/index-BtJc7cX1.js +0 -4
  99. package/dist/index-DTG4ktcY.mjs +0 -6753
  100. package/dist/index.mjs +0 -45
  101. package/dist/plugin.mjs +0 -874
  102. package/dist/screens/DropdownWithToggle.stories.d.ts +0 -11
  103. package/dist/screens/DropdownWithToggle.vue.d.ts +0 -2
  104. package/dist/screens/FormWithFetch.stories.d.ts +0 -11
  105. package/dist/screens/FormWithFetch.vue.d.ts +0 -2
  106. package/dist/screens/ModalWithFormStages.stories.d.ts +0 -11
  107. package/dist/screens/ModalWithFormStages.vue.d.ts +0 -2
  108. package/dist/screens/ModalWithToggle.stories.d.ts +0 -11
  109. package/dist/screens/ModalWithToggle.vue.d.ts +0 -2
  110. package/dist/screens/PaginationContentWithTable.stories.d.ts +0 -11
  111. package/dist/screens/PaginationContentWithTable.vue.d.ts +0 -8
  112. package/dist/screens/TableWithNestedTable.stories.d.ts +0 -11
  113. package/dist/screens/TableWithNestedTable.vue.d.ts +0 -8
  114. package/dist/theme-DSVG59vT.js +0 -1
  115. package/dist/theme-DVpUQx-w.mjs +0 -78
  116. package/dist/theme.mjs +0 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,473 @@
1
1
  Xamu UI
2
2
 
3
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.1](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.36...@open-xamu-co/ui-components-vue-v4.0.0-next.1) (2025-12-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * direct types on stories meta ([2f3609b](https://github.com/xamu-co/ui/commit/2f3609b7109851cac845fe343c20bdc459ddf5a4))
9
+ * table layout ([f90b338](https://github.com/xamu-co/ui/commit/f90b338207a13a7ece14e19e71a8e593d2911a46))
10
+
11
+
12
+ ### Features
13
+
14
+ * invert table children divider for better ux ([eb237c1](https://github.com/xamu-co/ui/commit/eb237c1300c6f5b10e15baa132ce5fc46a9bfa91))
15
+ * setup vue test with 40% coverage ([618545e](https://github.com/xamu-co/ui/commit/618545e30439ec1c8e03e4469e4b21585c6f2a23))
16
+
17
+
18
+ ### BREAKING CHANGES
19
+
20
+ * no-overrides to no-theme-override
21
+
22
+
23
+
24
+
25
+
26
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.1"
27
+ Updating "nuxt"
28
+ Succesfully updated "nuxt" package
29
+
30
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.36](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.35...@open-xamu-co/ui-components-vue-v3.1.0-next.36) (2025-12-07)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * show partial cell value on hover ([4e8703b](https://github.com/xamu-co/ui/commit/4e8703bfeac04922ea46f18b6358b9c0acd031c6))
36
+
37
+
38
+
39
+
40
+
41
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.36"
42
+ Updating "nuxt"
43
+ Succesfully updated "nuxt" package
44
+
45
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.35](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.34...@open-xamu-co/ui-components-vue-v3.1.0-next.35) (2025-12-05)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * debounce text inputs events ([a862ad1](https://github.com/xamu-co/ui/commit/a862ad1506dfe4d3df558a3a9e776f654e8c318a))
51
+
52
+
53
+
54
+
55
+
56
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.35"
57
+ Updating "nuxt"
58
+ Succesfully updated "nuxt" package
59
+
60
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.34](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.33...@open-xamu-co/ui-components-vue-v3.1.0-next.34) (2025-11-30)
61
+
62
+
63
+ ### Bug Fixes
64
+
65
+ * hydration issue with loader fetch payload ([43723f0](https://github.com/xamu-co/ui/commit/43723f073dda6a7c5aa0932946c4f539344c5d9e))
66
+ * table item counting ([17097a5](https://github.com/xamu-co/ui/commit/17097a58037e611ddce8da42a36a1ad28b233122))
67
+ * use count key with mapped node & node ([9685af0](https://github.com/xamu-co/ui/commit/9685af0c07eab096924a9022fd0ca2cb957ccf2b))
68
+ * zindex table fix ([936a694](https://github.com/xamu-co/ui/commit/936a6943ba3c51ee8fc0c68e43ed5ce0acb78d7d))
69
+
70
+
71
+
72
+
73
+
74
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.34"
75
+ Updating "nuxt"
76
+ Succesfully updated "nuxt" package
77
+
78
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.33](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.32...@open-xamu-co/ui-components-vue-v3.1.0-next.33) (2025-11-29)
79
+
80
+
81
+ ### Features
82
+
83
+ * **vue:** table autoincrement by page ([f96c956](https://github.com/xamu-co/ui/commit/f96c95605e5e082ab7e54d88490ab8c282d1633a))
84
+
85
+
86
+
87
+
88
+
89
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.33"
90
+ Updating "nuxt"
91
+ Succesfully updated "nuxt" package
92
+
93
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.32](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.31...@open-xamu-co/ui-components-vue-v3.1.0-next.32) (2025-11-24)
94
+
95
+
96
+ ### Bug Fixes
97
+
98
+ * improve url matching ([c45c804](https://github.com/xamu-co/ui/commit/c45c804095b8cbac25248f3b78a4044a6c399c69))
99
+
100
+
101
+
102
+
103
+
104
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.32"
105
+ Updating "nuxt"
106
+ Succesfully updated "nuxt" package
107
+
108
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.31](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.30...@open-xamu-co/ui-components-vue-v3.1.0-next.31) (2025-11-17)
109
+
110
+
111
+ ### Bug Fixes
112
+
113
+ * capture issue ios ([e491cb8](https://github.com/xamu-co/ui/commit/e491cb8d3143d3bf44695a12e637ef1842653daf))
114
+ * emit change event on base inout ([20cf8b1](https://github.com/xamu-co/ui/commit/20cf8b17ba841a3d56bf6a2fc1a405d652110cd9))
115
+
116
+
117
+ ### Features
118
+
119
+ * toggle tooltip ([a728a72](https://github.com/xamu-co/ui/commit/a728a722b971123824e4883c4b4d98db4ec1b83e))
120
+
121
+
122
+
123
+
124
+
125
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.31"
126
+ Updating "nuxt"
127
+ Succesfully updated "nuxt" package
128
+
129
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.30](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.29...@open-xamu-co/ui-components-vue-v3.1.0-next.30) (2025-11-16)
130
+
131
+
132
+ ### Bug Fixes
133
+
134
+ * prefer button on mobile file loading ([cebdaf2](https://github.com/xamu-co/ui/commit/cebdaf2bad01043ce3ab3cf8fea9b89b23d5d6b2))
135
+ * require protocol on image url ([ba8513e](https://github.com/xamu-co/ui/commit/ba8513e2bd289425c712bf306a93c42f4e0d3702))
136
+
137
+
138
+
139
+
140
+
141
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.30"
142
+ Updating "nuxt"
143
+ Succesfully updated "nuxt" package
144
+
145
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.29](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.28...@open-xamu-co/ui-components-vue-v3.1.0-next.29) (2025-11-16)
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * property on body value ([ed4514d](https://github.com/xamu-co/ui/commit/ed4514d201ddd1ab1c45358fb9bcc2fe2b510a75))
151
+ * shorter file input text ([a85d5ee](https://github.com/xamu-co/ui/commit/a85d5ee2e4d8791e72342345ec7769390abd7e6a))
152
+
153
+
154
+ ### Features
155
+
156
+ * image load events ([67b857c](https://github.com/xamu-co/ui/commit/67b857c58334a6306522812ceac1a20b81dbdfcb))
157
+
158
+
159
+
160
+
161
+
162
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.29"
163
+ Updating "nuxt"
164
+ Succesfully updated "nuxt" package
165
+
166
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.28](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.27...@open-xamu-co/ui-components-vue-v3.1.0-next.28) (2025-09-04)
167
+
168
+
169
+ ### Features
170
+
171
+ * rotate gallery ([0b562b2](https://github.com/xamu-co/ui/commit/0b562b2deee0cab854b23c0c50cf2aeeb22566c3))
172
+
173
+
174
+
175
+
176
+
177
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.28"
178
+ Updating "nuxt"
179
+ Succesfully updated "nuxt" package
180
+
181
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.27](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.26...@open-xamu-co/ui-components-vue-v3.1.0-next.27) (2025-08-29)
182
+
183
+
184
+ ### Features
185
+
186
+ * color picker on input ([88ad4c2](https://github.com/xamu-co/ui/commit/88ad4c2503b68b7a71e2a6c0a1cc69060217307a))
187
+
188
+
189
+
190
+
191
+
192
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.27"
193
+ Updating "nuxt"
194
+ Succesfully updated "nuxt" package
195
+
196
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.26](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.25...@open-xamu-co/ui-components-vue-v3.1.0-next.26) (2025-08-09)
197
+
198
+
199
+ ### Bug Fixes
200
+
201
+ * location input not rendering if missing data ([237b595](https://github.com/xamu-co/ui/commit/237b59562e3f9a71944a1e7604d352050ae81279))
202
+
203
+
204
+
205
+
206
+
207
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.26"
208
+ Updating "nuxt"
209
+ Succesfully updated "nuxt" package
210
+
211
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.25](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.24...@open-xamu-co/ui-components-vue-v3.1.0-next.25) (2025-08-07)
212
+
213
+
214
+ ### Bug Fixes
215
+
216
+ * wrap file input text ([e8a3b38](https://github.com/xamu-co/ui/commit/e8a3b38ca978f8dacd7f61de62766e51f07a6d1c))
217
+
218
+
219
+ ### Features
220
+
221
+ * onUpdatedValue as promise ([752c9ac](https://github.com/xamu-co/ui/commit/752c9acfe9cdee11930db380bd6c43bd5eb6cdab))
222
+
223
+
224
+
225
+
226
+
227
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.25"
228
+ Updating "nuxt"
229
+ Succesfully updated "nuxt" package
230
+
231
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.24](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.23...@open-xamu-co/ui-components-vue-v3.1.0-next.24) (2025-08-07)
232
+
233
+
234
+ ### Bug Fixes
235
+
236
+ * reset at on first change ([5c318d6](https://github.com/xamu-co/ui/commit/5c318d6e0a1044dd1e24ccefa3fb9a7277a72206))
237
+
238
+
239
+
240
+
241
+
242
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.24"
243
+ Updating "nuxt"
244
+ Succesfully updated "nuxt" package
245
+
246
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.23](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.22...@open-xamu-co/ui-components-vue-v3.1.0-next.23) (2025-08-07)
247
+
248
+
249
+ ### Bug Fixes
250
+
251
+ * reset pagination on first page ([2bd449b](https://github.com/xamu-co/ui/commit/2bd449bd4a852dc3de4ffc2552d74ce0c2b865bb))
252
+
253
+
254
+
255
+
256
+
257
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.23"
258
+ Updating "nuxt"
259
+ Succesfully updated "nuxt" package
260
+
261
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.22](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.21...@open-xamu-co/ui-components-vue-v3.1.0-next.22) (2025-08-07)
262
+
263
+
264
+ ### Bug Fixes
265
+
266
+ * inverted condition on pagination text ([21ab2e8](https://github.com/xamu-co/ui/commit/21ab2e8b7922ae70c3ea27b4cda52bfd0505687c))
267
+
268
+
269
+
270
+
271
+
272
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.22"
273
+ Updating "nuxt"
274
+ Succesfully updated "nuxt" package
275
+
276
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.21](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.20...@open-xamu-co/ui-components-vue-v3.1.0-next.21) (2025-08-07)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * wrap box action label ([8a121c7](https://github.com/xamu-co/ui/commit/8a121c70c0141f733cc265bfb44fb591b4a298c5))
282
+
283
+
284
+ ### Features
285
+
286
+ * with pageNumber ([976d81c](https://github.com/xamu-co/ui/commit/976d81c11c167d18a2e13326525ff23f7a9c3ea4))
287
+
288
+
289
+
290
+
291
+
292
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.21"
293
+ Updating "nuxt"
294
+ Succesfully updated "nuxt" package
295
+
296
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.20](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.19...@open-xamu-co/ui-components-vue-v3.1.0-next.20) (2025-08-04)
297
+
298
+
299
+ ### Bug Fixes
300
+
301
+ * form make as union ([305a7e4](https://github.com/xamu-co/ui/commit/305a7e48b3e524754db36bbfba53c73b53ffc869))
302
+
303
+
304
+
305
+
306
+
307
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.20"
308
+ Updating "nuxt"
309
+ Succesfully updated "nuxt" package
310
+
311
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.19](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.18...@open-xamu-co/ui-components-vue-v3.1.0-next.19) (2025-08-04)
312
+
313
+
314
+ ### Bug Fixes
315
+
316
+ * expose table head scope in paginated table ([5b465cf](https://github.com/xamu-co/ui/commit/5b465cf22cbc939aeb70299ce29a25a202422c60))
317
+ * generate thumbnails of file model ([ec07489](https://github.com/xamu-co/ui/commit/ec074898c419ac39d0a505c2cd771afa8a3789b9))
318
+ * pass unmapped node to table functions ([c07cabb](https://github.com/xamu-co/ui/commit/c07cabbde027d06996dbf82d1fb87a0652cf6faa))
319
+ * unmapped node always ([6f38d54](https://github.com/xamu-co/ui/commit/6f38d5420f3d13fad6685b6ca27310dd0c725772))
320
+
321
+
322
+
323
+
324
+
325
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.19"
326
+ Updating "nuxt"
327
+ Succesfully updated "nuxt" package
328
+
329
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.18](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.17...@open-xamu-co/ui-components-vue-v3.1.0-next.18) (2025-08-03)
330
+
331
+
332
+ ### Bug Fixes
333
+
334
+ * actually hide hidden input type ([fc264e0](https://github.com/xamu-co/ui/commit/fc264e08b72e57eee2db424567e9701e32858527))
335
+
336
+
337
+
338
+
339
+
340
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.18"
341
+ Updating "nuxt"
342
+ Succesfully updated "nuxt" package
343
+
344
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.17](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.16...@open-xamu-co/ui-components-vue-v3.1.0-next.17) (2025-07-31)
345
+
346
+
347
+ ### Bug Fixes
348
+
349
+ * restore external pagination table head ([ea4d277](https://github.com/xamu-co/ui/commit/ea4d2771e096869148ebb17f79e0805e6d5c8e9c))
350
+
351
+
352
+
353
+
354
+
355
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.17"
356
+ Updating "nuxt"
357
+ Succesfully updated "nuxt" package
358
+
359
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.16](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.15...@open-xamu-co/ui-components-vue-v3.1.0-next.16) (2025-07-30)
360
+
361
+
362
+ ### Bug Fixes
363
+
364
+ * do not use key at teleport ([a5600f9](https://github.com/xamu-co/ui/commit/a5600f94bceebe3e862dc1a26f56e2cf55f389c9))
365
+ * no transition on loader ([1b00eb3](https://github.com/xamu-co/ui/commit/1b00eb37b39712716a59915b11a62c70d31643ba))
366
+ * optional icon size on box action ([31e5d4f](https://github.com/xamu-co/ui/commit/31e5d4fa0a0062a7206769a62aa944b2a7d9891e))
367
+
368
+
369
+ ### Features
370
+
371
+ * support granular hydration ([1feb11f](https://github.com/xamu-co/ui/commit/1feb11fffd8829045c3d092614d7624cf79ba878))
372
+
373
+
374
+
375
+
376
+
377
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.16"
378
+ Updating "nuxt"
379
+ Succesfully updated "nuxt" package
380
+
381
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.15](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.14...@open-xamu-co/ui-components-vue-v3.1.0-next.15) (2025-07-22)
382
+
383
+
384
+ ### Bug Fixes
385
+
386
+ * invert table head theme ([d1f5860](https://github.com/xamu-co/ui/commit/d1f5860227f0ab969c1df936500dafa4957604d0))
387
+
388
+
389
+
390
+
391
+
392
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.15"
393
+ Updating "nuxt"
394
+ Succesfully updated "nuxt" package
395
+
396
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.14](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.13...@open-xamu-co/ui-components-vue-v3.1.0-next.14) (2025-07-22)
397
+
398
+
399
+ ### Bug Fixes
400
+
401
+ * accept union theme at box action ([bfd9e8e](https://github.com/xamu-co/ui/commit/bfd9e8e1b4975cb36db2c76059e0f647a9e671cb))
402
+
403
+
404
+
405
+
406
+
407
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.14"
408
+ Updating "nuxt"
409
+ Succesfully updated "nuxt" package
410
+
411
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.13](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.12...@open-xamu-co/ui-components-vue-v3.1.0-next.13) (2025-07-21)
412
+
413
+
414
+ ### Features
415
+
416
+ * omit properties from being cloned ([09bf62a](https://github.com/xamu-co/ui/commit/09bf62a3a7a0fd56177a08ac429a4a183e29185f))
417
+
418
+
419
+
420
+
421
+
422
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.13"
423
+ Updating "nuxt"
424
+ Succesfully updated "nuxt" package
425
+
426
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.12](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.11...@open-xamu-co/ui-components-vue-v3.1.0-next.12) (2025-07-20)
427
+
428
+
429
+ ### Bug Fixes
430
+
431
+ * prevent hydration duplication on pagination table content ([0319b83](https://github.com/xamu-co/ui/commit/0319b83a778e17280571b1266db4078810457059))
432
+
433
+
434
+
435
+
436
+
437
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.12"
438
+ Updating "nuxt"
439
+ Succesfully updated "nuxt" package
440
+
441
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.11](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.10...@open-xamu-co/ui-components-vue-v3.1.0-next.11) (2025-07-19)
442
+
443
+
444
+ ### Bug Fixes
445
+
446
+ * remove unnecesary padding on table ([774d88c](https://github.com/xamu-co/ui/commit/774d88ce2c59900b6dc7582a7072a28d6d0f93e2))
447
+
448
+
449
+
450
+
451
+
452
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.11"
453
+ Updating "nuxt"
454
+ Succesfully updated "nuxt" package
455
+
456
+ # [@open-xamu-co/ui-components-vue-v3.1.0-next.10](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.9...@open-xamu-co/ui-components-vue-v3.1.0-next.10) (2025-07-19)
457
+
458
+
459
+ ### Features
460
+
461
+ * opaque table ([4e69e86](https://github.com/xamu-co/ui/commit/4e69e86e892f3566068e7d536282036bcc80b482))
462
+
463
+
464
+
465
+
466
+
467
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "3.1.0-next.10"
468
+ Updating "nuxt"
469
+ Succesfully updated "nuxt" package
470
+
3
471
  # [@open-xamu-co/ui-components-vue-v3.1.0-next.9](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v3.1.0-next.8...@open-xamu-co/ui-components-vue-v3.1.0-next.9) (2025-07-18)
4
472
 
5
473
 
@@ -1,15 +1,9 @@
1
- import type { StoryObj } from "@storybook/vue3";
2
- import ButtonComponent from "./Button.vue";
3
- declare const meta: {
4
- title: string;
5
- component: Record<keyof typeof ButtonComponent, unknown>;
6
- args: {
7
- default: string;
8
- };
9
- };
10
- type Story = StoryObj<typeof ButtonComponent>;
11
- export declare const Button: Story;
12
- export declare const ButtonIsActiveWithAlert: Story;
13
- export declare const ButtonAsY: Story;
14
- export declare const ButtonAsYIsActiveWithAlert: Story;
1
+ import { type Meta, type StoryObj } from "@storybook/vue3-vite";
2
+ import ActionButton from "./Button.vue";
3
+ declare const meta: Meta<typeof ActionButton>;
4
+ type Story = StoryObj<typeof meta>;
5
+ export declare const Sample: Story;
6
+ export declare const ActiveWithAlert: Story;
7
+ export declare const VerticalDanger: Story;
8
+ export declare const VerticalDangerActiveWithAlert: Story;
15
9
  export default meta;
@@ -4,20 +4,20 @@ interface iActionButtonProps extends iActionProps, iUseModifiersProps, iUseState
4
4
  * Use vertical button
5
5
  */
6
6
  y?: boolean;
7
+ /**
8
+ * Alias for y
9
+ */
10
+ vertical?: boolean;
7
11
  }
8
- declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
- slots: {
11
- default?(_: {}): any;
12
- };
13
- refs: {};
14
- rootEl: any;
12
+ declare var __VLS_8: {};
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_8) => any;
15
15
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import("vue").DefineComponent<iActionButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<iActionButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ declare const __VLS_base: import("vue").DefineComponent<iActionButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<iActionButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
19
19
  export default _default;
20
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
21
21
  new (): {
22
22
  $slots: S;
23
23
  };
@@ -1,12 +1,6 @@
1
- import type { StoryObj } from "@storybook/vue3";
2
- import ButtonLink from "./ButtonLink.vue";
3
- declare const meta: {
4
- title: string;
5
- component: Record<keyof typeof ButtonLink, unknown>;
6
- args: {
7
- default: string;
8
- };
9
- };
10
- type Story = StoryObj<typeof ButtonLink>;
1
+ import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
+ import ActionButtonLink from "./ButtonLink.vue";
3
+ declare const meta: Meta<typeof ActionButtonLink>;
4
+ type Story = StoryObj<typeof meta>;
11
5
  export declare const Sample: Story;
12
6
  export default meta;
@@ -9,27 +9,25 @@ interface iActionButtonLinkProps extends iActionProps, iUseModifiersProps, iUseS
9
9
  */
10
10
  linkButton?: boolean;
11
11
  }
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- default?(_: {
16
- isButton: true;
17
- }): any;
18
- default?(_: {
19
- isButton: true;
20
- }): any;
21
- default?(_: {
22
- isButton: false;
23
- }): any;
24
- };
25
- refs: {};
26
- rootEl: any;
12
+ declare var __VLS_8: {
13
+ isButton: true;
14
+ }, __VLS_17: {
15
+ isButton: true;
16
+ }, __VLS_26: {
17
+ isButton: false;
18
+ };
19
+ type __VLS_Slots = {} & {
20
+ default?: (props: typeof __VLS_8) => any;
21
+ } & {
22
+ default?: (props: typeof __VLS_17) => any;
23
+ } & {
24
+ default?: (props: typeof __VLS_26) => any;
27
25
  };
28
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
- declare const __VLS_component: 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 _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
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>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
31
29
  export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
30
+ type __VLS_WithSlots<T, S> = T & {
33
31
  new (): {
34
32
  $slots: S;
35
33
  };
@@ -1,12 +1,8 @@
1
- import type { StoryObj } from "@storybook/vue3";
2
- import ButtonToggle from "./ButtonToggle.vue";
3
- declare const meta: {
4
- title: string;
5
- component: Record<keyof typeof ButtonToggle, unknown>;
6
- args: {
7
- default: string;
8
- };
9
- };
10
- type Story = StoryObj<typeof ButtonToggle>;
1
+ import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
+ import ActionButtonToggle from "./ButtonToggle.vue";
3
+ declare const meta: Meta<typeof ActionButtonToggle>;
4
+ type Story = StoryObj<typeof meta>;
11
5
  export declare const Sample: Story;
6
+ export declare const Active: Story;
7
+ export declare const WithIcon: Story;
12
8
  export default meta;
@@ -1,19 +1,15 @@
1
1
  import type { iUseModifiersProps, iUseStateProps, iUseThemeProps, iActionProps, iUseThemeTooltipProps } from "../../types/props";
2
2
  interface iActionButtonToggleProps extends iActionProps, iUseModifiersProps, iUseStateProps, iUseThemeProps, iUseThemeTooltipProps {
3
3
  }
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: any;
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => any;
11
7
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import("vue").DefineComponent<iActionButtonToggleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<iActionButtonToggleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
+ declare const __VLS_base: import("vue").DefineComponent<iActionButtonToggleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<iActionButtonToggleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
15
11
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
12
+ type __VLS_WithSlots<T, S> = T & {
17
13
  new (): {
18
14
  $slots: S;
19
15
  };
@@ -1,12 +1,6 @@
1
- import type { StoryObj } from "@storybook/vue3";
2
- import Link from "./Link.vue";
3
- declare const meta: {
4
- title: string;
5
- component: Record<keyof typeof Link, unknown>;
6
- args: {
7
- default: string;
8
- };
9
- };
10
- type Story = StoryObj<typeof Link>;
1
+ import type { Meta, StoryObj } from "@storybook/vue3-vite";
2
+ import ActionLink from "./Link.vue";
3
+ declare const meta: Meta<typeof ActionLink>;
4
+ type Story = StoryObj<typeof meta>;
11
5
  export declare const Sample: Story;
12
6
  export default meta;