pds-dev-kit-web-test 2.6.21 → 2.6.23

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 (638) hide show
  1. package/dist/index.d.ts +6 -6
  2. package/dist/index.js +3 -14
  3. package/dist/src/common/assets/icons/fill/index.d.ts +0 -2
  4. package/dist/src/common/assets/icons/fill/index.js +1 -5
  5. package/dist/src/common/assets/icons/line/index.d.ts +0 -2
  6. package/dist/src/common/assets/icons/line/index.js +1 -5
  7. package/dist/src/common/hooks/useTooltip.js +1 -1
  8. package/dist/src/common/index.d.ts +1 -1
  9. package/dist/src/common/services/i18n/i18n.js +1 -3
  10. package/dist/src/common/services/i18n/resources/en.json +3 -63
  11. package/dist/src/common/services/i18n/resources/es.json +2 -62
  12. package/dist/src/common/services/i18n/resources/fil.json +3 -63
  13. package/dist/src/common/services/i18n/resources/index.d.ts +7 -427
  14. package/dist/src/common/services/i18n/resources/ja.json +2 -62
  15. package/dist/src/common/services/i18n/resources/ko.json +2 -62
  16. package/dist/src/common/services/i18n/resources/zh-cn.json +3 -63
  17. package/dist/src/common/services/i18n/resources/zh-tw.json +2 -62
  18. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -4
  19. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -4
  20. package/dist/src/common/styles/colorSet/UIColor.json +1 -6
  21. package/dist/src/common/styles/colorSet/index.d.ts +124 -135
  22. package/dist/src/common/styles/colorSet/index.js +2 -2
  23. package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -5
  24. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +0 -2
  25. package/dist/src/common/styles/scroll/scrollbarStyle.js +3 -4
  26. package/dist/src/common/types/components.d.ts +0 -9
  27. package/dist/src/common/types/components.js +0 -8
  28. package/dist/src/common/types/form.d.ts +9 -0
  29. package/dist/src/common/types/form.js +10 -0
  30. package/dist/src/common/types/index.d.ts +1 -1
  31. package/dist/src/common/types/index.js +1 -1
  32. package/dist/src/common/types/text.d.ts +0 -2
  33. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
  34. package/dist/src/common/utils/dateHelper.d.ts +0 -3
  35. package/dist/src/common/utils/dateHelper.js +0 -37
  36. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -4
  37. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +23 -32
  38. package/dist/src/desktop/components/AdminList/AdminList.d.ts +1 -11
  39. package/dist/src/desktop/components/AdminList/AdminList.js +19 -47
  40. package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -1
  41. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +1 -10
  42. package/dist/src/desktop/components/AdminList/HeaderRow.js +2 -2
  43. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.d.ts +1 -3
  44. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.js +2 -3
  45. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -2
  46. package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +3 -3
  47. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +0 -2
  48. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +3 -10
  49. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  50. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -6
  51. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +6 -67
  52. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +1 -6
  53. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +2 -70
  54. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
  55. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
  56. package/dist/src/desktop/components/ChatList/Body.d.ts +1 -1
  57. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +1 -1
  58. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +8 -21
  59. package/dist/src/desktop/components/TextButton/TextButton.d.ts +3 -6
  60. package/dist/src/desktop/components/TextButton/TextButton.js +40 -67
  61. package/dist/src/desktop/components/TextField/TextField.d.ts +1 -2
  62. package/dist/src/desktop/components/TextField/TextField.js +7 -7
  63. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +3 -3
  64. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  65. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -56
  66. package/dist/src/desktop/components/index.d.ts +1 -7
  67. package/dist/src/desktop/components/index.js +1 -14
  68. package/dist/src/desktop/index.d.ts +1 -1
  69. package/dist/src/desktop/index.js +2 -8
  70. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +1 -1
  71. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +1 -1
  72. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +1 -1
  73. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +5 -8
  74. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +1 -2
  75. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +15 -13
  76. package/dist/src/desktop/panels/DesktopBasicModalWithTab/DesktopBasicModalWithTab.d.ts +1 -3
  77. package/dist/src/desktop/panels/DesktopBasicModalWithTab/DesktopBasicModalWithTab.js +10 -16
  78. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.d.ts +3 -19
  79. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +31 -42
  80. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +1 -3
  81. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +5 -11
  82. package/dist/src/desktop/panels/index.d.ts +1 -2
  83. package/dist/src/desktop/panels/index.js +1 -6
  84. package/dist/src/hybrid/components/Divider/Divider.d.ts +1 -3
  85. package/dist/src/hybrid/components/Divider/Divider.js +7 -9
  86. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -3
  87. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +22 -26
  88. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
  89. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
  90. package/dist/src/mobile/components/ChatList/Body.d.ts +1 -1
  91. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.d.ts +1 -3
  92. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +13 -36
  93. package/dist/src/mobile/components/TextButton/TextButton.d.ts +3 -6
  94. package/dist/src/mobile/components/TextButton/TextButton.js +31 -55
  95. package/dist/src/mobile/components/TextField/TextField.d.ts +1 -2
  96. package/dist/src/mobile/components/TextField/TextField.js +7 -7
  97. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +3 -3
  98. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  99. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -44
  100. package/dist/src/mobile/components/index.d.ts +1 -6
  101. package/dist/src/mobile/components/index.js +1 -11
  102. package/dist/src/mobile/index.d.ts +1 -1
  103. package/dist/src/mobile/index.js +2 -7
  104. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.d.ts +1 -3
  105. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +7 -14
  106. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -12
  107. package/dist/src/sub/AdminList/AdminList/AdminList.js +23 -54
  108. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -10
  109. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  110. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +1 -1
  111. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +0 -2
  112. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +5 -15
  113. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +1 -1
  114. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -2
  115. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  116. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +22 -0
  117. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1134 -0
  118. package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +4 -1
  119. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +5 -3
  120. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +122 -54
  121. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +11 -0
  122. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +45 -0
  123. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.d.ts +3 -1
  124. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.js +9 -15
  125. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +10 -0
  126. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +79 -0
  127. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  128. package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -2
  129. package/dist/src/sub/DynamicLayout/GridAutoRowEditor/GridAutoRowEditor.d.ts +9 -0
  130. package/dist/src/sub/DynamicLayout/GridAutoRowEditor/GridAutoRowEditor.js +274 -0
  131. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -1
  132. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +24 -2
  133. package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
  134. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
  135. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
  136. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
  137. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
  138. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
  139. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
  140. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
  141. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
  142. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
  143. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
  144. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
  145. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
  146. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
  147. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
  148. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
  149. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
  150. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
  151. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
  152. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
  153. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +3 -1
  154. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +5 -3
  155. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -1
  156. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +9 -2
  157. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
  158. package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +8 -0
  159. package/dist/src/sub/DynamicLayout/compositionQueryContext.js +14 -0
  160. package/dist/src/sub/DynamicLayout/mock_componentBlocks.d.ts +911 -0
  161. package/dist/src/sub/DynamicLayout/mock_componentBlocks.js +4238 -0
  162. package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
  163. package/dist/src/sub/DynamicLayout/mock_composition.js +1664 -0
  164. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -0
  165. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1168 -0
  166. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -0
  167. package/dist/src/sub/DynamicLayout/mock_contentsList.js +1091 -0
  168. package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +96 -0
  169. package/dist/src/sub/DynamicLayout/mock_queryData.js +2639 -0
  170. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +842 -0
  171. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +854 -0
  172. package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
  173. package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
  174. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -1
  175. package/dist/src/sub/DynamicLayout/mock_video_cb.js +4 -5
  176. package/dist/src/sub/DynamicLayout/mocks.d.ts +8 -961
  177. package/dist/src/sub/DynamicLayout/mocks.js +46 -4237
  178. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  179. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  180. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +10 -12
  181. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.d.ts +1 -1
  182. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +6 -5
  183. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +1 -1
  184. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +15 -5
  185. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +18 -2
  186. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +10 -4
  187. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +151 -3
  188. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +11 -0
  189. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +76 -0
  190. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.d.ts +15 -0
  191. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.js +69 -0
  192. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.d.ts +15 -0
  193. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.js +69 -0
  194. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +9 -0
  195. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +87 -0
  196. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
  197. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +849 -0
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +43 -0
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +162 -0
  200. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +39 -0
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +182 -0
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.d.ts +18 -0
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.js +229 -0
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.d.ts +14 -0
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.js +46 -0
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +139 -0
  209. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +14 -0
  210. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +255 -0
  211. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +16 -0
  212. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +38 -0
  213. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +10 -0
  214. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +85 -0
  215. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +25 -0
  216. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +183 -0
  217. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +29 -0
  218. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +130 -0
  219. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.d.ts +18 -0
  220. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.js +229 -0
  221. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
  222. package/dist/src/{desktop/panels/MultilingualModal → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList}/index.js +3 -3
  223. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +67 -0
  224. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
  225. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +39 -3
  226. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +14 -0
  227. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +159 -0
  228. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +11 -0
  229. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +38 -0
  230. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.d.ts +15 -0
  231. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.js +69 -0
  232. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.d.ts +15 -0
  233. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.js +69 -0
  234. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +20 -0
  235. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +173 -0
  236. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +9 -0
  237. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +87 -0
  238. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
  239. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +849 -0
  240. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +43 -0
  241. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +162 -0
  242. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.d.ts +18 -0
  243. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.js +229 -0
  244. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.d.ts +16 -0
  245. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.js +63 -0
  246. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
  247. package/dist/src/{desktop/components/Snackbar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner}/index.js +3 -3
  248. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +46 -0
  249. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +186 -0
  250. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +163 -0
  251. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
  252. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +58 -8
  253. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.d.ts +7 -0
  254. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.js +211 -0
  255. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +3 -28
  256. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -1
  257. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +5 -15
  258. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +52 -3
  259. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/propComponent/CBBackgroundMedia.d.ts +2 -0
  260. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/propComponent/CBBackgroundMedia.js +17 -0
  261. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/StyledSwiper/StyledSwiper.d.ts +2 -0
  262. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/StyledSwiper/StyledSwiper.js +13 -0
  263. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  264. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
  265. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +27 -10
  266. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +3 -1
  267. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.d.ts +4 -4
  268. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +2 -2
  269. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +14 -0
  270. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +26 -0
  271. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
  272. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +7 -2
  273. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +16 -5
  274. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  275. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.js +4 -3
  276. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBorder.js +3 -0
  277. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.js +2 -0
  278. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +58 -3
  279. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  280. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -0
  281. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +1 -1
  282. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +1 -1
  283. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +1 -1
  284. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +1 -1
  285. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +1 -1
  286. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +1 -1
  287. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +1 -1
  288. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +1 -1
  289. package/dist/src/sub/DynamicLayout/types.d.ts +68 -17
  290. package/package.json +5 -10
  291. package/release-note.md +2 -2
  292. package/dist/scripts/copy-tinymce.d.ts +0 -1
  293. package/dist/scripts/copy-tinymce.js +0 -32
  294. package/dist/src/common/assets/icons/fill/Gift.d.ts +0 -4
  295. package/dist/src/common/assets/icons/fill/Gift.js +0 -30
  296. package/dist/src/common/assets/icons/fill/Translate.d.ts +0 -4
  297. package/dist/src/common/assets/icons/fill/Translate.js +0 -30
  298. package/dist/src/common/assets/icons/line/Gift.d.ts +0 -4
  299. package/dist/src/common/assets/icons/line/Gift.js +0 -30
  300. package/dist/src/common/assets/icons/line/Translate.d.ts +0 -4
  301. package/dist/src/common/assets/icons/line/Translate.js +0 -30
  302. package/dist/src/common/hooks/useParentResizeObserver.d.ts +0 -2
  303. package/dist/src/common/hooks/useParentResizeObserver.js +0 -20
  304. package/dist/src/common/hooks/useResizeObserver.d.ts +0 -3
  305. package/dist/src/common/hooks/useResizeObserver.js +0 -27
  306. package/dist/src/common/hooks/useWindowSize.d.ts +0 -4
  307. package/dist/src/common/hooks/useWindowSize.js +0 -22
  308. package/dist/src/common/types/multilingual.d.ts +0 -16
  309. package/dist/src/core/pricing/formatter.d.ts +0 -4
  310. package/dist/src/core/pricing/formatter.js +0 -18
  311. package/dist/src/core/pricing/index.d.ts +0 -2
  312. package/dist/src/core/pricing/index.js +0 -18
  313. package/dist/src/core/pricing/policy.d.ts +0 -26
  314. package/dist/src/core/pricing/policy.js +0 -98
  315. package/dist/src/core/pricing/service.d.ts +0 -62
  316. package/dist/src/core/pricing/service.js +0 -157
  317. package/dist/src/core/pricing/translator.d.ts +0 -27
  318. package/dist/src/core/pricing/translator.js +0 -54
  319. package/dist/src/core/pricing/types.d.ts +0 -19
  320. package/dist/src/core/pricing/types.js +0 -31
  321. package/dist/src/core/pricing/validator.d.ts +0 -29
  322. package/dist/src/core/pricing/validator.js +0 -105
  323. package/dist/src/desktop/components/BoxItem/BoxItem.d.ts +0 -68
  324. package/dist/src/desktop/components/BoxItem/BoxItem.js +0 -107
  325. package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
  326. package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.js +0 -9
  327. package/dist/src/desktop/components/BoxItem/LeftBox/Image.d.ts +0 -11
  328. package/dist/src/desktop/components/BoxItem/LeftBox/Image.js +0 -9
  329. package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
  330. package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.js +0 -36
  331. package/dist/src/desktop/components/BoxItem/LeftBox/index.d.ts +0 -2
  332. package/dist/src/desktop/components/BoxItem/LeftBox/index.js +0 -8
  333. package/dist/src/desktop/components/BoxItem/index.d.ts +0 -1
  334. package/dist/src/desktop/components/BoxItem/index.js +0 -8
  335. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.d.ts +0 -12
  336. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.js +0 -134
  337. package/dist/src/desktop/components/Calendar/Calendar.d.ts +0 -4
  338. package/dist/src/desktop/components/Calendar/Calendar.js +0 -437
  339. package/dist/src/desktop/components/Calendar/CalendarContext.d.ts +0 -53
  340. package/dist/src/desktop/components/Calendar/CalendarContext.js +0 -77
  341. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.d.ts +0 -7
  342. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.js +0 -49
  343. package/dist/src/desktop/components/Calendar/DailyView.d.ts +0 -8
  344. package/dist/src/desktop/components/Calendar/DailyView.js +0 -172
  345. package/dist/src/desktop/components/Calendar/MonthlyView.d.ts +0 -29
  346. package/dist/src/desktop/components/Calendar/MonthlyView.js +0 -494
  347. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.d.ts +0 -21
  348. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.js +0 -186
  349. package/dist/src/desktop/components/Calendar/ScheduleItem.d.ts +0 -25
  350. package/dist/src/desktop/components/Calendar/ScheduleItem.js +0 -56
  351. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.d.ts +0 -12
  352. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.js +0 -184
  353. package/dist/src/desktop/components/Calendar/WeeklyView.d.ts +0 -9
  354. package/dist/src/desktop/components/Calendar/WeeklyView.js +0 -220
  355. package/dist/src/desktop/components/Calendar/YearlyView.d.ts +0 -13
  356. package/dist/src/desktop/components/Calendar/YearlyView.js +0 -76
  357. package/dist/src/desktop/components/Calendar/calendarUtils.d.ts +0 -13
  358. package/dist/src/desktop/components/Calendar/calendarUtils.js +0 -59
  359. package/dist/src/desktop/components/Calendar/constants.d.ts +0 -1
  360. package/dist/src/desktop/components/Calendar/constants.js +0 -31
  361. package/dist/src/desktop/components/Calendar/index.d.ts +0 -14
  362. package/dist/src/desktop/components/Calendar/index.js +0 -42
  363. package/dist/src/desktop/components/Calendar/timeFormatUtils.d.ts +0 -18
  364. package/dist/src/desktop/components/Calendar/timeFormatUtils.js +0 -59
  365. package/dist/src/desktop/components/Calendar/types.d.ts +0 -65
  366. package/dist/src/desktop/components/PriceTextField/PriceTextField.d.ts +0 -44
  367. package/dist/src/desktop/components/PriceTextField/PriceTextField.js +0 -587
  368. package/dist/src/desktop/components/PriceTextField/index.d.ts +0 -1
  369. package/dist/src/desktop/components/PriceTextField/index.js +0 -8
  370. package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
  371. package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.js +0 -47
  372. package/dist/src/desktop/components/PriceTextLabel/index.d.ts +0 -1
  373. package/dist/src/desktop/components/PriceTextLabel/index.js +0 -8
  374. package/dist/src/desktop/components/RichTextEditor/RichTextEditor.d.ts +0 -37
  375. package/dist/src/desktop/components/RichTextEditor/RichTextEditor.js +0 -276
  376. package/dist/src/desktop/components/RichTextEditor/index.d.ts +0 -2
  377. package/dist/src/desktop/components/RichTextEditor/index.js +0 -8
  378. package/dist/src/desktop/components/Snackbar/Snackbar.d.ts +0 -17
  379. package/dist/src/desktop/components/Snackbar/Snackbar.js +0 -221
  380. package/dist/src/desktop/components/Snackbar/index.d.ts +0 -1
  381. package/dist/src/desktop/components/Snackbar/provider.d.ts +0 -11
  382. package/dist/src/desktop/components/Snackbar/provider.js +0 -43
  383. package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.d.ts +0 -13
  384. package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.js +0 -206
  385. package/dist/src/desktop/panels/MultilingualModal/index.d.ts +0 -1
  386. package/dist/src/mobile/components/BoxItem/BoxItem.d.ts +0 -68
  387. package/dist/src/mobile/components/BoxItem/BoxItem.js +0 -106
  388. package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
  389. package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.js +0 -9
  390. package/dist/src/mobile/components/BoxItem/LeftBox/Image.d.ts +0 -11
  391. package/dist/src/mobile/components/BoxItem/LeftBox/Image.js +0 -9
  392. package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
  393. package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.js +0 -36
  394. package/dist/src/mobile/components/BoxItem/LeftBox/index.d.ts +0 -2
  395. package/dist/src/mobile/components/BoxItem/LeftBox/index.js +0 -8
  396. package/dist/src/mobile/components/BoxItem/index.d.ts +0 -1
  397. package/dist/src/mobile/components/BoxItem/index.js +0 -8
  398. package/dist/src/mobile/components/PriceTextField/PriceTextField.d.ts +0 -43
  399. package/dist/src/mobile/components/PriceTextField/PriceTextField.js +0 -574
  400. package/dist/src/mobile/components/PriceTextField/index.d.ts +0 -1
  401. package/dist/src/mobile/components/PriceTextField/index.js +0 -8
  402. package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
  403. package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.js +0 -47
  404. package/dist/src/mobile/components/PriceTextLabel/index.d.ts +0 -1
  405. package/dist/src/mobile/components/PriceTextLabel/index.js +0 -8
  406. package/dist/src/mobile/components/RichTextEditor/RichTextEditor.d.ts +0 -37
  407. package/dist/src/mobile/components/RichTextEditor/RichTextEditor.js +0 -281
  408. package/dist/src/mobile/components/RichTextEditor/index.d.ts +0 -2
  409. package/dist/src/mobile/components/RichTextEditor/index.js +0 -8
  410. package/dist/src/mobile/components/Snackbar/Snackbar.d.ts +0 -17
  411. package/dist/src/mobile/components/Snackbar/Snackbar.js +0 -221
  412. package/dist/src/mobile/components/Snackbar/index.d.ts +0 -1
  413. package/dist/src/mobile/components/Snackbar/index.js +0 -8
  414. package/dist/src/mobile/components/Snackbar/provider.d.ts +0 -11
  415. package/dist/src/mobile/components/Snackbar/provider.js +0 -43
  416. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
  417. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
  418. package/dist/tinymce/CHANGELOG.md +0 -3453
  419. package/dist/tinymce/README.md +0 -73
  420. package/dist/tinymce/bower.json +0 -27
  421. package/dist/tinymce/composer.json +0 -52
  422. package/dist/tinymce/icons/default/icons.js +0 -194
  423. package/dist/tinymce/icons/default/icons.min.js +0 -1
  424. package/dist/tinymce/icons/default/index.js +0 -7
  425. package/dist/tinymce/license.txt +0 -21
  426. package/dist/tinymce/models/dom/index.js +0 -7
  427. package/dist/tinymce/models/dom/model.js +0 -8040
  428. package/dist/tinymce/models/dom/model.min.js +0 -1
  429. package/dist/tinymce/notices.txt +0 -21
  430. package/dist/tinymce/package.json +0 -32
  431. package/dist/tinymce/plugins/accordion/index.js +0 -7
  432. package/dist/tinymce/plugins/accordion/plugin.js +0 -1054
  433. package/dist/tinymce/plugins/accordion/plugin.min.js +0 -5
  434. package/dist/tinymce/plugins/advlist/index.js +0 -7
  435. package/dist/tinymce/plugins/advlist/plugin.js +0 -259
  436. package/dist/tinymce/plugins/advlist/plugin.min.js +0 -5
  437. package/dist/tinymce/plugins/anchor/index.js +0 -7
  438. package/dist/tinymce/plugins/anchor/plugin.js +0 -214
  439. package/dist/tinymce/plugins/anchor/plugin.min.js +0 -5
  440. package/dist/tinymce/plugins/autolink/index.js +0 -7
  441. package/dist/tinymce/plugins/autolink/plugin.js +0 -228
  442. package/dist/tinymce/plugins/autolink/plugin.min.js +0 -5
  443. package/dist/tinymce/plugins/autoresize/index.js +0 -7
  444. package/dist/tinymce/plugins/autoresize/plugin.js +0 -192
  445. package/dist/tinymce/plugins/autoresize/plugin.min.js +0 -5
  446. package/dist/tinymce/plugins/autosave/index.js +0 -7
  447. package/dist/tinymce/plugins/autosave/plugin.js +0 -233
  448. package/dist/tinymce/plugins/autosave/plugin.min.js +0 -5
  449. package/dist/tinymce/plugins/charmap/index.js +0 -7
  450. package/dist/tinymce/plugins/charmap/plugin.js +0 -1658
  451. package/dist/tinymce/plugins/charmap/plugin.min.js +0 -5
  452. package/dist/tinymce/plugins/code/index.js +0 -7
  453. package/dist/tinymce/plugins/code/plugin.js +0 -85
  454. package/dist/tinymce/plugins/code/plugin.min.js +0 -5
  455. package/dist/tinymce/plugins/codesample/index.js +0 -7
  456. package/dist/tinymce/plugins/codesample/plugin.js +0 -2471
  457. package/dist/tinymce/plugins/codesample/plugin.min.js +0 -13
  458. package/dist/tinymce/plugins/directionality/index.js +0 -7
  459. package/dist/tinymce/plugins/directionality/plugin.js +0 -395
  460. package/dist/tinymce/plugins/directionality/plugin.min.js +0 -5
  461. package/dist/tinymce/plugins/emoticons/index.js +0 -7
  462. package/dist/tinymce/plugins/emoticons/js/emojiimages.js +0 -1
  463. package/dist/tinymce/plugins/emoticons/js/emojiimages.min.js +0 -1
  464. package/dist/tinymce/plugins/emoticons/js/emojis.js +0 -1
  465. package/dist/tinymce/plugins/emoticons/js/emojis.min.js +0 -1
  466. package/dist/tinymce/plugins/emoticons/plugin.js +0 -595
  467. package/dist/tinymce/plugins/emoticons/plugin.min.js +0 -5
  468. package/dist/tinymce/plugins/fullscreen/index.js +0 -7
  469. package/dist/tinymce/plugins/fullscreen/plugin.js +0 -1249
  470. package/dist/tinymce/plugins/fullscreen/plugin.min.js +0 -5
  471. package/dist/tinymce/plugins/help/index.js +0 -7
  472. package/dist/tinymce/plugins/help/js/i18n/keynav/ar.js +0 -90
  473. package/dist/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +0 -90
  474. package/dist/tinymce/plugins/help/js/i18n/keynav/ca.js +0 -90
  475. package/dist/tinymce/plugins/help/js/i18n/keynav/cs.js +0 -90
  476. package/dist/tinymce/plugins/help/js/i18n/keynav/da.js +0 -90
  477. package/dist/tinymce/plugins/help/js/i18n/keynav/de.js +0 -90
  478. package/dist/tinymce/plugins/help/js/i18n/keynav/el.js +0 -90
  479. package/dist/tinymce/plugins/help/js/i18n/keynav/en.js +0 -90
  480. package/dist/tinymce/plugins/help/js/i18n/keynav/es.js +0 -90
  481. package/dist/tinymce/plugins/help/js/i18n/keynav/eu.js +0 -90
  482. package/dist/tinymce/plugins/help/js/i18n/keynav/fa.js +0 -90
  483. package/dist/tinymce/plugins/help/js/i18n/keynav/fi.js +0 -90
  484. package/dist/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +0 -90
  485. package/dist/tinymce/plugins/help/js/i18n/keynav/he_IL.js +0 -90
  486. package/dist/tinymce/plugins/help/js/i18n/keynav/hi.js +0 -90
  487. package/dist/tinymce/plugins/help/js/i18n/keynav/hr.js +0 -90
  488. package/dist/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +0 -90
  489. package/dist/tinymce/plugins/help/js/i18n/keynav/id.js +0 -90
  490. package/dist/tinymce/plugins/help/js/i18n/keynav/it.js +0 -90
  491. package/dist/tinymce/plugins/help/js/i18n/keynav/ja.js +0 -90
  492. package/dist/tinymce/plugins/help/js/i18n/keynav/kk.js +0 -90
  493. package/dist/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +0 -90
  494. package/dist/tinymce/plugins/help/js/i18n/keynav/ms.js +0 -90
  495. package/dist/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +0 -90
  496. package/dist/tinymce/plugins/help/js/i18n/keynav/nl.js +0 -90
  497. package/dist/tinymce/plugins/help/js/i18n/keynav/pl.js +0 -90
  498. package/dist/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +0 -90
  499. package/dist/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +0 -90
  500. package/dist/tinymce/plugins/help/js/i18n/keynav/ro.js +0 -90
  501. package/dist/tinymce/plugins/help/js/i18n/keynav/ru.js +0 -90
  502. package/dist/tinymce/plugins/help/js/i18n/keynav/sk.js +0 -90
  503. package/dist/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +0 -90
  504. package/dist/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +0 -90
  505. package/dist/tinymce/plugins/help/js/i18n/keynav/th_TH.js +0 -90
  506. package/dist/tinymce/plugins/help/js/i18n/keynav/tr.js +0 -90
  507. package/dist/tinymce/plugins/help/js/i18n/keynav/uk.js +0 -90
  508. package/dist/tinymce/plugins/help/js/i18n/keynav/vi.js +0 -90
  509. package/dist/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +0 -84
  510. package/dist/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +0 -90
  511. package/dist/tinymce/plugins/help/plugin.js +0 -898
  512. package/dist/tinymce/plugins/help/plugin.min.js +0 -5
  513. package/dist/tinymce/plugins/image/index.js +0 -7
  514. package/dist/tinymce/plugins/image/plugin.js +0 -1505
  515. package/dist/tinymce/plugins/image/plugin.min.js +0 -5
  516. package/dist/tinymce/plugins/importcss/index.js +0 -7
  517. package/dist/tinymce/plugins/importcss/plugin.js +0 -344
  518. package/dist/tinymce/plugins/importcss/plugin.min.js +0 -5
  519. package/dist/tinymce/plugins/insertdatetime/index.js +0 -7
  520. package/dist/tinymce/plugins/insertdatetime/plugin.js +0 -187
  521. package/dist/tinymce/plugins/insertdatetime/plugin.min.js +0 -5
  522. package/dist/tinymce/plugins/link/index.js +0 -7
  523. package/dist/tinymce/plugins/link/plugin.js +0 -1242
  524. package/dist/tinymce/plugins/link/plugin.min.js +0 -5
  525. package/dist/tinymce/plugins/lists/index.js +0 -7
  526. package/dist/tinymce/plugins/lists/plugin.js +0 -2172
  527. package/dist/tinymce/plugins/lists/plugin.min.js +0 -5
  528. package/dist/tinymce/plugins/media/index.js +0 -7
  529. package/dist/tinymce/plugins/media/plugin.js +0 -1217
  530. package/dist/tinymce/plugins/media/plugin.min.js +0 -5
  531. package/dist/tinymce/plugins/nonbreaking/index.js +0 -7
  532. package/dist/tinymce/plugins/nonbreaking/plugin.js +0 -123
  533. package/dist/tinymce/plugins/nonbreaking/plugin.min.js +0 -5
  534. package/dist/tinymce/plugins/pagebreak/index.js +0 -7
  535. package/dist/tinymce/plugins/pagebreak/plugin.js +0 -117
  536. package/dist/tinymce/plugins/pagebreak/plugin.min.js +0 -5
  537. package/dist/tinymce/plugins/preview/index.js +0 -7
  538. package/dist/tinymce/plugins/preview/plugin.js +0 -97
  539. package/dist/tinymce/plugins/preview/plugin.min.js +0 -5
  540. package/dist/tinymce/plugins/quickbars/index.js +0 -7
  541. package/dist/tinymce/plugins/quickbars/plugin.js +0 -447
  542. package/dist/tinymce/plugins/quickbars/plugin.min.js +0 -5
  543. package/dist/tinymce/plugins/save/index.js +0 -7
  544. package/dist/tinymce/plugins/save/plugin.js +0 -118
  545. package/dist/tinymce/plugins/save/plugin.min.js +0 -5
  546. package/dist/tinymce/plugins/searchreplace/index.js +0 -7
  547. package/dist/tinymce/plugins/searchreplace/plugin.js +0 -1093
  548. package/dist/tinymce/plugins/searchreplace/plugin.min.js +0 -5
  549. package/dist/tinymce/plugins/table/index.js +0 -7
  550. package/dist/tinymce/plugins/table/plugin.js +0 -3462
  551. package/dist/tinymce/plugins/table/plugin.min.js +0 -5
  552. package/dist/tinymce/plugins/template/index.js +0 -7
  553. package/dist/tinymce/plugins/template/plugin.js +0 -567
  554. package/dist/tinymce/plugins/template/plugin.min.js +0 -5
  555. package/dist/tinymce/plugins/visualblocks/index.js +0 -7
  556. package/dist/tinymce/plugins/visualblocks/plugin.js +0 -98
  557. package/dist/tinymce/plugins/visualblocks/plugin.min.js +0 -5
  558. package/dist/tinymce/plugins/visualchars/index.js +0 -7
  559. package/dist/tinymce/plugins/visualchars/plugin.js +0 -560
  560. package/dist/tinymce/plugins/visualchars/plugin.min.js +0 -5
  561. package/dist/tinymce/plugins/wordcount/index.js +0 -7
  562. package/dist/tinymce/plugins/wordcount/plugin.js +0 -405
  563. package/dist/tinymce/plugins/wordcount/plugin.min.js +0 -5
  564. package/dist/tinymce/skins/content/dark/content.css +0 -79
  565. package/dist/tinymce/skins/content/dark/content.js +0 -15
  566. package/dist/tinymce/skins/content/dark/content.min.css +0 -14
  567. package/dist/tinymce/skins/content/default/content.css +0 -74
  568. package/dist/tinymce/skins/content/default/content.js +0 -15
  569. package/dist/tinymce/skins/content/default/content.min.css +0 -14
  570. package/dist/tinymce/skins/content/document/content.css +0 -79
  571. package/dist/tinymce/skins/content/document/content.js +0 -15
  572. package/dist/tinymce/skins/content/document/content.min.css +0 -14
  573. package/dist/tinymce/skins/content/tinymce-5/content.css +0 -74
  574. package/dist/tinymce/skins/content/tinymce-5/content.js +0 -15
  575. package/dist/tinymce/skins/content/tinymce-5/content.min.css +0 -14
  576. package/dist/tinymce/skins/content/tinymce-5-dark/content.css +0 -79
  577. package/dist/tinymce/skins/content/tinymce-5-dark/content.js +0 -15
  578. package/dist/tinymce/skins/content/tinymce-5-dark/content.min.css +0 -14
  579. package/dist/tinymce/skins/content/writer/content.css +0 -75
  580. package/dist/tinymce/skins/content/writer/content.js +0 -15
  581. package/dist/tinymce/skins/content/writer/content.min.css +0 -14
  582. package/dist/tinymce/skins/ui/oxide/content.css +0 -798
  583. package/dist/tinymce/skins/ui/oxide/content.inline.css +0 -792
  584. package/dist/tinymce/skins/ui/oxide/content.inline.js +0 -15
  585. package/dist/tinymce/skins/ui/oxide/content.inline.min.css +0 -14
  586. package/dist/tinymce/skins/ui/oxide/content.js +0 -15
  587. package/dist/tinymce/skins/ui/oxide/content.min.css +0 -14
  588. package/dist/tinymce/skins/ui/oxide/skin.css +0 -3763
  589. package/dist/tinymce/skins/ui/oxide/skin.js +0 -2
  590. package/dist/tinymce/skins/ui/oxide/skin.min.css +0 -1
  591. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.css +0 -30
  592. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
  593. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
  594. package/dist/tinymce/skins/ui/oxide-dark/content.css +0 -779
  595. package/dist/tinymce/skins/ui/oxide-dark/content.inline.css +0 -792
  596. package/dist/tinymce/skins/ui/oxide-dark/content.inline.js +0 -15
  597. package/dist/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -14
  598. package/dist/tinymce/skins/ui/oxide-dark/content.js +0 -15
  599. package/dist/tinymce/skins/ui/oxide-dark/content.min.css +0 -14
  600. package/dist/tinymce/skins/ui/oxide-dark/skin.css +0 -3766
  601. package/dist/tinymce/skins/ui/oxide-dark/skin.js +0 -2
  602. package/dist/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
  603. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +0 -30
  604. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
  605. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
  606. package/dist/tinymce/skins/ui/tinymce-5/content.css +0 -798
  607. package/dist/tinymce/skins/ui/tinymce-5/content.inline.css +0 -792
  608. package/dist/tinymce/skins/ui/tinymce-5/content.inline.js +0 -15
  609. package/dist/tinymce/skins/ui/tinymce-5/content.inline.min.css +0 -14
  610. package/dist/tinymce/skins/ui/tinymce-5/content.js +0 -15
  611. package/dist/tinymce/skins/ui/tinymce-5/content.min.css +0 -14
  612. package/dist/tinymce/skins/ui/tinymce-5/skin.css +0 -3857
  613. package/dist/tinymce/skins/ui/tinymce-5/skin.js +0 -2
  614. package/dist/tinymce/skins/ui/tinymce-5/skin.min.css +0 -1
  615. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +0 -30
  616. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +0 -2
  617. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -1
  618. package/dist/tinymce/skins/ui/tinymce-5-dark/content.css +0 -779
  619. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.css +0 -792
  620. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.js +0 -15
  621. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +0 -14
  622. package/dist/tinymce/skins/ui/tinymce-5-dark/content.js +0 -15
  623. package/dist/tinymce/skins/ui/tinymce-5-dark/content.min.css +0 -14
  624. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.css +0 -3857
  625. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.js +0 -2
  626. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.min.css +0 -1
  627. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +0 -30
  628. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -2
  629. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -1
  630. package/dist/tinymce/themes/silver/index.js +0 -7
  631. package/dist/tinymce/themes/silver/theme.js +0 -30775
  632. package/dist/tinymce/themes/silver/theme.min.js +0 -1
  633. package/dist/tinymce/tinymce.d.ts +0 -3238
  634. package/dist/tinymce/tinymce.js +0 -31779
  635. package/dist/tinymce/tinymce.min.js +0 -11
  636. package/scripts/copy-tinymce.js +0 -37
  637. /package/dist/src/{common/types/multilingual.js → sub/DynamicLayout/compositionActionTypes.js} +0 -0
  638. /package/dist/src/{desktop/components/Calendar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel}/types.js +0 -0
