@wizishop/wizi-block 3.3.13 → 3.3.17

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 (536) hide show
  1. package/assets/i18n/fr.json +1 -1
  2. package/bundles/wizishop-wizi-block.umd.js +1301 -1942
  3. package/bundles/wizishop-wizi-block.umd.js.map +1 -1
  4. package/bundles/wizishop-wizi-block.umd.min.js +1 -1
  5. package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
  6. package/esm2015/lib/components/blocks/blocks.component.js +26 -7
  7. package/esm2015/lib/components/components.module.js +1 -1
  8. package/esm2015/lib/components/configs/configs.component.js +29 -4
  9. package/esm2015/lib/components/container-block/container-block.component.js +1 -1
  10. package/esm2015/lib/components/previews/previews.component.js +1 -1
  11. package/esm2015/lib/dtos/apis/amplify/amplify-category.dto.js +1 -1
  12. package/esm2015/lib/dtos/apis/amplify/amplify-guide.dto.js +1 -1
  13. package/esm2015/lib/dtos/apis/amplify/amplify-media.dto.js +1 -1
  14. package/esm2015/lib/dtos/apis/amplify/amplify-paginated.dto.js +1 -1
  15. package/esm2015/lib/dtos/apis/amplify/amplify-product.dto.js +1 -1
  16. package/esm2015/lib/dtos/apis/catalogs/catalog-badges.dto.js +1 -1
  17. package/esm2015/lib/dtos/apis/catalogs/catalog-brand.dto.js +1 -1
  18. package/esm2015/lib/dtos/apis/catalogs/catalog-category.dto.js +1 -1
  19. package/esm2015/lib/dtos/apis/catalogs/catalog-facet-value.dto.js +1 -1
  20. package/esm2015/lib/dtos/apis/catalogs/catalog-facet.dto.js +1 -1
  21. package/esm2015/lib/dtos/apis/catalogs/catalog-image.dto.js +1 -1
  22. package/esm2015/lib/dtos/apis/catalogs/catalog-list.dto.js +1 -1
  23. package/esm2015/lib/dtos/apis/catalogs/catalog-price.dto.js +1 -1
  24. package/esm2015/lib/dtos/apis/catalogs/catalog-variant-option.dto.js +1 -1
  25. package/esm2015/lib/dtos/apis/catalogs/catalog-variant.dto.js +1 -1
  26. package/esm2015/lib/dtos/apis/catalogs/catalog.dto.js +1 -1
  27. package/esm2015/lib/dtos/apis/comments/comment-list.dto.js +1 -1
  28. package/esm2015/lib/dtos/apis/comments/comment.dto.js +1 -1
  29. package/esm2015/lib/dtos/apis/forms/form-detail.dto.js +1 -1
  30. package/esm2015/lib/dtos/apis/forms/form-list.dto.js +1 -1
  31. package/esm2015/lib/dtos/apis/maps/open-map.dto.js +1 -1
  32. package/esm2015/lib/dtos/blocks/amplify-product/amplify-product-zoom-more.dto.js +1 -1
  33. package/esm2015/lib/dtos/blocks/amplify-product/amplify-product-zoom-selected.dto.js +1 -1
  34. package/esm2015/lib/dtos/blocks/amplify-product/amplify-product-zoom-triple-column.dto.js +1 -1
  35. package/esm2015/lib/dtos/blocks/amplify-product/amplify-product-zoom.dto.js +1 -1
  36. package/esm2015/lib/dtos/blocks/amplify-products-list/amplify-products-list-classic.dto.js +1 -1
  37. package/esm2015/lib/dtos/blocks/amplify-products-list/amplify-products-list-selected.dto.js +1 -1
  38. package/esm2015/lib/dtos/blocks/amplify-products-list/amplify-products-list-simple.dto.js +1 -1
  39. package/esm2015/lib/dtos/blocks/code/code-html.dto.js +1 -1
  40. package/esm2015/lib/dtos/blocks/code/code-javascript.dto.js +1 -1
  41. package/esm2015/lib/dtos/blocks/code/code-stylesheet.dto.js +1 -1
  42. package/esm2015/lib/dtos/blocks/faq/faq-accordion.dto.js +1 -1
  43. package/esm2015/lib/dtos/blocks/faq/faq-frame.dto.js +1 -1
  44. package/esm2015/lib/dtos/blocks/faq/faq-list-icon.dto.js +1 -1
  45. package/esm2015/lib/dtos/blocks/faq/faq-simple-background.dto.js +1 -1
  46. package/esm2015/lib/dtos/blocks/faq/faq-simple.dto.js +1 -1
  47. package/esm2015/lib/dtos/blocks/faq/faq.dto.js +1 -1
  48. package/esm2015/lib/dtos/blocks/forms/forms-background.dto.js +1 -1
  49. package/esm2015/lib/dtos/blocks/forms/forms-imageleft.dto.js +1 -1
  50. package/esm2015/lib/dtos/blocks/forms/forms-imageright.dto.js +1 -1
  51. package/esm2015/lib/dtos/blocks/forms/forms-simple.dto.js +1 -1
  52. package/esm2015/lib/dtos/blocks/images/images-banner.dto.js +1 -1
  53. package/esm2015/lib/dtos/blocks/images/images-big-and-double.dto.js +1 -1
  54. package/esm2015/lib/dtos/blocks/images/images-bigs-and-double-middle.dto.js +1 -1
  55. package/esm2015/lib/dtos/blocks/images/images-double.dto.js +1 -1
  56. package/esm2015/lib/dtos/blocks/images/images-quadruple-left-one-right.dto.js +1 -1
  57. package/esm2015/lib/dtos/blocks/images/images-quadruple.dto.js +1 -1
  58. package/esm2015/lib/dtos/blocks/images/images-simple.dto.js +1 -1
  59. package/esm2015/lib/dtos/blocks/images/images-triple.dto.js +1 -1
  60. package/esm2015/lib/dtos/blocks/images-texts/images-texts-big-left-text-right.dto.js +1 -1
  61. package/esm2015/lib/dtos/blocks/images-texts/images-texts-big-right-text-left.dto.js +1 -1
  62. package/esm2015/lib/dtos/blocks/images-texts/images-texts-left-text-right.dto.js +1 -1
  63. package/esm2015/lib/dtos/blocks/images-texts/images-texts-one-text-one.dto.js +1 -1
  64. package/esm2015/lib/dtos/blocks/images-texts/images-texts-right-text-left.dto.js +1 -1
  65. package/esm2015/lib/dtos/blocks/images-texts/images-texts-small-left-text-right.dto.js +1 -1
  66. package/esm2015/lib/dtos/blocks/images-texts/images-texts-small-right-text-left.dto.js +1 -1
  67. package/esm2015/lib/dtos/blocks/images-texts/images-texts-text-one-text.dto.js +1 -1
  68. package/esm2015/lib/dtos/blocks/launch-videos/launch-videos-button.dto.js +1 -1
  69. package/esm2015/lib/dtos/blocks/launch-videos/launch-videos-buttontxt.dto.js +1 -1
  70. package/esm2015/lib/dtos/blocks/map/map-background-form-left.dto.js +1 -1
  71. package/esm2015/lib/dtos/blocks/map/map-background-form-right.dto.js +1 -1
  72. package/esm2015/lib/dtos/blocks/map/map-fullpage.dto.js +1 -1
  73. package/esm2015/lib/dtos/blocks/map/map-left-text.dto.js +1 -1
  74. package/esm2015/lib/dtos/blocks/map/map-right-text.dto.js +1 -1
  75. package/esm2015/lib/dtos/blocks/map/map-text-form.dto.js +1 -1
  76. package/esm2015/lib/dtos/blocks/newsletter/newsletter-aligned-center-background.dto.js +1 -1
  77. package/esm2015/lib/dtos/blocks/newsletter/newsletter-aligned-center-image.dto.js +1 -1
  78. package/esm2015/lib/dtos/blocks/newsletter/newsletter-center-image.dto.js +1 -1
  79. package/esm2015/lib/dtos/blocks/onboarding/forms-onboarding.do.js +1 -1
  80. package/esm2015/lib/dtos/blocks/parent-block.dto.js +3 -2
  81. package/esm2015/lib/dtos/blocks/product/product-zoom-complete-background.dto.js +1 -1
  82. package/esm2015/lib/dtos/blocks/product/product-zoom-complete-slider.dto.js +1 -1
  83. package/esm2015/lib/dtos/blocks/product/product-zoom-complete.dto.js +1 -1
  84. package/esm2015/lib/dtos/blocks/product/product-zoom-more.dto.js +1 -1
  85. package/esm2015/lib/dtos/blocks/product/product-zoom-selected.dto.js +1 -1
  86. package/esm2015/lib/dtos/blocks/product/product-zoom-simple.dto.js +1 -1
  87. package/esm2015/lib/dtos/blocks/product/product-zoom-triple-column.dto.js +1 -1
  88. package/esm2015/lib/dtos/blocks/product/product-zoom.dto.js +1 -1
  89. package/esm2015/lib/dtos/blocks/products-list/products-list-classic.dto.js +1 -1
  90. package/esm2015/lib/dtos/blocks/products-list/products-list-selected.dto.js +1 -1
  91. package/esm2015/lib/dtos/blocks/products-list/products-list-simple.dto.js +1 -1
  92. package/esm2015/lib/dtos/blocks/quotes/quotes-author.dto.js +1 -1
  93. package/esm2015/lib/dtos/blocks/quotes/quotes-simple-background.dto.js +1 -1
  94. package/esm2015/lib/dtos/blocks/quotes/quotes-simple.dto.js +1 -1
  95. package/esm2015/lib/dtos/blocks/rassurances/rassurances-quadruple-aligned.dto.js +1 -1
  96. package/esm2015/lib/dtos/blocks/rassurances/rassurances-quadruple-background.dto.js +1 -1
  97. package/esm2015/lib/dtos/blocks/rassurances/rassurances-triple-background.dto.js +1 -1
  98. package/esm2015/lib/dtos/blocks/reviews/reviews-simple.dto.js +1 -1
  99. package/esm2015/lib/dtos/blocks/reviews/reviews-waterfall.dto.js +1 -1
  100. package/esm2015/lib/dtos/blocks/separators/separator-simple.dto.js +1 -1
  101. package/esm2015/lib/dtos/blocks/sliders/sliders-double-imageright.dto.js +5 -4
  102. package/esm2015/lib/dtos/blocks/sliders/sliders-fullpage.dto.js +5 -4
  103. package/esm2015/lib/dtos/blocks/sliders/sliders-imageright.dto.js +5 -4
  104. package/esm2015/lib/dtos/blocks/sliders/sliders-leftnav.dto.js +5 -4
  105. package/esm2015/lib/dtos/blocks/socials/socials-like.dto.js +1 -1
  106. package/esm2015/lib/dtos/blocks/socials/socials-network.dto.js +1 -1
  107. package/esm2015/lib/dtos/blocks/socials/socials-page-complex.dto.js +1 -1
  108. package/esm2015/lib/dtos/blocks/socials/socials-page-simple.dto.js +1 -1
  109. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-link.dto.js +1 -1
  110. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-simple.dto.js +1 -1
  111. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-with-txt.dto.js +1 -1
  112. package/esm2015/lib/dtos/blocks/texts/texts-double-background.dto.js +1 -1
  113. package/esm2015/lib/dtos/blocks/texts/texts-double.dto.js +1 -1
  114. package/esm2015/lib/dtos/blocks/texts/texts-one-background.dto.js +1 -1
  115. package/esm2015/lib/dtos/blocks/texts/texts-one.dto.js +1 -1
  116. package/esm2015/lib/dtos/blocks/texts/texts-quadruple-background.dto.js +1 -1
  117. package/esm2015/lib/dtos/blocks/texts/texts-quadruple-numbers.dto.js +1 -1
  118. package/esm2015/lib/dtos/blocks/texts/texts-quadruple.dto.js +1 -1
  119. package/esm2015/lib/dtos/blocks/texts/texts-triple-background.dto.js +1 -1
  120. package/esm2015/lib/dtos/blocks/texts/texts-triple.dto.js +1 -1
  121. package/esm2015/lib/dtos/blocks/timer/timer-airport.dto.js +1 -1
  122. package/esm2015/lib/dtos/blocks/timer/timer-background.dto.js +1 -1
  123. package/esm2015/lib/dtos/blocks/timer/timer-clock.dto.js +1 -1
  124. package/esm2015/lib/dtos/blocks/timer/timer-multiple-img.dto.js +1 -1
  125. package/esm2015/lib/dtos/blocks/timer/timer-simple.dto.js +1 -1
  126. package/esm2015/lib/dtos/blocks/videos/videos-simple.dto.js +1 -1
  127. package/esm2015/lib/dtos/blocks/videos/videos-txt-content.dto.js +1 -1
  128. package/esm2015/lib/dtos/blocks/videos/videos-txt.dto.js +1 -1
  129. package/esm2015/lib/dtos/blocks/witness/about-block.dto.js +1 -1
  130. package/esm2015/lib/dtos/blocks/witness/witness-background-double.dto.js +1 -1
  131. package/esm2015/lib/dtos/blocks/witness/witness-background-one.dto.js +1 -1
  132. package/esm2015/lib/dtos/blocks/witness/witness-quadruple.dto.js +1 -1
  133. package/esm2015/lib/dtos/blocks/witness/witness-triple.dto.js +1 -1
  134. package/esm2015/lib/dtos/blocks/witness/witness-twice.dto.js +1 -1
  135. package/esm2015/lib/dtos/configs/apis/api.dto.js +1 -1
  136. package/esm2015/lib/dtos/configs/blocks/block-config.dto.js +1 -1
  137. package/esm2015/lib/dtos/configs/blocks/blocks-list.dto.js +1 -15
  138. package/esm2015/lib/dtos/configs/buttons/button.dto.js +1 -1
  139. package/esm2015/lib/dtos/configs/external/external-config.dto.js +2 -1
  140. package/esm2015/lib/dtos/configs/fonts/font-awesome.dto.js +1 -1
  141. package/esm2015/lib/dtos/configs/medias/image/font-or-media.dto.js +1 -1
  142. package/esm2015/lib/dtos/configs/medias/image/image-media-and-text.dto.js +1 -1
  143. package/esm2015/lib/dtos/configs/medias/image/image-media.dto.js +1 -1
  144. package/esm2015/lib/dtos/configs/medias/image/payment-or-media.dto.js +1 -1
  145. package/esm2015/lib/dtos/configs/medias/media-width-height.dto.js +1 -1
  146. package/esm2015/lib/dtos/configs/medias/media.dto.js +1 -1
  147. package/esm2015/lib/dtos/configs/medias/text/text-media.dto.js +1 -1
  148. package/esm2015/lib/dtos/configs/structures/structure-config.dto.js +1 -1
  149. package/esm2015/lib/dtos/configs/structures/structures-list.dto.js +1 -1
  150. package/esm2015/lib/dtos/configs/translations/translations.dto.js +1 -1
  151. package/esm2015/lib/dtos/configs/types/types.dto.js +1 -1
  152. package/esm2015/lib/dtos/configs/witness/about-element.dto.js +1 -1
  153. package/esm2015/lib/dtos/forms/forms.dto.js +25 -12
  154. package/esm2015/lib/dtos/utils/quill/crypted-link.dto.js +16 -0
  155. package/esm2015/lib/dtos/utils/quill/custom-link.dto.js +21 -5
  156. package/esm2015/lib/dtos/utils/quill/delta.dto.js +1 -1
  157. package/esm2015/lib/dtos/utils/quill/icon.dto.js +1 -1
  158. package/esm2015/lib/dtos/utils/quill/line-break.dto.js +1 -1
  159. package/esm2015/lib/dtos/utils/quill-html-editor/html-formatter.js +60 -0
  160. package/esm2015/lib/dtos/utils/quill-html-editor/logger.js +19 -0
  161. package/esm2015/lib/dtos/utils/quill-html-editor/options.js +1 -0
  162. package/esm2015/lib/dtos/utils/quill-html-editor/quill.htmlEditButton.js +122 -0
  163. package/esm2015/lib/services/blocks/amplify-product/amplify-product-zoom-more.service.js +1 -1
  164. package/esm2015/lib/services/blocks/amplify-product/amplify-product-zoom-selected.service.js +1 -1
  165. package/esm2015/lib/services/blocks/amplify-product/amplify-product-zoom-triple-column.service.js +1 -1
  166. package/esm2015/lib/services/blocks/amplify-product/amplify-product-zoom.service.js +1 -1
  167. package/esm2015/lib/services/blocks/amplify-products-list/amplify-products-list-classic.service.js +1 -1
  168. package/esm2015/lib/services/blocks/amplify-products-list/amplify-products-list-selected.service.js +1 -1
  169. package/esm2015/lib/services/blocks/amplify-products-list/amplify-products-list-simple.service.js +1 -1
  170. package/esm2015/lib/services/blocks/code/code-html.service.js +1 -1
  171. package/esm2015/lib/services/blocks/code/code-javascript.service.js +1 -1
  172. package/esm2015/lib/services/blocks/code/code-stylesheet.service.js +1 -1
  173. package/esm2015/lib/services/blocks/faq/faq-accordion.service.js +1 -1
  174. package/esm2015/lib/services/blocks/faq/faq-frame.service.js +1 -1
  175. package/esm2015/lib/services/blocks/faq/faq-list-icon.service.js +1 -1
  176. package/esm2015/lib/services/blocks/faq/faq-simple-background.service.js +1 -1
  177. package/esm2015/lib/services/blocks/faq/faq-simple.service.js +1 -1
  178. package/esm2015/lib/services/blocks/forms/forms-background.service.js +1 -1
  179. package/esm2015/lib/services/blocks/forms/forms-imageleft.service.js +1 -1
  180. package/esm2015/lib/services/blocks/forms/forms-imageright.service.js +1 -1
  181. package/esm2015/lib/services/blocks/forms/forms-simple.service.js +1 -1
  182. package/esm2015/lib/services/blocks/images/images-banner.service.js +2 -4
  183. package/esm2015/lib/services/blocks/images/images-big-and-double.service.js +2 -4
  184. package/esm2015/lib/services/blocks/images/images-bigs-and-double-middle.service.js +2 -4
  185. package/esm2015/lib/services/blocks/images/images-double.service.js +2 -4
  186. package/esm2015/lib/services/blocks/images/images-quadruple-left-one-right.service.js +2 -4
  187. package/esm2015/lib/services/blocks/images/images-quadruple.service.js +2 -4
  188. package/esm2015/lib/services/blocks/images/images-simple.service.js +2 -4
  189. package/esm2015/lib/services/blocks/images/images-triple.service.js +2 -4
  190. package/esm2015/lib/services/blocks/images-texts/images-texts-big-left-text-right.service.js +2 -4
  191. package/esm2015/lib/services/blocks/images-texts/images-texts-big-right-text-left.service.js +2 -4
  192. package/esm2015/lib/services/blocks/images-texts/images-texts-left-text-right.service.js +2 -4
  193. package/esm2015/lib/services/blocks/images-texts/images-texts-one-text-one.service.js +2 -4
  194. package/esm2015/lib/services/blocks/images-texts/images-texts-right-text-left.service.js +2 -4
  195. package/esm2015/lib/services/blocks/images-texts/images-texts-small-left-text-right.service.js +2 -4
  196. package/esm2015/lib/services/blocks/images-texts/images-texts-small-right-text-left.service.js +2 -4
  197. package/esm2015/lib/services/blocks/images-texts/images-texts-text-one-text.service.js +2 -4
  198. package/esm2015/lib/services/blocks/launch-videos/launch-videos-button.service.js +2 -4
  199. package/esm2015/lib/services/blocks/launch-videos/launch-videos-buttontxt.service.js +2 -4
  200. package/esm2015/lib/services/blocks/map/map-background-form-left.service.js +1 -1
  201. package/esm2015/lib/services/blocks/map/map-background-form-right.service.js +1 -1
  202. package/esm2015/lib/services/blocks/map/map-fullpage.service.js +1 -1
  203. package/esm2015/lib/services/blocks/map/map-left-text.service.js +1 -1
  204. package/esm2015/lib/services/blocks/map/map-right-text.service.js +1 -1
  205. package/esm2015/lib/services/blocks/map/map-text-form.service.js +1 -1
  206. package/esm2015/lib/services/blocks/newsletter/newsletter-aligned-center-background.service.js +1 -1
  207. package/esm2015/lib/services/blocks/newsletter/newsletter-aligned-center-image.service.js +1 -1
  208. package/esm2015/lib/services/blocks/newsletter/newsletter-center-image.service.js +1 -1
  209. package/esm2015/lib/services/blocks/onboarding/forms-onboarding.service.js +1 -1
  210. package/esm2015/lib/services/blocks/product/product-zoom-complete-background.service.js +1 -1
  211. package/esm2015/lib/services/blocks/product/product-zoom-complete-slider.service.js +1 -1
  212. package/esm2015/lib/services/blocks/product/product-zoom-complete.service.js +1 -1
  213. package/esm2015/lib/services/blocks/product/product-zoom-more.service.js +1 -1
  214. package/esm2015/lib/services/blocks/product/product-zoom-selected.service.js +1 -1
  215. package/esm2015/lib/services/blocks/product/product-zoom-simple.service.js +1 -1
  216. package/esm2015/lib/services/blocks/product/product-zoom-triple-column.service.js +1 -1
  217. package/esm2015/lib/services/blocks/product/product-zoom.service.js +1 -1
  218. package/esm2015/lib/services/blocks/products-list/products-list-classic.service.js +1 -1
  219. package/esm2015/lib/services/blocks/products-list/products-list-selected.service.js +1 -1
  220. package/esm2015/lib/services/blocks/products-list/products-list-simple.service.js +1 -1
  221. package/esm2015/lib/services/blocks/quotes/quotes-author.service.js +1 -1
  222. package/esm2015/lib/services/blocks/quotes/quotes-simple-background.service.js +1 -1
  223. package/esm2015/lib/services/blocks/quotes/quotes-simple.service.js +1 -1
  224. package/esm2015/lib/services/blocks/rassurances/rassurances-quadruple-aligned.service.js +1 -1
  225. package/esm2015/lib/services/blocks/rassurances/rassurances-quadruple-background.service.js +1 -1
  226. package/esm2015/lib/services/blocks/rassurances/rassurances-triple-background.service.js +1 -1
  227. package/esm2015/lib/services/blocks/reviews/reviews-simple.service.js +1 -1
  228. package/esm2015/lib/services/blocks/reviews/reviews-waterfall.service.js +1 -1
  229. package/esm2015/lib/services/blocks/separator/separator-simple.service.js +2 -4
  230. package/esm2015/lib/services/blocks/sliders/sliders-double-imageright.service.js +2 -4
  231. package/esm2015/lib/services/blocks/sliders/sliders-fullpage.service.js +2 -4
  232. package/esm2015/lib/services/blocks/sliders/sliders-imageright.service.js +2 -4
  233. package/esm2015/lib/services/blocks/sliders/sliders-leftnav.service.js +2 -4
  234. package/esm2015/lib/services/blocks/socials/socials-like.service.js +1 -1
  235. package/esm2015/lib/services/blocks/socials/socials-network.service.js +1 -1
  236. package/esm2015/lib/services/blocks/socials/socials-page-complex.service.js +1 -1
  237. package/esm2015/lib/services/blocks/socials/socials-page-simple.service.js +1 -1
  238. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-link.service.js +2 -4
  239. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-simple.service.js +2 -4
  240. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service.js +2 -4
  241. package/esm2015/lib/services/blocks/texts/texts-double-background.service.js +1 -1
  242. package/esm2015/lib/services/blocks/texts/texts-double.service.js +1 -1
  243. package/esm2015/lib/services/blocks/texts/texts-one-background.service.js +1 -1
  244. package/esm2015/lib/services/blocks/texts/texts-one.service.js +1 -1
  245. package/esm2015/lib/services/blocks/texts/texts-quadruple-background.service.js +1 -1
  246. package/esm2015/lib/services/blocks/texts/texts-quadruple-numbers.service.js +1 -1
  247. package/esm2015/lib/services/blocks/texts/texts-quadruple.service.js +1 -1
  248. package/esm2015/lib/services/blocks/texts/texts-triple-background.service.js +1 -1
  249. package/esm2015/lib/services/blocks/texts/texts-triple.service.js +1 -1
  250. package/esm2015/lib/services/blocks/timer/timer-airport.service.js +1 -1
  251. package/esm2015/lib/services/blocks/timer/timer-background.service.js +1 -1
  252. package/esm2015/lib/services/blocks/timer/timer-clock.service.js +1 -1
  253. package/esm2015/lib/services/blocks/timer/timer-multiple-img.service.js +1 -1
  254. package/esm2015/lib/services/blocks/timer/timer-simple.service.js +1 -1
  255. package/esm2015/lib/services/blocks/videos/videos-simple.service.js +2 -4
  256. package/esm2015/lib/services/blocks/videos/videos-txt-content.service.js +2 -4
  257. package/esm2015/lib/services/blocks/videos/videos-txt-left.service.js +2 -4
  258. package/esm2015/lib/services/blocks/videos/videos-txt.service.js +2 -4
  259. package/esm2015/lib/services/blocks/witness/about-block.service.js +1 -1
  260. package/esm2015/lib/services/blocks/witness/witness-background-double.service.js +2 -4
  261. package/esm2015/lib/services/blocks/witness/witness-background-one.service.js +1 -1
  262. package/esm2015/lib/services/blocks/witness/witness-quadruple.service.js +1 -1
  263. package/esm2015/lib/services/blocks/witness/witness-triple.service.js +1 -1
  264. package/esm2015/lib/services/blocks/witness/witness-twice.service.js +1 -1
  265. package/esm2015/lib/services/structures/amplify-product/amplify-product.service.js +1 -1
  266. package/esm2015/lib/services/structures/amplify-products-list/amplify-products-list.service.js +1 -1
  267. package/esm2015/lib/services/structures/code/code.service.js +1 -1
  268. package/esm2015/lib/services/structures/faq/faq.service.js +1 -1
  269. package/esm2015/lib/services/structures/forms/forms.service.js +1 -1
  270. package/esm2015/lib/services/structures/images/images.service.js +1 -1
  271. package/esm2015/lib/services/structures/images-texts/images-texts.service.js +1 -1
  272. package/esm2015/lib/services/structures/launch-videos/launch-videos.service.js +1 -1
  273. package/esm2015/lib/services/structures/map/map.service.js +1 -1
  274. package/esm2015/lib/services/structures/newsletter/newsletter.service.js +1 -1
  275. package/esm2015/lib/services/structures/onboarding/onboarding.service.js +1 -1
  276. package/esm2015/lib/services/structures/parent-structures.service.js +1 -1
  277. package/esm2015/lib/services/structures/product/product.service.js +1 -1
  278. package/esm2015/lib/services/structures/products-list/products-list.service.js +1 -1
  279. package/esm2015/lib/services/structures/quotes/quotes.service.js +1 -1
  280. package/esm2015/lib/services/structures/rassurances/rassurances.service.js +1 -1
  281. package/esm2015/lib/services/structures/reviews/reviews.service.js +1 -1
  282. package/esm2015/lib/services/structures/separator/separator.service.js +1 -1
  283. package/esm2015/lib/services/structures/sliders/sliders.service.js +1 -1
  284. package/esm2015/lib/services/structures/socials/socials.service.js +1 -1
  285. package/esm2015/lib/services/structures/text-backgrounds/text-backgrounds.service.js +1 -1
  286. package/esm2015/lib/services/structures/texts/texts.service.js +1 -1
  287. package/esm2015/lib/services/structures/timer/timer.service.js +1 -1
  288. package/esm2015/lib/services/structures/videos/videos.service.js +1 -1
  289. package/esm2015/lib/services/structures/witness/witness.service.js +1 -1
  290. package/esm2015/lib/services/utils/api.service.js +1 -1
  291. package/esm2015/lib/services/utils/config.service.js +1 -1
  292. package/esm2015/lib/services/utils/content.service.js +1 -1
  293. package/esm2015/lib/services/utils/currency.service.js +1 -1
  294. package/esm2015/lib/services/utils/expected-images.service.js +1 -1
  295. package/esm2015/lib/services/utils/external-config.service.js +4 -1
  296. package/esm2015/lib/services/utils/font-awesome.service.js +1 -1
  297. package/esm2015/lib/services/utils/injector.service.js +1 -1
  298. package/esm2015/lib/services/utils/media-connector.service.js +1 -1
  299. package/esm2015/lib/services/utils/quill.service.js +15 -2
  300. package/esm2015/lib/services/utils/structure-config.service.js +1 -1
  301. package/esm2015/lib/services/utils/vimeo.service.js +1 -1
  302. package/esm2015/lib/services/utils/youtube.service.js +1 -1
  303. package/esm2015/lib/services/wizi-block.service.js +1 -1
  304. package/esm2015/lib/shared/animations/list/animate-list-from-left.animation.js +1 -1
  305. package/esm2015/lib/shared/animations/list/animate-list-from-right.animation.js +1 -1
  306. package/esm2015/lib/shared/components/faq/faq.component.js +1 -1
  307. package/esm2015/lib/shared/components/loader/loader.component.js +1 -1
  308. package/esm2015/lib/shared/components/quill/quill.component.js +18 -6
  309. package/esm2015/lib/shared/components/shared-components.module.js +1 -1
  310. package/esm2015/lib/shared/components/small-loader/small-loader.component.js +1 -1
  311. package/esm2015/lib/shared/components/star/star.component.js +1 -1
  312. package/esm2015/lib/shared/components/structure-amplify-search-category/structure-amplify-search-category.component.js +1 -1
  313. package/esm2015/lib/shared/components/structure-amplify-search-product/structure-amplify-search-product.component.js +1 -1
  314. package/esm2015/lib/shared/components/structure-config/structure-config.component.js +1 -1
  315. package/esm2015/lib/shared/components/structure-config-checkbox/structure-config-checkbox.component.js +1 -1
  316. package/esm2015/lib/shared/components/structure-config-extend-input/structure-config-extended-input.component.js +1 -1
  317. package/esm2015/lib/shared/components/structure-config-font/structure-config-font.component.js +1 -1
  318. package/esm2015/lib/shared/components/structure-config-input/structure-config-input.component.js +1 -1
  319. package/esm2015/lib/shared/components/structure-config-payment/structure-config-payment.component.js +1 -1
  320. package/esm2015/lib/shared/components/structure-search-product/structure-search-product.component.js +1 -1
  321. package/esm2015/lib/shared/components/structure-select/structure-select.component.js +1 -1
  322. package/esm2015/lib/shared/components/structure-tools/structure-tools.component.js +13 -3
  323. package/esm2015/lib/shared/directives/auto-focus/auto-focus.directive.js +1 -1
  324. package/esm2015/lib/shared/directives/auto-hide/auto-hide.directive.js +1 -1
  325. package/esm2015/lib/shared/directives/get-size-image/get-size-image.directive.js +1 -1
  326. package/esm2015/lib/shared/directives/holdable/holdable.directive.js +1 -1
  327. package/esm2015/lib/shared/directives/pictures-template/pictures-template.directive.js +1 -1
  328. package/esm2015/lib/shared/directives/shared-directives.module.js +2 -10
  329. package/esm2015/lib/shared/pipes/add-zero-for-timer/add-zero-for-timer.pipe.js +1 -1
  330. package/esm2015/lib/shared/pipes/answer-type/answer-type.pipe.js +1 -1
  331. package/esm2015/lib/shared/pipes/array-number/array-number.pipe.js +1 -1
  332. package/esm2015/lib/shared/pipes/check-payment-value/check-payment-value.pipe.js +1 -1
  333. package/esm2015/lib/shared/pipes/even-odd/even-odd.pipe.js +1 -1
  334. package/esm2015/lib/shared/pipes/img-path/img-path.pipe.js +1 -1
  335. package/esm2015/lib/shared/pipes/safe-style/safe-style.pipe.js +1 -1
  336. package/esm2015/lib/shared/pipes/safe-url/safe-url.pipe.js +1 -1
  337. package/esm2015/lib/shared/pipes/shared-pipes.module.js +1 -1
  338. package/esm2015/lib/shared/pipes/strip-tags/strip-tags.pipe.js +1 -1
  339. package/esm2015/lib/shared/pipes/tiny-color/tiny-color.pipe.js +1 -1
  340. package/esm2015/lib/shared/shared.module.js +1 -1
  341. package/esm2015/lib/structures/amplify-product/zoom/amplify-product-zoom.component.js +1 -1
  342. package/esm2015/lib/structures/amplify-product/zoom-more/amplify-product-zoom-more.component.js +1 -1
  343. package/esm2015/lib/structures/amplify-product/zoom-selected/amplify-product-zoom-selected.component.js +1 -1
  344. package/esm2015/lib/structures/amplify-product/zoom-triple-column/amplify-product-zoom-triple-column.component.js +1 -1
  345. package/esm2015/lib/structures/amplify-products-list/classic/amplify-products-list-classic.component.js +1 -1
  346. package/esm2015/lib/structures/amplify-products-list/selected/amplify-products-list-selected.component.js +1 -1
  347. package/esm2015/lib/structures/amplify-products-list/simple/amplify-products-list-simple.component.js +1 -1
  348. package/esm2015/lib/structures/code/code-html/code-html.component.js +1 -1
  349. package/esm2015/lib/structures/code/code-javascript/code-javascript.component.js +1 -1
  350. package/esm2015/lib/structures/code/code-stylesheet/code-stylesheet.component.js +1 -1
  351. package/esm2015/lib/structures/faq/accordion/faq-accordion.component.js +1 -1
  352. package/esm2015/lib/structures/faq/frame/faq-frame.component.js +1 -1
  353. package/esm2015/lib/structures/faq/list-icon/faq-list-icon.component.js +1 -1
  354. package/esm2015/lib/structures/faq/simple/faq-simple.component.js +1 -1
  355. package/esm2015/lib/structures/faq/simple-background/faq-simple-background.component.js +1 -1
  356. package/esm2015/lib/structures/forms/background/forms-background.component.js +23 -9
  357. package/esm2015/lib/structures/forms/imageleft/forms-imageleft.component.js +23 -9
  358. package/esm2015/lib/structures/forms/imageright/forms-imageright.component.js +23 -9
  359. package/esm2015/lib/structures/forms/simple/forms-simple.component.js +22 -8
  360. package/esm2015/lib/structures/images/banner/images-banner.component.js +1 -1
  361. package/esm2015/lib/structures/images/big-and-double/images-big-and-double.component.js +1 -1
  362. package/esm2015/lib/structures/images/bigs-and-double-middle/images-bigs-and-double-middle.component.js +1 -1
  363. package/esm2015/lib/structures/images/double/images-double.component.js +1 -1
  364. package/esm2015/lib/structures/images/quadruple/images-quadruple.component.js +1 -1
  365. package/esm2015/lib/structures/images/quadruple-left-one-right/images-quadruple-left-one-right.component.js +1 -1
  366. package/esm2015/lib/structures/images/simple/images-simple.component.js +1 -1
  367. package/esm2015/lib/structures/images/triple/images-triple.component.js +1 -1
  368. package/esm2015/lib/structures/images-texts/big-left-text-right/images-texts-big-left-text-right.component.js +1 -1
  369. package/esm2015/lib/structures/images-texts/big-right-text-left/images-texts-big-right-text-left.component.js +1 -1
  370. package/esm2015/lib/structures/images-texts/left-text-right/images-texts-left-text-right.component.js +1 -1
  371. package/esm2015/lib/structures/images-texts/one-text-one/images-texts-one-text-one.component.js +1 -1
  372. package/esm2015/lib/structures/images-texts/right-text-left/images-texts-right-text-left.component.js +1 -1
  373. package/esm2015/lib/structures/images-texts/small-left-text-right/images-texts-small-left-text-right.component.js +1 -1
  374. package/esm2015/lib/structures/images-texts/small-right-text-left/images-texts-small-right-text-left.component.js +1 -1
  375. package/esm2015/lib/structures/images-texts/text-one-text/images-texts-text-one-text.component.js +1 -1
  376. package/esm2015/lib/structures/launch-videos/button/launch-videos-button.component.js +1 -1
  377. package/esm2015/lib/structures/launch-videos/buttontxt/launch-videos-buttontxt.component.js +1 -1
  378. package/esm2015/lib/structures/loader-component.module.js +1 -1
  379. package/esm2015/lib/structures/map/background-form-left/map-background-form-left.component.js +1 -1
  380. package/esm2015/lib/structures/map/background-form-right/map-background-form-right.component.js +1 -1
  381. package/esm2015/lib/structures/map/fullpage/map-fullpage.component.js +1 -1
  382. package/esm2015/lib/structures/map/left-text/map-left-text.component.js +1 -1
  383. package/esm2015/lib/structures/map/right-text/map-right-text.component.js +1 -1
  384. package/esm2015/lib/structures/map/text-form/map-text-form.component.js +1 -1
  385. package/esm2015/lib/structures/newsletter/aligned-center-background/newsletter-aligned-center-background.component.js +1 -1
  386. package/esm2015/lib/structures/newsletter/aligned-center-image/newsletter-aligned-center-image.component.js +1 -1
  387. package/esm2015/lib/structures/newsletter/center-image/newsletter-center-image.component.js +1 -1
  388. package/esm2015/lib/structures/onboarding/onboarding/forms-onboarding.component.js +1 -1
  389. package/esm2015/lib/structures/product/zoom/product-zoom.component.js +1 -1
  390. package/esm2015/lib/structures/product/zoom-complete/product-zoom-complete.component.js +1 -1
  391. package/esm2015/lib/structures/product/zoom-complete-background/product-zoom-complete-background.component.js +1 -1
  392. package/esm2015/lib/structures/product/zoom-complete-slider/product-zoom-complete-slider.component.js +1 -1
  393. package/esm2015/lib/structures/product/zoom-more/product-zoom-more.component.js +1 -1
  394. package/esm2015/lib/structures/product/zoom-selected/product-zoom-selected.component.js +1 -1
  395. package/esm2015/lib/structures/product/zoom-simple/product-zoom-simple.component.js +1 -1
  396. package/esm2015/lib/structures/product/zoom-triple-column/product-zoom-triple-column.component.js +1 -1
  397. package/esm2015/lib/structures/products-list/classic/products-list-classic.component.js +1 -1
  398. package/esm2015/lib/structures/products-list/selected/products-list-selected.component.js +1 -1
  399. package/esm2015/lib/structures/products-list/simple/products-list-simple.component.js +1 -1
  400. package/esm2015/lib/structures/quotes/author/quotes-author.component.js +1 -1
  401. package/esm2015/lib/structures/quotes/simple/quotes-simple.component.js +1 -1
  402. package/esm2015/lib/structures/quotes/simple-background/quotes-simple-background.component.js +1 -1
  403. package/esm2015/lib/structures/rassurances/quadruple-aligned/rassurances-quadruple-aligned.component.js +1 -1
  404. package/esm2015/lib/structures/rassurances/quadruple-background/rassurances-quadruple-background.component.js +1 -1
  405. package/esm2015/lib/structures/rassurances/triple-background/rassurances-triple-background.component.js +1 -1
  406. package/esm2015/lib/structures/reviews/simple/reviews-simple.component.js +1 -1
  407. package/esm2015/lib/structures/reviews/waterfall/reviews-waterfall.component.js +1 -1
  408. package/esm2015/lib/structures/separator/separator-simple/separator-simple.component.js +1 -1
  409. package/esm2015/lib/structures/sliders/double-imageright/slider-double-imageright.component.js +1 -1
  410. package/esm2015/lib/structures/sliders/fullpage/slider-fullpage.component.js +1 -1
  411. package/esm2015/lib/structures/sliders/imageright/slider-imageright.component.js +1 -1
  412. package/esm2015/lib/structures/sliders/leftnav/slider-leftnav.component.js +1 -1
  413. package/esm2015/lib/structures/socials/like/socials-like.component.js +1 -1
  414. package/esm2015/lib/structures/socials/network/socials-network.component.js +1 -1
  415. package/esm2015/lib/structures/socials/page-complex/socials-page-complex.component.js +1 -1
  416. package/esm2015/lib/structures/socials/page-simple/socials-page-simple.component.js +1 -1
  417. package/esm2015/lib/structures/structures.component.js +2 -4
  418. package/esm2015/lib/structures/structures.module.js +1 -15
  419. package/esm2015/lib/structures/text-backgrounds/link/text-backgrounds-link.component.js +1 -1
  420. package/esm2015/lib/structures/text-backgrounds/simple/text-backgrounds-simple.component.js +1 -1
  421. package/esm2015/lib/structures/text-backgrounds/with-txt/text-backgrounds-with-txt.component.js +1 -1
  422. package/esm2015/lib/structures/texts/double/texts-double.component.js +1 -1
  423. package/esm2015/lib/structures/texts/double-background/texts-double-background.component.js +1 -1
  424. package/esm2015/lib/structures/texts/one/texts-one.component.js +1 -1
  425. package/esm2015/lib/structures/texts/one-background/texts-one-background.component.js +1 -1
  426. package/esm2015/lib/structures/texts/quadruple/texts-quadruple.component.js +1 -1
  427. package/esm2015/lib/structures/texts/quadruple-background/texts-quadruple-background.component.js +1 -1
  428. package/esm2015/lib/structures/texts/quadruple-numbers/texts-quadruple-numbers.component.js +1 -1
  429. package/esm2015/lib/structures/texts/triple/texts-triple.component.js +1 -1
  430. package/esm2015/lib/structures/texts/triple-background/texts-triple-background.component.js +1 -1
  431. package/esm2015/lib/structures/timer/airport/timer-airport.component.js +1 -1
  432. package/esm2015/lib/structures/timer/background/timer-background.component.js +1 -1
  433. package/esm2015/lib/structures/timer/clock/timer-clock.component.js +1 -1
  434. package/esm2015/lib/structures/timer/multiple-img/timer-multiple-img.component.js +1 -1
  435. package/esm2015/lib/structures/timer/simple/timer-simple.component.js +1 -1
  436. package/esm2015/lib/structures/videos/simple/videos-simple.component.js +1 -1
  437. package/esm2015/lib/structures/videos/txt/videos-txt.component.js +1 -1
  438. package/esm2015/lib/structures/videos/txt-content/videos-txt-content.component.js +1 -1
  439. package/esm2015/lib/structures/videos/txt-left/videos-txt-left.component.js +1 -1
  440. package/esm2015/lib/structures/witness/about-block/about-block.component.js +1 -1
  441. package/esm2015/lib/structures/witness/background-double/witness-background-double.component.js +1 -1
  442. package/esm2015/lib/structures/witness/background-one/witness-background-one.component.js +1 -1
  443. package/esm2015/lib/structures/witness/quadruple/witness-quadruple.component.js +1 -1
  444. package/esm2015/lib/structures/witness/triple/witness-triple.component.js +1 -1
  445. package/esm2015/lib/structures/witness/twice/witness-twice.component.js +1 -1
  446. package/esm2015/lib/wizi-block.component.js +16 -2
  447. package/esm2015/lib/wizi-block.module.js +1 -1
  448. package/esm2015/public_api.js +1 -1
  449. package/esm2015/wizishop-wizi-block.js +230 -246
  450. package/fesm2015/wizishop-wizi-block.js +1027 -1601
  451. package/fesm2015/wizishop-wizi-block.js.map +1 -1
  452. package/lib/components/blocks/blocks.component.d.ts +5 -1
  453. package/lib/components/configs/configs.component.d.ts +6 -1
  454. package/lib/dtos/blocks/parent-block.dto.d.ts +2 -1
  455. package/lib/dtos/blocks/sliders/sliders-double-imageright.dto.d.ts +2 -1
  456. package/lib/dtos/blocks/sliders/sliders-fullpage.dto.d.ts +2 -1
  457. package/lib/dtos/blocks/sliders/sliders-imageright.dto.d.ts +2 -1
  458. package/lib/dtos/blocks/sliders/sliders-leftnav.dto.d.ts +2 -1
  459. package/lib/dtos/configs/blocks/blocks-list.dto.d.ts +0 -14
  460. package/lib/dtos/configs/external/external-config.dto.d.ts +1 -0
  461. package/lib/dtos/forms/forms.dto.d.ts +5 -10
  462. package/lib/dtos/utils/quill/crypted-link.dto.d.ts +5 -0
  463. package/lib/dtos/utils/quill/custom-link.dto.d.ts +1 -0
  464. package/lib/dtos/utils/quill-html-editor/html-formatter.d.ts +2 -0
  465. package/lib/dtos/utils/quill-html-editor/logger.d.ts +6 -0
  466. package/lib/dtos/utils/quill-html-editor/options.d.ts +12 -0
  467. package/lib/dtos/utils/quill-html-editor/quill.htmlEditButton.d.ts +8 -0
  468. package/lib/services/structures/images/images.service.d.ts +0 -2
  469. package/lib/services/structures/sliders/sliders.service.d.ts +0 -1
  470. package/lib/services/structures/text-backgrounds/text-backgrounds.service.d.ts +0 -4
  471. package/lib/services/utils/external-config.service.d.ts +1 -0
  472. package/lib/services/utils/quill.service.d.ts +3 -0
  473. package/lib/shared/components/quill/quill.component.d.ts +3 -0
  474. package/lib/shared/components/structure-tools/structure-tools.component.d.ts +2 -0
  475. package/lib/structures/forms/background/forms-background.component.d.ts +1 -0
  476. package/lib/structures/forms/imageleft/forms-imageleft.component.d.ts +1 -0
  477. package/lib/structures/forms/imageright/forms-imageright.component.d.ts +1 -0
  478. package/lib/structures/forms/simple/forms-simple.component.d.ts +2 -1
  479. package/lib/structures/structures.component.d.ts +0 -2
  480. package/lib/structures/structures.module.d.ts +1 -7
  481. package/lib/wizi-block.component.d.ts +2 -0
  482. package/package.json +1 -1
  483. package/wizi-block.scss +13909 -15177
  484. package/wizishop-wizi-block.d.ts +229 -245
  485. package/wizishop-wizi-block.metadata.json +1 -1
  486. package/assets/images/components/ZoomProduct_Triple.svg +0 -38
  487. package/esm2015/lib/dtos/blocks/images/four-images-title.dto.js +0 -14
  488. package/esm2015/lib/dtos/blocks/images/two-images-title-text.dto.js +0 -22
  489. package/esm2015/lib/dtos/blocks/sliders/sliders-with-banner.dto.js +0 -17
  490. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.dto.js +0 -16
  491. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-rows-icon-text.dto.js +0 -11
  492. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.dto.js +0 -16
  493. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.dto.js +0 -16
  494. package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-with-banner.dto.js +0 -17
  495. package/esm2015/lib/dtos/configs/images/four-images-title-element.dto.js +0 -11
  496. package/esm2015/lib/services/blocks/images/four-images-title.service.js +0 -43
  497. package/esm2015/lib/services/blocks/images/two-images-title-text.service.js +0 -45
  498. package/esm2015/lib/services/blocks/sliders/sliders-with-banner.service.js +0 -49
  499. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.service.js +0 -38
  500. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.service.js +0 -38
  501. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.service.js +0 -38
  502. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.js +0 -47
  503. package/esm2015/lib/services/utils/translate-block.service.js +0 -26
  504. package/esm2015/lib/shared/directives/show-delete-button/show-delete-button.directive.js +0 -35
  505. package/esm2015/lib/structures/images/four-images-title/four-images-title.component.js +0 -53
  506. package/esm2015/lib/structures/images/two-images-title-text/two-images-title-text.component.js +0 -49
  507. package/esm2015/lib/structures/sliders/with-banner/slider-with-banner.component.js +0 -97
  508. package/esm2015/lib/structures/text-backgrounds/four-rows-icon-text/text-backgrounds-four-rows-icon-text.component.js +0 -83
  509. package/esm2015/lib/structures/text-backgrounds/three-rows-icon-text/text-backgrounds-three-rows-icon-text.component.js +0 -83
  510. package/esm2015/lib/structures/text-backgrounds/two-rows-icon-text/text-backgrounds-two-rows-icon-text.component.js +0 -82
  511. package/esm2015/lib/structures/text-backgrounds/with-banner/text-backgrounds-with-banner.component.js +0 -33
  512. package/lib/dtos/blocks/images/four-images-title.dto.d.ts +0 -9
  513. package/lib/dtos/blocks/images/two-images-title-text.dto.d.ts +0 -16
  514. package/lib/dtos/blocks/sliders/sliders-with-banner.dto.d.ts +0 -12
  515. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.dto.d.ts +0 -11
  516. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-rows-icon-text.dto.d.ts +0 -8
  517. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.dto.d.ts +0 -11
  518. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.dto.d.ts +0 -11
  519. package/lib/dtos/blocks/text-backgrounds/text-backgrounds-with-banner.dto.d.ts +0 -13
  520. package/lib/dtos/configs/images/four-images-title-element.dto.d.ts +0 -6
  521. package/lib/services/blocks/images/four-images-title.service.d.ts +0 -13
  522. package/lib/services/blocks/images/two-images-title-text.service.d.ts +0 -13
  523. package/lib/services/blocks/sliders/sliders-with-banner.service.d.ts +0 -13
  524. package/lib/services/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.service.d.ts +0 -12
  525. package/lib/services/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.service.d.ts +0 -12
  526. package/lib/services/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.service.d.ts +0 -12
  527. package/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.d.ts +0 -13
  528. package/lib/services/utils/translate-block.service.d.ts +0 -6
  529. package/lib/shared/directives/show-delete-button/show-delete-button.directive.d.ts +0 -8
  530. package/lib/structures/images/four-images-title/four-images-title.component.d.ts +0 -17
  531. package/lib/structures/images/two-images-title-text/two-images-title-text.component.d.ts +0 -15
  532. package/lib/structures/sliders/with-banner/slider-with-banner.component.d.ts +0 -24
  533. package/lib/structures/text-backgrounds/four-rows-icon-text/text-backgrounds-four-rows-icon-text.component.d.ts +0 -19
  534. package/lib/structures/text-backgrounds/three-rows-icon-text/text-backgrounds-three-rows-icon-text.component.d.ts +0 -19
  535. package/lib/structures/text-backgrounds/two-rows-icon-text/text-backgrounds-two-rows-icon-text.component.d.ts +0 -19
  536. package/lib/structures/text-backgrounds/with-banner/text-backgrounds-with-banner.component.d.ts +0 -14
