@useinsider/guido 1.0.3-beta.24b87ae → 1.0.3-beta.25c5eb7
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/extensions/Blocks/Recommendation/controls/index.js +175 -0
- package/dist/extensions/Blocks/Recommendation/extension.js +6 -39
- package/dist/extensions/Blocks/controlFactories.js +223 -0
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +60 -60
- package/dist/src/extensions/Blocks/Recommendation/controls/index.d.ts +43 -0
- package/dist/src/extensions/Blocks/controlFactories.d.ts +91 -0
- package/package.json +1 -1
- package/dist/extensions/Blocks/Recommendation/controls/button/align.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/border.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/borderRadius.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/color.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/fitToContent.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/fontFamily.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/margins.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/paddings.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/text.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/textSize.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/button/textStyleAndFontColor.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/image/margins.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/image/size.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/name/align.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/name/background.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/name/color.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/name/fontFamily.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/name/paddings.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/name/size.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/name/style.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/align.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/background.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/color.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/fontFamily.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/paddings.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/size.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/style.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/price/align.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/price/background.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/price/color.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/price/fontFamily.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/price/paddings.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/price/size.js +0 -13
- package/dist/extensions/Blocks/Recommendation/controls/price/style.js +0 -13
- package/dist/src/extensions/Blocks/Recommendation/controls/button/align.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/border.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/borderRadius.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/color.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/fitToContent.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/fontFamily.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/margins.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/paddings.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/text.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/textSize.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/button/textStyleAndFontColor.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/image/margins.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/image/size.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/name/align.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/name/background.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/name/color.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/name/fontFamily.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/name/paddings.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/name/size.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/name/style.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/align.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/background.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/color.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/fontFamily.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/paddings.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/size.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/style.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/price/align.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/price/background.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/price/color.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/price/fontFamily.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/price/paddings.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/price/size.d.ts +0 -5
- package/dist/src/extensions/Blocks/Recommendation/controls/price/style.d.ts +0 -5
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { createTextAlignControl as r, createTextColorControl as e, createTextSizeControl as C, createTextStyleControl as l, createTextFontFamilyControl as c, createTextBackgroundColorControl as T, createPaddingsControl as O, createButtonAlignControl as N, createButtonBorderControl as E, createButtonBorderRadiusControl as _, createButtonColorControl as I, createButtonFontFamilyControl as a, createButtonMarginsControl as B, createButtonPaddingsControl as i, createButtonTextControl as P, createButtonTextSizeControl as R, createButtonTextStyleAndFontColorControl as s, createButtonFitToContainerControl as A, createImageSizeControl as d, createImageMarginsControl as L } from "../../controlFactories.js";
|
|
2
|
+
import { RecommendationBlockId as o, RecommendationControlId as t } from "../constants.js";
|
|
3
|
+
const n = ".ins-recommendation-product-container", D = r(
|
|
4
|
+
t.NAME_ALIGN,
|
|
5
|
+
o.NAME,
|
|
6
|
+
n
|
|
7
|
+
), M = e(
|
|
8
|
+
t.NAME_COLOR,
|
|
9
|
+
o.NAME,
|
|
10
|
+
n
|
|
11
|
+
), m = C(
|
|
12
|
+
t.NAME_SIZE,
|
|
13
|
+
o.NAME,
|
|
14
|
+
n
|
|
15
|
+
), F = l(
|
|
16
|
+
t.NAME_STYLE,
|
|
17
|
+
o.NAME,
|
|
18
|
+
n
|
|
19
|
+
), U = c(
|
|
20
|
+
t.NAME_FONT_FAMILY,
|
|
21
|
+
o.NAME,
|
|
22
|
+
n
|
|
23
|
+
), g = T(
|
|
24
|
+
t.NAME_BACKGROUND,
|
|
25
|
+
o.NAME,
|
|
26
|
+
n
|
|
27
|
+
), G = O(
|
|
28
|
+
t.NAME_PADDINGS,
|
|
29
|
+
o.NAME,
|
|
30
|
+
n
|
|
31
|
+
), x = r(
|
|
32
|
+
t.PRICE_ALIGN,
|
|
33
|
+
o.PRICE,
|
|
34
|
+
n
|
|
35
|
+
), y = e(
|
|
36
|
+
t.PRICE_COLOR,
|
|
37
|
+
o.PRICE,
|
|
38
|
+
n
|
|
39
|
+
), z = C(
|
|
40
|
+
t.PRICE_SIZE,
|
|
41
|
+
o.PRICE,
|
|
42
|
+
n
|
|
43
|
+
), Y = l(
|
|
44
|
+
t.PRICE_STYLE,
|
|
45
|
+
o.PRICE,
|
|
46
|
+
n
|
|
47
|
+
), k = c(
|
|
48
|
+
t.PRICE_FONT_FAMILY,
|
|
49
|
+
o.PRICE,
|
|
50
|
+
n
|
|
51
|
+
), Z = T(
|
|
52
|
+
t.PRICE_BACKGROUND,
|
|
53
|
+
o.PRICE,
|
|
54
|
+
n
|
|
55
|
+
), p = O(
|
|
56
|
+
t.PRICE_PADDINGS,
|
|
57
|
+
o.PRICE,
|
|
58
|
+
n
|
|
59
|
+
), K = r(
|
|
60
|
+
t.OLD_PRICE_ALIGN,
|
|
61
|
+
o.OLD_PRICE,
|
|
62
|
+
n
|
|
63
|
+
), X = e(
|
|
64
|
+
t.OLD_PRICE_COLOR,
|
|
65
|
+
o.OLD_PRICE,
|
|
66
|
+
n
|
|
67
|
+
), f = C(
|
|
68
|
+
t.OLD_PRICE_SIZE,
|
|
69
|
+
o.OLD_PRICE,
|
|
70
|
+
n
|
|
71
|
+
), b = l(
|
|
72
|
+
t.OLD_PRICE_STYLE,
|
|
73
|
+
o.OLD_PRICE,
|
|
74
|
+
n
|
|
75
|
+
), h = c(
|
|
76
|
+
t.OLD_PRICE_FONT_FAMILY,
|
|
77
|
+
o.OLD_PRICE,
|
|
78
|
+
n
|
|
79
|
+
), j = T(
|
|
80
|
+
t.OLD_PRICE_BACKGROUND,
|
|
81
|
+
o.OLD_PRICE,
|
|
82
|
+
n
|
|
83
|
+
), q = O(
|
|
84
|
+
t.OLD_PRICE_PADDINGS,
|
|
85
|
+
o.OLD_PRICE,
|
|
86
|
+
n
|
|
87
|
+
), v = N(
|
|
88
|
+
t.BUTTON_ALIGN,
|
|
89
|
+
o.BUTTON,
|
|
90
|
+
n
|
|
91
|
+
), w = E(
|
|
92
|
+
t.BUTTON_BORDER,
|
|
93
|
+
o.BUTTON,
|
|
94
|
+
n
|
|
95
|
+
), H = _(
|
|
96
|
+
t.BUTTON_BORDER_RADIUS,
|
|
97
|
+
o.BUTTON,
|
|
98
|
+
n
|
|
99
|
+
), J = I(
|
|
100
|
+
t.BUTTON_COLOR,
|
|
101
|
+
o.BUTTON,
|
|
102
|
+
n
|
|
103
|
+
), Q = a(
|
|
104
|
+
t.BUTTON_FONT_FAMILY,
|
|
105
|
+
o.BUTTON,
|
|
106
|
+
n
|
|
107
|
+
), V = B(
|
|
108
|
+
t.BUTTON_MARGINS,
|
|
109
|
+
o.BUTTON,
|
|
110
|
+
n
|
|
111
|
+
), W = i(
|
|
112
|
+
t.BUTTON_PADDINGS,
|
|
113
|
+
o.BUTTON,
|
|
114
|
+
n
|
|
115
|
+
), $ = P(
|
|
116
|
+
t.BUTTON_TEXT,
|
|
117
|
+
o.BUTTON,
|
|
118
|
+
n
|
|
119
|
+
), oo = R(
|
|
120
|
+
t.BUTTON_TEXT_SIZE,
|
|
121
|
+
o.BUTTON,
|
|
122
|
+
n
|
|
123
|
+
), to = s(
|
|
124
|
+
t.BUTTON_TEXT_STYLE_AND_FONT_COLOR,
|
|
125
|
+
o.BUTTON,
|
|
126
|
+
n
|
|
127
|
+
), no = A(
|
|
128
|
+
t.BUTTON_FIT_TO_CONTENT,
|
|
129
|
+
o.BUTTON,
|
|
130
|
+
n
|
|
131
|
+
), ro = d(
|
|
132
|
+
t.IMAGE_SIZE,
|
|
133
|
+
o.IMAGE,
|
|
134
|
+
n
|
|
135
|
+
), eo = L(
|
|
136
|
+
t.IMAGE_MARGINS,
|
|
137
|
+
o.IMAGE,
|
|
138
|
+
n
|
|
139
|
+
);
|
|
140
|
+
export {
|
|
141
|
+
v as ButtonAlignControl,
|
|
142
|
+
w as ButtonBorderControl,
|
|
143
|
+
H as ButtonBorderRadiusControl,
|
|
144
|
+
J as ButtonColorControl,
|
|
145
|
+
no as ButtonFitToContentControl,
|
|
146
|
+
Q as ButtonFontFamilyControl,
|
|
147
|
+
V as ButtonMarginsControl,
|
|
148
|
+
W as ButtonPaddingsControl,
|
|
149
|
+
$ as ButtonTextControl,
|
|
150
|
+
oo as ButtonTextSizeControl,
|
|
151
|
+
to as ButtonTextStyleAndFontColorControl,
|
|
152
|
+
eo as ImageMarginsControl,
|
|
153
|
+
ro as ImageSizeControl,
|
|
154
|
+
D as NameAlignControl,
|
|
155
|
+
g as NameBackgroundControl,
|
|
156
|
+
M as NameColorControl,
|
|
157
|
+
U as NameFontFamilyControl,
|
|
158
|
+
G as NamePaddingsControl,
|
|
159
|
+
m as NameSizeControl,
|
|
160
|
+
F as NameStyleControl,
|
|
161
|
+
K as OldPriceAlignControl,
|
|
162
|
+
j as OldPriceBackgroundControl,
|
|
163
|
+
X as OldPriceColorControl,
|
|
164
|
+
h as OldPriceFontFamilyControl,
|
|
165
|
+
q as OldPricePaddingsControl,
|
|
166
|
+
f as OldPriceSizeControl,
|
|
167
|
+
b as OldPriceStyleControl,
|
|
168
|
+
x as PriceAlignControl,
|
|
169
|
+
Z as PriceBackgroundControl,
|
|
170
|
+
y as PriceColorControl,
|
|
171
|
+
k as PriceFontFamilyControl,
|
|
172
|
+
p as PricePaddingsControl,
|
|
173
|
+
z as PriceSizeControl,
|
|
174
|
+
Y as PriceStyleControl
|
|
175
|
+
};
|
|
@@ -1,45 +1,12 @@
|
|
|
1
1
|
import { ExtensionBuilder as o } from "../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
|
|
2
|
-
import { RecommendationBlock as
|
|
3
|
-
import { RecommendationCardCompositionControl as
|
|
4
|
-
import { RecommendationBlockControl as
|
|
5
|
-
import { ButtonAlignControl as d } from "./controls/
|
|
6
|
-
import { ButtonBorderControl as l } from "./controls/button/border.js";
|
|
7
|
-
import { ButtonBorderRadiusControl as m } from "./controls/button/borderRadius.js";
|
|
8
|
-
import { ButtonColorControl as i } from "./controls/button/color.js";
|
|
9
|
-
import { ButtonFitToContentControl as C } from "./controls/button/fitToContent.js";
|
|
10
|
-
import { ButtonFontFamilyControl as a } from "./controls/button/fontFamily.js";
|
|
11
|
-
import { ButtonMarginsControl as e } from "./controls/button/margins.js";
|
|
12
|
-
import { ButtonPaddingsControl as p } from "./controls/button/paddings.js";
|
|
13
|
-
import { ButtonTextControl as f } from "./controls/button/text.js";
|
|
14
|
-
import { ButtonTextSizeControl as c } from "./controls/button/textSize.js";
|
|
15
|
-
import { ButtonTextStyleAndFontColorControl as s } from "./controls/button/textStyleAndFontColor.js";
|
|
16
|
-
import { ImageMarginsControl as g } from "./controls/image/margins.js";
|
|
17
|
-
import { ImageSizeControl as B } from "./controls/image/size.js";
|
|
18
|
-
import { NameAlignControl as P } from "./controls/name/align.js";
|
|
19
|
-
import { NameBackgroundControl as u } from "./controls/name/background.js";
|
|
20
|
-
import { NameColorControl as y } from "./controls/name/color.js";
|
|
21
|
-
import { NameFontFamilyControl as S } from "./controls/name/fontFamily.js";
|
|
22
|
-
import { NamePaddingsControl as F } from "./controls/name/paddings.js";
|
|
23
|
-
import { NameSizeControl as R } from "./controls/name/size.js";
|
|
24
|
-
import { NameStyleControl as N } from "./controls/name/style.js";
|
|
25
|
-
import { OldPriceAlignControl as O } from "./controls/oldPrice/align.js";
|
|
26
|
-
import { OldPriceBackgroundControl as k } from "./controls/oldPrice/background.js";
|
|
27
|
-
import { OldPriceColorControl as x } from "./controls/oldPrice/color.js";
|
|
28
|
-
import { OldPriceFontFamilyControl as z } from "./controls/oldPrice/fontFamily.js";
|
|
29
|
-
import { OldPricePaddingsControl as A } from "./controls/oldPrice/paddings.js";
|
|
30
|
-
import { OldPriceSizeControl as I } from "./controls/oldPrice/size.js";
|
|
31
|
-
import { OldPriceStyleControl as T } from "./controls/oldPrice/style.js";
|
|
32
|
-
import { PriceAlignControl as w } from "./controls/price/align.js";
|
|
33
|
-
import { PriceBackgroundControl as h } from "./controls/price/background.js";
|
|
34
|
-
import { PriceColorControl as E } from "./controls/price/color.js";
|
|
35
|
-
import { PriceFontFamilyControl as M } from "./controls/price/fontFamily.js";
|
|
36
|
-
import { PricePaddingsControl as b } from "./controls/price/paddings.js";
|
|
37
|
-
import { PriceSizeControl as j } from "./controls/price/size.js";
|
|
38
|
-
import { PriceStyleControl as q } from "./controls/price/style.js";
|
|
2
|
+
import { RecommendationBlock as t } from "./block.js";
|
|
3
|
+
import { RecommendationCardCompositionControl as n } from "./cardCompositionControl.js";
|
|
4
|
+
import { RecommendationBlockControl as r } from "./control.js";
|
|
5
|
+
import { ButtonAlignControl as d, ButtonBorderControl as l, ButtonBorderRadiusControl as C, ButtonColorControl as a, ButtonFitToContentControl as e, ButtonFontFamilyControl as i, ButtonMarginsControl as m, ButtonPaddingsControl as c, ButtonTextControl as s, ButtonTextSizeControl as g, ButtonTextStyleAndFontColorControl as B, ImageMarginsControl as P, ImageSizeControl as u, NameAlignControl as y, NameBackgroundControl as S, NameColorControl as p, NameFontFamilyControl as F, NamePaddingsControl as f, NameSizeControl as R, NameStyleControl as N, OldPriceAlignControl as O, OldPriceBackgroundControl as k, OldPriceColorControl as x, OldPriceFontFamilyControl as z, OldPricePaddingsControl as A, OldPriceSizeControl as I, OldPriceStyleControl as T, PriceAlignControl as w, PriceBackgroundControl as h, PriceColorControl as E, PriceFontFamilyControl as M, PricePaddingsControl as b, PriceSizeControl as j, PriceStyleControl as q } from "./controls/index.js";
|
|
39
6
|
import { RecommendationIconsRegistry as v } from "./iconsRegistry.js";
|
|
40
7
|
import D from "./recommendation.css.js";
|
|
41
8
|
import { SettingsPanel as G } from "./settingsPanel.js";
|
|
42
|
-
const
|
|
9
|
+
const X = new o().addBlock(t).withSettingsPanelRegistry(G).addControl(r).addControl(d).addControl(l).addControl(C).addControl(a).addControl(e).addControl(i).addControl(m).addControl(c).addControl(s).addControl(g).addControl(B).addControl(P).addControl(u).addControl(y).addControl(S).addControl(p).addControl(F).addControl(f).addControl(R).addControl(N).addControl(O).addControl(k).addControl(x).addControl(z).addControl(A).addControl(I).addControl(T).addControl(w).addControl(h).addControl(E).addControl(M).addControl(b).addControl(j).addControl(q).addControl(n).addStyles(D).withIconsRegistry(v).build();
|
|
43
10
|
export {
|
|
44
|
-
|
|
11
|
+
X as default
|
|
45
12
|
};
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import { TextAlignBuiltInControl as r, TextColorBuiltInControl as l, TextSizeBuiltInControl as s, TextStyleBuiltInControl as c, TextFontFamilyBuiltInControl as u, ButtonBackgroundColorBuiltInControl as i, TextPaddingsBuiltInControl as d, ButtonAlignBuiltInControl as a, ButtonBorderBuiltInControl as g, ButtonBorderRadiusBuiltInControl as x, ButtonColorBuiltInControl as C, ButtonFontFamilyBuiltInControl as B, ButtonMarginsBuiltInControl as I, ButtonPaddingsBuiltInControl as m, ButtonTextBuiltInControl as T, ButtonTextSizeBuiltInControl as S, ButtonTextStyleAndFontColorBuiltInControl as y, ButtonFitToContainerBuiltInControl as A, ImageSizeBuiltInControl as k, ImageMarginsBuiltInControl as f } from "../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
|
|
2
|
+
function q(e, t, n) {
|
|
3
|
+
return class extends r {
|
|
4
|
+
getId() {
|
|
5
|
+
return e;
|
|
6
|
+
}
|
|
7
|
+
getTargetNodes(o) {
|
|
8
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
function N(e, t, n = ".ins-recommendation-product-container") {
|
|
13
|
+
return class extends l {
|
|
14
|
+
getId() {
|
|
15
|
+
return e;
|
|
16
|
+
}
|
|
17
|
+
getTargetNodes(o) {
|
|
18
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
function $(e, t, n = ".ins-recommendation-product-container") {
|
|
23
|
+
return class extends s {
|
|
24
|
+
getId() {
|
|
25
|
+
return e;
|
|
26
|
+
}
|
|
27
|
+
getTargetNodes(o) {
|
|
28
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
function p(e, t, n = ".ins-recommendation-product-container") {
|
|
33
|
+
return class extends c {
|
|
34
|
+
getId() {
|
|
35
|
+
return e;
|
|
36
|
+
}
|
|
37
|
+
getTargetNodes(o) {
|
|
38
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function F(e, t, n = ".ins-recommendation-product-container") {
|
|
43
|
+
return class extends u {
|
|
44
|
+
getId() {
|
|
45
|
+
return e;
|
|
46
|
+
}
|
|
47
|
+
getTargetNodes(o) {
|
|
48
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function z(e, t, n = ".ins-recommendation-product-container") {
|
|
53
|
+
return class extends i {
|
|
54
|
+
getId() {
|
|
55
|
+
return e;
|
|
56
|
+
}
|
|
57
|
+
getTargetNodes(o) {
|
|
58
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
function M(e, t, n = ".ins-recommendation-product-container") {
|
|
63
|
+
return class extends d {
|
|
64
|
+
getId() {
|
|
65
|
+
return e;
|
|
66
|
+
}
|
|
67
|
+
getTargetNodes(o) {
|
|
68
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
function P(e, t, n = ".ins-recommendation-product-container") {
|
|
73
|
+
return class extends a {
|
|
74
|
+
getId() {
|
|
75
|
+
return e;
|
|
76
|
+
}
|
|
77
|
+
getTargetNodes(o) {
|
|
78
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
function R(e, t, n = ".ins-recommendation-product-container") {
|
|
83
|
+
return class extends C {
|
|
84
|
+
getId() {
|
|
85
|
+
return e;
|
|
86
|
+
}
|
|
87
|
+
getTargetNodes(o) {
|
|
88
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
function h(e, t, n = ".ins-recommendation-product-container") {
|
|
93
|
+
return class extends g {
|
|
94
|
+
getId() {
|
|
95
|
+
return e;
|
|
96
|
+
}
|
|
97
|
+
getTargetNodes(o) {
|
|
98
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
function j(e, t, n = ".ins-recommendation-product-container") {
|
|
103
|
+
return class extends x {
|
|
104
|
+
getId() {
|
|
105
|
+
return e;
|
|
106
|
+
}
|
|
107
|
+
getTargetNodes(o) {
|
|
108
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
function v(e, t, n = ".ins-recommendation-product-container") {
|
|
113
|
+
return class extends B {
|
|
114
|
+
getId() {
|
|
115
|
+
return e;
|
|
116
|
+
}
|
|
117
|
+
getTargetNodes(o) {
|
|
118
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
function w(e, t, n = ".ins-recommendation-product-container") {
|
|
123
|
+
return class extends I {
|
|
124
|
+
getId() {
|
|
125
|
+
return e;
|
|
126
|
+
}
|
|
127
|
+
getTargetNodes(o) {
|
|
128
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
function D(e, t, n = ".ins-recommendation-product-container") {
|
|
133
|
+
return class extends m {
|
|
134
|
+
getId() {
|
|
135
|
+
return e;
|
|
136
|
+
}
|
|
137
|
+
getTargetNodes(o) {
|
|
138
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
}
|
|
142
|
+
function E(e, t, n = ".ins-recommendation-product-container") {
|
|
143
|
+
return class extends T {
|
|
144
|
+
getId() {
|
|
145
|
+
return e;
|
|
146
|
+
}
|
|
147
|
+
getTargetNodes(o) {
|
|
148
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
function G(e, t, n = ".ins-recommendation-product-container") {
|
|
153
|
+
return class extends S {
|
|
154
|
+
getId() {
|
|
155
|
+
return e;
|
|
156
|
+
}
|
|
157
|
+
getTargetNodes(o) {
|
|
158
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
159
|
+
}
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
function H(e, t, n) {
|
|
163
|
+
return class extends y {
|
|
164
|
+
getId() {
|
|
165
|
+
return e;
|
|
166
|
+
}
|
|
167
|
+
getTargetNodes(o) {
|
|
168
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
169
|
+
}
|
|
170
|
+
};
|
|
171
|
+
}
|
|
172
|
+
function J(e, t, n) {
|
|
173
|
+
return class extends A {
|
|
174
|
+
getId() {
|
|
175
|
+
return e;
|
|
176
|
+
}
|
|
177
|
+
getTargetNodes(o) {
|
|
178
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
179
|
+
}
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
function K(e, t, n) {
|
|
183
|
+
return class extends k {
|
|
184
|
+
getId() {
|
|
185
|
+
return e;
|
|
186
|
+
}
|
|
187
|
+
getTargetNodes(o) {
|
|
188
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
function L(e, t, n) {
|
|
193
|
+
return class extends f {
|
|
194
|
+
getId() {
|
|
195
|
+
return e;
|
|
196
|
+
}
|
|
197
|
+
getTargetNodes(o) {
|
|
198
|
+
return o.closest(n).querySelectorAll(`[esd-extension-block-id="${t}"]`);
|
|
199
|
+
}
|
|
200
|
+
};
|
|
201
|
+
}
|
|
202
|
+
export {
|
|
203
|
+
P as createButtonAlignControl,
|
|
204
|
+
h as createButtonBorderControl,
|
|
205
|
+
j as createButtonBorderRadiusControl,
|
|
206
|
+
R as createButtonColorControl,
|
|
207
|
+
J as createButtonFitToContainerControl,
|
|
208
|
+
v as createButtonFontFamilyControl,
|
|
209
|
+
w as createButtonMarginsControl,
|
|
210
|
+
D as createButtonPaddingsControl,
|
|
211
|
+
E as createButtonTextControl,
|
|
212
|
+
G as createButtonTextSizeControl,
|
|
213
|
+
H as createButtonTextStyleAndFontColorControl,
|
|
214
|
+
L as createImageMarginsControl,
|
|
215
|
+
K as createImageSizeControl,
|
|
216
|
+
M as createPaddingsControl,
|
|
217
|
+
q as createTextAlignControl,
|
|
218
|
+
z as createTextBackgroundColorControl,
|
|
219
|
+
N as createTextColorControl,
|
|
220
|
+
F as createTextFontFamilyControl,
|
|
221
|
+
$ as createTextSizeControl,
|
|
222
|
+
p as createTextStyleControl
|
|
223
|
+
};
|