@wizishop/wizi-block 3.3.21 → 3.3.25

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 (520) hide show
  1. package/assets/i18n/en.json +1 -1
  2. package/assets/images/components/Diaporama_FullSizeBanniere.png +0 -0
  3. package/assets/images/components/Image_2Img-TextBottom.svg +33 -0
  4. package/assets/images/components/Image_4ImgTitre.png +0 -0
  5. package/assets/images/components/TxtImgFond_2Img-IconsTxt.png +0 -0
  6. package/assets/images/components/TxtImgFond_4Img-IconsTxt.png +0 -0
  7. package/assets/images/components/TxtImgFond_6Img-IconsTxt.png +0 -0
  8. package/assets/images/components/TxtImgFond_AvecTxtBanniere.png +0 -0
  9. package/bundles/wizishop-wizi-block.umd.js +1682 -617
  10. package/bundles/wizishop-wizi-block.umd.js.map +1 -1
  11. package/bundles/wizishop-wizi-block.umd.min.js +1 -1
  12. package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
  13. package/esm2015/lib/components/blocks/blocks.component.js +1 -1
  14. package/esm2015/lib/components/components.module.js +1 -1
  15. package/esm2015/lib/components/configs/configs.component.js +1 -1
  16. package/esm2015/lib/components/container-block/container-block.component.js +1 -1
  17. package/esm2015/lib/components/previews/previews.component.js +1 -1
  18. package/esm2015/lib/dtos/apis/amplify/amplify-category.dto.js +1 -1
  19. package/esm2015/lib/dtos/apis/amplify/amplify-guide.dto.js +1 -1
  20. package/esm2015/lib/dtos/apis/amplify/amplify-media.dto.js +1 -1
  21. package/esm2015/lib/dtos/apis/amplify/amplify-paginated.dto.js +1 -1
  22. package/esm2015/lib/dtos/apis/amplify/amplify-product.dto.js +1 -1
  23. package/esm2015/lib/dtos/apis/catalogs/catalog-badges.dto.js +1 -1
  24. package/esm2015/lib/dtos/apis/catalogs/catalog-brand.dto.js +1 -1
  25. package/esm2015/lib/dtos/apis/catalogs/catalog-category.dto.js +1 -1
  26. package/esm2015/lib/dtos/apis/catalogs/catalog-facet-value.dto.js +1 -1
  27. package/esm2015/lib/dtos/apis/catalogs/catalog-facet.dto.js +1 -1
  28. package/esm2015/lib/dtos/apis/catalogs/catalog-image.dto.js +1 -1
  29. package/esm2015/lib/dtos/apis/catalogs/catalog-list.dto.js +1 -1
  30. package/esm2015/lib/dtos/apis/catalogs/catalog-price.dto.js +1 -1
  31. package/esm2015/lib/dtos/apis/catalogs/catalog-variant-option.dto.js +1 -1
  32. package/esm2015/lib/dtos/apis/catalogs/catalog-variant.dto.js +1 -1
  33. package/esm2015/lib/dtos/apis/catalogs/catalog.dto.js +1 -1
  34. package/esm2015/lib/dtos/apis/comments/comment-list.dto.js +1 -1
  35. package/esm2015/lib/dtos/apis/comments/comment.dto.js +1 -1
  36. package/esm2015/lib/dtos/apis/forms/form-detail.dto.js +1 -1
  37. package/esm2015/lib/dtos/apis/forms/form-list.dto.js +1 -1
  38. package/esm2015/lib/dtos/apis/maps/open-map.dto.js +1 -1
  39. package/esm2015/lib/dtos/blocks/amplify-product/amplify-product-zoom-more.dto.js +1 -1
  40. package/esm2015/lib/dtos/blocks/amplify-product/amplify-product-zoom-selected.dto.js +1 -1
  41. package/esm2015/lib/dtos/blocks/amplify-product/amplify-product-zoom-triple-column.dto.js +1 -1
  42. package/esm2015/lib/dtos/blocks/amplify-product/amplify-product-zoom.dto.js +1 -1
  43. package/esm2015/lib/dtos/blocks/amplify-products-list/amplify-products-list-classic.dto.js +1 -1
  44. package/esm2015/lib/dtos/blocks/amplify-products-list/amplify-products-list-selected.dto.js +1 -1
  45. package/esm2015/lib/dtos/blocks/amplify-products-list/amplify-products-list-simple.dto.js +1 -1
  46. package/esm2015/lib/dtos/blocks/code/code-html.dto.js +1 -1
  47. package/esm2015/lib/dtos/blocks/code/code-javascript.dto.js +1 -1
  48. package/esm2015/lib/dtos/blocks/code/code-stylesheet.dto.js +1 -1
  49. package/esm2015/lib/dtos/blocks/faq/faq-accordion.dto.js +1 -1
  50. package/esm2015/lib/dtos/blocks/faq/faq-frame.dto.js +1 -1
  51. package/esm2015/lib/dtos/blocks/faq/faq-list-icon.dto.js +1 -1
  52. package/esm2015/lib/dtos/blocks/faq/faq-simple-background.dto.js +1 -1
  53. package/esm2015/lib/dtos/blocks/faq/faq-simple.dto.js +1 -1
  54. package/esm2015/lib/dtos/blocks/faq/faq.dto.js +1 -1
  55. package/esm2015/lib/dtos/blocks/forms/forms-background.dto.js +1 -1
  56. package/esm2015/lib/dtos/blocks/forms/forms-imageleft.dto.js +1 -1
  57. package/esm2015/lib/dtos/blocks/forms/forms-imageright.dto.js +1 -1
  58. package/esm2015/lib/dtos/blocks/forms/forms-simple.dto.js +1 -1
  59. package/esm2015/lib/dtos/blocks/images/four-images-title.dto.js +14 -0
  60. package/esm2015/lib/dtos/blocks/images/images-banner.dto.js +1 -1
  61. package/esm2015/lib/dtos/blocks/images/images-big-and-double.dto.js +1 -1
  62. package/esm2015/lib/dtos/blocks/images/images-bigs-and-double-middle.dto.js +1 -1
  63. package/esm2015/lib/dtos/blocks/images/images-double.dto.js +1 -1
  64. package/esm2015/lib/dtos/blocks/images/images-quadruple-left-one-right.dto.js +1 -1
  65. package/esm2015/lib/dtos/blocks/images/images-quadruple.dto.js +1 -1
  66. package/esm2015/lib/dtos/blocks/images/images-simple.dto.js +1 -1
  67. package/esm2015/lib/dtos/blocks/images/images-triple.dto.js +1 -1
  68. package/esm2015/lib/dtos/blocks/images/two-images-title-text.dto.js +22 -0
  69. package/esm2015/lib/dtos/blocks/images-texts/images-texts-big-left-text-right.dto.js +1 -1
  70. package/esm2015/lib/dtos/blocks/images-texts/images-texts-big-right-text-left.dto.js +1 -1
  71. package/esm2015/lib/dtos/blocks/images-texts/images-texts-left-text-right.dto.js +1 -1
  72. package/esm2015/lib/dtos/blocks/images-texts/images-texts-one-text-one.dto.js +1 -1
  73. package/esm2015/lib/dtos/blocks/images-texts/images-texts-right-text-left.dto.js +1 -1
  74. package/esm2015/lib/dtos/blocks/images-texts/images-texts-small-left-text-right.dto.js +1 -1
  75. package/esm2015/lib/dtos/blocks/images-texts/images-texts-small-right-text-left.dto.js +1 -1
  76. package/esm2015/lib/dtos/blocks/images-texts/images-texts-text-one-text.dto.js +1 -1
  77. package/esm2015/lib/dtos/blocks/launch-videos/launch-videos-button.dto.js +1 -1
  78. package/esm2015/lib/dtos/blocks/launch-videos/launch-videos-buttontxt.dto.js +1 -1
  79. package/esm2015/lib/dtos/blocks/map/map-background-form-left.dto.js +1 -1
  80. package/esm2015/lib/dtos/blocks/map/map-background-form-right.dto.js +1 -1
  81. package/esm2015/lib/dtos/blocks/map/map-fullpage.dto.js +1 -1
  82. package/esm2015/lib/dtos/blocks/map/map-left-text.dto.js +1 -1
  83. package/esm2015/lib/dtos/blocks/map/map-right-text.dto.js +1 -1
  84. package/esm2015/lib/dtos/blocks/map/map-text-form.dto.js +1 -1
  85. package/esm2015/lib/dtos/blocks/newsletter/newsletter-aligned-center-background.dto.js +1 -1
  86. package/esm2015/lib/dtos/blocks/newsletter/newsletter-aligned-center-image.dto.js +1 -1
  87. package/esm2015/lib/dtos/blocks/newsletter/newsletter-center-image.dto.js +1 -1
  88. package/esm2015/lib/dtos/blocks/onboarding/forms-onboarding.do.js +1 -1
  89. package/esm2015/lib/dtos/blocks/parent-block.dto.js +1 -1
  90. package/esm2015/lib/dtos/blocks/product/product-zoom-complete-background.dto.js +1 -1
  91. package/esm2015/lib/dtos/blocks/product/product-zoom-complete-slider.dto.js +1 -1
  92. package/esm2015/lib/dtos/blocks/product/product-zoom-complete.dto.js +1 -1
  93. package/esm2015/lib/dtos/blocks/product/product-zoom-more.dto.js +1 -1
  94. package/esm2015/lib/dtos/blocks/product/product-zoom-selected.dto.js +1 -1
  95. package/esm2015/lib/dtos/blocks/product/product-zoom-simple.dto.js +1 -1
  96. package/esm2015/lib/dtos/blocks/product/product-zoom-triple-column.dto.js +1 -1
  97. package/esm2015/lib/dtos/blocks/product/product-zoom.dto.js +1 -1
  98. package/esm2015/lib/dtos/blocks/products-list/products-list-classic.dto.js +1 -1
  99. package/esm2015/lib/dtos/blocks/products-list/products-list-selected.dto.js +1 -1
  100. package/esm2015/lib/dtos/blocks/products-list/products-list-simple.dto.js +1 -1
  101. package/esm2015/lib/dtos/blocks/quotes/quotes-author.dto.js +1 -1
  102. package/esm2015/lib/dtos/blocks/quotes/quotes-simple-background.dto.js +1 -1
  103. package/esm2015/lib/dtos/blocks/quotes/quotes-simple.dto.js +1 -1
  104. package/esm2015/lib/dtos/blocks/rassurances/rassurances-quadruple-aligned.dto.js +1 -1
  105. package/esm2015/lib/dtos/blocks/rassurances/rassurances-quadruple-background.dto.js +1 -1
  106. package/esm2015/lib/dtos/blocks/rassurances/rassurances-triple-background.dto.js +1 -1
  107. package/esm2015/lib/dtos/blocks/reviews/reviews-simple.dto.js +1 -1
  108. package/esm2015/lib/dtos/blocks/reviews/reviews-waterfall.dto.js +1 -1
  109. package/esm2015/lib/dtos/blocks/separators/separator-simple.dto.js +1 -1
  110. package/esm2015/lib/dtos/blocks/sliders/sliders-double-imageright.dto.js +1 -1
  111. package/esm2015/lib/dtos/blocks/sliders/sliders-fullpage.dto.js +1 -1
  112. package/esm2015/lib/dtos/blocks/sliders/sliders-imageright.dto.js +1 -1
  113. package/esm2015/lib/dtos/blocks/sliders/sliders-leftnav.dto.js +1 -1
  114. package/esm2015/lib/dtos/blocks/sliders/sliders-with-banner.dto.js +17 -0
  115. package/esm2015/lib/dtos/blocks/socials/socials-like.dto.js +1 -1
  116. package/esm2015/lib/dtos/blocks/socials/socials-network.dto.js +1 -1
  117. package/esm2015/lib/dtos/blocks/socials/socials-page-complex.dto.js +1 -1
  118. package/esm2015/lib/dtos/blocks/socials/socials-page-simple.dto.js +1 -1
  119. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.dto.js +17 -0
  120. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-link.dto.js +1 -1
  121. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-rows-icon-text.dto.js +11 -0
  122. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-simple.dto.js +1 -1
  123. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.dto.js +17 -0
  124. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.dto.js +17 -0
  125. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-with-banner.dto.js +17 -0
  126. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-with-txt.dto.js +1 -1
  127. package/esm2015/lib/dtos/blocks/texts/texts-double-background.dto.js +1 -1
  128. package/esm2015/lib/dtos/blocks/texts/texts-double.dto.js +1 -1
  129. package/esm2015/lib/dtos/blocks/texts/texts-one-background.dto.js +1 -1
  130. package/esm2015/lib/dtos/blocks/texts/texts-one.dto.js +1 -1
  131. package/esm2015/lib/dtos/blocks/texts/texts-quadruple-background.dto.js +1 -1
  132. package/esm2015/lib/dtos/blocks/texts/texts-quadruple-numbers.dto.js +1 -1
  133. package/esm2015/lib/dtos/blocks/texts/texts-quadruple.dto.js +1 -1
  134. package/esm2015/lib/dtos/blocks/texts/texts-triple-background.dto.js +1 -1
  135. package/esm2015/lib/dtos/blocks/texts/texts-triple.dto.js +1 -1
  136. package/esm2015/lib/dtos/blocks/timer/timer-airport.dto.js +1 -1
  137. package/esm2015/lib/dtos/blocks/timer/timer-background.dto.js +1 -1
  138. package/esm2015/lib/dtos/blocks/timer/timer-clock.dto.js +1 -1
  139. package/esm2015/lib/dtos/blocks/timer/timer-multiple-img.dto.js +1 -1
  140. package/esm2015/lib/dtos/blocks/timer/timer-simple.dto.js +1 -1
  141. package/esm2015/lib/dtos/blocks/videos/videos-simple.dto.js +1 -1
  142. package/esm2015/lib/dtos/blocks/videos/videos-txt-content.dto.js +1 -1
  143. package/esm2015/lib/dtos/blocks/videos/videos-txt.dto.js +1 -1
  144. package/esm2015/lib/dtos/blocks/witness/about-block.dto.js +1 -1
  145. package/esm2015/lib/dtos/blocks/witness/witness-background-double.dto.js +1 -1
  146. package/esm2015/lib/dtos/blocks/witness/witness-background-one.dto.js +1 -1
  147. package/esm2015/lib/dtos/blocks/witness/witness-quadruple.dto.js +1 -1
  148. package/esm2015/lib/dtos/blocks/witness/witness-triple.dto.js +1 -1
  149. package/esm2015/lib/dtos/blocks/witness/witness-twice.dto.js +1 -1
  150. package/esm2015/lib/dtos/configs/apis/api.dto.js +1 -1
  151. package/esm2015/lib/dtos/configs/blocks/block-config.dto.js +1 -1
  152. package/esm2015/lib/dtos/configs/blocks/blocks-list.dto.js +15 -1
  153. package/esm2015/lib/dtos/configs/buttons/button.dto.js +1 -1
  154. package/esm2015/lib/dtos/configs/external/external-config.dto.js +1 -1
  155. package/esm2015/lib/dtos/configs/fonts/font-awesome.dto.js +1 -1
  156. package/esm2015/lib/dtos/configs/images/four-images-title-element.dto.js +11 -0
  157. package/esm2015/lib/dtos/configs/medias/image/font-or-media.dto.js +1 -1
  158. package/esm2015/lib/dtos/configs/medias/image/image-media-and-text.dto.js +1 -1
  159. package/esm2015/lib/dtos/configs/medias/image/image-media.dto.js +1 -1
  160. package/esm2015/lib/dtos/configs/medias/image/payment-or-media.dto.js +1 -1
  161. package/esm2015/lib/dtos/configs/medias/media-width-height.dto.js +1 -1
  162. package/esm2015/lib/dtos/configs/medias/media.dto.js +1 -1
  163. package/esm2015/lib/dtos/configs/medias/text/text-media.dto.js +1 -1
  164. package/esm2015/lib/dtos/configs/structures/structure-config.dto.js +1 -1
  165. package/esm2015/lib/dtos/configs/structures/structures-list.dto.js +1 -1
  166. package/esm2015/lib/dtos/configs/translations/translations.dto.js +1 -1
  167. package/esm2015/lib/dtos/configs/types/types.dto.js +1 -1
  168. package/esm2015/lib/dtos/configs/witness/about-element.dto.js +1 -1
  169. package/esm2015/lib/dtos/forms/forms.dto.js +12 -11
  170. package/esm2015/lib/dtos/utils/quill/crypted-link.dto.js +1 -1
  171. package/esm2015/lib/dtos/utils/quill/custom-link.dto.js +1 -1
  172. package/esm2015/lib/dtos/utils/quill/delta.dto.js +1 -1
  173. package/esm2015/lib/dtos/utils/quill/icon.dto.js +1 -1
  174. package/esm2015/lib/dtos/utils/quill/line-break.dto.js +1 -1
  175. package/esm2015/lib/dtos/utils/quill-html-editor/html-formatter.js +1 -1
  176. package/esm2015/lib/dtos/utils/quill-html-editor/logger.js +1 -1
  177. package/esm2015/lib/dtos/utils/quill-html-editor/options.js +1 -1
  178. package/esm2015/lib/dtos/utils/quill-html-editor/quill.htmlEditButton.js +1 -1
  179. package/esm2015/lib/services/blocks/amplify-product/amplify-product-zoom-more.service.js +1 -1
  180. package/esm2015/lib/services/blocks/amplify-product/amplify-product-zoom-selected.service.js +1 -1
  181. package/esm2015/lib/services/blocks/amplify-product/amplify-product-zoom-triple-column.service.js +1 -1
  182. package/esm2015/lib/services/blocks/amplify-product/amplify-product-zoom.service.js +1 -1
  183. package/esm2015/lib/services/blocks/amplify-products-list/amplify-products-list-classic.service.js +1 -1
  184. package/esm2015/lib/services/blocks/amplify-products-list/amplify-products-list-selected.service.js +1 -1
  185. package/esm2015/lib/services/blocks/amplify-products-list/amplify-products-list-simple.service.js +1 -1
  186. package/esm2015/lib/services/blocks/code/code-html.service.js +1 -1
  187. package/esm2015/lib/services/blocks/code/code-javascript.service.js +1 -1
  188. package/esm2015/lib/services/blocks/code/code-stylesheet.service.js +1 -1
  189. package/esm2015/lib/services/blocks/faq/faq-accordion.service.js +1 -1
  190. package/esm2015/lib/services/blocks/faq/faq-frame.service.js +1 -1
  191. package/esm2015/lib/services/blocks/faq/faq-list-icon.service.js +1 -1
  192. package/esm2015/lib/services/blocks/faq/faq-simple-background.service.js +1 -1
  193. package/esm2015/lib/services/blocks/faq/faq-simple.service.js +1 -1
  194. package/esm2015/lib/services/blocks/forms/forms-background.service.js +1 -1
  195. package/esm2015/lib/services/blocks/forms/forms-imageleft.service.js +1 -1
  196. package/esm2015/lib/services/blocks/forms/forms-imageright.service.js +1 -1
  197. package/esm2015/lib/services/blocks/forms/forms-simple.service.js +1 -1
  198. package/esm2015/lib/services/blocks/images/four-images-title.service.js +43 -0
  199. package/esm2015/lib/services/blocks/images/images-banner.service.js +1 -1
  200. package/esm2015/lib/services/blocks/images/images-big-and-double.service.js +1 -1
  201. package/esm2015/lib/services/blocks/images/images-bigs-and-double-middle.service.js +1 -1
  202. package/esm2015/lib/services/blocks/images/images-double.service.js +1 -1
  203. package/esm2015/lib/services/blocks/images/images-quadruple-left-one-right.service.js +1 -1
  204. package/esm2015/lib/services/blocks/images/images-quadruple.service.js +1 -1
  205. package/esm2015/lib/services/blocks/images/images-simple.service.js +1 -1
  206. package/esm2015/lib/services/blocks/images/images-triple.service.js +1 -1
  207. package/esm2015/lib/services/blocks/images/two-images-title-text.service.js +45 -0
  208. package/esm2015/lib/services/blocks/images-texts/images-texts-big-left-text-right.service.js +1 -1
  209. package/esm2015/lib/services/blocks/images-texts/images-texts-big-right-text-left.service.js +1 -1
  210. package/esm2015/lib/services/blocks/images-texts/images-texts-left-text-right.service.js +1 -1
  211. package/esm2015/lib/services/blocks/images-texts/images-texts-one-text-one.service.js +1 -1
  212. package/esm2015/lib/services/blocks/images-texts/images-texts-right-text-left.service.js +1 -1
  213. package/esm2015/lib/services/blocks/images-texts/images-texts-small-left-text-right.service.js +1 -1
  214. package/esm2015/lib/services/blocks/images-texts/images-texts-small-right-text-left.service.js +1 -1
  215. package/esm2015/lib/services/blocks/images-texts/images-texts-text-one-text.service.js +1 -1
  216. package/esm2015/lib/services/blocks/launch-videos/launch-videos-button.service.js +1 -1
  217. package/esm2015/lib/services/blocks/launch-videos/launch-videos-buttontxt.service.js +1 -1
  218. package/esm2015/lib/services/blocks/map/map-background-form-left.service.js +1 -1
  219. package/esm2015/lib/services/blocks/map/map-background-form-right.service.js +1 -1
  220. package/esm2015/lib/services/blocks/map/map-fullpage.service.js +1 -1
  221. package/esm2015/lib/services/blocks/map/map-left-text.service.js +1 -1
  222. package/esm2015/lib/services/blocks/map/map-right-text.service.js +1 -1
  223. package/esm2015/lib/services/blocks/map/map-text-form.service.js +1 -1
  224. package/esm2015/lib/services/blocks/newsletter/newsletter-aligned-center-background.service.js +1 -1
  225. package/esm2015/lib/services/blocks/newsletter/newsletter-aligned-center-image.service.js +1 -1
  226. package/esm2015/lib/services/blocks/newsletter/newsletter-center-image.service.js +1 -1
  227. package/esm2015/lib/services/blocks/onboarding/forms-onboarding.service.js +1 -1
  228. package/esm2015/lib/services/blocks/product/product-zoom-complete-background.service.js +1 -1
  229. package/esm2015/lib/services/blocks/product/product-zoom-complete-slider.service.js +1 -1
  230. package/esm2015/lib/services/blocks/product/product-zoom-complete.service.js +1 -1
  231. package/esm2015/lib/services/blocks/product/product-zoom-more.service.js +1 -1
  232. package/esm2015/lib/services/blocks/product/product-zoom-selected.service.js +1 -1
  233. package/esm2015/lib/services/blocks/product/product-zoom-simple.service.js +1 -1
  234. package/esm2015/lib/services/blocks/product/product-zoom-triple-column.service.js +1 -1
  235. package/esm2015/lib/services/blocks/product/product-zoom.service.js +1 -1
  236. package/esm2015/lib/services/blocks/products-list/products-list-classic.service.js +1 -1
  237. package/esm2015/lib/services/blocks/products-list/products-list-selected.service.js +1 -1
  238. package/esm2015/lib/services/blocks/products-list/products-list-simple.service.js +1 -1
  239. package/esm2015/lib/services/blocks/quotes/quotes-author.service.js +1 -1
  240. package/esm2015/lib/services/blocks/quotes/quotes-simple-background.service.js +1 -1
  241. package/esm2015/lib/services/blocks/quotes/quotes-simple.service.js +1 -1
  242. package/esm2015/lib/services/blocks/rassurances/rassurances-quadruple-aligned.service.js +1 -1
  243. package/esm2015/lib/services/blocks/rassurances/rassurances-quadruple-background.service.js +1 -1
  244. package/esm2015/lib/services/blocks/rassurances/rassurances-triple-background.service.js +1 -1
  245. package/esm2015/lib/services/blocks/reviews/reviews-simple.service.js +1 -1
  246. package/esm2015/lib/services/blocks/reviews/reviews-waterfall.service.js +1 -1
  247. package/esm2015/lib/services/blocks/separator/separator-simple.service.js +1 -1
  248. package/esm2015/lib/services/blocks/sliders/sliders-double-imageright.service.js +1 -1
  249. package/esm2015/lib/services/blocks/sliders/sliders-fullpage.service.js +1 -1
  250. package/esm2015/lib/services/blocks/sliders/sliders-imageright.service.js +1 -1
  251. package/esm2015/lib/services/blocks/sliders/sliders-leftnav.service.js +1 -1
  252. package/esm2015/lib/services/blocks/sliders/sliders-with-banner.service.js +49 -0
  253. package/esm2015/lib/services/blocks/socials/socials-like.service.js +1 -1
  254. package/esm2015/lib/services/blocks/socials/socials-network.service.js +1 -1
  255. package/esm2015/lib/services/blocks/socials/socials-page-complex.service.js +1 -1
  256. package/esm2015/lib/services/blocks/socials/socials-page-simple.service.js +1 -1
  257. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.service.js +40 -0
  258. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-link.service.js +1 -1
  259. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-simple.service.js +1 -1
  260. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.service.js +40 -0
  261. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.service.js +40 -0
  262. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.js +47 -0
  263. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service.js +1 -1
  264. package/esm2015/lib/services/blocks/texts/texts-double-background.service.js +1 -1
  265. package/esm2015/lib/services/blocks/texts/texts-double.service.js +1 -1
  266. package/esm2015/lib/services/blocks/texts/texts-one-background.service.js +1 -1
  267. package/esm2015/lib/services/blocks/texts/texts-one.service.js +1 -1
  268. package/esm2015/lib/services/blocks/texts/texts-quadruple-background.service.js +1 -1
  269. package/esm2015/lib/services/blocks/texts/texts-quadruple-numbers.service.js +1 -1
  270. package/esm2015/lib/services/blocks/texts/texts-quadruple.service.js +1 -1
  271. package/esm2015/lib/services/blocks/texts/texts-triple-background.service.js +1 -1
  272. package/esm2015/lib/services/blocks/texts/texts-triple.service.js +1 -1
  273. package/esm2015/lib/services/blocks/timer/timer-airport.service.js +1 -1
  274. package/esm2015/lib/services/blocks/timer/timer-background.service.js +1 -1
  275. package/esm2015/lib/services/blocks/timer/timer-clock.service.js +1 -1
  276. package/esm2015/lib/services/blocks/timer/timer-multiple-img.service.js +1 -1
  277. package/esm2015/lib/services/blocks/timer/timer-simple.service.js +1 -1
  278. package/esm2015/lib/services/blocks/videos/videos-simple.service.js +1 -1
  279. package/esm2015/lib/services/blocks/videos/videos-txt-content.service.js +1 -1
  280. package/esm2015/lib/services/blocks/videos/videos-txt-left.service.js +1 -1
  281. package/esm2015/lib/services/blocks/videos/videos-txt.service.js +1 -1
  282. package/esm2015/lib/services/blocks/witness/about-block.service.js +1 -1
  283. package/esm2015/lib/services/blocks/witness/witness-background-double.service.js +1 -1
  284. package/esm2015/lib/services/blocks/witness/witness-background-one.service.js +1 -1
  285. package/esm2015/lib/services/blocks/witness/witness-quadruple.service.js +1 -1
  286. package/esm2015/lib/services/blocks/witness/witness-triple.service.js +1 -1
  287. package/esm2015/lib/services/blocks/witness/witness-twice.service.js +1 -1
  288. package/esm2015/lib/services/structures/amplify-product/amplify-product.service.js +1 -1
  289. package/esm2015/lib/services/structures/amplify-products-list/amplify-products-list.service.js +1 -1
  290. package/esm2015/lib/services/structures/code/code.service.js +1 -1
  291. package/esm2015/lib/services/structures/faq/faq.service.js +1 -1
  292. package/esm2015/lib/services/structures/forms/forms.service.js +1 -1
  293. package/esm2015/lib/services/structures/images/images.service.js +1 -1
  294. package/esm2015/lib/services/structures/images-texts/images-texts.service.js +1 -1
  295. package/esm2015/lib/services/structures/launch-videos/launch-videos.service.js +1 -1
  296. package/esm2015/lib/services/structures/map/map.service.js +1 -1
  297. package/esm2015/lib/services/structures/newsletter/newsletter.service.js +1 -1
  298. package/esm2015/lib/services/structures/onboarding/onboarding.service.js +1 -1
  299. package/esm2015/lib/services/structures/parent-structures.service.js +1 -1
  300. package/esm2015/lib/services/structures/product/product.service.js +1 -1
  301. package/esm2015/lib/services/structures/products-list/products-list.service.js +1 -1
  302. package/esm2015/lib/services/structures/quotes/quotes.service.js +1 -1
  303. package/esm2015/lib/services/structures/rassurances/rassurances.service.js +1 -1
  304. package/esm2015/lib/services/structures/reviews/reviews.service.js +1 -1
  305. package/esm2015/lib/services/structures/separator/separator.service.js +1 -1
  306. package/esm2015/lib/services/structures/sliders/sliders.service.js +1 -1
  307. package/esm2015/lib/services/structures/socials/socials.service.js +1 -1
  308. package/esm2015/lib/services/structures/text-backgrounds/text-backgrounds.service.js +1 -1
  309. package/esm2015/lib/services/structures/texts/texts.service.js +1 -1
  310. package/esm2015/lib/services/structures/timer/timer.service.js +1 -1
  311. package/esm2015/lib/services/structures/videos/videos.service.js +1 -1
  312. package/esm2015/lib/services/structures/witness/witness.service.js +1 -1
  313. package/esm2015/lib/services/utils/api.service.js +1 -1
  314. package/esm2015/lib/services/utils/config.service.js +1 -1
  315. package/esm2015/lib/services/utils/content.service.js +1 -1
  316. package/esm2015/lib/services/utils/currency.service.js +1 -1
  317. package/esm2015/lib/services/utils/expected-images.service.js +1 -1
  318. package/esm2015/lib/services/utils/external-config.service.js +1 -1
  319. package/esm2015/lib/services/utils/font-awesome.service.js +1 -1
  320. package/esm2015/lib/services/utils/injector.service.js +1 -1
  321. package/esm2015/lib/services/utils/media-connector.service.js +1 -1
  322. package/esm2015/lib/services/utils/quill.service.js +1 -1
  323. package/esm2015/lib/services/utils/structure-config.service.js +1 -1
  324. package/esm2015/lib/services/utils/translate-block.service.js +26 -0
  325. package/esm2015/lib/services/utils/vimeo.service.js +1 -1
  326. package/esm2015/lib/services/utils/youtube.service.js +1 -1
  327. package/esm2015/lib/services/wizi-block.service.js +1 -1
  328. package/esm2015/lib/shared/animations/list/animate-list-from-left.animation.js +1 -1
  329. package/esm2015/lib/shared/animations/list/animate-list-from-right.animation.js +1 -1
  330. package/esm2015/lib/shared/components/faq/faq.component.js +1 -1
  331. package/esm2015/lib/shared/components/loader/loader.component.js +1 -1
  332. package/esm2015/lib/shared/components/quill/quill.component.js +1 -1
  333. package/esm2015/lib/shared/components/shared-components.module.js +1 -1
  334. package/esm2015/lib/shared/components/small-loader/small-loader.component.js +1 -1
  335. package/esm2015/lib/shared/components/star/star.component.js +1 -1
  336. package/esm2015/lib/shared/components/structure-amplify-search-category/structure-amplify-search-category.component.js +1 -1
  337. package/esm2015/lib/shared/components/structure-amplify-search-product/structure-amplify-search-product.component.js +1 -1
  338. package/esm2015/lib/shared/components/structure-config/structure-config.component.js +1 -1
  339. package/esm2015/lib/shared/components/structure-config-checkbox/structure-config-checkbox.component.js +1 -1
  340. package/esm2015/lib/shared/components/structure-config-extend-input/structure-config-extended-input.component.js +1 -1
  341. package/esm2015/lib/shared/components/structure-config-font/structure-config-font.component.js +2 -2
  342. package/esm2015/lib/shared/components/structure-config-input/structure-config-input.component.js +1 -1
  343. package/esm2015/lib/shared/components/structure-config-payment/structure-config-payment.component.js +1 -1
  344. package/esm2015/lib/shared/components/structure-search-product/structure-search-product.component.js +1 -1
  345. package/esm2015/lib/shared/components/structure-select/structure-select.component.js +1 -1
  346. package/esm2015/lib/shared/components/structure-tools/structure-tools.component.js +3 -5
  347. package/esm2015/lib/shared/directives/auto-focus/auto-focus.directive.js +1 -1
  348. package/esm2015/lib/shared/directives/auto-hide/auto-hide.directive.js +1 -1
  349. package/esm2015/lib/shared/directives/get-size-image/get-size-image.directive.js +1 -1
  350. package/esm2015/lib/shared/directives/holdable/holdable.directive.js +1 -1
  351. package/esm2015/lib/shared/directives/pictures-template/pictures-template.directive.js +1 -1
  352. package/esm2015/lib/shared/directives/shared-directives.module.js +10 -2
  353. package/esm2015/lib/shared/directives/show-delete-button/show-delete-button.directive.js +37 -0
  354. package/esm2015/lib/shared/pipes/add-zero-for-timer/add-zero-for-timer.pipe.js +1 -1
  355. package/esm2015/lib/shared/pipes/answer-type/answer-type.pipe.js +1 -1
  356. package/esm2015/lib/shared/pipes/array-number/array-number.pipe.js +1 -1
  357. package/esm2015/lib/shared/pipes/check-payment-value/check-payment-value.pipe.js +1 -1
  358. package/esm2015/lib/shared/pipes/even-odd/even-odd.pipe.js +1 -1
  359. package/esm2015/lib/shared/pipes/img-path/img-path.pipe.js +1 -1
  360. package/esm2015/lib/shared/pipes/safe-style/safe-style.pipe.js +1 -1
  361. package/esm2015/lib/shared/pipes/safe-url/safe-url.pipe.js +1 -1
  362. package/esm2015/lib/shared/pipes/shared-pipes.module.js +1 -1
  363. package/esm2015/lib/shared/pipes/strip-tags/strip-tags.pipe.js +1 -1
  364. package/esm2015/lib/shared/pipes/tiny-color/tiny-color.pipe.js +1 -1
  365. package/esm2015/lib/shared/shared.module.js +1 -1
  366. package/esm2015/lib/structures/amplify-product/zoom/amplify-product-zoom.component.js +1 -1
  367. package/esm2015/lib/structures/amplify-product/zoom-more/amplify-product-zoom-more.component.js +1 -1
  368. package/esm2015/lib/structures/amplify-product/zoom-selected/amplify-product-zoom-selected.component.js +1 -1
  369. package/esm2015/lib/structures/amplify-product/zoom-triple-column/amplify-product-zoom-triple-column.component.js +1 -1
  370. package/esm2015/lib/structures/amplify-products-list/classic/amplify-products-list-classic.component.js +1 -1
  371. package/esm2015/lib/structures/amplify-products-list/selected/amplify-products-list-selected.component.js +1 -1
  372. package/esm2015/lib/structures/amplify-products-list/simple/amplify-products-list-simple.component.js +1 -1
  373. package/esm2015/lib/structures/code/code-html/code-html.component.js +1 -1
  374. package/esm2015/lib/structures/code/code-javascript/code-javascript.component.js +1 -1
  375. package/esm2015/lib/structures/code/code-stylesheet/code-stylesheet.component.js +1 -1
  376. package/esm2015/lib/structures/faq/accordion/faq-accordion.component.js +1 -1
  377. package/esm2015/lib/structures/faq/frame/faq-frame.component.js +1 -1
  378. package/esm2015/lib/structures/faq/list-icon/faq-list-icon.component.js +1 -1
  379. package/esm2015/lib/structures/faq/simple/faq-simple.component.js +1 -1
  380. package/esm2015/lib/structures/faq/simple-background/faq-simple-background.component.js +1 -1
  381. package/esm2015/lib/structures/forms/background/forms-background.component.js +1 -1
  382. package/esm2015/lib/structures/forms/imageleft/forms-imageleft.component.js +1 -1
  383. package/esm2015/lib/structures/forms/imageright/forms-imageright.component.js +1 -1
  384. package/esm2015/lib/structures/forms/simple/forms-simple.component.js +1 -1
  385. package/esm2015/lib/structures/images/banner/images-banner.component.js +1 -1
  386. package/esm2015/lib/structures/images/big-and-double/images-big-and-double.component.js +1 -1
  387. package/esm2015/lib/structures/images/bigs-and-double-middle/images-bigs-and-double-middle.component.js +1 -1
  388. package/esm2015/lib/structures/images/double/images-double.component.js +1 -1
  389. package/esm2015/lib/structures/images/four-images-title/four-images-title.component.js +53 -0
  390. package/esm2015/lib/structures/images/quadruple/images-quadruple.component.js +1 -1
  391. package/esm2015/lib/structures/images/quadruple-left-one-right/images-quadruple-left-one-right.component.js +1 -1
  392. package/esm2015/lib/structures/images/simple/images-simple.component.js +1 -1
  393. package/esm2015/lib/structures/images/triple/images-triple.component.js +1 -1
  394. package/esm2015/lib/structures/images/two-images-title-text/two-images-title-text.component.js +49 -0
  395. package/esm2015/lib/structures/images-texts/big-left-text-right/images-texts-big-left-text-right.component.js +1 -1
  396. package/esm2015/lib/structures/images-texts/big-right-text-left/images-texts-big-right-text-left.component.js +1 -1
  397. package/esm2015/lib/structures/images-texts/left-text-right/images-texts-left-text-right.component.js +1 -1
  398. package/esm2015/lib/structures/images-texts/one-text-one/images-texts-one-text-one.component.js +1 -1
  399. package/esm2015/lib/structures/images-texts/right-text-left/images-texts-right-text-left.component.js +1 -1
  400. package/esm2015/lib/structures/images-texts/small-left-text-right/images-texts-small-left-text-right.component.js +1 -1
  401. package/esm2015/lib/structures/images-texts/small-right-text-left/images-texts-small-right-text-left.component.js +1 -1
  402. package/esm2015/lib/structures/images-texts/text-one-text/images-texts-text-one-text.component.js +1 -1
  403. package/esm2015/lib/structures/launch-videos/button/launch-videos-button.component.js +1 -1
  404. package/esm2015/lib/structures/launch-videos/buttontxt/launch-videos-buttontxt.component.js +1 -1
  405. package/esm2015/lib/structures/loader-component.module.js +1 -1
  406. package/esm2015/lib/structures/map/background-form-left/map-background-form-left.component.js +1 -1
  407. package/esm2015/lib/structures/map/background-form-right/map-background-form-right.component.js +1 -1
  408. package/esm2015/lib/structures/map/fullpage/map-fullpage.component.js +1 -1
  409. package/esm2015/lib/structures/map/left-text/map-left-text.component.js +1 -1
  410. package/esm2015/lib/structures/map/right-text/map-right-text.component.js +1 -1
  411. package/esm2015/lib/structures/map/text-form/map-text-form.component.js +1 -1
  412. package/esm2015/lib/structures/newsletter/aligned-center-background/newsletter-aligned-center-background.component.js +1 -1
  413. package/esm2015/lib/structures/newsletter/aligned-center-image/newsletter-aligned-center-image.component.js +1 -1
  414. package/esm2015/lib/structures/newsletter/center-image/newsletter-center-image.component.js +1 -1
  415. package/esm2015/lib/structures/onboarding/onboarding/forms-onboarding.component.js +1 -1
  416. package/esm2015/lib/structures/product/zoom/product-zoom.component.js +1 -1
  417. package/esm2015/lib/structures/product/zoom-complete/product-zoom-complete.component.js +1 -1
  418. package/esm2015/lib/structures/product/zoom-complete-background/product-zoom-complete-background.component.js +1 -1
  419. package/esm2015/lib/structures/product/zoom-complete-slider/product-zoom-complete-slider.component.js +1 -1
  420. package/esm2015/lib/structures/product/zoom-more/product-zoom-more.component.js +1 -1
  421. package/esm2015/lib/structures/product/zoom-selected/product-zoom-selected.component.js +1 -1
  422. package/esm2015/lib/structures/product/zoom-simple/product-zoom-simple.component.js +1 -1
  423. package/esm2015/lib/structures/product/zoom-triple-column/product-zoom-triple-column.component.js +1 -1
  424. package/esm2015/lib/structures/products-list/classic/products-list-classic.component.js +1 -1
  425. package/esm2015/lib/structures/products-list/selected/products-list-selected.component.js +1 -1
  426. package/esm2015/lib/structures/products-list/simple/products-list-simple.component.js +1 -1
  427. package/esm2015/lib/structures/quotes/author/quotes-author.component.js +1 -1
  428. package/esm2015/lib/structures/quotes/simple/quotes-simple.component.js +1 -1
  429. package/esm2015/lib/structures/quotes/simple-background/quotes-simple-background.component.js +1 -1
  430. package/esm2015/lib/structures/rassurances/quadruple-aligned/rassurances-quadruple-aligned.component.js +1 -1
  431. package/esm2015/lib/structures/rassurances/quadruple-background/rassurances-quadruple-background.component.js +1 -1
  432. package/esm2015/lib/structures/rassurances/triple-background/rassurances-triple-background.component.js +1 -1
  433. package/esm2015/lib/structures/reviews/simple/reviews-simple.component.js +1 -1
  434. package/esm2015/lib/structures/reviews/waterfall/reviews-waterfall.component.js +1 -1
  435. package/esm2015/lib/structures/separator/separator-simple/separator-simple.component.js +1 -1
  436. package/esm2015/lib/structures/sliders/double-imageright/slider-double-imageright.component.js +1 -1
  437. package/esm2015/lib/structures/sliders/fullpage/slider-fullpage.component.js +1 -1
  438. package/esm2015/lib/structures/sliders/imageright/slider-imageright.component.js +1 -1
  439. package/esm2015/lib/structures/sliders/leftnav/slider-leftnav.component.js +1 -1
  440. package/esm2015/lib/structures/sliders/with-banner/slider-with-banner.component.js +97 -0
  441. package/esm2015/lib/structures/socials/like/socials-like.component.js +1 -1
  442. package/esm2015/lib/structures/socials/network/socials-network.component.js +1 -1
  443. package/esm2015/lib/structures/socials/page-complex/socials-page-complex.component.js +1 -1
  444. package/esm2015/lib/structures/socials/page-simple/socials-page-simple.component.js +1 -1
  445. package/esm2015/lib/structures/structures.component.js +4 -2
  446. package/esm2015/lib/structures/structures.module.js +15 -1
  447. package/esm2015/lib/structures/text-backgrounds/four-rows-icon-text/text-backgrounds-four-rows-icon-text.component.js +89 -0
  448. package/esm2015/lib/structures/text-backgrounds/link/text-backgrounds-link.component.js +1 -1
  449. package/esm2015/lib/structures/text-backgrounds/simple/text-backgrounds-simple.component.js +1 -1
  450. package/esm2015/lib/structures/text-backgrounds/three-rows-icon-text/text-backgrounds-three-rows-icon-text.component.js +89 -0
  451. package/esm2015/lib/structures/text-backgrounds/two-rows-icon-text/text-backgrounds-two-rows-icon-text.component.js +89 -0
  452. package/esm2015/lib/structures/text-backgrounds/with-banner/text-backgrounds-with-banner.component.js +33 -0
  453. package/esm2015/lib/structures/text-backgrounds/with-txt/text-backgrounds-with-txt.component.js +1 -1
  454. package/esm2015/lib/structures/texts/double/texts-double.component.js +1 -1
  455. package/esm2015/lib/structures/texts/double-background/texts-double-background.component.js +1 -1
  456. package/esm2015/lib/structures/texts/one/texts-one.component.js +1 -1
  457. package/esm2015/lib/structures/texts/one-background/texts-one-background.component.js +1 -1
  458. package/esm2015/lib/structures/texts/quadruple/texts-quadruple.component.js +1 -1
  459. package/esm2015/lib/structures/texts/quadruple-background/texts-quadruple-background.component.js +1 -1
  460. package/esm2015/lib/structures/texts/quadruple-numbers/texts-quadruple-numbers.component.js +1 -1
  461. package/esm2015/lib/structures/texts/triple/texts-triple.component.js +1 -1
  462. package/esm2015/lib/structures/texts/triple-background/texts-triple-background.component.js +1 -1
  463. package/esm2015/lib/structures/timer/airport/timer-airport.component.js +1 -1
  464. package/esm2015/lib/structures/timer/background/timer-background.component.js +1 -1
  465. package/esm2015/lib/structures/timer/clock/timer-clock.component.js +1 -1
  466. package/esm2015/lib/structures/timer/multiple-img/timer-multiple-img.component.js +1 -1
  467. package/esm2015/lib/structures/timer/simple/timer-simple.component.js +1 -1
  468. package/esm2015/lib/structures/videos/simple/videos-simple.component.js +1 -1
  469. package/esm2015/lib/structures/videos/txt/videos-txt.component.js +1 -1
  470. package/esm2015/lib/structures/videos/txt-content/videos-txt-content.component.js +1 -1
  471. package/esm2015/lib/structures/videos/txt-left/videos-txt-left.component.js +1 -1
  472. package/esm2015/lib/structures/witness/about-block/about-block.component.js +1 -1
  473. package/esm2015/lib/structures/witness/background-double/witness-background-double.component.js +1 -1
  474. package/esm2015/lib/structures/witness/background-one/witness-background-one.component.js +1 -1
  475. package/esm2015/lib/structures/witness/quadruple/witness-quadruple.component.js +1 -1
  476. package/esm2015/lib/structures/witness/triple/witness-triple.component.js +1 -1
  477. package/esm2015/lib/structures/witness/twice/witness-twice.component.js +1 -1
  478. package/esm2015/lib/wizi-block.component.js +8 -1
  479. package/esm2015/lib/wizi-block.module.js +1 -1
  480. package/esm2015/public_api.js +1 -1
  481. package/esm2015/wizishop-wizi-block.js +246 -230
  482. package/fesm2015/wizishop-wizi-block.js +1297 -354
  483. package/fesm2015/wizishop-wizi-block.js.map +1 -1
  484. package/lib/dtos/blocks/images/four-images-title.dto.d.ts +9 -0
  485. package/lib/dtos/blocks/images/two-images-title-text.dto.d.ts +16 -0
  486. package/lib/dtos/blocks/sliders/sliders-with-banner.dto.d.ts +12 -0
  487. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.dto.d.ts +12 -0
  488. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-rows-icon-text.dto.d.ts +8 -0
  489. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.dto.d.ts +12 -0
  490. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.dto.d.ts +12 -0
  491. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-with-banner.dto.d.ts +13 -0
  492. package/lib/dtos/configs/blocks/blocks-list.dto.d.ts +14 -0
  493. package/lib/dtos/configs/images/four-images-title-element.dto.d.ts +6 -0
  494. package/lib/dtos/forms/forms.dto.d.ts +8 -1
  495. package/lib/services/blocks/images/four-images-title.service.d.ts +13 -0
  496. package/lib/services/blocks/images/two-images-title-text.service.d.ts +13 -0
  497. package/lib/services/blocks/sliders/sliders-with-banner.service.d.ts +13 -0
  498. package/lib/services/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.service.d.ts +12 -0
  499. package/lib/services/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.service.d.ts +12 -0
  500. package/lib/services/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.service.d.ts +12 -0
  501. package/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.d.ts +13 -0
  502. package/lib/services/structures/images/images.service.d.ts +2 -0
  503. package/lib/services/structures/sliders/sliders.service.d.ts +1 -0
  504. package/lib/services/structures/text-backgrounds/text-backgrounds.service.d.ts +4 -0
  505. package/lib/services/utils/translate-block.service.d.ts +6 -0
  506. package/lib/shared/components/structure-tools/structure-tools.component.d.ts +1 -0
  507. package/lib/shared/directives/show-delete-button/show-delete-button.directive.d.ts +8 -0
  508. package/lib/structures/images/four-images-title/four-images-title.component.d.ts +17 -0
  509. package/lib/structures/images/two-images-title-text/two-images-title-text.component.d.ts +15 -0
  510. package/lib/structures/sliders/with-banner/slider-with-banner.component.d.ts +24 -0
  511. package/lib/structures/structures.component.d.ts +2 -0
  512. package/lib/structures/structures.module.d.ts +7 -1
  513. package/lib/structures/text-backgrounds/four-rows-icon-text/text-backgrounds-four-rows-icon-text.component.d.ts +25 -0
  514. package/lib/structures/text-backgrounds/three-rows-icon-text/text-backgrounds-three-rows-icon-text.component.d.ts +25 -0
  515. package/lib/structures/text-backgrounds/two-rows-icon-text/text-backgrounds-two-rows-icon-text.component.d.ts +25 -0
  516. package/lib/structures/text-backgrounds/with-banner/text-backgrounds-with-banner.component.d.ts +14 -0
  517. package/package.json +1 -1
  518. package/wizi-block.scss +20881 -18863
  519. package/wizishop-wizi-block.d.ts +245 -229
  520. package/wizishop-wizi-block.metadata.json +1 -1
