@useinsider/guido 3.5.1 → 3.5.2-beta.c2f8a2e
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,127 +1,133 @@
|
|
|
1
|
-
import { useConfig as
|
|
2
|
-
import { useRecommendation as
|
|
3
|
-
import { CSS_CLASS_RECO_BUTTON as
|
|
4
|
-
import { useRecommendationExtensionStore as
|
|
5
|
-
function y(r,
|
|
6
|
-
const
|
|
7
|
-
return o === "before" ? `${t} ${
|
|
1
|
+
import { useConfig as g } from "../../../composables/useConfig.js";
|
|
2
|
+
import { useRecommendation as _ } from "../../../composables/useRecommendation.js";
|
|
3
|
+
import { CSS_CLASS_RECO_BUTTON as q } from "../../../extensions/Blocks/Recommendation/constants/selectors.js";
|
|
4
|
+
import { useRecommendationExtensionStore as C } from "../../../extensions/Blocks/Recommendation/store/recommendation.js";
|
|
5
|
+
function y(r, n, e, o, i = "") {
|
|
6
|
+
const c = `{{${i}${r}_${n}_${e}}}`, t = `{{${i}${r}_${n}_currency}}`;
|
|
7
|
+
return o === "before" ? `${t} ${c}` : `${c} ${t}`;
|
|
8
8
|
}
|
|
9
|
-
function
|
|
10
|
-
|
|
9
|
+
function A(r) {
|
|
10
|
+
let n = r;
|
|
11
|
+
for (; n.children.length === 1; )
|
|
12
|
+
[n] = n.children;
|
|
13
|
+
return n;
|
|
14
|
+
}
|
|
15
|
+
function f(r, n, e, o, i, c) {
|
|
16
|
+
switch (n) {
|
|
11
17
|
case "productImage": {
|
|
12
18
|
const t = r.querySelector("img");
|
|
13
|
-
t && (t.setAttribute("src", `{{${
|
|
14
|
-
const
|
|
15
|
-
|
|
19
|
+
t && (t.setAttribute("src", `{{${c}${e}_${o}_image_url}}`), t.setAttribute("alt", `{{${c}${e}_${o}_name}}`));
|
|
20
|
+
const s = r.querySelector("a");
|
|
21
|
+
s && (s.setAttribute("href", `{{${c}${e}_${o}_url}}`), s.classList.add(q));
|
|
16
22
|
break;
|
|
17
23
|
}
|
|
18
24
|
case "productName": {
|
|
19
25
|
const t = r.querySelector("p");
|
|
20
26
|
if (t) {
|
|
21
|
-
const
|
|
22
|
-
|
|
27
|
+
const s = t.querySelector("strong") || t;
|
|
28
|
+
s.textContent = `{{${c}${e}_${o}_name}}`;
|
|
23
29
|
}
|
|
24
30
|
break;
|
|
25
31
|
}
|
|
26
32
|
case "productPrice": {
|
|
27
33
|
const t = r.querySelector("p");
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
34
|
+
t && (A(t).textContent = y(
|
|
35
|
+
e,
|
|
36
|
+
o,
|
|
37
|
+
"price",
|
|
38
|
+
i,
|
|
39
|
+
c
|
|
40
|
+
));
|
|
32
41
|
break;
|
|
33
42
|
}
|
|
34
43
|
case "productOldPrice": {
|
|
35
44
|
const t = r.querySelector("p");
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
n
|
|
44
|
-
), t.setAttribute("product-attr", "discount");
|
|
45
|
-
}
|
|
45
|
+
t && (A(t).textContent = y(
|
|
46
|
+
e,
|
|
47
|
+
o,
|
|
48
|
+
"original_price",
|
|
49
|
+
i,
|
|
50
|
+
c
|
|
51
|
+
), t.setAttribute("product-attr", "discount"));
|
|
46
52
|
break;
|
|
47
53
|
}
|
|
48
54
|
case "productButton": {
|
|
49
55
|
const t = r.querySelector("a");
|
|
50
|
-
t && t.setAttribute("href", `{{${
|
|
56
|
+
t && t.setAttribute("href", `{{${c}${e}_${o}_url}}`);
|
|
51
57
|
break;
|
|
52
58
|
}
|
|
53
59
|
case "productOmnibusPrice": {
|
|
54
60
|
const t = r.querySelector(".omnibus-price-value");
|
|
55
61
|
if (t) {
|
|
56
|
-
t.textContent = `{{${
|
|
57
|
-
const
|
|
58
|
-
|
|
62
|
+
t.textContent = `{{${c}${e}_${o}_omnibus_price}}`;
|
|
63
|
+
const s = t.closest("p");
|
|
64
|
+
s && (s.setAttribute("product-attr", "omnibus_price"), s.setAttribute("composition", "true"));
|
|
59
65
|
}
|
|
60
66
|
break;
|
|
61
67
|
}
|
|
62
68
|
case "productOmnibusDiscount": {
|
|
63
69
|
const t = r.querySelector(".omnibus-discount-value");
|
|
64
70
|
if (t) {
|
|
65
|
-
t.textContent = `{{${
|
|
66
|
-
const
|
|
67
|
-
|
|
71
|
+
t.textContent = `{{${c}${e}_${o}_omnibus_discount}}`;
|
|
72
|
+
const s = t.closest("p");
|
|
73
|
+
s && (s.setAttribute("product-attr", "omnibus_discount"), s.setAttribute("composition", "true"));
|
|
68
74
|
}
|
|
69
75
|
break;
|
|
70
76
|
}
|
|
71
77
|
default: {
|
|
72
78
|
const t = r.getAttribute("product-attr") ? r : r.querySelector("[product-attr]");
|
|
73
79
|
if (t) {
|
|
74
|
-
const
|
|
80
|
+
const s = t.getAttribute("product-attr"), a = t.querySelector("p");
|
|
75
81
|
if (a) {
|
|
76
82
|
const u = a.querySelector("strong") || a;
|
|
77
|
-
u.textContent = `{{${
|
|
83
|
+
u.textContent = `{{${c}${e}_${o}_${s}}}`;
|
|
78
84
|
}
|
|
79
85
|
}
|
|
80
86
|
break;
|
|
81
87
|
}
|
|
82
88
|
}
|
|
83
89
|
}
|
|
84
|
-
function
|
|
85
|
-
r.querySelectorAll(".recommendation-product-row").forEach((
|
|
86
|
-
|
|
90
|
+
function w(r, n, e, o) {
|
|
91
|
+
r.querySelectorAll(".recommendation-product-row").forEach((c, t) => {
|
|
92
|
+
c.querySelectorAll("[data-attribute-type]").forEach((a) => {
|
|
87
93
|
const u = a.getAttribute("data-attribute-type") || "", p = a.querySelectorAll(".attribute-cell");
|
|
88
94
|
p.length > 0 ? p.forEach((l) => {
|
|
89
|
-
f(l, u,
|
|
90
|
-
}) : f(a, u,
|
|
95
|
+
f(l, u, n, t, e, o);
|
|
96
|
+
}) : f(a, u, n, t, e, o);
|
|
91
97
|
});
|
|
92
98
|
});
|
|
93
99
|
}
|
|
94
|
-
function E(r,
|
|
95
|
-
const
|
|
96
|
-
if (!
|
|
100
|
+
function E(r, n, e, o) {
|
|
101
|
+
const i = r.querySelectorAll(".recommendation-product-row");
|
|
102
|
+
if (!i.length)
|
|
97
103
|
return;
|
|
98
|
-
const [
|
|
99
|
-
|
|
104
|
+
const [c] = i, t = c.querySelector("[data-attribute-type]"), s = t ? t.querySelectorAll(".attribute-cell").length : 1;
|
|
105
|
+
i.forEach((a, u) => {
|
|
100
106
|
a.querySelectorAll("[data-attribute-type]").forEach((l) => {
|
|
101
107
|
const d = l.getAttribute("data-attribute-type") || "";
|
|
102
|
-
l.querySelectorAll(".attribute-cell").forEach((
|
|
103
|
-
const
|
|
104
|
-
f(
|
|
108
|
+
l.querySelectorAll(".attribute-cell").forEach((h, $) => {
|
|
109
|
+
const S = u * s + $;
|
|
110
|
+
f(h, d, n, S, e, o);
|
|
105
111
|
});
|
|
106
112
|
});
|
|
107
113
|
});
|
|
108
114
|
}
|
|
109
|
-
function
|
|
110
|
-
r.querySelectorAll(".ins-recommendation-product-container").forEach((
|
|
111
|
-
E(
|
|
115
|
+
function R(r, n, e, o) {
|
|
116
|
+
r.querySelectorAll(".ins-recommendation-product-container").forEach((c) => {
|
|
117
|
+
E(c, n, e, o);
|
|
112
118
|
});
|
|
113
119
|
}
|
|
114
|
-
function
|
|
115
|
-
const o = r.getAttribute("data-layout") || "grid",
|
|
116
|
-
o === "list" ?
|
|
120
|
+
function P(r, n, e) {
|
|
121
|
+
const o = r.getAttribute("data-layout") || "grid", i = r.getAttribute("currency-alignment") || "after";
|
|
122
|
+
o === "list" ? w(r, n, i, e) : R(r, n, i, e);
|
|
117
123
|
}
|
|
118
|
-
function b(r,
|
|
119
|
-
const o = new RegExp(`${
|
|
120
|
-
return
|
|
124
|
+
function b(r, n, e) {
|
|
125
|
+
const o = new RegExp(`${n}\\s*:\\s*(\\d+)\\s*px`, "i"), i = r.match(o);
|
|
126
|
+
return i ? parseInt(i[1]) : e;
|
|
121
127
|
}
|
|
122
|
-
function
|
|
128
|
+
function T(r, n) {
|
|
123
129
|
let e = r.parentElement;
|
|
124
|
-
for (; e && e !==
|
|
130
|
+
for (; e && e !== n; ) {
|
|
125
131
|
if (e.tagName === "TD") {
|
|
126
132
|
const o = e.getAttribute("width");
|
|
127
133
|
if (o && o.endsWith("%") && parseFloat(o) < 100)
|
|
@@ -131,40 +137,40 @@ function P(r, c) {
|
|
|
131
137
|
}
|
|
132
138
|
return null;
|
|
133
139
|
}
|
|
134
|
-
function
|
|
135
|
-
const
|
|
136
|
-
|
|
137
|
-
if (
|
|
140
|
+
function v(r) {
|
|
141
|
+
const n = r.getAttribute("style") || "", e = b(n, "width", 600), o = b(n, "padding", 0) * 2, i = Math.max(0, e - o);
|
|
142
|
+
i !== 0 && r.querySelectorAll("img.adapt-img").forEach((c) => {
|
|
143
|
+
if (c.hasAttribute("width"))
|
|
138
144
|
return;
|
|
139
|
-
const t =
|
|
145
|
+
const t = T(c, r);
|
|
140
146
|
if (!t)
|
|
141
147
|
return;
|
|
142
|
-
const
|
|
143
|
-
|
|
144
|
-
const d =
|
|
148
|
+
const s = t.getAttribute("width"), a = parseFloat(s), u = b(t.getAttribute("style") || "", "padding", 0) * 2, p = Math.floor(i * a / 100), l = Math.max(1, p - u);
|
|
149
|
+
c.setAttribute("width", String(l));
|
|
150
|
+
const d = c.getAttribute("style") || "";
|
|
145
151
|
if (!/\bwidth\s*:\s*\d/i.test(d)) {
|
|
146
152
|
const m = d && !d.trim().endsWith(";") ? "; " : "";
|
|
147
|
-
|
|
153
|
+
c.setAttribute("style", `${d}${m}width: ${l}px`);
|
|
148
154
|
}
|
|
149
155
|
});
|
|
150
156
|
}
|
|
151
|
-
function
|
|
157
|
+
function O(r, n) {
|
|
152
158
|
const e = r.match(/<!DOCTYPE[^>]*>/i);
|
|
153
159
|
return (e ? `${e[0]}
|
|
154
|
-
` : "") +
|
|
160
|
+
` : "") + n.documentElement.outerHTML;
|
|
155
161
|
}
|
|
156
162
|
function N(r) {
|
|
157
|
-
const
|
|
163
|
+
const n = r.replaceAll("{%", "<!--{%").replaceAll("%}", "%}-->"), e = new DOMParser().parseFromString(n, "text/html"), o = e.querySelectorAll(".recommendation-block-v2");
|
|
158
164
|
if (!o.length)
|
|
159
165
|
return r;
|
|
160
|
-
const { buildCampaignUrl:
|
|
161
|
-
|
|
162
|
-
const { isFeatureEnabled: t } =
|
|
166
|
+
const { buildCampaignUrl: i } = _(), c = C();
|
|
167
|
+
c.recommendationCampaignUrls = {};
|
|
168
|
+
const { isFeatureEnabled: t } = g(), s = t("liquidSyntax") ? "reco_" : "";
|
|
163
169
|
return o.forEach((u) => {
|
|
164
170
|
var l, d;
|
|
165
171
|
const p = u.getAttribute("recommendation-id");
|
|
166
|
-
p && ((l = u.parentNode) == null || l.insertBefore(e.createComment("REC_START"), u), (d = u.parentNode) == null || d.insertBefore(e.createComment("REC_END"), u.nextSibling), u.querySelectorAll('[data-visibility="0"]').forEach((m) => m.remove()),
|
|
167
|
-
}),
|
|
172
|
+
p && ((l = u.parentNode) == null || l.insertBefore(e.createComment("REC_START"), u), (d = u.parentNode) == null || d.insertBefore(e.createComment("REC_END"), u.nextSibling), u.querySelectorAll('[data-visibility="0"]').forEach((m) => m.remove()), i(p), P(u, p, s), v(u));
|
|
173
|
+
}), O(n, e).replaceAll("<!--{%", "{%").replaceAll("%}-->", "%}").replaceAll("<!--{%", "{%").replaceAll("%}-->", "%}");
|
|
168
174
|
}
|
|
169
175
|
export {
|
|
170
176
|
y as formatPriceVariable,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useinsider/guido",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.2-beta.c2f8a2e",
|
|
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",
|