@wizishop/wizi-block 3.3.52 → 3.3.55-beta

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 (83) hide show
  1. package/assets/i18n/en.json +1 -1
  2. package/assets/i18n/fr.json +1 -1
  3. package/assets/images/icons/Icon_AvisClient.svg +27 -48
  4. package/assets/images/icons/Icon_Citation.svg +9 -34
  5. package/assets/images/icons/Icon_Diaporama.svg +63 -33
  6. package/assets/images/icons/Icon_Faq.svg +20 -1
  7. package/assets/images/icons/Icon_Formulaire.svg +24 -44
  8. package/assets/images/icons/Icon_Html.svg +16 -37
  9. package/assets/images/icons/Icon_ImgAvecTexte.svg +36 -67
  10. package/assets/images/icons/Icon_LancerVideo.svg +23 -30
  11. package/assets/images/icons/Icon_ListProd.svg +31 -46
  12. package/assets/images/icons/Icon_Map.svg +67 -38
  13. package/assets/images/icons/Icon_Newsletter.svg +26 -37
  14. package/assets/images/icons/Icon_PlusieursImg.svg +44 -150
  15. package/assets/images/icons/Icon_PlusieursTxt.svg +48 -77
  16. package/assets/images/icons/Icon_Rassurances.svg +28 -59
  17. package/assets/images/icons/Icon_ReseauxSociaux.svg +35 -96
  18. package/assets/images/icons/Icon_Separateur.svg +9 -45
  19. package/assets/images/icons/Icon_Temoignage.svg +14 -35
  20. package/assets/images/icons/Icon_Timer.svg +55 -57
  21. package/assets/images/icons/Icon_TxtDansImage.svg +37 -27
  22. package/assets/images/icons/Icon_VideoDeFond.svg +14 -50
  23. package/assets/images/icons/Icon_ZoomProd.svg +32 -41
  24. package/bundles/wizishop-wizi-block.umd.js +185 -75
  25. package/bundles/wizishop-wizi-block.umd.js.map +1 -1
  26. package/bundles/wizishop-wizi-block.umd.min.js +1 -1
  27. package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
  28. package/esm2015/lib/components/blocks/blocks.component.js +10 -3
  29. package/esm2015/lib/components/configs/configs.component.js +16 -2
  30. package/esm2015/lib/dtos/configs/apis/api.dto.js +2 -1
  31. package/esm2015/lib/dtos/forms/forms.dto.js +6 -3
  32. package/esm2015/lib/services/blocks/images/images-banner.service.js +2 -2
  33. package/esm2015/lib/services/blocks/images/images-simple.service.js +2 -2
  34. package/esm2015/lib/services/blocks/launch-videos/launch-videos-button.service.js +2 -2
  35. package/esm2015/lib/services/blocks/launch-videos/launch-videos-buttontxt.service.js +2 -2
  36. package/esm2015/lib/services/blocks/sliders/sliders-double-imageright.service.js +2 -2
  37. package/esm2015/lib/services/blocks/sliders/sliders-fullpage.service.js +2 -2
  38. package/esm2015/lib/services/blocks/sliders/sliders-imageright.service.js +2 -2
  39. package/esm2015/lib/services/blocks/sliders/sliders-with-banner.service.js +2 -2
  40. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-simple.service.js +2 -2
  41. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.js +2 -2
  42. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service.js +2 -2
  43. package/esm2015/lib/services/blocks/videos/videos-simple.service.js +5 -5
  44. package/esm2015/lib/services/blocks/videos/videos-txt-content.service.js +5 -5
  45. package/esm2015/lib/services/blocks/videos/videos-txt-left.service.js +5 -5
  46. package/esm2015/lib/services/blocks/videos/videos-txt.service.js +5 -5
  47. package/esm2015/lib/services/utils/api.service.js +4 -1
  48. package/esm2015/lib/services/utils/external-config.service.js +4 -1
  49. package/esm2015/lib/shared/components/structure-config/structure-config.component.js +8 -4
  50. package/esm2015/lib/shared/components/structure-tools/structure-tools.component.js +14 -4
  51. package/esm2015/lib/structures/images/double/images-double.component.js +2 -2
  52. package/esm2015/lib/structures/images/four-images-title/four-images-title.component.js +2 -2
  53. package/esm2015/lib/structures/images/two-images-title-text/two-images-title-text.component.js +2 -2
  54. package/esm2015/lib/structures/product/zoom/product-zoom.component.js +4 -2
  55. package/esm2015/lib/structures/product/zoom-complete/product-zoom-complete.component.js +4 -1
  56. package/esm2015/lib/structures/product/zoom-complete-background/product-zoom-complete-background.component.js +4 -1
  57. package/esm2015/lib/structures/product/zoom-complete-slider/product-zoom-complete-slider.component.js +4 -1
  58. package/esm2015/lib/structures/product/zoom-more/product-zoom-more.component.js +4 -1
  59. package/esm2015/lib/structures/product/zoom-selected/product-zoom-selected.component.js +4 -1
  60. package/esm2015/lib/structures/product/zoom-simple/product-zoom-simple.component.js +4 -1
  61. package/esm2015/lib/structures/product/zoom-triple-column/product-zoom-triple-column.component.js +4 -1
  62. package/esm2015/lib/structures/products-list/classic/products-list-classic.component.js +18 -10
  63. package/esm2015/lib/structures/products-list/selected/products-list-selected.component.js +18 -10
  64. package/esm2015/lib/structures/products-list/simple/products-list-simple.component.js +18 -10
  65. package/esm2015/lib/structures/text-backgrounds/link/text-backgrounds-link.component.js +2 -2
  66. package/esm2015/lib/wizi-block.component.js +6 -2
  67. package/fesm2015/wizishop-wizi-block.js +166 -70
  68. package/fesm2015/wizishop-wizi-block.js.map +1 -1
  69. package/lib/components/blocks/blocks.component.d.ts +4 -0
  70. package/lib/components/configs/configs.component.d.ts +1 -0
  71. package/lib/dtos/configs/apis/api.dto.d.ts +1 -0
  72. package/lib/dtos/forms/forms.dto.d.ts +3 -1
  73. package/lib/services/utils/api.service.d.ts +1 -0
  74. package/lib/services/utils/external-config.service.d.ts +1 -0
  75. package/lib/shared/components/structure-config/structure-config.component.d.ts +2 -0
  76. package/lib/shared/components/structure-tools/structure-tools.component.d.ts +4 -1
  77. package/lib/structures/products-list/classic/products-list-classic.component.d.ts +1 -0
  78. package/lib/structures/products-list/selected/products-list-selected.component.d.ts +1 -0
  79. package/lib/structures/products-list/simple/products-list-simple.component.d.ts +1 -0
  80. package/lib/wizi-block.component.d.ts +1 -0
  81. package/package.json +1 -1
  82. package/wizi-block.scss +7517 -7258
  83. package/wizishop-wizi-block.metadata.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.