imio.smartweb.core 1.2.41__tar.gz → 1.2.43__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.41 → imio.smartweb.core-1.2.43}/CHANGES.rst +23 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/PKG-INFO +24 -1
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/setup.py +1 -1
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/sitemap.py +10 -3
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/portal_page/view.py +3 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/views.py +2 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/utils.py +0 -1
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/configure.zcml +18 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/views.py +1 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/files/view.py +2 -1
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/macros.pt +25 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/views.py +37 -1
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/interfaces.py +4 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/metadata.xml +1 -1
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +1 -0
- imio.smartweb.core-1.2.43/src/imio/smartweb/core/tests/test_htmx_in_sections.py +124 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/configure.zcml +19 -1
- imio.smartweb.core-1.2.43/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +12 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/utils.py +23 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/configure.zcml +22 -0
- imio.smartweb.core-1.2.43/src/imio/smartweb/core/viewlets/htmx.py +15 -0
- imio.smartweb.core-1.2.43/src/imio/smartweb/core/viewlets/htmx_js_header.pt +59 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +1 -1
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio.smartweb.core.egg-info/PKG-INFO +24 -1
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio.smartweb.core.egg-info/SOURCES.txt +4 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/CONTRIBUTORS.rst +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/DEVELOP.rst +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/MANIFEST.in +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/README.rst +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/docs/conf.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/docs/index.rst +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/requirements.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/setup.cfg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/config.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/base.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/events/endpoint.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/news/endpoint.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/events/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/news/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/indexers.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/testing.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_rest.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/test_vocabularies.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/vocabularies.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/10512eee43c7b5ed4757.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/10dd862b2cdd9c68e1a8.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/a38272f263f8328349f2.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/location-bla.1423bcce16ddcb21141430cac1428dc1.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/next-react-white.819cb069ac8eec300a9db6a7707712d6.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/next-react.17bc43ff4a6a86f4520f5782f6a89a72.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/assets/search.57bdbf5b191499cd77514097d1c4972c.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/css/686.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/f79b479fdc5c0fe0d553.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/496.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/496.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/568.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/568.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/686.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/package.json +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/facebook-news.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/location-bla.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/next-react.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/search.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/assets/skeleton.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,29 @@ Changelog
|
|
2
2
|
=========
|
3
3
|
|
4
4
|
|
5
|
+
1.2.43 (2024-04-18)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- WEB-4099 : Resize sections in front-end thanks to htmx / jquery
|
9
|
+
[boulch]
|
10
|
+
|
11
|
+
- WEB-4098 : Add affiche scale for section on table view display and one element by lot
|
12
|
+
[thomlamb]
|
13
|
+
|
14
|
+
- WEB-4098 : Add new profile for imio.smartweb.orientation to section files
|
15
|
+
[thomlamb]
|
16
|
+
|
17
|
+
- SUP-35100 : Fix sitemap.xml.gz generation. When a "main" rest view was removed, continue to build sitemap for others rest views
|
18
|
+
[boulch]
|
19
|
+
|
20
|
+
|
21
|
+
1.2.42 (2024-04-12)
|
22
|
+
-------------------
|
23
|
+
|
24
|
+
- SUP-36564 : Fix arcgis external content plugin
|
25
|
+
[boulch]
|
26
|
+
|
27
|
+
|
5
28
|
1.2.41 (2024-04-04)
|
6
29
|
-------------------
|
7
30
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.43
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -158,6 +158,29 @@ Changelog
|
|
158
158
|
=========
|
159
159
|
|
160
160
|
|
161
|
+
1.2.43 (2024-04-18)
|
162
|
+
-------------------
|
163
|
+
|
164
|
+
- WEB-4099 : Resize sections in front-end thanks to htmx / jquery
|
165
|
+
[boulch]
|
166
|
+
|
167
|
+
- WEB-4098 : Add affiche scale for section on table view display and one element by lot
|
168
|
+
[thomlamb]
|
169
|
+
|
170
|
+
- WEB-4098 : Add new profile for imio.smartweb.orientation to section files
|
171
|
+
[thomlamb]
|
172
|
+
|
173
|
+
- SUP-35100 : Fix sitemap.xml.gz generation. When a "main" rest view was removed, continue to build sitemap for others rest views
|
174
|
+
[boulch]
|
175
|
+
|
176
|
+
|
177
|
+
1.2.42 (2024-04-12)
|
178
|
+
-------------------
|
179
|
+
|
180
|
+
- SUP-36564 : Fix arcgis external content plugin
|
181
|
+
[boulch]
|
182
|
+
|
183
|
+
|
161
184
|
1.2.41 (2024-04-04)
|
162
185
|
-------------------
|
163
186
|
|
{imio.smartweb.core-1.2.41 → imio.smartweb.core-1.2.43}/src/imio/smartweb/core/browser/sitemap.py
RENAMED
@@ -4,7 +4,6 @@ from imio.smartweb.core.config import EVENTS_URL
|
|
4
4
|
from imio.smartweb.core.config import NEWS_URL
|
5
5
|
from imio.smartweb.core.contents.rest.utils import get_auth_sources_response
|
6
6
|
from imio.smartweb.core.contents.rest.utils import get_entity_id
|
7
|
-
from imio.smartweb.core.utils import get_json
|
8
7
|
from plone import api
|
9
8
|
from plone.base.interfaces import IPloneSiteRoot
|
10
9
|
from plone.app.layout.sitemap.sitemap import SiteMapView
|
@@ -13,6 +12,10 @@ from Products.CMFCore.utils import getToolByName
|
|
13
12
|
from Products.CMFPlone.utils import normalizeString
|
14
13
|
from zope.component import getUtility
|
15
14
|
|
15
|
+
import logging
|
16
|
+
|
17
|
+
logger = logging.getLogger("imio.smartweb.core")
|
18
|
+
|
16
19
|
|
17
20
|
class CustomSiteMapView(SiteMapView):
|
18
21
|
|
@@ -122,8 +125,12 @@ class CustomSiteMapView(SiteMapView):
|
|
122
125
|
return self.request.response.setStatus(
|
123
126
|
404, "No default authentic source found"
|
124
127
|
)
|
125
|
-
|
126
|
-
obj
|
128
|
+
obj = api.content.get(UID=auth_source_uid)
|
129
|
+
if obj is None:
|
130
|
+
logger.warning(
|
131
|
+
f"Seems that a main authentic view (for {auth_source_key}) is not found"
|
132
|
+
)
|
133
|
+
continue
|
127
134
|
auth_source_view_url = obj.absolute_url()
|
128
135
|
results = get_auth_sources_response(
|
129
136
|
auth_source_key, normalizeString(entity_id), (60 * 60 * 24)
|
@@ -1,8 +1,11 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.core.interfaces import IHtmxViewUtils
|
3
4
|
from Products.Five.browser import BrowserView
|
5
|
+
from zope.interface import implementer
|
4
6
|
|
5
7
|
|
8
|
+
@implementer(IHtmxViewUtils)
|
6
9
|
class NoTitleView(BrowserView):
|
7
10
|
def __call__(self):
|
8
11
|
return ""
|
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
from Acquisition import aq_inner
|
4
4
|
from imio.smartweb.core.utils import get_scale_url
|
5
|
+
from imio.smartweb.core.interfaces import IHtmxViewUtils
|
5
6
|
from imio.smartweb.core.interfaces import IViewWithoutLeadImage
|
6
7
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
7
8
|
from Products.CMFPlone.resources import add_bundle_on_request
|
@@ -17,6 +18,7 @@ from zope.interface import implementer
|
|
17
18
|
|
18
19
|
|
19
20
|
@implementer(IViewWithoutLeadImage)
|
21
|
+
@implementer(IHtmxViewUtils)
|
20
22
|
class PagesView(FolderView):
|
21
23
|
"""Pages view"""
|
22
24
|
|
@@ -5,7 +5,6 @@ from imio.smartweb.core.config import EVENTS_URL
|
|
5
5
|
from imio.smartweb.core.config import NEWS_URL
|
6
6
|
from imio.smartweb.core.utils import get_wca_token
|
7
7
|
from plone.memoize import ram
|
8
|
-
from plone.memoize.view import memoize
|
9
8
|
from time import time
|
10
9
|
from zope.component import getUtility
|
11
10
|
from zope.schema.interfaces import IVocabularyFactory
|
@@ -54,6 +54,24 @@
|
|
54
54
|
layer="imio.smartweb.core.interfaces.IImioSmartwebCoreLayer"
|
55
55
|
/>
|
56
56
|
|
57
|
+
<browser:page
|
58
|
+
for="*"
|
59
|
+
name="getsizes"
|
60
|
+
attribute="get_sizes"
|
61
|
+
class="imio.smartweb.core.contents.sections.views.SectionView"
|
62
|
+
permission="zope2.View"
|
63
|
+
layer="imio.smartweb.core.interfaces.IImioSmartwebCoreLayer"
|
64
|
+
/>
|
65
|
+
|
66
|
+
<browser:page
|
67
|
+
for="*"
|
68
|
+
name="savesize"
|
69
|
+
attribute="save_size"
|
70
|
+
class="imio.smartweb.core.contents.sections.views.SectionView"
|
71
|
+
permission="zope2.View"
|
72
|
+
layer="imio.smartweb.core.interfaces.IImioSmartwebCoreLayer"
|
73
|
+
/>
|
74
|
+
|
57
75
|
<subscriber
|
58
76
|
for="imio.smartweb.core.contents.ISection
|
59
77
|
zope.lifecycleevent.interfaces.IObjectAddedEvent"
|
@@ -10,6 +10,7 @@ class FilesView(CarouselOrTableSectionView):
|
|
10
10
|
"""Files Section view"""
|
11
11
|
|
12
12
|
def items(self):
|
13
|
+
orientation = self.context.orientation
|
13
14
|
image_scale = self.image_scale
|
14
15
|
items = self.context.listFolderContents()
|
15
16
|
results = []
|
@@ -18,7 +19,7 @@ class FilesView(CarouselOrTableSectionView):
|
|
18
19
|
has_image = True if getattr(item.aq_base, "image", None) else False
|
19
20
|
file_view = queryMultiAdapter((item, self.request), name="file_view")
|
20
21
|
scale_url = get_scale_url(
|
21
|
-
item, self.request, "image", image_scale, orientation
|
22
|
+
item, self.request, "image", image_scale, orientation
|
22
23
|
)
|
23
24
|
results.append(
|
24
25
|
{
|
@@ -53,6 +53,31 @@
|
|
53
53
|
<a tal:attributes="href string:${context/absolute_url}/delete_confirmation"
|
54
54
|
i18n:translate="">Delete section</a>
|
55
55
|
|
56
|
+
<form class="form_section_size"
|
57
|
+
style="display: none;"
|
58
|
+
hx-swap="innerHTML"
|
59
|
+
hx-trigger="change"
|
60
|
+
tal:attributes="name string:sizesForm_${context/UID};
|
61
|
+
id string:sizesForm_${context/UID};
|
62
|
+
hx-boost string:${context/UID};
|
63
|
+
hx-post string:${context/absolute_url}/@@savesize;
|
64
|
+
hx-target string:#selected_size_${context/UID}">
|
65
|
+
<select name="sectionSize"
|
66
|
+
class="form-select select_section_size"
|
67
|
+
hx-vals="serialize"
|
68
|
+
tal:attributes="name string:select_${context/UID};
|
69
|
+
id string:select_${context/UID}">
|
70
|
+
<option tal:repeat="size view/get_sizes"
|
71
|
+
tal:attributes="value size/key"
|
72
|
+
tal:content="size/value"></option>
|
73
|
+
</select>
|
74
|
+
</form>
|
75
|
+
<a class="section_size"
|
76
|
+
href="#"
|
77
|
+
tal:attributes="id string:selected_size_${context/UID};
|
78
|
+
uid string:${context/UID}"
|
79
|
+
tal:content="string:${view/get_section_size}"></a>
|
80
|
+
|
56
81
|
<tal:dates define="modified context/ModificationDate">
|
57
82
|
<span class="documentModified"
|
58
83
|
tal:condition="modified">
|
@@ -1,5 +1,9 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from Acquisition import aq_inner
|
4
|
+
from imio.smartweb.common.utils import get_vocabulary
|
5
|
+
from imio.smartweb.common.utils import translate_vocabulary_term
|
6
|
+
from imio.smartweb.core.utils import get_current_language
|
3
7
|
from imio.smartweb.core.utils import hash_md5
|
4
8
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
5
9
|
from plone import api
|
@@ -60,6 +64,38 @@ class SectionView(BrowserView):
|
|
60
64
|
def is_anonymous(self):
|
61
65
|
return api.user.is_anonymous()
|
62
66
|
|
67
|
+
def get_section_size(self):
|
68
|
+
if not self.context.bootstrap_css_class:
|
69
|
+
return _("Define section size")
|
70
|
+
current_lang = api.portal.get_current_language()[:2]
|
71
|
+
return translate_vocabulary_term(
|
72
|
+
"imio.smartweb.vocabulary.BootstrapCSS",
|
73
|
+
self.context.bootstrap_css_class,
|
74
|
+
current_lang,
|
75
|
+
)
|
76
|
+
|
77
|
+
@property
|
78
|
+
def get_sizes(self):
|
79
|
+
voc = get_vocabulary("imio.smartweb.vocabulary.BootstrapCSS")
|
80
|
+
sizes = [{"key": t.token, "value": _(t.title)} for t in voc]
|
81
|
+
return sizes
|
82
|
+
|
83
|
+
@property
|
84
|
+
def save_size(self):
|
85
|
+
if not self.request.form.get("sectionSize"):
|
86
|
+
return json.dumps({})
|
87
|
+
section_size = self.request.form.get("sectionSize")
|
88
|
+
context = aq_inner(self.context)
|
89
|
+
context.bootstrap_css_class = section_size
|
90
|
+
context.reindexObject()
|
91
|
+
current_lang = get_current_language(self.context)[:2]
|
92
|
+
size_txt = translate_vocabulary_term(
|
93
|
+
"imio.smartweb.vocabulary.BootstrapCSS",
|
94
|
+
self.request.form.get("sectionSize"),
|
95
|
+
current_lang,
|
96
|
+
)
|
97
|
+
return json.dumps({"id": section_size, "title": size_txt})
|
98
|
+
|
63
99
|
|
64
100
|
class CarouselOrTableSectionView(SectionView):
|
65
101
|
"""Section view that can display a carousel"""
|
@@ -71,7 +107,7 @@ class CarouselOrTableSectionView(SectionView):
|
|
71
107
|
if layout == "carousel_view":
|
72
108
|
return self.context.nb_results_by_batch == 1 and "affiche" or "vignette"
|
73
109
|
elif layout == "table_view":
|
74
|
-
return self.context.nb_results_by_batch == 1 and "
|
110
|
+
return self.context.nb_results_by_batch == 1 and "affiche" or "vignette"
|
75
111
|
else:
|
76
112
|
return getattr(self.context, "image_scale", "")
|
77
113
|
|
@@ -0,0 +1,124 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
|
3
|
+
from imio.smartweb.core.interfaces import IImioSmartwebCoreLayer
|
4
|
+
from imio.smartweb.core.testing import IMIO_SMARTWEB_CORE_FUNCTIONAL_TESTING
|
5
|
+
from imio.smartweb.core.testing import ImioSmartwebTestCase
|
6
|
+
from plone import api
|
7
|
+
from plone.app.testing import logout
|
8
|
+
from plone.app.testing import setRoles
|
9
|
+
from plone.app.testing import TEST_USER_ID
|
10
|
+
from plone.app.testing import TEST_USER_NAME
|
11
|
+
from plone.app.testing import TEST_USER_PASSWORD
|
12
|
+
from plone.app.textfield.value import RichTextValue
|
13
|
+
from plone.protect.authenticator import createToken
|
14
|
+
from plone.testing.zope import Browser
|
15
|
+
from zope.component import getMultiAdapter
|
16
|
+
from zope.component import queryMultiAdapter
|
17
|
+
from zope.interface import alsoProvides
|
18
|
+
|
19
|
+
import json
|
20
|
+
import re
|
21
|
+
import transaction
|
22
|
+
|
23
|
+
|
24
|
+
class TestSections(ImioSmartwebTestCase):
|
25
|
+
layer = IMIO_SMARTWEB_CORE_FUNCTIONAL_TESTING
|
26
|
+
|
27
|
+
def setUp(self):
|
28
|
+
self.request = self.layer["request"]
|
29
|
+
self.portal = self.layer["portal"]
|
30
|
+
setRoles(self.portal, TEST_USER_ID, ["Manager"])
|
31
|
+
self.page = api.content.create(
|
32
|
+
container=self.portal,
|
33
|
+
type="imio.smartweb.Page",
|
34
|
+
id="page",
|
35
|
+
)
|
36
|
+
alsoProvides(self.request, IImioSmartwebCoreLayer)
|
37
|
+
self.section_text = api.content.create(
|
38
|
+
container=self.page,
|
39
|
+
type="imio.smartweb.SectionText",
|
40
|
+
title="Section Text",
|
41
|
+
id="section-text",
|
42
|
+
)
|
43
|
+
self.section_text.text = RichTextValue(
|
44
|
+
"<p>My rich text</p>", "text/html", "text/html"
|
45
|
+
)
|
46
|
+
api.content.transition(self.page, "publish")
|
47
|
+
|
48
|
+
def test_htmx_not_loaded_for_anonymous(self):
|
49
|
+
logout()
|
50
|
+
view = queryMultiAdapter((self.page, self.request), name="full_view")
|
51
|
+
self.assertNotIn("https://unpkg.com/htmx.org@1.9.10/dist/htmx.js", view())
|
52
|
+
|
53
|
+
def test_all_html_elements_are_here(self):
|
54
|
+
view = queryMultiAdapter((self.page, self.request), name="full_view")
|
55
|
+
# test if htmx well loaded
|
56
|
+
self.assertIn("https://unpkg.com/htmx.org@1.9.10/dist/htmx.js", view())
|
57
|
+
section_text_uid = self.section_text.UID()
|
58
|
+
# test if elements are here and have the right id
|
59
|
+
self.assertIn(f"sizesForm_{section_text_uid}", view())
|
60
|
+
self.assertIn(f'hx-boost="{section_text_uid}"', view())
|
61
|
+
self.assertIn(f'id="selected_size_{section_text_uid}"', view())
|
62
|
+
self.assertIn(f'hx-target="#selected_size_{section_text_uid}"', view())
|
63
|
+
|
64
|
+
def test_options_in_select(self):
|
65
|
+
view = queryMultiAdapter((self.page, self.request), name="full_view")
|
66
|
+
section_text_view = getMultiAdapter(
|
67
|
+
(self.section_text, self.request), name="view"
|
68
|
+
)
|
69
|
+
available_sizes = section_text_view.get_sizes
|
70
|
+
match = re.search(
|
71
|
+
r'<form class="form_section_size".*?</form>', view(), re.DOTALL
|
72
|
+
)
|
73
|
+
form_to_choose_size = match.group(0)
|
74
|
+
nb_occurrences = len(re.findall(r"<option", form_to_choose_size))
|
75
|
+
self.assertEqual(len(available_sizes), nb_occurrences)
|
76
|
+
for size in available_sizes:
|
77
|
+
self.assertIn(
|
78
|
+
f'<option value="{size["key"]}">{size["value"]}</option>',
|
79
|
+
form_to_choose_size,
|
80
|
+
)
|
81
|
+
|
82
|
+
def test_change_section_size(self):
|
83
|
+
transaction.commit()
|
84
|
+
section_text_uid = self.section_text.UID()
|
85
|
+
browser = Browser(self.layer["app"])
|
86
|
+
browser.addHeader(
|
87
|
+
"Authorization",
|
88
|
+
"Basic %s:%s"
|
89
|
+
% (
|
90
|
+
TEST_USER_NAME,
|
91
|
+
TEST_USER_PASSWORD,
|
92
|
+
),
|
93
|
+
)
|
94
|
+
browser.open(f"{self.page.absolute_url()}/full_view/?language=fr")
|
95
|
+
contents = browser.contents
|
96
|
+
div_section_container = (
|
97
|
+
'<div class="sortable-section sectiontext" data-id="section-text" style="">'
|
98
|
+
)
|
99
|
+
self.assertIn(div_section_container, contents)
|
100
|
+
|
101
|
+
select = browser.getControl(name=f"select_{section_text_uid}")
|
102
|
+
select.value = "col-sm-12"
|
103
|
+
browser.getForm(name=f"sizesForm_{section_text_uid}").submit()
|
104
|
+
section_text_view = getMultiAdapter(
|
105
|
+
(self.section_text, self.request), name="view"
|
106
|
+
)
|
107
|
+
self.assertEqual(section_text_view.save_size, json.dumps({}))
|
108
|
+
|
109
|
+
self.request.form["sectionSize"] = select.value[0]
|
110
|
+
self.request.form["_authenticator"] = createToken()
|
111
|
+
section_text_view = getMultiAdapter(
|
112
|
+
(self.section_text, self.request), name="view"
|
113
|
+
)
|
114
|
+
section_text_view.save_size
|
115
|
+
self.assertEqual(
|
116
|
+
section_text_view.save_size,
|
117
|
+
json.dumps({"id": "col-sm-12", "title": "Full width"}),
|
118
|
+
)
|
119
|
+
transaction.commit()
|
120
|
+
|
121
|
+
browser.open(f"{self.page.absolute_url()}/full_view/?language=fr")
|
122
|
+
contents = browser.contents
|
123
|
+
div_section_container = f'<div class="sortable-section sectiontext {select.value[0]}" data-id="section-text" style="">'
|
124
|
+
self.assertIn(div_section_container, contents)
|
@@ -219,6 +219,14 @@
|
|
219
219
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
220
220
|
/>
|
221
221
|
|
222
|
+
<genericsetup:registerProfile
|
223
|
+
name="upgrade_1055_to_1056"
|
224
|
+
title="Upgrade core from 1055 to 1056"
|
225
|
+
directory="profiles/1055_to_1056"
|
226
|
+
description="Add imio.smartweb.orientation to section files"
|
227
|
+
provides="Products.GenericSetup.interfaces.EXTENSION"
|
228
|
+
/>
|
229
|
+
|
222
230
|
<genericsetup:upgradeStep
|
223
231
|
title="Configure first official release"
|
224
232
|
description="Run needed profiles steps and reindex catalog"
|
@@ -783,4 +791,14 @@
|
|
783
791
|
/>
|
784
792
|
</genericsetup:upgradeSteps>
|
785
793
|
|
786
|
-
|
794
|
+
<genericsetup:upgradeSteps
|
795
|
+
source="1055"
|
796
|
+
destination="1056"
|
797
|
+
profile="imio.smartweb.core:default">
|
798
|
+
<genericsetup:upgradeDepends
|
799
|
+
title="Add imio.smartweb.orientation to section files"
|
800
|
+
import_profile="imio.smartweb.core.upgrades:upgrade_1055_to_1056"
|
801
|
+
/>
|
802
|
+
</genericsetup:upgradeSteps>
|
803
|
+
|
804
|
+
</configure>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
3
|
+
name="imio.smartweb.SectionHTML"
|
4
|
+
meta_type="Dexterity FTI"
|
5
|
+
i18n:domain="imio.smartweb">
|
6
|
+
|
7
|
+
<!-- Enabled behaviors -->
|
8
|
+
<property name="behaviors" purge="false">
|
9
|
+
<element value="imio.smartweb.orientation"/>
|
10
|
+
</property>
|
11
|
+
|
12
|
+
</object>
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from Acquisition import aq_inner
|
3
4
|
from Acquisition import aq_parent
|
4
5
|
from collective.taxonomy.interfaces import ITaxonomy
|
5
6
|
from imio.smartweb.core.config import WCA_URL
|
@@ -13,6 +14,7 @@ from Products.CMFPlone.interfaces.siteroot import IPloneSiteRoot
|
|
13
14
|
from Products.CMFPlone.utils import base_hasattr
|
14
15
|
from zope.component import getSiteManager
|
15
16
|
from zope.component import queryMultiAdapter
|
17
|
+
from zope.globalrequest import getRequest
|
16
18
|
|
17
19
|
import hashlib
|
18
20
|
import json
|
@@ -196,3 +198,24 @@ def get_plausible_vars():
|
|
196
198
|
return plausible_vars
|
197
199
|
else:
|
198
200
|
return None
|
201
|
+
|
202
|
+
|
203
|
+
def get_current_language(context=None):
|
204
|
+
"""Return the current negotiated language.
|
205
|
+
|
206
|
+
:param context: context object
|
207
|
+
:type context: object
|
208
|
+
:returns: language identifier
|
209
|
+
:rtype: string
|
210
|
+
:Example: :ref:`portal-get-current-language-example`
|
211
|
+
"""
|
212
|
+
request = getRequest()
|
213
|
+
if request is None:
|
214
|
+
return (
|
215
|
+
context and aq_inner(context).Language()
|
216
|
+
) or api.portal.get_default_language()
|
217
|
+
return (
|
218
|
+
request.get("LANGUAGE", None)
|
219
|
+
or (context and aq_inner(context).Language())
|
220
|
+
or api.portal.get_default_language()
|
221
|
+
)
|
@@ -328,6 +328,28 @@
|
|
328
328
|
/>
|
329
329
|
</configure>
|
330
330
|
|
331
|
+
<browser:viewlet
|
332
|
+
name="smartweb.htmx.js"
|
333
|
+
for="imio.smartweb.core.contents.IPage"
|
334
|
+
view="imio.smartweb.core.interfaces.IHtmxViewUtils"
|
335
|
+
manager="plone.app.layout.viewlets.interfaces.IHtmlHead"
|
336
|
+
layer="imio.smartweb.core.interfaces.IImioSmartwebCoreLayer"
|
337
|
+
template="htmx_js_header.pt"
|
338
|
+
class=".htmx.HtmxViewlet"
|
339
|
+
permission="zope2.View"
|
340
|
+
/>
|
341
|
+
|
342
|
+
<browser:viewlet
|
343
|
+
name="smartweb.htmx.js"
|
344
|
+
for="imio.smartweb.core.contents.IPortalPage"
|
345
|
+
view="imio.smartweb.core.interfaces.IHtmxViewUtils"
|
346
|
+
manager="plone.app.layout.viewlets.interfaces.IHtmlHead"
|
347
|
+
layer="imio.smartweb.core.interfaces.IImioSmartwebCoreLayer"
|
348
|
+
template="htmx_js_header.pt"
|
349
|
+
class=".htmx.HtmxViewlet"
|
350
|
+
permission="zope2.View"
|
351
|
+
/>
|
352
|
+
|
331
353
|
<!-- Overrides to change viewlets managers -->
|
332
354
|
|
333
355
|
<configure package="plone.app.multilingual.browser">
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
|
3
|
+
from plone import api
|
4
|
+
from plone.app.layout.viewlets.httpheaders import HeaderViewlet
|
5
|
+
|
6
|
+
|
7
|
+
class HtmxViewlet(HeaderViewlet):
|
8
|
+
"""htmx"""
|
9
|
+
|
10
|
+
def update(self):
|
11
|
+
super(HtmxViewlet, self).update()
|
12
|
+
|
13
|
+
@property
|
14
|
+
def is_anonymous(self):
|
15
|
+
return api.user.is_anonymous()
|
@@ -0,0 +1,59 @@
|
|
1
|
+
<tal:cond condition="python:not view.is_anonymous">
|
2
|
+
<script src="https://unpkg.com/htmx.org@1.9.10/dist/htmx.js"></script>
|
3
|
+
|
4
|
+
<script type="text/javascript">
|
5
|
+
$(document).ready(function() {
|
6
|
+
/**
|
7
|
+
Manage section size
|
8
|
+
When clicking on link (<a>) with class "section_size", display the form to select the section size
|
9
|
+
*/
|
10
|
+
$(".manage-section > a.section_size").on("click", function(event) {
|
11
|
+
event.preventDefault();
|
12
|
+
var clickedElement = event.target;
|
13
|
+
var uid = clickedElement.getAttribute("uid");
|
14
|
+
var sizesForm = $("#sizesForm_" + uid);
|
15
|
+
// Get <select>
|
16
|
+
var selectElement = document.querySelector("#sizesForm_" + uid + " > select");
|
17
|
+
sizesForm.css({ "display": "inline-block", "position": "absolute", "zIndex": "2" });
|
18
|
+
selectElement.selectedIndex = -1;
|
19
|
+
selectElement.size = selectElement.options.length;
|
20
|
+
selectElement.focus();
|
21
|
+
selectElement.addEventListener('focusout', function(event) {
|
22
|
+
sizesForm.css("display", "none");
|
23
|
+
});
|
24
|
+
});
|
25
|
+
|
26
|
+
/**
|
27
|
+
Manage section size
|
28
|
+
When submitting the form, update the section size and the class of the parent element
|
29
|
+
(to directly resize the section)
|
30
|
+
*/
|
31
|
+
$(".manage-section > form").on("htmx:afterRequest", function(event) {
|
32
|
+
event.preventDefault();
|
33
|
+
var response = JSON.parse(event.detail.xhr.response);
|
34
|
+
var currentForm = event.target;
|
35
|
+
var uid = currentForm.getAttribute("hx-boost");
|
36
|
+
var link = document.getElementById("selected_size_" + uid);
|
37
|
+
var parent = currentForm.closest('.sortable-section');
|
38
|
+
var lst_parent_classes = $(parent).attr("class").split(" ");
|
39
|
+
var new_parent_classes = ""
|
40
|
+
var find = false;
|
41
|
+
for (var i = 0; i < lst_parent_classes.length; i++) {
|
42
|
+
if (lst_parent_classes[i].startsWith("col-")) {
|
43
|
+
find = true;
|
44
|
+
lst_parent_classes[i] = response.id;
|
45
|
+
}
|
46
|
+
new_parent_classes += new_parent_classes + " " + lst_parent_classes[i];
|
47
|
+
}
|
48
|
+
// "col-" can not be found if there is no section size defined
|
49
|
+
if (find == false) {
|
50
|
+
new_parent_classes += " " + response.id;
|
51
|
+
}
|
52
|
+
$(parent).removeClass().addClass(new_parent_classes);
|
53
|
+
currentForm.style.display = "none";
|
54
|
+
link.innerText = response.title;
|
55
|
+
link.style.display = "inline-block";
|
56
|
+
});
|
57
|
+
});
|
58
|
+
</script>
|
59
|
+
</tal:cond>
|
@@ -133,7 +133,7 @@
|
|
133
133
|
.r-list-item-group {
|
134
134
|
&:hover {
|
135
135
|
.r-item-arrow-more {
|
136
|
-
background: url(
|
136
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 10'%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 1'%3E%3Cpath d='M1 5h18.44' data-name='Ligne 7' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 1 4.61 4' data-name='Ligne 8' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 9 4.61-4' data-name='Ligne 9' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), #F9B331;
|
137
137
|
background-repeat: no-repeat;
|
138
138
|
background-size: 20px;
|
139
139
|
background-position: center;
|