imio.smartweb.core 1.2.47__tar.gz → 1.2.49__tar.gz

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 (763) hide show
  1. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/CHANGES.rst +29 -0
  2. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/PKG-INFO +30 -1
  3. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/setup.py +1 -1
  4. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/base.py +8 -6
  5. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +2 -2
  6. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/events/endpoint.py +2 -2
  7. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/news/endpoint.py +2 -2
  8. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/events/view.py +2 -1
  9. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/news/view.py +2 -1
  10. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/text/views.py +2 -0
  11. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/views.py +2 -0
  12. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_rest_events.json +4 -1
  13. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_rest.py +20 -17
  14. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_section_events.py +9 -8
  15. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_section_news.py +6 -6
  16. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_vocabularies.py +2 -2
  17. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/utils.py +1 -1
  18. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/footer.pt +5 -0
  19. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/footer.py +5 -0
  20. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/vocabularies.py +2 -2
  21. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -0
  22. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +1 -1
  23. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +1 -0
  24. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +1 -0
  25. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +2 -0
  26. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +5 -0
  27. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +2 -0
  28. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -0
  29. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js +1 -1
  30. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js.LICENSE.txt +3 -3
  31. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -0
  32. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -0
  33. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
  34. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/package.json +1 -0
  35. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +270 -0
  36. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +14 -22
  37. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +24 -20
  38. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +6 -4
  39. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +7 -2
  40. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +323 -0
  41. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +1 -1
  42. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +584 -0
  43. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +13 -4
  44. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +285 -0
  45. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +79 -29
  46. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +373 -0
  47. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +136 -0
  48. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +104 -0
  49. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +42 -0
  50. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +227 -0
  51. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +94 -0
  52. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +58 -0
  53. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +149 -0
  54. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +70 -0
  55. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +232 -0
  56. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +215 -0
  57. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +29 -9
  58. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +34 -31
  59. imio.smartweb.core-1.2.49/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +278 -0
  60. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +13 -8
  61. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +23 -12
  62. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +23 -12
  63. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +5 -5
  64. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +23 -12
  65. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +4 -4
  66. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +13 -4
  67. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/index.jsx +3 -3
  68. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/index.scss +25 -68
  69. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +20 -11
  70. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +30 -0
  71. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio.smartweb.core.egg-info/PKG-INFO +30 -1
  72. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio.smartweb.core.egg-info/SOURCES.txt +8 -2
  73. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -1
  74. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/css/686.smartweb-webcomponents-compiled.css +0 -1
  75. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -1
  76. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -2
  77. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -2
  78. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -1
  79. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/686.smartweb-webcomponents-compiled.js +0 -1
  80. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -1
  81. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -232
  82. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -210
  83. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -393
  84. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -239
  85. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -206
  86. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -129
  87. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -56
  88. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -175
  89. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -172
  90. imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -258
  91. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/CONTRIBUTORS.rst +0 -0
  92. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/DEVELOP.rst +0 -0
  93. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/LICENSE.GPL +0 -0
  94. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/LICENSE.rst +0 -0
  95. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/MANIFEST.in +0 -0
  96. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/README.rst +0 -0
  97. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/docs/conf.py +0 -0
  98. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/docs/index.rst +0 -0
  99. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/requirements.txt +0 -0
  100. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/setup.cfg +0 -0
  101. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/__init__.py +0 -0
  102. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/__init__.py +0 -0
  103. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/__init__.py +0 -0
  104. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
  105. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/behaviors/categorization.py +0 -0
  106. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
  107. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/behaviors/listing.py +0 -0
  108. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
  109. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
  110. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
  111. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
  112. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/__init__.py +0 -0
  113. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
  114. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
  115. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
  116. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/configure.zcml +0 -0
  117. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
  118. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
  119. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
  120. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
  121. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
  122. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
  123. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
  124. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
  125. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
  126. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
  127. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
  128. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
  129. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
  130. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
  131. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
  132. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
  133. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
  134. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
  135. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
  136. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
  137. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/forms.py +0 -0
  138. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
  139. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
  140. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
  141. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/icons.py +0 -0
  142. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
  143. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
  144. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
  145. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
  146. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/layout.py +0 -0
  147. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
  148. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
  149. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
  150. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
  151. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
  152. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
  153. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
  154. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
  155. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
  156. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/search/search.pt +0 -0
  157. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/search/search.py +0 -0
  158. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/sitemap.py +0 -0
  159. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
  160. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/Makefile +0 -0
  161. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
  162. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
  163. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
  164. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
  165. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
  166. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
  167. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
  168. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
  169. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
  170. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
  171. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
  172. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
  173. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
  174. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
  175. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
  176. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
  177. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
  178. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
  179. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
  180. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
  181. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
  182. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
  183. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
  184. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
  185. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
  186. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
  187. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
  188. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
  189. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
  190. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
  191. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
  192. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
  193. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
  194. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
  195. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
  196. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
  197. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
  198. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
  199. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
  200. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
  201. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
  202. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
  203. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
  204. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
  205. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
  206. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
  207. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
  208. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
  209. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
  210. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/package.json +0 -0
  211. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
  212. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
  213. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
  214. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
  215. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
  216. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
  217. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
  218. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
  219. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
  220. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
  221. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
  222. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
  223. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
  224. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
  225. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
  226. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
  227. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
  228. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
  229. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/utils.py +0 -0
  230. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
  231. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/config.py +0 -0
  232. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/configure.zcml +0 -0
  233. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/__init__.py +0 -0
  234. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
  235. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
  236. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
  237. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
  238. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
  239. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
  240. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
  241. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
  242. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/configure.zcml +0 -0
  243. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/cropping.py +0 -0
  244. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
  245. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
  246. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
  247. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/folder/content.py +0 -0
  248. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
  249. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
  250. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
  251. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/folder/views.py +0 -0
  252. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
  253. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
  254. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
  255. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
  256. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
  257. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
  258. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
  259. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
  260. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
  261. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
  262. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
  263. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
  264. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
  265. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
  266. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
  267. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
  268. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
  269. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
  270. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
  271. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
  272. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
  273. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
  274. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
  275. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
  276. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
  277. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
  278. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
  279. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
  280. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
  281. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/pages/views.py +0 -0
  282. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
  283. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
  284. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
  285. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
  286. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
  287. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
  288. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
  289. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
  290. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
  291. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
  292. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
  293. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
  294. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
  295. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
  296. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
  297. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
  298. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
  299. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
  300. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
  301. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
  302. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
  303. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
  304. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/rest/view.py +0 -0
  305. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
  306. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/base.py +0 -0
  307. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
  308. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
  309. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
  310. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
  311. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
  312. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
  313. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
  314. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
  315. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
  316. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
  317. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
  318. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
  319. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
  320. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
  321. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
  322. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
  323. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
  324. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
  325. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
  326. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
  327. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
  328. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
  329. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
  330. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
  331. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
  332. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
  333. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
  334. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
  335. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
  336. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
  337. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
  338. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
  339. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
  340. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
  341. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
  342. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
  343. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
  344. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
  345. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
  346. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
  347. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
  348. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
  349. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
  350. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
  351. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
  352. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
  353. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
  354. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
  355. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
  356. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
  357. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
  358. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
  359. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
  360. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
  361. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
  362. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
  363. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
  364. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
  365. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
  366. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
  367. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
  368. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
  369. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
  370. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
  371. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
  372. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
  373. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
  374. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
  375. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
  376. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
  377. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
  378. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
  379. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
  380. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
  381. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
  382. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
  383. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
  384. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
  385. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
  386. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
  387. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
  388. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
  389. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
  390. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/faceted/__init__.py +0 -0
  391. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
  392. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
  393. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/faceted/layout.py +0 -0
  394. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/faceted/menu.py +0 -0
  395. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/indexers.py +0 -0
  396. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/indexers.zcml +0 -0
  397. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/interfaces.py +0 -0
  398. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/permissions.zcml +0 -0
  399. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
  400. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
  401. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
  402. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
  403. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
  404. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/metadata.xml +0 -0
  405. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
  406. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
  407. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
  408. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
  409. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
  410. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
  411. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
  412. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
  413. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
  414. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
  415. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
  416. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
  417. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
  418. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
  419. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
  420. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
  421. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
  422. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
  423. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
  424. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
  425. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
  426. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
  427. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
  428. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
  429. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
  430. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
  431. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
  432. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
  433. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
  434. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
  435. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
  436. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
  437. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
  438. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
  439. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
  440. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
  441. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
  442. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
  443. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
  444. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
  445. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
  446. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
  447. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
  448. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
  449. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
  450. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
  451. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
  452. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
  453. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
  454. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
  455. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
  456. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
  457. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
  458. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
  459. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
  460. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
  461. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/profiles.zcml +0 -0
  462. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/rest/__init__.py +0 -0
  463. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
  464. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/rest/configure.zcml +0 -0
  465. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/setuphandlers.py +0 -0
  466. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/subscribers.py +0 -0
  467. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/subscribers.zcml +0 -0
  468. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/testing.py +0 -0
  469. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/testing.zcml +0 -0
  470. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/__init__.py +0 -0
  471. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
  472. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
  473. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
  474. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
  475. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
  476. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
  477. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
  478. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
  479. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
  480. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
  481. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
  482. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
  483. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
  484. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
  485. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
  486. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
  487. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
  488. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
  489. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
  490. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
  491. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
  492. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
  493. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
  494. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
  495. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
  496. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
  497. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
  498. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
  499. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
  500. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
  501. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
  502. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
  503. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
  504. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_banner.py +0 -0
  505. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
  506. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_categories.py +0 -0
  507. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
  508. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
  509. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
  510. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
  511. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
  512. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_folder.py +0 -0
  513. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_footer.py +0 -0
  514. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
  515. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +0 -0
  516. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_icons.py +0 -0
  517. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
  518. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
  519. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
  520. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_logo.py +0 -0
  521. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
  522. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
  523. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_page.py +0 -0
  524. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
  525. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
  526. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
  527. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
  528. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_robot.py +0 -0
  529. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_search.py +0 -0
  530. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
  531. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
  532. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
  533. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_sections.py +0 -0
  534. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_setup.py +0 -0
  535. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
  536. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_social.py +0 -0
  537. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
  538. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_text.py +0 -0
  539. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
  540. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/test_utils.py +0 -0
  541. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/tests/utils.py +0 -0
  542. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
  543. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/configure.zcml +0 -0
  544. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
  545. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
  546. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
  547. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
  548. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
  549. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
  550. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
  551. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
  552. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
  553. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
  554. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
  555. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
  556. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
  557. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
  558. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
  559. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
  560. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
  561. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
  562. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
  563. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
  564. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
  565. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
  566. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
  567. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
  568. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
  569. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
  570. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
  571. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
  572. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
  573. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
  574. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
  575. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
  576. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
  577. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
  578. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
  579. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
  580. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
  581. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
  582. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
  583. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
  584. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
  585. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
  586. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
  587. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
  588. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
  589. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
  590. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
  591. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
  592. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
  593. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
  594. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
  595. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
  596. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
  597. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
  598. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
  599. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
  600. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
  601. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
  602. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
  603. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
  604. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
  605. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
  606. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
  607. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
  608. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
  609. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
  610. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
  611. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
  612. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
  613. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
  614. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
  615. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
  616. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
  617. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
  618. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
  619. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
  620. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
  621. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
  622. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
  623. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
  624. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
  625. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
  626. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
  627. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
  628. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
  629. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
  630. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
  631. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
  632. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
  633. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
  634. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
  635. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
  636. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
  637. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
  638. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
  639. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
  640. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
  641. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
  642. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
  643. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
  644. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
  645. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
  646. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
  647. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
  648. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
  649. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
  650. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
  651. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
  652. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
  653. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
  654. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
  655. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
  656. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
  657. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +0 -0
  658. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +0 -0
  659. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +0 -0
  660. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +0 -0
  661. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
  662. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
  663. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/actions.py +0 -0
  664. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
  665. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
  666. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/banner.py +0 -0
  667. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/category.pt +0 -0
  668. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/category.py +0 -0
  669. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
  670. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
  671. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
  672. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
  673. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
  674. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/header.py +0 -0
  675. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
  676. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
  677. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
  678. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
  679. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
  680. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
  681. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
  682. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
  683. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
  684. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
  685. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
  686. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/logo.py +0 -0
  687. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/menu.py +0 -0
  688. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/messages.py +0 -0
  689. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
  690. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
  691. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
  692. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
  693. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
  694. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
  695. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
  696. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
  697. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
  698. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
  699. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
  700. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/social.py +0 -0
  701. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
  702. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
  703. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
  704. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
  705. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
  706. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/vocabularies.zcml +0 -0
  707. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
  708. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
  709. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
  710. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
  711. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/README.md +0 -0
  712. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
  713. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
  714. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
  715. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
  716. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
  717. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
  718. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
  719. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
  720. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
  721. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
  722. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
  723. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
  724. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
  725. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  726. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +0 -0
  727. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  728. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
  729. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  730. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
  731. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  732. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +0 -0
  733. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  734. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
  735. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
  736. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
  737. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
  738. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
  739. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
  740. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
  741. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
  742. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
  743. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
  744. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
  745. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
  746. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
  747. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -0
  748. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
  749. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
  750. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
  751. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
  752. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
  753. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
  754. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
  755. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
  756. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
  757. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
  758. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
  759. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
  760. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
  761. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
  762. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
  763. {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.49}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,35 @@ Changelog
