@useinsider/guido 2.0.0-beta.c9db5fd → 2.0.0-beta.d0056c9
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/components/organisms/email-preview/PreviewContainer.vue.js +3 -3
- package/dist/components/organisms/email-preview/amp/AmpErrorModal.vue.js +6 -6
- package/dist/components/organisms/email-preview/amp/AmpErrorModal.vue2.js +17 -13
- package/dist/components/organisms/email-preview/amp/AmpToggle.vue.js +6 -6
- package/dist/components/organisms/email-preview/amp/AmpToggle.vue2.js +14 -12
- package/dist/components/organisms/email-preview/desktop-preview/DesktopBrowserHeader.vue.js +18 -0
- package/dist/components/organisms/email-preview/desktop-preview/DesktopBrowserHeader.vue2.js +15 -0
- package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue.js +10 -14
- package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue2.js +14 -22
- package/dist/components/organisms/email-preview/desktop-preview/EmailSizeIndicator.vue.js +3 -3
- package/dist/components/organisms/email-preview/mobile-preview/ContentView.vue.js +11 -10
- package/dist/components/organisms/email-preview/mobile-preview/InboxView.vue.js +12 -10
- package/dist/components/organisms/email-preview/mobile-preview/MobilePreview.vue.js +11 -10
- package/dist/components/organisms/email-preview/mobile-preview/MobilePreview.vue2.js +15 -14
- package/dist/components/organisms/header/EditorActions.vue.js +21 -0
- package/dist/components/organisms/header/EditorActions.vue2.js +41 -0
- package/dist/components/organisms/header/EditorToolbar.vue.js +18 -0
- package/dist/components/organisms/header/EditorToolbar.vue2.js +17 -0
- package/dist/components/organisms/header/HeaderWrapper.vue.js +6 -5
- package/dist/components/organisms/header/LeftSlot.vue.js +11 -11
- package/dist/components/organisms/header/LeftSlot.vue2.js +11 -12
- package/dist/components/organisms/header/MiddleSlot.vue.js +7 -7
- package/dist/components/organisms/header/MiddleSlot.vue2.js +11 -15
- package/dist/components/organisms/header/RightSlot.vue.js +11 -14
- package/dist/components/organisms/header/RightSlot.vue2.js +13 -30
- package/dist/components/organisms/header/version-history/VersionHistory.vue.js +5 -5
- package/dist/components/organisms/onboarding/NewVersionPopup.vue2.js +15 -15
- package/dist/components/organisms/unsubscribe/UnsubscribeTypeSelection.vue.js +1 -1
- package/dist/components/organisms/unsubscribe/UnsubscribeTypeSelection.vue2.js +20 -19
- package/dist/config/migrator/recommendationMigrator.js +1 -1
- package/dist/enums/academy.js +8 -0
- package/dist/enums/onboarding.js +1 -2
- package/dist/enums/unsubscribe.js +20 -21
- package/dist/extensions/Blocks/Items/controls/cardComposition.js +4 -13
- package/dist/extensions/Blocks/Recommendation/block.js +1 -1
- package/dist/extensions/Blocks/Recommendation/cardCompositionControl.js +103 -0
- package/dist/extensions/Blocks/Recommendation/constants.js +5 -0
- package/dist/extensions/Blocks/Recommendation/control.js +306 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/align.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/border.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/borderRadius.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/color.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/fitToContent.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/fontFamily.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/margins.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/paddings.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/text.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/textSize.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/button/textStyleAndFontColor.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/image/margins.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/image/size.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/name/align.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/name/background.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/name/color.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/name/fontFamily.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/name/paddings.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/name/size.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/name/style.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/align.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/background.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/color.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/fontFamily.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/paddings.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/size.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/style.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/price/align.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/price/background.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/price/color.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/price/fontFamily.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/price/paddings.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/price/size.js +13 -0
- package/dist/extensions/Blocks/Recommendation/controls/price/style.js +13 -0
- package/dist/extensions/Blocks/Recommendation/extension.js +43 -39
- package/dist/extensions/Blocks/Recommendation/recommendation.css.js +0 -5
- package/dist/extensions/Blocks/Recommendation/settingsPanel.js +72 -127
- package/dist/extensions/Blocks/Recommendation/store/recommendation.js +20 -20
- package/dist/extensions/Blocks/Recommendation/templates/blockTemplate.js +160 -0
- package/dist/extensions/Blocks/Recommendation/templates/migrationTemplate.js +152 -0
- package/dist/extensions/Blocks/Recommendation/templates/templateUtils.js +88 -67
- package/dist/extensions/Blocks/controlFactories.js +121 -155
- package/dist/guido.css +1 -1
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +291 -361
- package/dist/package.json.js +1 -1
- package/dist/src/components/organisms/email-preview/desktop-preview/DesktopBrowserHeader.vue.d.ts +2 -0
- package/dist/src/components/organisms/header/EditorActions.vue.d.ts +4 -0
- package/dist/src/components/organisms/header/EditorToolbar.vue.d.ts +2 -0
- package/dist/src/components/organisms/header/RightSlot.vue.d.ts +1 -1
- package/dist/src/enums/academy.d.ts +12 -0
- package/dist/src/enums/onboarding.d.ts +0 -1
- package/dist/src/enums/unsubscribe.d.ts +0 -1
- package/dist/src/extensions/Blocks/Recommendation/cardCompositionControl.d.ts +28 -0
- package/dist/src/extensions/Blocks/Recommendation/{constants/controlIds.d.ts → constants.d.ts} +11 -19
- package/dist/src/extensions/Blocks/Recommendation/{controls/main/index.d.ts → control.d.ts} +3 -19
- package/dist/src/extensions/Blocks/Recommendation/controls/button/align.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/border.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/borderRadius.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/color.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/fitToContent.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/fontFamily.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/margins.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/paddings.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/text.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/textSize.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/button/textStyleAndFontColor.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/image/margins.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/image/size.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/name/align.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/name/background.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/name/color.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/name/fontFamily.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/name/paddings.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/name/size.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/name/style.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/align.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/background.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/color.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/fontFamily.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/paddings.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/size.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/style.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/price/align.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/price/background.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/price/color.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/price/fontFamily.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/price/paddings.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/price/size.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/controls/price/style.d.ts +5 -0
- package/dist/src/extensions/Blocks/Recommendation/extension.d.ts +0 -9
- package/dist/src/extensions/Blocks/Recommendation/templates/{verticalTemplate.d.ts → blockTemplate.d.ts} +9 -13
- package/dist/src/extensions/Blocks/Recommendation/templates/{verticalMigrationTemplate.d.ts → migrationTemplate.d.ts} +4 -11
- package/dist/src/extensions/Blocks/Recommendation/templates/templateUtils.d.ts +21 -59
- package/dist/src/stores/editor.d.ts +21 -0
- package/dist/static/assets/desktop/desktop-mockup-center.svg.js +4 -0
- package/dist/static/assets/desktop/desktop-mockup-left.svg.js +4 -0
- package/dist/static/assets/desktop/desktop-mockup-right.svg.js +4 -0
- package/dist/static/assets/mobile/email-mockup.svg.js +4 -0
- package/dist/static/assets/mobile/inbox-mockup.svg.js +4 -0
- package/dist/static/styles/components/wide-panel.css.js +5 -1
- package/dist/static/styles/customEditorStyle.css.js +2 -38
- package/dist/stores/editor.js +1 -0
- package/package.json +3 -3
- package/dist/components/organisms/email-preview/desktop-preview/EmailHeaderInfo.vue.js +0 -17
- package/dist/components/organisms/email-preview/desktop-preview/EmailHeaderInfo.vue2.js +0 -20
- package/dist/extensions/Blocks/Recommendation/constants/blockIds.js +0 -4
- package/dist/extensions/Blocks/Recommendation/constants/controlIds.js +0 -4
- package/dist/extensions/Blocks/Recommendation/constants/selectors.js +0 -11
- package/dist/extensions/Blocks/Recommendation/controls/button/index.js +0 -64
- package/dist/extensions/Blocks/Recommendation/controls/cardBackground/index.js +0 -100
- package/dist/extensions/Blocks/Recommendation/controls/cardComposition/index.js +0 -243
- package/dist/extensions/Blocks/Recommendation/controls/image/index.js +0 -19
- package/dist/extensions/Blocks/Recommendation/controls/layout/index.js +0 -152
- package/dist/extensions/Blocks/Recommendation/controls/main/index.js +0 -370
- package/dist/extensions/Blocks/Recommendation/controls/name/index.js +0 -46
- package/dist/extensions/Blocks/Recommendation/controls/name/textTrim.js +0 -76
- package/dist/extensions/Blocks/Recommendation/controls/oldPrice/index.js +0 -44
- package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/index.js +0 -48
- package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/textAfter.js +0 -73
- package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/textBefore.js +0 -73
- package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/index.js +0 -48
- package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/textAfter.js +0 -73
- package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/textBefore.js +0 -73
- package/dist/extensions/Blocks/Recommendation/controls/price/index.js +0 -44
- package/dist/extensions/Blocks/Recommendation/controls/spacing/index.js +0 -224
- package/dist/extensions/Blocks/Recommendation/templates/horizontalElementRenderer.js +0 -157
- package/dist/extensions/Blocks/Recommendation/templates/horizontalTemplate.js +0 -78
- package/dist/extensions/Blocks/Recommendation/templates/verticalElementRenderer.js +0 -186
- package/dist/extensions/Blocks/Recommendation/templates/verticalMigrationTemplate.js +0 -256
- package/dist/extensions/Blocks/Recommendation/templates/verticalTemplate.js +0 -81
- package/dist/extensions/Blocks/Recommendation/utils/preserveTextStyles.js +0 -25
- package/dist/src/extensions/Blocks/Recommendation/constants/blockIds.d.ts +0 -13
- package/dist/src/extensions/Blocks/Recommendation/constants/index.d.ts +0 -11
- package/dist/src/extensions/Blocks/Recommendation/constants/selectors.d.ts +0 -19
- package/dist/src/extensions/Blocks/Recommendation/controls/button/index.d.ts +0 -143
- package/dist/src/extensions/Blocks/Recommendation/controls/cardBackground/index.d.ts +0 -41
- package/dist/src/extensions/Blocks/Recommendation/controls/cardComposition/index.d.ts +0 -95
- package/dist/src/extensions/Blocks/Recommendation/controls/image/index.d.ts +0 -35
- package/dist/src/extensions/Blocks/Recommendation/controls/index.d.ts +0 -23
- package/dist/src/extensions/Blocks/Recommendation/controls/layout/index.d.ts +0 -50
- package/dist/src/extensions/Blocks/Recommendation/controls/name/index.d.ts +0 -97
- package/dist/src/extensions/Blocks/Recommendation/controls/name/textTrim.d.ts +0 -16
- package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/index.d.ts +0 -95
- package/dist/src/extensions/Blocks/Recommendation/controls/omnibusDiscount/index.d.ts +0 -100
- package/dist/src/extensions/Blocks/Recommendation/controls/omnibusDiscount/textAfter.d.ts +0 -15
- package/dist/src/extensions/Blocks/Recommendation/controls/omnibusDiscount/textBefore.d.ts +0 -15
- package/dist/src/extensions/Blocks/Recommendation/controls/omnibusPrice/index.d.ts +0 -100
- package/dist/src/extensions/Blocks/Recommendation/controls/omnibusPrice/textAfter.d.ts +0 -15
- package/dist/src/extensions/Blocks/Recommendation/controls/omnibusPrice/textBefore.d.ts +0 -15
- package/dist/src/extensions/Blocks/Recommendation/controls/price/index.d.ts +0 -95
- package/dist/src/extensions/Blocks/Recommendation/controls/spacing/index.d.ts +0 -77
- package/dist/src/extensions/Blocks/Recommendation/templates/horizontalElementRenderer.d.ts +0 -8
- package/dist/src/extensions/Blocks/Recommendation/templates/horizontalMigrationTemplate.d.ts +0 -25
- package/dist/src/extensions/Blocks/Recommendation/templates/horizontalTemplate.d.ts +0 -28
- package/dist/src/extensions/Blocks/Recommendation/templates/verticalElementRenderer.d.ts +0 -7
- package/dist/src/extensions/Blocks/Recommendation/utils/preserveTextStyles.d.ts +0 -19
- package/dist/static/assets/inbox-mockup.svg.js +0 -4
- package/dist/static/assets/phone-mockup.svg.js +0 -4
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
var
|
|
1
|
+
var M = class u {
|
|
2
2
|
/**
|
|
3
3
|
* Validates that all required methods are properly implemented in the subclass.
|
|
4
4
|
* @param requiredMethods - Array of method names that must be implemented
|
|
5
5
|
* @param classRef - Reference to the class constructor for validation caching
|
|
6
6
|
*/
|
|
7
|
-
constructor(
|
|
8
|
-
if (r !==
|
|
9
|
-
|
|
10
|
-
const s =
|
|
7
|
+
constructor(e, r) {
|
|
8
|
+
if (r !== u) {
|
|
9
|
+
u.validatedClasses.has(r) || this.validateImplementation(e, r);
|
|
10
|
+
const s = u.validationErrors.get(r);
|
|
11
11
|
if (s && s.length > 0)
|
|
12
12
|
throw new Error(
|
|
13
13
|
`${r.name} has validation errors:
|
|
14
|
-
${s.map((
|
|
14
|
+
${s.map((E) => ` - ${E}`).join(`
|
|
15
15
|
`)}`
|
|
16
16
|
);
|
|
17
17
|
}
|
|
@@ -20,23 +20,23 @@ ${s.map((o) => ` - ${o}`).join(`
|
|
|
20
20
|
* Validates that all required methods are properly implemented in the subclass.
|
|
21
21
|
* This validation runs only once per class type and results are cached.
|
|
22
22
|
*/
|
|
23
|
-
validateImplementation(
|
|
24
|
-
var
|
|
25
|
-
const s = [],
|
|
26
|
-
|
|
27
|
-
if (typeof this[
|
|
28
|
-
s.push(`Method ${
|
|
23
|
+
validateImplementation(e, r) {
|
|
24
|
+
var I;
|
|
25
|
+
const s = [], E = r.name, T = Object.getPrototypeOf(this);
|
|
26
|
+
e.forEach((d) => {
|
|
27
|
+
if (typeof this[d] != "function") {
|
|
28
|
+
s.push(`Method ${d}() is not defined`);
|
|
29
29
|
return;
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
}),
|
|
31
|
+
T[d] === r.prototype[d] && s.push(`Method ${d}() must be implemented (currently using base class error-throwing implementation)`);
|
|
32
|
+
}), u.validatedClasses.add(r), s.length > 0 ? (u.validationErrors.set(r, s), console.error(`[${E} Validation] ${E} validation failed:`, s)) : typeof process < "u" && ((I = process.env) == null ? void 0 : I.NODE_ENV) === "development" && console.log(`[${E} Validation] ✅ ${E} validated successfully`);
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
var a =
|
|
35
|
+
M.validatedClasses = /* @__PURE__ */ new Set();
|
|
36
|
+
M.validationErrors = /* @__PURE__ */ new Map();
|
|
37
|
+
var a = M, et = /* @__PURE__ */ ((t) => (t.BLOCK = "BLOCK", t.STRUCTURE = "STRUCTURE", t.CONTAINER = "CONTAINER", t))(et || {}), y = class c extends a {
|
|
38
38
|
constructor() {
|
|
39
|
-
super(
|
|
39
|
+
super(c.REQUIRED_METHODS, c);
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* Determines if the block should be available for use in the editor.
|
|
@@ -86,28 +86,28 @@ var a = B, $ = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.STRUCTURE = "STRUCT
|
|
|
86
86
|
* @param node - The immutable HTML node representing the selected block instance.
|
|
87
87
|
*/
|
|
88
88
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
89
|
-
onSelect(
|
|
89
|
+
onSelect(e) {
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Lifecycle hook called when an instance of this block is copied.
|
|
93
93
|
* @param modifier - The HTML node modifier to apply changes to the copied block instance.
|
|
94
94
|
*/
|
|
95
95
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
96
|
-
onCopy(
|
|
96
|
+
onCopy(e) {
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* Lifecycle hook called when an instance of this block is deleted.
|
|
100
100
|
* @param node - The immutable HTML node representing the block instance being deleted.
|
|
101
101
|
*/
|
|
102
102
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
103
|
-
onDelete(
|
|
103
|
+
onDelete(e) {
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
106
|
* Lifecycle hook called after a new instance of this block is created and added to the document (e.g., via drag-and-drop).
|
|
107
107
|
* @param node - The immutable HTML node representing the newly created block instance.
|
|
108
108
|
*/
|
|
109
109
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
110
|
-
onCreated(
|
|
110
|
+
onCreated(e) {
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* Lifecycle hook called when any part of the document template has changed.
|
|
@@ -115,7 +115,7 @@ var a = B, $ = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.STRUCTURE = "STRUCT
|
|
|
115
115
|
* @param node - The immutable HTML node representing current node instance
|
|
116
116
|
*/
|
|
117
117
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
118
|
-
onDocumentChanged(
|
|
118
|
+
onDocumentChanged(e) {
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* @description Determines if block is atomic or composite.
|
|
@@ -183,7 +183,7 @@ var a = B, $ = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.STRUCTURE = "STRUCT
|
|
|
183
183
|
*
|
|
184
184
|
* @return {string} The name of the block panel.
|
|
185
185
|
*/
|
|
186
|
-
|
|
186
|
+
getSettingsPanelName() {
|
|
187
187
|
return "";
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
@@ -196,27 +196,27 @@ var a = B, $ = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.STRUCTURE = "STRUCT
|
|
|
196
196
|
}
|
|
197
197
|
};
|
|
198
198
|
y.REQUIRED_METHODS = ["getId", "getTemplate", "getIcon", "getName", "getDescription"];
|
|
199
|
-
var
|
|
199
|
+
var Xt = y, rt = class _ extends a {
|
|
200
200
|
constructor() {
|
|
201
|
-
super(
|
|
201
|
+
super(_.REQUIRED_METHODS, _);
|
|
202
202
|
}
|
|
203
203
|
/**
|
|
204
204
|
* @deprecated - use {@link getPreviewInnerHtml} instead
|
|
205
205
|
*/
|
|
206
206
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
207
|
-
getPreviewHtml(
|
|
207
|
+
getPreviewHtml(e) {
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
210
210
|
* @description returns custom content to be displayed inside the {@link Block} root TD element
|
|
211
211
|
*/
|
|
212
|
-
getPreviewInnerHtml(
|
|
212
|
+
getPreviewInnerHtml(e) {
|
|
213
213
|
throw new Error("Method getPreviewInnerHtml() must be implemented by the subclass");
|
|
214
214
|
}
|
|
215
215
|
};
|
|
216
|
-
|
|
217
|
-
var
|
|
216
|
+
rt.REQUIRED_METHODS = ["getPreviewInnerHtml"];
|
|
217
|
+
var nt = class h extends a {
|
|
218
218
|
constructor() {
|
|
219
|
-
super(
|
|
219
|
+
super(h.REQUIRED_METHODS, h);
|
|
220
220
|
}
|
|
221
221
|
getId() {
|
|
222
222
|
throw new Error("Method getId() must be implemented by the subclass");
|
|
@@ -227,90 +227,93 @@ var z = class O extends a {
|
|
|
227
227
|
getLabel() {
|
|
228
228
|
throw new Error("Method getLabel() must be implemented by the subclass");
|
|
229
229
|
}
|
|
230
|
-
onClick(
|
|
230
|
+
onClick(e) {
|
|
231
231
|
throw new Error("Method onClick() must be implemented by the subclass");
|
|
232
232
|
}
|
|
233
233
|
};
|
|
234
|
-
|
|
235
|
-
var
|
|
234
|
+
nt.REQUIRED_METHODS = ["getId", "getIcon", "getLabel", "onClick"];
|
|
235
|
+
var st = {
|
|
236
236
|
src: "src",
|
|
237
237
|
alt: "alt",
|
|
238
238
|
href: "href",
|
|
239
239
|
width: "width"
|
|
240
|
-
},
|
|
241
|
-
|
|
242
|
-
},
|
|
243
|
-
|
|
244
|
-
|
|
240
|
+
}, at = {
|
|
241
|
+
href: "href"
|
|
242
|
+
}, kt = {
|
|
243
|
+
BLOCK_IMAGE: st,
|
|
244
|
+
BLOCK_BUTTON: at
|
|
245
|
+
}, U = "esd-block-button", p = "esd-block-text", K = "esd-block-image", it = "esd-structure", ot = "esd-block-video", Et = "esd-block-social", lt = "esd-block-banner", dt = "esd-block-timer", ut = "esd-block-menu", It = "esd-block-html", Ot = "esd-block-spacer", Tt = "esd-container-frame", ct = "esd-stripe", _t = "esd-amp-form", O = ((t) => (t.BUTTON = `.${U}`, t.TEXT = `.${p}`, t.IMAGE = `.${K}`, t.STRUCTURE = `.${it}`, t.VIDEO = `.${ot}`, t.SOCIAL = `.${Et}`, t.BANNER = `.${lt}`, t.TIMER = `.${dt}`, t.MENU = `.${ut}`, t.HTML = `.${It}`, t.SPACER = `.${Ot}`, t.CONTAINER = `.${Tt}`, t.STRIPE = `.${ct}`, t.FORM = `.${_t}`, t))(O || {}), ht = /* @__PURE__ */ ((t) => (t.BLOCK_IMAGE = "BLOCK_IMAGE", t.BLOCK_TEXT = "BLOCK_TEXT", t.BLOCK_BUTTON = "BLOCK_BUTTON", t.BLOCK_SPACER = "BLOCK_SPACER", t.BLOCK_VIDEO = "BLOCK_VIDEO", t.BLOCK_SOCIAL = "BLOCK_SOCIAL", t.BLOCK_BANNER = "BLOCK_BANNER", t.BLOCK_TIMER = "BLOCK_TIMER", t.BLOCK_MENU = "BLOCK_MENU", t.BLOCK_MENU_ITEM = "BLOCK_MENU_ITEM", t.BLOCK_HTML = "BLOCK_HTML", t.BLOCK_AMP_CAROUSEL = "BLOCK_AMP_CAROUSEL", t.BLOCK_AMP_ACCORDION = "BLOCK_AMP_ACCORDION", t.BLOCK_AMP_FORM = "BLOCK_AMP_FORM", t.CONTAINER = "CONTAINER", t.FORM_CONTAINER = "FORM_CONTAINER", t.STRUCTURE = "STRUCTURE", t.STRIPE = "STRIPE", t.EMPTY_CONTAINER = "EMPTY_CONTAINER", t.CUSTOM_BLOCK_LINK = "CUSTOM_BLOCK_LINK", t.CUSTOM_BLOCK_IMAGE = "CUSTOM_BLOCK_IMAGE", t.CUSTOM_BLOCK_TEXT = "CUSTOM_BLOCK_TEXT", t))(ht || {}), F = /* @__PURE__ */ ((t) => (t.ANCHOR_LINK_CONTAINER = "anchorLinkFormContainer", t.APPLY_CONDITION = "applyCondition", t.APPLY_CONDITION_SWITCHER = "applyConditionSwitcher", t.BACKGROUND_COLOR = "backgroundColor", t.BACKGROUND_IMAGE = "generalImageContainer", t.TEXT_COLOR = "textColor", t.TEXT_STYLE = "textStyle", t.TEXT_SIZE = "textSize", t.TEXT_LINE_SPACING = "textLineSpacing", t.TEXT_ALIGN = "textAlign", t.FIXED_HEIGHT_SWITCHER = "fixedHeightSwitcherForm", t.HIDDEN_NODE = "hiddenNode", t.SMART_BLOCK = "smartBlock", t.SYNCHRONIZED_MODULE = "synchronizedModuleForm", t.FONT_FAMILY = "generalFontFamilyForm", t.BLOCK_INTERNAL_INDENTS = "generalBlockInternalIndents", t.STRUCTURE_INTERNAL_INDENTS = "generalStructureInternalIndents", t))(F || {}), w = /* @__PURE__ */ ((t) => (t.ADJUST_TO_WIDTH = "adjustToWidth", t.ALIGNMENT = "buttonAlignment", t.BORDER = "buttonBorder", t.BORDER_RADIUS = "buttonBorderRadius", t.COLOR = "buttonColor", t.BUTTON_BLOCK_BACKGROUND_COLOR = "buttonBlockBackgroundColor", t.EXTERNAL_INDENTS = "buttonExternalIndents", t.FIXED_HEIGHT = "buttonFixedHeightForm", t.FONT_COLOR = "buttonFontColor", t.FONT_FAMILY = "buttonFontFamily", t.FONT_SIZE = "buttonFontSize", t.ICON = "buttonIconContainer", t.ICON_ALIGN = "buttonIconAlign", t.ICON_INDENT = "buttonIconIndent", t.ICON_WIDTH = "buttonIconWidth", t.IMAGE = "buttonImageForm", t.INTERNAL_INDENTS = "buttonInternalIndents", t.LINK = "buttonLink", t.MIME_TYPE = "buttonMimeTypeForm", t.SWITCHER_HOVERED_STYLES = "buttonSwitcherHoveredStylesForm", t.TEXT = "buttonText", t.TEXT_STYLE_AND_COLOR = "buttonTextStyleAndColorForm", t.HOVERED_BORDER_COLOR = "hoveredStyleBorderButtonForm", t.HOVERED_COLOR = "hoveredButtonColorForm", t.HOVERED_TEXT_COLOR = "hoveredButtonTextColorForm", t))(w || {}), P = /* @__PURE__ */ ((t) => (t.HIDDEN_NODE = "hiddenNodeText", t.PARAGRAPH_STYLE = "paragraphStyleForm", t.ALIGN = "textAlignmentForm", t.ANCHOR_CONTAINER = "textAnchorForm", t.FONT_BACKGROUND_COLOR = "textBlockFontBackgroundColor", t.TEXT_BLOCK_BACKGROUND_COLOR = "textBlockBackgroundColor", t.FONT_COLOR = "textBlockFontColor", t.TEXT_BLOCK_FONT_FAMILY = "textBlockFontFamily", t.FONT_FAMILY = "textFontFamily", t.FONT_SIZE = "textBlockFontSize", t.DIRECTION = "textBlockDirectionForm", t.INSERT_FORM = "textBlockInsertForm", t.LINK_DATA = "textBlockLinkDataForm", t.FORMAT = "textBlockTextFormatForm", t.FIXED_HEIGHT = "textFixedHeightForm", t.INTERNAL_INDENTS = "textInternalIndents", t.LINE_HEIGHT = "textLineHeightForm", t.LINKS_COLOR = "textLinksFontColorForm", t.MIME_TYPE = "textMimeTypeForm", t.NO_LINE_WRAPS = "textNoLineWrapsForm", t))(P || {}), H = /* @__PURE__ */ ((t) => (t.ALT_TEXT = "altText", t.LINK = "blockLink", t.ALIGNMENT = "imageAlignment", t.ANCHOR_LINK_CONTAINER = "imageAnchorLinkContainerForm", t.BORDER_RADIUS = "imageBorderRadiusForm", t.IMAGE = "imageImageForm", t.EXTERNAL_INDENTS = "imageExternalIndents", t.MIME_TYPE = "imageMimeTypeForm", t.RESPONSIVE = "imageResponsive", t.ROLLOVER_IMAGE = "imageRolloverImageForm", t.ROLLOVER_SWITCHER = "imageRolloverSwitcherForm", t.SIZE = "imageSizeContainer", t))(H || {}), Rt = /* @__PURE__ */ ((t) => (t.BACKGROUND_COLOR = "containerBackgroundColorForm", t.BORDER_FORM = "containerBorderForm", t.BORDER_RADIUS = "containerBorderRadiusForm", t.EXTERNAL_INDENTS = "containerExternalIndentsForm", t.IMAGE_CONTAINER = "containerImageContainerForm", t.MIME_TYPE = "containerMimeTypeForm", t.DISPLAY_CONDITIONS = "displayConditions", t.HIDDEN_NODE = "containerHiddenNodeForm", t))(Rt || {}), n = {
|
|
246
|
+
BLOCK_BUTTON: w,
|
|
247
|
+
BLOCK_TEXT: P,
|
|
245
248
|
BLOCK_IMAGE: H,
|
|
246
|
-
GENERAL:
|
|
247
|
-
},
|
|
249
|
+
GENERAL: F
|
|
250
|
+
}, Lt = /* @__PURE__ */ ((t) => (t.SETTINGS = "settings", t.STYLES = "styles", t.DATA = "data", t))(Lt || {}), o = {
|
|
248
251
|
name: "name",
|
|
249
252
|
disabled: "disabled"
|
|
250
|
-
},
|
|
251
|
-
...
|
|
253
|
+
}, Ct = {
|
|
254
|
+
...o,
|
|
252
255
|
caption: "caption",
|
|
253
256
|
icon: "icon"
|
|
254
|
-
},
|
|
255
|
-
...
|
|
257
|
+
}, gt = {
|
|
258
|
+
...o,
|
|
256
259
|
caption: "caption"
|
|
257
|
-
},
|
|
258
|
-
...
|
|
260
|
+
}, mt = {
|
|
261
|
+
...o,
|
|
259
262
|
minValue: "min-value",
|
|
260
263
|
maxValue: "max-value",
|
|
261
264
|
step: "step"
|
|
262
|
-
},
|
|
263
|
-
...
|
|
265
|
+
}, bt = {
|
|
266
|
+
...o,
|
|
264
267
|
text: "text"
|
|
265
|
-
},
|
|
266
|
-
...
|
|
268
|
+
}, Nt = {
|
|
269
|
+
...o
|
|
267
270
|
}, X = {
|
|
268
|
-
...
|
|
271
|
+
...o,
|
|
269
272
|
searchable: "searchable",
|
|
270
273
|
multiSelect: "multi-select",
|
|
271
274
|
placeholder: "placeholder",
|
|
272
275
|
items: "items"
|
|
273
|
-
},
|
|
276
|
+
}, At = {
|
|
274
277
|
...X
|
|
275
|
-
},
|
|
278
|
+
}, Dt = {
|
|
276
279
|
text: "text",
|
|
277
280
|
value: "value"
|
|
278
|
-
},
|
|
281
|
+
}, St = {
|
|
279
282
|
text: "text",
|
|
280
283
|
icon: "icon",
|
|
281
284
|
value: "value"
|
|
282
|
-
},
|
|
283
|
-
...
|
|
284
|
-
},
|
|
285
|
+
}, Bt = {
|
|
286
|
+
...o
|
|
287
|
+
}, Mt = {
|
|
285
288
|
controlId: "control-id"
|
|
286
|
-
},
|
|
287
|
-
...
|
|
289
|
+
}, xt = {
|
|
290
|
+
...o,
|
|
288
291
|
icon: "icon",
|
|
289
292
|
position: "position"
|
|
290
|
-
},
|
|
291
|
-
...
|
|
292
|
-
},
|
|
293
|
-
BUTTON:
|
|
294
|
-
CHECKBOX:
|
|
295
|
-
COLOR:
|
|
296
|
-
COUNTER:
|
|
297
|
-
LABEL:
|
|
298
|
-
RADIO_BUTTONS:
|
|
293
|
+
}, vt = {
|
|
294
|
+
...o
|
|
295
|
+
}, Gt = {
|
|
296
|
+
BUTTON: Ct,
|
|
297
|
+
CHECKBOX: gt,
|
|
298
|
+
COLOR: o,
|
|
299
|
+
COUNTER: mt,
|
|
300
|
+
LABEL: bt,
|
|
301
|
+
RADIO_BUTTONS: Nt,
|
|
299
302
|
SELECTPICKER: X,
|
|
300
|
-
FONT_FAMILY_SELECT:
|
|
301
|
-
SWITCHER:
|
|
302
|
-
TEXT:
|
|
303
|
-
SELECT_ITEM:
|
|
304
|
-
RADIO_ITEM:
|
|
305
|
-
NESTED_CONTROL:
|
|
306
|
-
ORDERABLE:
|
|
307
|
-
ORDERABLE_ITEM:
|
|
308
|
-
},
|
|
303
|
+
FONT_FAMILY_SELECT: At,
|
|
304
|
+
SWITCHER: o,
|
|
305
|
+
TEXT: Bt,
|
|
306
|
+
SELECT_ITEM: Dt,
|
|
307
|
+
RADIO_ITEM: St,
|
|
308
|
+
NESTED_CONTROL: Mt,
|
|
309
|
+
ORDERABLE: xt,
|
|
310
|
+
ORDERABLE_ITEM: vt
|
|
311
|
+
}, yt = /* @__PURE__ */ ((t) => (t.BUTTON = "UE-BUTTON", t.CHECKBOX = "UE-CHECKBOX", t.CHECK_BUTTONS = "UE-CHECK-BUTTONS", t.COLOR = "UE-COLOR", t.COUNTER = "UE-COUNTER", t.DATEPICKER = "UE-DATEPICKER", t.LABEL = "UE-LABEL", t.MESSAGE = "UE-MESSAGE", t.RADIO_BUTTONS = "UE-RADIO-BUTTONS", t.SELECTPICKER = "UE-SELECT", t.SWITCHER = "UE-SWITCHER", t.TEXT = "UE-TEXT", t.TEXTAREA = "UE-TEXTAREA", t.CHECK_ITEM = "UE-CHECK-ITEM", t.RADIO_ITEM = "UE-RADIO-ITEM", t.SELECT_ITEM = "UE-SELECT-ITEM", t.ICON = "UE-ICON", t.MERGETAGS = "UE-MERGETAGS", t.FONT_FAMILY_SELECT = "UE-FONT-FAMILY-SELECT", t.NESTED_CONTROL = "UE-NESTED-CONTROL", t.EXPANDABLE = "UE-EXPANDABLE", t.EXPANDABLE_HEADER = "UE-EXPANDABLE_HEADER", t.EXPANDABLE_CONTENT = "UE-EXPANDABLE_CONTENT", t.ORDERABLE = "UE-ORDERABLE", t.ORDERABLE_ITEM = "UE-ORDERABLE-ITEM", t.ORDERABLE_ICON = "UE-ORDERABLE-ICON", t))(yt || {}), x = class {
|
|
309
312
|
/**
|
|
310
313
|
* @description returns map of nodes parent control operates on
|
|
311
314
|
*/
|
|
312
|
-
getTargetNodes(
|
|
313
|
-
return [
|
|
315
|
+
getTargetNodes(t) {
|
|
316
|
+
return [t];
|
|
314
317
|
}
|
|
315
318
|
/**
|
|
316
319
|
* @description returns map of labels used by parent control UI
|
|
@@ -325,7 +328,7 @@ var Z = {
|
|
|
325
328
|
/**
|
|
326
329
|
* @description returns custom modifications to be included in the parent control patch
|
|
327
330
|
*/
|
|
328
|
-
getAdditionalModifications(
|
|
331
|
+
getAdditionalModifications(t) {
|
|
329
332
|
}
|
|
330
333
|
/**
|
|
331
334
|
* Determines whether the specified HTML node is visible.
|
|
@@ -333,77 +336,77 @@ var Z = {
|
|
|
333
336
|
* @param _node - The HTML node to evaluate for visibility, provided as an immutable object.
|
|
334
337
|
* @return A boolean value indicating whether the node is visible. Returns `true` if the node is visible, otherwise `false`.
|
|
335
338
|
*/
|
|
336
|
-
isVisible(
|
|
339
|
+
isVisible(t) {
|
|
337
340
|
return !0;
|
|
338
341
|
}
|
|
339
|
-
}, i = class extends
|
|
340
|
-
getTargetNodes(
|
|
341
|
-
const
|
|
342
|
-
return
|
|
342
|
+
}, i = class extends x {
|
|
343
|
+
getTargetNodes(t) {
|
|
344
|
+
const e = t.querySelectorAll(O.BUTTON), r = t.asElement().hasClass(U) ? [t] : [];
|
|
345
|
+
return e.length ? e : r;
|
|
343
346
|
}
|
|
344
|
-
},
|
|
347
|
+
}, Vt = class extends i {
|
|
345
348
|
getParentControlId() {
|
|
346
349
|
return n.BLOCK_BUTTON.BORDER_RADIUS;
|
|
347
350
|
}
|
|
348
351
|
getLabels() {
|
|
349
352
|
}
|
|
350
|
-
},
|
|
353
|
+
}, Qt = class extends i {
|
|
351
354
|
getParentControlId() {
|
|
352
355
|
return n.BLOCK_BUTTON.ALIGNMENT;
|
|
353
356
|
}
|
|
354
|
-
},
|
|
357
|
+
}, ft = class extends i {
|
|
355
358
|
getParentControlId() {
|
|
356
359
|
return n.GENERAL.BACKGROUND_COLOR;
|
|
357
360
|
}
|
|
358
|
-
},
|
|
361
|
+
}, Yt = class extends i {
|
|
359
362
|
getParentControlId() {
|
|
360
363
|
return n.BLOCK_BUTTON.BORDER;
|
|
361
364
|
}
|
|
362
365
|
getLabels() {
|
|
363
366
|
}
|
|
364
|
-
},
|
|
367
|
+
}, $t = class extends i {
|
|
365
368
|
getParentControlId() {
|
|
366
369
|
return n.BLOCK_BUTTON.COLOR;
|
|
367
370
|
}
|
|
368
|
-
},
|
|
371
|
+
}, Wt = class extends i {
|
|
369
372
|
getParentControlId() {
|
|
370
373
|
return n.BLOCK_BUTTON.ADJUST_TO_WIDTH;
|
|
371
374
|
}
|
|
372
|
-
},
|
|
375
|
+
}, zt = class extends i {
|
|
373
376
|
getParentControlId() {
|
|
374
377
|
return n.BLOCK_BUTTON.FONT_FAMILY;
|
|
375
378
|
}
|
|
376
|
-
},
|
|
379
|
+
}, Zt = class extends i {
|
|
377
380
|
getParentControlId() {
|
|
378
381
|
return n.BLOCK_BUTTON.EXTERNAL_INDENTS;
|
|
379
382
|
}
|
|
380
|
-
},
|
|
383
|
+
}, jt = class extends i {
|
|
381
384
|
getParentControlId() {
|
|
382
385
|
return n.BLOCK_BUTTON.INTERNAL_INDENTS;
|
|
383
386
|
}
|
|
384
|
-
},
|
|
387
|
+
}, qt = class extends i {
|
|
385
388
|
getParentControlId() {
|
|
386
389
|
return n.BLOCK_BUTTON.TEXT;
|
|
387
390
|
}
|
|
388
|
-
},
|
|
391
|
+
}, Jt = class extends i {
|
|
389
392
|
getParentControlId() {
|
|
390
393
|
return n.BLOCK_BUTTON.FONT_SIZE;
|
|
391
394
|
}
|
|
392
|
-
},
|
|
395
|
+
}, te = class extends i {
|
|
393
396
|
getParentControlId() {
|
|
394
397
|
return n.BLOCK_BUTTON.TEXT_STYLE_AND_COLOR;
|
|
395
398
|
}
|
|
396
399
|
getLabels() {
|
|
397
400
|
}
|
|
398
|
-
}, k = class
|
|
401
|
+
}, k = class R extends a {
|
|
399
402
|
constructor() {
|
|
400
|
-
super(
|
|
403
|
+
super(R.REQUIRED_METHODS, R);
|
|
401
404
|
}
|
|
402
405
|
/**
|
|
403
406
|
* @description Allows to determine if control should be visible or hidden in control panel.
|
|
404
407
|
* Called on every node modification.
|
|
405
408
|
*/
|
|
406
|
-
isVisible(
|
|
409
|
+
isVisible(e) {
|
|
407
410
|
return !0;
|
|
408
411
|
}
|
|
409
412
|
/**
|
|
@@ -440,112 +443,42 @@ var Z = {
|
|
|
440
443
|
* Implement this to react to changes in the block/structure and update the control's UI elements accordingly.
|
|
441
444
|
* @param node - The updated immutable HTML node representing the control's context.
|
|
442
445
|
*/
|
|
443
|
-
onTemplateNodeUpdated(
|
|
446
|
+
onTemplateNodeUpdated(e) {
|
|
444
447
|
}
|
|
445
448
|
/**
|
|
446
449
|
* Lifecycle hook called when any part of the document template has changed.
|
|
447
450
|
* This can be frequent; use cautiously for performance-sensitive operations.
|
|
448
451
|
* @param _node - The immutable HTML node representing current node instance
|
|
449
452
|
*/
|
|
450
|
-
onDocumentChanged(
|
|
453
|
+
onDocumentChanged(e) {
|
|
451
454
|
}
|
|
452
455
|
};
|
|
453
456
|
k.REQUIRED_METHODS = ["getId", "getTemplate"];
|
|
454
|
-
var
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
/**
|
|
459
|
-
* Gets the unique identifier for this tab.
|
|
460
|
-
* This ID is used for registration.
|
|
461
|
-
* @returns A unique string ID.
|
|
462
|
-
*/
|
|
463
|
-
getId() {
|
|
464
|
-
throw new Error("Method getId() must be implemented by the subclass");
|
|
465
|
-
}
|
|
466
|
-
/**
|
|
467
|
-
* Gets the icon key representing this tab in the header.
|
|
468
|
-
* @returns A string representing the icon key from the IconsRegistry
|
|
469
|
-
*/
|
|
470
|
-
getIcon() {
|
|
471
|
-
throw new Error("Method getIcon() must be implemented by the subclass");
|
|
472
|
-
}
|
|
473
|
-
/**
|
|
474
|
-
* Retrieves the index of the tab associated with the panel.
|
|
475
|
-
* The index represents the position/order of the tab in the UI.
|
|
476
|
-
*
|
|
477
|
-
* @returns {number} The index of the tab.
|
|
478
|
-
*/
|
|
479
|
-
getTabIndex() {
|
|
480
|
-
throw new Error("Method getTabIndex() must be implemented by the subclass");
|
|
481
|
-
}
|
|
482
|
-
/**
|
|
483
|
-
* Gets the display name of the tab shown to the user in the header hint.
|
|
484
|
-
* Use `this.api.translate()` for localization.
|
|
485
|
-
* @returns The localized tab name string.
|
|
486
|
-
*/
|
|
487
|
-
getName() {
|
|
488
|
-
throw new Error("Method getName() must be implemented by the subclass");
|
|
489
|
-
}
|
|
490
|
-
/**
|
|
491
|
-
* Determines if the tab should be available for use in the editor.
|
|
492
|
-
* Override to provide custom logic based on the editor state or configuration.
|
|
493
|
-
* @returns True if the tab is enabled, false otherwise. Defaults to true.
|
|
494
|
-
*/
|
|
495
|
-
isEnabled() {
|
|
496
|
-
return !0;
|
|
497
|
-
}
|
|
498
|
-
/**
|
|
499
|
-
* Gets the HTML template string that defines the initial template of general tab.
|
|
500
|
-
* @returns An HTML string.
|
|
501
|
-
*/
|
|
502
|
-
getTemplate() {
|
|
503
|
-
throw new Error("Method getTemplate() must be implemented by the subclass");
|
|
504
|
-
}
|
|
505
|
-
/**
|
|
506
|
-
* Lifecycle hook called when any part of the document template has changed.
|
|
507
|
-
* This can be frequent; use cautiously for performance-sensitive operations.
|
|
508
|
-
*/
|
|
509
|
-
onDocumentChanged() {
|
|
510
|
-
}
|
|
511
|
-
/**
|
|
512
|
-
* Optional hook called when the general panel tab is initially rendered.
|
|
513
|
-
* Use this for setup tasks like attaching event listeners to the panel's template elements.
|
|
514
|
-
*/
|
|
515
|
-
onRender() {
|
|
516
|
-
}
|
|
517
|
-
/**
|
|
518
|
-
* Optional cleanup hook called when the general panel tab is being destroyed.
|
|
519
|
-
*/
|
|
520
|
-
onDestroy() {
|
|
457
|
+
var ee = k, G = class extends x {
|
|
458
|
+
getTargetNodes(t) {
|
|
459
|
+
const e = t.querySelectorAll(O.IMAGE), r = t.asElement().hasClass(K) ? [t] : [];
|
|
460
|
+
return e.length ? e : r;
|
|
521
461
|
}
|
|
522
|
-
}
|
|
523
|
-
Ae.REQUIRED_METHODS = ["getId", "getIcon", "getName", "getTemplate", "getTabIndex"];
|
|
524
|
-
var G = class extends M {
|
|
525
|
-
getTargetNodes(e) {
|
|
526
|
-
const t = e.querySelectorAll(I.IMAGE), r = e.asElement().hasClass(w) ? [e] : [];
|
|
527
|
-
return t.length ? t : r;
|
|
528
|
-
}
|
|
529
|
-
}, ze = class extends G {
|
|
462
|
+
}, re = class extends G {
|
|
530
463
|
getParentControlId() {
|
|
531
464
|
return n.BLOCK_IMAGE.EXTERNAL_INDENTS;
|
|
532
465
|
}
|
|
533
|
-
},
|
|
466
|
+
}, ne = class extends G {
|
|
534
467
|
getParentControlId() {
|
|
535
468
|
return n.BLOCK_IMAGE.SIZE;
|
|
536
469
|
}
|
|
537
|
-
}, V = class
|
|
470
|
+
}, V = class L extends a {
|
|
538
471
|
constructor() {
|
|
539
|
-
super(
|
|
472
|
+
super(L.REQUIRED_METHODS, L);
|
|
540
473
|
}
|
|
541
|
-
registerBlockControls(
|
|
474
|
+
registerBlockControls(e) {
|
|
542
475
|
throw new Error("Method registerBlockControls() must be implemented by the subclass");
|
|
543
476
|
}
|
|
544
477
|
};
|
|
545
478
|
V.REQUIRED_METHODS = ["registerBlockControls"];
|
|
546
|
-
var
|
|
547
|
-
constructor(
|
|
548
|
-
this.tabId =
|
|
479
|
+
var se = V, ae = class {
|
|
480
|
+
constructor(t, e) {
|
|
481
|
+
this.tabId = t, this.controlsIds = e;
|
|
549
482
|
}
|
|
550
483
|
getTabId() {
|
|
551
484
|
return this.tabId;
|
|
@@ -556,52 +489,56 @@ var je = V, qe = class {
|
|
|
556
489
|
getControlsIds() {
|
|
557
490
|
return this.controlsIds;
|
|
558
491
|
}
|
|
559
|
-
withLabel(
|
|
560
|
-
return this.label =
|
|
492
|
+
withLabel(t) {
|
|
493
|
+
return this.label = t, this;
|
|
561
494
|
}
|
|
562
|
-
addControl(
|
|
563
|
-
return
|
|
495
|
+
addControl(t, e) {
|
|
496
|
+
return e < 0 ? this.controlsIds.unshift(t) : e > this.controlsIds.length ? this.controlsIds.push(t) : this.controlsIds.splice(e, 0, t), this;
|
|
564
497
|
}
|
|
565
|
-
deleteControl(
|
|
566
|
-
const
|
|
567
|
-
|
|
498
|
+
deleteControl(t) {
|
|
499
|
+
const e = this.controlsIds.indexOf(t);
|
|
500
|
+
e !== -1 && this.controlsIds.splice(e, 1);
|
|
568
501
|
}
|
|
569
|
-
}, l = class extends
|
|
570
|
-
getTargetNodes(
|
|
571
|
-
const
|
|
572
|
-
return
|
|
502
|
+
}, l = class extends x {
|
|
503
|
+
getTargetNodes(t) {
|
|
504
|
+
const e = t.querySelectorAll(O.TEXT), r = t.asElement().hasClass(p) ? [t] : [];
|
|
505
|
+
return e.length ? e : r;
|
|
573
506
|
}
|
|
574
|
-
},
|
|
507
|
+
}, ie = class extends l {
|
|
575
508
|
getParentControlId() {
|
|
576
509
|
return n.GENERAL.TEXT_ALIGN;
|
|
577
510
|
}
|
|
578
|
-
},
|
|
511
|
+
}, oe = class extends l {
|
|
512
|
+
getParentControlId() {
|
|
513
|
+
return n.BLOCK_TEXT.TEXT_BLOCK_BACKGROUND_COLOR;
|
|
514
|
+
}
|
|
515
|
+
}, Ee = class extends l {
|
|
579
516
|
getParentControlId() {
|
|
580
517
|
return n.GENERAL.TEXT_COLOR;
|
|
581
518
|
}
|
|
582
|
-
},
|
|
519
|
+
}, le = class extends l {
|
|
583
520
|
getParentControlId() {
|
|
584
521
|
return n.BLOCK_TEXT.FONT_FAMILY;
|
|
585
522
|
}
|
|
586
|
-
},
|
|
523
|
+
}, de = class extends l {
|
|
587
524
|
getParentControlId() {
|
|
588
525
|
return n.GENERAL.TEXT_LINE_SPACING;
|
|
589
526
|
}
|
|
590
|
-
},
|
|
527
|
+
}, ue = class extends l {
|
|
591
528
|
getParentControlId() {
|
|
592
529
|
return n.BLOCK_TEXT.INTERNAL_INDENTS;
|
|
593
530
|
}
|
|
594
|
-
},
|
|
531
|
+
}, Ie = class extends l {
|
|
595
532
|
getParentControlId() {
|
|
596
533
|
return n.GENERAL.TEXT_SIZE;
|
|
597
534
|
}
|
|
598
|
-
},
|
|
535
|
+
}, Oe = class extends l {
|
|
599
536
|
getParentControlId() {
|
|
600
537
|
return n.GENERAL.TEXT_STYLE;
|
|
601
538
|
}
|
|
602
|
-
},
|
|
603
|
-
constructor(e) {
|
|
604
|
-
this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.
|
|
539
|
+
}, Ut = class {
|
|
540
|
+
constructor(t, e, r = [], s, E = [], T, I = [], d = [], v, $, W, z, Z, j, q, J, tt) {
|
|
541
|
+
this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.i18n = t, this.styles = e, this.previewStyles = W, this.uiElements = r, this.uiElementTagRegistry = s, this.controls = E, this.settingsPanelRegistry = T, this.contextActions = I, this.blocks = d, this.externalSmartElementsLibrary = v, this.externalImageLibrary = $, this.externalImageLibraryTab = tt, this.externalAiAssistant = z, this.externalDisplayConditionsLibrary = Z, this.externalVideoLibrary = j, this.blocksPanel = q, this.iconsRegistry = J, this.id = Math.random().toString(36).substring(2);
|
|
605
542
|
}
|
|
606
543
|
getI18n() {
|
|
607
544
|
return this.i18n;
|
|
@@ -657,111 +594,104 @@ var je = V, qe = class {
|
|
|
657
594
|
getIconsRegistry() {
|
|
658
595
|
return this.iconsRegistry;
|
|
659
596
|
}
|
|
660
|
-
|
|
661
|
-
return this.generalPanelTabs;
|
|
662
|
-
}
|
|
663
|
-
}, it = class {
|
|
597
|
+
}, Te = class {
|
|
664
598
|
constructor() {
|
|
665
|
-
this.styles = [], this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = []
|
|
599
|
+
this.styles = [], this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [];
|
|
666
600
|
}
|
|
667
|
-
withLocalization(
|
|
668
|
-
return this.i18n =
|
|
601
|
+
withLocalization(t) {
|
|
602
|
+
return this.i18n = t, this;
|
|
669
603
|
}
|
|
670
604
|
/**
|
|
671
605
|
* @deprecated Use addStyles() instead. This method will be removed in a future version.
|
|
672
606
|
*/
|
|
673
|
-
withStyles(
|
|
674
|
-
return this.styles = [
|
|
607
|
+
withStyles(t) {
|
|
608
|
+
return this.styles = [t], this;
|
|
675
609
|
}
|
|
676
|
-
addStyles(
|
|
677
|
-
return this.styles.push(
|
|
610
|
+
addStyles(t) {
|
|
611
|
+
return this.styles.push(t), this;
|
|
678
612
|
}
|
|
679
613
|
/**
|
|
680
614
|
* @description defines custom developer styles to use inside the editor document preview
|
|
681
615
|
*/
|
|
682
|
-
withPreviewStyles(
|
|
683
|
-
return this.previewStyles =
|
|
684
|
-
}
|
|
685
|
-
addContextAction(e) {
|
|
686
|
-
return this.contextActions.push(e), this;
|
|
616
|
+
withPreviewStyles(t) {
|
|
617
|
+
return this.previewStyles = t, this;
|
|
687
618
|
}
|
|
688
|
-
|
|
689
|
-
return this.
|
|
619
|
+
addContextAction(t) {
|
|
620
|
+
return this.contextActions.push(t), this;
|
|
690
621
|
}
|
|
691
|
-
|
|
692
|
-
return this.
|
|
622
|
+
addUiElement(t) {
|
|
623
|
+
return this.uiElements.push(t), this;
|
|
693
624
|
}
|
|
694
|
-
|
|
695
|
-
return this.
|
|
625
|
+
withUiElementTagRegistry(t) {
|
|
626
|
+
return this.uiElementTagRegistry = t, this;
|
|
696
627
|
}
|
|
697
|
-
|
|
698
|
-
return this.
|
|
628
|
+
addControl(t) {
|
|
629
|
+
return this.controls.push(t), this;
|
|
699
630
|
}
|
|
700
|
-
|
|
701
|
-
return this.
|
|
631
|
+
withSettingsPanelRegistry(t) {
|
|
632
|
+
return this.settingsPanelRegistry = t, this;
|
|
702
633
|
}
|
|
703
|
-
|
|
704
|
-
return this.
|
|
634
|
+
withExternalSmartElementsLibrary(t) {
|
|
635
|
+
return this.externalSmartElementsLibrary = t, this;
|
|
705
636
|
}
|
|
706
|
-
|
|
707
|
-
return this.
|
|
637
|
+
withExternalImageLibrary(t) {
|
|
638
|
+
return this.externalImageLibrary = t, this;
|
|
708
639
|
}
|
|
709
|
-
|
|
710
|
-
return this.
|
|
640
|
+
withExternalImageLibraryTab(t) {
|
|
641
|
+
return this.externalImageLibraryTab = t, this;
|
|
711
642
|
}
|
|
712
|
-
|
|
713
|
-
return this.
|
|
643
|
+
withExternalAiAssistant(t) {
|
|
644
|
+
return this.externalAiAssistant = t, this;
|
|
714
645
|
}
|
|
715
|
-
|
|
716
|
-
return this.
|
|
646
|
+
withExternalDisplayCondition(t) {
|
|
647
|
+
return this.externalDisplayConditionsLibrary = t, this;
|
|
717
648
|
}
|
|
718
|
-
|
|
719
|
-
return this.
|
|
649
|
+
withExternalVideosLibrary(t) {
|
|
650
|
+
return this.externalVideoLibrary = t, this;
|
|
720
651
|
}
|
|
721
|
-
|
|
722
|
-
return this.
|
|
652
|
+
withBlocksPanel(t) {
|
|
653
|
+
return this.blocksPanel = t, this;
|
|
723
654
|
}
|
|
724
|
-
|
|
725
|
-
return this.
|
|
655
|
+
addBlock(t) {
|
|
656
|
+
return this.blocks.push(t), this;
|
|
726
657
|
}
|
|
727
|
-
|
|
728
|
-
return this.
|
|
658
|
+
withIconsRegistry(t) {
|
|
659
|
+
return this.iconsRegistry = t, this;
|
|
729
660
|
}
|
|
730
661
|
build() {
|
|
731
|
-
return new
|
|
732
|
-
|
|
733
|
-
|
|
662
|
+
return new Ut(
|
|
663
|
+
this.i18n,
|
|
664
|
+
(this.styles || []).map((t) => t.trim()).join(`
|
|
734
665
|
`),
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
}, De = class m extends a {
|
|
666
|
+
this.uiElements,
|
|
667
|
+
this.uiElementTagRegistry,
|
|
668
|
+
this.controls,
|
|
669
|
+
this.settingsPanelRegistry,
|
|
670
|
+
this.contextActions,
|
|
671
|
+
this.blocks,
|
|
672
|
+
this.externalSmartElementsLibrary,
|
|
673
|
+
this.externalImageLibrary,
|
|
674
|
+
this.previewStyles,
|
|
675
|
+
this.externalAiAssistant,
|
|
676
|
+
this.externalDisplayConditionsLibrary,
|
|
677
|
+
this.externalVideoLibrary,
|
|
678
|
+
this.blocksPanel,
|
|
679
|
+
this.iconsRegistry,
|
|
680
|
+
this.externalImageLibraryTab
|
|
681
|
+
);
|
|
682
|
+
}
|
|
683
|
+
}, pt = class C extends a {
|
|
754
684
|
constructor() {
|
|
755
|
-
super(
|
|
685
|
+
super(C.REQUIRED_METHODS, C);
|
|
756
686
|
}
|
|
757
|
-
openAiAssistant(
|
|
687
|
+
openAiAssistant({ value: e, onDataSelectCallback: r, onCancelCallback: s, type: E }) {
|
|
758
688
|
throw new Error("Method openAiAssistant() must be implemented by the subclass");
|
|
759
689
|
}
|
|
760
690
|
};
|
|
761
|
-
|
|
762
|
-
var
|
|
691
|
+
pt.REQUIRED_METHODS = ["openAiAssistant"];
|
|
692
|
+
var Kt = class g extends a {
|
|
763
693
|
constructor() {
|
|
764
|
-
super(
|
|
694
|
+
super(g.REQUIRED_METHODS, g);
|
|
765
695
|
}
|
|
766
696
|
/**
|
|
767
697
|
* Retrieves the name of the category.
|
|
@@ -774,11 +704,11 @@ var Se = class R extends a {
|
|
|
774
704
|
/**
|
|
775
705
|
* Opens a popup dialog for creating or updating a display condition.
|
|
776
706
|
*
|
|
777
|
-
* @param {DisplayCondition}
|
|
778
|
-
* @param {ExternalDisplayConditionSelectedCB}
|
|
779
|
-
* @param {() => void}
|
|
707
|
+
* @param {DisplayCondition} currentCondition - The currently selected display condition to edit.
|
|
708
|
+
* @param {ExternalDisplayConditionSelectedCB} successCallback - Callback executed with the updated or newly created condition upon success.
|
|
709
|
+
* @param {() => void} cancelCallback - Callback executed when the dialog is closed without making changes.
|
|
780
710
|
*/
|
|
781
|
-
openExternalDisplayConditionsDialog(
|
|
711
|
+
openExternalDisplayConditionsDialog(e, r, s) {
|
|
782
712
|
throw new Error("Method openExternalDisplayConditionsDialog() must be implemented by the subclass");
|
|
783
713
|
}
|
|
784
714
|
/**
|
|
@@ -799,19 +729,19 @@ var Se = class R extends a {
|
|
|
799
729
|
throw new Error("Method getContextActionIndex() must be implemented by the subclass");
|
|
800
730
|
}
|
|
801
731
|
};
|
|
802
|
-
|
|
803
|
-
var
|
|
732
|
+
Kt.REQUIRED_METHODS = ["getCategoryName", "openExternalDisplayConditionsDialog"];
|
|
733
|
+
var Ft = class m extends a {
|
|
804
734
|
constructor() {
|
|
805
|
-
super(
|
|
735
|
+
super(m.REQUIRED_METHODS, m);
|
|
806
736
|
}
|
|
807
|
-
openImageLibrary(
|
|
737
|
+
openImageLibrary(e, r, s) {
|
|
808
738
|
throw new Error("Method openImageLibrary() must be implemented by the subclass");
|
|
809
739
|
}
|
|
810
740
|
};
|
|
811
|
-
|
|
812
|
-
var
|
|
741
|
+
Ft.REQUIRED_METHODS = ["openImageLibrary"];
|
|
742
|
+
var wt = class b extends a {
|
|
813
743
|
constructor() {
|
|
814
|
-
super(
|
|
744
|
+
super(b.REQUIRED_METHODS, b);
|
|
815
745
|
}
|
|
816
746
|
/**
|
|
817
747
|
* @description Returns the translated name/label for the tab
|
|
@@ -824,46 +754,45 @@ var Me = class L extends a {
|
|
|
824
754
|
* @description Opens the external image library tab and provides a container for rendering
|
|
825
755
|
* @param _container - DOM element container where the external library UI should be rendered
|
|
826
756
|
* @param _onImageSelectCallback - Callback to invoke when an image is selected
|
|
827
|
-
* @param _selectedNode - (Optional) Selected node for which the gallery is being opened
|
|
828
757
|
*/
|
|
829
|
-
openImageLibraryTab(
|
|
758
|
+
openImageLibraryTab(e, r) {
|
|
830
759
|
throw new Error("Method openImageLibraryTab() must be implemented by the subclass");
|
|
831
760
|
}
|
|
832
761
|
};
|
|
833
|
-
|
|
834
|
-
var
|
|
762
|
+
wt.REQUIRED_METHODS = ["getName", "openImageLibraryTab"];
|
|
763
|
+
var Pt = class N extends a {
|
|
835
764
|
constructor() {
|
|
836
|
-
super(
|
|
765
|
+
super(N.REQUIRED_METHODS, N);
|
|
837
766
|
}
|
|
838
|
-
openSmartElementsLibrary(
|
|
767
|
+
openSmartElementsLibrary(e, r) {
|
|
839
768
|
throw new Error("Method openSmartElementsLibrary() must be implemented by the subclass");
|
|
840
769
|
}
|
|
841
770
|
};
|
|
842
|
-
|
|
843
|
-
var
|
|
771
|
+
Pt.REQUIRED_METHODS = ["openSmartElementsLibrary"];
|
|
772
|
+
var Ht = class A extends a {
|
|
844
773
|
constructor() {
|
|
845
774
|
super(A.REQUIRED_METHODS, A);
|
|
846
775
|
}
|
|
847
|
-
openExternalVideosLibraryDialog(
|
|
776
|
+
openExternalVideosLibraryDialog(e, r, s) {
|
|
848
777
|
throw new Error("Method openExternalVideosLibraryDialog() must be implemented by the subclass");
|
|
849
778
|
}
|
|
850
779
|
};
|
|
851
|
-
|
|
852
|
-
var
|
|
780
|
+
Ht.REQUIRED_METHODS = ["openExternalVideosLibraryDialog"];
|
|
781
|
+
var Q = class D extends a {
|
|
853
782
|
constructor() {
|
|
854
|
-
super(
|
|
783
|
+
super(D.REQUIRED_METHODS, D);
|
|
855
784
|
}
|
|
856
|
-
registerIconsSvg(
|
|
785
|
+
registerIconsSvg(e) {
|
|
857
786
|
throw new Error("Method registerIconsSvg() must be implemented by the subclass");
|
|
858
787
|
}
|
|
859
788
|
};
|
|
860
|
-
|
|
861
|
-
var
|
|
862
|
-
constructor(
|
|
863
|
-
this.key =
|
|
789
|
+
Q.REQUIRED_METHODS = ["registerIconsSvg"];
|
|
790
|
+
var ce = Q, _e = class {
|
|
791
|
+
constructor(t) {
|
|
792
|
+
this.key = t;
|
|
864
793
|
}
|
|
865
|
-
withParams(
|
|
866
|
-
return this.params =
|
|
794
|
+
withParams(t) {
|
|
795
|
+
return this.params = t, this;
|
|
867
796
|
}
|
|
868
797
|
getValue() {
|
|
869
798
|
return {
|
|
@@ -871,15 +800,15 @@ var Et = p, lt = class {
|
|
|
871
800
|
params: this.params
|
|
872
801
|
};
|
|
873
802
|
}
|
|
874
|
-
},
|
|
803
|
+
}, f = class S extends a {
|
|
875
804
|
constructor() {
|
|
876
|
-
super(
|
|
805
|
+
super(S.REQUIRED_METHODS, S);
|
|
877
806
|
}
|
|
878
807
|
/**
|
|
879
808
|
* Called when the UI element should render its content into the provided container.
|
|
880
809
|
* @param container - The HTMLElement where the UI element should be rendered.
|
|
881
810
|
*/
|
|
882
|
-
onRender(
|
|
811
|
+
onRender(e) {
|
|
883
812
|
throw new Error("Method onRender() must be implemented by the subclass");
|
|
884
813
|
}
|
|
885
814
|
/**
|
|
@@ -900,7 +829,7 @@ var Et = p, lt = class {
|
|
|
900
829
|
* Implement this if the element manages a state or value and needs to be updated externally.
|
|
901
830
|
* @param value - The new value to set.
|
|
902
831
|
*/
|
|
903
|
-
setValue(
|
|
832
|
+
setValue(e) {
|
|
904
833
|
}
|
|
905
834
|
/**
|
|
906
835
|
* @description Optional hook called when one of the element's supported attributes ({@link UEAttr}) gets updated externally.
|
|
@@ -908,7 +837,7 @@ var Et = p, lt = class {
|
|
|
908
837
|
* @param name - The name of the attribute that was updated.
|
|
909
838
|
* @param value - The new value of the attribute.
|
|
910
839
|
*/
|
|
911
|
-
onAttributeUpdated(
|
|
840
|
+
onAttributeUpdated(e, r) {
|
|
912
841
|
}
|
|
913
842
|
/**
|
|
914
843
|
* Gets the unique identifier for this UI element type.
|
|
@@ -926,61 +855,62 @@ var Et = p, lt = class {
|
|
|
926
855
|
throw new Error("Method getTemplate() must be implemented by the subclass");
|
|
927
856
|
}
|
|
928
857
|
};
|
|
929
|
-
|
|
930
|
-
var
|
|
858
|
+
f.REQUIRED_METHODS = ["onRender", "getId", "getTemplate"];
|
|
859
|
+
var he = f, Y = class B extends a {
|
|
931
860
|
constructor() {
|
|
932
|
-
super(
|
|
861
|
+
super(B.REQUIRED_METHODS, B);
|
|
933
862
|
}
|
|
934
|
-
registerUiElements(
|
|
863
|
+
registerUiElements(e) {
|
|
935
864
|
throw new Error("Method registerUiElements() must be implemented by the subclass");
|
|
936
865
|
}
|
|
937
866
|
};
|
|
938
|
-
|
|
939
|
-
var
|
|
867
|
+
Y.REQUIRED_METHODS = ["registerUiElements"];
|
|
868
|
+
var Re = Y;
|
|
940
869
|
export {
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
870
|
+
Xt as Block,
|
|
871
|
+
kt as BlockAttr,
|
|
872
|
+
et as BlockCompositionType,
|
|
873
|
+
O as BlockSelector,
|
|
874
|
+
ht as BlockType,
|
|
875
|
+
x as BuiltInControl,
|
|
947
876
|
n as BuiltInControlTypes,
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
877
|
+
Qt as ButtonAlignBuiltInControl,
|
|
878
|
+
ft as ButtonBackgroundColorBuiltInControl,
|
|
879
|
+
Yt as ButtonBorderBuiltInControl,
|
|
880
|
+
Vt as ButtonBorderRadiusBuiltInControl,
|
|
881
|
+
$t as ButtonColorBuiltInControl,
|
|
882
|
+
w as ButtonControls,
|
|
883
|
+
Wt as ButtonFitToContainerBuiltInControl,
|
|
884
|
+
zt as ButtonFontFamilyBuiltInControl,
|
|
885
|
+
Zt as ButtonMarginsBuiltInControl,
|
|
886
|
+
jt as ButtonPaddingsBuiltInControl,
|
|
887
|
+
qt as ButtonTextBuiltInControl,
|
|
888
|
+
Jt as ButtonTextSizeBuiltInControl,
|
|
889
|
+
te as ButtonTextStyleAndFontColorBuiltInControl,
|
|
890
|
+
Rt as ContainerControls,
|
|
891
|
+
ee as Control,
|
|
892
|
+
Ut as Extension,
|
|
893
|
+
Te as ExtensionBuilder,
|
|
894
|
+
F as GeneralControls,
|
|
895
|
+
ce as IconsRegistry,
|
|
967
896
|
H as ImageControls,
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
897
|
+
re as ImageMarginsBuiltInControl,
|
|
898
|
+
ne as ImageSizeBuiltInControl,
|
|
899
|
+
_e as ModificationDescription,
|
|
900
|
+
se as SettingsPanelRegistry,
|
|
901
|
+
ae as SettingsPanelTab,
|
|
902
|
+
Lt as SettingsTab,
|
|
903
|
+
ie as TextAlignBuiltInControl,
|
|
904
|
+
oe as TextBlockBackgroundBuiltInControl,
|
|
905
|
+
Ee as TextColorBuiltInControl,
|
|
906
|
+
P as TextControls,
|
|
907
|
+
le as TextFontFamilyBuiltInControl,
|
|
908
|
+
de as TextLineSpacingBuiltInControl,
|
|
909
|
+
ue as TextPaddingsBuiltInControl,
|
|
910
|
+
Ie as TextSizeBuiltInControl,
|
|
911
|
+
Oe as TextStyleBuiltInControl,
|
|
912
|
+
Gt as UEAttr,
|
|
913
|
+
he as UIElement,
|
|
914
|
+
Re as UIElementTagRegistry,
|
|
915
|
+
yt as UIElementType
|
|
986
916
|
};
|