imio.smartweb.core 1.3.4__tar.gz → 1.3.6__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.3.4 → imio_smartweb_core-1.3.6}/CHANGES.rst +20 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/PKG-INFO +21 -1
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/setup.py +1 -1
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/search/search.pt +2 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +1 -1
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/src/view.less +48 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/campaign/content.py +7 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/campaign/view.pt +1 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/campaign/view.py +4 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/contact/view.pt +9 -7
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/actions.xml +11 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/metadata.xml +1 -1
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/configure.zcml +19 -2
- imio_smartweb_core-1.3.6/src/imio/smartweb/core/upgrades/profiles/1067_to_1068/actions.xml +9 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/configure.zcml +16 -0
- imio_smartweb_core-1.3.6/src/imio/smartweb/core/viewlets/menu.py +38 -0
- imio_smartweb_core-1.3.6/src/imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js +1 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.jsx +13 -2
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Campaign/CampaignCard/CampaignCard.jsx +8 -6
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Campaign/CampaignContent/CampaignContent.jsx +23 -11
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Campaign/CampaignList/CampaignList.jsx +2 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio.smartweb.core.egg-info/PKG-INFO +21 -1
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio.smartweb.core.egg-info/SOURCES.txt +1 -0
- imio_smartweb_core-1.3.4/src/imio/smartweb/core/viewlets/menu.py +0 -11
- imio_smartweb_core-1.3.4/src/imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js +0 -1
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/CONTRIBUTORS.rst +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/DEVELOP.rst +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/LICENSE.GPL +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/LICENSE.rst +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/MANIFEST.in +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/README.rst +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/docs/conf.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/docs/index.rst +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/requirements-coverage.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/requirements.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/setup.cfg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/categorization.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/new_tab.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/sitemap.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-delete.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-engagement-2.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-panneaux.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/action-vote.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-attention.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-nature.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-a-conteneurs.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-plus.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-primes-2.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/organisation-scout.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/reseausocial-behance.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/config.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/pages/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/publication/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/publication/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/publication/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/base.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/campaign/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/campaign/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/campaign/endpoint.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/events/endpoint.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/news/endpoint.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/events/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/news/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/timestamped_publications/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/timestamped_publications/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/timestamped_publications/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/timestamped_publications/view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/contents/sections/views.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/indexers.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/overrides.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/Link.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Publication.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionTimestampedPublications.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox/browserlayer.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox/metadata.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox/registry/iaideabox.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox/types/imio.smartweb.CampaignView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox_uninstall/browserlayer.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox_uninstall/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/ideabox_uninstall/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/testing.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_iadeliberations_institutions.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_iadeliberations_publication.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_iadeliberations_publications.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_ideabox_campaign.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_ideabox_campaigns.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_ideabox_projects.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_news_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_iadeliberations.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_ideabox.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_rest.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_section_gallery.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_vocabularies.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/test_vocabulary.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1058_to_1059/registry/linkedin-icon.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1059_to_1060/registry/iadeliberation.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.Publication.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/workflows.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionTimestampedPublications.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/workflows.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1062_to_1063/registry.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/Link.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/profiles/1066_to_1067/types/imio.smartweb.SectionTimestampedPublications.xml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/utils.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/vocabularies.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/package.json +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Campaign/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Campaign/index.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/utils/CampaignMap.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,26 @@ Changelog
|
|
2
2
|
=========
|
3
3
|
|
4
4
|
|
5
|
+
1.3.6 (2025-04-10)
|
6
|
+
------------------
|
7
|
+
|
8
|
+
- Fix contact template to improve multi-contact display
|
9
|
+
[thomlamb]
|
10
|
+
|
11
|
+
- Ideabox : Add red thumbs display choice in campaign view
|
12
|
+
[thomlamb]
|
13
|
+
|
14
|
+
- WEB-4237 : Hide unnecessary toolbar entries when rendering a React view
|
15
|
+
[boulch]
|
16
|
+
|
17
|
+
|
18
|
+
1.3.5 (2025-04-03)
|
19
|
+
------------------
|
20
|
+
|
21
|
+
- Fix : Add are_views_available to @@/search view
|
22
|
+
[thomlamb]
|
23
|
+
|
24
|
+
|
5
25
|
1.3.4 (2025-04-02)
|
6
26
|
------------------
|
7
27
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.6
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -191,6 +191,26 @@ Changelog
|
|
191
191
|
=========
|
192
192
|
|
193
193
|
|
194
|
+
1.3.6 (2025-04-10)
|
195
|
+
------------------
|
196
|
+
|
197
|
+
- Fix contact template to improve multi-contact display
|
198
|
+
[thomlamb]
|
199
|
+
|
200
|
+
- Ideabox : Add red thumbs display choice in campaign view
|
201
|
+
[thomlamb]
|
202
|
+
|
203
|
+
- WEB-4237 : Hide unnecessary toolbar entries when rendering a React view
|
204
|
+
[boulch]
|
205
|
+
|
206
|
+
|
207
|
+
1.3.5 (2025-04-03)
|
208
|
+
------------------
|
209
|
+
|
210
|
+
- Fix : Add are_views_available to @@/search view
|
211
|
+
[thomlamb]
|
212
|
+
|
213
|
+
|
194
214
|
1.3.4 (2025-04-02)
|
195
215
|
------------------
|
196
216
|
|
@@ -7,6 +7,8 @@
|
|
7
7
|
<div class="">
|
8
8
|
<smartweb-search tal:attributes="current-language view/current_language;
|
9
9
|
query-url view/navroot_url;
|
10
|
+
context-user-has-roles view/context_user_has_roles;
|
11
|
+
are-views-available view/are_views_available;
|
10
12
|
result-option view/get_search_result_option">
|
11
13
|
</smartweb-search >
|
12
14
|
</div>
|
@@ -1 +1 @@
|
|
1
|
-
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css);*{background-position:50%;background-size:cover}body,html{max-width:100%}body{overflow-x:hidden}.table_schedule--active{display:block!important}.card-img-top{padding-top:56.25%}.template-folder_contents table .actionmenu a.action.set-default-page{display:none}#banner{background-size:cover;grid-column-end:-1;grid-column-start:1;height:200px}.hidden-banner{height:55px!important}.pat-structure .pagination>.active>a{z-index:0}.carousel-image{padding-bottom:50%}.swiper-slide .swiper-image{padding-bottom:60%}.swiper-wrapper{padding-bottom:50px}.template-taxonomy-edit-data .taxonomy-tree{border:0 solid #fff}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_item{border:none;font-size:1.25rem;padding:0 0 1rem;text-transform:uppercase}.template-taxonomy-edit-data .super-text{display:none}.template-taxonomy-edit-data .editable-divs{display:none!important}.template-taxonomy-edit-data div.info .super-text+.editable-divs:nth-child(2),.template-taxonomy-edit-data span .super-text+.editable-divs:nth-child(2){display:inline!important}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.info,.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_item{border-bottom:2px solid #555}.template-taxonomy-edit-data .info,.template-taxonomy-edit-data .tree-view_item{border-bottom:1px dashed #d2d2d2}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.info input,.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_item input{color:#303030;padding-top:.5rem!important;text-shadow:0 1px 0 #303030}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.info:before,.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.tree-view>.tree-view_item:before{content:"⤷";float:left;font-weight:700;margin-top:.3rem}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.info:before,.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.tree-view>.tree-view_item:before{content:"•";float:left;font-size:1.5rem;font-weight:700;margin-top:1px}.template-taxonomy-edit-data .taxonomy-tree .tree-view_arrow{display:none}.template-taxonomy-edit-data .taxonomy-tree .tree-view_children{margin-left:2rem}.smartweb_herobanner .section-slide,.smartweb_herobanner .section-slide .swiper-banner-image{height:100%}#portal-globalnav-collapse .nav_index_html,#subsite-navigation .nav_index_html{display:none}.block-menu-element,.list-menu-element{list-style:none}.contact_informations_social{display:flex;flex-wrap:wrap;gap:8px}.contact_informations_social .website{width:100%}
|
1
|
+
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css);*{background-position:50%;background-size:cover}body,html{max-width:100%}body{overflow-x:hidden}.table_schedule--active{display:block!important}.card-img-top{padding-top:56.25%}.template-folder_contents table .actionmenu a.action.set-default-page{display:none}#banner{background-size:cover;grid-column-end:-1;grid-column-start:1;height:200px}.hidden-banner{height:55px!important}.pat-structure .pagination>.active>a{z-index:0}.carousel-image{padding-bottom:50%}.swiper-slide .swiper-image{padding-bottom:60%}.swiper-wrapper{padding-bottom:50px}.template-taxonomy-edit-data .taxonomy-tree{border:0 solid #fff}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_item{border:none;font-size:1.25rem;padding:0 0 1rem;text-transform:uppercase}.template-taxonomy-edit-data .super-text{display:none}.template-taxonomy-edit-data .editable-divs{display:none!important}.template-taxonomy-edit-data div.info .super-text+.editable-divs:nth-child(2),.template-taxonomy-edit-data span .super-text+.editable-divs:nth-child(2){display:inline!important}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.info,.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_item{border-bottom:2px solid #555}.template-taxonomy-edit-data .info,.template-taxonomy-edit-data .tree-view_item{border-bottom:1px dashed #d2d2d2}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.info input,.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_item input{color:#303030;padding-top:.5rem!important;text-shadow:0 1px 0 #303030}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.info:before,.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.tree-view>.tree-view_item:before{content:"⤷";float:left;font-weight:700;margin-top:.3rem}.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.info:before,.template-taxonomy-edit-data .taxonomy-tree>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.tree-view>.tree-view_children>.tree-view>.tree-view_item:before{content:"•";float:left;font-size:1.5rem;font-weight:700;margin-top:1px}.template-taxonomy-edit-data .taxonomy-tree .tree-view_arrow{display:none}.template-taxonomy-edit-data .taxonomy-tree .tree-view_children{margin-left:2rem}.smartweb_herobanner .section-slide,.smartweb_herobanner .section-slide .swiper-banner-image{height:100%}#portal-globalnav-collapse .nav_index_html,#subsite-navigation .nav_index_html{display:none}.block-menu-element,.list-menu-element{list-style:none}.contact_informations_social{display:flex;flex-wrap:wrap;gap:8px}.contact_informations_social .website{width:100%}.row.multicontact{display:grid;grid-template-columns:1fr}@media screen and (min-width:568px){.row.multicontact{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.row.multicontact{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.row.multicontact{grid-template-columns:repeat(4,1fr)}}.row.multicontact.nb-contact-by-line-1{grid-template-columns:1fr}@media screen and (min-width:568px){.row.multicontact.nb-contact-by-line-2{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.row.multicontact.nb-contact-by-line-3{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.row.multicontact.nb-contact-by-line-4{grid-template-columns:repeat(4,1fr)}}
|
@@ -170,3 +170,51 @@ body {
|
|
170
170
|
width: 100%;
|
171
171
|
}
|
172
172
|
}
|
173
|
+
|
174
|
+
// muti contact
|
175
|
+
.row.multicontact {
|
176
|
+
display: grid;
|
177
|
+
// Par défaut, 1 élément par ligne sur mobile
|
178
|
+
grid-template-columns: 1fr;
|
179
|
+
|
180
|
+
// 2 éléments par ligne sur tablette
|
181
|
+
@media screen and (min-width: 568px) {
|
182
|
+
grid-template-columns: repeat(2, 1fr);
|
183
|
+
}
|
184
|
+
|
185
|
+
// 3 éléments par ligne sur desktop
|
186
|
+
@media screen and (min-width: 992px) {
|
187
|
+
grid-template-columns: repeat(3, 1fr);
|
188
|
+
}
|
189
|
+
|
190
|
+
// 4 éléments par ligne sur grand écran
|
191
|
+
@media screen and (min-width: 1200px) {
|
192
|
+
grid-template-columns: repeat(4, 1fr);
|
193
|
+
}
|
194
|
+
|
195
|
+
// Classe pour forcer 1 élément par ligne
|
196
|
+
&.nb-contact-by-line-1 {
|
197
|
+
grid-template-columns: 1fr;
|
198
|
+
}
|
199
|
+
|
200
|
+
// Classe pour forcer 2 éléments par ligne
|
201
|
+
&.nb-contact-by-line-2 {
|
202
|
+
@media screen and (min-width: 568px) {
|
203
|
+
grid-template-columns: repeat(2, 1fr);
|
204
|
+
}
|
205
|
+
}
|
206
|
+
|
207
|
+
// Classe pour forcer 3 éléments par ligne
|
208
|
+
&.nb-contact-by-line-3 {
|
209
|
+
@media screen and (min-width: 992px) {
|
210
|
+
grid-template-columns: repeat(3, 1fr);
|
211
|
+
}
|
212
|
+
}
|
213
|
+
|
214
|
+
// Classe pour forcer 4 éléments par ligne
|
215
|
+
&.nb-contact-by-line-4 {
|
216
|
+
@media screen and (min-width: 1200px) {
|
217
|
+
grid-template-columns: repeat(4, 1fr);
|
218
|
+
}
|
219
|
+
}
|
220
|
+
}
|
@@ -47,6 +47,13 @@ class ICampaignView(model.Schema):
|
|
47
47
|
default=True,
|
48
48
|
)
|
49
49
|
|
50
|
+
display_red_thumbs = schema.Bool(
|
51
|
+
title=_("Display red thumbs"),
|
52
|
+
description=_("If selected, red thumbs will be displayed"),
|
53
|
+
required=False,
|
54
|
+
default=False,
|
55
|
+
)
|
56
|
+
|
50
57
|
|
51
58
|
@implementer(ICampaignView, IInstanceBehaviorAssignableContent)
|
52
59
|
class CampaignView(RestView):
|
@@ -11,6 +11,7 @@
|
|
11
11
|
propose-url view/propose_url;
|
12
12
|
current-language view/current_language;
|
13
13
|
display-map view/display_map;
|
14
|
+
display-red-thumbs view/display_red_thumbs;
|
14
15
|
view-path view/view_path;
|
15
16
|
context-authenticated-user view/context_authenticated_user;"></smartweb-campaign>
|
16
17
|
</div>
|
@@ -18,6 +18,10 @@ class CampaignViewView(BaseRestView):
|
|
18
18
|
def display_map(self):
|
19
19
|
return self.context.display_map
|
20
20
|
|
21
|
+
@property
|
22
|
+
def display_red_thumbs(self):
|
23
|
+
return self.context.display_red_thumbs
|
24
|
+
|
21
25
|
@property
|
22
26
|
def local_query_zones_url(self):
|
23
27
|
base_url = self.context.absolute_url()
|
@@ -13,16 +13,18 @@
|
|
13
13
|
<div class="container section-container section-contact"
|
14
14
|
id=""
|
15
15
|
tal:define="batch view/contacts | nothing;
|
16
|
-
number_of_contacts view
|
16
|
+
number_of_contacts python:view.get_number_of_contacts()"
|
17
17
|
tal:attributes="id string:container-section-${context/id}"
|
18
18
|
i18n:domain="imio.smartweb">
|
19
19
|
<metal:macro use-macro="context/@@sections_macros/section_title" />
|
20
|
-
<div tal:
|
21
|
-
tal:
|
22
|
-
<tal:loop tal:repeat="
|
23
|
-
<
|
24
|
-
|
25
|
-
|
20
|
+
<div tal:define="number_of_contacts python:view.get_number_of_contacts()"
|
21
|
+
tal:attributes="class python:'row nb-contact-by-line-%s%s' % (context.nb_contact_by_line, ' multicontact' if number_of_contacts > 1 else '')">
|
22
|
+
<tal:loop tal:repeat="items batch">
|
23
|
+
<tal:loop tal:repeat="item items">
|
24
|
+
<metal:macro use-macro="context/@@contact_macros/contact_body"
|
25
|
+
tal:define="section_view nocall:view;
|
26
|
+
contact python:view.get_contact_properties(item)" />
|
27
|
+
</tal:loop>
|
26
28
|
</tal:loop>
|
27
29
|
</div>
|
28
30
|
</div>
|
@@ -13,6 +13,17 @@
|
|
13
13
|
</property>
|
14
14
|
<property name="visible">True</property>
|
15
15
|
</object>
|
16
|
+
<object meta_type="CMF Action" name="cropping" i18n:domain="plone.app.imagecropping">
|
17
|
+
<property name="title" i18n:translate="">Cropping</property>
|
18
|
+
<property name="description" i18n:translate="">View the image cropping editor for this object</property>
|
19
|
+
<property name="icon_expr">string:crop</property>
|
20
|
+
<property name="url_expr">string:${object_url}/@@croppingeditor</property>
|
21
|
+
<property name="available_expr">python:object.restrictedTraverse('@@plone_interface_info').provides('plone.app.imagecropping.interfaces.IImageCroppingMarker') and object.portal_type not in ['imio.smartweb.CampaignView', 'imio.smartweb.DirectoryView', 'imio.smartweb.EventsView', 'imio.smartweb.NewsView']</property>
|
22
|
+
<property name="permissions">
|
23
|
+
<element value="Modify portal content" />
|
24
|
+
</property>
|
25
|
+
<property name="visible">True</property>
|
26
|
+
</object>
|
16
27
|
</object>
|
17
28
|
|
18
29
|
<object name="object_buttons" meta_type="CMF Action Category">
|
{imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/upgrades/configure.zcml
RENAMED
@@ -295,7 +295,15 @@
|
|
295
295
|
name="upgrade_1066_to_1067"
|
296
296
|
title="Upgrade core from 1066 to 1067"
|
297
297
|
directory="profiles/1066_to_1067"
|
298
|
-
description="
|
298
|
+
description="Correct default view for imio.smartweb.SectionTimestampedPublications"
|
299
|
+
provides="Products.GenericSetup.interfaces.EXTENSION"
|
300
|
+
/>
|
301
|
+
|
302
|
+
<genericsetup:registerProfile
|
303
|
+
name="upgrade_1067_to_1068"
|
304
|
+
title="Upgrade core from 1067 to 1068"
|
305
|
+
directory="profiles/1067_to_1068"
|
306
|
+
description="Don't display cropping action on react views"
|
299
307
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
300
308
|
/>
|
301
309
|
|
@@ -974,11 +982,20 @@
|
|
974
982
|
destination="1067"
|
975
983
|
profile="imio.smartweb.core:default">
|
976
984
|
<genericsetup:upgradeDepends
|
977
|
-
title="
|
985
|
+
title="Correct default view for imio.smartweb.SectionTimestampedPublications"
|
978
986
|
import_profile="imio.smartweb.core.upgrades:upgrade_1066_to_1067"
|
979
987
|
/>
|
980
988
|
</genericsetup:upgradeSteps>
|
981
989
|
|
990
|
+
<genericsetup:upgradeSteps
|
991
|
+
source="1067"
|
992
|
+
destination="1068"
|
993
|
+
profile="imio.smartweb.core:default">
|
994
|
+
<genericsetup:upgradeDepends
|
995
|
+
title="Don't display cropping action on react views"
|
996
|
+
import_profile="imio.smartweb.core.upgrades:upgrade_1067_to_1068"
|
997
|
+
/>
|
998
|
+
</genericsetup:upgradeSteps>
|
982
999
|
|
983
1000
|
<!--genericsetup:upgradeStep
|
984
1001
|
title="Check contact itinerary if address was checked in visible blocks"
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<object name="portal_actions" meta_type="Plone Actions Tool"
|
3
|
+
xmlns:i18n="http://xml.zope.org/namespaces/i18n">
|
4
|
+
<object name="object" meta_type="CMF Action Category">
|
5
|
+
<object meta_type="CMF Action" name="cropping" i18n:domain="plone.app.imagecropping">
|
6
|
+
<property name="available_expr">python:object.restrictedTraverse('@@plone_interface_info').provides('plone.app.imagecropping.interfaces.IImageCroppingMarker') and object.portal_type not in ['imio.smartweb.CampaignView', 'imio.smartweb.DirectoryView', 'imio.smartweb.EventsView', 'imio.smartweb.NewsView']</property>
|
7
|
+
</object>
|
8
|
+
</object>
|
9
|
+
</object>
|
{imio_smartweb_core-1.3.4 → imio_smartweb_core-1.3.6}/src/imio/smartweb/core/viewlets/configure.zcml
RENAMED
@@ -406,4 +406,20 @@
|
|
406
406
|
factory=".toolbar.SmartwebHelpMenuItem"
|
407
407
|
provides="plone.app.contentmenu.interfaces.IContentMenuItem" />
|
408
408
|
|
409
|
+
<adapter
|
410
|
+
factory=".menu.ActionsSubMenuItem"
|
411
|
+
provides="plone.app.contentmenu.interfaces.IContentMenuItem"
|
412
|
+
for="*
|
413
|
+
imio.smartweb.core.interfaces.IImioSmartwebCoreLayer"
|
414
|
+
name="plone.contentmenu.actions"
|
415
|
+
/>
|
416
|
+
|
417
|
+
<adapter
|
418
|
+
factory=".menu.DisplaySubMenuItem"
|
419
|
+
provides="plone.app.contentmenu.interfaces.IContentMenuItem"
|
420
|
+
for="*
|
421
|
+
imio.smartweb.core.interfaces.IImioSmartwebCoreLayer"
|
422
|
+
name="plone.contentmenu.display"
|
423
|
+
/>
|
424
|
+
|
409
425
|
</configure>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
|
3
|
+
from imio.smartweb.core.contents import (
|
4
|
+
CampaignView,
|
5
|
+
DirectoryView,
|
6
|
+
EventsView,
|
7
|
+
NewsView,
|
8
|
+
)
|
9
|
+
from plone.app.contentmenu.menu import ActionsSubMenuItem as BaseActionsSubMenuItem
|
10
|
+
from plone.app.contentmenu.menu import DisplaySubMenuItem as BaseDisplaySubMenuItem
|
11
|
+
from plone.app.layout.viewlets.common import (
|
12
|
+
ContentViewsViewlet as BaseContentViewsViewlet,
|
13
|
+
)
|
14
|
+
from plone.memoize.instance import memoize
|
15
|
+
|
16
|
+
|
17
|
+
class ContentViewsViewlet(BaseContentViewsViewlet):
|
18
|
+
"""Add preview action to primary actions to ensure ordering"""
|
19
|
+
|
20
|
+
primary = ["folderContents", "edit", "view", "preview"]
|
21
|
+
|
22
|
+
|
23
|
+
class ExcludeSubMenuForCertainTypesMixin:
|
24
|
+
"""Mixin pour exclure certaines vues des sous-menus."""
|
25
|
+
|
26
|
+
excluded_views = (CampaignView, DirectoryView, EventsView, NewsView)
|
27
|
+
|
28
|
+
@memoize
|
29
|
+
def available(self):
|
30
|
+
return super().available() and not isinstance(self.context, self.excluded_views)
|
31
|
+
|
32
|
+
|
33
|
+
class ActionsSubMenuItem(ExcludeSubMenuForCertainTypesMixin, BaseActionsSubMenuItem):
|
34
|
+
"""Don't show actions sub-menu for authentic sources views."""
|
35
|
+
|
36
|
+
|
37
|
+
class DisplaySubMenuItem(ExcludeSubMenuForCertainTypesMixin, BaseDisplaySubMenuItem):
|
38
|
+
"""Don't show display sub-menu for authentic sources views."""
|
@@ -0,0 +1 @@
|
|
1
|
+
(self.webpackChunkimio_smartweb_core_webcomponents=self.webpackChunkimio_smartweb_core_webcomponents||[]).push([[666],{14541:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});n(25602);const r=n.p+"assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg"},62678:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});n(25602);const r=n.p+"assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg"},85533:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>M});var r=n(25602),a=n(8174),s=n(41665),l=n(64651),o=n(32101),i=n(86110),c=n(83198),u=n(60711),m=n.n(u),d=n(72668),f=n(68473);function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){v(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function v(e,t,n){return(t=h(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function h(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}const j=function(e){let t=(0,s.Zp)();const[n,a]=(0,r.useState)(e.activeFilter),[l,u]=(0,r.useState)(null),[m,p]=(0,r.useState)([]),[v,j]=(0,r.useState)([]),{response:b,error:y,isLoading:E}=(0,i.A)({method:"get",url:[{url:e.queryZonesUrl,identifier:"zones"},{url:e.queryTopicsUrl,identifier:"topics"}],headers:{Accept:"application/json"},params:n,paramsSerializer:{indexes:null}});(0,r.useEffect)((()=>{if(null!==b){const e=b.topics&&b.topics.items.map((e=>({value:e.value,label:e.title}))),t=(b.category&&b.category.map((e=>({value:e.token,label:e.title,queryString:"category"}))),b.zones&&b.zones.items.map((e=>({value:e.id,label:e.digest,queryString:"zones"}))));p(e),j(t)}}),[b]);const w=(0,r.useCallback)((t=>{let{target:{name:n,value:r}}=t;r.length>2?(u(r),e.onChangeSearch(r)):(u(null),e.onChangeSearch(null))})),P=(0,r.useCallback)(((e,t)=>{const n=t.name;e?a((t=>g(g({},t),{},{[n]:e.value})),[]):a((e=>{const t=g({},e),{[n]:r}=t;return function(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}(t,[n].map(h))}))})),k=(0,r.useRef)(!0);(0,r.useEffect)((()=>{k.current?k.current=!1:(t({pathname:"./",search:d.A.stringify(n)}),e.onChange(n))}),[n,l]);let O=m&&m.filter((t=>t.value===e.activeFilter.topics)),N=v&&v.filter((t=>t.value===e.activeFilter.zones));return r.createElement(r.Fragment,null,r.createElement("div",{className:"react-filters-menu"},r.createElement("div",{className:"react-filters-container"},r.createElement("form",{className:"r-filter r-filter-search",onSubmit:function(t){t.preventDefault(),e.onChange(n),e.onChangeSearch(l)}},r.createElement("div",{className:"relative"},r.createElement(c.rk,null,(e=>{let{translate:t}=e;return r.createElement("input",{className:"input-custom-class",name:"SearchableText",type:"text",value:n.SearchableText,onChange:w,placeholder:t({text:"Recherche"})})})),r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"#9f9f9f",strokeWidth:"4","aria-hidden":"true",display:"block",overflow:"visible",style:{height:16,width:16},viewBox:"0 0 32 32"},r.createElement("path",{d:"M13 24a11 11 0 1 0 0-22 11 11 0 0 0 0 22zm8-3 9 9"})))),r.createElement("div",{className:"r-filter top-filter topics-Filter"},r.createElement(c.rk,null,(e=>{let{translate:t}=e;return r.createElement(o.Ay,{styles:f.E,name:"filter-themes",className:"select-custom-no-border",isClearable:!0,onChange:P,options:m&&m,placeholder:t({text:"Thématiques"}),value:O&&O[0]})}))),r.createElement("div",{className:"r-filter top-filter topics-Filter"},r.createElement(c.rk,null,(e=>{let{translate:t}=e;return r.createElement(o.Ay,{styles:f.E,name:"filter-zones",className:"select-custom-no-border",isClearable:!0,onChange:P,options:v&&v,placeholder:t({text:"Zones"}),value:N&&N[0]})}))))))};var b=n(18874);n(1053);const y=["u"];function E(e){let{queryUrl:t,onChange:n,displayRedThumbs:a}=e;const l=(0,s.Zp)(),o=Object.assign({id:d.A.parse((0,b.A)().toString()).u,b_start:0}),{u}=o,m=function(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}(o,y),[f,p]=(0,r.useState)(m),[g,v]=(0,r.useState)(null),[h,j]=(0,r.useState)(""),[E,P]=(0,r.useState)(null),[k,O]=(0,r.useState)(null),[N,S]=(0,r.useState)(null),[C,x]=(0,r.useState)(),{response:A,error:T,isLoading:z}=(0,i.A)({method:"get",url:"",baseURL:t,headers:{Accept:"application/json"},params:f},[]);return(0,r.useEffect)((()=>{if(null!==A){const e=A.workflow.fields.statut;"Publié sans vote"===e||"Publié"===e?j("vote_nodisplay"):["Clôture","Retenu","Rejeté"].includes(e)?j("vote_noactif"):j("vote_display"),v(A.fields);const t=new URL(A.url),n="".concat(t.protocol,"//").concat(t.hostname),r="".concat(n,"/ideabox-voter-pour-un-projet/?projet=").concat(A.id),a="".concat(n,"/ideabox-voter-contre-un-projet/?projet=").concat(A.id),s="".concat(n,"/ideabox-commenter-un-projet/");S(s),P(r),O(a)}window.scrollTo({top:0,left:0,behavior:"instant"})}),[A]),z?r.createElement("div",{className:"lds-roller-container"},r.createElement(c.HT,{text:"Chargement..."}),r.createElement("div",{className:"lds-roller"},r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null))):r.createElement("div",{className:"campaign-content r-content"},r.createElement("button",{type:"button",onClick:function(){l(".."),n(null)}},r.createElement(c.HT,{text:"Retour"})),r.createElement(w,{item:g,urlVotePour:E,urlVoteContre:k,voteContext:h,urlComment:N,displayRedThumbs:a}))}function w(e){let{item:t,urlVotePour:n,urlVoteContre:a,urlComment:s,voteContext:l,displayRedThumbs:o}=e;const[i,u]=(0,r.useState)(new Image),[m,d]=(0,r.useState)("");return(0,r.useEffect)((()=>{if(t){const e=t.images_raw[0].image.content||"",n=new Image;n.src="data:image/jpeg;base64,"+e,n.onload=()=>{u(n);const e=n.width<n.height?"img-contain":"img-cover";d(e)},n.onerror=e=>{console.error("Error loading image:",e)}}}),[t]),r.createElement(r.Fragment,null,r.createElement("article",null,r.createElement("header",null,r.createElement("h2",{className:"r-content-title"},t.nom)),r.createElement("figure",null,r.createElement("div",{className:"campaign-vote ".concat(l),style:{marginTop:"1.5rem"}},r.createElement("a",{href:n,target:"_blank",className:"campaign-vote-pour"},r.createElement("i",{className:"bi bi-hand-thumbs-up-fill"}),r.createElement("span",{className:"campaign-vote-pour-count"},"(",t.votes_pour,")"),r.createElement("span",{className:"campaign-vote-contre-text"}," Je vote pour")),o&&r.createElement("a",{href:a,target:"_blank",className:"campaign-vote-contre"},r.createElement("i",{className:"bi bi-hand-thumbs-down-fill"}),r.createElement("span",{className:"campaign-vote-contre-count"},"(",t.votes_contre,")"),r.createElement("span",{className:"campaign-vote-contre-text"}," Je vote contre"))),i?r.createElement("div",{className:"r-content-img"},r.createElement("div",{className:"r-content-figure-blur",style:{backgroundImage:"url("+i.src+")"}}),r.createElement("img",{className:"r-content-figure-img "+m,src:i.src,alt:""})):r.createElement(r.Fragment,null,r.createElement("div",{className:"r-item-img r-item-img-placeholder"})))),r.createElement("div",{className:"contactCard"},r.createElement("div",{className:"contactText"},r.createElement("div",{className:"r-content-text"},t.description&&r.createElement("div",{className:"campaign-description",dangerouslySetInnerHTML:{__html:t.description}})),t.commentaires&&r.createElement("div",{className:"campaign-comment-container"},r.createElement("p",{className:"campaign-comment-title"},r.createElement(c.HT,{text:"Commentaires"}),":"),r.createElement("div",{className:"campaign-comment",dangerouslySetInnerHTML:{__html:t.commentaires}}),r.createElement("div",{className:"campaign-comment-actions"},r.createElement("a",{href:s,target:"_blank",className:"campaign-comment-action-button"},r.createElement(c.HT,{text:"Ajouter un commentaire"})))))))}const P=e=>{const[t,n]=(0,r.useState)(new Image),[a,s]=(0,r.useState)(""),l=e.voteContext,o="Publié sans vote"===l||"Publié"===l?"vote_nodisplay":["Clôture","Retenu","Rejeté"].includes(l)?"vote_noactif":"vote_display";return(0,r.useEffect)((()=>{e.item.images_raw[0].image.content&&(async()=>{const t=new Image,r=e.item.images_raw[0].image.content||"";t.src="data:image/jpeg;base64,"+r;try{await t.decode(),n(t);const e=t.width<t.height?"img-contain":"img-cover";s(e)}catch(e){console.error("Error loading image:",e)}})()}),[e.item]),r.createElement(r.Fragment,null,r.createElement("div",{className:"r-list-item"},t&&t.src?r.createElement(r.Fragment,null,r.createElement("div",{className:"r-item-img"},r.createElement("div",{className:"r-content-figure-blur",style:{backgroundImage:"url("+t.src+")"}}),r.createElement("img",{className:"r-content-figure-img "+a,src:t.src,alt:""}))):r.createElement(r.Fragment,null,r.createElement("div",{className:"r-item-img r-item-img-placeholder"})),r.createElement("div",{className:"r-item-text"},r.createElement("span",{className:"r-item-title"},e.item.nom),r.createElement("div",{className:"campaign-vote "+o},r.createElement("div",{className:"campaign-vote-pour"},r.createElement("i",{className:"bi bi-hand-thumbs-up-fill"}),r.createElement("span",{className:"campaign-vote-pour-count"},e.item.votes_pour)),e.displayRedThumbs&&r.createElement("div",{className:"campaign-vote-contre"},r.createElement("i",{className:"bi bi-hand-thumbs-down-fill"}),r.createElement("span",{className:"campaign-vote-contre-count"},e.item.votes_contre)))),r.createElement("div",{className:"r-item-arrow"},r.createElement("i",{className:"bi bi-chevron-right"}))))};var k=n(75681),O=n.n(k);const N=e=>{let{itemsArray:t,onChange:n,onHover:s,showCategoriesOrTopics:o,contextAuthenticatedUser:i,displayRedThumbs:c}=e;const{scrollPos:u,updateScrollPos:m}=(0,r.useContext)(l.z);function d(e){s(e)}return(0,r.useEffect)((()=>{window.scrollTo({top:u,left:0,behavior:"instant"})}),[t]),r.createElement(r.Fragment,null,r.createElement("ul",{className:"r-result-list event-result-list"},t.map(((e,t)=>r.createElement("li",{key:t,className:"r-list-item-group",onMouseEnter:()=>d(e.id),onMouseLeave:()=>d(null),onClick:()=>{return t=e.id,n(t),void m(window.scrollY);var t}},r.createElement(a.N_,{className:"r-list-item-link",style:{textDecoration:"none"},to:{pathname:"/"+O()(e.text).replace(/[^a-zA-Z ]/g,"").replace(/\s/g,"-").toLowerCase(),search:"?u=".concat(e.id),state:{idItem:e.id}}}),r.createElement(P,{item:e.fields,voteContext:e.workflow.fields.statut,showCategoriesOrTopics:o,key:e.created,contextAuthenticatedUser:i,displayRedThumbs:c}))))))};var S=n(28009),C=n(77059),x=n(60055),A=n(69780),T=n(16545),z=n(97284),D=n.n(z),R=n(62678),q=n(14541);const L=["u"];function I(e){let{activeItem:t,arrayOfLatLngs:n}=e;const r=(0,S.ko)();if(t){const e=[];e.push(t.fields.geolocalisation.lat),e.push(t.fields.geolocalisation.lon),r.setView(e,15)}else{let e=new(D().LatLngBounds)(n);r.fitBounds(e)}return null}const _=function(e){const[t,n]=(0,r.useState)(null),[s,l]=(0,r.useState)([]),[o,i]=(0,r.useState)(null),c=Object.assign({id:d.A.parse((0,b.A)().toString()).u}),{u}=c,m=function(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}(c,L);(0,r.useEffect)((()=>{if(!e.items)return;const t=e.items.filter((e=>e.fields?e.fields.geolocalisation.lat&&50.4989185!==e.fields.geolocalisation.lat&&4.7184485!==e.fields.geolocalisation.lon:e.geolocation.latitude&&50.4989185!==e.geolocation.latitude&&4.7184485!==e.geolocation.longitude));l(t)}),[e.items]);const f=e=>new(D().Icon)({iconUrl:e,iconSize:[29,37]}),p=t=>t===e.clickId||t===e.hoverId?999:1;(0,r.useEffect)((()=>{var e=s&&s.filter((e=>e.id===m.id));n(e[0])}),[s]),(0,r.useEffect)((()=>{if(s.length>0){let e=[];s.map(((t,n)=>{let r=t.fields.geolocalisation.lat,a=t.fields.geolocalisation.lon;e.push([r,a])})),i(e)}}),[s]);const g=s.map(((t,n)=>{return r.createElement(C.p,{key:n,icon:(s=t.id,s===m.id||s===e.hoverId?f(q.A):f(R.A)),zIndexOffset:p(t.id),position:[t.fields.geolocalisation?t.fields.geolocalisation.lat:"",t.fields.geolocalisation?t.fields.geolocalisation.lon:""],eventHandlers:{mouseover:e=>{}}},r.createElement(x.z,{closeButton:!1},r.createElement(a.N_,{className:"r-map-popup",style:{textDecoration:"none"},to:{pathname:"/"+O()(t.text).replace(/[^a-zA-Z ]/g,"").replace(/\s/g,"-").toLowerCase(),search:"?u=".concat(t.id),state:{idItem:t.id}}},r.createElement("span",{className:"r-map-popup-title"},t.text)),r.createElement("a",{href:"https://www.google.com/maps/dir/?api=1&destination=".concat(t.fields.rue?t.fields.rue+" "+t.fields.numero:""),className:"r-map-popup-adress"},t.fields.rue&&t.fields.rue+" "+t.fields.numero)));var s}));return r.createElement("div",null,r.createElement(A.W,{style:{height:"calc(100vh - ".concat(e.headerHeight,"px)"),minHeight:"600px"},center:[50.85034,4.35171],zoom:35},r.createElement(T.e,{attribution:'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',url:"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"}),null!=o?r.createElement(I,{activeItem:t,activeItemUID:m.id,arrayOfLatLngs:o&&o}):"",s&&g))};var F=n(48743);const U=["u"];function M(e){const[t,n]=(0,r.useState)(0);return r.createElement(a.Kd,{basename:e.viewPath},r.createElement(c.Kq,{language:e.currentLanguage,translation:F.A},r.createElement(l.z.Provider,{value:{scrollPos:t,updateScrollPos:e=>{n(e)}}},r.createElement(H,{queryZonesUrl:e.queryZonesUrl,queryTopicsUrl:e.queryTopicsUrl,queryUrl:e.queryUrl,proposeUrl:e.proposeUrl,batchSize:e.batchSize,displayMap:e.displayMap,language:e.currentLanguage,displayRedThumbs:e.displayRedThumbs}))))}function H(e){const t=Object.assign({b_start:0,fullobjects:1,"event_dates.query":[m()().format("YYYY-MM-DD")],"event_dates.range":"True"===e.onlyPastCampaign?"max":"min"},d.A.parse((0,b.A)().toString())),{u:n}=t,{scrollPos:a,updateScrollPos:o}=(function(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}}(t,U),(0,r.useContext)(l.z)),[u,f]=(0,r.useState)([]),[p,g]=(0,r.useState)([]),[v,h]=(0,r.useState)(null),[y,w]=(0,r.useState)(null),[P,k]=(0,r.useState)({b_start:0}),[O,S]=(0,r.useState)(null),[C,x]=(0,r.useState)(0),[A,T]=(0,r.useState)(!1),z="True"===e.displayMap,D="True"===e.displayRedThumbs,{response:R,error:q,isLoading:L,isMore:I}=(0,i.A)({method:"get",url:"",baseURL:e.queryUrl,headers:{Accept:"application/json"},params:P,paramsSerializer:{indexes:null},load:A},[]);(0,r.useEffect)((()=>{if(null!==R){let e=R.items;if(O&&""!==O.trim()){const t=O.toLowerCase();e=R.items.filter((e=>{var n;return((null===(n=e.fields.nom)||void 0===n?void 0:n.toLowerCase())||"").includes(t)}))}f(I?t=>[...t,...e]:e),g(e.length)}}),[R,O]);const F=e=>{h(e)},M=e=>{w(e)},H=(0,r.useRef)(),[V,W]=r.useState({height:0}),[K,Z]=(0,r.useState)(0);let B,G;(0,r.useEffect)((()=>{W({height:H.current.clientHeight}),Z(H.current.offsetTop)}),[H]),u&&u.length>0?(B=r.createElement(N,{onChange:F,itemsArray:u,onHover:M,displayRedThumbs:D}),G=r.createElement(_,{headerHeight:V.height+K,clickId:v,hoverId:y,items:u,queryUrl:e.queryUrl})):L||(B=r.createElement("p",null,r.createElement(c.HT,{text:"Aucun projet n'a été trouvé"})));const J=r.createElement("div",{className:"lds-roller-container"},r.createElement(c.HT,{text:"Chargement..."}),r.createElement("div",{className:"lds-roller"},r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null),r.createElement("div",null)));return r.createElement("div",{className:"ref ".concat(z?"view-map":"no-map")},r.createElement("div",{className:"r-result-filter-container",ref:H,style:z?{top:K}:{}},r.createElement("div",{id:"r-result-filter",className:"r-result-filter container annuaire-result-filter"},r.createElement(j,{queryZonesUrl:e.queryZonesUrl,queryTopicsUrl:e.queryTopicsUrl,activeFilter:P,onChange:e=>{T(!1),x((()=>0)),k(e),window.scrollTo(0,0)},onChangeSearch:e=>{T(!1),x((()=>0)),S(e)}}),e.proposeUrl&&r.createElement("div",{className:"r-add-contact"},r.createElement("a",{target:"_blank",rel:"noreferrer",href:e.proposeUrl},r.createElement(c.HT,{text:"Proposer un projet"}),r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",className:"bi bi-plus-circle",viewBox:"0 0 16 16"},r.createElement("path",{d:"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"}),r.createElement("path",{d:"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"})))),p>0?r.createElement("p",{className:"r-results-numbers"},r.createElement("span",null,p),p>1?r.createElement(c.HT,{text:"projets trouvés"}):r.createElement(c.HT,{text:"projet trouvé"})):r.createElement("p",{className:"r-results-numbers"},r.createElement(c.HT,{text:"Aucun résultat"})))),r.createElement(s.BV,null,r.createElement(s.qh,{exact:!0,path:"/",element:r.createElement("div",{className:"r-wrapper container r-campaign-wrapper"},r.createElement("div",{className:"r-result r-campaign-result"},r.createElement("div",null,B),r.createElement("div",{className:"r-load-more"},p-e.batchSize>C?r.createElement("div",null,r.createElement("span",{className:"no-more-result"},L?J:""),r.createElement("button",{onClick:()=>{o(window.scrollY),x((t=>t+parseInt(e.batchSize))),T(!0)},className:"btn-grad"},L?r.createElement(c.HT,{text:"Chargement..."}):r.createElement(c.HT,{text:"Plus de résultats"}))):r.createElement("span",{className:"no-more-result"},L?J:""))),z&&r.createElement("div",{className:"r-map campaign-map",style:{top:V.height+K,height:"calc(100vh-"+V.height+K}},G))}),r.createElement(s.qh,{path:"/:name",element:r.createElement("div",{className:"r-wrapper container r-campaign-wrapper"},r.createElement("div",{className:"r-result r-campaign-result"},r.createElement(E,{queryUrl:e.queryUrl,onChange:F,onlyPastCampaign:e.onlyPastCampaign,contextAuthenticatedUser:e.contextAuthenticatedUser,displayRedThumbs:D})),z&&r.createElement("div",{className:"r-map campaign-map",style:{top:V.height+K,height:"calc(100vh-"+V.height+K}},G))})))}},68473:(e,t,n)=>{"use strict";function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?r(Object(n),!0).forEach((function(t){s(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function s(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{E:()=>l,o:()=>o});const l={control:e=>a(a({},e),{},{backgroundColor:"white",borderColor:"transparent",borderRadius:"10px",minWidth:"150px",height:"40px"}),menu:e=>a(a({},e),{},{width:"max-content",maxWidth:"250px"}),placeholder:e=>a(a({},e),{},{color:"000",fontWeight:"bold",fontSize:"14px",letterSpacing:"1.4px"}),indicators:e=>a(a({},e),{},{color:"blue"}),option:e=>a({},e)},o={control:e=>a(a({},e),{},{backgroundColor:"white",borderRadius:"10px",height:"30px",minWidth:"150px"}),placeholder:e=>a(a({},e),{},{color:"000",fontWeight:"bold",fontSize:"12px",letterSpacing:"1.4px"}),menu:e=>a(a({},e),{},{width:"max-content",maxWidth:"250px"}),option:(e,t)=>{let{data:n,isDisabled:r,isFocused:s,isSelected:l}=t;return a({},e)}}},64651:(e,t,n)=>{"use strict";n.d(t,{z:()=>r});const r=(0,n(25602).createContext)()},86110:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(25602),a=n(37178);function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach((function(t){o(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function o(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const i=e=>{const[t,n]=(0,r.useState)(null),[s,o]=(0,r.useState)(""),[i,c]=(0,r.useState)(!0),[u,m]=(0,r.useState)(!1),d=new AbortController;return(0,r.useEffect)((()=>((async e=>{if(c(!0),e.load?m(!0):m(!1),0===Object.keys(e.params).length)return n(null),void c(!1);try{if(Array.isArray(e.url)){const t=e.url.map(((t,n)=>{const{url:r,identifier:s}="string"==typeof t?{url:t,identifier:"request_".concat(n)}:t;return a.A.request(l(l({},e),{},{url:r,signal:d.signal})).then((e=>({identifier:s,data:e.data})))})),r=(await Promise.all(t)).reduce(((e,t)=>{let{identifier:n,data:r}=t;return e[n]=r,e}),{});n(r)}else{const t=await a.A.request(e);n(t.data)}o(null)}catch(e){o(e),n(null)}finally{c(!1)}})(l(l({},e),{},{signal:d.signal})),()=>d.abort())),[e.params]),{response:t,error:s,isLoading:i,isMore:u}}},18874:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(41665);const a=function(){return new URLSearchParams((0,r.zy)().search)}},48743:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const r={Publié:{en:"Published",fr:"Publié",de:"Veröffentlicht",nl:"Gepubliceerd"},Actualisé:{en:"Updated",fr:"Actualisé",de:"Aktualisiert",nl:"Bijgewerkt"},Événements:{en:"Events",fr:"Événements",de:"Veranstaltungen",nl:"Evenementen"},Actualités:{en:"News",fr:"Actualités",de:"Nachrichten",nl:"Nieuws"},Contacts:{en:"Contacts",fr:"Contacts",de:"Kontakte",nl:"Contacten"},"Infos pratiques":{en:"Practical information",fr:"Infos pratiques",de:"Praktische Informationen",nl:"Praktische informatie"},"Chargement...":{en:"Loading",fr:"Chargement...",de:"Laden",nl:"Laden..."},Recherche:{en:"Search",fr:"Recherche",de:"Suche",nl:"Zoeken"},Thématiques:{en:"Themes",fr:"Thématiques",de:"Themen",nl:"Thema's"},"Je suis":{en:"I am",fr:"Je suis",de:"Ich bin",nl:"Ik ben"},Catégories:{en:"Categories",fr:"Catégories",de:"Kategorien",nl:"Categorieën"},"Catégories locale":{en:"Local categories",fr:"Catégories locale",de:"Lokale Kategorien",nl:"Lokale categorieën"},"Catégories spécifiques":{en:"Specific categories",fr:"Catégories spécifiques",de:"Spezifische Kategorien",nl:"Specifieke categorieën"},Quoi:{en:"What",fr:"Quoi",de:"Was",nl:"Wat"},Facilités:{en:"Facilities",fr:"Facilités",de:"Einrichtungen",nl:"Faciliteiten"},"Plus de résultats":{en:"More results",fr:"Plus de résultats",de:"Mehr Ergebnisse",nl:"Meer resultaten"},"Aucun résultat":{en:"No result",fr:"Aucun résultat",de:"Kein Ergebnis",nl:"Geen resultaat"},Résultats:{en:"Results",fr:"Résultats",de:"Ergebnisse",nl:"Resultaten"},Retour:{en:"Return",fr:"Retour",de:"Zurück",nl:"Terug"},Téléchargements:{en:"Downloads",fr:"Téléchargements",de:"Downloads",nl:"Downloads"},Billetterie:{en:"Ticketing",fr:"Billetterie",de:"Tickets",nl:"Ticketverkoop"},"Lien vers la vidéo":{en:"Link to video",fr:"Lien vers la vidéo",de:"Link zum Video",nl:"Link naar video"},"Participation en ligne":{en:"Join online",fr:"Participation en ligne",de:"Online teilnehmen",nl:"Doe online mee"},"Actualités trouvées":{en:" News found",fr:" Actualités trouvées",de:" Nachrichten gefunden",nl:" Nieuws gevonden"},"Actualité trouvée":{en:" News found",fr:" Actualité trouvée",de:" Nachricht gefunden",nl:" Nieuws gevonden"},"Aucune actualité n'a été trouvée":{en:"No news was found",fr:"Aucune actualité n'a été trouvée",de:"Keine Nachrichten gefunden",nl:"Geen nieuws gevonden"},"Proposer une actualité":{en:"Suggest a news",fr:"Proposer une actualité",de:"Nachricht vorschlagen",nl:"Nieuws voorstellen"},"événements trouvés":{en:" Events found",fr:" Événements trouvés",de:" Veranstaltungen gefunden",nl:" Evenementen gevonden"},"projets trouvés":{en:" Projects found",fr:" Projets trouvés",de:" Projekte gefunden",nl:" Projecten gevonden"},"projet trouvé":{en:" Project found",fr:" Projet trouvé",de:" Projekt gefunden",nl:" Project gevonden"},"événement trouvé":{en:" Event found",fr:" Événement trouvé",de:" Veranstaltung gefunden",nl:" Evenement gevonden"},Gratuit:{en:"Free",fr:"Gratuit",de:"Kostenlos",nl:"Gratis"},"Aucun événement n'a été trouvé":{en:"No event was found",fr:"Aucun événement n'a été trouvé",de:"Keine Veranstaltungen gefunden",nl:"Geen evenement gevonden"},"Proposer un événement":{en:"Suggest a event",fr:"Proposer un événement",de:"Veranstaltung vorschlagen",nl:"Evenement voorstellen"},"Infos pratiques":{en:"Practical information",fr:"Infos pratiques",de:"Praktische Informationen",nl:"Praktische informatie"},"Accessible aux PMR":{en:"Accessibility for PRM",fr:"Accessible aux PMR",de:"Barrierefreiheit für PMR",nl:"Toegankelijk voor PRM"},"Lien de l'événement":{en:"Event link",fr:"Lien de l'événement",de:"Veranstaltungslink",nl:"Evenement link"},"contacts trouvés":{en:" Contact found",fr:" Contacts trouvés",de:" Kontakt gefunden",nl:" Contact gevonden"},"contact trouvé":{en:" Contact found",fr:" Contact trouvé",de:" Kontakt gefunden",nl:" Contact gevonden"},"Aucun contact n'a été trouvé":{en:"No contact was found",fr:"Aucun contact n'a été trouvé",de:"Kein Kontakt gefunden",nl:"Geen contact gevonden"},"Proposer un contact":{en:"Suggest a contact",fr:"Proposer un contact",de:"Kontakt vorschlagen",nl:"Contact voorstellen"},"projets trouvés":{en:" Projects found",fr:" Projets trouvés",de:" Projekte gefunden",nl:" Projecten gevonden"},"projet trouvé":{en:" Project found",fr:" Projet trouvé",de:" Projekt gefunden",nl:" Project gevonden"},"Aucun projet n'a été trouvé":{en:"No project was found",fr:"Aucun projet n'a été trouvé",de:"Kein Projekt gefunden",nl:"Geen project gevonden"},"Proposer un projet":{en:"Suggest a project",fr:"Proposer un projet",de:"Projekt vorschlagen",nl:"Project voorstellen"},Quand:{en:"When",fr:"Quand",de:"Wann",nl:"Wanneer"},"Toutes les dates":{en:"All dates",fr:"Toutes les dates",de:"Alle Daten",nl:"Alle data"},"Aujourd'hui":{en:"Today",fr:"Aujourd'hui",de:"Heute",nl:"Vandaag"},Demain:{en:"Tomorrow",fr:"Demain",de:"Morgen",nl:"Morgen"},"Ce week-end":{en:"This weekend",fr:"Ce week-end",de:"Dieses Wochenende",nl:"Dit weekend"},"Cette semaine":{en:"This week",fr:"Cette semaine",de:"Diese Woche",nl:"Deze week"},"Ce mois-ci":{en:"This month",fr:"Ce mois-ci",de:"Diesen Monat",nl:"Deze maand"},"Personnalisé (Du ... au ...)":{en:"Custom (From ... to ...)",fr:"Personnalisé (Du ... au ...)",de:"Benutzerdefiniert (Von ... bis ...)",nl:"Aangepast (Van ... tot ...)"},Le:{en:"On",fr:"Le",de:"Am",nl:"Op"},de:{en:"of",fr:"de",de:"von",nl:"van"},à:{en:"at",fr:"à",de:"um",nl:"om"},Du:{en:"From",fr:"Du",de:"Von",nl:"Van"},au:{en:"to",fr:"au",de:"bis",nl:"tot"},Personnalisé:{en:"Custom",fr:"Personnalisé",de:"Benutzerdefiniert",nl:"Aangepast"},Monday:{en:"Monday",fr:"Lundi",de:"Montag",nl:"Maandag"},Tuesday:{en:"Tuesday",fr:"Mardi",de:"Dienstag",nl:"Dinsdag"},Wednesday:{en:"Wednesday",fr:"Mercredi",de:"Mittwoch",nl:"Woensdag"},Thursday:{en:"Thursday",fr:"Jeudi",de:"Donnerstag",nl:"Donderdag"},Friday:{en:"Friday",fr:"Vendredi",de:"Freitag",nl:"Vrijdag"},Saturday:{en:"Saturday",fr:"Samedi",de:"Samstag",nl:"Zaterdag"},Sunday:{en:"Sunday",fr:"Dimanche",de:"Sonntag",nl:"Zondag"},Fermé:{en:"Closed",fr:"Fermé",de:"Geschlossen",nl:"Gesloten"},Ouvert:{en:"Open",fr:"Ouvert",de:"Geöffnet",nl:"Open"},Itinéraire:{en:"Itinerary",fr:"Itinéraire",de:"Route",nl:"Route"},"Filtrer par profil":{en:"Filter by profile",fr:"Filtrer par profil",de:"Nach Profile filtern",nl:"Filteren op profiel"},"Filtrer par thématique":{en:"Filter by theme",fr:"Filtrer par thématique",de:"Nach Thema filtern",nl:"Filteren op thema"},Commentaires:{en:"Comments",fr:"Commentaires",de:"Kommentare",nl:"Reacties"},"Ajouter un commentaire":{en:"Add a comment",fr:"Ajouter un commentaire",de:"Kommentar hinzufügen",nl:"Reactie toevoegen"}}},35358:(e,t,n)=>{var r={"./af":42687,"./af.js":42687,"./ar":58475,"./ar-dz":31422,"./ar-dz.js":31422,"./ar-kw":44718,"./ar-kw.js":44718,"./ar-ly":60595,"./ar-ly.js":60595,"./ar-ma":1178,"./ar-ma.js":1178,"./ar-ps":22817,"./ar-ps.js":22817,"./ar-sa":34096,"./ar-sa.js":34096,"./ar-tn":64818,"./ar-tn.js":64818,"./ar.js":58475,"./az":57699,"./az.js":57699,"./be":59445,"./be.js":59445,"./bg":1427,"./bg.js":1427,"./bm":99613,"./bm.js":99613,"./bn":87764,"./bn-bd":23575,"./bn-bd.js":23575,"./bn.js":87764,"./bo":35707,"./bo.js":35707,"./br":89424,"./br.js":89424,"./bs":13575,"./bs.js":13575,"./ca":19088,"./ca.js":19088,"./cs":52650,"./cs.js":52650,"./cv":12405,"./cv.js":12405,"./cy":9e3,"./cy.js":9e3,"./da":60563,"./da.js":60563,"./de":76663,"./de-at":37237,"./de-at.js":37237,"./de-ch":61195,"./de-ch.js":61195,"./de.js":76663,"./dv":45690,"./dv.js":45690,"./el":27141,"./el.js":27141,"./en-au":64650,"./en-au.js":64650,"./en-ca":67896,"./en-ca.js":67896,"./en-gb":629,"./en-gb.js":629,"./en-ie":85106,"./en-ie.js":85106,"./en-il":13721,"./en-il.js":13721,"./en-in":83159,"./en-in.js":83159,"./en-nz":79516,"./en-nz.js":79516,"./en-sg":71230,"./en-sg.js":71230,"./eo":97404,"./eo.js":97404,"./es":11592,"./es-do":82844,"./es-do.js":82844,"./es-mx":23132,"./es-mx.js":23132,"./es-us":31541,"./es-us.js":31541,"./es.js":11592,"./et":7645,"./et.js":7645,"./eu":97726,"./eu.js":97726,"./fa":54397,"./fa.js":54397,"./fi":94997,"./fi.js":94997,"./fil":41037,"./fil.js":41037,"./fo":44567,"./fo.js":44567,"./fr":60548,"./fr-ca":72597,"./fr-ca.js":72597,"./fr-ch":22078,"./fr-ch.js":22078,"./fr.js":60548,"./fy":73893,"./fy.js":73893,"./ga":35236,"./ga.js":35236,"./gd":71663,"./gd.js":71663,"./gl":7463,"./gl.js":7463,"./gom-deva":27298,"./gom-deva.js":27298,"./gom-latn":59533,"./gom-latn.js":59533,"./gu":90504,"./gu.js":90504,"./he":53843,"./he.js":53843,"./hi":24767,"./hi.js":24767,"./hr":19738,"./hr.js":19738,"./hu":131,"./hu.js":131,"./hy-am":40374,"./hy-am.js":40374,"./id":25289,"./id.js":25289,"./is":4076,"./is.js":4076,"./it":21273,"./it-ch":86181,"./it-ch.js":86181,"./it.js":21273,"./ja":25377,"./ja.js":25377,"./jv":39972,"./jv.js":39972,"./ka":53368,"./ka.js":53368,"./kk":97018,"./kk.js":97018,"./km":19068,"./km.js":19068,"./kn":48805,"./kn.js":48805,"./ko":81062,"./ko.js":81062,"./ku":74932,"./ku-kmr":76163,"./ku-kmr.js":76163,"./ku.js":74932,"./ky":3584,"./ky.js":3584,"./lb":49790,"./lb.js":49790,"./lo":70617,"./lo.js":70617,"./lt":120,"./lt.js":120,"./lv":95522,"./lv.js":95522,"./me":54262,"./me.js":54262,"./mi":36978,"./mi.js":36978,"./mk":26568,"./mk.js":26568,"./ml":57309,"./ml.js":57309,"./mn":58715,"./mn.js":58715,"./mr":59879,"./mr.js":59879,"./ms":53008,"./ms-my":46955,"./ms-my.js":46955,"./ms.js":53008,"./mt":19333,"./mt.js":19333,"./my":67714,"./my.js":67714,"./nb":84572,"./nb.js":84572,"./ne":40873,"./ne.js":40873,"./nl":73154,"./nl-be":65766,"./nl-be.js":65766,"./nl.js":73154,"./nn":84696,"./nn.js":84696,"./oc-lnc":99044,"./oc-lnc.js":99044,"./pa-in":93051,"./pa-in.js":93051,"./pl":26828,"./pl.js":26828,"./pt":8132,"./pt-br":29813,"./pt-br.js":29813,"./pt.js":8132,"./ro":8331,"./ro.js":8331,"./ru":43509,"./ru.js":43509,"./sd":58419,"./sd.js":58419,"./se":92332,"./se.js":92332,"./si":37256,"./si.js":37256,"./sk":22546,"./sk.js":22546,"./sl":69403,"./sl.js":69403,"./sq":3888,"./sq.js":3888,"./sr":79369,"./sr-cyrl":50536,"./sr-cyrl.js":50536,"./sr.js":79369,"./ss":24314,"./ss.js":24314,"./sv":52805,"./sv.js":52805,"./sw":50886,"./sw.js":50886,"./ta":2691,"./ta.js":2691,"./te":2727,"./te.js":2727,"./tet":87451,"./tet.js":87451,"./tg":46217,"./tg.js":46217,"./th":14148,"./th.js":14148,"./tk":96205,"./tk.js":96205,"./tl-ph":3861,"./tl-ph.js":3861,"./tlh":53426,"./tlh.js":53426,"./tr":97110,"./tr.js":97110,"./tzl":51992,"./tzl.js":51992,"./tzm":95919,"./tzm-latn":19673,"./tzm-latn.js":19673,"./tzm.js":95919,"./ug-cn":5048,"./ug-cn.js":5048,"./uk":61600,"./uk.js":61600,"./ur":97327,"./ur.js":97327,"./uz":33127,"./uz-latn":86929,"./uz-latn.js":86929,"./uz.js":33127,"./vi":69733,"./vi.js":69733,"./x-pseudo":66261,"./x-pseudo.js":66261,"./yo":93096,"./yo.js":93096,"./zh-cn":80802,"./zh-cn.js":80802,"./zh-hk":46030,"./zh-hk.js":46030,"./zh-mo":45123,"./zh-mo.js":45123,"./zh-tw":26710,"./zh-tw.js":26710};function a(e){var t=s(e);return n(t)}function s(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=s,e.exports=a,a.id=35358}}]);
|
@@ -33,6 +33,7 @@ export default function Campaign(props) {
|
|
33
33
|
batchSize={props.batchSize}
|
34
34
|
displayMap={props.displayMap}
|
35
35
|
language={props.currentLanguage}
|
36
|
+
displayRedThumbs={props.displayRedThumbs}
|
36
37
|
/>
|
37
38
|
</ScrollContext.Provider>
|
38
39
|
</Provider>
|
@@ -59,6 +60,8 @@ function CampaignView(props) {
|
|
59
60
|
const [batchStart, setBatchStart] = useState(0);
|
60
61
|
const [loadMoreLaunch, setLoadMoreLaunch] = useState(false);
|
61
62
|
const displayMap = props.displayMap === "True" ? true : false;
|
63
|
+
const displayRedThumbs = props.displayRedThumbs === "True" ? true : false;
|
64
|
+
|
62
65
|
const { response, error, isLoading, isMore } = useAxios(
|
63
66
|
{
|
64
67
|
method: "get",
|
@@ -154,7 +157,14 @@ function CampaignView(props) {
|
|
154
157
|
let listRender;
|
155
158
|
let MapRender;
|
156
159
|
if (itemsArray && itemsArray.length > 0) {
|
157
|
-
listRender =
|
160
|
+
listRender = (
|
161
|
+
<CampaignList
|
162
|
+
onChange={clickID}
|
163
|
+
itemsArray={itemsArray}
|
164
|
+
onHover={hoverID}
|
165
|
+
displayRedThumbs={displayRedThumbs}
|
166
|
+
/>
|
167
|
+
);
|
158
168
|
MapRender = (
|
159
169
|
<Map
|
160
170
|
headerHeight={style.height + headerHeight}
|
@@ -167,7 +177,7 @@ function CampaignView(props) {
|
|
167
177
|
} else if (!isLoading) {
|
168
178
|
listRender = (
|
169
179
|
<p>
|
170
|
-
<Translate text="Aucun
|
180
|
+
<Translate text="Aucun projet n'a été trouvé" />
|
171
181
|
</p>
|
172
182
|
);
|
173
183
|
}
|
@@ -291,6 +301,7 @@ function CampaignView(props) {
|
|
291
301
|
onChange={clickID}
|
292
302
|
onlyPastCampaign={props.onlyPastCampaign}
|
293
303
|
contextAuthenticatedUser={props.contextAuthenticatedUser}
|
304
|
+
displayRedThumbs={displayRedThumbs}
|
294
305
|
/>
|
295
306
|
</div>
|
296
307
|
{displayMap && (
|
@@ -66,12 +66,14 @@ const CampaignCard = (props) => {
|
|
66
66
|
{props.item.votes_pour}
|
67
67
|
</span>
|
68
68
|
</div>
|
69
|
-
|
70
|
-
<
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
69
|
+
{props.displayRedThumbs && (
|
70
|
+
<div className="campaign-vote-contre">
|
71
|
+
<i className="bi bi-hand-thumbs-down-fill"></i>
|
72
|
+
<span className="campaign-vote-contre-count">
|
73
|
+
{props.item.votes_contre}
|
74
|
+
</span>
|
75
|
+
</div>
|
76
|
+
)}
|
75
77
|
</div>
|
76
78
|
</div>
|
77
79
|
<div className="r-item-arrow">
|
@@ -7,7 +7,7 @@ import "../../../../node_modules/flexbin/flexbin.css";
|
|
7
7
|
import { Translate } from "react-translated";
|
8
8
|
import queryString from "query-string";
|
9
9
|
|
10
|
-
export default function CampaignContent({ queryUrl, onChange }) {
|
10
|
+
export default function CampaignContent({ queryUrl, onChange, displayRedThumbs }) {
|
11
11
|
const navigate = useNavigate();
|
12
12
|
const { u, ...parsed } = Object.assign({
|
13
13
|
id: queryString.parse(useFilterQuery().toString())["u"],
|
@@ -36,8 +36,6 @@ export default function CampaignContent({ queryUrl, onChange }) {
|
|
36
36
|
// set all contacts state
|
37
37
|
useEffect(() => {
|
38
38
|
if (response !== null) {
|
39
|
-
console.log(response && response);
|
40
|
-
|
41
39
|
const status = response.workflow.fields.statut;
|
42
40
|
if (status === "Publié sans vote" || status === "Publié") {
|
43
41
|
setVoteContext("vote_nodisplay");
|
@@ -79,6 +77,7 @@ export default function CampaignContent({ queryUrl, onChange }) {
|
|
79
77
|
urlVoteContre={urlVoteContre}
|
80
78
|
voteContext={voteContext}
|
81
79
|
urlComment={urlComment}
|
80
|
+
displayRedThumbs={displayRedThumbs}
|
82
81
|
/>
|
83
82
|
</div>
|
84
83
|
) : (
|
@@ -98,7 +97,14 @@ export default function CampaignContent({ queryUrl, onChange }) {
|
|
98
97
|
);
|
99
98
|
}
|
100
99
|
|
101
|
-
function ContentText({
|
100
|
+
function ContentText({
|
101
|
+
item,
|
102
|
+
urlVotePour,
|
103
|
+
urlVoteContre,
|
104
|
+
urlComment,
|
105
|
+
voteContext,
|
106
|
+
displayRedThumbs,
|
107
|
+
}) {
|
102
108
|
const [image, setImage] = useState(new Image());
|
103
109
|
const [imageClassName, setImageClassName] = useState("");
|
104
110
|
|
@@ -135,13 +141,19 @@ function ContentText({ item, urlVotePour, urlVoteContre, urlComment, voteContext
|
|
135
141
|
<span className="campaign-vote-pour-count">({item.votes_pour})</span>
|
136
142
|
<span className="campaign-vote-contre-text"> Je vote pour</span>
|
137
143
|
</a>
|
138
|
-
|
139
|
-
<
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
144
|
+
{displayRedThumbs && (
|
145
|
+
<a
|
146
|
+
href={urlVoteContre}
|
147
|
+
target="_blank"
|
148
|
+
className="campaign-vote-contre"
|
149
|
+
>
|
150
|
+
<i className="bi bi-hand-thumbs-down-fill"></i>
|
151
|
+
<span className="campaign-vote-contre-count">
|
152
|
+
({item.votes_contre})
|
153
|
+
</span>
|
154
|
+
<span className="campaign-vote-contre-text"> Je vote contre</span>
|
155
|
+
</a>
|
156
|
+
)}
|
145
157
|
</div>
|
146
158
|
{image ? (
|
147
159
|
<div className="r-content-img">
|
@@ -9,6 +9,7 @@ const CampaignList = ({
|
|
9
9
|
onHover,
|
10
10
|
showCategoriesOrTopics,
|
11
11
|
contextAuthenticatedUser,
|
12
|
+
displayRedThumbs,
|
12
13
|
}) => {
|
13
14
|
const { scrollPos, updateScrollPos } = useContext(ScrollContext);
|
14
15
|
|
@@ -58,6 +59,7 @@ const CampaignList = ({
|
|
58
59
|
showCategoriesOrTopics={showCategoriesOrTopics}
|
59
60
|
key={item.created}
|
60
61
|
contextAuthenticatedUser={contextAuthenticatedUser}
|
62
|
+
displayRedThumbs={displayRedThumbs}
|
61
63
|
/>
|
62
64
|
</li>
|
63
65
|
))}
|