@open-xamu-co/ui-components-vue 4.0.0-next.13 → 4.0.0-next.15

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,41 @@
1
1
  Xamu UI
2
2
 
3
+ # [@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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **vue:** mixed node selection & children visibility ([c83c1cb](https://github.com/xamu-co/ui/commit/c83c1cb236e766daf7c3c9242f6d95789e7609ec))
9
+
10
+
11
+ ### BREAKING CHANGES
12
+
13
+ * **vue:** splitted table toggling functions
14
+
15
+
16
+
17
+
18
+
19
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.15"
20
+ Updating "nuxt"
21
+ Succesfully updated "nuxt" package
22
+
23
+ # [@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)
24
+
25
+
26
+ ### Features
27
+
28
+ * preferId for properties tables ([c442c66](https://github.com/xamu-co/ui/commit/c442c66e5f4be5788109ecac0f1610367f4da88d))
29
+ * support video & audio files ([7ffb235](https://github.com/xamu-co/ui/commit/7ffb23596c7cc286c39ecea34796d1d17ea963ff))
30
+
31
+
32
+
33
+
34
+
35
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.14"
36
+ Updating "nuxt"
37
+ Succesfully updated "nuxt" package
38
+
3
39
  # [@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
40
 
5
41
 
@@ -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;