@useinsider/guido 3.2.0-beta.e01b42a → 3.2.0-beta.e69fb3b

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 (279) hide show
  1. package/README.md +1 -0
  2. package/dist/@types/config/schemas.js +66 -54
  3. package/dist/@types/config/validator.js +27 -34
  4. package/dist/components/Guido.vue.js +4 -4
  5. package/dist/components/Guido.vue2.js +87 -82
  6. package/dist/components/organisms/base/Toaster.vue2.js +10 -11
  7. package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue2.js +12 -12
  8. package/dist/components/organisms/email-preview/desktop-preview/EmailSizeIndicator.vue.js +7 -7
  9. package/dist/components/organisms/email-preview/desktop-preview/EmailSizeIndicator.vue2.js +12 -20
  10. package/dist/components/organisms/email-preview/mobile-preview/ContentView.vue2.js +6 -6
  11. package/dist/components/organisms/email-preview/mobile-preview/InboxView.vue2.js +9 -15
  12. package/dist/components/organisms/extensions/recommendation/FilterItem.vue2.js +31 -40
  13. package/dist/components/organisms/extensions/recommendation/FilterSelectionDrawer.vue2.js +19 -20
  14. package/dist/components/organisms/extensions/recommendation/Filters.vue2.js +11 -14
  15. package/dist/components/organisms/header/EditorActions.vue.js +12 -13
  16. package/dist/components/organisms/header/EditorActions.vue2.js +51 -40
  17. package/dist/components/organisms/header/HeaderWrapper.vue2.js +12 -15
  18. package/dist/components/organisms/header/LeftSlot.vue2.js +16 -19
  19. package/dist/components/organisms/header/MiddleSlot.vue2.js +14 -11
  20. package/dist/components/organisms/header/RightSlot.vue.js +10 -10
  21. package/dist/components/organisms/header/RightSlot.vue2.js +13 -13
  22. package/dist/components/organisms/onboarding/AMPOnboarding.vue.js +11 -12
  23. package/dist/components/organisms/onboarding/AMPOnboarding.vue2.js +49 -31
  24. package/dist/components/organisms/onboarding/GenericOnboarding.vue.js +12 -13
  25. package/dist/components/organisms/onboarding/GenericOnboarding.vue2.js +36 -38
  26. package/dist/components/organisms/onboarding/ItemsOnboarding.vue.js +12 -13
  27. package/dist/components/organisms/onboarding/ItemsOnboarding.vue2.js +47 -51
  28. package/dist/components/organisms/onboarding/NewVersionPopup.vue2.js +18 -21
  29. package/dist/components/organisms/onboarding/OnboardingWrapper.vue2.js +27 -31
  30. package/dist/components/organisms/onboarding/TextBlockOnboarding.vue.js +12 -13
  31. package/dist/components/organisms/onboarding/TextBlockOnboarding.vue2.js +33 -46
  32. package/dist/components/organisms/onboarding/VersionHistoryOnboarding.vue.js +11 -12
  33. package/dist/components/organisms/onboarding/VersionHistoryOnboarding.vue2.js +20 -21
  34. package/dist/components/organisms/save-as-template/SaveAsTemplateDrawer.vue2.js +18 -18
  35. package/dist/components/organisms/unsubscribe/UnsubscribeWrapper.vue.js +9 -10
  36. package/dist/composables/useActionsApi.js +37 -38
  37. package/dist/composables/useBlocksConfig.js +26 -26
  38. package/dist/composables/useFullStoryBridge.js +13 -0
  39. package/dist/composables/useHtmlCompiler.js +34 -24
  40. package/dist/composables/useHtmlValidator.js +91 -97
  41. package/dist/composables/useHttp.js +30 -30
  42. package/dist/composables/usePartner.js +1 -1
  43. package/dist/composables/usePreviewMode.js +20 -16
  44. package/dist/composables/useRecommendation.js +14 -15
  45. package/dist/composables/useRibbonOffset.js +21 -0
  46. package/dist/composables/useSave.js +23 -16
  47. package/dist/composables/useStripo.js +55 -47
  48. package/dist/composables/useSyncModuleExtractor.js +31 -29
  49. package/dist/composables/useTimerClone.js +24 -25
  50. package/dist/composables/useTranslations.js +2 -3
  51. package/dist/composables/useValidation.js +7 -8
  52. package/dist/composables/validators/useLiquidValidator.js +42 -0
  53. package/dist/config/compiler/liquidCompilerRules.js +15 -0
  54. package/dist/config/compiler/recommendationCompilerRules.js +162 -43
  55. package/dist/config/compiler/unsubscribeCompilerRules.js +45 -44
  56. package/dist/config/compiler/utils/recommendationCompilerUtils.js +51 -46
  57. package/dist/config/migrator/checkboxMigrator.js +23 -22
  58. package/dist/config/migrator/couponBlockMigrator.js +18 -19
  59. package/dist/config/migrator/itemsBlockMigrator.js +87 -89
  60. package/dist/config/migrator/radioButtonMigrator.js +19 -18
  61. package/dist/config/migrator/recommendationMigrator.js +107 -110
  62. package/dist/config/migrator/unsubscribeMigrator.js +10 -11
  63. package/dist/enums/extensions/recommendationBlock.js +14 -11
  64. package/dist/enums/onboarding.js +7 -2
  65. package/dist/enums/recommendation.js +2 -2
  66. package/dist/enums/unsubscribe.js +33 -27
  67. package/dist/extensions/Blocks/CouponBlock/template.js +24 -13
  68. package/dist/extensions/Blocks/Items/block.js +9 -9
  69. package/dist/extensions/Blocks/Items/controls/button/link.js +14 -14
  70. package/dist/extensions/Blocks/Items/controls/cardComposition.js +89 -97
  71. package/dist/extensions/Blocks/Items/controls/image/link.js +14 -14
  72. package/dist/extensions/Blocks/Items/controls/name/trimming.js +23 -24
  73. package/dist/extensions/Blocks/Items/controls/price/currencyLocation.js +13 -14
  74. package/dist/extensions/Blocks/Items/controls/price/currencySymbol.js +44 -47
  75. package/dist/extensions/Blocks/Items/controls/price/formattedPrice.js +38 -38
  76. package/dist/extensions/Blocks/Items/controls/price/hideDiscount.js +11 -11
  77. package/dist/extensions/Blocks/Items/controls/price/priceOrientation.js +38 -40
  78. package/dist/extensions/Blocks/Items/controls/price/singlePrice.js +35 -35
  79. package/dist/extensions/Blocks/Items/controls/settingsControl.js +155 -162
  80. package/dist/extensions/Blocks/Items/enums/productEnums.js +21 -14
  81. package/dist/extensions/Blocks/Items/template.js +210 -210
  82. package/dist/extensions/Blocks/Recommendation/constants/controlIds.js +1 -1
  83. package/dist/extensions/Blocks/Recommendation/constants/selectors.js +27 -11
  84. package/dist/extensions/Blocks/Recommendation/controls/button/index.js +36 -36
  85. package/dist/extensions/Blocks/Recommendation/controls/cardComposition/index.js +208 -200
  86. package/dist/extensions/Blocks/Recommendation/controls/customAttribute/index.js +23 -20
  87. package/dist/extensions/Blocks/Recommendation/controls/customAttribute/textTrim.js +99 -0
  88. package/dist/extensions/Blocks/Recommendation/controls/image/index.js +9 -9
  89. package/dist/extensions/Blocks/Recommendation/controls/main/algorithm.js +19 -20
  90. package/dist/extensions/Blocks/Recommendation/controls/main/filters.js +4 -6
  91. package/dist/extensions/Blocks/Recommendation/controls/main/index.js +84 -90
  92. package/dist/extensions/Blocks/Recommendation/controls/main/layoutOrientation.js +18 -18
  93. package/dist/extensions/Blocks/Recommendation/controls/main/productCount.js +4 -4
  94. package/dist/extensions/Blocks/Recommendation/controls/main/productLayout.js +35 -36
  95. package/dist/extensions/Blocks/Recommendation/controls/main/utils.js +127 -126
  96. package/dist/extensions/Blocks/Recommendation/controls/name/index.js +24 -24
  97. package/dist/extensions/Blocks/Recommendation/controls/name/textTrim.js +27 -57
  98. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/index.js +24 -24
  99. package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/index.js +24 -24
  100. package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/textAfter.js +4 -4
  101. package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/textBefore.js +4 -4
  102. package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/index.js +24 -24
  103. package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/textAfter.js +4 -4
  104. package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/textBefore.js +4 -4
  105. package/dist/extensions/Blocks/Recommendation/controls/price/index.js +24 -24
  106. package/dist/extensions/Blocks/Recommendation/controls/shared/textTrimCssRules.js +14 -0
  107. package/dist/extensions/Blocks/Recommendation/controls/spacing/index.js +50 -50
  108. package/dist/extensions/Blocks/Recommendation/controls/syncInfoMessage.js +18 -20
  109. package/dist/extensions/Blocks/Recommendation/extension.js +31 -32
  110. package/dist/extensions/Blocks/Recommendation/settingsPanel.js +25 -32
  111. package/dist/extensions/Blocks/Recommendation/store/recommendation.js +72 -69
  112. package/dist/extensions/Blocks/Recommendation/templates/grid/elementRenderer.js +24 -23
  113. package/dist/extensions/Blocks/Recommendation/templates/grid/migration.js +10 -10
  114. package/dist/extensions/Blocks/Recommendation/templates/grid/template.js +28 -27
  115. package/dist/extensions/Blocks/Recommendation/templates/index.js +9 -9
  116. package/dist/extensions/Blocks/Recommendation/templates/list/elementRenderer.js +26 -25
  117. package/dist/extensions/Blocks/Recommendation/templates/list/template.js +21 -21
  118. package/dist/extensions/Blocks/Recommendation/templates/utils.js +53 -48
  119. package/dist/extensions/Blocks/Recommendation/utils/filterUtil.js +17 -14
  120. package/dist/extensions/Blocks/Recommendation/validation/filterSchema.js +13 -16
  121. package/dist/extensions/Blocks/Unsubscribe/block.js +11 -11
  122. package/dist/extensions/Blocks/Unsubscribe/control.js +11 -13
  123. package/dist/extensions/Blocks/Unsubscribe/elements/preview.js +16 -18
  124. package/dist/extensions/Blocks/common-control.js +25 -26
  125. package/dist/extensions/DynamicContent/dynamic-content.js +59 -59
  126. package/dist/guido.css +1 -1
  127. package/dist/library.js +11 -12
  128. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +232 -210
  129. package/dist/node_modules/lodash-es/_getValue.js +1 -1
  130. package/dist/node_modules/valibot/dist/index.js +122 -126
  131. package/dist/package.json.js +1 -1
  132. package/dist/services/recommendationApi.js +12 -15
  133. package/dist/services/stripoApi.js +9 -9
  134. package/dist/services/templateLibraryApi.js +49 -48
  135. package/dist/src/@types/config/index.d.ts +1 -1
  136. package/dist/src/@types/config/schemas.d.ts +28 -0
  137. package/dist/src/@types/config/types.d.ts +3 -1
  138. package/dist/src/@types/generic.d.ts +0 -1
  139. package/dist/src/@types/save-as-template.d.ts +1 -0
  140. package/dist/src/components/wrappers/WpModal.vue.d.ts +1 -1
  141. package/dist/src/composables/useActionsApi.d.ts +1 -1
  142. package/dist/src/composables/useConfig.d.ts +12 -0
  143. package/dist/src/composables/useFullStoryBridge.d.ts +11 -0
  144. package/dist/src/composables/useHtmlCompiler.d.ts +1 -2
  145. package/dist/src/composables/useRibbonOffset.d.ts +4 -0
  146. package/dist/src/composables/validators/useLiquidValidator.d.ts +3 -0
  147. package/dist/src/config/compiler/liquidCompilerRules.d.ts +2 -0
  148. package/dist/src/config/compiler/utils/recommendationCompilerUtils.d.ts +1 -1
  149. package/dist/src/enums/extensions/recommendationBlock.d.ts +3 -0
  150. package/dist/src/enums/onboarding.d.ts +6 -0
  151. package/dist/src/enums/unsubscribe.d.ts +5 -0
  152. package/dist/src/extensions/Blocks/CouponBlock/template.d.ts +2 -0
  153. package/dist/src/extensions/Blocks/Recommendation/constants/controlIds.d.ts +1 -0
  154. package/dist/src/extensions/Blocks/Recommendation/constants/index.d.ts +1 -1
  155. package/dist/src/extensions/Blocks/Recommendation/constants/selectors.d.ts +5 -0
  156. package/dist/src/extensions/Blocks/Recommendation/controls/cardComposition/index.d.ts +5 -0
  157. package/dist/src/extensions/Blocks/Recommendation/controls/customAttribute/index.d.ts +3 -0
  158. package/dist/src/extensions/Blocks/Recommendation/controls/customAttribute/textTrim.d.ts +35 -0
  159. package/dist/src/extensions/Blocks/Recommendation/controls/name/textTrim.d.ts +3 -20
  160. package/dist/src/extensions/Blocks/Recommendation/controls/shared/textTrimCssRules.d.ts +29 -0
  161. package/dist/src/extensions/Blocks/Recommendation/templates/grid/template.d.ts +4 -4
  162. package/dist/src/extensions/Blocks/Recommendation/templates/list/template.d.ts +3 -3
  163. package/dist/src/extensions/Blocks/Recommendation/templates/utils.d.ts +20 -3
  164. package/dist/src/extensions/Blocks/Recommendation/utils/tagName.d.ts +3 -3
  165. package/dist/src/services/templateLibraryApi.d.ts +1 -1
  166. package/dist/src/stores/config.d.ts +108 -0
  167. package/dist/src/stores/dynamic-content.d.ts +3 -3
  168. package/dist/src/stores/onboarding.d.ts +4 -0
  169. package/dist/src/stores/preview.d.ts +3 -0
  170. package/dist/src/utils/genericUtil.d.ts +1 -1
  171. package/dist/src/utils/htmlCompiler.d.ts +2 -1
  172. package/dist/static/styles/base.css.js +7 -2
  173. package/dist/static/styles/components/button.css.js +3 -2
  174. package/dist/static/styles/components/loader.css.js +4 -0
  175. package/dist/stores/config.js +25 -81
  176. package/dist/stores/dynamic-content.js +6 -11
  177. package/dist/stores/onboarding.js +5 -1
  178. package/dist/stores/preview.js +8 -10
  179. package/dist/stores/unsubscribe.js +1 -4
  180. package/dist/utils/dateUtil.js +7 -10
  181. package/dist/utils/genericUtil.js +39 -20
  182. package/dist/utils/htmlCompiler.js +48 -41
  183. package/dist/utils/pairProductVariables.js +13 -14
  184. package/dist/utils/templatePreparation.js +36 -25
  185. package/dist/utils/tooltipUtils.js +4 -5
  186. package/package.json +9 -4
  187. package/dist/node_modules/lodash-es/_DataView.js +0 -6
  188. package/dist/node_modules/lodash-es/_Promise.js +0 -6
  189. package/dist/node_modules/lodash-es/_Set.js +0 -6
  190. package/dist/node_modules/lodash-es/_SetCache.js +0 -13
  191. package/dist/node_modules/lodash-es/_Stack.js +0 -18
  192. package/dist/node_modules/lodash-es/_Uint8Array.js +0 -5
  193. package/dist/node_modules/lodash-es/_WeakMap.js +0 -6
  194. package/dist/node_modules/lodash-es/_arrayFilter.js +0 -10
  195. package/dist/node_modules/lodash-es/_arrayLikeKeys.js +0 -20
  196. package/dist/node_modules/lodash-es/_arrayMap.js +0 -8
  197. package/dist/node_modules/lodash-es/_arrayPush.js +0 -8
  198. package/dist/node_modules/lodash-es/_arraySome.js +0 -9
  199. package/dist/node_modules/lodash-es/_baseEach.js +0 -6
  200. package/dist/node_modules/lodash-es/_baseFlatten.js +0 -13
  201. package/dist/node_modules/lodash-es/_baseFor.js +0 -5
  202. package/dist/node_modules/lodash-es/_baseForOwn.js +0 -8
  203. package/dist/node_modules/lodash-es/_baseGet.js +0 -11
  204. package/dist/node_modules/lodash-es/_baseGetAllKeys.js +0 -9
  205. package/dist/node_modules/lodash-es/_baseHasIn.js +0 -6
  206. package/dist/node_modules/lodash-es/_baseIsArguments.js +0 -9
  207. package/dist/node_modules/lodash-es/_baseIsEqual.js +0 -8
  208. package/dist/node_modules/lodash-es/_baseIsEqualDeep.js +0 -32
  209. package/dist/node_modules/lodash-es/_baseIsMatch.js +0 -29
  210. package/dist/node_modules/lodash-es/_baseIsTypedArray.js +0 -12
  211. package/dist/node_modules/lodash-es/_baseIteratee.js +0 -11
  212. package/dist/node_modules/lodash-es/_baseKeys.js +0 -14
  213. package/dist/node_modules/lodash-es/_baseMap.js +0 -11
  214. package/dist/node_modules/lodash-es/_baseMatches.js +0 -12
  215. package/dist/node_modules/lodash-es/_baseMatchesProperty.js +0 -17
  216. package/dist/node_modules/lodash-es/_baseProperty.js +0 -8
  217. package/dist/node_modules/lodash-es/_basePropertyDeep.js +0 -9
  218. package/dist/node_modules/lodash-es/_baseRange.js +0 -9
  219. package/dist/node_modules/lodash-es/_baseTimes.js +0 -8
  220. package/dist/node_modules/lodash-es/_baseToString.js +0 -18
  221. package/dist/node_modules/lodash-es/_baseTrim.js +0 -8
  222. package/dist/node_modules/lodash-es/_baseUnary.js +0 -8
  223. package/dist/node_modules/lodash-es/_cacheHas.js +0 -6
  224. package/dist/node_modules/lodash-es/_castPath.js +0 -10
  225. package/dist/node_modules/lodash-es/_createBaseEach.js +0 -15
  226. package/dist/node_modules/lodash-es/_createBaseFor.js +0 -13
  227. package/dist/node_modules/lodash-es/_createRange.js +0 -11
  228. package/dist/node_modules/lodash-es/_equalArrays.js +0 -40
  229. package/dist/node_modules/lodash-es/_equalByTag.js +0 -45
  230. package/dist/node_modules/lodash-es/_equalObjects.js +0 -36
  231. package/dist/node_modules/lodash-es/_getAllKeys.js +0 -9
  232. package/dist/node_modules/lodash-es/_getMatchData.js +0 -12
  233. package/dist/node_modules/lodash-es/_getSymbols.js +0 -10
  234. package/dist/node_modules/lodash-es/_getTag.js +0 -28
  235. package/dist/node_modules/lodash-es/_hasPath.js +0 -19
  236. package/dist/node_modules/lodash-es/_isFlattenable.js +0 -10
  237. package/dist/node_modules/lodash-es/_isIndex.js +0 -8
  238. package/dist/node_modules/lodash-es/_isIterateeCall.js +0 -13
  239. package/dist/node_modules/lodash-es/_isKey.js +0 -12
  240. package/dist/node_modules/lodash-es/_isPrototype.js +0 -8
  241. package/dist/node_modules/lodash-es/_isStrictComparable.js +0 -7
  242. package/dist/node_modules/lodash-es/_mapToArray.js +0 -9
  243. package/dist/node_modules/lodash-es/_matchesStrictComparable.js +0 -8
  244. package/dist/node_modules/lodash-es/_memoizeCapped.js +0 -11
  245. package/dist/node_modules/lodash-es/_nativeKeys.js +0 -5
  246. package/dist/node_modules/lodash-es/_nodeUtil.js +0 -11
  247. package/dist/node_modules/lodash-es/_overArg.js +0 -8
  248. package/dist/node_modules/lodash-es/_setCacheAdd.js +0 -7
  249. package/dist/node_modules/lodash-es/_setCacheHas.js +0 -6
  250. package/dist/node_modules/lodash-es/_setToArray.js +0 -9
  251. package/dist/node_modules/lodash-es/_stackClear.js +0 -7
  252. package/dist/node_modules/lodash-es/_stackDelete.js +0 -7
  253. package/dist/node_modules/lodash-es/_stackGet.js +0 -6
  254. package/dist/node_modules/lodash-es/_stackHas.js +0 -6
  255. package/dist/node_modules/lodash-es/_stackSet.js +0 -17
  256. package/dist/node_modules/lodash-es/_stringToPath.js +0 -10
  257. package/dist/node_modules/lodash-es/_toKey.js +0 -10
  258. package/dist/node_modules/lodash-es/_trimmedEndIndex.js +0 -9
  259. package/dist/node_modules/lodash-es/flatMap.js +0 -8
  260. package/dist/node_modules/lodash-es/get.js +0 -8
  261. package/dist/node_modules/lodash-es/hasIn.js +0 -8
  262. package/dist/node_modules/lodash-es/identity.js +0 -6
  263. package/dist/node_modules/lodash-es/isArguments.js +0 -10
  264. package/dist/node_modules/lodash-es/isArray.js +0 -4
  265. package/dist/node_modules/lodash-es/isArrayLike.js +0 -8
  266. package/dist/node_modules/lodash-es/isBuffer.js +0 -6
  267. package/dist/node_modules/lodash-es/isLength.js +0 -7
  268. package/dist/node_modules/lodash-es/isObjectLike.js +0 -6
  269. package/dist/node_modules/lodash-es/isSymbol.js +0 -9
  270. package/dist/node_modules/lodash-es/isTypedArray.js +0 -7
  271. package/dist/node_modules/lodash-es/keys.js +0 -9
  272. package/dist/node_modules/lodash-es/map.js +0 -11
  273. package/dist/node_modules/lodash-es/property.js +0 -10
  274. package/dist/node_modules/lodash-es/range.js +0 -5
  275. package/dist/node_modules/lodash-es/stubArray.js +0 -6
  276. package/dist/node_modules/lodash-es/stubFalse.js +0 -6
  277. package/dist/node_modules/lodash-es/toFinite.js +0 -14
  278. package/dist/node_modules/lodash-es/toNumber.js +0 -22
  279. package/dist/node_modules/lodash-es/toString.js +0 -7
