@useinsider/guido 3.16.0-beta.20cd2fe → 3.16.0
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 +23 -25
- package/dist/components/organisms/header/AutoSaveToggle.vue.js +22 -0
- package/dist/components/organisms/header/AutoSaveToggle.vue2.js +19 -0
- package/dist/components/organisms/header/EditorActions.vue.js +11 -11
- package/dist/components/organisms/header/EditorActions.vue2.js +50 -34
- package/dist/components/organisms/header/LeftSlot.vue.js +5 -5
- package/dist/components/organisms/header/LeftSlot.vue2.js +23 -28
- package/dist/components/organisms/header/MiddleSlot.vue.js +4 -4
- package/dist/components/organisms/header/MiddleSlot.vue2.js +7 -8
- package/dist/components/organisms/header/RightSlot.vue.js +6 -6
- package/dist/components/organisms/header/RightSlot.vue2.js +15 -17
- package/dist/components/organisms/onboarding/OnboardingWrapper.vue2.js +34 -43
- package/dist/config/i18n/en/labels.json.js +4 -28
- package/dist/guido.css +1 -1
- package/dist/node_modules/@vueuse/shared/index.js +28 -40
- package/dist/src/@types/config/schemas.d.ts +0 -4
- package/dist/src/composables/useActionsApi.d.ts +2 -2
- package/dist/src/composables/useConfig.d.ts +0 -2
- package/dist/src/stores/config.d.ts +0 -18
- package/dist/src/stores/editor.d.ts +0 -107
- package/dist/src/stores/onboarding.d.ts +0 -377
- package/dist/src/stores/version-history.d.ts +1 -1
- package/dist/src/utils/timeUtil.d.ts +0 -10
- package/dist/stores/editor.js +1 -5
- package/dist/stores/onboarding.js +11 -16
- package/dist/utils/timeUtil.js +17 -6
- package/package.json +1 -1
- package/dist/components/organisms/header/AutoSaveStatus.vue.js +0 -17
- package/dist/components/organisms/header/AutoSaveStatus.vue2.js +0 -21
- package/dist/components/organisms/header/EditorActionsMenu.vue.js +0 -20
- package/dist/components/organisms/header/EditorActionsMenu.vue2.js +0 -39
- package/dist/components/organisms/header/accessibility/AccessibilityToolbar.vue.js +0 -18
- package/dist/components/organisms/header/accessibility/AccessibilityToolbar.vue2.js +0 -37
- package/dist/components/organisms/header/accessibility/ColorVisionSelect.vue.js +0 -24
- package/dist/components/organisms/header/accessibility/ColorVisionSelect.vue2.js +0 -48
- package/dist/components/organisms/onboarding/EditorTabBarOnboarding.vue.js +0 -18
- package/dist/components/organisms/onboarding/EditorTabBarOnboarding.vue2.js +0 -74
- package/dist/composables/useAccessibilityApi.js +0 -31
- package/dist/node_modules/@vueuse/core/index.js +0 -102
- package/dist/src/components/organisms/header/EditorActionsMenu.vue.d.ts +0 -2
- package/dist/src/components/organisms/header/accessibility/AccessibilityToolbar.vue.d.ts +0 -2
- package/dist/src/components/organisms/header/accessibility/ColorVisionSelect.vue.d.ts +0 -2
- package/dist/src/components/organisms/onboarding/EditorTabBarOnboarding.vue.d.ts +0 -2
- package/dist/src/composables/useAccessibilityApi.d.ts +0 -15
- /package/dist/src/components/organisms/header/{AutoSaveStatus.vue.d.ts → AutoSaveToggle.vue.d.ts} +0 -0
|
@@ -1,43 +1,19 @@
|
|
|
1
|
-
const e = "Items", o = "Default",
|
|
1
|
+
const e = "Items", o = "Default", t = "Custom", s = {
|
|
2
2
|
"Global Styles & Layout": "Global Styles and Layout",
|
|
3
3
|
"Structures & Modules": "Structures and Modules",
|
|
4
4
|
"Recommendation Block": "Recommendation",
|
|
5
5
|
Items: e,
|
|
6
6
|
"This block is switched from the Old Version to the New Version. We recommend you check the Recommendation block and test your message to ensure it works properly.": "This block is switched from the Old Version to the New Version. We recommend you check the Recommendation block and test your message to ensure it works properly.",
|
|
7
7
|
"This block is switched from the Old Version to the New Version. We recommend you check the Items block and test your message to ensure it works properly.": "This block is switched from the Old Version to the New Version. We recommend you check the Items block and test your message to ensure it works properly.",
|
|
8
|
-
"email-editor.a11y-hide-images": "Hide images",
|
|
9
|
-
"email-editor.a11y-show-images": "Show images",
|
|
10
|
-
"email-editor.cvd-none": "No Color Deficiency",
|
|
11
|
-
"email-editor.cvd-protanopia": "Protanopia",
|
|
12
|
-
"email-editor.cvd-protanopia-description": "Causes red-green confusion and makes reds appear darker.",
|
|
13
|
-
"email-editor.cvd-deuteranopia": "Deuteranopia",
|
|
14
|
-
"email-editor.cvd-deuteranopia-description": "Causes red-green confusion.",
|
|
15
|
-
"email-editor.cvd-tritanopia": "Tritanopia",
|
|
16
|
-
"email-editor.cvd-tritanopia-description": "Causes blue-yellow confusion.",
|
|
17
|
-
"email-editor.cvd-achromatopsia": "Achromatopsia",
|
|
18
|
-
"email-editor.cvd-achromatopsia-description": "Causes complete color blindness.",
|
|
19
|
-
"email-editor.more-actions": "More actions",
|
|
20
|
-
"email-editor.preferences": "Preferences",
|
|
21
|
-
"email-editor.actions": "Actions",
|
|
22
|
-
"email-editor.accessibility-test": "Accessibility Test",
|
|
23
|
-
"email-editor.autosaved-at-today": "Autosaved at {time}, Today",
|
|
24
|
-
"email-editor.autosaved-at-date": "Autosaved at {date}",
|
|
25
|
-
"email-editor.export-html": "Export HTML",
|
|
26
|
-
"email-editor.onboarding-kebab-title": "Discover Preferences and Actions",
|
|
27
|
-
"email-editor.onboarding-kebab-description": "You can now access your Preferences and Actions easily such as Autosave, Export HTML, Version History, Accessibility Test and Save As Template.",
|
|
28
|
-
"email-editor.onboarding-autosave-title": "Autosave Your Design",
|
|
29
|
-
"email-editor.onboarding-autosave-description": "You can save your design automatically by enabling Autosave without losing your work.",
|
|
30
|
-
"email-editor.onboarding-accessibility-title": "Test Accessibility of Your Design",
|
|
31
|
-
"email-editor.onboarding-accessibility-description": "You can test the accessibility of your design to see the Failed, Passed items and update the Failed ones accordingly.",
|
|
32
8
|
"Pixel Tracking Opt-in": "Pixel Tracking Opt-in",
|
|
33
9
|
"OPT-IN SELECTION": "OPT-IN SELECTION",
|
|
34
10
|
"UNSUBSCRIBE GROUPS": "UNSUBSCRIBE GROUPS",
|
|
35
11
|
Default: o,
|
|
36
|
-
Custom:
|
|
12
|
+
Custom: t
|
|
37
13
|
};
|
|
38
14
|
export {
|
|
39
|
-
|
|
15
|
+
t as Custom,
|
|
40
16
|
o as Default,
|
|
41
17
|
e as Items,
|
|
42
|
-
|
|
18
|
+
s as default
|
|
43
19
|
};
|
package/dist/guido.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.gap-16[data-v-5553d071],.gap-16[data-v-0e1b0c54]{gap:16px}[data-v-
|
|
1
|
+
.gap-16[data-v-5553d071],.gap-16[data-v-0e1b0c54]{gap:16px}[data-v-73199fa4] .in-button-v2__wrapper{line-height:0}[data-v-22226124] .in-segments-wrapper__button_selected,[data-v-22226124] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb;color:#0010ac;border-color:#0010ac}[data-v-2cb418af] .in-progress-wrapper__progress p span:last-child{display:none!important}[data-v-2cb418af] .in-progress-description-status{display:none!important}.view-options-wrapper[data-v-87033101]{position:relative;display:inline-block}.new-tag[data-v-87033101]{position:absolute;top:-8px;right:-16px;z-index:10}[data-v-87033101] .guido__view-option-selection-desktop svg,[data-v-87033101] .guido__view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-87033101] .in-segments-wrapper__button_selected,[data-v-87033101] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}[data-v-87033101] .in-tooltip-wrapper-v2__icon{cursor:pointer}.editor-toolbar[data-v-173c3a40]{gap:4px}.version-history-item[data-v-ee4b9c3f]{flex-basis:200px}.version-history[data-v-fad98586]{gap:8px}.version-history__toolbar[data-v-fad98586]{gap:4px}.view-options-wrapper[data-v-6ebabfe4]{position:relative;display:inline-block}.new-tag[data-v-6ebabfe4]{position:absolute;top:-8px;right:-16px;z-index:10}[data-v-6ebabfe4] .guido__verion-history-view-option-selection-desktop svg,[data-v-6ebabfe4] .guido__verion-history-view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-6ebabfe4] .in-segments-wrapper__button_selected,[data-v-6ebabfe4] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}[data-v-6ebabfe4] .in-tooltip-wrapper-v2__icon{cursor:pointer}.auto-save-toggle[data-v-2c964af4]{position:relative}.auto-save-toggle__info-box[data-v-2c964af4]{position:absolute;top:100%;left:0;z-index:10;width:280px}.editor-actions[data-v-6e711fd7]{gap:4px}.header-wrapper[data-v-d11dd577]{min-width:1000px}.guido-loading__wrapper[data-v-07c4b2d8]{height:100%;top:75px!important;bottom:0!important}.guido-editor__wrapper[data-v-b0d3b445]{--ribbon-offset: 0px;position:relative;width:100%;height:calc(100vh - 128px - var(--ribbon-offset))}.guido-editor__container[data-v-b0d3b445]{width:100%;height:calc(100vh - 128px - var(--ribbon-offset))}.guido-editor__no-header[data-v-b0d3b445]{height:calc(100vh - 75px - var(--ribbon-offset))}[data-v-293f1c47] .in-breadcrumb-wrapper__links{cursor:pointer}.templates-wrapper[data-v-91a26acd]{gap:16px;grid-template-columns:repeat(3,1fr)}.templates-wrapper .template-wrapper[data-v-91a26acd]{cursor:pointer}.templates-wrapper .template-wrapper .template-container[data-v-91a26acd]{height:274px;padding:2px;transition:none}.templates-wrapper .template-wrapper .template-container.selected[data-v-91a26acd]{padding:1px}.templates-wrapper .template-wrapper .template-container .thumbnail[data-v-91a26acd]{object-fit:cover;transform:scale(1)}[data-v-b9a93c6e] .guido__verion-history-view-option-selection-desktop svg,[data-v-b9a93c6e] .guido__verion-history-view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-b9a93c6e] .in-segments-wrapper__button_selected,[data-v-b9a93c6e] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}.error-list[data-v-c3fd5d4b]{gap:16px}.desktop-browser-header[data-v-d86c5af5]{height:79px;min-height:79px}.desktop-browser-header__left[data-v-d86c5af5]{-webkit-user-drag:none;height:79px;width:378px}.desktop-browser-header__center[data-v-d86c5af5]{height:79px;background-repeat:repeat-x;background-size:auto 100%;background-position:left top}.desktop-browser-header__right[data-v-d86c5af5]{-webkit-user-drag:none;height:79px;width:112px}.desktop-preview[data-v-cf946232]{min-width:602px;height:70vh;min-height:583px;border-radius:10px}.desktop-preview iframe[data-v-cf946232]{min-height:504px}.iframe-wrapper[data-v-f255b2bb]{width:258px}.iframe-scaled[data-v-f255b2bb]{width:320px;height:124.0310077519%;transform:scale(.80625);transform-origin:top left}.cropped-text[data-v-eb3d05d7]{width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-preview-wrapper__phone[data-v-3f472f96]{width:282px}.mobile-preview-wrapper__phone img[data-v-3f472f96]{object-fit:cover;border-radius:44px}.mobile-preview-wrapper__content[data-v-3f472f96]{width:258px;height:450px;left:12px}[data-v-6bcaca8a] .vueperslides__parallax-wrapper{padding-bottom:110px!important}[data-v-f16f20f8] .vueperslides__bullets{pointer-events:none!important}[data-v-f16f20f8] .vueperslides__parallax-wrapper{padding-bottom:110px!important}[data-v-bb3cca55] .vueperslides__bullets{pointer-events:none!important}[data-v-bb3cca55] .vueperslides__parallax-wrapper{height:110px!important;padding-bottom:110px!important}[data-v-b09e80c4] .vueperslides__bullets{pointer-events:none!important}[data-v-b09e80c4] .vueperslides__parallax-wrapper{height:110px!important;padding-bottom:110px!important}[data-v-9bdef600] .vueperslides__parallax-wrapper{padding-bottom:110px!important}
|
|
@@ -1,57 +1,45 @@
|
|
|
1
1
|
import "../../vue-demi/lib/index.js";
|
|
2
|
-
import { unref as p
|
|
3
|
-
function
|
|
4
|
-
return w() ? (m(t), !0) : !1;
|
|
5
|
-
}
|
|
6
|
-
function a(t) {
|
|
2
|
+
import { unref as p } from "vue";
|
|
3
|
+
function f(t) {
|
|
7
4
|
return typeof t == "function" ? t() : p(t);
|
|
8
5
|
}
|
|
9
|
-
const g = typeof window < "u" && typeof document < "u";
|
|
10
6
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
11
|
-
const
|
|
12
|
-
}
|
|
13
|
-
function h() {
|
|
14
|
-
|
|
15
|
-
|
|
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);
|
|
7
|
+
const m = () => {
|
|
8
|
+
};
|
|
9
|
+
function h(t, n) {
|
|
10
|
+
function r(...e) {
|
|
11
|
+
return new Promise((i, o) => {
|
|
12
|
+
Promise.resolve(t(() => n.apply(this, e), { fn: n, thisArg: this, args: e })).then(i).catch(o);
|
|
21
13
|
});
|
|
22
14
|
}
|
|
23
|
-
return
|
|
15
|
+
return r;
|
|
24
16
|
}
|
|
25
|
-
function
|
|
26
|
-
let
|
|
27
|
-
const
|
|
28
|
-
clearTimeout(u),
|
|
17
|
+
function T(t, n = {}) {
|
|
18
|
+
let r, e, i = m;
|
|
19
|
+
const o = (u) => {
|
|
20
|
+
clearTimeout(u), i(), i = m;
|
|
29
21
|
};
|
|
30
22
|
return (u) => {
|
|
31
|
-
const
|
|
32
|
-
return
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
},
|
|
36
|
-
e &&
|
|
37
|
-
},
|
|
23
|
+
const a = f(t), l = f(n.maxWait);
|
|
24
|
+
return r && o(r), a <= 0 || l !== void 0 && l <= 0 ? (e && (o(e), e = null), Promise.resolve(u())) : new Promise((c, s) => {
|
|
25
|
+
i = n.rejectOnCancel ? s : c, l && !e && (e = setTimeout(() => {
|
|
26
|
+
r && o(r), e = null, c(u());
|
|
27
|
+
}, l)), r = setTimeout(() => {
|
|
28
|
+
e && o(e), e = null, c(u());
|
|
29
|
+
}, a);
|
|
38
30
|
});
|
|
39
31
|
};
|
|
40
32
|
}
|
|
41
|
-
function
|
|
42
|
-
return
|
|
43
|
-
|
|
33
|
+
function P(t, n = 200, r = {}) {
|
|
34
|
+
return h(
|
|
35
|
+
T(n, r),
|
|
44
36
|
t
|
|
45
37
|
);
|
|
46
38
|
}
|
|
47
39
|
export {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
f as noop,
|
|
54
|
-
a as toValue,
|
|
55
|
-
T as tryOnScopeDispose,
|
|
56
|
-
A as useDebounceFn
|
|
40
|
+
h as createFilterWrapper,
|
|
41
|
+
T as debounceFilter,
|
|
42
|
+
m as noop,
|
|
43
|
+
f as toValue,
|
|
44
|
+
P as useDebounceFn
|
|
57
45
|
};
|
|
@@ -391,8 +391,6 @@ 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>;
|
|
396
394
|
/** Enable pre-save domain-allowlist validation (opt-in; Guido self-serves the block toaster) */
|
|
397
395
|
readonly allowlistEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
398
396
|
/** Enable persistent link tracking-id assignment for the click heatmap (opt-in) */
|
|
@@ -792,8 +790,6 @@ export declare const GuidoConfigSchema: v.ObjectSchema<{
|
|
|
792
790
|
readonly liquidSyntax: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
793
791
|
/** Enable autosave (3-min interval + tab-hide). User toggles on/off from the header. */
|
|
794
792
|
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>;
|
|
797
793
|
/** Enable pre-save domain-allowlist validation (opt-in; Guido self-serves the block toaster) */
|
|
798
794
|
readonly allowlistEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
799
795
|
/** Enable persistent link tracking-id assignment for the click heatmap (opt-in) */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CompileEmailOptions } from '@@/Types/
|
|
2
|
-
import { GetCompiledEmailOptions, CompiledEmailResult, TemplateData } from '@@/Types/
|
|
1
|
+
import type { CompileEmailOptions } from '@@/Types/actions-api';
|
|
2
|
+
import { GetCompiledEmailOptions, CompiledEmailResult, TemplateData } from '@@/Types/actions-api';
|
|
3
3
|
export declare const useActionsApi: () => {
|
|
4
4
|
getCompiledEmail: (options?: GetCompiledEmailOptions) => Promise<CompiledEmailResult>;
|
|
5
5
|
getTemplateData: () => Promise<TemplateData>;
|
|
@@ -97,7 +97,6 @@ export declare const useConfig: () => {
|
|
|
97
97
|
modulesDisabled: boolean;
|
|
98
98
|
liquidSyntax: boolean;
|
|
99
99
|
autosave: boolean;
|
|
100
|
-
accessibilityTesting: boolean;
|
|
101
100
|
allowlistEnabled: boolean;
|
|
102
101
|
linkTrackingIds: boolean;
|
|
103
102
|
};
|
|
@@ -232,7 +231,6 @@ export declare const useConfig: () => {
|
|
|
232
231
|
modulesDisabled: boolean;
|
|
233
232
|
liquidSyntax: boolean;
|
|
234
233
|
autosave: boolean;
|
|
235
|
-
accessibilityTesting: boolean;
|
|
236
234
|
allowlistEnabled: boolean;
|
|
237
235
|
linkTrackingIds: boolean;
|
|
238
236
|
} | null>;
|
|
@@ -102,7 +102,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
102
102
|
modulesDisabled: boolean;
|
|
103
103
|
liquidSyntax: boolean;
|
|
104
104
|
autosave: boolean;
|
|
105
|
-
accessibilityTesting: boolean;
|
|
106
105
|
allowlistEnabled: boolean;
|
|
107
106
|
linkTrackingIds: boolean;
|
|
108
107
|
};
|
|
@@ -243,7 +242,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
243
242
|
modulesDisabled: boolean;
|
|
244
243
|
liquidSyntax: boolean;
|
|
245
244
|
autosave: boolean;
|
|
246
|
-
accessibilityTesting: boolean;
|
|
247
245
|
allowlistEnabled: boolean;
|
|
248
246
|
linkTrackingIds: boolean;
|
|
249
247
|
};
|
|
@@ -384,7 +382,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
384
382
|
modulesDisabled: boolean;
|
|
385
383
|
liquidSyntax: boolean;
|
|
386
384
|
autosave: boolean;
|
|
387
|
-
accessibilityTesting: boolean;
|
|
388
385
|
allowlistEnabled: boolean;
|
|
389
386
|
linkTrackingIds: boolean;
|
|
390
387
|
};
|
|
@@ -525,7 +522,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
525
522
|
modulesDisabled: boolean;
|
|
526
523
|
liquidSyntax: boolean;
|
|
527
524
|
autosave: boolean;
|
|
528
|
-
accessibilityTesting: boolean;
|
|
529
525
|
allowlistEnabled: boolean;
|
|
530
526
|
linkTrackingIds: boolean;
|
|
531
527
|
};
|
|
@@ -666,7 +662,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
666
662
|
modulesDisabled: boolean;
|
|
667
663
|
liquidSyntax: boolean;
|
|
668
664
|
autosave: boolean;
|
|
669
|
-
accessibilityTesting: boolean;
|
|
670
665
|
allowlistEnabled: boolean;
|
|
671
666
|
linkTrackingIds: boolean;
|
|
672
667
|
};
|
|
@@ -807,7 +802,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
807
802
|
modulesDisabled: boolean;
|
|
808
803
|
liquidSyntax: boolean;
|
|
809
804
|
autosave: boolean;
|
|
810
|
-
accessibilityTesting: boolean;
|
|
811
805
|
allowlistEnabled: boolean;
|
|
812
806
|
linkTrackingIds: boolean;
|
|
813
807
|
};
|
|
@@ -948,7 +942,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
948
942
|
modulesDisabled: boolean;
|
|
949
943
|
liquidSyntax: boolean;
|
|
950
944
|
autosave: boolean;
|
|
951
|
-
accessibilityTesting: boolean;
|
|
952
945
|
allowlistEnabled: boolean;
|
|
953
946
|
linkTrackingIds: boolean;
|
|
954
947
|
};
|
|
@@ -1089,7 +1082,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1089
1082
|
modulesDisabled: boolean;
|
|
1090
1083
|
liquidSyntax: boolean;
|
|
1091
1084
|
autosave: boolean;
|
|
1092
|
-
accessibilityTesting: boolean;
|
|
1093
1085
|
allowlistEnabled: boolean;
|
|
1094
1086
|
linkTrackingIds: boolean;
|
|
1095
1087
|
};
|
|
@@ -1230,7 +1222,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1230
1222
|
modulesDisabled: boolean;
|
|
1231
1223
|
liquidSyntax: boolean;
|
|
1232
1224
|
autosave: boolean;
|
|
1233
|
-
accessibilityTesting: boolean;
|
|
1234
1225
|
allowlistEnabled: boolean;
|
|
1235
1226
|
linkTrackingIds: boolean;
|
|
1236
1227
|
};
|
|
@@ -1371,7 +1362,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1371
1362
|
modulesDisabled: boolean;
|
|
1372
1363
|
liquidSyntax: boolean;
|
|
1373
1364
|
autosave: boolean;
|
|
1374
|
-
accessibilityTesting: boolean;
|
|
1375
1365
|
allowlistEnabled: boolean;
|
|
1376
1366
|
linkTrackingIds: boolean;
|
|
1377
1367
|
};
|
|
@@ -1512,7 +1502,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1512
1502
|
modulesDisabled: boolean;
|
|
1513
1503
|
liquidSyntax: boolean;
|
|
1514
1504
|
autosave: boolean;
|
|
1515
|
-
accessibilityTesting: boolean;
|
|
1516
1505
|
allowlistEnabled: boolean;
|
|
1517
1506
|
linkTrackingIds: boolean;
|
|
1518
1507
|
};
|
|
@@ -1653,7 +1642,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1653
1642
|
modulesDisabled: boolean;
|
|
1654
1643
|
liquidSyntax: boolean;
|
|
1655
1644
|
autosave: boolean;
|
|
1656
|
-
accessibilityTesting: boolean;
|
|
1657
1645
|
allowlistEnabled: boolean;
|
|
1658
1646
|
linkTrackingIds: boolean;
|
|
1659
1647
|
};
|
|
@@ -1794,7 +1782,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1794
1782
|
modulesDisabled: boolean;
|
|
1795
1783
|
liquidSyntax: boolean;
|
|
1796
1784
|
autosave: boolean;
|
|
1797
|
-
accessibilityTesting: boolean;
|
|
1798
1785
|
allowlistEnabled: boolean;
|
|
1799
1786
|
linkTrackingIds: boolean;
|
|
1800
1787
|
};
|
|
@@ -1935,7 +1922,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
1935
1922
|
modulesDisabled: boolean;
|
|
1936
1923
|
liquidSyntax: boolean;
|
|
1937
1924
|
autosave: boolean;
|
|
1938
|
-
accessibilityTesting: boolean;
|
|
1939
1925
|
allowlistEnabled: boolean;
|
|
1940
1926
|
linkTrackingIds: boolean;
|
|
1941
1927
|
};
|
|
@@ -2076,7 +2062,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2076
2062
|
modulesDisabled: boolean;
|
|
2077
2063
|
liquidSyntax: boolean;
|
|
2078
2064
|
autosave: boolean;
|
|
2079
|
-
accessibilityTesting: boolean;
|
|
2080
2065
|
allowlistEnabled: boolean;
|
|
2081
2066
|
linkTrackingIds: boolean;
|
|
2082
2067
|
};
|
|
@@ -2217,7 +2202,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2217
2202
|
modulesDisabled: boolean;
|
|
2218
2203
|
liquidSyntax: boolean;
|
|
2219
2204
|
autosave: boolean;
|
|
2220
|
-
accessibilityTesting: boolean;
|
|
2221
2205
|
allowlistEnabled: boolean;
|
|
2222
2206
|
linkTrackingIds: boolean;
|
|
2223
2207
|
};
|
|
@@ -2358,7 +2342,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2358
2342
|
modulesDisabled: boolean;
|
|
2359
2343
|
liquidSyntax: boolean;
|
|
2360
2344
|
autosave: boolean;
|
|
2361
|
-
accessibilityTesting: boolean;
|
|
2362
2345
|
allowlistEnabled: boolean;
|
|
2363
2346
|
linkTrackingIds: boolean;
|
|
2364
2347
|
};
|
|
@@ -2501,7 +2484,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
|
|
|
2501
2484
|
modulesDisabled: boolean;
|
|
2502
2485
|
liquidSyntax: boolean;
|
|
2503
2486
|
autosave: boolean;
|
|
2504
|
-
accessibilityTesting: boolean;
|
|
2505
2487
|
allowlistEnabled: boolean;
|
|
2506
2488
|
linkTrackingIds: boolean;
|
|
2507
2489
|
};
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import type { ColorVisionDeficiency } from '@@/Types/api/accessibility-api';
|
|
2
1
|
export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEditor", {
|
|
3
2
|
loadingStatus: boolean;
|
|
4
3
|
isCodeEditorOpen: boolean;
|
|
5
4
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
6
5
|
isVersionHistoryOpen: boolean;
|
|
7
6
|
isPreviewModeOpen: boolean;
|
|
8
|
-
isAccessibilityTestingOpen: boolean;
|
|
9
|
-
imagesHidden: boolean;
|
|
10
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
11
7
|
editorVisualMode: string;
|
|
12
8
|
hasChanges: boolean;
|
|
13
9
|
isStripoInitialized: boolean;
|
|
@@ -21,9 +17,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
21
17
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
22
18
|
isVersionHistoryOpen: boolean;
|
|
23
19
|
isPreviewModeOpen: boolean;
|
|
24
|
-
isAccessibilityTestingOpen: boolean;
|
|
25
|
-
imagesHidden: boolean;
|
|
26
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
27
20
|
editorVisualMode: string;
|
|
28
21
|
hasChanges: boolean;
|
|
29
22
|
isStripoInitialized: boolean;
|
|
@@ -36,40 +29,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
36
29
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
37
30
|
isVersionHistoryOpen: boolean;
|
|
38
31
|
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;
|
|
73
32
|
editorVisualMode: string;
|
|
74
33
|
hasChanges: boolean;
|
|
75
34
|
isStripoInitialized: boolean;
|
|
@@ -83,9 +42,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
83
42
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
84
43
|
isVersionHistoryOpen: boolean;
|
|
85
44
|
isPreviewModeOpen: boolean;
|
|
86
|
-
isAccessibilityTestingOpen: boolean;
|
|
87
|
-
imagesHidden: boolean;
|
|
88
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
89
45
|
editorVisualMode: string;
|
|
90
46
|
hasChanges: boolean;
|
|
91
47
|
isStripoInitialized: boolean;
|
|
@@ -98,9 +54,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
98
54
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
99
55
|
isVersionHistoryOpen: boolean;
|
|
100
56
|
isPreviewModeOpen: boolean;
|
|
101
|
-
isAccessibilityTestingOpen: boolean;
|
|
102
|
-
imagesHidden: boolean;
|
|
103
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
104
57
|
editorVisualMode: string;
|
|
105
58
|
hasChanges: boolean;
|
|
106
59
|
isStripoInitialized: boolean;
|
|
@@ -114,9 +67,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
114
67
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
115
68
|
isVersionHistoryOpen: boolean;
|
|
116
69
|
isPreviewModeOpen: boolean;
|
|
117
|
-
isAccessibilityTestingOpen: boolean;
|
|
118
|
-
imagesHidden: boolean;
|
|
119
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
120
70
|
editorVisualMode: string;
|
|
121
71
|
hasChanges: boolean;
|
|
122
72
|
isStripoInitialized: boolean;
|
|
@@ -129,9 +79,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
129
79
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
130
80
|
isVersionHistoryOpen: boolean;
|
|
131
81
|
isPreviewModeOpen: boolean;
|
|
132
|
-
isAccessibilityTestingOpen: boolean;
|
|
133
|
-
imagesHidden: boolean;
|
|
134
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
135
82
|
editorVisualMode: string;
|
|
136
83
|
hasChanges: boolean;
|
|
137
84
|
isStripoInitialized: boolean;
|
|
@@ -145,9 +92,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
145
92
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
146
93
|
isVersionHistoryOpen: boolean;
|
|
147
94
|
isPreviewModeOpen: boolean;
|
|
148
|
-
isAccessibilityTestingOpen: boolean;
|
|
149
|
-
imagesHidden: boolean;
|
|
150
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
151
95
|
editorVisualMode: string;
|
|
152
96
|
hasChanges: boolean;
|
|
153
97
|
isStripoInitialized: boolean;
|
|
@@ -160,9 +104,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
160
104
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
161
105
|
isVersionHistoryOpen: boolean;
|
|
162
106
|
isPreviewModeOpen: boolean;
|
|
163
|
-
isAccessibilityTestingOpen: boolean;
|
|
164
|
-
imagesHidden: boolean;
|
|
165
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
166
107
|
editorVisualMode: string;
|
|
167
108
|
hasChanges: boolean;
|
|
168
109
|
isStripoInitialized: boolean;
|
|
@@ -176,9 +117,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
176
117
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
177
118
|
isVersionHistoryOpen: boolean;
|
|
178
119
|
isPreviewModeOpen: boolean;
|
|
179
|
-
isAccessibilityTestingOpen: boolean;
|
|
180
|
-
imagesHidden: boolean;
|
|
181
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
182
120
|
editorVisualMode: string;
|
|
183
121
|
hasChanges: boolean;
|
|
184
122
|
isStripoInitialized: boolean;
|
|
@@ -191,9 +129,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
191
129
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
192
130
|
isVersionHistoryOpen: boolean;
|
|
193
131
|
isPreviewModeOpen: boolean;
|
|
194
|
-
isAccessibilityTestingOpen: boolean;
|
|
195
|
-
imagesHidden: boolean;
|
|
196
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
197
132
|
editorVisualMode: string;
|
|
198
133
|
hasChanges: boolean;
|
|
199
134
|
isStripoInitialized: boolean;
|
|
@@ -207,9 +142,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
207
142
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
208
143
|
isVersionHistoryOpen: boolean;
|
|
209
144
|
isPreviewModeOpen: boolean;
|
|
210
|
-
isAccessibilityTestingOpen: boolean;
|
|
211
|
-
imagesHidden: boolean;
|
|
212
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
213
145
|
editorVisualMode: string;
|
|
214
146
|
hasChanges: boolean;
|
|
215
147
|
isStripoInitialized: boolean;
|
|
@@ -222,9 +154,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
222
154
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
223
155
|
isVersionHistoryOpen: boolean;
|
|
224
156
|
isPreviewModeOpen: boolean;
|
|
225
|
-
isAccessibilityTestingOpen: boolean;
|
|
226
|
-
imagesHidden: boolean;
|
|
227
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
228
157
|
editorVisualMode: string;
|
|
229
158
|
hasChanges: boolean;
|
|
230
159
|
isStripoInitialized: boolean;
|
|
@@ -238,9 +167,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
238
167
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
239
168
|
isVersionHistoryOpen: boolean;
|
|
240
169
|
isPreviewModeOpen: boolean;
|
|
241
|
-
isAccessibilityTestingOpen: boolean;
|
|
242
|
-
imagesHidden: boolean;
|
|
243
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
244
170
|
editorVisualMode: string;
|
|
245
171
|
hasChanges: boolean;
|
|
246
172
|
isStripoInitialized: boolean;
|
|
@@ -253,9 +179,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
253
179
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
254
180
|
isVersionHistoryOpen: boolean;
|
|
255
181
|
isPreviewModeOpen: boolean;
|
|
256
|
-
isAccessibilityTestingOpen: boolean;
|
|
257
|
-
imagesHidden: boolean;
|
|
258
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
259
182
|
editorVisualMode: string;
|
|
260
183
|
hasChanges: boolean;
|
|
261
184
|
isStripoInitialized: boolean;
|
|
@@ -269,9 +192,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
269
192
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
270
193
|
isVersionHistoryOpen: boolean;
|
|
271
194
|
isPreviewModeOpen: boolean;
|
|
272
|
-
isAccessibilityTestingOpen: boolean;
|
|
273
|
-
imagesHidden: boolean;
|
|
274
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
275
195
|
editorVisualMode: string;
|
|
276
196
|
hasChanges: boolean;
|
|
277
197
|
isStripoInitialized: boolean;
|
|
@@ -284,9 +204,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
284
204
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
285
205
|
isVersionHistoryOpen: boolean;
|
|
286
206
|
isPreviewModeOpen: boolean;
|
|
287
|
-
isAccessibilityTestingOpen: boolean;
|
|
288
|
-
imagesHidden: boolean;
|
|
289
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
290
207
|
editorVisualMode: string;
|
|
291
208
|
hasChanges: boolean;
|
|
292
209
|
isStripoInitialized: boolean;
|
|
@@ -300,9 +217,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
300
217
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
301
218
|
isVersionHistoryOpen: boolean;
|
|
302
219
|
isPreviewModeOpen: boolean;
|
|
303
|
-
isAccessibilityTestingOpen: boolean;
|
|
304
|
-
imagesHidden: boolean;
|
|
305
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
306
220
|
editorVisualMode: string;
|
|
307
221
|
hasChanges: boolean;
|
|
308
222
|
isStripoInitialized: boolean;
|
|
@@ -315,9 +229,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
315
229
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
316
230
|
isVersionHistoryOpen: boolean;
|
|
317
231
|
isPreviewModeOpen: boolean;
|
|
318
|
-
isAccessibilityTestingOpen: boolean;
|
|
319
|
-
imagesHidden: boolean;
|
|
320
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
321
232
|
editorVisualMode: string;
|
|
322
233
|
hasChanges: boolean;
|
|
323
234
|
isStripoInitialized: boolean;
|
|
@@ -331,9 +242,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
331
242
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
332
243
|
isVersionHistoryOpen: boolean;
|
|
333
244
|
isPreviewModeOpen: boolean;
|
|
334
|
-
isAccessibilityTestingOpen: boolean;
|
|
335
|
-
imagesHidden: boolean;
|
|
336
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
337
245
|
editorVisualMode: string;
|
|
338
246
|
hasChanges: boolean;
|
|
339
247
|
isStripoInitialized: boolean;
|
|
@@ -346,9 +254,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
346
254
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
347
255
|
isVersionHistoryOpen: boolean;
|
|
348
256
|
isPreviewModeOpen: boolean;
|
|
349
|
-
isAccessibilityTestingOpen: boolean;
|
|
350
|
-
imagesHidden: boolean;
|
|
351
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
352
257
|
editorVisualMode: string;
|
|
353
258
|
hasChanges: boolean;
|
|
354
259
|
isStripoInitialized: boolean;
|
|
@@ -362,9 +267,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
362
267
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
363
268
|
isVersionHistoryOpen: boolean;
|
|
364
269
|
isPreviewModeOpen: boolean;
|
|
365
|
-
isAccessibilityTestingOpen: boolean;
|
|
366
|
-
imagesHidden: boolean;
|
|
367
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
368
270
|
editorVisualMode: string;
|
|
369
271
|
hasChanges: boolean;
|
|
370
272
|
isStripoInitialized: boolean;
|
|
@@ -377,9 +279,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
377
279
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
378
280
|
isVersionHistoryOpen: boolean;
|
|
379
281
|
isPreviewModeOpen: boolean;
|
|
380
|
-
isAccessibilityTestingOpen: boolean;
|
|
381
|
-
imagesHidden: boolean;
|
|
382
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
383
282
|
editorVisualMode: string;
|
|
384
283
|
hasChanges: boolean;
|
|
385
284
|
isStripoInitialized: boolean;
|
|
@@ -393,9 +292,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
393
292
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
394
293
|
isVersionHistoryOpen: boolean;
|
|
395
294
|
isPreviewModeOpen: boolean;
|
|
396
|
-
isAccessibilityTestingOpen: boolean;
|
|
397
|
-
imagesHidden: boolean;
|
|
398
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
399
295
|
editorVisualMode: string;
|
|
400
296
|
hasChanges: boolean;
|
|
401
297
|
isStripoInitialized: boolean;
|
|
@@ -408,9 +304,6 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
|
|
|
408
304
|
isSaveAsTemplateDrawerOpen: boolean;
|
|
409
305
|
isVersionHistoryOpen: boolean;
|
|
410
306
|
isPreviewModeOpen: boolean;
|
|
411
|
-
isAccessibilityTestingOpen: boolean;
|
|
412
|
-
imagesHidden: boolean;
|
|
413
|
-
colorVisionDeficiency: ColorVisionDeficiency;
|
|
414
307
|
editorVisualMode: string;
|
|
415
308
|
hasChanges: boolean;
|
|
416
309
|
isStripoInitialized: boolean;
|