@@ -8,153 +8,144 @@ export { ConfigsComponent as ɵk } from './lib/components/configs/configs.compon
8
8
  export { ContainerBlockComponent as ɵm } from './lib/components/container-block/container-block.component';
9
9
  export { PreviewsComponent as ɵl } from './lib/components/previews/previews.component';
10
10
  export { Types as ɵa } from './lib/dtos/configs/types/types.dto';
11
- export { AmplifyProductZoomMoreService as ɵiq } from './lib/services/blocks/amplify-product/amplify-product-zoom-more.service';
12
- export { AmplifyProductZoomSelectedService as ɵio } from './lib/services/blocks/amplify-product/amplify-product-zoom-selected.service';
13
- export { AmplifyProductZoomTripleColumnService as ɵim } from './lib/services/blocks/amplify-product/amplify-product-zoom-triple-column.service';
14
- export { AmplifyProductZoomService as ɵik } from './lib/services/blocks/amplify-product/amplify-product-zoom.service';
15
- export { AmplifyProductsListClassicService as ɵii } from './lib/services/blocks/amplify-products-list/amplify-products-list-classic.service';
16
- export { AmplifyProductsListSelectedService as ɵig } from './lib/services/blocks/amplify-products-list/amplify-products-list-selected.service';
17
- export { AmplifyProductsListSimpleService as ɵie } from './lib/services/blocks/amplify-products-list/amplify-products-list-simple.service';
18
- export { CodeHtmlService as ɵcp } from './lib/services/blocks/code/code-html.service';
19
- export { CodeJavascriptService as ɵcr } from './lib/services/blocks/code/code-javascript.service';
20
- export { CodeStylesheetService as ɵgw } from './lib/services/blocks/code/code-stylesheet.service';
21
- export { FaqAccordionService as ɵka } from './lib/services/blocks/faq/faq-accordion.service';
22
- export { FaqFrameService as ɵjy } from './lib/services/blocks/faq/faq-frame.service';
23
- export { FaqListIconService as ɵkc } from './lib/services/blocks/faq/faq-list-icon.service';
24
- export { FaqSimpleBackgroundService as ɵjw } from './lib/services/blocks/faq/faq-simple-background.service';
25
- export { FaqSimpleService as ɵju } from './lib/services/blocks/faq/faq-simple.service';
26
- export { FormsBackgroundService as ɵfl } from './lib/services/blocks/forms/forms-background.service';
27
- export { FormsImageleftService as ɵfp } from './lib/services/blocks/forms/forms-imageleft.service';
28
- export { FormsImagerightService as ɵfr } from './lib/services/blocks/forms/forms-imageright.service';
29
- export { FormsSimpleService as ɵfb } from './lib/services/blocks/forms/forms-simple.service';
30
- export { ImagesTextsBigLeftTextRightService as ɵeb } from './lib/services/blocks/images-texts/images-texts-big-left-text-right.service';
31
- export { ImagesTextsBigRightTextLeftService as ɵed } from './lib/services/blocks/images-texts/images-texts-big-right-text-left.service';
32
- export { ImagesTextsLeftTextRightService as ɵef } from './lib/services/blocks/images-texts/images-texts-left-text-right.service';
33
- export { ImagesTextsOneTextOneService as ɵej } from './lib/services/blocks/images-texts/images-texts-one-text-one.service';
34
- export { ImagesTextsRightTextLeftService as ɵeh } from './lib/services/blocks/images-texts/images-texts-right-text-left.service';
35
- export { ImagesTextsSmallLeftTextRightService as ɵel } from './lib/services/blocks/images-texts/images-texts-small-left-text-right.service';
36
- export { ImagesTextsSmallRightTextLeftService as ɵen } from './lib/services/blocks/images-texts/images-texts-small-right-text-left.service';
37
- export { ImagesTextsTextOneTextService as ɵep } from './lib/services/blocks/images-texts/images-texts-text-one-text.service';
38
- export { FourImagesTitleService as ɵke } from './lib/services/blocks/images/four-images-title.service';
39
- export { ImagesBannerService as ɵdf } from './lib/services/blocks/images/images-banner.service';
40
- export { ImagesBigAndDoubleService as ɵdr } from './lib/services/blocks/images/images-big-and-double.service';
41
- export { ImagesBigsAndDoubleMiddleService as ɵdt } from './lib/services/blocks/images/images-bigs-and-double-middle.service';
42
- export { ImagesDoubleService as ɵdj } from './lib/services/blocks/images/images-double.service';
43
- export { ImagesQuadrupleLeftOneRightService as ɵdp } from './lib/services/blocks/images/images-quadruple-left-one-right.service';
44
- export { ImagesQuadrupleService as ɵdn } from './lib/services/blocks/images/images-quadruple.service';
45
- export { ImagesSimpleService as ɵdh } from './lib/services/blocks/images/images-simple.service';
46
- export { ImagesTripleService as ɵdl } from './lib/services/blocks/images/images-triple.service';
47
- export { TwoImagesTitleTextService as ɵkh } from './lib/services/blocks/images/two-images-title-text.service';
48
- export { LaunchVideosButtonService as ɵdb } from './lib/services/blocks/launch-videos/launch-videos-button.service';
49
- export { LaunchVideosButtontxtService as ɵdd } from './lib/services/blocks/launch-videos/launch-videos-buttontxt.service';
50
- export { MapBackgroundFormLeftService as ɵia } from './lib/services/blocks/map/map-background-form-left.service';
51
- export { MapBackgroundFormRightService as ɵic } from './lib/services/blocks/map/map-background-form-right.service';
52
- export { MapFullpageService as ɵhs } from './lib/services/blocks/map/map-fullpage.service';
53
- export { MapLeftTextService as ɵhu } from './lib/services/blocks/map/map-left-text.service';
54
- export { MapRightTextService as ɵhw } from './lib/services/blocks/map/map-right-text.service';
55
- export { MapTextFormService as ɵhy } from './lib/services/blocks/map/map-text-form.service';
56
- export { NewsletterAlignedCenterBackgroundService as ɵgq } from './lib/services/blocks/newsletter/newsletter-aligned-center-background.service';
57
- export { NewsletterAlignedCenterImageService as ɵgo } from './lib/services/blocks/newsletter/newsletter-aligned-center-image.service';
58
- export { NewsletterCenterImageService as ɵgs } from './lib/services/blocks/newsletter/newsletter-center-image.service';
59
- export { FormsOnboardingService as ɵft } from './lib/services/blocks/onboarding/forms-onboarding.service';
60
- export { ProductZoomCompleteBackgroundService as ɵjg } from './lib/services/blocks/product/product-zoom-complete-background.service';
61
- export { ProductZoomCompleteSliderService as ɵjc } from './lib/services/blocks/product/product-zoom-complete-slider.service';
62
- export { ProductZoomCompleteService as ɵja } from './lib/services/blocks/product/product-zoom-complete.service';
63
- export { ProductZoomMoreService as ɵiy } from './lib/services/blocks/product/product-zoom-more.service';
64
- export { ProductZoomSelectedService as ɵiw } from './lib/services/blocks/product/product-zoom-selected.service';
65
- export { ProductZoomSimpleService as ɵje } from './lib/services/blocks/product/product-zoom-simple.service';
66
- export { ProductZoomTripleColumnService as ɵiu } from './lib/services/blocks/product/product-zoom-triple-column.service';
67
- export { ProductZoomService as ɵis } from './lib/services/blocks/product/product-zoom.service';
68
- export { ProductsListClassicService as ɵgd } from './lib/services/blocks/products-list/products-list-classic.service';
69
- export { ProductsListSelectedService as ɵgu } from './lib/services/blocks/products-list/products-list-selected.service';
70
- export { ProductsListSimpleService as ɵgg } from './lib/services/blocks/products-list/products-list-simple.service';
71
- export { QuotesAuthorService as ɵhm } from './lib/services/blocks/quotes/quotes-author.service';
72
- export { QuotesSimpleBackgroundService as ɵho } from './lib/services/blocks/quotes/quotes-simple-background.service';
73
- export { QuotesSimpleService as ɵhk } from './lib/services/blocks/quotes/quotes-simple.service';
74
- export { RassurancesQuadrupleAlignedService as ɵgk } from './lib/services/blocks/rassurances/rassurances-quadruple-aligned.service';
75
- export { RassurancesQuadrupleBackgroundService as ɵgm } from './lib/services/blocks/rassurances/rassurances-quadruple-background.service';
76
- export { RassurancesTripleBackgroundService as ɵgi } from './lib/services/blocks/rassurances/rassurances-triple-background.service';
77
- export { ReviewsSimpleService as ɵhi } from './lib/services/blocks/reviews/reviews-simple.service';
78
- export { ReviewsWaterfallService as ɵhq } from './lib/services/blocks/reviews/reviews-waterfall.service';
79
- export { SeparatorSimpleService as ɵcn } from './lib/services/blocks/separator/separator-simple.service';
80
- export { SlidersDoubleImagerightService as ɵcl } from './lib/services/blocks/sliders/sliders-double-imageright.service';
81
- export { SlidersFullpageService as ɵcf } from './lib/services/blocks/sliders/sliders-fullpage.service';
82
- export { SlidersImagerightService as ɵcj } from './lib/services/blocks/sliders/sliders-imageright.service';
83
- export { SlidersLeftnavService as ɵch } from './lib/services/blocks/sliders/sliders-leftnav.service';
84
- export { SlidersWithBannerService as ɵkr } from './lib/services/blocks/sliders/sliders-with-banner.service';
85
- export { SocialsLikeService as ɵfv } from './lib/services/blocks/socials/socials-like.service';
86
- export { SocialsNetworkService as ɵgb } from './lib/services/blocks/socials/socials-network.service';
87
- export { SocialsPageComplexService as ɵfz } from './lib/services/blocks/socials/socials-page-complex.service';
88
- export { SocialsPageSimpleService as ɵfx } from './lib/services/blocks/socials/socials-page-simple.service';
89
- export { TextBackgroundsFourRowsIconTextService as ɵkp } from './lib/services/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.service';
90
- export { TextBackgroundsLinkService as ɵdv } from './lib/services/blocks/text-backgrounds/text-backgrounds-link.service';
91
- export { TextBackgroundsSimpleService as ɵdx } from './lib/services/blocks/text-backgrounds/text-backgrounds-simple.service';
92
- export { TextBackgroundsThreeRowsIconTextService as ɵkn } from './lib/services/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.service';
93
- export { TextBackgroundsTwoRowsIconTextService as ɵkl } from './lib/services/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.service';
94
- export { TextBackgroundsWithBannerService as ɵkj } from './lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service';
95
- export { TextBackgroundsWithTxtService as ɵdz } from './lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service';
96
- export { TextsDoubleBackgroundService as ɵet } from './lib/services/blocks/texts/texts-double-background.service';
97
- export { TextsDoubleService as ɵfj } from './lib/services/blocks/texts/texts-double.service';
98
- export { TextsOneBackgroundService as ɵer } from './lib/services/blocks/texts/texts-one-background.service';
99
- export { TextsOneService as ɵfh } from './lib/services/blocks/texts/texts-one.service';
100
- export { TextsQuadrupleBackgroundService as ɵfd } from './lib/services/blocks/texts/texts-quadruple-background.service';
101
- export { TextsQuadrupleNumbersService as ɵez } from './lib/services/blocks/texts/texts-quadruple-numbers.service';
102
- export { TextsQuadrupleService as ɵex } from './lib/services/blocks/texts/texts-quadruple.service';
103
- export { TextsTripleBackgroundService as ɵev } from './lib/services/blocks/texts/texts-triple-background.service';
104
- export { TextsTripleService as ɵff } from './lib/services/blocks/texts/texts-triple.service';
105
- export { TimerAirportService as ɵjo } from './lib/services/blocks/timer/timer-airport.service';
106
- export { TimerBackgroundService as ɵjk } from './lib/services/blocks/timer/timer-background.service';
107
- export { TimerClockService as ɵjm } from './lib/services/blocks/timer/timer-clock.service';
108
- export { TimerMultipleImgService as ɵjq } from './lib/services/blocks/timer/timer-multiple-img.service';
109
- export { TimerSimpleService as ɵji } from './lib/services/blocks/timer/timer-simple.service';
110
- export { VideosSimpleService as ɵct } from './lib/services/blocks/videos/videos-simple.service';
111
- export { VideosTxtContentService as ɵcz } from './lib/services/blocks/videos/videos-txt-content.service';
112
- export { VideosTxtLeftService as ɵfn } from './lib/services/blocks/videos/videos-txt-left.service';
113
- export { VideosTxtService as ɵcx } from './lib/services/blocks/videos/videos-txt.service';
114
- export { AboutBlockService as ɵjs } from './lib/services/blocks/witness/about-block.service';
115
- export { WitnessBackgroundDoubleService as ɵhg } from './lib/services/blocks/witness/witness-background-double.service';
116
- export { WitnessBackgroundOneService as ɵhe } from './lib/services/blocks/witness/witness-background-one.service';
117
- export { WitnessQuadrupleService as ɵhc } from './lib/services/blocks/witness/witness-quadruple.service';
118
- export { WitnessTripleService as ɵha } from './lib/services/blocks/witness/witness-triple.service';
119
- export { WitnessTwiceService as ɵgy } from './lib/services/blocks/witness/witness-twice.service';
11
+ export { AmplifyProductZoomMoreService as ɵip } from './lib/services/blocks/amplify-product/amplify-product-zoom-more.service';
12
+ export { AmplifyProductZoomSelectedService as ɵin } from './lib/services/blocks/amplify-product/amplify-product-zoom-selected.service';
13
+ export { AmplifyProductZoomTripleColumnService as ɵil } from './lib/services/blocks/amplify-product/amplify-product-zoom-triple-column.service';
14
+ export { AmplifyProductZoomService as ɵij } from './lib/services/blocks/amplify-product/amplify-product-zoom.service';
15
+ export { AmplifyProductsListClassicService as ɵih } from './lib/services/blocks/amplify-products-list/amplify-products-list-classic.service';
16
+ export { AmplifyProductsListSelectedService as ɵif } from './lib/services/blocks/amplify-products-list/amplify-products-list-selected.service';
17
+ export { AmplifyProductsListSimpleService as ɵid } from './lib/services/blocks/amplify-products-list/amplify-products-list-simple.service';
18
+ export { CodeHtmlService as ɵco } from './lib/services/blocks/code/code-html.service';
19
+ export { CodeJavascriptService as ɵcq } from './lib/services/blocks/code/code-javascript.service';
20
+ export { CodeStylesheetService as ɵgv } from './lib/services/blocks/code/code-stylesheet.service';
21
+ export { FaqAccordionService as ɵjz } from './lib/services/blocks/faq/faq-accordion.service';
22
+ export { FaqFrameService as ɵjx } from './lib/services/blocks/faq/faq-frame.service';
23
+ export { FaqListIconService as ɵkb } from './lib/services/blocks/faq/faq-list-icon.service';
24
+ export { FaqSimpleBackgroundService as ɵjv } from './lib/services/blocks/faq/faq-simple-background.service';
25
+ export { FaqSimpleService as ɵjt } from './lib/services/blocks/faq/faq-simple.service';
26
+ export { FormsBackgroundService as ɵfk } from './lib/services/blocks/forms/forms-background.service';
27
+ export { FormsImageleftService as ɵfo } from './lib/services/blocks/forms/forms-imageleft.service';
28
+ export { FormsImagerightService as ɵfq } from './lib/services/blocks/forms/forms-imageright.service';
29
+ export { FormsSimpleService as ɵfa } from './lib/services/blocks/forms/forms-simple.service';
30
+ export { ImagesTextsBigLeftTextRightService as ɵea } from './lib/services/blocks/images-texts/images-texts-big-left-text-right.service';
31
+ export { ImagesTextsBigRightTextLeftService as ɵec } from './lib/services/blocks/images-texts/images-texts-big-right-text-left.service';
32
+ export { ImagesTextsLeftTextRightService as ɵee } from './lib/services/blocks/images-texts/images-texts-left-text-right.service';
33
+ export { ImagesTextsOneTextOneService as ɵei } from './lib/services/blocks/images-texts/images-texts-one-text-one.service';
34
+ export { ImagesTextsRightTextLeftService as ɵeg } from './lib/services/blocks/images-texts/images-texts-right-text-left.service';
35
+ export { ImagesTextsSmallLeftTextRightService as ɵek } from './lib/services/blocks/images-texts/images-texts-small-left-text-right.service';
36
+ export { ImagesTextsSmallRightTextLeftService as ɵem } from './lib/services/blocks/images-texts/images-texts-small-right-text-left.service';
37
+ export { ImagesTextsTextOneTextService as ɵeo } from './lib/services/blocks/images-texts/images-texts-text-one-text.service';
38
+ export { ImagesBannerService as ɵde } from './lib/services/blocks/images/images-banner.service';
39
+ export { ImagesBigAndDoubleService as ɵdq } from './lib/services/blocks/images/images-big-and-double.service';
40
+ export { ImagesBigsAndDoubleMiddleService as ɵds } from './lib/services/blocks/images/images-bigs-and-double-middle.service';
41
+ export { ImagesDoubleService as ɵdi } from './lib/services/blocks/images/images-double.service';
42
+ export { ImagesQuadrupleLeftOneRightService as ɵdo } from './lib/services/blocks/images/images-quadruple-left-one-right.service';
43
+ export { ImagesQuadrupleService as ɵdm } from './lib/services/blocks/images/images-quadruple.service';
44
+ export { ImagesSimpleService as ɵdg } from './lib/services/blocks/images/images-simple.service';
45
+ export { ImagesTripleService as ɵdk } from './lib/services/blocks/images/images-triple.service';
46
+ export { LaunchVideosButtonService as ɵda } from './lib/services/blocks/launch-videos/launch-videos-button.service';
47
+ export { LaunchVideosButtontxtService as ɵdc } from './lib/services/blocks/launch-videos/launch-videos-buttontxt.service';
48
+ export { MapBackgroundFormLeftService as ɵhz } from './lib/services/blocks/map/map-background-form-left.service';
49
+ export { MapBackgroundFormRightService as ɵib } from './lib/services/blocks/map/map-background-form-right.service';
50
+ export { MapFullpageService as ɵhr } from './lib/services/blocks/map/map-fullpage.service';
51
+ export { MapLeftTextService as ɵht } from './lib/services/blocks/map/map-left-text.service';
52
+ export { MapRightTextService as ɵhv } from './lib/services/blocks/map/map-right-text.service';
53
+ export { MapTextFormService as ɵhx } from './lib/services/blocks/map/map-text-form.service';
54
+ export { NewsletterAlignedCenterBackgroundService as ɵgp } from './lib/services/blocks/newsletter/newsletter-aligned-center-background.service';
55
+ export { NewsletterAlignedCenterImageService as ɵgn } from './lib/services/blocks/newsletter/newsletter-aligned-center-image.service';
56
+ export { NewsletterCenterImageService as ɵgr } from './lib/services/blocks/newsletter/newsletter-center-image.service';
57
+ export { FormsOnboardingService as ɵfs } from './lib/services/blocks/onboarding/forms-onboarding.service';
58
+ export { ProductZoomCompleteBackgroundService as ɵjf } from './lib/services/blocks/product/product-zoom-complete-background.service';
59
+ export { ProductZoomCompleteSliderService as ɵjb } from './lib/services/blocks/product/product-zoom-complete-slider.service';
60
+ export { ProductZoomCompleteService as ɵiz } from './lib/services/blocks/product/product-zoom-complete.service';
61
+ export { ProductZoomMoreService as ɵix } from './lib/services/blocks/product/product-zoom-more.service';
62
+ export { ProductZoomSelectedService as ɵiv } from './lib/services/blocks/product/product-zoom-selected.service';
63
+ export { ProductZoomSimpleService as ɵjd } from './lib/services/blocks/product/product-zoom-simple.service';
64
+ export { ProductZoomTripleColumnService as ɵit } from './lib/services/blocks/product/product-zoom-triple-column.service';
65
+ export { ProductZoomService as ɵir } from './lib/services/blocks/product/product-zoom.service';
66
+ export { ProductsListClassicService as ɵgc } from './lib/services/blocks/products-list/products-list-classic.service';
67
+ export { ProductsListSelectedService as ɵgt } from './lib/services/blocks/products-list/products-list-selected.service';
68
+ export { ProductsListSimpleService as ɵgf } from './lib/services/blocks/products-list/products-list-simple.service';
69
+ export { QuotesAuthorService as ɵhl } from './lib/services/blocks/quotes/quotes-author.service';
70
+ export { QuotesSimpleBackgroundService as ɵhn } from './lib/services/blocks/quotes/quotes-simple-background.service';
71
+ export { QuotesSimpleService as ɵhj } from './lib/services/blocks/quotes/quotes-simple.service';
72
+ export { RassurancesQuadrupleAlignedService as ɵgj } from './lib/services/blocks/rassurances/rassurances-quadruple-aligned.service';
73
+ export { RassurancesQuadrupleBackgroundService as ɵgl } from './lib/services/blocks/rassurances/rassurances-quadruple-background.service';
74
+ export { RassurancesTripleBackgroundService as ɵgh } from './lib/services/blocks/rassurances/rassurances-triple-background.service';
75
+ export { ReviewsSimpleService as ɵhh } from './lib/services/blocks/reviews/reviews-simple.service';
76
+ export { ReviewsWaterfallService as ɵhp } from './lib/services/blocks/reviews/reviews-waterfall.service';
77
+ export { SeparatorSimpleService as ɵcm } from './lib/services/blocks/separator/separator-simple.service';
78
+ export { SlidersDoubleImagerightService as ɵck } from './lib/services/blocks/sliders/sliders-double-imageright.service';
79
+ export { SlidersFullpageService as ɵce } from './lib/services/blocks/sliders/sliders-fullpage.service';
80
+ export { SlidersImagerightService as ɵci } from './lib/services/blocks/sliders/sliders-imageright.service';
81
+ export { SlidersLeftnavService as ɵcg } from './lib/services/blocks/sliders/sliders-leftnav.service';
82
+ export { SocialsLikeService as ɵfu } from './lib/services/blocks/socials/socials-like.service';
83
+ export { SocialsNetworkService as ɵga } from './lib/services/blocks/socials/socials-network.service';
84
+ export { SocialsPageComplexService as ɵfy } from './lib/services/blocks/socials/socials-page-complex.service';
85
+ export { SocialsPageSimpleService as ɵfw } from './lib/services/blocks/socials/socials-page-simple.service';
86
+ export { TextBackgroundsLinkService as ɵdu } from './lib/services/blocks/text-backgrounds/text-backgrounds-link.service';
87
+ export { TextBackgroundsSimpleService as ɵdw } from './lib/services/blocks/text-backgrounds/text-backgrounds-simple.service';
88
+ export { TextBackgroundsWithTxtService as ɵdy } from './lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service';
89
+ export { TextsDoubleBackgroundService as ɵes } from './lib/services/blocks/texts/texts-double-background.service';
90
+ export { TextsDoubleService as ɵfi } from './lib/services/blocks/texts/texts-double.service';
91
+ export { TextsOneBackgroundService as ɵeq } from './lib/services/blocks/texts/texts-one-background.service';
92
+ export { TextsOneService as ɵfg } from './lib/services/blocks/texts/texts-one.service';
93
+ export { TextsQuadrupleBackgroundService as ɵfc } from './lib/services/blocks/texts/texts-quadruple-background.service';
94
+ export { TextsQuadrupleNumbersService as ɵey } from './lib/services/blocks/texts/texts-quadruple-numbers.service';
95
+ export { TextsQuadrupleService as ɵew } from './lib/services/blocks/texts/texts-quadruple.service';
96
+ export { TextsTripleBackgroundService as ɵeu } from './lib/services/blocks/texts/texts-triple-background.service';
97
+ export { TextsTripleService as ɵfe } from './lib/services/blocks/texts/texts-triple.service';
98
+ export { TimerAirportService as ɵjn } from './lib/services/blocks/timer/timer-airport.service';
99
+ export { TimerBackgroundService as ɵjj } from './lib/services/blocks/timer/timer-background.service';
100
+ export { TimerClockService as ɵjl } from './lib/services/blocks/timer/timer-clock.service';
101
+ export { TimerMultipleImgService as ɵjp } from './lib/services/blocks/timer/timer-multiple-img.service';
102
+ export { TimerSimpleService as ɵjh } from './lib/services/blocks/timer/timer-simple.service';
103
+ export { VideosSimpleService as ɵcs } from './lib/services/blocks/videos/videos-simple.service';
104
+ export { VideosTxtContentService as ɵcy } from './lib/services/blocks/videos/videos-txt-content.service';
105
+ export { VideosTxtLeftService as ɵfm } from './lib/services/blocks/videos/videos-txt-left.service';
106
+ export { VideosTxtService as ɵcw } from './lib/services/blocks/videos/videos-txt.service';
107
+ export { AboutBlockService as ɵjr } from './lib/services/blocks/witness/about-block.service';
108
+ export { WitnessBackgroundDoubleService as ɵhf } from './lib/services/blocks/witness/witness-background-double.service';
109
+ export { WitnessBackgroundOneService as ɵhd } from './lib/services/blocks/witness/witness-background-one.service';
110
+ export { WitnessQuadrupleService as ɵhb } from './lib/services/blocks/witness/witness-quadruple.service';
111
+ export { WitnessTripleService as ɵgz } from './lib/services/blocks/witness/witness-triple.service';
112
+ export { WitnessTwiceService as ɵgx } from './lib/services/blocks/witness/witness-twice.service';
120
113
  export { ApiService as ɵh } from './lib/services/utils/api.service';
