imio.smartweb.core 1.3.6__tar.gz → 1.3.7__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.6 → imio_smartweb_core-1.3.7}/CHANGES.rst +7 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/PKG-INFO +22 -2
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/setup.py +1 -1
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/base.py +13 -9
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +1 -1
- imio_smartweb_core-1.3.7/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +3 -2
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +10 -11
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +16 -3
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio.smartweb.core.egg-info/PKG-INFO +22 -2
- imio_smartweb_core-1.3.6/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -1
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/CONTRIBUTORS.rst +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/DEVELOP.rst +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/LICENSE.GPL +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/LICENSE.rst +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/MANIFEST.in +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/README.rst +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/docs/conf.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/docs/index.rst +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/requirements-coverage.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/requirements.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/setup.cfg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/categorization.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/new_tab.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/sitemap.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-delete.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-engagement-2.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-panneaux.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/action-vote.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-attention.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-nature.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-a-conteneurs.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-plus.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-primes-2.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/organisation-scout.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/reseausocial-behance.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/config.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/pages/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/publication/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/publication/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/publication/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/campaign/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/campaign/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/campaign/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/campaign/endpoint.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/campaign/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/campaign/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/events/endpoint.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/news/endpoint.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/events/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/news/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/timestamped_publications/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/timestamped_publications/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/timestamped_publications/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/timestamped_publications/view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/sections/views.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/indexers.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/overrides.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/metadata.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/Link.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Publication.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionTimestampedPublications.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox/browserlayer.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox/metadata.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox/registry/iaideabox.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox/types/imio.smartweb.CampaignView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox_uninstall/browserlayer.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox_uninstall/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/ideabox_uninstall/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/testing.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_iadeliberations_institutions.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_iadeliberations_publication.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_iadeliberations_publications.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_ideabox_campaign.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_ideabox_campaigns.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_ideabox_projects.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_news_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_iadeliberations.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_ideabox.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_rest.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_section_gallery.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_vocabularies.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/test_vocabulary.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1058_to_1059/registry/linkedin-icon.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1059_to_1060/registry/iadeliberation.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.Publication.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/workflows.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionTimestampedPublications.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/workflows.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1062_to_1063/registry.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/Link.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1066_to_1067/types/imio.smartweb.SectionTimestampedPublications.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/profiles/1067_to_1068/actions.xml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/utils.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/vocabularies.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/package.json +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Campaign/CampaignCard/CampaignCard.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Campaign/CampaignContent/CampaignContent.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Campaign/CampaignList/CampaignList.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Campaign/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Campaign/index.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/utils/CampaignMap.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio.smartweb.core.egg-info/SOURCES.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.7
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -57,6 +57,19 @@ Requires-Dist: plone.restapi[test]; extra == "test"
|
|
57
57
|
Requires-Dist: requests-mock; extra == "test"
|
58
58
|
Requires-Dist: beautifulsoup4; extra == "test"
|
59
59
|
Requires-Dist: freezegun; extra == "test"
|
60
|
+
Dynamic: author
|
61
|
+
Dynamic: author-email
|
62
|
+
Dynamic: classifier
|
63
|
+
Dynamic: description
|
64
|
+
Dynamic: home-page
|
65
|
+
Dynamic: keywords
|
66
|
+
Dynamic: license
|
67
|
+
Dynamic: license-file
|
68
|
+
Dynamic: project-url
|
69
|
+
Dynamic: provides-extra
|
70
|
+
Dynamic: requires-dist
|
71
|
+
Dynamic: requires-python
|
72
|
+
Dynamic: summary
|
60
73
|
|
61
74
|
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
62
75
|
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
@@ -191,6 +204,13 @@ Changelog
|
|
191
204
|
=========
|
192
205
|
|
193
206
|
|
207
|
+
1.3.7 (2025-04-15)
|
208
|
+
------------------
|
209
|
+
|
210
|
+
- Fix base endpoint for imio app (like TS)
|
211
|
+
[boulch]
|
212
|
+
|
213
|
+
|
194
214
|
1.3.6 (2025-04-10)
|
195
215
|
------------------
|
196
216
|
|
{imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio/smartweb/core/contents/rest/base.py
RENAMED
@@ -72,17 +72,21 @@ class BaseEndpoint(object):
|
|
72
72
|
class BaseService(Service):
|
73
73
|
def render(self):
|
74
74
|
referer = self.request.get("HTTP_REFERER", "")
|
75
|
-
if
|
75
|
+
if (
|
76
|
+
self.context.absolute_url() in referer
|
77
|
+
or bool(self.request.form.get("imio_app")) is True
|
78
|
+
):
|
79
|
+
response = self.request.response
|
80
|
+
response.setHeader("Content-type", "application/json")
|
81
|
+
content = self.reply()
|
82
|
+
return json.dumps(
|
83
|
+
content,
|
84
|
+
indent=2,
|
85
|
+
separators=(", ", ": "),
|
86
|
+
)
|
87
|
+
else:
|
76
88
|
self.request.response.setStatus(403)
|
77
89
|
return json.dumps({"error": "Forbidden"})
|
78
|
-
response = self.request.response
|
79
|
-
response.setHeader("Content-type", "application/json")
|
80
|
-
content = self.reply()
|
81
|
-
return json.dumps(
|
82
|
-
content,
|
83
|
-
indent=2,
|
84
|
-
separators=(", ", ": "),
|
85
|
-
)
|
86
90
|
|
87
91
|
|
88
92
|
class IRestView(Interface):
|
@@ -1 +1 @@
|
|
1
|
-
@charset "UTF-8";.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.schedul-Filter{width:100%}@media screen and (min-width:630px){.schedul-Filter{width:auto}}.period-filter{width:100%}@media screen and (min-width:630px){.period-filter{width:auto}}.period-filter .period-filter-toggler{width:100%}@media screen and (min-width:630px){.period-filter .period-filter-toggler{width:auto}}.period-filter .period-filter-toggler>button{align-items:center;background:#0000;background-color:#fff;border:1px solid #fff;border-radius:0;border-radius:10px;box-sizing:border-box;color:#333;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;letter-spacing:1.4px;min-height:30px;min-width:150px;outline:0!important;position:relative;text-align:left;transition:all .1s;width:100%}@media screen and (min-width:630px){.period-filter .period-filter-toggler>button{width:auto}}@media screen and (max-width:629px){.period-filter .period-filter-toggler>button{background-color:#0000;border:1px solid #cfcfcf;color:#333}}.period-filter .period-filter-toggler>button:hover{background-color:#0000;border:1px solid #cfcfcf;color:#333}.period-filter .period-filter-toggler>button:active,.period-filter .period-filter-toggler>button:focus{background:#0000!important;border-color:#2684ff!important;box-shadow:0 0 0 2px #2684ff!important;color:#333!important}.period-filter .period-filter-toggler>button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23CFCFCF' aria-hidden='true' class='css-tj5bde-Svg'%3E%3Cpath d='M4.516 7.548c.436-.446 1.043-.481 1.576 0L10 11.295l3.908-3.747c.533-.481 1.141-.446 1.574 0 .436.445.408 1.197 0 1.615-.406.418-4.695 4.502-4.695 4.502a1.095 1.095 0 0 1-1.576 0S4.924 9.581 4.516 9.163s-.436-1.17 0-1.615'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border:inherit;border-color:#0000;content:"";display:inline-block;height:20px;margin-left:auto;vertical-align:bottom;width:20px}.perdiod-filter-range{padding:5px 16px}.perdiod-filter-range input{border:1px solid #b3b3b3!important;border-radius:5px;color:#333;padding:5px 9px}body,html{max-width:100%;overflow-x:initial!important}.row{margin:0}.breadcrumb,.row{padding:0}body .outer-wrapper>.container{max-width:100%!important;padding:0!important}@media screen and (min-width:1200px){.r-annuaire-wrapper{margin-right:inherit;max-width:100%;padding-left:0;padding-right:0}}#portal-column-content{padding:0!important}#portal-column-content h1{font-size:0;position:absolute}#viewlet-below-content-description,#viewlet-below-content-title{display:none}header#content-header{background:#fff;position:-webkit-sticky;position:sticky;top:0}article>header{margin-bottom:0}.r-annuaire-result{grid-area:1/1/3/2}.r-map.annuaire-map{grid-area:1/2/2/3;position:-webkit-sticky;position:sticky}.r-wrapper{display:block}@media screen and (min-width:1200px){.r-wrapper{display:grid;gap:40px;grid-template-columns:minmax(20px,800px) minmax(20px,100%);justify-content:space-between;margin-left:auto;width:calc(558px + 50vw)}}@media screen and (min-width:1400px){.r-wrapper{width:calc(648px + 50vw)}}.r-wrapper .r-result{margin-top:2rem;padding-bottom:2rem}.r-wrapper .r-result-list{padding:0}.r-wrapper .r-result-list .r-list-item-group{list-style:none;margin:1rem 0;position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item-link{inset:0!important;position:absolute!important}.r-wrapper .r-result-list .r-list-item-group .r-list-item{display:flex;flex-direction:column;height:100%}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item{flex-direction:row}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{background-size:cover;padding-bottom:56%;width:100%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img.r-item-img-placeholder{background-color:#f2f2f2}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{height:149px;padding-bottom:0;width:246px}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{flex-grow:1;margin-top:.6rem}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{margin-left:1.5rem;margin-top:0}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text a{position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{display:block;font-weight:700}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{display:block}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{display:flex;gap:10px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse{width:36%}@media screen and (max-width:1200px){.r-wrapper .r-map{margin-top:2rem!important}.r-wrapper .r-map .leaflet-container{height:50vh!important}}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{border-radius:15px 15px 15px 0}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{font-size:13px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text:after{background:#ff0;border-radius:50px;content:"";height:50px;width:50px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{font-size:18px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{color:#747474;font-size:13px;font-weight:400;margin-bottom:5px;text-transform:uppercase}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{color:#727272}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all a{color:#000}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty{margin-top:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty:before{background-size:contain;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.68 10.97'%3E%3Cg data-name='Calque 2'%3E%3Cpath d='M3.84 5.21a1.37 1.37 0 1 1 1.37-1.37 1.37 1.37 0 0 1-1.37 1.37m0-5.21A3.84 3.84 0 0 0 0 3.84C0 6.72 3.84 11 3.84 11s3.84-4.28 3.84-7.16A3.84 3.84 0 0 0 3.84 0' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;content:"";display:inline-block;height:15px;vertical-align:middle;width:15px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact{width:100%}.icon-baseline{align-self:center;display:inline-flex;margin-right:.4rem}.icon-baseline svg{height:1em;position:relative;top:.125em;width:1em}.dpinlb{display:inline-block;vertical-align:top}.r-recurence-past{opacity:.5}.recurence-schedul{position:relative}.recurence-schedul-more{display:block}.recurence-modal-display{background-color:#fff;border:1px solid #dadada;border-radius:10px;box-shadow:.7px 0 5.3px rgba(0,0,0,.024),2.5px 0 17.9px rgba(0,0,0,.036),11px 0 80px #0000000f;left:0;padding:10px 15px!important;position:absolute;right:0;top:0;width:-webkit-max-content;width:max-content}.recurence-modal-display span{border-bottom:1px solid #969696;color:#000;display:block;font-size:14px;margin-bottom:.4rem}.recurence-modal-display ul{margin:0}.recurence-modal-display li{list-style:none}.recurence-modal-hide{display:none}.r-content-img{padding-bottom:60%}.r-content-header{margin-bottom:1rem}.r-content-title{margin:0}.r-content-recur-start-hours{display:flex}.news-info-title{color:#008fd2;display:block;font-weight:700;margin-bottom:1rem}.r-content-news-info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}@media screen and (min-width:600px){.r-content-news-info-container{column-count:2}}.r-content-news-info-container>div{break-inside:avoid;margin:.6rem 0;padding-right:3rem}.r-content-news-info-container>div svg{width:16px}.r-content-news-info-container .r-content-news-info--date{display:flex}.r-content-news-info-container .r-content-news-info--date .r-content-date-end,.r-content-news-info-container .r-content-news-info--date .r-content-date-start,.r-content-news-info-container .r-content-news-info--date .r-content-date-start-hours{display:flex;flex-wrap:wrap}.r-content-news-info-container .r-content-news-info-social svg{height:30px;width:30px}.r-content-news-info-container .r-content-news-info-social ul{align-items:center;display:flex;margin:0}.r-content-news-info-container .r-content-news-info-social ul li{list-style:none}.r-content-news-info-container .r-content-news-info-social ul li a:hover{opacity:.7}@media screen and (max-width:1000px){.r-content-news-info-action{margin-top:1.1rem}}.r-content-news-info-action a{text-decoration:none}.r-content-news-info-action>div{margin:.6rem 0}.r-content-news-info-action .r-content-booking{margin-top:0}.r-content-news-info-action .r-content-booking a{align-items:center;background:#000;border-radius:10px;border-bottom-left-radius:0;color:#fff;cursor:pointer;display:block;display:flex;font-weight:500;gap:10px;padding:.4rem 1rem;text-decoration:none}.r-content-news-info-action .r-content-booking a svg{width:22px;fill:#fff}.r-content-news-info-action .r-content-booking a:hover{background:#3f3f3f;color:#fff}.r-content-topics{display:flex;gap:15px}.r-content-topics span{background:#f1f1f1;border-radius:5px;margin-right:5px;padding:5px}.r-content-title-cat{color:#8e8e8e;font-size:14px;margin-right:5px}@media screen and (min-width:600px){.no-map .r-annuaire-wrapper{display:block}.no-map .r-result-list{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;max-width:1296px}.no-map .r-list-item-group{transition:all .2s ease}.no-map .r-list-item-group:focus,.no-map .r-list-item-group:hover{transform:translateY(-10px)!important}.no-map .r-list-item-group .r-list-item{box-shadow:0 8px 26px #00000014;flex-direction:column!important}.no-map .r-list-item-group .r-list-item .r-item-img{border-radius:0!important;height:0!important;margin-bottom:.5rem;padding-bottom:60%!important;width:100%!important}.no-map .r-list-item-group .r-list-item .r-item-text{display:grid;grid-template-columns:1fr 1fr;margin-right:1.5rem}.no-map .r-list-item-group .r-list-item .r-item-text:after{display:none}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-categorie{grid-row-start:1}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-title{font-weight:500!important;grid-column-end:3;grid-column-start:1;grid-row-start:2;margin-bottom:2rem;margin-top:1rem}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-date{grid-column-start:2;grid-row-start:1;justify-self:end}}.no-map .r-result.r-annuaire-result{max-width:1296px}.no-map .envent-content{margin:0 auto;max-width:700px}
|
1
|
+
@charset "UTF-8";.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.schedul-Filter{width:100%}@media screen and (min-width:630px){.schedul-Filter{width:auto}}.period-filter{width:100%}@media screen and (min-width:630px){.period-filter{width:auto}}.period-filter .period-filter-toggler{width:100%}@media screen and (min-width:630px){.period-filter .period-filter-toggler{width:auto}}.period-filter .period-filter-toggler>button{align-items:center;background:#0000;background-color:#fff;border:1px solid #fff;border-radius:0;border-radius:10px;box-sizing:border-box;color:#333;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;letter-spacing:1.4px;min-height:30px;min-width:150px;outline:0!important;position:relative;text-align:left;transition:all .1s;width:100%}@media screen and (min-width:630px){.period-filter .period-filter-toggler>button{width:auto}}@media screen and (max-width:629px){.period-filter .period-filter-toggler>button{background-color:#0000;border:1px solid #cfcfcf;color:#333}}.period-filter .period-filter-toggler>button:hover{background-color:#0000;border:1px solid #cfcfcf;color:#333}.period-filter .period-filter-toggler>button:active,.period-filter .period-filter-toggler>button:focus{background:#0000!important;border-color:#2684ff!important;box-shadow:0 0 0 2px #2684ff!important;color:#333!important}.period-filter .period-filter-toggler>button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23CFCFCF' aria-hidden='true' class='css-tj5bde-Svg'%3E%3Cpath d='M4.516 7.548c.436-.446 1.043-.481 1.576 0L10 11.295l3.908-3.747c.533-.481 1.141-.446 1.574 0 .436.445.408 1.197 0 1.615-.406.418-4.695 4.502-4.695 4.502a1.095 1.095 0 0 1-1.576 0S4.924 9.581 4.516 9.163s-.436-1.17 0-1.615'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border:inherit;border-color:#0000;content:"";display:inline-block;height:20px;margin-left:auto;vertical-align:bottom;width:20px}.perdiod-filter-range{padding:5px 16px}.perdiod-filter-range input{border:1px solid #b3b3b3!important;border-radius:5px;color:#333;padding:5px 9px}body,html{max-width:100%;overflow-x:initial!important}.row{margin:0}.breadcrumb,.row{padding:0}body .outer-wrapper>.container{max-width:100%!important;padding:0!important}@media screen and (min-width:1200px){.r-annuaire-wrapper{margin-right:inherit;max-width:100%;padding-left:0;padding-right:0}}#portal-column-content{padding:0!important}#portal-column-content h1{font-size:0;position:absolute}#viewlet-below-content-description,#viewlet-below-content-title{display:none}header#content-header{background:#fff;position:-webkit-sticky;position:sticky;top:0}article>header{margin-bottom:0}.r-annuaire-result{grid-area:1/1/3/2}.r-map.annuaire-map{grid-area:1/2/2/3;position:-webkit-sticky;position:sticky}.r-wrapper{display:block}@media screen and (min-width:1200px){.r-wrapper{display:grid;gap:40px;grid-template-columns:minmax(20px,800px) minmax(20px,100%);justify-content:space-between;margin-left:auto;width:calc(558px + 50vw)}}@media screen and (min-width:1400px){.r-wrapper{width:calc(648px + 50vw)}}.r-wrapper .r-result{margin-top:2rem;padding-bottom:2rem}.r-wrapper .r-result-list{padding:0}.r-wrapper .r-result-list .r-list-item-group{list-style:none;margin:2rem 0;position:relative}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group{margin:1rem 0}}.r-wrapper .r-result-list .r-list-item-group .r-list-item-link{inset:0!important;position:absolute!important}.r-wrapper .r-result-list .r-list-item-group .r-list-item{display:flex;flex-direction:column;height:100%}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item{flex-direction:row}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{background-size:cover;padding-bottom:56%;width:100%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img.r-item-img-placeholder{background-color:#f2f2f2}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{height:149px;padding-bottom:0;width:246px}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{flex-grow:1;margin-top:.6rem}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{margin-left:1.5rem;margin-top:0}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text a{position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{display:block}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-date{display:block;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{display:block}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{display:flex;gap:10px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse{width:36%}@media screen and (max-width:1200px){.r-wrapper .r-map{margin-top:2rem!important}.r-wrapper .r-map .leaflet-container{height:50vh!important}}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{border-radius:15px 15px 15px 0}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{font-size:13px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text:after{background:#ff0;border-radius:50px;content:"";height:50px;width:50px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{font-size:18px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{color:#747474;font-size:13px;font-weight:400;margin-top:.5rem;text-transform:uppercase}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{color:#727272}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all a{color:#000}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty{margin-top:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty:before{background-size:contain;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.68 10.97'%3E%3Cg data-name='Calque 2'%3E%3Cpath d='M3.84 5.21a1.37 1.37 0 1 1 1.37-1.37 1.37 1.37 0 0 1-1.37 1.37m0-5.21A3.84 3.84 0 0 0 0 3.84C0 6.72 3.84 11 3.84 11s3.84-4.28 3.84-7.16A3.84 3.84 0 0 0 3.84 0' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;content:"";display:inline-block;height:15px;vertical-align:middle;width:15px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact{width:100%}.icon-baseline{align-self:center;display:inline-flex;margin-right:.4rem}.icon-baseline svg{height:1em;position:relative;top:.125em;width:1em}.dpinlb{display:inline-block;vertical-align:top}.r-recurence-past{opacity:.5}.recurence-schedul{position:relative}.recurence-schedul-more{display:block}.recurence-modal-display{background-color:#fff;border:1px solid #dadada;border-radius:10px;box-shadow:.7px 0 5.3px rgba(0,0,0,.024),2.5px 0 17.9px rgba(0,0,0,.036),11px 0 80px #0000000f;left:0;padding:10px 15px!important;position:absolute;right:0;top:0;width:-webkit-max-content;width:max-content}.recurence-modal-display span{border-bottom:1px solid #969696;color:#000;display:block;font-size:14px;margin-bottom:.4rem}.recurence-modal-display ul{margin:0}.recurence-modal-display li{list-style:none}.recurence-modal-hide{display:none}.r-content-img{padding-bottom:60%}.r-content-header{margin-bottom:1rem}.r-content-title{margin:0}.r-content-recur-start-hours{display:flex}.news-info-title{color:#008fd2;display:block;font-weight:700;margin-bottom:1rem}.r-content-news-info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}@media screen and (min-width:600px){.r-content-news-info-container{column-count:2}}.r-content-news-info-container>div{break-inside:avoid;margin:.6rem 0;padding-right:3rem}.r-content-news-info-container>div svg{width:16px}.r-content-news-info-container .r-content-news-info--date{display:flex}.r-content-news-info-container .r-content-news-info--date .r-content-date-end,.r-content-news-info-container .r-content-news-info--date .r-content-date-start,.r-content-news-info-container .r-content-news-info--date .r-content-date-start-hours{display:flex;flex-wrap:wrap}.r-content-news-info-container .r-content-news-info-social svg{height:30px;width:30px}.r-content-news-info-container .r-content-news-info-social ul{align-items:center;display:flex;margin:0}.r-content-news-info-container .r-content-news-info-social ul li{list-style:none}.r-content-news-info-container .r-content-news-info-social ul li a:hover{opacity:.7}@media screen and (max-width:1000px){.r-content-news-info-action{margin-top:1.1rem}}.r-content-news-info-action a{text-decoration:none}.r-content-news-info-action>div{margin:.6rem 0}.r-content-news-info-action .r-content-booking{margin-top:0}.r-content-news-info-action .r-content-booking a{align-items:center;background:#000;border-radius:10px;border-bottom-left-radius:0;color:#fff;cursor:pointer;display:block;display:flex;font-weight:500;gap:10px;padding:.4rem 1rem;text-decoration:none}.r-content-news-info-action .r-content-booking a svg{width:22px;fill:#fff}.r-content-news-info-action .r-content-booking a:hover{background:#3f3f3f;color:#fff}.r-content-topics{display:flex;gap:15px}.r-content-topics span{background:#f1f1f1;border-radius:5px;margin-right:5px;padding:5px}.r-content-title-cat{color:#8e8e8e;font-size:14px;margin-right:5px}.r-add-event-icon{height:25px;width:25px}@media screen and (min-width:600px){.no-map .r-annuaire-wrapper{display:block}.no-map .r-result-list{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;max-width:1296px}.no-map .r-list-item-group{transition:all .2s ease}.no-map .r-list-item-group:focus,.no-map .r-list-item-group:hover{transform:translateY(-10px)!important}.no-map .r-list-item-group .r-list-item{box-shadow:0 8px 26px #00000014;flex-direction:column!important}.no-map .r-list-item-group .r-list-item .r-item-img{border-radius:0!important;height:0!important;margin-bottom:.5rem;padding-bottom:60%!important;width:100%!important}.no-map .r-list-item-group .r-list-item .r-item-text{display:grid;grid-template-columns:1fr 1fr;margin-right:1.5rem}.no-map .r-list-item-group .r-list-item .r-item-text:after{display:none}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-categorie{grid-row-start:1}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-title{font-weight:500!important;grid-column-end:3;grid-column-start:1;grid-row-start:2;margin-bottom:2rem;margin-top:1rem}.no-map .r-list-item-group .r-list-item .r-item-text .r-item-date{grid-column-start:2;grid-row-start:1;justify-self:end}}.no-map .r-result.r-annuaire-result{max-width:1296px}.no-map .envent-content{margin:0 auto;max-width:700px}
|
@@ -0,0 +1 @@
|
|
1
|
+
(self.webpackChunkimio_smartweb_core_webcomponents=self.webpackChunkimio_smartweb_core_webcomponents||[]).push([[884],{75954:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>R});var n=a(25602),l=a(8174),r=a(41665),s=a(64651),c=a(32101),i=a(86110),o=a(83198),m=a(54368),u=a.n(m),d=(a(55369),a(60711)),v=a.n(d),E=a(2494),f=a(24286),p=a(96745),h=a(42090),g=a(31540),b=a(64478);const y={fr:p.fr,nl:h.nl,de:g.de,en:b.b};const j=function(e){let{language:t,setDates:a}=e;const[l,r]=(0,n.useState)([null,null]),[s,c]=l,[i,m]=(0,n.useState)(n.createElement(o.HT,{text:"Quand"})),[d,p]=(0,n.useState)(),h=v()().format("YYYY-MM-DD"),g={all:n.createElement(o.HT,{text:"Toutes les dates"}),today:n.createElement(o.HT,{text:"Aujourd'hui"}),tomorrow:n.createElement(o.HT,{text:"Demain"}),thisWeekEnd:n.createElement(o.HT,{text:"Ce week-end"}),thisWeek:n.createElement(o.HT,{text:"Cette semaine"}),thisMonth:n.createElement(o.HT,{text:"Ce mois-ci"}),custom:n.createElement(o.HT,{text:"Personnalisé (Du ... au ...)"})};return(0,n.useState)((()=>{p(y[t])}),[]),n.createElement(n.Fragment,null,n.createElement("div",{className:"period-filter"},n.createElement(E.A,{className:"period-filter-toggler",onSelect:e=>{switch(e){case"all":a({"event_dates.query":[h]}),m(g.all);break;case"today":a({"event_dates.query":[h,h]}),m(g.today);break;case"tomorrow":const e=v()().add(1,"days").format("YYYY-MM-DD");a({"event_dates.query":[e,e]}),m(g.tomorrow);break;case"thisWeekEnd":const t=v()().endOf("week").format("YYYY-MM-DD"),n=v()().endOf("week").add(1,"days").format("YYYY-MM-DD");a({"event_dates.query":[t,n]}),m(g.thisWeekEnd);break;case"thisWeek":const l=v()().endOf("week").add(1,"days").format("YYYY-MM-DD");a({"event_dates.query":[h,l]}),m(g.thisWeek);break;case"thisMonth":const r=v()().endOf("month").format("YYYY-MM-DD");a({"event_dates.query":[h,r]}),m(g.thisMonth)}},title:i},n.createElement(f.A.Item,{eventKey:"all"},g.all),n.createElement(f.A.Item,{eventKey:"today"},g.today),n.createElement(f.A.Item,{eventKey:"tomorrow"},g.tomorrow),n.createElement(f.A.Item,{eventKey:"thisWeekEnd"},g.thisWeekEnd),n.createElement(f.A.Item,{eventKey:"thisWeek"},g.thisWeek),n.createElement(f.A.Item,{eventKey:"thisMonth"},g.thisMonth),n.createElement("div",{className:"perdiod-filter-range"},d&&n.createElement(o.rk,null,(e=>{let{translate:t,language:l}=e;return n.createElement(u(),{dateFormat:"dd/MM/yyyy",placeholderText:t({text:"Personnalisé (Du ... au ...)"}),selectsRange:!0,startDate:s,endDate:c,minDate:(new Date).setDate((new Date).getDate()+1),onChange:e=>{r(e),(null!==e[0]&&null!==e[1]||null==e[0]&&null==e[1])&&(e=>{r(e);const t=e.filter((e=>null!==e)).map((e=>v()(e).format("YYYY-MM-DD")));a({"event_dates.query":t}),e.every((e=>null===e))?m(g.all):m(g.custom)})(e)},isClearable:!0,locale:d})}))))))};var w=a(72668);const N=[{label:"Petit enfant",value:"i8gf49541q"},{label:"Petit enfant » 1 an",value:"tdtpdh546x"},{label:"Petit enfant » 2 ans",value:"19hb3u884v"},{label:"Petit enfant » 3 ans",value:"cl7oi9xaig"},{label:"Enfant",value:"omg40jn2yl"},{label:"Enfant » 4 ans",value:"a04ryxt74a"},{label:"Enfant » 5 ans",value:"2u0ugvi72u"},{label:"Enfant » 6 ans",value:"8btkbsp9ei"},{label:"Enfant » 7 ans",value:"gp881gyhmy"},{label:"Enfant » 8 ans",value:"me9vnw7vnk"},{label:"Enfant » 9 ans",value:"11ps76le1h"},{label:"Enfant » 10 ans",value:"rf2m1fbrot"},{label:"Enfant » 11 ans",value:"79qhii8mnf"},{label:"Adolescent",value:"ah0rbc2qr4"},{label:"Adolescent » 12 ans",value:"x6rmmxao6i"},{label:"Adolescent » 13 ans",value:"1pn83a9xkw"},{label:"Adolescent » 14 ans",value:"b8skpvhfka"},{label:"Adolescent » 15 ans",value:"snvxin8j4j"},{label:"Adolescent » 16 ans",value:"v4ty7v0hab"},{label:"Adolescent » 17 ans",value:"1x1ii6jxhu"},{label:"Adulte",value:"5lfbjyeea0"},{label:"Plus de 60 ans",value:"58cuuquwed"},{label:"Tout public",value:"ry275hefdy"}];var x=a(94274),k=a(68473);const _=["event_dates.range"];function M(e,t){if(null==e)return{};var a,n,l=function(e,t){if(null==e)return{};var a={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;a[n]=e[n]}return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n<r.length;n++)a=r[n],-1===t.indexOf(a)&&{}.propertyIsEnumerable.call(e,a)&&(l[a]=e[a])}return l}function O(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function H(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?O(Object(a),!0).forEach((function(t){Y(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):O(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Y(e,t,a){return(t=A(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function A(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}const D=function(e){let t=(0,r.Zp)();const[a,l]=(0,n.useState)(e.activeFilter),[s,m]=(0,n.useState)(null),[u,d]=(0,n.useState)(null),[E,f]=(0,n.useState)([]),[p,h]=(0,n.useState)(null),{response:g,error:b,isLoading:y}=(0,i.A)({method:"get",url:"",baseURL:e.url,headers:{Accept:"application/json"},params:a,paramsSerializer:{indexes:null}});(0,n.useEffect)((()=>{if(null!==g){const e=g.topics&&g.topics.map((e=>({value:e.token,label:e.title}))),t=g.category&&g.category.map((e=>({value:e.token,label:e.title,queryString:"category"}))),a=g.local_category&&g.local_category.map((e=>({value:e.token,label:e.title,queryString:"local_category"})));m(e),d(t),f(a)}}),[g]);const O=[{label:n.createElement(o.HT,{text:"Catégories spécifiques"}),options:E},{label:n.createElement(o.HT,{text:"Catégories"}),options:u}],Y=(0,n.useCallback)((e=>{let{target:{name:t,value:a}}=e;a.length>2?l((e=>H(H({},e),{},{[t]:a})),[]):l((e=>{const a=H({},e),{[t]:n}=a;return M(a,[t].map(A))}))})),D=(0,n.useCallback)(((e,t)=>{const a=t.name;e?l((t=>H(H({},t),{},{[a]:e.value})),[]):l((e=>{const t=H({},e),{[a]:n}=t;return M(t,[a].map(A))}))})),P=(0,n.useCallback)(((e,t)=>{e?l((t=>H(H({},t),{},{[e.queryString]:e.value})),[]):l((e=>{const a=H({},e),n=t.removedValues[0].queryString,{[n]:l}=a;return M(a,[n].map(A))}))})),T=(0,n.useRef)(!0);(0,n.useEffect)((()=>{T.current?T.current=!1:(t({pathname:"./",search:w.A.stringify(a)}),e.onChange(a))}),[a]);let S=s&&s.filter((t=>t.value===e.activeFilter.topics)),C=u&&u.filter((t=>t.value===e.activeFilter.category)),z=N&&N.filter((t=>t.value===e.activeFilter.topics)),q=x.c&&x.c.filter((t=>t.value===e.activeFilter.topics));return(0,n.useEffect)((()=>{p&&l((e=>{if(p["event_dates.query"].length>1){const{"event_dates.range":t}=p,a=M(p,_),n="min:max";return H(H(H({},e),a),{},{"event_dates.range":n})}return p["event_dates.query"].every((e=>null===e))?H(H({},e),{},{"event_dates.query":[v()().format("YYYY-MM-DD")],"event_dates.range":"min"}):H(H(H({},e),p),{},{"event_dates.range":"min"})}))}),[p]),n.createElement(n.Fragment,null,n.createElement("div",{className:"react-filters-menu"},n.createElement("div",{className:"react-filters-container"},n.createElement("form",{className:"r-filter r-filter-search",onSubmit:function(t){t.preventDefault(),e.onChange(a)}},n.createElement("div",{className:"relative"},n.createElement(o.rk,null,(e=>{let{translate:t}=e;return n.createElement("input",{className:"input-custom-class",name:"SearchableText",type:"text",value:a.SearchableText,onChange:Y,placeholder:t({text:"Recherche"})})})),n.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"},n.createElement("path",{d:"M13 24a11 11 0 1 0 0-22 11 11 0 0 0 0 22zm8-3 9 9"})))),n.createElement("button",{className:"more-filter-btn collapsed",type:"button","data-bs-toggle":"collapse","data-bs-target":"#collapseOne","aria-expanded":"false","aria-controls":"collapseOne"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",style:{height:16,width:16},fill:"none",stroke:"currentColor",strokeWidth:"3","aria-hidden":"true",display:"block",overflow:"visible"},n.createElement("path",{d:"M7 16H3m26 0H15M29 6h-4m-8 0H3m26 20h-4M7 16a4 4 0 108 0 4 4 0 00-8 0zM17 6a4 4 0 108 0 4 4 0 00-8 0zm0 20a4 4 0 108 0 4 4 0 00-8 0zm0 0H3"}))),n.createElement("div",{className:"react-sep-menu"}),"False"===e.onlyPastEvents&&n.createElement("div",{className:"r-filter schedul-Filter"},n.createElement(j,{language:e.language,setDates:h})),n.createElement("div",{className:"react-sep-menu"}),n.createElement(o.rk,null,(e=>{let{translate:t}=e;return n.createElement("div",{className:"r-filter top-filter facilities-Filter"},n.createElement(c.Ay,{styles:k.E,name:"category",className:"select-custom-no-border library-facilities",isClearable:!0,onChange:P,options:0===E.length?u&&u:O,placeholder:t({text:"Quoi"}),value:C&&C[0]}))})))),n.createElement("div",{id:"collapseOne",className:"accordion-collapse collapse more-filter-container ","aria-labelledby":"headingOne","data-bs-parent":"#accordionExample"},n.createElement("div",{className:"accordion-body"},n.createElement("div",{className:"r-filter collapse-filter topics-Filter"},n.createElement(o.rk,null,(e=>{let{translate:t}=e;return n.createElement(c.Ay,{styles:k.o,name:"topics",className:"library-topics",isClearable:!0,onChange:D,options:s&&s,placeholder:t({text:"Thématiques"}),value:S&&S[0]})}))),n.createElement("div",{className:"r-filter collapse-filter public-target-Filter"},n.createElement(o.rk,null,(e=>{let{translate:t}=e;return n.createElement(c.Ay,{styles:k.o,name:"taxonomy_event_public",className:"library-topics",isClearable:!0,onChange:D,options:N&&N,placeholder:t({text:"Public cible"}),value:z&&z[0]})}))),n.createElement("div",{className:"r-filter collapse-filter iam-Filter"},n.createElement(o.rk,null,(e=>{let{translate:t}=e;return n.createElement(c.Ay,{styles:k.o,name:"iam",className:"library-topics",isClearable:!0,onChange:D,options:x.c&&x.c,placeholder:t({text:"Profil"}),value:q&&q[0]})}))))))};var P=a(18874),T=a(91015);a(1053);const S=["u"];const C=e=>{let{queryUrl:t,onChange:a,onlyPastEvents:l,contextAuthenticatedUser:s}=e,c=(0,r.Zp)();const m=Object.assign({UID:w.A.parse((0,P.A)().toString()).u,fullobjects:1,"event_dates.query":v()().format("YYYY-MM-DD"),"event_dates.range":"True"===l?"max":"min"}),{u}=m,d=function(e,t){if(null==e)return{};var a,n,l=function(e,t){if(null==e)return{};var a={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;a[n]=e[n]}return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n<r.length;n++)a=r[n],-1===t.indexOf(a)&&{}.propertyIsEnumerable.call(e,a)&&(l[a]=e[a])}return l}(m,S),[E,f]=(0,n.useState)(d),[p,h]=(0,n.useState)({}),[g,b]=(0,n.useState)([]),[y,j]=(0,n.useState)(),[N,x]=(0,n.useState)(),[k,_]=(0,n.useState)(!1),M=(0,n.useRef)(),{response:O,error:H,isLoading:Y}=(0,i.A)({method:"get",url:"",baseURL:t,headers:{Accept:"application/json"},params:E},[]);(0,n.useEffect)((()=>{f(d)}),[w.A.parse((0,P.A)().toString()).u]),(0,n.useEffect)((()=>{null!==O&&(h(O.items[0]),O.items.length>1?O.items.map(((e,t)=>{const a=new Date;new Date(e.start)>=a&&b((t=>[...t,e.start]))})):b(null)),window.scrollTo({top:0,left:0,behavior:"instant"})}),[O]),(0,n.useEffect)((()=>{p.items&&p.items.length>0&&(j(p.items.filter((e=>"File"===e["@type"]))),x(p.items.filter((e=>"Image"===e["@type"]))))}),[p]),(0,n.useEffect)((()=>{const e=e=>{M.current&&!M.current.contains(e.target)&&L()};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}}),[]),v().locale("be");const A=v().utc(p.start).format("DD-MM-YYYY"),D=v().utc(p.end).format("DD-MM-YYYY"),C=v().utc(p.start).format("LT"),z=v().utc(p.end).format("LT"),q=v()(),U=g&&g.filter((e=>v()(e).isAfter(q)));let F="https://www.google.com/maps/dir/?api=1&destination="+p.street+"+"+p.number+"+"+p.complement+"+"+p.zipcode+"+"+p.city;F=F.replaceAll("+null","");const L=()=>{_(!1)};return console.log(g),Y?n.createElement("div",{className:"lds-roller-container"},n.createElement(o.HT,{text:"Chargement..."}),n.createElement("div",{className:"lds-roller"},n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null))):n.createElement("div",{className:"envent-content r-content"},n.createElement("button",{type:"button",onClick:function(){c(".."),a(null)}},n.createElement(o.HT,{text:"Retour"})),"False"===s?n.createElement("a",{href:p["@id"],target:"_blank",title:"Editer la fiche",className:"edit-rest-elements edit-rest-elements-content"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",className:"bi bi-pencil-square",viewBox:"0 0 16 16"},n.createElement("path",{d:"M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"}),n.createElement("path",{"fill-rule":"evenodd",d:"M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z"}))):"",n.createElement("article",null,n.createElement("header",{className:"r-content-header"},n.createElement("h2",{className:"r-content-title"},p.title),p.local_category?n.createElement("span",{className:"r-content-title-cat"},p.local_category.title):"",p.category?n.createElement("span",{className:"r-content-title-cat"},p.category.title):"",n.createElement("span",null)),n.createElement("figure",null,n.createElement("div",{className:"r-content-img",style:{backgroundImage:p.image_affiche_scale?"url("+p.image_affiche_scale+")":""}})),n.createElement("span",{className:"news-info-title"},n.createElement(o.HT,{text:"Infos pratiques"})),n.createElement("div",{className:"r-content-news-info"},n.createElement("div",{className:"r-content-news-info-container"},n.createElement("div",{className:"r-content-news-info-schedul"},n.createElement("div",{className:"icon-baseline"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMinYMin",viewBox:"0 0 19.41 19.41"},n.createElement("path",{d:"M16.09,2.74H14.35V.85a.44.44,0,0,0-.43-.44H12.47A.44.44,0,0,0,12,.85V2.74H7.38V.85A.44.44,0,0,0,7,.41H5.5a.44.44,0,0,0-.44.44V2.74H3.32A1.74,1.74,0,0,0,1.58,4.48V17.26A1.74,1.74,0,0,0,3.32,19H16.09a1.74,1.74,0,0,0,1.75-1.74V4.48A1.74,1.74,0,0,0,16.09,2.74Zm-.21,14.52H3.54A.22.22,0,0,1,3.32,17h0V6.22H16.09V17a.21.21,0,0,1-.21.22Z"}))),n.createElement("div",{ref:M,className:"dpinlb"},!g&&n.createElement("div",{className:"r-content-news-info--date"},A===D?n.createElement("div",null,p.whole_day?n.createElement("div",{className:"r-content-date-start"},n.createElement("span",null,n.createElement(o.HT,{text:"Le"})," "),n.createElement("div",{className:"r-time"},A)):p.open_end?n.createElement(n.Fragment,null,n.createElement("div",{className:"r-content-date-one-day"},n.createElement("div",{className:"r-content-date-start"},n.createElement("span",null,n.createElement(o.HT,{text:"Le"})," "),n.createElement("div",{className:"r-time"},A),n.createElement("span",null," ",n.createElement(o.HT,{text:"à"})," "),n.createElement("div",{className:"r-time-hours"},C)))):n.createElement(n.Fragment,null,n.createElement("div",{className:"r-content-date-one-day"},n.createElement("div",{className:"r-content-date-start"},n.createElement("span",null,n.createElement(o.HT,{text:"Le"})," "),n.createElement("div",{className:"r-time"},A)),n.createElement("div",{className:"r-content-date-start-hours"},n.createElement("span",null,n.createElement(o.HT,{text:"de"})," "),n.createElement("div",{className:"r-time-hours"},C),n.createElement("span",null," ",n.createElement(o.HT,{text:"à"})," "),n.createElement("div",{className:"r-time-hours"},z))))):n.createElement("div",{className:"r-content-date-du-au"},n.createElement("div",{className:"r-content-date-start"},n.createElement("span",null,"Du "),n.createElement("div",{className:"r-time"},A)),n.createElement("div",{className:"r-content-date-end"},n.createElement("span",null," au "),n.createElement("div",{className:"r-time"},D)))),g&&n.createElement("a",{onClick:()=>{_(!0)},className:"recurence-schedul",role:"button","aria-expanded":"false"},n.createElement("p",null,p.whole_day?v()(U[0]).format("DD-MM-YYYY"):n.createElement(n.Fragment,null,v()(U[0]).format("DD-MM-YYYY"),n.createElement("div",{className:"r-content-recur-start-hours"},n.createElement("span",null,n.createElement(o.HT,{text:"de"})," "),n.createElement("div",{className:"r-time-hours"},C),n.createElement("span",null," ",n.createElement(o.HT,{text:"à"})," "),n.createElement("div",{className:"r-time-hours"},z))),n.createElement("span",{className:"recurence-schedul-more"},"Prochaines dates",n.createElement("i",{className:"bi bi-arrow-down-short"}))),n.createElement("div",{className:k?"recurence-modal-display":"recurence-modal-hide"},n.createElement("ul",null,U.map(((e,t)=>n.createElement("li",{key:t},v()(e).format("DD-MM-YYYY"))))))))),n.createElement("div",{className:"r-content-news-info-aera"},p.street?n.createElement("div",{className:"icon-baseline"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},n.createElement("path",{d:"M9,18.34C3.9,10.94,3,10.18,3,7.45a6.75,6.75,0,0,1,13.49,0c0,2.73-.94,3.49-6,10.89a.85.85,0,0,1-1.17.22A.77.77,0,0,1,9,18.34Zm.7-8.07A2.82,2.82,0,1,0,6.89,7.45a2.83,2.83,0,0,0,2.82,2.82Z"}))):"",n.createElement("div",{className:"dpinlb"},n.createElement("div",{className:"r-content-news-info--itinirary"},p.street?n.createElement("a",{href:F,target:"_blank"},n.createElement("span",null,"Itinéraire")):""),!0===p.reduced_mobility_facilities?n.createElement("div",{className:"r-content-news-info--reduced"},n.createElement("span",null,n.createElement(o.HT,{text:"Accessible aux PMR"}))):"",!0===p.free_entry?n.createElement("div",{className:"r-content-news-info--entry"},n.createElement("span",null,n.createElement(o.HT,{text:"Gratuit"}))):"")),(p.contact_name||p.contact_phone||p.contact_email)&&n.createElement("div",{className:"r-content-news-info-contact"},n.createElement("div",{className:"dpinlb"},n.createElement("div",{className:"r-content-news-info--name"},n.createElement("span",null,p.contact_name)),n.createElement("div",{className:"r-content-news-info--phone"},n.createElement("span",null,n.createElement("a",{href:"tel:".concat(p.contact_phone)},p.contact_phone))),n.createElement("div",{className:"r-content-news-info--email"},n.createElement("a",{href:"mailto:".concat(p.contact_email)},p.contact_email)))),null===p.event_url&&null===p.online_participation&&null===p.video_url?"":n.createElement("div",{className:"r-content-news-info-link"},n.createElement("div",{className:"icon-baseline"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},n.createElement("path",{d:"M16.36,2.22H3.06a1.3,1.3,0,0,0-1.3,1.3h0v9a1.3,1.3,0,0,0,1.3,1.3H7.52v1.74h-.7a.8.8,0,0,0,0,1.6h5.79a.8.8,0,0,0,0-1.6h-.7V13.85h4.45a1.31,1.31,0,0,0,1.3-1.3v-9A1.3,1.3,0,0,0,16.36,2.22Zm-1.9,10.83a.37.37,0,1,1,.36-.37h0a.36.36,0,0,1-.36.36Zm1.6.08a.45.45,0,1,1,.44-.45h0a.44.44,0,0,1-.44.45h0Zm.53-1.35H2.82V3.52a.23.23,0,0,1,.23-.23H16.36a.23.23,0,0,1,.23.23h0v8.27Z"}))),n.createElement("div",{className:"dpinlb"},null===p.event_url?"":n.createElement("div",{className:"r-content-news-info-event_link"},n.createElement("a",{href:p.event_url},n.createElement(o.HT,{text:"Lien de l'événement"}))),null===p.online_participation?"":n.createElement("div",{className:"r-content-news-info--online_participation"},n.createElement("a",{href:p.online_participation},n.createElement(o.HT,{text:"Participation en ligne"}))),null===p.video_url?"":n.createElement("div",{className:"r-content-news-info--video"},n.createElement("a",{href:p.video_url},n.createElement(o.HT,{text:"Lien vers la vidéo"}))))),null===p.facebook&&null===p.instagram&&null===p.twitter?"":n.createElement("div",{className:"r-content-news-info-social"},n.createElement("ul",null,p.facebook?n.createElement("li",null,n.createElement("a",{href:p.facebook,target:"_blank"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-204.79995 -341.33325 1774.9329 2047.9995"},n.createElement("path",{d:"M1365.333 682.667C1365.333 305.64 1059.693 0 682.667 0 305.64 0 0 305.64 0 682.667c0 340.738 249.641 623.16 576 674.373V880H402.667V682.667H576v-150.4c0-171.094 101.917-265.6 257.853-265.6 74.69 0 152.814 13.333 152.814 13.333v168h-86.083c-84.804 0-111.25 52.623-111.25 106.61v128.057h189.333L948.4 880H789.333v477.04c326.359-51.213 576-333.635 576-674.373",fill:"#100f0d"}),n.createElement("path",{d:"M948.4 880l30.267-197.333H789.333V554.609C789.333 500.623 815.78 448 900.584 448h86.083V280s-78.124-13.333-152.814-13.333c-155.936 0-257.853 94.506-257.853 265.6v150.4H402.667V880H576v477.04a687.805 687.805 0 00106.667 8.293c36.288 0 71.91-2.84 106.666-8.293V880H948.4",fill:"#fff"})))):"",p.instagram?n.createElement("li",null,n.createElement("a",{href:p.instagram,target:"_blank"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-100.7682 -167.947 873.3244 1007.682"},n.createElement("g",{fill:"#100f0d"},n.createElement("path",{d:"M335.895 0c-91.224 0-102.663.387-138.49 2.021-35.752 1.631-60.169 7.31-81.535 15.612-22.088 8.584-40.82 20.07-59.493 38.743-18.674 18.673-30.16 37.407-38.743 59.495C9.33 137.236 3.653 161.653 2.02 197.405.386 233.232 0 244.671 0 335.895c0 91.222.386 102.661 2.02 138.488 1.633 35.752 7.31 60.169 15.614 81.534 8.584 22.088 20.07 40.82 38.743 59.495 18.674 18.673 37.405 30.159 59.493 38.743 21.366 8.302 45.783 13.98 81.535 15.612 35.827 1.634 47.266 2.021 138.49 2.021 91.222 0 102.661-.387 138.488-2.021 35.752-1.631 60.169-7.31 81.534-15.612 22.088-8.584 40.82-20.07 59.495-38.743 18.673-18.675 30.159-37.407 38.743-59.495 8.302-21.365 13.981-45.782 15.612-81.534 1.634-35.827 2.021-47.266 2.021-138.488 0-91.224-.387-102.663-2.021-138.49-1.631-35.752-7.31-60.169-15.612-81.534-8.584-22.088-20.07-40.822-38.743-59.495-18.675-18.673-37.407-30.159-59.495-38.743-21.365-8.302-45.782-13.981-81.534-15.612C438.556.387 427.117 0 335.895 0zm0 60.521c89.686 0 100.31.343 135.729 1.959 32.75 1.493 50.535 6.965 62.37 11.565 15.68 6.094 26.869 13.372 38.622 25.126 11.755 11.754 19.033 22.944 25.127 38.622 4.6 11.836 10.072 29.622 11.565 62.371 1.616 35.419 1.959 46.043 1.959 135.73 0 89.687-.343 100.311-1.959 135.73-1.493 32.75-6.965 50.535-11.565 62.37-6.094 15.68-13.372 26.869-25.127 38.622-11.753 11.755-22.943 19.033-38.621 25.127-11.836 4.6-29.622 10.072-62.371 11.565-35.413 1.616-46.036 1.959-135.73 1.959-89.694 0-100.315-.343-135.73-1.96-32.75-1.492-50.535-6.964-62.37-11.564-15.68-6.094-26.869-13.372-38.622-25.127-11.754-11.753-19.033-22.943-25.127-38.621-4.6-11.836-10.071-29.622-11.565-62.371-1.616-35.419-1.959-46.043-1.959-135.73 0-89.687.343-100.311 1.959-135.73 1.494-32.75 6.965-50.535 11.565-62.37 6.094-15.68 13.373-26.869 25.126-38.622 11.754-11.755 22.944-19.033 38.622-25.127 11.836-4.6 29.622-10.072 62.371-11.565 35.419-1.616 46.043-1.959 135.73-1.959"}),n.createElement("path",{d:"M335.895 447.859c-61.838 0-111.966-50.128-111.966-111.964 0-61.838 50.128-111.966 111.966-111.966 61.836 0 111.964 50.128 111.964 111.966 0 61.836-50.128 111.964-111.964 111.964zm0-284.451c-95.263 0-172.487 77.224-172.487 172.487 0 95.261 77.224 172.485 172.487 172.485 95.261 0 172.485-77.224 172.485-172.485 0-95.263-77.224-172.487-172.485-172.487m219.608-6.815c0 22.262-18.047 40.307-40.308 40.307-22.26 0-40.307-18.045-40.307-40.307 0-22.261 18.047-40.308 40.307-40.308 22.261 0 40.308 18.047 40.308 40.308"}))))):"",p.twitter?n.createElement("li",null,n.createElement("a",{href:p.twitter,target:"_blank"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"800",width:"1200",viewBox:"-44.7006 -60.54775 387.4052 363.2865"},n.createElement("path",{fill:"#000",d:"M93.719 242.19c112.46 0 173.96-93.168 173.96-173.96 0-2.646-.054-5.28-.173-7.903a124.338 124.338 0 0030.498-31.66c-10.955 4.87-22.744 8.148-35.11 9.626 12.622-7.57 22.313-19.543 26.885-33.817a122.62 122.62 0 01-38.824 14.841C239.798 7.433 223.915 0 206.326 0c-33.764 0-61.144 27.381-61.144 61.132 0 4.798.537 9.465 1.586 13.941-50.815-2.557-95.874-26.886-126.03-63.88a60.977 60.977 0 00-8.279 30.73c0 21.212 10.794 39.938 27.208 50.893a60.685 60.685 0 01-27.69-7.647c-.009.257-.009.507-.009.781 0 29.61 21.075 54.332 49.051 59.934a61.218 61.218 0 01-16.122 2.152 60.84 60.84 0 01-11.491-1.103c7.784 24.293 30.355 41.971 57.115 42.465-20.926 16.402-47.287 26.171-75.937 26.171-4.929 0-9.798-.28-14.584-.846 27.059 17.344 59.189 27.464 93.722 27.464"})))):""))),n.createElement("div",{className:"r-content-news-info-action"},p.ticket_url?n.createElement("div",{className:"r-content-booking"},n.createElement("a",{href:p.ticket_url},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19.41 19.41"},n.createElement("circle",{cx:"13.03",cy:"14.61",r:"0.63",fill:"fill:#fff"}),n.createElement("circle",{cx:"11.59",cy:"6.52",r:"0.63",fill:"fill:#fff"}),n.createElement("path",{d:"M17.11,11.47h.62V7.71h-1.6a1.25,1.25,0,0,1-1.25-1.25,1.27,1.27,0,0,1,.67-1.12l.54-.28-1.6-3.39-12.8,6h0v3.76h.63a1.26,1.26,0,0,1,0,2.51H1.68v3.76H17.73V14h-.62a1.26,1.26,0,1,1,0-2.51Zm-6.9-6.4a.63.63,0,0,0,1.14-.53l2.54-1.2.58,1.23A2.52,2.52,0,0,0,14,7.71H4.63Zm6.27,10.08v1.34H13.66a.63.63,0,1,0-1.26,0H2.93V15.16a2.51,2.51,0,0,0,0-4.86V9H12.4a.63.63,0,0,0,1.26,0h2.82V10.3a2.51,2.51,0,0,0,0,4.86Z",fill:"fill:#fff"}),n.createElement("circle",{cx:"13.03",cy:"10.85",r:"0.63",fill:"fill:#fff"}),n.createElement("circle",{cx:"13.03",cy:"12.73",r:"0.63",fill:"fill:#fff"})),n.createElement(o.HT,{text:"Billetterie"}))):"")),n.createElement("div",{className:"r-content-description"},n.createElement(T.o,null,p.description)),n.createElement("div",{className:"r-content-text",dangerouslySetInnerHTML:{__html:p.text&&p.text.data}}),y&&n.createElement("div",{className:"r-content-files"},y.map(((e,t)=>n.createElement("div",{key:t,className:"r-content-file"},n.createElement("a",{href:e.targetUrl,className:"r-content-file-link",rel:"nofollow"},n.createElement("div",{className:"r-content-file-title"},e.title,n.createElement("span",{className:"r-content-file-title-size"},Number(e.file.size/1e3).toFixed(2)," KB")),n.createElement("span",{className:"r-content-file-icon"},n.createElement("svg",{width:"21",height:"21",viewBox:"0 0 24 24",fill:"none",stroke:"#8899a4","stroke-width":"2","stroke-linecap":"square","stroke-linejoin":"arcs"},n.createElement("path",{d:"M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"}))," ")))))),N&&n.createElement("div",{className:"r-content-gallery"},n.createElement("div",{className:"spotlight-group flexbin r-content-gallery"},N.map(((e,t)=>n.createElement("a",{key:t,className:"spotlight",href:e.image_full_scale},n.createElement("img",{src:e.image_preview_scale,alt:""})))))),p.topics&&p.topics.length>0&&n.createElement("div",{className:"r-content-topics"},p.topics.map(((e,t)=>n.createElement("a",{key:t},n.createElement("span",null,e.title)))))))},z=e=>{let{item:t,showCategoriesOrTopics:a,contextAuthenticatedUser:l}=e;v().locale("be");const r=t.title&&t.title,s=v().utc(t.start).format("DD-MM-YYYY"),c=v().utc(t.end).format("DD-MM-YYYY");return n.createElement(n.Fragment,null,"False"===l?n.createElement("a",{href:t["@id"],target:"_blank",title:"Editer la fiche",className:"edit-rest-elements"},n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"bi bi-pencil-square",viewBox:"0 0 16 16"},n.createElement("path",{d:"M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"}),n.createElement("path",{"fill-rule":"evenodd",d:"M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z"}))):"",n.createElement("div",{className:"r-list-item"},n.createElement("div",{className:t.image_vignette_scale?"r-item-img":"r-item-img r-item-img-placeholder",style:{backgroundImage:t.image_vignette_scale?"url("+t.image_vignette_scale+")":""}}),n.createElement("div",{className:"r-item-text"},s&&n.createElement("span",{className:"r-item-date"},s===c?s:n.createElement(n.Fragment,null,s," ",n.createElement(o.HT,{text:"au"})," ",c)),n.createElement("span",{className:"r-item-title"},r),"topic"===a?t.topics&&t.topics[0]&&n.createElement("span",{className:"r-item-categorie"},t.topics[0].title):"category"===a?t.local_category?n.createElement("span",{className:"r-item-categorie"},t.local_category.title):t.category&&n.createElement("span",{className:"r-item-categorie"},t.category.title):"")))};var q=a(75681),U=a.n(q);const F=e=>{let{itemsArray:t,onChange:a,onHover:r,showCategoriesOrTopics:c,contextAuthenticatedUser:i}=e;const{scrollPos:o,updateScrollPos:m}=(0,n.useContext)(s.z);function u(e){r(e)}return(0,n.useEffect)((()=>{window.scrollTo({top:o,left:0,behavior:"instant"})}),[t]),n.createElement(n.Fragment,null,n.createElement("ul",{className:"r-result-list event-result-list"},t.map(((e,t)=>n.createElement("li",{key:t,className:"r-list-item-group",onMouseEnter:()=>u(e.UID),onMouseLeave:()=>u(null),onClick:()=>{return t=e.UID,a(t),void m(window.scrollY);var t}},n.createElement(l.N_,{className:"r-list-item-link",style:{textDecoration:"none"},to:{pathname:"/"+U()(e.title).replace(/[^a-zA-Z ]/g,"").replace(/\s/g,"-").toLowerCase(),search:"?u=".concat(e.UID),state:{idItem:e.UID}}}),n.createElement(z,{item:e,showCategoriesOrTopics:c,key:e.created,contextAuthenticatedUser:i}))))))};var L=a(97378),V=a(48743);const I=["u"];function Z(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function B(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Z(Object(a),!0).forEach((function(t){W(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Z(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function W(e,t,a){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;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:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function R(e){const[t,a]=(0,n.useState)(0);return n.createElement(l.Kd,{basename:e.viewPath},n.createElement(o.Kq,{language:e.currentLanguage,translation:V.A},n.createElement(s.z.Provider,{value:{scrollPos:t,updateScrollPos:e=>{a(e)}}},n.createElement(K,{queryFilterUrl:e.queryFilterUrl,queryUrl:e.queryUrl,proposeUrl:e.proposeUrl,batchSize:e.batchSize,displayMap:e.displayMap,onlyPastEvents:e.onlyPastEvents,language:e.currentLanguage,showCategoriesOrTopics:e.showCategoriesOrTopics,contextAuthenticatedUser:e.contextAuthenticatedUser}))))}function K(e){const t=Object.assign({b_start:0,fullobjects:1,"event_dates.query":[v()().format("YYYY-MM-DD")],"event_dates.range":"True"===e.onlyPastEvents?"max":"min"},w.A.parse((0,P.A)().toString())),{u:a}=t,l=function(e,t){if(null==e)return{};var a,n,l=function(e,t){if(null==e)return{};var a={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;a[n]=e[n]}return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n<r.length;n++)a=r[n],-1===t.indexOf(a)&&{}.propertyIsEnumerable.call(e,a)&&(l[a]=e[a])}return l}(t,I),{scrollPos:c,updateScrollPos:m}=(0,n.useContext)(s.z),[u,d]=(0,n.useState)(null),[E,f]=(0,n.useState)([]),[p,h]=(0,n.useState)(null),[g,b]=(0,n.useState)(null),[y,j]=(0,n.useState)(l),[N,x]=(0,n.useState)(0),[k,_]=(0,n.useState)(!1),M="True"===e.displayMap,{response:O,error:H,isLoading:Y,isMore:A}=(0,i.A)({method:"get",url:"",baseURL:e.queryUrl,headers:{Accept:"application/json"},params:y,paramsSerializer:{indexes:null},load:k},[]);(0,n.useEffect)((()=>{null!==O&&(d(A?e=>[...e,...O.items]:O.items),f(O.items_total))}),[O]);const T=e=>{h(e)},S=e=>{b(e)};(0,n.useEffect)((()=>{j((e=>B(B({},e),{},{b_start:N})))}),[N]);const z=(0,n.useRef)(),[q,U]=n.useState({height:0}),[V,Z]=(0,n.useState)(0);let W,R;(0,n.useEffect)((()=>{U({height:z.current.clientHeight}),Z(z.current.offsetTop)}),[z]),u&&u.length>0?(W=n.createElement(F,{onChange:T,itemsArray:u,onHover:S,showCategoriesOrTopics:e.showCategoriesOrTopics,contextAuthenticatedUser:e.contextAuthenticatedUser}),R=n.createElement(L.A,{headerHeight:q.height+V,clickId:p,hoverId:g,items:u,queryUrl:e.queryUrl})):Y||(W=n.createElement("p",null,n.createElement(o.HT,{text:"Aucun événement n'a été trouvé"})));const K=n.createElement("div",{className:"lds-roller-container"},n.createElement(o.HT,{text:"Chargement..."}),n.createElement("div",{className:"lds-roller"},n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null),n.createElement("div",null)));return n.createElement("div",{className:"ref ".concat(M?"view-map":"no-map")},n.createElement("div",{className:"r-result-filter-container",ref:z,style:{top:V}},n.createElement("div",{id:"r-result-filter",className:"r-result-filter container annuaire-result-filter"},n.createElement(D,{url:e.queryFilterUrl,activeFilter:y,onChange:e=>{_(!1),x((()=>0)),j(e),window.scrollTo(0,0)},language:e.language,onlyPastEvents:e.onlyPastEvents}),e.proposeUrl&&n.createElement("div",{className:"r-add-event"},n.createElement("a",{target:"_blank",href:e.proposeUrl},n.createElement(o.HT,{text:"Proposer un événement"}),n.createElement("div",{className:"r-add-event-icon"},n.createElement("svg",{"data-name":"Calque 1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 668.26 676.14"},n.createElement("path",{d:"M162.9 51.83h304.7c-1.03-10.91-1.97-24.53-1.03-35.5.99-11.58 10.86-20.92 21.97-13.91 1.52.96 6.04 6.64 6.04 7.95v41.46h96.41c17.66 0 37.58 21.03 38.34 38.59l.15 330.53c64.12 72.13 46.53 184.36-36.31 233.47-75.97 45.03-172.33 17.55-214.13-59.16-3.7-.39-7.11.99-10.77 1.09-107.79 2.79-215.98-2.19-323.81-.04-23.59-1.48-41.85-16.37-44.42-40.43V92.25c-.86-17.33 20.73-40.42 37.5-40.42h98.4V10.37c0-4.74 8.82-10.3 13.49-10.3s13.49 5.56 13.49 10.3v41.46ZM135.93 78.8H42.52c-1.85 0-7.83 3.01-9.52 4.47-1.81 1.55-5.97 8.02-5.97 10.02v70.43h574.44V92.29c0-5.05-9.56-13.49-14.49-13.49h-92.41v42.46c0 .36-3.72 4.88-4.48 5.51-10.2 8.49-22.25.77-23.48-11.51-1.08-10.75.17-24.22.74-35l-1.26-1.45H162.9v41.46c0 7.08-11.03 10.55-17.26 9.26-3.19-.66-9.72-6.23-9.72-9.26V78.81Zm465.54 111.89H27.03v364.14c0 3.51 9.3 13.49 12.49 13.49H366.2c.09 0 2.2 2.45 1.48-.48-.85-3.46-2.9-7.53-3.68-11.31C339.69 439.65 444.15 343.54 558.51 376c15.31 4.35 29.93 11.48 42.96 20.48v-205.8Zm-92.11 206.1c-101.67 3.96-158.34 120.93-95.1 202.4 61.94 79.8 185.04 60.07 219.2-34.35 30.3-83.75-35.93-171.5-124.1-168.06Z"}),n.createElement("path",{d:"M125.7 391.75c8.2-1.12 36.31-1.31 43.21 2.24 4.23 2.17 7.43 7.25 8.01 11.97 1.03 8.47.83 29.33.01 38.03-.55 5.9-3.6 11.52-9.48 13.5-5.74 1.92-34.71 1.64-42.05.99-6.3-.56-11.32-3.28-13.49-9.48-1.64-4.67-1.8-39.01-.89-44.94 1.09-7.08 8.1-11.4 14.68-12.29ZM125.47 269.22c8.01-1.33 34.99-1.74 41.96 1.37 5.91 2.63 8.74 7.04 9.47 13.51.95 8.47.9 28.46.05 37.02-.61 6.11-3.52 11.39-9.5 13.48-5.4 1.89-34.95 1.62-42.05.99-6.3-.56-11.32-3.28-13.49-9.48-1.65-4.7-1.77-39.02-.72-44.77 1.37-7.53 7.35-10.97 14.28-12.12ZM240.17 395.84c1.14-1.03 2.71-1.76 4.13-2.36 7.13-2.98 31.5-2.79 40.02-2.03 7.6.68 15.47 5.26 16.47 13.5 1.07 8.86.9 30.97.03 40.03-.74 7.63-5.97 12.63-13.53 13.44-8.95.96-29 .92-38.02.05-6.71-.65-12.62-5.56-13.46-12.52-1.1-9.15-.84-30.59-.02-40.02.32-3.67 1.58-7.58 4.38-10.1ZM249.56 268.86c7.35-1.15 35.4-1.11 41.75 1.73 3.79 1.69 7.16 4.42 8.51 8.47 1.88 5.61 1.69 35.87 1 43.06-.56 5.75-3.95 10.54-9.49 12.49-5.17 1.81-35.3 1.67-42.01.95s-12.66-5.45-13.51-12.47c-.92-7.69-1.05-35.52.26-42.74 1.07-5.88 7.83-10.6 13.49-11.48ZM528.54 509.38h56.44c5.87 0 11.61 8.82 11.58 14.49-.02 4.58-6.21 13.48-10.58 13.48h-57.44v54.45c0 2.01-3.75 9.07-5.47 10.51-7.92 6.68-22.5.53-22.5-9.51v-55.45h-57.44c-1.37 0-6.91-4.49-7.94-6.04-4.48-6.74-2.95-15.54 4.1-19.78.66-.4 4.58-2.15 4.84-2.15h56.44v-55.45c0-1.11 3.57-7.51 4.75-8.51 6.23-5.29 17.03-3.45 21.09 3.65.4.69 2.13 5.5 2.13 5.86v54.45Z"}))))))),n.createElement(r.BV,null,n.createElement(r.qh,{exact:!0,path:"/",element:n.createElement("div",{className:"r-wrapper container r-annuaire-wrapper"},n.createElement("div",{className:"r-result r-annuaire-result"},E>0?n.createElement("p",{className:"r-results-numbers"},n.createElement("span",null,E),E>1?n.createElement(o.HT,{text:"événements trouvés"}):n.createElement(o.HT,{text:"événement trouvé"})):"",n.createElement("div",null,null!==u?W:K),n.createElement("div",{className:"r-load-more"},E-e.batchSize>N?n.createElement("div",null,n.createElement("span",{className:"no-more-result"},Y?K:""),n.createElement("button",{onClick:()=>{m(window.scrollY),x((t=>t+parseInt(e.batchSize))),_(!0)},className:"btn-grad"},Y?n.createElement(o.HT,{text:"Chargement..."}):n.createElement(o.HT,{text:"Plus de résultats"}))):n.createElement("span",{className:"no-more-result"},Y?K:""))),M&&n.createElement("div",{className:"r-map annuaire-map",style:{top:q.height+V,height:"calc(100vh-"+q.height+V}},R))}),n.createElement(r.qh,{path:"/:name",element:n.createElement("div",{className:"r-wrapper container r-annuaire-wrapper"},n.createElement("div",{className:"r-result r-annuaire-result"},n.createElement(C,{queryUrl:e.queryUrl,onChange:T,onlyPastEvents:e.onlyPastEvents,contextAuthenticatedUser:e.contextAuthenticatedUser})),M&&n.createElement("div",{className:"r-map annuaire-map",style:{top:q.height+V,height:"calc(100vh-"+q.height+V}},R))})))}},35358:(e,t,a)=>{var n={"./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 l(e){var t=r(e);return a(t)}function r(e){if(!a.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}l.keys=function(){return Object.keys(n)},l.resolve=r,e.exports=l,l.id=35358}}]);
|
@@ -121,6 +121,7 @@ const ContactContent = ({ queryUrl, onChange, onlyPastEvents, contextAuthenticat
|
|
121
121
|
const closeSchedul = () => {
|
122
122
|
setSchedulVisibility(false);
|
123
123
|
};
|
124
|
+
console.log(recurence);
|
124
125
|
return isLoading ? (
|
125
126
|
<div className="lds-roller-container">
|
126
127
|
<Translate text="Chargement..." />
|
@@ -153,7 +154,7 @@ const ContactContent = ({ queryUrl, onChange, onlyPastEvents, contextAuthenticat
|
|
153
154
|
width="16"
|
154
155
|
height="16"
|
155
156
|
fill="currentColor"
|
156
|
-
|
157
|
+
className="bi bi-pencil-square"
|
157
158
|
viewBox="0 0 16 16"
|
158
159
|
>
|
159
160
|
<path d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z" />
|
@@ -324,7 +325,7 @@ const ContactContent = ({ queryUrl, onChange, onlyPastEvents, contextAuthenticat
|
|
324
325
|
)}
|
325
326
|
<span className="recurence-schedul-more">
|
326
327
|
Prochaines dates
|
327
|
-
<i
|
328
|
+
<i className="bi bi-arrow-down-short"></i>
|
328
329
|
</span>
|
329
330
|
</p>
|
330
331
|
<div
|
@@ -199,17 +199,16 @@ function EventsView(props) {
|
|
199
199
|
<div className="r-add-event">
|
200
200
|
<a target="_blank" href={props.proposeUrl}>
|
201
201
|
<Translate text="Proposer un événement" />
|
202
|
-
<
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
</svg>
|
202
|
+
<div className="r-add-event-icon">
|
203
|
+
<svg
|
204
|
+
data-name="Calque 1"
|
205
|
+
xmlns="http://www.w3.org/2000/svg"
|
206
|
+
viewBox="0 0 668.26 676.14"
|
207
|
+
>
|
208
|
+
<path d="M162.9 51.83h304.7c-1.03-10.91-1.97-24.53-1.03-35.5.99-11.58 10.86-20.92 21.97-13.91 1.52.96 6.04 6.64 6.04 7.95v41.46h96.41c17.66 0 37.58 21.03 38.34 38.59l.15 330.53c64.12 72.13 46.53 184.36-36.31 233.47-75.97 45.03-172.33 17.55-214.13-59.16-3.7-.39-7.11.99-10.77 1.09-107.79 2.79-215.98-2.19-323.81-.04-23.59-1.48-41.85-16.37-44.42-40.43V92.25c-.86-17.33 20.73-40.42 37.5-40.42h98.4V10.37c0-4.74 8.82-10.3 13.49-10.3s13.49 5.56 13.49 10.3v41.46ZM135.93 78.8H42.52c-1.85 0-7.83 3.01-9.52 4.47-1.81 1.55-5.97 8.02-5.97 10.02v70.43h574.44V92.29c0-5.05-9.56-13.49-14.49-13.49h-92.41v42.46c0 .36-3.72 4.88-4.48 5.51-10.2 8.49-22.25.77-23.48-11.51-1.08-10.75.17-24.22.74-35l-1.26-1.45H162.9v41.46c0 7.08-11.03 10.55-17.26 9.26-3.19-.66-9.72-6.23-9.72-9.26V78.81Zm465.54 111.89H27.03v364.14c0 3.51 9.3 13.49 12.49 13.49H366.2c.09 0 2.2 2.45 1.48-.48-.85-3.46-2.9-7.53-3.68-11.31C339.69 439.65 444.15 343.54 558.51 376c15.31 4.35 29.93 11.48 42.96 20.48v-205.8Zm-92.11 206.1c-101.67 3.96-158.34 120.93-95.1 202.4 61.94 79.8 185.04 60.07 219.2-34.35 30.3-83.75-35.93-171.5-124.1-168.06Z" />
|
209
|
+
<path d="M125.7 391.75c8.2-1.12 36.31-1.31 43.21 2.24 4.23 2.17 7.43 7.25 8.01 11.97 1.03 8.47.83 29.33.01 38.03-.55 5.9-3.6 11.52-9.48 13.5-5.74 1.92-34.71 1.64-42.05.99-6.3-.56-11.32-3.28-13.49-9.48-1.64-4.67-1.8-39.01-.89-44.94 1.09-7.08 8.1-11.4 14.68-12.29ZM125.47 269.22c8.01-1.33 34.99-1.74 41.96 1.37 5.91 2.63 8.74 7.04 9.47 13.51.95 8.47.9 28.46.05 37.02-.61 6.11-3.52 11.39-9.5 13.48-5.4 1.89-34.95 1.62-42.05.99-6.3-.56-11.32-3.28-13.49-9.48-1.65-4.7-1.77-39.02-.72-44.77 1.37-7.53 7.35-10.97 14.28-12.12ZM240.17 395.84c1.14-1.03 2.71-1.76 4.13-2.36 7.13-2.98 31.5-2.79 40.02-2.03 7.6.68 15.47 5.26 16.47 13.5 1.07 8.86.9 30.97.03 40.03-.74 7.63-5.97 12.63-13.53 13.44-8.95.96-29 .92-38.02.05-6.71-.65-12.62-5.56-13.46-12.52-1.1-9.15-.84-30.59-.02-40.02.32-3.67 1.58-7.58 4.38-10.1ZM249.56 268.86c7.35-1.15 35.4-1.11 41.75 1.73 3.79 1.69 7.16 4.42 8.51 8.47 1.88 5.61 1.69 35.87 1 43.06-.56 5.75-3.95 10.54-9.49 12.49-5.17 1.81-35.3 1.67-42.01.95s-12.66-5.45-13.51-12.47c-.92-7.69-1.05-35.52.26-42.74 1.07-5.88 7.83-10.6 13.49-11.48ZM528.54 509.38h56.44c5.87 0 11.61 8.82 11.58 14.49-.02 4.58-6.21 13.48-10.58 13.48h-57.44v54.45c0 2.01-3.75 9.07-5.47 10.51-7.92 6.68-22.5.53-22.5-9.51v-55.45h-57.44c-1.37 0-6.91-4.49-7.94-6.04-4.48-6.74-2.95-15.54 4.1-19.78.66-.4 4.58-2.15 4.84-2.15h56.44v-55.45c0-1.11 3.57-7.51 4.75-8.51 6.23-5.29 17.03-3.45 21.09 3.65.4.69 2.13 5.5 2.13 5.86v54.45Z" />
|
210
|
+
</svg>
|
211
|
+
</div>
|
213
212
|
</a>
|
214
213
|
</div>
|
215
214
|
)}
|
@@ -94,8 +94,10 @@ article > header {
|
|
94
94
|
.r-list-item-group {
|
95
95
|
position: relative;
|
96
96
|
list-style: none;
|
97
|
-
margin:
|
98
|
-
|
97
|
+
margin: 2rem 0;
|
98
|
+
@media screen and (min-width: 600px) {
|
99
|
+
margin: 1rem 0;
|
100
|
+
}
|
99
101
|
.r-list-item-link {
|
100
102
|
inset: 0px !important;
|
101
103
|
position: absolute !important;
|
@@ -140,7 +142,13 @@ article > header {
|
|
140
142
|
}
|
141
143
|
|
142
144
|
.r-item-title {
|
145
|
+
display: block;
|
146
|
+
}
|
147
|
+
|
148
|
+
.r-item-date {
|
143
149
|
font-weight: bold;
|
150
|
+
font-size: 1.1rem;
|
151
|
+
margin-bottom: 0.5rem;
|
144
152
|
display: block;
|
145
153
|
}
|
146
154
|
|
@@ -230,7 +238,7 @@ article > header {
|
|
230
238
|
}
|
231
239
|
|
232
240
|
.r-item-categorie {
|
233
|
-
margin-
|
241
|
+
margin-top: 0.5rem;
|
234
242
|
text-transform: uppercase;
|
235
243
|
color: #747474;
|
236
244
|
font-weight: 400;
|
@@ -484,6 +492,11 @@ article > header {
|
|
484
492
|
font-size: 14px;
|
485
493
|
}
|
486
494
|
|
495
|
+
.r-add-event-icon {
|
496
|
+
width: 25px;
|
497
|
+
height: 25px;
|
498
|
+
}
|
499
|
+
|
487
500
|
// // No Map
|
488
501
|
// // Main
|
489
502
|
.no-map {
|
{imio_smartweb_core-1.3.6 → imio_smartweb_core-1.3.7}/src/imio.smartweb.core.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.7
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -57,6 +57,19 @@ Requires-Dist: plone.restapi[test]; extra == "test"
|
|
57
57
|
Requires-Dist: requests-mock; extra == "test"
|
58
58
|
Requires-Dist: beautifulsoup4; extra == "test"
|
59
59
|
Requires-Dist: freezegun; extra == "test"
|
60
|
+
Dynamic: author
|
61
|
+
Dynamic: author-email
|
62
|
+
Dynamic: classifier
|
63
|
+
Dynamic: description
|
64
|
+
Dynamic: home-page
|
65
|
+
Dynamic: keywords
|
66
|
+
Dynamic: license
|
67
|
+
Dynamic: license-file
|
68
|
+
Dynamic: project-url
|
69
|
+
Dynamic: provides-extra
|
70
|
+
Dynamic: requires-dist
|
71
|
+
Dynamic: requires-python
|
72
|
+
Dynamic: summary
|
60
73
|
|
61
74
|
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
62
75
|
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
@@ -191,6 +204,13 @@ Changelog
|
|
191
204
|
=========
|
192
205
|
|
193
206
|
|
207
|
+
1.3.7 (2025-04-15)
|
208
|
+
------------------
|
209
|
+
|
210
|
+
- Fix base endpoint for imio app (like TS)
|
211
|
+
[boulch]
|
212
|
+
|
213
|
+
|
194
214
|
1.3.6 (2025-04-10)
|
195
215
|
------------------
|
196
216
|
|