2
2
  =========
3
3
 
4
4
 
5
+ 1.2.49 (2024-05-29)
6
+ -------------------
7
+
8
+ - WEB-4101 : Encode URLs parameters for `search-filters`. This fixes issues with special chars.
9
+ [laulaz]
10
+
11
+ - WEB-3802: Fix after testing, complited traduction, optimize code
12
+ [thomlamb]
13
+
14
+
15
+ 1.2.48 (2024-05-27)
16
+ -------------------
17
+
18
+ - WEB-3802: Add grouped filter for category and local category in React filters
19
+ [thomlamb]
20
+
21
+ - WEB-4101 : Handle (local) categories translations correctly
22
+ [laulaz]
23
+
24
+ - SUP-36937: Add Recurrence dates in React event content view
25
+ [thomlamb]
26
+
27
+ - WEB-4104 : When change section size (front-office method), reindexParent to refresh cache
28
+ [boulch]
29
+
30
+ - WEB-4105 : Make text section smarter about its lead image format (portrait / landscape)
31
+ [boulch]
32
+
33
+
5
34
  1.2.47 (2024-05-07)
6
35
  -------------------
7
36
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imio.smartweb.core
3
- Version: 1.2.47
3
+ Version: 1.2.49
4
4
  Summary: Core product for iMio websites