121
114
  export { ConfigService as ɵe } from './lib/services/utils/config.service';
122
115
  export { ContentService as ɵf } from './lib/services/utils/content.service';
123
- export { CurrencyService as ɵge } from './lib/services/utils/currency.service';
116
+ export { CurrencyService as ɵgd } from './lib/services/utils/currency.service';
124
117
  export { ExpectedImagesService as ɵbe } from './lib/services/utils/expected-images.service';
125
118
  export { ExternalConfigService as ɵg } from './lib/services/utils/external-config.service';
126
- export { FontAwesomeService as ɵbo } from './lib/services/utils/font-awesome.service';
127
- export { QuillService as ɵbz } from './lib/services/utils/quill.service';
128
- export { StructureConfigService as ɵbk } from './lib/services/utils/structure-config.service';
129
- export { TranslateBlockService as ɵkf } from './lib/services/utils/translate-block.service';
130
- export { VimeoService as ɵcv } from './lib/services/utils/vimeo.service';
131
- export { YoutubeService as ɵcu } from './lib/services/utils/youtube.service';
119
+ export { FontAwesomeService as ɵbn } from './lib/services/utils/font-awesome.service';
120
+ export { QuillService as ɵby } from './lib/services/utils/quill.service';
121
+ export { StructureConfigService as ɵbj } from './lib/services/utils/structure-config.service';
122
+ export { VimeoService as ɵcu } from './lib/services/utils/vimeo.service';
123
+ export { YoutubeService as ɵct } from './lib/services/utils/youtube.service';
132
124
  export { animateListFromLeft as ɵd } from './lib/shared/animations/list/animate-list-from-left.animation';