@@ -1,4 +1,4 @@
1
- import { ɵɵdefineInjectable, Injectable, ɵɵinject, INJECTOR, Injector, isDevMode, Component, ComponentFactoryResolver, Input, EventEmitter, Output, ViewChild, HostListener, Directive, Pipe, NgModule, forwardRef, NgZone, ElementRef, ChangeDetectorRef, ANALYZE_FOR_ENTRY_COMPONENTS, ViewContainerRef } from '@angular/core';
1
+ import { ɵɵdefineInjectable, Injectable, ɵɵinject, INJECTOR, Injector, isDevMode, Component, ComponentFactoryResolver, Input, EventEmitter, Output, ViewChild, HostListener, Directive, Pipe, NgModule, forwardRef, NgZone, ElementRef, Renderer2, ChangeDetectorRef, ANALYZE_FOR_ENTRY_COMPONENTS, ViewContainerRef } from '@angular/core';
2
2
  import { Subject, interval } from 'rxjs';
3
3
  import { TranslateService, TranslateModule, MissingTranslationHandler } from '@ngx-translate/core';
4
4
  import { v4 } from 'uuid';
@@ -128,6 +128,28 @@ class ParentStructuresService {
128
128
  }
129
129
  }
130
130
 
131
+ class TranslateBlockService {
132
+ constructor(translateService) {
133
+ this.translateService = translateService;
134
+ }
135
+ translateProperties(block) {
136
+ Object.keys(block).forEach((property) => {
137
+ if (typeof block[property] === 'string' && /^wb\./i.test(block[property])) {
138
+ block[property] = this.translateService.instant(block[property]);
139
+ }
140
+ });
141
+ }
142
+ }
143
+ TranslateBlockService.ɵprov = ɵɵdefineInjectable({ factory: function TranslateBlockService_Factory() { return new TranslateBlockService(ɵɵinject(TranslateService)); }, token: TranslateBlockService, providedIn: "root" });
144
+ TranslateBlockService.decorators = [
145
+ { type: Injectable, args: [{
146
+ providedIn: 'root',
147
+ },] }
148
+ ];
149
+ TranslateBlockService.ctorParameters = () => [
150
+ { type: TranslateService }
151
+ ];
152
+
131
153
  const FORM_TYPE_TEXT = 'text';
132
154
  const FORM_TYPE_NUMBER = 'number';
133
155
  const FORM_TYPE_CHECKBOX = 'checkbox';
@@ -202,10 +224,14 @@ const FORM_NAME_AUTOPLAY = 'autoplay';
202
224
  const FORM_NAME_MUTE = 'mute';
203
225
  const FORM_NAME_LOOP = 'loop';
204
226
  const FORM_NAME_LINK = 'link';
227
+ const FORM_NAME_LINK_LEFT = 'link_left';
228
+ const FORM_NAME_LINK_RIGHT = 'link_right';
205
229
  const FORM_NAME_URL = 'url';
206
230
  const FORM_NAME_URL_LEFT = 'url_left';
207
231
  const FORM_NAME_URL_RIGHT = 'url_right';
208
232
  const FORM_NAME_TEXT = 'text';
233
+ const FORM_NAME_TEXT_LEFT = 'text_left';
234
+ const FORM_NAME_TEXT_RIGHT = 'text_right';
209
235
  const FORM_NAME_TYPE_VIDEO = 'type_video';
210
236
  const FORM_NAME_TYPE_PRODUCT = 'type_product';
211
237
  const FORM_NAME_AMPLIFY_CATEGORY = 'amplify_category';
@@ -305,6 +331,10 @@ const FORM_NAME_ALIGN_BUTTON = 'align_button';
305
331
  const FORM_NAME_WIDTH_BLOCK = 'width_block';
306
332
  const FORM_NAME_HIDE_BLOCK = 'hide_block';
307
333
  const FORM_NAME_EXTERNAL = 'external';
334
+ const FORM_NAME_ITEM_NUMBER = 'item_number';
335
+ const FORM_NAME_LINE_NUMBER = 'line_number';
336
+ const FORM_NAME_ROWS = 'rows';
337
+ const FORM_NAME_COLUMNS = 'columns';
308
338
  class FormsContentDto {
309
339
  constructor(id, label, type, value, placeholder, help = '', step = [], stepKey = [], state = [], iconHelp = false) {
310
340
  this.id = id;
@@ -322,8 +352,9 @@ class FormsContentDto {
322
352
  class FormsDto {
323
353
  constructor(block, hasMargin = true) {
324
354
  this.forms = [];
355
+ const translateBlockService = InjectorService.Injector.get(TranslateBlockService);
325
356
  this.block = block;
326
- this.translateProperties();
357
+ translateBlockService.translateProperties(this.block);
327
358
  if (hasMargin) {
328
359
  this.forms.push(new FormsContentDto(FORM_NAME_MARGIN, 'wb.forms.FormsContentDto.1', FORM_TYPE_TAG, block[FORM_NAME_MARGIN], '#122231', '', [
329
360
  'wb.blocks.FormContentDto.101',
@@ -345,14 +376,6 @@ class FormsDto {
345
376
  this.forms.push(new FormsContentDto(FORM_NAME_HIDE_BLOCK, 'wb.forms.FormsContentDto.4', FORM_TYPE_CHECKBOX, block[FORM_NAME_HIDE_BLOCK], '', '', [], [], [true, false]));
346
377
  }
347
378
  }
348
- translateProperties() {
349
- const translateService = InjectorService.Injector.get(TranslateService);
350
- Object.keys(this.block).forEach((property) => {
351
- if (typeof this.block[property] === 'string' && /^wb\./i.test(this.block[property])) {
352
- this.block[property] = translateService.instant(this.block[property]);
353
- }
354
- });
355
- }
356
379
  }
357
380
 
358
381
  class ParentBlockDto {
@@ -2952,16 +2975,67 @@ ImagesTextsTextOneTextService.decorators = [
2952
2975
  },] }
2953
2976
  ];
2954
2977
 
2955
- var _a$K, _b$I, _c$E;
2978
+ var _a$K, _b$I, _c$E, _d$C;
2979
+ class FourImagesTitleDto extends ParentBlockDto {
2980
+ constructor() {
2981
+ super(...arguments);
2982
+ this[_a$K] = 'small';
2983
+ this[_b$I] = true;
2984
+ this[_c$E] = [];
2985
+ this[_d$C] = false;
2986
+ }
2987
+ }
2988
+ _a$K = FORM_NAME_IMG_MASK, _b$I = FORM_NAME_FULLPAGE, _c$E = FORM_NAME_ELEMENTS, _d$C = FORM_NAME_INIT;
2989
+
2990
+ const TYPE_FOUR_IMAGES_TITLE = 'images-quadruple-with-title';
2991
+ class FourImagesTitleService {
2992
+ constructor() {
2993
+ this._text = 'wb.blocks.images.fourImagesTitle';
2994
+ }
2995
+ static selector() {
2996
+ return 'wb-' + TYPE_FOUR_IMAGES_TITLE;
2997
+ }
2998
+ get text() {
2999
+ return this._text;
3000
+ }
3001
+ set text(value) {
3002
+ this._text = value;
3003
+ }
3004
+ type() {
3005
+ return TYPE_FOUR_IMAGES_TITLE;
3006
+ }
3007
+ image() {
3008
+ return 'Image_4ImgTitre.png';
3009
+ }
3010
+ getForm(content = this.getConfig()) {
3011
+ const FourImagesTitleFormDto = new FormsDto(content);
3012
+ const maskFourImagesTitleContentDto = new FormsContentDto(FORM_NAME_IMG_MASK, 'wb.blocks.FormContentDto.14', FORM_TYPE_TAG, content[FORM_NAME_IMG_MASK], 'wb.blocks.FormContentDto.15', '', ['wb.blocks.FormContentDto.94', 'wb.blocks.FormContentDto.95', 'wb.blocks.FormContentDto.96'], ['small', 'medium', 'large']);
3013
+ FourImagesTitleFormDto.forms.push(maskFourImagesTitleContentDto);
3014
+ const fullpageFourImagesTitleContentDto = new FormsContentDto(FORM_NAME_FULLPAGE, 'wb.blocks.FormContentDto.16', FORM_TYPE_CHECKBOX, content[FORM_NAME_FULLPAGE], '', '', [], [], [true, false]);
3015
+ FourImagesTitleFormDto.forms.push(fullpageFourImagesTitleContentDto);
3016
+ return FourImagesTitleFormDto;
3017
+ }
3018
+ getConfig() {
3019
+ return new FourImagesTitleDto(this.type());
3020
+ }
3021
+ }
3022
+ FourImagesTitleService.ɵprov = ɵɵdefineInjectable({ factory: function FourImagesTitleService_Factory() { return new FourImagesTitleService(); }, token: FourImagesTitleService, providedIn: "root" });
3023
+ FourImagesTitleService.decorators = [
3024
+ { type: Injectable, args: [{
3025
+ providedIn: 'root',
3026
+ },] }
3027
+ ];
3028
+
3029
+ var _a$L, _b$J, _c$F;
2956
3030
  class ImagesSimpleDto extends ParentBlockDto {
2957
3031
  constructor() {
2958
3032
  super(...arguments);
2959
- this[_a$K] = true;
2960
- this[_b$I] = 'small';
2961
- this[_c$E] = false;
3033
+ this[_a$L] = true;
3034
+ this[_b$J] = 'small';
3035
+ this[_c$F] = false;
2962
3036
  }
2963
3037
  }
2964
- _a$K = FORM_NAME_FULLPAGE, _b$I = FORM_NAME_IMG_MASK, _c$E = FORM_NAME_PARALLAX;
3038
+ _a$L = FORM_NAME_FULLPAGE, _b$J = FORM_NAME_IMG_MASK, _c$F = FORM_NAME_PARALLAX;
2965
3039
 
2966
3040
  const TYPE_IMAGES_SIMPLE = 'images-simple';
2967
3041
  class ImagesSimpleService {
@@ -3002,15 +3076,15 @@ ImagesSimpleService.decorators = [
3002
3076
  },] }
3003
3077
  ];
3004
3078
 
3005
- var _a$L, _b$J;
3079
+ var _a$M, _b$K;
3006
3080
  class ImagesDoubleDto extends ParentBlockDto {
3007
3081
  constructor() {
3008
3082
  super(...arguments);
3009
- this[_a$L] = true;
3010
- this[_b$J] = 'small';
3083
+ this[_a$M] = true;
3084
+ this[_b$K] = 'small';
3011
3085
  }
3012
3086
  }
3013
- _a$L = FORM_NAME_FULLPAGE, _b$J = FORM_NAME_IMG_MASK;
3087
+ _a$M = FORM_NAME_FULLPAGE, _b$K = FORM_NAME_IMG_MASK;
3014
3088
 
3015
3089
  const TYPE_IMAGES_DOUBLE = 'images-double';
3016
3090
  class ImagesDoubleService {
@@ -3049,15 +3123,15 @@ ImagesDoubleService.decorators = [
3049
3123
  },] }
3050
3124
  ];
3051
3125
 
3052
- var _a$M, _b$K;
3126
+ var _a$N, _b$L;
3053
3127
  class ImagesTripleDto extends ParentBlockDto {
3054
3128
  constructor() {
3055
3129
  super(...arguments);
3056
- this[_a$M] = true;
3057
- this[_b$K] = 'small';
3130
+ this[_a$N] = true;
3131
+ this[_b$L] = 'small';
3058
3132
  }
3059
3133
  }
3060
- _a$M = FORM_NAME_FULLPAGE, _b$K = FORM_NAME_IMG_MASK;
3134
+ _a$N = FORM_NAME_FULLPAGE, _b$L = FORM_NAME_IMG_MASK;
3061
3135
 
3062
3136
  const TYPE_IMAGES_TRIPLE = 'images-triple';
3063
3137
  class ImagesTripleService {
@@ -3096,15 +3170,15 @@ ImagesTripleService.decorators = [
3096
3170
  },] }
3097
3171
  ];
3098
3172
 
3099
- var _a$N, _b$L;
3173
+ var _a$O, _b$M;
3100
3174
  class ImagesQuadrupleDto extends ParentBlockDto {
3101
3175
  constructor() {
3102
3176
  super(...arguments);
3103
- this[_a$N] = true;
3104
- this[_b$L] = 'small';
3177
+ this[_a$O] = true;
3178
+ this[_b$M] = 'small';
3105
3179
  }
3106
3180
  }
3107
- _a$N = FORM_NAME_FULLPAGE, _b$L = FORM_NAME_IMG_MASK;
3181
+ _a$O = FORM_NAME_FULLPAGE, _b$M = FORM_NAME_IMG_MASK;
3108
3182
 
3109
3183
  const TYPE_IMAGES_QUADRUPLE = 'images-quadruple';
3110
3184
  class ImagesQuadrupleService {
@@ -3143,15 +3217,15 @@ ImagesQuadrupleService.decorators = [
3143
3217
  },] }
3144
3218
  ];
3145
3219
 
3146
- var _a$O, _b$M;
3220
+ var _a$P, _b$N;
3147
3221
  class ImagesQuadrupleLeftOneRightDto extends ParentBlockDto {
3148
3222
  constructor() {
3149
3223
  super(...arguments);
3150
- this[_a$O] = true;
3151
- this[_b$M] = 'small';
3224
+ this[_a$P] = true;
3225
+ this[_b$N] = 'small';
3152
3226
  }
3153
3227
  }
3154
- _a$O = FORM_NAME_FULLPAGE, _b$M = FORM_NAME_IMG_MASK;
3228
+ _a$P = FORM_NAME_FULLPAGE, _b$N = FORM_NAME_IMG_MASK;
3155
3229
 
3156
3230
  const TYPE_IMAGES_QUADRUPLE_LEFT_ONE_RIGHT = 'images-quadruple-left-one-right';
3157
3231
  class ImagesQuadrupleLeftOneRightService {
@@ -3190,15 +3264,15 @@ ImagesQuadrupleLeftOneRightService.decorators = [
3190
3264
  },] }
3191
3265
  ];
3192
3266
 
3193
- var _a$P, _b$N;
3267
+ var _a$Q, _b$O;
3194
3268
  class ImagesBigAndDoubleDto extends ParentBlockDto {
3195
3269
  constructor() {
3196
3270
  super(...arguments);
3197
- this[_a$P] = true;
3198
- this[_b$N] = 'small';
3271
+ this[_a$Q] = true;
3272
+ this[_b$O] = 'small';
3199
3273
  }
3200
3274
  }
3201
- _a$P = FORM_NAME_FULLPAGE, _b$N = FORM_NAME_IMG_MASK;
3275
+ _a$Q = FORM_NAME_FULLPAGE, _b$O = FORM_NAME_IMG_MASK;
3202
3276
 
3203
3277
  const TYPE_IMAGES_BIG_AND_DOUBLE = 'image-big-and-double';
3204
3278
  class ImagesBigAndDoubleService {
@@ -3237,15 +3311,15 @@ ImagesBigAndDoubleService.decorators = [
3237
3311
  },] }
3238
3312
  ];
3239
3313
 
3240
- var _a$Q, _b$O;
3314
+ var _a$R, _b$P;
3241
3315
  class ImagesBigsAndDoubleMiddleDto extends ParentBlockDto {
3242
3316
  constructor() {
3243
3317
  super(...arguments);
3244
- this[_a$Q] = true;
3245
- this[_b$O] = 'small';
3318
+ this[_a$R] = true;
3319
+ this[_b$P] = 'small';
3246
3320
  }
3247
3321
  }
3248
- _a$Q = FORM_NAME_FULLPAGE, _b$O = FORM_NAME_IMG_MASK;
3322
+ _a$R = FORM_NAME_FULLPAGE, _b$P = FORM_NAME_IMG_MASK;
3249
3323
 
3250
3324
  const TYPE_IMAGES_BIGS_AND_DOUBLE_MIDDLE = 'images-bigs-and-double-middle';
3251
3325
  class ImagesBigsAndDoubleMiddleService {
@@ -3284,16 +3358,16 @@ ImagesBigsAndDoubleMiddleService.decorators = [
3284
3358
  },] }
3285
3359
  ];
3286
3360
 
3287
- var _a$R, _b$P, _c$F;
3361
+ var _a$S, _b$Q, _c$G;
3288
3362
  class TextsOneDto extends ParentBlockDto {
3289
3363
  constructor() {
3290
3364
  super(...arguments);
3291
- this[_a$R] = 'wb.dto.TITLE.4';
3292
- this[_b$P] = 'wb.dto.CONTENT.7';
3293
- this[_c$F] = new ButtonDto();
3365
+ this[_a$S] = 'wb.dto.TITLE.4';
3366
+ this[_b$Q] = 'wb.dto.CONTENT.7';
3367
+ this[_c$G] = new ButtonDto();
3294
3368
  }
3295
3369
  }
3296
- _a$R = FORM_NAME_TITLE, _b$P = FORM_NAME_CONTENT, _c$F = FORM_NAME_BUTTON;
3370
+ _a$S = FORM_NAME_TITLE, _b$Q = FORM_NAME_CONTENT, _c$G = FORM_NAME_BUTTON;
3297
3371
 
3298
3372
  const TYPE_TEXTS_ONE = 'texts-one';
3299
3373
  class TextsOneService {
@@ -3329,18 +3403,18 @@ TextsOneService.decorators = [
3329
3403
  },] }
3330
3404
  ];
3331
3405
 
