@uniformdev/uniform-nuxt 20.25.2-alpha.3 → 20.26.1-alpha.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
|
@@ -1306,5 +1306,5 @@ export declare const useUniformComposition: (options: (CompositionGetByNodePathP
|
|
|
1306
1306
|
editionPriority?: number;
|
|
1307
1307
|
} | undefined;
|
|
1308
1308
|
pending: import("vue").Ref<boolean, boolean>;
|
|
1309
|
-
error: import("vue").Ref<import("#app").NuxtError<unknown> |
|
|
1309
|
+
error: import("vue").Ref<import("#app").NuxtError<unknown> | undefined, import("#app").NuxtError<unknown> | undefined>;
|
|
1310
1310
|
}>;
|
package/dist/runtime/plugin.d.ts
CHANGED
|
@@ -794,7 +794,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
794
794
|
editionId?: string;
|
|
795
795
|
editionName?: string;
|
|
796
796
|
editionPriority?: number;
|
|
797
|
-
}) |
|
|
797
|
+
}) | undefined, ({
|
|
798
798
|
wholeResponseCacheDiagnostics?: {
|
|
799
799
|
info: string;
|
|
800
800
|
cacheTtl: number;
|
|
@@ -1573,9 +1573,9 @@ declare const _default: import("#app").Plugin<{
|
|
|
1573
1573
|
editionId?: string;
|
|
1574
1574
|
editionName?: string;
|
|
1575
1575
|
editionPriority?: number;
|
|
1576
|
-
}) |
|
|
1576
|
+
}) | undefined>;
|
|
1577
1577
|
pending: Ref<boolean, boolean>;
|
|
1578
|
-
error: Ref<import("#app").NuxtError<unknown> |
|
|
1578
|
+
error: Ref<import("#app").NuxtError<unknown> | undefined, import("#app").NuxtError<unknown> | undefined>;
|
|
1579
1579
|
}>;
|
|
1580
1580
|
}> & import("#app").ObjectPlugin<{
|
|
1581
1581
|
uniformIsSetup: boolean;
|
|
@@ -2363,7 +2363,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2363
2363
|
editionId?: string;
|
|
2364
2364
|
editionName?: string;
|
|
2365
2365
|
editionPriority?: number;
|
|
2366
|
-
}) |
|
|
2366
|
+
}) | undefined, ({
|
|
2367
2367
|
wholeResponseCacheDiagnostics?: {
|
|
2368
2368
|
info: string;
|
|
2369
2369
|
cacheTtl: number;
|
|
@@ -3142,9 +3142,9 @@ declare const _default: import("#app").Plugin<{
|
|
|
3142
3142
|
editionId?: string;
|
|
3143
3143
|
editionName?: string;
|
|
3144
3144
|
editionPriority?: number;
|
|
3145
|
-
}) |
|
|
3145
|
+
}) | undefined>;
|
|
3146
3146
|
pending: Ref<boolean, boolean>;
|
|
3147
|
-
error: Ref<import("#app").NuxtError<unknown> |
|
|
3147
|
+
error: Ref<import("#app").NuxtError<unknown> | undefined, import("#app").NuxtError<unknown> | undefined>;
|
|
3148
3148
|
}>;
|
|
3149
3149
|
}>;
|
|
3150
3150
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-nuxt",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.26.1-alpha.0+ff834f63d0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"document:prebuild": "api-extractor run --local"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@nuxt/kit": "
|
|
33
|
-
"@uniformdev/canvas": "20.
|
|
34
|
-
"@uniformdev/canvas-vue": "20.
|
|
35
|
-
"@uniformdev/context": "20.
|
|
36
|
-
"@uniformdev/context-vue": "20.
|
|
37
|
-
"@uniformdev/richtext": "20.
|
|
32
|
+
"@nuxt/kit": "4.0.1",
|
|
33
|
+
"@uniformdev/canvas": "20.26.1-alpha.0+ff834f63d0",
|
|
34
|
+
"@uniformdev/canvas-vue": "20.26.1-alpha.0+ff834f63d0",
|
|
35
|
+
"@uniformdev/context": "20.26.1-alpha.0+ff834f63d0",
|
|
36
|
+
"@uniformdev/context-vue": "20.26.1-alpha.0+ff834f63d0",
|
|
37
|
+
"@uniformdev/richtext": "20.26.1-alpha.0+ff834f63d0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@nuxt/module-builder": "1.0.1",
|
|
41
|
-
"@nuxt/schema": "
|
|
41
|
+
"@nuxt/schema": "4.0.1",
|
|
42
42
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
|
43
43
|
"esbuild": "0.25.0",
|
|
44
|
-
"nuxt": "
|
|
45
|
-
"vue": "3.5.
|
|
44
|
+
"nuxt": "4.0.1",
|
|
45
|
+
"vue": "3.5.17",
|
|
46
46
|
"vue-router": "4.5.1"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ff834f63d07f7f709e42f69705b93ae20f6b7ddf"
|
|
52
52
|
}
|