@uniformdev/uniform-nuxt 20.49.2 → 20.49.3-alpha.47
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
package/dist/module.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { resolve } from 'path';
|
|
|
3
3
|
import { fileURLToPath } from 'url';
|
|
4
4
|
|
|
5
5
|
const uniformContextProxyPath = "uniform/context/instance.ts";
|
|
6
|
-
const module = defineNuxtModule({
|
|
6
|
+
const module$1 = defineNuxtModule({
|
|
7
7
|
meta: {
|
|
8
8
|
name: "nuxt-uniform",
|
|
9
9
|
configKey: "uniform"
|
|
@@ -62,4 +62,4 @@ function optimizeDeps(deps) {
|
|
|
62
62
|
});
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
export { module as default };
|
|
65
|
+
export { module$1 as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { linkParamValueToHtmlAttributes } from "@uniformdev/richtext";
|
|
2
2
|
import { defineNuxtLink } from "nuxt/app";
|
|
3
3
|
import { h } from "vue";
|
|
4
4
|
const NuxtRichTextLink = defineNuxtLink({
|
|
@@ -6,11 +6,5 @@ const NuxtRichTextLink = defineNuxtLink({
|
|
|
6
6
|
});
|
|
7
7
|
export const NuxtLinkRichTextNode = (props, context) => {
|
|
8
8
|
const { link } = props.node;
|
|
9
|
-
return h(
|
|
10
|
-
NuxtRichTextLink,
|
|
11
|
-
{
|
|
12
|
-
href: linkParamValueToHref(link)
|
|
13
|
-
},
|
|
14
|
-
context.slots
|
|
15
|
-
);
|
|
9
|
+
return h(NuxtRichTextLink, linkParamValueToHtmlAttributes(link), context.slots);
|
|
16
10
|
};
|
package/dist/runtime/plugin.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
51
51
|
sourceCache?: string;
|
|
52
52
|
statusCodes: number[];
|
|
53
53
|
};
|
|
54
|
+
projection?: string;
|
|
54
55
|
data: unknown;
|
|
55
56
|
}[];
|
|
56
57
|
};
|
|
@@ -75,6 +76,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
75
76
|
locale?: string;
|
|
76
77
|
conditionIndex?: number;
|
|
77
78
|
clauseIndex?: number;
|
|
79
|
+
statusCode?: number;
|
|
78
80
|
}[];
|
|
79
81
|
warnings?: {
|
|
80
82
|
componentId?: string;
|
|
@@ -97,6 +99,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
97
99
|
locale?: string;
|
|
98
100
|
conditionIndex?: number;
|
|
99
101
|
clauseIndex?: number;
|
|
102
|
+
statusCode?: number;
|
|
100
103
|
}[];
|
|
101
104
|
infos?: {
|
|
102
105
|
componentId?: string;
|
|
@@ -119,6 +122,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
119
122
|
locale?: string;
|
|
120
123
|
conditionIndex?: number;
|
|
121
124
|
clauseIndex?: number;
|
|
125
|
+
statusCode?: number;
|
|
122
126
|
}[];
|
|
123
127
|
} & {
|
|
124
128
|
state: number;
|
|
@@ -126,6 +130,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
126
130
|
projectId: string;
|
|
127
131
|
created: string;
|
|
128
132
|
modified: string;
|
|
133
|
+
deletedAt?: string;
|
|
129
134
|
creator?: string;
|
|
130
135
|
author?: string;
|
|
131
136
|
categoryId?: string;
|
|
@@ -838,6 +843,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
838
843
|
sourceCache?: string;
|
|
839
844
|
statusCodes: number[];
|
|
840
845
|
};
|
|
846
|
+
projection?: string;
|
|
841
847
|
data: unknown;
|
|
842
848
|
}[];
|
|
843
849
|
};
|
|
@@ -862,6 +868,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
862
868
|
locale?: string;
|
|
863
869
|
conditionIndex?: number;
|
|
864
870
|
clauseIndex?: number;
|
|
871
|
+
statusCode?: number;
|
|
865
872
|
}[];
|
|
866
873
|
warnings?: {
|
|
867
874
|
componentId?: string;
|
|
@@ -884,6 +891,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
884
891
|
locale?: string;
|
|
885
892
|
conditionIndex?: number;
|
|
886
893
|
clauseIndex?: number;
|
|
894
|
+
statusCode?: number;
|
|
887
895
|
}[];
|
|
888
896
|
infos?: {
|
|
889
897
|
componentId?: string;
|
|
@@ -906,6 +914,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
906
914
|
locale?: string;
|
|
907
915
|
conditionIndex?: number;
|
|
908
916
|
clauseIndex?: number;
|
|
917
|
+
statusCode?: number;
|
|
909
918
|
}[];
|
|
910
919
|
} & {
|
|
911
920
|
state: number;
|
|
@@ -913,6 +922,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
913
922
|
projectId: string;
|
|
914
923
|
created: string;
|
|
915
924
|
modified: string;
|
|
925
|
+
deletedAt?: string;
|
|
916
926
|
creator?: string;
|
|
917
927
|
author?: string;
|
|
918
928
|
categoryId?: string;
|
|
@@ -1636,6 +1646,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1636
1646
|
sourceCache?: string;
|
|
1637
1647
|
statusCodes: number[];
|
|
1638
1648
|
};
|
|
1649
|
+
projection?: string;
|
|
1639
1650
|
data: unknown;
|
|
1640
1651
|
}[];
|
|
1641
1652
|
};
|
|
@@ -1660,6 +1671,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1660
1671
|
locale?: string;
|
|
1661
1672
|
conditionIndex?: number;
|
|
1662
1673
|
clauseIndex?: number;
|
|
1674
|
+
statusCode?: number;
|
|
1663
1675
|
}[];
|
|
1664
1676
|
warnings?: {
|
|
1665
1677
|
componentId?: string;
|
|
@@ -1682,6 +1694,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1682
1694
|
locale?: string;
|
|
1683
1695
|
conditionIndex?: number;
|
|
1684
1696
|
clauseIndex?: number;
|
|
1697
|
+
statusCode?: number;
|
|
1685
1698
|
}[];
|
|
1686
1699
|
infos?: {
|
|
1687
1700
|
componentId?: string;
|
|
@@ -1704,6 +1717,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1704
1717
|
locale?: string;
|
|
1705
1718
|
conditionIndex?: number;
|
|
1706
1719
|
clauseIndex?: number;
|
|
1720
|
+
statusCode?: number;
|
|
1707
1721
|
}[];
|
|
1708
1722
|
} & {
|
|
1709
1723
|
state: number;
|
|
@@ -1711,6 +1725,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1711
1725
|
projectId: string;
|
|
1712
1726
|
created: string;
|
|
1713
1727
|
modified: string;
|
|
1728
|
+
deletedAt?: string;
|
|
1714
1729
|
creator?: string;
|
|
1715
1730
|
author?: string;
|
|
1716
1731
|
categoryId?: string;
|
|
@@ -2423,6 +2438,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2423
2438
|
sourceCache?: string;
|
|
2424
2439
|
statusCodes: number[];
|
|
2425
2440
|
};
|
|
2441
|
+
projection?: string;
|
|
2426
2442
|
data: unknown;
|
|
2427
2443
|
}[];
|
|
2428
2444
|
};
|
|
@@ -2447,6 +2463,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2447
2463
|
locale?: string;
|
|
2448
2464
|
conditionIndex?: number;
|
|
2449
2465
|
clauseIndex?: number;
|
|
2466
|
+
statusCode?: number;
|
|
2450
2467
|
}[];
|
|
2451
2468
|
warnings?: {
|
|
2452
2469
|
componentId?: string;
|
|
@@ -2469,6 +2486,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2469
2486
|
locale?: string;
|
|
2470
2487
|
conditionIndex?: number;
|
|
2471
2488
|
clauseIndex?: number;
|
|
2489
|
+
statusCode?: number;
|
|
2472
2490
|
}[];
|
|
2473
2491
|
infos?: {
|
|
2474
2492
|
componentId?: string;
|
|
@@ -2491,6 +2509,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2491
2509
|
locale?: string;
|
|
2492
2510
|
conditionIndex?: number;
|
|
2493
2511
|
clauseIndex?: number;
|
|
2512
|
+
statusCode?: number;
|
|
2494
2513
|
}[];
|
|
2495
2514
|
} & {
|
|
2496
2515
|
state: number;
|
|
@@ -2498,6 +2517,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2498
2517
|
projectId: string;
|
|
2499
2518
|
created: string;
|
|
2500
2519
|
modified: string;
|
|
2520
|
+
deletedAt?: string;
|
|
2501
2521
|
creator?: string;
|
|
2502
2522
|
author?: string;
|
|
2503
2523
|
categoryId?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-nuxt",
|
|
3
|
-
"version": "20.49.
|
|
3
|
+
"version": "20.49.3-alpha.47+9aed70a64d",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -24,29 +24,28 @@
|
|
|
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
|
-
"@nuxt/kit": "4.
|
|
33
|
-
"@uniformdev/canvas": "20.49.
|
|
34
|
-
"@uniformdev/canvas-vue": "20.49.
|
|
35
|
-
"@uniformdev/context": "20.49.
|
|
36
|
-
"@uniformdev/context-vue": "20.49.
|
|
37
|
-
"@uniformdev/richtext": "20.49.
|
|
31
|
+
"@nuxt/kit": "4.4.8",
|
|
32
|
+
"@uniformdev/canvas": "20.49.3-alpha.47+9aed70a64d",
|
|
33
|
+
"@uniformdev/canvas-vue": "20.49.3-alpha.47+9aed70a64d",
|
|
34
|
+
"@uniformdev/context": "20.49.3-alpha.47+9aed70a64d",
|
|
35
|
+
"@uniformdev/context-vue": "20.49.3-alpha.47+9aed70a64d",
|
|
36
|
+
"@uniformdev/richtext": "20.49.3-alpha.47+9aed70a64d"
|
|
38
37
|
},
|
|
39
38
|
"devDependencies": {
|
|
40
39
|
"@nuxt/module-builder": "1.0.2",
|
|
41
|
-
"@nuxt/schema": "4.
|
|
40
|
+
"@nuxt/schema": "4.4.8",
|
|
42
41
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
|
43
|
-
"esbuild": "0.
|
|
44
|
-
"nuxt": "4.
|
|
45
|
-
"vue": "3.5.
|
|
42
|
+
"esbuild": "0.28.1",
|
|
43
|
+
"nuxt": "4.4.8",
|
|
44
|
+
"vue": "3.5.38",
|
|
46
45
|
"vue-router": "4.5.1"
|
|
47
46
|
},
|
|
48
47
|
"publishConfig": {
|
|
49
48
|
"access": "public"
|
|
50
49
|
},
|
|
51
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "9aed70a64de0ca177d27ea99dc25f1ad053f87ad"
|
|
52
51
|
}
|