3332
- var _a$S, _b$Q, _c$G, _d$C, _e$y;
3406
+ var _a$T, _b$R, _c$H, _d$D, _e$y;
3333
3407
  class TextsOneBackgroundDto extends ParentBlockDto {
3334
3408
  constructor() {
3335
3409
  super(...arguments);
3336
- this[_a$S] = 'wb.dto.TITLE.4';
3337
- this[_b$Q] = 'wb.dto.CONTENT.7';
3338
- this[_c$G] = new ButtonDto();
3339
- this[_d$C] = '#f7f7f7';
3410
+ this[_a$T] = 'wb.dto.TITLE.4';
3411
+ this[_b$R] = 'wb.dto.CONTENT.7';
3412
+ this[_c$H] = new ButtonDto();
3413
+ this[_d$D] = '#f7f7f7';
3340
3414
  this[_e$y] = 'small';
3341
3415
  }
3342
3416
  }
3343
- _a$S = FORM_NAME_TITLE, _b$Q = FORM_NAME_CONTENT, _c$G = FORM_NAME_BUTTON, _d$C = FORM_NAME_COLOR, _e$y = FORM_NAME_PADDING;
3417
+ _a$T = FORM_NAME_TITLE, _b$R = FORM_NAME_CONTENT, _c$H = FORM_NAME_BUTTON, _d$D = FORM_NAME_COLOR, _e$y = FORM_NAME_PADDING;
3344
3418
 
3345
3419
  const TYPE_TEXTS_ONE_BACKGROUND = 'texts-one-background';
3346
3420
  class TextsOneBackgroundService {
@@ -3381,20 +3455,20 @@ TextsOneBackgroundService.decorators = [
3381
3455
  },] }
3382
3456
  ];
3383
3457
 
3384
- var _a$T, _b$R, _c$H, _d$D, _e$z, _f$j, _g$h;
3458
+ var _a$U, _b$S, _c$I, _d$E, _e$z, _f$j, _g$h;
3385
3459
  class TextsDoubleDto extends ParentBlockDto {
3386
3460
  constructor() {
3387
3461
  super(...arguments);
3388
- this[_a$T] = 'wb.dto.TITLE.4';
3389
- this[_b$R] = 'wb.dto.CONTENT.7';
3390
- this[_c$H] = 'wb.dto.TITLE.4';
3391
- this[_d$D] = 'wb.dto.CONTENT.7';
3462
+ this[_a$U] = 'wb.dto.TITLE.4';
3463
+ this[_b$S] = 'wb.dto.CONTENT.7';
3464
+ this[_c$I] = 'wb.dto.TITLE.4';
3465
+ this[_d$E] = 'wb.dto.CONTENT.7';
3392
3466
  this[_e$z] = new ButtonDto();
3393
3467
  this[_f$j] = new ButtonDto();
3394
3468
  this[_g$h] = false;
3395
3469
  }
3396
3470
  }
3397
- _a$T = FORM_NAME_TITLE_LEFT, _b$R = FORM_NAME_CONTENT_RIGHT, _c$H = FORM_NAME_TITLE_RIGHT, _d$D = FORM_NAME_CONTENT_LEFT, _e$z = FORM_NAME_BUTTON_LEFT, _f$j = FORM_NAME_BUTTON_RIGHT, _g$h = FORM_NAME_ALIGN_BUTTON;
3471
+ _a$U = FORM_NAME_TITLE_LEFT, _b$S = FORM_NAME_CONTENT_RIGHT, _c$I = FORM_NAME_TITLE_RIGHT, _d$E = FORM_NAME_CONTENT_LEFT, _e$z = FORM_NAME_BUTTON_LEFT, _f$j = FORM_NAME_BUTTON_RIGHT, _g$h = FORM_NAME_ALIGN_BUTTON;
3398
3472
 
3399
3473
  const TYPE_TEXTS_DOUBLE = 'texts-double';
3400
3474
  class TextsDoubleService {
@@ -3433,14 +3507,14 @@ TextsDoubleService.decorators = [
3433
3507
  },] }
3434
3508
  ];
3435
3509
 
3436
- var _a$U, _b$S, _c$I, _d$E, _e$A, _f$k, _g$i, _h$f, _j$c, _k$b;
3510
+ var _a$V, _b$T, _c$J, _d$F, _e$A, _f$k, _g$i, _h$f, _j$c, _k$b;
3437
3511
  class TextsDoubleBackgroundDto extends ParentBlockDto {
3438
3512
  constructor() {
3439
3513
  super(...arguments);
3440
- this[_a$U] = 'wb.dto.TITLE.4';
3441
- this[_b$S] = 'wb.dto.CONTENT.7';
3442
- this[_c$I] = 'wb.dto.TITLE.4';
3443
- this[_d$E] = 'wb.dto.CONTENT.7';
3514
+ this[_a$V] = 'wb.dto.TITLE.4';
3515
+ this[_b$T] = 'wb.dto.CONTENT.7';
3516
+ this[_c$J] = 'wb.dto.TITLE.4';
3517
+ this[_d$F] = 'wb.dto.CONTENT.7';
3444
3518
  this[_e$A] = new ButtonDto();
3445
3519
  this[_f$k] = new ButtonDto();
3446
3520
  this[_g$i] = '#f7f7f7';
@@ -3449,7 +3523,7 @@ class TextsDoubleBackgroundDto extends ParentBlockDto {
3449
3523
  this[_k$b] = false;
3450
3524
  }
3451
3525
  }
3452
- _a$U = FORM_NAME_TITLE_LEFT, _b$S = FORM_NAME_CONTENT_RIGHT, _c$I = FORM_NAME_TITLE_RIGHT, _d$E = FORM_NAME_CONTENT_LEFT, _e$A = FORM_NAME_BUTTON_LEFT, _f$k = FORM_NAME_BUTTON_RIGHT, _g$i = FORM_NAME_COLOR_LEFT, _h$f = FORM_NAME_COLOR_RIGHT, _j$c = FORM_NAME_PADDING, _k$b = FORM_NAME_ALIGN_BUTTON;
3526
+ _a$V = FORM_NAME_TITLE_LEFT, _b$T = FORM_NAME_CONTENT_RIGHT, _c$J = FORM_NAME_TITLE_RIGHT, _d$F = FORM_NAME_CONTENT_LEFT, _e$A = FORM_NAME_BUTTON_LEFT, _f$k = FORM_NAME_BUTTON_RIGHT, _g$i = FORM_NAME_COLOR_LEFT, _h$f = FORM_NAME_COLOR_RIGHT, _j$c = FORM_NAME_PADDING, _k$b = FORM_NAME_ALIGN_BUTTON;
3453
3527
 
3454
3528
  const TYPE_TEXTS_DOUBLE_BACKGROUND = 'texts-double-background';
3455
3529
  class TextsDoubleBackgroundService {
@@ -3494,14 +3568,14 @@ TextsDoubleBackgroundService.decorators = [
3494
3568
  },] }
3495
3569
  ];
3496
3570
 
3497
- var _a$V, _b$T, _c$J, _d$F, _e$B, _f$l, _g$j, _h$g, _j$d, _k$c;
3571
+ var _a$W, _b$U, _c$K, _d$G, _e$B, _f$l, _g$j, _h$g, _j$d, _k$c;
3498
3572
  class TextsTripleDto extends ParentBlockDto {
3499
3573
  constructor() {
3500
3574
  super(...arguments);
3501
- this[_a$V] = 'wb.dto.TITLE.3';
3502
- this[_b$T] = 'wb.dto.CONTENT.7';
3503
- this[_c$J] = 'wb.dto.TITLE.3';
3504
- this[_d$F] = 'wb.dto.CONTENT.7';
3575
+ this[_a$W] = 'wb.dto.TITLE.3';
3576
+ this[_b$U] = 'wb.dto.CONTENT.7';
3577
+ this[_c$K] = 'wb.dto.TITLE.3';
3578
+ this[_d$G] = 'wb.dto.CONTENT.7';
3505
3579
  this[_e$B] = new ButtonDto();
3506
3580
  this[_f$l] = new ButtonDto();
3507
3581
  this[_g$j] = 'wb.dto.TITLE.3';
@@ -3510,7 +3584,7 @@ class TextsTripleDto extends ParentBlockDto {
3510
3584
  this[_k$c] = false;
3511
3585
  }
3512
3586
  }
3513
- _a$V = FORM_NAME_TITLE_LEFT, _b$T = FORM_NAME_CONTENT_RIGHT, _c$J = FORM_NAME_TITLE_RIGHT, _d$F = FORM_NAME_CONTENT_LEFT, _e$B = FORM_NAME_BUTTON_LEFT, _f$l = FORM_NAME_BUTTON_RIGHT, _g$j = FORM_NAME_TITLE_MIDDLE_LEFT, _h$g = FORM_NAME_CONTENT_MIDDLE_LEFT, _j$d = FORM_NAME_BUTTON_MIDDLE_LEFT, _k$c = FORM_NAME_ALIGN_BUTTON;
3587
+ _a$W = FORM_NAME_TITLE_LEFT, _b$U = FORM_NAME_CONTENT_RIGHT, _c$K = FORM_NAME_TITLE_RIGHT, _d$G = FORM_NAME_CONTENT_LEFT, _e$B = FORM_NAME_BUTTON_LEFT, _f$l = FORM_NAME_BUTTON_RIGHT, _g$j = FORM_NAME_TITLE_MIDDLE_LEFT, _h$g = FORM_NAME_CONTENT_MIDDLE_LEFT, _j$d = FORM_NAME_BUTTON_MIDDLE_LEFT, _k$c = FORM_NAME_ALIGN_BUTTON;
3514
3588
 
3515
3589
  const TYPE_TEXTS_TRIPLE = 'texts-triple';
3516
3590
  class TextsTripleService {
@@ -3549,14 +3623,14 @@ TextsTripleService.decorators = [
3549
3623
  },] }
3550
3624
  ];
3551
3625
 
3552
- var _a$W, _b$U, _c$K, _d$G, _e$C, _f$m, _g$k, _h$h, _j$e, _k$d, _l$b, _m$9, _o$8, _p$8, _q$8, _r$5;
3626
+ var _a$X, _b$V, _c$L, _d$H, _e$C, _f$m, _g$k, _h$h, _j$e, _k$d, _l$b, _m$9, _o$8, _p$8, _q$8, _r$5;
3553
3627
  class TextsTripleBackgroundDto extends ParentBlockDto {
3554
3628
  constructor() {
3555
3629
  super(...arguments);
3556
- this[_a$W] = 'wb.dto.TITLE.3';
3557
- this[_b$U] = 'wb.dto.CONTENT.7';
3558
- this[_c$K] = 'wb.dto.TITLE.3';
3559
- this[_d$G] = 'wb.dto.CONTENT.7';
3630
+ this[_a$X] = 'wb.dto.TITLE.3';
3631
+ this[_b$V] = 'wb.dto.CONTENT.7';
3632
+ this[_c$L] = 'wb.dto.TITLE.3';
3633
+ this[_d$H] = 'wb.dto.CONTENT.7';
3560
3634
  this[_e$C] = new ButtonDto();
3561
3635
  this[_f$m] = new ButtonDto();
3562
3636
  this[_g$k] = 'wb.dto.TITLE.3';
@@ -3571,7 +3645,7 @@ class TextsTripleBackgroundDto extends ParentBlockDto {
3571
3645
  this[_r$5] = false;
3572
3646
  }
3573
3647
  }
3574
- _a$W = FORM_NAME_TITLE_LEFT, _b$U = FORM_NAME_CONTENT_RIGHT, _c$K = FORM_NAME_TITLE_RIGHT, _d$G = FORM_NAME_CONTENT_LEFT, _e$C = FORM_NAME_BUTTON_LEFT, _f$m = FORM_NAME_BUTTON_RIGHT, _g$k = FORM_NAME_TITLE_MIDDLE_LEFT, _h$h = FORM_NAME_CONTENT_MIDDLE_LEFT, _j$e = FORM_NAME_BUTTON_MIDDLE_LEFT, _k$d = FORM_NAME_TITLE_MIDDLE_RIGHT, _l$b = FORM_NAME_CONTENT_MIDDLE_RIGHT, _m$9 = FORM_NAME_BUTTON_MIDDLE_RIGHT, _o$8 = FORM_NAME_COLOR_LEFT, _p$8 = FORM_NAME_COLOR_RIGHT, _q$8 = FORM_NAME_COLOR_MIDDLE_LEFT, _r$5 = FORM_NAME_ALIGN_BUTTON;
3648
+ _a$X = FORM_NAME_TITLE_LEFT, _b$V = FORM_NAME_CONTENT_RIGHT, _c$L = FORM_NAME_TITLE_RIGHT, _d$H = FORM_NAME_CONTENT_LEFT, _e$C = FORM_NAME_BUTTON_LEFT, _f$m = FORM_NAME_BUTTON_RIGHT, _g$k = FORM_NAME_TITLE_MIDDLE_LEFT, _h$h = FORM_NAME_CONTENT_MIDDLE_LEFT, _j$e = FORM_NAME_BUTTON_MIDDLE_LEFT, _k$d = FORM_NAME_TITLE_MIDDLE_RIGHT, _l$b = FORM_NAME_CONTENT_MIDDLE_RIGHT, _m$9 = FORM_NAME_BUTTON_MIDDLE_RIGHT, _o$8 = FORM_NAME_COLOR_LEFT, _p$8 = FORM_NAME_COLOR_RIGHT, _q$8 = FORM_NAME_COLOR_MIDDLE_LEFT, _r$5 = FORM_NAME_ALIGN_BUTTON;
3575
3649
 
3576
3650
  const TYPE_TEXTS_TRIPLE_BACKGROUND = 'texts-triple-background';
3577
3651
  class TextsTripleBackgroundService {
@@ -3616,14 +3690,14 @@ TextsTripleBackgroundService.decorators = [
3616
3690
  },] }
3617
3691
  ];
3618
3692
 
3619
- var _a$X, _b$V, _c$L, _d$H, _e$D, _f$n, _g$l, _h$i, _j$f, _k$e, _l$c, _m$a, _o$9;
3693
+ var _a$Y, _b$W, _c$M, _d$I, _e$D, _f$n, _g$l, _h$i, _j$f, _k$e, _l$c, _m$a, _o$9;
3620
3694
  class TextsQuadrupleDto extends ParentBlockDto {
3621
3695
  constructor() {
3622
3696
  super(...arguments);
3623
- this[_a$X] = 'wb.dto.TITLE.3';
3624
- this[_b$V] = 'wb.dto.CONTENT.7';
3625
- this[_c$L] = 'wb.dto.TITLE.3';
3626
- this[_d$H] = 'wb.dto.CONTENT.7';
3697
+ this[_a$Y] = 'wb.dto.TITLE.3';
3698
+ this[_b$W] = 'wb.dto.CONTENT.7';
3699
+ this[_c$M] = 'wb.dto.TITLE.3';
3700
+ this[_d$I] = 'wb.dto.CONTENT.7';
3627
3701
  this[_e$D] = new ButtonDto();
3628
3702
  this[_f$n] = new ButtonDto();
3629
3703
  this[_g$l] = 'wb.dto.TITLE.3';
@@ -3635,7 +3709,7 @@ class TextsQuadrupleDto extends ParentBlockDto {
3635
3709
  this[_o$9] = false;
3636
3710
  }
3637
3711
  }
3638
- _a$X = FORM_NAME_TITLE_LEFT, _b$V = FORM_NAME_CONTENT_RIGHT, _c$L = FORM_NAME_TITLE_RIGHT, _d$H = FORM_NAME_CONTENT_LEFT, _e$D = FORM_NAME_BUTTON_LEFT, _f$n = FORM_NAME_BUTTON_RIGHT, _g$l = FORM_NAME_TITLE_MIDDLE_LEFT, _h$i = FORM_NAME_CONTENT_MIDDLE_LEFT, _j$f = FORM_NAME_BUTTON_MIDDLE_LEFT, _k$e = FORM_NAME_TITLE_MIDDLE_RIGHT, _l$c = FORM_NAME_CONTENT_MIDDLE_RIGHT, _m$a = FORM_NAME_BUTTON_MIDDLE_RIGHT, _o$9 = FORM_NAME_ALIGN_BUTTON;
3712
+ _a$Y = FORM_NAME_TITLE_LEFT, _b$W = FORM_NAME_CONTENT_RIGHT, _c$M = FORM_NAME_TITLE_RIGHT, _d$I = FORM_NAME_CONTENT_LEFT, _e$D = FORM_NAME_BUTTON_LEFT, _f$n = FORM_NAME_BUTTON_RIGHT, _g$l = FORM_NAME_TITLE_MIDDLE_LEFT, _h$i = FORM_NAME_CONTENT_MIDDLE_LEFT, _j$f = FORM_NAME_BUTTON_MIDDLE_LEFT, _k$e = FORM_NAME_TITLE_MIDDLE_RIGHT, _l$c = FORM_NAME_CONTENT_MIDDLE_RIGHT, _m$a = FORM_NAME_BUTTON_MIDDLE_RIGHT, _o$9 = FORM_NAME_ALIGN_BUTTON;
3639
3713
 
3640
3714
  const TYPE_TEXTS_QUADRUPLE = 'texts-quadruple';
3641
3715
  class TextsQuadrupleService {
@@ -3674,14 +3748,14 @@ TextsQuadrupleService.decorators = [
3674
3748
  },] }
3675
3749
  ];
3676
3750
 
3677
- var _a$Y, _b$W, _c$M, _d$I, _e$E, _f$o, _g$m, _h$j, _j$g, _k$f, _l$d, _m$b, _o$a, _p$9, _q$9, _r$6, _s$3;
3751
+ var _a$Z, _b$X, _c$N, _d$J, _e$E, _f$o, _g$m, _h$j, _j$g, _k$f, _l$d, _m$b, _o$a, _p$9, _q$9, _r$6, _s$3;
3678
3752
  class TextsQuadrupleBackgroundDto extends ParentBlockDto {
3679
3753
  constructor() {
3680
3754
  super(...arguments);
3681
- this[_a$Y] = 'wb.dto.TITLE.3';
3682
- this[_b$W] = 'wb.dto.CONTENT.7';
3683
- this[_c$M] = 'wb.dto.TITLE.3';
3684
- this[_d$I] = 'wb.dto.CONTENT.7';
3755
+ this[_a$Z] = 'wb.dto.TITLE.3';
3756
+ this[_b$X] = 'wb.dto.CONTENT.7';
3757
+ this[_c$N] = 'wb.dto.TITLE.3';
3758
+ this[_d$J] = 'wb.dto.CONTENT.7';
3685
3759
  this[_e$E] = new ButtonDto();
3686
3760
  this[_f$o] = new ButtonDto();
3687
3761
  this[_g$m] = 'wb.dto.TITLE.3';
@@ -3697,7 +3771,7 @@ class TextsQuadrupleBackgroundDto extends ParentBlockDto {
3697
3771
  this[_s$3] = false;
3698
3772
  }
3699
3773
  }
3700
- _a$Y = FORM_NAME_TITLE_LEFT, _b$W = FORM_NAME_CONTENT_RIGHT, _c$M = FORM_NAME_TITLE_RIGHT, _d$I = FORM_NAME_CONTENT_LEFT, _e$E = FORM_NAME_BUTTON_LEFT, _f$o = FORM_NAME_BUTTON_RIGHT, _g$m = FORM_NAME_TITLE_MIDDLE_LEFT, _h$j = FORM_NAME_CONTENT_MIDDLE_LEFT, _j$g = FORM_NAME_BUTTON_MIDDLE_LEFT, _k$f = FORM_NAME_TITLE_MIDDLE_RIGHT, _l$d = FORM_NAME_CONTENT_MIDDLE_RIGHT, _m$b = FORM_NAME_BUTTON_MIDDLE_RIGHT, _o$a = FORM_NAME_COLOR_LEFT, _p$9 = FORM_NAME_COLOR_RIGHT, _q$9 = FORM_NAME_COLOR_MIDDLE_LEFT, _r$6 = FORM_NAME_COLOR_MIDDLE_RIGHT, _s$3 = FORM_NAME_ALIGN_BUTTON;
3774
+ _a$Z = FORM_NAME_TITLE_LEFT, _b$X = FORM_NAME_CONTENT_RIGHT, _c$N = FORM_NAME_TITLE_RIGHT, _d$J = FORM_NAME_CONTENT_LEFT, _e$E = FORM_NAME_BUTTON_LEFT, _f$o = FORM_NAME_BUTTON_RIGHT, _g$m = FORM_NAME_TITLE_MIDDLE_LEFT, _h$j = FORM_NAME_CONTENT_MIDDLE_LEFT, _j$g = FORM_NAME_BUTTON_MIDDLE_LEFT, _k$f = FORM_NAME_TITLE_MIDDLE_RIGHT, _l$d = FORM_NAME_CONTENT_MIDDLE_RIGHT, _m$b = FORM_NAME_BUTTON_MIDDLE_RIGHT, _o$a = FORM_NAME_COLOR_LEFT, _p$9 = FORM_NAME_COLOR_RIGHT, _q$9 = FORM_NAME_COLOR_MIDDLE_LEFT, _r$6 = FORM_NAME_COLOR_MIDDLE_RIGHT, _s$3 = FORM_NAME_ALIGN_BUTTON;
3701
3775
 
3702
3776
  const TYPE_TEXTS_QUADRUPLE_BACKGROUND = 'texts-quadruple-background';
3703
3777
  class TextsQuadrupleBackgroundService {
@@ -3744,15 +3818,15 @@ TextsQuadrupleBackgroundService.decorators = [
3744
3818
  },] }
3745
3819
  ];
3746
3820
 
3747
- var _a$Z, _b$X;
3821
+ var _a$_, _b$Y;
3748
3822
  class FormsSimpleDto extends ParentBlockDto {
3749
3823
  constructor() {
3750
3824
  super(...arguments);
3751
- this[_a$Z] = 'wb.dto.TITLE.3';
3752
- this[_b$X] = 'wb.dto.CONTENT.7';
3825
+ this[_a$_] = 'wb.dto.TITLE.3';
3826
+ this[_b$Y] = 'wb.dto.CONTENT.7';
3753
3827
  }
3754
3828
  }
3755
- _a$Z = FORM_NAME_TITLE, _b$X = FORM_NAME_CONTENT;
3829
+ _a$_ = FORM_NAME_TITLE, _b$Y = FORM_NAME_CONTENT;
3756
3830
 
3757
3831
  const TYPE_FORMS_SIMPLE = 'forms-simple';
3758
3832
  class FormsSimpleService {
@@ -3788,15 +3862,15 @@ FormsSimpleService.decorators = [
3788
3862
  },] }
3789
3863
  ];
3790
3864
 
3791
- var _a$_, _b$Y;
3865
+ var _a$$, _b$Z;
3792
3866
  class FormsBackgroundDto extends ParentBlockDto {
3793
3867
  constructor() {
3794
3868
  super(...arguments);
3795
- this[_a$_] = 'wb.dto.TITLE.3';
3796
- this[_b$Y] = 'wb.dto.CONTENT.7';
3869
+ this[_a$$] = 'wb.dto.TITLE.3';
3870
+ this[_b$Z] = 'wb.dto.CONTENT.7';
3797
3871
  }
3798
3872
  }
3799
- _a$_ = FORM_NAME_TITLE, _b$Y = FORM_NAME_CONTENT;
3873
+ _a$$ = FORM_NAME_TITLE, _b$Z = FORM_NAME_CONTENT;
3800
3874
 
3801
3875
  const TYPE_FORMS_BACKGROUND = 'forms-background';
3802
3876
  class FormsBackgroundService {
@@ -3832,15 +3906,15 @@ FormsBackgroundService.decorators = [
3832
3906
  },] }
3833
3907
  ];
3834
3908
 
3835
- var _a$$, _b$Z;
3909
+ var _a$10, _b$_;
3836
3910
  class FormsImageleftDto extends ParentBlockDto {
3837
3911
  constructor() {
3838
3912
  super(...arguments);
3839
- this[_a$$] = 'wb.dto.TITLE.3';
3840
- this[_b$Z] = 'wb.dto.CONTENT.7';
3913
+ this[_a$10] = 'wb.dto.TITLE.3';
3914
+ this[_b$_] = 'wb.dto.CONTENT.7';
3841
3915
  }
3842
3916
  }
3843
- _a$$ = FORM_NAME_TITLE, _b$Z = FORM_NAME_CONTENT;
3917
+ _a$10 = FORM_NAME_TITLE, _b$_ = FORM_NAME_CONTENT;
3844
3918
 
3845
3919
  const TYPE_FORMS_IMAGELEFT = 'forms-imageleft';
3846
3920
  class FormsImageleftService {
@@ -3876,15 +3950,15 @@ FormsImageleftService.decorators = [
3876
3950
  },] }
3877
3951
  ];
3878
3952
 
3879
- var _a$10, _b$_;
3953
+ var _a$11, _b$$;
3880
3954
  class FormsImagerightDto extends ParentBlockDto {
3881
3955
  constructor() {
3882
3956
  super(...arguments);
3883
- this[_a$10] = 'wb.dto.TITLE.3';
3884
- this[_b$_] = 'wb.dto.CONTENT.7';
3957
+ this[_a$11] = 'wb.dto.TITLE.3';
3958
+ this[_b$$] = 'wb.dto.CONTENT.7';
3885
3959
  }
3886
3960
  }
3887
- _a$10 = FORM_NAME_TITLE, _b$_ = FORM_NAME_CONTENT;
3961
+ _a$11 = FORM_NAME_TITLE, _b$$ = FORM_NAME_CONTENT;
3888
3962
 
3889
3963
  const TYPE_FORMS_IMAGERIGHT = 'forms-imageright';
3890
3964
  class FormsImagerightService {
@@ -3920,19 +3994,19 @@ FormsImagerightService.decorators = [
3920
3994
  },] }
3921
3995
  ];
3922
3996
 
3923
- var _a$11, _b$$, _c$N, _d$J, _e$F, _f$p;
3997
+ var _a$12, _b$10, _c$O, _d$K, _e$F, _f$p;
3924
3998
  class TextBackgroundsSimpleDto extends ParentBlockDto {
3925
3999
  constructor() {
3926
4000
  super(...arguments);
3927
- this[_a$11] = 'wb.dto.CONTENT.29';
3928
- this[_b$$] = 'wb.dto.CONTENT.28';
3929
- this[_c$N] = new ButtonDto();
3930
- this[_d$J] = false;
4001
+ this[_a$12] = 'wb.dto.CONTENT.29';
4002
+ this[_b$10] = 'wb.dto.CONTENT.28';
4003
+ this[_c$O] = new ButtonDto();
4004
+ this[_d$K] = false;
3931
4005
  this[_e$F] = true;
3932
4006
  this[_f$p] = 'small';
3933
4007
  }
3934
4008
  }
3935
- _a$11 = FORM_NAME_TITLE, _b$$ = FORM_NAME_CONTENT, _c$N = FORM_NAME_BUTTON, _d$J = FORM_NAME_PARALLAX, _e$F = FORM_NAME_FULLPAGE, _f$p = FORM_NAME_IMG_MASK;
4009
+ _a$12 = FORM_NAME_TITLE, _b$10 = FORM_NAME_CONTENT, _c$O = FORM_NAME_BUTTON, _d$K = FORM_NAME_PARALLAX, _e$F = FORM_NAME_FULLPAGE, _f$p = FORM_NAME_IMG_MASK;
3936
4010
 
3937
4011
  const TYPE_TEXT_BACKGROUNDS_SIMPLE = 'text-backgrounds-simple';
3938
4012
  class TextBackgroundsSimpleService {
@@ -3973,20 +4047,20 @@ TextBackgroundsSimpleService.decorators = [
3973
4047
  },] }
3974
4048
  ];
3975
4049
 
3976
- var _a$12, _b$10, _c$O, _d$K, _e$G, _f$q, _g$n;
4050
+ var _a$13, _b$11, _c$P, _d$L, _e$G, _f$q, _g$n;
3977
4051
  class TextBackgroundsWithTxtDto extends ParentBlockDto {
3978
4052
  constructor() {
3979
4053
  super(...arguments);
3980
- this[_a$12] = 'wb.dto.TITLE.5';
3981
- this[_b$10] = 'wb.dto.CONTENT.8';
3982
- this[_c$O] = new ButtonDto();
3983
- this[_d$K] = '#ffffff';
4054
+ this[_a$13] = 'wb.dto.TITLE.5';
4055
+ this[_b$11] = 'wb.dto.CONTENT.8';
4056
+ this[_c$P] = new ButtonDto();
4057
+ this[_d$L] = '#ffffff';
3984
4058
  this[_e$G] = false;
3985
4059
  this[_f$q] = true;
3986
4060
  this[_g$n] = 'small';
3987
4061
  }
3988
4062
  }
3989
- _a$12 = FORM_NAME_TITLE, _b$10 = FORM_NAME_CONTENT, _c$O = FORM_NAME_BUTTON, _d$K = FORM_NAME_COLOR, _e$G = FORM_NAME_PARALLAX, _f$q = FORM_NAME_FULLPAGE, _g$n = FORM_NAME_IMG_MASK;
4063
+ _a$13 = FORM_NAME_TITLE, _b$11 = FORM_NAME_CONTENT, _c$P = FORM_NAME_BUTTON, _d$L = FORM_NAME_COLOR, _e$G = FORM_NAME_PARALLAX, _f$q = FORM_NAME_FULLPAGE, _g$n = FORM_NAME_IMG_MASK;
3990
4064
 
3991
4065
  const TYPE_TEXT_BACKGROUNDS_WITH_TXT = 'text-backgrounds-with-txt';
3992
4066
  class TextBackgroundsWithTxtService {
@@ -4029,37 +4103,95 @@ TextBackgroundsWithTxtService.decorators = [
4029
4103
  },] }
4030
4104
  ];
4031
4105
 
4032
- var _a$13, _b$11, _c$P, _d$L, _e$H, _f$r, _g$o;
4106
+ var _a$14, _b$12, _c$Q, _d$M, _e$H, _f$r, _g$o;
4107
+ class TextBackgroundsWithBannerDto extends ParentBlockDto {
4108
+ constructor() {
4109
+ super(...arguments);
4110
+ this[_a$14] = 'wb.dto.TITLE.39';
4111
+ this[_b$12] = 'wb.dto.TEXT.2';
4112
+ this[_c$Q] = 'wb.dto.CONTENT.37';
4113
+ this[_d$M] = '#74b4c0';
4114
+ this[_e$H] = false;
4115
+ this[_f$r] = true;
4116
+ this[_g$o] = 'small';
4117
+ }
4118
+ }
4119
+ _a$14 = FORM_NAME_TITLE, _b$12 = FORM_NAME_TEXT, _c$Q = FORM_NAME_CONTENT, _d$M = FORM_NAME_COLOR, _e$H = FORM_NAME_PARALLAX, _f$r = FORM_NAME_FULLPAGE, _g$o = FORM_NAME_IMG_MASK;
4120
+
4121
+ const TYPE_TEXT_BACKGROUNDS_WITH_BANNER = 'text-backgrounds-with-banner';
4122
+ class TextBackgroundsWithBannerService {
4123
+ constructor() {
4124
+ this._text = 'wb.blocks.text-backgrounds-with-banner';
4125
+ }
4126
+ static selector() {
4127
+ return 'wb-' + TYPE_TEXT_BACKGROUNDS_WITH_BANNER;
4128
+ }
4129
+ get text() {
4130
+ return this._text;
4131
+ }
4132
+ set text(value) {
4133
+ this._text = value;
4134
+ }
4135
+ type() {
4136
+ return TYPE_TEXT_BACKGROUNDS_WITH_BANNER;
4137
+ }
4138
+ image() {
4139
+ return 'TxtImgFond_AvecTxtBanniere.png';
4140
+ }
4141
+ getForm(content = this.getConfig()) {
4142
+ const formsDto = new FormsDto(content);
4143
+ const maskTextBackgroundsWithTxtContentDto = new FormsContentDto(FORM_NAME_IMG_MASK, 'wb.blocks.FormContentDto.14', FORM_TYPE_TAG, content[FORM_NAME_IMG_MASK], 'wb.blocks.FormContentDto.15', '', ['wb.blocks.FormContentDto.94', 'wb.blocks.FormContentDto.95', 'wb.blocks.FormContentDto.96'], ['small', 'medium', 'large']);
4144
+ formsDto.forms.push(maskTextBackgroundsWithTxtContentDto);
4145
+ const fullpageTextBackgroundsWithTxtContentDto = new FormsContentDto(FORM_NAME_FULLPAGE, 'wb.blocks.FormContentDto.16', FORM_TYPE_CHECKBOX, content[FORM_NAME_FULLPAGE], '', '', [], [], [true, false]);
4146
+ formsDto.forms.push(fullpageTextBackgroundsWithTxtContentDto);
4147
+ const parallaxTextBackgroundsWithTxtContentDto = new FormsContentDto(FORM_NAME_PARALLAX, 'wb.blocks.FormContentDto.17', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX], '', '', [], [], [true, false]);
4148
+ formsDto.forms.push(parallaxTextBackgroundsWithTxtContentDto);
4149
+ const colorContentDto = new FormsContentDto(FORM_NAME_COLOR, 'wb.blocks.FormContentDto.112', FORM_TYPE_COLOR, content[FORM_NAME_COLOR], '#122231', '');
4150
+ formsDto.forms.push(colorContentDto);
4151
+ return formsDto;
4152
+ }
4153
+ getConfig() {
4154
+ return new TextBackgroundsWithBannerDto(this.type());
4155
+ }
4156
+ }
4157
+ TextBackgroundsWithBannerService.ɵprov = ɵɵdefineInjectable({ factory: function TextBackgroundsWithBannerService_Factory() { return new TextBackgroundsWithBannerService(); }, token: TextBackgroundsWithBannerService, providedIn: "root" });
4158
+ TextBackgroundsWithBannerService.decorators = [
4159
+ { type: Injectable, args: [{
4160
+ providedIn: 'root',
4161
+ },] }
4162
+ ];
4163
+
4164
+ var _a$15, _b$13, _c$R, _d$N, _e$I, _f$s, _g$p;
4033
4165
  const TYPE_YOUTUBE = 'youtube';
