@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,8 +1,8 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@ngx-translate/core'), require('uuid'), require('@angular/cdk/drag-drop'), require('@angular/animations'), require('@angular/common/http'), require('rxjs/operators'), require('@angular/common'), require('@angular/forms'), require('@angular/platform-browser'), require('@ctrl/tinycolor'), require('quill'), require('monaco-editor'), require('ngx-quill'), require('@fortawesome/fontawesome-svg-core'), require('@fortawesome/free-solid-svg-icons'), require('@fortawesome/free-regular-svg-icons'), require('@fortawesome/free-brands-svg-icons'), require('@wizishop/ng-wizi-bulma'), require('ngx-scrollbar'), require('ngx-monaco-editor'), require('leaflet'), require('places.js'), require('@asymmetrik/ngx-leaflet'), require('ngx-color-picker')) :
3
3
  typeof define === 'function' && define.amd ? define('@wizishop/wizi-block', ['exports', '@angular/core', 'rxjs', '@ngx-translate/core', 'uuid', '@angular/cdk/drag-drop', '@angular/animations', '@angular/common/http', 'rxjs/operators', '@angular/common', '@angular/forms', '@angular/platform-browser', '@ctrl/tinycolor', 'quill', 'monaco-editor', 'ngx-quill', '@fortawesome/fontawesome-svg-core', '@fortawesome/free-solid-svg-icons', '@fortawesome/free-regular-svg-icons', '@fortawesome/free-brands-svg-icons', '@wizishop/ng-wizi-bulma', 'ngx-scrollbar', 'ngx-monaco-editor', 'leaflet', 'places.js', '@asymmetrik/ngx-leaflet', 'ngx-color-picker'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wizishop = global.wizishop || {}, global.wizishop['wizi-block'] = {}), global.ng.core, global.rxjs, global.core, global['^3']['3']['2'], global.ng.cdk.dragDrop, global.ng.animations, global.ng.common.http, global.rxjs.operators, global.ng.common, global.ng.forms, global.ng.platformBrowser, global['^2']['5']['2'], global['^1']['3']['6'], global.monaco, global['^5']['0']['0'], global['^1']['2']['27'], global['^5']['12']['1'], global['^5']['12']['1'], global['^5']['12']['1'], global['^7']['0']['11'], global['^7']['2']['1-beta']['0'], global['^8']['1']['1'], global['^1']['5']['1'], global['^1']['16']['4'], global['^5']['0']['2'], global['^9']['0']['0']));
5
- }(this, (function (exports, i0, rxjs, core, uuid, dragDrop, animations, i1, operators, common, forms, platformBrowser, tinycolor, QuillNamespace, monaco, ngxQuill, fontawesomeSvgCore, freeSolidSvgIcons, freeRegularSvgIcons, freeBrandsSvgIcons, ngWiziBulma, ngxScrollbar, ngxMonacoEditor, leaflet, places, ngxLeaflet, ngxColorPicker) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wizishop = global.wizishop || {}, global.wizishop['wizi-block'] = {}), global.ng.core, global.rxjs, global.i1, global['^3']['3']['2'], global.ng.cdk.dragDrop, global.ng.animations, global.ng.common.http, global.rxjs.operators, global.ng.common, global.ng.forms, global.ng.platformBrowser, global['^2']['5']['2'], global['^1']['3']['6'], global.monaco, global['^5']['0']['0'], global['^1']['2']['27'], global['^5']['12']['1'], global['^5']['12']['1'], global['^5']['12']['1'], global['^7']['0']['11'], global['^7']['2']['1-beta']['0'], global['^8']['1']['1'], global['^1']['5']['1'], global['^1']['16']['4'], global['^5']['0']['2'], global['^9']['0']['0']));
5
+ }(this, (function (exports, i0, rxjs, i1, uuid, dragDrop, animations, i1$1, operators, common, forms, platformBrowser, tinycolor, QuillNamespace, monaco, ngxQuill, fontawesomeSvgCore, freeSolidSvgIcons, freeRegularSvgIcons, freeBrandsSvgIcons, ngWiziBulma, ngxScrollbar, ngxMonacoEditor, leaflet, places, ngxLeaflet, ngxColorPicker) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -469,6 +469,30 @@
469
469
  return ParentStructuresService;
470
470
  }());
471
471
 
472
+ var TranslateBlockService = /** @class */ (function () {
473
+ function TranslateBlockService(translateService) {
474
+ this.translateService = translateService;
475
+ }
476
+ TranslateBlockService.prototype.translateProperties = function (block) {
477
+ var _this = this;
478
+ Object.keys(block).forEach(function (property) {
479
+ if (typeof block[property] === 'string' && /^wb\./i.test(block[property])) {
480
+ block[property] = _this.translateService.instant(block[property]);
481
+ }
482
+ });
483
+ };
484
+ return TranslateBlockService;
485
+ }());
486
+ TranslateBlockService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TranslateBlockService_Factory() { return new TranslateBlockService(i0.ɵɵinject(i1.TranslateService)); }, token: TranslateBlockService, providedIn: "root" });
487
+ TranslateBlockService.decorators = [
488
+ { type: i0.Injectable, args: [{
489
+ providedIn: 'root',
490
+ },] }
491
+ ];
492
+ TranslateBlockService.ctorParameters = function () { return [
493
+ { type: i1.TranslateService }
494
+ ]; };
495
+
472
496
  var FORM_TYPE_TEXT = 'text';
473
497
  var FORM_TYPE_NUMBER = 'number';
474
498
  var FORM_TYPE_CHECKBOX = 'checkbox';
@@ -543,10 +567,14 @@
543
567
  var FORM_NAME_MUTE = 'mute';
544
568
  var FORM_NAME_LOOP = 'loop';
545
569
  var FORM_NAME_LINK = 'link';
570
+ var FORM_NAME_LINK_LEFT = 'link_left';
571
+ var FORM_NAME_LINK_RIGHT = 'link_right';
546
572
  var FORM_NAME_URL = 'url';
547
573
  var FORM_NAME_URL_LEFT = 'url_left';
548
574
  var FORM_NAME_URL_RIGHT = 'url_right';
549
575
  var FORM_NAME_TEXT = 'text';
576
+ var FORM_NAME_TEXT_LEFT = 'text_left';
577
+ var FORM_NAME_TEXT_RIGHT = 'text_right';
550
578
  var FORM_NAME_TYPE_VIDEO = 'type_video';
551
579
  var FORM_NAME_TYPE_PRODUCT = 'type_product';
552
580
  var FORM_NAME_AMPLIFY_CATEGORY = 'amplify_category';
@@ -646,6 +674,10 @@
646
674
  var FORM_NAME_WIDTH_BLOCK = 'width_block';
647
675
  var FORM_NAME_HIDE_BLOCK = 'hide_block';
648
676
  var FORM_NAME_EXTERNAL = 'external';
677
+ var FORM_NAME_ITEM_NUMBER = 'item_number';
678
+ var FORM_NAME_LINE_NUMBER = 'line_number';
679
+ var FORM_NAME_ROWS = 'rows';
680
+ var FORM_NAME_COLUMNS = 'columns';
649
681
  var FormsContentDto = /** @class */ (function () {
650
682
  function FormsContentDto(id, label, type, value, placeholder, help, step, stepKey, state, iconHelp) {
651
683
  if (help === void 0) { help = ''; }
@@ -670,8 +702,9 @@
670
702
  function FormsDto(block, hasMargin) {
671
703
  if (hasMargin === void 0) { hasMargin = true; }
672
704
  this.forms = [];
705
+ var translateBlockService = InjectorService.Injector.get(TranslateBlockService);
673
706
  this.block = block;
674
- this.translateProperties();
707
+ translateBlockService.translateProperties(this.block);
675
708
  if (hasMargin) {
676
709
  this.forms.push(new FormsContentDto(FORM_NAME_MARGIN, 'wb.forms.FormsContentDto.1', FORM_TYPE_TAG, block[FORM_NAME_MARGIN], '#122231', '', [
677
710
  'wb.blocks.FormContentDto.101',
@@ -693,15 +726,6 @@
693
726
  this.forms.push(new FormsContentDto(FORM_NAME_HIDE_BLOCK, 'wb.forms.FormsContentDto.4', FORM_TYPE_CHECKBOX, block[FORM_NAME_HIDE_BLOCK], '', '', [], [], [true, false]));
694
727
  }
695
728
  }
696
- FormsDto.prototype.translateProperties = function () {
697
- var _this = this;
698
- var translateService = InjectorService.Injector.get(core.TranslateService);
699
- Object.keys(this.block).forEach(function (property) {
700
- if (typeof _this.block[property] === 'string' && /^wb\./i.test(_this.block[property])) {
701
- _this.block[property] = translateService.instant(_this.block[property]);
702
- }
703
- });
704
- };
705
729
  return FormsDto;
706
730
  }());
707
731
 
@@ -3730,19 +3754,79 @@
3730
3754
  },] }
3731
3755
  ];
3732
3756
 
3733
- var _a$K, _b$I, _c$E;
3757
+ var _a$K, _b$I, _c$E, _d$C;
3758
+ var FourImagesTitleDto = /** @class */ (function (_super) {
3759
+ __extends(FourImagesTitleDto, _super);
3760
+ function FourImagesTitleDto() {
3761
+ var _this = _super.apply(this, __spread(arguments)) || this;
3762
+ _this[_a$K] = 'small';
3763
+ _this[_b$I] = true;
3764
+ _this[_c$E] = [];
3765
+ _this[_d$C] = false;
3766
+ return _this;
3767
+ }
3768
+ return FourImagesTitleDto;
3769
+ }(ParentBlockDto));
3770
+ _a$K = FORM_NAME_IMG_MASK, _b$I = FORM_NAME_FULLPAGE, _c$E = FORM_NAME_ELEMENTS, _d$C = FORM_NAME_INIT;
3771
+
3772
+ var TYPE_FOUR_IMAGES_TITLE = 'images-quadruple-with-title';
3773
+ var FourImagesTitleService = /** @class */ (function () {
3774
+ function FourImagesTitleService() {
3775
+ this._text = 'wb.blocks.images.fourImagesTitle';
3776
+ }
3777
+ FourImagesTitleService.selector = function () {
3778
+ return 'wb-' + TYPE_FOUR_IMAGES_TITLE;
3779
+ };
3780
+ Object.defineProperty(FourImagesTitleService.prototype, "text", {
3781
+ get: function () {
3782
+ return this._text;
3783
+ },
3784
+ set: function (value) {
3785
+ this._text = value;
3786
+ },
3787
+ enumerable: false,
3788
+ configurable: true
3789
+ });
3790
+ FourImagesTitleService.prototype.type = function () {
3791
+ return TYPE_FOUR_IMAGES_TITLE;
3792
+ };
3793
+ FourImagesTitleService.prototype.image = function () {
3794
+ return 'Image_4ImgTitre.png';
3795
+ };
3796
+ FourImagesTitleService.prototype.getForm = function (content) {
3797
+ if (content === void 0) { content = this.getConfig(); }
3798
+ var FourImagesTitleFormDto = new FormsDto(content);
3799
+ var 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']);
3800
+ FourImagesTitleFormDto.forms.push(maskFourImagesTitleContentDto);
3801
+ var fullpageFourImagesTitleContentDto = new FormsContentDto(FORM_NAME_FULLPAGE, 'wb.blocks.FormContentDto.16', FORM_TYPE_CHECKBOX, content[FORM_NAME_FULLPAGE], '', '', [], [], [true, false]);
3802
+ FourImagesTitleFormDto.forms.push(fullpageFourImagesTitleContentDto);
3803
+ return FourImagesTitleFormDto;
3804
+ };
3805
+ FourImagesTitleService.prototype.getConfig = function () {
3806
+ return new FourImagesTitleDto(this.type());
3807
+ };
3808
+ return FourImagesTitleService;
3809
+ }());
3810
+ FourImagesTitleService.ɵprov = i0.ɵɵdefineInjectable({ factory: function FourImagesTitleService_Factory() { return new FourImagesTitleService(); }, token: FourImagesTitleService, providedIn: "root" });
3811
+ FourImagesTitleService.decorators = [
3812
+ { type: i0.Injectable, args: [{
3813
+ providedIn: 'root',
3814
+ },] }
3815
+ ];
3816
+
3817
+ var _a$L, _b$J, _c$F;
3734
3818
  var ImagesSimpleDto = /** @class */ (function (_super) {
3735
3819
  __extends(ImagesSimpleDto, _super);
3736
3820
  function ImagesSimpleDto() {
3737
3821
  var _this = _super.apply(this, __spread(arguments)) || this;
3738
- _this[_a$K] = true;
3739
- _this[_b$I] = 'small';
3740
- _this[_c$E] = false;
3822
+ _this[_a$L] = true;
3823
+ _this[_b$J] = 'small';
3824
+ _this[_c$F] = false;
3741
3825
  return _this;
3742
3826
  }
3743
3827
  return ImagesSimpleDto;
3744
3828
  }(ParentBlockDto));
3745
- _a$K = FORM_NAME_FULLPAGE, _b$I = FORM_NAME_IMG_MASK, _c$E = FORM_NAME_PARALLAX;
3829
+ _a$L = FORM_NAME_FULLPAGE, _b$J = FORM_NAME_IMG_MASK, _c$F = FORM_NAME_PARALLAX;
3746
3830
 
3747
3831
  var TYPE_IMAGES_SIMPLE = 'images-simple';
3748
3832
  var ImagesSimpleService = /** @class */ (function () {
@@ -3789,18 +3873,18 @@
3789
3873
  },] }
3790
3874
  ];
3791
3875
 
3792
- var _a$L, _b$J;
3876
+ var _a$M, _b$K;
3793
3877
  var ImagesDoubleDto = /** @class */ (function (_super) {
3794
3878
  __extends(ImagesDoubleDto, _super);
3795
3879
  function ImagesDoubleDto() {
3796
3880
  var _this = _super.apply(this, __spread(arguments)) || this;
3797
- _this[_a$L] = true;
3798
- _this[_b$J] = 'small';
3881
+ _this[_a$M] = true;
3882
+ _this[_b$K] = 'small';
3799
3883
  return _this;
3800
3884
  }
3801
3885
  return ImagesDoubleDto;
3802
3886
  }(ParentBlockDto));
3803
- _a$L = FORM_NAME_FULLPAGE, _b$J = FORM_NAME_IMG_MASK;
3887
+ _a$M = FORM_NAME_FULLPAGE, _b$K = FORM_NAME_IMG_MASK;
3804
3888
 
3805
3889
  var TYPE_IMAGES_DOUBLE = 'images-double';
3806
3890
  var ImagesDoubleService = /** @class */ (function () {
@@ -3845,18 +3929,18 @@
3845
3929
  },] }
3846
3930
  ];
3847
3931
 
3848
- var _a$M, _b$K;
3932
+ var _a$N, _b$L;
3849
3933
  var ImagesTripleDto = /** @class */ (function (_super) {
3850
3934
  __extends(ImagesTripleDto, _super);
3851
3935
  function ImagesTripleDto() {
3852
3936
  var _this = _super.apply(this, __spread(arguments)) || this;
3853
- _this[_a$M] = true;
3854
- _this[_b$K] = 'small';
3937
+ _this[_a$N] = true;
3938
+ _this[_b$L] = 'small';
3855
3939
  return _this;
3856
3940
  }
3857
3941
  return ImagesTripleDto;
3858
3942
  }(ParentBlockDto));
3859
- _a$M = FORM_NAME_FULLPAGE, _b$K = FORM_NAME_IMG_MASK;
3943
+ _a$N = FORM_NAME_FULLPAGE, _b$L = FORM_NAME_IMG_MASK;
3860
3944
 
3861
3945
  var TYPE_IMAGES_TRIPLE = 'images-triple';
3862
3946
  var ImagesTripleService = /** @class */ (function () {
@@ -3901,18 +3985,18 @@
3901
3985
  },] }
3902
3986
  ];
3903
3987
 
3904
- var _a$N, _b$L;
3988
+ var _a$O, _b$M;
3905
3989
  var ImagesQuadrupleDto = /** @class */ (function (_super) {
3906
3990
  __extends(ImagesQuadrupleDto, _super);
3907
3991
  function ImagesQuadrupleDto() {
3908
3992
  var _this = _super.apply(this, __spread(arguments)) || this;
3909
- _this[_a$N] = true;
3910
- _this[_b$L] = 'small';
3993
+ _this[_a$O] = true;
3994
+ _this[_b$M] = 'small';
3911
3995
  return _this;
3912
3996
  }
3913
3997
  return ImagesQuadrupleDto;
3914
3998
  }(ParentBlockDto));
3915
- _a$N = FORM_NAME_FULLPAGE, _b$L = FORM_NAME_IMG_MASK;
3999
+ _a$O = FORM_NAME_FULLPAGE, _b$M = FORM_NAME_IMG_MASK;
3916
4000
 
3917
4001
  var TYPE_IMAGES_QUADRUPLE = 'images-quadruple';
3918
4002
  var ImagesQuadrupleService = /** @class */ (function () {
@@ -3957,18 +4041,18 @@
3957
4041
  },] }
3958
4042
  ];
3959
4043
 
3960
- var _a$O, _b$M;
4044
+ var _a$P, _b$N;
3961
4045
  var ImagesQuadrupleLeftOneRightDto = /** @class */ (function (_super) {
3962
4046
  __extends(ImagesQuadrupleLeftOneRightDto, _super);
3963
4047
  function ImagesQuadrupleLeftOneRightDto() {
3964
4048
  var _this = _super.apply(this, __spread(arguments)) || this;
3965
- _this[_a$O] = true;
3966
- _this[_b$M] = 'small';
4049
+ _this[_a$P] = true;
4050
+ _this[_b$N] = 'small';
3967
4051
  return _this;
3968
4052
  }
3969
4053
  return ImagesQuadrupleLeftOneRightDto;
3970
4054
  }(ParentBlockDto));
3971
- _a$O = FORM_NAME_FULLPAGE, _b$M = FORM_NAME_IMG_MASK;
4055
+ _a$P = FORM_NAME_FULLPAGE, _b$N = FORM_NAME_IMG_MASK;
3972
4056
 
3973
4057
  var TYPE_IMAGES_QUADRUPLE_LEFT_ONE_RIGHT = 'images-quadruple-left-one-right';
3974
4058
  var ImagesQuadrupleLeftOneRightService = /** @class */ (function () {
@@ -4013,18 +4097,18 @@
4013
4097
  },] }
4014
4098
  ];
4015
4099
 
4016
- var _a$P, _b$N;
4100
+ var _a$Q, _b$O;
4017
4101
  var ImagesBigAndDoubleDto = /** @class */ (function (_super) {
4018
4102
  __extends(ImagesBigAndDoubleDto, _super);
4019
4103
  function ImagesBigAndDoubleDto() {
4020
4104
  var _this = _super.apply(this, __spread(arguments)) || this;
4021
- _this[_a$P] = true;
4022
- _this[_b$N] = 'small';
4105
+ _this[_a$Q] = true;
4106
+ _this[_b$O] = 'small';
4023
4107
  return _this;
4024
4108
  }
4025
4109
  return ImagesBigAndDoubleDto;
4026
4110
  }(ParentBlockDto));
4027
- _a$P = FORM_NAME_FULLPAGE, _b$N = FORM_NAME_IMG_MASK;
4111
+ _a$Q = FORM_NAME_FULLPAGE, _b$O = FORM_NAME_IMG_MASK;
4028
4112
 
4029
4113
  var TYPE_IMAGES_BIG_AND_DOUBLE = 'image-big-and-double';
4030
4114
  var ImagesBigAndDoubleService = /** @class */ (function () {
@@ -4069,18 +4153,18 @@
4069
4153
  },] }
4070
4154
  ];
4071
4155
 
4072
- var _a$Q, _b$O;
4156
+ var _a$R, _b$P;
4073
4157
  var ImagesBigsAndDoubleMiddleDto = /** @class */ (function (_super) {
4074
4158
  __extends(ImagesBigsAndDoubleMiddleDto, _super);
4075
4159
  function ImagesBigsAndDoubleMiddleDto() {
4076
4160
  var _this = _super.apply(this, __spread(arguments)) || this;
4077
- _this[_a$Q] = true;
4078
- _this[_b$O] = 'small';
4161
+ _this[_a$R] = true;
4162
+ _this[_b$P] = 'small';
4079
4163
  return _this;
4080
4164
  }
4081
4165
  return ImagesBigsAndDoubleMiddleDto;
4082
4166
  }(ParentBlockDto));
4083
- _a$Q = FORM_NAME_FULLPAGE, _b$O = FORM_NAME_IMG_MASK;
4167
+ _a$R = FORM_NAME_FULLPAGE, _b$P = FORM_NAME_IMG_MASK;
4084
4168
 
4085
4169
  var TYPE_IMAGES_BIGS_AND_DOUBLE_MIDDLE = 'images-bigs-and-double-middle';
4086
4170
  var ImagesBigsAndDoubleMiddleService = /** @class */ (function () {
@@ -4125,19 +4209,19 @@
4125
4209
  },] }
4126
4210
  ];
4127
4211
 
4128
- var _a$R, _b$P, _c$F;
4212
+ var _a$S, _b$Q, _c$G;
4129
4213
  var TextsOneDto = /** @class */ (function (_super) {
4130
4214
  __extends(TextsOneDto, _super);
4131
4215
  function TextsOneDto() {
4132
4216
  var _this = _super.apply(this, __spread(arguments)) || this;
4133
- _this[_a$R] = 'wb.dto.TITLE.4';
4134
- _this[_b$P] = 'wb.dto.CONTENT.7';
4135
- _this[_c$F] = new ButtonDto();
4217
+ _this[_a$S] = 'wb.dto.TITLE.4';
4218
+ _this[_b$Q] = 'wb.dto.CONTENT.7';
4219
+ _this[_c$G] = new ButtonDto();
4136
4220
  return _this;
4137
4221
  }
4138
4222
  return TextsOneDto;
4139
4223
  }(ParentBlockDto));
4140
- _a$R = FORM_NAME_TITLE, _b$P = FORM_NAME_CONTENT, _c$F = FORM_NAME_BUTTON;
4224
+ _a$S = FORM_NAME_TITLE, _b$Q = FORM_NAME_CONTENT, _c$G = FORM_NAME_BUTTON;
4141
4225
 
4142
4226
  var TYPE_TEXTS_ONE = 'texts-one';
4143
4227
  var TextsOneService = /** @class */ (function () {
@@ -4179,21 +4263,21 @@
4179
4263
  },] }
4180
4264
  ];
4181
4265
 
4182
- var _a$S, _b$Q, _c$G, _d$C, _e$y;
4266
+ var _a$T, _b$R, _c$H, _d$D, _e$y;
4183
4267
  var TextsOneBackgroundDto = /** @class */ (function (_super) {
4184
4268
  __extends(TextsOneBackgroundDto, _super);
4185
4269
  function TextsOneBackgroundDto() {
4186
4270
  var _this = _super.apply(this, __spread(arguments)) || this;
4187
- _this[_a$S] = 'wb.dto.TITLE.4';
4188
- _this[_b$Q] = 'wb.dto.CONTENT.7';
4189
- _this[_c$G] = new ButtonDto();
4190
- _this[_d$C] = '#f7f7f7';
4271
+ _this[_a$T] = 'wb.dto.TITLE.4';
4272
+ _this[_b$R] = 'wb.dto.CONTENT.7';
4273
+ _this[_c$H] = new ButtonDto();
4274
+ _this[_d$D] = '#f7f7f7';
4191
4275
  _this[_e$y] = 'small';
4192
4276
  return _this;
4193
4277
  }
4194
4278
  return TextsOneBackgroundDto;
4195
4279
  }(ParentBlockDto));
4196
- _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;
4280
+ _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;
4197
4281
 
4198
4282
  var TYPE_TEXTS_ONE_BACKGROUND = 'texts-one-background';
4199
4283
  var TextsOneBackgroundService = /** @class */ (function () {
@@ -4240,15 +4324,15 @@
4240
4324
  },] }
4241
4325
  ];
4242
4326
 
4243
- var _a$T, _b$R, _c$H, _d$D, _e$z, _f$j, _g$h;
4327
+ var _a$U, _b$S, _c$I, _d$E, _e$z, _f$j, _g$h;
4244
4328
  var TextsDoubleDto = /** @class */ (function (_super) {
4245
4329
  __extends(TextsDoubleDto, _super);
4246
4330
  function TextsDoubleDto() {
4247
4331
  var _this = _super.apply(this, __spread(arguments)) || this;
4248
- _this[_a$T] = 'wb.dto.TITLE.4';
4249
- _this[_b$R] = 'wb.dto.CONTENT.7';
4250
- _this[_c$H] = 'wb.dto.TITLE.4';
4251
- _this[_d$D] = 'wb.dto.CONTENT.7';
4332
+ _this[_a$U] = 'wb.dto.TITLE.4';
4333
+ _this[_b$S] = 'wb.dto.CONTENT.7';
4334
+ _this[_c$I] = 'wb.dto.TITLE.4';
4335
+ _this[_d$E] = 'wb.dto.CONTENT.7';
4252
4336
  _this[_e$z] = new ButtonDto();
4253
4337
  _this[_f$j] = new ButtonDto();
4254
4338
  _this[_g$h] = false;
@@ -4256,7 +4340,7 @@
4256
4340
  }
4257
4341
  return TextsDoubleDto;
4258
4342
  }(ParentBlockDto));