5
5
  Home-page: https://github.com/imio/imio.smartweb.core
6
6
  Author: Christophe Boulanger
@@ -189,6 +189,35 @@ Changelog
189
189
  =========
190
190
 
191
191
 
192
+ 1.2.49 (2024-05-29)
193
+ -------------------
194
+
195
+ - WEB-4101 : Encode URLs parameters for `search-filters`. This fixes issues with special chars.
196
+ [laulaz]
197
+
198
+ - WEB-3802: Fix after testing, complited traduction, optimize code
199
+ [thomlamb]
200
+
201
+
202
+ 1.2.48 (2024-05-27)
203
+ -------------------
204
+
205
+ - WEB-3802: Add grouped filter for category and local category in React filters
206
+ [thomlamb]
207
+
208
+ - WEB-4101 : Handle (local) categories translations correctly
209
+ [laulaz]
210
+
211
+ - SUP-36937: Add Recurrence dates in React event content view
212
+ [thomlamb]
213
+
214
+ - WEB-4104 : When change section size (front-office method), reindexParent to refresh cache
215
+ [boulch]
216
+
217
+ - WEB-4105 : Make text section smarter about its lead image format (portrait / landscape)
218
+ [boulch]
219
+
220
+
192
221
  1.2.47 (2024-05-07)
193
222
  -------------------
194
223
 
