@open-xamu-co/ui-components-vue 4.0.0-next.13 → 4.0.0-next.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/components/input/File.stories.d.ts +1 -0
- package/dist/components/input/File.vue.d.ts +3 -1
- package/dist/{index-CahmQXa_.js → index-BDWJJOu2.js} +7950 -7906
- package/dist/{index-CVb3GRdp.cjs → index-jSp7YMK7.cjs} +36 -36
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/plugin.cjs +1 -1
- package/dist/plugin.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
Xamu UI
|
|
2
2
|
|
|
3
|
+
# [@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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* preferId for properties tables ([c442c66](https://github.com/xamu-co/ui/commit/c442c66e5f4be5788109ecac0f1610367f4da88d))
|
|
9
|
+
* support video & audio files ([7ffb235](https://github.com/xamu-co/ui/commit/7ffb23596c7cc286c39ecea34796d1d17ea963ff))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
[34mUpdating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.14"[0m
|
|
16
|
+
[34mUpdating "nuxt"[0m
|
|
17
|
+
[34mSuccesfully updated "nuxt" package[0m
|
|
18
|
+
|
|
3
19
|
# [@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)
|
|
4
20
|
|
|
5
21
|
|
|
@@ -23,6 +23,8 @@ declare const __VLS_export: import("vue").DefineComponent<iInputFileProps, {}, {
|
|
|
23
23
|
"update:model-value": (...args: any[]) => void;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<iInputFileProps> & Readonly<{
|
|
25
25
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
26
|
-
}>, {
|
|
26
|
+
}>, {
|
|
27
|
+
accept: string[];
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
29
|
declare const _default: typeof __VLS_export;
|
|
28
30
|
export default _default;
|