@@ -1,10 +1,11 @@
1
- import type { CB_BTN_PROPERTIES_TYPE, CB_DIVIDER_PROPERTIES_TYPE, CB_EMBED_PROPERTIES_TYPE, CB_IMG_PROPERTIES_TYPE, CB_RICHTEXT_PROPERTIES_TYPE, CB_TEXT_PROPERTIES_TYPE, CB_TWITTER_PROPERTIES_TYPE, CB_VIDEOPLAYER_PROPERTIES_TYPE, CB_YOUTUBE_PROPERTIES_TYPE } from './util/types';
1
+ import type { CB_BTN_PROPERTIES_TYPE, CB_DIVIDER_PROPERTIES_TYPE, CB_EMBED_PROPERTIES_TYPE, CB_IMG_PROPERTIES_TYPE, CB_RICHTEXT_PROPERTIES_TYPE, CB_TEXT_PROPERTIES_TYPE, CB_TWITTER_PROPERTIES_TYPE, CB_LIST_PROPERTIES_TYPE, CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, CB_SLIDEBANNER_PROPERTIES_TYPE, CB_VIDEOPLAYER_PROPERTIES_TYPE, CB_YOUTUBE_PROPERTIES_TYPE } from './util/types';
2
2
  import type { IComposition } from '../../../DynamicLayout/types';