4034
4166
  const TYPE_VIMEO = 'vimeo';
4035
4167
  class VideosSimpleDto extends ParentBlockDto {
4036
4168
  constructor() {
4037
4169
  super(...arguments);
4038
- this[_a$13] = true;
4039
- this[_b$11] = false;
4040
- this[_c$P] = true;
4041
- this[_d$L] = true;
4042
- this[_e$H] = true;
4043
- this[_f$r] = '';
4044
- this[_g$o] = TYPE_YOUTUBE;
4170
+ this[_a$15] = true;
4171
+ this[_b$13] = false;
4172
+ this[_c$R] = true;
4173
+ this[_d$N] = true;
4174
+ this[_e$I] = true;
4175
+ this[_f$s] = '';
4176
+ this[_g$p] = TYPE_YOUTUBE;
4045
4177
  }
4046
4178
  }
4047
- _a$13 = FORM_NAME_CONTROL, _b$11 = FORM_NAME_AUTOPLAY, _c$P = FORM_NAME_FULLPAGE, _d$L = FORM_NAME_MUTE, _e$H = FORM_NAME_LOOP, _f$r = FORM_NAME_LINK, _g$o = FORM_NAME_TYPE_VIDEO;
4179
+ _a$15 = FORM_NAME_CONTROL, _b$13 = FORM_NAME_AUTOPLAY, _c$R = FORM_NAME_FULLPAGE, _d$N = FORM_NAME_MUTE, _e$I = FORM_NAME_LOOP, _f$s = FORM_NAME_LINK, _g$p = FORM_NAME_TYPE_VIDEO;
4048
4180
 
4049
- var _a$14, _b$12, _c$Q, _d$M, _e$I, _f$s, _g$p;
4181
+ var _a$16, _b$14, _c$S, _d$O, _e$J, _f$t, _g$q;
4050
4182
  class LaunchVideosButtonDto extends ParentBlockDto {
4051
4183
  constructor() {
4052
4184
  super(...arguments);
4053
- this[_a$14] = true;
4054
- this[_b$12] = true;
4055
- this[_c$Q] = false;
4056
- this[_d$M] = 'wb.dto.BUTTON_TEXT.6';
4057
- this[_e$I] = '';
4058
- this[_f$s] = TYPE_YOUTUBE;
4059
- this[_g$p] = '#ffffff';
4185
+ this[_a$16] = true;
4186
+ this[_b$14] = true;
4187
+ this[_c$S] = false;
4188
+ this[_d$O] = 'wb.dto.BUTTON_TEXT.6';
4189
+ this[_e$J] = '';
4190
+ this[_f$t] = TYPE_YOUTUBE;
4191
+ this[_g$q] = '#ffffff';
4060
4192
  }
4061
4193
  }
4062
- _a$14 = FORM_NAME_FULLPAGE, _b$12 = FORM_NAME_MUTE, _c$Q = FORM_NAME_CONTROL, _d$M = FORM_NAME_BUTTON_TEXT, _e$I = FORM_NAME_LINK, _f$s = FORM_NAME_TYPE_VIDEO, _g$p = FORM_NAME_COLOR;
4194
+ _a$16 = FORM_NAME_FULLPAGE, _b$14 = FORM_NAME_MUTE, _c$S = FORM_NAME_CONTROL, _d$O = FORM_NAME_BUTTON_TEXT, _e$J = FORM_NAME_LINK, _f$t = FORM_NAME_TYPE_VIDEO, _g$q = FORM_NAME_COLOR;
4063
4195
 
4064
4196
  const TYPE_LAUNCH_VIDEOS_BUTTON = 'launch-videos-button';
4065
4197
  class LaunchVideosButtonService {
@@ -4104,17 +4236,17 @@ LaunchVideosButtonService.decorators = [
4104
4236
  },] }
4105
4237
  ];
4106
4238
 
4107
- var _a$15, _b$13, _c$R, _d$N;
4239
+ var _a$17, _b$15, _c$T, _d$P;
4108
4240
  class LaunchVideosButtontxtDto extends LaunchVideosButtonDto {
4109
4241
  constructor() {
4110
4242
  super(...arguments);
4111
- this[_a$15] = 'wb.dto.TITLE.7';
4112
- this[_b$13] = 'wb.dto.CONTENT.9';
4113
- this[_c$R] = '#ffffff';
4114
- this[_d$N] = '#4baed0';
4243
+ this[_a$17] = 'wb.dto.TITLE.7';
4244
+ this[_b$15] = 'wb.dto.CONTENT.9';
4245
+ this[_c$T] = '#ffffff';
4246
+ this[_d$P] = '#4baed0';
4115
4247
  }
4116
4248
  }
4117
- _a$15 = FORM_NAME_TITLE, _b$13 = FORM_NAME_CONTENT, _c$R = FORM_NAME_COLOR, _d$N = FORM_NAME_BACKGROUND_COLOR;
4249
+ _a$17 = FORM_NAME_TITLE, _b$15 = FORM_NAME_CONTENT, _c$T = FORM_NAME_COLOR, _d$P = FORM_NAME_BACKGROUND_COLOR;
4118
4250
 
4119
4251
  const TYPE_LAUNCH_VIDEOS_BUTTONTXT = 'launch-videos-buttontxt';
4120
4252
  class LaunchVideosButtontxtService {
@@ -4206,16 +4338,16 @@ VideosSimpleService.decorators = [
4206
4338
  },] }
4207
4339
  ];
4208
4340
 
4209
- var _a$16, _b$14, _c$S;
4341
+ var _a$18, _b$16, _c$U;
4210
4342
  class VideosTxtDto extends VideosSimpleDto {
4211
4343
  constructor() {
4212
4344
  super(...arguments);
4213
- this[_a$16] = 'wb.dto.TITLE.33';
4214
- this[_b$14] = 'wb.dto.CONTENT.34';
4215
- this[_c$S] = 'rgba(255,255,255,0)';
4345
+ this[_a$18] = 'wb.dto.TITLE.33';
4346
+ this[_b$16] = 'wb.dto.CONTENT.34';
4347
+ this[_c$U] = 'rgba(255,255,255,0)';
4216
4348
  }
4217
4349
  }
4218
- _a$16 = FORM_NAME_TITLE, _b$14 = FORM_NAME_CONTENT, _c$S = FORM_NAME_COLOR;
4350
+ _a$18 = FORM_NAME_TITLE, _b$16 = FORM_NAME_CONTENT, _c$U = FORM_NAME_COLOR;
4219
4351
 
4220
4352
  const TYPE_VIDEOS_TXT = 'videos-txt';
4221
4353
  class VideosTxtService {
@@ -4262,16 +4394,16 @@ VideosTxtService.decorators = [
4262
4394
  },] }
4263
4395
  ];
4264
4396
 
4265
- var _a$17, _b$15, _c$T;
4397
+ var _a$19, _b$17, _c$V;
4266
4398
  class VideosTxtContentDto extends VideosSimpleDto {
4267
4399
  constructor() {
4268
4400
  super(...arguments);
4269
- this[_a$17] = 'wb.dto.TITLE.32';
4270
- this[_b$15] = 'wb.dto.CONTENT.33';
4271
- this[_c$T] = '#ffffff';
4401
+ this[_a$19] = 'wb.dto.TITLE.32';
4402
+ this[_b$17] = 'wb.dto.CONTENT.33';
4403
+ this[_c$V] = '#ffffff';
4272
4404
  }
4273
4405
  }
4274
- _a$17 = FORM_NAME_TITLE, _b$15 = FORM_NAME_CONTENT, _c$T = FORM_NAME_COLOR;
4406
+ _a$19 = FORM_NAME_TITLE, _b$17 = FORM_NAME_CONTENT, _c$V = FORM_NAME_COLOR;
4275
4407
 
4276
4408
  const TYPE_VIDEOS_TXT_CONTENT = 'videos-txt-content';
4277
4409
  class VideosTxtContentService {
@@ -4367,14 +4499,14 @@ VideosTxtLeftService.decorators = [
4367
4499
  },] }
4368
4500
  ];
4369
4501
 
4370
- var _a$18;
4502
+ var _a$1a;
4371
4503
  class CodeJavascriptDto extends ParentBlockDto {
4372
4504
  constructor() {
4373
4505
  super(...arguments);
4374
- this[_a$18] = 'wb.dto.CONTENT.4';
4506
+ this[_a$1a] = 'wb.dto.CONTENT.4';
4375
4507
  }
4376
4508
  }
4377
- _a$18 = FORM_NAME_CONTENT;
4509
+ _a$1a = FORM_NAME_CONTENT;
4378
4510
 
4379
4511
  const TYPE_CODE_JAVASCRIPT = 'code-javascript';
4380
4512
  class CodeJavascriptService {
@@ -4410,14 +4542,14 @@ CodeJavascriptService.decorators = [
4410
4542
  },] }
4411
4543
  ];
4412
4544
 
4413
- var _a$19;
4545
+ var _a$1b;
4414
4546
  class CodeStylesheetDto extends ParentBlockDto {
4415
4547
  constructor() {
4416
4548
  super(...arguments);
4417
- this[_a$19] = 'wb.dto.CONTENT.5';
4549
+ this[_a$1b] = 'wb.dto.CONTENT.5';
4418
4550
  }
4419
4551
  }
4420
- _a$19 = FORM_NAME_CONTENT;
4552
+ _a$1b = FORM_NAME_CONTENT;
4421
4553
 
4422
4554
  const TYPE_CODE_STYLESHEET = 'code-stylesheet';
4423
4555
  class CodeStylesheetService {
@@ -4533,15 +4665,15 @@ SocialsPageComplexService.decorators = [
4533
4665
  },] }
4534
4666
  ];
4535
4667
 
4536
- var _a$1a, _b$16;
4668
+ var _a$1c, _b$18;
4537
4669
  class ProductZoomDto extends ParentBlockDto {
4538
4670
  constructor() {
4539
4671
  super(...arguments);
4540
- this[_a$1a] = 'wb.dto.CONTENT.1';
4541
- this[_b$16] = '';
4672
+ this[_a$1c] = 'wb.dto.CONTENT.1';
4673
+ this[_b$18] = '';
4542
4674
  }
4543
4675
  }
4544
- _a$1a = FORM_NAME_CONTENT, _b$16 = FORM_NAME_ID_PRODUCT;
4676
+ _a$1c = FORM_NAME_CONTENT, _b$18 = FORM_NAME_ID_PRODUCT;
4545
4677
 
4546
4678
  const TYPE_PRODUCT_ZOOM = 'product-zoom';
4547
4679
  class ProductZoomService {
@@ -4577,15 +4709,15 @@ ProductZoomService.decorators = [
4577
4709
  },] }
4578
4710
  ];
4579
4711
 
4580
- var _a$1b, _b$17;
4712
+ var _a$1d, _b$19;
4581
4713
  class ProductZoomSelectedDto extends ParentBlockDto {
4582
4714
  constructor() {
4583
4715
  super(...arguments);
4584
- this[_a$1b] = 'wb.dto.CONTENT.2';
4585
- this[_b$17] = '';
4716
+ this[_a$1d] = 'wb.dto.CONTENT.2';
4717
+ this[_b$19] = '';
4586
4718
  }
4587
4719
  }
4588
- _a$1b = FORM_NAME_CONTENT, _b$17 = FORM_NAME_ID_PRODUCT;
4720
+ _a$1d = FORM_NAME_CONTENT, _b$19 = FORM_NAME_ID_PRODUCT;
4589
4721
 
4590
4722
  const TYPE_PRODUCT_ZOOM_SELECTED = 'product-zoom-selected';
4591
4723
  class ProductZoomSelectedService {
@@ -4621,15 +4753,15 @@ ProductZoomSelectedService.decorators = [
4621
4753
  },] }
4622
4754
  ];
4623
4755
 
4624
- var _a$1c, _b$18;
4756
+ var _a$1e, _b$1a;
4625
4757
  class ProductZoomMoreDto extends ParentBlockDto {
4626
4758
  constructor() {
4627
4759
  super(...arguments);
4628
- this[_a$1c] = 'wb.dto.CONTENT.1';
4629
- this[_b$18] = '';
4760
+ this[_a$1e] = 'wb.dto.CONTENT.1';
4761
+ this[_b$1a] = '';
4630
4762
  }
4631
4763
  }
4632
- _a$1c = FORM_NAME_CONTENT, _b$18 = FORM_NAME_ID_PRODUCT;
4764
+ _a$1e = FORM_NAME_CONTENT, _b$1a = FORM_NAME_ID_PRODUCT;
4633
4765
 
4634
4766
  const TYPE_PRODUCT_ZOOM_MORE = 'product-zoom-more';
4635
4767
  class ProductZoomMoreService {
@@ -4665,34 +4797,34 @@ ProductZoomMoreService.decorators = [
4665
4797
  },] }
4666
4798
  ];
4667
4799
 
4668
- var _a$1d;
4800
+ var _a$1f;
4669
4801
  class PaymentOrMediaDto extends MediaDto {
4670
4802
  constructor(paymentLink = '') {
4671
4803
  super();
4672
- this[_a$1d] = '';
4804
+ this[_a$1f] = '';
4673
4805
  this[FORM_NAME_PAYMENT] = paymentLink;
4674
4806
  }
4675
4807
  }
4676
- _a$1d = FORM_NAME_PAYMENT;
4808
+ _a$1f = FORM_NAME_PAYMENT;
4677
4809
 
4678
- var _a$1e, _b$19, _c$U, _d$O, _e$J, _f$t, _g$q, _h$k, _j$h, _k$g, _l$e;
4810
+ var _a$1g, _b$1b, _c$W, _d$Q, _e$K, _f$u, _g$r, _h$k, _j$h, _k$g, _l$e;
4679
4811
  class ProductZoomCompleteDto extends ParentBlockDto {
4680
4812
  constructor() {
4681
4813
  super(...arguments);
4682
- this[_a$1e] = 'wb.dto.CONTENT.13';
4683
- this[_b$19] = 'wb.dto.CONTENT.14';
4684
- this[_c$U] = 'wb.dto.CONTENT.15';
4685
- this[_d$O] = 'wb.dto.CONTENT.16';
4686
- this[_e$J] = new FontOrMediaDto('far fa-stopwatch');
4687
- this[_f$t] = '#e25657';
4688
- this[_g$q] = '#e25657';
4814
+ this[_a$1g] = 'wb.dto.CONTENT.13';
4815
+ this[_b$1b] = 'wb.dto.CONTENT.14';
4816
+ this[_c$W] = 'wb.dto.CONTENT.15';
4817
+ this[_d$Q] = 'wb.dto.CONTENT.16';
4818
+ this[_e$K] = new FontOrMediaDto('far fa-stopwatch');
4819
+ this[_f$u] = '#e25657';
4820
+ this[_g$r] = '#e25657';
4689
4821
  this[_h$k] = new FontOrMediaDto('fas fa-bolt');
4690
4822
  this[_j$h] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
4691
4823
  this[_k$g] = 'wb.dto.CONTENT.18';
4692
4824
  this[_l$e] = '';
4693
4825
  }
4694
4826
  }
4695
- _a$1e = FORM_NAME_CONTENT_MIDDLE_LEFT, _b$19 = FORM_NAME_CONTENT_MIDDLE_RIGHT, _c$U = FORM_NAME_CONTENT_MIDDLE_BOTTOM, _d$O = FORM_NAME_CONTENT_MIDDLE_TOP, _e$J = FORM_NAME_ICON_MIDDLE_TOP, _f$t = FORM_NAME_ICON_COLOR_MIDDLE_TOP, _g$q = FORM_NAME_ICON_COLOR_MIDDLE_BOTTOM, _h$k = FORM_NAME_ICON_MIDDLE_BOTTOM, _j$h = FORM_NAME_PAYMENT_OR_MEDIA, _k$g = FORM_NAME_CONTENT, _l$e = FORM_NAME_ID_PRODUCT;
4827
+ _a$1g = FORM_NAME_CONTENT_MIDDLE_LEFT, _b$1b = FORM_NAME_CONTENT_MIDDLE_RIGHT, _c$W = FORM_NAME_CONTENT_MIDDLE_BOTTOM, _d$Q = FORM_NAME_CONTENT_MIDDLE_TOP, _e$K = FORM_NAME_ICON_MIDDLE_TOP, _f$u = FORM_NAME_ICON_COLOR_MIDDLE_TOP, _g$r = FORM_NAME_ICON_COLOR_MIDDLE_BOTTOM, _h$k = FORM_NAME_ICON_MIDDLE_BOTTOM, _j$h = FORM_NAME_PAYMENT_OR_MEDIA, _k$g = FORM_NAME_CONTENT, _l$e = FORM_NAME_ID_PRODUCT;
4696
4828
 
4697
4829
  const TYPE_PRODUCT_ZOOM_COMPLETE = 'product-zoom-complete';
4698
4830
  class ProductZoomCompleteService {
@@ -4733,19 +4865,19 @@ ProductZoomCompleteService.decorators = [
4733
4865
  },] }
4734
4866
  ];
4735
4867
 
4736
- var _a$1f, _b$1a, _c$V, _d$P, _e$K, _f$u;
4868
+ var _a$1h, _b$1c, _c$X, _d$R, _e$L, _f$v;
4737
4869
  class ProductZoomCompleteBackgroundDto extends ParentBlockDto {
4738
4870
  constructor() {
4739
4871
  super(...arguments);
4740
- this[_a$1f] = 'wb.dto.CONTENT.11';
4741
- this[_b$1a] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
4742
- this[_c$V] = 'wb.dto.CONTENT.12';
4743
- this[_d$P] = '';
4744
- this[_e$K] = new MediaDto();
4745
- this[_f$u] = '#ffffff';
4872
+ this[_a$1h] = 'wb.dto.CONTENT.11';
4873
+ this[_b$1c] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
4874
+ this[_c$X] = 'wb.dto.CONTENT.12';
4875
+ this[_d$R] = '';
4876
+ this[_e$L] = new MediaDto();
4877
+ this[_f$v] = '#ffffff';
4746
4878
  }
4747
4879
  }
4748
- _a$1f = FORM_NAME_CONTENT_MIDDLE_LEFT, _b$1a = FORM_NAME_PAYMENT_OR_MEDIA, _c$V = FORM_NAME_CONTENT, _d$P = FORM_NAME_ID_PRODUCT, _e$K = FORM_NAME_IMAGE, _f$u = FORM_NAME_COLOR;
4880
+ _a$1h = FORM_NAME_CONTENT_MIDDLE_LEFT, _b$1c = FORM_NAME_PAYMENT_OR_MEDIA, _c$X = FORM_NAME_CONTENT, _d$R = FORM_NAME_ID_PRODUCT, _e$L = FORM_NAME_IMAGE, _f$v = FORM_NAME_COLOR;
4749
4881
 
4750
4882
  const TYPE_PRODUCT_ZOOM_COMPLETE_BACKGROUND = 'product-zoom-complete-background';
4751
4883
  class ProductZoomCompleteBackgroundService {
@@ -4784,17 +4916,17 @@ ProductZoomCompleteBackgroundService.decorators = [
4784
4916
  },] }
4785
4917
  ];
4786
4918
 
4787
- var _a$1g, _b$1b, _c$W, _d$Q, _e$L, _f$v, _g$r, _h$l, _j$i, _k$h, _l$f, _m$c, _o$b, _p$a, _q$a, _r$7, _s$4, _t$3;
4919
+ var _a$1i, _b$1d, _c$Y, _d$S, _e$M, _f$w, _g$s, _h$l, _j$i, _k$h, _l$f, _m$c, _o$b, _p$a, _q$a, _r$7, _s$4, _t$3;
4788
4920
  class ProductZoomCompleteSliderDto extends ParentBlockDto {
4789
4921
  constructor() {
4790
4922
  super(...arguments);
4791
- this[_a$1g] = 'wb.dto.CONTENT.13';
4792
- this[_b$1b] = 'wb.dto.CONTENT.14';
4793
- this[_c$W] = 'wb.dto.CONTENT.15';
4794
- this[_d$Q] = 'wb.dto.CONTENT.16';
4795
- this[_e$L] = new FontOrMediaDto('far fa-stopwatch');
4796
- this[_f$v] = '#e25657';
4797
- this[_g$r] = '#e25657';
4923
+ this[_a$1i] = 'wb.dto.CONTENT.13';
4924
+ this[_b$1d] = 'wb.dto.CONTENT.14';
4925
+ this[_c$Y] = 'wb.dto.CONTENT.15';
4926
+ this[_d$S] = 'wb.dto.CONTENT.16';
4927
+ this[_e$M] = new FontOrMediaDto('far fa-stopwatch');
4928
+ this[_f$w] = '#e25657';
4929
+ this[_g$s] = '#e25657';
4798
4930
  this[_h$l] = new FontOrMediaDto('fas fa-bolt');
4799
4931
  this[_j$i] = new FontOrMediaDto('fas fa-tshirt');
4800
4932
  this[_k$h] = new FontOrMediaDto('fas fa-tshirt');
@@ -4808,7 +4940,7 @@ class ProductZoomCompleteSliderDto extends ParentBlockDto {
4808
4940
  this[_t$3] = '';
4809
4941
  }
4810
4942
  }
4811
- _a$1g = FORM_NAME_CONTENT_MIDDLE_LEFT, _b$1b = FORM_NAME_CONTENT_MIDDLE_RIGHT, _c$W = FORM_NAME_CONTENT_MIDDLE_BOTTOM, _d$Q = FORM_NAME_CONTENT_MIDDLE_TOP, _e$L = FORM_NAME_ICON_MIDDLE_TOP, _f$v = FORM_NAME_ICON_COLOR_MIDDLE_TOP, _g$r = FORM_NAME_ICON_COLOR_MIDDLE_BOTTOM, _h$l = FORM_NAME_ICON_MIDDLE_BOTTOM, _j$i = FORM_NAME_ICON_BOTTOM_LEFT, _k$h = FORM_NAME_ICON_BOTTOM_RIGHT, _l$f = FORM_NAME_PAYMENT_OR_MEDIA, _m$c = FORM_NAME_TITLE_LEFT, _o$b = FORM_NAME_TITLE_RIGHT, _p$a = FORM_NAME_CONTENT_BOTTOM_LEFT, _q$a = FORM_NAME_CONTENT_BOTTOM_RIGHT, _r$7 = FORM_NAME_ICON_COLOR_BOTTOM_RIGHT, _s$4 = FORM_NAME_ICON_COLOR_BOTTOM_LEFT, _t$3 = FORM_NAME_ID_PRODUCT;
4943
+ _a$1i = FORM_NAME_CONTENT_MIDDLE_LEFT, _b$1d = FORM_NAME_CONTENT_MIDDLE_RIGHT, _c$Y = FORM_NAME_CONTENT_MIDDLE_BOTTOM, _d$S = FORM_NAME_CONTENT_MIDDLE_TOP, _e$M = FORM_NAME_ICON_MIDDLE_TOP, _f$w = FORM_NAME_ICON_COLOR_MIDDLE_TOP, _g$s = FORM_NAME_ICON_COLOR_MIDDLE_BOTTOM, _h$l = FORM_NAME_ICON_MIDDLE_BOTTOM, _j$i = FORM_NAME_ICON_BOTTOM_LEFT, _k$h = FORM_NAME_ICON_BOTTOM_RIGHT, _l$f = FORM_NAME_PAYMENT_OR_MEDIA, _m$c = FORM_NAME_TITLE_LEFT, _o$b = FORM_NAME_TITLE_RIGHT, _p$a = FORM_NAME_CONTENT_BOTTOM_LEFT, _q$a = FORM_NAME_CONTENT_BOTTOM_RIGHT, _r$7 = FORM_NAME_ICON_COLOR_BOTTOM_RIGHT, _s$4 = FORM_NAME_ICON_COLOR_BOTTOM_LEFT, _t$3 = FORM_NAME_ID_PRODUCT;
4812
4944
 
4813
4945
  const TYPE_PRODUCT_ZOOM_COMPLETE_SLIDER = 'product-zoom-complete-slider';
4814
4946
  class ProductZoomCompleteSliderService {
@@ -4853,20 +4985,20 @@ ProductZoomCompleteSliderService.decorators = [
4853
4985
  },] }
4854
4986
  ];
4855
4987
 
4856
- var _a$1h, _b$1c, _c$X, _d$R, _e$M, _f$w, _g$s;
4988
+ var _a$1j, _b$1e, _c$Z, _d$T, _e$N, _f$x, _g$t;
4857
4989
  class ProductZoomSimpleDto extends ParentBlockDto {
4858
4990
  constructor() {
4859
4991
  super(...arguments);
4860
- this[_a$1h] = 'wb.dto.CONTENT.13';
4861
- this[_b$1c] = 'wb.dto.CONTENT.14';
4862
- this[_c$X] = 'wb.dto.CONTENT.15';
4863
- this[_d$R] = 'wb.dto.CONTENT.16';
4864
- this[_e$M] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
4865
- this[_f$w] = 'wb.dto.CONTENT.18';
4866
- this[_g$s] = '';
4992
+ this[_a$1j] = 'wb.dto.CONTENT.13';
4993
+ this[_b$1e] = 'wb.dto.CONTENT.14';
4994
+ this[_c$Z] = 'wb.dto.CONTENT.15';
4995
+ this[_d$T] = 'wb.dto.CONTENT.16';
4996
+ this[_e$N] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
4997
+ this[_f$x] = 'wb.dto.CONTENT.18';
4998
+ this[_g$t] = '';
4867
4999
  }
4868
5000
  }
4869
- _a$1h = FORM_NAME_CONTENT_MIDDLE_LEFT, _b$1c = FORM_NAME_CONTENT_MIDDLE_RIGHT, _c$X = FORM_NAME_CONTENT_MIDDLE_BOTTOM, _d$R = FORM_NAME_CONTENT_MIDDLE_TOP, _e$M = FORM_NAME_PAYMENT_OR_MEDIA, _f$w = FORM_NAME_CONTENT, _g$s = FORM_NAME_ID_PRODUCT;
5001
+ _a$1j = FORM_NAME_CONTENT_MIDDLE_LEFT, _b$1e = FORM_NAME_CONTENT_MIDDLE_RIGHT, _c$Z = FORM_NAME_CONTENT_MIDDLE_BOTTOM, _d$T = FORM_NAME_CONTENT_MIDDLE_TOP, _e$N = FORM_NAME_PAYMENT_OR_MEDIA, _f$x = FORM_NAME_CONTENT, _g$t = FORM_NAME_ID_PRODUCT;
4870
5002
 
4871
5003
  const TYPE_PRODUCT_ZOOM_SIMPLE = 'product-zoom-simple';
4872
5004
  class ProductZoomSimpleService {
@@ -4902,16 +5034,16 @@ ProductZoomSimpleService.decorators = [
4902
5034
  },] }
4903
5035
  ];
4904
5036
 
4905
- var _a$1i, _b$1d, _c$Y;
5037
+ var _a$1k, _b$1f, _c$_;
4906
5038
  class AmplifyProductZoomDto extends ParentBlockDto {
4907
5039
  constructor() {
4908
5040
  super(...arguments);
4909
- this[_a$1i] = 'wb.dto.CONTENT.1';
4910
- this[_b$1d] = '';
4911
- this[_c$Y] = 'amplify';
5041
+ this[_a$1k] = 'wb.dto.CONTENT.1';
5042
+ this[_b$1f] = '';
5043
+ this[_c$_] = 'amplify';
4912
5044
  }
4913
5045
  }
4914
- _a$1i = FORM_NAME_CONTENT, _b$1d = FORM_NAME_ID_PRODUCT, _c$Y = FORM_NAME_AMPLIFY_TYPE;
5046
+ _a$1k = FORM_NAME_CONTENT, _b$1f = FORM_NAME_ID_PRODUCT, _c$_ = FORM_NAME_AMPLIFY_TYPE;
4915
5047
 
4916
5048
  const TYPE_AMPLIFY_PRODUCT_ZOOM = 'amplify-product-zoom';
4917
5049
  class AmplifyProductZoomService {
@@ -4981,16 +5113,16 @@ AmplifyProductZoomMoreService.decorators = [
4981
5113
  },] }
4982
5114
  ];
4983
5115
 
4984
- var _a$1j, _b$1e, _c$Z;
5116
+ var _a$1l, _b$1g, _c$$;
4985
5117
  class AmplifyProductZoomSelectedDto extends ParentBlockDto {
4986
5118
  constructor() {
4987
5119
  super(...arguments);
4988
- this[_a$1j] = 'wb.dto.CONTENT.2';
4989
- this[_b$1e] = '';
4990
- this[_c$Z] = 'amplify';
5120
+ this[_a$1l] = 'wb.dto.CONTENT.2';
5121
+ this[_b$1g] = '';
5122
+ this[_c$$] = 'amplify';
4991
5123
  }
4992
5124
  }
4993
- _a$1j = FORM_NAME_CONTENT, _b$1e = FORM_NAME_ID_PRODUCT, _c$Z = FORM_NAME_AMPLIFY_TYPE;
5125
+ _a$1l = FORM_NAME_CONTENT, _b$1g = FORM_NAME_ID_PRODUCT, _c$$ = FORM_NAME_AMPLIFY_TYPE;
4994
5126
 
4995
5127
  const TYPE_AMPLIFY_PRODUCT_ZOOM_SELECTED = 'amplify-product-zoom-selected';
4996
5128
  class AmplifyProductZoomSelectedService {
@@ -5026,19 +5158,19 @@ AmplifyProductZoomSelectedService.decorators = [
5026
5158
  },] }
5027
5159
  ];
5028
5160
 
5029
- var _a$1k, _b$1f, _c$_, _d$S, _e$N, _f$x;
5161
+ var _a$1m, _b$1h, _c$10, _d$U, _e$O, _f$y;
5030
5162
  class AmplifyProductsListClassicDto extends ParentBlockDto {
5031
5163
  constructor() {
5032
5164
  super(...arguments);
5033
- this[_a$1k] = 'wb.dto.TITLE.1';
5034
- this[_b$1f] = true;
5035
- this[_c$_] = [];
5036
- this[_d$S] = '';
5037
- this[_e$N] = 'amplify';
5038
- this[_f$x] = '1';
5165
+ this[_a$1m] = 'wb.dto.TITLE.1';
5166
+ this[_b$1h] = true;
5167
+ this[_c$10] = [];
5168
+ this[_d$U] = '';
5169
+ this[_e$O] = 'amplify';
5170
+ this[_f$y] = '1';
5039
5171
  }
5040
5172
  }
5041
- _a$1k = FORM_NAME_TITLE, _b$1f = FORM_NAME_SHOW_TITLE, _c$_ = FORM_NAME_LIST_PRODUCT, _d$S = FORM_NAME_AMPLIFY_CATEGORY, _e$N = FORM_NAME_AMPLIFY_TYPE, _f$x = FORM_NAME_NBLIGNE;
5173
+ _a$1m = FORM_NAME_TITLE, _b$1h = FORM_NAME_SHOW_TITLE, _c$10 = FORM_NAME_LIST_PRODUCT, _d$U = FORM_NAME_AMPLIFY_CATEGORY, _e$O = FORM_NAME_AMPLIFY_TYPE, _f$y = FORM_NAME_NBLIGNE;
5042
5174
 
5043
5175
  const TYPE_AMPLIFY_PRODUCTS_LIST_CLASSIC = 'amplify-products-list-classic';
5044
5176
  class AmplifyProductsListClassicService {
@@ -5077,19 +5209,19 @@ AmplifyProductsListClassicService.decorators = [
5077
5209
  },] }
5078
5210
  ];
5079
5211
 
5080
- var _a$1l, _b$1g, _c$$, _d$T, _e$O, _f$y;
5212
+ var _a$1n, _b$1i, _c$11, _d$V, _e$P, _f$z;
5081
5213
  class AmplifyProductsListSelectedDto extends ParentBlockDto {
5082
5214
  constructor() {
5083
5215
  super(...arguments);
5084
- this[_a$1l] = 'wb.dto.TITLE.1';
5085
- this[_b$1g] = '';
5086
- this[_c$$] = true;
5087
- this[_d$T] = [];
5088
- this[_e$O] = 'amplify';
5089
- this[_f$y] = '1';
5216
+ this[_a$1n] = 'wb.dto.TITLE.1';
5217
+ this[_b$1i] = '';
5218
+ this[_c$11] = true;
5219
+ this[_d$V] = [];
5220
+ this[_e$P] = 'amplify';
5221
+ this[_f$z] = '1';
5090
5222
  }
5091
5223
  }
