imio.smartweb.core 1.2.44__tar.gz → 1.2.46__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.
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/CHANGES.rst +26 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/PKG-INFO +59 -2
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/setup.py +1 -1
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/behaviors/categorization.py +24 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/behaviors/configure.zcml +7 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +1 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/browser/static/src/edit.less +114 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +5 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +2 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/events/endpoint.py +1 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/events/view.pt +2 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/events/view.py +4 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/news/endpoint.py +1 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/news/view.pt +2 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/news/view.py +4 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/configure.zcml +1 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/events/view.py +11 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/macros.pt +3 -2
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/news/view.py +11 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/views.py +4 -4
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/metadata.xml +1 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +1 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +1 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +1 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +1 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_rest_events.json +2 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_rest_news.json +2 -2
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +1 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +8 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_rest.py +36 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_section_events.py +27 -5
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_section_news.py +16 -3
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_vocabularies.py +3 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/configure.zcml +18 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +11 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +11 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +11 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +11 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/utils.py +0 -23
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/vocabularies.py +17 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/vocabularies.zcml +6 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/css/686.smartweb-webcomponents-compiled.css +1 -1
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +2 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +1 -1
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +2 -0
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/568.smartweb-webcomponents-compiled.js.LICENSE.txt → imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -4
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +2 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/686.smartweb-webcomponents-compiled.js +1 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js +2 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js.LICENSE.txt +3 -3
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -1
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/568.smartweb-webcomponents-compiled.js → imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +2 -2
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +3 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +2 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/package.json +1 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +516 -0
- imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +56 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +2 -2
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +2 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +1 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +2 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +9 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +22 -5
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +2 -2
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +1 -3
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +49 -1
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio.smartweb.core.egg-info/PKG-INFO +59 -2
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio.smartweb.core.egg-info/SOURCES.txt +10 -6
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -1
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/browser/static/src/edit.less +0 -72
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/assets/next-react-white.819cb069ac8eec300a9db6a7707712d6.svg +0 -1
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/f79b479fdc5c0fe0d553.svg +0 -1
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/496.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/686.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -412
- imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -43
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/CONTRIBUTORS.rst +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/DEVELOP.rst +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/MANIFEST.in +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/README.rst +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/docs/conf.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/docs/index.rst +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/requirements.txt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/setup.cfg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/sitemap.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/config.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/pages/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/base.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/indexers.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/testing.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/10512eee43c7b5ed4757.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/10dd862b2cdd9c68e1a8.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/a38272f263f8328349f2.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/location-bla.1423bcce16ddcb21141430cac1428dc1.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/next-react.17bc43ff4a6a86f4520f5782f6a89a72.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/assets/search.57bdbf5b191499cd77514097d1c4972c.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
- /imio.smartweb.core-1.2.44/src/imio/smartweb/core/webcomponents/build/js/496.smartweb-webcomponents-compiled.js.LICENSE.txt → /imio.smartweb.core-1.2.46/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/facebook-news.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/location-bla.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/next-react.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/search.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/assets/skeleton.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio.smartweb.core-1.2.44 → imio.smartweb.core-1.2.46}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,32 @@ Changelog
|
|
2
2
|
=========
|
3
3
|
|
4
4
|
|
5
|
+
1.2.46 (2024-05-07)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- WEB-4101 : fix React topic display
|
9
|
+
[thomlamb]
|
10
|
+
|
11
|
+
|
12
|
+
1.2.45 (2024-05-06)
|
13
|
+
-------------------
|
14
|
+
|
15
|
+
- WEB-4101 : Allow to choose to display topic or category on event & news.
|
16
|
+
This affects all related content types: SectionNews, SectionEvents, NewsView, EventsView.
|
17
|
+
Local category is alway taken before category (1 value).
|
18
|
+
Topic is always the first in list (1 value).
|
19
|
+
[laulaz, thomlamb]
|
20
|
+
|
21
|
+
- Add end date on event cards
|
22
|
+
[thomlamb]
|
23
|
+
|
24
|
+
- Add tradcution for directory timetable
|
25
|
+
[thomlamb]
|
26
|
+
|
27
|
+
- SUP-36869 : Fix root ulr on Leaflet Marker.
|
28
|
+
[thomlamb]
|
29
|
+
|
30
|
+
|
5
31
|
1.2.44 (2024-04-18)
|
6
32
|
-------------------
|
7
33
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.46
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -21,9 +21,40 @@ Classifier: Programming Language :: Python :: 3.8
|
|
21
21
|
Classifier: Operating System :: OS Independent
|
22
22
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
23
23
|
Requires-Python: >=3.8
|
24
|
-
Provides-Extra: test
|
25
24
|
License-File: LICENSE.GPL
|
26
25
|
License-File: LICENSE.rst
|
26
|
+
Requires-Dist: setuptools
|
27
|
+
Requires-Dist: z3c.jbot
|
28
|
+
Requires-Dist: z3c.unconfigure
|
29
|
+
Requires-Dist: plone.api>=1.8.4
|
30
|
+
Requires-Dist: plone.gallery
|
31
|
+
Requires-Dist: plone.restapi
|
32
|
+
Requires-Dist: plone.app.dexterity
|
33
|
+
Requires-Dist: plone.app.imagecropping
|
34
|
+
Requires-Dist: eea.facetednavigation
|
35
|
+
Requires-Dist: collective.anysurfer
|
36
|
+
Requires-Dist: collective.autopublishing
|
37
|
+
Requires-Dist: collective.faceted.map
|
38
|
+
Requires-Dist: collective.geolocationbehavior
|
39
|
+
Requires-Dist: collective.instancebehavior
|
40
|
+
Requires-Dist: collective.messagesviewlet
|
41
|
+
Requires-Dist: collective.sendinblue
|
42
|
+
Requires-Dist: collective.solr
|
43
|
+
Requires-Dist: collective.taxonomy
|
44
|
+
Requires-Dist: collective.z3cform.datagridfield
|
45
|
+
Requires-Dist: embeddify
|
46
|
+
Requires-Dist: more-itertools
|
47
|
+
Requires-Dist: imio.smartweb.common
|
48
|
+
Requires-Dist: imio.smartweb.locales
|
49
|
+
Provides-Extra: test
|
50
|
+
Requires-Dist: plone.app.testing; extra == "test"
|
51
|
+
Requires-Dist: plone.testing>=5.0.0; extra == "test"
|
52
|
+
Requires-Dist: plone.app.contenttypes; extra == "test"
|
53
|
+
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
|
54
|
+
Requires-Dist: plone.restapi[test]; extra == "test"
|
55
|
+
Requires-Dist: requests-mock; extra == "test"
|
56
|
+
Requires-Dist: beautifulsoup4; extra == "test"
|
57
|
+
Requires-Dist: freezegun; extra == "test"
|
27
58
|
|
28
59
|
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
29
60
|
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
@@ -158,6 +189,32 @@ Changelog
|
|
158
189
|
=========
|
159
190
|
|
160
191
|
|
192
|
+
1.2.46 (2024-05-07)
|
193
|
+
-------------------
|
194
|
+
|
195
|
+
- WEB-4101 : fix React topic display
|
196
|
+
[thomlamb]
|
197
|
+
|
198
|
+
|
199
|
+
1.2.45 (2024-05-06)
|
200
|
+
-------------------
|
201
|
+
|
202
|
+
- WEB-4101 : Allow to choose to display topic or category on event & news.
|
203
|
+
This affects all related content types: SectionNews, SectionEvents, NewsView, EventsView.
|
204
|
+
Local category is alway taken before category (1 value).
|
205
|
+
Topic is always the first in list (1 value).
|
206
|
+
[laulaz, thomlamb]
|
207
|
+
|
208
|
+
- Add end date on event cards
|
209
|
+
[thomlamb]
|
210
|
+
|
211
|
+
- Add tradcution for directory timetable
|
212
|
+
[thomlamb]
|
213
|
+
|
214
|
+
- SUP-36869 : Fix root ulr on Leaflet Marker.
|
215
|
+
[thomlamb]
|
216
|
+
|
217
|
+
|
161
218
|
1.2.44 (2024-04-18)
|
162
219
|
-------------------
|
163
220
|
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
|
3
|
+
from imio.smartweb.locales import SmartwebMessageFactory as _
|
4
|
+
from plone.autoform import directives
|
5
|
+
from plone.autoform.interfaces import IFormFieldProvider
|
6
|
+
from plone.supermodel import model
|
7
|
+
from zope import schema
|
8
|
+
from zope.interface import provider
|
9
|
+
|
10
|
+
|
11
|
+
@provider(IFormFieldProvider)
|
12
|
+
class ICategoryDisplay(model.Schema):
|
13
|
+
directives.order_before(show_categories_or_topics="IOrientation.orientation")
|
14
|
+
|
15
|
+
model.fieldset("layout", fields=["show_categories_or_topics"])
|
16
|
+
show_categories_or_topics = schema.Choice(
|
17
|
+
title=_("Show category or topic"),
|
18
|
+
description=_(
|
19
|
+
"Select if you want (specific) category or (first) topic displayed on items"
|
20
|
+
),
|
21
|
+
source="imio.smartweb.vocabulary.CategoriesDisplay",
|
22
|
+
required=True,
|
23
|
+
default="category",
|
24
|
+
)
|
@@ -5,6 +5,13 @@
|
|
5
5
|
|
6
6
|
<include package="plone.behavior" file="meta.zcml"/>
|
7
7
|
|
8
|
+
<plone:behavior
|
9
|
+
name="imio.smartweb.category_display"
|
10
|
+
title="Categories / Topics display"
|
11
|
+
description="Allow to choose to display categories or topics"
|
12
|
+
provides=".categorization.ICategoryDisplay"
|
13
|
+
/>
|
14
|
+
|
8
15
|
<plone:behavior
|
9
16
|
name="imio.smartweb.orientation"
|
10
17
|
title="Image orientation"
|
@@ -0,0 +1 @@
|
|
1
|
+
#contentview-preview .icon-preview:before{content:"\e833"}.pat-sortable>:hover{cursor:move}.pat-sortable{display:block;position:relative}.pat-sortable .sortable-section{border:1px solid #dee2e6!important;margin-bottom:1rem;margin-top:1rem;padding:.5rem}.hidden-section-title{opacity:.3}.section-title{vertical-align:middle}.content-section h2,.section-title,.show-hide-banner{display:inline-block}.show-hide-banner{background:#fff;border:1px solid #e6e6e6;padding:15px}.header-section{background:#f2f2f2;line-height:1.9;margin-bottom:1rem!important;margin-top:1rem!important;padding:0 1rem}table.table_schedule{cursor:default}ul.plonetoolbar-authentic-sources-menu,ul.plonetoolbar-smartweb-help-menu{padding-inline-start:0;width:100%}a.manage[class*=contenttype-imio-smartweb-]:before{display:none}a.manage[class*=contenttype-imio-smartweb-] svg{margin-right:5px}.manage-section .form_section_size option{font-size:15px}.manage-section .form_section_size option:before{aspect-ratio:16/9;content:"";display:block;width:40px}.form_section_size .icon_col-sm-3:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h40v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M45 5v90H5V5h40m5-5H0v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M45 5h40v90H45z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M85 5v90H45V5h40m5-5H40v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M85 5h40v90H85z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M125 5v90H85V5h40m5-5H80v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M125 5h40v90h-40z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90h-40V5h40m5-5h-50v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.form_section_size .icon_col-sm-4:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h53.36v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M58.36 5v90H5V5h53.36m5-5H0v100h63.36V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M58.27 5h53.36v90H58.27z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M111.64 5v90H58.28V5h53.36m5-5H53.28v100h63.36V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M111.64 5H165v90h-53.36z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90h-53.36V5H165m5-5h-63.36v100H170V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.form_section_size .icon_col-sm-6:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h160v90H5z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90H5V5h160m5-5H0v100h170V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M5 5h80v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M85 5v90H5V5h80m5-5H0v100h90V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.form_section_size .icon_col-sm-8:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h53.36v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M58.36 5v90H5V5h53.36m5-5H0v100h63.36V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M58.27 5h53.36v90H58.27z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M111.64 5v90H58.28V5h53.36m5-5H53.28v100h63.36V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M111.64 5H165v90h-53.36z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90h-53.36V5H165m5-5h-63.36v100H170V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.form_section_size .icon_col-sm-9:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h40v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M45 5v90H5V5h40m5-5H0v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M45 5h40v90H45z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M85 5v90H45V5h40m5-5H40v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M85 5h40v90H85z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M125 5v90H85V5h40m5-5H80v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M125 5h40v90h-40z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90h-40V5h40m5-5h-50v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.form_section_size .icon_col-sm-12:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h160v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M165 5v90H5V5h160m5-5H0v100h170V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}
|
@@ -0,0 +1,114 @@
|
|
1
|
+
#contentview-preview .icon-preview:before {
|
2
|
+
content: '\e833';
|
3
|
+
}
|
4
|
+
|
5
|
+
.pat-sortable> :hover {
|
6
|
+
cursor: move;
|
7
|
+
}
|
8
|
+
|
9
|
+
.pat-sortable {
|
10
|
+
position: relative;
|
11
|
+
display: block;
|
12
|
+
|
13
|
+
.sortable-section {
|
14
|
+
padding: 0.5rem;
|
15
|
+
margin-top: 1rem;
|
16
|
+
margin-bottom: 1rem;
|
17
|
+
border: 1px solid #dee2e6 !important;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
|
21
|
+
.hidden-section-title {
|
22
|
+
opacity: 0.3;
|
23
|
+
}
|
24
|
+
|
25
|
+
.section-title {
|
26
|
+
display: inline-block;
|
27
|
+
vertical-align: middle;
|
28
|
+
}
|
29
|
+
|
30
|
+
.content-section {
|
31
|
+
h2 {
|
32
|
+
display: inline-block;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
.show-hide-banner {
|
37
|
+
display: inline-block;
|
38
|
+
padding: 15px;
|
39
|
+
background: #fff;
|
40
|
+
border: solid 1px #e6e6e6;
|
41
|
+
}
|
42
|
+
|
43
|
+
.header-section {
|
44
|
+
background: #f2f2f2;
|
45
|
+
padding: 0 1rem;
|
46
|
+
line-height: 1.9;
|
47
|
+
margin-top: 1rem !important;
|
48
|
+
margin-bottom: 1rem !important;
|
49
|
+
}
|
50
|
+
|
51
|
+
table.table_schedule {
|
52
|
+
cursor: default;
|
53
|
+
}
|
54
|
+
|
55
|
+
ul.plonetoolbar-authentic-sources-menu {
|
56
|
+
padding-inline-start: 0;
|
57
|
+
width: 100%;
|
58
|
+
}
|
59
|
+
|
60
|
+
ul.plonetoolbar-smartweb-help-menu {
|
61
|
+
padding-inline-start: 0;
|
62
|
+
width: 100%;
|
63
|
+
}
|
64
|
+
|
65
|
+
a.manage[class*="contenttype-imio-smartweb-"] {
|
66
|
+
&:before {
|
67
|
+
display: none;
|
68
|
+
}
|
69
|
+
svg {
|
70
|
+
margin-right: 5px;
|
71
|
+
}
|
72
|
+
}
|
73
|
+
|
74
|
+
// layout select
|
75
|
+
|
76
|
+
.manage-section .form_section_size option {
|
77
|
+
font-size: 15px;
|
78
|
+
}
|
79
|
+
.manage-section .form_section_size option:before {
|
80
|
+
content:"";
|
81
|
+
display: block;
|
82
|
+
width: 40px;
|
83
|
+
aspect-ratio: 16/9;
|
84
|
+
}
|
85
|
+
.form_section_size .icon_col-sm-3:before {
|
86
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h40v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M45 5v90H5V5h40m5-5H0v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M45 5h40v90H45z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M85 5v90H45V5h40m5-5H40v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M85 5h40v90H85z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M125 5v90H85V5h40m5-5H80v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M125 5h40v90h-40z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90h-40V5h40m5-5h-50v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");
|
87
|
+
background-size: contain;
|
88
|
+
background-repeat: no-repeat;
|
89
|
+
}
|
90
|
+
.form_section_size .icon_col-sm-4:before {
|
91
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h53.36v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M58.36 5v90H5V5h53.36m5-5H0v100h63.36V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M58.27 5h53.36v90H58.27z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M111.64 5v90H58.28V5h53.36m5-5H53.28v100h63.36V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M111.64 5H165v90h-53.36z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90h-53.36V5H165m5-5h-63.36v100H170V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");
|
92
|
+
background-size: contain;
|
93
|
+
background-repeat: no-repeat;
|
94
|
+
}
|
95
|
+
.form_section_size .icon_col-sm-6:before {
|
96
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h160v90H5z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90H5V5h160m5-5H0v100h170V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M5 5h80v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M85 5v90H5V5h80m5-5H0v100h90V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");
|
97
|
+
background-size: contain;
|
98
|
+
background-repeat: no-repeat;
|
99
|
+
}
|
100
|
+
.form_section_size .icon_col-sm-8:before {
|
101
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h53.36v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M58.36 5v90H5V5h53.36m5-5H0v100h63.36V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M58.27 5h53.36v90H58.27z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M111.64 5v90H58.28V5h53.36m5-5H53.28v100h63.36V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M111.64 5H165v90h-53.36z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90h-53.36V5H165m5-5h-63.36v100H170V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");
|
102
|
+
background-size: contain;
|
103
|
+
background-repeat: no-repeat;
|
104
|
+
}
|
105
|
+
.form_section_size .icon_col-sm-9:before {
|
106
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h40v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M45 5v90H5V5h40m5-5H0v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M45 5h40v90H45z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M85 5v90H45V5h40m5-5H40v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M85 5h40v90H85z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M125 5v90H85V5h40m5-5H80v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3Cpath d='M125 5h40v90h-40z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='M165 5v90h-40V5h40m5-5h-50v100h50V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");
|
107
|
+
background-size: contain;
|
108
|
+
background-repeat: no-repeat;
|
109
|
+
}
|
110
|
+
.form_section_size .icon_col-sm-12:before {
|
111
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 100'%3E%3Cpath d='M5 5h160v90H5z' style='fill:%2388c6ef;stroke-width:0'/%3E%3Cpath d='M165 5v90H5V5h160m5-5H0v100h170V0Z' style='fill:%230081f4;stroke-width:0'/%3E%3C/svg%3E");
|
112
|
+
background-size: contain;
|
113
|
+
background-repeat: no-repeat;
|
114
|
+
}
|
@@ -10,7 +10,8 @@ class CirkwiViewView(BrowserView):
|
|
10
10
|
|
11
11
|
def get_cirkwi_html(self):
|
12
12
|
cirkwi_widget_id = self.context.cirkwi_widget_id
|
13
|
-
|
13
|
+
cirkwi_widget_mb_key = self.context.cirkwi_widget_mb_key
|
14
|
+
url = f"{self.cirwki_api_uri}{cirkwi_widget_id}?mb_key={cirkwi_widget_mb_key}&{self.request.get('QUERY_STRING')}"
|
14
15
|
response = requests.get(url)
|
15
16
|
if response.status_code != 200:
|
16
17
|
return response.status_code
|
@@ -35,6 +35,7 @@ class BaseEventsEndpoint(BaseEndpoint):
|
|
35
35
|
params = [
|
36
36
|
"selected_agendas={}".format(self.context.selected_agenda),
|
37
37
|
"metadata_fields=category",
|
38
|
+
"metadata_fields=local_category",
|
38
39
|
"metadata_fields=container_uid",
|
39
40
|
"metadata_fields=topics",
|
40
41
|
"metadata_fields=start",
|
@@ -14,7 +14,8 @@
|
|
14
14
|
display-map view/display_map;
|
15
15
|
only-past-events view/only_past_events;
|
16
16
|
view-path view/view_path;
|
17
|
-
display_agendas_titles view/display_agendas_titles;
|
17
|
+
display_agendas_titles view/display_agendas_titles;
|
18
|
+
show-categories-or-topics view/show_categories_or_topics;"></smartweb-events>
|
18
19
|
</div>
|
19
20
|
</metal:main>
|
20
21
|
</body>
|
@@ -39,6 +39,7 @@ class BaseNewsEndpoint(BaseEndpoint):
|
|
39
39
|
"selected_news_folders={}".format(self.context.selected_news_folder),
|
40
40
|
"portal_type=imio.news.NewsItem",
|
41
41
|
"metadata_fields=category",
|
42
|
+
"metadata_fields=local_category",
|
42
43
|
"metadata_fields=container_uid",
|
43
44
|
"metadata_fields=topics",
|
44
45
|
"metadata_fields=has_leadimage",
|
@@ -12,7 +12,8 @@
|
|
12
12
|
orientation view/orientation;
|
13
13
|
current-language view/current_language;
|
14
14
|
view-path view/view_path;
|
15
|
-
display_newsfolders_titles view/display_newsfolders_titles;
|
15
|
+
display_newsfolders_titles view/display_newsfolders_titles;
|
16
|
+
show-categories-or-topics view/show_categories_or_topics;"></smartweb-news>
|
16
17
|
</div>
|
17
18
|
</metal:main>
|
18
19
|
</body>
|
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
from datetime import date
|
4
4
|
from dateutil.parser import parse
|
5
|
+
from imio.smartweb.common.utils import translate_vocabulary_term
|
5
6
|
from imio.smartweb.core.config import EVENTS_URL
|
6
7
|
from imio.smartweb.core.contents.sections.views import CarouselOrTableSectionView
|
7
8
|
from imio.smartweb.core.contents.sections.views import HashableJsonSectionView
|
@@ -29,6 +30,7 @@ class EventsView(CarouselOrTableSectionView, HashableJsonSectionView):
|
|
29
30
|
selected_item,
|
30
31
|
"metadata_fields=container_uid",
|
31
32
|
"metadata_fields=category_title",
|
33
|
+
"metadata_fields=topics",
|
32
34
|
"metadata_fields=start",
|
33
35
|
"metadata_fields=end",
|
34
36
|
"metadata_fields=has_leadimage",
|
@@ -63,11 +65,19 @@ class EventsView(CarouselOrTableSectionView, HashableJsonSectionView):
|
|
63
65
|
end = item["end"] and parse(item["end"]) or None
|
64
66
|
date_dict = {"start": start, "end": end}
|
65
67
|
modified_hash = hash_md5(item["modified"])
|
68
|
+
category = ""
|
69
|
+
if self.context.show_categories_or_topics == "category":
|
70
|
+
category = item.get("category_title", "")
|
71
|
+
elif self.context.show_categories_or_topics == "topic":
|
72
|
+
topic = item.get("topics") and item["topics"][0] or None
|
73
|
+
category = translate_vocabulary_term(
|
74
|
+
"imio.smartweb.vocabulary.Topics", topic
|
75
|
+
)
|
66
76
|
dict_item = {
|
67
77
|
"uid": item_uid,
|
68
78
|
"title": item["title"],
|
69
79
|
"description": item["description"],
|
70
|
-
"category":
|
80
|
+
"category": category,
|
71
81
|
"event_date": date_dict,
|
72
82
|
"url": f"{linking_view_url}/{item_id}?u={item_uid}",
|
73
83
|
"container_id": item.get("usefull_container_id", None),
|
@@ -68,8 +68,9 @@
|
|
68
68
|
tal:attributes="name string:select_${context/UID};
|
69
69
|
id string:select_${context/UID}">
|
70
70
|
<option tal:repeat="size view/get_sizes"
|
71
|
-
tal:attributes="value size/key"
|
72
|
-
|
71
|
+
tal:attributes="title size/value; value size/key; class string:icon_${size/key}"
|
72
|
+
>
|
73
|
+
</option>
|
73
74
|
</select>
|
74
75
|
</form>
|
75
76
|
<a class="section_size"
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.common.utils import translate_vocabulary_term
|
3
4
|
from imio.smartweb.core.config import NEWS_URL
|
4
5
|
from imio.smartweb.core.contents.sections.views import CarouselOrTableSectionView
|
5
6
|
from imio.smartweb.core.contents.sections.views import HashableJsonSectionView
|
@@ -27,6 +28,7 @@ class NewsView(CarouselOrTableSectionView, HashableJsonSectionView):
|
|
27
28
|
"portal_type=imio.news.NewsItem",
|
28
29
|
"metadata_fields=container_uid",
|
29
30
|
"metadata_fields=category_title",
|
31
|
+
"metadata_fields=topics",
|
30
32
|
"metadata_fields=has_leadimage",
|
31
33
|
"metadata_fields=modified",
|
32
34
|
"metadata_fields=effective",
|
@@ -56,11 +58,19 @@ class NewsView(CarouselOrTableSectionView, HashableJsonSectionView):
|
|
56
58
|
item_url = item["@id"]
|
57
59
|
item_uid = item["UID"]
|
58
60
|
modified_hash = hash_md5(item["modified"])
|
61
|
+
category = ""
|
62
|
+
if self.context.show_categories_or_topics == "category":
|
63
|
+
category = item.get("category_title", "")
|
64
|
+
elif self.context.show_categories_or_topics == "topic":
|
65
|
+
topic = item.get("topics") and item["topics"][0] or None
|
66
|
+
category = translate_vocabulary_term(
|
67
|
+
"imio.smartweb.vocabulary.Topics", topic
|
68
|
+
)
|
59
69
|
dict_item = {
|
60
70
|
"uid": item_uid,
|
61
71
|
"title": item["title"],
|
62
72
|
"description": item["description"],
|
63
|
-
"category":
|
73
|
+
"category": category,
|
64
74
|
"effective": item["effective"],
|
65
75
|
"url": f"{linking_view_url}/{item_id}?u={item_uid}",
|
66
76
|
"container_id": item.get("usefull_container_id", None),
|
@@ -3,7 +3,6 @@
|
|
3
3
|
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
|
-
from imio.smartweb.core.utils import get_current_language
|
7
6
|
from imio.smartweb.core.utils import hash_md5
|
8
7
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
9
8
|
from plone import api
|
@@ -11,6 +10,7 @@ from plone.locking.browser.info import LockInfoViewlet
|
|
11
10
|
from plone.protect.interfaces import IDisableCSRFProtection
|
12
11
|
from Products.Five.browser import BrowserView
|
13
12
|
from zope.annotation.interfaces import IAnnotations
|
13
|
+
from zope.i18n import translate
|
14
14
|
from zope.interface import alsoProvides
|
15
15
|
from zope.interface import Interface
|
16
16
|
from zope.lifecycleevent import modified
|
@@ -65,9 +65,9 @@ class SectionView(BrowserView):
|
|
65
65
|
return api.user.is_anonymous()
|
66
66
|
|
67
67
|
def get_section_size(self):
|
68
|
-
if not self.context.bootstrap_css_class:
|
69
|
-
return _("Define section size")
|
70
68
|
current_lang = api.portal.get_current_language()[:2]
|
69
|
+
if not self.context.bootstrap_css_class:
|
70
|
+
return translate(_("Define section size"), target_language=current_lang)
|
71
71
|
return translate_vocabulary_term(
|
72
72
|
"imio.smartweb.vocabulary.BootstrapCSS",
|
73
73
|
self.context.bootstrap_css_class,
|
@@ -89,7 +89,7 @@ class SectionView(BrowserView):
|
|
89
89
|
context = aq_inner(self.context)
|
90
90
|
context.bootstrap_css_class = section_size
|
91
91
|
context.reindexObject()
|
92
|
-
current_lang = get_current_language(
|
92
|
+
current_lang = api.portal.get_current_language()[:2]
|
93
93
|
size_txt = translate_vocabulary_term(
|
94
94
|
"imio.smartweb.vocabulary.BootstrapCSS",
|
95
95
|
section_size,
|
@@ -32,6 +32,7 @@
|
|
32
32
|
<element value="plone.locking"/>
|
33
33
|
<element value="plone.leadimage"/>
|
34
34
|
<element value="plone.imagecropping"/>
|
35
|
+
<element value="imio.smartweb.category_display"/>
|
35
36
|
<element value="imio.smartweb.orientation"/>
|
36
37
|
<element value="imio.smartweb.listing"/>
|
37
38
|
<element value="imio.smartweb.topics"/>
|
@@ -32,6 +32,7 @@
|
|
32
32
|
<element value="plone.locking"/>
|
33
33
|
<element value="plone.leadimage"/>
|
34
34
|
<element value="plone.imagecropping"/>
|
35
|
+
<element value="imio.smartweb.category_display"/>
|
35
36
|
<element value="imio.smartweb.orientation"/>
|
36
37
|
<element value="imio.smartweb.listing"/>
|
37
38
|
<element value="imio.smartweb.topics"/>
|
@@ -12,7 +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_title":
|
15
|
+
"category_title": "Presse",
|
16
16
|
"description": "Description de mon événement",
|
17
17
|
"end": "2023-10-31T10:00:00+00:00",
|
18
18
|
"first_end": "2023-10-31T10:00:00+00:00",
|
@@ -652,6 +652,7 @@
|
|
652
652
|
"review_state": "published",
|
653
653
|
"start": "2023-01-31T09:00:00+00:00",
|
654
654
|
"title": "Journée de l'ATL",
|
655
|
+
"topics": ["education"],
|
655
656
|
"whole_day": true
|
656
657
|
},
|
657
658
|
{
|
@@ -7,7 +7,7 @@
|
|
7
7
|
"UID": "aff08290e3f64cfa830417bc36d5614f",
|
8
8
|
"breadcrumb": "belleville >> commune >> Première actualité",
|
9
9
|
"category": null,
|
10
|
-
"category_title":
|
10
|
+
"category_title": "Presse",
|
11
11
|
"description": "Description",
|
12
12
|
"effective": "2021-05-11T13:31:00",
|
13
13
|
"has_leadimage": false,
|
@@ -641,7 +641,7 @@
|
|
641
641
|
"modified": "2021-05-11T13:31:00",
|
642
642
|
"review_state": "published",
|
643
643
|
"title": "Première actualité",
|
644
|
-
"topics":
|
644
|
+
"topics": ["education"]
|
645
645
|
},
|
646
646
|
{
|
647
647
|
"@id": "https://actualites.enwallonie.be/belleville/commune/a02e0afe2cbe4209970992d5d7323373",
|
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"@id": "http://localhost:8080/Plone/@events?UID=1178188bddde4ced95a6cf8bf04c443c&portal_type=imio.events.Event&metadata_fields=category_title&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=image_scales&metadata_fields=UID&event_dates.query=2021-11-15&event_dates.range=min&sort_limit=6",
|
2
|
+
"@id": "http://localhost:8080/Plone/@events?UID=1178188bddde4ced95a6cf8bf04c443c&portal_type=imio.events.Event&metadata_fields=category_title&metadata_fields=topics&metadata_fields=start&metadata_fields=end&metadata_fields=has_leadimage&metadata_fields=image_scales&metadata_fields=UID&event_dates.query=2021-11-15&event_dates.range=min&sort_limit=6",
|
3
3
|
"items": [
|
4
4
|
{
|
5
5
|
"@id": "http://localhost:8080/Plone/belleville/communal/1178188bddde4ced95a6cf8bf04c443c",
|
@@ -4,6 +4,7 @@ from imio.smartweb.core.interfaces import IImioSmartwebCoreLayer
|
|
4
4
|
from imio.smartweb.core.testing import IMIO_SMARTWEB_CORE_FUNCTIONAL_TESTING
|
5
5
|
from imio.smartweb.core.testing import ImioSmartwebTestCase
|
6
6
|
from plone import api
|
7
|
+
from plone.api import portal as portal_api
|
7
8
|
from plone.app.testing import logout
|
8
9
|
from plone.app.testing import setRoles
|
9
10
|
from plone.app.testing import TEST_USER_ID
|
@@ -17,6 +18,7 @@ from zope.component import queryMultiAdapter
|
|
17
18
|
from zope.interface import alsoProvides
|
18
19
|
|
19
20
|
import json
|
21
|
+
import mock
|
20
22
|
import re
|
21
23
|
import transaction
|
22
24
|
|
@@ -75,11 +77,16 @@ class TestSections(ImioSmartwebTestCase):
|
|
75
77
|
self.assertEqual(len(available_sizes), nb_occurrences)
|
76
78
|
for size in available_sizes:
|
77
79
|
self.assertIn(
|
78
|
-
f'<option value="{size["key"]}"
|
80
|
+
f'<option title="{size["value"]}" value="{size["key"]}" class="icon_{size["key"]}" >',
|
79
81
|
form_to_choose_size,
|
80
82
|
)
|
83
|
+
# self.assertIn(
|
84
|
+
# f'<option value="{size["key"]}">{size["value"]}</option>',
|
85
|
+
# form_to_choose_size,
|
86
|
+
# )
|
81
87
|
|
82
88
|
def test_change_section_size(self):
|
89
|
+
portal_api.get_current_language = mock.Mock(return_value="en")
|
83
90
|
transaction.commit()
|
84
91
|
section_text_uid = self.section_text.UID()
|
85
92
|
browser = Browser(self.layer["app"])
|