@uniformdev/uniform-nuxt 20.60.2 → 20.61.1-alpha.11
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 +12 -0
- package/package.json +8 -9
package/dist/module.json
CHANGED
package/dist/runtime/plugin.d.ts
CHANGED
|
@@ -75,6 +75,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
75
75
|
locale?: string;
|
|
76
76
|
conditionIndex?: number;
|
|
77
77
|
clauseIndex?: number;
|
|
78
|
+
statusCode?: number;
|
|
78
79
|
}[];
|
|
79
80
|
warnings?: {
|
|
80
81
|
componentId?: string;
|
|
@@ -97,6 +98,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
97
98
|
locale?: string;
|
|
98
99
|
conditionIndex?: number;
|
|
99
100
|
clauseIndex?: number;
|
|
101
|
+
statusCode?: number;
|
|
100
102
|
}[];
|
|
101
103
|
infos?: {
|
|
102
104
|
componentId?: string;
|
|
@@ -119,6 +121,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
119
121
|
locale?: string;
|
|
120
122
|
conditionIndex?: number;
|
|
121
123
|
clauseIndex?: number;
|
|
124
|
+
statusCode?: number;
|
|
122
125
|
}[];
|
|
123
126
|
} & {
|
|
124
127
|
state: number;
|
|
@@ -862,6 +865,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
862
865
|
locale?: string;
|
|
863
866
|
conditionIndex?: number;
|
|
864
867
|
clauseIndex?: number;
|
|
868
|
+
statusCode?: number;
|
|
865
869
|
}[];
|
|
866
870
|
warnings?: {
|
|
867
871
|
componentId?: string;
|
|
@@ -884,6 +888,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
884
888
|
locale?: string;
|
|
885
889
|
conditionIndex?: number;
|
|
886
890
|
clauseIndex?: number;
|
|
891
|
+
statusCode?: number;
|
|
887
892
|
}[];
|
|
888
893
|
infos?: {
|
|
889
894
|
componentId?: string;
|
|
@@ -906,6 +911,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
906
911
|
locale?: string;
|
|
907
912
|
conditionIndex?: number;
|
|
908
913
|
clauseIndex?: number;
|
|
914
|
+
statusCode?: number;
|
|
909
915
|
}[];
|
|
910
916
|
} & {
|
|
911
917
|
state: number;
|
|
@@ -1660,6 +1666,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1660
1666
|
locale?: string;
|
|
1661
1667
|
conditionIndex?: number;
|
|
1662
1668
|
clauseIndex?: number;
|
|
1669
|
+
statusCode?: number;
|
|
1663
1670
|
}[];
|
|
1664
1671
|
warnings?: {
|
|
1665
1672
|
componentId?: string;
|
|
@@ -1682,6 +1689,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1682
1689
|
locale?: string;
|
|
1683
1690
|
conditionIndex?: number;
|
|
1684
1691
|
clauseIndex?: number;
|
|
1692
|
+
statusCode?: number;
|
|
1685
1693
|
}[];
|
|
1686
1694
|
infos?: {
|
|
1687
1695
|
componentId?: string;
|
|
@@ -1704,6 +1712,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1704
1712
|
locale?: string;
|
|
1705
1713
|
conditionIndex?: number;
|
|
1706
1714
|
clauseIndex?: number;
|
|
1715
|
+
statusCode?: number;
|
|
1707
1716
|
}[];
|
|
1708
1717
|
} & {
|
|
1709
1718
|
state: number;
|
|
@@ -2447,6 +2456,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2447
2456
|
locale?: string;
|
|
2448
2457
|
conditionIndex?: number;
|
|
2449
2458
|
clauseIndex?: number;
|
|
2459
|
+
statusCode?: number;
|
|
2450
2460
|
}[];
|
|
2451
2461
|
warnings?: {
|
|
2452
2462
|
componentId?: string;
|
|
@@ -2469,6 +2479,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2469
2479
|
locale?: string;
|
|
2470
2480
|
conditionIndex?: number;
|
|
2471
2481
|
clauseIndex?: number;
|
|
2482
|
+
statusCode?: number;
|
|
2472
2483
|
}[];
|
|
2473
2484
|
infos?: {
|
|
2474
2485
|
componentId?: string;
|
|
@@ -2491,6 +2502,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2491
2502
|
locale?: string;
|
|
2492
2503
|
conditionIndex?: number;
|
|
2493
2504
|
clauseIndex?: number;
|
|
2505
|
+
statusCode?: number;
|
|
2494
2506
|
}[];
|
|
2495
2507
|
} & {
|
|
2496
2508
|
state: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-nuxt",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.61.1-alpha.11+0fd9603995",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -24,17 +24,16 @@
|
|
|
24
24
|
"prepack": "nuxt-module-build build",
|
|
25
25
|
"build": "nuxt-module-build build",
|
|
26
26
|
"clean": "rimraf dist",
|
|
27
|
-
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
28
27
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
29
|
-
"
|
|
28
|
+
"apidocs-extract": "api-extractor run --local"
|
|
30
29
|
},
|
|
31
30
|
"dependencies": {
|
|
32
31
|
"@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.
|
|
32
|
+
"@uniformdev/canvas": "20.61.1-alpha.11+0fd9603995",
|
|
33
|
+
"@uniformdev/canvas-vue": "20.61.1-alpha.11+0fd9603995",
|
|
34
|
+
"@uniformdev/context": "20.61.1-alpha.11+0fd9603995",
|
|
35
|
+
"@uniformdev/context-vue": "20.61.1-alpha.11+0fd9603995",
|
|
36
|
+
"@uniformdev/richtext": "20.61.1-alpha.11+0fd9603995"
|
|
38
37
|
},
|
|
39
38
|
"devDependencies": {
|
|
40
39
|
"@nuxt/module-builder": "1.0.2",
|
|
@@ -48,5 +47,5 @@
|
|
|
48
47
|
"publishConfig": {
|
|
49
48
|
"access": "public"
|
|
50
49
|
},
|
|
51
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "0fd9603995e96e62f1e8923877ea5c73143353f5"
|
|
52
51
|
}
|