4259
- _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;
4343
+ _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;
4260
4344
 
4261
4345
  var TYPE_TEXTS_DOUBLE = 'texts-double';
4262
4346
  var TextsDoubleService = /** @class */ (function () {
@@ -4301,15 +4385,15 @@
4301
4385
  },] }
4302
4386
  ];
4303
4387
 
4304
- var _a$U, _b$S, _c$I, _d$E, _e$A, _f$k, _g$i, _h$f, _j$c, _k$b;
4388
+ var _a$V, _b$T, _c$J, _d$F, _e$A, _f$k, _g$i, _h$f, _j$c, _k$b;
4305
4389
  var TextsDoubleBackgroundDto = /** @class */ (function (_super) {
4306
4390
  __extends(TextsDoubleBackgroundDto, _super);
4307
4391
  function TextsDoubleBackgroundDto() {
4308
4392
  var _this = _super.apply(this, __spread(arguments)) || this;
4309
- _this[_a$U] = 'wb.dto.TITLE.4';
4310
- _this[_b$S] = 'wb.dto.CONTENT.7';
4311
- _this[_c$I] = 'wb.dto.TITLE.4';
4312
- _this[_d$E] = 'wb.dto.CONTENT.7';
4393
+ _this[_a$V] = 'wb.dto.TITLE.4';
4394
+ _this[_b$T] = 'wb.dto.CONTENT.7';
4395
+ _this[_c$J] = 'wb.dto.TITLE.4';
4396
+ _this[_d$F] = 'wb.dto.CONTENT.7';
4313
4397
  _this[_e$A] = new ButtonDto();
4314
4398
  _this[_f$k] = new ButtonDto();
4315
4399
  _this[_g$i] = '#f7f7f7';
@@ -4320,7 +4404,7 @@
4320
4404
  }
4321
4405
  return TextsDoubleBackgroundDto;
4322
4406
  }(ParentBlockDto));
4323
- _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;
4407
+ _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;
4324
4408
 
4325
4409
  var TYPE_TEXTS_DOUBLE_BACKGROUND = 'texts-double-background';
4326
4410
  var TextsDoubleBackgroundService = /** @class */ (function () {
@@ -4371,15 +4455,15 @@
4371
4455
  },] }
4372
4456
  ];
4373
4457
 
4374
- var _a$V, _b$T, _c$J, _d$F, _e$B, _f$l, _g$j, _h$g, _j$d, _k$c;
4458
+ var _a$W, _b$U, _c$K, _d$G, _e$B, _f$l, _g$j, _h$g, _j$d, _k$c;
4375
4459
  var TextsTripleDto = /** @class */ (function (_super) {
4376
4460
  __extends(TextsTripleDto, _super);
4377
4461
  function TextsTripleDto() {
4378
4462
  var _this = _super.apply(this, __spread(arguments)) || this;
4379
- _this[_a$V] = 'wb.dto.TITLE.3';
4380
- _this[_b$T] = 'wb.dto.CONTENT.7';
4381
- _this[_c$J] = 'wb.dto.TITLE.3';
4382
- _this[_d$F] = 'wb.dto.CONTENT.7';
4463
+ _this[_a$W] = 'wb.dto.TITLE.3';
4464
+ _this[_b$U] = 'wb.dto.CONTENT.7';
4465
+ _this[_c$K] = 'wb.dto.TITLE.3';
4466
+ _this[_d$G] = 'wb.dto.CONTENT.7';
4383
4467
  _this[_e$B] = new ButtonDto();
4384
4468
  _this[_f$l] = new ButtonDto();
4385
4469
  _this[_g$j] = 'wb.dto.TITLE.3';
@@ -4390,7 +4474,7 @@
4390
4474
  }
4391
4475
  return TextsTripleDto;
4392
4476
  }(ParentBlockDto));
4393
- _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;
4477
+ _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;
4394
4478
 
4395
4479
  var TYPE_TEXTS_TRIPLE = 'texts-triple';
4396
4480
  var TextsTripleService = /** @class */ (function () {
@@ -4435,15 +4519,15 @@
4435
4519
  },] }
4436
4520
  ];
4437
4521
 
4438
- 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;
4522
+ 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;
4439
4523
  var TextsTripleBackgroundDto = /** @class */ (function (_super) {
4440
4524
  __extends(TextsTripleBackgroundDto, _super);
4441
4525
  function TextsTripleBackgroundDto() {
4442
4526
  var _this = _super.apply(this, __spread(arguments)) || this;
4443
- _this[_a$W] = 'wb.dto.TITLE.3';
4444
- _this[_b$U] = 'wb.dto.CONTENT.7';
4445
- _this[_c$K] = 'wb.dto.TITLE.3';
4446
- _this[_d$G] = 'wb.dto.CONTENT.7';
4527
+ _this[_a$X] = 'wb.dto.TITLE.3';
4528
+ _this[_b$V] = 'wb.dto.CONTENT.7';
4529
+ _this[_c$L] = 'wb.dto.TITLE.3';
4530
+ _this[_d$H] = 'wb.dto.CONTENT.7';
4447
4531
  _this[_e$C] = new ButtonDto();
4448
4532
  _this[_f$m] = new ButtonDto();
4449
4533
  _this[_g$k] = 'wb.dto.TITLE.3';
@@ -4460,7 +4544,7 @@
4460
4544
  }
4461
4545
  return TextsTripleBackgroundDto;
4462
4546
  }(ParentBlockDto));
4463
- _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;
4547
+ _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;
4464
4548
 
4465
4549
  var TYPE_TEXTS_TRIPLE_BACKGROUND = 'texts-triple-background';
4466
4550
  var TextsTripleBackgroundService = /** @class */ (function () {
@@ -4511,15 +4595,15 @@
4511
4595
  },] }
4512
4596
  ];
4513
4597
 
4514
- 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;
4598
+ 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;
4515
4599
  var TextsQuadrupleDto = /** @class */ (function (_super) {
4516
4600
  __extends(TextsQuadrupleDto, _super);
4517
4601
  function TextsQuadrupleDto() {
4518
4602
  var _this = _super.apply(this, __spread(arguments)) || this;
4519
- _this[_a$X] = 'wb.dto.TITLE.3';
4520
- _this[_b$V] = 'wb.dto.CONTENT.7';
4521
- _this[_c$L] = 'wb.dto.TITLE.3';
4522
- _this[_d$H] = 'wb.dto.CONTENT.7';
4603
+ _this[_a$Y] = 'wb.dto.TITLE.3';
4604
+ _this[_b$W] = 'wb.dto.CONTENT.7';
4605
+ _this[_c$M] = 'wb.dto.TITLE.3';
4606
+ _this[_d$I] = 'wb.dto.CONTENT.7';
4523
4607
  _this[_e$D] = new ButtonDto();
4524
4608
  _this[_f$n] = new ButtonDto();
4525
4609
  _this[_g$l] = 'wb.dto.TITLE.3';
@@ -4533,7 +4617,7 @@
4533
4617
  }
4534
4618
  return TextsQuadrupleDto;
4535
4619
  }(ParentBlockDto));
4536
- _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;
4620
+ _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;
4537
4621
 
4538
4622
  var TYPE_TEXTS_QUADRUPLE = 'texts-quadruple';
4539
4623
  var TextsQuadrupleService = /** @class */ (function () {
@@ -4578,15 +4662,15 @@
4578
4662
  },] }
4579
4663
  ];
4580
4664
 
4581
- 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;
4665
+ 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;
4582
4666
  var TextsQuadrupleBackgroundDto = /** @class */ (function (_super) {
4583
4667
  __extends(TextsQuadrupleBackgroundDto, _super);
4584
4668
  function TextsQuadrupleBackgroundDto() {
4585
4669
  var _this = _super.apply(this, __spread(arguments)) || this;
4586
- _this[_a$Y] = 'wb.dto.TITLE.3';
4587
- _this[_b$W] = 'wb.dto.CONTENT.7';
4588
- _this[_c$M] = 'wb.dto.TITLE.3';
4589
- _this[_d$I] = 'wb.dto.CONTENT.7';
4670
+ _this[_a$Z] = 'wb.dto.TITLE.3';
4671
+ _this[_b$X] = 'wb.dto.CONTENT.7';
4672
+ _this[_c$N] = 'wb.dto.TITLE.3';
4673
+ _this[_d$J] = 'wb.dto.CONTENT.7';
4590
4674
  _this[_e$E] = new ButtonDto();
4591
4675
  _this[_f$o] = new ButtonDto();
4592
4676
  _this[_g$m] = 'wb.dto.TITLE.3';
@@ -4604,7 +4688,7 @@
4604
4688
  }
4605
4689
  return TextsQuadrupleBackgroundDto;
4606
4690
  }(ParentBlockDto));
4607
- _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;
4691
+ _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;
4608
4692
 
4609
4693
  var TYPE_TEXTS_QUADRUPLE_BACKGROUND = 'texts-quadruple-background';
4610
4694
  var TextsQuadrupleBackgroundService = /** @class */ (function () {
@@ -4657,18 +4741,18 @@
4657
4741
  },] }
4658
4742
  ];
4659
4743
 
4660
- var _a$Z, _b$X;
4744
+ var _a$_, _b$Y;
4661
4745
  var FormsSimpleDto = /** @class */ (function (_super) {
4662
4746
  __extends(FormsSimpleDto, _super);
4663
4747
  function FormsSimpleDto() {
4664
4748
  var _this = _super.apply(this, __spread(arguments)) || this;
4665
- _this[_a$Z] = 'wb.dto.TITLE.3';
4666
- _this[_b$X] = 'wb.dto.CONTENT.7';
4749
+ _this[_a$_] = 'wb.dto.TITLE.3';
4750
+ _this[_b$Y] = 'wb.dto.CONTENT.7';
4667
4751
  return _this;
4668
4752
  }
4669
4753
  return FormsSimpleDto;
4670
4754
  }(ParentBlockDto));
4671
- _a$Z = FORM_NAME_TITLE, _b$X = FORM_NAME_CONTENT;
4755
+ _a$_ = FORM_NAME_TITLE, _b$Y = FORM_NAME_CONTENT;
4672
4756
 
4673
4757
  var TYPE_FORMS_SIMPLE = 'forms-simple';
4674
4758
  var FormsSimpleService = /** @class */ (function () {
@@ -4710,18 +4794,18 @@
4710
4794
  },] }
4711
4795
  ];
4712
4796
 
4713
- var _a$_, _b$Y;
4797
+ var _a$$, _b$Z;
4714
4798
  var FormsBackgroundDto = /** @class */ (function (_super) {
4715
4799
  __extends(FormsBackgroundDto, _super);
4716
4800
  function FormsBackgroundDto() {
4717
4801
  var _this = _super.apply(this, __spread(arguments)) || this;
4718
- _this[_a$_] = 'wb.dto.TITLE.3';
4719
- _this[_b$Y] = 'wb.dto.CONTENT.7';
4802
+ _this[_a$$] = 'wb.dto.TITLE.3';
4803
+ _this[_b$Z] = 'wb.dto.CONTENT.7';
4720
4804
  return _this;
4721
4805
  }
4722
4806
  return FormsBackgroundDto;
4723
4807
  }(ParentBlockDto));
4724
- _a$_ = FORM_NAME_TITLE, _b$Y = FORM_NAME_CONTENT;
4808
+ _a$$ = FORM_NAME_TITLE, _b$Z = FORM_NAME_CONTENT;
4725
4809
 
4726
4810
  var TYPE_FORMS_BACKGROUND = 'forms-background';
4727
4811
  var FormsBackgroundService = /** @class */ (function () {
@@ -4763,18 +4847,18 @@
4763
4847
  },] }
4764
4848
  ];
4765
4849
 
4766
- var _a$$, _b$Z;
4850
+ var _a$10, _b$_;
4767
4851
  var FormsImageleftDto = /** @class */ (function (_super) {
4768
4852
  __extends(FormsImageleftDto, _super);
4769
4853
  function FormsImageleftDto() {
4770
4854
  var _this = _super.apply(this, __spread(arguments)) || this;
4771
- _this[_a$$] = 'wb.dto.TITLE.3';
4772
- _this[_b$Z] = 'wb.dto.CONTENT.7';
4855
+ _this[_a$10] = 'wb.dto.TITLE.3';
4856
+ _this[_b$_] = 'wb.dto.CONTENT.7';
4773
4857
  return _this;
4774
4858
  }
4775
4859
  return FormsImageleftDto;
4776
4860
  }(ParentBlockDto));
4777
- _a$$ = FORM_NAME_TITLE, _b$Z = FORM_NAME_CONTENT;
4861
+ _a$10 = FORM_NAME_TITLE, _b$_ = FORM_NAME_CONTENT;
4778
4862
 
4779
4863
  var TYPE_FORMS_IMAGELEFT = 'forms-imageleft';
4780
4864
  var FormsImageleftService = /** @class */ (function () {
@@ -4816,18 +4900,18 @@
4816
4900
  },] }
4817
4901
  ];
4818
4902
 
4819
- var _a$10, _b$_;
4903
+ var _a$11, _b$$;
4820
4904
  var FormsImagerightDto = /** @class */ (function (_super) {
4821
4905
  __extends(FormsImagerightDto, _super);
4822
4906
  function FormsImagerightDto() {
4823
4907
  var _this = _super.apply(this, __spread(arguments)) || this;
4824
- _this[_a$10] = 'wb.dto.TITLE.3';
4825
- _this[_b$_] = 'wb.dto.CONTENT.7';
4908
+ _this[_a$11] = 'wb.dto.TITLE.3';
4909
+ _this[_b$$] = 'wb.dto.CONTENT.7';
4826
4910
  return _this;
4827
4911
  }
4828
4912
  return FormsImagerightDto;
4829
4913
  }(ParentBlockDto));
4830
- _a$10 = FORM_NAME_TITLE, _b$_ = FORM_NAME_CONTENT;
4914
+ _a$11 = FORM_NAME_TITLE, _b$$ = FORM_NAME_CONTENT;
4831
4915
 
4832
4916
  var TYPE_FORMS_IMAGERIGHT = 'forms-imageright';
4833
4917
  var FormsImagerightService = /** @class */ (function () {
@@ -4869,22 +4953,22 @@
4869
4953
  },] }
4870
4954
  ];
4871
4955
 
4872
- var _a$11, _b$$, _c$N, _d$J, _e$F, _f$p;
4956
+ var _a$12, _b$10, _c$O, _d$K, _e$F, _f$p;
4873
4957
  var TextBackgroundsSimpleDto = /** @class */ (function (_super) {
4874
4958
  __extends(TextBackgroundsSimpleDto, _super);
4875
4959
  function TextBackgroundsSimpleDto() {
4876
4960
  var _this = _super.apply(this, __spread(arguments)) || this;
4877
- _this[_a$11] = 'wb.dto.CONTENT.29';
4878
- _this[_b$$] = 'wb.dto.CONTENT.28';
4879
- _this[_c$N] = new ButtonDto();
4880
- _this[_d$J] = false;
4961
+ _this[_a$12] = 'wb.dto.CONTENT.29';
4962
+ _this[_b$10] = 'wb.dto.CONTENT.28';
4963
+ _this[_c$O] = new ButtonDto();
4964
+ _this[_d$K] = false;
4881
4965
  _this[_e$F] = true;
4882
4966
  _this[_f$p] = 'small';
4883
4967
  return _this;
4884
4968
  }
4885
4969
  return TextBackgroundsSimpleDto;
4886
4970
  }(ParentBlockDto));
4887
- _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;
4971
+ _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;
4888
4972
 
4889
4973
  var TYPE_TEXT_BACKGROUNDS_SIMPLE = 'text-backgrounds-simple';
4890
4974
  var TextBackgroundsSimpleService = /** @class */ (function () {
@@ -4931,15 +5015,15 @@
4931
5015
  },] }
4932
5016
  ];
4933
5017
 
4934
- var _a$12, _b$10, _c$O, _d$K, _e$G, _f$q, _g$n;
5018
+ var _a$13, _b$11, _c$P, _d$L, _e$G, _f$q, _g$n;
4935
5019
  var TextBackgroundsWithTxtDto = /** @class */ (function (_super) {
4936
5020
  __extends(TextBackgroundsWithTxtDto, _super);
4937
5021
  function TextBackgroundsWithTxtDto() {
4938
5022
  var _this = _super.apply(this, __spread(arguments)) || this;
4939
- _this[_a$12] = 'wb.dto.TITLE.5';
4940
- _this[_b$10] = 'wb.dto.CONTENT.8';
4941
- _this[_c$O] = new ButtonDto();
4942
- _this[_d$K] = '#ffffff';
5023
+ _this[_a$13] = 'wb.dto.TITLE.5';
5024
+ _this[_b$11] = 'wb.dto.CONTENT.8';
5025
+ _this[_c$P] = new ButtonDto();
5026
+ _this[_d$L] = '#ffffff';
4943
5027
  _this[_e$G] = false;
4944
5028
  _this[_f$q] = true;
4945
5029
  _this[_g$n] = 'small';
@@ -4947,7 +5031,7 @@
4947
5031
  }
4948
5032
  return TextBackgroundsWithTxtDto;
4949
5033
  }(ParentBlockDto));
4950
- _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;
5034
+ _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;
4951
5035
 
4952
5036
  var TYPE_TEXT_BACKGROUNDS_WITH_TXT = 'text-backgrounds-with-txt';
4953
5037
  var TextBackgroundsWithTxtService = /** @class */ (function () {
@@ -4996,43 +5080,110 @@
4996
5080
  },] }
4997
5081
  ];
4998
5082
 
4999
- var _a$13, _b$11, _c$P, _d$L, _e$H, _f$r, _g$o;
5083
+ var _a$14, _b$12, _c$Q, _d$M, _e$H, _f$r, _g$o;
5084
+ var TextBackgroundsWithBannerDto = /** @class */ (function (_super) {
5085
+ __extends(TextBackgroundsWithBannerDto, _super);
5086
+ function TextBackgroundsWithBannerDto() {
5087
+ var _this = _super.apply(this, __spread(arguments)) || this;
5088
+ _this[_a$14] = 'wb.dto.TITLE.39';
5089
+ _this[_b$12] = 'wb.dto.TEXT.2';
5090
+ _this[_c$Q] = 'wb.dto.CONTENT.37';
5091
+ _this[_d$M] = '#74b4c0';
5092
+ _this[_e$H] = false;
5093
+ _this[_f$r] = true;
5094
+ _this[_g$o] = 'small';
5095
+ return _this;
5096
+ }
5097
+ return TextBackgroundsWithBannerDto;
5098
+ }(ParentBlockDto));
5099
+ _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;
5100
+
5101
+ var TYPE_TEXT_BACKGROUNDS_WITH_BANNER = 'text-backgrounds-with-banner';
5102
+ var TextBackgroundsWithBannerService = /** @class */ (function () {
5103
+ function TextBackgroundsWithBannerService() {
5104
+ this._text = 'wb.blocks.text-backgrounds-with-banner';
5105
+ }
5106
+ TextBackgroundsWithBannerService.selector = function () {
5107
+ return 'wb-' + TYPE_TEXT_BACKGROUNDS_WITH_BANNER;
5108
+ };
5109
+ Object.defineProperty(TextBackgroundsWithBannerService.prototype, "text", {
5110
+ get: function () {
5111
+ return this._text;
5112
+ },
5113
+ set: function (value) {
5114
+ this._text = value;
5115
+ },
5116
+ enumerable: false,
5117
+ configurable: true
5118
+ });
5119
+ TextBackgroundsWithBannerService.prototype.type = function () {
5120
+ return TYPE_TEXT_BACKGROUNDS_WITH_BANNER;
5121
+ };
5122
+ TextBackgroundsWithBannerService.prototype.image = function () {
5123
+ return 'TxtImgFond_AvecTxtBanniere.png';
5124
+ };
5125
+ TextBackgroundsWithBannerService.prototype.getForm = function (content) {
5126
+ if (content === void 0) { content = this.getConfig(); }
5127
+ var formsDto = new FormsDto(content);
5128
+ var 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']);
5129
+ formsDto.forms.push(maskTextBackgroundsWithTxtContentDto);
5130
+ var fullpageTextBackgroundsWithTxtContentDto = new FormsContentDto(FORM_NAME_FULLPAGE, 'wb.blocks.FormContentDto.16', FORM_TYPE_CHECKBOX, content[FORM_NAME_FULLPAGE], '', '', [], [], [true, false]);
5131
+ formsDto.forms.push(fullpageTextBackgroundsWithTxtContentDto);
5132
+ var parallaxTextBackgroundsWithTxtContentDto = new FormsContentDto(FORM_NAME_PARALLAX, 'wb.blocks.FormContentDto.17', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX], '', '', [], [], [true, false]);
5133
+ formsDto.forms.push(parallaxTextBackgroundsWithTxtContentDto);
5134
+ var colorContentDto = new FormsContentDto(FORM_NAME_COLOR, 'wb.blocks.FormContentDto.112', FORM_TYPE_COLOR, content[FORM_NAME_COLOR], '#122231', '');
5135
+ formsDto.forms.push(colorContentDto);
5136
+ return formsDto;
5137
+ };
5138
+ TextBackgroundsWithBannerService.prototype.getConfig = function () {
5139
+ return new TextBackgroundsWithBannerDto(this.type());
5140
+ };
5141
+ return TextBackgroundsWithBannerService;
5142
+ }());
5143
+ TextBackgroundsWithBannerService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TextBackgroundsWithBannerService_Factory() { return new TextBackgroundsWithBannerService(); }, token: TextBackgroundsWithBannerService, providedIn: "root" });
5144
+ TextBackgroundsWithBannerService.decorators = [
5145
+ { type: i0.Injectable, args: [{
5146
+ providedIn: 'root',
5147
+ },] }
5148
+ ];
5149
+
5150
+ var _a$15, _b$13, _c$R, _d$N, _e$I, _f$s, _g$p;
5000
5151
  var TYPE_YOUTUBE = 'youtube';
5001
5152
  var TYPE_VIMEO = 'vimeo';
5002
5153
  var VideosSimpleDto = /** @class */ (function (_super) {
5003
5154
  __extends(VideosSimpleDto, _super);
5004
5155
  function VideosSimpleDto() {
5005
5156
  var _this = _super.apply(this, __spread(arguments)) || this;
5006
- _this[_a$13] = true;
5007
- _this[_b$11] = false;
5008
- _this[_c$P] = true;
5009
- _this[_d$L] = true;
5010
- _this[_e$H] = true;
5011
- _this[_f$r] = '';
5012
- _this[_g$o] = TYPE_YOUTUBE;
5157
+ _this[_a$15] = true;
5158
+ _this[_b$13] = false;
5159
+ _this[_c$R] = true;
5160
+ _this[_d$N] = true;
5161
+ _this[_e$I] = true;
5162
+ _this[_f$s] = '';
5163
+ _this[_g$p] = TYPE_YOUTUBE;
5013
5164
  return _this;
5014
5165
  }
5015
5166
  return VideosSimpleDto;
5016
5167
  }(ParentBlockDto));
5017
- _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;
5168
+ _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;
5018
5169
 
5019
- var _a$14, _b$12, _c$Q, _d$M, _e$I, _f$s, _g$p;
5170
+ var _a$16, _b$14, _c$S, _d$O, _e$J, _f$t, _g$q;
5020
5171
  var LaunchVideosButtonDto = /** @class */ (function (_super) {
5021
5172
  __extends(LaunchVideosButtonDto, _super);
5022
5173
  function LaunchVideosButtonDto() {
5023
5174
  var _this = _super.apply(this, __spread(arguments)) || this;
5024
- _this[_a$14] = true;
5025
- _this[_b$12] = true;
5026
- _this[_c$Q] = false;
5027
- _this[_d$M] = 'wb.dto.BUTTON_TEXT.6';
5028
- _this[_e$I] = '';
5029
- _this[_f$s] = TYPE_YOUTUBE;
5030
- _this[_g$p] = '#ffffff';
5175
+ _this[_a$16] = true;
5176
+ _this[_b$14] = true;
5177
+ _this[_c$S] = false;
5178
+ _this[_d$O] = 'wb.dto.BUTTON_TEXT.6';
5179
+ _this[_e$J] = '';
5180
+ _this[_f$t] = TYPE_YOUTUBE;
5181
+ _this[_g$q] = '#ffffff';
5031
5182
  return _this;
5032
5183
  }
5033
5184
  return LaunchVideosButtonDto;
5034
5185
  }(ParentBlockDto));
5035
- _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;
5186
+ _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;
5036
5187
 
5037
5188
  var TYPE_LAUNCH_VIDEOS_BUTTON = 'launch-videos-button';
5038
5189
  var LaunchVideosButtonService = /** @class */ (function () {
@@ -5083,20 +5234,20 @@
5083
5234
  },] }
5084
5235
  ];
5085
5236
 
