@uniformdev/uniform-nuxt 18.2.2 → 18.3.1-alpha.21
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
|
@@ -1 +1 @@
|
|
|
1
|
-
export { UniformComposition as default } from '@uniformdev/canvas-vue';
|
|
1
|
+
export { UniformComposition as default } from '@uniformdev/canvas-vue';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { UniformSlot as default } from '@uniformdev/canvas-vue';
|
|
1
|
+
export { UniformSlot as default } from '@uniformdev/canvas-vue';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { type CompositionGetByIdParameters, type CompositionGetByNodeIdParameters, type CompositionGetByNodePathParameters, type CompositionGetBySlugParameters, type DataResolutionOption, type RootComponentInstance } from '@uniformdev/canvas';
|
|
2
|
-
export declare const useUniformComposition: (options: (CompositionGetBySlugParameters | CompositionGetByIdParameters | CompositionGetByNodePathParameters | CompositionGetByNodeIdParameters) & DataResolutionOption & {
|
|
3
|
-
enhance?: ((composition: RootComponentInstance) => RootComponentInstance | Promise<RootComponentInstance>) | undefined;
|
|
4
|
-
}) => Promise<{
|
|
5
|
-
composition: any;
|
|
6
|
-
fullResponse: any;
|
|
7
|
-
pending: any;
|
|
8
|
-
error: any;
|
|
9
|
-
}>;
|
|
1
|
+
import { type CompositionGetByIdParameters, type CompositionGetByNodeIdParameters, type CompositionGetByNodePathParameters, type CompositionGetBySlugParameters, type DataResolutionOption, type RootComponentInstance } from '@uniformdev/canvas';
|
|
2
|
+
export declare const useUniformComposition: (options: (CompositionGetBySlugParameters | CompositionGetByIdParameters | CompositionGetByNodePathParameters | CompositionGetByNodeIdParameters) & DataResolutionOption & {
|
|
3
|
+
enhance?: ((composition: RootComponentInstance) => RootComponentInstance | Promise<RootComponentInstance>) | undefined;
|
|
4
|
+
}) => Promise<{
|
|
5
|
+
composition: any;
|
|
6
|
+
fullResponse: any;
|
|
7
|
+
pending: any;
|
|
8
|
+
error: any;
|
|
9
|
+
}>;
|
package/dist/runtime/plugin.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: any;
|
|
2
|
-
export default _default;
|
|
1
|
+
declare const _default: any;
|
|
2
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-nuxt",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.1-alpha.21+5789df064",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@nuxt/module-builder": "0.2.1",
|
|
36
36
|
"@nuxt/schema": "3.0.0",
|
|
37
37
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
38
|
-
"@uniformdev/canvas": "18.
|
|
39
|
-
"@uniformdev/canvas-vue": "18.
|
|
40
|
-
"@uniformdev/context": "18.
|
|
41
|
-
"@uniformdev/context-vue": "18.
|
|
42
|
-
"esbuild": "0.17.
|
|
38
|
+
"@uniformdev/canvas": "18.3.1-alpha.21+5789df064",
|
|
39
|
+
"@uniformdev/canvas-vue": "18.3.1-alpha.21+5789df064",
|
|
40
|
+
"@uniformdev/context": "18.3.1-alpha.21+5789df064",
|
|
41
|
+
"@uniformdev/context-vue": "18.3.1-alpha.21+5789df064",
|
|
42
|
+
"esbuild": "0.17.4",
|
|
43
43
|
"eslint": "^8.31.0",
|
|
44
44
|
"nuxt": "3.0.0",
|
|
45
45
|
"vue": "3.2.45",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "5789df064396b6ab274cdaf44743d48bc1542dc4"
|
|
52
52
|
}
|