@@ -16,7 +16,7 @@ long_description = "\n\n".join(
16
16
 
17
17
  setup(
18
18
  name="imio.smartweb.core",
19
- version="1.2.47",
19
+ version="1.2.49",
20
20
  description="Core product for iMio websites",
21
21
  long_description=long_description,
22
22
  # Get more from https://pypi.org/classifiers/
@@ -4,6 +4,7 @@ from imio.smartweb.core.utils import get_json
4
4
  from plone import api
5
5
  from plone.dexterity.content import Container
6
6
  from plone.rest import Service
7
+ from urllib.parse import urlencode
7
8
  from zope.interface import implementer
8
9
  from zope.interface import Interface
9
10
 
@@ -47,21 +48,22 @@ class BaseEndpoint(object):
47
48
  )
48
49
  del item[field]
49
50
 
50
- def get_extra_params(self, params):
51
+ def construct_query_string(self, params):
52
+ params = "&".join(params)
51
53
  form = self.request.form
52
54
  extra_params = []
53
55
  for k, v in form.items():
54
56
  if isinstance(v, list):
55
57
  # handles multiple metadata_fields
56
58
  for value in v:
57
- extra_params.append("{}={}".format(k, value))
59
+ extra_params.append((k, value))
58
60
  else:
59
- extra_params.append("{}={}".format(k, v))
61
+ extra_params.append((k, v))
60
62
  current_lang = api.portal.get_current_language()[:2]
61
63
  if current_lang != "fr":
62
- extra_params.append("translated_in_{}=1".format(current_lang))
63
- params = params + extra_params
64
- return params
64
+ extra_params.append(("translated_in_{}".format(current_lang), 1))
65
+ extra_params = urlencode(extra_params)
66
+ return "&".join(filter(None, [params, extra_params]))
65
67
 
66
68
 
67
69
  class BaseService(Service):
@@ -53,8 +53,8 @@ class BaseDirectoryEndpoint(BaseEndpoint):
53
53
  for category in self.context.selected_categories:
54
54
  params.append(f"taxonomy_contact_category.query={category}")
55
55
  params.append("taxonomy_contact_category.operator=or")
56
- params = self.get_extra_params(params)
57
- url = f"{DIRECTORY_URL}/{self.remote_endpoint}?{'&'.join(params)}"
56
+ params = self.construct_query_string(params)
57
+ url = f"{DIRECTORY_URL}/{self.remote_endpoint}?{params}"
58
58
  return url
59
59
 
60
60
 
@@ -49,8 +49,8 @@ class BaseEventsEndpoint(BaseEndpoint):
49
49
  if self.context.selected_event_types is not None:
50
50
  for event_type in self.context.selected_event_types:
51
51
  params.append(f"event_type={event_type}")
52
- params = self.get_extra_params(params)
53
- url = f"{EVENTS_URL}/{self.remote_endpoint}?{'&'.join(params)}"
52
+ params = self.construct_query_string(params)
53
+ url = f"{EVENTS_URL}/{self.remote_endpoint}?{params}"
54
54
  return url
55
55
 
56
56
 
@@ -49,8 +49,8 @@ class BaseNewsEndpoint(BaseEndpoint):
49
49
  "b_size={}".format(self.context.nb_results),
50
50
  "fullobjects=1",
51
51
  ]
52
- params = self.get_extra_params(params)
53
- url = f"{NEWS_URL}/{self.remote_endpoint}?{'&'.join(params)}"
52
+ params = self.construct_query_string(params)
53
+ url = f"{NEWS_URL}/{self.remote_endpoint}?{params}"
54
54
  return url
55
55
 
56
56
 
@@ -30,6 +30,7 @@ class EventsView(CarouselOrTableSectionView, HashableJsonSectionView):
30
30
  selected_item,
31
31
  "metadata_fields=container_uid",
32
32
  "metadata_fields=category_title",
33
+ "metadata_fields=local_category",
33
34
  "metadata_fields=topics",
34
35
  "metadata_fields=start",
35
36
  "metadata_fields=end",
@@ -67,7 +68,7 @@ class EventsView(CarouselOrTableSectionView, HashableJsonSectionView):
67
68
  modified_hash = hash_md5(item["modified"])
68
69
  category = ""
69
70
  if self.context.show_categories_or_topics == "category":
70
- category = item.get("category_title", "")
71
+ category = item.get("local_category") or item.get("category_title", "")
71
72
  elif self.context.show_categories_or_topics == "topic":
72
73
  topic = item.get("topics") and item["topics"][0] or None