5086
- var _a$15, _b$13, _c$R, _d$N;
5237
+ var _a$17, _b$15, _c$T, _d$P;
5087
5238
  var LaunchVideosButtontxtDto = /** @class */ (function (_super) {
5088
5239
  __extends(LaunchVideosButtontxtDto, _super);
5089
5240
  function LaunchVideosButtontxtDto() {
5090
5241
  var _this = _super.apply(this, __spread(arguments)) || this;
5091
- _this[_a$15] = 'wb.dto.TITLE.7';
5092
- _this[_b$13] = 'wb.dto.CONTENT.9';
5093
- _this[_c$R] = '#ffffff';
5094
- _this[_d$N] = '#4baed0';
5242
+ _this[_a$17] = 'wb.dto.TITLE.7';
5243
+ _this[_b$15] = 'wb.dto.CONTENT.9';
5244
+ _this[_c$T] = '#ffffff';
5245
+ _this[_d$P] = '#4baed0';
5095
5246
  return _this;
5096
5247
  }
5097
5248
  return LaunchVideosButtontxtDto;
5098
5249
  }(LaunchVideosButtonDto));
5099
- _a$15 = FORM_NAME_TITLE, _b$13 = FORM_NAME_CONTENT, _c$R = FORM_NAME_COLOR, _d$N = FORM_NAME_BACKGROUND_COLOR;
5250
+ _a$17 = FORM_NAME_TITLE, _b$15 = FORM_NAME_CONTENT, _c$T = FORM_NAME_COLOR, _d$P = FORM_NAME_BACKGROUND_COLOR;
5100
5251
 
5101
5252
  var TYPE_LAUNCH_VIDEOS_BUTTONTXT = 'launch-videos-buttontxt';
5102
5253
  var LaunchVideosButtontxtService = /** @class */ (function () {
@@ -5200,19 +5351,19 @@
5200
5351
  },] }
5201
5352
  ];
5202
5353
 
5203
- var _a$16, _b$14, _c$S;
5354
+ var _a$18, _b$16, _c$U;
5204
5355
  var VideosTxtDto = /** @class */ (function (_super) {
5205
5356
  __extends(VideosTxtDto, _super);
5206
5357
  function VideosTxtDto() {
5207
5358
  var _this = _super.apply(this, __spread(arguments)) || this;
5208
- _this[_a$16] = 'wb.dto.TITLE.33';
5209
- _this[_b$14] = 'wb.dto.CONTENT.34';
5210
- _this[_c$S] = 'rgba(255,255,255,0)';
5359
+ _this[_a$18] = 'wb.dto.TITLE.33';
5360
+ _this[_b$16] = 'wb.dto.CONTENT.34';
5361
+ _this[_c$U] = 'rgba(255,255,255,0)';
5211
5362
  return _this;
5212
5363
  }
5213
5364
  return VideosTxtDto;
5214
5365
  }(VideosSimpleDto));
5215
- _a$16 = FORM_NAME_TITLE, _b$14 = FORM_NAME_CONTENT, _c$S = FORM_NAME_COLOR;
5366
+ _a$18 = FORM_NAME_TITLE, _b$16 = FORM_NAME_CONTENT, _c$U = FORM_NAME_COLOR;
5216
5367
 
5217
5368
  var TYPE_VIDEOS_TXT = 'videos-txt';
5218
5369
  var VideosTxtService = /** @class */ (function () {
@@ -5265,19 +5416,19 @@
5265
5416
  },] }
5266
5417
  ];
5267
5418
 
5268
- var _a$17, _b$15, _c$T;
5419
+ var _a$19, _b$17, _c$V;
5269
5420
  var VideosTxtContentDto = /** @class */ (function (_super) {
5270
5421
  __extends(VideosTxtContentDto, _super);
5271
5422
  function VideosTxtContentDto() {
5272
5423
  var _this = _super.apply(this, __spread(arguments)) || this;
5273
- _this[_a$17] = 'wb.dto.TITLE.32';
5274
- _this[_b$15] = 'wb.dto.CONTENT.33';
5275
- _this[_c$T] = '#ffffff';
5424
+ _this[_a$19] = 'wb.dto.TITLE.32';
5425
+ _this[_b$17] = 'wb.dto.CONTENT.33';
5426
+ _this[_c$V] = '#ffffff';
5276
5427
  return _this;
5277
5428
  }
5278
5429
  return VideosTxtContentDto;
5279
5430
  }(VideosSimpleDto));
5280
- _a$17 = FORM_NAME_TITLE, _b$15 = FORM_NAME_CONTENT, _c$T = FORM_NAME_COLOR;
5431
+ _a$19 = FORM_NAME_TITLE, _b$17 = FORM_NAME_CONTENT, _c$V = FORM_NAME_COLOR;
5281
5432
 
5282
5433
  var TYPE_VIDEOS_TXT_CONTENT = 'videos-txt-content';
5283
5434
  var VideosTxtContentService = /** @class */ (function () {
@@ -5385,17 +5536,17 @@
5385
5536
  },] }
5386
5537
  ];
5387
5538
 
5388
- var _a$18;
5539
+ var _a$1a;
5389
5540
  var CodeJavascriptDto = /** @class */ (function (_super) {
5390
5541
  __extends(CodeJavascriptDto, _super);
5391
5542
  function CodeJavascriptDto() {
5392
5543
  var _this = _super.apply(this, __spread(arguments)) || this;
5393
- _this[_a$18] = 'wb.dto.CONTENT.4';
5544
+ _this[_a$1a] = 'wb.dto.CONTENT.4';
5394
5545
  return _this;
5395
5546
  }
5396
5547
  return CodeJavascriptDto;
5397
5548
  }(ParentBlockDto));
5398
- _a$18 = FORM_NAME_CONTENT;
5549
+ _a$1a = FORM_NAME_CONTENT;
5399
5550
 
5400
5551
  var TYPE_CODE_JAVASCRIPT = 'code-javascript';
5401
5552
  var CodeJavascriptService = /** @class */ (function () {
@@ -5437,17 +5588,17 @@
5437
5588
  },] }
5438
5589
  ];
5439
5590
 
5440
- var _a$19;
5591
+ var _a$1b;
5441
5592
  var CodeStylesheetDto = /** @class */ (function (_super) {
5442
5593
  __extends(CodeStylesheetDto, _super);
5443
5594
  function CodeStylesheetDto() {
5444
5595
  var _this = _super.apply(this, __spread(arguments)) || this;
5445
- _this[_a$19] = 'wb.dto.CONTENT.5';
5596
+ _this[_a$1b] = 'wb.dto.CONTENT.5';
5446
5597
  return _this;
5447
5598
  }
5448
5599
  return CodeStylesheetDto;
5449
5600
  }(ParentBlockDto));
5450
- _a$19 = FORM_NAME_CONTENT;
5601
+ _a$1b = FORM_NAME_CONTENT;
5451
5602
 
5452
5603
  var TYPE_CODE_STYLESHEET = 'code-stylesheet';
5453
5604
  var CodeStylesheetService = /** @class */ (function () {
@@ -5591,18 +5742,18 @@
5591
5742
  },] }
5592
5743
  ];
5593
5744
 
5594
- var _a$1a, _b$16;
5745
+ var _a$1c, _b$18;
5595
5746
  var ProductZoomDto = /** @class */ (function (_super) {
5596
5747
  __extends(ProductZoomDto, _super);
5597
5748
  function ProductZoomDto() {
5598
5749
  var _this = _super.apply(this, __spread(arguments)) || this;
5599
- _this[_a$1a] = 'wb.dto.CONTENT.1';
5600
- _this[_b$16] = '';
5750
+ _this[_a$1c] = 'wb.dto.CONTENT.1';
5751
+ _this[_b$18] = '';
5601
5752
  return _this;
5602
5753
  }
5603
5754
  return ProductZoomDto;
5604
5755
  }(ParentBlockDto));
5605
- _a$1a = FORM_NAME_CONTENT, _b$16 = FORM_NAME_ID_PRODUCT;
5756
+ _a$1c = FORM_NAME_CONTENT, _b$18 = FORM_NAME_ID_PRODUCT;
5606
5757
 
5607
5758
  var TYPE_PRODUCT_ZOOM = 'product-zoom';
5608
5759
  var ProductZoomService = /** @class */ (function () {
@@ -5644,18 +5795,18 @@
5644
5795
  },] }
5645
5796
  ];
5646
5797
 
5647
- var _a$1b, _b$17;
5798
+ var _a$1d, _b$19;
5648
5799
  var ProductZoomSelectedDto = /** @class */ (function (_super) {
5649
5800
  __extends(ProductZoomSelectedDto, _super);
5650
5801
  function ProductZoomSelectedDto() {
5651
5802
  var _this = _super.apply(this, __spread(arguments)) || this;
5652
- _this[_a$1b] = 'wb.dto.CONTENT.2';
5653
- _this[_b$17] = '';
5803
+ _this[_a$1d] = 'wb.dto.CONTENT.2';
5804
+ _this[_b$19] = '';
5654
5805
  return _this;
5655
5806
  }
5656
5807
  return ProductZoomSelectedDto;
5657
5808
  }(ParentBlockDto));
5658
- _a$1b = FORM_NAME_CONTENT, _b$17 = FORM_NAME_ID_PRODUCT;
5809
+ _a$1d = FORM_NAME_CONTENT, _b$19 = FORM_NAME_ID_PRODUCT;
5659
5810
 
5660
5811
  var TYPE_PRODUCT_ZOOM_SELECTED = 'product-zoom-selected';
5661
5812
  var ProductZoomSelectedService = /** @class */ (function () {
@@ -5697,18 +5848,18 @@
5697
5848
  },] }
5698
5849
  ];
5699
5850
 
5700
- var _a$1c, _b$18;
5851
+ var _a$1e, _b$1a;
5701
5852
  var ProductZoomMoreDto = /** @class */ (function (_super) {
5702
5853
  __extends(ProductZoomMoreDto, _super);
5703
5854
  function ProductZoomMoreDto() {
5704
5855
  var _this = _super.apply(this, __spread(arguments)) || this;
5705
- _this[_a$1c] = 'wb.dto.CONTENT.1';
5706
- _this[_b$18] = '';
5856
+ _this[_a$1e] = 'wb.dto.CONTENT.1';
5857
+ _this[_b$1a] = '';
5707
5858
  return _this;
5708
5859
  }
5709
5860
  return ProductZoomMoreDto;
5710
5861
  }(ParentBlockDto));
5711
- _a$1c = FORM_NAME_CONTENT, _b$18 = FORM_NAME_ID_PRODUCT;
5862
+ _a$1e = FORM_NAME_CONTENT, _b$1a = FORM_NAME_ID_PRODUCT;
5712
5863
 
5713
5864
  var TYPE_PRODUCT_ZOOM_MORE = 'product-zoom-more';
5714
5865
  var ProductZoomMoreService = /** @class */ (function () {
@@ -5750,32 +5901,32 @@
5750
5901
  },] }
5751
5902
  ];
5752
5903
 
5753
- var _a$1d;
5904
+ var _a$1f;
5754
5905
  var PaymentOrMediaDto = /** @class */ (function (_super) {
5755
5906
  __extends(PaymentOrMediaDto, _super);
5756
5907
  function PaymentOrMediaDto(paymentLink) {
5757
5908
  if (paymentLink === void 0) { paymentLink = ''; }
5758
5909
  var _this = _super.call(this) || this;
5759
- _this[_a$1d] = '';
5910
+ _this[_a$1f] = '';
5760
5911
  _this[FORM_NAME_PAYMENT] = paymentLink;
5761
5912
  return _this;
5762
5913
  }
5763
5914
  return PaymentOrMediaDto;
5764
5915
  }(MediaDto));
5765
- _a$1d = FORM_NAME_PAYMENT;
5916
+ _a$1f = FORM_NAME_PAYMENT;
5766
5917
 
5767
- var _a$1e, _b$19, _c$U, _d$O, _e$J, _f$t, _g$q, _h$k, _j$h, _k$g, _l$e;
5918
+ var _a$1g, _b$1b, _c$W, _d$Q, _e$K, _f$u, _g$r, _h$k, _j$h, _k$g, _l$e;
5768
5919
  var ProductZoomCompleteDto = /** @class */ (function (_super) {
5769
5920
  __extends(ProductZoomCompleteDto, _super);
5770
5921
  function ProductZoomCompleteDto() {
5771
5922
  var _this = _super.apply(this, __spread(arguments)) || this;
5772
- _this[_a$1e] = 'wb.dto.CONTENT.13';
5773
- _this[_b$19] = 'wb.dto.CONTENT.14';
5774
- _this[_c$U] = 'wb.dto.CONTENT.15';
5775
- _this[_d$O] = 'wb.dto.CONTENT.16';
5776
- _this[_e$J] = new FontOrMediaDto('far fa-stopwatch');
5777
- _this[_f$t] = '#e25657';
5778
- _this[_g$q] = '#e25657';
5923
+ _this[_a$1g] = 'wb.dto.CONTENT.13';
5924
+ _this[_b$1b] = 'wb.dto.CONTENT.14';
5925
+ _this[_c$W] = 'wb.dto.CONTENT.15';
5926
+ _this[_d$Q] = 'wb.dto.CONTENT.16';
5927
+ _this[_e$K] = new FontOrMediaDto('far fa-stopwatch');
5928
+ _this[_f$u] = '#e25657';
5929
+ _this[_g$r] = '#e25657';
5779
5930
  _this[_h$k] = new FontOrMediaDto('fas fa-bolt');
5780
5931
  _this[_j$h] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
5781
5932
  _this[_k$g] = 'wb.dto.CONTENT.18';
@@ -5784,7 +5935,7 @@
5784
5935
  }
5785
5936
  return ProductZoomCompleteDto;
5786
5937
  }(ParentBlockDto));
5787
- _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;
5938
+ _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;
5788
5939
 
5789
5940
  var TYPE_PRODUCT_ZOOM_COMPLETE = 'product-zoom-complete';
5790
5941
  var ProductZoomCompleteService = /** @class */ (function () {
@@ -5831,22 +5982,22 @@
5831
5982
  },] }
5832
5983
  ];
5833
5984
 
5834
- var _a$1f, _b$1a, _c$V, _d$P, _e$K, _f$u;
5985
+ var _a$1h, _b$1c, _c$X, _d$R, _e$L, _f$v;
5835
5986
  var ProductZoomCompleteBackgroundDto = /** @class */ (function (_super) {
5836
5987
  __extends(ProductZoomCompleteBackgroundDto, _super);
5837
5988
  function ProductZoomCompleteBackgroundDto() {
5838
5989
  var _this = _super.apply(this, __spread(arguments)) || this;
5839
- _this[_a$1f] = 'wb.dto.CONTENT.11';
5840
- _this[_b$1a] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
5841
- _this[_c$V] = 'wb.dto.CONTENT.12';
5842
- _this[_d$P] = '';
5843
- _this[_e$K] = new MediaDto();
5844
- _this[_f$u] = '#ffffff';
5990
+ _this[_a$1h] = 'wb.dto.CONTENT.11';
5991
+ _this[_b$1c] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
5992
+ _this[_c$X] = 'wb.dto.CONTENT.12';
5993
+ _this[_d$R] = '';
5994
+ _this[_e$L] = new MediaDto();
5995
+ _this[_f$v] = '#ffffff';
5845
5996
  return _this;
5846
5997
  }
5847
5998
  return ProductZoomCompleteBackgroundDto;
5848
5999
  }(ParentBlockDto));
5849
- _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;
6000
+ _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;
5850
6001
 
5851
6002
  var TYPE_PRODUCT_ZOOM_COMPLETE_BACKGROUND = 'product-zoom-complete-background';
5852
6003
  var ProductZoomCompleteBackgroundService = /** @class */ (function () {
@@ -5891,18 +6042,18 @@
5891
6042
  },] }
5892
6043
  ];
5893
6044
 
5894
- 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;
6045
+ 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;
5895
6046
  var ProductZoomCompleteSliderDto = /** @class */ (function (_super) {
5896
6047
  __extends(ProductZoomCompleteSliderDto, _super);
5897
6048
  function ProductZoomCompleteSliderDto() {
5898
6049
  var _this = _super.apply(this, __spread(arguments)) || this;
5899
- _this[_a$1g] = 'wb.dto.CONTENT.13';
5900
- _this[_b$1b] = 'wb.dto.CONTENT.14';
5901
- _this[_c$W] = 'wb.dto.CONTENT.15';
5902
- _this[_d$Q] = 'wb.dto.CONTENT.16';
5903
- _this[_e$L] = new FontOrMediaDto('far fa-stopwatch');
5904
- _this[_f$v] = '#e25657';
5905
- _this[_g$r] = '#e25657';
6050
+ _this[_a$1i] = 'wb.dto.CONTENT.13';
6051
+ _this[_b$1d] = 'wb.dto.CONTENT.14';
6052
+ _this[_c$Y] = 'wb.dto.CONTENT.15';
6053
+ _this[_d$S] = 'wb.dto.CONTENT.16';
6054
+ _this[_e$M] = new FontOrMediaDto('far fa-stopwatch');
6055
+ _this[_f$w] = '#e25657';
6056
+ _this[_g$s] = '#e25657';
5906
6057
  _this[_h$l] = new FontOrMediaDto('fas fa-bolt');
5907
6058
  _this[_j$i] = new FontOrMediaDto('fas fa-tshirt');
5908
6059
  _this[_k$h] = new FontOrMediaDto('fas fa-tshirt');
@@ -5918,7 +6069,7 @@
5918
6069
  }
5919
6070
  return ProductZoomCompleteSliderDto;
5920
6071
  }(ParentBlockDto));
5921
- _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;
6072
+ _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;
5922
6073
 
5923
6074
  var TYPE_PRODUCT_ZOOM_COMPLETE_SLIDER = 'product-zoom-complete-slider';
5924
6075
  var ProductZoomCompleteSliderService = /** @class */ (function () {
@@ -5969,23 +6120,23 @@
5969
6120
  },] }
5970
6121
  ];
5971
6122
 
5972
- var _a$1h, _b$1c, _c$X, _d$R, _e$M, _f$w, _g$s;
6123
+ var _a$1j, _b$1e, _c$Z, _d$T, _e$N, _f$x, _g$t;
5973
6124
  var ProductZoomSimpleDto = /** @class */ (function (_super) {
5974
6125
  __extends(ProductZoomSimpleDto, _super);
5975
6126
  function ProductZoomSimpleDto() {
5976
6127
  var _this = _super.apply(this, __spread(arguments)) || this;
5977
- _this[_a$1h] = 'wb.dto.CONTENT.13';
5978
- _this[_b$1c] = 'wb.dto.CONTENT.14';
5979
- _this[_c$X] = 'wb.dto.CONTENT.15';
5980
- _this[_d$R] = 'wb.dto.CONTENT.16';
5981
- _this[_e$M] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
5982
- _this[_f$w] = 'wb.dto.CONTENT.18';
5983
- _this[_g$s] = '';
6128
+ _this[_a$1j] = 'wb.dto.CONTENT.13';
6129
+ _this[_b$1e] = 'wb.dto.CONTENT.14';
6130
+ _this[_c$Z] = 'wb.dto.CONTENT.15';
6131
+ _this[_d$T] = 'wb.dto.CONTENT.16';
6132
+ _this[_e$N] = new PaymentOrMediaDto('//img.wizishop.com/a/site/cards/CB-Visa-MCard.svg');
6133
+ _this[_f$x] = 'wb.dto.CONTENT.18';
6134
+ _this[_g$t] = '';
5984
6135
  return _this;
5985
6136
  }
5986
6137
  return ProductZoomSimpleDto;
5987
6138
  }(ParentBlockDto));
5988
- _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;
6139
+ _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;
5989
6140
 
5990
6141
  var TYPE_PRODUCT_ZOOM_SIMPLE = 'product-zoom-simple';
5991
6142
  var ProductZoomSimpleService = /** @class */ (function () {
@@ -6027,19 +6178,19 @@
6027
6178
  },] }
6028
6179
  ];
6029
6180
 
6030
- var _a$1i, _b$1d, _c$Y;
6181
+ var _a$1k, _b$1f, _c$_;
6031
6182
  var AmplifyProductZoomDto = /** @class */ (function (_super) {
6032
6183
  __extends(AmplifyProductZoomDto, _super);
6033
6184
  function AmplifyProductZoomDto() {
6034
6185
  var _this = _super.apply(this, __spread(arguments)) || this;
6035
- _this[_a$1i] = 'wb.dto.CONTENT.1';
6036
- _this[_b$1d] = '';
6037
- _this[_c$Y] = 'amplify';
6186
+ _this[_a$1k] = 'wb.dto.CONTENT.1';
6187
+ _this[_b$1f] = '';
6188
+ _this[_c$_] = 'amplify';
6038
6189
  return _this;
6039
6190
  }
6040
6191
  return AmplifyProductZoomDto;
6041
6192
  }(ParentBlockDto));
6042
- _a$1i = FORM_NAME_CONTENT, _b$1d = FORM_NAME_ID_PRODUCT, _c$Y = FORM_NAME_AMPLIFY_TYPE;
6193
+ _a$1k = FORM_NAME_CONTENT, _b$1f = FORM_NAME_ID_PRODUCT, _c$_ = FORM_NAME_AMPLIFY_TYPE;
6043
6194
 
6044
6195
  var TYPE_AMPLIFY_PRODUCT_ZOOM = 'amplify-product-zoom';
6045
6196
  var AmplifyProductZoomService = /** @class */ (function () {
@@ -6121,19 +6272,19 @@
6121
6272
  },] }
6122
6273
  ];
6123
6274
 
6124
- var _a$1j, _b$1e, _c$Z;
6275
+ var _a$1l, _b$1g, _c$$;
6125
6276
  var AmplifyProductZoomSelectedDto = /** @class */ (function (_super) {
6126
6277
  __extends(AmplifyProductZoomSelectedDto, _super);
6127
6278
  function AmplifyProductZoomSelectedDto() {
6128
6279
  var _this = _super.apply(this, __spread(arguments)) || this;
6129
- _this[_a$1j] = 'wb.dto.CONTENT.2';
6130
- _this[_b$1e] = '';
6131
- _this[_c$Z] = 'amplify';
6280
+ _this[_a$1l] = 'wb.dto.CONTENT.2';
6281
+ _this[_b$1g] = '';
6282
+ _this[_c$$] = 'amplify';
6132
6283
  return _this;
6133
6284
  }
6134
6285
  return AmplifyProductZoomSelectedDto;
6135
6286
  }(ParentBlockDto));
6136
- _a$1j = FORM_NAME_CONTENT, _b$1e = FORM_NAME_ID_PRODUCT, _c$Z = FORM_NAME_AMPLIFY_TYPE;
6287
+ _a$1l = FORM_NAME_CONTENT, _b$1g = FORM_NAME_ID_PRODUCT, _c$$ = FORM_NAME_AMPLIFY_TYPE;
6137
6288
 
6138
6289
  var TYPE_AMPLIFY_PRODUCT_ZOOM_SELECTED = 'amplify-product-zoom-selected';
6139
6290
  var AmplifyProductZoomSelectedService = /** @class */ (function () {
@@ -6175,22 +6326,22 @@
6175
6326
  },] }
6176
6327
  ];
6177
6328
 
6178
- var _a$1k, _b$1f, _c$_, _d$S, _e$N, _f$x;
6329
+ var _a$1m, _b$1h, _c$10, _d$U, _e$O, _f$y;
6179
6330
  var AmplifyProductsListClassicDto = /** @class */ (function (_super) {
6180
6331
  __extends(AmplifyProductsListClassicDto, _super);
6181
6332
  function AmplifyProductsListClassicDto() {
6182
6333
  var _this = _super.apply(this, __spread(arguments)) || this;
6183
- _this[_a$1k] = 'wb.dto.TITLE.1';
6184
- _this[_b$1f] = true;
6185
- _this[_c$_] = [];
6186
- _this[_d$S] = '';
6187
- _this[_e$N] = 'amplify';
6188
- _this[_f$x] = '1';
6334
+ _this[_a$1m] = 'wb.dto.TITLE.1';
6335
+ _this[_b$1h] = true;
6336
+ _this[_c$10] = [];
6337
+ _this[_d$U] = '';
6338
+ _this[_e$O] = 'amplify';
6339
+ _this[_f$y] = '1';
6189
6340
  return _this;
6190
6341
  }
6191
6342
  return AmplifyProductsListClassicDto;
6192
6343
  }(ParentBlockDto));
6193
- _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;
6344
+ _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;
6194
6345
 
6195
6346
  var TYPE_AMPLIFY_PRODUCTS_LIST_CLASSIC = 'amplify-products-list-classic';
6196
6347
  var AmplifyProductsListClassicService = /** @class */ (function () {
@@ -6235,22 +6386,22 @@
6235
6386
  },] }
6236
6387
  ];
6237
6388
 
6238
- var _a$1l, _b$1g, _c$$, _d$T, _e$O, _f$y;
6389
+ var _a$1n, _b$1i, _c$11, _d$V, _e$P, _f$z;
6239
6390
  var AmplifyProductsListSelectedDto = /** @class */ (function (_super) {
6240
6391
  __extends(AmplifyProductsListSelectedDto, _super);
6241
6392
  function AmplifyProductsListSelectedDto() {
6242
6393
  var _this = _super.apply(this, __spread(arguments)) || this;
6243
- _this[_a$1l] = 'wb.dto.TITLE.1';
6244
- _this[_b$1g] = '';
6245
- _this[_c$$] = true;
6246
- _this[_d$T] = [];
6247
- _this[_e$O] = 'amplify';
6248
- _this[_f$y] = '1';
6394
+ _this[_a$1n] = 'wb.dto.TITLE.1';
6395
+ _this[_b$1i] = '';
6396
+ _this[_c$11] = true;
6397
+ _this[_d$V] = [];
6398
+ _this[_e$P] = 'amplify';
6399
+ _this[_f$z] = '1';
6249
6400
  return _this;
6250
6401
  }
6251
6402
  return AmplifyProductsListSelectedDto;
6252
6403
  }(ParentBlockDto));
