@useinsider/guido 1.0.3-beta.4f1bcc0 → 1.0.3-beta.4f5545f

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.
Files changed (115) hide show
  1. package/README.md +0 -4
  2. package/dist/components/Guido.vue.js +9 -11
  3. package/dist/components/Guido.vue2.js +14 -14
  4. package/dist/components/organisms/onboarding/NewVersionPopup.vue.js +9 -9
  5. package/dist/components/organisms/onboarding/NewVersionPopup.vue2.js +17 -30
  6. package/dist/components/organisms/onboarding/OnboardingWrapper.vue.js +10 -12
  7. package/dist/components/organisms/onboarding/OnboardingWrapper.vue2.js +18 -19
  8. package/dist/config/migrator/index.js +6 -7
  9. package/dist/enums/defaults.js +3 -4
  10. package/dist/enums/onboarding.js +1 -2
  11. package/dist/extensions/Blocks/Recommendation/block.js +3 -6
  12. package/dist/extensions/Blocks/Recommendation/control.js +40 -69
  13. package/dist/extensions/Blocks/Recommendation/extension.js +7 -42
  14. package/dist/extensions/Blocks/Recommendation/settingsPanel.js +22 -107
  15. package/dist/extensions/Blocks/Recommendation/template.js +200 -0
  16. package/dist/extensions/Blocks/common-control.js +43 -125
  17. package/dist/guido.css +1 -1
  18. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +100 -307
  19. package/dist/package.json.js +1 -1
  20. package/dist/src/@types/generic.d.ts +0 -6
  21. package/dist/src/components/Guido.vue.d.ts +0 -1
  22. package/dist/src/components/organisms/onboarding/NewVersionPopup.vue.d.ts +1 -3
  23. package/dist/src/components/organisms/onboarding/OnboardingWrapper.vue.d.ts +1 -3
  24. package/dist/src/enums/onboarding.d.ts +0 -1
  25. package/dist/src/extensions/Blocks/Recommendation/block.d.ts +0 -1
  26. package/dist/src/extensions/Blocks/Recommendation/control.d.ts +0 -6
  27. package/dist/src/extensions/Blocks/Recommendation/template.d.ts +6 -0
  28. package/dist/src/extensions/Blocks/common-control.d.ts +0 -21
  29. package/dist/src/stores/config.d.ts +0 -1
  30. package/dist/src/utils/dateUtil.d.ts +0 -21
  31. package/dist/static/styles/customEditorStyle.css.js +0 -5
  32. package/dist/utils/dateUtil.js +3 -24
  33. package/package.json +3 -3
  34. package/dist/config/migrator/recommendationMigrator.js +0 -293
  35. package/dist/enums/date.js +0 -6
  36. package/dist/extensions/Blocks/Recommendation/cardCompositionControl.js +0 -103
  37. package/dist/extensions/Blocks/Recommendation/constants.js +0 -5
  38. package/dist/extensions/Blocks/Recommendation/controls/button/align.js +0 -13
  39. package/dist/extensions/Blocks/Recommendation/controls/button/border.js +0 -13
  40. package/dist/extensions/Blocks/Recommendation/controls/button/borderRadius.js +0 -13
  41. package/dist/extensions/Blocks/Recommendation/controls/button/color.js +0 -13
  42. package/dist/extensions/Blocks/Recommendation/controls/button/fitToContent.js +0 -13
  43. package/dist/extensions/Blocks/Recommendation/controls/button/fontFamily.js +0 -13
  44. package/dist/extensions/Blocks/Recommendation/controls/button/margins.js +0 -13
  45. package/dist/extensions/Blocks/Recommendation/controls/button/paddings.js +0 -13
  46. package/dist/extensions/Blocks/Recommendation/controls/button/text.js +0 -13
  47. package/dist/extensions/Blocks/Recommendation/controls/button/textSize.js +0 -13
  48. package/dist/extensions/Blocks/Recommendation/controls/button/textStyleAndFontColor.js +0 -13
  49. package/dist/extensions/Blocks/Recommendation/controls/image/margins.js +0 -13
  50. package/dist/extensions/Blocks/Recommendation/controls/image/size.js +0 -13
  51. package/dist/extensions/Blocks/Recommendation/controls/name/align.js +0 -13
  52. package/dist/extensions/Blocks/Recommendation/controls/name/background.js +0 -13
  53. package/dist/extensions/Blocks/Recommendation/controls/name/color.js +0 -13
  54. package/dist/extensions/Blocks/Recommendation/controls/name/fontFamily.js +0 -13
  55. package/dist/extensions/Blocks/Recommendation/controls/name/paddings.js +0 -13
  56. package/dist/extensions/Blocks/Recommendation/controls/name/size.js +0 -13
  57. package/dist/extensions/Blocks/Recommendation/controls/name/style.js +0 -13
  58. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/align.js +0 -13
  59. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/background.js +0 -13
  60. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/color.js +0 -13
  61. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/fontFamily.js +0 -13
  62. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/paddings.js +0 -13
  63. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/size.js +0 -13
  64. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/style.js +0 -13
  65. package/dist/extensions/Blocks/Recommendation/controls/price/align.js +0 -13
  66. package/dist/extensions/Blocks/Recommendation/controls/price/background.js +0 -13
  67. package/dist/extensions/Blocks/Recommendation/controls/price/color.js +0 -13
  68. package/dist/extensions/Blocks/Recommendation/controls/price/fontFamily.js +0 -13
  69. package/dist/extensions/Blocks/Recommendation/controls/price/paddings.js +0 -13
  70. package/dist/extensions/Blocks/Recommendation/controls/price/size.js +0 -13
  71. package/dist/extensions/Blocks/Recommendation/controls/price/style.js +0 -13
  72. package/dist/extensions/Blocks/Recommendation/templates/blockTemplate.js +0 -160
  73. package/dist/extensions/Blocks/Recommendation/templates/migrationTemplate.js +0 -152
  74. package/dist/extensions/Blocks/Recommendation/templates/templateUtils.js +0 -180
  75. package/dist/src/config/migrator/recommendationMigrator.d.ts +0 -1
  76. package/dist/src/enums/date.d.ts +0 -4
  77. package/dist/src/extensions/Blocks/Recommendation/cardCompositionControl.d.ts +0 -28
  78. package/dist/src/extensions/Blocks/Recommendation/constants.d.ts +0 -51
  79. package/dist/src/extensions/Blocks/Recommendation/controls/button/align.d.ts +0 -5
  80. package/dist/src/extensions/Blocks/Recommendation/controls/button/border.d.ts +0 -5
  81. package/dist/src/extensions/Blocks/Recommendation/controls/button/borderRadius.d.ts +0 -5
  82. package/dist/src/extensions/Blocks/Recommendation/controls/button/color.d.ts +0 -5
  83. package/dist/src/extensions/Blocks/Recommendation/controls/button/fitToContent.d.ts +0 -5
  84. package/dist/src/extensions/Blocks/Recommendation/controls/button/fontFamily.d.ts +0 -5
  85. package/dist/src/extensions/Blocks/Recommendation/controls/button/margins.d.ts +0 -5
  86. package/dist/src/extensions/Blocks/Recommendation/controls/button/paddings.d.ts +0 -5
  87. package/dist/src/extensions/Blocks/Recommendation/controls/button/text.d.ts +0 -5
  88. package/dist/src/extensions/Blocks/Recommendation/controls/button/textSize.d.ts +0 -5
  89. package/dist/src/extensions/Blocks/Recommendation/controls/button/textStyleAndFontColor.d.ts +0 -5
  90. package/dist/src/extensions/Blocks/Recommendation/controls/image/margins.d.ts +0 -5
  91. package/dist/src/extensions/Blocks/Recommendation/controls/image/size.d.ts +0 -5
  92. package/dist/src/extensions/Blocks/Recommendation/controls/name/align.d.ts +0 -5
  93. package/dist/src/extensions/Blocks/Recommendation/controls/name/background.d.ts +0 -5
  94. package/dist/src/extensions/Blocks/Recommendation/controls/name/color.d.ts +0 -5
  95. package/dist/src/extensions/Blocks/Recommendation/controls/name/fontFamily.d.ts +0 -5
  96. package/dist/src/extensions/Blocks/Recommendation/controls/name/paddings.d.ts +0 -5
  97. package/dist/src/extensions/Blocks/Recommendation/controls/name/size.d.ts +0 -5
  98. package/dist/src/extensions/Blocks/Recommendation/controls/name/style.d.ts +0 -5
  99. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/align.d.ts +0 -5
  100. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/background.d.ts +0 -5
  101. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/color.d.ts +0 -5
  102. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/fontFamily.d.ts +0 -5
  103. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/paddings.d.ts +0 -5
  104. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/size.d.ts +0 -5
  105. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/style.d.ts +0 -5
  106. package/dist/src/extensions/Blocks/Recommendation/controls/price/align.d.ts +0 -5
  107. package/dist/src/extensions/Blocks/Recommendation/controls/price/background.d.ts +0 -5
  108. package/dist/src/extensions/Blocks/Recommendation/controls/price/color.d.ts +0 -5
  109. package/dist/src/extensions/Blocks/Recommendation/controls/price/fontFamily.d.ts +0 -5
  110. package/dist/src/extensions/Blocks/Recommendation/controls/price/paddings.d.ts +0 -5
  111. package/dist/src/extensions/Blocks/Recommendation/controls/price/size.d.ts +0 -5
  112. package/dist/src/extensions/Blocks/Recommendation/controls/price/style.d.ts +0 -5
  113. package/dist/src/extensions/Blocks/Recommendation/templates/blockTemplate.d.ts +0 -16
  114. package/dist/src/extensions/Blocks/Recommendation/templates/migrationTemplate.d.ts +0 -16
  115. package/dist/src/extensions/Blocks/Recommendation/templates/templateUtils.d.ts +0 -44