73
74
  category = translate_vocabulary_term(
@@ -28,6 +28,7 @@ class NewsView(CarouselOrTableSectionView, HashableJsonSectionView):
28
28
  "portal_type=imio.news.NewsItem",
29
29
  "metadata_fields=container_uid",
30
30
  "metadata_fields=category_title",
31
+ "metadata_fields=local_category",
31
32
  "metadata_fields=topics",
32
33
  "metadata_fields=has_leadimage",
33
34
  "metadata_fields=modified",
@@ -60,7 +61,7 @@ class NewsView(CarouselOrTableSectionView, HashableJsonSectionView):
60
61
  modified_hash = hash_md5(item["modified"])
61
62
  category = ""
62
63
  if self.context.show_categories_or_topics == "category":
63
- category = item.get("category_title", "")
64
+ category = item.get("local_category") or item.get("category_title", "")
64
65
  elif self.context.show_categories_or_topics == "topic":
65
66
  topic = item.get("topics") and item["topics"][0] or None
66
67
  category = translate_vocabulary_term(
@@ -10,4 +10,6 @@ class TextView(SectionView):
10
10
  def get_scale_url(self, item):
11
11
  request = self.request
12
12
  scale = self.context.image_size
13
+ if self.context.image._height > self.context.image._width:
14
+ return get_scale_url(item, request, "image", scale, "portrait")
13
15
  return get_scale_url(item, request, "image", scale, "paysage")
@@ -4,6 +4,7 @@ from Acquisition import aq_inner
4
4
  from imio.smartweb.common.utils import get_vocabulary
5
5
  from imio.smartweb.common.utils import translate_vocabulary_term
6
6
  from imio.smartweb.core.utils import hash_md5
7
+ from imio.smartweb.core.utils import reindexParent
7
8
  from imio.smartweb.locales import SmartwebMessageFactory as _
8
9
  from plone import api
9
10
  from plone.locking.browser.info import LockInfoViewlet
@@ -89,6 +90,7 @@ class SectionView(BrowserView):
89
90
  context = aq_inner(self.context)
90
91
  context.bootstrap_css_class = section_size
91
92
  context.reindexObject()
93
+ reindexParent(context)
92
94
  current_lang = api.portal.get_current_language()[:2]
93
95
  size_txt = translate_vocabulary_term(
94
96
  "imio.smartweb.vocabulary.BootstrapCSS",
@@ -12,6 +12,7 @@
12
12
  "@type": "imio.events.Event",
13
13
  "UID": "97902f2e26774a369035117d56381a2a",
14
14
  "breadcrumb": "Belleville » Accueil temps libre » Journée de l'ATL",
15
+ "category": "press",
15
16
  "category_title": "Presse",
16
17
  "description": "Description de mon événement",
17
18
  "end": "2023-10-31T10:00:00+00:00",
@@ -646,6 +647,7 @@
646
647
  ],
647
648
  "items_total": 7,
648
649
  "image_field": null,
650
+ "local_category": "Local Category title",
649
651
  "modified": "2021-05-11T13:31:00",
650
652
  "open_end": false,
651
653
  "recurrence": null,
@@ -659,7 +661,8 @@
659
661
  "@id": "http://localhost:8080/Plone/belleville/communal/9ff5c526d28e473db0065a6845686cfe",
660
662
  "@type": "imio.events.Event",
661
663
  "UID": "9ff5c526d28e473db0065a6845686cfe",
662
- "category_title": null,
664
+ "category": "press",
665
+ "category_title": "Presse",
663
666
  "description": "une description",
664
667
  "end": "2023-04-01T20:02:00+00:00",
665
668
  "first_end": "2023-03-18T20:02:00+00:00",
@@ -134,34 +134,37 @@ class SectionsFunctionalTest(ImioSmartwebTestCase):
134
134
  endpoint.convert_cached_image_scales(item, modified_hash)
135
135
  self.assertEqual(len(item.keys()), 6)
136
136
 
137
- def test_get_extra_params(self):
137
+ def test_construct_query_string(self):
138
+ request = TestRequest()
139
+ endpoint = DirectoryEndpoint(self.portal, request)
140
+ query = endpoint.construct_query_string([])
141
+ self.assertEqual(query, "translated_in_en=1")
142
+
143
+ query = endpoint.construct_query_string(["param=1", "param2=2"])
144
+ self.assertEqual(query, "param=1&param2=2&translated_in_en=1")
145
+
138
146
  request = TestRequest(
139
147
  form={"taxonomy_contact_category": '("token")', "topics": "education"}
140
148
  )
141
149
  endpoint = DirectoryEndpoint(self.portal, request)
142
- params = endpoint.get_extra_params([])
150
+ query = endpoint.construct_query_string([])
143
151
  self.assertEqual(
144
- params,
145
- [
146
- 'taxonomy_contact_category=("token")',
147
- "topics=education",
148
- "translated_in_en=1",
149
- ],
152
+ query,
153
+ "taxonomy_contact_category=%28%22token%22%29&topics=education&translated_in_en=1",
150
154
  )
151
155
 
152
156
  request = TestRequest(
153
- form={"topics": "education", "metadata_fields": ["topics", "category"]}
157
+ form={
158
+ "topics": "education",
159
+ "metadata_fields": ["topics", "category"],
160
+ "local_category": "Local & category",
161
+ }
154
162
  )
155
163
  endpoint = DirectoryEndpoint(self.portal, request)
156
- params = endpoint.get_extra_params([])
164
+ query = endpoint.construct_query_string([])
157
165
  self.assertEqual(
158
- params,
159
- [
160
- "topics=education",
161
- "metadata_fields=topics",
162
- "metadata_fields=category",
163
- "translated_in_en=1",
164
- ],
166
+ query,
167
+ "topics=education&metadata_fields=topics&metadata_fields=category&local_category=Local+%26+category&translated_in_en=1",
165
168
  )
166
169
 
167
170
  @requests_mock.Mocker()
@@ -59,12 +59,12 @@ class TestSectionEvents(ImioSmartwebTestCase):
59
59
  (self.events, self.request), name="carousel_view"
60
60
  )
61
61
  self.assertEqual(events_view.items, [])
62
- url = "http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=category_title&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query=2021-11-15&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
62
+ url = "http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query=2021-11-15&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
63
63
  m.get(url, text=json.dumps(self.json_events))
64
64
  self.assertEqual(events_view.items[0][0].get("title"), "Journée de l'ATL")
65
65
  self.assertEqual(len(events_view.items[0]), 2)
66
66
  self.events.specific_related_events = ["1178188bddde4ced95a6cf8bf04c443c"]
67
- url = "http://localhost:8080/Plone/@events?UID=1178188bddde4ced95a6cf8bf04c443c&metadata_fields=category_title&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query=2021-11-15&event_dates.range=min&b_size=6&translated_in_en=1"
67
+ url = "http://localhost:8080/Plone/@events?UID=1178188bddde4ced95a6cf8bf04c443c&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query=2021-11-15&event_dates.range=min&b_size=6&translated_in_en=1"
68
68
  m.get(url, text=json.dumps(self.json_specific_event))
69
69
  self.assertEqual(len(events_view.items[0]), 1)
70
70
  self.assertEqual(events_view.items[0][0].get("title"), "Bonne cheville")
@@ -84,7 +84,7 @@ class TestSectionEvents(ImioSmartwebTestCase):
84
84
  events_view = queryMultiAdapter(
85
85
  (self.events, self.request), name="carousel_view"
86
86
  )
87
- url = f"http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=category_title&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query={today_str}&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
87
+ url = f"http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query={today_str}&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
88
88
  m.get(url, text=json.dumps(self.json_events))
89
89
  self.assertEqual(len(events_view.items[0]), 2)
90
90
  hash_1 = annotations.get(SECTION_ITEMS_HASH_KEY)
@@ -92,7 +92,7 @@ class TestSectionEvents(ImioSmartwebTestCase):
92
92
  first_modification = self.portalpage.ModificationDate()
93
93
 
94
94
  sleep(1)
95
- url = f"http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=category_title&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query={today_str}&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
95
+ url = f"http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query={today_str}&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
96
96
  m.get(url, text="{}")
97
97
  self.assertEqual(len(events_view.items), 0)
98
98
  next_modification = self.portalpage.ModificationDate()
@@ -119,7 +119,7 @@ class TestSectionEvents(ImioSmartwebTestCase):
119
119
  events_view = queryMultiAdapter(
120
120
  (self.events, self.request), name="carousel_view"
121
121
  )
122
- url = f"http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=category_title&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query={today_str}&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
122
+ url = f"http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query={today_str}&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
123
123
  m.get(url, text=json.dumps(self.json_events))
124
124
 
125
125
  self.assertIn("paysage_vignette", events_view.items[0][0]["image"])
@@ -138,11 +138,12 @@ class TestSectionEvents(ImioSmartwebTestCase):
138
138
  events_view = queryMultiAdapter(
139
139
  (self.events, self.request), name="carousel_view"
140
140
  )
141
- url = f"http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=category_title&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query={today_str}&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
141
+ url = f"http://localhost:8080/Plone/@events?selected_agendas=e73e6a81afea4a579cd0da2773af8d29&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=UID&event_dates.query={today_str}&event_dates.range=min&b_size=6&translated_in_en=1&sort_on=event_dates"
142
142
  m.get(url, text=json.dumps(self.json_events))
143
- self.assertEqual(events_view.items[0][0]["category"], "Presse")
143
+ self.assertEqual(events_view.items[0][0]["category"], "Local Category title")
144
+ self.assertEqual(events_view.items[0][1]["category"], "Presse")
144
145
  self.events.show_categories_or_topics = "category"
145
- self.assertEqual(events_view.items[0][0]["category"], "Presse")
146
+ self.assertEqual(events_view.items[0][0]["category"], "Local Category title")
146
147
  self.events.show_categories_or_topics = "topic"
147
148
  self.assertEqual(events_view.items[0][0]["category"], "Education")
148
149
  self.events.show_categories_or_topics = ""
@@ -53,7 +53,7 @@ class TestSectionNews(ImioSmartwebTestCase):
53
53
  self.assertIn("My news", view())
54
54
  news_view = queryMultiAdapter((self.news, self.request), name="carousel_view")
55
55
  self.assertEqual(news_view.items, [])
56
- url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=category_title&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
56
+ url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
57
57
  m.get(url, text=json.dumps(self.json_news))
58
58
  self.assertEqual(news_view.items[0][0].get("title"), "Première actualité")
59
59
  self.assertEqual(len(news_view.items[0]), 3)
@@ -62,7 +62,7 @@ class TestSectionNews(ImioSmartwebTestCase):
62
62
  "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
63
63
  "bfe2b4391a0f4a8db6d8b7fed63d1c4a",
64
64
  ]