@@ -1,17 +1,17 @@
1
- var B = class d {
1
+ var x = class d {
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(t, a) {
8
- if (a !== d) {
9
- d.validatedClasses.has(a) || this.validateImplementation(t, a);
10
- const i = d.validationErrors.get(a);
11
- if (i && i.length > 0)
7
+ constructor(t, r) {
8
+ if (r !== d) {
9
+ d.validatedClasses.has(r) || this.validateImplementation(t, r);
10
+ const a = d.validationErrors.get(r);
11
+ if (a && a.length > 0)
12
12
  throw new Error(
13
- `${a.name} has validation errors:
14
- ${i.map((o) => ` - ${o}`).join(`
13
+ `${r.name} has validation errors:
14
+ ${a.map((E) => ` - ${E}`).join(`
15
15
  `)}`
16
16
  );
17
17
  }
@@ -20,16 +20,15 @@ ${i.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(t, a) {
24
- var v;
25
- const i = [], o = a.name, $ = Object.getPrototypeOf(this);
23
+ validateImplementation(t, r) {
24
+ const a = [], E = r.name, $ = Object.getPrototypeOf(this);
26
25
  t.forEach((u) => {
27
26
  if (typeof this[u] != "function") {
28
- i.push(`Method ${u}() is not defined`);
27
+ a.push(`Method ${u}() is not defined`);
29
28
  return;
30
29
  }
31
- $[u] === a.prototype[u] && i.push(`Method ${u}() must be implemented (currently using base class error-throwing implementation)`);
32
- }), d.validatedClasses.add(a), i.length > 0 ? (d.validationErrors.set(a, i), console.error(`[${o} Validation] ${o} validation failed:`, i)) : typeof process < "u" && ((v = process.env) == null ? void 0 : v.NODE_ENV) === "development" && console.log(`[${o} Validation] ✅ ${o} validated successfully`);
30
+ $[u] === r.prototype[u] && a.push(`Method ${u}() must be implemented (currently using base class error-throwing implementation)`);
31
+ }), d.validatedClasses.add(r), a.length > 0 ? (d.validationErrors.set(r, a), console.error(`[${E} Validation] ${E} validation failed:`, a)) : typeof process < "u" && process.env?.NODE_ENV === "development" && console.log(`[${E} Validation] ✅ ${E} validated successfully`);
33
32
  }
34
33
  /**
35
34
  * Lifecycle method for cleaning up resources (e.g., removing DOM artifacts from document.body).
@@ -39,9 +38,9 @@ ${i.map((o) => ` - ${o}`).join(`
39
38
  destroy() {
40
39
  }
41
40
  };
42
- B.validatedClasses = /* @__PURE__ */ new Set();
43
- B.validationErrors = /* @__PURE__ */ new Map();
44
- var s = B, W = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.CONTAINER = "CONTAINER", e.STRUCTURE = "STRUCTURE", e.STRIPE = "STRIPE", e))(W || {}), y = class T extends s {
41
+ x.validatedClasses = /* @__PURE__ */ new Set();
42
+ x.validationErrors = /* @__PURE__ */ new Map();
43
+ var i = x, W = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.CONTAINER = "CONTAINER", e.STRUCTURE = "STRUCTURE", e.STRIPE = "STRIPE", e))(W || {}), y = class T extends i {
45
44
  constructor() {
46
45
  super(T.REQUIRED_METHODS, T);
47
46
  }
@@ -160,6 +159,9 @@ var s = B, W = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.CONTAINER = "CONTAI
160
159
  allowInnerBlocksDND() {
161
160
  return !0;
162
161
  }
162
+ allowInteractWithAMPWhenSelected() {
163
+ return !0;
164
+ }
163
165
  /**
164
166
  * Gets the unique identifier for this block type.
165
167
  * This ID is used for registration and referencing the block.
@@ -219,14 +221,13 @@ var s = B, W = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.CONTAINER = "CONTAI
219
221
  }
220
222
  };
221
223
  y.REQUIRED_METHODS = ["getId", "getTemplate", "getIcon", "getName", "getDescription"];
222
- var $e = y, z = class I extends s {
224
+ var ze = y, z = class I extends i {
223
225
  constructor() {
224
226
  super(I.REQUIRED_METHODS, I);
225
227
  }
226
228
  /**
227
229
  * @deprecated - use {@link getPreviewInnerHtml} instead
228
230
  */
229
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
230
231
  getPreviewHtml(t) {
231
232
  }
232
233
  /**
@@ -237,7 +238,7 @@ var $e = y, z = class I extends s {
237
238
  }
238
239
  };
239
240
  z.REQUIRED_METHODS = ["getPreviewInnerHtml"];
240
- var We = class {
241
+ var Ze = class {
241
242
  /**
242
243
  * Generates HTML representation for a block item
243
244
  * @param block - The block item to generate HTML for
@@ -311,7 +312,7 @@ var We = class {
311
312
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
312
313
  getModulesTabIconName(e) {
313
314
  }
314
- }, Z = class b extends s {
315
+ }, Z = class b extends i {
315
316
  constructor() {
316
317
  super(b.REQUIRED_METHODS, b);
317
318
  }
@@ -329,85 +330,85 @@ var We = class {
329
330
  }
330
331
  };
331
332
  Z.REQUIRED_METHODS = ["getId", "getIcon", "getLabel", "onClick"];
332
- var j = {
333
+ var q = {
333
334
  src: "src",
334
335
  alt: "alt",
335
336
  href: "href",
336
337
  width: "width",
337
338
  height: "height"
338
- }, ze = {
339
- BLOCK_IMAGE: j
340
- }, P = "esd-block-button", U = "esd-block-text", w = "esd-block-image", q = "esd-structure", J = "esd-block-video", ee = "esd-block-social", te = "esd-block-banner", re = "esd-block-timer", ae = "esd-block-menu", ne = "esd-block-html", se = "esd-block-spacer", ie = "esd-container-frame", le = "esd-stripe", Ee = "esd-amp-form", c = ((e) => (e.BUTTON = `.${P}`, e.TEXT = `.${U}`, e.IMAGE = `.${w}`, e.STRUCTURE = `.${q}`, e.VIDEO = `.${J}`, e.SOCIAL = `.${ee}`, e.BANNER = `.${te}`, e.TIMER = `.${re}`, e.MENU = `.${ae}`, e.HTML = `.${ne}`, e.SPACER = `.${se}`, e.CONTAINER = `.${ie}`, e.STRIPE = `.${le}`, e.FORM = `.${Ee}`, e))(c || {}), oe = /* @__PURE__ */ ((e) => (e.BLOCK_IMAGE = "BLOCK_IMAGE", e.BLOCK_TEXT = "BLOCK_TEXT", e.BLOCK_BUTTON = "BLOCK_BUTTON", e.BLOCK_SPACER = "BLOCK_SPACER", e.BLOCK_VIDEO = "BLOCK_VIDEO", e.BLOCK_SOCIAL = "BLOCK_SOCIAL", e.BLOCK_BANNER = "BLOCK_BANNER", e.BLOCK_TIMER = "BLOCK_TIMER", e.BLOCK_MENU = "BLOCK_MENU", e.BLOCK_MENU_ITEM = "BLOCK_MENU_ITEM", e.BLOCK_HTML = "BLOCK_HTML", e.BLOCK_AMP_CAROUSEL = "BLOCK_AMP_CAROUSEL", e.BLOCK_AMP_ACCORDION = "BLOCK_AMP_ACCORDION", e.BLOCK_AMP_FORM = "BLOCK_AMP_FORM", e.CONTAINER = "CONTAINER", e.FORM_CONTAINER = "FORM_CONTAINER", e.STRUCTURE = "STRUCTURE", e.STRIPE = "STRIPE", e.EMPTY_CONTAINER = "EMPTY_CONTAINER", e.CUSTOM_BLOCK_LINK = "CUSTOM_BLOCK_LINK", e.CUSTOM_BLOCK_IMAGE = "CUSTOM_BLOCK_IMAGE", e.CUSTOM_BLOCK_TEXT = "CUSTOM_BLOCK_TEXT", e))(oe || {}), K = /* @__PURE__ */ ((e) => (e.ANCHOR_LINK_CONTAINER = "anchorLinkFormContainer", e.APPLY_CONDITION = "applyCondition", e.APPLY_CONDITION_SWITCHER = "applyConditionSwitcher", e.BACKGROUND_COLOR = "backgroundColor", e.BACKGROUND_IMAGE = "generalImageContainer", e.TEXT_COLOR = "textColor", e.TEXT_STYLE = "textStyle", e.TEXT_SIZE = "textSize", e.TEXT_LINE_SPACING = "textLineSpacing", e.TEXT_ALIGN = "textAlign", e.FIXED_HEIGHT_SWITCHER = "fixedHeightSwitcherForm", e.HIDDEN_NODE = "hiddenNode", e.SMART_BLOCK = "smartBlock", e.SYNCHRONIZED_MODULE = "synchronizedModuleForm", e.FONT_FAMILY = "generalFontFamilyForm", e.BLOCK_INTERNAL_INDENTS = "generalBlockInternalIndents", e.STRUCTURE_INTERNAL_INDENTS = "generalStructureInternalIndents", e))(K || {}), F = /* @__PURE__ */ ((e) => (e.ADJUST_TO_WIDTH = "adjustToWidth", e.ALIGNMENT = "buttonAlignment", e.BORDER = "buttonBorder", e.BORDER_RADIUS = "buttonBorderRadius", e.COLOR = "buttonColor", e.BUTTON_BLOCK_BACKGROUND_COLOR = "buttonBlockBackgroundColor", e.EXTERNAL_INDENTS = "buttonExternalIndents", e.FIXED_HEIGHT = "buttonFixedHeightForm", e.FONT_COLOR = "buttonFontColor", e.FONT_FAMILY = "buttonFontFamily", e.FONT_SIZE = "buttonFontSize", e.ICON = "buttonIconContainer", e.ICON_ALIGN = "buttonIconAlign", e.ICON_INDENT = "buttonIconIndent", e.ICON_WIDTH = "buttonIconWidth", e.IMAGE = "buttonImageForm", e.INTERNAL_INDENTS = "buttonInternalIndents", e.LINK = "buttonLink", e.MIME_TYPE = "buttonMimeTypeForm", e.SWITCHER_HOVERED_STYLES = "buttonSwitcherHoveredStylesForm", e.TEXT = "buttonText", e.TEXT_STYLE_AND_COLOR = "buttonTextStyleAndColorForm", e.HOVERED_BORDER_COLOR = "hoveredStyleBorderButtonForm", e.HOVERED_COLOR = "hoveredButtonColorForm", e.HOVERED_TEXT_COLOR = "hoveredButtonTextColorForm", e))(F || {}), H = /* @__PURE__ */ ((e) => (e.HIDDEN_NODE = "hiddenNodeText", e.PARAGRAPH_STYLE = "paragraphStyleForm", e.ALIGN = "textAlignmentForm", e.ANCHOR_CONTAINER = "textAnchorForm", e.FONT_BACKGROUND_COLOR = "textBlockFontBackgroundColor", e.TEXT_BLOCK_BACKGROUND_COLOR = "textBlockBackgroundColor", e.FONT_COLOR = "textBlockFontColor", e.TEXT_BLOCK_FONT_FAMILY = "textBlockFontFamily", e.FONT_FAMILY = "textFontFamily", e.FONT_SIZE = "textBlockFontSize", e.DIRECTION = "textBlockDirectionForm", e.INSERT_FORM = "textBlockInsertForm", e.LINK_DATA = "textBlockLinkDataForm", e.FORMAT = "textBlockTextFormatForm", e.FIXED_HEIGHT = "textFixedHeightForm", e.INTERNAL_INDENTS = "textInternalIndents", e.LINE_HEIGHT = "textLineHeightForm", e.MIME_TYPE = "textMimeTypeForm", e.NO_LINE_WRAPS = "textNoLineWrapsForm", e))(H || {}), k = /* @__PURE__ */ ((e) => (e.ALT_TEXT = "altText", e.LINK = "blockLink", e.ALIGNMENT = "imageAlignment", e.ANCHOR_LINK_CONTAINER = "imageAnchorLinkContainerForm", e.BORDER_RADIUS = "imageBorderRadiusForm", e.IMAGE = "imageImageForm", e.EXTERNAL_INDENTS = "imageExternalIndents", e.MIME_TYPE = "imageMimeTypeForm", e.RESPONSIVE = "imageResponsive", e.ROLLOVER_IMAGE = "imageRolloverImageForm", e.ROLLOVER_SWITCHER = "imageRolloverSwitcherForm", e.SIZE = "imageSizeContainer", e))(k || {}), de = /* @__PURE__ */ ((e) => (e.BACKGROUND_COLOR = "containerBackgroundColorForm", e.BORDER_FORM = "containerBorderForm", e.BORDER_RADIUS = "containerBorderRadiusForm", e.EXTERNAL_INDENTS = "containerExternalIndentsForm", e.IMAGE_CONTAINER = "containerImageContainerForm", e.MIME_TYPE = "containerMimeTypeForm", e.DISPLAY_CONDITIONS = "displayConditions", e.HIDDEN_NODE = "containerHiddenNodeForm", e))(de || {}), n = {
341
- BLOCK_BUTTON: F,
342
- BLOCK_TEXT: H,
343
- BLOCK_IMAGE: k,
344
- GENERAL: K
345
- }, ue = /* @__PURE__ */ ((e) => (e.previewDeviceMode = "previewDeviceMode", e.panelPosition = "panelPosition", e))(ue || {}), ce = /* @__PURE__ */ ((e) => (e.DESKTOP = "DESKTOP", e.MOBILE = "MOBILE", e))(ce || {}), Te = /* @__PURE__ */ ((e) => (e.SETTINGS = "settings", e.STYLES = "styles", e.DATA = "data", e))(Te || {}), r = {
339
+ }, qe = {
340
+ BLOCK_IMAGE: q
341
+ }, P = "esd-block-button", p = "esd-block-text", U = "esd-block-image", j = "esd-structure", J = "esd-block-video", ee = "esd-block-social", te = "esd-block-banner", re = "esd-block-timer", ne = "esd-block-menu", se = "esd-block-html", ae = "esd-block-spacer", ie = "esd-container-frame", oe = "esd-stripe", le = "esd-amp-form", c = ((e) => (e.BUTTON = `.${P}`, e.TEXT = `.${p}`, e.IMAGE = `.${U}`, e.STRUCTURE = `.${j}`, e.VIDEO = `.${J}`, e.SOCIAL = `.${ee}`, e.BANNER = `.${te}`, e.TIMER = `.${re}`, e.MENU = `.${ne}`, e.HTML = `.${se}`, e.SPACER = `.${ae}`, e.CONTAINER = `.${ie}`, e.STRIPE = `.${oe}`, e.FORM = `.${le}`, e))(c || {}), Ee = /* @__PURE__ */ ((e) => (e.BLOCK_IMAGE = "BLOCK_IMAGE", e.BLOCK_TEXT = "BLOCK_TEXT", e.BLOCK_BUTTON = "BLOCK_BUTTON", e.BLOCK_SPACER = "BLOCK_SPACER", e.BLOCK_VIDEO = "BLOCK_VIDEO", e.BLOCK_SOCIAL = "BLOCK_SOCIAL", e.BLOCK_BANNER = "BLOCK_BANNER", e.BLOCK_TIMER = "BLOCK_TIMER", e.BLOCK_MENU = "BLOCK_MENU", e.BLOCK_MENU_ITEM = "BLOCK_MENU_ITEM", e.BLOCK_HTML = "BLOCK_HTML", e.BLOCK_AMP_CAROUSEL = "BLOCK_AMP_CAROUSEL", e.BLOCK_AMP_ACCORDION = "BLOCK_AMP_ACCORDION", e.BLOCK_AMP_FORM = "BLOCK_AMP_FORM", e.CONTAINER = "CONTAINER", e.FORM_CONTAINER = "FORM_CONTAINER", e.STRUCTURE = "STRUCTURE", e.STRIPE = "STRIPE", e.EMPTY_CONTAINER = "EMPTY_CONTAINER", e.CUSTOM_BLOCK_LINK = "CUSTOM_BLOCK_LINK", e.CUSTOM_BLOCK_IMAGE = "CUSTOM_BLOCK_IMAGE", e.CUSTOM_BLOCK_TEXT = "CUSTOM_BLOCK_TEXT", e))(Ee || {}), w = /* @__PURE__ */ ((e) => (e.ANCHOR_LINK_CONTAINER = "anchorLinkFormContainer", e.APPLY_CONDITION = "applyCondition", e.APPLY_CONDITION_SWITCHER = "applyConditionSwitcher", e.BACKGROUND_COLOR = "backgroundColor", e.BACKGROUND_IMAGE = "generalImageContainer", e.TEXT_COLOR = "textColor", e.TEXT_STYLE = "textStyle", e.TEXT_SIZE = "textSize", e.TEXT_LINE_SPACING = "textLineSpacing", e.TEXT_ALIGN = "textAlign", e.FIXED_HEIGHT_SWITCHER = "fixedHeightSwitcherForm", e.HIDDEN_NODE = "hiddenNode", e.SMART_BLOCK = "smartBlock", e.SYNCHRONIZED_MODULE = "synchronizedModuleForm", e.FONT_FAMILY = "generalFontFamilyForm", e.BLOCK_INTERNAL_INDENTS = "generalBlockInternalIndents", e.STRUCTURE_INTERNAL_INDENTS = "generalStructureInternalIndents", e))(w || {}), K = /* @__PURE__ */ ((e) => (e.ADJUST_TO_WIDTH = "adjustToWidth", e.ALIGNMENT = "buttonAlignment", e.BORDER = "buttonBorder", e.BORDER_RADIUS = "buttonBorderRadius", e.COLOR = "buttonColor", e.BUTTON_BLOCK_BACKGROUND_COLOR = "buttonBlockBackgroundColor", e.EXTERNAL_INDENTS = "buttonExternalIndents", e.FIXED_HEIGHT = "buttonFixedHeightForm", e.FONT_COLOR = "buttonFontColor", e.FONT_FAMILY = "buttonFontFamily", e.FONT_SIZE = "buttonFontSize", e.ICON = "buttonIconContainer", e.ICON_ALIGN = "buttonIconAlign", e.ICON_INDENT = "buttonIconIndent", e.ICON_WIDTH = "buttonIconWidth", e.IMAGE = "buttonImageForm", e.INTERNAL_INDENTS = "buttonInternalIndents", e.LINK = "buttonLink", e.MIME_TYPE = "buttonMimeTypeForm", e.SWITCHER_HOVERED_STYLES = "buttonSwitcherHoveredStylesForm", e.TEXT = "buttonText", e.TEXT_STYLE_AND_COLOR = "buttonTextStyleAndColorForm", e.HOVERED_BORDER_COLOR = "hoveredStyleBorderButtonForm", e.HOVERED_COLOR = "hoveredButtonColorForm", e.HOVERED_TEXT_COLOR = "hoveredButtonTextColorForm", e))(K || {}), F = /* @__PURE__ */ ((e) => (e.HIDDEN_NODE = "hiddenNodeText", e.PARAGRAPH_STYLE = "paragraphStyleForm", e.ALIGN = "textAlignmentForm", e.ANCHOR_CONTAINER = "textAnchorForm", e.FONT_BACKGROUND_COLOR = "textBlockFontBackgroundColor", e.TEXT_BLOCK_BACKGROUND_COLOR = "textBlockBackgroundColor", e.FONT_COLOR = "textBlockFontColor", e.TEXT_BLOCK_FONT_FAMILY = "textBlockFontFamily", e.FONT_FAMILY = "textFontFamily", e.FONT_SIZE = "textBlockFontSize", e.FONT_WEIGHT = "textBlockFontWeight", e.DIRECTION = "textBlockDirectionForm", e.INSERT_FORM = "textBlockInsertForm", e.LINK_DATA = "textBlockLinkDataForm", e.FORMAT = "textBlockTextFormatForm", e.FIXED_HEIGHT = "textFixedHeightForm", e.INTERNAL_INDENTS = "textInternalIndents", e.LINE_HEIGHT = "textLineHeightForm", e.MIME_TYPE = "textMimeTypeForm", e.NO_LINE_WRAPS = "textNoLineWrapsForm", e))(F || {}), H = /* @__PURE__ */ ((e) => (e.ALT_TEXT = "altText", e.LINK = "blockLink", e.ALIGNMENT = "imageAlignment", e.ANCHOR_LINK_CONTAINER = "imageAnchorLinkContainerForm", e.BORDER_RADIUS = "imageBorderRadiusForm", e.IMAGE = "imageImageForm", e.EXTERNAL_INDENTS = "imageExternalIndents", e.MIME_TYPE = "imageMimeTypeForm", e.RESPONSIVE = "imageResponsive", e.ROLLOVER_IMAGE = "imageRolloverImageForm", e.ROLLOVER_SWITCHER = "imageRolloverSwitcherForm", e.SIZE = "imageSizeContainer", e))(H || {}), de = /* @__PURE__ */ ((e) => (e.BACKGROUND_COLOR = "containerBackgroundColorForm", e.BORDER_FORM = "containerBorderForm", e.BORDER_RADIUS = "containerBorderRadiusForm", e.EXTERNAL_INDENTS = "containerExternalIndentsForm", e.IMAGE_CONTAINER = "containerImageContainerForm", e.MIME_TYPE = "containerMimeTypeForm", e.DISPLAY_CONDITIONS = "displayConditions", e.HIDDEN_NODE = "containerHiddenNodeForm", e))(de || {}), s = {
342
+ BLOCK_BUTTON: K,
343
+ BLOCK_TEXT: F,
344
+ BLOCK_IMAGE: H,
345
+ GENERAL: w
346
+ }, ue = /* @__PURE__ */ ((e) => (e.previewDeviceMode = "previewDeviceMode", e.panelPosition = "panelPosition", e.themeMode = "themeMode", e))(ue || {}), ce = /* @__PURE__ */ ((e) => (e.DESKTOP = "DESKTOP", e.MOBILE = "MOBILE", e))(ce || {}), Te = /* @__PURE__ */ ((e) => (e.SETTINGS = "settings", e.STYLES = "styles", e.DATA = "data", e))(Te || {}), n = {
346
347
  name: "name",
347
348
  disabled: "disabled"
348
349
  }, Ie = {
349
- ...r,
350
+ ...n,
350
351
  caption: "caption",
351
352
  icon: "icon"
352
353
  }, be = {
353
- ...r,
354
+ ...n,
354
355
  caption: "caption"
355
356
  }, he = {
356
- ...r,
357
+ ...n,
357
358
  minValue: "min-value",
358
359
  maxValue: "max-value",
359
360
  step: "step"
360
361
  }, me = {
361
- ...r,
362
+ ...n,
362
363
  placeholder: "placeholder",
363
364
  minDate: "min-date"
364
365
  }, ge = {
365
- ...r,
366
+ ...n,
366
367
  text: "text",
367
368
  hint: "hint"
368
369
  }, Oe = {
369
- ...r,
370
+ ...n,
370
371
  type: "type"
371
372
  }, Re = {
372
- ...r,
373
+ ...n,
373
374
  buttons: "buttons"
374
- }, p = {
375
- ...r,
375
+ }, k = {
376
+ ...n,
376
377
  searchable: "searchable",
377
378
  multiSelect: "multi-select",
378
379
  placeholder: "placeholder",
379
380
  items: "items"
380
381
  }, Le = {
381
- ...p,
382
+ ...k,
382
383
  addCustomFontOption: "add-custom-font-option"
383
384
  }, _e = {
384
- ...r,
385
+ ...n,
385
386
  text: "text",
386
387
  value: "value"
387
388
  }, Ce = {
388
- ...r,
389
+ ...n,
389
390
  text: "text",
390
391
  hint: "hint",
391
392
  icon: "icon",
392
393
  value: "value"
393
394
  }, Ae = {
394
- ...r,
395
+ ...n,
395
396
  buttons: "buttons"
396
397
  }, Ne = {
397
- ...r,
398
+ ...n,
398
399
  text: "text",
399
400
  hint: "hint",
400
401
  icon: "icon",
401
402
  value: "value"
402
403
  }, De = {
403
- ...r,
404
+ ...n,
404
405
  placeholder: "placeholder"
405
406
  }, Se = {
406
- ...r,
407
+ ...n,
407
408
  resizable: "resizable",
408
409
  placeholder: "placeholder"
409
410
  }, Me = {
410
- ...r,
411
+ ...n,
411
412
  img: "img",
412
413
  src: "src",
413
414
  title: "title",
@@ -418,39 +419,44 @@ var j = {
418
419
  visibility: "visibility",
419
420
  transform: "transform"
420
421
  }, Be = {
421
- ...r,
422
+ ...n,
422
423
  controlId: "control-id"
423
424
  }, xe = {
424
- ...r,
425
+ ...n,
425
426
  expanded: "expanded"
426
427
  }, ve = {
427
- ...r,
428
+ ...n,
428
429
  icon: "icon",
429
430
  position: "position"
430
431
  }, ye = {
431
- ...r
432
+ ...n
432
433
  }, Pe = {
433
- ...r,
434
+ ...n,
434
435
  icon: "icon"
436
+ }, pe = {
437
+ ...n
435
438
  }, Ue = {
436
- ...r
437
- }, we = {
438
- ...r,
439
+ ...n,
439
440
  blockId: "block-id"
440
- }, Ze = {
441
- DEFAULT: r,
441
+ }, we = {
442
+ ...n
443
+ }, Ke = {
444
+ ...n,
445
+ placeholder: "placeholder"
446
+ }, je = {
447
+ DEFAULT: n,
442
448
  BUTTON: Ie,
443
449
  CHECKBOX: be,
444
450
  CHECK_BUTTONS: Ae,
445
- COLOR: r,
451
+ COLOR: n,
446
452
  COUNTER: he,
447
453
  DATEPICKER: me,
448
454
  LABEL: ge,
449
455
  MESSAGE: Oe,
450
456
  RADIO_BUTTONS: Re,
451
- SELECTPICKER: p,
457
+ SELECTPICKER: k,
452
458
  FONT_FAMILY_SELECT: Le,
453
- SWITCHER: r,
459
+ SWITCHER: n,
454
460
  TEXT: De,
455
461
  TEXTAREA: Se,
456
462
  ICON: Me,
@@ -462,9 +468,11 @@ var j = {
462
468
  ORDERABLE: ve,
463
469
  ORDERABLE_ITEM: ye,
464
470
  ORDERABLE_ICON: Pe,
465
- REPEATABLE: Ue,
466
- DRAGGABLE_BLOCK: we
467
- }, Ke = /* @__PURE__ */ ((e) => (e.BUTTON = "UE-BUTTON", e.CHECKBOX = "UE-CHECKBOX", e.CHECK_BUTTONS = "UE-CHECK-BUTTONS", e.COLOR = "UE-COLOR", e.COUNTER = "UE-COUNTER", e.DATEPICKER = "UE-DATEPICKER", e.LABEL = "UE-LABEL", e.MESSAGE = "UE-MESSAGE", e.RADIO_BUTTONS = "UE-RADIO-BUTTONS", e.SELECTPICKER = "UE-SELECT", e.SWITCHER = "UE-SWITCHER", e.TEXT = "UE-TEXT", e.TEXTAREA = "UE-TEXTAREA", e.CHECK_ITEM = "UE-CHECK-ITEM", e.RADIO_ITEM = "UE-RADIO-ITEM", e.SELECT_ITEM = "UE-SELECT-ITEM", e.ICON = "UE-ICON", e.MERGETAGS = "UE-MERGETAGS", e.FONT_FAMILY_SELECT = "UE-FONT-FAMILY-SELECT", e.NESTED_CONTROL = "UE-NESTED-CONTROL", e.EXPANDABLE = "UE-EXPANDABLE", e.EXPANDABLE_HEADER = "UE-EXPANDABLE_HEADER", e.EXPANDABLE_CONTENT = "UE-EXPANDABLE_CONTENT", e.ORDERABLE = "UE-ORDERABLE", e.ORDERABLE_ITEM = "UE-ORDERABLE-ITEM", e.ORDERABLE_ICON = "UE-ORDERABLE-ICON", e.REPEATABLE = "UE-REPEATABLE", e.DRAGGABLE_BLOCK = "UE-DRAGGABLE-BLOCK", e))(Ke || {}), x = class {
471
+ REPEATABLE: pe,
472
+ DRAGGABLE_BLOCK: Ue,
473
+ AMP_FORM_SERVICE_PICKER: we,
474
+ MULTIPLE_SELECT: Ke
475
+ }, Fe = /* @__PURE__ */ ((e) => (e.BUTTON = "UE-BUTTON", e.CHECKBOX = "UE-CHECKBOX", e.CHECK_BUTTONS = "UE-CHECK-BUTTONS", e.COLOR = "UE-COLOR", e.COUNTER = "UE-COUNTER", e.DATEPICKER = "UE-DATEPICKER", e.LABEL = "UE-LABEL", e.MESSAGE = "UE-MESSAGE", e.RADIO_BUTTONS = "UE-RADIO-BUTTONS", e.SELECTPICKER = "UE-SELECT", e.SWITCHER = "UE-SWITCHER", e.TEXT = "UE-TEXT", e.TEXTAREA = "UE-TEXTAREA", e.CHECK_ITEM = "UE-CHECK-ITEM", e.RADIO_ITEM = "UE-RADIO-ITEM", e.SELECT_ITEM = "UE-SELECT-ITEM", e.ICON = "UE-ICON", e.MERGETAGS = "UE-MERGETAGS", e.FONT_FAMILY_SELECT = "UE-FONT-FAMILY-SELECT", e.NESTED_CONTROL = "UE-NESTED-CONTROL", e.EXPANDABLE = "UE-EXPANDABLE", e.EXPANDABLE_HEADER = "UE-EXPANDABLE_HEADER", e.EXPANDABLE_CONTENT = "UE-EXPANDABLE_CONTENT", e.ORDERABLE = "UE-ORDERABLE", e.ORDERABLE_ITEM = "UE-ORDERABLE-ITEM", e.ORDERABLE_ICON = "UE-ORDERABLE-ICON", e.REPEATABLE = "UE-REPEATABLE", e.DRAGGABLE_BLOCK = "UE-DRAGGABLE-BLOCK", e.AMP_FORM_SERVICE_PICKER = "UE-AMP-FORM-SERVICE-PICKER", e.MULTIPLE_SELECT = "UE-MULTIPLE_SELECT", e.SCROLLABLE = "UE-SCROLLABLE-CONTAINER", e))(Fe || {}), v = class {
468
476
  /**
469
477
  * @description returns map of nodes parent control operates on
470
478
  */
@@ -495,66 +503,66 @@ var j = {
495
503
  isVisible(e) {
496
504
  return !0;
497
505
  }
498
- }, l = class extends x {
506
+ }, o = class extends v {
499
507
  getTargetNodes(e) {
500
- const t = e.querySelectorAll(c.BUTTON), a = e.asElement().hasClass(P) ? [e] : [];
501
- return t.length ? t : a;
508
+ const t = e.querySelectorAll(c.BUTTON), r = e.asElement().hasClass(P) ? [e] : [];
509
+ return t.length ? t : r;
502
510
  }
503
- }, je = class extends l {
511
+ }, Je = class extends o {
504
512
  getParentControlId() {
505
- return n.BLOCK_BUTTON.BORDER_RADIUS;
513
+ return s.BLOCK_BUTTON.BORDER_RADIUS;
506
514
  }
507
515
  getLabels() {
508
516
  }
509
- }, qe = class extends l {
517
+ }, et = class extends o {
510
518
  getParentControlId() {
511
- return n.BLOCK_BUTTON.ALIGNMENT;
519
+ return s.BLOCK_BUTTON.ALIGNMENT;
512
520
  }
513
- }, Je = class extends l {
521
+ }, tt = class extends o {
514
522
  getParentControlId() {
515
- return n.GENERAL.BACKGROUND_COLOR;
523
+ return s.GENERAL.BACKGROUND_COLOR;
516
524
  }
517
- }, et = class extends l {
525
+ }, rt = class extends o {
518
526
  getParentControlId() {
519
- return n.BLOCK_BUTTON.BORDER;
527
+ return s.BLOCK_BUTTON.BORDER;
520
528
  }
521
529
  getLabels() {
522
530
  }
523
- }, tt = class extends l {
531
+ }, nt = class extends o {
524
532
  getParentControlId() {
525
- return n.BLOCK_BUTTON.COLOR;
533
+ return s.BLOCK_BUTTON.COLOR;
526
534
  }
527
- }, rt = class extends l {
535
+ }, st = class extends o {
528
536
  getParentControlId() {
529
- return n.BLOCK_BUTTON.ADJUST_TO_WIDTH;
537
+ return s.BLOCK_BUTTON.ADJUST_TO_WIDTH;
530
538
  }
531
- }, at = class extends l {
539
+ }, at = class extends o {
532
540
  getParentControlId() {
533
- return n.BLOCK_BUTTON.FONT_FAMILY;
541
+ return s.BLOCK_BUTTON.FONT_FAMILY;
534
542
  }
535
- }, nt = class extends l {
543
+ }, it = class extends o {
536
544
  getParentControlId() {
537
- return n.BLOCK_BUTTON.EXTERNAL_INDENTS;
545
+ return s.BLOCK_BUTTON.EXTERNAL_INDENTS;
538
546
  }
539
- }, st = class extends l {
547
+ }, ot = class extends o {
540
548
  getParentControlId() {
541
- return n.BLOCK_BUTTON.INTERNAL_INDENTS;
549
+ return s.BLOCK_BUTTON.INTERNAL_INDENTS;
542
550
  }
543
- }, it = class extends l {
551
+ }, lt = class extends o {
544
552
  getParentControlId() {
545
- return n.BLOCK_BUTTON.TEXT;
553
+ return s.BLOCK_BUTTON.TEXT;
546
554
  }
547
- }, lt = class extends l {
555
+ }, Et = class extends o {
548
556
  getParentControlId() {
549
- return n.BLOCK_BUTTON.FONT_SIZE;
557
+ return s.BLOCK_BUTTON.FONT_SIZE;
550
558
  }
551
- }, Et = class extends l {
559
+ }, dt = class extends o {
552
560
  getParentControlId() {
553
- return n.BLOCK_BUTTON.TEXT_STYLE_AND_COLOR;
561
+ return s.BLOCK_BUTTON.TEXT_STYLE_AND_COLOR;
554
562
  }
555
563
  getLabels() {
556
564
  }
557
- }, X = class h extends s {
565
+ }, X = class h extends i {
558
566
  constructor() {
559
567
  super(h.REQUIRED_METHODS, h);
560
568
  }
@@ -610,7 +618,7 @@ var j = {
610
618
  }
611
619
  };
612
620
  X.REQUIRED_METHODS = ["getId", "getTemplate"];
613
- var ot = X, Fe = class m extends s {
621
+ var ut = X, He = class m extends i {
614
622
  constructor() {
615
623
  super(m.REQUIRED_METHODS, m);
616
624
  }
@@ -679,21 +687,21 @@ var ot = X, Fe = class m extends s {
679
687
  onDestroy() {
680
688
  }
681
689
  };
682
- Fe.REQUIRED_METHODS = ["getId", "getIcon", "getName", "getTemplate", "getTabIndex"];
683
- var G = class extends x {
690
+ He.REQUIRED_METHODS = ["getId", "getIcon", "getName", "getTemplate", "getTabIndex"];
691
+ var G = class extends v {
684
692
  getTargetNodes(e) {
685
- const t = e.querySelectorAll(c.IMAGE), a = e.asElement().hasClass(w) ? [e] : [];
686
- return t.length ? t : a;
693
+ const t = e.querySelectorAll(c.IMAGE), r = e.asElement().hasClass(U) ? [e] : [];
694
+ return t.length ? t : r;
687
695
  }
688
- }, dt = class extends G {
696
+ }, ct = class extends G {
689
697
  getParentControlId() {
690
- return n.BLOCK_IMAGE.EXTERNAL_INDENTS;
698
+ return s.BLOCK_IMAGE.EXTERNAL_INDENTS;
691
699
  }
692
- }, ut = class extends G {
700
+ }, Tt = class extends G {
693
701
  getParentControlId() {
694
- return n.BLOCK_IMAGE.SIZE;
702
+ return s.BLOCK_IMAGE.SIZE;
695
703
  }
696
- }, He = class g extends s {
704
+ }, ke = class g extends i {
697
705
  constructor() {
698
706
  super(g.REQUIRED_METHODS, g);
699
707
  }
@@ -757,8 +765,8 @@ var G = class extends x {
757
765
  onDocumentChanged() {
758
766
  }
759
767
  };
760
- He.REQUIRED_METHODS = ["getId", "getIcon", "getName", "getTemplate", "getTabIndex"];
761
- var V = class O extends s {
768
+ ke.REQUIRED_METHODS = ["getId", "getIcon", "getName", "getTemplate", "getTabIndex"];
769
+ var V = class O extends i {
762
770
  constructor() {
763
771
  super(O.REQUIRED_METHODS, O);
764
772
  }
@@ -767,9 +775,9 @@ var V = class O extends s {
767
775
  }
768
776
  };
769
777
  V.REQUIRED_METHODS = ["registerBlockControls"];
770
- var ct = V, Tt = class {
771
- constructor(e, t) {
772
- this.tabId = e, this.controlsIds = t;
778
+ var It = V, bt = class R {
779
+ constructor(t, r) {
780
+ this.tabId = t, this.controls = r.map(R.normalizeControl);
773
781
  }
774
782
  getTabId() {
775
783
  return this.tabId;
@@ -778,54 +786,68 @@ var ct = V, Tt = class {
778
786
  return this.label;
779
787
  }
780
788
  getControlsIds() {
781
- return this.controlsIds;
789
+ return this.controls.map((t) => t.id);
782
790
  }
783
- withLabel(e) {
784
- return this.label = e, this;
791
+ getControls() {
792
+ return this.controls;
785
793
  }
786
- addControl(e, t) {
787
- return t < 0 ? this.controlsIds.unshift(e) : t > this.controlsIds.length ? this.controlsIds.push(e) : this.controlsIds.splice(t, 0, e), this;
794
+ withLabel(t) {
795
+ return this.label = t, this;
788
796
  }
789
- deleteControl(e) {
790
- const t = this.controlsIds.indexOf(e);
791
- t !== -1 && this.controlsIds.splice(t, 1);
797
+ addControl(t, r) {
798
+ const a = R.normalizeControl(t);
799
+ return r < 0 ? this.controls.unshift(a) : r > this.controls.length ? this.controls.push(a) : this.controls.splice(r, 0, a), this;
792
800
  }
793
- }, E = class extends x {
801
+ deleteControl(t) {
802
+ const r = this.controls.findIndex((a) => a.id === t);
803
+ r !== -1 && this.controls.splice(r, 1);
804
+ }
805
+ static normalizeControl(t) {
806
+ if (typeof t == "string")
807
+ return { id: t };
808
+ if (!t.id)
809
+ throw new Error("SettingsPanelTabControlConfig.id is required");
810
+ return {
811
+ ...t,
812
+ id: t.id
813
+ };
814
+ }
815
+ }, l = class extends v {
794
816
  getTargetNodes(e) {
795
- const t = e.querySelectorAll(c.TEXT), a = e.asElement().hasClass(U) ? [e] : [];
796
- return t.length ? t : a;
817
+ const t = e.querySelectorAll(c.TEXT), r = e.asElement().hasClass(p) ? [e] : [];
818
+ return t.length ? t : r;
797
819
  }
798
- }, It = class extends E {
820
+ }, ht = class extends l {
799
821
  getParentControlId() {
800
- return n.GENERAL.TEXT_ALIGN;
822
+ return s.GENERAL.TEXT_ALIGN;
801
823
  }
802
- }, bt = class extends E {
824
+ }, mt = class extends l {
803
825
  getParentControlId() {
804
- return n.GENERAL.TEXT_COLOR;
826
+ return s.GENERAL.TEXT_COLOR;
805
827
  }
806
- }, ht = class extends E {
828
+ }, gt = class extends l {
807
829
  getParentControlId() {
808
- return n.BLOCK_TEXT.FONT_FAMILY;
830
+ return s.BLOCK_TEXT.FONT_FAMILY;
809
831
  }
810
- }, mt = class extends E {
832
+ }, Ot = class extends l {
811
833
  getParentControlId() {
812
- return n.GENERAL.TEXT_LINE_SPACING;
834
+ return s.GENERAL.TEXT_LINE_SPACING;
813
835
  }
814
- }, gt = class extends E {
836
+ }, Rt = class extends l {
815
837
  getParentControlId() {
816
- return n.BLOCK_TEXT.INTERNAL_INDENTS;
838
+ return s.BLOCK_TEXT.INTERNAL_INDENTS;
817
839
  }
818
- }, Ot = class extends E {
840
+ }, Lt = class extends l {
819
841
  getParentControlId() {
820
- return n.GENERAL.TEXT_SIZE;
842
+ return s.GENERAL.TEXT_SIZE;
821
843
  }
822
- }, Rt = class extends E {
844
+ }, _t = class extends l {
823
845
  getParentControlId() {
824
- return n.GENERAL.TEXT_STYLE;
846
+ return s.GENERAL.TEXT_STYLE;
825
847
  }
826
- }, ke = class {
848
+ }, Xe = class {
827
849
  constructor(e) {
828
- this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.generalPanelTabs = [], this.modulesPanelTabs = [], this.i18n = e == null ? void 0 : e.i18n, this.styles = e == null ? void 0 : e.styles, this.previewStyles = e == null ? void 0 : e.previewStyles, this.uiElements = (e == null ? void 0 : e.uiElements) ?? [], this.uiElementTagRegistry = e == null ? void 0 : e.uiElementTagRegistry, this.controls = (e == null ? void 0 : e.controls) ?? [], this.settingsPanelRegistry = e == null ? void 0 : e.settingsPanelRegistry, this.contextActions = (e == null ? void 0 : e.contextActions) ?? [], this.blocks = (e == null ? void 0 : e.blocks) ?? [], this.generalPanelTabs = (e == null ? void 0 : e.generalPanelTabs) ?? [], this.modulesPanelTabs = (e == null ? void 0 : e.modulesPanelTabs) ?? [], this.externalSmartElementsLibrary = e == null ? void 0 : e.externalSmartElementsLibrary, this.externalImageLibrary = e == null ? void 0 : e.externalImageLibrary, this.externalImageLibraryTab = e == null ? void 0 : e.externalImageLibraryTab, this.externalAiAssistant = e == null ? void 0 : e.externalAiAssistant, this.externalDisplayConditionsLibrary = e == null ? void 0 : e.externalDisplayConditionsLibrary, this.externalVideoLibrary = e == null ? void 0 : e.externalVideoLibrary, this.blocksPanel = e == null ? void 0 : e.blocksPanel, this.iconsRegistry = e == null ? void 0 : e.iconsRegistry, this.id = Math.random().toString(36).substring(2);
850
+ this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.generalPanelTabs = [], this.modulesPanelTabs = [], this.i18n = e?.i18n, this.styles = e?.styles, this.previewStyles = e?.previewStyles, this.uiElements = e?.uiElements ?? [], this.uiElementTagRegistry = e?.uiElementTagRegistry, this.controls = e?.controls ?? [], this.settingsPanelRegistry = e?.settingsPanelRegistry, this.contextActions = e?.contextActions ?? [], this.blocks = e?.blocks ?? [], this.generalPanelTabs = e?.generalPanelTabs ?? [], this.modulesPanelTabs = e?.modulesPanelTabs ?? [], this.externalSmartElementsLibrary = e?.externalSmartElementsLibrary, this.externalImageLibrary = e?.externalImageLibrary, this.externalImageLibraryTab = e?.externalImageLibraryTab, this.externalAiAssistant = e?.externalAiAssistant, this.externalDisplayConditionsLibrary = e?.externalDisplayConditionsLibrary, this.externalVideoLibrary = e?.externalVideoLibrary, this.blocksPanel = e?.blocksPanel, this.iconsRegistry = e?.iconsRegistry, this.id = Math.random().toString(36).substring(2);
829
851
  }
830
852
  getI18n() {
831
853
  return this.i18n;
@@ -887,7 +909,7 @@ var ct = V, Tt = class {
887
909
  getModulesPanelTabs() {
888
910
  return this.modulesPanelTabs;
889
911
  }
890
- }, Lt = class {
912
+ }, Ct = class {
891
913
  constructor() {
892
914
  this.styles = [], this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.generalPanelTabs = [], this.modulesPanelTabs = [];
893
915
  }
@@ -958,7 +980,7 @@ var ct = V, Tt = class {
958
980
  return this.modulesPanelTabs.push(e), this;
959
981
  }
960
982
  build() {
961
- return new ke({
983
+ return new Xe({
962
984
  i18n: this.i18n,
963
985
  styles: this.styles.map((e) => e.trim()).join(`
964
986
  `),
@@ -981,18 +1003,18 @@ var ct = V, Tt = class {
981
1003
  modulesPanelTabs: this.modulesPanelTabs
982
1004
  });
983
1005
  }
984
- }, pe = class R extends s {
1006
+ }, Ge = class L extends i {
985
1007
  constructor() {
986
- super(R.REQUIRED_METHODS, R);
1008
+ super(L.REQUIRED_METHODS, L);
987
1009
  }
988
1010
  openAiAssistant(t) {
989
1011
  throw new Error("Method openAiAssistant() must be implemented by the subclass");
990
1012
  }
991
1013
  };
992
- pe.REQUIRED_METHODS = ["openAiAssistant"];
993
- var Xe = class L extends s {
1014
+ Ge.REQUIRED_METHODS = ["openAiAssistant"];
1015
+ var Ve = class _ extends i {
994
1016
  constructor() {
995
- super(L.REQUIRED_METHODS, L);
1017
+ super(_.REQUIRED_METHODS, _);
996
1018
  }
997
1019
  /**
998
1020
  * Retrieves the name of the category.
@@ -1009,7 +1031,7 @@ var Xe = class L extends s {
1009
1031
  * @param {ExternalDisplayConditionSelectedCB} _successCallback - Callback executed with the updated or newly created condition upon success.
1010
1032
  * @param {() => void} _cancelCallback - Callback executed when the dialog is closed without making changes.
1011
1033
  */
1012
- openExternalDisplayConditionsDialog(t, a, i) {
1034
+ openExternalDisplayConditionsDialog(t, r, a) {
1013
1035
  throw new Error("Method openExternalDisplayConditionsDialog() must be implemented by the subclass");
1014
1036
  }
1015
1037
  /**
@@ -1030,19 +1052,19 @@ var Xe = class L extends s {
1030
1052
  throw new Error("Method getContextActionIndex() must be implemented by the subclass");
1031
1053
  }
1032
1054
  };
1033
- Xe.REQUIRED_METHODS = ["getCategoryName", "openExternalDisplayConditionsDialog"];
1034
- var Ge = class _ extends s {
1055
+ Ve.REQUIRED_METHODS = ["getCategoryName", "openExternalDisplayConditionsDialog"];
1056
+ var fe = class C extends i {
1035
1057
  constructor() {
1036
- super(_.REQUIRED_METHODS, _);
1058
+ super(C.REQUIRED_METHODS, C);
1037
1059
  }
1038
- openImageLibrary(t, a, i) {
1060
+ openImageLibrary(t, r, a) {
1039
1061
  throw new Error("Method openImageLibrary() must be implemented by the subclass");
1040
1062
  }
1041
1063
  };
1042
- Ge.REQUIRED_METHODS = ["openImageLibrary"];
1043
- var Ve = class C extends s {
1064
+ fe.REQUIRED_METHODS = ["openImageLibrary"];
1065
+ var Qe = class A extends i {
1044
1066
  constructor() {
1045
- super(C.REQUIRED_METHODS, C);
1067
+ super(A.REQUIRED_METHODS, A);
1046
1068
  }
1047
1069
  /**
1048
1070
  * @description Returns the translated name/label for the tab
@@ -1057,39 +1079,39 @@ var Ve = class C extends s {
1057
1079
  * @param _onImageSelectCallback - Callback to invoke when an image is selected
1058
1080
  * @param _selectedNode - (Optional) Selected node for which the gallery is being opened
1059
1081
  */
1060
- openImageLibraryTab(t, a, i) {
1082
+ openImageLibraryTab(t, r, a) {
1061
1083
  throw new Error("Method openImageLibraryTab() must be implemented by the subclass");
1062
1084
  }
1063
1085
  };
1064
- Ve.REQUIRED_METHODS = ["getName", "openImageLibraryTab"];
1065
- var Qe = class A extends s {
1086
+ Qe.REQUIRED_METHODS = ["getName", "openImageLibraryTab"];
1087
+ var Ye = class N extends i {
1066
1088
  constructor() {
1067
- super(A.REQUIRED_METHODS, A);
1089
+ super(N.REQUIRED_METHODS, N);
1068
1090
  }
1069
- openSmartElementsLibrary(t, a) {
1091
+ openSmartElementsLibrary(t, r) {
1070
1092
  throw new Error("Method openSmartElementsLibrary() must be implemented by the subclass");
1071
1093
  }
1072
1094
  };
1073
- Qe.REQUIRED_METHODS = ["openSmartElementsLibrary"];
1074
- var fe = class N extends s {
1095
+ Ye.REQUIRED_METHODS = ["openSmartElementsLibrary"];
1096
+ var $e = class D extends i {
1075
1097
  constructor() {
1076
- super(N.REQUIRED_METHODS, N);
1098
+ super(D.REQUIRED_METHODS, D);
1077
1099
  }
1078
- openExternalVideosLibraryDialog(t, a, i) {
1100
+ openExternalVideosLibraryDialog(t, r, a) {
1079
1101
  throw new Error("Method openExternalVideosLibraryDialog() must be implemented by the subclass");
1080
1102
  }
1081
1103
  };
1082
- fe.REQUIRED_METHODS = ["openExternalVideosLibraryDialog"];
1083
- var Q = class D extends s {
1104
+ $e.REQUIRED_METHODS = ["openExternalVideosLibraryDialog"];
1105
+ var f = class S extends i {
1084
1106
  constructor() {
1085
- super(D.REQUIRED_METHODS, D);
1107
+ super(S.REQUIRED_METHODS, S);
1086
1108
  }
1087
1109
  registerIconsSvg(t) {
1088
1110
  throw new Error("Method registerIconsSvg() must be implemented by the subclass");
1089
1111
  }
1090
1112
  };
1091
- Q.REQUIRED_METHODS = ["registerIconsSvg"];
1092
- var _t = Q, Ct = class {
1113
+ f.REQUIRED_METHODS = ["registerIconsSvg"];
1114
+ var At = f, Nt = class {
1093
1115
  constructor(e) {
1094
1116
  this.key = e;
1095
1117
  }
@@ -1102,9 +1124,9 @@ var _t = Q, Ct = class {
1102
1124
  params: this.params
1103
1125
  };
1104
1126
  }
1105
- }, f = class S extends s {
1127
+ }, Q = class M extends i {
1106
1128
  constructor() {
1107
- super(S.REQUIRED_METHODS, S);
1129
+ super(M.REQUIRED_METHODS, M);
1108
1130
  }
1109
1131
  /**
1110
1132
  * Called when the UI element should render its content into the provided container.
@@ -1139,7 +1161,7 @@ var _t = Q, Ct = class {
1139
1161
  * @param name - The name of the attribute that was updated.
1140
1162
  * @param value - The new value of the attribute.
1141
1163
  */
1142
- onAttributeUpdated(t, a) {
1164
+ onAttributeUpdated(t, r) {
1143
1165
  }
1144
1166
  /**
1145
1167
  * Gets the unique identifier for this UI element type.
@@ -1157,64 +1179,64 @@ var _t = Q, Ct = class {
1157
1179
  throw new Error("Method getTemplate() must be implemented by the subclass");
1158
1180
  }
1159
1181
  };
1160
- f.REQUIRED_METHODS = ["onRender", "getId", "getTemplate"];
1161
- var At = f, Y = class M extends s {
1182
+ Q.REQUIRED_METHODS = ["onRender", "getId", "getTemplate"];
1183
+ var Dt = Q, Y = class B extends i {
1162
1184
  constructor() {
1163
- super(M.REQUIRED_METHODS, M);
1185
+ super(B.REQUIRED_METHODS, B);
1164
1186
  }
1165
1187
  registerUiElements(t) {
1166
1188
  throw new Error("Method registerUiElements() must be implemented by the subclass");
1167
1189
  }
1168
1190
  };
1169
1191
  Y.REQUIRED_METHODS = ["registerUiElements"];
1170
- var Nt = Y;
1192
+ var St = Y;
1171
1193
  export {
1172
- $e as Block,
1173
- ze as BlockAttr,
1194
+ ze as Block,
1195
+ qe as BlockAttr,
1174
1196
  W as BlockCompositionType,
1175
1197
  c as BlockSelector,
1176
- oe as BlockType,
1177
- We as BlocksPanel,
1178
- x as BuiltInControl,
1179
- n as BuiltInControlTypes,
1180
- qe as ButtonAlignBuiltInControl,
1181
- Je as ButtonBackgroundColorBuiltInControl,
1182
- et as ButtonBorderBuiltInControl,
1183
- je as ButtonBorderRadiusBuiltInControl,
1184
- tt as ButtonColorBuiltInControl,
1185
- F as ButtonControls,
1186
- rt as ButtonFitToContainerBuiltInControl,
1198
+ Ee as BlockType,
1199
+ Ze as BlocksPanel,
1200
+ v as BuiltInControl,
1201
+ s as BuiltInControlTypes,
1202
+ et as ButtonAlignBuiltInControl,
1203
+ tt as ButtonBackgroundColorBuiltInControl,
1204
+ rt as ButtonBorderBuiltInControl,
1205
+ Je as ButtonBorderRadiusBuiltInControl,
1206
+ nt as ButtonColorBuiltInControl,
1207
+ K as ButtonControls,
1208
+ st as ButtonFitToContainerBuiltInControl,
1187
1209
  at as ButtonFontFamilyBuiltInControl,
1188
- nt as ButtonMarginsBuiltInControl,
1189
- st as ButtonPaddingsBuiltInControl,
1190
- it as ButtonTextBuiltInControl,
1191
- lt as ButtonTextSizeBuiltInControl,
1192
- Et as ButtonTextStyleAndFontColorBuiltInControl,
1210
+ it as ButtonMarginsBuiltInControl,
1211
+ ot as ButtonPaddingsBuiltInControl,
1212
+ lt as ButtonTextBuiltInControl,
1213
+ Et as ButtonTextSizeBuiltInControl,
1214
+ dt as ButtonTextStyleAndFontColorBuiltInControl,
1193
1215
  de as ContainerControls,
1194
- ot as Control,
1216
+ ut as Control,
1195
1217
  ue as EditorStatePropertyType,
1196
- ke as Extension,
1197
- Lt as ExtensionBuilder,
1198
- K as GeneralControls,
1199
- _t as IconsRegistry,
1200
- k as ImageControls,
1201
- dt as ImageMarginsBuiltInControl,
1202
- ut as ImageSizeBuiltInControl,
1203
- Ct as ModificationDescription,
1218
+ Xe as Extension,
1219
+ Ct as ExtensionBuilder,
1220
+ w as GeneralControls,
1221
+ At as IconsRegistry,
1222
+ H as ImageControls,
1223
+ ct as ImageMarginsBuiltInControl,
1224
+ Tt as ImageSizeBuiltInControl,
1225
+ Nt as ModificationDescription,
1204
1226
  ce as PreviewDeviceMode,
1205
- ct as SettingsPanelRegistry,
1206
- Tt as SettingsPanelTab,
1227
+ It as SettingsPanelRegistry,
1228
+ bt as SettingsPanelTab,
1207
1229
  Te as SettingsTab,
1208
- It as TextAlignBuiltInControl,
1209
- bt as TextColorBuiltInControl,
1210
- H as TextControls,
1211
- ht as TextFontFamilyBuiltInControl,
1212
- mt as TextLineSpacingBuiltInControl,
1213
- gt as TextPaddingsBuiltInControl,
1214
- Ot as TextSizeBuiltInControl,
1215
- Rt as TextStyleBuiltInControl,
1216
- Ze as UEAttr,
1217
- At as UIElement,
1218
- Nt as UIElementTagRegistry,
1219
- Ke as UIElementType
1230
+ ht as TextAlignBuiltInControl,
1231
+ mt as TextColorBuiltInControl,
1232
+ F as TextControls,
1233
+ gt as TextFontFamilyBuiltInControl,
1234
+ Ot as TextLineSpacingBuiltInControl,
1235
+ Rt as TextPaddingsBuiltInControl,
1236
+ Lt as TextSizeBuiltInControl,
1237
+ _t as TextStyleBuiltInControl,
1238
+ je as UEAttr,
1239
+ Dt as UIElement,
1240
+ St as UIElementTagRegistry,
1241
+ Fe as UIElementType
1220
1242
  };