3
3
  export type CB_TYPES = 'GENERAL';
4
- export type ComponentBlock = CB_TEXT_TYPE | CB_BTN_TYPE | CB_RICHTEXT | CB_DIVIDER | CB_IMG | CB_YOUTUBE | CB_TWITTER | CB_IFRAME | CB_GROUP | CB_CONTENTS_CAROUSEL | CB_VIDEOPLAYER;
4
+ export type ComponentBlock = CB_TEXT_TYPE | CB_BTN_TYPE | CB_RICHTEXT | CB_DIVIDER | CB_IMG | CB_YOUTUBE | CB_TWITTER | CB_IFRAME | CB_GROUP | CB_LIST | CB_CONTENTSCAROUSEL | CB_SLIDEBANNER | CB_VIDEOPLAYER;
5
5
  type GeneralCustomSectionType = {
6
6
  id: number;
7
7
  type: 'GENERAL';
8
+ blockId?: string;
8
9
  availablePlugins: Array<string>;
9
10
  queryableTapSrc: string;
10
11
  queryableDefinitionPreset: string;
@@ -18,7 +19,7 @@ export type GroupCustomSectionType = {
18
19
  queryableDefinitionPreset: string;
19
20
  dynamicLayoutSectionId: number;
20
21
  };
21
- export type AllCBProperties = CB_TEXT_PROPERTIES_TYPE | CB_BTN_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_DIVIDER_PROPERTIES_TYPE | CB_YOUTUBE_PROPERTIES_TYPE | CB_IMG_PROPERTIES_TYPE | CB_TWITTER_PROPERTIES_TYPE | CB_EMBED_PROPERTIES_TYPE | CB_VIDEOPLAYER_PROPERTIES_TYPE;
22
+ export type AllCBProperties = CB_TEXT_PROPERTIES_TYPE | CB_BTN_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_DIVIDER_PROPERTIES_TYPE | CB_YOUTUBE_PROPERTIES_TYPE | CB_IMG_PROPERTIES_TYPE | CB_TWITTER_PROPERTIES_TYPE | CB_EMBED_PROPERTIES_TYPE | CB_LIST_PROPERTIES_TYPE | CB_CONTENTSCAROUSEL_PROPERTIES_TYPE | CB_SLIDEBANNER_PROPERTIES_TYPE | CB_VIDEOPLAYER_PROPERTIES_TYPE;
22
23
  export type CB_TEXT_TYPE = GeneralCustomSectionType & {
23
24
  componentBlockCode: CB_ALL_CODES.CB_TEXT;
24
25
  jsonProperties: {
@@ -55,6 +56,12 @@ export type CB_YOUTUBE = GeneralCustomSectionType & {
55
56
  data: CB_YOUTUBE_PROPERTIES_TYPE;
56
57
  };
57
58
  };
59
+ export type CB_VIDEOPLAYER = GeneralCustomSectionType & {
60
+ componentBlockCode: CB_ALL_CODES.CB_VIDEOPLAYER;
61
+ jsonProperties: {
62
+ data: CB_YOUTUBE_PROPERTIES_TYPE;
63
+ };
64
+ };
58
65
  export type CB_TWITTER = GeneralCustomSectionType & {
59
66
  componentBlockCode: CB_ALL_CODES.CB_TWITTER;
60
67
  jsonProperties: {
@@ -73,18 +80,26 @@ export type CB_GROUP = GeneralCustomSectionType & {
73
80
  data: CB_BTN_PROPERTIES_TYPE;
74
81
  };
75
82
  };
76
- export type CB_CONTENTS_CAROUSEL = GeneralCustomSectionType & {
77
- componentBlockCode: CB_ALL_CODES.CB_CONTENTS_CAROUSEL;
83
+ export type CB_CONTENTSCAROUSEL = GeneralCustomSectionType & {
84
+ componentBlockCode: CB_ALL_CODES.CB_CONTENTSCAROUSEL;
78
85
  jsonProperties: {
79
- data: CB_BTN_PROPERTIES_TYPE;
86
+ data: CB_CONTENTSCAROUSEL_PROPERTIES_TYPE;
80
87
  };
81
88
  compositions: Array<IComposition>;
82
89
  };
83
- export type CB_VIDEOPLAYER = GeneralCustomSectionType & {
84
- componentBlockCode: CB_ALL_CODES.CB_VIDEOPLAYER;
90
+ export type CB_SLIDEBANNER = GeneralCustomSectionType & {
91
+ componentBlockCode: CB_ALL_CODES.CB_SLIDEBANNER;
85
92
  jsonProperties: {
86
- data: CB_VIDEOPLAYER_PROPERTIES_TYPE;
93
+ data: CB_SLIDEBANNER_PROPERTIES_TYPE;
87
94
  };
95
+ compositions: Array<IComposition>;
96
+ };
97
+ export type CB_LIST = GeneralCustomSectionType & {
98
+ componentBlockCode: CB_ALL_CODES.CB_LIST;
99
+ jsonProperties: {
100
+ data: CB_LIST_PROPERTIES_TYPE;
101
+ };
102
+ compositions: Array<IComposition>;
88
103
  };
89
104
  export declare enum CB_ALL_CODES {
90
105
  CB_TEXT = "CB_TEXT",
@@ -96,7 +111,9 @@ export declare enum CB_ALL_CODES {
96
111
  CB_TWITTER = "CB_TWITTER",
97
112
  CB_EMBED = "CB_EMBED",
98
113
  CB_GROUP = "CB_GROUP",
99
- CB_CONTENTS_CAROUSEL = "CB_CONTENTS_CAROUSEL",
114
+ CB_LIST = "CB_LIST",
115
+ CB_CONTENTSCAROUSEL = "CB_CONTENTSCAROUSEL",
116
+ CB_SLIDEBANNER = "CB_SLIDEBANNER",
100
117
  CB_VIDEOPLAYER = "CB_VIDEOPLAYER"
101
118
  }
102
119
  export {};
@@ -12,6 +12,8 @@ var CB_ALL_CODES;
12
12
  CB_ALL_CODES["CB_TWITTER"] = "CB_TWITTER";
13
13
  CB_ALL_CODES["CB_EMBED"] = "CB_EMBED";
14
14
  CB_ALL_CODES["CB_GROUP"] = "CB_GROUP";
15
- CB_ALL_CODES["CB_CONTENTS_CAROUSEL"] = "CB_CONTENTS_CAROUSEL";
15
+ CB_ALL_CODES["CB_LIST"] = "CB_LIST";
16
+ CB_ALL_CODES["CB_CONTENTSCAROUSEL"] = "CB_CONTENTSCAROUSEL";
17
+ CB_ALL_CODES["CB_SLIDEBANNER"] = "CB_SLIDEBANNER";
16
18
  CB_ALL_CODES["CB_VIDEOPLAYER"] = "CB_VIDEOPLAYER";
17
19
  })(CB_ALL_CODES = exports.CB_ALL_CODES || (exports.CB_ALL_CODES = {}));
@@ -12,8 +12,8 @@ export type CB_EFFECT_PROP_ENTANIM_BASE = {
12
12
  CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
13
13
  };
14
14
  export type CB_EFFECT_PROP_ENTANIM_SPECS = CB_EFFECT_PROP_ENTANIM_BASE & Partial<{
15
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': number | undefined;
16
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': number | undefined;
17
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': string | undefined;
18
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': string | undefined;
15
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': number | undefined | null;
16
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': number | undefined | null;
17
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': string | undefined | null;
18
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': string | undefined | null;
19
19
  }>;
@@ -16,8 +16,8 @@ export type CB_STYLE_PROP_PADDING_BASE = {
16
16
  };
17
17
  export type CB_LAYOUT_PROP_PADDING_SPECS = CB_STYLE_PROP_PADDING_BASE & {
18
18
  CB_LAYOUT_PROP_PADDING_SPEC_PADDING: CB_LAYOUT_PROP_PADDING_SPEC_PADDING_OBJ;
19
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': CB_LAYOUT_PROP_PADDING_SPEC_PADDING_OBJ | undefined;
19
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': CB_LAYOUT_PROP_PADDING_SPEC_PADDING_OBJ | undefined | null;
20
20
  CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
21
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': boolean | undefined;
21
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': boolean | undefined | null;
22
22
  };
23
23
  export {};
@@ -0,0 +1,14 @@
1
+ import type { ICompositionJsonProperties } from '../../../../DynamicLayout/types';
2
+ type Props = {
3
+ isMobile: boolean;
4
+ compositionProps: ICompositionJsonProperties['data']['CB_PLACEMENT_PROP_COMPOSITION'];
5
+ };
6
+ declare function parseCompositionPlacement({ isMobile, compositionProps }: Props): {
7
+ minHeight: number | null;
8
+ maxHeight: number | null;
9
+ minWidth: number | null;
10
+ maxWidth: number | null;
11
+ rows: number;
12
+ columns: number;
13
+ };
14
+ export default parseCompositionPlacement;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ function parseCompositionPlacement(_a) {
4
+ var _b, _c, _d, _e, _f, _g;
5
+ var isMobile = _a.isMobile, compositionProps = _a.compositionProps;
6
+ var CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT = compositionProps.CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT, CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT = compositionProps.CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT, CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH = compositionProps.CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH, CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH = compositionProps.CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH, CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS = compositionProps.CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS, CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS = compositionProps.CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS;
7
+ if (isMobile) {
8
+ return {
9
+ minHeight: (_b = compositionProps['CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT:MOBILE']) !== null && _b !== void 0 ? _b : CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT,
10
+ maxHeight: (_c = compositionProps['CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT:MOBILE']) !== null && _c !== void 0 ? _c : CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT,
11
+ minWidth: (_d = compositionProps['CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH:MOBILE']) !== null && _d !== void 0 ? _d : CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH,
12
+ maxWidth: (_e = compositionProps['CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH:MOBILE']) !== null && _e !== void 0 ? _e : CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH,
13
+ rows: (_f = compositionProps['CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS:MOBILE']) !== null && _f !== void 0 ? _f : CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS,
14
+ columns: (_g = compositionProps['CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS:MOBILE']) !== null && _g !== void 0 ? _g : CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS
15
+ };
16
+ }
17
+ return {
18
+ minHeight: CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT,
19
+ maxHeight: CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT,
20
+ minWidth: CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH,
21
+ maxWidth: CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH,
22
+ rows: CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS,
23
+ columns: CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS
24
+ };
25
+ }
26
+ exports.default = parseCompositionPlacement;
@@ -1,3 +1,3 @@
1
1
  import type { Device, JsonPropertiesParserResult } from './types';
2
- import type { ISectionJsonProperties } from '../../../../DynamicLayout/types';
3
- export default function parseJsonProperties(properties: ISectionJsonProperties['data'] | undefined, device: Device): JsonPropertiesParserResult;
2
+ import type { ICompositionJsonProperties, ISectionJsonProperties } from '../../../../DynamicLayout/types';
3
+ export default function parseJsonProperties(properties: ISectionJsonProperties['data'] | ICompositionJsonProperties['data'] | undefined, device: Device): JsonPropertiesParserResult;
@@ -1,6 +1,7 @@
1
1
  import { ComponentBlock } from '../types';
2
- import type { ZOrder } from 'publ-echo/dist/lib/GridLayoutEditor/group';
3
- export declare function parsePlacement(components: ComponentBlock[], zOrders: ZOrder): {
2
+ import type { PlaceRestrictionType } from '../../../../DynamicLayout/types';
3
+ import type { ZOrder } from 'publ-echo-test/dist/lib/GridLayoutEditor/group';
4
+ export declare function parsePlacement(components: ComponentBlock[], zOrders: ZOrder, placementRestriction?: PlaceRestrictionType): {
4
5
  sm: {
5
6
  i: string;
6
7
  x: number;
@@ -9,6 +10,8 @@ export declare function parsePlacement(components: ComponentBlock[], zOrders: ZO
9
10
  h: number;
10
11
  z: number;
11
12
  autoResize: boolean;
13
+ minH: number;
14
+ minW: number;
12
15
  }[];
13
16
  lg: {
14
17
  i: string;
@@ -18,6 +21,8 @@ export declare function parsePlacement(components: ComponentBlock[], zOrders: ZO
18
21
  h: number;
19
22
  z: number;
20
23
  autoResize: boolean;
24
+ minH: number;
25
+ minW: number;
21
26
  }[];
22
27
  };
23
28
  export default parsePlacement;
@@ -12,13 +12,13 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports.parsePlacement = void 0;
14
14
  var types_1 = require("../types");
15
- function parsePlacement(components, zOrders) {
15
+ function parsePlacement(components, zOrders, placementRestriction) {
16
16
  if (!zOrders) {
17
17
  console.error('Z-ORDER NOT FOUND');
18
18
  }
19
19
  return components.reduce(function (acc, cur) {
20
20
  var id = cur.id, jsonProperties = cur.jsonProperties, componentBlockCode = cur.componentBlockCode;
21
- var _a = parsePropPlacement(jsonProperties.data.CB_PLACEMENT_PROP_PLACEMENT, id, componentBlockCode, zOrders), mobileLayout = _a.mobileLayout, desktopLayout = _a.desktopLayout;
21
+ var _a = parsePropPlacement(jsonProperties.data.CB_PLACEMENT_PROP_PLACEMENT, id, componentBlockCode, zOrders, placementRestriction ? placementRestriction[componentBlockCode] : undefined), mobileLayout = _a.mobileLayout, desktopLayout = _a.desktopLayout;
22
22
  return {
23
23
  sm: __spreadArray(__spreadArray([], acc.sm, true), [mobileLayout], false),
24
24
  lg: __spreadArray(__spreadArray([], acc.lg, true), [desktopLayout], false)
@@ -26,7 +26,8 @@ function parsePlacement(components, zOrders) {
26
26
  }, { sm: [], lg: [] });
27
27
  }
28
28
  exports.parsePlacement = parsePlacement;
29
- function parsePropPlacement(props, id, cbCode, zOrders) {
29
+ function parsePropPlacement(props, id, cbCode, zOrders, cbRestriction) {
30
+ var _a, _b, _c, _d;
30
31
  var desktopLayout = {
31
32
  i: id.toString(),
32
33
  x: props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX,
@@ -34,7 +35,9 @@ function parsePropPlacement(props, id, cbCode, zOrders) {
34
35
  w: props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS,
35
36
  h: props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS,
36
37
  z: zOrders.desktop[id],
37
- autoResize: cbCode === types_1.CB_ALL_CODES.CB_TEXT
38
+ autoResize: AUTO_RESIZE_CODES.includes(cbCode),
39
+ minH: (_a = cbRestriction === null || cbRestriction === void 0 ? void 0 : cbRestriction.rowHMin) !== null && _a !== void 0 ? _a : 1,
40
+ minW: (_b = cbRestriction === null || cbRestriction === void 0 ? void 0 : cbRestriction.columnWMin) !== null && _b !== void 0 ? _b : 1
38
41
  };
39
42
  var mobileLayout = {
40
43
  i: id.toString(),
@@ -43,11 +46,19 @@ function parsePropPlacement(props, id, cbCode, zOrders) {
43
46
  w: props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE'],
44
47
  h: props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE'],
45
48
  z: zOrders.mobile[id],
46
- autoResize: cbCode === types_1.CB_ALL_CODES.CB_TEXT
49
+ autoResize: AUTO_RESIZE_CODES.includes(cbCode),
50
+ minH: (_c = cbRestriction === null || cbRestriction === void 0 ? void 0 : cbRestriction.rowHMin) !== null && _c !== void 0 ? _c : 1,
51
+ minW: (_d = cbRestriction === null || cbRestriction === void 0 ? void 0 : cbRestriction.mobileColumnWMin) !== null && _d !== void 0 ? _d : 1
47
52
  };
48
53
  return {
49
54
  mobileLayout: mobileLayout,
50
55
  desktopLayout: desktopLayout
51
56
  };
52
57
  }
58
+ var AUTO_RESIZE_CODES = [
59
+ types_1.CB_ALL_CODES.CB_TEXT
60
+ // CB_ALL_CODES.CB_LIST,
61
+ // CB_ALL_CODES.CB_CONTENTSCAROUSEL,
62
+ // CB_ALL_CODES.CB_SLIDEBANNER
63
+ ];
53
64
  exports.default = parsePlacement;
@@ -1,5 +1,5 @@
1
1
  import { CB_LAYOUT_PROP_KEYS } from './layoutPropParsers/types';
2
2
  import { CB_STYLE_PROP_KEYS } from './stylePropParsers/types';
3
- import type { Device, ParserResult, CB_TEXT_PROPERTIES_TYPE, CB_BTN_PROPERTIES_TYPE, CB_IMG_PROPERTIES_TYPE, CB_TWITTER_PROPERTIES_TYPE, CB_DIVIDER_PROPERTIES_TYPE, CB_YOUTUBE_PROPERTIES_TYPE, CB_RICHTEXT_PROPERTIES_TYPE, CB_EMBED_PROPERTIES_TYPE, CB_VIDEOPLAYER_PROPERTIES_TYPE } from './types';
3
+ import type { Device, ParserResult, CB_TEXT_PROPERTIES_TYPE, CB_BTN_PROPERTIES_TYPE, CB_IMG_PROPERTIES_TYPE, CB_TWITTER_PROPERTIES_TYPE, CB_DIVIDER_PROPERTIES_TYPE, CB_YOUTUBE_PROPERTIES_TYPE, CB_RICHTEXT_PROPERTIES_TYPE, CB_EMBED_PROPERTIES_TYPE, CB_LIST_PROPERTIES_TYPE, CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, CB_SLIDEBANNER_PROPERTIES_TYPE, CB_VIDEOPLAYER_PROPERTIES_TYPE } from './types';
4
4
  export type specTypes = CB_LAYOUT_PROP_KEYS | CB_STYLE_PROP_KEYS;
5
- export default function parseProperties(properties: CB_TEXT_PROPERTIES_TYPE | CB_BTN_PROPERTIES_TYPE | CB_IMG_PROPERTIES_TYPE | CB_TWITTER_PROPERTIES_TYPE | CB_DIVIDER_PROPERTIES_TYPE | CB_YOUTUBE_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_EMBED_PROPERTIES_TYPE | CB_VIDEOPLAYER_PROPERTIES_TYPE, device: Device): ParserResult;
5
+ export default function parseProperties(properties: CB_TEXT_PROPERTIES_TYPE | CB_BTN_PROPERTIES_TYPE | CB_IMG_PROPERTIES_TYPE | CB_TWITTER_PROPERTIES_TYPE | CB_DIVIDER_PROPERTIES_TYPE | CB_YOUTUBE_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_EMBED_PROPERTIES_TYPE | CB_LIST_PROPERTIES_TYPE | CB_CONTENTSCAROUSEL_PROPERTIES_TYPE | CB_SLIDEBANNER_PROPERTIES_TYPE | CB_VIDEOPLAYER_PROPERTIES_TYPE, device: Device): ParserResult;
@@ -27,8 +27,8 @@ function parseProperties(properties, device) {
27
27
  specs: specs
28
28
  };
29
29
  if (normalizedProperty.name in types_4.CB_STYLE_PROP_KEYS) {
30
- var _a = (0, stylePropParsers_1.parseStyleProperties)(normalizedProperty, device), style = _a.style, hoverStyle = _a.hoverStyle;
31
- return __assign(__assign({}, acc), { style: __assign(__assign({}, acc.style), style), hoverStyle: __assign(__assign({}, acc.hoverStyle), hoverStyle) });
30
+ var _a = (0, stylePropParsers_1.parseStyleProperties)(normalizedProperty, device), style = _a.style, hoverStyle = _a.hoverStyle, overlayStyle = _a.overlayStyle;
31
+ return __assign(__assign({}, acc), { style: __assign(__assign({}, acc.style), style), hoverStyle: __assign(__assign({}, acc.hoverStyle), hoverStyle), overlayStyle: __assign(__assign({}, acc.overlayStyle), overlayStyle) });
32
32
  }
33
33
  if (normalizedProperty.name in types_3.CB_LAYOUT_PROP_KEYS) {
34
34
  var style = (0, layoutPropParsers_1.parseLayoutProperties)(normalizedProperty, device).style;
@@ -48,7 +48,8 @@ function parseProperties(properties, device) {
48
48
  hoverStyle: {},
49
49
  layout: {},
50
50
  effect: {},
51
- content: {}
51
+ content: {},
52
+ overlayStyle: {}
52
53
  });
53
54
  }
54
55
  exports.default = parseProperties;
@@ -27,6 +27,9 @@ function parseStylePropBorder(namedProps, device) {
27
27
  var value = specs[baseKey];
28
28
  var hoverValue = specs["".concat(baseKey, ":HOVER")];
29
29
  var isRadius = cssPropertyKey === 'borderRadius';
30
+ if (value === null || value === undefined) {
31
+ return acc;
32
+ }
30
33
  if (isRadius) {
31
34
  var _d = value, tl = _d.tl, tr = _d.tr, bl = _d.bl, br = _d.br;
32
35
  var hoverValueTypeExpanded = hoverValue;
@@ -87,5 +87,7 @@ function getParsedKey(key) {
87
87
  case "CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE":
88
88
  case "CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER":
89
89
  return 'VERTICAL';
90
+ default:
91
+ return '';
90
92
  }
91
93
  }
@@ -1,22 +1,31 @@
1
+ import type { CB_STYLE_PROP_CONTENTSCAROUSEL_SPECS } from '../components/ComponentBlock/componentBlocks/ContentsCarousel/types';
2
+ import type { CB_STYLE_PROP_CONTENTSLIST_SPECS } from '../components/ComponentBlock/componentBlocks/ContentsList/types';
3
+ import type { CB_STYLE_PROP_SLIDEBANNER_SPECS } from '../components/ComponentBlock/componentBlocks/SlideBanner/types';
1
4
  import type { CB_TWITTER_STYLE_PROPS } from '../components/ComponentBlock/componentBlocks/Twitter/types';
2
- import type { CB_CONTENT_PROP_CLINK, CB_CONTENT_PROP_CODEBLOCK, CB_CONTENT_PROP_IMAGE, CB_CONTENT_PROP_TEXT, CB_CONTENT_PROP_TWITTER, CB_CONTENT_PROP_VIDEO, CB_STYLE_PROP_COLOR_SPECS, CB_STYLE_PROP_TEXT_SPECS } from '../components/ComponentBlock/componentBlocks/types';
5
+ import type { CB_CONTENT_PROP_CONTENTSCAROUSEL, CB_CONTENT_PROP_SLIDEBANNER, CB_CONTENT_PROP_CLINK, CB_CONTENT_PROP_CODEBLOCK, CB_CONTENT_PROP_IMAGE, CB_CONTENT_PROP_TEXT, CB_CONTENT_PROP_TWITTER, CB_STYLE_PROP_COLOR_SPECS, CB_STYLE_PROP_TEXT_SPECS, CB_CONTENT_PROP_CONTENTSLIST, CB_CONTENT_PROP_VIDEO } from '../components/ComponentBlock/componentBlocks/types';
3
6
  import type { CB_CONTENT_PROP_YOUTUBE_TYPE, CB_STYLE_PROP_BGCOLOR_SPECS } from '../components/ComponentBlock/componentBlocks/Youtube/types';
4
7
  import type { CB_CONTENT_PROP_VISIBILITY_SPECS } from './contentPropParsers/parseContentVisibility';
5
8
  import type { CB_EFFECT_PROP_ENTANIM_SPECS } from './effectPropParsers/parseEffectPropEntAnim';
6
9
  import type { CB_LAYOUT_PROP_ARRANGE_SPECS } from './layoutPropParsers/parseLayoutPropArrange';
7
10
  import type { CB_LAYOUT_PROP_PADDING_SPECS } from './layoutPropParsers/parseLayoutPropPadding';
8
11
  import type { NamedLayoutPropType } from './layoutPropParsers/types';
12
+ import type { CB_STYLE_PROP_BGOVERLAY_SPECS } from './stylePropParsers/parseStylePropBgOverlay';
9
13
  import type { CB_STYLE_PROP_BORDER_SPECS } from './stylePropParsers/parseStylePropBorder';
10
14
  import type { CB_STYLE_PROP_DIVIDER_SPECS } from './stylePropParsers/parseStylePropDivider';
11
15
  import type { CB_STYLE_PROP_IMAGE_SPECS } from './stylePropParsers/parseStylePropImage';
12
16
  import type { CB_STYLE_PROP_TEXT_OPACITY_SPECS } from './stylePropParsers/parseStylePropOpacity';
13
17
  import type { CB_STYLE_PROP_SHADOW_SPECS } from './stylePropParsers/parseStylePropShadow';
14
18
  import type { NamedStylePropType } from './stylePropParsers/types';
19
+ import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types';
15
20
  import type { CSSProperties } from 'react';
16
21
  export type STRING_PLAIN = string;
17
22
  export type ENUM_STRING = string;
18
23
  export type NUMBER_INTEGER = number;
19
24
  export type STRING_8DIGIT_HEX = string;
25
+ export type CCB_VALUE_TYPE = 'VALUE' | 'DATA';
26
+ export type CB_VALUE_TYPE = 'VALUE' | 'DELEGATEDDATA' | 'QUERYDATA';
27
+ export type COMPOSITION_VALUE_TYPE = 'VALUE' | 'DELEGATEDDATA' | 'QUERYDATA';
28
+ export type SECTION_VALUE_TYPE = 'VALUE' | 'QUERYDATA';
20
29
  export type CB_GENERAL_PROPERTIES_TYPE = {
21
30
  CB_PLACEMENT_PROP_PLACEMENT: CB_PLACEMENT_PROP_SPECS;
22
31
  CB_CONTENT_PROP_HOVER: {
@@ -34,8 +43,6 @@ export type CB_PLACEMENT_PROP_SPECS = {
34
43
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
35
44
  CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
36
45
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
37
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_LATEST_LOCKED_STARTY:MOBILE': number;
38
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_LOCKSTATUS:MOBILE': 'LOCKED' | 'FALLBACK_TO_SYNC' | undefined;
39
46
  };
40
47
  export type CB_TEXT_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
41
48
  CB_CONTENT_PROP_TEXT: CB_CONTENT_PROP_TEXT;
@@ -122,6 +129,53 @@ export type CB_YOUTUBE_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
122
129
  CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
123
130
  CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
124
131
  };
132
+ export type CB_CONTENTSCAROUSEL_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
133
+ CB_CONTENT_PROP_CONTENTSCAROUSEL: CB_CONTENT_PROP_CONTENTSCAROUSEL;
134
+ CB_STYLE_PROP_CONTENTSCAROUSEL: CB_STYLE_PROP_CONTENTSCAROUSEL_SPECS;
135
+ CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
136
+ CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
137
+ CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
138
+ CB_STYLE_PROP_BGCOLOR: CB_STYLE_PROP_BGCOLOR_SPECS;
139
+ CB_STYLE_PROP_BGOVERLAY: CB_STYLE_PROP_BGOVERLAY_SPECS;
140
+ CB_STYLE_PROP_BGMEDIA: CB_STYLE_PROP_BGMEDIA_SPECS;
141
+ CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
142
+ CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
143
+ CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
144
+ CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
145
+ CB_CONTENT_PROP_CLINK: CB_CONTENT_PROP_CLINK;
146
+ CB_EFFECT_PROP_CONTENTSCAROUSEL: CB_EFFECT_PROP_CONTENTSCAROUSEL;
147
+ };
148
+ export type CB_EFFECT_PROP_CONTENTSCAROUSEL = {
149
+ CB_EFFECT_PROP_CONTENTSCAROUSEL_SPEC_TRANSITIONTYPE: 'SLIDE' | 'CUBE' | 'FADE' | 'CARD' | 'COVERFLOW' | 'FLIP';
150
+ };
151
+ export type CB_SLIDEBANNER_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
152
+ CB_CONTENT_PROP_SLIDEBANNER: CB_CONTENT_PROP_SLIDEBANNER;
153
+ CB_STYLE_PROP_SLIDEBANNER: CB_STYLE_PROP_SLIDEBANNER_SPECS;
154
+ CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
155
+ CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
156
+ CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
157
+ CB_STYLE_PROP_BGCOLOR: CB_STYLE_PROP_BGCOLOR_SPECS;
158
+ CB_STYLE_PROP_BGOVERLAY: CB_STYLE_PROP_BGOVERLAY_SPECS;
159
+ CB_STYLE_PROP_BGMEDIA: CB_STYLE_PROP_BGMEDIA_SPECS;
160
+ CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
161
+ CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
162
+ CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
163
+ CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
164
+ };
165
+ export type CB_LIST_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
166
+ CB_CONTENT_PROP_CONTENTSLIST: CB_CONTENT_PROP_CONTENTSLIST;
167
+ CB_STYLE_PROP_CONTENTSLIST: CB_STYLE_PROP_CONTENTSLIST_SPECS;
168
+ CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
169
+ CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
170
+ CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
171
+ CB_STYLE_PROP_BGCOLOR: CB_STYLE_PROP_BGCOLOR_SPECS;
172
+ CB_STYLE_PROP_BGOVERLAY: CB_STYLE_PROP_BGOVERLAY_SPECS;
173
+ CB_STYLE_PROP_BGMEDIA: CB_STYLE_PROP_BGMEDIA_SPECS;
174
+ CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
175
+ CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
176
+ CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
177
+ CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
178
+ };
125
179
  export type CB_VIDEOPLAYER_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
126
180
  CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
127
181
  CB_CONTENT_PROP_VIDEO: CB_CONTENT_PROP_VIDEO;
@@ -144,6 +198,7 @@ export type OverlayStyle = {
144
198
  export type Device = 'DESKTOP' | 'MOBILE';
145
199
  export type DefaultBrightTheme = 'LIGHT' | 'DARK';
146
200
  export type ParserResult = {
201
+ overlayStyle: any;
147
202
  style: CSSProperties;
148
203
  hoverStyle: CSSProperties;
149
204
  layout: CSSProperties;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ISection } from '../types';
3
- import type { Layout } from 'publ-echo/dist/lib/GridLayoutEditor/types';
3
+ import type { Layout } from 'publ-echo-test/dist/lib/GridLayoutEditor/types';
4
4
  export type LayoutsType = {
5
5
  sm: Layout;
6
6
  lg: Layout;
@@ -176,6 +176,7 @@ var FlexGridCustomSection = (0, react_1.forwardRef)(function CustomSection(props
176
176
  }
177
177
  return 16;
178
178
  }
179
+ // NOTE: Desktop
179
180
  if (responsiveFontMode) {
180
181
  return size.width * 0.0133;
181
182
  }
@@ -19,7 +19,7 @@ var Section_1 = require("../../../../../../../../DynamicLayout/components/Sectio
19
19
  var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
20
20
  var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
21
21
  function EmptyMembershipSheet() {
22
- var t = (0, react_i18next_1.useTranslation)().t;
22
+ var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var section = (0, react_1.useContext)(Section_1.sectionContext);
24
24
  if (!section) {
25
25
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
@@ -29,7 +29,7 @@ var formatCurrency_1 = __importDefault(require("../../../../../../../../DynamicL
29
29
  var styled_components_1 = __importDefault(require("styled-components"));
30
30
  function MembershipPlanSheet(_a) {
31
31
  var connectedSubscriptionProducts = _a.connectedSubscriptionProducts, sectionStyles = _a.sectionStyles;
32
- var t = (0, react_i18next_1.useTranslation)().t;
32
+ var t = (0, react_i18next_1.useTranslation)('translation').t;
33
33
  var subscriptionProduct = connectedSubscriptionProducts.subscriptionProduct;
34
34
  var type = subscriptionProduct.type, alias = subscriptionProduct.alias, fee = subscriptionProduct.fee, isDeactivated = subscriptionProduct.isDeactivated;
35
35
  var itemToneType = sectionStyles.itemToneType, itemHighlightingColorInHex = sectionStyles.itemHighlightingColorInHex, programmedItemActionButtonTextType = sectionStyles.programmedItemActionButtonTextType;
@@ -19,7 +19,7 @@ var components_2 = require("../../../../../../../../DynamicLayout/sections/Membe
19
19
  var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
20
20
  function UnavailableMembershipPlanSheet(_a) {
21
21
  var sectionStyles = _a.sectionStyles;
22
- var t = (0, react_i18next_1.useTranslation)().t;
22
+ var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var itemToneType = sectionStyles.itemToneType, programmedItemActionButtonTextType = sectionStyles.programmedItemActionButtonTextType;
24
24
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_g" }), (0, jsx_runtime_1.jsx)(panels_1.ContentSheet, __assign({ width: "100%", height: "auto", shapeType: "round", overrideCSS: {
25
25
  display: 'flex',
@@ -19,7 +19,7 @@ var Section_1 = require("../../../../../../../../DynamicLayout/components/Sectio
19
19
  var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
20
20
  var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
21
21
  function MembershipSheet() {
22
- var t = (0, react_i18next_1.useTranslation)().t;
22
+ var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var section = (0, react_1.useContext)(Section_1.sectionContext);
24
24
  if (!section) {
25
25
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
@@ -19,7 +19,7 @@ var Section_1 = require("../../../../../../../../DynamicLayout/components/Sectio
19
19
  var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
20
20
  var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
21
21
  function EmptyMembershipSheet() {
22
- var t = (0, react_i18next_1.useTranslation)().t;
22
+ var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var section = (0, react_1.useContext)(Section_1.sectionContext);
24
24
  if (!section) {
25
25
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
@@ -29,7 +29,7 @@ var formatCurrency_1 = __importDefault(require("../../../../../../../../DynamicL
29
29
  var styled_components_1 = __importDefault(require("styled-components"));
30
30
  function MembershipPlanSheet(_a) {
31
31
  var connectedSubscriptionProduct = _a.connectedSubscriptionProduct, sectionStyles = _a.sectionStyles;
32
- var t = (0, react_i18next_1.useTranslation)().t;
32
+ var t = (0, react_i18next_1.useTranslation)('translation').t;
33
33
  var subscriptionProduct = connectedSubscriptionProduct.subscriptionProduct;
34
34
  var type = subscriptionProduct.type, alias = subscriptionProduct.alias, fee = subscriptionProduct.fee, isDeactivated = subscriptionProduct.isDeactivated;
35
35
  var itemToneType = sectionStyles.itemToneType, itemHighlightingColorInHex = sectionStyles.itemHighlightingColorInHex, programmedItemActionButtonTextType = sectionStyles.programmedItemActionButtonTextType;
@@ -19,7 +19,7 @@ var components_2 = require("../../../../../../../../DynamicLayout/sections/Membe
19
19
  var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
20
20
  function UnavailableMembershipPlanSheet(_a) {
21
21
  var sectionStyles = _a.sectionStyles;
22
- var t = (0, react_i18next_1.useTranslation)().t;
22
+ var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var itemToneType = sectionStyles.itemToneType, programmedItemActionButtonTextType = sectionStyles.programmedItemActionButtonTextType;
24
24
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_g" }), (0, jsx_runtime_1.jsx)(panels_1.ContentSheet, __assign({ width: "100%", height: "auto", shapeType: "round", overrideCSS: {
25
25
  display: 'flex',
@@ -19,7 +19,7 @@ var Section_1 = require("../../../../../../../../DynamicLayout/components/Sectio
19
19
  var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
20
20
  var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
21
21
  function MembershipSheet() {
22
- var t = (0, react_i18next_1.useTranslation)().t;
22
+ var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var section = (0, react_1.useContext)(Section_1.sectionContext);
24
24
  if (!section) {
25
25
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});