@uniformdev/uniform-nuxt 20.76.2 → 20.76.3-alpha.7.sha-dd3877d123
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 +1 -1
- package/dist/runtime/plugin.d.ts +6 -7
- package/package.json +10 -10
package/dist/module.json
CHANGED
package/dist/runtime/plugin.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { CompositionDeliveryClient, CompositionGetParameters } from '@uniformdev/canvas';
|
|
2
2
|
import { Context } from '@uniformdev/context';
|
|
3
|
-
import { type Ref } from 'vue';
|
|
4
3
|
export type PreviewState = {
|
|
5
4
|
slug: string | undefined;
|
|
6
5
|
compositionId: string | undefined;
|
|
@@ -15,7 +14,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
15
14
|
uniformCanvasClient: CompositionDeliveryClient;
|
|
16
15
|
uniformContext: Context;
|
|
17
16
|
useComposition: (options: Pick<CompositionGetParameters, "compositionId" | "slug" | "state">) => Promise<{
|
|
18
|
-
data: Ref<({
|
|
17
|
+
data: import("vue").Ref<({
|
|
19
18
|
wholeResponseCacheDiagnostics?: {
|
|
20
19
|
info: string;
|
|
21
20
|
cacheTtl: number;
|
|
@@ -1600,8 +1599,8 @@ declare const _default: import("#app").Plugin<{
|
|
|
1600
1599
|
editionName?: string;
|
|
1601
1600
|
editionPriority?: number;
|
|
1602
1601
|
}) | undefined>;
|
|
1603
|
-
pending: Ref<boolean, boolean>;
|
|
1604
|
-
error: Ref<import("#app").NuxtError<unknown> | undefined, import("#app").NuxtError<unknown> | undefined>;
|
|
1602
|
+
pending: import("vue").Ref<boolean, boolean>;
|
|
1603
|
+
error: import("vue").Ref<import("#app").NuxtError<unknown> | undefined, import("#app").NuxtError<unknown> | undefined>;
|
|
1605
1604
|
}>;
|
|
1606
1605
|
}> & import("#app").ObjectPlugin<{
|
|
1607
1606
|
uniformIsSetup: boolean;
|
|
@@ -1610,7 +1609,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1610
1609
|
uniformCanvasClient: CompositionDeliveryClient;
|
|
1611
1610
|
uniformContext: Context;
|
|
1612
1611
|
useComposition: (options: Pick<CompositionGetParameters, "compositionId" | "slug" | "state">) => Promise<{
|
|
1613
|
-
data: Ref<({
|
|
1612
|
+
data: import("vue").Ref<({
|
|
1614
1613
|
wholeResponseCacheDiagnostics?: {
|
|
1615
1614
|
info: string;
|
|
1616
1615
|
cacheTtl: number;
|
|
@@ -3195,8 +3194,8 @@ declare const _default: import("#app").Plugin<{
|
|
|
3195
3194
|
editionName?: string;
|
|
3196
3195
|
editionPriority?: number;
|
|
3197
3196
|
}) | undefined>;
|
|
3198
|
-
pending: Ref<boolean, boolean>;
|
|
3199
|
-
error: Ref<import("#app").NuxtError<unknown> | undefined, import("#app").NuxtError<unknown> | undefined>;
|
|
3197
|
+
pending: import("vue").Ref<boolean, boolean>;
|
|
3198
|
+
error: import("vue").Ref<import("#app").NuxtError<unknown> | undefined, import("#app").NuxtError<unknown> | undefined>;
|
|
3200
3199
|
}>;
|
|
3201
3200
|
}>;
|
|
3202
3201
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-nuxt",
|
|
3
|
-
"version": "20.76.
|
|
3
|
+
"version": "20.76.3-alpha.7.sha-dd3877d123",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -28,24 +28,24 @@
|
|
|
28
28
|
"apidocs-extract": "api-extractor run --local"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@nuxt/kit": "4.
|
|
32
|
-
"@uniformdev/canvas": "20.76.
|
|
33
|
-
"@uniformdev/canvas-vue": "20.76.
|
|
34
|
-
"@uniformdev/context": "20.76.
|
|
35
|
-
"@uniformdev/context-vue": "20.76.
|
|
36
|
-
"@uniformdev/richtext": "20.76.
|
|
31
|
+
"@nuxt/kit": "4.5.2",
|
|
32
|
+
"@uniformdev/canvas": "20.76.3-alpha.7.sha-dd3877d123",
|
|
33
|
+
"@uniformdev/canvas-vue": "20.76.3-alpha.7.sha-dd3877d123",
|
|
34
|
+
"@uniformdev/context": "20.76.3-alpha.7.sha-dd3877d123",
|
|
35
|
+
"@uniformdev/context-vue": "20.76.3-alpha.7.sha-dd3877d123",
|
|
36
|
+
"@uniformdev/richtext": "20.76.3-alpha.7.sha-dd3877d123"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@nuxt/module-builder": "1.0.2",
|
|
40
|
-
"@nuxt/schema": "4.
|
|
40
|
+
"@nuxt/schema": "4.5.2",
|
|
41
41
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
|
42
42
|
"esbuild": "0.28.1",
|
|
43
|
-
"nuxt": "4.
|
|
43
|
+
"nuxt": "4.5.2",
|
|
44
44
|
"vue": "3.5.38",
|
|
45
45
|
"vue-router": "4.5.1"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "dd3877d123e16a160c58c1e258aee070565a4fc7"
|
|
51
51
|
}
|