133
125
  export { animateListFromRight as ɵc } from './lib/shared/animations/list/animate-list-from-right.animation';
134
- export { FaqComponent as ɵca } from './lib/shared/components/faq/faq.component';
135
- export { LoaderComponent as ɵbv } from './lib/shared/components/loader/loader.component';
136
- export { QuillComponent as ɵby } from './lib/shared/components/quill/quill.component';
126
+ export { FaqComponent as ɵbz } from './lib/shared/components/faq/faq.component';
127
+ export { LoaderComponent as ɵbu } from './lib/shared/components/loader/loader.component';
128
+ export { QuillComponent as ɵbx } from './lib/shared/components/quill/quill.component';
137
129
  export { SharedComponentsModule as ɵo } from './lib/shared/components/shared-components.module';
138
- export { SmallLoaderComponent as ɵbw } from './lib/shared/components/small-loader/small-loader.component';
139
- export { StarComponent as ɵbx } from './lib/shared/components/star/star.component';
140
- export { StructureAmplifySearchCategoryComponent as ɵbu } from './lib/shared/components/structure-amplify-search-category/structure-amplify-search-category.component';
141
- export { StructureAmplifySearchProductComponent as ɵbt } from './lib/shared/components/structure-amplify-search-product/structure-amplify-search-product.component';
142
- export { StructureConfigCheckboxComponent as ɵbm } from './lib/shared/components/structure-config-checkbox/structure-config-checkbox.component';
143
- export { StructureConfigExtendedInputComponent as ɵbs } from './lib/shared/components/structure-config-extend-input/structure-config-extended-input.component';
144
- export { StructureConfigFontComponent as ɵbn } from './lib/shared/components/structure-config-font/structure-config-font.component';
145
- export { StructureConfigInputComponent as ɵbl } from './lib/shared/components/structure-config-input/structure-config-input.component';
146
- export { StructureConfigPaymentComponent as ɵbp } from './lib/shared/components/structure-config-payment/structure-config-payment.component';
147
- export { StructureConfigComponent as ɵbj } from './lib/shared/components/structure-config/structure-config.component';
148
- export { StructureSearchProductComponent as ɵbr } from './lib/shared/components/structure-search-product/structure-search-product.component';
149
- export { StructureSelectComponent as ɵbq } from './lib/shared/components/structure-select/structure-select.component';
150
- export { StructureToolsComponent as ɵbi } from './lib/shared/components/structure-tools/structure-tools.component';
130
+ export { SmallLoaderComponent as ɵbv } from './lib/shared/components/small-loader/small-loader.component';
131
+ export { StarComponent as ɵbw } from './lib/shared/components/star/star.component';
132
+ export { StructureAmplifySearchCategoryComponent as ɵbt } from './lib/shared/components/structure-amplify-search-category/structure-amplify-search-category.component';
133
+ export { StructureAmplifySearchProductComponent as ɵbs } from './lib/shared/components/structure-amplify-search-product/structure-amplify-search-product.component';
134
+ export { StructureConfigCheckboxComponent as ɵbl } from './lib/shared/components/structure-config-checkbox/structure-config-checkbox.component';
135
+ export { StructureConfigExtendedInputComponent as ɵbr } from './lib/shared/components/structure-config-extend-input/structure-config-extended-input.component';
136
+ export { StructureConfigFontComponent as ɵbm } from './lib/shared/components/structure-config-font/structure-config-font.component';
137
+ export { StructureConfigInputComponent as ɵbk } from './lib/shared/components/structure-config-input/structure-config-input.component';
138
+ export { StructureConfigPaymentComponent as ɵbo } from './lib/shared/components/structure-config-payment/structure-config-payment.component';
139
+ export { StructureConfigComponent as ɵbi } from './lib/shared/components/structure-config/structure-config.component';
140
+ export { StructureSearchProductComponent as ɵbq } from './lib/shared/components/structure-search-product/structure-search-product.component';
141
+ export { StructureSelectComponent as ɵbp } from './lib/shared/components/structure-select/structure-select.component';
142
+ export { StructureToolsComponent as ɵbh } from './lib/shared/components/structure-tools/structure-tools.component';
151
143
  export { AutofocusDirective as ɵbb } from './lib/shared/directives/auto-focus/auto-focus.directive';
