@useinsider/guido 2.1.0 → 2.2.0-beta.39b37ff

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 (283) hide show
  1. package/README.md +36 -0
  2. package/dist/@types/config/schemas.js +71 -66
  3. package/dist/components/Guido.vue.js +1 -1
  4. package/dist/components/Guido.vue2.js +69 -58
  5. package/dist/components/organisms/base/Toaster.vue.js +4 -4
  6. package/dist/components/organisms/base/Toaster.vue2.js +12 -9
  7. package/dist/components/organisms/email-preview/desktop-preview/EmailSizeIndicator.vue.js +5 -5
  8. package/dist/components/organisms/email-preview/desktop-preview/EmailSizeIndicator.vue2.js +2 -2
  9. package/dist/components/organisms/extensions/recommendation/FilterSelectionDrawer.vue2.js +15 -14
  10. package/dist/components/organisms/header/HeaderWrapper.vue.js +9 -9
  11. package/dist/components/organisms/unsubscribe/UnsubscribePageSelection.vue.js +1 -1
  12. package/dist/components/organisms/unsubscribe/UnsubscribePageSelection.vue2.js +19 -19
  13. package/dist/composables/useActionsApi.js +15 -13
  14. package/dist/composables/useBlocksConfig.js +26 -16
  15. package/dist/composables/useHtmlValidator.js +114 -104
  16. package/dist/composables/useRecommendation.js +54 -21
  17. package/dist/composables/useStripo.js +25 -23
  18. package/dist/composables/useVersionHistoryApi.js +1 -1
  19. package/dist/config/compiler/recommendationCompilerRules.js +45 -39
  20. package/dist/config/compiler/utils/recommendationCompilerUtils.js +121 -0
  21. package/dist/config/i18n/en/index.js +11 -0
  22. package/dist/config/i18n/en/labels.json.js +7 -0
  23. package/dist/config/i18n/en/toasters.json.js +56 -0
  24. package/dist/config/i18n/en/tooltips.json.js +82 -0
  25. package/dist/config/i18n/index.js +7 -0
  26. package/dist/config/migrator/itemsBlockMigrator.js +142 -120
  27. package/dist/config/migrator/recommendationMigrator.js +2 -2
  28. package/dist/enums/defaults.js +8 -4
  29. package/dist/enums/extensions/recommendationBlock.js +1 -1
  30. package/dist/enums/recommendation.js +16 -15
  31. package/dist/extensions/Blocks/Items/block.js +19 -28
  32. package/dist/extensions/Blocks/Items/controls/button/link.js +19 -31
  33. package/dist/extensions/Blocks/Items/controls/cardComposition.js +137 -89
  34. package/dist/extensions/Blocks/Items/controls/image/link.js +19 -31
  35. package/dist/extensions/Blocks/Items/controls/name/trimming.js +28 -40
  36. package/dist/extensions/Blocks/Items/controls/price/currencyLocation.js +35 -47
  37. package/dist/extensions/Blocks/Items/controls/price/currencySymbol.js +49 -54
  38. package/dist/extensions/Blocks/Items/controls/price/formattedPrice.js +42 -51
  39. package/dist/extensions/Blocks/Items/controls/price/hideDiscount.js +23 -36
  40. package/dist/extensions/Blocks/Items/controls/price/priceOrientation.js +45 -57
  41. package/dist/extensions/Blocks/Items/controls/price/singlePrice.js +42 -60
  42. package/dist/extensions/Blocks/Items/controls/settingsControl.js +189 -196
  43. package/dist/extensions/Blocks/Items/enums/settingsEnums.js +0 -2
  44. package/dist/extensions/Blocks/Items/extension.js +8 -9
  45. package/dist/extensions/Blocks/Items/settingsPanel.js +10 -15
  46. package/dist/extensions/Blocks/Items/template.js +181 -175
  47. package/dist/extensions/Blocks/Items/utils/nodeConfigUtils.js +65 -65
  48. package/dist/extensions/Blocks/Recommendation/block.js +133 -9
  49. package/dist/extensions/Blocks/Recommendation/constants/blockIds.js +4 -0
  50. package/dist/extensions/Blocks/Recommendation/constants/controlIds.js +4 -0
  51. package/dist/extensions/Blocks/Recommendation/constants/defaultConfig.js +66 -0
  52. package/dist/extensions/Blocks/Recommendation/constants/layout.js +22 -0
  53. package/dist/extensions/Blocks/Recommendation/constants/selectors.js +21 -0
  54. package/dist/extensions/Blocks/Recommendation/controls/button/index.js +64 -0
  55. package/dist/extensions/Blocks/Recommendation/controls/cardBackground/index.js +80 -0
  56. package/dist/extensions/Blocks/Recommendation/controls/cardComposition/index.js +232 -0
  57. package/dist/extensions/Blocks/Recommendation/controls/image/index.js +19 -0
  58. package/dist/extensions/Blocks/Recommendation/controls/layout/index.js +92 -0
  59. package/dist/extensions/Blocks/Recommendation/controls/main/algorithm.js +102 -0
  60. package/dist/extensions/Blocks/Recommendation/controls/main/currency.js +209 -0
  61. package/dist/extensions/Blocks/Recommendation/controls/main/filters.js +52 -0
  62. package/dist/extensions/Blocks/Recommendation/controls/main/index.js +250 -0
  63. package/dist/extensions/Blocks/Recommendation/controls/main/locale.js +70 -0
  64. package/dist/extensions/Blocks/Recommendation/controls/main/productLayout.js +160 -0
  65. package/dist/extensions/Blocks/Recommendation/controls/main/shuffle.js +67 -0
  66. package/dist/extensions/Blocks/Recommendation/controls/main/utils.js +307 -0
  67. package/dist/extensions/Blocks/Recommendation/controls/mobileLayout/cssRules.js +21 -0
  68. package/dist/extensions/Blocks/Recommendation/controls/name/index.js +46 -0
  69. package/dist/extensions/Blocks/Recommendation/controls/name/textTrim.js +108 -0
  70. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/index.js +44 -0
  71. package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/index.js +48 -0
  72. package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/textAfter.js +73 -0
  73. package/dist/extensions/Blocks/Recommendation/controls/omnibusDiscount/textBefore.js +73 -0
  74. package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/index.js +48 -0
  75. package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/textAfter.js +73 -0
  76. package/dist/extensions/Blocks/Recommendation/controls/omnibusPrice/textBefore.js +73 -0
  77. package/dist/extensions/Blocks/Recommendation/controls/price/index.js +44 -0
  78. package/dist/extensions/Blocks/Recommendation/controls/spacing/index.js +222 -0
  79. package/dist/extensions/Blocks/Recommendation/extension.js +40 -43
  80. package/dist/extensions/Blocks/Recommendation/iconsRegistry.js +19 -3
  81. package/dist/extensions/Blocks/Recommendation/recommendation.css.js +13 -4
  82. package/dist/extensions/Blocks/Recommendation/services/configService.js +240 -0
  83. package/dist/extensions/Blocks/Recommendation/settingsPanel.js +128 -72
  84. package/dist/extensions/Blocks/Recommendation/store/recommendation.js +254 -207
  85. package/dist/extensions/Blocks/Recommendation/templates/grid/elementRenderer.js +228 -0
  86. package/dist/extensions/Blocks/Recommendation/templates/grid/migration.js +251 -0
  87. package/dist/extensions/Blocks/Recommendation/templates/grid/template.js +66 -0
  88. package/dist/extensions/Blocks/Recommendation/templates/index.js +12 -0
  89. package/dist/extensions/Blocks/Recommendation/templates/list/elementRenderer.js +169 -0
  90. package/dist/extensions/Blocks/Recommendation/templates/list/template.js +73 -0
  91. package/dist/extensions/Blocks/Recommendation/templates/utils.js +134 -0
  92. package/dist/extensions/Blocks/Recommendation/types/nodeConfig.js +6 -0
  93. package/dist/extensions/Blocks/Recommendation/utils/filterUtil.js +9 -9
  94. package/dist/extensions/Blocks/Recommendation/utils/preserveTextStyles.js +36 -0
  95. package/dist/extensions/Blocks/Recommendation/utils/priceFormatter.js +29 -0
  96. package/dist/extensions/Blocks/Recommendation/utils/tagName.js +46 -0
  97. package/dist/extensions/Blocks/Unsubscribe/block.js +29 -29
  98. package/dist/extensions/Blocks/Unsubscribe/control.js +12 -9
  99. package/dist/extensions/Blocks/Unsubscribe/elements/preview.js +13 -11
  100. package/dist/extensions/Blocks/Unsubscribe/styles.css.js +31 -1
  101. package/dist/extensions/Blocks/common-control.js +91 -92
  102. package/dist/extensions/Blocks/controlFactories.js +125 -93
  103. package/dist/extensions/ModulesTabIcons/extension.js +17 -0
  104. package/dist/guido.css +1 -1
  105. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +317 -198
  106. package/dist/package.json.js +1 -1
  107. package/dist/services/recommendationApi.js +11 -8
  108. package/dist/services/stripoApi.js +20 -17
  109. package/dist/services/templateLibraryApi.js +16 -13
  110. package/dist/src/@types/config/schemas.d.ts +10 -2
  111. package/dist/src/components/wrappers/WpDrawer.vue.d.ts +1 -1
  112. package/dist/src/composables/useConfig.d.ts +4 -0
  113. package/dist/src/composables/useRecommendation.d.ts +1 -0
  114. package/dist/src/config/compiler/utils/recommendationCompilerUtils.d.ts +17 -0
  115. package/dist/src/config/i18n/en/index.d.ts +1 -0
  116. package/dist/src/config/i18n/index.d.ts +16 -0
  117. package/dist/src/enums/defaults.d.ts +4 -0
  118. package/dist/src/extensions/Blocks/Items/block.d.ts +0 -1
  119. package/dist/src/extensions/Blocks/Items/controls/button/link.d.ts +0 -1
  120. package/dist/src/extensions/Blocks/Items/controls/cardComposition.d.ts +5 -5
  121. package/dist/src/extensions/Blocks/Items/controls/image/link.d.ts +0 -1
  122. package/dist/src/extensions/Blocks/Items/controls/name/trimming.d.ts +0 -1
  123. package/dist/src/extensions/Blocks/Items/controls/price/currencyLocation.d.ts +0 -1
  124. package/dist/src/extensions/Blocks/Items/controls/price/currencySymbol.d.ts +0 -1
  125. package/dist/src/extensions/Blocks/Items/controls/price/formattedPrice.d.ts +0 -1
  126. package/dist/src/extensions/Blocks/Items/controls/price/hideDiscount.d.ts +0 -1
  127. package/dist/src/extensions/Blocks/Items/controls/price/priceOrientation.d.ts +0 -1
  128. package/dist/src/extensions/Blocks/Items/controls/price/singlePrice.d.ts +0 -5
  129. package/dist/src/extensions/Blocks/Items/controls/settingsControl.d.ts +10 -12
  130. package/dist/src/extensions/Blocks/Items/utils/nodeConfigUtils.d.ts +2 -1
  131. package/dist/src/extensions/Blocks/Recommendation/block.d.ts +67 -0
  132. package/dist/src/extensions/Blocks/Recommendation/constants/blockIds.d.ts +13 -0
  133. package/dist/src/extensions/Blocks/Recommendation/{constants.d.ts → constants/controlIds.d.ts} +19 -11
  134. package/dist/src/extensions/Blocks/Recommendation/constants/defaultConfig.d.ts +49 -0
  135. package/dist/src/extensions/Blocks/Recommendation/constants/index.d.ts +13 -0
  136. package/dist/src/extensions/Blocks/Recommendation/constants/layout.d.ts +41 -0
  137. package/dist/src/extensions/Blocks/Recommendation/constants/selectors.d.ts +35 -0
  138. package/dist/src/extensions/Blocks/Recommendation/controls/button/index.d.ts +143 -0
  139. package/dist/src/extensions/Blocks/Recommendation/controls/cardBackground/index.d.ts +31 -0
  140. package/dist/src/extensions/Blocks/Recommendation/controls/cardBackgroundColorControl.d.ts +25 -0
  141. package/dist/src/extensions/Blocks/Recommendation/controls/cardComposition/index.d.ts +95 -0
  142. package/dist/src/extensions/Blocks/Recommendation/controls/image/index.d.ts +35 -0
  143. package/dist/src/extensions/Blocks/Recommendation/controls/index.d.ts +24 -0
  144. package/dist/src/extensions/Blocks/Recommendation/controls/layout/index.d.ts +37 -0
  145. package/dist/src/extensions/Blocks/Recommendation/controls/main/algorithm.d.ts +29 -0
  146. package/dist/src/extensions/Blocks/Recommendation/controls/main/currency.d.ts +52 -0
  147. package/dist/src/extensions/Blocks/Recommendation/controls/main/filters.d.ts +22 -0
  148. package/dist/src/extensions/Blocks/Recommendation/controls/main/index.d.ts +79 -0
  149. package/dist/src/extensions/Blocks/Recommendation/controls/main/locale.d.ts +24 -0
  150. package/dist/src/extensions/Blocks/Recommendation/controls/main/productLayout.d.ts +60 -0
  151. package/dist/src/extensions/Blocks/Recommendation/controls/main/shuffle.d.ts +23 -0
  152. package/dist/src/extensions/Blocks/Recommendation/controls/main/utils.d.ts +221 -0
  153. package/dist/src/extensions/Blocks/Recommendation/controls/mobileLayout/cssRules.d.ts +29 -0
  154. package/dist/src/extensions/Blocks/Recommendation/controls/name/index.d.ts +97 -0
  155. package/dist/src/extensions/Blocks/Recommendation/controls/name/textTrim.d.ts +34 -0
  156. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/index.d.ts +95 -0
  157. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusDiscount/index.d.ts +100 -0
  158. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusDiscount/textAfter.d.ts +15 -0
  159. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusDiscount/textBefore.d.ts +15 -0
  160. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusDiscountTextAfterControl.d.ts +15 -0
  161. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusDiscountTextBeforeControl.d.ts +15 -0
  162. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusPrice/index.d.ts +100 -0
  163. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusPrice/textAfter.d.ts +15 -0
  164. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusPrice/textBefore.d.ts +15 -0
  165. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusPriceTextAfterControl.d.ts +15 -0
  166. package/dist/src/extensions/Blocks/Recommendation/controls/omnibusPriceTextBeforeControl.d.ts +15 -0
  167. package/dist/src/extensions/Blocks/Recommendation/controls/price/index.d.ts +95 -0
  168. package/dist/src/extensions/Blocks/Recommendation/controls/spacing/index.d.ts +83 -0
  169. package/dist/src/extensions/Blocks/Recommendation/controls/spacingControl.d.ts +60 -0
  170. package/dist/src/extensions/Blocks/Recommendation/extension.d.ts +9 -0
  171. package/dist/src/extensions/Blocks/Recommendation/services/configService.d.ts +151 -0
  172. package/dist/src/extensions/Blocks/Recommendation/services/index.d.ts +6 -0
  173. package/dist/src/extensions/Blocks/Recommendation/store/recommendation.d.ts +138 -468
  174. package/dist/src/extensions/Blocks/Recommendation/templates/grid/elementRenderer.d.ts +20 -0
  175. package/dist/src/extensions/Blocks/Recommendation/templates/{migrationTemplate.d.ts → grid/migration.d.ts} +11 -4
  176. package/dist/src/extensions/Blocks/Recommendation/templates/grid/template.d.ts +33 -0
  177. package/dist/src/extensions/Blocks/Recommendation/templates/index.d.ts +41 -0
  178. package/dist/src/extensions/Blocks/Recommendation/templates/list/elementRenderer.d.ts +8 -0
  179. package/dist/src/extensions/Blocks/Recommendation/templates/list/migration.d.ts +25 -0
  180. package/dist/src/extensions/Blocks/Recommendation/templates/list/template.d.ts +18 -0
  181. package/dist/src/extensions/Blocks/Recommendation/templates/utils.d.ts +66 -0
  182. package/dist/src/extensions/Blocks/Recommendation/types/index.d.ts +7 -0
  183. package/dist/src/extensions/Blocks/Recommendation/types/nodeConfig.d.ts +166 -0
  184. package/dist/src/extensions/Blocks/Recommendation/utils/preserveTextStyles.d.ts +19 -0
  185. package/dist/src/extensions/Blocks/Recommendation/utils/priceFormatter.d.ts +33 -0
  186. package/dist/src/extensions/Blocks/Recommendation/utils/stylePreserver.d.ts +113 -0
  187. package/dist/src/extensions/Blocks/Recommendation/utils/tagName.d.ts +77 -0
  188. package/dist/src/extensions/Blocks/Unsubscribe/control.d.ts +1 -0
  189. package/dist/src/extensions/Blocks/common-control.d.ts +4 -5
  190. package/dist/src/extensions/ModulesTabIcons/extension.d.ts +2 -0
  191. package/dist/src/stores/config.d.ts +36 -0
  192. package/dist/static/styles/components/notification.css.js +19 -0
  193. package/dist/static/styles/components/tools.css.js +6 -2
  194. package/dist/static/styles/components/version-history.css.js +10 -2
  195. package/dist/static/styles/components/wide-panel.css.js +18 -6
  196. package/dist/static/styles/customEditorStyle.css.js +39 -2
  197. package/dist/static/styles/variables.css.js +2 -0
  198. package/dist/static/templates/empty/index.html.js +74 -0
  199. package/dist/static/templates/empty/style.css.js +779 -0
  200. package/dist/stores/unsubscribe.js +37 -34
  201. package/dist/utils/pairProductVariables.js +57 -56
  202. package/dist/utils/templatePreparation.js +15 -14
  203. package/package.json +2 -2
  204. package/dist/extensions/Blocks/Items/store/items-block.js +0 -79
  205. package/dist/extensions/Blocks/Recommendation/cardCompositionControl.js +0 -103
  206. package/dist/extensions/Blocks/Recommendation/constants.js +0 -5
  207. package/dist/extensions/Blocks/Recommendation/control.js +0 -306
  208. package/dist/extensions/Blocks/Recommendation/controls/button/align.js +0 -13
  209. package/dist/extensions/Blocks/Recommendation/controls/button/border.js +0 -13
  210. package/dist/extensions/Blocks/Recommendation/controls/button/borderRadius.js +0 -13
  211. package/dist/extensions/Blocks/Recommendation/controls/button/color.js +0 -13
  212. package/dist/extensions/Blocks/Recommendation/controls/button/fitToContent.js +0 -13
  213. package/dist/extensions/Blocks/Recommendation/controls/button/fontFamily.js +0 -13
  214. package/dist/extensions/Blocks/Recommendation/controls/button/margins.js +0 -13
  215. package/dist/extensions/Blocks/Recommendation/controls/button/paddings.js +0 -13
  216. package/dist/extensions/Blocks/Recommendation/controls/button/text.js +0 -13
  217. package/dist/extensions/Blocks/Recommendation/controls/button/textSize.js +0 -13
  218. package/dist/extensions/Blocks/Recommendation/controls/button/textStyleAndFontColor.js +0 -13
  219. package/dist/extensions/Blocks/Recommendation/controls/image/margins.js +0 -13
  220. package/dist/extensions/Blocks/Recommendation/controls/image/size.js +0 -13
  221. package/dist/extensions/Blocks/Recommendation/controls/name/align.js +0 -13
  222. package/dist/extensions/Blocks/Recommendation/controls/name/background.js +0 -13
  223. package/dist/extensions/Blocks/Recommendation/controls/name/color.js +0 -13
  224. package/dist/extensions/Blocks/Recommendation/controls/name/fontFamily.js +0 -13
  225. package/dist/extensions/Blocks/Recommendation/controls/name/paddings.js +0 -13
  226. package/dist/extensions/Blocks/Recommendation/controls/name/size.js +0 -13
  227. package/dist/extensions/Blocks/Recommendation/controls/name/style.js +0 -13
  228. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/align.js +0 -13
  229. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/background.js +0 -13
  230. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/color.js +0 -13
  231. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/fontFamily.js +0 -13
  232. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/paddings.js +0 -13
  233. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/size.js +0 -13
  234. package/dist/extensions/Blocks/Recommendation/controls/oldPrice/style.js +0 -13
  235. package/dist/extensions/Blocks/Recommendation/controls/price/align.js +0 -13
  236. package/dist/extensions/Blocks/Recommendation/controls/price/background.js +0 -13
  237. package/dist/extensions/Blocks/Recommendation/controls/price/color.js +0 -13
  238. package/dist/extensions/Blocks/Recommendation/controls/price/fontFamily.js +0 -13
  239. package/dist/extensions/Blocks/Recommendation/controls/price/paddings.js +0 -13
  240. package/dist/extensions/Blocks/Recommendation/controls/price/size.js +0 -13
  241. package/dist/extensions/Blocks/Recommendation/controls/price/style.js +0 -13
  242. package/dist/extensions/Blocks/Recommendation/templates/blockTemplate.js +0 -160
  243. package/dist/extensions/Blocks/Recommendation/templates/migrationTemplate.js +0 -152
  244. package/dist/extensions/Blocks/Recommendation/templates/templateUtils.js +0 -180
  245. package/dist/src/extensions/Blocks/Items/store/items-block.d.ts +0 -45
  246. package/dist/src/extensions/Blocks/Recommendation/cardCompositionControl.d.ts +0 -28
  247. package/dist/src/extensions/Blocks/Recommendation/control.d.ts +0 -35
  248. package/dist/src/extensions/Blocks/Recommendation/controls/button/align.d.ts +0 -5
  249. package/dist/src/extensions/Blocks/Recommendation/controls/button/border.d.ts +0 -5
  250. package/dist/src/extensions/Blocks/Recommendation/controls/button/borderRadius.d.ts +0 -5
  251. package/dist/src/extensions/Blocks/Recommendation/controls/button/color.d.ts +0 -5
  252. package/dist/src/extensions/Blocks/Recommendation/controls/button/fitToContent.d.ts +0 -5
  253. package/dist/src/extensions/Blocks/Recommendation/controls/button/fontFamily.d.ts +0 -5
  254. package/dist/src/extensions/Blocks/Recommendation/controls/button/margins.d.ts +0 -5
  255. package/dist/src/extensions/Blocks/Recommendation/controls/button/paddings.d.ts +0 -5
  256. package/dist/src/extensions/Blocks/Recommendation/controls/button/text.d.ts +0 -5
  257. package/dist/src/extensions/Blocks/Recommendation/controls/button/textSize.d.ts +0 -5
  258. package/dist/src/extensions/Blocks/Recommendation/controls/button/textStyleAndFontColor.d.ts +0 -5
  259. package/dist/src/extensions/Blocks/Recommendation/controls/image/margins.d.ts +0 -5
  260. package/dist/src/extensions/Blocks/Recommendation/controls/image/size.d.ts +0 -5
  261. package/dist/src/extensions/Blocks/Recommendation/controls/name/align.d.ts +0 -5
  262. package/dist/src/extensions/Blocks/Recommendation/controls/name/background.d.ts +0 -5
  263. package/dist/src/extensions/Blocks/Recommendation/controls/name/color.d.ts +0 -5
  264. package/dist/src/extensions/Blocks/Recommendation/controls/name/fontFamily.d.ts +0 -5
  265. package/dist/src/extensions/Blocks/Recommendation/controls/name/paddings.d.ts +0 -5
  266. package/dist/src/extensions/Blocks/Recommendation/controls/name/size.d.ts +0 -5
  267. package/dist/src/extensions/Blocks/Recommendation/controls/name/style.d.ts +0 -5
  268. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/align.d.ts +0 -5
  269. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/background.d.ts +0 -5
  270. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/color.d.ts +0 -5
  271. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/fontFamily.d.ts +0 -5
  272. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/paddings.d.ts +0 -5
  273. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/size.d.ts +0 -5
  274. package/dist/src/extensions/Blocks/Recommendation/controls/oldPrice/style.d.ts +0 -5
  275. package/dist/src/extensions/Blocks/Recommendation/controls/price/align.d.ts +0 -5
  276. package/dist/src/extensions/Blocks/Recommendation/controls/price/background.d.ts +0 -5
  277. package/dist/src/extensions/Blocks/Recommendation/controls/price/color.d.ts +0 -5
  278. package/dist/src/extensions/Blocks/Recommendation/controls/price/fontFamily.d.ts +0 -5
  279. package/dist/src/extensions/Blocks/Recommendation/controls/price/paddings.d.ts +0 -5
  280. package/dist/src/extensions/Blocks/Recommendation/controls/price/size.d.ts +0 -5
  281. package/dist/src/extensions/Blocks/Recommendation/controls/price/style.d.ts +0 -5
  282. package/dist/src/extensions/Blocks/Recommendation/templates/blockTemplate.d.ts +0 -16
  283. package/dist/src/extensions/Blocks/Recommendation/templates/templateUtils.d.ts +0 -44
