@useinsider/guido 3.11.0-beta.f2b79f2 → 3.11.0-beta.f398c54
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/@types/config/schemas.js +40 -49
- package/dist/components/organisms/header/EditorActions.vue.js +1 -1
- package/dist/components/organisms/header/HeaderWrapper.vue.js +3 -3
- package/dist/components/organisms/header/HeaderWrapper.vue2.js +0 -2
- package/dist/components/organisms/header/version-history/VersionHistory.vue.js +1 -1
- package/dist/composables/useStripo.js +59 -62
- package/dist/guido.css +1 -1
- package/dist/src/@types/config/schemas.d.ts +0 -36
- package/dist/src/composables/useConfig.d.ts +0 -18
- package/dist/src/composables/useHtmlValidator.test.d.ts +1 -0
- package/dist/src/composables/useHttp.d.ts +2 -2
- package/dist/src/config/compiler/utils/recommendationIgnoreUtils.test.d.ts +1 -0
- package/dist/src/stores/config.d.ts +0 -162
- package/dist/src/stores/dynamic-content.d.ts +2 -2
- package/dist/src/stores/onboarding.d.ts +366 -366
- package/dist/src/utils/genericUtil.d.ts +0 -7
- package/dist/utils/genericUtil.js +19 -26
- package/package.json +2 -6
- package/dist/composables/useModuleDynamicContentRepair.js +0 -36
- package/dist/src/composables/useModuleDynamicContentRepair.d.ts +0 -18
- package/dist/src/utils/dynamicContentConverter.d.ts +0 -27
- package/dist/utils/dynamicContentConverter.js +0 -31
|
@@ -39,15 +39,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
39
39
|
value: string;
|
|
40
40
|
} | undefined;
|
|
41
41
|
}[];
|
|
42
|
-
availableDynamicContent: {
|
|
43
|
-
text: string;
|
|
44
|
-
value: string;
|
|
45
|
-
fallback?: string | undefined;
|
|
46
|
-
format?: {
|
|
47
|
-
key: string;
|
|
48
|
-
value: string;
|
|
49
|
-
} | undefined;
|
|
50
|
-
}[];
|
|
51
42
|
customFieldAttributes: string[];
|
|
52
43
|
selectedUnsubscribePages: number[];
|
|
53
44
|
forceRecreate: boolean;
|
|
@@ -182,15 +173,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
182
173
|
value: string;
|
|
183
174
|
} | undefined;
|
|
184
175
|
}[];
|
|
185
|
-
availableDynamicContent: {
|
|
186
|
-
text: string;
|
|
187
|
-
value: string;
|
|
188
|
-
fallback?: string | undefined;
|
|
189
|
-
format?: {
|
|
190
|
-
key: string;
|
|
191
|
-
value: string;
|
|
192
|
-
} | undefined;
|
|
193
|
-
}[];
|
|
194
176
|
customFieldAttributes: string[];
|
|
195
177
|
selectedUnsubscribePages: number[];
|
|
196
178
|
forceRecreate: boolean;
|
|
@@ -325,15 +307,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
325
307
|
value: string;
|
|
326
308
|
} | undefined;
|
|
327
309
|
}[];
|
|
328
|
-
availableDynamicContent: {
|
|
329
|
-
text: string;
|
|
330
|
-
value: string;
|
|
331
|
-
fallback?: string | undefined;
|
|
332
|
-
format?: {
|
|
333
|
-
key: string;
|
|
334
|
-
value: string;
|
|
335
|
-
} | undefined;
|
|
336
|
-
}[];
|
|
337
310
|
customFieldAttributes: string[];
|
|
338
311
|
selectedUnsubscribePages: number[];
|
|
339
312
|
forceRecreate: boolean;
|
|
@@ -468,15 +441,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
468
441
|
value: string;
|
|
469
442
|
} | undefined;
|
|
470
443
|
}[];
|
|
471
|
-
availableDynamicContent: {
|
|
472
|
-
text: string;
|
|
473
|
-
value: string;
|
|
474
|
-
fallback?: string | undefined;
|
|
475
|
-
format?: {
|
|
476
|
-
key: string;
|
|
477
|
-
value: string;
|
|
478
|
-
} | undefined;
|
|
479
|
-
}[];
|
|
480
444
|
customFieldAttributes: string[];
|
|
481
445
|
selectedUnsubscribePages: number[];
|
|
482
446
|
forceRecreate: boolean;
|
|
@@ -611,15 +575,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
611
575
|
value: string;
|
|
612
576
|
} | undefined;
|
|
613
577
|
}[];
|
|
614
|
-
availableDynamicContent: {
|
|
615
|
-
text: string;
|
|
616
|
-
value: string;
|
|
617
|
-
fallback?: string | undefined;
|
|
618
|
-
format?: {
|
|
619
|
-
key: string;
|
|
620
|
-
value: string;
|
|
621
|
-
} | undefined;
|
|
622
|
-
}[];
|
|
623
578
|
customFieldAttributes: string[];
|
|
624
579
|
selectedUnsubscribePages: number[];
|
|
625
580
|
forceRecreate: boolean;
|
|
@@ -754,15 +709,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
754
709
|
value: string;
|
|
755
710
|
} | undefined;
|
|
756
711
|
}[];
|
|
757
|
-
availableDynamicContent: {
|
|
758
|
-
text: string;
|
|
759
|
-
value: string;
|
|
760
|
-
fallback?: string | undefined;
|
|
761
|
-
format?: {
|
|
762
|
-
key: string;
|
|
763
|
-
value: string;
|
|
764
|
-
} | undefined;
|
|
765
|
-
}[];
|
|
766
712
|
customFieldAttributes: string[];
|
|
767
713
|
selectedUnsubscribePages: number[];
|
|
768
714
|
forceRecreate: boolean;
|
|
@@ -897,15 +843,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
897
843
|
value: string;
|
|
898
844
|
} | undefined;
|
|
899
845
|
}[];
|
|
900
|
-
availableDynamicContent: {
|
|
901
|
-
text: string;
|
|
902
|
-
value: string;
|
|
903
|
-
fallback?: string | undefined;
|
|
904
|
-
format?: {
|
|
905
|
-
key: string;
|
|
906
|
-
value: string;
|
|
907
|
-
} | undefined;
|
|
908
|
-
}[];
|
|
909
846
|
customFieldAttributes: string[];
|
|
910
847
|
selectedUnsubscribePages: number[];
|
|
911
848
|
forceRecreate: boolean;
|
|
@@ -1040,15 +977,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1040
977
|
value: string;
|
|
1041
978
|
} | undefined;
|
|
1042
979
|
}[];
|
|
1043
|
-
availableDynamicContent: {
|
|
1044
|
-
text: string;
|
|
1045
|
-
value: string;
|
|
1046
|
-
fallback?: string | undefined;
|
|
1047
|
-
format?: {
|
|
1048
|
-
key: string;
|
|
1049
|
-
value: string;
|
|
1050
|
-
} | undefined;
|
|
1051
|
-
}[];
|
|
1052
980
|
customFieldAttributes: string[];
|
|
1053
981
|
selectedUnsubscribePages: number[];
|
|
1054
982
|
forceRecreate: boolean;
|
|
@@ -1183,15 +1111,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1183
1111
|
value: string;
|
|
1184
1112
|
} | undefined;
|
|
1185
1113
|
}[];
|
|
1186
|
-
availableDynamicContent: {
|
|
1187
|
-
text: string;
|
|
1188
|
-
value: string;
|
|
1189
|
-
fallback?: string | undefined;
|
|
1190
|
-
format?: {
|
|
1191
|
-
key: string;
|
|
1192
|
-
value: string;
|
|
1193
|
-
} | undefined;
|
|
1194
|
-
}[];
|
|
1195
1114
|
customFieldAttributes: string[];
|
|
1196
1115
|
selectedUnsubscribePages: number[];
|
|
1197
1116
|
forceRecreate: boolean;
|
|
@@ -1326,15 +1245,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1326
1245
|
value: string;
|
|
1327
1246
|
} | undefined;
|
|
1328
1247
|
}[];
|
|
1329
|
-
availableDynamicContent: {
|
|
1330
|
-
text: string;
|
|
1331
|
-
value: string;
|
|
1332
|
-
fallback?: string | undefined;
|
|
1333
|
-
format?: {
|
|
1334
|
-
key: string;
|
|
1335
|
-
value: string;
|
|
1336
|
-
} | undefined;
|
|
1337
|
-
}[];
|
|
1338
1248
|
customFieldAttributes: string[];
|
|
1339
1249
|
selectedUnsubscribePages: number[];
|
|
1340
1250
|
forceRecreate: boolean;
|
|
@@ -1469,15 +1379,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1469
1379
|
value: string;
|
|
1470
1380
|
} | undefined;
|
|
1471
1381
|
}[];
|
|
1472
|
-
availableDynamicContent: {
|
|
1473
|
-
text: string;
|
|
1474
|
-
value: string;
|
|
1475
|
-
fallback?: string | undefined;
|
|
1476
|
-
format?: {
|
|
1477
|
-
key: string;
|
|
1478
|
-
value: string;
|
|
1479
|
-
} | undefined;
|
|
1480
|
-
}[];
|
|
1481
1382
|
customFieldAttributes: string[];
|
|
1482
1383
|
selectedUnsubscribePages: number[];
|
|
1483
1384
|
forceRecreate: boolean;
|
|
@@ -1612,15 +1513,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1612
1513
|
value: string;
|
|
1613
1514
|
} | undefined;
|
|
1614
1515
|
}[];
|
|
1615
|
-
availableDynamicContent: {
|
|
1616
|
-
text: string;
|
|
1617
|
-
value: string;
|
|
1618
|
-
fallback?: string | undefined;
|
|
1619
|
-
format?: {
|
|
1620
|
-
key: string;
|
|
1621
|
-
value: string;
|
|
1622
|
-
} | undefined;
|
|
1623
|
-
}[];
|
|
1624
1516
|
customFieldAttributes: string[];
|
|
1625
1517
|
selectedUnsubscribePages: number[];
|
|
1626
1518
|
forceRecreate: boolean;
|
|
@@ -1755,15 +1647,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1755
1647
|
value: string;
|
|
1756
1648
|
} | undefined;
|
|
1757
1649
|
}[];
|
|
1758
|
-
availableDynamicContent: {
|
|
1759
|
-
text: string;
|
|
1760
|
-
value: string;
|
|
1761
|
-
fallback?: string | undefined;
|
|
1762
|
-
format?: {
|
|
1763
|
-
key: string;
|
|
1764
|
-
value: string;
|
|
1765
|
-
} | undefined;
|
|
1766
|
-
}[];
|
|
1767
1650
|
customFieldAttributes: string[];
|
|
1768
1651
|
selectedUnsubscribePages: number[];
|
|
1769
1652
|
forceRecreate: boolean;
|
|
@@ -1898,15 +1781,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1898
1781
|
value: string;
|
|
1899
1782
|
} | undefined;
|
|
1900
1783
|
}[];
|
|
1901
|
-
availableDynamicContent: {
|
|
1902
|
-
text: string;
|
|
1903
|
-
value: string;
|
|
1904
|
-
fallback?: string | undefined;
|
|
1905
|
-
format?: {
|
|
1906
|
-
key: string;
|
|
1907
|
-
value: string;
|
|
1908
|
-
} | undefined;
|
|
1909
|
-
}[];
|
|
1910
1784
|
customFieldAttributes: string[];
|
|
1911
1785
|
selectedUnsubscribePages: number[];
|
|
1912
1786
|
forceRecreate: boolean;
|
|
@@ -2041,15 +1915,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2041
1915
|
value: string;
|
|
2042
1916
|
} | undefined;
|
|
2043
1917
|
}[];
|
|
2044
|
-
availableDynamicContent: {
|
|
2045
|
-
text: string;
|
|
2046
|
-
value: string;
|
|
2047
|
-
fallback?: string | undefined;
|
|
2048
|
-
format?: {
|
|
2049
|
-
key: string;
|
|
2050
|
-
value: string;
|
|
2051
|
-
} | undefined;
|
|
2052
|
-
}[];
|
|
2053
1918
|
customFieldAttributes: string[];
|
|
2054
1919
|
selectedUnsubscribePages: number[];
|
|
2055
1920
|
forceRecreate: boolean;
|
|
@@ -2184,15 +2049,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2184
2049
|
value: string;
|
|
2185
2050
|
} | undefined;
|
|
2186
2051
|
}[];
|
|
2187
|
-
availableDynamicContent: {
|
|
2188
|
-
text: string;
|
|
2189
|
-
value: string;
|
|
2190
|
-
fallback?: string | undefined;
|
|
2191
|
-
format?: {
|
|
2192
|
-
key: string;
|
|
2193
|
-
value: string;
|
|
2194
|
-
} | undefined;
|
|
2195
|
-
}[];
|
|
2196
2052
|
customFieldAttributes: string[];
|
|
2197
2053
|
selectedUnsubscribePages: number[];
|
|
2198
2054
|
forceRecreate: boolean;
|
|
@@ -2327,15 +2183,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2327
2183
|
value: string;
|
|
2328
2184
|
} | undefined;
|
|
2329
2185
|
}[];
|
|
2330
|
-
availableDynamicContent: {
|
|
2331
|
-
text: string;
|
|
2332
|
-
value: string;
|
|
2333
|
-
fallback?: string | undefined;
|
|
2334
|
-
format?: {
|
|
2335
|
-
key: string;
|
|
2336
|
-
value: string;
|
|
2337
|
-
} | undefined;
|
|
2338
|
-
}[];
|
|
2339
2186
|
customFieldAttributes: string[];
|
|
2340
2187
|
selectedUnsubscribePages: number[];
|
|
2341
2188
|
forceRecreate: boolean;
|
|
@@ -2470,15 +2317,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2470
2317
|
value: string;
|
|
2471
2318
|
} | undefined;
|
|
2472
2319
|
}[];
|
|
2473
|
-
availableDynamicContent: {
|
|
2474
|
-
text: string;
|
|
2475
|
-
value: string;
|
|
2476
|
-
fallback?: string | undefined;
|
|
2477
|
-
format?: {
|
|
2478
|
-
key: string;
|
|
2479
|
-
value: string;
|
|
2480
|
-
} | undefined;
|
|
2481
|
-
}[];
|
|
2482
2320
|
customFieldAttributes: string[];
|
|
2483
2321
|
selectedUnsubscribePages: number[];
|
|
2484
2322
|
forceRecreate: boolean;
|
|
@@ -6,7 +6,7 @@ export declare const useDynamicContentStore: import("pinia").StoreDefinition<"gu
|
|
|
6
6
|
getSelectedDynamicContentList: (state: {
|
|
7
7
|
selectedDynamicContent: {
|
|
8
8
|
value: string;
|
|
9
|
-
fallback?: string
|
|
9
|
+
fallback?: string;
|
|
10
10
|
format?: {
|
|
11
11
|
key: string;
|
|
12
12
|
value: string;
|
|
@@ -15,7 +15,7 @@ export declare const useDynamicContentStore: import("pinia").StoreDefinition<"gu
|
|
|
15
15
|
};
|
|
16
16
|
selectedDynamicContentList: {
|
|
17
17
|
value: string;
|
|
18
|
-
fallback?: string
|
|
18
|
+
fallback?: string;
|
|
19
19
|
format?: {
|
|
20
20
|
key: string;
|
|
21
21
|
value: string;
|