@mattisvensson/strapi-plugin-webatlas 0.2.4 → 0.2.6
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/_chunks/{index-C4EZHacG.mjs → index-BMQSVj43.mjs} +11 -7
- package/dist/_chunks/{index-rvOUYDZ4.mjs → index-BMlQpLGa.mjs} +1 -1
- package/dist/_chunks/{index-C3a42qmP.mjs → index-B_RPO9ty.mjs} +2 -32
- package/dist/_chunks/{index-B_a-qtdq.js → index-BvXbuF1E.js} +1 -1
- package/dist/_chunks/{index-BLQ7k9G6.js → index-D4IHmUrH.js} +1 -1
- package/dist/_chunks/{index-C9tlbXg0.js → index-DIyVy-8D.js} +2 -32
- package/dist/_chunks/{index-CnY7liYv.js → index-DrlYDm6a.js} +11 -7
- package/dist/_chunks/{index-BDCJSjey.mjs → index-uoH_HJQr.mjs} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/admin/src/components/CMEditViewAside/Alias.d.ts +1 -1
- package/dist/server/index.js +16 -15
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +16 -15
- package/dist/server/index.mjs.map +1 -1
- package/dist/server/src/content-types/index.d.ts +5 -5
- package/dist/server/src/content-types/navigation/index.d.ts +1 -1
- package/dist/server/src/content-types/navigation/schema.d.ts +1 -1
- package/dist/server/src/content-types/navitem/index.d.ts +3 -3
- package/dist/server/src/content-types/navitem/schema.d.ts +3 -3
- package/dist/server/src/content-types/route/index.d.ts +1 -1
- package/dist/server/src/content-types/route/schema.d.ts +1 -1
- package/dist/server/src/index.d.ts +5 -5
- package/package.json +1 -1
|
@@ -75,10 +75,10 @@ declare const _default: {
|
|
|
75
75
|
};
|
|
76
76
|
navitem: {
|
|
77
77
|
type: string;
|
|
78
|
+
configurable: boolean;
|
|
78
79
|
relation: string;
|
|
79
80
|
target: string;
|
|
80
81
|
mappedBy: string;
|
|
81
|
-
configurable: boolean;
|
|
82
82
|
};
|
|
83
83
|
wrapper: {
|
|
84
84
|
type: string;
|
|
@@ -128,9 +128,9 @@ declare const _default: {
|
|
|
128
128
|
};
|
|
129
129
|
items: {
|
|
130
130
|
type: string;
|
|
131
|
+
configurable: boolean;
|
|
131
132
|
relation: string;
|
|
132
133
|
target: string;
|
|
133
|
-
configurable: boolean;
|
|
134
134
|
mappedBy: string;
|
|
135
135
|
};
|
|
136
136
|
};
|
|
@@ -160,23 +160,23 @@ declare const _default: {
|
|
|
160
160
|
attributes: {
|
|
161
161
|
navigation: {
|
|
162
162
|
type: string;
|
|
163
|
+
configurable: boolean;
|
|
163
164
|
relation: string;
|
|
164
165
|
target: string;
|
|
165
|
-
configurable: boolean;
|
|
166
166
|
inversedBy: string;
|
|
167
167
|
};
|
|
168
168
|
route: {
|
|
169
169
|
type: string;
|
|
170
|
+
configurable: boolean;
|
|
170
171
|
relation: string;
|
|
171
172
|
target: string;
|
|
172
173
|
inversedBy: string;
|
|
173
|
-
configurable: boolean;
|
|
174
174
|
};
|
|
175
175
|
parent: {
|
|
176
176
|
type: string;
|
|
177
|
+
configurable: boolean;
|
|
177
178
|
relation: string;
|
|
178
179
|
target: string;
|
|
179
|
-
configurable: boolean;
|
|
180
180
|
};
|
|
181
181
|
order: {
|
|
182
182
|
type: string;
|
|
@@ -22,23 +22,23 @@ declare const _default: {
|
|
|
22
22
|
attributes: {
|
|
23
23
|
navigation: {
|
|
24
24
|
type: string;
|
|
25
|
+
configurable: boolean;
|
|
25
26
|
relation: string;
|
|
26
27
|
target: string;
|
|
27
|
-
configurable: boolean;
|
|
28
28
|
inversedBy: string;
|
|
29
29
|
};
|
|
30
30
|
route: {
|
|
31
31
|
type: string;
|
|
32
|
+
configurable: boolean;
|
|
32
33
|
relation: string;
|
|
33
34
|
target: string;
|
|
34
35
|
inversedBy: string;
|
|
35
|
-
configurable: boolean;
|
|
36
36
|
};
|
|
37
37
|
parent: {
|
|
38
38
|
type: string;
|
|
39
|
+
configurable: boolean;
|
|
39
40
|
relation: string;
|
|
40
41
|
target: string;
|
|
41
|
-
configurable: boolean;
|
|
42
42
|
};
|
|
43
43
|
order: {
|
|
44
44
|
type: string;
|
|
@@ -21,23 +21,23 @@ declare const _default: {
|
|
|
21
21
|
attributes: {
|
|
22
22
|
navigation: {
|
|
23
23
|
type: string;
|
|
24
|
+
configurable: boolean;
|
|
24
25
|
relation: string;
|
|
25
26
|
target: string;
|
|
26
|
-
configurable: boolean;
|
|
27
27
|
inversedBy: string;
|
|
28
28
|
};
|
|
29
29
|
route: {
|
|
30
30
|
type: string;
|
|
31
|
+
configurable: boolean;
|
|
31
32
|
relation: string;
|
|
32
33
|
target: string;
|
|
33
34
|
inversedBy: string;
|
|
34
|
-
configurable: boolean;
|
|
35
35
|
};
|
|
36
36
|
parent: {
|
|
37
37
|
type: string;
|
|
38
|
+
configurable: boolean;
|
|
38
39
|
relation: string;
|
|
39
40
|
target: string;
|
|
40
|
-
configurable: boolean;
|
|
41
41
|
};
|
|
42
42
|
order: {
|
|
43
43
|
type: string;
|
|
@@ -164,10 +164,10 @@ declare const _default: {
|
|
|
164
164
|
};
|
|
165
165
|
navitem: {
|
|
166
166
|
type: string;
|
|
167
|
+
configurable: boolean;
|
|
167
168
|
relation: string;
|
|
168
169
|
target: string;
|
|
169
170
|
mappedBy: string;
|
|
170
|
-
configurable: boolean;
|
|
171
171
|
};
|
|
172
172
|
wrapper: {
|
|
173
173
|
type: string;
|
|
@@ -217,9 +217,9 @@ declare const _default: {
|
|
|
217
217
|
};
|
|
218
218
|
items: {
|
|
219
219
|
type: string;
|
|
220
|
+
configurable: boolean;
|
|
220
221
|
relation: string;
|
|
221
222
|
target: string;
|
|
222
|
-
configurable: boolean;
|
|
223
223
|
mappedBy: string;
|
|
224
224
|
};
|
|
225
225
|
};
|
|
@@ -249,23 +249,23 @@ declare const _default: {
|
|
|
249
249
|
attributes: {
|
|
250
250
|
navigation: {
|
|
251
251
|
type: string;
|
|
252
|
+
configurable: boolean;
|
|
252
253
|
relation: string;
|
|
253
254
|
target: string;
|
|
254
|
-
configurable: boolean;
|
|
255
255
|
inversedBy: string;
|
|
256
256
|
};
|
|
257
257
|
route: {
|
|
258
258
|
type: string;
|
|
259
|
+
configurable: boolean;
|
|
259
260
|
relation: string;
|
|
260
261
|
target: string;
|
|
261
262
|
inversedBy: string;
|
|
262
|
-
configurable: boolean;
|
|
263
263
|
};
|
|
264
264
|
parent: {
|
|
265
265
|
type: string;
|
|
266
|
+
configurable: boolean;
|
|
266
267
|
relation: string;
|
|
267
268
|
target: string;
|
|
268
|
-
configurable: boolean;
|
|
269
269
|
};
|
|
270
270
|
order: {
|
|
271
271
|
type: string;
|
package/package.json
CHANGED