152
144
  export { AutoHideDirective as ɵbc } from './lib/shared/directives/auto-hide/auto-hide.directive';
153
145
  export { GetSizeImageDirective as ɵbd } from './lib/shared/directives/get-size-image/get-size-image.directive';
154
146
  export { HoldableDirective as ɵbg } from './lib/shared/directives/holdable/holdable.directive';
155
147
  export { PicturesTemplateDirective as ɵbf } from './lib/shared/directives/pictures-template/pictures-template.directive';
156
148
  export { SharedDirectivesModule as ɵba } from './lib/shared/directives/shared-directives.module';
157
- export { ShowDeleteButtonDirective as ɵbh } from './lib/shared/directives/show-delete-button/show-delete-button.directive';
158
149
  export { AddZeroForTimerPipe as ɵs } from './lib/shared/pipes/add-zero-for-timer/add-zero-for-timer.pipe';
159
150
  export { AnswerTypePipe as ɵt } from './lib/shared/pipes/answer-type/answer-type.pipe';
160
151
  export { ArrayNumberPipe as ɵv } from './lib/shared/pipes/array-number/array-number.pipe';
@@ -167,116 +158,109 @@ export { SharedPipesModule as ɵp } from './lib/shared/pipes/shared-pipes.module
167
158
  export { StripTagsPipe as ɵy } from './lib/shared/pipes/strip-tags/strip-tags.pipe';
