@useinsider/guido 3.16.0-beta.0faee0c → 3.16.0-beta.20cd2fe
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 +25 -23
- package/dist/components/organisms/header/AutoSaveStatus.vue.js +17 -0
- package/dist/components/organisms/header/AutoSaveStatus.vue2.js +21 -0
- package/dist/components/organisms/header/EditorActions.vue.js +11 -11
- package/dist/components/organisms/header/EditorActions.vue2.js +34 -50
- package/dist/components/organisms/header/EditorActionsMenu.vue.js +20 -0
- package/dist/components/organisms/header/EditorActionsMenu.vue2.js +39 -0
- package/dist/components/organisms/header/LeftSlot.vue.js +5 -5
- package/dist/components/organisms/header/LeftSlot.vue2.js +28 -23
- package/dist/components/organisms/header/MiddleSlot.vue.js +4 -4
- package/dist/components/organisms/header/MiddleSlot.vue2.js +8 -7
- package/dist/components/organisms/header/RightSlot.vue.js +6 -6
- package/dist/components/organisms/header/RightSlot.vue2.js +17 -15
- package/dist/components/organisms/header/accessibility/AccessibilityToolbar.vue.js +18 -0
- package/dist/components/organisms/header/accessibility/AccessibilityToolbar.vue2.js +37 -0
- package/dist/components/organisms/header/accessibility/ColorVisionSelect.vue.js +24 -0
- package/dist/components/organisms/header/accessibility/ColorVisionSelect.vue2.js +48 -0
- package/dist/components/organisms/onboarding/EditorTabBarOnboarding.vue.js +18 -0
- package/dist/components/organisms/onboarding/EditorTabBarOnboarding.vue2.js +74 -0
- package/dist/components/organisms/onboarding/OnboardingWrapper.vue2.js +43 -34
- package/dist/composables/useAccessibilityApi.js +31 -0
- package/dist/composables/useStripo.js +29 -30
- package/dist/config/i18n/en/labels.json.js +28 -4
- package/dist/guido.css +1 -1
- package/dist/node_modules/@vueuse/core/index.js +102 -0
- package/dist/node_modules/@vueuse/shared/index.js +40 -28
- package/dist/src/@types/config/schemas.d.ts +4 -0
- package/dist/src/components/organisms/header/EditorActionsMenu.vue.d.ts +2 -0
- package/dist/src/components/organisms/header/accessibility/AccessibilityToolbar.vue.d.ts +2 -0
- package/dist/src/components/organisms/header/accessibility/ColorVisionSelect.vue.d.ts +2 -0
- package/dist/src/components/organisms/onboarding/EditorTabBarOnboarding.vue.d.ts +2 -0
- package/dist/src/composables/useAccessibilityApi.d.ts +15 -0
- package/dist/src/composables/useActionsApi.d.ts +2 -2
- package/dist/src/composables/useConfig.d.ts +2 -0
- package/dist/src/stores/config.d.ts +18 -0
- package/dist/src/stores/editor.d.ts +107 -0
- package/dist/src/stores/onboarding.d.ts +377 -0
- package/dist/src/stores/version-history.d.ts +1 -1
- package/dist/src/utils/timeUtil.d.ts +10 -0
- package/dist/stores/editor.js +5 -1
- package/dist/stores/onboarding.js +16 -11
- package/dist/utils/timeUtil.js +6 -17
- package/package.json +1 -1
- package/dist/components/organisms/header/AutoSaveToggle.vue.js +0 -22
- package/dist/components/organisms/header/AutoSaveToggle.vue2.js +0 -19
- /package/dist/src/components/organisms/header/{AutoSaveToggle.vue.d.ts → AutoSaveStatus.vue.d.ts} +0 -0
|
@@ -1,45 +1,57 @@
|
|
|
1
1
|
import "../../vue-demi/lib/index.js";
|
|
2
|
-
import { unref as p } from "vue";
|
|
3
|
-
function
|
|
2
|
+
import { unref as p, getCurrentScope as w, onScopeDispose as m } from "vue";
|
|
3
|
+
function T(t) {
|
|
4
|
+
return w() ? (m(t), !0) : !1;
|
|
5
|
+
}
|
|
6
|
+
function a(t) {
|
|
4
7
|
return typeof t == "function" ? t() : p(t);
|
|
5
8
|
}
|
|
9
|
+
const g = typeof window < "u" && typeof document < "u";
|
|
6
10
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
7
|
-
const
|
|
8
|
-
};
|
|
9
|
-
function h(
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
const b = Object.prototype.toString, j = (t) => b.call(t) === "[object Object]", f = () => {
|
|
12
|
+
}, x = /* @__PURE__ */ h();
|
|
13
|
+
function h() {
|
|
14
|
+
var t, n;
|
|
15
|
+
return g && ((t = window == null ? void 0 : window.navigator) == null ? void 0 : t.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((n = window == null ? void 0 : window.navigator) == null ? void 0 : n.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));
|
|
16
|
+
}
|
|
17
|
+
function v(t, n) {
|
|
18
|
+
function o(...e) {
|
|
19
|
+
return new Promise((r, i) => {
|
|
20
|
+
Promise.resolve(t(() => n.apply(this, e), { fn: n, thisArg: this, args: e })).then(r).catch(i);
|
|
13
21
|
});
|
|
14
22
|
}
|
|
15
|
-
return
|
|
23
|
+
return o;
|
|
16
24
|
}
|
|
17
|
-
function
|
|
18
|
-
let
|
|
19
|
-
const
|
|
20
|
-
clearTimeout(u),
|
|
25
|
+
function S(t, n = {}) {
|
|
26
|
+
let o, e, r = f;
|
|
27
|
+
const i = (u) => {
|
|
28
|
+
clearTimeout(u), r(), r = f;
|
|
21
29
|
};
|
|
22
30
|
return (u) => {
|
|
23
|
-
const
|
|
24
|
-
return
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
},
|
|
28
|
-
e &&
|
|
29
|
-
},
|
|
31
|
+
const s = a(t), c = a(n.maxWait);
|
|
32
|
+
return o && i(o), s <= 0 || c !== void 0 && c <= 0 ? (e && (i(e), e = null), Promise.resolve(u())) : new Promise((l, d) => {
|
|
33
|
+
r = n.rejectOnCancel ? d : l, c && !e && (e = setTimeout(() => {
|
|
34
|
+
o && i(o), e = null, l(u());
|
|
35
|
+
}, c)), o = setTimeout(() => {
|
|
36
|
+
e && i(e), e = null, l(u());
|
|
37
|
+
}, s);
|
|
30
38
|
});
|
|
31
39
|
};
|
|
32
40
|
}
|
|
33
|
-
function
|
|
34
|
-
return
|
|
35
|
-
|
|
41
|
+
function A(t, n = 200, o = {}) {
|
|
42
|
+
return v(
|
|
43
|
+
S(n, o),
|
|
36
44
|
t
|
|
37
45
|
);
|
|
38
46
|
}
|
|
39
47
|
export {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
48
|
+
v as createFilterWrapper,
|
|
49
|
+
S as debounceFilter,
|
|
50
|
+
g as isClient,
|
|
51
|
+
x as isIOS,
|
|
52
|
+
j as isObject,
|
|
53
|
+
f as noop,
|
|
54
|
+
a as toValue,
|
|
55
|
+
T as tryOnScopeDispose,
|
|
56
|
+
A as useDebounceFn
|
|
45
57
|
};
|
|
@@ -391,6 +391,8 @@ export declare const FeaturesSchema: v.ObjectSchema<{
|
|
|
391
391
|
readonly liquidSyntax: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
392
392
|
/** Enable autosave (3-min interval + tab-hide). User toggles on/off from the header. */
|
|
393
393
|
readonly autosave: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
394
|
+
/** Enable the Stripo Accessibility Checker control in the editor toolbar. */
|
|
395
|
+
readonly accessibilityTesting: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
394
396
|
/** Enable pre-save domain-allowlist validation (opt-in; Guido self-serves the block toaster) */
|
|
395
397
|
readonly allowlistEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
396
398
|
/** Enable persistent link tracking-id assignment for the click heatmap (opt-in) */
|
|
@@ -790,6 +792,8 @@ export declare const GuidoConfigSchema: v.ObjectSchema<{
|
|
|
790
792
|
readonly liquidSyntax: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
791
793
|
/** Enable autosave (3-min interval + tab-hide). User toggles on/off from the header. */
|
|
792
794
|
readonly autosave: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
795
|
+
/** Enable the Stripo Accessibility Checker control in the editor toolbar. */
|
|
796
|
+
readonly accessibilityTesting: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
793
797
|
/** Enable pre-save domain-allowlist validation (opt-in; Guido self-serves the block toaster) */
|
|
794
798
|
readonly allowlistEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
795
799
|
/** Enable persistent link tracking-id assignment for the click heatmap (opt-in) */
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ColorVisionDeficiency } from '@@/Types/api/accessibility-api';
|
|
2
|
+
export declare const useAccessibilityApi: () => {
|
|
3
|
+
openAccessibilityTestingMode: () => void;
|
|
4
|
+
closeAccessibilityTestingMode: () => void;
|
|
5
|
+
toggleAccessibilityTestingMode: () => void;
|
|
6
|
+
isAccessibilityTestingModeOpen: () => boolean;
|
|
7
|
+
showImages: () => void;
|
|
8
|
+
hideImages: () => void;
|
|
9
|
+
toggleImages: () => void;
|
|
10
|
+
setColorVisionDeficiency: (type: ColorVisionDeficiency) => void;
|
|
11
|
+
getColorVisionDeficiency: () => ColorVisionDeficiency;
|
|
12
|
+
switchToDesktopPreview: () => void;
|
|
13
|
+
switchToMobilePreview: () => void;
|
|
14
|
+
toggleCodeEditor: () => void;
|
|
15
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CompileEmailOptions } from '@@/Types/actions-api';
|
|
2
|
-
import { GetCompiledEmailOptions, CompiledEmailResult, TemplateData } from '@@/Types/actions-api';
|
|
1
|
+
import type { CompileEmailOptions } from '@@/Types/api/actions-api';
|
|
2
|
+
import { GetCompiledEmailOptions, CompiledEmailResult, TemplateData } from '@@/Types/api/actions-api';
|
|
3
3
|
export declare const useActionsApi: () => {
|
|
4
4
|
getCompiledEmail: (options?: GetCompiledEmailOptions) => Promise<CompiledEmailResult>;
|
|
5
5
|
getTemplateData: () => Promise<TemplateData>;
|
|
@@ -97,6 +97,7 @@ export declare const useConfig: () => {
|
|
|
97
97
|
modulesDisabled: boolean;
|
|
98
98
|
liquidSyntax: boolean;
|
|
99
99
|
autosave: boolean;
|
|
100
|
+
accessibilityTesting: boolean;
|
|
100
101
|
allowlistEnabled: boolean;
|
|
101
102
|
linkTrackingIds: boolean;
|
|
102
103
|
};
|
|
@@ -231,6 +232,7 @@ export declare const useConfig: () => {
|
|
|
231
232
|
modulesDisabled: boolean;
|
|
232
233
|
liquidSyntax: boolean;
|
|
233
234
|
autosave: boolean;
|
|
235
|
+
accessibilityTesting: boolean;
|
|
234
236
|
allowlistEnabled: boolean;
|
|
235
237
|
linkTrackingIds: boolean;
|
|
236
238
|
} | null>;
|
|
@@ -102,6 +102,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
102
102
|
modulesDisabled: boolean;
|
|
103
103
|
liquidSyntax: boolean;
|
|
104
104
|
autosave: boolean;
|
|
105
|
+
accessibilityTesting: boolean;
|
|
105
106
|
allowlistEnabled: boolean;
|
|
106
107
|
linkTrackingIds: boolean;
|
|
107
108
|
};
|
|
@@ -242,6 +243,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
242
243
|
modulesDisabled: boolean;
|
|
243
244
|
liquidSyntax: boolean;
|
|
244
245
|
autosave: boolean;
|
|
246
|
+
accessibilityTesting: boolean;
|
|
245
247
|
allowlistEnabled: boolean;
|
|
246
248
|
linkTrackingIds: boolean;
|
|
247
249
|
};
|
|
@@ -382,6 +384,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
382
384
|
modulesDisabled: boolean;
|
|
383
385
|
liquidSyntax: boolean;
|
|
384
386
|
autosave: boolean;
|
|
387
|
+
accessibilityTesting: boolean;
|
|
385
388
|
allowlistEnabled: boolean;
|
|
386
389
|
linkTrackingIds: boolean;
|
|
387
390
|
};
|
|
@@ -522,6 +525,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
522
525
|
modulesDisabled: boolean;
|
|
523
526
|
liquidSyntax: boolean;
|
|
524
527
|
autosave: boolean;
|
|
528
|
+
accessibilityTesting: boolean;
|
|
525
529
|
allowlistEnabled: boolean;
|
|
526
530
|
linkTrackingIds: boolean;
|
|
527
531
|
};
|
|
@@ -662,6 +666,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
662
666
|
modulesDisabled: boolean;
|
|
663
667
|
liquidSyntax: boolean;
|
|
664
668
|
autosave: boolean;
|
|
669
|
+
accessibilityTesting: boolean;
|
|
665
670
|
allowlistEnabled: boolean;
|
|
666
671
|
linkTrackingIds: boolean;
|
|
667
672
|
};
|
|
@@ -802,6 +807,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
802
807
|
modulesDisabled: boolean;
|
|
803
808
|
liquidSyntax: boolean;
|
|
804
809
|
autosave: boolean;
|
|
810
|
+
accessibilityTesting: boolean;
|
|
805
811
|
allowlistEnabled: boolean;
|
|
806
812
|
linkTrackingIds: boolean;
|
|
807
813
|
};
|
|
@@ -942,6 +948,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
942
948
|
modulesDisabled: boolean;
|
|
943
949
|
liquidSyntax: boolean;
|
|
944
950
|
autosave: boolean;
|
|
951
|
+
accessibilityTesting: boolean;
|
|
945
952
|
allowlistEnabled: boolean;
|
|
946
953
|
linkTrackingIds: boolean;
|
|
947
954
|
};
|
|
@@ -1082,6 +1089,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1082
1089
|
modulesDisabled: boolean;
|
|
1083
1090
|
liquidSyntax: boolean;
|
|
1084
1091
|
autosave: boolean;
|
|
1092
|
+
accessibilityTesting: boolean;
|
|
1085
1093
|
allowlistEnabled: boolean;
|
|
1086
1094
|
linkTrackingIds: boolean;
|
|
1087
1095
|
};
|
|
@@ -1222,6 +1230,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1222
1230
|
modulesDisabled: boolean;
|
|
1223
1231
|
liquidSyntax: boolean;
|
|
1224
1232
|
autosave: boolean;
|
|
1233
|
+
accessibilityTesting: boolean;
|
|
1225
1234
|
allowlistEnabled: boolean;
|
|
1226
1235
|
linkTrackingIds: boolean;
|
|
1227
1236
|
};
|
|
@@ -1362,6 +1371,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1362
1371
|
modulesDisabled: boolean;
|
|
1363
1372
|
liquidSyntax: boolean;
|
|
1364
1373
|
autosave: boolean;
|
|
1374
|
+
accessibilityTesting: boolean;
|
|
1365
1375
|
allowlistEnabled: boolean;
|
|
1366
1376
|
linkTrackingIds: boolean;
|
|
1367
1377
|
};
|
|
@@ -1502,6 +1512,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1502
1512
|
modulesDisabled: boolean;
|
|
1503
1513
|
liquidSyntax: boolean;
|
|
1504
1514
|
autosave: boolean;
|
|
1515
|
+
accessibilityTesting: boolean;
|
|
1505
1516
|
allowlistEnabled: boolean;
|
|
1506
1517
|
linkTrackingIds: boolean;
|
|
1507
1518
|
};
|
|
@@ -1642,6 +1653,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1642
1653
|
modulesDisabled: boolean;
|
|
1643
1654
|
liquidSyntax: boolean;
|
|
1644
1655
|
autosave: boolean;
|
|
1656
|
+
accessibilityTesting: boolean;
|
|
1645
1657
|
allowlistEnabled: boolean;
|
|
1646
1658
|
linkTrackingIds: boolean;
|
|
1647
1659
|
};
|
|
@@ -1782,6 +1794,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1782
1794
|
modulesDisabled: boolean;
|
|
1783
1795
|
liquidSyntax: boolean;
|
|
1784
1796
|
autosave: boolean;
|
|
1797
|
+
accessibilityTesting: boolean;
|
|
1785
1798
|
allowlistEnabled: boolean;
|
|
1786
1799
|
linkTrackingIds: boolean;
|
|
1787
1800
|
};
|
|
@@ -1922,6 +1935,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1922
1935
|
modulesDisabled: boolean;
|
|
1923
1936
|
liquidSyntax: boolean;
|
|
1924
1937
|
autosave: boolean;
|
|
1938
|
+
accessibilityTesting: boolean;
|
|
1925
1939
|
allowlistEnabled: boolean;
|
|
1926
1940
|
linkTrackingIds: boolean;
|
|
1927
1941
|
};
|
|
@@ -2062,6 +2076,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2062
2076
|
modulesDisabled: boolean;
|
|
2063
2077
|
liquidSyntax: boolean;
|
|
2064
2078
|
autosave: boolean;
|
|
2079
|
+
accessibilityTesting: boolean;
|
|
2065
2080
|
allowlistEnabled: boolean;
|
|
2066
2081
|
linkTrackingIds: boolean;
|
|
2067
2082
|
};
|
|
@@ -2202,6 +2217,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2202
2217
|
modulesDisabled: boolean;
|
|
2203
2218
|
liquidSyntax: boolean;
|
|
2204
2219
|
autosave: boolean;
|
|
2220
|
+
accessibilityTesting: boolean;
|
|
2205
2221
|
allowlistEnabled: boolean;
|
|
2206
2222
|
linkTrackingIds: boolean;
|
|
2207
2223
|
};
|
|
@@ -2342,6 +2358,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2342
2358
|
modulesDisabled: boolean;
|
|
2343
2359
|
liquidSyntax: boolean;
|
|
2344
2360
|
autosave: boolean;
|
|
2361
|
+
accessibilityTesting: boolean;
|
|
2345
2362
|
allowlistEnabled: boolean;
|
|
2346
2363
|
linkTrackingIds: boolean;
|
|
2347
2364
|
};
|
|
@@ -2484,6 +2501,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2484
2501
|
modulesDisabled: boolean;
|
|
2485
2502
|
liquidSyntax: boolean;
|
|
2486
2503
|
autosave: boolean;
|
|
2504
|
+
accessibilityTesting: boolean;
|
|
2487
2505
|
allowlistEnabled: boolean;
|
|
2488
2506
|
linkTrackingIds: boolean;
|
|
2489
2507
|
};
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
+
import type { ColorVisionDeficiency } from '@@/Types/api/accessibility-api';
|
|
1
2
|
export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEditor", {
|
|
2
3
|
loadingStatus: boolean;
|
|
3
4
|
isCodeEditorOpen: boolean;
|
|
4
5
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
5
6
|
isVersionHistoryOpen: boolean;
|
|
6
7
|
isPreviewModeOpen: boolean;
|
|
8
|
+
isAccessibilityTestingOpen: boolean;
|
|
9
|
+
imagesHidden: boolean;
|
|
10
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
7
11
|
editorVisualMode: string;
|
|
8
12
|
hasChanges: boolean;
|
|
9
13
|
isStripoInitialized: boolean;
|
|
@@ -17,6 +21,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
17
21
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
18
22
|
isVersionHistoryOpen: boolean;
|
|
19
23
|
isPreviewModeOpen: boolean;
|
|
24
|
+
isAccessibilityTestingOpen: boolean;
|
|
25
|
+
imagesHidden: boolean;
|
|
26
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
20
27
|
editorVisualMode: string;
|
|
21
28
|
hasChanges: boolean;
|
|
22
29
|
isStripoInitialized: boolean;
|
|
@@ -29,6 +36,40 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
29
36
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
30
37
|
isVersionHistoryOpen: boolean;
|
|
31
38
|
isPreviewModeOpen: boolean;
|
|
39
|
+
isAccessibilityTestingOpen: boolean;
|
|
40
|
+
imagesHidden: boolean;
|
|
41
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
42
|
+
editorVisualMode: string;
|
|
43
|
+
hasChanges: boolean;
|
|
44
|
+
isStripoInitialized: boolean;
|
|
45
|
+
templateId: string;
|
|
46
|
+
syncModulesEnabled: boolean;
|
|
47
|
+
trackIdSessionFloor: number;
|
|
48
|
+
}>) => boolean;
|
|
49
|
+
isAccessibilityModeActive: (state: {
|
|
50
|
+
loadingStatus: boolean;
|
|
51
|
+
isCodeEditorOpen: boolean;
|
|
52
|
+
isSaveAsTemplateDrawerOpen: boolean;
|
|
53
|
+
isVersionHistoryOpen: boolean;
|
|
54
|
+
isPreviewModeOpen: boolean;
|
|
55
|
+
isAccessibilityTestingOpen: boolean;
|
|
56
|
+
imagesHidden: boolean;
|
|
57
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
58
|
+
editorVisualMode: string;
|
|
59
|
+
hasChanges: boolean;
|
|
60
|
+
isStripoInitialized: boolean;
|
|
61
|
+
templateId: string;
|
|
62
|
+
syncModulesEnabled: boolean;
|
|
63
|
+
trackIdSessionFloor: number;
|
|
64
|
+
} & import("pinia").PiniaCustomStateProperties<{
|
|
65
|
+
loadingStatus: boolean;
|
|
66
|
+
isCodeEditorOpen: boolean;
|
|
67
|
+
isSaveAsTemplateDrawerOpen: boolean;
|
|
68
|
+
isVersionHistoryOpen: boolean;
|
|
69
|
+
isPreviewModeOpen: boolean;
|
|
70
|
+
isAccessibilityTestingOpen: boolean;
|
|
71
|
+
imagesHidden: boolean;
|
|
72
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
32
73
|
editorVisualMode: string;
|
|
33
74
|
hasChanges: boolean;
|
|
34
75
|
isStripoInitialized: boolean;
|
|
@@ -42,6 +83,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
42
83
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
43
84
|
isVersionHistoryOpen: boolean;
|
|
44
85
|
isPreviewModeOpen: boolean;
|
|
86
|
+
isAccessibilityTestingOpen: boolean;
|
|
87
|
+
imagesHidden: boolean;
|
|
88
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
45
89
|
editorVisualMode: string;
|
|
46
90
|
hasChanges: boolean;
|
|
47
91
|
isStripoInitialized: boolean;
|
|
@@ -54,6 +98,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
54
98
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
55
99
|
isVersionHistoryOpen: boolean;
|
|
56
100
|
isPreviewModeOpen: boolean;
|
|
101
|
+
isAccessibilityTestingOpen: boolean;
|
|
102
|
+
imagesHidden: boolean;
|
|
103
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
57
104
|
editorVisualMode: string;
|
|
58
105
|
hasChanges: boolean;
|
|
59
106
|
isStripoInitialized: boolean;
|
|
@@ -67,6 +114,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
67
114
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
68
115
|
isVersionHistoryOpen: boolean;
|
|
69
116
|
isPreviewModeOpen: boolean;
|
|
117
|
+
isAccessibilityTestingOpen: boolean;
|
|
118
|
+
imagesHidden: boolean;
|
|
119
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
70
120
|
editorVisualMode: string;
|
|
71
121
|
hasChanges: boolean;
|
|
72
122
|
isStripoInitialized: boolean;
|
|
@@ -79,6 +129,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
79
129
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
80
130
|
isVersionHistoryOpen: boolean;
|
|
81
131
|
isPreviewModeOpen: boolean;
|
|
132
|
+
isAccessibilityTestingOpen: boolean;
|
|
133
|
+
imagesHidden: boolean;
|
|
134
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
82
135
|
editorVisualMode: string;
|
|
83
136
|
hasChanges: boolean;
|
|
84
137
|
isStripoInitialized: boolean;
|
|
@@ -92,6 +145,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
92
145
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
93
146
|
isVersionHistoryOpen: boolean;
|
|
94
147
|
isPreviewModeOpen: boolean;
|
|
148
|
+
isAccessibilityTestingOpen: boolean;
|
|
149
|
+
imagesHidden: boolean;
|
|
150
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
95
151
|
editorVisualMode: string;
|
|
96
152
|
hasChanges: boolean;
|
|
97
153
|
isStripoInitialized: boolean;
|
|
@@ -104,6 +160,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
104
160
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
105
161
|
isVersionHistoryOpen: boolean;
|
|
106
162
|
isPreviewModeOpen: boolean;
|
|
163
|
+
isAccessibilityTestingOpen: boolean;
|
|
164
|
+
imagesHidden: boolean;
|
|
165
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
107
166
|
editorVisualMode: string;
|
|
108
167
|
hasChanges: boolean;
|
|
109
168
|
isStripoInitialized: boolean;
|
|
@@ -117,6 +176,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
117
176
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
118
177
|
isVersionHistoryOpen: boolean;
|
|
119
178
|
isPreviewModeOpen: boolean;
|
|
179
|
+
isAccessibilityTestingOpen: boolean;
|
|
180
|
+
imagesHidden: boolean;
|
|
181
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
120
182
|
editorVisualMode: string;
|
|
121
183
|
hasChanges: boolean;
|
|
122
184
|
isStripoInitialized: boolean;
|
|
@@ -129,6 +191,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
129
191
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
130
192
|
isVersionHistoryOpen: boolean;
|
|
131
193
|
isPreviewModeOpen: boolean;
|
|
194
|
+
isAccessibilityTestingOpen: boolean;
|
|
195
|
+
imagesHidden: boolean;
|
|
196
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
132
197
|
editorVisualMode: string;
|
|
133
198
|
hasChanges: boolean;
|
|
134
199
|
isStripoInitialized: boolean;
|
|
@@ -142,6 +207,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
142
207
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
143
208
|
isVersionHistoryOpen: boolean;
|
|
144
209
|
isPreviewModeOpen: boolean;
|
|
210
|
+
isAccessibilityTestingOpen: boolean;
|
|
211
|
+
imagesHidden: boolean;
|
|
212
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
145
213
|
editorVisualMode: string;
|
|
146
214
|
hasChanges: boolean;
|
|
147
215
|
isStripoInitialized: boolean;
|
|
@@ -154,6 +222,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
154
222
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
155
223
|
isVersionHistoryOpen: boolean;
|
|
156
224
|
isPreviewModeOpen: boolean;
|
|
225
|
+
isAccessibilityTestingOpen: boolean;
|
|
226
|
+
imagesHidden: boolean;
|
|
227
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
157
228
|
editorVisualMode: string;
|
|
158
229
|
hasChanges: boolean;
|
|
159
230
|
isStripoInitialized: boolean;
|
|
@@ -167,6 +238,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
167
238
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
168
239
|
isVersionHistoryOpen: boolean;
|
|
169
240
|
isPreviewModeOpen: boolean;
|
|
241
|
+
isAccessibilityTestingOpen: boolean;
|
|
242
|
+
imagesHidden: boolean;
|
|
243
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
170
244
|
editorVisualMode: string;
|
|
171
245
|
hasChanges: boolean;
|
|
172
246
|
isStripoInitialized: boolean;
|
|
@@ -179,6 +253,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
179
253
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
180
254
|
isVersionHistoryOpen: boolean;
|
|
181
255
|
isPreviewModeOpen: boolean;
|
|
256
|
+
isAccessibilityTestingOpen: boolean;
|
|
257
|
+
imagesHidden: boolean;
|
|
258
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
182
259
|
editorVisualMode: string;
|
|
183
260
|
hasChanges: boolean;
|
|
184
261
|
isStripoInitialized: boolean;
|
|
@@ -192,6 +269,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
192
269
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
193
270
|
isVersionHistoryOpen: boolean;
|
|
194
271
|
isPreviewModeOpen: boolean;
|
|
272
|
+
isAccessibilityTestingOpen: boolean;
|
|
273
|
+
imagesHidden: boolean;
|
|
274
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
195
275
|
editorVisualMode: string;
|
|
196
276
|
hasChanges: boolean;
|
|
197
277
|
isStripoInitialized: boolean;
|
|
@@ -204,6 +284,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
204
284
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
205
285
|
isVersionHistoryOpen: boolean;
|
|
206
286
|
isPreviewModeOpen: boolean;
|
|
287
|
+
isAccessibilityTestingOpen: boolean;
|
|
288
|
+
imagesHidden: boolean;
|
|
289
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
207
290
|
editorVisualMode: string;
|
|
208
291
|
hasChanges: boolean;
|
|
209
292
|
isStripoInitialized: boolean;
|
|
@@ -217,6 +300,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
217
300
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
218
301
|
isVersionHistoryOpen: boolean;
|
|
219
302
|
isPreviewModeOpen: boolean;
|
|
303
|
+
isAccessibilityTestingOpen: boolean;
|
|
304
|
+
imagesHidden: boolean;
|
|
305
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
220
306
|
editorVisualMode: string;
|
|
221
307
|
hasChanges: boolean;
|
|
222
308
|
isStripoInitialized: boolean;
|
|
@@ -229,6 +315,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
229
315
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
230
316
|
isVersionHistoryOpen: boolean;
|
|
231
317
|
isPreviewModeOpen: boolean;
|
|
318
|
+
isAccessibilityTestingOpen: boolean;
|
|
319
|
+
imagesHidden: boolean;
|
|
320
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
232
321
|
editorVisualMode: string;
|
|
233
322
|
hasChanges: boolean;
|
|
234
323
|
isStripoInitialized: boolean;
|
|
@@ -242,6 +331,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
242
331
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
243
332
|
isVersionHistoryOpen: boolean;
|
|
244
333
|
isPreviewModeOpen: boolean;
|
|
334
|
+
isAccessibilityTestingOpen: boolean;
|
|
335
|
+
imagesHidden: boolean;
|
|
336
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
245
337
|
editorVisualMode: string;
|
|
246
338
|
hasChanges: boolean;
|
|
247
339
|
isStripoInitialized: boolean;
|
|
@@ -254,6 +346,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
254
346
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
255
347
|
isVersionHistoryOpen: boolean;
|
|
256
348
|
isPreviewModeOpen: boolean;
|
|
349
|
+
isAccessibilityTestingOpen: boolean;
|
|
350
|
+
imagesHidden: boolean;
|
|
351
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
257
352
|
editorVisualMode: string;
|
|
258
353
|
hasChanges: boolean;
|
|
259
354
|
isStripoInitialized: boolean;
|
|
@@ -267,6 +362,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
267
362
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
268
363
|
isVersionHistoryOpen: boolean;
|
|
269
364
|
isPreviewModeOpen: boolean;
|
|
365
|
+
isAccessibilityTestingOpen: boolean;
|
|
366
|
+
imagesHidden: boolean;
|
|
367
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
270
368
|
editorVisualMode: string;
|
|
271
369
|
hasChanges: boolean;
|
|
272
370
|
isStripoInitialized: boolean;
|
|
@@ -279,6 +377,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
279
377
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
280
378
|
isVersionHistoryOpen: boolean;
|
|
281
379
|
isPreviewModeOpen: boolean;
|
|
380
|
+
isAccessibilityTestingOpen: boolean;
|
|
381
|
+
imagesHidden: boolean;
|
|
382
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
282
383
|
editorVisualMode: string;
|
|
283
384
|
hasChanges: boolean;
|
|
284
385
|
isStripoInitialized: boolean;
|
|
@@ -292,6 +393,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
292
393
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
293
394
|
isVersionHistoryOpen: boolean;
|
|
294
395
|
isPreviewModeOpen: boolean;
|
|
396
|
+
isAccessibilityTestingOpen: boolean;
|
|
397
|
+
imagesHidden: boolean;
|
|
398
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
295
399
|
editorVisualMode: string;
|
|
296
400
|
hasChanges: boolean;
|
|
297
401
|
isStripoInitialized: boolean;
|
|
@@ -304,6 +408,9 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
304
408
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
305
409
|
isVersionHistoryOpen: boolean;
|
|
306
410
|
isPreviewModeOpen: boolean;
|
|
411
|
+
isAccessibilityTestingOpen: boolean;
|
|
412
|
+
imagesHidden: boolean;
|
|
413
|
+
colorVisionDeficiency: ColorVisionDeficiency;
|
|
307
414
|
editorVisualMode: string;
|
|
308
415
|
hasChanges: boolean;
|
|
309
416
|
isStripoInitialized: boolean;
|