5092
- _a$1l = FORM_NAME_TITLE, _b$1g = FORM_NAME_AMPLIFY_CATEGORY, _c$$ = FORM_NAME_SHOW_TITLE, _d$T = FORM_NAME_LIST_PRODUCT, _e$O = FORM_NAME_AMPLIFY_TYPE, _f$y = FORM_NAME_NBLIGNE;
5224
+ _a$1n = FORM_NAME_TITLE, _b$1i = FORM_NAME_AMPLIFY_CATEGORY, _c$11 = FORM_NAME_SHOW_TITLE, _d$V = FORM_NAME_LIST_PRODUCT, _e$P = FORM_NAME_AMPLIFY_TYPE, _f$z = FORM_NAME_NBLIGNE;
5093
5225
 
5094
5226
  const TYPE_AMPLIFY_PRODUCTS_LIST_SELECTED = 'amplify-products-list-selected';
5095
5227
  class AmplifyProductsListSelectedService {
@@ -5128,19 +5260,19 @@ AmplifyProductsListSelectedService.decorators = [
5128
5260
  },] }
5129
5261
  ];
5130
5262
 
5131
- var _a$1m, _b$1h, _c$10, _d$U, _e$P, _f$z;
5263
+ var _a$1o, _b$1j, _c$12, _d$W, _e$Q, _f$A;
5132
5264
  class AmplifyProductsListSimpleDto extends ParentBlockDto {
5133
5265
  constructor() {
5134
5266
  super(...arguments);
5135
- this[_a$1m] = 'wb.dto.TITLE.1';
5136
- this[_b$1h] = '';
5137
- this[_c$10] = true;
5138
- this[_d$U] = [];
5139
- this[_e$P] = 'amplify';
5140
- this[_f$z] = '1';
5267
+ this[_a$1o] = 'wb.dto.TITLE.1';
5268
+ this[_b$1j] = '';
5269
+ this[_c$12] = true;
5270
+ this[_d$W] = [];
5271
+ this[_e$Q] = 'amplify';
5272
+ this[_f$A] = '1';
5141
5273
  }
5142
5274
  }
5143
- _a$1m = FORM_NAME_TITLE, _b$1h = FORM_NAME_AMPLIFY_CATEGORY, _c$10 = FORM_NAME_SHOW_TITLE, _d$U = FORM_NAME_LIST_PRODUCT, _e$P = FORM_NAME_AMPLIFY_TYPE, _f$z = FORM_NAME_NBLIGNE;
5275
+ _a$1o = FORM_NAME_TITLE, _b$1j = FORM_NAME_AMPLIFY_CATEGORY, _c$12 = FORM_NAME_SHOW_TITLE, _d$W = FORM_NAME_LIST_PRODUCT, _e$Q = FORM_NAME_AMPLIFY_TYPE, _f$A = FORM_NAME_NBLIGNE;
5144
5276
 
5145
5277
  const TYPE_AMPLIFY_PRODUCTS_LIST_SIMPLE = 'amplify-products-list-simple';
5146
5278
  class AmplifyProductsListSimpleService {
@@ -5179,16 +5311,16 @@ AmplifyProductsListSimpleService.decorators = [
5179
5311
  },] }
5180
5312
  ];
5181
5313
 
5182
- var _a$1n, _b$1i, _c$11;
5314
+ var _a$1p, _b$1k, _c$13;
5183
5315
  class ProductZoomTripleColumnDto extends ParentBlockDto {
5184
5316
  constructor() {
5185
5317
  super(...arguments);
5186
- this[_a$1n] = 'wb.dto.CONTENT.1';
5187
- this[_b$1i] = '';
5188
- this[_c$11] = '#dddddd';
5318
+ this[_a$1p] = 'wb.dto.CONTENT.1';
5319
+ this[_b$1k] = '';
5320
+ this[_c$13] = '#dddddd';
5189
5321
  }
5190
5322
  }
5191
- _a$1n = FORM_NAME_CONTENT, _b$1i = FORM_NAME_ID_PRODUCT, _c$11 = FORM_NAME_COLOR;
5323
+ _a$1p = FORM_NAME_CONTENT, _b$1k = FORM_NAME_ID_PRODUCT, _c$13 = FORM_NAME_COLOR;
5192
5324
 
5193
5325
  const TYPE_PRODUCT_ZOOM_TRIPLE_COLUMN = 'product-zoom-triple-column';
5194
5326
  class ProductZoomTripleColumnService {
@@ -5227,18 +5359,18 @@ ProductZoomTripleColumnService.decorators = [
5227
5359
  },] }
5228
5360
  ];
5229
5361
 
5230
- var _a$1o, _b$1j, _c$12, _d$V, _e$Q;
5362
+ var _a$1q, _b$1l, _c$14, _d$X, _e$R;
5231
5363
  class AmplifyProductZoomTripleColumnDto extends ParentBlockDto {
5232
5364
  constructor() {
5233
5365
  super(...arguments);
5234
- this[_a$1o] = 'wb.dto.CONTENT.1';
5235
- this[_b$1j] = '';
5236
- this[_c$12] = '#dddddd';
5237
- this[_d$V] = 'wb.dto.TEXT.1';
5238
- this[_e$Q] = 'amplify';
5366
+ this[_a$1q] = 'wb.dto.CONTENT.1';
5367
+ this[_b$1l] = '';
5368
+ this[_c$14] = '#dddddd';
5369
+ this[_d$X] = 'wb.dto.TEXT.1';
5370
+ this[_e$R] = 'amplify';
5239
5371
  }
5240
5372
  }
5241
- _a$1o = FORM_NAME_CONTENT, _b$1j = FORM_NAME_ID_PRODUCT, _c$12 = FORM_NAME_COLOR, _d$V = FORM_NAME_TEXT, _e$Q = FORM_NAME_AMPLIFY_TYPE;
5373
+ _a$1q = FORM_NAME_CONTENT, _b$1l = FORM_NAME_ID_PRODUCT, _c$14 = FORM_NAME_COLOR, _d$X = FORM_NAME_TEXT, _e$R = FORM_NAME_AMPLIFY_TYPE;
5242
5374
 
5243
5375
  const TYPE_AMPLIFY_PRODUCT_ZOOM_TRIPLE_COLUMN = 'amplify-product-zoom-triple-column';
5244
5376
  class AmplifyProductZoomTripleColumnService {
@@ -5279,23 +5411,23 @@ AmplifyProductZoomTripleColumnService.decorators = [
5279
5411
  },] }
5280
5412
  ];
5281
5413
 
5282
- var _a$1p, _b$1k, _c$13, _d$W, _e$R, _f$A, _g$t, _h$m, _j$j, _k$i;
5414
+ var _a$1r, _b$1m, _c$15, _d$Y, _e$S, _f$B, _g$u, _h$m, _j$j, _k$i;
5283
5415
  class TextsQuadrupleNumbersDto extends ParentBlockDto {
5284
5416
  constructor() {
5285
5417
  super(...arguments);
5286
- this[_a$1p] = 'wb.dto.TITLE.29';
5287
- this[_b$1k] = 'wb.dto.CONTENT.30';
5288
- this[_c$13] = 'wb.dto.TITLE.29';
5289
- this[_d$W] = 'wb.dto.CONTENT.30';
5290
- this[_e$R] = 'wb.dto.TITLE.29';
5291
- this[_f$A] = 'wb.dto.CONTENT.30';
5292
- this[_g$t] = 'wb.dto.TITLE.29';
5418
+ this[_a$1r] = 'wb.dto.TITLE.29';
5419
+ this[_b$1m] = 'wb.dto.CONTENT.30';
5420
+ this[_c$15] = 'wb.dto.TITLE.29';
5421
+ this[_d$Y] = 'wb.dto.CONTENT.30';
5422
+ this[_e$S] = 'wb.dto.TITLE.29';
5423
+ this[_f$B] = 'wb.dto.CONTENT.30';
5424
+ this[_g$u] = 'wb.dto.TITLE.29';
5293
5425
  this[_h$m] = 'wb.dto.CONTENT.30';
5294
5426
  this[_j$j] = 'wb.dto.CONTENT.30';
5295
5427
  this[_k$i] = false;
5296
5428
  }
5297
5429
  }
5298
- _a$1p = FORM_NAME_TITLE_LEFT, _b$1k = FORM_NAME_CONTENT_RIGHT, _c$13 = FORM_NAME_TITLE_RIGHT, _d$W = FORM_NAME_CONTENT_LEFT, _e$R = FORM_NAME_TITLE_MIDDLE_LEFT, _f$A = FORM_NAME_CONTENT_MIDDLE_LEFT, _g$t = FORM_NAME_TITLE_MIDDLE_RIGHT, _h$m = FORM_NAME_CONTENT_MIDDLE_RIGHT, _j$j = FORM_NAME_CONTENT_RIGHT, _k$i = FORM_NAME_ALIGN_BUTTON;
5430
+ _a$1r = FORM_NAME_TITLE_LEFT, _b$1m = FORM_NAME_CONTENT_RIGHT, _c$15 = FORM_NAME_TITLE_RIGHT, _d$Y = FORM_NAME_CONTENT_LEFT, _e$S = FORM_NAME_TITLE_MIDDLE_LEFT, _f$B = FORM_NAME_CONTENT_MIDDLE_LEFT, _g$u = FORM_NAME_TITLE_MIDDLE_RIGHT, _h$m = FORM_NAME_CONTENT_MIDDLE_RIGHT, _j$j = FORM_NAME_CONTENT_RIGHT, _k$i = FORM_NAME_ALIGN_BUTTON;
5299
5431
 
5300
5432
  const TYPE_TEXTS_QUADRUPLE_NUMBERS = 'texts-quadruple-numbers';
5301
5433
  class TextsQuadrupleNumbersService {
@@ -5340,18 +5472,18 @@ TextsQuadrupleNumbersService.decorators = [
5340
5472
  },] }
5341
5473
  ];
5342
5474
 
5343
- var _a$1q, _b$1l, _c$14, _d$X, _e$S;
5475
+ var _a$1s, _b$1n, _c$16, _d$Z, _e$T;
5344
5476
  class AboutBlockDto extends ParentBlockDto {
5345
5477
  constructor() {
5346
5478
  super(...arguments);
5347
- this[_a$1q] = 'wb.dto.TITLE.34';
5348
- this[_b$1l] = '#F6F6F6';
5349
- this[_c$14] = '#DDDDDD';
5350
- this[_d$X] = [];
5351
- this[_e$S] = true;
5479
+ this[_a$1s] = 'wb.dto.TITLE.34';
5480
+ this[_b$1n] = '#F6F6F6';
5481
+ this[_c$16] = '#DDDDDD';
5482
+ this[_d$Z] = [];
5483
+ this[_e$T] = true;
5352
5484
  }
5353
5485
  }
5354
- _a$1q = FORM_NAME_TITLE, _b$1l = FORM_NAME_BACKGROUND_COLOR, _c$14 = FORM_NAME_UNDERLINE_COLOR, _d$X = FORM_NAME_ELEMENTS, _e$S = FORM_NAME_INIT;
5486
+ _a$1s = FORM_NAME_TITLE, _b$1n = FORM_NAME_BACKGROUND_COLOR, _c$16 = FORM_NAME_UNDERLINE_COLOR, _d$Z = FORM_NAME_ELEMENTS, _e$T = FORM_NAME_INIT;
5355
5487
 
5356
5488
  const TYPE_ABOUT_BLOCK = 'about-block';
5357
5489
  class AboutBlockService {
@@ -5429,28 +5561,28 @@ ImagesBannerService.decorators = [
5429
5561
  },] }
5430
5562
  ];
5431
5563
 
5432
- var _a$1r, _b$1m, _c$15, _d$Y;
5564
+ var _a$1t, _b$1o, _c$17, _d$_;
5433
5565
  class FaqDto {
5434
5566
  constructor() {
5435
- this[_a$1r] = 'wb.dto.TITLE.2';
5436
- this[_b$1m] = 'wb.dto.CONTENT.6';
5437
- this[_c$15] = true;
5438
- this[_d$Y] = new FontOrMediaDto('far fa-question-circle');
5567
+ this[_a$1t] = 'wb.dto.TITLE.2';
5568
+ this[_b$1o] = 'wb.dto.CONTENT.6';
5569
+ this[_c$17] = true;
5570
+ this[_d$_] = new FontOrMediaDto('far fa-question-circle');
5439
5571
  }
5440
5572
  }
5441
- _a$1r = FORM_NAME_TITLE, _b$1m = FORM_NAME_CONTENT, _c$15 = FORM_NAME_OPEN, _d$Y = FORM_NAME_ICON;
5573
+ _a$1t = FORM_NAME_TITLE, _b$1o = FORM_NAME_CONTENT, _c$17 = FORM_NAME_OPEN, _d$_ = FORM_NAME_ICON;
5442
5574
 
5443
- var _a$1s, _b$1n, _c$16, _d$Z;
5575
+ var _a$1u, _b$1p, _c$18, _d$$;
5444
5576
  class FaqSimpleDto extends ParentBlockDto {
5445
5577
  constructor() {
5446
5578
  super(...arguments);
5447
- this[_a$1s] = [new FaqDto()];
5448
- this[_b$1n] = '#e95656';
5449
- this[_c$16] = '#dce0e3';
5450
- this[_d$Z] = false;
5579
+ this[_a$1u] = [new FaqDto()];
5580
+ this[_b$1p] = '#e95656';
5581
+ this[_c$18] = '#dce0e3';
5582
+ this[_d$$] = false;
5451
5583
  }
5452
5584
  }
5453
- _a$1s = FORM_NAME_FAQ, _b$1n = FORM_NAME_COLOR, _c$16 = FORM_NAME_BORDER_COLOR, _d$Z = FORM_NAME_ACCORDION;
5585
+ _a$1u = FORM_NAME_FAQ, _b$1p = FORM_NAME_COLOR, _c$18 = FORM_NAME_BORDER_COLOR, _d$$ = FORM_NAME_ACCORDION;
5454
5586
 
5455
5587
  const TYPE_FAQ_SIMPLE = 'faq-simple';
5456
5588
  class FaqSimpleService {
@@ -5490,18 +5622,18 @@ FaqSimpleService.decorators = [
5490
5622
  },] }
5491
5623
  ];
5492
5624
 
5493
- var _a$1t, _b$1o, _c$17, _d$_, _e$T;
5625
+ var _a$1v, _b$1q, _c$19, _d$10, _e$U;
5494
5626
  class FaqSimpleBackgroundDto extends ParentBlockDto {
5495
5627
  constructor() {
5496
5628
  super(...arguments);
5497
- this[_a$1t] = [new FaqDto()];
5498
- this[_b$1o] = '#e95656';
5499
- this[_c$17] = '#f7f7f7';
5500
- this[_d$_] = '#dce0e3';
5501
- this[_e$T] = false;
5629
+ this[_a$1v] = [new FaqDto()];
5630
+ this[_b$1q] = '#e95656';
5631
+ this[_c$19] = '#f7f7f7';
5632
+ this[_d$10] = '#dce0e3';
5633
+ this[_e$U] = false;
5502
5634
  }
5503
5635
  }
5504
- _a$1t = FORM_NAME_FAQ, _b$1o = FORM_NAME_COLOR, _c$17 = FORM_NAME_BACKGROUND_COLOR, _d$_ = FORM_NAME_BORDER_COLOR, _e$T = FORM_NAME_ACCORDION;
5636
+ _a$1v = FORM_NAME_FAQ, _b$1q = FORM_NAME_COLOR, _c$19 = FORM_NAME_BACKGROUND_COLOR, _d$10 = FORM_NAME_BORDER_COLOR, _e$U = FORM_NAME_ACCORDION;
5505
5637
 
5506
5638
  const TYPE_FAQ_SIMPLE_BACKGROUND = 'faq-simple-background';
5507
5639
  class FaqSimpleBackgroundService {
@@ -5546,16 +5678,16 @@ FaqSimpleBackgroundService.decorators = [
5546
5678
  },] }
5547
5679
  ];
5548
5680
 
5549
- var _a$1u, _b$1p, _c$18;
5681
+ var _a$1w, _b$1r, _c$1a;
5550
5682
  class TextBackgroundsLinkDto extends ParentBlockDto {
5551
5683
  constructor() {
5552
5684
  super(...arguments);
5553
- this[_a$1u] = [];
5554
- this[_b$1p] = 'wb.dto.CONTENT.29';
5555
- this[_c$18] = true;
5685
+ this[_a$1w] = [];
5686
+ this[_b$1r] = 'wb.dto.CONTENT.29';
5687
+ this[_c$1a] = true;
5556
5688
  }
5557
5689
  }
5558
- _a$1u = FORM_NAME_TEXT_BACKGROUND_LINK, _b$1p = FORM_NAME_CONTENT, _c$18 = FORM_NAME_FULLPAGE;
5690
+ _a$1w = FORM_NAME_TEXT_BACKGROUND_LINK, _b$1r = FORM_NAME_CONTENT, _c$1a = FORM_NAME_FULLPAGE;
5559
5691
 
5560
5692
  const TYPE_TEXT_BACKGROUNDS_LINK = 'images-texts-link';
5561
5693
  class TextBackgroundsLinkService {
@@ -5592,19 +5724,19 @@ TextBackgroundsLinkService.decorators = [
5592
5724
  },] }
5593
5725
  ];
5594
5726
 
5595
- var _a$1v, _b$1q, _c$19, _d$$, _e$U, _f$B;
5727
+ var _a$1x, _b$1s, _c$1b, _d$11, _e$V, _f$C;
5596
5728
  class FaqFrameDto extends ParentBlockDto {
5597
5729
  constructor() {
5598
5730
  super(...arguments);
5599
- this[_a$1v] = [new FaqDto()];
5600
- this[_b$1q] = '#e95656';
5601
- this[_c$19] = '#dce0e3';
5602
- this[_d$$] = '#ffffff';
5603
- this[_e$U] = '#ffd4d4';
5604
- this[_f$B] = false;
5731
+ this[_a$1x] = [new FaqDto()];
5732
+ this[_b$1s] = '#e95656';
5733
+ this[_c$1b] = '#dce0e3';
5734
+ this[_d$11] = '#ffffff';
5735
+ this[_e$V] = '#ffd4d4';
5736
+ this[_f$C] = false;
5605
5737
  }
5606
5738
  }
5607
- _a$1v = FORM_NAME_FAQ, _b$1q = FORM_NAME_COLOR, _c$19 = FORM_NAME_BORDER_COLOR, _d$$ = FORM_NAME_BACKGROUND_COLOR, _e$U = FORM_NAME_SHADOW_COLOR, _f$B = FORM_NAME_ACCORDION;
5739
+ _a$1x = FORM_NAME_FAQ, _b$1s = FORM_NAME_COLOR, _c$1b = FORM_NAME_BORDER_COLOR, _d$11 = FORM_NAME_BACKGROUND_COLOR, _e$V = FORM_NAME_SHADOW_COLOR, _f$C = FORM_NAME_ACCORDION;
5608
5740
 
5609
5741
  const TYPE_FAQ_FRAME = 'faq-frame';
5610
5742
  class FaqFrameService {
@@ -5648,19 +5780,19 @@ FaqFrameService.decorators = [
5648
5780
  },] }
5649
5781
  ];
5650
5782
 
5651
- var _a$1w, _b$1r, _c$1a, _d$10, _e$V, _f$C;
5783
+ var _a$1y, _b$1t, _c$1c, _d$12, _e$W, _f$D;
5652
5784
  class FaqAccordionDto extends ParentBlockDto {
5653
5785
  constructor() {
5654
5786
  super(...arguments);
5655
- this[_a$1w] = [new FaqDto()];
5656
- this[_b$1r] = '#e95656';
5657
- this[_c$1a] = '#fafafa';
5658
- this[_d$10] = '#ffffff';
5659
- this[_e$V] = '#dce0e3';
5660
- this[_f$C] = true;
5787
+ this[_a$1y] = [new FaqDto()];
5788
+ this[_b$1t] = '#e95656';
5789
+ this[_c$1c] = '#fafafa';
5790
+ this[_d$12] = '#ffffff';
5791
+ this[_e$W] = '#dce0e3';
5792
+ this[_f$D] = true;
5661
5793
  }
5662
5794
  }
5663
- _a$1w = FORM_NAME_FAQ, _b$1r = FORM_NAME_COLOR, _c$1a = FORM_NAME_BACKGROUND_COLOR, _d$10 = FORM_NAME_BACKGROUND_COLOR_SECONDARY, _e$V = FORM_NAME_BORDER_COLOR, _f$C = FORM_NAME_ACCORDION;
5795
+ _a$1y = FORM_NAME_FAQ, _b$1t = FORM_NAME_COLOR, _c$1c = FORM_NAME_BACKGROUND_COLOR, _d$12 = FORM_NAME_BACKGROUND_COLOR_SECONDARY, _e$W = FORM_NAME_BORDER_COLOR, _f$D = FORM_NAME_ACCORDION;
5664
5796
 
5665
5797
  const TYPE_FAQ_ACCORDION = 'faq-accordion';
5666
5798
  class FaqAccordionService {
@@ -5704,16 +5836,16 @@ FaqAccordionService.decorators = [
5704
5836
  },] }
5705
5837
  ];
5706
5838
 
5707
- var _a$1x, _b$1s, _c$1b;
5839
+ var _a$1z, _b$1u, _c$1d;
5708
5840
  class FaqListIconDto extends ParentBlockDto {
5709
5841
  constructor() {
5710
5842
  super(...arguments);
5711
- this[_a$1x] = [new FaqDto()];
5712
- this[_b$1s] = '#e95656';
5713
- this[_c$1b] = '#ffffff';
5843
+ this[_a$1z] = [new FaqDto()];
5844
+ this[_b$1u] = '#e95656';
5845
+ this[_c$1d] = '#ffffff';
5714
5846
  }
5715
5847
  }
5716
- _a$1x = FORM_NAME_FAQ, _b$1s = FORM_NAME_ICON_COLOR, _c$1b = FORM_NAME_BACKGROUND_COLOR;
5848
+ _a$1z = FORM_NAME_FAQ, _b$1u = FORM_NAME_ICON_COLOR, _c$1d = FORM_NAME_BACKGROUND_COLOR;
5717
5849
 
5718
5850
  const TYPE_FAQ_LIST_ICON = 'faq-list-icon';
5719
5851
  class FaqListIconService {
@@ -5751,26 +5883,97 @@ FaqListIconService.decorators = [
5751
5883
  },] }
5752
5884
  ];
5753
5885
 