168
159
  export { TinyColorPipe as ɵu } from './lib/shared/pipes/tiny-color/tiny-color.pipe';
169
160
  export { SharedModule as ɵn } from './lib/shared/shared.module';
170
- export { AmplifyProductZoomMoreComponent as ɵip } from './lib/structures/amplify-product/zoom-more/amplify-product-zoom-more.component';
171
- export { AmplifyProductZoomSelectedComponent as ɵin } from './lib/structures/amplify-product/zoom-selected/amplify-product-zoom-selected.component';
172
- export { AmplifyProductZoomTripleColumnComponent as ɵil } from './lib/structures/amplify-product/zoom-triple-column/amplify-product-zoom-triple-column.component';
173
- export { AmplifyProductZoomComponent as ɵij } from './lib/structures/amplify-product/zoom/amplify-product-zoom.component';
174
- export { AmplifyProductsListClassicComponent as ɵih } from './lib/structures/amplify-products-list/classic/amplify-products-list-classic.component';
175
- export { AmplifyProductsListSelectedComponent as ɵif } from './lib/structures/amplify-products-list/selected/amplify-products-list-selected.component';
176
- export { AmplifyProductsListSimpleComponent as ɵid } from './lib/structures/amplify-products-list/simple/amplify-products-list-simple.component';
177
- export { CodeHtmlComponent as ɵco } from './lib/structures/code/code-html/code-html.component';
178
- export { CodeJavascriptComponent as ɵcq } from './lib/structures/code/code-javascript/code-javascript.component';
179
- export { CodeStylesheetComponent as ɵgv } from './lib/structures/code/code-stylesheet/code-stylesheet.component';
180
- export { FaqAccordionComponent as ɵjz } from './lib/structures/faq/accordion/faq-accordion.component';
181
- export { FaqFrameComponent as ɵjx } from './lib/structures/faq/frame/faq-frame.component';
182
- export { FaqListIconComponent as ɵkb } from './lib/structures/faq/list-icon/faq-list-icon.component';
183
- export { FaqSimpleBackgroundComponent as ɵjv } from './lib/structures/faq/simple-background/faq-simple-background.component';
184
- export { FaqSimpleComponent as ɵjt } from './lib/structures/faq/simple/faq-simple.component';
185
- export { FormsBackgroundComponent as ɵfk } from './lib/structures/forms/background/forms-background.component';
186
- export { FormsImageleftComponent as ɵfo } from './lib/structures/forms/imageleft/forms-imageleft.component';
187
- export { FormsImagerightComponent as ɵfq } from './lib/structures/forms/imageright/forms-imageright.component';
188
- export { FormsSimpleComponent as ɵfa } from './lib/structures/forms/simple/forms-simple.component';
189
- export { ImagesTextsBigLeftTextRightComponent as ɵea } from './lib/structures/images-texts/big-left-text-right/images-texts-big-left-text-right.component';
190
- export { ImagesTextsBigRightTextLeftComponent as ɵec } from './lib/structures/images-texts/big-right-text-left/images-texts-big-right-text-left.component';
191
- export { ImagesTextsLeftTextRightComponent as ɵee } from './lib/structures/images-texts/left-text-right/images-texts-left-text-right.component';
192
- export { ImagesTextsOneTextOneComponent as ɵei } from './lib/structures/images-texts/one-text-one/images-texts-one-text-one.component';
193
- export { ImagesTextsRightTextLeftComponent as ɵeg } from './lib/structures/images-texts/right-text-left/images-texts-right-text-left.component';
194
- export { ImagesTextsSmallLeftTextRightComponent as ɵek } from './lib/structures/images-texts/small-left-text-right/images-texts-small-left-text-right.component';
195
- export { ImagesTextsSmallRightTextLeftComponent as ɵem } from './lib/structures/images-texts/small-right-text-left/images-texts-small-right-text-left.component';
196
- export { ImagesTextsTextOneTextComponent as ɵeo } from './lib/structures/images-texts/text-one-text/images-texts-text-one-text.component';
197
- export { ImagesBannerComponent as ɵde } from './lib/structures/images/banner/images-banner.component';
198
- export { ImagesBigAndDoubleComponent as ɵdq } from './lib/structures/images/big-and-double/images-big-and-double.component';
199
- export { ImagesBigsAndDoubleMiddleComponent as ɵds } from './lib/structures/images/bigs-and-double-middle/images-bigs-and-double-middle.component';
200
- export { ImagesDoubleComponent as ɵdi } from './lib/structures/images/double/images-double.component';
201
- export { FourImagesTitleComponent as ɵkd } from './lib/structures/images/four-images-title/four-images-title.component';
202
- export { ImagesQuadrupleLeftOneRightComponent as ɵdo } from './lib/structures/images/quadruple-left-one-right/images-quadruple-left-one-right.component';
203
- export { ImagesQuadrupleComponent as ɵdm } from './lib/structures/images/quadruple/images-quadruple.component';
204
- export { ImagesSimpleComponent as ɵdg } from './lib/structures/images/simple/images-simple.component';
205
- export { ImagesTripleComponent as ɵdk } from './lib/structures/images/triple/images-triple.component';
206
- export { TwoImagesTitleTextComponent as ɵkg } from './lib/structures/images/two-images-title-text/two-images-title-text.component';
207
- export { LaunchVideosButtonComponent as ɵda } from './lib/structures/launch-videos/button/launch-videos-button.component';
208
- export { LaunchVideosButtontxtComponent as ɵdc } from './lib/structures/launch-videos/buttontxt/launch-videos-buttontxt.component';
209
- export { LoaderComponentModule as ɵks } from './lib/structures/loader-component.module';
210
- export { MapBackgroundFormLeftComponent as ɵhz } from './lib/structures/map/background-form-left/map-background-form-left.component';
211
- export { MapBackgroundFormRightComponent as ɵib } from './lib/structures/map/background-form-right/map-background-form-right.component';
212
- export { MapFullpageComponent as ɵhr } from './lib/structures/map/fullpage/map-fullpage.component';
213
- export { MapLeftTextComponent as ɵht } from './lib/structures/map/left-text/map-left-text.component';
214
- export { MapRightTextComponent as ɵhv } from './lib/structures/map/right-text/map-right-text.component';
215
- export { MapTextFormComponent as ɵhx } from './lib/structures/map/text-form/map-text-form.component';
216
- export { NewsletterAlignedCenterBackgroundComponent as ɵgp } from './lib/structures/newsletter/aligned-center-background/newsletter-aligned-center-background.component';
217
- export { NewsletterAlignedCenterImageComponent as ɵgn } from './lib/structures/newsletter/aligned-center-image/newsletter-aligned-center-image.component';
218
- export { NewsletterCenterImageComponent as ɵgr } from './lib/structures/newsletter/center-image/newsletter-center-image.component';
219
- export { FormsOnboardingComponent as ɵfs } from './lib/structures/onboarding/onboarding/forms-onboarding.component';
220
- export { ProductZoomCompleteBackgroundComponent as ɵjf } from './lib/structures/product/zoom-complete-background/product-zoom-complete-background.component';
221
- export { ProductZoomCompleteSliderComponent as ɵjb } from './lib/structures/product/zoom-complete-slider/product-zoom-complete-slider.component';
222
- export { ProductZoomCompleteComponent as ɵiz } from './lib/structures/product/zoom-complete/product-zoom-complete.component';
223
- export { ProductZoomMoreComponent as ɵix } from './lib/structures/product/zoom-more/product-zoom-more.component';
224
- export { ProductZoomSelectedComponent as ɵiv } from './lib/structures/product/zoom-selected/product-zoom-selected.component';
225
- export { ProductZoomSimpleComponent as ɵjd } from './lib/structures/product/zoom-simple/product-zoom-simple.component';
226
- export { ProductZoomTripleColumnComponent as ɵit } from './lib/structures/product/zoom-triple-column/product-zoom-triple-column.component';
227
- export { ProductZoomComponent as ɵir } from './lib/structures/product/zoom/product-zoom.component';
228
- export { ProductsListClassicComponent as ɵgc } from './lib/structures/products-list/classic/products-list-classic.component';
229
- export { ProductsListSelectedComponent as ɵgt } from './lib/structures/products-list/selected/products-list-selected.component';
230
- export { ProductsListSimpleComponent as ɵgf } from './lib/structures/products-list/simple/products-list-simple.component';
231
- export { QuotesAuthorComponent as ɵhl } from './lib/structures/quotes/author/quotes-author.component';
232
- export { QuotesSimpleBackgroundComponent as ɵhn } from './lib/structures/quotes/simple-background/quotes-simple-background.component';
233
- export { QuotesSimpleComponent as ɵhj } from './lib/structures/quotes/simple/quotes-simple.component';
234
- export { RassurancesQuadrupleAlignedComponent as ɵgj } from './lib/structures/rassurances/quadruple-aligned/rassurances-quadruple-aligned.component';
235
- export { RassurancesQuadrupleBackgroundComponent as ɵgl } from './lib/structures/rassurances/quadruple-background/rassurances-quadruple-background.component';
236
- export { RassurancesTripleBackgroundComponent as ɵgh } from './lib/structures/rassurances/triple-background/rassurances-triple-background.component';
237
- export { ReviewsSimpleComponent as ɵhh } from './lib/structures/reviews/simple/reviews-simple.component';
238
- export { ReviewsWaterfallComponent as ɵhp } from './lib/structures/reviews/waterfall/reviews-waterfall.component';
239
- export { SeparatorSimpleComponent as ɵcm } from './lib/structures/separator/separator-simple/separator-simple.component';
240
- export { SliderDoubleImagerightComponent as ɵck } from './lib/structures/sliders/double-imageright/slider-double-imageright.component';
241
- export { SliderFullpageComponent as ɵcd } from './lib/structures/sliders/fullpage/slider-fullpage.component';
242
- export { SliderImagerightComponent as ɵci } from './lib/structures/sliders/imageright/slider-imageright.component';
243
- export { SliderLeftnavComponent as ɵcg } from './lib/structures/sliders/leftnav/slider-leftnav.component';
244
- export { SliderWithBannerComponent as ɵkq } from './lib/structures/sliders/with-banner/slider-with-banner.component';
245
- export { SocialsLikeComponent as ɵfu } from './lib/structures/socials/like/socials-like.component';
246
- export { SocialsNetworkComponent as ɵga } from './lib/structures/socials/network/socials-network.component';
247
- export { SocialsPageComplexComponent as ɵfy } from './lib/structures/socials/page-complex/socials-page-complex.component';
248
- export { SocialsPageSimpleComponent as ɵfw } from './lib/structures/socials/page-simple/socials-page-simple.component';
249
- export { StructuresComponent as ɵce } from './lib/structures/structures.component';
250
- export { BlockComponentList as ɵcb, StructuresModule as ɵcc } from './lib/structures/structures.module';
251
- export { TextBackgroundsFourRowsIconTextComponent as ɵko } from './lib/structures/text-backgrounds/four-rows-icon-text/text-backgrounds-four-rows-icon-text.component';
252
- export { TextBackgroundsLinkComponent as ɵdu } from './lib/structures/text-backgrounds/link/text-backgrounds-link.component';
253
- export { TextBackgroundsSimpleComponent as ɵdw } from './lib/structures/text-backgrounds/simple/text-backgrounds-simple.component';
254
- export { TextBackgroundsThreeRowsIconTextComponent as ɵkm } from './lib/structures/text-backgrounds/three-rows-icon-text/text-backgrounds-three-rows-icon-text.component';
255
- export { TextBackgroundsTwoRowsIconTextComponent as ɵkk } from './lib/structures/text-backgrounds/two-rows-icon-text/text-backgrounds-two-rows-icon-text.component';
256
- export { TextBackgroundsWithBannerComponent as ɵki } from './lib/structures/text-backgrounds/with-banner/text-backgrounds-with-banner.component';
257
- export { TextBackgroundsWithTxtComponent as ɵdy } from './lib/structures/text-backgrounds/with-txt/text-backgrounds-with-txt.component';
258
- export { TextsDoubleBackgroundComponent as ɵes } from './lib/structures/texts/double-background/texts-double-background.component';
259
- export { TextsDoubleComponent as ɵfi } from './lib/structures/texts/double/texts-double.component';
260
- export { TextsOneBackgroundComponent as ɵeq } from './lib/structures/texts/one-background/texts-one-background.component';
261
- export { TextsOneComponent as ɵfg } from './lib/structures/texts/one/texts-one.component';
262
- export { TextsQuadrupleBackgroundComponent as ɵfc } from './lib/structures/texts/quadruple-background/texts-quadruple-background.component';
263
- export { TextsQuadrupleNumbersComponent as ɵey } from './lib/structures/texts/quadruple-numbers/texts-quadruple-numbers.component';
264
- export { TextsQuadrupleComponent as ɵew } from './lib/structures/texts/quadruple/texts-quadruple.component';
265
- export { TextsTripleBackgroundComponent as ɵeu } from './lib/structures/texts/triple-background/texts-triple-background.component';
266
- export { TextsTripleComponent as ɵfe } from './lib/structures/texts/triple/texts-triple.component';
267
- export { TimerAirportComponent as ɵjn } from './lib/structures/timer/airport/timer-airport.component';
268
- export { TimerBackgroundComponent as ɵjj } from './lib/structures/timer/background/timer-background.component';
269
- export { TimerClockComponent as ɵjl } from './lib/structures/timer/clock/timer-clock.component';
270
- export { TimerMultipleImgComponent as ɵjp } from './lib/structures/timer/multiple-img/timer-multiple-img.component';
271
- export { TimerSimpleComponent as ɵjh } from './lib/structures/timer/simple/timer-simple.component';
272
- export { VideosSimpleComponent as ɵcs } from './lib/structures/videos/simple/videos-simple.component';
273
- export { VideosTxtContentComponent as ɵcy } from './lib/structures/videos/txt-content/videos-txt-content.component';
274
- export { VideosTxtLeftComponent as ɵfm } from './lib/structures/videos/txt-left/videos-txt-left.component';
275
- export { VideosTxtComponent as ɵcw } from './lib/structures/videos/txt/videos-txt.component';
276
- export { AboutBlockComponent as ɵjr } from './lib/structures/witness/about-block/about-block.component';
277
- export { WitnessBackgroundDoubleComponent as ɵhf } from './lib/structures/witness/background-double/witness-background-double.component';
278
- export { WitnessBackgroundOneComponent as ɵhd } from './lib/structures/witness/background-one/witness-background-one.component';
279
- export { WitnessQuadrupleComponent as ɵhb } from './lib/structures/witness/quadruple/witness-quadruple.component';
280
- export { WitnessTripleComponent as ɵgz } from './lib/structures/witness/triple/witness-triple.component';
281
- export { WitnessTwiceComponent as ɵgx } from './lib/structures/witness/twice/witness-twice.component';
161
+ export { AmplifyProductZoomMoreComponent as ɵio } from './lib/structures/amplify-product/zoom-more/amplify-product-zoom-more.component';
162
+ export { AmplifyProductZoomSelectedComponent as ɵim } from './lib/structures/amplify-product/zoom-selected/amplify-product-zoom-selected.component';
163
+ export { AmplifyProductZoomTripleColumnComponent as ɵik } from './lib/structures/amplify-product/zoom-triple-column/amplify-product-zoom-triple-column.component';
164
+ export { AmplifyProductZoomComponent as ɵii } from './lib/structures/amplify-product/zoom/amplify-product-zoom.component';
165
+ export { AmplifyProductsListClassicComponent as ɵig } from './lib/structures/amplify-products-list/classic/amplify-products-list-classic.component';
166
+ export { AmplifyProductsListSelectedComponent as ɵie } from './lib/structures/amplify-products-list/selected/amplify-products-list-selected.component';
167
+ export { AmplifyProductsListSimpleComponent as ɵic } from './lib/structures/amplify-products-list/simple/amplify-products-list-simple.component';
168
+ export { CodeHtmlComponent as ɵcn } from './lib/structures/code/code-html/code-html.component';
169
+ export { CodeJavascriptComponent as ɵcp } from './lib/structures/code/code-javascript/code-javascript.component';
170
+ export { CodeStylesheetComponent as ɵgu } from './lib/structures/code/code-stylesheet/code-stylesheet.component';
171
+ export { FaqAccordionComponent as ɵjy } from './lib/structures/faq/accordion/faq-accordion.component';
172
+ export { FaqFrameComponent as ɵjw } from './lib/structures/faq/frame/faq-frame.component';
173
+ export { FaqListIconComponent as ɵka } from './lib/structures/faq/list-icon/faq-list-icon.component';
174
+ export { FaqSimpleBackgroundComponent as ɵju } from './lib/structures/faq/simple-background/faq-simple-background.component';
175
+ export { FaqSimpleComponent as ɵjs } from './lib/structures/faq/simple/faq-simple.component';
176
+ export { FormsBackgroundComponent as ɵfj } from './lib/structures/forms/background/forms-background.component';
177
+ export { FormsImageleftComponent as ɵfn } from './lib/structures/forms/imageleft/forms-imageleft.component';
178
+ export { FormsImagerightComponent as ɵfp } from './lib/structures/forms/imageright/forms-imageright.component';
179
+ export { FormsSimpleComponent as ɵez } from './lib/structures/forms/simple/forms-simple.component';
180
+ export { ImagesTextsBigLeftTextRightComponent as ɵdz } from './lib/structures/images-texts/big-left-text-right/images-texts-big-left-text-right.component';
181
+ export { ImagesTextsBigRightTextLeftComponent as ɵeb } from './lib/structures/images-texts/big-right-text-left/images-texts-big-right-text-left.component';
182
+ export { ImagesTextsLeftTextRightComponent as ɵed } from './lib/structures/images-texts/left-text-right/images-texts-left-text-right.component';
183
+ export { ImagesTextsOneTextOneComponent as ɵeh } from './lib/structures/images-texts/one-text-one/images-texts-one-text-one.component';
184
+ export { ImagesTextsRightTextLeftComponent as ɵef } from './lib/structures/images-texts/right-text-left/images-texts-right-text-left.component';
185
+ export { ImagesTextsSmallLeftTextRightComponent as ɵej } from './lib/structures/images-texts/small-left-text-right/images-texts-small-left-text-right.component';
186
+ export { ImagesTextsSmallRightTextLeftComponent as ɵel } from './lib/structures/images-texts/small-right-text-left/images-texts-small-right-text-left.component';
187
+ export { ImagesTextsTextOneTextComponent as ɵen } from './lib/structures/images-texts/text-one-text/images-texts-text-one-text.component';
188
+ export { ImagesBannerComponent as ɵdd } from './lib/structures/images/banner/images-banner.component';
189
+ export { ImagesBigAndDoubleComponent as ɵdp } from './lib/structures/images/big-and-double/images-big-and-double.component';
190
+ export { ImagesBigsAndDoubleMiddleComponent as ɵdr } from './lib/structures/images/bigs-and-double-middle/images-bigs-and-double-middle.component';
191
+ export { ImagesDoubleComponent as ɵdh } from './lib/structures/images/double/images-double.component';
192
+ export { ImagesQuadrupleLeftOneRightComponent as ɵdn } from './lib/structures/images/quadruple-left-one-right/images-quadruple-left-one-right.component';
193
+ export { ImagesQuadrupleComponent as ɵdl } from './lib/structures/images/quadruple/images-quadruple.component';
194
+ export { ImagesSimpleComponent as ɵdf } from './lib/structures/images/simple/images-simple.component';
195
+ export { ImagesTripleComponent as ɵdj } from './lib/structures/images/triple/images-triple.component';
196
+ export { LaunchVideosButtonComponent as ɵcz } from './lib/structures/launch-videos/button/launch-videos-button.component';
197
+ export { LaunchVideosButtontxtComponent as ɵdb } from './lib/structures/launch-videos/buttontxt/launch-videos-buttontxt.component';
198
+ export { LoaderComponentModule as ɵkc } from './lib/structures/loader-component.module';
199
+ export { MapBackgroundFormLeftComponent as ɵhy } from './lib/structures/map/background-form-left/map-background-form-left.component';
200
+ export { MapBackgroundFormRightComponent as ɵia } from './lib/structures/map/background-form-right/map-background-form-right.component';
201
+ export { MapFullpageComponent as ɵhq } from './lib/structures/map/fullpage/map-fullpage.component';
202
+ export { MapLeftTextComponent as ɵhs } from './lib/structures/map/left-text/map-left-text.component';
203
+ export { MapRightTextComponent as ɵhu } from './lib/structures/map/right-text/map-right-text.component';
204
+ export { MapTextFormComponent as ɵhw } from './lib/structures/map/text-form/map-text-form.component';
205
+ export { NewsletterAlignedCenterBackgroundComponent as ɵgo } from './lib/structures/newsletter/aligned-center-background/newsletter-aligned-center-background.component';
206
+ export { NewsletterAlignedCenterImageComponent as ɵgm } from './lib/structures/newsletter/aligned-center-image/newsletter-aligned-center-image.component';
207
+ export { NewsletterCenterImageComponent as ɵgq } from './lib/structures/newsletter/center-image/newsletter-center-image.component';
208
+ export { FormsOnboardingComponent as ɵfr } from './lib/structures/onboarding/onboarding/forms-onboarding.component';
209
+ export { ProductZoomCompleteBackgroundComponent as ɵje } from './lib/structures/product/zoom-complete-background/product-zoom-complete-background.component';
210
+ export { ProductZoomCompleteSliderComponent as ɵja } from './lib/structures/product/zoom-complete-slider/product-zoom-complete-slider.component';
211
+ export { ProductZoomCompleteComponent as ɵiy } from './lib/structures/product/zoom-complete/product-zoom-complete.component';
212
+ export { ProductZoomMoreComponent as ɵiw } from './lib/structures/product/zoom-more/product-zoom-more.component';
213
+ export { ProductZoomSelectedComponent as ɵiu } from './lib/structures/product/zoom-selected/product-zoom-selected.component';
214
+ export { ProductZoomSimpleComponent as ɵjc } from './lib/structures/product/zoom-simple/product-zoom-simple.component';
215
+ export { ProductZoomTripleColumnComponent as ɵis } from './lib/structures/product/zoom-triple-column/product-zoom-triple-column.component';
216
+ export { ProductZoomComponent as ɵiq } from './lib/structures/product/zoom/product-zoom.component';
217
+ export { ProductsListClassicComponent as ɵgb } from './lib/structures/products-list/classic/products-list-classic.component';
218
+ export { ProductsListSelectedComponent as ɵgs } from './lib/structures/products-list/selected/products-list-selected.component';
219
+ export { ProductsListSimpleComponent as ɵge } from './lib/structures/products-list/simple/products-list-simple.component';
220
+ export { QuotesAuthorComponent as ɵhk } from './lib/structures/quotes/author/quotes-author.component';
221
+ export { QuotesSimpleBackgroundComponent as ɵhm } from './lib/structures/quotes/simple-background/quotes-simple-background.component';
222
+ export { QuotesSimpleComponent as ɵhi } from './lib/structures/quotes/simple/quotes-simple.component';
223
+ export { RassurancesQuadrupleAlignedComponent as ɵgi } from './lib/structures/rassurances/quadruple-aligned/rassurances-quadruple-aligned.component';
224
+ export { RassurancesQuadrupleBackgroundComponent as ɵgk } from './lib/structures/rassurances/quadruple-background/rassurances-quadruple-background.component';
225
+ export { RassurancesTripleBackgroundComponent as ɵgg } from './lib/structures/rassurances/triple-background/rassurances-triple-background.component';
226
+ export { ReviewsSimpleComponent as ɵhg } from './lib/structures/reviews/simple/reviews-simple.component';
227
+ export { ReviewsWaterfallComponent as ɵho } from './lib/structures/reviews/waterfall/reviews-waterfall.component';
228
+ export { SeparatorSimpleComponent as ɵcl } from './lib/structures/separator/separator-simple/separator-simple.component';
229
+ export { SliderDoubleImagerightComponent as ɵcj } from './lib/structures/sliders/double-imageright/slider-double-imageright.component';
230
+ export { SliderFullpageComponent as ɵcc } from './lib/structures/sliders/fullpage/slider-fullpage.component';
231
+ export { SliderImagerightComponent as ɵch } from './lib/structures/sliders/imageright/slider-imageright.component';
232
+ export { SliderLeftnavComponent as ɵcf } from './lib/structures/sliders/leftnav/slider-leftnav.component';
233
+ export { SocialsLikeComponent as ɵft } from './lib/structures/socials/like/socials-like.component';
234
+ export { SocialsNetworkComponent as ɵfz } from './lib/structures/socials/network/socials-network.component';
235
+ export { SocialsPageComplexComponent as ɵfx } from './lib/structures/socials/page-complex/socials-page-complex.component';
236
+ export { SocialsPageSimpleComponent as ɵfv } from './lib/structures/socials/page-simple/socials-page-simple.component';
237
+ export { StructuresComponent as ɵcd } from './lib/structures/structures.component';
238
+ export { BlockComponentList as ɵca, StructuresModule as ɵcb } from './lib/structures/structures.module';
239
+ export { TextBackgroundsLinkComponent as ɵdt } from './lib/structures/text-backgrounds/link/text-backgrounds-link.component';
240
+ export { TextBackgroundsSimpleComponent as ɵdv } from './lib/structures/text-backgrounds/simple/text-backgrounds-simple.component';
241
+ export { TextBackgroundsWithTxtComponent as ɵdx } from './lib/structures/text-backgrounds/with-txt/text-backgrounds-with-txt.component';
242
+ export { TextsDoubleBackgroundComponent as ɵer } from './lib/structures/texts/double-background/texts-double-background.component';
243
+ export { TextsDoubleComponent as ɵfh } from './lib/structures/texts/double/texts-double.component';
244
+ export { TextsOneBackgroundComponent as ɵep } from './lib/structures/texts/one-background/texts-one-background.component';
245
+ export { TextsOneComponent as ɵff } from './lib/structures/texts/one/texts-one.component';
246
+ export { TextsQuadrupleBackgroundComponent as ɵfb } from './lib/structures/texts/quadruple-background/texts-quadruple-background.component';
247
+ export { TextsQuadrupleNumbersComponent as ɵex } from './lib/structures/texts/quadruple-numbers/texts-quadruple-numbers.component';
248
+ export { TextsQuadrupleComponent as ɵev } from './lib/structures/texts/quadruple/texts-quadruple.component';
249
+ export { TextsTripleBackgroundComponent as ɵet } from './lib/structures/texts/triple-background/texts-triple-background.component';
250
+ export { TextsTripleComponent as ɵfd } from './lib/structures/texts/triple/texts-triple.component';
251
+ export { TimerAirportComponent as ɵjm } from './lib/structures/timer/airport/timer-airport.component';
252
+ export { TimerBackgroundComponent as ɵji } from './lib/structures/timer/background/timer-background.component';
253
+ export { TimerClockComponent as ɵjk } from './lib/structures/timer/clock/timer-clock.component';
254
+ export { TimerMultipleImgComponent as ɵjo } from './lib/structures/timer/multiple-img/timer-multiple-img.component';
255
+ export { TimerSimpleComponent as ɵjg } from './lib/structures/timer/simple/timer-simple.component';
256
+ export { VideosSimpleComponent as ɵcr } from './lib/structures/videos/simple/videos-simple.component';
257
+ export { VideosTxtContentComponent as ɵcx } from './lib/structures/videos/txt-content/videos-txt-content.component';
258
+ export { VideosTxtLeftComponent as ɵfl } from './lib/structures/videos/txt-left/videos-txt-left.component';
259
+ export { VideosTxtComponent as ɵcv } from './lib/structures/videos/txt/videos-txt.component';
260
+ export { AboutBlockComponent as ɵjq } from './lib/structures/witness/about-block/about-block.component';
261
+ export { WitnessBackgroundDoubleComponent as ɵhe } from './lib/structures/witness/background-double/witness-background-double.component';
262
+ export { WitnessBackgroundOneComponent as ɵhc } from './lib/structures/witness/background-one/witness-background-one.component';
263
+ export { WitnessQuadrupleComponent as ɵha } from './lib/structures/witness/quadruple/witness-quadruple.component';
264
+ export { WitnessTripleComponent as ɵgy } from './lib/structures/witness/triple/witness-triple.component';
265
+ export { WitnessTwiceComponent as ɵgw } from './lib/structures/witness/twice/witness-twice.component';
282
266
  export { MyMissingTranslationHandler as ɵb } from './lib/wizi-block.module';