@useinsider/guido 3.4.1-beta.6fad109 → 3.4.1-beta.a125d94
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.
|
@@ -1,44 +1,42 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useCortexBlueprintBridge as
|
|
3
|
-
import { provideGuidoActions as
|
|
4
|
-
import { useGuidoStateBridge as
|
|
5
|
-
import { usePartner as
|
|
6
|
-
import { useStripo as
|
|
7
|
-
import { useTimerClone as
|
|
1
|
+
import { defineComponent as J, defineAsyncComponent as R, ref as I, computed as W, watch as Q, onMounted as X, onUnmounted as Y } from "vue";
|
|
2
|
+
import { useCortexBlueprintBridge as Z } from "../composables/useCortexBlueprintBridge.js";
|
|
3
|
+
import { provideGuidoActions as ee } from "../composables/useGuidoActions.js";
|
|
4
|
+
import { useGuidoStateBridge as oe } from "../composables/useGuidoStateBridge.js";
|
|
5
|
+
import { usePartner as te } from "../composables/usePartner.js";
|
|
6
|
+
import { useStripo as ne } from "../composables/useStripo.js";
|
|
7
|
+
import { useTimerClone as re } from "../composables/useTimerClone.js";
|
|
8
8
|
import { migrate as x } from "../config/migrator/index.js";
|
|
9
9
|
import { ModuleFolderDefaults as G } from "../enums/defaults.js";
|
|
10
|
-
import { RIBBON_SELECTOR as
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import { useEditorStore as H } from "../stores/editor.js";
|
|
10
|
+
import { RIBBON_SELECTOR as se } from "../enums/onboarding.js";
|
|
11
|
+
import ce from "./organisms/AutoSaveController.vue.js";
|
|
12
|
+
import ae from "./organisms/base/Toaster.vue.js";
|
|
13
|
+
import ie from "./organisms/extensions/recommendation/FilterSelectionDrawer.vue.js";
|
|
14
|
+
import me from "./organisms/header/HeaderWrapper.vue.js";
|
|
15
|
+
import de from "./organisms/LoadingWrapper.vue.js";
|
|
16
|
+
import le from "./organisms/save-as-template/SaveAsTemplateDrawer.vue.js";
|
|
17
|
+
import ue from "./organisms/unsubscribe/UnsubscribeWrapper.vue.js";
|
|
18
|
+
import { useStripoApi as pe } from "../services/stripoApi.js";
|
|
19
|
+
import { useConfigStore as fe } from "../stores/config.js";
|
|
20
|
+
import { useDynamicContentStore as ve } from "../stores/dynamic-content.js";
|
|
21
|
+
import { useEditorStore as ye } from "../stores/editor.js";
|
|
23
22
|
import { usePreviewStore as he } from "../stores/preview.js";
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
const Ke = /* @__PURE__ */ Q({
|
|
23
|
+
import { useUnsubscribeStore as Se } from "../stores/unsubscribe.js";
|
|
24
|
+
const He = /* @__PURE__ */ J({
|
|
27
25
|
__name: "Guido",
|
|
28
26
|
props: {
|
|
29
27
|
config: null
|
|
30
28
|
},
|
|
31
29
|
emits: ["dynamic-content:open", "back", "save:start", "save:complete", "on-change", "ready", "onboarding:finished", "test-email:click"],
|
|
32
|
-
setup(
|
|
33
|
-
const g =
|
|
30
|
+
setup(H, { expose: z, emit: n }) {
|
|
31
|
+
const g = H, q = R(
|
|
34
32
|
() => import("./organisms/email-preview/PreviewContainer.vue.js")
|
|
35
|
-
), K =
|
|
33
|
+
), K = R(
|
|
36
34
|
() => import("./organisms/onboarding/OnboardingWrapper.vue.js")
|
|
37
|
-
),
|
|
35
|
+
), w = I(), u = I(), p = ve(), E = Se(), i = fe();
|
|
38
36
|
i.init(g.config);
|
|
39
|
-
const f =
|
|
37
|
+
const f = ye(), V = he(), m = W(() => f.hasChanges), { isTestPartner: $ } = te(), D = () => {
|
|
40
38
|
var e;
|
|
41
|
-
return (e =
|
|
39
|
+
return (e = w.value) == null ? void 0 : e.handleSave(!0);
|
|
42
40
|
}, {
|
|
43
41
|
templateId: v,
|
|
44
42
|
userId: C,
|
|
@@ -47,8 +45,8 @@ const Ke = /* @__PURE__ */ Q({
|
|
|
47
45
|
template: o,
|
|
48
46
|
editor: s
|
|
49
47
|
} = i, d = (o == null ? void 0 : o.html) || "", F = (o == null ? void 0 : o.css) || "", y = (o == null ? void 0 : o.preselectedDynamicContent) || [], L = (s == null ? void 0 : s.savedModulesFolderName) || G.SAVED_MODULES, U = (s == null ? void 0 : s.defaultModulesFolderName) || G.DEFAULT_MODULES;
|
|
50
|
-
|
|
51
|
-
const
|
|
48
|
+
f.templateId = v, Z(), oe();
|
|
49
|
+
const h = {
|
|
52
50
|
emailId: v,
|
|
53
51
|
userId: C,
|
|
54
52
|
username: k,
|
|
@@ -60,11 +58,11 @@ const Ke = /* @__PURE__ */ Q({
|
|
|
60
58
|
onReady: () => {
|
|
61
59
|
console.debug("guido:ready"), n("ready");
|
|
62
60
|
}
|
|
63
|
-
}, { initPlugin: M } =
|
|
61
|
+
}, { initPlugin: M } = ne(h, _), { getDefaultTemplate: O } = pe(), { cloneTimersOnSave: P, hasTimerBlocks: A } = re(), j = W(() => {
|
|
64
62
|
var e;
|
|
65
63
|
return !((e = i.ui) != null && e.showHeader);
|
|
66
64
|
});
|
|
67
|
-
|
|
65
|
+
ee({
|
|
68
66
|
onBack: () => {
|
|
69
67
|
console.debug("guido:back"), n("back");
|
|
70
68
|
},
|
|
@@ -72,50 +70,50 @@ const Ke = /* @__PURE__ */ Q({
|
|
|
72
70
|
console.debug("guido:save:start"), n("save:start");
|
|
73
71
|
},
|
|
74
72
|
onSaveComplete: (e) => {
|
|
75
|
-
const t = { ...e, metadata:
|
|
73
|
+
const t = { ...e, metadata: h };
|
|
76
74
|
console.debug("guido:save:complete", t), n("save:complete", t);
|
|
77
75
|
},
|
|
78
76
|
onTestEmailClick: () => {
|
|
79
77
|
console.debug("guido:test-email:click"), n("test-email:click");
|
|
80
78
|
}
|
|
81
79
|
});
|
|
82
|
-
const
|
|
80
|
+
const B = (e) => {
|
|
83
81
|
console.debug("dynamic-content:close", e), p.setSelectedDynamicContent(e), document.dispatchEvent(new CustomEvent("dynamic-content:close", { detail: e }));
|
|
84
|
-
},
|
|
82
|
+
}, N = () => {
|
|
85
83
|
console.debug("dynamic-content:close", "Without Data"), document.dispatchEvent(new CustomEvent("dynamic-content:close", { detail: { text: "", value: "" } }));
|
|
86
84
|
};
|
|
87
|
-
|
|
85
|
+
Q(() => m.value, () => {
|
|
88
86
|
n("on-change", m.value);
|
|
89
87
|
});
|
|
90
|
-
const
|
|
88
|
+
const S = (e) => {
|
|
91
89
|
const t = e, { attribute: l, position: a } = t.detail;
|
|
92
90
|
console.debug("dynamic-content:open", t.detail), n("dynamic-content:open", l, a);
|
|
93
91
|
};
|
|
94
92
|
let c = null;
|
|
95
93
|
const b = () => {
|
|
96
94
|
var t;
|
|
97
|
-
const e = document.querySelector(
|
|
95
|
+
const e = document.querySelector(se);
|
|
98
96
|
(t = u.value) == null || t.style.setProperty("--ribbon-offset", `${(e == null ? void 0 : e.offsetHeight) ?? 0}px`);
|
|
99
97
|
};
|
|
100
|
-
return
|
|
98
|
+
return X(async () => {
|
|
101
99
|
var t, l;
|
|
102
|
-
console.debug("Guido says happy coding 🎉"), console.debug("🚗 Ka-Chow"),
|
|
100
|
+
console.debug("Guido says happy coding 🎉"), console.debug("🚗 Ka-Chow"), b();
|
|
103
101
|
const e = (t = u.value) == null ? void 0 : t.parentElement;
|
|
104
102
|
e && (c = new ResizeObserver(b), c.observe(e));
|
|
105
103
|
try {
|
|
106
|
-
|
|
104
|
+
E.selectedUnsubscribePages = (o == null ? void 0 : o.selectedUnsubscribePages) || [];
|
|
107
105
|
const a = ((l = o == null ? void 0 : o.migration) == null ? void 0 : l.recommendationConfigs) ?? {};
|
|
108
106
|
let r = {
|
|
109
107
|
html: d && await x(d, a),
|
|
110
108
|
css: F
|
|
111
109
|
};
|
|
112
|
-
r.html || (r = await O(), r.html = await x(r.html, a)),
|
|
110
|
+
r.html || (r = await O(), r.html = await x(r.html, a)), A(r.html) && (r.html = await P(r.html)), await M(r), p.selectedDynamicContentList = y;
|
|
113
111
|
} catch (a) {
|
|
114
112
|
console.error("Failed to initialize Stripo editor:", a);
|
|
115
113
|
}
|
|
116
|
-
document.addEventListener("dynamic-content:open",
|
|
117
|
-
}),
|
|
118
|
-
c == null || c.disconnect(), document.removeEventListener("dynamic-content:open",
|
|
114
|
+
document.addEventListener("dynamic-content:open", S);
|
|
115
|
+
}), Y(() => {
|
|
116
|
+
c == null || c.disconnect(), document.removeEventListener("dynamic-content:open", S);
|
|
119
117
|
try {
|
|
120
118
|
window.UIEditor.removeEditor();
|
|
121
119
|
} catch {
|
|
@@ -124,14 +122,14 @@ const Ke = /* @__PURE__ */ Q({
|
|
|
124
122
|
i.reset();
|
|
125
123
|
}), z({
|
|
126
124
|
dynamicContent: {
|
|
127
|
-
insert:
|
|
128
|
-
close:
|
|
125
|
+
insert: B,
|
|
126
|
+
close: N
|
|
129
127
|
},
|
|
130
128
|
hasChanges: m,
|
|
131
129
|
saveSilent: D
|
|
132
|
-
}), { __sfc: !0, PreviewContainer: q, OnboardingWrapper: K, headerWrapperRef:
|
|
130
|
+
}), { __sfc: !0, PreviewContainer: q, OnboardingWrapper: K, headerWrapperRef: w, wrapperRef: u, dynamicContentStore: p, unsubscribeStore: E, props: g, configStore: i, editorStore: f, previewStore: V, hasChanges: m, isTestPartner: $, saveSilent: D, templateId: v, userId: C, partnerName: T, username: k, templateConfig: o, editorConfig: s, html: d, css: F, preselectedDynamicContentList: y, savedModulesFolderName: L, defaultModulesFolderName: U, emit: n, metadata: h, options: _, initPlugin: M, getDefaultTemplate: O, cloneTimersOnSave: P, hasTimerBlocks: A, noHeader: j, insertDynamicContent: B, closeDynamicContent: N, handleDynamicContentOpen: S, ribbonObserver: c, updateRibbonOffset: b, AutoSaveController: ce, Toaster: ae, FilterSelectionDrawer: ie, HeaderWrapper: me, LoadingWrapper: de, SaveAsTemplateDrawer: le, UnsubscribeWrapper: ue };
|
|
133
131
|
}
|
|
134
132
|
});
|
|
135
133
|
export {
|
|
136
|
-
|
|
134
|
+
He as default
|
|
137
135
|
};
|
|
@@ -1,109 +1,109 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
var S = Object.defineProperty;
|
|
2
|
+
var I = (p, t, e) => t in p ? S(p, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : p[t] = e;
|
|
3
|
+
var y = (p, t, e) => I(p, typeof t != "symbol" ? t + "" : t, e);
|
|
4
|
+
import R from "../../extensions/Blocks/RadioButton/template.js";
|
|
5
|
+
const L = /font-weight\s*:\s*[^;]*;?/gi, _ = /font-style\s*:\s*[^;]*;?/gi, f = /;\s*;/g, E = /^;|;$/g, x = /display\s*:\s*inline/gi, A = /display\s*:/i, B = /font-weight\s*:\s*bold/i, $ = /font-style\s*:\s*italic/i, N = /^<(?:strong|b)\b/i, O = /^<(?:em|i)\b/i;
|
|
6
|
+
class H {
|
|
6
7
|
constructor() {
|
|
7
|
-
|
|
8
|
+
y(this, "parser");
|
|
8
9
|
this.parser = new DOMParser();
|
|
9
10
|
}
|
|
10
|
-
migrate(
|
|
11
|
+
migrate(t) {
|
|
11
12
|
try {
|
|
12
|
-
const
|
|
13
|
-
if (
|
|
14
|
-
return
|
|
15
|
-
let
|
|
16
|
-
return
|
|
13
|
+
const e = this.parser.parseFromString(t, "text/html"), o = e.querySelectorAll("td.radio-button-block"), n = e.querySelectorAll("td.radio-button-v2");
|
|
14
|
+
if (o.length === 0 && n.length === 0)
|
|
15
|
+
return t;
|
|
16
|
+
let i = !1;
|
|
17
|
+
return o.forEach((r) => {
|
|
17
18
|
if (r.classList.contains("radio-button-v2"))
|
|
18
19
|
return;
|
|
19
|
-
const
|
|
20
|
+
const s = r.getAttribute("id"), c = this.extractTextFromElement(r, "ins-title"), u = this.extractTextFromElement(r, "ins-description"), l = this.extractTextFromElement(r, "ins-subscribe"), a = this.extractTextFromElement(r, "ins-unsubscribe"), d = this.buildTextBlock(c), m = this.buildTextBlock(u), T = this.buildTextBlock({ ...l, classList: "" }), b = this.buildTextBlock({ ...a, classList: "" }), h = R.replace("{-{-TITLE-}-}", d).replace("{-{-DESCRIPTION-}-}", m).replace("{-{-YES-}-}", T).replace("{-{-NO-}-}", b), g = this.parser.parseFromString(
|
|
20
21
|
`<table id="tempDoc"><tbody><tr>${h}</tr></tbody></table>`,
|
|
21
22
|
"text/html"
|
|
22
23
|
).querySelector(".radio-button-v2");
|
|
23
|
-
|
|
24
|
-
}),
|
|
25
|
-
} catch (
|
|
26
|
-
return console.error("RadioButtonMigrator failed:",
|
|
24
|
+
g && r.parentNode && (g.setAttribute("id", s || ""), r.parentNode.replaceChild(g, r), i = !0);
|
|
25
|
+
}), i = this.healRadioButtonV2(e) || i, i ? e.documentElement.outerHTML : t;
|
|
26
|
+
} catch (e) {
|
|
27
|
+
return console.error("RadioButtonMigrator failed:", e), t;
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
|
-
healRadioButtonV2(
|
|
30
|
-
let
|
|
31
|
-
return
|
|
32
|
-
var
|
|
33
|
-
|
|
34
|
-
const
|
|
35
|
-
if (!
|
|
30
|
+
healRadioButtonV2(t) {
|
|
31
|
+
let e = !1;
|
|
32
|
+
return t.querySelectorAll("td.radio-button-v2").forEach((o) => {
|
|
33
|
+
var m;
|
|
34
|
+
o.classList.contains("radio-button-block") || (o.classList.add("radio-button-block"), e = !0);
|
|
35
|
+
const n = o.querySelector("input#radioYes"), i = o.querySelector("input#radioNo");
|
|
36
|
+
if (!n || !i)
|
|
36
37
|
return;
|
|
37
|
-
const r = ((
|
|
38
|
-
if (!r && !
|
|
38
|
+
const r = ((m = n.parentElement) == null ? void 0 : m.querySelector(":scope > p")) || null;
|
|
39
|
+
if (!r && !n.hasAttribute("align"))
|
|
39
40
|
return;
|
|
40
|
-
const
|
|
41
|
-
if (!
|
|
41
|
+
const s = n.closest("tr"), c = i.closest("tr");
|
|
42
|
+
if (!s || !c || s === c || !s.parentNode)
|
|
42
43
|
return;
|
|
43
|
-
const
|
|
44
|
-
|
|
45
|
-
}),
|
|
44
|
+
const u = (r == null ? void 0 : r.innerHTML.trim()) || "Yes", l = c.cloneNode(!0), a = l.querySelector("input#radioNo"), d = l.querySelector("p");
|
|
45
|
+
a && (a.setAttribute("id", "radioYes"), a.removeAttribute("align")), d && (d.innerHTML = u), s.parentNode.replaceChild(l, s), e = !0;
|
|
46
|
+
}), e;
|
|
46
47
|
}
|
|
47
|
-
extractTextFromElement(
|
|
48
|
-
var
|
|
49
|
-
const
|
|
50
|
-
if (!
|
|
48
|
+
extractTextFromElement(t, e) {
|
|
49
|
+
var u, l;
|
|
50
|
+
const o = e === "ins-title" ? "Title" : "Description", n = t.querySelector(`.${e}`);
|
|
51
|
+
if (!n)
|
|
51
52
|
return {
|
|
52
|
-
|
|
53
|
-
isBold: !1,
|
|
54
|
-
isItalic: !1,
|
|
53
|
+
paragraphs: [{ innerHtml: o, isBold: !1, isItalic: !1, styles: "" }],
|
|
55
54
|
align: "left",
|
|
56
|
-
styles: "",
|
|
57
55
|
classList: ""
|
|
58
56
|
};
|
|
59
|
-
const i =
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
57
|
+
const i = Array.from(n.querySelectorAll("p")), r = n.getAttribute("align") || ((u = i[0]) == null ? void 0 : u.getAttribute("align")) || "left", s = n.getAttribute("class") || "";
|
|
58
|
+
return i.length === 0 ? {
|
|
59
|
+
paragraphs: [{
|
|
60
|
+
innerHtml: ((l = n.textContent) == null ? void 0 : l.trim()) || o,
|
|
63
61
|
isBold: !1,
|
|
64
62
|
isItalic: !1,
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
63
|
+
styles: ""
|
|
64
|
+
}],
|
|
65
|
+
align: r,
|
|
66
|
+
classList: ""
|
|
67
|
+
} : { paragraphs: i.map((a) => {
|
|
68
|
+
const d = a.getAttribute("style") || "", m = B.test(d) || !!a.querySelector("b, strong"), T = $.test(d) || !!a.querySelector("i, em"), b = this.removeFontEmphasisProperties(d);
|
|
69
|
+
return {
|
|
70
|
+
// Legacy parity: empty <p> → fallback placeholder; <p><br></p> is not empty.
|
|
71
|
+
innerHtml: a.innerHTML.trim() || o,
|
|
72
|
+
isBold: m,
|
|
73
|
+
isItalic: T,
|
|
74
|
+
styles: this.convertInlineToBlock(b)
|
|
68
75
|
};
|
|
69
|
-
|
|
70
|
-
return {
|
|
71
|
-
text: o,
|
|
72
|
-
isBold: a,
|
|
73
|
-
isItalic: g,
|
|
74
|
-
align: n,
|
|
75
|
-
styles: u,
|
|
76
|
-
classList: p
|
|
77
|
-
};
|
|
76
|
+
}), align: r, classList: s };
|
|
78
77
|
}
|
|
79
|
-
buildTextBlock(
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
78
|
+
buildTextBlock(t) {
|
|
79
|
+
const e = t.align ? ` align="${t.align}"` : "", o = t.paragraphs.map((n, i) => {
|
|
80
|
+
const r = i + 1;
|
|
81
|
+
let s = n.innerHtml;
|
|
82
|
+
const c = n.isBold && !N.test(s), u = n.isItalic && !O.test(s);
|
|
83
|
+
c && u ? s = `<strong path="${r},0"><em path="${r},0,0">${s}</em></strong>` : c ? s = `<strong path="${r},0">${s}</strong>` : u && (s = `<em path="${r},0">${s}</em>`);
|
|
84
|
+
const l = n.styles ? ` style="${n.styles.replaceAll('"', "'")}"` : "";
|
|
85
|
+
return `<p path="${r}"${l}>${s}</p>`;
|
|
86
|
+
}).join(`
|
|
87
|
+
`);
|
|
83
88
|
return `
|
|
84
|
-
<td class="esd-block-text ${
|
|
85
|
-
|
|
86
|
-
${t}
|
|
87
|
-
</p>
|
|
89
|
+
<td class="esd-block-text ${t.classList}" ${e}>
|
|
90
|
+
${o}
|
|
88
91
|
</td>
|
|
89
92
|
`;
|
|
90
93
|
}
|
|
91
|
-
|
|
92
|
-
return
|
|
93
|
-
const r = new RegExp(`${o}\\s*:\\s*[^;]*;?`, "gi");
|
|
94
|
-
return i.replace(r, "");
|
|
95
|
-
}, e).replace(/;\s*;/g, ";").replace(/^;|;$/g, "").trim() : "";
|
|
94
|
+
removeFontEmphasisProperties(t) {
|
|
95
|
+
return t ? t.replace(L, "").replace(_, "").replace(f, ";").replace(E, "").trim() : "";
|
|
96
96
|
}
|
|
97
|
-
convertInlineToBlock(
|
|
98
|
-
if (!
|
|
97
|
+
convertInlineToBlock(t) {
|
|
98
|
+
if (!t)
|
|
99
99
|
return "";
|
|
100
|
-
let
|
|
101
|
-
return
|
|
100
|
+
let e = t.replace(x, "display: block");
|
|
101
|
+
return A.test(e) || (e = e ? `${e}; display: block` : "display: block"), e.replace(f, ";").replace(E, "").trim();
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
function
|
|
105
|
-
return new
|
|
104
|
+
function C(p) {
|
|
105
|
+
return new H().migrate(p);
|
|
106
106
|
}
|
|
107
107
|
export {
|
|
108
|
-
|
|
108
|
+
C as migrateRadioButton
|
|
109
109
|
};
|
package/dist/guido.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.gap-16[data-v-8053a037],.gap-16[data-v-0e1b0c54]{gap:16px}[data-v-cd76c125] .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-195ab6d4]{position:relative;display:inline-block}.new-tag[data-v-195ab6d4]{position:absolute;top:-8px;right:-16px;z-index:10}[data-v-195ab6d4] .guido__view-option-selection-desktop svg,[data-v-195ab6d4] .guido__view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-195ab6d4] .in-segments-wrapper__button_selected,[data-v-195ab6d4] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}[data-v-195ab6d4] .in-tooltip-wrapper__icon{cursor:pointer}.editor-toolbar[data-v-173c3a40]{gap:4px}.version-history-item[data-v-ee4b9c3f]{flex-basis:200px}.version-history[data-v-64c52560]{gap:8px}.version-history__toolbar[data-v-64c52560]{gap:4px}.view-options-wrapper[data-v-d405ca59]{position:relative;display:inline-block}.new-tag[data-v-d405ca59]{position:absolute;top:-8px;right:-16px;z-index:10}[data-v-d405ca59] .guido__verion-history-view-option-selection-desktop svg,[data-v-d405ca59] .guido__verion-history-view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-d405ca59] .in-segments-wrapper__button_selected,[data-v-d405ca59] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}[data-v-d405ca59] .in-tooltip-wrapper__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-4e2a4adb]{gap:4px}.header-wrapper[data-v-5c02dcc7]{min-width:1000px}.guido-loading__wrapper[data-v-07c4b2d8]{height:100%;top:75px!important;bottom:0!important}.guido-editor__wrapper[data-v-
|
|
1
|
+
.gap-16[data-v-8053a037],.gap-16[data-v-0e1b0c54]{gap:16px}[data-v-cd76c125] .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-195ab6d4]{position:relative;display:inline-block}.new-tag[data-v-195ab6d4]{position:absolute;top:-8px;right:-16px;z-index:10}[data-v-195ab6d4] .guido__view-option-selection-desktop svg,[data-v-195ab6d4] .guido__view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-195ab6d4] .in-segments-wrapper__button_selected,[data-v-195ab6d4] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}[data-v-195ab6d4] .in-tooltip-wrapper__icon{cursor:pointer}.editor-toolbar[data-v-173c3a40]{gap:4px}.version-history-item[data-v-ee4b9c3f]{flex-basis:200px}.version-history[data-v-64c52560]{gap:8px}.version-history__toolbar[data-v-64c52560]{gap:4px}.view-options-wrapper[data-v-d405ca59]{position:relative;display:inline-block}.new-tag[data-v-d405ca59]{position:absolute;top:-8px;right:-16px;z-index:10}[data-v-d405ca59] .guido__verion-history-view-option-selection-desktop svg,[data-v-d405ca59] .guido__verion-history-view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-d405ca59] .in-segments-wrapper__button_selected,[data-v-d405ca59] .in-segments-wrapper__button_selected:hover{background-color:#dae1fb}[data-v-d405ca59] .in-tooltip-wrapper__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-4e2a4adb]{gap:4px}.header-wrapper[data-v-5c02dcc7]{min-width:1000px}.guido-loading__wrapper[data-v-07c4b2d8]{height:100%;top:75px!important;bottom:0!important}.guido-editor__wrapper[data-v-cdee3452]{--ribbon-offset: 0px;position:relative;width:100%;height:calc(100vh - 128px - var(--ribbon-offset))}.guido-editor__container[data-v-cdee3452]{width:100%;height:calc(100vh - 128px - var(--ribbon-offset))}.guido-editor__no-header[data-v-cdee3452]{height:calc(100vh - 75px - var(--ribbon-offset))}[data-v-293f1c47] .in-breadcrumb-wrapper__links{cursor:pointer}.templates-wrapper[data-v-df672485]{gap:16px;grid-template-columns:repeat(3,1fr)}.templates-wrapper .template-wrapper[data-v-df672485]{cursor:pointer}.templates-wrapper .template-wrapper .template-container[data-v-df672485]{height:274px;padding:2px;transition:none}.templates-wrapper .template-wrapper .template-container.selected[data-v-df672485]{padding:1px}.templates-wrapper .template-wrapper .template-container .thumbnail[data-v-df672485]{object-fit:cover;transform:scale(1)}[data-v-43c617a7] .guido__verion-history-view-option-selection-desktop svg,[data-v-43c617a7] .guido__verion-history-view-option-selection-mobile svg{margin:0 0 0 2px}[data-v-43c617a7] .in-segments-wrapper__button_selected,[data-v-43c617a7] .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-988f8da6]{min-width:602px;height:70vh;min-height:583px;border-radius:10px}.desktop-preview iframe[data-v-988f8da6]{min-height:504px}.iframe-wrapper[data-v-e0424e99]{width:258px}.iframe-scaled[data-v-e0424e99]{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-7419ae06] .vueperslides__bullets,[data-v-796d193b] .vueperslides__bullets{pointer-events:none!important}[data-v-796d193b] .vueperslides__parallax-wrapper{height:110px!important}[data-v-cadfc82d] .vueperslides__bullets{pointer-events:none!important}[data-v-cadfc82d] .vueperslides__parallax-wrapper{height:110px!important}
|
|
@@ -1,87 +1,79 @@
|
|
|
1
|
-
import { useActionsApi as
|
|
2
|
-
import { useHtmlCompiler as
|
|
3
|
-
import { DEFAULT_CURRENCY as
|
|
1
|
+
import { useActionsApi as T } from "../composables/useActionsApi.js";
|
|
2
|
+
import { useHtmlCompiler as C } from "../composables/useHtmlCompiler.js";
|
|
3
|
+
import { DEFAULT_CURRENCY as l, DEFAULT_NODE_CONFIG as a } from "../extensions/Blocks/Recommendation/constants/defaultConfig.js";
|
|
4
4
|
import { useRecommendationExtensionStore as b } from "../extensions/Blocks/Recommendation/store/recommendation.js";
|
|
5
|
-
import { DATA_ATTRIBUTES as
|
|
6
|
-
import { parsePageList as
|
|
7
|
-
import { useDynamicContentStore as
|
|
8
|
-
import { useUnsubscribeStore as
|
|
9
|
-
function
|
|
10
|
-
const
|
|
11
|
-
return
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
}),
|
|
5
|
+
import { DATA_ATTRIBUTES as y } from "../extensions/Blocks/Unsubscribe/utils/constants.js";
|
|
6
|
+
import { parsePageList as P } from "../extensions/Blocks/Unsubscribe/utils/utils.js";
|
|
7
|
+
import { useDynamicContentStore as D } from "../stores/dynamic-content.js";
|
|
8
|
+
import { useUnsubscribeStore as E } from "../stores/unsubscribe.js";
|
|
9
|
+
function U(i, r) {
|
|
10
|
+
const s = new DOMParser().parseFromString(i, "text/html").querySelectorAll(`[${y.PAGE_LIST}]`), c = [];
|
|
11
|
+
return s.forEach((t) => {
|
|
12
|
+
const o = t.getAttribute(y.PAGE_LIST);
|
|
13
|
+
o && c.push(...P(o));
|
|
14
|
+
}), r.filter((t) => c.includes(t));
|
|
15
15
|
}
|
|
16
|
-
|
|
16
|
+
function F(i) {
|
|
17
17
|
const m = new DOMParser().parseFromString(i, "text/html").querySelectorAll(".recommendation-block-v2");
|
|
18
18
|
if (m.length === 0)
|
|
19
19
|
return;
|
|
20
|
-
const
|
|
21
|
-
m.forEach((
|
|
22
|
-
var g, f, u, n,
|
|
23
|
-
const c =
|
|
24
|
-
if (!Number.isFinite(
|
|
20
|
+
const d = b();
|
|
21
|
+
m.forEach((s) => {
|
|
22
|
+
var g, f, u, n, S;
|
|
23
|
+
const c = s.getAttribute("recommendation-id"), t = c ? Number(c) : NaN;
|
|
24
|
+
if (!Number.isFinite(t))
|
|
25
25
|
return;
|
|
26
|
-
const
|
|
27
|
-
if (!
|
|
26
|
+
const o = s.getAttribute("esd-ext-config");
|
|
27
|
+
if (!o)
|
|
28
28
|
return;
|
|
29
29
|
let e;
|
|
30
30
|
try {
|
|
31
|
-
e = JSON.parse(
|
|
31
|
+
e = JSON.parse(o);
|
|
32
32
|
} catch {
|
|
33
33
|
return;
|
|
34
34
|
}
|
|
35
35
|
if (!e || typeof e != "object" || Array.isArray(e))
|
|
36
36
|
return;
|
|
37
37
|
const p = {
|
|
38
|
-
strategy: e.strategy ??
|
|
39
|
-
language: e.language ??
|
|
40
|
-
size: e.size ??
|
|
38
|
+
strategy: e.strategy ?? a.strategy,
|
|
39
|
+
language: e.language ?? a.language,
|
|
40
|
+
size: e.size ?? a.size,
|
|
41
41
|
// Spread the default arrays so each block gets a fresh reference
|
|
42
42
|
// instead of sharing the singleton in DEFAULT_NODE_CONFIG.
|
|
43
|
-
productIds: e.productIds ?? [...
|
|
44
|
-
filters: e.filters ?? [...
|
|
45
|
-
shuffleProducts: e.shuffleProducts ??
|
|
46
|
-
currencyCode: ((g = e.currency) == null ? void 0 : g.code) ??
|
|
47
|
-
currencyAlignment: ((f = e.currency) == null ? void 0 : f.alignment) ??
|
|
48
|
-
currencyDecimalCount: ((u = e.currency) == null ? void 0 : u.decimalCount) ??
|
|
49
|
-
currencyDecimalSeparator: ((n = e.currency) == null ? void 0 : n.decimalSeparator) ??
|
|
50
|
-
currencyThousandSeparator: ((
|
|
43
|
+
productIds: e.productIds ?? [...a.productIds],
|
|
44
|
+
filters: e.filters ?? [...a.filters],
|
|
45
|
+
shuffleProducts: e.shuffleProducts ?? a.shuffleProducts,
|
|
46
|
+
currencyCode: ((g = e.currency) == null ? void 0 : g.code) ?? l.code,
|
|
47
|
+
currencyAlignment: ((f = e.currency) == null ? void 0 : f.alignment) ?? l.alignment,
|
|
48
|
+
currencyDecimalCount: ((u = e.currency) == null ? void 0 : u.decimalCount) ?? l.decimalCount,
|
|
49
|
+
currencyDecimalSeparator: ((n = e.currency) == null ? void 0 : n.decimalSeparator) ?? l.decimalSeparator,
|
|
50
|
+
currencyThousandSeparator: ((S = e.currency) == null ? void 0 : S.thousandSeparator) ?? l.thousandSeparator
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
d.seedBlockUrlConfig(t, p);
|
|
53
53
|
});
|
|
54
|
-
try {
|
|
55
|
-
await l.fetchRecommendationCreateData();
|
|
56
|
-
} catch (t) {
|
|
57
|
-
console.warn(
|
|
58
|
-
"Recommendation reference data pre-load failed; validator will skip the availability check.",
|
|
59
|
-
t
|
|
60
|
-
);
|
|
61
|
-
}
|
|
62
54
|
}
|
|
63
55
|
const _ = () => {
|
|
64
|
-
const i =
|
|
56
|
+
const i = D(), r = E(), { getCompiledEmail: m, getTemplateData: d } = T(), { compileHtml: s } = C();
|
|
65
57
|
return {
|
|
66
58
|
prepareTemplateDetails: async () => {
|
|
67
|
-
const { html:
|
|
59
|
+
const { html: t, ampHtml: o = "", ampErrors: e = [] } = await m({
|
|
68
60
|
minimize: !0,
|
|
69
61
|
resetDataSavedFlag: !1
|
|
70
|
-
}), { html: p, css: g, syncModulesIds: f = [] } = await
|
|
71
|
-
|
|
72
|
-
const { compiledHtml: u, stats: n, appliedRules:
|
|
62
|
+
}), { html: p, css: g, syncModulesIds: f = [] } = await d();
|
|
63
|
+
r.selectedUnsubscribePages.length && await r.fetchTemplates(), F(p);
|
|
64
|
+
const { compiledHtml: u, stats: n, appliedRules: S } = s(t), h = i.getSelectedDynamicContentList, A = b();
|
|
73
65
|
return console.debug("HTML Compilation Stats:", {
|
|
74
66
|
originalSize: n.originalSize,
|
|
75
67
|
compiledSize: n.compiledSize,
|
|
76
68
|
reduction: `${n.reductionPercentage.toFixed(2)}%`,
|
|
77
|
-
appliedRules:
|
|
69
|
+
appliedRules: S,
|
|
78
70
|
executionTime: `${n.executionTime.toFixed(2)}ms`
|
|
79
71
|
}), {
|
|
80
72
|
dynamicContentList: h,
|
|
81
73
|
compiledHtml: u,
|
|
82
74
|
rawHtml: p,
|
|
83
75
|
css: g,
|
|
84
|
-
ampHtml:
|
|
76
|
+
ampHtml: o,
|
|
85
77
|
ampErrors: e,
|
|
86
78
|
modules: f.map(Number),
|
|
87
79
|
recommendation: {
|
|
@@ -89,8 +81,8 @@ const _ = () => {
|
|
|
89
81
|
configs: {}
|
|
90
82
|
},
|
|
91
83
|
unsubscribe: {
|
|
92
|
-
status:
|
|
93
|
-
config:
|
|
84
|
+
status: r.unsubscribePagesStatus,
|
|
85
|
+
config: U(u, r.selectedUnsubscribePages)
|
|
94
86
|
}
|
|
95
87
|
};
|
|
96
88
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useinsider/guido",
|
|
3
|
-
"version": "3.4.1-beta.
|
|
3
|
+
"version": "3.4.1-beta.a125d94",
|
|
4
4
|
"description": "Guido is a Vue + TypeScript wrapper for Email Plugin. Easily embed the email editor in your Vue applications.",
|
|
5
5
|
"main": "./dist/guido.umd.cjs",
|
|
6
6
|
"module": "./dist/library.js",
|