6253
- _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;
6404
+ _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;
6254
6405
 
6255
6406
  var TYPE_AMPLIFY_PRODUCTS_LIST_SELECTED = 'amplify-products-list-selected';
6256
6407
  var AmplifyProductsListSelectedService = /** @class */ (function () {
@@ -6295,22 +6446,22 @@
6295
6446
  },] }
6296
6447
  ];
6297
6448
 
6298
- var _a$1m, _b$1h, _c$10, _d$U, _e$P, _f$z;
6449
+ var _a$1o, _b$1j, _c$12, _d$W, _e$Q, _f$A;
6299
6450
  var AmplifyProductsListSimpleDto = /** @class */ (function (_super) {
6300
6451
  __extends(AmplifyProductsListSimpleDto, _super);
6301
6452
  function AmplifyProductsListSimpleDto() {
6302
6453
  var _this = _super.apply(this, __spread(arguments)) || this;
6303
- _this[_a$1m] = 'wb.dto.TITLE.1';
6304
- _this[_b$1h] = '';
6305
- _this[_c$10] = true;
6306
- _this[_d$U] = [];
6307
- _this[_e$P] = 'amplify';
6308
- _this[_f$z] = '1';
6454
+ _this[_a$1o] = 'wb.dto.TITLE.1';
6455
+ _this[_b$1j] = '';
6456
+ _this[_c$12] = true;
6457
+ _this[_d$W] = [];
6458
+ _this[_e$Q] = 'amplify';
6459
+ _this[_f$A] = '1';
6309
6460
  return _this;
6310
6461
  }
6311
6462
  return AmplifyProductsListSimpleDto;
6312
6463
  }(ParentBlockDto));
6313
- _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;
6464
+ _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;
6314
6465
 
6315
6466
  var TYPE_AMPLIFY_PRODUCTS_LIST_SIMPLE = 'amplify-products-list-simple';
6316
6467
  var AmplifyProductsListSimpleService = /** @class */ (function () {
@@ -6355,19 +6506,19 @@
6355
6506
  },] }
6356
6507
  ];
6357
6508
 
6358
- var _a$1n, _b$1i, _c$11;
6509
+ var _a$1p, _b$1k, _c$13;
6359
6510
  var ProductZoomTripleColumnDto = /** @class */ (function (_super) {
6360
6511
  __extends(ProductZoomTripleColumnDto, _super);
6361
6512
  function ProductZoomTripleColumnDto() {
6362
6513
  var _this = _super.apply(this, __spread(arguments)) || this;
6363
- _this[_a$1n] = 'wb.dto.CONTENT.1';
6364
- _this[_b$1i] = '';
6365
- _this[_c$11] = '#dddddd';
6514
+ _this[_a$1p] = 'wb.dto.CONTENT.1';
6515
+ _this[_b$1k] = '';
6516
+ _this[_c$13] = '#dddddd';
6366
6517
  return _this;
6367
6518
  }
6368
6519
  return ProductZoomTripleColumnDto;
6369
6520
  }(ParentBlockDto));
6370
- _a$1n = FORM_NAME_CONTENT, _b$1i = FORM_NAME_ID_PRODUCT, _c$11 = FORM_NAME_COLOR;
6521
+ _a$1p = FORM_NAME_CONTENT, _b$1k = FORM_NAME_ID_PRODUCT, _c$13 = FORM_NAME_COLOR;
6371
6522
 
6372
6523
  var TYPE_PRODUCT_ZOOM_TRIPLE_COLUMN = 'product-zoom-triple-column';
6373
6524
  var ProductZoomTripleColumnService = /** @class */ (function () {
@@ -6412,21 +6563,21 @@
6412
6563
  },] }
6413
6564
  ];
6414
6565
 
6415
- var _a$1o, _b$1j, _c$12, _d$V, _e$Q;
6566
+ var _a$1q, _b$1l, _c$14, _d$X, _e$R;
6416
6567
  var AmplifyProductZoomTripleColumnDto = /** @class */ (function (_super) {
6417
6568
  __extends(AmplifyProductZoomTripleColumnDto, _super);
6418
6569
  function AmplifyProductZoomTripleColumnDto() {
6419
6570
  var _this = _super.apply(this, __spread(arguments)) || this;
6420
- _this[_a$1o] = 'wb.dto.CONTENT.1';
6421
- _this[_b$1j] = '';
6422
- _this[_c$12] = '#dddddd';
6423
- _this[_d$V] = 'wb.dto.TEXT.1';
6424
- _this[_e$Q] = 'amplify';
6571
+ _this[_a$1q] = 'wb.dto.CONTENT.1';
6572
+ _this[_b$1l] = '';
6573
+ _this[_c$14] = '#dddddd';
6574
+ _this[_d$X] = 'wb.dto.TEXT.1';
6575
+ _this[_e$R] = 'amplify';
6425
6576
  return _this;
6426
6577
  }
6427
6578
  return AmplifyProductZoomTripleColumnDto;
6428
6579
  }(ParentBlockDto));
6429
- _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;
6580
+ _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;
6430
6581
 
6431
6582
  var TYPE_AMPLIFY_PRODUCT_ZOOM_TRIPLE_COLUMN = 'amplify-product-zoom-triple-column';
6432
6583
  var AmplifyProductZoomTripleColumnService = /** @class */ (function () {
@@ -6473,18 +6624,18 @@
6473
6624
  },] }
6474
6625
  ];
6475
6626
 
6476
- var _a$1p, _b$1k, _c$13, _d$W, _e$R, _f$A, _g$t, _h$m, _j$j, _k$i;
6627
+ var _a$1r, _b$1m, _c$15, _d$Y, _e$S, _f$B, _g$u, _h$m, _j$j, _k$i;
6477
6628
  var TextsQuadrupleNumbersDto = /** @class */ (function (_super) {
6478
6629
  __extends(TextsQuadrupleNumbersDto, _super);
6479
6630
  function TextsQuadrupleNumbersDto() {
6480
6631
  var _this = _super.apply(this, __spread(arguments)) || this;
6481
- _this[_a$1p] = 'wb.dto.TITLE.29';
6482
- _this[_b$1k] = 'wb.dto.CONTENT.30';
6483
- _this[_c$13] = 'wb.dto.TITLE.29';
6484
- _this[_d$W] = 'wb.dto.CONTENT.30';
6485
- _this[_e$R] = 'wb.dto.TITLE.29';
6486
- _this[_f$A] = 'wb.dto.CONTENT.30';
6487
- _this[_g$t] = 'wb.dto.TITLE.29';
6632
+ _this[_a$1r] = 'wb.dto.TITLE.29';
6633
+ _this[_b$1m] = 'wb.dto.CONTENT.30';
6634
+ _this[_c$15] = 'wb.dto.TITLE.29';
6635
+ _this[_d$Y] = 'wb.dto.CONTENT.30';
6636
+ _this[_e$S] = 'wb.dto.TITLE.29';
6637
+ _this[_f$B] = 'wb.dto.CONTENT.30';
6638
+ _this[_g$u] = 'wb.dto.TITLE.29';
6488
6639
  _this[_h$m] = 'wb.dto.CONTENT.30';
6489
6640
  _this[_j$j] = 'wb.dto.CONTENT.30';
6490
6641
  _this[_k$i] = false;
@@ -6492,7 +6643,7 @@
6492
6643
  }
6493
6644
  return TextsQuadrupleNumbersDto;
6494
6645
  }(ParentBlockDto));
6495
- _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;
6646
+ _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;
6496
6647
 
6497
6648
  var TYPE_TEXTS_QUADRUPLE_NUMBERS = 'texts-quadruple-numbers';
6498
6649
  var TextsQuadrupleNumbersService = /** @class */ (function () {
@@ -6543,21 +6694,21 @@
6543
6694
  },] }
6544
6695
  ];
6545
6696
 
6546
- var _a$1q, _b$1l, _c$14, _d$X, _e$S;
6697
+ var _a$1s, _b$1n, _c$16, _d$Z, _e$T;
6547
6698
  var AboutBlockDto = /** @class */ (function (_super) {
6548
6699
  __extends(AboutBlockDto, _super);
6549
6700
  function AboutBlockDto() {
6550
6701
  var _this = _super.apply(this, __spread(arguments)) || this;
6551
- _this[_a$1q] = 'wb.dto.TITLE.34';
6552
- _this[_b$1l] = '#F6F6F6';
6553
- _this[_c$14] = '#DDDDDD';
6554
- _this[_d$X] = [];
6555
- _this[_e$S] = true;
6702
+ _this[_a$1s] = 'wb.dto.TITLE.34';
6703
+ _this[_b$1n] = '#F6F6F6';
6704
+ _this[_c$16] = '#DDDDDD';
6705
+ _this[_d$Z] = [];
6706
+ _this[_e$T] = true;
6556
6707
  return _this;
6557
6708
  }
6558
6709
  return AboutBlockDto;
6559
6710
  }(ParentBlockDto));
6560
- _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;
6711
+ _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;
6561
6712
 
6562
6713
  var TYPE_ABOUT_BLOCK = 'about-block';
6563
6714
  var AboutBlockService = /** @class */ (function () {
@@ -6647,32 +6798,32 @@
6647
6798
  },] }
6648
6799
  ];
6649
6800
 
6650
- var _a$1r, _b$1m, _c$15, _d$Y;
6801
+ var _a$1t, _b$1o, _c$17, _d$_;
6651
6802
  var FaqDto = /** @class */ (function () {
6652
6803
  function FaqDto() {
6653
- this[_a$1r] = 'wb.dto.TITLE.2';
6654
- this[_b$1m] = 'wb.dto.CONTENT.6';
6655
- this[_c$15] = true;
6656
- this[_d$Y] = new FontOrMediaDto('far fa-question-circle');
6804
+ this[_a$1t] = 'wb.dto.TITLE.2';
6805
+ this[_b$1o] = 'wb.dto.CONTENT.6';
6806
+ this[_c$17] = true;
6807
+ this[_d$_] = new FontOrMediaDto('far fa-question-circle');
6657
6808
  }
6658
6809
  return FaqDto;
6659
6810
  }());
6660
- _a$1r = FORM_NAME_TITLE, _b$1m = FORM_NAME_CONTENT, _c$15 = FORM_NAME_OPEN, _d$Y = FORM_NAME_ICON;
6811
+ _a$1t = FORM_NAME_TITLE, _b$1o = FORM_NAME_CONTENT, _c$17 = FORM_NAME_OPEN, _d$_ = FORM_NAME_ICON;
6661
6812
 
6662
- var _a$1s, _b$1n, _c$16, _d$Z;
6813
+ var _a$1u, _b$1p, _c$18, _d$$;
6663
6814
  var FaqSimpleDto = /** @class */ (function (_super) {
6664
6815
  __extends(FaqSimpleDto, _super);
6665
6816
  function FaqSimpleDto() {
6666
6817
  var _this = _super.apply(this, __spread(arguments)) || this;
6667
- _this[_a$1s] = [new FaqDto()];
6668
- _this[_b$1n] = '#e95656';
6669
- _this[_c$16] = '#dce0e3';
6670
- _this[_d$Z] = false;
6818
+ _this[_a$1u] = [new FaqDto()];
6819
+ _this[_b$1p] = '#e95656';
6820
+ _this[_c$18] = '#dce0e3';
6821
+ _this[_d$$] = false;
6671
6822
  return _this;
6672
6823
  }
6673
6824
  return FaqSimpleDto;
6674
6825
  }(ParentBlockDto));
6675
- _a$1s = FORM_NAME_FAQ, _b$1n = FORM_NAME_COLOR, _c$16 = FORM_NAME_BORDER_COLOR, _d$Z = FORM_NAME_ACCORDION;
6826
+ _a$1u = FORM_NAME_FAQ, _b$1p = FORM_NAME_COLOR, _c$18 = FORM_NAME_BORDER_COLOR, _d$$ = FORM_NAME_ACCORDION;
6676
6827
 
6677
6828
  var TYPE_FAQ_SIMPLE = 'faq-simple';
6678
6829
  var FaqSimpleService = /** @class */ (function () {
@@ -6718,21 +6869,21 @@
6718
6869
  },] }
6719
6870
  ];
6720
6871
 
6721
- var _a$1t, _b$1o, _c$17, _d$_, _e$T;
6872
+ var _a$1v, _b$1q, _c$19, _d$10, _e$U;
6722
6873
  var FaqSimpleBackgroundDto = /** @class */ (function (_super) {
6723
6874
  __extends(FaqSimpleBackgroundDto, _super);
6724
6875
  function FaqSimpleBackgroundDto() {
6725
6876
  var _this = _super.apply(this, __spread(arguments)) || this;
6726
- _this[_a$1t] = [new FaqDto()];
6727
- _this[_b$1o] = '#e95656';
6728
- _this[_c$17] = '#f7f7f7';
6729
- _this[_d$_] = '#dce0e3';
6730
- _this[_e$T] = false;
6877
+ _this[_a$1v] = [new FaqDto()];
6878
+ _this[_b$1q] = '#e95656';
6879
+ _this[_c$19] = '#f7f7f7';
6880
+ _this[_d$10] = '#dce0e3';
6881
+ _this[_e$U] = false;
6731
6882
  return _this;
6732
6883
  }
6733
6884
  return FaqSimpleBackgroundDto;
6734
6885
  }(ParentBlockDto));
6735
- _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;
6886
+ _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;
6736
6887
 
6737
6888
  var TYPE_FAQ_SIMPLE_BACKGROUND = 'faq-simple-background';
6738
6889
  var FaqSimpleBackgroundService = /** @class */ (function () {
@@ -6783,19 +6934,19 @@
6783
6934
  },] }
6784
6935
  ];
6785
6936
 
6786
- var _a$1u, _b$1p, _c$18;
6937
+ var _a$1w, _b$1r, _c$1a;
6787
6938
  var TextBackgroundsLinkDto = /** @class */ (function (_super) {
6788
6939
  __extends(TextBackgroundsLinkDto, _super);
6789
6940
  function TextBackgroundsLinkDto() {
6790
6941
  var _this = _super.apply(this, __spread(arguments)) || this;
6791
- _this[_a$1u] = [];
6792
- _this[_b$1p] = 'wb.dto.CONTENT.29';
6793
- _this[_c$18] = true;
6942
+ _this[_a$1w] = [];
6943
+ _this[_b$1r] = 'wb.dto.CONTENT.29';
6944
+ _this[_c$1a] = true;
6794
6945
  return _this;
6795
6946
  }
6796
6947
  return TextBackgroundsLinkDto;
6797
6948
  }(ParentBlockDto));
6798
- _a$1u = FORM_NAME_TEXT_BACKGROUND_LINK, _b$1p = FORM_NAME_CONTENT, _c$18 = FORM_NAME_FULLPAGE;
6949
+ _a$1w = FORM_NAME_TEXT_BACKGROUND_LINK, _b$1r = FORM_NAME_CONTENT, _c$1a = FORM_NAME_FULLPAGE;
6799
6950
 
6800
6951
  var TYPE_TEXT_BACKGROUNDS_LINK = 'images-texts-link';
6801
6952
  var TextBackgroundsLinkService = /** @class */ (function () {
@@ -6838,22 +6989,22 @@
6838
6989
  },] }
6839
6990
  ];
6840
6991
 
6841
- var _a$1v, _b$1q, _c$19, _d$$, _e$U, _f$B;
6992
+ var _a$1x, _b$1s, _c$1b, _d$11, _e$V, _f$C;
6842
6993
  var FaqFrameDto = /** @class */ (function (_super) {
6843
6994
  __extends(FaqFrameDto, _super);
6844
6995
  function FaqFrameDto() {
6845
6996
  var _this = _super.apply(this, __spread(arguments)) || this;
6846
- _this[_a$1v] = [new FaqDto()];
6847
- _this[_b$1q] = '#e95656';
6848
- _this[_c$19] = '#dce0e3';
6849
- _this[_d$$] = '#ffffff';
6850
- _this[_e$U] = '#ffd4d4';
6851
- _this[_f$B] = false;
6997
+ _this[_a$1x] = [new FaqDto()];
6998
+ _this[_b$1s] = '#e95656';
6999
+ _this[_c$1b] = '#dce0e3';
7000
+ _this[_d$11] = '#ffffff';
7001
+ _this[_e$V] = '#ffd4d4';
7002
+ _this[_f$C] = false;
6852
7003
  return _this;
6853
7004
  }
6854
7005
  return FaqFrameDto;
6855
7006
  }(ParentBlockDto));
6856
- _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;
7007
+ _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;
6857
7008
 
6858
7009
  var TYPE_FAQ_FRAME = 'faq-frame';
6859
7010
  var FaqFrameService = /** @class */ (function () {
@@ -6903,22 +7054,22 @@
6903
7054
  },] }
6904
7055
  ];
6905
7056
 
6906
- var _a$1w, _b$1r, _c$1a, _d$10, _e$V, _f$C;
7057
+ var _a$1y, _b$1t, _c$1c, _d$12, _e$W, _f$D;
6907
7058
  var FaqAccordionDto = /** @class */ (function (_super) {
6908
7059
  __extends(FaqAccordionDto, _super);
6909
7060
  function FaqAccordionDto() {
6910
7061
  var _this = _super.apply(this, __spread(arguments)) || this;
6911
- _this[_a$1w] = [new FaqDto()];
6912
- _this[_b$1r] = '#e95656';
6913
- _this[_c$1a] = '#fafafa';
6914
- _this[_d$10] = '#ffffff';
6915
- _this[_e$V] = '#dce0e3';
6916
- _this[_f$C] = true;
7062
+ _this[_a$1y] = [new FaqDto()];
7063
+ _this[_b$1t] = '#e95656';
7064
+ _this[_c$1c] = '#fafafa';
7065
+ _this[_d$12] = '#ffffff';
7066
+ _this[_e$W] = '#dce0e3';
7067
+ _this[_f$D] = true;
6917
7068
  return _this;
6918
7069
  }
6919
7070
  return FaqAccordionDto;
6920
7071
  }(ParentBlockDto));
6921
- _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;
7072
+ _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;
6922
7073
 
6923
7074
  var TYPE_FAQ_ACCORDION = 'faq-accordion';
6924
7075
  var FaqAccordionService = /** @class */ (function () {
@@ -6968,19 +7119,19 @@
6968
7119
  },] }
6969
7120
  ];
6970
7121
 
6971
- var _a$1x, _b$1s, _c$1b;
7122
+ var _a$1z, _b$1u, _c$1d;
6972
7123
  var FaqListIconDto = /** @class */ (function (_super) {
6973
7124
  __extends(FaqListIconDto, _super);
6974
7125
  function FaqListIconDto() {
6975
7126
  var _this = _super.apply(this, __spread(arguments)) || this;
6976
- _this[_a$1x] = [new FaqDto()];
6977
- _this[_b$1s] = '#e95656';
6978
- _this[_c$1b] = '#ffffff';
7127
+ _this[_a$1z] = [new FaqDto()];
7128
+ _this[_b$1u] = '#e95656';
7129
+ _this[_c$1d] = '#ffffff';
6979
7130
  return _this;
6980
7131
  }
6981
7132
  return FaqListIconDto;
6982
7133
  }(ParentBlockDto));
6983
- _a$1x = FORM_NAME_FAQ, _b$1s = FORM_NAME_ICON_COLOR, _c$1b = FORM_NAME_BACKGROUND_COLOR;
7134
+ _a$1z = FORM_NAME_FAQ, _b$1u = FORM_NAME_ICON_COLOR, _c$1d = FORM_NAME_BACKGROUND_COLOR;
6984
7135
 
6985
7136
  var TYPE_FAQ_LIST_ICON = 'faq-list-icon';
6986
7137
  var FaqListIconService = /** @class */ (function () {
@@ -7024,24 +7175,107 @@
7024
7175
  },] }
7025
7176
  ];
7026
7177
 
7027
- var _a$1y, _b$1t, _c$1c, _d$11, _e$W, _f$D;
7028
- var FormsOnboardingDto = /** @class */ (function (_super) {
7029
- __extends(FormsOnboardingDto, _super);
7030
- function FormsOnboardingDto() {
7178
+ var _a$1A, _b$1v, _c$1e;
7179
+ var ImageMediaDto = /** @class */ (function (_super) {
7180
+ __extends(ImageMediaDto, _super);
7181
+ function ImageMediaDto() {
7031
7182
  var _this = _super.apply(this, __spread(arguments)) || this;
7032
- _this[_a$1y] = 'wb.dto.TITLE.38';
7033
- _this[_b$1t] = 40;
7034
- _this[_c$1c] = '#ffffff';
7035
- _this[_d$11] = false;
7036
- _this[_e$W] = 'wb.dto.BUTTON.15';
7037
- _this[_f$D] = 'enter.your.email.address';
7183
+ _this[_a$1A] = '_self';
7184
+ _this[_b$1v] = '';
7185
+ _this[_c$1e] = '';
7038
7186
  return _this;
7039
7187
  }
7040
- return FormsOnboardingDto;
7041
- }(ParentBlockDto));
7042
- _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;
7188
+ return ImageMediaDto;
7189
+ }(MediaDto));
7190
+ _a$1A = FORM_NAME_URL_TARGET, _b$1v = FORM_NAME_TITLE, _c$1e = FORM_NAME_URL;
7043
7191
 
7044
- var TYPE_FORMS_ONBOARDING = 'forms-onboarding';
7192
+ var _a$1B, _b$1w, _c$1f, _d$13, _e$X, _f$E, _g$v, _h$n, _j$k, _k$j, _l$g;
7193
+ var TwoImagesTitleTextDto = /** @class */ (function (_super) {
7194
+ __extends(TwoImagesTitleTextDto, _super);
7195
+ function TwoImagesTitleTextDto() {
7196
+ var _this = _super.apply(this, __spread(arguments)) || this;
7197
+ _this[_a$1B] = 'small';
7198
+ _this[_b$1w] = true;
7199
+ _this[_c$1f] = new ImageMediaDto();
7200
+ _this[_d$13] = new ImageMediaDto();
7201
+ _this[_e$X] = 'wb.dto.TITLE.41';
7202
+ _this[_f$E] = 'wb.dto.TITLE.42';
7203
+ _this[_g$v] = 'wb.dto.TITLE.42';
7204
+ _this[_h$n] = 'wb.dto.TEXT.3';
7205
+ _this[_j$k] = 'wb.dto.TEXT.3';
7206
+ _this[_k$j] = '#e95656';
7207
+ _this[_l$g] = false;
7208
+ return _this;
7209
+ }
7210
+ return TwoImagesTitleTextDto;
7211
+ }(ParentBlockDto));
7212
+ _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;
7213
+
7214
+ var TYPE_TWO_IMAGES_TITLE_TEXT = 'images-two-title-text';
7215
+ var TwoImagesTitleTextService = /** @class */ (function () {
7216
+ function TwoImagesTitleTextService() {
7217
+ this._text = 'wb.blocks.images.twoTitleText';
7218
+ }
7219
+ TwoImagesTitleTextService.selector = function () {
7220
+ return 'wb-' + TYPE_TWO_IMAGES_TITLE_TEXT;
7221
+ };
7222
+ Object.defineProperty(TwoImagesTitleTextService.prototype, "text", {
7223
+ get: function () {
7224
+ return this._text;
7225
+ },
7226
+ set: function (value) {
7227
+ this._text = value;
7228
+ },
7229
+ enumerable: false,
7230
+ configurable: true
7231
+ });
7232
+ TwoImagesTitleTextService.prototype.type = function () {
7233
+ return TYPE_TWO_IMAGES_TITLE_TEXT;
7234
+ };
7235
+ TwoImagesTitleTextService.prototype.image = function () {
7236
+ return 'Image_2Img-TextBottom.svg';
7237
+ };
7238
+ TwoImagesTitleTextService.prototype.getForm = function (content) {
7239
+ if (content === void 0) { content = this.getConfig(); }
7240
+ var TwoImagesTitleTextFormDto = new FormsDto(content);
7241
+ var 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']);
7242
+ TwoImagesTitleTextFormDto.forms.push(maskTwoImagesTitleTextContentDto);
7243
+ var fullpageTwoImagesTitleTextContentDto = new FormsContentDto(FORM_NAME_FULLPAGE, 'wb.blocks.FormContentDto.16', FORM_TYPE_CHECKBOX, content[FORM_NAME_FULLPAGE], '', '', [], [], [true, false]);
7244
+ TwoImagesTitleTextFormDto.forms.push(fullpageTwoImagesTitleTextContentDto);
7245
+ var colorContentLeftDto = new FormsContentDto(FORM_NAME_ICON_COLOR, 'wb.blocks.FormContentDto.111', FORM_TYPE_COLOR, content[FORM_NAME_ICON_COLOR], '#122231', '');
7246
+ TwoImagesTitleTextFormDto.forms.push(colorContentLeftDto);
7247
+ return TwoImagesTitleTextFormDto;
7248
+ };
7249
+ TwoImagesTitleTextService.prototype.getConfig = function () {
7250
+ return new TwoImagesTitleTextDto(this.type());
7251
+ };
7252
+ return TwoImagesTitleTextService;
7253
+ }());
7254
+ TwoImagesTitleTextService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TwoImagesTitleTextService_Factory() { return new TwoImagesTitleTextService(); }, token: TwoImagesTitleTextService, providedIn: "root" });
7255
+ TwoImagesTitleTextService.decorators = [
7256
+ { type: i0.Injectable, args: [{
7257
+ providedIn: 'root',
7258
+ },] }
7259
+ ];
7260
+
7261
+ var _a$1C, _b$1x, _c$1g, _d$14, _e$Y, _f$F;
7262
+ var FormsOnboardingDto = /** @class */ (function (_super) {
7263
+ __extends(FormsOnboardingDto, _super);
7264
+ function FormsOnboardingDto() {
7265
+ var _this = _super.apply(this, __spread(arguments)) || this;
7266
+ _this[_a$1C] = 'wb.dto.TITLE.38';
7267
+ _this[_b$1x] = 40;
7268
+ _this[_c$1g] = '#ffffff';
7269
+ _this[_d$14] = false;
7270
+ _this[_e$Y] = 'wb.dto.BUTTON.15';
7271
+ _this[_f$F] = 'enter.your.email.address';
7272
+ return _this;
7273
+ }
7274
+ return FormsOnboardingDto;
7275
+ }(ParentBlockDto));
7276
+ _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;
7277
+
7278
+ var TYPE_FORMS_ONBOARDING = 'forms-onboarding';
7045
7279
  var FormsOnboardingService = /** @class */ (function () {
7046
7280
  function FormsOnboardingService() {
7047
7281
  this._text = 'wb.blocks.forms-onboarding.text';
@@ -7092,12 +7326,262 @@
7092
7326
  },] }
