@uniformdev/uniform-nuxt 20.39.3-alpha.11 → 20.40.0
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/dist/module.json
CHANGED
|
@@ -59,6 +59,13 @@ export declare const useUniformComposition: (options: (CompositionGetByNodePathP
|
|
|
59
59
|
name: string;
|
|
60
60
|
value?: string;
|
|
61
61
|
helpText?: string;
|
|
62
|
+
optionsSource?: {
|
|
63
|
+
source: "static";
|
|
64
|
+
options: {
|
|
65
|
+
name: string;
|
|
66
|
+
value: string;
|
|
67
|
+
}[];
|
|
68
|
+
};
|
|
62
69
|
}[];
|
|
63
70
|
previewValue?: string;
|
|
64
71
|
};
|
|
@@ -700,6 +707,13 @@ export declare const useUniformComposition: (options: (CompositionGetByNodePathP
|
|
|
700
707
|
name: string;
|
|
701
708
|
value?: string;
|
|
702
709
|
helpText?: string;
|
|
710
|
+
optionsSource?: {
|
|
711
|
+
source: "static";
|
|
712
|
+
options: {
|
|
713
|
+
name: string;
|
|
714
|
+
value: string;
|
|
715
|
+
}[];
|
|
716
|
+
};
|
|
703
717
|
}[];
|
|
704
718
|
previewValue?: string;
|
|
705
719
|
};
|
package/dist/runtime/plugin.d.ts
CHANGED
|
@@ -190,6 +190,13 @@ declare const _default: import("#app").Plugin<{
|
|
|
190
190
|
name: string;
|
|
191
191
|
value?: string;
|
|
192
192
|
helpText?: string;
|
|
193
|
+
optionsSource?: {
|
|
194
|
+
source: "static";
|
|
195
|
+
options: {
|
|
196
|
+
name: string;
|
|
197
|
+
value: string;
|
|
198
|
+
}[];
|
|
199
|
+
};
|
|
193
200
|
}[];
|
|
194
201
|
previewValue?: string;
|
|
195
202
|
};
|
|
@@ -969,6 +976,13 @@ declare const _default: import("#app").Plugin<{
|
|
|
969
976
|
name: string;
|
|
970
977
|
value?: string;
|
|
971
978
|
helpText?: string;
|
|
979
|
+
optionsSource?: {
|
|
980
|
+
source: "static";
|
|
981
|
+
options: {
|
|
982
|
+
name: string;
|
|
983
|
+
value: string;
|
|
984
|
+
}[];
|
|
985
|
+
};
|
|
972
986
|
}[];
|
|
973
987
|
previewValue?: string;
|
|
974
988
|
};
|
|
@@ -1759,6 +1773,13 @@ declare const _default: import("#app").Plugin<{
|
|
|
1759
1773
|
name: string;
|
|
1760
1774
|
value?: string;
|
|
1761
1775
|
helpText?: string;
|
|
1776
|
+
optionsSource?: {
|
|
1777
|
+
source: "static";
|
|
1778
|
+
options: {
|
|
1779
|
+
name: string;
|
|
1780
|
+
value: string;
|
|
1781
|
+
}[];
|
|
1782
|
+
};
|
|
1762
1783
|
}[];
|
|
1763
1784
|
previewValue?: string;
|
|
1764
1785
|
};
|
|
@@ -2538,6 +2559,13 @@ declare const _default: import("#app").Plugin<{
|
|
|
2538
2559
|
name: string;
|
|
2539
2560
|
value?: string;
|
|
2540
2561
|
helpText?: string;
|
|
2562
|
+
optionsSource?: {
|
|
2563
|
+
source: "static";
|
|
2564
|
+
options: {
|
|
2565
|
+
name: string;
|
|
2566
|
+
value: string;
|
|
2567
|
+
}[];
|
|
2568
|
+
};
|
|
2541
2569
|
}[];
|
|
2542
2570
|
previewValue?: string;
|
|
2543
2571
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-nuxt",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.40.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@nuxt/kit": "4.0.1",
|
|
33
|
-
"@uniformdev/canvas": "20.
|
|
34
|
-
"@uniformdev/canvas-vue": "20.
|
|
35
|
-
"@uniformdev/context": "20.
|
|
36
|
-
"@uniformdev/context-vue": "20.
|
|
37
|
-
"@uniformdev/richtext": "20.
|
|
33
|
+
"@uniformdev/canvas": "20.40.0",
|
|
34
|
+
"@uniformdev/canvas-vue": "20.40.0",
|
|
35
|
+
"@uniformdev/context": "20.40.0",
|
|
36
|
+
"@uniformdev/context-vue": "20.40.0",
|
|
37
|
+
"@uniformdev/richtext": "20.40.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@nuxt/module-builder": "1.0.2",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "5a63373f91355d8865feac0d3fc11be59a5e38bd"
|
|
52
52
|
}
|