@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 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
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.14"
16
+ Updating "nuxt"
17
+ Succesfully updated "nuxt" package
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
 
@@ -3,4 +3,5 @@ import InputFile from "./File.vue";
3
3
  declare const meta: Meta<typeof InputFile>;
4
4
  type Story = StoryObj<typeof meta>;
5
5
  export declare const Sample: Story;
6
+ export declare const AcceptVideo: Story;
6
7
  export default meta;
@@ -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
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ }>, {
27
+ accept: string[];
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
29
  declare const _default: typeof __VLS_export;
28
30
  export default _default;