65
- url = "http://localhost:8080/Plone/@search?UID=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&UID=bfe2b4391a0f4a8db6d8b7fed63d1c4a&portal_type=imio.news.NewsItem&metadata_fields=category_title&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1"
65
+ url = "http://localhost:8080/Plone/@search?UID=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&UID=bfe2b4391a0f4a8db6d8b7fed63d1c4a&portal_type=imio.news.NewsItem&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1"
66
66
  m.get(url, text=json.dumps(self.json_specific_news))
67
67
  self.assertEqual(len(news_view.items[0]), 2)
68
68
  self.assertEqual(
@@ -87,7 +87,7 @@ class TestSectionNews(ImioSmartwebTestCase):
87
87
  self.assertIsNone(annotations.get(SECTION_ITEMS_HASH_KEY))
88
88
 
89
89
  news_view = queryMultiAdapter((self.news, self.request), name="carousel_view")
90
- url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=category_title&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
90
+ url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
91
91
  m.get(url, text=json.dumps(self.json_news))
92
92
  self.assertEqual(len(news_view.items[0]), 3)
93
93
  hash_1 = annotations.get(SECTION_ITEMS_HASH_KEY)
@@ -95,7 +95,7 @@ class TestSectionNews(ImioSmartwebTestCase):
95
95
  first_modification = self.portalpage.ModificationDate()
96
96
 
97
97
  sleep(1)
98
- url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=category_title&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
98
+ url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
99
99
  m.get(url, text="{}")
100
100
  self.assertEqual(len(news_view.items), 0)
101
101
  next_modification = self.portalpage.ModificationDate()
@@ -116,7 +116,7 @@ class TestSectionNews(ImioSmartwebTestCase):
116
116
  self.news.related_news = "64f4cbee9a394a018a951f6d94452914"
117
117
  self.news.linking_rest_view = RelationValue(intids.getId(self.rest_news_view))
118
118
  news_view = queryMultiAdapter((self.news, self.request), name="carousel_view")
119
- url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=category_title&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
119
+ url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
120
120
  m.get(url, text=json.dumps(self.json_news))
121
121
 
122
122
  self.assertIn("paysage_vignette", news_view.items[0][0]["image"])
@@ -129,7 +129,7 @@ class TestSectionNews(ImioSmartwebTestCase):
129
129
  self.news.related_news = "64f4cbee9a394a018a951f6d94452914"
130
130
  self.news.linking_rest_view = RelationValue(intids.getId(self.rest_news_view))
131
131
  news_view = queryMultiAdapter((self.news, self.request), name="carousel_view")
132
- url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=category_title&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
132
+ url = "http://localhost:8080/Plone/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&portal_type=imio.news.NewsItem&metadata_fields=container_uid&metadata_fields=category_title&metadata_fields=local_category&metadata_fields=topics&metadata_fields=has_leadimage&metadata_fields=modified&metadata_fields=effective&metadata_fields=UID&sort_limit=6&translated_in_en=1&sort_on=effective&sort_order=descending"
133
133
  m.get(url, text=json.dumps(self.json_news))
134
134
  self.assertEqual(news_view.items[0][0]["category"], "Presse")
135
135
  self.news.show_categories_or_topics = "category"
@@ -265,7 +265,7 @@ class TestVocabularies(ImioSmartwebTestCase):
265
265
  json_agendas_raw_mock = get_json("resources/json_events_agendas_raw_mock.json")
266
266
  url = f"{config.EVENTS_URL}/imio-events-entity/@search?portal_type=imio.events.Agenda&sort_on=sortable_title&b_size=1000000&metadata_fields=UID"
267
267
  m.get(url, text=json.dumps(json_agendas_raw_mock))
268
- url = f"{config.EVENTS_URL}/@search?selected_agendas=64f4cbee9a394a018a951f6d94452914&selected_agendas=96d3e3299dc74386943e12c4f4fd0b8a&portal_type=imio.events.Event&metadata_fields=category&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=breadcrumb&metadata_fields=UID&event_dates.query=2021-11-15&event_dates.range=min&b_size=1000000"
268
+ url = f"{config.EVENTS_URL}/@search?selected_agendas=64f4cbee9a394a018a951f6d94452914&selected_agendas=96d3e3299dc74386943e12c4f4fd0b8a&portal_type=imio.events.Event&metadata_fields=category_title&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=breadcrumb&metadata_fields=UID&event_dates.query=2021-11-15&event_dates.range=min&b_size=1000000"
269
269
  json_rest_events = get_json("resources/json_rest_events_with_breadcrumbs.json")
270
270
  m.get(url, text=json.dumps(json_rest_events))
271
271
  vocabulary = get_vocabulary("imio.smartweb.vocabulary.EventsFromEntity")
@@ -284,7 +284,7 @@ class TestVocabularies(ImioSmartwebTestCase):
284
284
  )