7093
7327
  ];
7094
7328
 
7329
+ var _a$1D, _b$1y, _c$1h, _d$15, _e$Z, _f$G, _g$w;
7330
+ var TextBackgroundsThreeRowsIconTextDto = /** @class */ (function (_super) {
7331
+ __extends(TextBackgroundsThreeRowsIconTextDto, _super);
7332
+ function TextBackgroundsThreeRowsIconTextDto() {
7333
+ var _this = _super.apply(this, __spread(arguments)) || this;
7334
+ _this[_a$1D] = false;
7335
+ _this[_b$1y] = 3;
7336
+ _this[_c$1h] = 0;
7337
+ _this[_d$15] = [];
7338
+ _this[_e$Z] = '#e95656';
7339
+ _this[_f$G] = '#ffffff';
7340
+ _this[_g$w] = 'small';
7341
+ return _this;
7342
+ }
7343
+ return TextBackgroundsThreeRowsIconTextDto;
7344
+ }(ParentBlockDto));
7345
+ _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;
7346
+
7347
+ var TYPE_TEXT_BACKGROUNDS_THREE_ROWS_ICON_TEXT = 'text-backgrounds-three-rows-icon-text';
7348
+ var TextBackgroundsThreeRowsIconTextService = /** @class */ (function () {
7349
+ function TextBackgroundsThreeRowsIconTextService() {
7350
+ this._text = 'wb.blocks.text-backgrounds-three-rows-icon-text.text';
7351
+ }
7352
+ TextBackgroundsThreeRowsIconTextService.selector = function () {
7353
+ return 'wb-' + TYPE_TEXT_BACKGROUNDS_THREE_ROWS_ICON_TEXT;
7354
+ };
7355
+ Object.defineProperty(TextBackgroundsThreeRowsIconTextService.prototype, "text", {
7356
+ get: function () {
7357
+ return this._text;
7358
+ },
7359
+ enumerable: false,
7360
+ configurable: true
7361
+ });
7362
+ TextBackgroundsThreeRowsIconTextService.prototype.type = function () {
7363
+ return TYPE_TEXT_BACKGROUNDS_THREE_ROWS_ICON_TEXT;
7364
+ };
7365
+ TextBackgroundsThreeRowsIconTextService.prototype.image = function () {
7366
+ return 'TxtImgFond_6Img-IconsTxt.png';
7367
+ };
7368
+ TextBackgroundsThreeRowsIconTextService.prototype.getForm = function (content) {
7369
+ if (content === void 0) { content = this.getConfig(); }
7370
+ var textBackgroundsThreeRowsIconTextFormDto = new FormsDto(content);
7371
+ var 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']);
7372
+ textBackgroundsThreeRowsIconTextFormDto.forms.push(maskContentDto);
7373
+ var colorContentLeftDto = new FormsContentDto(FORM_NAME_ICON_COLOR, 'wb.blocks.FormContentDto.13', FORM_TYPE_COLOR, content[FORM_NAME_ICON_COLOR], '#122231', '');
7374
+ textBackgroundsThreeRowsIconTextFormDto.forms.push(colorContentLeftDto);
7375
+ return textBackgroundsThreeRowsIconTextFormDto;
7376
+ };
7377
+ TextBackgroundsThreeRowsIconTextService.prototype.getConfig = function () {
7378
+ return new TextBackgroundsThreeRowsIconTextDto(this.type());
7379
+ };
7380
+ return TextBackgroundsThreeRowsIconTextService;
7381
+ }());
7382
+ TextBackgroundsThreeRowsIconTextService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TextBackgroundsThreeRowsIconTextService_Factory() { return new TextBackgroundsThreeRowsIconTextService(); }, token: TextBackgroundsThreeRowsIconTextService, providedIn: "root" });
7383
+ TextBackgroundsThreeRowsIconTextService.decorators = [
7384
+ { type: i0.Injectable, args: [{
7385
+ providedIn: 'root',
7386
+ },] }
7387
+ ];
7388
+
7389
+ var _a$1E, _b$1z, _c$1i, _d$16, _e$_, _f$H, _g$x;
7390
+ var TextBackgroundsFourRowsIconTextDto = /** @class */ (function (_super) {
7391
+ __extends(TextBackgroundsFourRowsIconTextDto, _super);
7392
+ function TextBackgroundsFourRowsIconTextDto() {
7393
+ var _this = _super.apply(this, __spread(arguments)) || this;
7394
+ _this[_a$1E] = false;
7395
+ _this[_b$1z] = 4;
7396
+ _this[_c$1i] = 0;
7397
+ _this[_d$16] = [];
7398
+ _this[_e$_] = '#e95656';
7399
+ _this[_f$H] = '#ffffff';
7400
+ _this[_g$x] = 'small';
7401
+ return _this;
7402
+ }
7403
+ return TextBackgroundsFourRowsIconTextDto;
7404
+ }(ParentBlockDto));
7405
+ _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;
7406
+
7407
+ var TYPE_TEXT_BACKGROUNDS_FOUR_ROWS_ICON_TEXT = 'text-backgrounds-four-rows-icon-text';
7408
+ var TextBackgroundsFourRowsIconTextService = /** @class */ (function () {
7409
+ function TextBackgroundsFourRowsIconTextService() {
7410
+ this._text = 'wb.blocks.text-backgrounds-four-rows-icon-text.text';
7411
+ }
7412
+ TextBackgroundsFourRowsIconTextService.selector = function () {
7413
+ return 'wb-' + TYPE_TEXT_BACKGROUNDS_FOUR_ROWS_ICON_TEXT;
7414
+ };
7415
+ Object.defineProperty(TextBackgroundsFourRowsIconTextService.prototype, "text", {
7416
+ get: function () {
7417
+ return this._text;
7418
+ },
7419
+ enumerable: false,
7420
+ configurable: true
7421
+ });
7422
+ TextBackgroundsFourRowsIconTextService.prototype.type = function () {
7423
+ return TYPE_TEXT_BACKGROUNDS_FOUR_ROWS_ICON_TEXT;
7424
+ };
7425
+ TextBackgroundsFourRowsIconTextService.prototype.image = function () {
7426
+ return 'TxtImgFond_4Img-IconsTxt.png';
7427
+ };
7428
+ TextBackgroundsFourRowsIconTextService.prototype.getForm = function (content) {
7429
+ if (content === void 0) { content = this.getConfig(); }
7430
+ var textBackgroundsFourRowsIconTextFormDto = new FormsDto(content);
7431
+ var 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']);
7432
+ textBackgroundsFourRowsIconTextFormDto.forms.push(maskContentDto);
7433
+ var colorContentLeftDto = new FormsContentDto(FORM_NAME_ICON_COLOR, 'wb.blocks.FormContentDto.13', FORM_TYPE_COLOR, content[FORM_NAME_ICON_COLOR], '#122231', '');
7434
+ textBackgroundsFourRowsIconTextFormDto.forms.push(colorContentLeftDto);
7435
+ return textBackgroundsFourRowsIconTextFormDto;
7436
+ };
7437
+ TextBackgroundsFourRowsIconTextService.prototype.getConfig = function () {
7438
+ return new TextBackgroundsFourRowsIconTextDto(this.type());
7439
+ };
7440
+ return TextBackgroundsFourRowsIconTextService;
7441
+ }());
7442
+ TextBackgroundsFourRowsIconTextService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TextBackgroundsFourRowsIconTextService_Factory() { return new TextBackgroundsFourRowsIconTextService(); }, token: TextBackgroundsFourRowsIconTextService, providedIn: "root" });
7443
+ TextBackgroundsFourRowsIconTextService.decorators = [
7444
+ { type: i0.Injectable, args: [{
7445
+ providedIn: 'root',
7446
+ },] }
7447
+ ];
7448
+
7449
+ var _a$1F, _b$1A, _c$1j, _d$17, _e$$, _f$I, _g$y;
7450
+ var TextBackgroundsTwoRowsIconTextDto = /** @class */ (function (_super) {
7451
+ __extends(TextBackgroundsTwoRowsIconTextDto, _super);
7452
+ function TextBackgroundsTwoRowsIconTextDto() {
7453
+ var _this = _super.apply(this, __spread(arguments)) || this;
7454
+ _this[_a$1F] = false;
7455
+ _this[_b$1A] = 2;
7456
+ _this[_c$1j] = 0;
7457
+ _this[_d$17] = [];
7458
+ _this[_e$$] = '#e95656';
7459
+ _this[_f$I] = '#ffffff';
7460
+ _this[_g$y] = 'small';
7461
+ return _this;
7462
+ }
7463
+ return TextBackgroundsTwoRowsIconTextDto;
7464
+ }(ParentBlockDto));
7465
+ _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;
7466
+
7467
+ var TYPE_TEXT_BACKGROUNDS_TWO_ROWS_ICON_TEXT = 'text-backgrounds-two-rows-icon-text';
7468
+ var TextBackgroundsTwoRowsIconTextService = /** @class */ (function () {
7469
+ function TextBackgroundsTwoRowsIconTextService() {
7470
+ this._text = 'wb.blocks.text-backgrounds-two-rows-icon-text.text';
7471
+ }
7472
+ TextBackgroundsTwoRowsIconTextService.selector = function () {
7473
+ return 'wb-' + TYPE_TEXT_BACKGROUNDS_TWO_ROWS_ICON_TEXT;
7474
+ };
7475
+ Object.defineProperty(TextBackgroundsTwoRowsIconTextService.prototype, "text", {
7476
+ get: function () {
7477
+ return this._text;
7478
+ },
7479
+ enumerable: false,
7480
+ configurable: true
7481
+ });
7482
+ TextBackgroundsTwoRowsIconTextService.prototype.type = function () {
7483
+ return TYPE_TEXT_BACKGROUNDS_TWO_ROWS_ICON_TEXT;
7484
+ };
7485
+ TextBackgroundsTwoRowsIconTextService.prototype.image = function () {
7486
+ return 'TxtImgFond_2Img-IconsTxt.png';
7487
+ };
7488
+ TextBackgroundsTwoRowsIconTextService.prototype.getForm = function (content) {
7489
+ if (content === void 0) { content = this.getConfig(); }
7490
+ var textBackgroundsTwoRowsIconTextFormDto = new FormsDto(content);
7491
+ var 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']);
7492
+ textBackgroundsTwoRowsIconTextFormDto.forms.push(maskContentDto);
7493
+ var colorContentLeftDto = new FormsContentDto(FORM_NAME_ICON_COLOR, 'wb.blocks.FormContentDto.13', FORM_TYPE_COLOR, content[FORM_NAME_ICON_COLOR], '#122231', '');
7494
+ textBackgroundsTwoRowsIconTextFormDto.forms.push(colorContentLeftDto);
7495
+ return textBackgroundsTwoRowsIconTextFormDto;
7496
+ };
7497
+ TextBackgroundsTwoRowsIconTextService.prototype.getConfig = function () {
7498
+ return new TextBackgroundsTwoRowsIconTextDto(this.type());
7499
+ };
7500
+ return TextBackgroundsTwoRowsIconTextService;
7501
+ }());
7502
+ TextBackgroundsTwoRowsIconTextService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TextBackgroundsTwoRowsIconTextService_Factory() { return new TextBackgroundsTwoRowsIconTextService(); }, token: TextBackgroundsTwoRowsIconTextService, providedIn: "root" });
7503
+ TextBackgroundsTwoRowsIconTextService.decorators = [
7504
+ { type: i0.Injectable, args: [{
7505
+ providedIn: 'root',
7506
+ },] }
7507
+ ];
7508
+
7509
+ var _a$1G, _b$1B, _c$1k, _d$18, _e$10, _f$J, _g$z;
7510
+ var SliderWithBannerDto = /** @class */ (function (_super) {
7511
+ __extends(SliderWithBannerDto, _super);
7512
+ function SliderWithBannerDto() {
7513
+ var _this = _super.apply(this, __spread(arguments)) || this;
7514
+ _this[_a$1G] = [];
7515
+ _this[_b$1B] = '4000';
7516
+ _this[_c$1k] = true;
7517
+ _this[_d$18] = 'wb.dto.CONTENT.37';
7518
+ _this[_e$10] = '#74b4c0';
7519
+ _this[_f$J] = true;
7520
+ _this[_g$z] = 'small';
7521
+ return _this;
7522
+ }
7523
+ return SliderWithBannerDto;
7524
+ }(ParentBlockDto));
7525
+ _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;
7526
+
7527
+ var TYPE_SLIDERS_WITH_BANNER = 'sliders-with-banner';
7528
+ var SlidersWithBannerService = /** @class */ (function () {
7529
+ function SlidersWithBannerService() {
7530
+ this._text = 'wb.blocks.sliders-with-banner.text';
7531
+ }
7532
+ SlidersWithBannerService.selector = function () {
7533
+ return 'wb-' + TYPE_SLIDERS_WITH_BANNER;
7534
+ };
7535
+ Object.defineProperty(SlidersWithBannerService.prototype, "text", {
7536
+ get: function () {
7537
+ return this._text;
7538
+ },
7539
+ set: function (value) {
7540
+ this._text = value;
7541
+ },
7542
+ enumerable: false,
7543
+ configurable: true
7544
+ });
7545
+ SlidersWithBannerService.prototype.type = function () {
7546
+ return TYPE_SLIDERS_WITH_BANNER;
7547
+ };
7548
+ SlidersWithBannerService.prototype.image = function () {
7549
+ return 'Diaporama_FullSizeBanniere.png';
7550
+ };
7551
+ SlidersWithBannerService.prototype.getForm = function (content) {
7552
+ if (content === void 0) { content = this.getConfig(); }
7553
+ var sliderWithBannerFormDto = new FormsDto(content);
7554
+ var timeSliderWithBannerContentDto = new FormsContentDto(FORM_NAME_TIME, 'wb.blocks.FormContentDto.60', FORM_TYPE_TEXT, content[FORM_NAME_TIME], '100ms', '');
7555
+ sliderWithBannerFormDto.forms.push(timeSliderWithBannerContentDto);
7556
+ var dotsSliderWithBannerContentDto = new FormsContentDto(FORM_NAME_DOTS, 'wb.blocks.FormContentDto.62', FORM_TYPE_CHECKBOX, content[FORM_NAME_DOTS], '', '', [], [], [true, false]);
7557
+ sliderWithBannerFormDto.forms.push(dotsSliderWithBannerContentDto);
7558
+ var 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']);
7559
+ sliderWithBannerFormDto.forms.push(maskSliderWithBannerContentDto);
7560
+ var fullpageSliderWithBannerContentDto = new FormsContentDto(FORM_NAME_FULLPAGE, 'wb.blocks.FormContentDto.16', FORM_TYPE_CHECKBOX, content[FORM_NAME_FULLPAGE], '', '', [], [], [true, false]);
7561
+ sliderWithBannerFormDto.forms.push(fullpageSliderWithBannerContentDto);
7562
+ var colorContentDto = new FormsContentDto(FORM_NAME_COLOR, 'wb.blocks.FormContentDto.112', FORM_TYPE_COLOR, content[FORM_NAME_COLOR], '#122231', '');
7563
+ sliderWithBannerFormDto.forms.push(colorContentDto);
7564
+ return sliderWithBannerFormDto;
7565
+ };
7566
+ SlidersWithBannerService.prototype.getConfig = function () {
7567
+ return new SliderWithBannerDto(this.type());
7568
+ };
7569
+ return SlidersWithBannerService;
7570
+ }());
7571
+ SlidersWithBannerService.ɵprov = i0.ɵɵdefineInjectable({ factory: function SlidersWithBannerService_Factory() { return new SlidersWithBannerService(); }, token: SlidersWithBannerService, providedIn: "root" });
7572
+ SlidersWithBannerService.decorators = [
7573
+ { type: i0.Injectable, args: [{
7574
+ providedIn: 'root',
7575
+ },] }
7576
+ ];
7577
+
7095
7578
  var BlocksMapList = {
7096
7579
  slidersService: {
7097
7580
  slidersFullpageService: SlidersFullpageService,
7098
7581
  slidersLeftnavService: SlidersLeftnavService,
7099
7582
  slidersImagerightService: SlidersImagerightService,
7100
7583
  slidersDoubleImagerightService: SlidersDoubleImagerightService,
7584
+ sliderWithBannerService: SlidersWithBannerService,
7101
7585
  },
7102
7586
  separatorService: {
7103
7587
  separatorSimpleService: SeparatorSimpleService,
@@ -7202,6 +7686,8 @@
7202
7686
  imagesBigAndDoubleService: ImagesBigAndDoubleService,
7203
7687
  imagesBigsAndDoubleMiddleService: ImagesBigsAndDoubleMiddleService,
7204
7688
  imagesQuadrupleLeftOneRightService: ImagesQuadrupleLeftOneRightService,
7689
+ fourImagesTitleService: FourImagesTitleService,
7690
+ twoImagesTitleTextService: TwoImagesTitleTextService,
7205
7691
  },
7206
7692
  textsService: {
7207
7693
  textsOneService: TextsOneService,
@@ -7218,6 +7704,10 @@
7218
7704
  textBackgroundsLinkService: TextBackgroundsLinkService,
7219
7705
  textBackgroundsSimpleService: TextBackgroundsSimpleService,
7220
7706
  textBackgroundsWithTxtService: TextBackgroundsWithTxtService,
7707
+ textBackgroundsWithBannerService: TextBackgroundsWithBannerService,
7708
+ textBackgroundsTwoRowsIconTextService: TextBackgroundsTwoRowsIconTextService,
7709
+ textBackgroundsThreeRowsIconTextService: TextBackgroundsThreeRowsIconTextService,
7710
+ textBackgroundsFourRowsIconTextService: TextBackgroundsFourRowsIconTextService,
7221
7711
  },
7222
7712
  formsService: {
7223
7713
  formsSimpleService: FormsSimpleService,
@@ -8763,7 +9253,7 @@
8763
9253
  };
8764
9254
  ApiService.prototype.getOptionsHeaders = function () {
8765
9255
  return {
8766
- headers: new i1.HttpHeaders({
9256
+ headers: new i1$1.HttpHeaders({
8767
9257
  'Content-Type': 'application/json',
8768
9258
  Authorization: 'Bearer ' + this.api.token,
8769
9259
  }),
@@ -8794,14 +9284,14 @@
8794
9284
  };
8795
9285
  return ApiService;
8796
9286
  }());
8797
- ApiService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ApiService_Factory() { return new ApiService(i0.ɵɵinject(i1.HttpClient)); }, token: ApiService, providedIn: "root" });
9287
+ ApiService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ApiService_Factory() { return new ApiService(i0.ɵɵinject(i1$1.HttpClient)); }, token: ApiService, providedIn: "root" });
8798
9288
  ApiService.decorators = [
8799
9289
  { type: i0.Injectable, args: [{
8800
9290
  providedIn: 'root',
8801
9291
  },] }
8802
9292
  ];
8803
9293
  ApiService.ctorParameters = function () { return [
8804
- { type: i1.HttpClient }
9294
+ { type: i1$1.HttpClient }
8805
9295
  ]; };
8806
9296
  var PreviewDto = /** @class */ (function () {
8807
9297
  function PreviewDto() {
@@ -8897,6 +9387,7 @@
8897
9387
  }
8898
9388
  };
8899
9389
  WiziBlockComponent.prototype.ngOnInit = function () {
9390
+ var e_1, _a;
8900
9391
  var _this = this;
8901
9392
  if (!this.availableComponents || this.availableComponents.length === 0) {
8902
9393
  this.availableComponents = [
@@ -8959,6 +9450,23 @@
8959
9450
  });
8960
9451
  this.contentService.contents = this.setContent();
8961
9452
  this.resizeWithWidth(window.innerWidth);
9453
+ try {
9454
+ for (var _b = __values(this.contentService.contents), _c = _b.next(); !_c.done; _c = _b.next()) {
9455
+ var item = _c.value;
9456
+ if (typeof item.block.hide_block !== typeof undefined) {
9457
+ if (item.block.hide_block) {
9458
+ this.isHiddenConfig.push(item.block.uuid);
9459
+ }
9460
+ }
9461
+ }
9462
+ }
9463
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
9464
+ finally {
9465
+ try {
9466
+ if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
9467
+ }
9468
+ finally { if (e_1) throw e_1.error; }
9469
+ }
8962
9470
  };
8963
9471
  WiziBlockComponent.prototype.addThis = function (selected) {
8964
9472
  this.blockComponent.addThisSelected(selected, this.verbose);
@@ -9041,7 +9549,7 @@
9041
9549
  }
9042
9550
  };
9043
9551
  WiziBlockComponent.prototype.changeConfigWiziblocks = function (event) {
9044
- var e_1, _a;
9552
+ var e_2, _a;
9045
9553
  var _this = this;
9046
9554
  this.selectedConfig = event.config;
9047
9555
  if (typeof this.selectedConfig.forms !== typeof undefined) {
@@ -9056,12 +9564,12 @@
9056
9564
  }
9057
9565
  }
9058
9566
  }
9059
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
9567
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
9060
9568
  finally {
9061
9569
  try {
9062
9570
  if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
9063
9571
  }
9064
- finally { if (e_1) throw e_1.error; }
9572
+ finally { if (e_2) throw e_2.error; }
9065
9573
  }
9066
9574
  }
9067
9575
  };
@@ -9092,7 +9600,7 @@
9092
9600
  { type: ConfigService },
9093
9601
  { type: ContentService },
9094
9602
  { type: ExternalConfigService },
9095
- { type: core.TranslateService }
9603
+ { type: i1.TranslateService }
9096
9604
  ]; };
9097
9605
  WiziBlockComponent.propDecorators = {
9098
9606
  availableComponents: [{ type: i0.Input }],
@@ -9303,6 +9811,8 @@
9303
9811
  this.FORM_NAME_IMAGE_RIGHT = FORM_NAME_IMAGE_RIGHT;
9304
9812
  this.FORM_NAME_BUTTON = FORM_NAME_BUTTON;
9305
9813
  this.FORM_NAME_TEXT = FORM_NAME_TEXT;
9814
+ this.FORM_NAME_TEXT_LEFT = FORM_NAME_TEXT_LEFT;
9815
+ this.FORM_NAME_TEXT_RIGHT = FORM_NAME_TEXT_RIGHT;
9306
9816
  this.FORM_NAME_BUTTON_TEXT = FORM_NAME_BUTTON_TEXT;
9307
9817
  this.FORM_NAME_COLOR = FORM_NAME_COLOR;
9308
9818
  this.FORM_NAME_BACKGROUND_COLOR = FORM_NAME_BACKGROUND_COLOR;
@@ -9513,20 +10023,6 @@
9513
10023
  contents: [{ type: i0.Input }]
9514
10024
  };
9515
10025
 