@@ -1,17 +1,17 @@
1
- var J = /* @__PURE__ */ ((t) => (t.BLOCK = "BLOCK", t.STRUCTURE = "STRUCTURE", t.CONTAINER = "CONTAINER", t))(J || {}), B = class u {
1
+ var F = /* @__PURE__ */ ((t) => (t.BLOCK = "BLOCK", t.STRUCTURE = "STRUCTURE", t.CONTAINER = "CONTAINER", t))(F || {}), D = class o {
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
7
  constructor(e, r) {
8
- if (r !== u) {
9
- u.validatedClasses.has(r) || this.validateImplementation(e, r);
10
- const s = u.validationErrors.get(r);
8
+ if (r !== o) {
9
+ o.validatedClasses.has(r) || this.validateImplementation(e, r);
10
+ const s = o.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((E) => ` - ${E}`).join(`
14
+ ${s.map((i) => ` - ${i}`).join(`
15
15
  `)}`
16
16
  );
17
17
  }
@@ -21,22 +21,22 @@ ${s.map((E) => ` - ${E}`).join(`
21
21
  * This validation runs only once per class type and results are cached.
22
22
  */
23
23
  validateImplementation(e, r) {
24
- var O;
25
- const s = [], E = r.name, T = Object.getPrototypeOf(this);
26
- e.forEach((l) => {
27
- if (typeof this[l] != "function") {
28
- s.push(`Method ${l}() is not defined`);
24
+ var l;
25
+ const s = [], i = r.name, d = Object.getPrototypeOf(this);
26
+ e.forEach((a) => {
27
+ if (typeof this[a] != "function") {
28
+ s.push(`Method ${a}() is not defined`);
29
29
  return;
30
30
  }
31
- T[l] === r.prototype[l] && s.push(`Method ${l}() 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" && ((O = process.env) == null ? void 0 : O.NODE_ENV) === "development" && console.log(`[${E} Validation] ✅ ${E} validated successfully`);
31
+ d[a] === r.prototype[a] && s.push(`Method ${a}() must be implemented (currently using base class error-throwing implementation)`);
32
+ }), o.validatedClasses.add(r), s.length > 0 ? (o.validationErrors.set(r, s), console.error(`[${i} Validation] ${i} validation failed:`, s)) : typeof process < "u" && ((l = process.env) == null ? void 0 : l.NODE_ENV) === "development" && console.log(`[${i} Validation] ✅ ${i} validated successfully`);
33
33
  }
34
34
  };
35
- B.validatedClasses = /* @__PURE__ */ new Set();
36
- B.validationErrors = /* @__PURE__ */ new Map();
37
- var i = B, x = class c extends i {
35
+ D.validatedClasses = /* @__PURE__ */ new Set();
36
+ D.validationErrors = /* @__PURE__ */ new Map();
37
+ var n = D, M = class h extends n {
38
38
  constructor() {
39
- super(c.REQUIRED_METHODS, c);
39
+ super(h.REQUIRED_METHODS, h);
40
40
  }
41
41
  /**
42
42
  * Determines if the block should be available for use in the editor.
@@ -185,10 +185,10 @@ var i = B, x = class c extends i {
185
185
  throw new Error("Method getDescription() must be implemented by the subclass");
186
186
  }
187
187
  };
188
- x.REQUIRED_METHODS = ["getId", "getTemplate", "getIcon", "getName", "getDescription"];
189
- var wt = x, tt = class _ extends i {
188
+ M.REQUIRED_METHODS = ["getId", "getTemplate", "getIcon", "getName", "getDescription"];
189
+ var It = M, k = class u extends n {
190
190
  constructor() {
191
- super(_.REQUIRED_METHODS, _);
191
+ super(u.REQUIRED_METHODS, u);
192
192
  }
193
193
  /**
194
194
  * @deprecated - use {@link getPreviewInnerHtml} instead
@@ -203,10 +203,10 @@ var wt = x, tt = class _ extends i {
203
203
  throw new Error("Method getPreviewInnerHtml() must be implemented by the subclass");
204
204
  }
205
205
  };
206
- tt.REQUIRED_METHODS = ["getPreviewInnerHtml"];
207
- var et = class R extends i {
206
+ k.REQUIRED_METHODS = ["getPreviewInnerHtml"];
207
+ var V = class c extends n {
208
208
  constructor() {
209
- super(R.REQUIRED_METHODS, R);
209
+ super(c.REQUIRED_METHODS, c);
210
210
  }
211
211
  getId() {
212
212
  throw new Error("Method getId() must be implemented by the subclass");
@@ -221,170 +221,42 @@ var et = class R extends i {
221
221
  throw new Error("Method onClick() must be implemented by the subclass");
222
222
  }
223
223
  };
224
- et.REQUIRED_METHODS = ["getId", "getIcon", "getLabel", "onClick"];
225
- var rt = {
226
- src: "src",
227
- alt: "alt",
228
- href: "href"
229
- }, nt = {
230
- href: "href"
231
- }, Pt = {
232
- BLOCK_IMAGE: rt,
233
- BLOCK_BUTTON: nt
234
- }, U = "esd-block-button", y = "esd-block-text", K = "esd-block-image", st = "esd-structure", it = "esd-block-video", at = "esd-block-social", ot = "esd-block-banner", Et = "esd-block-timer", lt = "esd-block-menu", dt = "esd-block-html", ut = "esd-block-spacer", Ot = "esd-container-frame", It = "esd-stripe", Tt = "esd-amp-form", I = ((t) => (t.BUTTON = `.${U}`, t.TEXT = `.${y}`, t.IMAGE = `.${K}`, t.STRUCTURE = `.${st}`, t.VIDEO = `.${it}`, t.SOCIAL = `.${at}`, t.BANNER = `.${ot}`, t.TIMER = `.${Et}`, t.MENU = `.${lt}`, t.HTML = `.${dt}`, t.SPACER = `.${ut}`, t.CONTAINER = `.${Ot}`, t.STRIPE = `.${It}`, t.FORM = `.${Tt}`, t))(I || {}), ct = /* @__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))(ct || {}), p = /* @__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))(p || {}), F = /* @__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))(F || {}), w = /* @__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))(w || {}), P = /* @__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))(P || {}), _t = /* @__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))(_t || {}), n = {
235
- BLOCK_BUTTON: F,
236
- BLOCK_TEXT: w,
237
- BLOCK_IMAGE: P,
238
- GENERAL: p
239
- }, Rt = /* @__PURE__ */ ((t) => (t.SETTINGS = "settings", t.STYLES = "styles", t.DATA = "data", t))(Rt || {}), a = {
224
+ V.REQUIRED_METHODS = ["getId", "getIcon", "getLabel", "onClick"];
225
+ var Q = "esd-block-button", $ = "esd-block-text", X = "esd-block-image", G = "esd-structure", f = "esd-block-video", Y = "esd-block-social", W = "esd-block-banner", j = "esd-block-timer", z = "esd-block-menu", q = "esd-block-html", Z = "esd-block-spacer", J = "esd-container-frame", tt = "esd-stripe", et = "esd-amp-form", rt = ((t) => (t.BUTTON = `.${Q}`, t.TEXT = `.${$}`, t.IMAGE = `.${X}`, t.STRUCTURE = `.${G}`, t.VIDEO = `.${f}`, t.SOCIAL = `.${Y}`, t.BANNER = `.${W}`, t.TIMER = `.${j}`, t.MENU = `.${z}`, t.HTML = `.${q}`, t.SPACER = `.${Z}`, t.CONTAINER = `.${J}`, t.STRIPE = `.${tt}`, t.FORM = `.${et}`, t))(rt || {}), st = /* @__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))(st || {}), nt = /* @__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_CONTAINER = "textFixedHeightContainerForm", t.INTERNAL_INDENTS = "textInternalIndents", t.LINE_HEIGHT = "textLineHeightForm", t.LINKS_COLOR = "textLinksFontColorForm", t.MIME_TYPE = "textMimeTypeForm", t.NO_LINE_WRAPS = "textNoLineWrapsForm", t))(nt || {}), it = /* @__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))(it || {}), at = /* @__PURE__ */ ((t) => (t.SETTINGS = "settings", t.STYLES = "styles", t.DATA = "data", t))(at || {}), E = {
240
226
  name: "name",
241
227
  disabled: "disabled"
242
- }, ht = {
243
- ...a,
228
+ }, ot = {
229
+ ...E,
244
230
  caption: "caption",
245
231
  icon: "icon"
246
- }, Ct = {
247
- ...a,
248
- caption: "caption"
249
- }, Lt = {
250
- ...a,
232
+ }, Et = {
233
+ ...E,
251
234
  minValue: "min-value",
252
235
  maxValue: "max-value",
253
236
  step: "step"
254
- }, gt = {
255
- ...a,
237
+ }, lt = {
238
+ ...E,
256
239
  text: "text"
257
- }, mt = {
258
- ...a
259
- }, H = {
260
- ...a,
261
- searchable: "searchable",
262
- multiSelect: "multi-select",
240
+ }, dt = {
241
+ ...E,
263
242
  placeholder: "placeholder",
264
243
  items: "items"
265
- }, At = {
266
- ...H
267
- }, Nt = {
268
- text: "text",
269
- value: "value"
270
- }, bt = {
244
+ }, ht = {
271
245
  text: "text",
272
246
  value: "value"
273
- }, Dt = {
274
- ...a
275
- }, St = {
276
- controlId: "control-id"
277
- }, Bt = {
278
- ...a,
279
- icon: "icon",
280
- position: "position"
281
- }, Mt = {
282
- ...a
283
- }, Ht = {
284
- BUTTON: ht,
285
- CHECKBOX: Ct,
286
- COLOR: a,
287
- COUNTER: Lt,
288
- LABEL: gt,
289
- RADIO_BUTTONS: mt,
290
- SELECTPICKER: H,
291
- FONT_FAMILY_SELECT: At,
292
- SWITCHER: a,
293
- TEXT: Dt,
294
- SELECT_ITEM: Nt,
295
- RADIO_ITEM: bt,
296
- NESTED_CONTROL: St,
297
- ORDERABLE: Bt,
298
- ORDERABLE_ITEM: Mt
299
- }, vt = /* @__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))(vt || {}), M = class {
300
- /**
301
- * @description returns map of nodes parent control operates on
302
- */
303
- getTargetNodes(t) {
304
- return [t];
305
- }
306
- /**
307
- * @description returns map of labels used by parent control UI
308
- */
309
- getLabels() {
310
- }
311
- /**
312
- * @description returns custom description for parent modifications
313
- */
314
- getModificationDescription() {
315
- }
316
- /**
317
- * @description returns custom modifications to be included in the parent control patch
318
- */
319
- getAdditionalModifications(t) {
320
- }
321
- /**
322
- * Determines whether the specified HTML node is visible.
323
- *
324
- * @param _node - The HTML node to evaluate for visibility, provided as an immutable object.
325
- * @return A boolean value indicating whether the node is visible. Returns `true` if the node is visible, otherwise `false`.
326
- */
327
- isVisible(t) {
328
- return !0;
329
- }
330
- }, o = class extends M {
331
- getTargetNodes(t) {
332
- const e = t.querySelectorAll(I.BUTTON), r = t.asElement().hasClass(U) ? [t] : [];
333
- return e.length ? e : r;
334
- }
335
- }, Xt = class extends o {
336
- getParentControlId() {
337
- return n.BLOCK_BUTTON.BORDER_RADIUS;
338
- }
339
- getLabels() {
340
- }
341
- }, kt = class extends o {
342
- getParentControlId() {
343
- return n.BLOCK_BUTTON.ALIGNMENT;
344
- }
345
- }, Vt = class extends o {
346
- getParentControlId() {
347
- return n.BLOCK_BUTTON.BORDER;
348
- }
349
- getLabels() {
350
- }
351
- }, Gt = class extends o {
352
- getParentControlId() {
353
- return n.BLOCK_BUTTON.COLOR;
354
- }
355
- }, ft = class extends o {
356
- getParentControlId() {
357
- return n.BLOCK_BUTTON.ADJUST_TO_WIDTH;
358
- }
359
- }, Qt = class extends o {
360
- getParentControlId() {
361
- return n.BLOCK_BUTTON.FONT_FAMILY;
362
- }
363
- }, Yt = class extends o {
364
- getParentControlId() {
365
- return n.BLOCK_BUTTON.EXTERNAL_INDENTS;
366
- }
367
- }, $t = class extends o {
368
- getParentControlId() {
369
- return n.BLOCK_BUTTON.INTERNAL_INDENTS;
370
- }
371
- }, Wt = class extends o {
372
- getParentControlId() {
373
- return n.BLOCK_BUTTON.TEXT;
374
- }
375
- }, zt = class extends o {
376
- getParentControlId() {
377
- return n.BLOCK_BUTTON.FONT_SIZE;
378
- }
379
- }, Zt = class extends o {
380
- getParentControlId() {
381
- return n.BLOCK_BUTTON.TEXT_STYLE_AND_COLOR;
382
- }
383
- getLabels() {
384
- }
385
- }, X = class h extends i {
247
+ }, ut = {
248
+ ...E
249
+ }, _t = {
250
+ BUTTON: ot,
251
+ COUNTER: Et,
252
+ LABEL: lt,
253
+ SELECTPICKER: dt,
254
+ SWITCHER: E,
255
+ TEXT: ut,
256
+ SELECT_ITEM: ht
257
+ }, ct = /* @__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))(ct || {}), S = class m extends n {
386
258
  constructor() {
387
- super(h.REQUIRED_METHODS, h);
259
+ super(m.REQUIRED_METHODS, m);
388
260
  }
389
261
  /**
390
262
  * @description Allows to determine if control should be visible or hidden in control panel.
@@ -429,38 +301,18 @@ var rt = {
429
301
  */
430
302
  onTemplateNodeUpdated(e) {
431
303
  }
432
- /**
433
- * Lifecycle hook called when any part of the document template has changed.
434
- * This can be frequent; use cautiously for performance-sensitive operations.
435
- * @param _node - The immutable HTML node representing current node instance
436
- */
437
- onDocumentChanged(e) {
438
- }
439
304
  };
440
- X.REQUIRED_METHODS = ["getId", "getTemplate"];
441
- var jt = X, k = class extends M {
442
- getTargetNodes(t) {
443
- const e = t.querySelectorAll(I.IMAGE), r = t.asElement().hasClass(K) ? [t] : [];
444
- return e.length ? e : r;
445
- }
446
- }, qt = class extends k {
447
- getParentControlId() {
448
- return n.BLOCK_IMAGE.EXTERNAL_INDENTS;
449
- }
450
- }, Jt = class extends k {
451
- getParentControlId() {
452
- return n.BLOCK_IMAGE.SIZE;
453
- }
454
- }, V = class C extends i {
305
+ S.REQUIRED_METHODS = ["getId", "getTemplate"];
306
+ var Lt = S, N = class O extends n {
455
307
  constructor() {
456
- super(C.REQUIRED_METHODS, C);
308
+ super(O.REQUIRED_METHODS, O);
457
309
  }
458
310
  registerBlockControls(e) {
459
311
  throw new Error("Method registerBlockControls() must be implemented by the subclass");
460
312
  }
461
313
  };
462
- V.REQUIRED_METHODS = ["registerBlockControls"];
463
- var te = V, ee = class {
314
+ N.REQUIRED_METHODS = ["registerBlockControls"];
315
+ var At = N, Dt = class {
464
316
  constructor(t, e) {
465
317
  this.tabId = t, this.controlsIds = e;
466
318
  }
@@ -483,42 +335,9 @@ var te = V, ee = class {
483
335
  const e = this.controlsIds.indexOf(t);
484
336
  e !== -1 && this.controlsIds.splice(e, 1);
485
337
  }
486
- }, d = class extends M {
487
- getTargetNodes(t) {
488
- const e = t.querySelectorAll(I.TEXT), r = t.asElement().hasClass(y) ? [t] : [];
489
- return e.length ? e : r;
490
- }
491
- }, re = class extends d {
492
- getParentControlId() {
493
- return n.GENERAL.TEXT_ALIGN;
494
- }
495
- }, ne = class extends d {
496
- getParentControlId() {
497
- return n.BLOCK_TEXT.TEXT_BLOCK_BACKGROUND_COLOR;
498
- }
499
- }, se = class extends d {
500
- getParentControlId() {
501
- return n.GENERAL.TEXT_COLOR;
502
- }
503
- }, ie = class extends d {
504
- getParentControlId() {
505
- return n.BLOCK_TEXT.FONT_FAMILY;
506
- }
507
- }, ae = class extends d {
508
- getParentControlId() {
509
- return n.BLOCK_TEXT.INTERNAL_INDENTS;
510
- }
511
- }, oe = class extends d {
512
- getParentControlId() {
513
- return n.GENERAL.TEXT_SIZE;
514
- }
515
- }, Ee = class extends d {
516
- getParentControlId() {
517
- return n.GENERAL.TEXT_STYLE;
518
- }
519
- }, xt = class {
520
- constructor(t, e, r = [], s, E = [], T, O = [], l = [], v, Y, $, W, z, Z, j, q) {
521
- this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.i18n = t, this.styles = e, this.previewStyles = $, this.uiElements = r, this.uiElementTagRegistry = s, this.controls = E, this.settingsPanelRegistry = T, this.contextActions = O, this.blocks = l, this.externalSmartElementsLibrary = v, this.externalImageLibrary = Y, this.externalAiAssistant = W, this.externalDisplayConditionsLibrary = z, this.externalVideoLibrary = Z, this.blocksPanel = j, this.iconsRegistry = q, this.id = Math.random().toString(36).substring(2);
338
+ }, mt = class {
339
+ constructor(t, e, r = [], s, i = [], d, l = [], a = [], T, U, p, w, B, K, H, P) {
340
+ this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.i18n = t, this.styles = e, this.previewStyles = p, this.uiElements = r, this.uiElementTagRegistry = s, this.controls = i, this.settingsPanelRegistry = d, this.contextActions = l, this.blocks = a, this.externalSmartElementsLibrary = T, this.externalImageLibrary = U, this.externalAiAssistant = w, this.externalDisplayConditionsLibrary = B, this.externalVideoLibrary = K, this.blocksPanel = H, this.iconsRegistry = P, this.id = Math.random().toString(36).substring(2);
522
341
  }
523
342
  getI18n() {
524
343
  return this.i18n;
@@ -571,7 +390,7 @@ var te = V, ee = class {
571
390
  getIconsRegistry() {
572
391
  return this.iconsRegistry;
573
392
  }
574
- }, le = class {
393
+ }, Tt = class {
575
394
  constructor() {
576
395
  this.styles = [], this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [];
577
396
  }
@@ -633,7 +452,7 @@ var te = V, ee = class {
633
452
  return this.iconsRegistry = t, this;
634
453
  }
635
454
  build() {
636
- return new xt(
455
+ return new mt(
637
456
  this.i18n,
638
457
  (this.styles || []).map((t) => t.trim()).join(`
639
458
  `),
@@ -653,18 +472,18 @@ var te = V, ee = class {
653
472
  this.iconsRegistry
654
473
  );
655
474
  }
656
- }, Ut = class L extends i {
475
+ }, Ot = class b extends n {
657
476
  constructor() {
658
- super(L.REQUIRED_METHODS, L);
477
+ super(b.REQUIRED_METHODS, b);
659
478
  }
660
- openAiAssistant({ value: e, onDataSelectCallback: r, onCancelCallback: s, type: E }) {
479
+ openAiAssistant({ value: e, onDataSelectCallback: r, onCancelCallback: s, type: i }) {
661
480
  throw new Error("Method openAiAssistant() must be implemented by the subclass");
662
481
  }
663
482
  };
664
- Ut.REQUIRED_METHODS = ["openAiAssistant"];
665
- var yt = class g extends i {
483
+ Ot.REQUIRED_METHODS = ["openAiAssistant"];
484
+ var bt = class R extends n {
666
485
  constructor() {
667
- super(g.REQUIRED_METHODS, g);
486
+ super(R.REQUIRED_METHODS, R);
668
487
  }
669
488
  /**
670
489
  * Retrieves the name of the category.
@@ -702,44 +521,44 @@ var yt = class g extends i {
702
521
  throw new Error("Method getContextActionIndex() must be implemented by the subclass");
703
522
  }
704
523
  };
705
- yt.REQUIRED_METHODS = ["getCategoryName", "openExternalDisplayConditionsDialog"];
706
- var Kt = class m extends i {
524
+ bt.REQUIRED_METHODS = ["getCategoryName", "openExternalDisplayConditionsDialog"];
525
+ var Rt = class C extends n {
707
526
  constructor() {
708
- super(m.REQUIRED_METHODS, m);
527
+ super(C.REQUIRED_METHODS, C);
709
528
  }
710
529
  openImageLibrary(e, r, s) {
711
530
  throw new Error("Method openImageLibrary() must be implemented by the subclass");
712
531
  }
713
532
  };
714
- Kt.REQUIRED_METHODS = ["openImageLibrary"];
715
- var pt = class A extends i {
533
+ Rt.REQUIRED_METHODS = ["openImageLibrary"];
534
+ var Ct = class g extends n {
716
535
  constructor() {
717
- super(A.REQUIRED_METHODS, A);
536
+ super(g.REQUIRED_METHODS, g);
718
537
  }
719
538
  openSmartElementsLibrary(e, r) {
720
539
  throw new Error("Method openSmartElementsLibrary() must be implemented by the subclass");
721
540
  }
722
541
  };
723
- pt.REQUIRED_METHODS = ["openSmartElementsLibrary"];
724
- var Ft = class N extends i {
542
+ Ct.REQUIRED_METHODS = ["openSmartElementsLibrary"];
543
+ var gt = class I extends n {
725
544
  constructor() {
726
- super(N.REQUIRED_METHODS, N);
545
+ super(I.REQUIRED_METHODS, I);
727
546
  }
728
547
  openExternalVideosLibraryDialog(e, r, s) {
729
548
  throw new Error("Method openExternalVideosLibraryDialog() must be implemented by the subclass");
730
549
  }
731
550
  };
732
- Ft.REQUIRED_METHODS = ["openExternalVideosLibraryDialog"];
733
- var G = class b extends i {
551
+ gt.REQUIRED_METHODS = ["openExternalVideosLibraryDialog"];
552
+ var y = class _ extends n {
734
553
  constructor() {
735
- super(b.REQUIRED_METHODS, b);
554
+ super(_.REQUIRED_METHODS, _);
736
555
  }
737
556
  registerIconsSvg(e) {
738
557
  throw new Error("Method registerIconsSvg() must be implemented by the subclass");
739
558
  }
740
559
  };
741
- G.REQUIRED_METHODS = ["registerIconsSvg"];
742
- var de = G, ue = class {
560
+ y.REQUIRED_METHODS = ["registerIconsSvg"];
561
+ var Mt = y, St = class {
743
562
  constructor(t) {
744
563
  this.key = t;
745
564
  }
@@ -752,9 +571,9 @@ var de = G, ue = class {
752
571
  params: this.params
753
572
  };
754
573
  }
755
- }, f = class D extends i {
574
+ }, v = class L extends n {
756
575
  constructor() {
757
- super(D.REQUIRED_METHODS, D);
576
+ super(L.REQUIRED_METHODS, L);
758
577
  }
759
578
  /**
760
579
  * Called when the UI element should render its content into the provided container.
@@ -807,60 +626,34 @@ var de = G, ue = class {
807
626
  throw new Error("Method getTemplate() must be implemented by the subclass");
808
627
  }
809
628
  };
810
- f.REQUIRED_METHODS = ["onRender", "getId", "getTemplate"];
811
- var Oe = f, Q = class S extends i {
629
+ v.REQUIRED_METHODS = ["onRender", "getId", "getTemplate"];
630
+ var Nt = v, x = class A extends n {
812
631
  constructor() {
813
- super(S.REQUIRED_METHODS, S);
632
+ super(A.REQUIRED_METHODS, A);
814
633
  }
815
634
  registerUiElements(e) {
816
635
  throw new Error("Method registerUiElements() must be implemented by the subclass");
817
636
  }
818
637
  };
819
- Q.REQUIRED_METHODS = ["registerUiElements"];
820
- var Ie = Q;
638
+ x.REQUIRED_METHODS = ["registerUiElements"];
639
+ var yt = x;
821
640
  export {
822
- wt as Block,
823
- Pt as BlockAttr,
824
- J as BlockCompositionType,
825
- I as BlockSelector,
826
- ct as BlockType,
827
- M as BuiltInControl,
828
- n as BuiltInControlTypes,
829
- kt as ButtonAlignBuiltInControl,
830
- Vt as ButtonBorderBuiltInControl,
831
- Xt as ButtonBorderRadiusBuiltInControl,
832
- Gt as ButtonColorBuiltInControl,
833
- F as ButtonControls,
834
- ft as ButtonFitToContainerBuiltInControl,
835
- Qt as ButtonFontFamilyBuiltInControl,
836
- Yt as ButtonMarginsBuiltInControl,
837
- $t as ButtonPaddingsBuiltInControl,
838
- Wt as ButtonTextBuiltInControl,
839
- zt as ButtonTextSizeBuiltInControl,
840
- Zt as ButtonTextStyleAndFontColorBuiltInControl,
841
- _t as ContainerControls,
842
- jt as Control,
843
- xt as Extension,
844
- le as ExtensionBuilder,
845
- p as GeneralControls,
846
- de as IconsRegistry,
847
- P as ImageControls,
848
- qt as ImageMarginsBuiltInControl,
849
- Jt as ImageSizeBuiltInControl,
850
- ue as ModificationDescription,
851
- te as SettingsPanelRegistry,
852
- ee as SettingsPanelTab,
853
- Rt as SettingsTab,
854
- re as TextAlignBuiltInControl,
855
- ne as TextBlockBackgroundBuiltInControl,
856
- se as TextColorBuiltInControl,
857
- w as TextControls,
858
- ie as TextFontFamilyBuiltInControl,
859
- ae as TextPaddingsBuiltInControl,
860
- oe as TextSizeBuiltInControl,
861
- Ee as TextStyleBuiltInControl,
862
- Ht as UEAttr,
863
- Oe as UIElement,
864
- Ie as UIElementTagRegistry,
865
- vt as UIElementType
641
+ It as Block,
642
+ F as BlockCompositionType,
643
+ rt as BlockSelector,
644
+ st as BlockType,
645
+ it as ContainerControls,
646
+ Lt as Control,
647
+ mt as Extension,
648
+ Tt as ExtensionBuilder,
649
+ Mt as IconsRegistry,
650
+ St as ModificationDescription,
651
+ At as SettingsPanelRegistry,
652
+ Dt as SettingsPanelTab,
653
+ at as SettingsTab,
654
+ nt as TextControls,
655
+ _t as UEAttr,
656
+ Nt as UIElement,
657
+ yt as UIElementTagRegistry,
658
+ ct as UIElementType
866
659
  };
@@ -1,4 +1,4 @@
1
- const o = { stripo: { version: "2.42.0" } }, s = {
1
+ const o = { stripo: { version: "2.43.0" } }, s = {
2
2
  guido: o
3
3
  };
4
4
  export {
@@ -18,7 +18,6 @@ export type GuidoConfig = {
18
18
  ignoreDefaultHtmlCompilerRules?: boolean;
19
19
  useHeader?: boolean;
20
20
  emailHeader: EmailHeader;
21
- migrationDate: number;
22
21
  partner?: Partner;
23
22
  extensions?: Extensions;
24
23
  features?: Features;
@@ -60,9 +59,4 @@ export type TextValueObject = {
60
59
  text: string;
61
60
  value: string;
62
61
  };
63
- export interface L10n {
64
- locale?: string;
65
- timezone?: string;
66
- time?: number;
67
- }
68
62
  export {};
@@ -26,7 +26,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__
26
26
  "save:complete": (data: Omit<SavedTemplateDetails, "forceRecreate">) => void;
27
27
  "on-change": (hasChanges: boolean) => void;
28
28
  ready: () => void;
29
- "onboarding:finished": () => void;
30
29
  }, string, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}>;
31
30
  export default _default;
32
31
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,4 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {
2
- "onboarding-finished": () => void;
3
- }, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
2
  export default _default;
@@ -1,4 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {
2
- "onboarding-finished": () => void;
3
- }, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
2
  export default _default;
@@ -1,2 +1 @@
1
1
  export declare const SERVICE_HOVER_SELECTORS: string[];
2
- export declare const ACADEMY_LINK = "https://academy.useinsider.com/docs/email-drag-drop-editor";
@@ -1,7 +1,6 @@
1
1
  import { Block, BlockCompositionType } from '@stripoinc/ui-editor-extensions';
2
2
  export declare const BLOCK_ID = "recommendation-block";
3
3
  export declare class RecommendationBlock extends Block {
4
- constructor();
5
4
  getId(): string;
6
5
  getIcon(): string;
7
6
  getBlockCompositionType(): BlockCompositionType;
@@ -21,12 +21,6 @@ export declare class RecommendationBlockControl extends CommonControl {
21
21
  _onFilterChange(value: boolean): void;
22
22
  _onFilterSelectClick(): void;
23
23
  _onDataChange(item: string, value: string | number | string[]): void;
24
- /**
25
- * Get the current card composition from block data attribute or use default
26
- */
27
- _getCardComposition(): string[];
28
- _regenerateProductRows(): void;
29
- _debouncedRegenerateProductRows: import("@vueuse/shared").PromisifyFn<() => void>;
30
24
  _onCurrencyConfigChange(item: string, value: string | number): void;
31
25
  _onCurrencyChange(value: string): void;
32
26
  _setProductIdsVisibility(): void;
@@ -0,0 +1,6 @@
1
+ declare const migrationTemplate = "ADD YOUR MIGRATION HERE";
2
+ /**
3
+ * @returns The template for the default checkbox block
4
+ */
5
+ export declare function getDefaultTemplate(): string;
6
+ export default migrationTemplate;