5754
- var _a$1y, _b$1t, _c$1c, _d$11, _e$W, _f$D;
5755
- class FormsOnboardingDto extends ParentBlockDto {
5886
+ var _a$1A, _b$1v, _c$1e;
5887
+ class ImageMediaDto extends MediaDto {
5756
5888
  constructor() {
5757
5889
  super(...arguments);
5758
- this[_a$1y] = 'wb.dto.TITLE.38';
5759
- this[_b$1t] = 40;
5760
- this[_c$1c] = '#ffffff';
5761
- this[_d$11] = false;
5762
- this[_e$W] = 'wb.dto.BUTTON.15';
5763
- this[_f$D] = 'enter.your.email.address';
5890
+ this[_a$1A] = '_self';
5891
+ this[_b$1v] = '';
5892
+ this[_c$1e] = '';
5764
5893
  }
5765
5894
  }
5766
- _a$1y = FORM_NAME_TITLE, _b$1t = FORM_NAME_PADDING, _c$1c = FORM_NAME_BACKGROUND_COLOR, _d$11 = FORM_NAME_EXTERNAL, _e$W = FORM_NAME_BUTTON_TEXT, _f$D = FORM_NAME_PLACEHOLDER;
5895
+ _a$1A = FORM_NAME_URL_TARGET, _b$1v = FORM_NAME_TITLE, _c$1e = FORM_NAME_URL;
5767
5896
 
5768
- const TYPE_FORMS_ONBOARDING = 'forms-onboarding';
5769
- class FormsOnboardingService {
5897
+ var _a$1B, _b$1w, _c$1f, _d$13, _e$X, _f$E, _g$v, _h$n, _j$k, _k$j, _l$g;
5898
+ class TwoImagesTitleTextDto extends ParentBlockDto {
5770
5899
  constructor() {
5771
- this._text = 'wb.blocks.forms-onboarding.text';
5900
+ super(...arguments);
5901
+ this[_a$1B] = 'small';
5902
+ this[_b$1w] = true;
5903
+ this[_c$1f] = new ImageMediaDto();
5904
+ this[_d$13] = new ImageMediaDto();
5905
+ this[_e$X] = 'wb.dto.TITLE.41';
5906
+ this[_f$E] = 'wb.dto.TITLE.42';
5907
+ this[_g$v] = 'wb.dto.TITLE.42';
5908
+ this[_h$n] = 'wb.dto.TEXT.3';
5909
+ this[_j$k] = 'wb.dto.TEXT.3';
5910
+ this[_k$j] = '#e95656';
5911
+ this[_l$g] = false;
5772
5912
  }
5773
- static selector() {
5913
+ }
5914
+ _a$1B = FORM_NAME_IMG_MASK, _b$1w = FORM_NAME_FULLPAGE, _c$1f = FORM_NAME_IMAGE_LEFT, _d$13 = FORM_NAME_IMAGE_RIGHT, _e$X = FORM_NAME_TITLE, _f$E = FORM_NAME_TITLE_LEFT, _g$v = FORM_NAME_TITLE_RIGHT, _h$n = FORM_NAME_TEXT_LEFT, _j$k = FORM_NAME_TEXT_RIGHT, _k$j = FORM_NAME_ICON_COLOR, _l$g = FORM_NAME_INIT;
5915
+
5916
+ const TYPE_TWO_IMAGES_TITLE_TEXT = 'images-two-title-text';
5917
+ class TwoImagesTitleTextService {
5918
+ constructor() {
5919
+ this._text = 'wb.blocks.images.twoTitleText';
5920
+ }
5921
+ static selector() {
5922
+ return 'wb-' + TYPE_TWO_IMAGES_TITLE_TEXT;
5923
+ }
5924
+ get text() {
5925
+ return this._text;
5926
+ }
5927
+ set text(value) {
5928
+ this._text = value;
5929
+ }
5930
+ type() {
5931
+ return TYPE_TWO_IMAGES_TITLE_TEXT;
5932
+ }
5933
+ image() {
5934
+ return 'Image_2Img-TextBottom.svg';
5935
+ }
5936
+ getForm(content = this.getConfig()) {
5937
+ const TwoImagesTitleTextFormDto = new FormsDto(content);
5938
+ const maskTwoImagesTitleTextContentDto = new FormsContentDto(FORM_NAME_IMG_MASK, 'wb.blocks.FormContentDto.14', FORM_TYPE_TAG, content[FORM_NAME_IMG_MASK], 'Taille', '', ['Petit', 'Moyen', 'Grand'], ['small', 'medium', 'large']);
5939
+ TwoImagesTitleTextFormDto.forms.push(maskTwoImagesTitleTextContentDto);
5940
+ const fullpageTwoImagesTitleTextContentDto = new FormsContentDto(FORM_NAME_FULLPAGE, 'wb.blocks.FormContentDto.16', FORM_TYPE_CHECKBOX, content[FORM_NAME_FULLPAGE], '', '', [], [], [true, false]);
5941
+ TwoImagesTitleTextFormDto.forms.push(fullpageTwoImagesTitleTextContentDto);
5942
+ const colorContentLeftDto = new FormsContentDto(FORM_NAME_ICON_COLOR, 'wb.blocks.FormContentDto.111', FORM_TYPE_COLOR, content[FORM_NAME_ICON_COLOR], '#122231', '');
5943
+ TwoImagesTitleTextFormDto.forms.push(colorContentLeftDto);
5944
+ return TwoImagesTitleTextFormDto;
5945
+ }
5946
+ getConfig() {
5947
+ return new TwoImagesTitleTextDto(this.type());
5948
+ }
5949
+ }
5950
+ TwoImagesTitleTextService.ɵprov = ɵɵdefineInjectable({ factory: function TwoImagesTitleTextService_Factory() { return new TwoImagesTitleTextService(); }, token: TwoImagesTitleTextService, providedIn: "root" });
5951
+ TwoImagesTitleTextService.decorators = [
5952
+ { type: Injectable, args: [{
5953
+ providedIn: 'root',
5954
+ },] }
5955
+ ];
5956
+
5957
+ var _a$1C, _b$1x, _c$1g, _d$14, _e$Y, _f$F;
5958
+ class FormsOnboardingDto extends ParentBlockDto {
5959
+ constructor() {
5960
+ super(...arguments);
5961
+ this[_a$1C] = 'wb.dto.TITLE.38';
5962
+ this[_b$1x] = 40;
5963
+ this[_c$1g] = '#ffffff';
5964
+ this[_d$14] = false;
5965
+ this[_e$Y] = 'wb.dto.BUTTON.15';
5966
+ this[_f$F] = 'enter.your.email.address';
5967
+ }
5968
+ }
5969
+ _a$1C = FORM_NAME_TITLE, _b$1x = FORM_NAME_PADDING, _c$1g = FORM_NAME_BACKGROUND_COLOR, _d$14 = FORM_NAME_EXTERNAL, _e$Y = FORM_NAME_BUTTON_TEXT, _f$F = FORM_NAME_PLACEHOLDER;
5970
+
5971
+ const TYPE_FORMS_ONBOARDING = 'forms-onboarding';
5972
+ class FormsOnboardingService {
5973
+ constructor() {
5974
+ this._text = 'wb.blocks.forms-onboarding.text';
5975
+ }
5976
+ static selector() {
5774
5977
  return 'wb-' + TYPE_FORMS_ONBOARDING;
5775
5978
  }
5776
5979
  get text() {
@@ -5810,12 +6013,226 @@ FormsOnboardingService.decorators = [
5810
6013
  },] }
5811
6014
  ];
5812
6015
 
6016
+ var _a$1D, _b$1y, _c$1h, _d$15, _e$Z, _f$G, _g$w;
6017
+ class TextBackgroundsThreeRowsIconTextDto extends ParentBlockDto {
6018
+ constructor() {
6019
+ super(...arguments);
6020
+ this[_a$1D] = false;
6021
+ this[_b$1y] = 3;
6022
+ this[_c$1h] = 0;
6023
+ this[_d$15] = [];
6024
+ this[_e$Z] = '#e95656';
6025
+ this[_f$G] = '#ffffff';
6026
+ this[_g$w] = 'small';
6027
+ }
6028
+ }
6029
+ _a$1D = FORM_NAME_INIT, _b$1y = FORM_NAME_ITEM_NUMBER, _c$1h = FORM_NAME_LINE_NUMBER, _d$15 = FORM_NAME_ROWS, _e$Z = FORM_NAME_ICON_COLOR, _f$G = FORM_NAME_BACKGROUND_COLOR, _g$w = FORM_NAME_IMG_MASK;
6030
+
6031
+ const TYPE_TEXT_BACKGROUNDS_THREE_ROWS_ICON_TEXT = 'text-backgrounds-three-rows-icon-text';
6032
+ class TextBackgroundsThreeRowsIconTextService {
6033
+ constructor() {
6034
+ this._text = 'wb.blocks.text-backgrounds-three-rows-icon-text.text';
6035
+ }
6036
+ static selector() {
6037
+ return 'wb-' + TYPE_TEXT_BACKGROUNDS_THREE_ROWS_ICON_TEXT;
6038
+ }
6039
+ get text() {
6040
+ return this._text;
6041
+ }
6042
+ type() {
6043
+ return TYPE_TEXT_BACKGROUNDS_THREE_ROWS_ICON_TEXT;
6044
+ }
6045
+ image() {
6046
+ return 'TxtImgFond_6Img-IconsTxt.png';
6047
+ }
6048
+ getForm(content = this.getConfig()) {
6049
+ const textBackgroundsThreeRowsIconTextFormDto = new FormsDto(content);
6050
+ const maskContentDto = new FormsContentDto(FORM_NAME_IMG_MASK, 'wb.blocks.FormContentDto.14', FORM_TYPE_TAG, content[FORM_NAME_IMG_MASK], 'wb.blocks.FormContentDto.15', '', ['wb.blocks.FormContentDto.94', 'wb.blocks.FormContentDto.95', 'wb.blocks.FormContentDto.96'], ['small', 'medium', 'large']);
6051
+ textBackgroundsThreeRowsIconTextFormDto.forms.push(maskContentDto);
6052
+ const colorContentLeftDto = new FormsContentDto(FORM_NAME_ICON_COLOR, 'wb.blocks.FormContentDto.13', FORM_TYPE_COLOR, content[FORM_NAME_ICON_COLOR], '#122231', '');
6053
+ textBackgroundsThreeRowsIconTextFormDto.forms.push(colorContentLeftDto);
6054
+ return textBackgroundsThreeRowsIconTextFormDto;
6055
+ }
6056
+ getConfig() {
6057
+ return new TextBackgroundsThreeRowsIconTextDto(this.type());
6058
+ }
6059
+ }
6060
+ TextBackgroundsThreeRowsIconTextService.ɵprov = ɵɵdefineInjectable({ factory: function TextBackgroundsThreeRowsIconTextService_Factory() { return new TextBackgroundsThreeRowsIconTextService(); }, token: TextBackgroundsThreeRowsIconTextService, providedIn: "root" });
6061
+ TextBackgroundsThreeRowsIconTextService.decorators = [
6062
+ { type: Injectable, args: [{
6063
+ providedIn: 'root',
6064
+ },] }
6065
+ ];
6066
+
6067
+ var _a$1E, _b$1z, _c$1i, _d$16, _e$_, _f$H, _g$x;
6068
+ class TextBackgroundsFourRowsIconTextDto extends ParentBlockDto {
6069
+ constructor() {
6070
+ super(...arguments);
6071
+ this[_a$1E] = false;
6072
+ this[_b$1z] = 4;
6073
+ this[_c$1i] = 0;
6074
+ this[_d$16] = [];
6075
+ this[_e$_] = '#e95656';
6076
+ this[_f$H] = '#ffffff';
6077
+ this[_g$x] = 'small';
6078
+ }
6079
+ }
6080
+ _a$1E = FORM_NAME_INIT, _b$1z = FORM_NAME_ITEM_NUMBER, _c$1i = FORM_NAME_LINE_NUMBER, _d$16 = FORM_NAME_ROWS, _e$_ = FORM_NAME_ICON_COLOR, _f$H = FORM_NAME_BACKGROUND_COLOR, _g$x = FORM_NAME_IMG_MASK;
6081
+
6082
+ const TYPE_TEXT_BACKGROUNDS_FOUR_ROWS_ICON_TEXT = 'text-backgrounds-four-rows-icon-text';
6083
+ class TextBackgroundsFourRowsIconTextService {
6084
+ constructor() {
6085
+ this._text = 'wb.blocks.text-backgrounds-four-rows-icon-text.text';
6086
+ }
6087
+ static selector() {
6088
+ return 'wb-' + TYPE_TEXT_BACKGROUNDS_FOUR_ROWS_ICON_TEXT;
6089
+ }
6090
+ get text() {
6091
+ return this._text;
6092
+ }
6093
+ type() {
6094
+ return TYPE_TEXT_BACKGROUNDS_FOUR_ROWS_ICON_TEXT;
6095
+ }
6096
+ image() {
6097
+ return 'TxtImgFond_4Img-IconsTxt.png';
6098
+ }
6099
+ getForm(content = this.getConfig()) {
6100
+ const textBackgroundsFourRowsIconTextFormDto = new FormsDto(content);
6101
+ const maskContentDto = new FormsContentDto(FORM_NAME_IMG_MASK, 'wb.blocks.FormContentDto.14', FORM_TYPE_TAG, content[FORM_NAME_IMG_MASK], 'wb.blocks.FormContentDto.15', '', ['wb.blocks.FormContentDto.94', 'wb.blocks.FormContentDto.95', 'wb.blocks.FormContentDto.96'], ['small', 'medium', 'large']);
6102
+ textBackgroundsFourRowsIconTextFormDto.forms.push(maskContentDto);
6103
+ const colorContentLeftDto = new FormsContentDto(FORM_NAME_ICON_COLOR, 'wb.blocks.FormContentDto.13', FORM_TYPE_COLOR, content[FORM_NAME_ICON_COLOR], '#122231', '');
6104
+ textBackgroundsFourRowsIconTextFormDto.forms.push(colorContentLeftDto);
6105
+ return textBackgroundsFourRowsIconTextFormDto;
6106
+ }
6107
+ getConfig() {
6108
+ return new TextBackgroundsFourRowsIconTextDto(this.type());
6109
+ }
6110
+ }
6111
+ TextBackgroundsFourRowsIconTextService.ɵprov = ɵɵdefineInjectable({ factory: function TextBackgroundsFourRowsIconTextService_Factory() { return new TextBackgroundsFourRowsIconTextService(); }, token: TextBackgroundsFourRowsIconTextService, providedIn: "root" });
6112
+ TextBackgroundsFourRowsIconTextService.decorators = [
6113
+ { type: Injectable, args: [{
6114
+ providedIn: 'root',
6115
+ },] }
6116
+ ];
6117
+
6118
+ var _a$1F, _b$1A, _c$1j, _d$17, _e$$, _f$I, _g$y;
6119
+ class TextBackgroundsTwoRowsIconTextDto extends ParentBlockDto {
6120
+ constructor() {
6121
+ super(...arguments);
6122
+ this[_a$1F] = false;
6123
+ this[_b$1A] = 2;
6124
+ this[_c$1j] = 0;
6125
+ this[_d$17] = [];
6126
+ this[_e$$] = '#e95656';
6127
+ this[_f$I] = '#ffffff';
6128
+ this[_g$y] = 'small';
6129
+ }
6130
+ }
6131
+ _a$1F = FORM_NAME_INIT, _b$1A = FORM_NAME_ITEM_NUMBER, _c$1j = FORM_NAME_LINE_NUMBER, _d$17 = FORM_NAME_ROWS, _e$$ = FORM_NAME_ICON_COLOR, _f$I = FORM_NAME_BACKGROUND_COLOR, _g$y = FORM_NAME_IMG_MASK;
6132
+
6133
+ const TYPE_TEXT_BACKGROUNDS_TWO_ROWS_ICON_TEXT = 'text-backgrounds-two-rows-icon-text';
6134
+ class TextBackgroundsTwoRowsIconTextService {
6135
+ constructor() {
6136
+ this._text = 'wb.blocks.text-backgrounds-two-rows-icon-text.text';
6137
+ }
6138
+ static selector() {
6139
+ return 'wb-' + TYPE_TEXT_BACKGROUNDS_TWO_ROWS_ICON_TEXT;
6140
+ }
6141
+ get text() {
6142
+ return this._text;
6143
+ }
6144
+ type() {
6145
+ return TYPE_TEXT_BACKGROUNDS_TWO_ROWS_ICON_TEXT;
6146
+ }
6147
+ image() {
6148
+ return 'TxtImgFond_2Img-IconsTxt.png';
6149
+ }
6150
+ getForm(content = this.getConfig()) {
6151
+ const textBackgroundsTwoRowsIconTextFormDto = new FormsDto(content);
6152
+ const maskContentDto = new FormsContentDto(FORM_NAME_IMG_MASK, 'wb.blocks.FormContentDto.14', FORM_TYPE_TAG, content[FORM_NAME_IMG_MASK], 'wb.blocks.FormContentDto.15', '', ['wb.blocks.FormContentDto.94', 'wb.blocks.FormContentDto.95', 'wb.blocks.FormContentDto.96'], ['small', 'medium', 'large']);
6153
+ textBackgroundsTwoRowsIconTextFormDto.forms.push(maskContentDto);
6154
+ const colorContentLeftDto = new FormsContentDto(FORM_NAME_ICON_COLOR, 'wb.blocks.FormContentDto.13', FORM_TYPE_COLOR, content[FORM_NAME_ICON_COLOR], '#122231', '');
6155
+ textBackgroundsTwoRowsIconTextFormDto.forms.push(colorContentLeftDto);
6156
+ return textBackgroundsTwoRowsIconTextFormDto;
6157
+ }
6158
+ getConfig() {
6159
+ return new TextBackgroundsTwoRowsIconTextDto(this.type());
6160
+ }
6161
+ }
6162
+ TextBackgroundsTwoRowsIconTextService.ɵprov = ɵɵdefineInjectable({ factory: function TextBackgroundsTwoRowsIconTextService_Factory() { return new TextBackgroundsTwoRowsIconTextService(); }, token: TextBackgroundsTwoRowsIconTextService, providedIn: "root" });
6163
+ TextBackgroundsTwoRowsIconTextService.decorators = [
6164
+ { type: Injectable, args: [{
6165
+ providedIn: 'root',
6166
+ },] }
6167
+ ];
6168
+
6169
+ var _a$1G, _b$1B, _c$1k, _d$18, _e$10, _f$J, _g$z;
6170
+ class SliderWithBannerDto extends ParentBlockDto {
6171
+ constructor() {
6172
+ super(...arguments);
6173
+ this[_a$1G] = [];
6174
+ this[_b$1B] = '4000';
6175
+ this[_c$1k] = true;
6176
+ this[_d$18] = 'wb.dto.CONTENT.37';
6177
+ this[_e$10] = '#74b4c0';
6178
+ this[_f$J] = true;
6179
+ this[_g$z] = 'small';
6180
+ }
6181
+ }
6182
+ _a$1G = FORM_NAME_SLIDER, _b$1B = FORM_NAME_TIME, _c$1k = FORM_NAME_DOTS, _d$18 = FORM_NAME_CONTENT, _e$10 = FORM_NAME_COLOR, _f$J = FORM_NAME_FULLPAGE, _g$z = FORM_NAME_IMG_MASK;
6183
+
6184
+ const TYPE_SLIDERS_WITH_BANNER = 'sliders-with-banner';
6185
+ class SlidersWithBannerService {
6186
+ constructor() {
6187
+ this._text = 'wb.blocks.sliders-with-banner.text';
6188
+ }
6189
+ static selector() {
6190
+ return 'wb-' + TYPE_SLIDERS_WITH_BANNER;
6191
+ }
6192
+ get text() {
6193
+ return this._text;
6194
+ }
6195
+ set text(value) {
6196
+ this._text = value;
6197
+ }
6198
+ type() {
6199
+ return TYPE_SLIDERS_WITH_BANNER;
6200
+ }
6201
+ image() {
6202
+ return 'Diaporama_FullSizeBanniere.png';
6203
+ }
6204
+ getForm(content = this.getConfig()) {
6205
+ const sliderWithBannerFormDto = new FormsDto(content);
6206
+ const timeSliderWithBannerContentDto = new FormsContentDto(FORM_NAME_TIME, 'wb.blocks.FormContentDto.60', FORM_TYPE_TEXT, content[FORM_NAME_TIME], '100ms', '');
6207
+ sliderWithBannerFormDto.forms.push(timeSliderWithBannerContentDto);
6208
+ const dotsSliderWithBannerContentDto = new FormsContentDto(FORM_NAME_DOTS, 'wb.blocks.FormContentDto.62', FORM_TYPE_CHECKBOX, content[FORM_NAME_DOTS], '', '', [], [], [true, false]);
6209
+ sliderWithBannerFormDto.forms.push(dotsSliderWithBannerContentDto);
6210
+ const maskSliderWithBannerContentDto = new FormsContentDto(FORM_NAME_IMG_MASK, 'wb.blocks.FormContentDto.14', FORM_TYPE_TAG, content[FORM_NAME_IMG_MASK], 'wb.blocks.FormContentDto.15', '', ['wb.blocks.FormContentDto.94', 'wb.blocks.FormContentDto.95', 'wb.blocks.FormContentDto.96'], ['small', 'medium', 'large']);
6211
+ sliderWithBannerFormDto.forms.push(maskSliderWithBannerContentDto);
6212
+ const fullpageSliderWithBannerContentDto = new FormsContentDto(FORM_NAME_FULLPAGE, 'wb.blocks.FormContentDto.16', FORM_TYPE_CHECKBOX, content[FORM_NAME_FULLPAGE], '', '', [], [], [true, false]);
6213
+ sliderWithBannerFormDto.forms.push(fullpageSliderWithBannerContentDto);
6214
+ const colorContentDto = new FormsContentDto(FORM_NAME_COLOR, 'wb.blocks.FormContentDto.112', FORM_TYPE_COLOR, content[FORM_NAME_COLOR], '#122231', '');
6215
+ sliderWithBannerFormDto.forms.push(colorContentDto);
6216
+ return sliderWithBannerFormDto;
6217
+ }
6218
+ getConfig() {
6219
+ return new SliderWithBannerDto(this.type());
6220
+ }
6221
+ }
6222
+ SlidersWithBannerService.ɵprov = ɵɵdefineInjectable({ factory: function SlidersWithBannerService_Factory() { return new SlidersWithBannerService(); }, token: SlidersWithBannerService, providedIn: "root" });
6223
+ SlidersWithBannerService.decorators = [
6224
+ { type: Injectable, args: [{
6225
+ providedIn: 'root',
6226
+ },] }
6227
+ ];
6228
+
5813
6229
  const BlocksMapList = {
5814
6230
  slidersService: {
5815
6231
  slidersFullpageService: SlidersFullpageService,
5816
6232
  slidersLeftnavService: SlidersLeftnavService,
5817
6233
  slidersImagerightService: SlidersImagerightService,
5818
6234
  slidersDoubleImagerightService: SlidersDoubleImagerightService,
6235
+ sliderWithBannerService: SlidersWithBannerService,
5819
6236
  },
5820
6237
  separatorService: {
5821
6238
  separatorSimpleService: SeparatorSimpleService,
@@ -5920,6 +6337,8 @@ const BlocksMapList = {
5920
6337
  imagesBigAndDoubleService: ImagesBigAndDoubleService,
5921
6338
  imagesBigsAndDoubleMiddleService: ImagesBigsAndDoubleMiddleService,
5922
6339
  imagesQuadrupleLeftOneRightService: ImagesQuadrupleLeftOneRightService,
6340
+ fourImagesTitleService: FourImagesTitleService,
6341
+ twoImagesTitleTextService: TwoImagesTitleTextService,
5923
6342
  },
5924
6343
  textsService: {
5925
6344
  textsOneService: TextsOneService,
@@ -5936,6 +6355,10 @@ const BlocksMapList = {
5936
6355
  textBackgroundsLinkService: TextBackgroundsLinkService,
5937
6356
  textBackgroundsSimpleService: TextBackgroundsSimpleService,
5938
6357
  textBackgroundsWithTxtService: TextBackgroundsWithTxtService,
6358
+ textBackgroundsWithBannerService: TextBackgroundsWithBannerService,
6359
+ textBackgroundsTwoRowsIconTextService: TextBackgroundsTwoRowsIconTextService,
6360
+ textBackgroundsThreeRowsIconTextService: TextBackgroundsThreeRowsIconTextService,
6361
+ textBackgroundsFourRowsIconTextService: TextBackgroundsFourRowsIconTextService,
5939
6362
  },
5940
6363
  formsService: {
5941
6364
  formsSimpleService: FormsSimpleService,
@@ -7541,6 +7964,13 @@ class WiziBlockComponent {
7541
7964
  });
7542
7965
  this.contentService.contents = this.setContent();
7543
7966
  this.resizeWithWidth(window.innerWidth);
7967
+ for (const item of this.contentService.contents) {
7968
+ if (typeof item.block.hide_block !== typeof undefined) {
7969
+ if (item.block.hide_block) {
7970
+ this.isHiddenConfig.push(item.block.uuid);
7971
+ }
7972
+ }
7973
+ }
7544
7974
  }
7545
7975
  addThis(selected) {
7546
7976
  this.blockComponent.addThisSelected(selected, this.verbose);
@@ -7861,6 +8291,8 @@ class StructuresComponent {
7861
8291
  this.FORM_NAME_IMAGE_RIGHT = FORM_NAME_IMAGE_RIGHT;
7862
8292
  this.FORM_NAME_BUTTON = FORM_NAME_BUTTON;
7863
8293
  this.FORM_NAME_TEXT = FORM_NAME_TEXT;
8294
+ this.FORM_NAME_TEXT_LEFT = FORM_NAME_TEXT_LEFT;
8295
+ this.FORM_NAME_TEXT_RIGHT = FORM_NAME_TEXT_RIGHT;
7864
8296
  this.FORM_NAME_BUTTON_TEXT = FORM_NAME_BUTTON_TEXT;
7865
8297
  this.FORM_NAME_COLOR = FORM_NAME_COLOR;
7866
8298
  this.FORM_NAME_BACKGROUND_COLOR = FORM_NAME_BACKGROUND_COLOR;
@@ -8062,17 +8494,6 @@ StructuresComponent.propDecorators = {
8062
8494
  contents: [{ type: Input }]
8063
8495
  };
8064
8496
 
8065
- var _a$1z, _b$1u, _c$1d;
8066
- class ImageMediaDto extends MediaDto {
8067
- constructor() {
8068
- super(...arguments);
8069
- this[_a$1z] = '_self';
8070
- this[_b$1u] = '';
8071
- this[_c$1d] = '';
8072
- }
8073
- }
8074
- _a$1z = FORM_NAME_URL_TARGET, _b$1u = FORM_NAME_TITLE, _c$1d = FORM_NAME_URL;
8075
-
8076
8497
  class SliderFullpageComponent extends StructuresComponent {
8077
8498
  constructor() {
8078
8499
  super();
@@ -8171,6 +8592,7 @@ class StructureToolsComponent {
8171
8592
  this.configService = configService;
8172
8593
  this.dynamicHiddenStructure = false;
8173
8594
  this.hideConfig = false;
8595
+ this.blockIsHidden = false;
8174
8596
  this.contentEventSubscription = null;
8175
8597
  }
8176
8598
  ngOnInit() {
@@ -8182,10 +8604,7 @@ class StructureToolsComponent {
8182
8604
  if (typeof thisContent.forms !== typeof undefined) {
8183
8605
  for (const item of thisContent.forms) {
8184
8606
  if (item.id === 'hide_block' && typeof item.value !== typeof undefined) {
8185
- this.dynamicHiddenStructure = true;
8186
- }
8187
- else {
8188
- this.dynamicHiddenStructure = false;
8607
+ this.blockIsHidden = true;
8189
8608
  }
8190
8609
  }
8191
8610
  }
@@ -9395,7 +9814,50 @@ HoldableDirective.propDecorators = {
9395
9814
  onHold: [{ type: HostListener, args: ['mousedown', [],] }]
9396
9815
  };
9397
9816
 
9398
- const components$1 = [AutofocusDirective, AutoHideDirective, GetSizeImageDirective, PicturesTemplateDirective, HoldableDirective];
9817
+ class ShowDeleteButtonDirective {
9818
+ constructor(element, renderer) {
9819
+ this.element = element;
9820
+ this.renderer = renderer;
9821
+ }
9822
+ onMouseOver() {
9823
+ console.log(this.element);
9824
+ console.log(this.element.nativeElement);
9825
+ if (this.element.nativeElement.classList.contains('active')) {
9826
+ return;
9827
+ }
9828
+ this.renderer.setStyle(this.element.nativeElement, 'left', 'calc(100% - ' + (this.element.nativeElement.offsetWidth + 5).toString() + 'px)');
9829
+ this.renderer['addClass'](this.element.nativeElement, 'active');
9830
+ }
9831
+ onMouseOut() {
9832
+ if (!this.element.nativeElement.classList.contains('active')) {
9833
+ return;
9834
+ }
9835
+ this.renderer.setStyle(this.element.nativeElement, 'left', 'calc(100% - 50px)');
9836
+ this.renderer['removeClass'](this.element.nativeElement, 'active');
9837
+ }
9838
+ }
9839
+ ShowDeleteButtonDirective.decorators = [
9840
+ { type: Directive, args: [{
9841
+ selector: '[wbShowDeleteButton]',
9842
+ },] }
9843
+ ];
9844
+ ShowDeleteButtonDirective.ctorParameters = () => [
9845
+ { type: ElementRef },
9846
+ { type: Renderer2 }
9847
+ ];
9848
+ ShowDeleteButtonDirective.propDecorators = {
9849
+ onMouseOver: [{ type: HostListener, args: ['mouseover',] }],
9850
+ onMouseOut: [{ type: HostListener, args: ['mouseout',] }]
9851
+ };
9852
+
9853
+ const components$1 = [
9854
+ AutofocusDirective,
9855
+ AutoHideDirective,
9856
+ GetSizeImageDirective,
9857
+ PicturesTemplateDirective,
9858
+ HoldableDirective,
9859
+ ShowDeleteButtonDirective,
9860
+ ];
9399
9861
  class SharedDirectivesModule {
9400
9862
  }
9401
9863
  SharedDirectivesModule.decorators = [
@@ -17317,7 +17779,7 @@ class StructureConfigFontComponent {
17317
17779
  StructureConfigFontComponent.decorators = [
17318
17780
  { type: Component, args: [{
17319
17781
  selector: 'wb-structure-config-font',
17320
- template: "<div\n class=\"wb-structure-config-font\"\n wbAutoHide\n (clickOutside)=\"showPopup = false\"\n triggerElement=\"wb-structure-config-font__holder\"\n [ngClass]=\"{ 'is-small': isSmall, 'is-left': alignLeft, 'is-inline': isInline }\"\n>\n <div\n class=\"wb-structure-config-font__holder\"\n [ngClass]=\"{ 'is-white': white, 'is-small': isSmall, 'is-inline': isInline }\"\n (click)=\"showBelow()\"\n *ngIf=\"value\"\n >\n <span *ngIf=\"value.icon != ''\">\n <i [className]=\"value.icon\" [style.color]=\"color ? color : 'inherit'\"></i>\n </span>\n <span *ngIf=\"value.image_url != '' && value.icon == ''\">\n <span [style.background-image]=\"'url(' + value.image_url + ')'\"></span>\n </span>\n </div>\n <div [ngClass]=\"{ 'is-show-popin': showPopup }\">\n <div class=\"wb-structure-config-font__search\">\n <input\n [placeholder]=\"'wb.shared.components.strucTureConfigFont.1' | translate\"\n id=\"iconLabel\"\n #input=\"ngModel\"\n [(ngModel)]=\"searchIconValue\"\n (ngModelChange)=\"searchIcon()\"\n name=\"iconLabel\"\n />\n <a\n class=\"button is-outlined is-link is-tooltip-link\"\n [nwbToolTip]=\"'wb.shared.components.strucTureConfigFont.2' | translate\"\n nwbToolTipPosition=\"bottom\"\n (click)=\"searchIcon()\"\n >\n <i class=\"fas fa-recycle\"></i>\n </a>\n <a\n class=\"button is-outlined is-info is-tooltip-info\"\n [nwbToolTip]=\"'wb.shared.components.strucTureConfigFont.3' | translate\"\n nwbToolTipPosition=\"bottom\"\n target=\"_blank\"\n href=\"https://fontawesome.com/cheatsheet/\"\n ><i class=\"fab fa-font-awesome\"></i\n ></a>\n </div>\n <p *ngIf=\"withImage\">\n {{ 'wb.shared.components.strucTureConfigFont.5' | translate }}\n <a href=\"#\" (click)=\"getMedia(); $event.preventDefault()\">{{ 'wb.shared.components.strucTureConfigFont.6' | translate }}</a>\n </p>\n <div *ngIf=\"withImage && recommendedSize != ''\" class=\"wb-structure-config-font__size\">\n <p>{{ 'wb.shared.components.strucTureConfigFont.4' | translate: { recommendedSize: recommendedSize } }}</p>\n </div>\n <div class=\"wb-structure-config-font__list test\">\n <span\n class=\"is-tooltip-info\"\n *ngFor=\"let icon of iconList\"\n nwbToolTip=\"Icone\"\n nwbToolTipPosition=\"bottom\"\n (click)=\"selectThisIcon(icon)\"\n >\n <i [className]=\"icon\"></i>\n </span>\n </div>\n </div>\n</div>\n"
17782
+ template: "<div\n class=\"wb-structure-config-font\"\n wbAutoHide\n (clickOutside)=\"showPopup = false\"\n triggerElement=\"wb-structure-config-font__holder\"\n [ngClass]=\"{ 'is-small': isSmall, 'is-left': alignLeft, 'is-inline': isInline }\"\n>\n <div\n class=\"wb-structure-config-font__holder\"\n [ngClass]=\"{ 'is-white': white, 'is-small': isSmall, 'is-inline': isInline }\"\n (click)=\"showBelow()\"\n *ngIf=\"value\"\n [nwbToolTip]=\"'wb.shared.components.strucTureConfigFont.7' | translate\"\n nwbToolTipPosition=\"right\"\n >\n <span *ngIf=\"value.icon != ''\">\n <i [className]=\"value.icon\" [style.color]=\"color ? color : 'inherit'\"></i>\n </span>\n <span *ngIf=\"value.image_url != '' && value.icon == ''\">\n <span [style.background-image]=\"'url(' + value.image_url + ')'\"></span>\n </span>\n </div>\n <div [ngClass]=\"{ 'is-show-popin': showPopup }\">\n <div class=\"wb-structure-config-font__search\">\n <input\n [placeholder]=\"'wb.shared.components.strucTureConfigFont.1' | translate\"\n id=\"iconLabel\"\n #input=\"ngModel\"\n [(ngModel)]=\"searchIconValue\"\n (ngModelChange)=\"searchIcon()\"\n name=\"iconLabel\"\n />\n <a\n class=\"button is-outlined is-link is-tooltip-link\"\n [nwbToolTip]=\"'wb.shared.components.strucTureConfigFont.2' | translate\"\n nwbToolTipPosition=\"bottom\"\n (click)=\"searchIcon()\"\n >\n <i class=\"fas fa-recycle\"></i>\n </a>\n <a\n class=\"button is-outlined is-info is-tooltip-info\"\n [nwbToolTip]=\"'wb.shared.components.strucTureConfigFont.3' | translate\"\n nwbToolTipPosition=\"bottom\"\n target=\"_blank\"\n href=\"https://fontawesome.com/cheatsheet/\"\n ><i class=\"fab fa-font-awesome\"></i\n ></a>\n </div>\n <p *ngIf=\"withImage\">\n {{ 'wb.shared.components.strucTureConfigFont.5' | translate }}\n <a href=\"#\" (click)=\"getMedia(); $event.preventDefault()\">{{ 'wb.shared.components.strucTureConfigFont.6' | translate }}</a>\n </p>\n <div *ngIf=\"withImage && recommendedSize != ''\" class=\"wb-structure-config-font__size\">\n <p>{{ 'wb.shared.components.strucTureConfigFont.4' | translate: { recommendedSize: recommendedSize } }}</p>\n </div>\n <div class=\"wb-structure-config-font__list test\">\n <span\n class=\"is-tooltip-info\"\n *ngFor=\"let icon of iconList\"\n nwbToolTip=\"Icone\"\n nwbToolTipPosition=\"bottom\"\n (click)=\"selectThisIcon(icon)\"\n >\n <i [className]=\"icon\"></i>\n </span>\n </div>\n </div>\n</div>\n"
17321
17783
  },] }
17322
17784
  ];
17323
17785
  StructureConfigFontComponent.ctorParameters = () => [
@@ -19336,6 +19798,105 @@ ImagesBigsAndDoubleMiddleComponent.decorators = [
19336
19798
  ];
19337
19799
  ImagesBigsAndDoubleMiddleComponent.ctorParameters = () => [];
19338
19800
 
19801
+ var _a$1H, _b$1C;
19802
+ class FourImagesTitleElementDto {
19803
+ constructor() {
19804
+ this[_a$1H] = new ImageMediaDto();
19805
+ this[_b$1C] = 'wb.dto.TITLE.40';
19806
+ }
19807
+ }
19808
+ _a$1H = FORM_NAME_IMAGE, _b$1C = FORM_NAME_TITLE;
19809
+
19810
+ class FourImagesTitleComponent extends StructuresComponent {
19811
+ constructor(translateBlockService) {
19812
+ super();
19813
+ this.translateBlockService = translateBlockService;
19814
+ this.sizes = { small: '458x412', medium: '458x435', large: '458x456' };
19815
+ this.selectedKey = '';
19816
+ this.setComponentService(FourImagesTitleService);
19817
+ }
19818
+ ngOnInit() {
19819
+ if (this.contents.block.init === false && this.contents.block.elements.length === 0) {
19820
+ for (var i = 0; i < 4; ++i) {
19821
+ const newElement = new FourImagesTitleElementDto();
19822
+ this.translateBlockService.translateProperties(newElement);
19823
+ this.contents.block.elements.push(newElement);
19824
+ }
19825
+ }
19826
+ this.contents.block.init = true;
19827
+ this.subscribeToImage();
19828
+ super.ngOnInit();
19829
+ this.persist();
19830
+ }
19831
+ subscribeToImage() {
19832
+ this.image.subscribe((media) => {
19833
+ const imageMediaDto = new ImageMediaDto();
19834
+ imageMediaDto.image_url = media.image_url;
19835
+ imageMediaDto.id = media.id;
19836
+ this.contentBlock[FORM_NAME_ELEMENTS][this.selectedKey][FORM_NAME_IMAGE] = imageMediaDto;
19837
+ this.selectedKey = '';
19838
+ this.persist();
19839
+ });
19840
+ }
19841
+ getMediaFor(key) {
19842
+ this.selectedKey = key;
19843
+ this.getMedia();
19844
+ }
19845
+ }
19846
+ FourImagesTitleComponent.decorators = [
19847
+ { type: Component, args: [{
19848
+ selector: FourImagesTitleService.selector(),
19849
+ template: "<div class=\"wb-four-images-title\">\n <div\n class=\"wb-four-images-title__wrapper\"\n [ngClass]=\"{\n 'wb-four-images-title__wrapper--small': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-four-images-title__wrapper--medium': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-four-images-title__wrapper--large': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <div\n class=\"wb-four-images-title__wrapper__item\"\n *ngFor=\"let elem of contents[BASE_BLOCK_CONTENT][FORM_NAME_ELEMENTS]; let i = index\"\n >\n <div class=\"wb-four-images-title__wrapper__item__img\">\n <wb-structure-config\n [blockUUID]=\"uuid\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n *ngIf=\"elem[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]?.length > 0\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.9' | translate\"\n [(ngModel)]=\"elem[FORM_NAME_IMAGE][FORM_NAME_TITLE]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-input\n [label]=\"'wb.structures.template.10' | translate\"\n [(ngModel)]=\"elem[FORM_NAME_IMAGE][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"elem[FORM_NAME_IMAGE][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </wb-structure-config>\n <div\n class=\"wb-four-images-title__wrapper__item__img__empty\"\n wbPicturesTemplateDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n *ngIf=\"elem[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]?.length <= 0\"\n (click)=\"getMediaFor(i)\"\n [ngClass]=\"{\n 'wb-four-images-title__wrapper__item__img__empty--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-four-images-title__wrapper__item__img__empty--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-four-images-title__wrapper__item__img__empty--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <p>\n <i class=\"fal fa-image\"></i> <span>{{ 'wb.structures.template.8' | translate }}</span>\n </p>\n </div>\n\n <div\n wbGetSizeImageDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n [urlToParse]=\"elem[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]\"\n [style.background-image]=\"'url(' + elem[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL] + ')'\"\n *ngIf=\"elem[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]?.length > 0\"\n (click)=\"getMediaFor(i)\"\n class=\"wb-four-images-title__wrapper__item__img__picture\"\n [ngClass]=\"{\n 'wb-four-images-title__wrapper__item__img__picture--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-four-images-title__wrapper__item__img__picture--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-four-images-title__wrapper__item__img__picture--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n ></div>\n </div>\n <div class=\"wb-four-images-title__wrapper__item__title\">\n <wb-quill [(content)]=\"elem[FORM_NAME_TITLE]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n </div>\n </div>\n</div>\n"
19850
+ },] }
19851
+ ];
19852
+ FourImagesTitleComponent.ctorParameters = () => [
19853
+ { type: TranslateBlockService }
19854
+ ];
19855
+
19856
+ class TwoImagesTitleTextComponent extends StructuresComponent {
19857
+ constructor() {
19858
+ super();
19859
+ this.sizes = { small: '980x490', medium: '980x618', large: '980x710' };
19860
+ this.selectedKey = '';
19861
+ this.setComponentService(TwoImagesTitleTextService);
19862
+ }
19863
+ ngOnInit() {
19864
+ super.ngOnInit();
19865
+ if (this.contents.block.init === false) {
19866
+ this.contents.block.image_left = new ImageMediaDto();
19867
+ this.contents.block.image_right = new ImageMediaDto();
19868
+ }
19869
+ this.contents.block.init = true;
19870
+ this.subscribeToImage();
19871
+ }
19872
+ subscribeToImage() {
19873
+ this.image.subscribe((media) => {
19874
+ const imageMediaDto = new ImageMediaDto();
19875
+ imageMediaDto.image_url = media.image_url;
19876
+ imageMediaDto.id = media.id;
19877
+ if (this.selectedKey === '0') {
19878
+ this.contentBlock[FORM_NAME_IMAGE_LEFT] = imageMediaDto;
19879
+ }
19880
+ else {
19881
+ this.contentBlock[FORM_NAME_IMAGE_RIGHT] = imageMediaDto;
19882
+ }
19883
+ this.selectedKey = '';
19884
+ this.persist();
19885
+ });
19886
+ }
19887
+ getMediaFor(key) {
19888
+ this.selectedKey = key;
19889
+ this.getMedia();
19890
+ }
19891
+ }
19892
+ TwoImagesTitleTextComponent.decorators = [
19893
+ { type: Component, args: [{
19894
+ selector: TwoImagesTitleTextService.selector(),
19895
+ template: "<div class=\"wb-two-images-title-text\">\n <div class=\"wb-two-images-title-text__title\">\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TITLE]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n <div\n class=\"wb-two-images-title-text__wrapper\"\n [ngClass]=\"{\n 'wb-images-simple__container--small': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-images-simple__container--medium': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-images-simple__container--large': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <div class=\"wb-two-images-title-text__wrapper__item\">\n <div\n class=\"wb-two-images-title-text__wrapper__item__img\"\n [ngClass]=\"{\n 'wb-two-images-title-text__wrapper__item__img--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-two-images-title-text__wrapper__item__img--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-two-images-title-text__wrapper__item__img--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <wb-structure-config\n [blockUUID]=\"uuid\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_IMAGE_URL]?.length > 0\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.9' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_TITLE]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-input\n [label]=\"'wb.structures.template.10' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </wb-structure-config>\n <div\n class=\"wb-two-images-title-text__wrapper__item__img__empty\"\n wbPicturesTemplateDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_IMAGE_URL]?.length <= 0\"\n (click)=\"getMediaFor('0')\"\n [ngClass]=\"{\n 'wb-two-images-title-text__wrapper__item__img__empty--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-two-images-title-text__wrapper__item__img__empty--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-two-images-title-text__wrapper__item__img__empty--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <p>\n <i class=\"fal fa-image\"></i> <span>{{ 'wb.structures.template.8' | translate }}</span>\n </p>\n </div>\n\n <div\n wbGetSizeImageDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n [urlToParse]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_IMAGE_URL]\"\n [style.background-image]=\"'url(' + contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_IMAGE_URL] + ')'\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_IMAGE_URL]?.length > 0\"\n (click)=\"getMediaFor('0')\"\n class=\"wb-two-images-title-text__wrapper__item__img__picture\"\n [ngClass]=\"{\n 'wb-two-images-title-text__wrapper__item__img__picture--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-two-images-title-text__wrapper__item__img__picture--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-two-images-title-text__wrapper__item__img__picture--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n ></div>\n </div>\n <div class=\"wb-two-images-title-text__wrapper__item__title\">\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TITLE_LEFT]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n <div\n class=\"wb-two-images-title-text__wrapper__item__text\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_URL].length <= 0\"\n >\n <div class=\"wb-two-images-title-text__wrapper__item__text\">\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_LEFT]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n </div>\n <a\n class=\"wb-two-images-title-text__wrapper__item__text\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_LEFT][FORM_NAME_URL].length > 0\"\n >\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_LEFT]\" (contentChange)=\"persist()\"></wb-quill>\n <i [style]=\"'color: ' + contents[BASE_BLOCK_CONTENT][FORM_NAME_ICON_COLOR]\" class=\"far fa-arrow-right\"></i>\n </a>\n </div>\n <div class=\"wb-two-images-title-text__wrapper__item\">\n <div\n class=\"wb-two-images-title-text__wrapper__item__img\"\n [ngClass]=\"{\n 'wb-two-images-title-text__wrapper__item__img--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-two-images-title-text__wrapper__item__img--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-two-images-title-text__wrapper__item__img--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <wb-structure-config\n [blockUUID]=\"uuid\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_IMAGE_URL]?.length > 0\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.9' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_TITLE]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-input\n [label]=\"'wb.structures.template.10' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </wb-structure-config>\n <div\n class=\"wb-two-images-title-text__wrapper__item__img__empty\"\n wbPicturesTemplateDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_IMAGE_URL]?.length <= 0\"\n (click)=\"getMediaFor('1')\"\n [ngClass]=\"{\n 'wb-two-images-title-text__wrapper__item__img__empty--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-two-images-title-text__wrapper__item__img__empty--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-two-images-title-text__wrapper__item__img__empty--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <p>\n <i class=\"fal fa-image\"></i> <span>{{ 'wb.structures.template.8' | translate }}</span>\n </p>\n </div>\n\n <div\n wbGetSizeImageDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n [urlToParse]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_IMAGE_URL]\"\n [style.background-image]=\"'url(' + contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_IMAGE_URL] + ')'\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_IMAGE_URL]?.length > 0\"\n (click)=\"getMediaFor('1')\"\n class=\"wb-two-images-title-text__wrapper__item__img__picture\"\n [ngClass]=\"{\n 'wb-two-images-title-text__wrapper__item__img__picture--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-two-images-title-text__wrapper__item__img__picture--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-two-images-title-text__wrapper__item__img__picture--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n ></div>\n </div>\n <div class=\"wb-two-images-title-text__wrapper__item__title\">\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TITLE_RIGHT]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n <div\n class=\"wb-two-images-title-text__wrapper__item__text\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_URL].length <= 0\"\n >\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_RIGHT]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n <a\n class=\"wb-two-images-title-text__wrapper__item__text\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_RIGHT][FORM_NAME_URL].length > 0\"\n >\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_RIGHT]\" (contentChange)=\"persist()\"></wb-quill>\n <i [style]=\"'color: ' + contents[BASE_BLOCK_CONTENT][FORM_NAME_ICON_COLOR]\" class=\"far fa-arrow-right\"></i>\n </a>\n </div>\n </div>\n</div>\n"
19896
+ },] }
19897
+ ];
19898
+ TwoImagesTitleTextComponent.ctorParameters = () => [];
19899
+
19339
19900
  class TextBackgroundsSimpleComponent extends StructuresComponent {
19340
19901
  constructor() {
19341
19902
  super();
@@ -23765,16 +24326,16 @@ TextsQuadrupleNumbersComponent.decorators = [
23765
24326
  ];
23766
24327
  TextsQuadrupleNumbersComponent.ctorParameters = () => [];
23767
24328
 
23768
- var _a$1A, _b$1v, _c$1e, _d$12;
24329
+ var _a$1I, _b$1D, _c$1l, _d$19;
23769
24330
  class AboutElementDto {
23770
24331
  constructor() {
23771
- this[_a$1A] = new ImageMediaDto();
23772
- this[_b$1v] = 'wb.AboutElementDto.author.1';
23773
- this[_c$1e] = 'wb.AboutElementDto.author.2';
23774
- this[_d$12] = 'wb.AboutElementDto.content.1';
24332
+ this[_a$1I] = new ImageMediaDto();
24333
+ this[_b$1D] = 'wb.AboutElementDto.author.1';
24334
+ this[_c$1l] = 'wb.AboutElementDto.author.2';
24335
+ this[_d$19] = 'wb.AboutElementDto.content.1';
23775
24336
  }
23776
24337
  }
23777
- _a$1A = FORM_NAME_SLIDER, _b$1v = FORM_NAME_AUTHOR_NAME, _c$1e = FORM_NAME_AUTHOR_TITLE, _d$12 = FORM_NAME_CONTENT;
24338
+ _a$1I = FORM_NAME_SLIDER, _b$1D = FORM_NAME_AUTHOR_NAME, _c$1l = FORM_NAME_AUTHOR_TITLE, _d$19 = FORM_NAME_CONTENT;
23778
24339
 
23779
24340
  class AboutBlockComponent extends StructuresComponent {
23780
24341
  constructor() {
@@ -23944,17 +24505,17 @@ FaqSimpleBackgroundComponent.decorators = [
23944
24505
  ];
23945
24506
  FaqSimpleBackgroundComponent.ctorParameters = () => [];
23946
24507
 
23947
- var _a$1B, _b$1w, _c$1f, _d$13;
24508
+ var _a$1J, _b$1E, _c$1m, _d$1a;
23948
24509
  class ImageMediaAndTextDto extends ImageMediaDto {
23949
24510
  constructor() {
23950
24511
  super(...arguments);
23951
- this[_a$1B] = '_self';
23952
- this[_b$1w] = 'wb.ImageMediaAndTextDto.content.1';
23953
- this[_c$1f] = '';
23954
- this[_d$13] = '';
24512
+ this[_a$1J] = '_self';
24513
+ this[_b$1E] = 'wb.ImageMediaAndTextDto.content.1';
24514
+ this[_c$1m] = '';
24515
+ this[_d$1a] = '';
23955
24516
  }
23956
24517
  }
23957
- _a$1B = FORM_NAME_URL_TARGET, _b$1w = FORM_NAME_CONTENT, _c$1f = FORM_NAME_TITLE, _d$13 = FORM_NAME_URL;
24518
+ _a$1J = FORM_NAME_URL_TARGET, _b$1E = FORM_NAME_CONTENT, _c$1m = FORM_NAME_TITLE, _d$1a = FORM_NAME_URL;
23958
24519
 
23959
24520
  class TextBackgroundsLinkComponent extends StructuresComponent {
23960
24521
  constructor() {
@@ -24145,6 +24706,35 @@ FaqListIconComponent.decorators = [
24145
24706
  ];
24146
24707
  FaqListIconComponent.ctorParameters = () => [];
24147
24708
 
24709
+ class TextBackgroundsWithBannerComponent extends StructuresComponent {
24710
+ constructor() {
24711
+ super();
24712
+ this.sizes = { small: '2000x550', medium: '2000x660', large: '2000x770' };
24713
+ this.setComponentService(TextBackgroundsWithBannerService);
24714
+ }
24715
+ ngOnInit() {
24716
+ super.ngOnInit();
24717
+ this.image.subscribe((media) => {
24718
+ this.contentBlock.image = media;
24719
+ this.persist();
24720
+ });
24721
+ }
24722
+ updateThisImage(key, imageWidthHeight) {
24723
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] === this.contentBlock[key][FORM_NAME_IMAGE_URL]) {
24724
+ this.contentBlock[key][FORM_NAME_IMAGE_WIDTH] = imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
24725
+ this.contentBlock[key][FORM_NAME_IMAGE_HEIGHT] = imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
24726
+ this.persist();
24727
+ }
24728
+ }
24729
+ }
24730
+ TextBackgroundsWithBannerComponent.decorators = [
24731
+ { type: Component, args: [{
24732
+ selector: TextBackgroundsWithBannerService.selector(),
24733
+ template: "<div class=\"wb-text-backgrounds-with-banner\">\n <wb-structure-config\n [blockUUID]=\"uuid\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.9' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE][FORM_NAME_TITLE]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <div class=\"columns\">\n <div class=\"column\">\n <wb-structure-config-input\n [label]=\"'wb.structures.template.10' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n </div>\n <div class=\"column\">\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </div>\n </div>\n </wb-structure-config>\n <div\n class=\"wb-text-backgrounds-with-banner__noimages\"\n [ngClass]=\"{\n 'wb-text-backgrounds-with-banner__noimages--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-text-backgrounds-with-banner__noimages--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-text-backgrounds-with-banner__noimages--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n wbPicturesTemplateDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n *ngIf=\"!contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n (click)=\"getMedia()\"\n >\n <p>\n <i class=\"fal fa-image\"></i> <span>{{ 'wb.structures.template.8' | translate }}</span>\n </p>\n </div>\n <div class=\"wb-text-backgrounds-with-banner__wrapper\" *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\">\n <div\n wbGetSizeImageDirective\n class=\"wb-text-backgrounds-with-banner__wrapper__img\"\n [ngClass]=\"{\n 'wb-text-backgrounds-with-banner__wrapper__img--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-text-backgrounds-with-banner__wrapper__img--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-text-backgrounds-with-banner__wrapper__img--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n [urlToParse]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]\"\n (onUpdate)=\"updateThisImage(FORM_NAME_IMAGE, $event)\"\n [style.background-image]=\"'url(' + contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL] + ')'\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n (click)=\"getMedia()\"\n >\n <div class=\"wb-text-backgrounds-with-banner__wrapper__img__text\">\n <div class=\"wb-text-backgrounds-with-banner__wrapper__img__text__content\" (click)=\"$event.stopPropagation()\">\n <div class=\"wb-text-backgrounds-with-banner__wrapper__img__text__content__title\">\n <wb-quill\n [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TITLE]\"\n (contentChange)=\"persist()\"\n (isTooltipFocused)=\"checkQuillToolTip('hasTooltipFocusedLeftTop', $event)\"\n ></wb-quill>\n </div>\n <div class=\"wb-text-backgrounds-with-banner__wrapper__img__text__content__text\">\n <wb-quill\n [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT]\"\n (contentChange)=\"persist()\"\n (isTooltipFocused)=\"checkQuillToolTip('hasTooltipFocusedLeftTop', $event)\"\n ></wb-quill>\n </div>\n </div>\n </div>\n </div>\n <div\n class=\"wb-text-backgrounds-with-banner__wrapper__banner\"\n [style.background-color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_COLOR]\"\n >\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_CONTENT]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n </div>\n</div>\n"
24734
+ },] }
24735
+ ];
24736
+ TextBackgroundsWithBannerComponent.ctorParameters = () => [];
24737
+
24148
24738
  class FormsOnboardingComponent extends StructuresComponent {
24149
24739
  constructor() {
24150
24740
  super();
@@ -24163,6 +24753,352 @@ FormsOnboardingComponent.decorators = [
24163
24753
  ];
24164
24754
  FormsOnboardingComponent.ctorParameters = () => [];
24165
24755
 
24756
+ var _a$1K, _b$1F;
24757
+ class TextBackgroundsRowsIconTextDto {
24758
+ constructor() {
24759
+ this[_a$1K] = 'wb.dto.TITLE.43';
24760
+ this[_b$1F] = new FontOrMediaDto('far fa-question-circle');
24761
+ }
24762
+ }
24763
+ _a$1K = FORM_NAME_TITLE, _b$1F = FORM_NAME_ICON;
24764
+
24765
+ class TextBackgroundsThreeRowsIconTextComponent extends StructuresComponent {
24766
+ constructor(translateBlockService) {
24767
+ super();
24768
+ this.translateBlockService = translateBlockService;
24769
+ this.row = 0;
24770
+ this.column = 0;
24771
+ this.sizes = { small: '620x175', medium: '620x250', large: '620x325' };
24772
+ this.setComponentService(TextBackgroundsThreeRowsIconTextService);
24773
+ }
24774
+ ngOnInit() {
24775
+ super.ngOnInit();
24776
+ this.row = 0;
24777
+ this.column = 0;
24778
+ this.subscribeToImage();
24779
+ if (!this.contentBlock[FORM_NAME_INIT]) {
24780
+ this.addRow(0);
24781
+ this.contentBlock[FORM_NAME_INIT] = true;
24782
+ this.persist();
24783
+ }
24784
+ }
24785
+ addRow(index) {
24786
+ this.contentBlock[FORM_NAME_ROWS].push(new Array());
24787
+ for (var i = 0; i < this.contentBlock[FORM_NAME_ITEM_NUMBER]; ++i) {
24788
+ const newElement = new TextBackgroundsRowsIconTextDto();
24789
+ this.translateBlockService.translateProperties(newElement);
24790
+ this.contentBlock[FORM_NAME_ROWS][index].push(newElement);
24791
+ }
24792
+ this.contentBlock[FORM_NAME_LINE_NUMBER] += 1;
24793
+ this.persist();
24794
+ console.log(this.contentBlock[FORM_NAME_ROWS]);
24795
+ }
24796
+ deleteRow(i) {
24797
+ this.contentBlock[FORM_NAME_ROWS].splice(i, 1);
24798
+ this.contentBlock[FORM_NAME_LINE_NUMBER] -= 1;
24799
+ this.persist();
24800
+ }
24801
+ subscribeToImage() {
24802
+ this.image.subscribe((media) => {
24803
+ this.addBackgroundImageMedia(media);
24804
+ });
24805
+ }
24806
+ onClickUpdateImage(row, column) {
24807
+ this.row = row;
24808
+ this.column = column;
24809
+ this.getMedia();
24810
+ }
24811
+ updateThisImage(imageWidthHeight, $event) {
24812
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] ===
24813
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]) {
24814
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_WIDTH] =
24815
+ imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
24816
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_HEIGHT] =
24817
+ imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
24818
+ this.persist();
24819
+ }
24820
+ }
24821
+ addNewImage(row, column) {
24822
+ this.row = row;
24823
+ this.column = column;
24824
+ this.getMedia();
24825
+ }
24826
+ addBackgroundImageMedia(media) {
24827
+ const imageMediaDto = new ImageMediaDto();
24828
+ imageMediaDto.image_url = media.image_url;
24829
+ imageMediaDto.id = media.id;
24830
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column].image = imageMediaDto;
24831
+ this.persist();
24832
+ }
24833
+ stopPropagation($event) {
24834
+ $event.stopPropagation();
24835
+ }
24836
+ }
24837
+ TextBackgroundsThreeRowsIconTextComponent.decorators = [
24838
+ { type: Component, args: [{
24839
+ selector: TextBackgroundsThreeRowsIconTextService.selector(),
24840
+ template: "<div class=\"wb-text-backgrounds-rows-icon-text wb-text-backgrounds-rows-icon-text--three\">\n <div class=\"columns is-multiline\" *ngFor=\"let row of contents[BASE_BLOCK_CONTENT].rows; let i = index\">\n <div class=\"wb-text-backgrounds-rows-icon-text__delete-line\">\n <div\n wbShowDeleteButton\n *ngIf=\"contents[BASE_BLOCK_CONTENT].line_number > 1\"\n class=\"wb-text-backgrounds-rows-icon-text__delete-line__button\"\n >\n <i class=\"fas fa-trash-alt\"></i>\n <p>{{ 'wb.structures.template.64' | translate }}</p>\n <button (click)=\"deleteRow(i)\">{{ 'wb.structures.template.65' | translate }}</button>\n </div>\n </div>\n <div class=\"column is-4-fullhd is-4-desktop\" *ngFor=\"let item of row; let j = index\">\n <div class=\"wb-text-backgrounds-rows-icon-text__item\">\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content\"\n [ngClass]=\"{\n 'wb-text-backgrounds-rows-icon-text__item__content--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-text-backgrounds-rows-icon-text__item__content--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-text-backgrounds-rows-icon-text__item__content--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <wb-structure-config\n [blockUUID]=\"uuid\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.9' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_TITLE]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-input\n [label]=\"'wb.structures.template.10' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </wb-structure-config>\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content__noimages\"\n wbPicturesTemplateDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n *ngIf=\"!item[FORM_NAME_IMAGE]\"\n (click)=\"addNewImage(i, j)\"\n >\n <p>\n <i class=\"fal fa-image\"></i>\n {{ 'wb.structures.template.8' | translate }}\n </p>\n </div>\n <div *ngIf=\"item[FORM_NAME_IMAGE]\" class=\"wb-text-backgrounds-rows-icon-text__item__content__image\">\n <div\n wbGetSizeImageDirective\n [urlToParse]=\"item[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]\"\n (onUpdate)=\"updateThisImage(item[FORM_NAME_IMAGE], $event)\"\n [style.background-image]=\"'url(' + item[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL] + ')'\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n class=\"wb-text-backgrounds-rows-icon-text__item__content__image__background\"\n ></div>\n </div>\n\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content__wrapper\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n (click)=\"onClickUpdateImage(i, j)\"\n >\n <div (click)=\"stopPropagation($event)\">\n <wb-structure-config-font\n [(value)]=\"item[FORM_NAME_ICON]\"\n [color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_ICON_COLOR]\"\n (valueChange)=\"item[FORM_NAME_ICON] = $event; persist()\"\n ></wb-structure-config-font>\n <div class=\"wb-text-backgrounds-rows-icon-text__item__content__title\">\n <wb-quill [(content)]=\"item[FORM_NAME_TITLE]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"columns\" *ngIf=\"contents[BASE_BLOCK_CONTENT].line_number < 9\">\n <div class=\"column\">\n <div class=\"wb-text-backgrounds-rows-icon-text__add\">\n <a (click)=\"addRow(contents[BASE_BLOCK_CONTENT].line_number)\">\n <i class=\"fal fa-plus-circle\"></i>\n <p>\n {{ 'wb.structures.template.63' | translate }}\n </p>\n </a>\n </div>\n </div>\n </div>\n</div>\n"
24841
+ },] }
24842
+ ];
24843
+ TextBackgroundsThreeRowsIconTextComponent.ctorParameters = () => [
24844
+ { type: TranslateBlockService }
24845
+ ];
24846
+
24847
+ class TextBackgroundsFourRowsIconTextComponent extends StructuresComponent {
24848
+ constructor(translateBlockService) {
24849
+ super();
24850
+ this.translateBlockService = translateBlockService;
24851
+ this.row = 0;
24852
+ this.column = 0;
24853
+ this.sizes = { small: '458x175', medium: '458x250', large: '458x325' };
24854
+ this.setComponentService(TextBackgroundsFourRowsIconTextService);
24855
+ }
24856
+ ngOnInit() {
24857
+ super.ngOnInit();
24858
+ this.row = 0;
24859
+ this.column = 0;
24860
+ this.subscribeToImage();
24861
+ if (!this.contentBlock[FORM_NAME_INIT]) {
24862
+ this.addRow(0);
24863
+ this.contentBlock[FORM_NAME_INIT] = true;
24864
+ this.persist();
24865
+ }
24866
+ }
24867
+ addRow(index) {
24868
+ this.contentBlock[FORM_NAME_ROWS].push(new Array());
24869
+ for (var i = 0; i < this.contentBlock[FORM_NAME_ITEM_NUMBER]; ++i) {
24870
+ const newElement = new TextBackgroundsRowsIconTextDto();
24871
+ this.translateBlockService.translateProperties(newElement);
24872
+ this.contentBlock[FORM_NAME_ROWS][index].push(newElement);
24873
+ }
24874
+ this.contentBlock[FORM_NAME_LINE_NUMBER] += 1;
24875
+ this.persist();
24876
+ console.log(this.contentBlock[FORM_NAME_ROWS]);
24877
+ }
24878
+ deleteRow(i) {
24879
+ this.contentBlock[FORM_NAME_ROWS].splice(i, 1);
24880
+ this.contentBlock[FORM_NAME_LINE_NUMBER] -= 1;
24881
+ this.persist();
24882
+ }
24883
+ subscribeToImage() {
24884
+ this.image.subscribe((media) => {
24885
+ this.addBackgroundImageMedia(media);
24886
+ });
24887
+ }
24888
+ onClickUpdateImage(row, column) {
24889
+ this.row = row;
24890
+ this.column = column;
24891
+ this.getMedia();
24892
+ }
24893
+ updateThisImage(imageWidthHeight, $event) {
24894
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] ===
24895
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]) {
24896
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_WIDTH] =
24897
+ imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
24898
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_HEIGHT] =
24899
+ imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
24900
+ this.persist();
24901
+ }
24902
+ }
24903
+ addNewImage(row, column) {
24904
+ this.row = row;
24905
+ this.column = column;
24906
+ this.getMedia();
24907
+ }
24908
+ addBackgroundImageMedia(media) {
24909
+ const imageMediaDto = new ImageMediaDto();
24910
+ imageMediaDto.image_url = media.image_url;
24911
+ imageMediaDto.id = media.id;
24912
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column].image = imageMediaDto;
24913
+ this.persist();
24914
+ }
24915
+ stopPropagation($event) {
24916
+ $event.stopPropagation();
24917
+ }
24918
+ }
24919
+ TextBackgroundsFourRowsIconTextComponent.decorators = [
24920
+ { type: Component, args: [{
24921
+ selector: TextBackgroundsFourRowsIconTextService.selector(),
24922
+ template: "<div class=\"wb-text-backgrounds-rows-icon-text wb-text-backgrounds-rows-icon-text--four\">\n <div class=\"columns is-multiline\" *ngFor=\"let row of contents[BASE_BLOCK_CONTENT].rows; let i = index\">\n <div class=\"wb-text-backgrounds-rows-icon-text__delete-line\">\n <div\n wbShowDeleteButton\n *ngIf=\"contents[BASE_BLOCK_CONTENT].line_number > 1\"\n class=\"wb-text-backgrounds-rows-icon-text__delete-line__button\"\n >\n <i class=\"fas fa-trash-alt\"></i>\n <p>{{ 'wb.structures.template.64' | translate }}</p>\n <button (click)=\"deleteRow(i)\">{{ 'wb.structures.template.65' | translate }}</button>\n </div>\n </div>\n <div class=\"column is-3-fullhd is-3-desktop\" *ngFor=\"let item of row; let j = index\">\n <div class=\"wb-text-backgrounds-rows-icon-text__item\">\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content\"\n [ngClass]=\"{\n 'wb-text-backgrounds-rows-icon-text__item__content--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-text-backgrounds-rows-icon-text__item__content--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-text-backgrounds-rows-icon-text__item__content--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content__noimages\"\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n wbPicturesTemplateDirective\n *ngIf=\"!item[FORM_NAME_IMAGE]\"\n (click)=\"addNewImage(i, j)\"\n >\n <p>\n {{ 'wb.structures.template.8' | translate }}\n </p>\n </div>\n <wb-structure-config\n [blockUUID]=\"uuid\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.9' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_TITLE]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-input\n [label]=\"'wb.structures.template.10' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </wb-structure-config>\n <div *ngIf=\"item[FORM_NAME_IMAGE]\" class=\"wb-text-backgrounds-rows-icon-text__item__content__image\">\n <div\n wbGetSizeImageDirective\n [urlToParse]=\"item[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]\"\n (onUpdate)=\"updateThisImage(item[FORM_NAME_IMAGE], $event)\"\n [style.background-image]=\"'url(' + item[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL] + ')'\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n class=\"wb-text-backgrounds-rows-icon-text__item__content__image__background\"\n ></div>\n </div>\n\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content__wrapper\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n (click)=\"onClickUpdateImage(i, j)\"\n >\n <div (click)=\"stopPropagation($event)\">\n <wb-structure-config-font\n [(value)]=\"item[FORM_NAME_ICON]\"\n [color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_ICON_COLOR]\"\n (valueChange)=\"item[FORM_NAME_ICON] = $event; persist()\"\n ></wb-structure-config-font>\n <div class=\"wb-text-backgrounds-rows-icon-text__item__content__title\">\n <wb-quill [(content)]=\"item[FORM_NAME_TITLE]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"columns\" *ngIf=\"contents[BASE_BLOCK_CONTENT].line_number < 9\">\n <div class=\"column\">\n <div class=\"wb-text-backgrounds-rows-icon-text__add\">\n <a (click)=\"addRow(contents[BASE_BLOCK_CONTENT].line_number)\">\n <i class=\"fal fa-plus-circle\"></i>\n <p>\n {{ 'wb.structures.template.63' | translate }}\n </p>\n </a>\n </div>\n </div>\n </div>\n</div>\n"
24923
+ },] }
24924
+ ];
24925
+ TextBackgroundsFourRowsIconTextComponent.ctorParameters = () => [
24926
+ { type: TranslateBlockService }
24927
+ ];
24928
+
24929
+ class TextBackgroundsTwoRowsIconTextComponent extends StructuresComponent {
24930
+ constructor(translateBlockService) {
24931
+ super();
24932
+ this.translateBlockService = translateBlockService;
24933
+ this.row = 0;
24934
+ this.column = 0;
24935
+ this.sizes = { small: '945x175', medium: '945x250', large: '945x325' };
24936
+ this.setComponentService(TextBackgroundsTwoRowsIconTextService);
24937
+ }
24938
+ ngOnInit() {
24939
+ super.ngOnInit();
24940
+ this.row = 0;
24941
+ this.column = 0;
24942
+ this.subscribeToImage();
24943
+ if (!this.contentBlock[FORM_NAME_INIT]) {
24944
+ this.addRow(0);
24945
+ this.contentBlock[FORM_NAME_INIT] = true;
24946
+ this.persist();
24947
+ }
24948
+ }
24949
+ addRow(index) {
24950
+ this.contentBlock[FORM_NAME_ROWS].push(new Array());
24951
+ for (var i = 0; i < this.contentBlock[FORM_NAME_ITEM_NUMBER]; ++i) {
24952
+ const newElement = new TextBackgroundsRowsIconTextDto();
24953
+ this.translateBlockService.translateProperties(newElement);
24954
+ this.contentBlock[FORM_NAME_ROWS][index].push(newElement);
24955
+ }
24956
+ this.contentBlock[FORM_NAME_LINE_NUMBER] += 1;
24957
+ this.persist();
24958
+ }
24959
+ deleteRow(i) {
24960
+ this.contentBlock[FORM_NAME_ROWS].splice(i, 1);
24961
+ this.contentBlock[FORM_NAME_LINE_NUMBER] -= 1;
24962
+ this.persist();
24963
+ }
24964
+ subscribeToImage() {
24965
+ this.image.subscribe((media) => {
24966
+ this.addBackgroundImageMedia(media);
24967
+ });
24968
+ }
24969
+ onClickUpdateImage(row, column) {
24970
+ this.row = row;
24971
+ this.column = column;
24972
+ this.getMedia();
24973
+ }
24974
+ updateThisImage(imageWidthHeight, $event) {
24975
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] ===
24976
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]) {
24977
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_WIDTH] =
24978
+ imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
24979
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_HEIGHT] =
24980
+ imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
24981
+ this.persist();
24982
+ }
24983
+ }
24984
+ addNewImage(row, column) {
24985
+ console.log('row ' + row + ' col ' + column);
24986
+ this.row = row;
24987
+ this.column = column;
24988
+ this.getMedia();
24989
+ }
24990
+ addBackgroundImageMedia(media) {
24991
+ const imageMediaDto = new ImageMediaDto();
24992
+ imageMediaDto.image_url = media.image_url;
24993
+ imageMediaDto.id = media.id;
24994
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column].image = imageMediaDto;
24995
+ this.persist();
24996
+ }
24997
+ stopPropagation($event) {
24998
+ $event.stopPropagation();
24999
+ }
25000
+ }
25001
+ TextBackgroundsTwoRowsIconTextComponent.decorators = [
25002
+ { type: Component, args: [{
25003
+ selector: TextBackgroundsTwoRowsIconTextService.selector(),
25004
+ template: "<div class=\"wb-text-backgrounds-rows-icon-text wb-text-backgrounds-rows-icon-text--two\">\n <div class=\"columns is-multiline\" *ngFor=\"let row of contents[BASE_BLOCK_CONTENT].rows; let i = index\">\n <div class=\"wb-text-backgrounds-rows-icon-text__delete-line\">\n <div\n wbShowDeleteButton\n *ngIf=\"contents[BASE_BLOCK_CONTENT].line_number > 1\"\n class=\"wb-text-backgrounds-rows-icon-text__delete-line__button\"\n >\n <i class=\"fas fa-trash-alt\"></i>\n <p>{{ 'wb.structures.template.64' | translate }}</p>\n <button (click)=\"deleteRow(i)\">{{ 'wb.structures.template.65' | translate }}</button>\n </div>\n </div>\n <div class=\"column is-6-fullhd is-6-desktop\" *ngFor=\"let item of row; let j = index\">\n <div class=\"wb-text-backgrounds-rows-icon-text__item\">\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content\"\n [ngClass]=\"{\n 'wb-text-backgrounds-rows-icon-text__item__content--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-text-backgrounds-rows-icon-text__item__content--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-text-backgrounds-rows-icon-text__item__content--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <wb-structure-config\n [blockUUID]=\"uuid\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.9' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_TITLE]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-input\n [label]=\"'wb.structures.template.10' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"item[FORM_NAME_IMAGE][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </wb-structure-config>\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content__noimages\"\n wbPicturesTemplateDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n *ngIf=\"!item[FORM_NAME_IMAGE]\"\n (click)=\"addNewImage(i, j)\"\n >\n <p>\n <i class=\"fal fa-image\"></i>\n {{ 'wb.structures.template.8' | translate }}\n </p>\n </div>\n <div *ngIf=\"item[FORM_NAME_IMAGE]\" class=\"wb-text-backgrounds-rows-icon-text__item__content__image\">\n <div\n wbGetSizeImageDirective\n [urlToParse]=\"item[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]\"\n (onUpdate)=\"updateThisImage(item[FORM_NAME_IMAGE], $event)\"\n [style.background-image]=\"'url(' + item[FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL] + ')'\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n class=\"wb-text-backgrounds-rows-icon-text__item__content__image__background\"\n ></div>\n </div>\n <div\n class=\"wb-text-backgrounds-rows-icon-text__item__content__wrapper\"\n *ngIf=\"item[FORM_NAME_IMAGE]\"\n (click)=\"onClickUpdateImage(i, j)\"\n >\n <div (click)=\"stopPropagation($event)\">\n <wb-structure-config-font\n [(value)]=\"item[FORM_NAME_ICON]\"\n [color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_ICON_COLOR]\"\n (valueChange)=\"item[FORM_NAME_ICON] = $event; persist()\"\n ></wb-structure-config-font>\n <div class=\"wb-text-backgrounds-rows-icon-text__item__content__title\">\n <wb-quill [(content)]=\"item[FORM_NAME_TITLE]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"columns\" *ngIf=\"contents[BASE_BLOCK_CONTENT].line_number < 9\">\n <div class=\"column\">\n <div class=\"wb-text-backgrounds-rows-icon-text__add\">\n <a (click)=\"addRow(contents[BASE_BLOCK_CONTENT].line_number)\">\n <i class=\"fal fa-plus-circle\"></i>\n <p>\n {{ 'wb.structures.template.63' | translate }}\n </p>\n </a>\n </div>\n </div>\n </div>\n</div>\n"
25005
+ },] }
25006
+ ];
25007
+ TextBackgroundsTwoRowsIconTextComponent.ctorParameters = () => [
25008
+ { type: TranslateBlockService }
25009
+ ];
25010
+
25011
+ class SliderWithBannerComponent extends StructuresComponent {
25012
+ constructor() {
25013
+ super();
25014
+ this.selectedTab = null;
25015
+ this.showEmptyImage = true;
25016
+ this.selectedKey = '';
25017
+ this.sizes = { small: '2000x550', medium: '2000x660', large: '2000x770' };
25018
+ this.setComponentService(SlidersWithBannerService);
25019
+ }
25020
+ ngOnInit() {
25021
+ super.ngOnInit();
25022
+ this.subscribeToImage();
25023
+ if (this.contentBlock.slider.length) {
25024
+ this.showEmptyImage = false;
25025
+ this.selectedTab = 0;
25026
+ }
25027
+ }
25028
+ subscribeToImage() {
25029
+ this.image.subscribe((media) => {
25030
+ if (this.selectedKey !== '') {
25031
+ this.replaceSliderWithMedia(media);
25032
+ }
25033
+ else {
25034
+ this.addASliderWithMedia(media);
25035
+ }
25036
+ });
25037
+ }
25038
+ getMediaFor(key) {
25039
+ this.selectedKey = key;
25040
+ this.getMedia();
25041
+ }
25042
+ showSlide(key) {
25043
+ if (this.selectedTab === key && !this.showEmptyImage) {
25044
+ return;
25045
+ }
25046
+ this.showEmptyImage = false;
25047
+ this.selectedTab = key;
25048
+ }
25049
+ addASliderWithMedia(media) {
25050
+ const imageMediaDto = new ImageMediaDto();
25051
+ imageMediaDto.image_url = media.image_url;
25052
+ imageMediaDto.id = media.id;
25053
+ this.contentBlock.slider.push(imageMediaDto);
25054
+ this.selectedTab = this.contentBlock.slider.length - 1;
25055
+ this.showEmptyImage = false;
25056
+ this.persist();
25057
+ }
25058
+ replaceSliderWithMedia(media) {
25059
+ const currentImage = this.contentBlock.slider[this.selectedKey];
25060
+ currentImage.image_url = media.image_url;
25061
+ currentImage.id = media.id;
25062
+ this.contentBlock.slider[this.selectedKey] = currentImage;
25063
+ this.selectedKey = '';
25064
+ this.persist();
25065
+ }
25066
+ updateThisImage(key, imageWidthHeight) {
25067
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] === this.contentBlock[FORM_NAME_SLIDER][key][FORM_NAME_IMAGE_URL]) {
25068
+ this.contentBlock[FORM_NAME_SLIDER][key][FORM_NAME_IMAGE_WIDTH] = imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
25069
+ this.contentBlock[FORM_NAME_SLIDER][key][FORM_NAME_IMAGE_HEIGHT] = imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
25070
+ this.persist();
25071
+ }
25072
+ }
25073
+ removeThisSlide(key) {
25074
+ const arrayToShorten = this.contentBlock.slider;
25075
+ delete arrayToShorten[key];
25076
+ this.contentBlock.slider = arrayToShorten.filter(function (item) {
25077
+ return item !== undefined;
25078
+ });
25079
+ if (this.contentBlock.slider.length > 0 && this.showEmptyImage === false) {
25080
+ this.selectedTab = 0;
25081
+ }
25082
+ else {
25083
+ this.selectedTab = null;
25084
+ this.showEmptyImage = true;
25085
+ }
25086
+ this.persist();
25087
+ }
25088
+ onDrop(event) {
25089
+ moveItemInArray(this.contentBlock.slider, event.previousIndex, event.currentIndex);
25090
+ this.selectedTab = event.currentIndex;
25091
+ this.persist();
25092
+ }
25093
+ }
25094
+ SliderWithBannerComponent.decorators = [
25095
+ { type: Component, args: [{
25096
+ selector: SlidersWithBannerService.selector(),
25097
+ template: "<div class=\"wb-slider-with-banner\">\n <div\n class=\"wb-slider-with-banner__container\"\n [ngClass]=\"{\n 'wb-slider-with-banner__container--small': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-slider-with-banner__container--medium': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-slider-with-banner__container--large': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n >\n <div\n class=\"wb-slider-with-banner__container__images\"\n *ngFor=\"let slide of contents[BASE_BLOCK_CONTENT][FORM_NAME_SLIDER]; let k = index\"\n [ngClass]=\"{ 'is-active': !showEmptyImage && selectedTab !== null && selectedTab === k }\"\n >\n <div>\n <wb-structure-config [blockUUID]=\"uuid\" [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\">\n <wb-structure-config-input\n [label]=\"'wb.structures.template.9' | translate\"\n [(ngModel)]=\"slide[FORM_NAME_TITLE]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <div class=\"columns\">\n <div class=\"column\">\n <wb-structure-config-input\n [label]=\"'wb.structures.template.10' | translate\"\n [(ngModel)]=\"slide[FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n </div>\n <div class=\"column\">\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"slide[FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </div>\n </div>\n </wb-structure-config>\n <div\n wbGetSizeImageDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n [urlToParse]=\"slide[FORM_NAME_IMAGE_URL]\"\n (onUpdate)=\"updateThisImage(k, $event)\"\n [style.background-image]=\"'url(' + slide[FORM_NAME_IMAGE_URL] + ')'\"\n *ngIf=\"!showEmptyImage && selectedTab !== null && selectedTab === k\"\n (click)=\"getMediaFor(k)\"\n class=\"wb-slider-with-banner__container__images__slide\"\n [ngClass]=\"{\n 'wb-slider-with-banner__container__images__slide--small':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-slider-with-banner__container__images__slide--medium':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-slider-with-banner__container__images__slide--large':\n contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n ></div>\n </div>\n <div class=\"wb-slider-with-banner__container__controller\" *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_DOTS]\">\n <span\n *ngFor=\"let point of contents[BASE_BLOCK_CONTENT][FORM_NAME_SLIDER]; let f = index\"\n (click)=\"showSlide(f)\"\n [ngClass]=\"{ 'is-active': selectedTab !== null && selectedTab === f }\"\n ></span>\n </div>\n </div>\n <div class=\"wb-slider-with-banner__container__banner\" [style.background-color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_COLOR]\">\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_CONTENT]\" (contentChange)=\"persist()\"></wb-quill>\n </div>\n </div>\n <div\n class=\"wb-slider-with-banner__noimages\"\n wbPicturesTemplateDirective\n [dimensions]=\"sizes[contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK]]\"\n *ngIf=\"showEmptyImage || contents[BASE_BLOCK_CONTENT][FORM_NAME_SLIDER].length === 0\"\n (click)=\"getMedia()\"\n [ngClass]=\"{\n 'wb-slider-with-banner__noimages--small': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_SMALL,\n 'wb-slider-with-banner__noimages--medium': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_MEDIUM,\n 'wb-slider-with-banner__noimages--large': contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE_MASK] === FORM_TYPE_IMAGE_MASK_LARGE\n }\"\n ></div>\n <div\n class=\"wb-additionnal-tools wb-slider-with-banner__container__slider\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SLIDER].length\"\n cdkDropList\n cdkDropListOrientation=\"horizontal\"\n (cdkDropListDropped)=\"onDrop($event)\"\n >\n <a\n class=\"wb-slider-with-banner__container__slider-selector\"\n *ngFor=\"let slideC of contents[BASE_BLOCK_CONTENT][FORM_NAME_SLIDER]; let i = index\"\n (click)=\"showSlide(i)\"\n cdkDrag\n >\n <span></span>\n <span\n >{{ 'wb.structures.template.58' | translate: { nb: i + 1 } }} <i class=\"fal fa-times\" (click)=\"removeThisSlide(i)\"></i>\n </span>\n </a>\n <a\n class=\"wb-slider-with-banner__container__slider-add\"\n (click)=\"getMedia()\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SLIDER].length < 5\"\n >{{ 'wb.structures.template.30' | translate }}</a\n >\n </div>\n</div>\n"
25098
+ },] }
25099
+ ];
25100
+ SliderWithBannerComponent.ctorParameters = () => [];
25101
+
24166
25102
  const BlockComponentList = [
24167
25103
  SliderFullpageComponent,
24168
25104
  SliderLeftnavComponent,
@@ -24267,6 +25203,13 @@ const BlockComponentList = [
24267
25203
  FaqFrameComponent,
24268
25204
  FaqAccordionComponent,
24269
25205
  FaqListIconComponent,
25206
+ FourImagesTitleComponent,
25207
+ TwoImagesTitleTextComponent,
25208
+ TextBackgroundsWithBannerComponent,
25209
+ TextBackgroundsTwoRowsIconTextComponent,
25210
+ TextBackgroundsThreeRowsIconTextComponent,
25211
+ TextBackgroundsFourRowsIconTextComponent,
25212
+ SliderWithBannerComponent,
24270
25213
  ];
24271
25214
  class StructuresModule {
24272
25215
  }
@@ -24533,5 +25476,5 @@ WiziBlockModule.decorators = [
24533
25476
  * Generated bundle index. Do not edit.
24534
25477
  */
24535
25478
 
24536
- export { ApiDto, ExternalConfigDto, MediaConnectorService, MediaDto, TranslationBlockDto, TranslationStructureDto, TranslationsDto, TypesDto, WiziBlockComponent, WiziBlockModule, WiziBlockService, Types as ɵa, MyMissingTranslationHandler as ɵb, SharedDirectivesModule as ɵba, AutofocusDirective as ɵbb, AutoHideDirective as ɵbc, GetSizeImageDirective as ɵbd, ExpectedImagesService as ɵbe, PicturesTemplateDirective as ɵbf, HoldableDirective as ɵbg, StructureToolsComponent as ɵbh, StructureConfigComponent as ɵbi, StructureConfigService as ɵbj, StructureConfigInputComponent as ɵbk, StructureConfigCheckboxComponent as ɵbl, StructureConfigFontComponent as ɵbm, FontAwesomeService as ɵbn, StructureConfigPaymentComponent as ɵbo, StructureSelectComponent as ɵbp, StructureSearchProductComponent as ɵbq, StructureConfigExtendedInputComponent as ɵbr, StructureAmplifySearchProductComponent as ɵbs, StructureAmplifySearchCategoryComponent as ɵbt, LoaderComponent as ɵbu, SmallLoaderComponent as ɵbv, StarComponent as ɵbw, QuillComponent as ɵbx, QuillService as ɵby, FaqComponent as ɵbz, animateListFromRight as ɵc, BlockComponentList as ɵca, StructuresModule as ɵcb, SliderFullpageComponent as ɵcc, StructuresComponent as ɵcd, SlidersFullpageService as ɵce, SliderLeftnavComponent as ɵcf, SlidersLeftnavService as ɵcg, SliderImagerightComponent as ɵch, SlidersImagerightService as ɵci, SliderDoubleImagerightComponent as ɵcj, SlidersDoubleImagerightService as ɵck, SeparatorSimpleComponent as ɵcl, SeparatorSimpleService as ɵcm, CodeHtmlComponent as ɵcn, CodeHtmlService as ɵco, CodeJavascriptComponent as ɵcp, CodeJavascriptService as ɵcq, VideosSimpleComponent as ɵcr, VideosSimpleService as ɵcs, YoutubeService as ɵct, VimeoService as ɵcu, VideosTxtComponent as ɵcv, VideosTxtService as ɵcw, VideosTxtContentComponent as ɵcx, VideosTxtContentService as ɵcy, LaunchVideosButtonComponent as ɵcz, animateListFromLeft as ɵd, LaunchVideosButtonService as ɵda, LaunchVideosButtontxtComponent as ɵdb, LaunchVideosButtontxtService as ɵdc, ImagesBannerComponent as ɵdd, ImagesBannerService as ɵde, ImagesSimpleComponent as ɵdf, ImagesSimpleService as ɵdg, ImagesDoubleComponent as ɵdh, ImagesDoubleService as ɵdi, ImagesTripleComponent as ɵdj, ImagesTripleService as ɵdk, ImagesQuadrupleComponent as ɵdl, ImagesQuadrupleService as ɵdm, ImagesQuadrupleLeftOneRightComponent as ɵdn, ImagesQuadrupleLeftOneRightService as ɵdo, ImagesBigAndDoubleComponent as ɵdp, ImagesBigAndDoubleService as ɵdq, ImagesBigsAndDoubleMiddleComponent as ɵdr, ImagesBigsAndDoubleMiddleService as ɵds, TextBackgroundsLinkComponent as ɵdt, TextBackgroundsLinkService as ɵdu, TextBackgroundsSimpleComponent as ɵdv, TextBackgroundsSimpleService as ɵdw, TextBackgroundsWithTxtComponent as ɵdx, TextBackgroundsWithTxtService as ɵdy, ImagesTextsBigLeftTextRightComponent as ɵdz, ConfigService as ɵe, ImagesTextsBigLeftTextRightService as ɵea, ImagesTextsBigRightTextLeftComponent as ɵeb, ImagesTextsBigRightTextLeftService as ɵec, ImagesTextsLeftTextRightComponent as ɵed, ImagesTextsLeftTextRightService as ɵee, ImagesTextsRightTextLeftComponent as ɵef, ImagesTextsRightTextLeftService as ɵeg, ImagesTextsOneTextOneComponent as ɵeh, ImagesTextsOneTextOneService as ɵei, ImagesTextsSmallLeftTextRightComponent as ɵej, ImagesTextsSmallLeftTextRightService as ɵek, ImagesTextsSmallRightTextLeftComponent as ɵel, ImagesTextsSmallRightTextLeftService as ɵem, ImagesTextsTextOneTextComponent as ɵen, ImagesTextsTextOneTextService as ɵeo, TextsOneBackgroundComponent as ɵep, TextsOneBackgroundService as ɵeq, TextsDoubleBackgroundComponent as ɵer, TextsDoubleBackgroundService as ɵes, TextsTripleBackgroundComponent as ɵet, TextsTripleBackgroundService as ɵeu, TextsQuadrupleComponent as ɵev, TextsQuadrupleService as ɵew, TextsQuadrupleNumbersComponent as ɵex, TextsQuadrupleNumbersService as ɵey, FormsSimpleComponent as ɵez, ContentService as ɵf, FormsSimpleService as ɵfa, TextsQuadrupleBackgroundComponent as ɵfb, TextsQuadrupleBackgroundService as ɵfc, TextsTripleComponent as ɵfd, TextsTripleService as ɵfe, TextsOneComponent as ɵff, TextsOneService as ɵfg, TextsDoubleComponent as ɵfh, TextsDoubleService as ɵfi, FormsBackgroundComponent as ɵfj, FormsBackgroundService as ɵfk, VideosTxtLeftComponent as ɵfl, VideosTxtLeftService as ɵfm, FormsImageleftComponent as ɵfn, FormsImageleftService as ɵfo, FormsImagerightComponent as ɵfp, FormsImagerightService as ɵfq, FormsOnboardingComponent as ɵfr, FormsOnboardingService as ɵfs, SocialsLikeComponent as ɵft, SocialsLikeService as ɵfu, SocialsPageSimpleComponent as ɵfv, SocialsPageSimpleService as ɵfw, SocialsPageComplexComponent as ɵfx, SocialsPageComplexService as ɵfy, SocialsNetworkComponent as ɵfz, ExternalConfigService as ɵg, SocialsNetworkService as ɵga, ProductsListClassicComponent as ɵgb, ProductsListClassicService as ɵgc, CurrencyService as ɵgd, ProductsListSimpleComponent as ɵge, ProductsListSimpleService as ɵgf, RassurancesTripleBackgroundComponent as ɵgg, RassurancesTripleBackgroundService as ɵgh, RassurancesQuadrupleAlignedComponent as ɵgi, RassurancesQuadrupleAlignedService as ɵgj, RassurancesQuadrupleBackgroundComponent as ɵgk, RassurancesQuadrupleBackgroundService as ɵgl, NewsletterAlignedCenterImageComponent as ɵgm, NewsletterAlignedCenterImageService as ɵgn, NewsletterAlignedCenterBackgroundComponent as ɵgo, NewsletterAlignedCenterBackgroundService as ɵgp, NewsletterCenterImageComponent as ɵgq, NewsletterCenterImageService as ɵgr, ProductsListSelectedComponent as ɵgs, ProductsListSelectedService as ɵgt, CodeStylesheetComponent as ɵgu, CodeStylesheetService as ɵgv, WitnessTwiceComponent as ɵgw, WitnessTwiceService as ɵgx, WitnessTripleComponent as ɵgy, WitnessTripleService as ɵgz, ApiService as ɵh, WitnessQuadrupleComponent as ɵha, WitnessQuadrupleService as ɵhb, WitnessBackgroundOneComponent as ɵhc, WitnessBackgroundOneService as ɵhd, WitnessBackgroundDoubleComponent as ɵhe, WitnessBackgroundDoubleService as ɵhf, ReviewsSimpleComponent as ɵhg, ReviewsSimpleService as ɵhh, QuotesSimpleComponent as ɵhi, QuotesSimpleService as ɵhj, QuotesAuthorComponent as ɵhk, QuotesAuthorService as ɵhl, QuotesSimpleBackgroundComponent as ɵhm, QuotesSimpleBackgroundService as ɵhn, ReviewsWaterfallComponent as ɵho, ReviewsWaterfallService as ɵhp, MapFullpageComponent as ɵhq, MapFullpageService as ɵhr, MapLeftTextComponent as ɵhs, MapLeftTextService as ɵht, MapRightTextComponent as ɵhu, MapRightTextService as ɵhv, MapTextFormComponent as ɵhw, MapTextFormService as ɵhx, MapBackgroundFormLeftComponent as ɵhy, MapBackgroundFormLeftService as ɵhz, ComponentsModule as ɵi, MapBackgroundFormRightComponent as ɵia, MapBackgroundFormRightService as ɵib, AmplifyProductsListSimpleComponent as ɵic, AmplifyProductsListSimpleService as ɵid, AmplifyProductsListSelectedComponent as ɵie, AmplifyProductsListSelectedService as ɵif, AmplifyProductsListClassicComponent as ɵig, AmplifyProductsListClassicService as ɵih, AmplifyProductZoomComponent as ɵii, AmplifyProductZoomService as ɵij, AmplifyProductZoomTripleColumnComponent as ɵik, AmplifyProductZoomTripleColumnService as ɵil, AmplifyProductZoomSelectedComponent as ɵim, AmplifyProductZoomSelectedService as ɵin, AmplifyProductZoomMoreComponent as ɵio, AmplifyProductZoomMoreService as ɵip, ProductZoomComponent as ɵiq, ProductZoomService as ɵir, ProductZoomTripleColumnComponent as ɵis, ProductZoomTripleColumnService as ɵit, ProductZoomSelectedComponent as ɵiu, ProductZoomSelectedService as ɵiv, ProductZoomMoreComponent as ɵiw, ProductZoomMoreService as ɵix, ProductZoomCompleteComponent as ɵiy, ProductZoomCompleteService as ɵiz, BlocksComponent as ɵj, ProductZoomCompleteSliderComponent as ɵja, ProductZoomCompleteSliderService as ɵjb, ProductZoomSimpleComponent as ɵjc, ProductZoomSimpleService as ɵjd, ProductZoomCompleteBackgroundComponent as ɵje, ProductZoomCompleteBackgroundService as ɵjf, TimerSimpleComponent as ɵjg, TimerSimpleService as ɵjh, TimerBackgroundComponent as ɵji, TimerBackgroundService as ɵjj, TimerClockComponent as ɵjk, TimerClockService as ɵjl, TimerAirportComponent as ɵjm, TimerAirportService as ɵjn, TimerMultipleImgComponent as ɵjo, TimerMultipleImgService as ɵjp, AboutBlockComponent as ɵjq, AboutBlockService as ɵjr, FaqSimpleComponent as ɵjs, FaqSimpleService as ɵjt, FaqSimpleBackgroundComponent as ɵju, FaqSimpleBackgroundService as ɵjv, FaqFrameComponent as ɵjw, FaqFrameService as ɵjx, FaqAccordionComponent as ɵjy, FaqAccordionService as ɵjz, ConfigsComponent as ɵk, FaqListIconComponent as ɵka, FaqListIconService as ɵkb, LoaderComponentModule as ɵkc, PreviewsComponent as ɵl, ContainerBlockComponent as ɵm, SharedModule as ɵn, SharedComponentsModule as ɵo, SharedPipesModule as ɵp, SafeUrlPipe as ɵq, SafeStylePipe as ɵr, AddZeroForTimerPipe as ɵs, AnswerTypePipe as ɵt, TinyColorPipe as ɵu, ArrayNumberPipe as ɵv, CheckPaymentValuePipe as ɵw, EvenOddPipe as ɵx, StripTagsPipe as ɵy, ImgPathPipe as ɵz };
25479
+ export { ApiDto, ExternalConfigDto, MediaConnectorService, MediaDto, TranslationBlockDto, TranslationStructureDto, TranslationsDto, TypesDto, WiziBlockComponent, WiziBlockModule, WiziBlockService, Types as ɵa, MyMissingTranslationHandler as ɵb, SharedDirectivesModule as ɵba, AutofocusDirective as ɵbb, AutoHideDirective as ɵbc, GetSizeImageDirective as ɵbd, ExpectedImagesService as ɵbe, PicturesTemplateDirective as ɵbf, HoldableDirective as ɵbg, ShowDeleteButtonDirective as ɵbh, StructureToolsComponent as ɵbi, StructureConfigComponent as ɵbj, StructureConfigService as ɵbk, StructureConfigInputComponent as ɵbl, StructureConfigCheckboxComponent as ɵbm, StructureConfigFontComponent as ɵbn, FontAwesomeService as ɵbo, StructureConfigPaymentComponent as ɵbp, StructureSelectComponent as ɵbq, StructureSearchProductComponent as ɵbr, StructureConfigExtendedInputComponent as ɵbs, StructureAmplifySearchProductComponent as ɵbt, StructureAmplifySearchCategoryComponent as ɵbu, LoaderComponent as ɵbv, SmallLoaderComponent as ɵbw, StarComponent as ɵbx, QuillComponent as ɵby, QuillService as ɵbz, animateListFromRight as ɵc, FaqComponent as ɵca, BlockComponentList as ɵcb, StructuresModule as ɵcc, SliderFullpageComponent as ɵcd, StructuresComponent as ɵce, SlidersFullpageService as ɵcf, SliderLeftnavComponent as ɵcg, SlidersLeftnavService as ɵch, SliderImagerightComponent as ɵci, SlidersImagerightService as ɵcj, SliderDoubleImagerightComponent as ɵck, SlidersDoubleImagerightService as ɵcl, SeparatorSimpleComponent as ɵcm, SeparatorSimpleService as ɵcn, CodeHtmlComponent as ɵco, CodeHtmlService as ɵcp, CodeJavascriptComponent as ɵcq, CodeJavascriptService as ɵcr, VideosSimpleComponent as ɵcs, VideosSimpleService as ɵct, YoutubeService as ɵcu, VimeoService as ɵcv, VideosTxtComponent as ɵcw, VideosTxtService as ɵcx, VideosTxtContentComponent as ɵcy, VideosTxtContentService as ɵcz, animateListFromLeft as ɵd, LaunchVideosButtonComponent as ɵda, LaunchVideosButtonService as ɵdb, LaunchVideosButtontxtComponent as ɵdc, LaunchVideosButtontxtService as ɵdd, ImagesBannerComponent as ɵde, ImagesBannerService as ɵdf, ImagesSimpleComponent as ɵdg, ImagesSimpleService as ɵdh, ImagesDoubleComponent as ɵdi, ImagesDoubleService as ɵdj, ImagesTripleComponent as ɵdk, ImagesTripleService as ɵdl, ImagesQuadrupleComponent as ɵdm, ImagesQuadrupleService as ɵdn, ImagesQuadrupleLeftOneRightComponent as ɵdo, ImagesQuadrupleLeftOneRightService as ɵdp, ImagesBigAndDoubleComponent as ɵdq, ImagesBigAndDoubleService as ɵdr, ImagesBigsAndDoubleMiddleComponent as ɵds, ImagesBigsAndDoubleMiddleService as ɵdt, TextBackgroundsLinkComponent as ɵdu, TextBackgroundsLinkService as ɵdv, TextBackgroundsSimpleComponent as ɵdw, TextBackgroundsSimpleService as ɵdx, TextBackgroundsWithTxtComponent as ɵdy, TextBackgroundsWithTxtService as ɵdz, ConfigService as ɵe, ImagesTextsBigLeftTextRightComponent as ɵea, ImagesTextsBigLeftTextRightService as ɵeb, ImagesTextsBigRightTextLeftComponent as ɵec, ImagesTextsBigRightTextLeftService as ɵed, ImagesTextsLeftTextRightComponent as ɵee, ImagesTextsLeftTextRightService as ɵef, ImagesTextsRightTextLeftComponent as ɵeg, ImagesTextsRightTextLeftService as ɵeh, ImagesTextsOneTextOneComponent as ɵei, ImagesTextsOneTextOneService as ɵej, ImagesTextsSmallLeftTextRightComponent as ɵek, ImagesTextsSmallLeftTextRightService as ɵel, ImagesTextsSmallRightTextLeftComponent as ɵem, ImagesTextsSmallRightTextLeftService as ɵen, ImagesTextsTextOneTextComponent as ɵeo, ImagesTextsTextOneTextService as ɵep, TextsOneBackgroundComponent as ɵeq, TextsOneBackgroundService as ɵer, TextsDoubleBackgroundComponent as ɵes, TextsDoubleBackgroundService as ɵet, TextsTripleBackgroundComponent as ɵeu, TextsTripleBackgroundService as ɵev, TextsQuadrupleComponent as ɵew, TextsQuadrupleService as ɵex, TextsQuadrupleNumbersComponent as ɵey, TextsQuadrupleNumbersService as ɵez, ContentService as ɵf, FormsSimpleComponent as ɵfa, FormsSimpleService as ɵfb, TextsQuadrupleBackgroundComponent as ɵfc, TextsQuadrupleBackgroundService as ɵfd, TextsTripleComponent as ɵfe, TextsTripleService as ɵff, TextsOneComponent as ɵfg, TextsOneService as ɵfh, TextsDoubleComponent as ɵfi, TextsDoubleService as ɵfj, FormsBackgroundComponent as ɵfk, FormsBackgroundService as ɵfl, VideosTxtLeftComponent as ɵfm, VideosTxtLeftService as ɵfn, FormsImageleftComponent as ɵfo, FormsImageleftService as ɵfp, FormsImagerightComponent as ɵfq, FormsImagerightService as ɵfr, FormsOnboardingComponent as ɵfs, FormsOnboardingService as ɵft, SocialsLikeComponent as ɵfu, SocialsLikeService as ɵfv, SocialsPageSimpleComponent as ɵfw, SocialsPageSimpleService as ɵfx, SocialsPageComplexComponent as ɵfy, SocialsPageComplexService as ɵfz, ExternalConfigService as ɵg, SocialsNetworkComponent as ɵga, SocialsNetworkService as ɵgb, ProductsListClassicComponent as ɵgc, ProductsListClassicService as ɵgd, CurrencyService as ɵge, ProductsListSimpleComponent as ɵgf, ProductsListSimpleService as ɵgg, RassurancesTripleBackgroundComponent as ɵgh, RassurancesTripleBackgroundService as ɵgi, RassurancesQuadrupleAlignedComponent as ɵgj, RassurancesQuadrupleAlignedService as ɵgk, RassurancesQuadrupleBackgroundComponent as ɵgl, RassurancesQuadrupleBackgroundService as ɵgm, NewsletterAlignedCenterImageComponent as ɵgn, NewsletterAlignedCenterImageService as ɵgo, NewsletterAlignedCenterBackgroundComponent as ɵgp, NewsletterAlignedCenterBackgroundService as ɵgq, NewsletterCenterImageComponent as ɵgr, NewsletterCenterImageService as ɵgs, ProductsListSelectedComponent as ɵgt, ProductsListSelectedService as ɵgu, CodeStylesheetComponent as ɵgv, CodeStylesheetService as ɵgw, WitnessTwiceComponent as ɵgx, WitnessTwiceService as ɵgy, WitnessTripleComponent as ɵgz, ApiService as ɵh, WitnessTripleService as ɵha, WitnessQuadrupleComponent as ɵhb, WitnessQuadrupleService as ɵhc, WitnessBackgroundOneComponent as ɵhd, WitnessBackgroundOneService as ɵhe, WitnessBackgroundDoubleComponent as ɵhf, WitnessBackgroundDoubleService as ɵhg, ReviewsSimpleComponent as ɵhh, ReviewsSimpleService as ɵhi, QuotesSimpleComponent as ɵhj, QuotesSimpleService as ɵhk, QuotesAuthorComponent as ɵhl, QuotesAuthorService as ɵhm, QuotesSimpleBackgroundComponent as ɵhn, QuotesSimpleBackgroundService as ɵho, ReviewsWaterfallComponent as ɵhp, ReviewsWaterfallService as ɵhq, MapFullpageComponent as ɵhr, MapFullpageService as ɵhs, MapLeftTextComponent as ɵht, MapLeftTextService as ɵhu, MapRightTextComponent as ɵhv, MapRightTextService as ɵhw, MapTextFormComponent as ɵhx, MapTextFormService as ɵhy, MapBackgroundFormLeftComponent as ɵhz, ComponentsModule as ɵi, MapBackgroundFormLeftService as ɵia, MapBackgroundFormRightComponent as ɵib, MapBackgroundFormRightService as ɵic, AmplifyProductsListSimpleComponent as ɵid, AmplifyProductsListSimpleService as ɵie, AmplifyProductsListSelectedComponent as ɵif, AmplifyProductsListSelectedService as ɵig, AmplifyProductsListClassicComponent as ɵih, AmplifyProductsListClassicService as ɵii, AmplifyProductZoomComponent as ɵij, AmplifyProductZoomService as ɵik, AmplifyProductZoomTripleColumnComponent as ɵil, AmplifyProductZoomTripleColumnService as ɵim, AmplifyProductZoomSelectedComponent as ɵin, AmplifyProductZoomSelectedService as ɵio, AmplifyProductZoomMoreComponent as ɵip, AmplifyProductZoomMoreService as ɵiq, ProductZoomComponent as ɵir, ProductZoomService as ɵis, ProductZoomTripleColumnComponent as ɵit, ProductZoomTripleColumnService as ɵiu, ProductZoomSelectedComponent as ɵiv, ProductZoomSelectedService as ɵiw, ProductZoomMoreComponent as ɵix, ProductZoomMoreService as ɵiy, ProductZoomCompleteComponent as ɵiz, BlocksComponent as ɵj, ProductZoomCompleteService as ɵja, ProductZoomCompleteSliderComponent as ɵjb, ProductZoomCompleteSliderService as ɵjc, ProductZoomSimpleComponent as ɵjd, ProductZoomSimpleService as ɵje, ProductZoomCompleteBackgroundComponent as ɵjf, ProductZoomCompleteBackgroundService as ɵjg, TimerSimpleComponent as ɵjh, TimerSimpleService as ɵji, TimerBackgroundComponent as ɵjj, TimerBackgroundService as ɵjk, TimerClockComponent as ɵjl, TimerClockService as ɵjm, TimerAirportComponent as ɵjn, TimerAirportService as ɵjo, TimerMultipleImgComponent as ɵjp, TimerMultipleImgService as ɵjq, AboutBlockComponent as ɵjr, AboutBlockService as ɵjs, FaqSimpleComponent as ɵjt, FaqSimpleService as ɵju, FaqSimpleBackgroundComponent as ɵjv, FaqSimpleBackgroundService as ɵjw, FaqFrameComponent as ɵjx, FaqFrameService as ɵjy, FaqAccordionComponent as ɵjz, ConfigsComponent as ɵk, FaqAccordionService as ɵka, FaqListIconComponent as ɵkb, FaqListIconService as ɵkc, FourImagesTitleComponent as ɵkd, FourImagesTitleService as ɵke, TranslateBlockService as ɵkf, TwoImagesTitleTextComponent as ɵkg, TwoImagesTitleTextService as ɵkh, TextBackgroundsWithBannerComponent as ɵki, TextBackgroundsWithBannerService as ɵkj, TextBackgroundsTwoRowsIconTextComponent as ɵkk, TextBackgroundsTwoRowsIconTextService as ɵkl, TextBackgroundsThreeRowsIconTextComponent as ɵkm, TextBackgroundsThreeRowsIconTextService as ɵkn, TextBackgroundsFourRowsIconTextComponent as ɵko, TextBackgroundsFourRowsIconTextService as ɵkp, SliderWithBannerComponent as ɵkq, SlidersWithBannerService as ɵkr, LoaderComponentModule as ɵks, PreviewsComponent as ɵl, ContainerBlockComponent as ɵm, SharedModule as ɵn, SharedComponentsModule as ɵo, SharedPipesModule as ɵp, SafeUrlPipe as ɵq, SafeStylePipe as ɵr, AddZeroForTimerPipe as ɵs, AnswerTypePipe as ɵt, TinyColorPipe as ɵu, ArrayNumberPipe as ɵv, CheckPaymentValuePipe as ɵw, EvenOddPipe as ɵx, StripTagsPipe as ɵy, ImgPathPipe as ɵz };
24537
25480
  //# sourceMappingURL=wizishop-wizi-block.js.map