9516
- var _a$1z, _b$1u, _c$1d;
9517
- var ImageMediaDto = /** @class */ (function (_super) {
9518
- __extends(ImageMediaDto, _super);
9519
- function ImageMediaDto() {
9520
- var _this = _super.apply(this, __spread(arguments)) || this;
9521
- _this[_a$1z] = '_self';
9522
- _this[_b$1u] = '';
9523
- _this[_c$1d] = '';
9524
- return _this;
9525
- }
9526
- return ImageMediaDto;
9527
- }(MediaDto));
9528
- _a$1z = FORM_NAME_URL_TARGET, _b$1u = FORM_NAME_TITLE, _c$1d = FORM_NAME_URL;
9529
-
9530
10026
  var SliderFullpageComponent = /** @class */ (function (_super) {
9531
10027
  __extends(SliderFullpageComponent, _super);
9532
10028
  function SliderFullpageComponent() {
@@ -9629,6 +10125,7 @@
9629
10125
  this.configService = configService;
9630
10126
  this.dynamicHiddenStructure = false;
9631
10127
  this.hideConfig = false;
10128
+ this.blockIsHidden = false;
9632
10129
  this.contentEventSubscription = null;
9633
10130
  }
9634
10131
  StructureToolsComponent.prototype.ngOnInit = function () {
@@ -9644,10 +10141,7 @@
9644
10141
  for (var _b = __values(thisContent.forms), _c = _b.next(); !_c.done; _c = _b.next()) {
9645
10142
  var item = _c.value;
9646
10143
  if (item.id === 'hide_block' && typeof item.value !== typeof undefined) {
9647
- this.dynamicHiddenStructure = true;
9648
- }
9649
- else {
9650
- this.dynamicHiddenStructure = false;
10144
+ this.blockIsHidden = true;
9651
10145
  }
9652
10146
  }
9653
10147
  }
@@ -9943,7 +10437,7 @@
9943
10437
  },] }
9944
10438
  ];
9945
10439
  ImgPathPipe.ctorParameters = function () { return [
9946
- { type: core.TranslateService }
10440
+ { type: i1.TranslateService }
9947
10441
  ]; };
9948
10442
 
9949
10443
  var components = [
@@ -9965,7 +10459,7 @@
9965
10459
  }());
9966
10460
  SharedPipesModule.decorators = [
9967
10461
  { type: i0.NgModule, args: [{
9968
- imports: [common.CommonModule, forms.FormsModule, core.TranslateModule.forChild()],
10462
+ imports: [common.CommonModule, forms.FormsModule, i1.TranslateModule.forChild()],
9969
10463
  entryComponents: [],
9970
10464
  declarations: components,
9971
10465
  exports: components,
@@ -10746,7 +11240,7 @@
10746
11240
  QuillComponent.ctorParameters = function () { return [
10747
11241
  { type: i0.NgZone },
10748
11242
  { type: QuillService },
10749
- { type: core.TranslateService }
11243
+ { type: i1.TranslateService }
10750
11244
  ]; };
10751
11245
  QuillComponent.propDecorators = {
10752
11246
  contentChange: [{ type: i0.Output }],
@@ -10925,7 +11419,7 @@
10925
11419
  PicturesTemplateDirective.ctorParameters = function () { return [
10926
11420
  { type: i0.ElementRef },
10927
11421
  { type: ExpectedImagesService },
10928
- { type: core.TranslateService }
11422
+ { type: i1.TranslateService }
10929
11423
  ]; };
10930
11424
  PicturesTemplateDirective.propDecorators = {
10931
11425
  dimensions: [{ type: i0.Input }],
@@ -10969,7 +11463,51 @@
10969
11463
  onHold: [{ type: i0.HostListener, args: ['mousedown', [],] }]
10970
11464
  };
10971
11465
 
10972
- var components$1 = [AutofocusDirective, AutoHideDirective, GetSizeImageDirective, PicturesTemplateDirective, HoldableDirective];
11466
+ var ShowDeleteButtonDirective = /** @class */ (function () {
11467
+ function ShowDeleteButtonDirective(element, renderer) {
11468
+ this.element = element;
11469
+ this.renderer = renderer;
11470
+ }
11471
+ ShowDeleteButtonDirective.prototype.onMouseOver = function () {
11472
+ console.log(this.element);
11473
+ console.log(this.element.nativeElement);
11474
+ if (this.element.nativeElement.classList.contains('active')) {
11475
+ return;
11476
+ }
11477
+ this.renderer.setStyle(this.element.nativeElement, 'left', 'calc(100% - ' + (this.element.nativeElement.offsetWidth + 5).toString() + 'px)');
11478
+ this.renderer['addClass'](this.element.nativeElement, 'active');
11479
+ };
11480
+ ShowDeleteButtonDirective.prototype.onMouseOut = function () {
11481
+ if (!this.element.nativeElement.classList.contains('active')) {
11482
+ return;
11483
+ }
11484
+ this.renderer.setStyle(this.element.nativeElement, 'left', 'calc(100% - 50px)');
11485
+ this.renderer['removeClass'](this.element.nativeElement, 'active');
11486
+ };
11487
+ return ShowDeleteButtonDirective;
11488
+ }());
11489
+ ShowDeleteButtonDirective.decorators = [
11490
+ { type: i0.Directive, args: [{
11491
+ selector: '[wbShowDeleteButton]',
11492
+ },] }
11493
+ ];
11494
+ ShowDeleteButtonDirective.ctorParameters = function () { return [
11495
+ { type: i0.ElementRef },
11496
+ { type: i0.Renderer2 }
11497
+ ]; };
11498
+ ShowDeleteButtonDirective.propDecorators = {
11499
+ onMouseOver: [{ type: i0.HostListener, args: ['mouseover',] }],
11500
+ onMouseOut: [{ type: i0.HostListener, args: ['mouseout',] }]
11501
+ };
11502
+
11503
+ var components$1 = [
11504
+ AutofocusDirective,
11505
+ AutoHideDirective,
11506
+ GetSizeImageDirective,
11507
+ PicturesTemplateDirective,
11508
+ HoldableDirective,
11509
+ ShowDeleteButtonDirective,
11510
+ ];
10973
11511
  var SharedDirectivesModule = /** @class */ (function () {
10974
11512
  function SharedDirectivesModule() {
10975
11513
  }
@@ -10977,7 +11515,7 @@
10977
11515
  }());
10978
11516
  SharedDirectivesModule.decorators = [
10979
11517
  { type: i0.NgModule, args: [{
10980
- imports: [common.CommonModule, forms.FormsModule, core.TranslateModule.forChild()],
11518
+ imports: [common.CommonModule, forms.FormsModule, i1.TranslateModule.forChild()],
10981
11519
  entryComponents: [],
10982
11520
  declarations: components$1,
10983
11521
  exports: components$1,
@@ -18909,7 +19447,7 @@
18909
19447
  StructureConfigFontComponent.decorators = [
18910
19448
  { type: i0.Component, args: [{
18911
19449
  selector: 'wb-structure-config-font',
18912
- 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"
19450
+ 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"
18913
19451
  },] }
18914
19452
  ];
18915
19453
  StructureConfigFontComponent.ctorParameters = function () { return [
@@ -19574,7 +20112,7 @@
19574
20112
  SharedPipesModule,
19575
20113
  SharedDirectivesModule,
19576
20114
  ngxQuill.QuillModule,
19577
- core.TranslateModule.forChild(),
20115
+ i1.TranslateModule.forChild(),
19578
20116
  ],
19579
20117
  entryComponents: [],
19580
20118
  declarations: components$2,
@@ -19592,19 +20130,19 @@
19592
20130
  imports: [
19593
20131
  common.CommonModule,
19594
20132
  forms.FormsModule,
19595
- i1.HttpClientModule,
20133
+ i1$1.HttpClientModule,
19596
20134
  dragDrop.DragDropModule,
19597
20135
  ngWiziBulma.NwbAllModule,
19598
20136
  SharedComponentsModule,
19599
20137
  SharedPipesModule,
19600
20138
  SharedDirectivesModule,
19601
- core.TranslateModule.forChild(),
20139
+ i1.TranslateModule.forChild(),
19602
20140
  ],
19603
20141
  providers: [],
19604
20142
  exports: [
19605
20143
  common.CommonModule,
19606
20144
  forms.FormsModule,
19607
- i1.HttpClientModule,
20145
+ i1$1.HttpClientModule,
19608
20146
  dragDrop.DragDropModule,
19609
20147
  SharedComponentsModule,
19610
20148
  SharedPipesModule,
@@ -21047,6 +21585,114 @@
21047
21585
  ];
21048
21586
  ImagesBigsAndDoubleMiddleComponent.ctorParameters = function () { return []; };
21049
21587
 
21588
+ var _a$1H, _b$1C;
21589
+ var FourImagesTitleElementDto = /** @class */ (function () {
21590
+ function FourImagesTitleElementDto() {
21591
+ this[_a$1H] = new ImageMediaDto();
21592
+ this[_b$1C] = 'wb.dto.TITLE.40';
21593
+ }
21594
+ return FourImagesTitleElementDto;
21595
+ }());
21596
+ _a$1H = FORM_NAME_IMAGE, _b$1C = FORM_NAME_TITLE;
21597
+
21598
+ var FourImagesTitleComponent = /** @class */ (function (_super) {
21599
+ __extends(FourImagesTitleComponent, _super);
21600
+ function FourImagesTitleComponent(translateBlockService) {
21601
+ var _this = _super.call(this) || this;
21602
+ _this.translateBlockService = translateBlockService;
21603
+ _this.sizes = { small: '458x412', medium: '458x435', large: '458x456' };
21604
+ _this.selectedKey = '';
21605
+ _this.setComponentService(FourImagesTitleService);
21606
+ return _this;
21607
+ }
21608
+ FourImagesTitleComponent.prototype.ngOnInit = function () {
21609
+ if (this.contents.block.init === false && this.contents.block.elements.length === 0) {
21610
+ for (var i = 0; i < 4; ++i) {
21611
+ var newElement = new FourImagesTitleElementDto();
21612
+ this.translateBlockService.translateProperties(newElement);
21613
+ this.contents.block.elements.push(newElement);
21614
+ }
21615
+ }
21616
+ this.contents.block.init = true;
21617
+ this.subscribeToImage();
21618
+ _super.prototype.ngOnInit.call(this);
21619
+ this.persist();
21620
+ };
21621
+ FourImagesTitleComponent.prototype.subscribeToImage = function () {
21622
+ var _this = this;
21623
+ this.image.subscribe(function (media) {
21624
+ var imageMediaDto = new ImageMediaDto();
21625
+ imageMediaDto.image_url = media.image_url;
21626
+ imageMediaDto.id = media.id;
21627
+ _this.contentBlock[FORM_NAME_ELEMENTS][_this.selectedKey][FORM_NAME_IMAGE] = imageMediaDto;
21628
+ _this.selectedKey = '';
21629
+ _this.persist();
21630
+ });
21631
+ };
21632
+ FourImagesTitleComponent.prototype.getMediaFor = function (key) {
21633
+ this.selectedKey = key;
21634
+ this.getMedia();
21635
+ };
21636
+ return FourImagesTitleComponent;
21637
+ }(StructuresComponent));
21638
+ FourImagesTitleComponent.decorators = [
21639
+ { type: i0.Component, args: [{
21640
+ selector: FourImagesTitleService.selector(),
21641
+ 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"
21642
+ },] }
21643
+ ];
21644
+ FourImagesTitleComponent.ctorParameters = function () { return [
21645
+ { type: TranslateBlockService }
21646
+ ]; };
21647
+
21648
+ var TwoImagesTitleTextComponent = /** @class */ (function (_super) {
21649
+ __extends(TwoImagesTitleTextComponent, _super);
21650
+ function TwoImagesTitleTextComponent() {
21651
+ var _this = _super.call(this) || this;
21652
+ _this.sizes = { small: '980x490', medium: '980x618', large: '980x710' };
21653
+ _this.selectedKey = '';
21654
+ _this.setComponentService(TwoImagesTitleTextService);
21655
+ return _this;
21656
+ }
21657
+ TwoImagesTitleTextComponent.prototype.ngOnInit = function () {
21658
+ _super.prototype.ngOnInit.call(this);
21659
+ if (this.contents.block.init === false) {
21660
+ this.contents.block.image_left = new ImageMediaDto();
21661
+ this.contents.block.image_right = new ImageMediaDto();
21662
+ }
21663
+ this.contents.block.init = true;
21664
+ this.subscribeToImage();
21665
+ };
21666
+ TwoImagesTitleTextComponent.prototype.subscribeToImage = function () {
21667
+ var _this = this;
21668
+ this.image.subscribe(function (media) {
21669
+ var imageMediaDto = new ImageMediaDto();
21670
+ imageMediaDto.image_url = media.image_url;
21671
+ imageMediaDto.id = media.id;
21672
+ if (_this.selectedKey === '0') {
21673
+ _this.contentBlock[FORM_NAME_IMAGE_LEFT] = imageMediaDto;
21674
+ }
21675
+ else {
21676
+ _this.contentBlock[FORM_NAME_IMAGE_RIGHT] = imageMediaDto;
21677
+ }
21678
+ _this.selectedKey = '';
21679
+ _this.persist();
21680
+ });
21681
+ };
21682
+ TwoImagesTitleTextComponent.prototype.getMediaFor = function (key) {
21683
+ this.selectedKey = key;
21684
+ this.getMedia();
21685
+ };
21686
+ return TwoImagesTitleTextComponent;
21687
+ }(StructuresComponent));
21688
+ TwoImagesTitleTextComponent.decorators = [
21689
+ { type: i0.Component, args: [{
21690
+ selector: TwoImagesTitleTextService.selector(),
21691
+ 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"
21692
+ },] }
21693
+ ];
21694
+ TwoImagesTitleTextComponent.ctorParameters = function () { return []; };
21695
+
21050
21696
  var TextBackgroundsSimpleComponent = /** @class */ (function (_super) {
21051
21697
  __extends(TextBackgroundsSimpleComponent, _super);
21052
21698
  function TextBackgroundsSimpleComponent() {
@@ -22215,7 +22861,7 @@
22215
22861
  { type: ApiService },
22216
22862
  { type: ExternalConfigService },
22217
22863
  { type: i0.ChangeDetectorRef },
22218
- { type: core.TranslateService },
22864
+ { type: i1.TranslateService },
22219
22865
  { type: CurrencyService }
22220
22866
  ]; };
22221
22867
  ProductsListClassicComponent.propDecorators = {
@@ -22427,7 +23073,7 @@
22427
23073
  ProductsListSelectedComponent.ctorParameters = function () { return [
22428
23074
  { type: ApiService },
22429
23075
  { type: ExternalConfigService },
22430
- { type: core.TranslateService },
23076
+ { type: i1.TranslateService },
22431
23077
  { type: CurrencyService }
22432
23078
  ]; };
22433
23079
  ProductsListSelectedComponent.propDecorators = {
@@ -22641,7 +23287,7 @@
22641
23287
  ProductsListSimpleComponent.ctorParameters = function () { return [
22642
23288
  { type: ApiService },
22643
23289
  { type: ExternalConfigService },
22644
- { type: core.TranslateService },
23290
+ { type: i1.TranslateService },
22645
23291
  { type: CurrencyService }
22646
23292
  ]; };
22647
23293
  ProductsListSimpleComponent.propDecorators = {
@@ -23952,7 +24598,7 @@
23952
24598
  },] }
23953
24599
  ];
23954
24600
  TimerSimpleComponent.ctorParameters = function () { return [
23955
- { type: core.TranslateService }
24601
+ { type: i1.TranslateService }
23956
24602
  ]; };
23957
24603
 
23958
24604
  var TimerBackgroundComponent = /** @class */ (function (_super) {
@@ -24088,7 +24734,7 @@
24088
24734
  },] }
24089
24735
  ];
24090
24736
  TimerBackgroundComponent.ctorParameters = function () { return [
24091
- { type: core.TranslateService }
24737
+ { type: i1.TranslateService }
24092
24738
  ]; };
24093
24739
 
24094
24740
  var TimerClockComponent = /** @class */ (function (_super) {
@@ -24224,7 +24870,7 @@
24224
24870
  },] }
24225
24871
  ];
24226
24872
  TimerClockComponent.ctorParameters = function () { return [
24227
- { type: core.TranslateService }
24873
+ { type: i1.TranslateService }
24228
24874
  ]; };
24229
24875
  TimerClockComponent.propDecorators = {
24230
24876
  contents: [{ type: i0.Input }]
@@ -24391,7 +25037,7 @@
24391
25037
  },] }
24392
25038
  ];
24393
25039
  TimerAirportComponent.ctorParameters = function () { return [
24394
- { type: core.TranslateService }
25040
+ { type: i1.TranslateService }
24395
25041
  ]; };
24396
25042
 
24397
25043
  var ProductZoomComponent = /** @class */ (function (_super_1) {
@@ -25808,7 +26454,7 @@
25808
26454
  },] }
25809
26455
  ];
25810
26456
  TimerMultipleImgComponent.ctorParameters = function () { return [
25811
- { type: core.TranslateService }
26457
+ { type: i1.TranslateService }
25812
26458
  ]; };
25813
26459
 
25814
26460
  var ProductZoomTripleColumnComponent = /** @class */ (function (_super_1) {
@@ -26002,17 +26648,17 @@
26002
26648
  ];
26003
26649
  TextsQuadrupleNumbersComponent.ctorParameters = function () { return []; };
26004
26650
 
26005
- var _a$1A, _b$1v, _c$1e, _d$12;
26651
+ var _a$1I, _b$1D, _c$1l, _d$19;
26006
26652
  var AboutElementDto = /** @class */ (function () {
26007
26653
  function AboutElementDto() {
26008
- this[_a$1A] = new ImageMediaDto();
26009
- this[_b$1v] = 'wb.AboutElementDto.author.1';
26010
- this[_c$1e] = 'wb.AboutElementDto.author.2';
26011
- this[_d$12] = 'wb.AboutElementDto.content.1';
26654
+ this[_a$1I] = new ImageMediaDto();
26655
+ this[_b$1D] = 'wb.AboutElementDto.author.1';
26656
+ this[_c$1l] = 'wb.AboutElementDto.author.2';
26657
+ this[_d$19] = 'wb.AboutElementDto.content.1';
26012
26658
  }
26013
26659
  return AboutElementDto;
26014
26660
  }());
26015
- _a$1A = FORM_NAME_SLIDER, _b$1v = FORM_NAME_AUTHOR_NAME, _c$1e = FORM_NAME_AUTHOR_TITLE, _d$12 = FORM_NAME_CONTENT;
26661
+ _a$1I = FORM_NAME_SLIDER, _b$1D = FORM_NAME_AUTHOR_NAME, _c$1l = FORM_NAME_AUTHOR_TITLE, _d$19 = FORM_NAME_CONTENT;
26016
26662
 
26017
26663
  var AboutBlockComponent = /** @class */ (function (_super) {
26018
26664
  __extends(AboutBlockComponent, _super);
@@ -26195,20 +26841,20 @@
26195
26841
  ];
26196
26842
  FaqSimpleBackgroundComponent.ctorParameters = function () { return []; };
26197
26843
 
26198
- var _a$1B, _b$1w, _c$1f, _d$13;
26844
+ var _a$1J, _b$1E, _c$1m, _d$1a;
26199
26845
  var ImageMediaAndTextDto = /** @class */ (function (_super) {
26200
26846
  __extends(ImageMediaAndTextDto, _super);
26201
26847
  function ImageMediaAndTextDto() {
26202
26848
  var _this = _super.apply(this, __spread(arguments)) || this;
26203
- _this[_a$1B] = '_self';
26204
- _this[_b$1w] = 'wb.ImageMediaAndTextDto.content.1';
26205
- _this[_c$1f] = '';
26206
- _this[_d$13] = '';
26849
+ _this[_a$1J] = '_self';
26850
+ _this[_b$1E] = 'wb.ImageMediaAndTextDto.content.1';
26851
+ _this[_c$1m] = '';
26852
+ _this[_d$1a] = '';
26207
26853
  return _this;
26208
26854
  }
26209
26855
  return ImageMediaAndTextDto;
26210
26856
  }(ImageMediaDto));
26211
- _a$1B = FORM_NAME_URL_TARGET, _b$1w = FORM_NAME_CONTENT, _c$1f = FORM_NAME_TITLE, _d$13 = FORM_NAME_URL;
26857
+ _a$1J = FORM_NAME_URL_TARGET, _b$1E = FORM_NAME_CONTENT, _c$1m = FORM_NAME_TITLE, _d$1a = FORM_NAME_URL;
26212
26858
 
26213
26859
  var TextBackgroundsLinkComponent = /** @class */ (function (_super) {
26214
26860
  __extends(TextBackgroundsLinkComponent, _super);
@@ -26413,6 +27059,39 @@
26413
27059
  ];
26414
27060
  FaqListIconComponent.ctorParameters = function () { return []; };
26415
27061
 
27062
+ var TextBackgroundsWithBannerComponent = /** @class */ (function (_super) {
27063
+ __extends(TextBackgroundsWithBannerComponent, _super);
27064
+ function TextBackgroundsWithBannerComponent() {
27065
+ var _this = _super.call(this) || this;
27066
+ _this.sizes = { small: '2000x550', medium: '2000x660', large: '2000x770' };
27067
+ _this.setComponentService(TextBackgroundsWithBannerService);
27068
+ return _this;
27069
+ }
27070
+ TextBackgroundsWithBannerComponent.prototype.ngOnInit = function () {
27071
+ var _this = this;
27072
+ _super.prototype.ngOnInit.call(this);
27073
+ this.image.subscribe(function (media) {
27074
+ _this.contentBlock.image = media;
27075
+ _this.persist();
27076
+ });
27077
+ };
27078
+ TextBackgroundsWithBannerComponent.prototype.updateThisImage = function (key, imageWidthHeight) {
27079
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] === this.contentBlock[key][FORM_NAME_IMAGE_URL]) {
27080
+ this.contentBlock[key][FORM_NAME_IMAGE_WIDTH] = imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
27081
+ this.contentBlock[key][FORM_NAME_IMAGE_HEIGHT] = imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
27082
+ this.persist();
27083
+ }
27084
+ };
27085
+ return TextBackgroundsWithBannerComponent;
27086
+ }(StructuresComponent));
27087
+ TextBackgroundsWithBannerComponent.decorators = [
27088
+ { type: i0.Component, args: [{
27089
+ selector: TextBackgroundsWithBannerService.selector(),
27090
+ 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"
27091
+ },] }
27092
+ ];
27093
+ TextBackgroundsWithBannerComponent.ctorParameters = function () { return []; };
27094
+
26416
27095
  var FormsOnboardingComponent = /** @class */ (function (_super) {
26417
27096
  __extends(FormsOnboardingComponent, _super);
26418
27097
  function FormsOnboardingComponent() {
@@ -26434,6 +27113,369 @@
26434
27113
  ];
26435
27114
  FormsOnboardingComponent.ctorParameters = function () { return []; };
26436
27115
 
27116
+ var _a$1K, _b$1F;
27117
+ var TextBackgroundsRowsIconTextDto = /** @class */ (function () {
27118
+ function TextBackgroundsRowsIconTextDto() {
27119
+ this[_a$1K] = 'wb.dto.TITLE.43';
27120
+ this[_b$1F] = new FontOrMediaDto('far fa-question-circle');
27121
+ }
27122
+ return TextBackgroundsRowsIconTextDto;
27123
+ }());
27124
+ _a$1K = FORM_NAME_TITLE, _b$1F = FORM_NAME_ICON;
27125
+
27126
+ var TextBackgroundsThreeRowsIconTextComponent = /** @class */ (function (_super) {
27127
+ __extends(TextBackgroundsThreeRowsIconTextComponent, _super);
27128
+ function TextBackgroundsThreeRowsIconTextComponent(translateBlockService) {
27129
+ var _this = _super.call(this) || this;
27130
+ _this.translateBlockService = translateBlockService;
27131
+ _this.row = 0;
27132
+ _this.column = 0;
27133
+ _this.sizes = { small: '620x175', medium: '620x250', large: '620x325' };
27134
+ _this.setComponentService(TextBackgroundsThreeRowsIconTextService);
27135
+ return _this;
27136
+ }
27137
+ TextBackgroundsThreeRowsIconTextComponent.prototype.ngOnInit = function () {
27138
+ _super.prototype.ngOnInit.call(this);
27139
+ this.row = 0;
27140
+ this.column = 0;
27141
+ this.subscribeToImage();
27142
+ if (!this.contentBlock[FORM_NAME_INIT]) {
27143
+ this.addRow(0);
27144
+ this.contentBlock[FORM_NAME_INIT] = true;
27145
+ this.persist();
27146
+ }
27147
+ };
27148
+ TextBackgroundsThreeRowsIconTextComponent.prototype.addRow = function (index) {
27149
+ this.contentBlock[FORM_NAME_ROWS].push(new Array());
27150
+ for (var i = 0; i < this.contentBlock[FORM_NAME_ITEM_NUMBER]; ++i) {
27151
+ var newElement = new TextBackgroundsRowsIconTextDto();
27152
+ this.translateBlockService.translateProperties(newElement);
27153
+ this.contentBlock[FORM_NAME_ROWS][index].push(newElement);
27154
+ }
27155
+ this.contentBlock[FORM_NAME_LINE_NUMBER] += 1;
27156
+ this.persist();
27157
+ console.log(this.contentBlock[FORM_NAME_ROWS]);
27158
+ };
27159
+ TextBackgroundsThreeRowsIconTextComponent.prototype.deleteRow = function (i) {
27160
+ this.contentBlock[FORM_NAME_ROWS].splice(i, 1);
27161
+ this.contentBlock[FORM_NAME_LINE_NUMBER] -= 1;
27162
+ this.persist();
27163
+ };
27164
+ TextBackgroundsThreeRowsIconTextComponent.prototype.subscribeToImage = function () {
27165
+ var _this = this;
27166
+ this.image.subscribe(function (media) {
27167
+ _this.addBackgroundImageMedia(media);
27168
+ });
27169
+ };
27170
+ TextBackgroundsThreeRowsIconTextComponent.prototype.onClickUpdateImage = function (row, column) {
27171
+ this.row = row;
27172
+ this.column = column;
27173
+ this.getMedia();
27174
+ };
27175
+ TextBackgroundsThreeRowsIconTextComponent.prototype.updateThisImage = function (imageWidthHeight, $event) {
27176
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] ===
27177
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]) {
27178
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_WIDTH] =
27179
+ imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
27180
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_HEIGHT] =
27181
+ imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
27182
+ this.persist();
27183
+ }
27184
+ };
27185
+ TextBackgroundsThreeRowsIconTextComponent.prototype.addNewImage = function (row, column) {
27186
+ this.row = row;
27187
+ this.column = column;
27188
+ this.getMedia();
27189
+ };
27190
+ TextBackgroundsThreeRowsIconTextComponent.prototype.addBackgroundImageMedia = function (media) {
27191
+ var imageMediaDto = new ImageMediaDto();
27192
+ imageMediaDto.image_url = media.image_url;
27193
+ imageMediaDto.id = media.id;
27194
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column].image = imageMediaDto;
27195
+ this.persist();
27196
+ };
27197
+ TextBackgroundsThreeRowsIconTextComponent.prototype.stopPropagation = function ($event) {
27198
+ $event.stopPropagation();
27199
+ };
27200
+ return TextBackgroundsThreeRowsIconTextComponent;
27201
+ }(StructuresComponent));
27202
+ TextBackgroundsThreeRowsIconTextComponent.decorators = [
27203
+ { type: i0.Component, args: [{
27204
+ selector: TextBackgroundsThreeRowsIconTextService.selector(),
27205
+ 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"
27206
+ },] }
27207
+ ];
27208
+ TextBackgroundsThreeRowsIconTextComponent.ctorParameters = function () { return [
27209
+ { type: TranslateBlockService }
27210
+ ]; };
27211
+
27212
+ var TextBackgroundsFourRowsIconTextComponent = /** @class */ (function (_super) {
27213
+ __extends(TextBackgroundsFourRowsIconTextComponent, _super);
27214
+ function TextBackgroundsFourRowsIconTextComponent(translateBlockService) {
27215
+ var _this = _super.call(this) || this;
27216
+ _this.translateBlockService = translateBlockService;
27217
+ _this.row = 0;
27218
+ _this.column = 0;
27219
+ _this.sizes = { small: '458x175', medium: '458x250', large: '458x325' };
27220
+ _this.setComponentService(TextBackgroundsFourRowsIconTextService);
27221
+ return _this;
27222
+ }
27223
+ TextBackgroundsFourRowsIconTextComponent.prototype.ngOnInit = function () {
27224
+ _super.prototype.ngOnInit.call(this);
27225
+ this.row = 0;
27226
+ this.column = 0;
27227
+ this.subscribeToImage();
27228
+ if (!this.contentBlock[FORM_NAME_INIT]) {
27229
+ this.addRow(0);
27230
+ this.contentBlock[FORM_NAME_INIT] = true;
27231
+ this.persist();
27232
+ }
27233
+ };
27234
+ TextBackgroundsFourRowsIconTextComponent.prototype.addRow = function (index) {
27235
+ this.contentBlock[FORM_NAME_ROWS].push(new Array());
27236
+ for (var i = 0; i < this.contentBlock[FORM_NAME_ITEM_NUMBER]; ++i) {
27237
+ var newElement = new TextBackgroundsRowsIconTextDto();
27238
+ this.translateBlockService.translateProperties(newElement);
27239
+ this.contentBlock[FORM_NAME_ROWS][index].push(newElement);
27240
+ }
27241
+ this.contentBlock[FORM_NAME_LINE_NUMBER] += 1;
27242
+ this.persist();
27243
+ console.log(this.contentBlock[FORM_NAME_ROWS]);
27244
+ };
27245
+ TextBackgroundsFourRowsIconTextComponent.prototype.deleteRow = function (i) {
27246
+ this.contentBlock[FORM_NAME_ROWS].splice(i, 1);
27247
+ this.contentBlock[FORM_NAME_LINE_NUMBER] -= 1;
27248
+ this.persist();
27249
+ };
27250
+ TextBackgroundsFourRowsIconTextComponent.prototype.subscribeToImage = function () {
27251
+ var _this = this;
27252
+ this.image.subscribe(function (media) {
27253
+ _this.addBackgroundImageMedia(media);
27254
+ });
27255
+ };
27256
+ TextBackgroundsFourRowsIconTextComponent.prototype.onClickUpdateImage = function (row, column) {
27257
+ this.row = row;
27258
+ this.column = column;
27259
+ this.getMedia();
27260
+ };
27261
+ TextBackgroundsFourRowsIconTextComponent.prototype.updateThisImage = function (imageWidthHeight, $event) {
27262
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] ===
27263
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]) {
27264
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_WIDTH] =
27265
+ imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
27266
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_HEIGHT] =
27267
+ imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
27268
+ this.persist();
27269
+ }
27270
+ };
27271
+ TextBackgroundsFourRowsIconTextComponent.prototype.addNewImage = function (row, column) {
27272
+ this.row = row;
27273
+ this.column = column;
27274
+ this.getMedia();
27275
+ };
27276
+ TextBackgroundsFourRowsIconTextComponent.prototype.addBackgroundImageMedia = function (media) {
27277
+ var imageMediaDto = new ImageMediaDto();
27278
+ imageMediaDto.image_url = media.image_url;
27279
+ imageMediaDto.id = media.id;
27280
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column].image = imageMediaDto;
27281
+ this.persist();
27282
+ };
27283
+ TextBackgroundsFourRowsIconTextComponent.prototype.stopPropagation = function ($event) {
27284
+ $event.stopPropagation();
27285
+ };
27286
+ return TextBackgroundsFourRowsIconTextComponent;
27287
+ }(StructuresComponent));
27288
+ TextBackgroundsFourRowsIconTextComponent.decorators = [
27289
+ { type: i0.Component, args: [{
27290
+ selector: TextBackgroundsFourRowsIconTextService.selector(),
27291
+ 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"
27292
+ },] }
27293
+ ];
27294
+ TextBackgroundsFourRowsIconTextComponent.ctorParameters = function () { return [
27295
+ { type: TranslateBlockService }
27296
+ ]; };
27297
+
27298
+ var TextBackgroundsTwoRowsIconTextComponent = /** @class */ (function (_super) {
27299
+ __extends(TextBackgroundsTwoRowsIconTextComponent, _super);
27300
+ function TextBackgroundsTwoRowsIconTextComponent(translateBlockService) {
27301
+ var _this = _super.call(this) || this;
27302
+ _this.translateBlockService = translateBlockService;
27303
+ _this.row = 0;
27304
+ _this.column = 0;
27305
+ _this.sizes = { small: '945x175', medium: '945x250', large: '945x325' };
27306
+ _this.setComponentService(TextBackgroundsTwoRowsIconTextService);
27307
+ return _this;
27308
+ }
27309
+ TextBackgroundsTwoRowsIconTextComponent.prototype.ngOnInit = function () {
27310
+ _super.prototype.ngOnInit.call(this);
27311
+ this.row = 0;
27312
+ this.column = 0;
27313
+ this.subscribeToImage();
27314
+ if (!this.contentBlock[FORM_NAME_INIT]) {
27315
+ this.addRow(0);
27316
+ this.contentBlock[FORM_NAME_INIT] = true;
27317
+ this.persist();
27318
+ }
27319
+ };
27320
+ TextBackgroundsTwoRowsIconTextComponent.prototype.addRow = function (index) {
27321
+ this.contentBlock[FORM_NAME_ROWS].push(new Array());
27322
+ for (var i = 0; i < this.contentBlock[FORM_NAME_ITEM_NUMBER]; ++i) {
27323
+ var newElement = new TextBackgroundsRowsIconTextDto();
27324
+ this.translateBlockService.translateProperties(newElement);
27325
+ this.contentBlock[FORM_NAME_ROWS][index].push(newElement);
27326
+ }
27327
+ this.contentBlock[FORM_NAME_LINE_NUMBER] += 1;
27328
+ this.persist();
27329
+ };
27330
+ TextBackgroundsTwoRowsIconTextComponent.prototype.deleteRow = function (i) {
27331
+ this.contentBlock[FORM_NAME_ROWS].splice(i, 1);
27332
+ this.contentBlock[FORM_NAME_LINE_NUMBER] -= 1;
27333
+ this.persist();
27334
+ };
27335
+ TextBackgroundsTwoRowsIconTextComponent.prototype.subscribeToImage = function () {
27336
+ var _this = this;
27337
+ this.image.subscribe(function (media) {
27338
+ _this.addBackgroundImageMedia(media);
27339
+ });
27340
+ };
27341
+ TextBackgroundsTwoRowsIconTextComponent.prototype.onClickUpdateImage = function (row, column) {
27342
+ this.row = row;
27343
+ this.column = column;
27344
+ this.getMedia();
27345
+ };
27346
+ TextBackgroundsTwoRowsIconTextComponent.prototype.updateThisImage = function (imageWidthHeight, $event) {
27347
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] ===
27348
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL]) {
27349
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_WIDTH] =
27350
+ imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
27351
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column][FORM_NAME_IMAGE][FORM_NAME_IMAGE_HEIGHT] =
27352
+ imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
27353
+ this.persist();
27354
+ }
27355
+ };
27356
+ TextBackgroundsTwoRowsIconTextComponent.prototype.addNewImage = function (row, column) {
27357
+ console.log('row ' + row + ' col ' + column);
27358
+ this.row = row;
27359
+ this.column = column;
27360
+ this.getMedia();
27361
+ };
27362
+ TextBackgroundsTwoRowsIconTextComponent.prototype.addBackgroundImageMedia = function (media) {
27363
+ var imageMediaDto = new ImageMediaDto();
27364
+ imageMediaDto.image_url = media.image_url;
27365
+ imageMediaDto.id = media.id;
27366
+ this.contentBlock[FORM_NAME_ROWS][this.row][this.column].image = imageMediaDto;
27367
+ this.persist();
27368
+ };
27369
+ TextBackgroundsTwoRowsIconTextComponent.prototype.stopPropagation = function ($event) {
27370
+ $event.stopPropagation();
27371
+ };
27372
+ return TextBackgroundsTwoRowsIconTextComponent;
27373
+ }(StructuresComponent));
27374
+ TextBackgroundsTwoRowsIconTextComponent.decorators = [
27375
+ { type: i0.Component, args: [{
27376
+ selector: TextBackgroundsTwoRowsIconTextService.selector(),
27377
+ 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"
27378
+ },] }
27379
+ ];
27380
+ TextBackgroundsTwoRowsIconTextComponent.ctorParameters = function () { return [
27381
+ { type: TranslateBlockService }
27382
+ ]; };
27383
+
27384
+ var SliderWithBannerComponent = /** @class */ (function (_super) {
27385
+ __extends(SliderWithBannerComponent, _super);
27386
+ function SliderWithBannerComponent() {
27387
+ var _this = _super.call(this) || this;
27388
+ _this.selectedTab = null;
27389
+ _this.showEmptyImage = true;
27390
+ _this.selectedKey = '';
27391
+ _this.sizes = { small: '2000x550', medium: '2000x660', large: '2000x770' };
27392
+ _this.setComponentService(SlidersWithBannerService);
27393
+ return _this;
27394
+ }
27395
+ SliderWithBannerComponent.prototype.ngOnInit = function () {
27396
+ _super.prototype.ngOnInit.call(this);
27397
+ this.subscribeToImage();
27398
+ if (this.contentBlock.slider.length) {
27399
+ this.showEmptyImage = false;
27400
+ this.selectedTab = 0;
27401
+ }
27402
+ };
27403
+ SliderWithBannerComponent.prototype.subscribeToImage = function () {
27404
+ var _this = this;
27405
+ this.image.subscribe(function (media) {
27406
+ if (_this.selectedKey !== '') {
27407
+ _this.replaceSliderWithMedia(media);
27408
+ }
27409
+ else {
27410
+ _this.addASliderWithMedia(media);
27411
+ }
27412
+ });
27413
+ };
27414
+ SliderWithBannerComponent.prototype.getMediaFor = function (key) {
27415
+ this.selectedKey = key;
27416
+ this.getMedia();
27417
+ };
27418
+ SliderWithBannerComponent.prototype.showSlide = function (key) {
27419
+ if (this.selectedTab === key && !this.showEmptyImage) {
27420
+ return;
27421
+ }
27422
+ this.showEmptyImage = false;
27423
+ this.selectedTab = key;
27424
+ };
27425
+ SliderWithBannerComponent.prototype.addASliderWithMedia = function (media) {
27426
+ var imageMediaDto = new ImageMediaDto();
27427
+ imageMediaDto.image_url = media.image_url;
27428
+ imageMediaDto.id = media.id;
27429
+ this.contentBlock.slider.push(imageMediaDto);
27430
+ this.selectedTab = this.contentBlock.slider.length - 1;
27431
+ this.showEmptyImage = false;
27432
+ this.persist();
27433
+ };
27434
+ SliderWithBannerComponent.prototype.replaceSliderWithMedia = function (media) {
27435
+ var currentImage = this.contentBlock.slider[this.selectedKey];
27436
+ currentImage.image_url = media.image_url;
27437
+ currentImage.id = media.id;
27438
+ this.contentBlock.slider[this.selectedKey] = currentImage;
27439
+ this.selectedKey = '';
27440
+ this.persist();
27441
+ };
27442
+ SliderWithBannerComponent.prototype.updateThisImage = function (key, imageWidthHeight) {
27443
+ if (imageWidthHeight[FORM_NAME_IMAGE_URL] === this.contentBlock[FORM_NAME_SLIDER][key][FORM_NAME_IMAGE_URL]) {
27444
+ this.contentBlock[FORM_NAME_SLIDER][key][FORM_NAME_IMAGE_WIDTH] = imageWidthHeight[FORM_NAME_IMAGE_WIDTH];
27445
+ this.contentBlock[FORM_NAME_SLIDER][key][FORM_NAME_IMAGE_HEIGHT] = imageWidthHeight[FORM_NAME_IMAGE_HEIGHT];
27446
+ this.persist();
27447
+ }
27448
+ };
27449
+ SliderWithBannerComponent.prototype.removeThisSlide = function (key) {
27450
+ var arrayToShorten = this.contentBlock.slider;
27451
+ delete arrayToShorten[key];
27452
+ this.contentBlock.slider = arrayToShorten.filter(function (item) {
27453
+ return item !== undefined;
27454
+ });
27455
+ if (this.contentBlock.slider.length > 0 && this.showEmptyImage === false) {
27456
+ this.selectedTab = 0;
27457
+ }
27458
+ else {
27459
+ this.selectedTab = null;
27460
+ this.showEmptyImage = true;
27461
+ }
27462
+ this.persist();
27463
+ };
27464
+ SliderWithBannerComponent.prototype.onDrop = function (event) {
27465
+ dragDrop.moveItemInArray(this.contentBlock.slider, event.previousIndex, event.currentIndex);
27466
+ this.selectedTab = event.currentIndex;
27467
+ this.persist();
27468
+ };
27469
+ return SliderWithBannerComponent;
27470
+ }(StructuresComponent));
27471
+ SliderWithBannerComponent.decorators = [
27472
+ { type: i0.Component, args: [{
27473
+ selector: SlidersWithBannerService.selector(),
27474
+ 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"
27475
+ },] }
27476
+ ];
27477
+ SliderWithBannerComponent.ctorParameters = function () { return []; };
27478
+
26437
27479
  var BlockComponentList = [
26438
27480
  SliderFullpageComponent,
26439
27481
  SliderLeftnavComponent,
@@ -26538,6 +27580,13 @@
26538
27580
  FaqFrameComponent,
26539
27581
  FaqAccordionComponent,
26540
27582
  FaqListIconComponent,
27583
+ FourImagesTitleComponent,
27584
+ TwoImagesTitleTextComponent,
27585
+ TextBackgroundsWithBannerComponent,
27586
+ TextBackgroundsTwoRowsIconTextComponent,
27587
+ TextBackgroundsThreeRowsIconTextComponent,
27588
+ TextBackgroundsFourRowsIconTextComponent,
27589
+ SliderWithBannerComponent,
26541
27590
  ];