285
285
  url = f"{config.NEWS_URL}/imio-news-entity/@search?portal_type=imio.news.NewsFolder&sort_on=sortable_title&b_size=1000000&metadata_fields=UID"
286
286
  m.get(url, text=json.dumps(json_newsfolders_raw_mock))
287
- url = f"{config.NEWS_URL}/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&selected_news_folders=96d3e3299dc74386943e12c4f4fd0b8a&portal_type=imio.news.NewsItem&metadata_fields=category&metadata_fields=topics&metadata_fields=has_leadimage&metadata_fields=breadcrumb&metadata_fields=UID&b_size=1000000"
287
+ url = f"{config.NEWS_URL}/@search?selected_news_folders=64f4cbee9a394a018a951f6d94452914&selected_news_folders=96d3e3299dc74386943e12c4f4fd0b8a&portal_type=imio.news.NewsItem&metadata_fields=category_title&metadata_fields=topics&metadata_fields=has_leadimage&metadata_fields=breadcrumb&metadata_fields=UID&b_size=1000000"
288
288
  json_rest_news = get_json("resources/json_rest_news.json")
289
289
  m.get(url, text=json.dumps(json_rest_news))
290
290
  vocabulary = get_vocabulary("imio.smartweb.vocabulary.NewsItemsFromEntity")
@@ -111,7 +111,7 @@ def batch_results(iterable, batch_size):
111
111
  return list(chunked(iterable, batch_size, strict=False))
112
112
 
113
113
 
114
- def reindexParent(obj, event):
114
+ def reindexParent(obj, event=None):
115
115
  parent = aq_parent(obj)
116
116
  if parent is not None:
117
117
  # in some cases (ex: relation breaking), we do not get the object in
@@ -6,6 +6,11 @@
6
6
  tal:attributes="id view/css_id;
7
7
  style view/background_style;
8
8
  class string:smartweb-footer ${footer/css_class}">
9
+ <a class="show-on-focus skip-before-footer"
10
+ tal:define="url view/current_page_url"
11
+ tal:attributes="href string:${url}#content-header"
12
+ i18n:domain="imio.smartweb"
13
+ i18n:translate="">Skip to navigation</a>
9
14
  <div class="container">
10
15
  <div class="row">
11
16
  <tal:bcl tal:repeat="section view/sections">
@@ -8,6 +8,7 @@ from plone.app.layout.navigation.interfaces import INavigationRoot
8
8
  from plone.app.layout.viewlets import common
9
9
  from Products.CMFPlone.interfaces.siteroot import IPloneSiteRoot
10
10
  from Products.CMFPlone.utils import parent
11
+ from zope.component import getMultiAdapter
11
12
 
12
13
 
13
14
  class BaseFooterViewlet(common.ViewletBase):
@@ -28,9 +29,13 @@ class BaseFooterViewlet(common.ViewletBase):
28
29
  return " ".join([css_bg_image, css_bg_size])
29
30
 
30
31
  def update(self):
32
+ context_state = getMultiAdapter(
33
+ (self.context, self.request), name="plone_context_state"
34
+ )
31
35
  if not self.available():
32
36
  return
33
37
  self.sections = self.footer.listFolderContents()
38
+ self.current_page_url = context_state.current_page_url
34
39
 
35
40
 
36
41
  class FooterViewlet(BaseFooterViewlet):