@@ -4,14 +4,14 @@ var B = class d {
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, r) {
8
- if (r !== d) {
9
- d.validatedClasses.has(r) || this.validateImplementation(t, r);
10
- const s = d.validationErrors.get(r);
11
- if (s && s.length > 0)
7
+ constructor(t, n) {
8
+ if (n !== d) {
9
+ d.validatedClasses.has(n) || this.validateImplementation(t, n);
10
+ const i = d.validationErrors.get(n);
11
+ if (i && i.length > 0)
12
12
  throw new Error(
13
- `${r.name} has validation errors:
14
- ${s.map((o) => ` - ${o}`).join(`
13
+ `${n.name} has validation errors:
14
+ ${i.map((o) => ` - ${o}`).join(`
15
15
  `)}`
16
16
  );
17
17
  }
@@ -20,23 +20,23 @@ ${s.map((o) => ` - ${o}`).join(`
20
20
  * Validates that all required methods are properly implemented in the subclass.
21
21
  * This validation runs only once per class type and results are cached.
22
22
  */
23
- validateImplementation(t, r) {
24
- var M;
25
- const s = [], o = r.name, Y = Object.getPrototypeOf(this);
23
+ validateImplementation(t, n) {
24
+ var x;
25
+ const i = [], o = n.name, Y = Object.getPrototypeOf(this);
26
26
  t.forEach((u) => {
27
27
  if (typeof this[u] != "function") {
28
- s.push(`Method ${u}() is not defined`);
28
+ i.push(`Method ${u}() is not defined`);
29
29
  return;
30
30
  }
31
- Y[u] === r.prototype[u] && s.push(`Method ${u}() must be implemented (currently using base class error-throwing implementation)`);
32
- }), d.validatedClasses.add(r), s.length > 0 ? (d.validationErrors.set(r, s), console.error(`[${o} Validation] ${o} validation failed:`, s)) : typeof process < "u" && ((M = process.env) == null ? void 0 : M.NODE_ENV) === "development" && console.log(`[${o} Validation] ✅ ${o} validated successfully`);
31
+ Y[u] === n.prototype[u] && i.push(`Method ${u}() must be implemented (currently using base class error-throwing implementation)`);
32
+ }), d.validatedClasses.add(n), i.length > 0 ? (d.validationErrors.set(n, i), console.error(`[${o} Validation] ${o} validation failed:`, i)) : typeof process < "u" && ((x = process.env) == null ? void 0 : x.NODE_ENV) === "development" && console.log(`[${o} Validation] ✅ ${o} validated successfully`);
33
33
  }
34
34
  };
35
35
  B.validatedClasses = /* @__PURE__ */ new Set();
36
36
  B.validationErrors = /* @__PURE__ */ new Map();
37
- var a = B, $ = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.STRUCTURE = "STRUCTURE", e.CONTAINER = "CONTAINER", e))($ || {}), y = class T extends a {
37
+ var s = B, $ = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.STRUCTURE = "STRUCTURE", e.CONTAINER = "CONTAINER", e))($ || {}), v = class c extends s {
38
38
  constructor() {
39
- super(T.REQUIRED_METHODS, T);
39
+ super(c.REQUIRED_METHODS, c);
40
40
  }
41
41
  /**
42
42
  * Determines if the block should be available for use in the editor.
@@ -195,10 +195,10 @@ var a = B, $ = /* @__PURE__ */ ((e) => (e.BLOCK = "BLOCK", e.STRUCTURE = "STRUCT
195
195
  throw new Error("Method getDescription() must be implemented by the subclass");
196
196
  }
197
197
  };
198
- y.REQUIRED_METHODS = ["getId", "getTemplate", "getIcon", "getName", "getDescription"];
199
- var Pe = y, W = class c extends a {
198
+ v.REQUIRED_METHODS = ["getId", "getTemplate", "getIcon", "getName", "getDescription"];
199
+ var Qe = v, W = class T extends s {
200
200
  constructor() {
201
- super(c.REQUIRED_METHODS, c);
201
+ super(T.REQUIRED_METHODS, T);
202
202
  }
203
203
  /**
204
204
  * @deprecated - use {@link getPreviewInnerHtml} instead
@@ -214,9 +214,76 @@ var Pe = y, W = class c extends a {
214
214
  }
215
215
  };
216
216
  W.REQUIRED_METHODS = ["getPreviewInnerHtml"];
217
- var z = class O extends a {
217
+ var fe = class {
218
+ /**
219
+ * Generates HTML representation for a block item
220
+ * @param block - The block item to generate HTML for
221
+ * @returns HTML string representation of the block or undefined if default representation should be used
222
+ */
223
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
224
+ getBlockItemHtml(e) {
225
+ }
226
+ /**
227
+ * Determines whether a hint should be displayed for the block
228
+ * @param block - The block item to check hint visibility for
229
+ * @returns True if the hint should be visible, false otherwise
230
+ */
231
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
232
+ isBlockHintVisible(e) {
233
+ return !0;
234
+ }
235
+ /**
236
+ * Gets the hint text for a block
237
+ * @param block - The block item to get hint for
238
+ * @returns The hint text for the block or undefined if default hint should be used
239
+ */
240
+ getBlockHint(e) {
241
+ return {
242
+ title: e.title,
243
+ description: e.description
244
+ };
245
+ }
246
+ /**
247
+ * Generates HTML representation for the blocks panel header
248
+ * @returns HTML string representation of the blocks panel header or undefined if header should not be shown
249
+ */
250
+ getBlocksPanelHeaderHtml() {
251
+ }
252
+ /**
253
+ * Generates HTML representation for the modules panel in collapsed state
254
+ * @returns HTML string representation of the collapsed modules panel or undefined if default representation should be used
255
+ */
256
+ getModulesPanelCollapsedHtml() {
257
+ }
258
+ /**
259
+ * Determines whether a hint should be displayed for the collapsed modules panel
260
+ * @returns True if the hint should be visible, false otherwise
261
+ */
262
+ isModulesPanelCollapsedHintVisible() {
263
+ return !0;
264
+ }
265
+ /**
266
+ * Gets the custom delay for showing hints
267
+ * @returns The delay in milliseconds or undefined to use the default delay
268
+ */
269
+ getHintDelay() {
270
+ }
271
+ /**
272
+ * Gets the hint text for a modules panel block
273
+ * @returns The hint text for the modules panel or undefined if default hint should be used
274
+ */
275
+ getModulesPanelHint() {
276
+ }
277
+ /**
278
+ * Gets the icon name for the modules tab
279
+ * @returns The icon name for the modules tab or undefined if default icon or text should be used
280
+ */
281
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
282
+ getModulesTabIconName(e) {
283
+ }
284
+ }, z = class b extends s {
218
285
  constructor() {
219
- super(O.REQUIRED_METHODS, O);
286
+ super(b.REQUIRED_METHODS, b);
220
287
  }
221
288
  getId() {
222
289
  throw new Error("Method getId() must be implemented by the subclass");
@@ -238,78 +305,132 @@ var Z = {
238
305
  href: "href",
239
306
  width: "width",
240
307
  height: "height"
241
- }, j = {
242
- href: "href"
243
- }, we = {
244
- BLOCK_IMAGE: Z,
245
- BLOCK_BUTTON: j
246
- }, v = "esd-block-button", U = "esd-block-text", P = "esd-block-image", q = "esd-structure", J = "esd-block-video", ee = "esd-block-social", te = "esd-block-banner", re = "esd-block-timer", ne = "esd-block-menu", ae = "esd-block-html", se = "esd-block-spacer", ie = "esd-container-frame", Ee = "esd-stripe", le = "esd-amp-form", I = ((e) => (e.BUTTON = `.${v}`, e.TEXT = `.${U}`, e.IMAGE = `.${P}`, e.STRUCTURE = `.${q}`, e.VIDEO = `.${J}`, e.SOCIAL = `.${ee}`, e.BANNER = `.${te}`, e.TIMER = `.${re}`, e.MENU = `.${ne}`, e.HTML = `.${ae}`, e.SPACER = `.${se}`, e.CONTAINER = `.${ie}`, e.STRIPE = `.${Ee}`, e.FORM = `.${le}`, e))(I || {}), 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 || {}), 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.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.LINKS_COLOR = "textLinksFontColorForm", 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 || {}), n = {
308
+ }, Ye = {
309
+ BLOCK_IMAGE: Z
310
+ }, y = "esd-block-button", U = "esd-block-text", P = "esd-block-image", j = "esd-structure", q = "esd-block-video", J = "esd-block-social", ee = "esd-block-banner", te = "esd-block-timer", re = "esd-block-menu", ne = "esd-block-html", ae = "esd-block-spacer", se = "esd-container-frame", ie = "esd-stripe", le = "esd-amp-form", I = ((e) => (e.BUTTON = `.${y}`, e.TEXT = `.${U}`, e.IMAGE = `.${P}`, e.STRUCTURE = `.${j}`, e.VIDEO = `.${q}`, e.SOCIAL = `.${J}`, e.BANNER = `.${ee}`, e.TIMER = `.${te}`, e.MENU = `.${re}`, e.HTML = `.${ne}`, e.SPACER = `.${ae}`, e.CONTAINER = `.${se}`, e.STRIPE = `.${ie}`, e.FORM = `.${le}`, e))(I || {}), 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.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.LINKS_COLOR = "textLinksFontColorForm", 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 || {}), oe = /* @__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))(oe || {}), a = {
247
311
  BLOCK_BUTTON: K,
248
312
  BLOCK_TEXT: F,
249
313
  BLOCK_IMAGE: H,
250
314
  GENERAL: w
251
- }, ue = /* @__PURE__ */ ((e) => (e.SETTINGS = "settings", e.STYLES = "styles", e.DATA = "data", e))(ue || {}), E = {
315
+ }, de = /* @__PURE__ */ ((e) => (e.previewDeviceMode = "previewDeviceMode", e.panelPosition = "panelPosition", e))(de || {}), ue = /* @__PURE__ */ ((e) => (e.DESKTOP = "DESKTOP", e.MOBILE = "MOBILE", e))(ue || {}), Ie = /* @__PURE__ */ ((e) => (e.SETTINGS = "settings", e.STYLES = "styles", e.DATA = "data", e))(Ie || {}), r = {
252
316
  name: "name",
253
317
  disabled: "disabled"
254
- }, Ie = {
255
- ...E,
318
+ }, ce = {
319
+ ...r,
256
320
  caption: "caption",
257
321
  icon: "icon"
258
322
  }, Te = {
259
- ...E,
323
+ ...r,
260
324
  caption: "caption"
261
- }, ce = {
262
- ...E,
325
+ }, be = {
326
+ ...r,
263
327
  minValue: "min-value",
264
328
  maxValue: "max-value",
265
329
  step: "step"
266
330
  }, Oe = {
267
- ...E,
268
- text: "text"
331
+ ...r,
332
+ placeholder: "placeholder",
333
+ minDate: "min-date"
269
334
  }, he = {
270
- ...E
271
- }, X = {
272
- ...E,
335
+ ...r,
336
+ text: "text",
337
+ hint: "hint"
338
+ }, ge = {
339
+ ...r,
340
+ type: "type"
341
+ }, me = {
342
+ ...r,
343
+ buttons: "buttons"
344
+ }, k = {
345
+ ...r,
273
346
  searchable: "searchable",
274
347
  multiSelect: "multi-select",
275
348
  placeholder: "placeholder",
276
349
  items: "items"
277
- }, ge = {
278
- ...X
279
- }, be = {
350
+ }, Re = {
351
+ ...k,
352
+ addCustomFontOption: "add-custom-font-option"
353
+ }, Le = {
354
+ ...r,
280
355
  text: "text",
281
356
  value: "value"
282
- }, me = {
357
+ }, _e = {
358
+ ...r,
283
359
  text: "text",
360
+ hint: "hint",
284
361
  icon: "icon",
285
362
  value: "value"
286
- }, Re = {
287
- ...E
288
- }, _e = {
363
+ }, Ce = {
364
+ ...r,
365
+ buttons: "buttons"
366
+ }, Ae = {
367
+ ...r,
368
+ text: "text",
369
+ hint: "hint",
370
+ icon: "icon",
371
+ value: "value"
372
+ }, Ne = {
373
+ ...r,
374
+ placeholder: "placeholder"
375
+ }, De = {
376
+ ...r,
377
+ resizable: "resizable",
378
+ placeholder: "placeholder"
379
+ }, Se = {
380
+ ...r,
381
+ img: "img",
382
+ src: "src",
383
+ title: "title",
384
+ imageClass: "image-class",
385
+ hint: "hint",
386
+ disabled: "disabled",
387
+ isActive: "is-active",
388
+ visibility: "visibility",
389
+ transform: "transform"
390
+ }, Be = {
391
+ ...r,
289
392
  controlId: "control-id"
290
- }, Le = {
291
- ...E,
393
+ }, Me = {
394
+ ...r,
395
+ expanded: "expanded"
396
+ }, xe = {
397
+ ...r,
292
398
  icon: "icon",
293
399
  position: "position"
294
- }, Ce = {
295
- ...E
296
- }, Ke = {
297
- BUTTON: Ie,
400
+ }, ve = {
401
+ ...r
402
+ }, ye = {
403
+ ...r,
404
+ icon: "icon"
405
+ }, Ue = {
406
+ ...r
407
+ }, $e = {
408
+ DEFAULT: r,
409
+ BUTTON: ce,
298
410
  CHECKBOX: Te,
299
- COLOR: E,
300
- COUNTER: ce,
301
- LABEL: Oe,
302
- RADIO_BUTTONS: he,
303
- SELECTPICKER: X,
304
- FONT_FAMILY_SELECT: ge,
305
- SWITCHER: E,
306
- TEXT: Re,
307
- SELECT_ITEM: be,
308
- RADIO_ITEM: me,
309
- NESTED_CONTROL: _e,
310
- ORDERABLE: Le,
311
- ORDERABLE_ITEM: Ce
312
- }, Ae = /* @__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))(Ae || {}), x = class {
411
+ CHECK_BUTTONS: Ce,
412
+ COLOR: r,
413
+ COUNTER: be,
414
+ DATEPICKER: Oe,
415
+ LABEL: he,
416
+ MESSAGE: ge,
417
+ RADIO_BUTTONS: me,
418
+ SELECTPICKER: k,
419
+ FONT_FAMILY_SELECT: Re,
420
+ SWITCHER: r,
421
+ TEXT: Ne,
422
+ TEXTAREA: De,
423
+ ICON: Se,
424
+ CHECK_ITEM: _e,
425
+ SELECT_ITEM: Le,
426
+ RADIO_ITEM: Ae,
427
+ NESTED_CONTROL: Be,
428
+ EXPANDABLE: Me,
429
+ ORDERABLE: xe,
430
+ ORDERABLE_ITEM: ve,
431
+ ORDERABLE_ICON: ye,
432
+ REPEATABLE: Ue
433
+ }, Pe = /* @__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))(Pe || {}), M = class {
313
434
  /**
314
435
  * @description returns map of nodes parent control operates on
315
436
  */
@@ -340,68 +461,68 @@ var Z = {
340
461
  isVisible(e) {
341
462
  return !0;
342
463
  }
343
- }, i = class extends x {
464
+ }, l = class extends M {
344
465
  getTargetNodes(e) {
345
- const t = e.querySelectorAll(I.BUTTON), r = e.asElement().hasClass(v) ? [e] : [];
346
- return t.length ? t : r;
466
+ const t = e.querySelectorAll(I.BUTTON), n = e.asElement().hasClass(y) ? [e] : [];
467
+ return t.length ? t : n;
347
468
  }
348
- }, Fe = class extends i {
469
+ }, We = class extends l {
349
470
  getParentControlId() {
350
- return n.BLOCK_BUTTON.BORDER_RADIUS;
471
+ return a.BLOCK_BUTTON.BORDER_RADIUS;
351
472
  }
352
473
  getLabels() {
353
474
  }
354
- }, He = class extends i {
475
+ }, ze = class extends l {
355
476
  getParentControlId() {
356
- return n.BLOCK_BUTTON.ALIGNMENT;
477
+ return a.BLOCK_BUTTON.ALIGNMENT;
357
478
  }
358
- }, Xe = class extends i {
479
+ }, Ze = class extends l {
359
480
  getParentControlId() {
360
- return n.GENERAL.BACKGROUND_COLOR;
481
+ return a.GENERAL.BACKGROUND_COLOR;
361
482
  }
362
- }, ke = class extends i {
483
+ }, je = class extends l {
363
484
  getParentControlId() {
364
- return n.BLOCK_BUTTON.BORDER;
485
+ return a.BLOCK_BUTTON.BORDER;
365
486
  }
366
487
  getLabels() {
367
488
  }
368
- }, Ge = class extends i {
489
+ }, qe = class extends l {
369
490
  getParentControlId() {
370
- return n.BLOCK_BUTTON.COLOR;
491
+ return a.BLOCK_BUTTON.COLOR;
371
492
  }
372
- }, Ve = class extends i {
493
+ }, Je = class extends l {
373
494
  getParentControlId() {
374
- return n.BLOCK_BUTTON.ADJUST_TO_WIDTH;
495
+ return a.BLOCK_BUTTON.ADJUST_TO_WIDTH;
375
496
  }
376
- }, pe = class extends i {
497
+ }, et = class extends l {
377
498
  getParentControlId() {
378
- return n.BLOCK_BUTTON.FONT_FAMILY;
499
+ return a.BLOCK_BUTTON.FONT_FAMILY;
379
500
  }
380
- }, Qe = class extends i {
501
+ }, tt = class extends l {
381
502
  getParentControlId() {
382
- return n.BLOCK_BUTTON.EXTERNAL_INDENTS;
503
+ return a.BLOCK_BUTTON.EXTERNAL_INDENTS;
383
504
  }
384
- }, fe = class extends i {
505
+ }, rt = class extends l {
385
506
  getParentControlId() {
386
- return n.BLOCK_BUTTON.INTERNAL_INDENTS;
507
+ return a.BLOCK_BUTTON.INTERNAL_INDENTS;
387
508
  }
388
- }, Ye = class extends i {
509
+ }, nt = class extends l {
389
510
  getParentControlId() {
390
- return n.BLOCK_BUTTON.TEXT;
511
+ return a.BLOCK_BUTTON.TEXT;
391
512
  }
392
- }, $e = class extends i {
513
+ }, at = class extends l {
393
514
  getParentControlId() {
394
- return n.BLOCK_BUTTON.FONT_SIZE;
515
+ return a.BLOCK_BUTTON.FONT_SIZE;
395
516
  }
396
- }, We = class extends i {
517
+ }, st = class extends l {
397
518
  getParentControlId() {
398
- return n.BLOCK_BUTTON.TEXT_STYLE_AND_COLOR;
519
+ return a.BLOCK_BUTTON.TEXT_STYLE_AND_COLOR;
399
520
  }
400
521
  getLabels() {
401
522
  }
402
- }, k = class h extends a {
523
+ }, X = class O extends s {
403
524
  constructor() {
404
- super(h.REQUIRED_METHODS, h);
525
+ super(O.REQUIRED_METHODS, O);
405
526
  }
406
527
  /**
407
528
  * @description Allows to determine if control should be visible or hidden in control panel.
@@ -454,10 +575,10 @@ var Z = {
454
575
  onDocumentChanged(t) {
455
576
  }
456
577
  };
457
- k.REQUIRED_METHODS = ["getId", "getTemplate"];
458
- var ze = k, Ne = class g extends a {
578
+ X.REQUIRED_METHODS = ["getId", "getTemplate"];
579
+ var it = X, we = class h extends s {
459
580
  constructor() {
460
- super(g.REQUIRED_METHODS, g);
581
+ super(h.REQUIRED_METHODS, h);
461
582
  }
462
583
  /**
463
584
  * Gets the unique identifier for this tab.
@@ -524,30 +645,30 @@ var ze = k, Ne = class g extends a {
524
645
  onDestroy() {
525
646
  }
526
647
  };
527
- Ne.REQUIRED_METHODS = ["getId", "getIcon", "getName", "getTemplate", "getTabIndex"];
528
- var G = class extends x {
648
+ we.REQUIRED_METHODS = ["getId", "getIcon", "getName", "getTemplate", "getTabIndex"];
649
+ var p = class extends M {
529
650
  getTargetNodes(e) {
530
- const t = e.querySelectorAll(I.IMAGE), r = e.asElement().hasClass(P) ? [e] : [];
531
- return t.length ? t : r;
651
+ const t = e.querySelectorAll(I.IMAGE), n = e.asElement().hasClass(P) ? [e] : [];
652
+ return t.length ? t : n;
532
653
  }
533
- }, Ze = class extends G {
654
+ }, lt = class extends p {
534
655
  getParentControlId() {
535
- return n.BLOCK_IMAGE.EXTERNAL_INDENTS;
656
+ return a.BLOCK_IMAGE.EXTERNAL_INDENTS;
536
657
  }
537
- }, je = class extends G {
658
+ }, Et = class extends p {
538
659
  getParentControlId() {
539
- return n.BLOCK_IMAGE.SIZE;
660
+ return a.BLOCK_IMAGE.SIZE;
540
661
  }
541
- }, V = class b extends a {
662
+ }, G = class g extends s {
542
663
  constructor() {
543
- super(b.REQUIRED_METHODS, b);
664
+ super(g.REQUIRED_METHODS, g);
544
665
  }
545
666
  registerBlockControls(t) {
546
667
  throw new Error("Method registerBlockControls() must be implemented by the subclass");
547
668
  }
548
669
  };
549
- V.REQUIRED_METHODS = ["registerBlockControls"];
550
- var qe = V, Je = class {
670
+ G.REQUIRED_METHODS = ["registerBlockControls"];
671
+ var ot = G, dt = class {
551
672
  constructor(e, t) {
552
673
  this.tabId = e, this.controlsIds = t;
553
674
  }
@@ -570,44 +691,40 @@ var qe = V, Je = class {
570
691
  const t = this.controlsIds.indexOf(e);
571
692
  t !== -1 && this.controlsIds.splice(t, 1);
572
693
  }
573
- }, l = class extends x {
694
+ }, E = class extends M {
574
695
  getTargetNodes(e) {
575
- const t = e.querySelectorAll(I.TEXT), r = e.asElement().hasClass(U) ? [e] : [];
576
- return t.length ? t : r;
696
+ const t = e.querySelectorAll(I.TEXT), n = e.asElement().hasClass(U) ? [e] : [];
697
+ return t.length ? t : n;
577
698
  }
578
- }, et = class extends l {
699
+ }, ut = class extends E {
579
700
  getParentControlId() {
580
- return n.GENERAL.TEXT_ALIGN;
701
+ return a.GENERAL.TEXT_ALIGN;
581
702
  }
582
- }, tt = class extends l {
703
+ }, It = class extends E {
583
704
  getParentControlId() {
584
- return n.BLOCK_TEXT.TEXT_BLOCK_BACKGROUND_COLOR;
705
+ return a.GENERAL.TEXT_COLOR;
585
706
  }
586
- }, rt = class extends l {
707
+ }, ct = class extends E {
587
708
  getParentControlId() {
588
- return n.GENERAL.TEXT_COLOR;
709
+ return a.BLOCK_TEXT.FONT_FAMILY;
589
710
  }
590
- }, nt = class extends l {
591
- getParentControlId() {
592
- return n.BLOCK_TEXT.FONT_FAMILY;
593
- }
594
- }, at = class extends l {
711
+ }, Tt = class extends E {
595
712
  getParentControlId() {
596
- return n.GENERAL.TEXT_LINE_SPACING;
713
+ return a.GENERAL.TEXT_LINE_SPACING;
597
714
  }
598
- }, st = class extends l {
715
+ }, bt = class extends E {
599
716
  getParentControlId() {
600
- return n.BLOCK_TEXT.INTERNAL_INDENTS;
717
+ return a.BLOCK_TEXT.INTERNAL_INDENTS;
601
718
  }
602
- }, it = class extends l {
719
+ }, Ot = class extends E {
603
720
  getParentControlId() {
604
- return n.GENERAL.TEXT_SIZE;
721
+ return a.GENERAL.TEXT_SIZE;
605
722
  }
606
- }, Et = class extends l {
723
+ }, ht = class extends E {
607
724
  getParentControlId() {
608
- return n.GENERAL.TEXT_STYLE;
725
+ return a.GENERAL.TEXT_STYLE;
609
726
  }
610
- }, De = class {
727
+ }, Ke = class {
611
728
  constructor(e) {
612
729
  this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.generalPanelTabs = [], 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.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);
613
730
  }
@@ -668,7 +785,7 @@ var qe = V, Je = class {
668
785
  getGeneralPanelTabs() {
669
786
  return this.generalPanelTabs;
670
787
  }
671
- }, lt = class {
788
+ }, gt = class {
672
789
  constructor() {
673
790
  this.styles = [], this.uiElements = [], this.controls = [], this.contextActions = [], this.blocks = [], this.generalPanelTabs = [];
674
791
  }
@@ -736,7 +853,7 @@ var qe = V, Je = class {
736
853
  return this.generalPanelTabs.push(e), this;
737
854
  }
738
855
  build() {
739
- return new De({
856
+ return new Ke({
740
857
  i18n: this.i18n,
741
858
  styles: this.styles.map((e) => e.trim()).join(`
742
859
  `),
@@ -758,7 +875,7 @@ var qe = V, Je = class {
758
875
  generalPanelTabs: this.generalPanelTabs
759
876
  });
760
877
  }
761
- }, Se = class m extends a {
878
+ }, Fe = class m extends s {
762
879
  constructor() {
763
880
  super(m.REQUIRED_METHODS, m);
764
881
  }
@@ -766,8 +883,8 @@ var qe = V, Je = class {
766
883
  throw new Error("Method openAiAssistant() must be implemented by the subclass");
767
884
  }
768
885
  };
769
- Se.REQUIRED_METHODS = ["openAiAssistant"];
770
- var Be = class R extends a {
886
+ Fe.REQUIRED_METHODS = ["openAiAssistant"];
887
+ var He = class R extends s {
771
888
  constructor() {
772
889
  super(R.REQUIRED_METHODS, R);
773
890
  }
@@ -786,7 +903,7 @@ var Be = class R extends a {
786
903
  * @param {ExternalDisplayConditionSelectedCB} _successCallback - Callback executed with the updated or newly created condition upon success.
787
904
  * @param {() => void} _cancelCallback - Callback executed when the dialog is closed without making changes.
788
905
  */
789
- openExternalDisplayConditionsDialog(t, r, s) {
906
+ openExternalDisplayConditionsDialog(t, n, i) {
790
907
  throw new Error("Method openExternalDisplayConditionsDialog() must be implemented by the subclass");
791
908
  }
792
909
  /**
@@ -807,19 +924,19 @@ var Be = class R extends a {
807
924
  throw new Error("Method getContextActionIndex() must be implemented by the subclass");
808
925
  }
809
926
  };
810
- Be.REQUIRED_METHODS = ["getCategoryName", "openExternalDisplayConditionsDialog"];
811
- var xe = class _ extends a {
927
+ He.REQUIRED_METHODS = ["getCategoryName", "openExternalDisplayConditionsDialog"];
928
+ var ke = class L extends s {
812
929
  constructor() {
813
- super(_.REQUIRED_METHODS, _);
930
+ super(L.REQUIRED_METHODS, L);
814
931
  }
815
- openImageLibrary(t, r, s) {
932
+ openImageLibrary(t, n, i) {
816
933
  throw new Error("Method openImageLibrary() must be implemented by the subclass");
817
934
  }
818
935
  };
819
- xe.REQUIRED_METHODS = ["openImageLibrary"];
820
- var Me = class L extends a {
936
+ ke.REQUIRED_METHODS = ["openImageLibrary"];
937
+ var Xe = class _ extends s {
821
938
  constructor() {
822
- super(L.REQUIRED_METHODS, L);
939
+ super(_.REQUIRED_METHODS, _);
823
940
  }
824
941
  /**
825
942
  * @description Returns the translated name/label for the tab
@@ -834,30 +951,30 @@ var Me = class L extends a {
834
951
  * @param _onImageSelectCallback - Callback to invoke when an image is selected
835
952
  * @param _selectedNode - (Optional) Selected node for which the gallery is being opened
836
953
  */
837
- openImageLibraryTab(t, r, s) {
954
+ openImageLibraryTab(t, n, i) {
838
955
  throw new Error("Method openImageLibraryTab() must be implemented by the subclass");
839
956
  }
840
957
  };
841
- Me.REQUIRED_METHODS = ["getName", "openImageLibraryTab"];
842
- var ye = class C extends a {
958
+ Xe.REQUIRED_METHODS = ["getName", "openImageLibraryTab"];
959
+ var pe = class C extends s {
843
960
  constructor() {
844
961
  super(C.REQUIRED_METHODS, C);
845
962
  }
846
- openSmartElementsLibrary(t, r) {
963
+ openSmartElementsLibrary(t, n) {
847
964
  throw new Error("Method openSmartElementsLibrary() must be implemented by the subclass");
848
965
  }
849
966
  };
850
- ye.REQUIRED_METHODS = ["openSmartElementsLibrary"];
851
- var ve = class A extends a {
967
+ pe.REQUIRED_METHODS = ["openSmartElementsLibrary"];
968
+ var Ge = class A extends s {
852
969
  constructor() {
853
970
  super(A.REQUIRED_METHODS, A);
854
971
  }
855
- openExternalVideosLibraryDialog(t, r, s) {
972
+ openExternalVideosLibraryDialog(t, n, i) {
856
973
  throw new Error("Method openExternalVideosLibraryDialog() must be implemented by the subclass");
857
974
  }
858
975
  };
859
- ve.REQUIRED_METHODS = ["openExternalVideosLibraryDialog"];
860
- var p = class N extends a {
976
+ Ge.REQUIRED_METHODS = ["openExternalVideosLibraryDialog"];
977
+ var V = class N extends s {
861
978
  constructor() {
862
979
  super(N.REQUIRED_METHODS, N);
863
980
  }
@@ -865,8 +982,8 @@ var p = class N extends a {
865
982
  throw new Error("Method registerIconsSvg() must be implemented by the subclass");
866
983
  }
867
984
  };
868
- p.REQUIRED_METHODS = ["registerIconsSvg"];
869
- var ot = p, dt = class {
985
+ V.REQUIRED_METHODS = ["registerIconsSvg"];
986
+ var mt = V, Rt = class {
870
987
  constructor(e) {
871
988
  this.key = e;
872
989
  }
@@ -879,7 +996,7 @@ var ot = p, dt = class {
879
996
  params: this.params
880
997
  };
881
998
  }
882
- }, Q = class D extends a {
999
+ }, Q = class D extends s {
883
1000
  constructor() {
884
1001
  super(D.REQUIRED_METHODS, D);
885
1002
  }
@@ -916,7 +1033,7 @@ var ot = p, dt = class {
916
1033
  * @param name - The name of the attribute that was updated.
917
1034
  * @param value - The new value of the attribute.
918
1035
  */
919
- onAttributeUpdated(t, r) {
1036
+ onAttributeUpdated(t, n) {
920
1037
  }
921
1038
  /**
922
1039
  * Gets the unique identifier for this UI element type.
@@ -935,7 +1052,7 @@ var ot = p, dt = class {
935
1052
  }
936
1053
  };
937
1054
  Q.REQUIRED_METHODS = ["onRender", "getId", "getTemplate"];
938
- var ut = Q, f = class S extends a {
1055
+ var Lt = Q, f = class S extends s {
939
1056
  constructor() {
940
1057
  super(S.REQUIRED_METHODS, S);
941
1058
  }
@@ -944,52 +1061,54 @@ var ut = Q, f = class S extends a {
944
1061
  }
945
1062
  };
946
1063
  f.REQUIRED_METHODS = ["registerUiElements"];
947
- var It = f;
1064
+ var _t = f;
948
1065
  export {
949
- Pe as Block,
950
- we as BlockAttr,
1066
+ Qe as Block,
1067
+ Ye as BlockAttr,
951
1068
  $ as BlockCompositionType,
952
1069
  I as BlockSelector,
953
- oe as BlockType,
954
- x as BuiltInControl,
955
- n as BuiltInControlTypes,
956
- He as ButtonAlignBuiltInControl,
957
- Xe as ButtonBackgroundColorBuiltInControl,
958
- ke as ButtonBorderBuiltInControl,
959
- Fe as ButtonBorderRadiusBuiltInControl,
960
- Ge as ButtonColorBuiltInControl,
1070
+ Ee as BlockType,
1071
+ fe as BlocksPanel,
1072
+ M as BuiltInControl,
1073
+ a as BuiltInControlTypes,
1074
+ ze as ButtonAlignBuiltInControl,
1075
+ Ze as ButtonBackgroundColorBuiltInControl,
1076
+ je as ButtonBorderBuiltInControl,
1077
+ We as ButtonBorderRadiusBuiltInControl,
1078
+ qe as ButtonColorBuiltInControl,
961
1079
  K as ButtonControls,
962
- Ve as ButtonFitToContainerBuiltInControl,
963
- pe as ButtonFontFamilyBuiltInControl,
964
- Qe as ButtonMarginsBuiltInControl,
965
- fe as ButtonPaddingsBuiltInControl,
966
- Ye as ButtonTextBuiltInControl,
967
- $e as ButtonTextSizeBuiltInControl,
968
- We as ButtonTextStyleAndFontColorBuiltInControl,
969
- de as ContainerControls,
970
- ze as Control,
971
- De as Extension,
972
- lt as ExtensionBuilder,
1080
+ Je as ButtonFitToContainerBuiltInControl,
1081
+ et as ButtonFontFamilyBuiltInControl,
1082
+ tt as ButtonMarginsBuiltInControl,
1083
+ rt as ButtonPaddingsBuiltInControl,
1084
+ nt as ButtonTextBuiltInControl,
1085
+ at as ButtonTextSizeBuiltInControl,
1086
+ st as ButtonTextStyleAndFontColorBuiltInControl,
1087
+ oe as ContainerControls,
1088
+ it as Control,
1089
+ de as EditorStatePropertyType,
1090
+ Ke as Extension,
1091
+ gt as ExtensionBuilder,
973
1092
  w as GeneralControls,
974
- ot as IconsRegistry,
1093
+ mt as IconsRegistry,
975
1094
  H as ImageControls,
976
- Ze as ImageMarginsBuiltInControl,
977
- je as ImageSizeBuiltInControl,
978
- dt as ModificationDescription,
979
- qe as SettingsPanelRegistry,
980
- Je as SettingsPanelTab,
981
- ue as SettingsTab,
982
- et as TextAlignBuiltInControl,
983
- tt as TextBlockBackgroundBuiltInControl,
984
- rt as TextColorBuiltInControl,
1095
+ lt as ImageMarginsBuiltInControl,
1096
+ Et as ImageSizeBuiltInControl,
1097
+ Rt as ModificationDescription,
1098
+ ue as PreviewDeviceMode,
1099
+ ot as SettingsPanelRegistry,
1100
+ dt as SettingsPanelTab,
1101
+ Ie as SettingsTab,
1102
+ ut as TextAlignBuiltInControl,
1103
+ It as TextColorBuiltInControl,
985
1104
  F as TextControls,
986
- nt as TextFontFamilyBuiltInControl,
987
- at as TextLineSpacingBuiltInControl,
988
- st as TextPaddingsBuiltInControl,
989
- it as TextSizeBuiltInControl,
990
- Et as TextStyleBuiltInControl,
991
- Ke as UEAttr,
992
- ut as UIElement,
993
- It as UIElementTagRegistry,
994
- Ae as UIElementType
1105
+ ct as TextFontFamilyBuiltInControl,
1106
+ Tt as TextLineSpacingBuiltInControl,
1107
+ bt as TextPaddingsBuiltInControl,
1108
+ Ot as TextSizeBuiltInControl,
1109
+ ht as TextStyleBuiltInControl,
1110
+ $e as UEAttr,
1111
+ Lt as UIElement,
1112
+ _t as UIElementTagRegistry,
1113
+ Pe as UIElementType
995
1114
  };