26542
27591
  var StructuresModule = /** @class */ (function () {
26543
27592
  function StructuresModule() {
@@ -26554,7 +27603,7 @@
26554
27603
  ngxLeaflet.LeafletModule,
26555
27604
  ngWiziBulma.NwbCommonModule,
26556
27605
  ngWiziBulma.NwbDatePickerModule,
26557
- core.TranslateModule.forChild(),
27606
+ i1.TranslateModule.forChild(),
26558
27607
  LoaderComponentModule.withComponents(BlockComponentList),
26559
27608
  ],
26560
27609
  exports: BlockComponentList,
@@ -26897,7 +27946,7 @@
26897
27946
  ComponentsModule.decorators = [
26898
27947
  { type: i0.NgModule, args: [{
26899
27948
  declarations: components$3,
26900
- imports: [SharedModule, StructuresModule, ngWiziBulma.NwbAllModule, ngxColorPicker.ColorPickerModule, core.TranslateModule.forChild()],
27949
+ imports: [SharedModule, StructuresModule, ngWiziBulma.NwbAllModule, ngxColorPicker.ColorPickerModule, i1.TranslateModule.forChild()],
26901
27950
  exports: components$3,
26902
27951
  },] }
26903
27952
  ];
@@ -26927,8 +27976,8 @@
26927
27976
  ngxScrollbar.NgScrollbarModule,
26928
27977
  ngxColorPicker.ColorPickerModule,
26929
27978
  ngWiziBulma.NwbAllModule,
26930
- core.TranslateModule.forChild({
26931
- missingTranslationHandler: { provide: core.MissingTranslationHandler, useClass: MyMissingTranslationHandler },
27979
+ i1.TranslateModule.forChild({
27980
+ missingTranslationHandler: { provide: i1.MissingTranslationHandler, useClass: MyMissingTranslationHandler },
26932
27981
  useDefaultLang: false,
26933
27982
  }),
26934
27983
  ],
@@ -26964,245 +28013,261 @@
26964
28013
  exports.ɵbe = ExpectedImagesService;
26965
28014
  exports.ɵbf = PicturesTemplateDirective;
26966
28015
  exports.ɵbg = HoldableDirective;
26967
- exports.ɵbh = StructureToolsComponent;
26968
- exports.ɵbi = StructureConfigComponent;
26969
- exports.ɵbj = StructureConfigService;
26970
- exports.ɵbk = StructureConfigInputComponent;
26971
- exports.ɵbl = StructureConfigCheckboxComponent;
26972
- exports.ɵbm = StructureConfigFontComponent;
26973
- exports.ɵbn = FontAwesomeService;
26974
- exports.ɵbo = StructureConfigPaymentComponent;
26975
- exports.ɵbp = StructureSelectComponent;
26976
- exports.ɵbq = StructureSearchProductComponent;
26977
- exports.ɵbr = StructureConfigExtendedInputComponent;
26978
- exports.ɵbs = StructureAmplifySearchProductComponent;
26979
- exports.ɵbt = StructureAmplifySearchCategoryComponent;
26980
- exports.ɵbu = LoaderComponent;
26981
- exports.ɵbv = SmallLoaderComponent;
26982
- exports.ɵbw = StarComponent;
26983
- exports.ɵbx = QuillComponent;
26984
- exports.ɵby = QuillService;
26985
- exports.ɵbz = FaqComponent;
28016
+ exports.ɵbh = ShowDeleteButtonDirective;
28017
+ exports.ɵbi = StructureToolsComponent;
28018
+ exports.ɵbj = StructureConfigComponent;
28019
+ exports.ɵbk = StructureConfigService;
28020
+ exports.ɵbl = StructureConfigInputComponent;
28021
+ exports.ɵbm = StructureConfigCheckboxComponent;
28022
+ exports.ɵbn = StructureConfigFontComponent;
28023
+ exports.ɵbo = FontAwesomeService;
28024
+ exports.ɵbp = StructureConfigPaymentComponent;
28025
+ exports.ɵbq = StructureSelectComponent;
28026
+ exports.ɵbr = StructureSearchProductComponent;
28027
+ exports.ɵbs = StructureConfigExtendedInputComponent;
28028
+ exports.ɵbt = StructureAmplifySearchProductComponent;
28029
+ exports.ɵbu = StructureAmplifySearchCategoryComponent;
28030
+ exports.ɵbv = LoaderComponent;
28031
+ exports.ɵbw = SmallLoaderComponent;
28032
+ exports.ɵbx = StarComponent;
28033
+ exports.ɵby = QuillComponent;
28034
+ exports.ɵbz = QuillService;
26986
28035
  exports.ɵc = animateListFromRight;
26987
- exports.ɵca = BlockComponentList;
26988
- exports.ɵcb = StructuresModule;
26989
- exports.ɵcc = SliderFullpageComponent;
26990
- exports.ɵcd = StructuresComponent;
26991
- exports.ɵce = SlidersFullpageService;
26992
- exports.ɵcf = SliderLeftnavComponent;
26993
- exports.ɵcg = SlidersLeftnavService;
26994
- exports.ɵch = SliderImagerightComponent;
26995
- exports.ɵci = SlidersImagerightService;
26996
- exports.ɵcj = SliderDoubleImagerightComponent;
26997
- exports.ɵck = SlidersDoubleImagerightService;
26998
- exports.ɵcl = SeparatorSimpleComponent;
26999
- exports.ɵcm = SeparatorSimpleService;
27000
- exports.ɵcn = CodeHtmlComponent;
27001
- exports.ɵco = CodeHtmlService;
27002
- exports.ɵcp = CodeJavascriptComponent;
27003
- exports.ɵcq = CodeJavascriptService;
27004
- exports.ɵcr = VideosSimpleComponent;
27005
- exports.ɵcs = VideosSimpleService;
27006
- exports.ɵct = YoutubeService;
27007
- exports.ɵcu = VimeoService;
27008
- exports.ɵcv = VideosTxtComponent;
27009
- exports.ɵcw = VideosTxtService;
27010
- exports.ɵcx = VideosTxtContentComponent;
27011
- exports.ɵcy = VideosTxtContentService;
27012
- exports.ɵcz = LaunchVideosButtonComponent;
28036
+ exports.ɵca = FaqComponent;
28037
+ exports.ɵcb = BlockComponentList;
28038
+ exports.ɵcc = StructuresModule;
28039
+ exports.ɵcd = SliderFullpageComponent;
28040
+ exports.ɵce = StructuresComponent;
28041
+ exports.ɵcf = SlidersFullpageService;
28042
+ exports.ɵcg = SliderLeftnavComponent;
28043
+ exports.ɵch = SlidersLeftnavService;
28044
+ exports.ɵci = SliderImagerightComponent;
28045
+ exports.ɵcj = SlidersImagerightService;
28046
+ exports.ɵck = SliderDoubleImagerightComponent;
28047
+ exports.ɵcl = SlidersDoubleImagerightService;
28048
+ exports.ɵcm = SeparatorSimpleComponent;
28049
+ exports.ɵcn = SeparatorSimpleService;
28050
+ exports.ɵco = CodeHtmlComponent;
28051
+ exports.ɵcp = CodeHtmlService;
28052
+ exports.ɵcq = CodeJavascriptComponent;
28053
+ exports.ɵcr = CodeJavascriptService;
28054
+ exports.ɵcs = VideosSimpleComponent;
28055
+ exports.ɵct = VideosSimpleService;
28056
+ exports.ɵcu = YoutubeService;
28057
+ exports.ɵcv = VimeoService;
28058
+ exports.ɵcw = VideosTxtComponent;
28059
+ exports.ɵcx = VideosTxtService;
28060
+ exports.ɵcy = VideosTxtContentComponent;
28061
+ exports.ɵcz = VideosTxtContentService;
27013
28062
  exports.ɵd = animateListFromLeft;
27014
- exports.ɵda = LaunchVideosButtonService;
27015
- exports.ɵdb = LaunchVideosButtontxtComponent;
27016
- exports.ɵdc = LaunchVideosButtontxtService;
27017
- exports.ɵdd = ImagesBannerComponent;
27018
- exports.ɵde = ImagesBannerService;
27019
- exports.ɵdf = ImagesSimpleComponent;
27020
- exports.ɵdg = ImagesSimpleService;
27021
- exports.ɵdh = ImagesDoubleComponent;
27022
- exports.ɵdi = ImagesDoubleService;
27023
- exports.ɵdj = ImagesTripleComponent;
27024
- exports.ɵdk = ImagesTripleService;
27025
- exports.ɵdl = ImagesQuadrupleComponent;
27026
- exports.ɵdm = ImagesQuadrupleService;
27027
- exports.ɵdn = ImagesQuadrupleLeftOneRightComponent;
27028
- exports.ɵdo = ImagesQuadrupleLeftOneRightService;
27029
- exports.ɵdp = ImagesBigAndDoubleComponent;
27030
- exports.ɵdq = ImagesBigAndDoubleService;
27031
- exports.ɵdr = ImagesBigsAndDoubleMiddleComponent;
27032
- exports.ɵds = ImagesBigsAndDoubleMiddleService;
27033
- exports.ɵdt = TextBackgroundsLinkComponent;
27034
- exports.ɵdu = TextBackgroundsLinkService;
27035
- exports.ɵdv = TextBackgroundsSimpleComponent;
27036
- exports.ɵdw = TextBackgroundsSimpleService;
27037
- exports.ɵdx = TextBackgroundsWithTxtComponent;
27038
- exports.ɵdy = TextBackgroundsWithTxtService;
27039
- exports.ɵdz = ImagesTextsBigLeftTextRightComponent;
28063
+ exports.ɵda = LaunchVideosButtonComponent;
28064
+ exports.ɵdb = LaunchVideosButtonService;
28065
+ exports.ɵdc = LaunchVideosButtontxtComponent;
28066
+ exports.ɵdd = LaunchVideosButtontxtService;
28067
+ exports.ɵde = ImagesBannerComponent;
28068
+ exports.ɵdf = ImagesBannerService;
28069
+ exports.ɵdg = ImagesSimpleComponent;
28070
+ exports.ɵdh = ImagesSimpleService;
28071
+ exports.ɵdi = ImagesDoubleComponent;
28072
+ exports.ɵdj = ImagesDoubleService;
28073
+ exports.ɵdk = ImagesTripleComponent;
28074
+ exports.ɵdl = ImagesTripleService;
28075
+ exports.ɵdm = ImagesQuadrupleComponent;
28076
+ exports.ɵdn = ImagesQuadrupleService;
28077
+ exports.ɵdo = ImagesQuadrupleLeftOneRightComponent;
28078
+ exports.ɵdp = ImagesQuadrupleLeftOneRightService;
28079
+ exports.ɵdq = ImagesBigAndDoubleComponent;
28080
+ exports.ɵdr = ImagesBigAndDoubleService;
28081
+ exports.ɵds = ImagesBigsAndDoubleMiddleComponent;
28082
+ exports.ɵdt = ImagesBigsAndDoubleMiddleService;
28083
+ exports.ɵdu = TextBackgroundsLinkComponent;
28084
+ exports.ɵdv = TextBackgroundsLinkService;
28085
+ exports.ɵdw = TextBackgroundsSimpleComponent;
28086
+ exports.ɵdx = TextBackgroundsSimpleService;
28087
+ exports.ɵdy = TextBackgroundsWithTxtComponent;
28088
+ exports.ɵdz = TextBackgroundsWithTxtService;
27040
28089
  exports.ɵe = ConfigService;
27041
- exports.ɵea = ImagesTextsBigLeftTextRightService;
27042
- exports.ɵeb = ImagesTextsBigRightTextLeftComponent;
27043
- exports.ɵec = ImagesTextsBigRightTextLeftService;
27044
- exports.ɵed = ImagesTextsLeftTextRightComponent;
27045
- exports.ɵee = ImagesTextsLeftTextRightService;
27046
- exports.ɵef = ImagesTextsRightTextLeftComponent;
27047
- exports.ɵeg = ImagesTextsRightTextLeftService;
27048
- exports.ɵeh = ImagesTextsOneTextOneComponent;
27049
- exports.ɵei = ImagesTextsOneTextOneService;
27050
- exports.ɵej = ImagesTextsSmallLeftTextRightComponent;
27051
- exports.ɵek = ImagesTextsSmallLeftTextRightService;
27052
- exports.ɵel = ImagesTextsSmallRightTextLeftComponent;
27053
- exports.ɵem = ImagesTextsSmallRightTextLeftService;
27054
- exports.ɵen = ImagesTextsTextOneTextComponent;
27055
- exports.ɵeo = ImagesTextsTextOneTextService;
27056
- exports.ɵep = TextsOneBackgroundComponent;
27057
- exports.ɵeq = TextsOneBackgroundService;
27058
- exports.ɵer = TextsDoubleBackgroundComponent;
27059
- exports.ɵes = TextsDoubleBackgroundService;
27060
- exports.ɵet = TextsTripleBackgroundComponent;
27061
- exports.ɵeu = TextsTripleBackgroundService;
27062
- exports.ɵev = TextsQuadrupleComponent;
27063
- exports.ɵew = TextsQuadrupleService;
27064
- exports.ɵex = TextsQuadrupleNumbersComponent;
27065
- exports.ɵey = TextsQuadrupleNumbersService;
27066
- exports.ɵez = FormsSimpleComponent;
28090
+ exports.ɵea = ImagesTextsBigLeftTextRightComponent;
28091
+ exports.ɵeb = ImagesTextsBigLeftTextRightService;
28092
+ exports.ɵec = ImagesTextsBigRightTextLeftComponent;
28093
+ exports.ɵed = ImagesTextsBigRightTextLeftService;
28094
+ exports.ɵee = ImagesTextsLeftTextRightComponent;
28095
+ exports.ɵef = ImagesTextsLeftTextRightService;
28096
+ exports.ɵeg = ImagesTextsRightTextLeftComponent;
28097
+ exports.ɵeh = ImagesTextsRightTextLeftService;
28098
+ exports.ɵei = ImagesTextsOneTextOneComponent;
28099
+ exports.ɵej = ImagesTextsOneTextOneService;
28100
+ exports.ɵek = ImagesTextsSmallLeftTextRightComponent;
28101
+ exports.ɵel = ImagesTextsSmallLeftTextRightService;
28102
+ exports.ɵem = ImagesTextsSmallRightTextLeftComponent;
28103
+ exports.ɵen = ImagesTextsSmallRightTextLeftService;
28104
+ exports.ɵeo = ImagesTextsTextOneTextComponent;
28105
+ exports.ɵep = ImagesTextsTextOneTextService;
28106
+ exports.ɵeq = TextsOneBackgroundComponent;
28107
+ exports.ɵer = TextsOneBackgroundService;
28108
+ exports.ɵes = TextsDoubleBackgroundComponent;
28109
+ exports.ɵet = TextsDoubleBackgroundService;
28110
+ exports.ɵeu = TextsTripleBackgroundComponent;
28111
+ exports.ɵev = TextsTripleBackgroundService;
28112
+ exports.ɵew = TextsQuadrupleComponent;
28113
+ exports.ɵex = TextsQuadrupleService;
28114
+ exports.ɵey = TextsQuadrupleNumbersComponent;
28115
+ exports.ɵez = TextsQuadrupleNumbersService;
27067
28116
  exports.ɵf = ContentService;
27068
- exports.ɵfa = FormsSimpleService;
27069
- exports.ɵfb = TextsQuadrupleBackgroundComponent;
27070
- exports.ɵfc = TextsQuadrupleBackgroundService;
27071
- exports.ɵfd = TextsTripleComponent;
27072
- exports.ɵfe = TextsTripleService;
27073
- exports.ɵff = TextsOneComponent;
27074
- exports.ɵfg = TextsOneService;
27075
- exports.ɵfh = TextsDoubleComponent;
27076
- exports.ɵfi = TextsDoubleService;
27077
- exports.ɵfj = FormsBackgroundComponent;
27078
- exports.ɵfk = FormsBackgroundService;
27079
- exports.ɵfl = VideosTxtLeftComponent;
27080
- exports.ɵfm = VideosTxtLeftService;
27081
- exports.ɵfn = FormsImageleftComponent;
27082
- exports.ɵfo = FormsImageleftService;
27083
- exports.ɵfp = FormsImagerightComponent;
27084
- exports.ɵfq = FormsImagerightService;
27085
- exports.ɵfr = FormsOnboardingComponent;
27086
- exports.ɵfs = FormsOnboardingService;
27087
- exports.ɵft = SocialsLikeComponent;
27088
- exports.ɵfu = SocialsLikeService;
27089
- exports.ɵfv = SocialsPageSimpleComponent;
27090
- exports.ɵfw = SocialsPageSimpleService;
27091
- exports.ɵfx = SocialsPageComplexComponent;
27092
- exports.ɵfy = SocialsPageComplexService;
27093
- exports.ɵfz = SocialsNetworkComponent;
28117
+ exports.ɵfa = FormsSimpleComponent;
28118
+ exports.ɵfb = FormsSimpleService;
28119
+ exports.ɵfc = TextsQuadrupleBackgroundComponent;
28120
+ exports.ɵfd = TextsQuadrupleBackgroundService;
28121
+ exports.ɵfe = TextsTripleComponent;
28122
+ exports.ɵff = TextsTripleService;
28123
+ exports.ɵfg = TextsOneComponent;
28124
+ exports.ɵfh = TextsOneService;
28125
+ exports.ɵfi = TextsDoubleComponent;
28126
+ exports.ɵfj = TextsDoubleService;
28127
+ exports.ɵfk = FormsBackgroundComponent;
28128
+ exports.ɵfl = FormsBackgroundService;
28129
+ exports.ɵfm = VideosTxtLeftComponent;
28130
+ exports.ɵfn = VideosTxtLeftService;
28131
+ exports.ɵfo = FormsImageleftComponent;
28132
+ exports.ɵfp = FormsImageleftService;
28133
+ exports.ɵfq = FormsImagerightComponent;
28134
+ exports.ɵfr = FormsImagerightService;
28135
+ exports.ɵfs = FormsOnboardingComponent;
28136
+ exports.ɵft = FormsOnboardingService;
28137
+ exports.ɵfu = SocialsLikeComponent;
28138
+ exports.ɵfv = SocialsLikeService;
28139
+ exports.ɵfw = SocialsPageSimpleComponent;
28140
+ exports.ɵfx = SocialsPageSimpleService;
28141
+ exports.ɵfy = SocialsPageComplexComponent;
28142
+ exports.ɵfz = SocialsPageComplexService;
27094
28143
  exports.ɵg = ExternalConfigService;
27095
- exports.ɵga = SocialsNetworkService;
27096
- exports.ɵgb = ProductsListClassicComponent;
27097
- exports.ɵgc = ProductsListClassicService;
27098
- exports.ɵgd = CurrencyService;
27099
- exports.ɵge = ProductsListSimpleComponent;
27100
- exports.ɵgf = ProductsListSimpleService;
27101
- exports.ɵgg = RassurancesTripleBackgroundComponent;
27102
- exports.ɵgh = RassurancesTripleBackgroundService;
27103
- exports.ɵgi = RassurancesQuadrupleAlignedComponent;
27104
- exports.ɵgj = RassurancesQuadrupleAlignedService;
27105
- exports.ɵgk = RassurancesQuadrupleBackgroundComponent;
27106
- exports.ɵgl = RassurancesQuadrupleBackgroundService;
27107
- exports.ɵgm = NewsletterAlignedCenterImageComponent;
27108
- exports.ɵgn = NewsletterAlignedCenterImageService;
27109
- exports.ɵgo = NewsletterAlignedCenterBackgroundComponent;
27110
- exports.ɵgp = NewsletterAlignedCenterBackgroundService;
27111
- exports.ɵgq = NewsletterCenterImageComponent;
27112
- exports.ɵgr = NewsletterCenterImageService;
27113
- exports.ɵgs = ProductsListSelectedComponent;
27114
- exports.ɵgt = ProductsListSelectedService;
27115
- exports.ɵgu = CodeStylesheetComponent;
27116
- exports.ɵgv = CodeStylesheetService;
27117
- exports.ɵgw = WitnessTwiceComponent;
27118
- exports.ɵgx = WitnessTwiceService;
27119
- exports.ɵgy = WitnessTripleComponent;
27120
- exports.ɵgz = WitnessTripleService;
28144
+ exports.ɵga = SocialsNetworkComponent;
28145
+ exports.ɵgb = SocialsNetworkService;
28146
+ exports.ɵgc = ProductsListClassicComponent;
28147
+ exports.ɵgd = ProductsListClassicService;
28148
+ exports.ɵge = CurrencyService;
28149
+ exports.ɵgf = ProductsListSimpleComponent;
28150
+ exports.ɵgg = ProductsListSimpleService;
28151
+ exports.ɵgh = RassurancesTripleBackgroundComponent;
28152
+ exports.ɵgi = RassurancesTripleBackgroundService;
28153
+ exports.ɵgj = RassurancesQuadrupleAlignedComponent;
28154
+ exports.ɵgk = RassurancesQuadrupleAlignedService;
28155
+ exports.ɵgl = RassurancesQuadrupleBackgroundComponent;
28156
+ exports.ɵgm = RassurancesQuadrupleBackgroundService;
28157
+ exports.ɵgn = NewsletterAlignedCenterImageComponent;
28158
+ exports.ɵgo = NewsletterAlignedCenterImageService;
28159
+ exports.ɵgp = NewsletterAlignedCenterBackgroundComponent;
28160
+ exports.ɵgq = NewsletterAlignedCenterBackgroundService;
28161
+ exports.ɵgr = NewsletterCenterImageComponent;
28162
+ exports.ɵgs = NewsletterCenterImageService;
28163
+ exports.ɵgt = ProductsListSelectedComponent;
28164
+ exports.ɵgu = ProductsListSelectedService;
28165
+ exports.ɵgv = CodeStylesheetComponent;
28166
+ exports.ɵgw = CodeStylesheetService;
28167
+ exports.ɵgx = WitnessTwiceComponent;
28168
+ exports.ɵgy = WitnessTwiceService;
28169
+ exports.ɵgz = WitnessTripleComponent;
27121
28170
  exports.ɵh = ApiService;
27122
- exports.ɵha = WitnessQuadrupleComponent;
27123
- exports.ɵhb = WitnessQuadrupleService;
27124
- exports.ɵhc = WitnessBackgroundOneComponent;
27125
- exports.ɵhd = WitnessBackgroundOneService;
27126
- exports.ɵhe = WitnessBackgroundDoubleComponent;
27127
- exports.ɵhf = WitnessBackgroundDoubleService;
27128
- exports.ɵhg = ReviewsSimpleComponent;
27129
- exports.ɵhh = ReviewsSimpleService;
27130
- exports.ɵhi = QuotesSimpleComponent;
27131
- exports.ɵhj = QuotesSimpleService;
27132
- exports.ɵhk = QuotesAuthorComponent;
27133
- exports.ɵhl = QuotesAuthorService;
27134
- exports.ɵhm = QuotesSimpleBackgroundComponent;
27135
- exports.ɵhn = QuotesSimpleBackgroundService;
27136
- exports.ɵho = ReviewsWaterfallComponent;
27137
- exports.ɵhp = ReviewsWaterfallService;
27138
- exports.ɵhq = MapFullpageComponent;
27139
- exports.ɵhr = MapFullpageService;
27140
- exports.ɵhs = MapLeftTextComponent;
27141
- exports.ɵht = MapLeftTextService;
27142
- exports.ɵhu = MapRightTextComponent;
27143
- exports.ɵhv = MapRightTextService;
27144
- exports.ɵhw = MapTextFormComponent;
27145
- exports.ɵhx = MapTextFormService;
27146
- exports.ɵhy = MapBackgroundFormLeftComponent;
27147
- exports.ɵhz = MapBackgroundFormLeftService;
28171
+ exports.ɵha = WitnessTripleService;
28172
+ exports.ɵhb = WitnessQuadrupleComponent;
28173
+ exports.ɵhc = WitnessQuadrupleService;
28174
+ exports.ɵhd = WitnessBackgroundOneComponent;
28175
+ exports.ɵhe = WitnessBackgroundOneService;
28176
+ exports.ɵhf = WitnessBackgroundDoubleComponent;
28177
+ exports.ɵhg = WitnessBackgroundDoubleService;
28178
+ exports.ɵhh = ReviewsSimpleComponent;
28179
+ exports.ɵhi = ReviewsSimpleService;
28180
+ exports.ɵhj = QuotesSimpleComponent;
28181
+ exports.ɵhk = QuotesSimpleService;
28182
+ exports.ɵhl = QuotesAuthorComponent;
28183
+ exports.ɵhm = QuotesAuthorService;
28184
+ exports.ɵhn = QuotesSimpleBackgroundComponent;
28185
+ exports.ɵho = QuotesSimpleBackgroundService;
28186
+ exports.ɵhp = ReviewsWaterfallComponent;
28187
+ exports.ɵhq = ReviewsWaterfallService;
28188
+ exports.ɵhr = MapFullpageComponent;
28189
+ exports.ɵhs = MapFullpageService;
28190
+ exports.ɵht = MapLeftTextComponent;
28191
+ exports.ɵhu = MapLeftTextService;
28192
+ exports.ɵhv = MapRightTextComponent;
28193
+ exports.ɵhw = MapRightTextService;
28194
+ exports.ɵhx = MapTextFormComponent;
28195
+ exports.ɵhy = MapTextFormService;
28196
+ exports.ɵhz = MapBackgroundFormLeftComponent;
27148
28197
  exports.ɵi = ComponentsModule;
27149
- exports.ɵia = MapBackgroundFormRightComponent;
27150
- exports.ɵib = MapBackgroundFormRightService;
27151
- exports.ɵic = AmplifyProductsListSimpleComponent;
27152
- exports.ɵid = AmplifyProductsListSimpleService;
27153
- exports.ɵie = AmplifyProductsListSelectedComponent;
27154
- exports.ɵif = AmplifyProductsListSelectedService;
27155
- exports.ɵig = AmplifyProductsListClassicComponent;
27156
- exports.ɵih = AmplifyProductsListClassicService;
27157
- exports.ɵii = AmplifyProductZoomComponent;
27158
- exports.ɵij = AmplifyProductZoomService;
27159
- exports.ɵik = AmplifyProductZoomTripleColumnComponent;
27160
- exports.ɵil = AmplifyProductZoomTripleColumnService;
27161
- exports.ɵim = AmplifyProductZoomSelectedComponent;
27162
- exports.ɵin = AmplifyProductZoomSelectedService;
27163
- exports.ɵio = AmplifyProductZoomMoreComponent;
27164
- exports.ɵip = AmplifyProductZoomMoreService;
27165
- exports.ɵiq = ProductZoomComponent;
27166
- exports.ɵir = ProductZoomService;
27167
- exports.ɵis = ProductZoomTripleColumnComponent;
27168
- exports.ɵit = ProductZoomTripleColumnService;
27169
- exports.ɵiu = ProductZoomSelectedComponent;
27170
- exports.ɵiv = ProductZoomSelectedService;
27171
- exports.ɵiw = ProductZoomMoreComponent;
27172
- exports.ɵix = ProductZoomMoreService;
27173
- exports.ɵiy = ProductZoomCompleteComponent;
27174
- exports.ɵiz = ProductZoomCompleteService;
28198
+ exports.ɵia = MapBackgroundFormLeftService;
28199
+ exports.ɵib = MapBackgroundFormRightComponent;
28200
+ exports.ɵic = MapBackgroundFormRightService;
28201
+ exports.ɵid = AmplifyProductsListSimpleComponent;
28202
+ exports.ɵie = AmplifyProductsListSimpleService;
28203
+ exports.ɵif = AmplifyProductsListSelectedComponent;
28204
+ exports.ɵig = AmplifyProductsListSelectedService;
28205
+ exports.ɵih = AmplifyProductsListClassicComponent;
28206
+ exports.ɵii = AmplifyProductsListClassicService;
28207
+ exports.ɵij = AmplifyProductZoomComponent;
28208
+ exports.ɵik = AmplifyProductZoomService;
28209
+ exports.ɵil = AmplifyProductZoomTripleColumnComponent;
28210
+ exports.ɵim = AmplifyProductZoomTripleColumnService;
28211
+ exports.ɵin = AmplifyProductZoomSelectedComponent;
28212
+ exports.ɵio = AmplifyProductZoomSelectedService;
28213
+ exports.ɵip = AmplifyProductZoomMoreComponent;
28214
+ exports.ɵiq = AmplifyProductZoomMoreService;
28215
+ exports.ɵir = ProductZoomComponent;
28216
+ exports.ɵis = ProductZoomService;
28217
+ exports.ɵit = ProductZoomTripleColumnComponent;
28218
+ exports.ɵiu = ProductZoomTripleColumnService;
28219
+ exports.ɵiv = ProductZoomSelectedComponent;
28220
+ exports.ɵiw = ProductZoomSelectedService;
28221
+ exports.ɵix = ProductZoomMoreComponent;
28222
+ exports.ɵiy = ProductZoomMoreService;
28223
+ exports.ɵiz = ProductZoomCompleteComponent;
27175
28224
  exports.ɵj = BlocksComponent;
27176
- exports.ɵja = ProductZoomCompleteSliderComponent;
27177
- exports.ɵjb = ProductZoomCompleteSliderService;
27178
- exports.ɵjc = ProductZoomSimpleComponent;
27179
- exports.ɵjd = ProductZoomSimpleService;
27180
- exports.ɵje = ProductZoomCompleteBackgroundComponent;
27181
- exports.ɵjf = ProductZoomCompleteBackgroundService;
27182
- exports.ɵjg = TimerSimpleComponent;
27183
- exports.ɵjh = TimerSimpleService;
27184
- exports.ɵji = TimerBackgroundComponent;
27185
- exports.ɵjj = TimerBackgroundService;
27186
- exports.ɵjk = TimerClockComponent;
27187
- exports.ɵjl = TimerClockService;
27188
- exports.ɵjm = TimerAirportComponent;
27189
- exports.ɵjn = TimerAirportService;
27190
- exports.ɵjo = TimerMultipleImgComponent;
27191
- exports.ɵjp = TimerMultipleImgService;
27192
- exports.ɵjq = AboutBlockComponent;
27193
- exports.ɵjr = AboutBlockService;
27194
- exports.ɵjs = FaqSimpleComponent;
27195
- exports.ɵjt = FaqSimpleService;
27196
- exports.ɵju = FaqSimpleBackgroundComponent;
27197
- exports.ɵjv = FaqSimpleBackgroundService;
27198
- exports.ɵjw = FaqFrameComponent;
27199
- exports.ɵjx = FaqFrameService;
27200
- exports.ɵjy = FaqAccordionComponent;
27201
- exports.ɵjz = FaqAccordionService;
28225
+ exports.ɵja = ProductZoomCompleteService;
28226
+ exports.ɵjb = ProductZoomCompleteSliderComponent;
28227
+ exports.ɵjc = ProductZoomCompleteSliderService;
28228
+ exports.ɵjd = ProductZoomSimpleComponent;
28229
+ exports.ɵje = ProductZoomSimpleService;
28230
+ exports.ɵjf = ProductZoomCompleteBackgroundComponent;
28231
+ exports.ɵjg = ProductZoomCompleteBackgroundService;
28232
+ exports.ɵjh = TimerSimpleComponent;
28233
+ exports.ɵji = TimerSimpleService;
28234
+ exports.ɵjj = TimerBackgroundComponent;
28235
+ exports.ɵjk = TimerBackgroundService;
28236
+ exports.ɵjl = TimerClockComponent;
28237
+ exports.ɵjm = TimerClockService;
28238
+ exports.ɵjn = TimerAirportComponent;
28239
+ exports.ɵjo = TimerAirportService;
28240
+ exports.ɵjp = TimerMultipleImgComponent;
28241
+ exports.ɵjq = TimerMultipleImgService;
28242
+ exports.ɵjr = AboutBlockComponent;
28243
+ exports.ɵjs = AboutBlockService;
28244
+ exports.ɵjt = FaqSimpleComponent;
28245
+ exports.ɵju = FaqSimpleService;
28246
+ exports.ɵjv = FaqSimpleBackgroundComponent;
28247
+ exports.ɵjw = FaqSimpleBackgroundService;
28248
+ exports.ɵjx = FaqFrameComponent;
28249
+ exports.ɵjy = FaqFrameService;
28250
+ exports.ɵjz = FaqAccordionComponent;
27202
28251
  exports.ɵk = ConfigsComponent;
27203
- exports.ɵka = FaqListIconComponent;
27204
- exports.ɵkb = FaqListIconService;
27205
- exports.ɵkc = LoaderComponentModule;
28252
+ exports.ɵka = FaqAccordionService;
28253
+ exports.ɵkb = FaqListIconComponent;
28254
+ exports.ɵkc = FaqListIconService;
28255
+ exports.ɵkd = FourImagesTitleComponent;
28256
+ exports.ɵke = FourImagesTitleService;
28257
+ exports.ɵkf = TranslateBlockService;
28258
+ exports.ɵkg = TwoImagesTitleTextComponent;
28259
+ exports.ɵkh = TwoImagesTitleTextService;
28260
+ exports.ɵki = TextBackgroundsWithBannerComponent;
28261
+ exports.ɵkj = TextBackgroundsWithBannerService;
28262
+ exports.ɵkk = TextBackgroundsTwoRowsIconTextComponent;
28263
+ exports.ɵkl = TextBackgroundsTwoRowsIconTextService;
28264
+ exports.ɵkm = TextBackgroundsThreeRowsIconTextComponent;
28265
+ exports.ɵkn = TextBackgroundsThreeRowsIconTextService;
28266
+ exports.ɵko = TextBackgroundsFourRowsIconTextComponent;
28267
+ exports.ɵkp = TextBackgroundsFourRowsIconTextService;
28268
+ exports.ɵkq = SliderWithBannerComponent;
28269
+ exports.ɵkr = SlidersWithBannerService;
28270
+ exports.ɵks = LoaderComponentModule;
27206
28271
  exports.ɵl = PreviewsComponent;
27207
28272
  exports.ɵm = ContainerBlockComponent;
27208
28273
  exports.ɵn = SharedModule;