@@ -522,7 +522,7 @@ class EventsFromEntityVocabularyFactory:
522
522
  params = [
523
523
  selected_agendas,
524
524
  "portal_type=imio.events.Event",
525
- "metadata_fields=category",
525
+ "metadata_fields=category_title",
526
526
  "metadata_fields=topics",
527
527
  "metadata_fields=start",
528
528
  "metadata_fields=end",
@@ -562,7 +562,7 @@ class NewsItemsFromEntityVocabularyFactory:
562
562
  params = [
563
563
  selected_newsfolders,
564
564
  "portal_type=imio.news.NewsItem",
565
- "metadata_fields=category",
565
+ "metadata_fields=category_title",
566
566
  "metadata_fields=topics",
567
567
  "metadata_fields=has_leadimage",
568
568
  "metadata_fields=breadcrumb",
@@ -0,0 +1 @@
1
+ .flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:300px}.flexbin>*{display:block;flex-grow:1;height:300px;margin:2.5px;position:relative}.flexbin>*>img{height:300px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}@media (max-width:980px){.flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:150px}.flexbin>*{display:block;flex-grow:1;height:150px;margin:2.5px;position:relative}.flexbin>*>img{height:150px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}}@media (max-width:400px){.flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:100px}.flexbin>*{display:block;flex-grow:1;height:100px;margin:2.5px;position:relative}.flexbin>*>img{height:100px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}}.breadcrumb{padding:0}.r-result-list{list-style:none;margin-top:50px;padding-left:0}#portal-column-content h1{font-size:0;position:absolute}#viewlet-below-content-description,#viewlet-below-content-title{display:none}.r-item-text{display:flex;flex-direction:column;margin:20px 30px;position:relative}.r-item-title{display:block}.r-content-img{padding-bottom:60%}.new-content{margin:0 auto;max-width:700px}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}.r-actu-wrapper{position:relative}.r-actu-wrapper:after{content:url(../57d3b7cb1ab874660b39.svg);display:block;position:absolute;right:0;top:0;transform:translateY(-20%);width:495px;z-index:-1}.r-actu-wrapper .r-list-item-group{background:#fff;border:1px solid #d1d1d1;border-radius:15px 15px 15px 0;margin:30px auto;max-width:900px}.r-item-title{font-size:18px;font-weight:700}.r-item-description{color:#444;font-size:16px;margin-top:10px}.r-item-img{border-radius:15px 15px 15px 0}.r-actu-wrapper .r-item-img{aspect-ratio:1.6741071429;background-position:top;background-repeat:no-repeat;background-size:cover;width:100%}@media screen and (min-width:775px){.r-actu-wrapper .r-item-img{width:323px}}.r-item-read-more{margin-top:auto}.r-item-arrow-more{align-self:center;background:#f9b331;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 10'%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 1'%3E%3Cpath d='M1 5h18.44' data-name='Ligne 7' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 1 4.61 4' data-name='Ligne 8' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 9 4.61-4' data-name='Ligne 9' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:50px;flex:0 0 50px;height:50px;margin-left:auto;margin-right:30px;width:50px}.r-list-item-group:hover .r-item-arrow-more{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 10'%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 1'%3E%3Cpath d='M1 5h18.44' data-name='Ligne 7' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 1 4.61 4' data-name='Ligne 8' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 9 4.61-4' data-name='Ligne 9' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),#f9b331;background-position:50%;background-repeat:no-repeat;background-size:20px}@media screen and (max-width:774px){.r-list-item{flex-direction:column}}@media screen and (max-width:600px){.r-item-read-more{position:relative}}.icon-baseline{align-self:center;display:inline-flex;margin-right:.4rem}.icon-baseline svg{height:1em;position:relative;top:.125em;width:1em}.dpinlb{display:inline-block;vertical-align:top}.r-content-news-info-social svg{height:30px;width:30px}.r-content-news-info-social ul{align-items:center;display:flex;margin:0}.r-content-news-info-social ul li{list-style:none}.r-content-news-info-social ul li a:hover{opacity:.7}.r-item-categorie{color:#747474;font-size:13px;font-weight:400;margin-top:5px;text-transform:uppercase}.r-result-filter-container{background:#fff;z-index:1}@media screen and (min-width:1200px){.r-result-filter-container{position:-webkit-sticky;position:sticky}}.r-result-filter-container:after{background:#fff;content:"";height:312px;left:0;position:absolute;right:0;top:0;transform:translateY(-100%)}.r-result-filter-container .r-result-filter{border-bottom:1px solid #cccc;padding-bottom:1rem;padding-top:1rem;position:relative}.r-results-numbers{margin-bottom:0;padding-top:1rem;width:100%}.r-results-numbers span{font-weight:700}.r-result-filter{position:relative}.react-filters-menu{display:flex;margin-bottom:1rem;width:100%}.react-filters-menu .react-filters-container{align-items:flex-start;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:10px;position:relative;width:auto;width:100%}@media screen and (min-width:630px){.react-filters-menu .react-filters-container{align-items:center;border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;flex-direction:row;padding:4px 15px;width:auto}}.react-filters-menu .react-sep-menu{background:#cfcfcf;display:none;height:20px;width:1px}@media screen and (min-width:630px){.react-filters-menu .react-sep-menu{display:block}}.react-filters-menu span[class$=-indicatorSeparator]{display:none}.react-filters-menu div[class$=-indicatorContainer]{padding:0}.react-filters-menu .accordion-collapse{padding-top:1rem}.react-filters-menu .top-filter{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter{width:auto}}.react-filters-menu .top-filter .select-custom-no-border{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border{width:auto}}.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:100%}@media screen and (max-width:629px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{border:1px solid #cfcfcf;color:#333}}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:auto}}.r-filter-search{border-radius:50px;display:block;padding:12px 6px;position:relative;width:100%}@media screen and (max-width:629px){.r-filter-search{border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;width:calc(100% - 40px)}}@media screen and (min-width:630px){.r-filter-search{width:175px}}.r-filter-search input{border:none;width:100%}.r-filter-search input:focus{outline:none}.r-filter-search svg{position:absolute;right:0;transform:translateX(-100%)}.r-filter-search .relative{align-items:center;display:flex;justify-content:center}.more-filter-btn{background-color:#0000;border:none;position:absolute;right:0;top:18px}@media screen and (min-width:630px){.more-filter-btn{top:inherit;translate:40px;width:auto}}.more-filter-btn.collapsed{transform:rotate(180deg)}.more-filter-btn.collapsed svg{stroke:#9f9f9f}.more-filter-container.collapse:not(.show){display:none}.more-filter-container .accordion-body{align-items:center;background-color:#f8f8f8;border:1px solid #e4e4e4;border-left:none;border-right:none;display:flex;gap:20px;justify-content:center;padding:1rem}@media screen and (max-width:630px){.more-filter-container .accordion-body{display:flex;flex-direction:column}}.more-filter-container .free-Filter label{font-size:12px;font-weight:700;letter-spacing:1.4px}.more-filter-container .free-Filter .form-check{align-items:center;display:flex;gap:5px;padding:0}.more-filter-container .free-Filter .form-check input{margin:0}