imio.smartweb.core 1.2.47__tar.gz → 1.2.62__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/CHANGES.rst +127 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/DEVELOP.rst +2 -2
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/PKG-INFO +130 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/setup.py +3 -1
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/action-delete.svg +3 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/action-engagement-2.svg +4 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/action-panneaux.svg +3 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/action-vote.svg +3 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-attention.svg +3 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg +4 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-nature.svg +3 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-parcs-a-conteneurs.svg +4 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-plus.svg +3 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-primes-2.svg +5 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg +4 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg +4 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/organisation-scout.svg +3 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/reseausocial-behance.svg +3 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg +3 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/vocabulary.py +8 -3
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/base.py +8 -6
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +2 -2
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/events/endpoint.py +2 -2
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/news/endpoint.py +2 -2
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/contact/content.py +2 -2
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/events/content.py +5 -4
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/events/view.py +2 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/news/content.py +4 -3
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/news/view.py +2 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/text/views.py +2 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/views.py +2 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/metadata.xml +1 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +16 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +26 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +120 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/rest/authentic_sources.py +2 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_rest_events.json +4 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_icons.py +1 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_rest.py +20 -17
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_section_events.py +9 -8
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_section_news.py +6 -6
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_vocabularies.py +3 -3
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/tests/test_vocabulary.py +43 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/configure.zcml +36 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg +9 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml +73 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg +9 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml +118 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/upgrades/profiles/1058_to_1059/registry/linkedin-icon.xml +126 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/utils.py +1 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/footer.pt +5 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/footer.py +5 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/ogptags.py +5 -4
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/viewlets/social.py +30 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/vocabularies.py +2 -2
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +1 -1
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +1 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +1 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +2 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +5 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/js/324.smartweb-webcomponents-compiled.js +2 -0
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js.LICENSE.txt → imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/js/324.smartweb-webcomponents-compiled.js.LICENSE.txt +3 -3
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +2 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/package.json +1 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +279 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +14 -22
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +24 -20
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +11 -5
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +20 -3
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +323 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +1 -1
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +588 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +27 -5
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +299 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +79 -29
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +373 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +136 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +104 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +42 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +227 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +94 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +58 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +149 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +70 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +232 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +224 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +29 -9
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +34 -31
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +282 -0
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +55 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +23 -12
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +23 -12
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +5 -5
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +23 -12
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +4 -4
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +13 -4
- imio.smartweb.core-1.2.62/src/imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx +3 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/index.jsx +3 -3
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/index.scss +25 -68
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +20 -11
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +30 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio.smartweb.core.egg-info/PKG-INFO +130 -1
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio.smartweb.core.egg-info/SOURCES.txt +32 -5
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/viewlets/social.py +0 -7
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/css/686.smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/686.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -232
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -1
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -210
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -393
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -239
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -206
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -129
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -56
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -175
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -172
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -258
- imio.smartweb.core-1.2.47/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -37
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/CONTRIBUTORS.rst +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/MANIFEST.in +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/README.rst +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/docs/conf.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/docs/index.rst +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/requirements.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/setup.cfg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/behaviors/categorization.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/sitemap.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/config.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/pages/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/indexers.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/testing.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,133 @@ Changelog
|
|
2
2
|
=========
|
3
3
|
|
4
4
|
|
5
|
+
1.2.62 (2024-07-22)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- SUP-36628 : Fix new svg icon name for tradcution
|
9
|
+
[thomlamb]
|
10
|
+
|
11
|
+
|
12
|
+
1.2.61 (2024-07-22)
|
13
|
+
-------------------
|
14
|
+
|
15
|
+
- SUP-36628 : Add scroll context to keep the scroll position when we change the page
|
16
|
+
[thomlamb]
|
17
|
+
|
18
|
+
- SUP-37746 : Add new svg icon
|
19
|
+
[thomlamb]
|
20
|
+
|
21
|
+
1.2.60 (2024-07-12)
|
22
|
+
-------------------
|
23
|
+
|
24
|
+
- WEB-4125 : Take scale on context leadimage to populate og:image:* tags
|
25
|
+
[boulch]
|
26
|
+
|
27
|
+
|
28
|
+
1.2.59 (2024-07-10)
|
29
|
+
-------------------
|
30
|
+
|
31
|
+
- SUP-36854 : Fix ajax select2 widget when apply a word filtering and populating specific news and specific events
|
32
|
+
[boulch]
|
33
|
+
|
34
|
+
|
35
|
+
1.2.58 (2024-06-26)
|
36
|
+
-------------------
|
37
|
+
|
38
|
+
- WEB-4116 : Fix error 500 when forward request from e-guichet (got an unexpected keyword argument 'include_items')
|
39
|
+
[boulch]
|
40
|
+
|
41
|
+
|
42
|
+
1.2.57 (2024-06-26)
|
43
|
+
-------------------
|
44
|
+
|
45
|
+
- WEB-4121 : Correct bad format
|
46
|
+
[boulch]
|
47
|
+
|
48
|
+
|
49
|
+
1.2.56 (2024-06-25)
|
50
|
+
-------------------
|
51
|
+
|
52
|
+
- WEB-4121 : Fix ERROR : imio.events.core.contents.event.serializer, line 28, in get_container_uid
|
53
|
+
and fix WARNING : No such index: 'include_items'
|
54
|
+
[boulch]
|
55
|
+
|
56
|
+
- GHA tests on Python 3.8 3.9 and 3.10
|
57
|
+
[remdub]
|
58
|
+
|
59
|
+
|
60
|
+
1.2.55 (2024-06-07)
|
61
|
+
-------------------
|
62
|
+
|
63
|
+
- Fix React placeholder color
|
64
|
+
[thomlamb]
|
65
|
+
|
66
|
+
|
67
|
+
1.2.54 (2024-06-07)
|
68
|
+
-------------------
|
69
|
+
|
70
|
+
- WEB-4113 : Add DE and NL translations in page/procedure categories taxonomies
|
71
|
+
[laulaz]
|
72
|
+
|
73
|
+
|
74
|
+
1.2.53 (2024-06-06)
|
75
|
+
-------------------
|
76
|
+
|
77
|
+
- WEB-4113 : Use `TranslatedAjaxSelectWidget` to fix select2 values translation
|
78
|
+
[laulaz]
|
79
|
+
|
80
|
+
|
81
|
+
1.2.52 (2024-06-06)
|
82
|
+
-------------------
|
83
|
+
|
84
|
+
- WEB-4113 : Inherit `getVocabulary` from `imio.smartweb.common` view to handle
|
85
|
+
vocabularies translations correctly
|
86
|
+
[laulaz]
|
87
|
+
|
88
|
+
|
89
|
+
1.2.51 (2024-06-03)
|
90
|
+
-------------------
|
91
|
+
|
92
|
+
- Fix loaded sticky filter menu in React view
|
93
|
+
[thomlamb]
|
94
|
+
|
95
|
+
|
96
|
+
1.2.50 (2024-05-30)
|
97
|
+
-------------------
|
98
|
+
|
99
|
+
- Fix loaded calcul of sticky filter menu in React view
|
100
|
+
[thomlamb]
|
101
|
+
|
102
|
+
|
103
|
+
1.2.49 (2024-05-29)
|
104
|
+
-------------------
|
105
|
+
|
106
|
+
- WEB-4101 : Encode URLs parameters for `search-filters`. This fixes issues with special chars.
|
107
|
+
[laulaz]
|
108
|
+
|
109
|
+
- WEB-3802: Fix after testing, complited traduction, optimize code
|
110
|
+
[thomlamb]
|
111
|
+
|
112
|
+
|
113
|
+
1.2.48 (2024-05-27)
|
114
|
+
-------------------
|
115
|
+
|
116
|
+
- WEB-3802: Add grouped filter for category and local category in React filters
|
117
|
+
[thomlamb]
|
118
|
+
|
119
|
+
- WEB-4101 : Handle (local) categories translations correctly
|
120
|
+
[laulaz]
|
121
|
+
|
122
|
+
- SUP-36937: Add Recurrence dates in React event content view
|
123
|
+
[thomlamb]
|
124
|
+
|
125
|
+
- WEB-4104 : When change section size (front-office method), reindexParent to refresh cache
|
126
|
+
[boulch]
|
127
|
+
|
128
|
+
- WEB-4105 : Make text section smarter about its lead image format (portrait / landscape)
|
129
|
+
[boulch]
|
130
|
+
|
131
|
+
|
5
132
|
1.2.47 (2024-05-07)
|
6
133
|
-------------------
|
7
134
|
|
@@ -3,11 +3,11 @@ Using the development buildout
|
|
3
3
|
|
4
4
|
Create a virtualenv in the package::
|
5
5
|
|
6
|
-
$ python3.
|
6
|
+
$ python3.10 -m venv .
|
7
7
|
|
8
8
|
Install requirements with pip::
|
9
9
|
|
10
|
-
$ ./bin/pip3.
|
10
|
+
$ ./bin/pip3.10 install -r requirements.txt
|
11
11
|
|
12
12
|
Run buildout::
|
13
13
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.62
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -18,6 +18,8 @@ Classifier: Framework :: Plone :: 6.0
|
|
18
18
|
Classifier: Programming Language :: Python
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
20
20
|
Classifier: Programming Language :: Python :: 3.8
|
21
|
+
Classifier: Programming Language :: Python :: 3.9
|
22
|
+
Classifier: Programming Language :: Python :: 3.10
|
21
23
|
Classifier: Operating System :: OS Independent
|
22
24
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
23
25
|
Requires-Python: >=3.8
|
@@ -189,6 +191,133 @@ Changelog
|
|
189
191
|
=========
|
190
192
|
|
191
193
|
|
194
|
+
1.2.62 (2024-07-22)
|
195
|
+
-------------------
|
196
|
+
|
197
|
+
- SUP-36628 : Fix new svg icon name for tradcution
|
198
|
+
[thomlamb]
|
199
|
+
|
200
|
+
|
201
|
+
1.2.61 (2024-07-22)
|
202
|
+
-------------------
|
203
|
+
|
204
|
+
- SUP-36628 : Add scroll context to keep the scroll position when we change the page
|
205
|
+
[thomlamb]
|
206
|
+
|
207
|
+
- SUP-37746 : Add new svg icon
|
208
|
+
[thomlamb]
|
209
|
+
|
210
|
+
1.2.60 (2024-07-12)
|
211
|
+
-------------------
|
212
|
+
|
213
|
+
- WEB-4125 : Take scale on context leadimage to populate og:image:* tags
|
214
|
+
[boulch]
|
215
|
+
|
216
|
+
|
217
|
+
1.2.59 (2024-07-10)
|
218
|
+
-------------------
|
219
|
+
|
220
|
+
- SUP-36854 : Fix ajax select2 widget when apply a word filtering and populating specific news and specific events
|
221
|
+
[boulch]
|
222
|
+
|
223
|
+
|
224
|
+
1.2.58 (2024-06-26)
|
225
|
+
-------------------
|
226
|
+
|
227
|
+
- WEB-4116 : Fix error 500 when forward request from e-guichet (got an unexpected keyword argument 'include_items')
|
228
|
+
[boulch]
|
229
|
+
|
230
|
+
|
231
|
+
1.2.57 (2024-06-26)
|
232
|
+
-------------------
|
233
|
+
|
234
|
+
- WEB-4121 : Correct bad format
|
235
|
+
[boulch]
|
236
|
+
|
237
|
+
|
238
|
+
1.2.56 (2024-06-25)
|
239
|
+
-------------------
|
240
|
+
|
241
|
+
- WEB-4121 : Fix ERROR : imio.events.core.contents.event.serializer, line 28, in get_container_uid
|
242
|
+
and fix WARNING : No such index: 'include_items'
|
243
|
+
[boulch]
|
244
|
+
|
245
|
+
- GHA tests on Python 3.8 3.9 and 3.10
|
246
|
+
[remdub]
|
247
|
+
|
248
|
+
|
249
|
+
1.2.55 (2024-06-07)
|
250
|
+
-------------------
|
251
|
+
|
252
|
+
- Fix React placeholder color
|
253
|
+
[thomlamb]
|
254
|
+
|
255
|
+
|
256
|
+
1.2.54 (2024-06-07)
|
257
|
+
-------------------
|
258
|
+
|
259
|
+
- WEB-4113 : Add DE and NL translations in page/procedure categories taxonomies
|
260
|
+
[laulaz]
|
261
|
+
|
262
|
+
|
263
|
+
1.2.53 (2024-06-06)
|
264
|
+
-------------------
|
265
|
+
|
266
|
+
- WEB-4113 : Use `TranslatedAjaxSelectWidget` to fix select2 values translation
|
267
|
+
[laulaz]
|
268
|
+
|
269
|
+
|
270
|
+
1.2.52 (2024-06-06)
|
271
|
+
-------------------
|
272
|
+
|
273
|
+
- WEB-4113 : Inherit `getVocabulary` from `imio.smartweb.common` view to handle
|
274
|
+
vocabularies translations correctly
|
275
|
+
[laulaz]
|
276
|
+
|
277
|
+
|
278
|
+
1.2.51 (2024-06-03)
|
279
|
+
-------------------
|
280
|
+
|
281
|
+
- Fix loaded sticky filter menu in React view
|
282
|
+
[thomlamb]
|
283
|
+
|
284
|
+
|
285
|
+
1.2.50 (2024-05-30)
|
286
|
+
-------------------
|
287
|
+
|
288
|
+
- Fix loaded calcul of sticky filter menu in React view
|
289
|
+
[thomlamb]
|
290
|
+
|
291
|
+
|
292
|
+
1.2.49 (2024-05-29)
|
293
|
+
-------------------
|
294
|
+
|
295
|
+
- WEB-4101 : Encode URLs parameters for `search-filters`. This fixes issues with special chars.
|
296
|
+
[laulaz]
|
297
|
+
|
298
|
+
- WEB-3802: Fix after testing, complited traduction, optimize code
|
299
|
+
[thomlamb]
|
300
|
+
|
301
|
+
|
302
|
+
1.2.48 (2024-05-27)
|
303
|
+
-------------------
|
304
|
+
|
305
|
+
- WEB-3802: Add grouped filter for category and local category in React filters
|
306
|
+
[thomlamb]
|
307
|
+
|
308
|
+
- WEB-4101 : Handle (local) categories translations correctly
|
309
|
+
[laulaz]
|
310
|
+
|
311
|
+
- SUP-36937: Add Recurrence dates in React event content view
|
312
|
+
[thomlamb]
|
313
|
+
|
314
|
+
- WEB-4104 : When change section size (front-office method), reindexParent to refresh cache
|
315
|
+
[boulch]
|
316
|
+
|
317
|
+
- WEB-4105 : Make text section smarter about its lead image format (portrait / landscape)
|
318
|
+
[boulch]
|
319
|
+
|
320
|
+
|
192
321
|
1.2.47 (2024-05-07)
|
193
322
|
-------------------
|
194
323
|
|
@@ -16,7 +16,7 @@ long_description = "\n\n".join(
|
|
16
16
|
|
17
17
|
setup(
|
18
18
|
name="imio.smartweb.core",
|
19
|
-
version="1.2.
|
19
|
+
version="1.2.62",
|
20
20
|
description="Core product for iMio websites",
|
21
21
|
long_description=long_description,
|
22
22
|
# Get more from https://pypi.org/classifiers/
|
@@ -29,6 +29,8 @@ setup(
|
|
29
29
|
"Programming Language :: Python",
|
30
30
|
"Programming Language :: Python :: 3",
|
31
31
|
"Programming Language :: Python :: 3.8",
|
32
|
+
"Programming Language :: Python :: 3.9",
|
33
|
+
"Programming Language :: Python :: 3.10",
|
32
34
|
"Operating System :: OS Independent",
|
33
35
|
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
34
36
|
],
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 15" viewBox="0 0 14 16">
|
2
|
+
<path d="M5.5 1h3c.28 0 .5.22.5.5v1H5v-1c0-.28.22-.5.5-.5M10 2.5v-1C10 .67 9.33 0 8.5 0h-3C4.67 0 4 .67 4 1.5v1H.5c-.28 0-.5.22-.5.5s.22.5.5.5h.54l.85 10.66C1.97 15.2 2.84 16 3.88 16h6.23c1.04 0 1.91-.8 1.99-1.84l.85-10.66h.54c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3.5Zm1.96 1-.85 10.58c-.04.52-.48.92-1 .92H3.89c-.52 0-.96-.4-1-.92L2.04 3.5h9.92Zm-7.49 1c.28-.02.51.19.53.47l.5 8.5c.01.28-.2.51-.48.52-.27.01-.5-.19-.52-.46L4 5.03c-.02-.28.19-.51.47-.53Zm5.06 0c.28.02.49.25.47.53l-.5 8.5c-.01.28-.24.49-.52.48s-.49-.24-.48-.52v-.02l.5-8.5c.02-.28.25-.49.53-.47M7 4.5c.28 0 .5.22.5.5v8.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V5c0-.28.22-.5.5-.5"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 6" viewBox="0 0 15.85 14.02">
|
2
|
+
<path d="M0 3.76c.05-.14.08-.29.14-.42.31-.65.83-.96 1.54-.97h2.75v-.45c.01-.26 0-.52.06-.77C4.65.51 5.24.03 5.91.01c.92-.02 1.84-.02 2.75 0 .89.02 1.53.69 1.55 1.6v.77h2.76c.82 0 1.48.5 1.63 1.27.06.33.04.69.04 1.03 0 .14.04.24.13.34 1.45 1.51 1.44 3.84-.02 5.36-.08.08-.11.16-.11.27 0 .28.01.57-.05.85-.16.76-.79 1.26-1.6 1.26H9.43c-.05 0-.12 0-.15-.02-.06-.06-.14-.15-.14-.23 0-.07.1-.15.17-.2.04-.03.12-.01.18-.01h3.45c.59 0 1.04-.31 1.18-.84.05-.18.05-.37.07-.6-1.48.89-2.93.89-4.39 0-.14.14-.29.29-.43.44-.03.03-.03.08-.03.12.01.17-.04.31-.16.43-.63.63-1.25 1.26-1.88 1.88-.38.38-.98.37-1.35 0-.38-.38-.38-.97 0-1.36.62-.63 1.25-1.25 1.87-1.87.12-.12.26-.17.43-.16.05 0 .11-.02.15-.05.15-.13.28-.27.43-.42-.45-.66-.67-1.39-.68-2.19H4.27v.85c0 .38-.25.71-.62.82-.53.16-1.08-.2-1.12-.75-.02-.3 0-.61 0-.92C1.67 7.59.99 7.2.47 6.5c0 .07-.01.11-.01.15v4.44c0 .72.48 1.21 1.2 1.21H4.9c.19 0 .3.09.3.23 0 .15-.11.23-.31.23H1.66c-.85 0-1.44-.5-1.63-1.34 0-.02-.02-.05-.03-.07V3.76Zm4.29 3.43h3.78c.1 0 .12-.04.13-.13.42-2.69 3.45-4.1 5.79-2.69.05.03.11.07.18.11 0-.21.01-.4 0-.58-.01-.14-.04-.28-.1-.4-.22-.46-.6-.67-1.11-.67H1.57C.93 2.87.47 3.35.47 4v.9c0 .76.3 1.37.9 1.83.34.26.72.41 1.16.45-.01-.28.02-.54.21-.75.19-.21.42-.31.7-.31.5.01.76.33.86 1.05ZM12.1 4.3c-1.88-.05-3.42 1.43-3.48 3.29-.06 1.81 1.39 3.39 3.22 3.48 1.86.09 3.46-1.35 3.55-3.2.09-1.9-1.36-3.48-3.28-3.56ZM5.39 2.37v-.71c0-.46.24-.69.7-.69h2.46c.47 0 .7.23.7.7v.7h.51c-.02-.36 0-.72-.06-1.07-.08-.47-.5-.81-.96-.82C7.8.47 6.85.47 5.91.48c-.47 0-.91.38-.97.85-.05.34 0 .69 0 1.04h.47Zm3.39 0v-.7c0-.21-.03-.24-.24-.24H6.16c-.06 0-.12-.01-.17 0-.05.02-.13.08-.13.12-.01.27 0 .53 0 .81h2.93Zm-1.19 9.02c-.45.45-.89.88-1.32 1.32-.2.2-.19.5 0 .69.19.19.49.2.7 0 .12-.11.23-.23.35-.35l.96-.96c-.03-.03-.04-.06-.07-.08-.2-.21-.41-.42-.63-.64Zm-3.78-3.6v-.8c0-.21-.18-.37-.38-.37s-.4.12-.42.31c-.02.28 0 .57 0 .87h.81Zm-.01.48h-.81c0 .22-.04.43.16.57.14.1.29.11.44.03.23-.13.22-.35.21-.6Zm4.14 2.78.67.67c.09-.07.18-.15.3-.25-.17-.16-.32-.3-.46-.44q-.27-.26-.51.02Zm1.19-.8c-.14.13-.27.26-.39.38.11.11.22.21.3.3.13-.12.26-.25.39-.38-.09-.1-.2-.2-.3-.3Z"/>
|
3
|
+
<path d="M12 4.89c1.29.01 2.41.9 2.71 2.15.04.16-.02.28-.16.32-.14.03-.24-.04-.29-.2-.27-.98-.9-1.58-1.9-1.76-1.31-.24-2.61.8-2.68 2.13-.07 1.33.86 2.39 2.19 2.49 1.05.08 2.08-.66 2.36-1.7.01-.04.02-.09.04-.13.05-.14.16-.2.29-.17.12.03.19.15.16.29-.19.8-.63 1.42-1.36 1.81-1.05.56-2.1.5-3.05-.22-.95-.73-1.29-1.73-1-2.89.29-1.15 1.07-1.84 2.24-2.07.15-.03.31-.03.46-.05Z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 13" viewBox="0 0 15.75 15.59">
|
2
|
+
<path d="M6.88 6.59V1c0-.55.45-1 1-1s1 .45 1 1v.59h5c.31 0 .61.15.8.4l.98 1.3c.13.18.13.42 0 .6l-.98 1.3c-.19.25-.49.4-.8.4h-5v10h-2v-5h-5c-.31 0-.61-.15-.8-.4L.1 8.89c-.13-.18-.13-.42 0-.6l.98-1.3c.19-.25.49-.4.8-.4h5Zm1 3v-2h-6l-.75 1 .75 1h6Zm0-5h6l.75-1-.75-1h-6v2Z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 8" viewBox="0 0 15.69 15.69">
|
2
|
+
<path d="M15.69 4.78c-.08.3-.26.52-.48.73-.15.14-.29.29-.43.43-.45.45-.81.51-1.39.21-.03.04-.06.09-.09.13-.49.76-1 1.52-1.48 2.29-.34.55-.72 1.06-1.21 1.49-.1.09-.13.19-.13.32v4.66h1c.17.02.29.15.3.31 0 .16-.12.31-.28.33H.35c-.19-.01-.33-.15-.33-.33 0-.18.14-.31.33-.31h.98V8.3c0-.36.09-.46.45-.46h1.69c-.03-.22-.07-.42-.09-.62-.19-2 1.09-3.82 3.05-4.31.98-.25 1.96-.5 2.94-.74.04 0 .08-.03.1-.03-.02-.17-.06-.34-.06-.5 0-.24.11-.45.28-.63.24-.24.46-.49.72-.71.12-.13.32-.2.5-.3h.34c.3.08.52.28.73.49 1.07 1.08 2.15 2.15 3.22 3.22.21.21.41.43.48.72v.34ZM4.15 7.84c.45 0 .88-.01 1.32 0 .22 0 .34-.04.47-.24.78-1.18 2.47-1.18 3.32-.02.2.28.19.38-.04.62-.79.79-1.58 1.58-2.37 2.38-.1.1-.2.23-.25.36-.22.5.06 1.02.6 1.11.3.05.56-.04.78-.26.87-.88 1.73-1.76 2.6-2.64.09-.09.19-.19.26-.3l1.56-2.4.51-.78c-.02-.03-.04-.05-.06-.06-.94-.95-1.87-1.89-2.81-2.84-.06-.06-.12-.07-.2-.05-1.09.28-2.17.55-3.26.83-1.92.51-2.98 2.37-2.42 4.3Zm5.66 3.07s-.03-.02-.05-.03c-.04.05-.07.1-.11.15-.44.44-.86.9-1.32 1.33-.71.67-1.87.45-2.31-.43-.29-.57-.16-1.26.33-1.76.51-.51 1.02-1.02 1.52-1.53.04-.04.07-.08.12-.13H1.97v6.51h7.84v-4.1ZM11.08.63c-.09.04-.18.07-.24.12-.24.23-.48.47-.72.71-.14.15-.14.32 0 .48.07.07.14.14.2.21 1.12 1.14 2.24 2.27 3.37 3.41.16.16.35.16.51 0l.69-.69c.16-.16.16-.34 0-.5-1.2-1.2-2.39-2.4-3.6-3.59-.06-.06-.15-.09-.24-.14Zm-4.49 7.2H8.6c-.46-.6-1.49-.61-2.01 0Z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 5" viewBox="0 0 15.98 14.21">
|
2
|
+
<path d="M14.52 14.21H1.46c-.52 0-.99-.27-1.26-.73-.27-.48-.27-1.05 0-1.52L6.74.73c.13-.22.31-.41.53-.54.33-.19.72-.24 1.1-.14.37.1.69.34.88.68l6.53 11.22c.28.48.28 1.04 0 1.52-.26.46-.74.74-1.26.74ZM7.99.75c-.12 0-.24.03-.35.09-.11.06-.2.15-.26.26L.85 12.32c-.14.24-.14.53 0 .78.13.23.36.36.61.36h13.05c.26 0 .48-.13.61-.36.14-.24.14-.53 0-.78L8.6 1.1C8.51.93 8.35.82 8.17.77 8.11.75 8.05.75 7.99.75Zm0 11.53c-.73 0-1.32-.6-1.32-1.33s.59-1.33 1.32-1.33 1.32.6 1.32 1.33-.59 1.33-1.32 1.33Zm0-1.92c-.32 0-.58.26-.58.59s.26.59.58.59.58-.26.58-.59-.26-.59-.58-.59Zm0-.95h-.08c-.44-.04-.78-.38-.82-.82l-.33-3.37c-.07-.68.43-1.29 1.1-1.36h.12c.35 0 .68.14.91.4.24.26.35.61.32.96l-.33 3.37c-.02.24-.13.45-.32.61-.16.14-.36.21-.57.21Zm0-5.19-.05.37c-.27.03-.47.27-.44.55l.33 3.37c0 .08.07.14.14.15.06.01.09-.02.11-.03.02-.02.05-.05.06-.11l.33-3.38c.01-.14-.03-.28-.13-.39-.09-.1-.22-.16-.36-.16v-.37Z"/>
|
3
|
+
</svg>
|
imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 17" viewBox="0 0 15.98 13.43">
|
2
|
+
<path d="M15.81 11.79c-.86-1.12-1.72-2.23-2.59-3.34l-.17-.22c-.31-.4-.75-.64-1.22-.65-.47-.02-.92.18-1.26.57-.26.29-.52.59-.77.89l-.2.24c-.04.05-.09.08-.13.12-.04-.04-.08-.07-.11-.1-.7-.57-1.39-1.15-2.09-1.71v-.1s0-.2.02-.39c.03-.37.05-.75.07-1.12l.05-.94c.03-.63.07-1.26.09-1.89 0-.33-.11-.65-.34-.89-.23-.24-.53-.38-.86-.38-.97-.02-1.77-.02-2.51 0-.25 0-.6.16-.74.39-.31.52-.61 1.09-.91 1.74-.13.28-.13.6 0 .89.12.27.34.48.59.57l.19.06.35-.65c.12.1.25.2.38.3l-.45.85 2.16 1.13.55-1.08-.03 1.54c-.01.26.11.53.33.72.19.17.43.26.67.26.05 0 .1 0 .15-.01l.18-.03.05-.4c.63.51 1.24 1.02 1.85 1.52-.08.04-.16.09-.25.11-.12.03-.24.1-.32.2-.54.61-1.07 1.23-1.6 1.86-.11.13-.19.37-.12.57.08.23.4.28.52.28h8.08s.49 0 .57-.3c.05-.2-.04-.44-.15-.58ZM3.48 4.45l.16-.29c.15-.29.31-.58.46-.86h.52l-.77 1.46c-.13-.1-.25-.2-.37-.3Zm3.43.54-.05.94c-.02.37-.04.74-.07 1.11-.02.2-.03.4-.03.42v.43l-.02.2c-.08-.02-.17-.07-.24-.13-.11-.1-.17-.22-.16-.35V6.57l.08-1.49-.04-.19-.36-.15-.89 1.74-1.3-.68 1.58-3H4c-.16 0-.27.13-.31.21-.16.3-.32.6-.49.91l-.51.96c-.06-.05-.1-.12-.14-.2-.07-.16-.07-.35 0-.5.29-.64.58-1.19.88-1.69.04-.06.22-.16.35-.16.73-.03 1.52-.03 2.48 0 .2 0 .38.09.52.23.14.15.21.34.21.54-.02.63-.05 1.26-.08 1.88Zm8.48 7.2H7.26c0-.02.02-.04.02-.05.52-.62 1.05-1.24 1.59-1.85.02-.02.05-.04.07-.04.38-.09.7-.29 1.02-.66l.2-.24c.25-.3.51-.59.77-.88.24-.27.58-.43.89-.41.33.01.63.18.86.47l.17.22c.86 1.11 1.73 2.22 2.59 3.34.02.03.04.07.05.1-.03 0-.06.01-.09.01Z"/>
|
3
|
+
<path d="m.94 13.43-.21-.12c-.65-.35-.91-1.15-.58-1.78.61-1.16 1.23-2.32 1.86-3.48l.7-1.3.19-.15.16.05.34.18 1.32.69c.11.06.17.16.22.23.34.53.68 1.04 1.01 1.56.07.11.11.25.11.37v3.26s0 .09-.01.13l-.03.19-.2.05c-.35 0-.67-.11-.92-.35-.26-.24-.4-.56-.41-.91v-1.96c0-.09-.03-.2-.08-.28-.24-.4-.49-.79-.75-1.2l-.07-.11-2.65 4.93Zm4.86-.47h.02-.02Zm-2.27-5.4.51.81c.26.41.51.81.75 1.21.09.15.15.34.15.52v1.96c0 .22.1.42.26.57.1.1.23.16.36.2V9.69c0-.03-.02-.08-.04-.12-.33-.52-.66-1.03-1-1.55-.02-.03-.05-.07-.06-.08-.43-.23-.87-.46-1.31-.69L3 7.17l-.59 1.1c-.62 1.15-1.25 2.31-1.85 3.47-.17.33-.08.73.19.99l2.77-5.19Zm-.43-.52Zm5.23-4.52c-.34 0-.66-.13-.89-.36-.24-.23-.36-.55-.36-.89C7.08.56 7.62.01 8.33 0c.37.02.67.13.91.36.24.24.37.56.37.9 0 .7-.56 1.25-1.26 1.25Zm0-2.04c-.44 0-.77.33-.77.78 0 .21.08.4.22.55s.35.22.55.22c.44 0 .78-.33.78-.77 0-.22-.08-.41-.22-.56-.14-.14-.34-.22-.56-.22Z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 16" viewBox="0 0 14.07 14.07">
|
2
|
+
<path d="M8.9 0c.19.06.38.1.55.19.59.3.91.79.96 1.45 0 .09.04.13.13.16.56.19.92.71.89 1.3 0 .09.02.13.1.16.45.2.77.53.97.98.05.11.05.21-.06.29-.1.07-.25.04-.3-.09-.18-.41-.48-.69-.89-.87-.17-.07-.24-.23-.24-.41.01-.55-.18-.83-.69-1.01-.22-.08-.31-.22-.32-.49-.03-.55-.37-1.01-.89-1.19-.83-.29-1.72.31-1.75 1.19-.01.29-.1.41-.38.5-.4.13-.66.47-.64.89.02.29-.09.48-.37.58-.02 0-.04.02-.07.04l.21.78c.23.88.41 1.76.41 2.68 0 .05.03.11.06.15.47.68 1.43.54 1.85 0 .03-.04.04-.09.04-.14V6.07c0-.06-.03-.14-.08-.19-.26-.27-.53-.54-.8-.81-.08-.08-.1-.17-.04-.27.06-.09.15-.11.24-.08.04.02.08.05.12.09.18.18.35.36.55.56 0-.07.02-.1.02-.13v-.77c0-.17.07-.27.2-.27s.21.1.21.27v1.26l.05.03c.1-.11.19-.22.3-.33l.24-.24c.11-.1.23-.11.31-.02.09.09.08.21-.03.32l-.39.39c-.16.16-.38.3-.46.5-.08.19 0 .44-.03.66-.02.18.06.3.19.41.56.47 1.61.46 1.9-.6.06-.23.18-.36.4-.46.46-.2.74-.57.85-1.06 0-.03.01-.05.02-.08.04-.12.13-.18.24-.16.12.03.18.11.16.23-.04.28-.14.53-.29.76-.03.04-.05.08-.08.12.18.06.36.1.52.18.73.36 1.11.97 1.25 1.75 0 .04.02.09.03.13v.52s-.02.04-.02.06c-.16 1.08-.77 1.74-1.84 1.99v2.81h1.57c.13 0 .22.03.29.14v.14c-.07.11-.16.14-.29.14H.17c-.11-.03-.17-.1-.16-.21 0-.1.07-.17.17-.19h2.88v-2.99c-.14-.02-.28-.04-.42-.08-1.21-.3-1.97-1.1-2.4-2.24-.25-.64-.28-1.3-.2-1.97.11-.93.32-1.85.6-2.74.02-.07.07-.15.13-.18s.17-.02.21.02c.05.05.08.16.06.23-.06.28-.16.54-.23.82-.21.82-.4 1.65-.4 2.5 0 1.12.42 2.05 1.34 2.73.38.28.81.44 1.3.48 0-.04.01-.08.01-.12V8.76c0-.06-.04-.14-.08-.19-.24-.25-.49-.49-.74-.74-.11-.12-.13-.23-.04-.32s.21-.08.32.03c.17.16.33.33.5.49h.04v-1.7c.02-.12.1-.2.21-.2.11 0 .19.09.2.21v.82c.01 0 .02.01.03.02.13-.14.27-.27.4-.41l.12-.12c.11-.1.23-.11.31-.02.09.09.08.2-.03.31-.14.15-.29.29-.44.44-.13.13-.31.25-.38.41-.07.16-.02.37-.02.56v1.89c.44-.03.83-.17 1.18-.39.81-.52 1.26-1.28 1.42-2.22.11-.63.02-1.26-.09-1.88-.22-1.23-.56-2.42-1.08-3.56-.22-.48-.48-.95-.85-1.34-.12-.13-.27-.24-.42-.33-.25-.15-.51-.14-.76 0-.31.18-.54.43-.72.73-.25.43-.47.89-.71 1.33-.03.06-.05.13-.08.19-.06.14-.16.2-.28.16-.12-.05-.17-.17-.11-.31.21-.44.42-.88.64-1.32.08-.16.2-.31.31-.46.3-.4.65-.73 1.16-.84h.33c.56.14.93.52 1.25.97.34.48.59 1.01.81 1.55.1.25.19.5.29.75q.15-.03.15-.18c0-.62.33-1.11.92-1.3.07-.02.1-.06.1-.13.03-.56.28-1 .73-1.34.23-.17.5-.25.78-.32h.44ZM3.48 10.67v2.97h4.99v-5.8c-.69.41-1.35.44-1.99-.05-.41 1.58-1.31 2.62-2.99 2.88Zm8.3.17c-.76-.14-1.32-.56-1.64-1.26-.15-.32-.22-.67-.23-1.02v-.39c-.39-.01-.71-.12-1.02-.32v5.8h2.88v-2.8Zm.42-.44s.02.03.04.04c.19-.09.4-.15.58-.27 1.03-.67 1.14-2.34.19-3.15-.44-.37-.93-.58-1.49-.23-.05.03-.1.09-.12.14-.18.49-.46.89-.95 1.12-.04.02-.08.07-.08.11-.09.6.02 1.15.39 1.63.26.33.59.55 1.03.62v-.16c0-.42-.02-.83 0-1.25.02-.21-.17-.52.2-.62.36.11.15.41.2.62.02.06 0 .13 0 .19.01 0 .02 0 .04.01.09-.1.19-.2.28-.3.11-.12.23-.13.33-.04s.09.21-.03.33c-.18.18-.36.36-.54.55-.03.03-.06.07-.07.11v.55Z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 4" viewBox="0 0 15.33 15.33">
|
2
|
+
<path d="M13.27 15.33h-.51s-.06-.02-.1-.03c-.83-.17-1.36-.67-1.6-1.48-.08-.29-.08-.29-.38-.29h-6.2c-.11 0-.16.02-.18.14-.18.83-.68 1.36-1.5 1.6-.08.02-.15.04-.23.06h-.48s-.09-.02-.13-.03c-.23-.08-.46-.16-.68-.26-.12-.06-.15-.19-.09-.29.06-.11.18-.14.3-.09.03.01.06.03.09.05.62.32 1.35.21 1.84-.28.24-.24.4-.53.45-.89H3.5c-.12 0-.24-.04-.36-.05-.17.44-.44.66-.82.66-.34 0-.65-.22-.77-.54-.14-.37-.02-.68.38-1.02-.09-.23-.18-.45-.27-.7-.1.06-.2.11-.29.18-.63.47-.8 1.29-.43 2.01.08.16.06.29-.07.35-.12.06-.25.01-.33-.14-.2-.37-.29-.78-.23-1.2.11-.77.52-1.32 1.23-1.64.04-.02.08-.08.08-.13-.02-.36-.05-.72-.08-1.07-.1-1.17-.19-2.35-.29-3.52-.02-.29-.05-.58-.07-.88-.47-.01-.83-.2-1.05-.6-.06-.11-.09-.24-.14-.36v-.33c.01-.03.02-.07.03-.1.14-.47.44-.8.93-.83.31-.02.39-.16.45-.4.04-.16.13-.32.2-.49h-.21c-.24 0-.42-.12-.52-.34-.1-.22-.08-.45.09-.63.3-.32.61-.63.93-.93.17-.17.39-.19.61-.1.23.1.34.28.35.53v.2h.05c.99-.5 1.99-.51 2.99-.02.03.01.07.03.1.01.23-.1.46-.21.71-.32-.05-.05-.1-.08-.15-.12-.18-.19-.23-.41-.12-.65.12-.25.32-.37.58-.37h1.21c.25 0 .44.12.54.35.1.23.06.45-.11.64-.05.05-.09.1-.14.15.21.09.42.17.62.28.11.06.19.07.31 0 .7-.35 1.43-.45 2.19-.26.28.07.54.18.83.28v-.21c.02-.23.13-.41.35-.5.21-.09.42-.08.59.07.34.32.67.64.98.98.16.17.17.39.07.6-.09.21-.26.32-.49.33h-.23c.09.23.19.43.24.65.04.16.1.22.27.22.56 0 1.03.46 1.08 1.02.05.56-.34 1.08-.9 1.19-.09.02-.18.03-.29.04l-.45 5.55c.05.02.09.04.13.06.78.35 1.26 1.14 1.21 1.99-.06.85-.66 1.58-1.49 1.81-.09.02-.18.05-.27.07ZM1.65 5.84v.13c.03.42.07.84.1 1.25.1 1.18.19 2.37.29 3.55.03.35.04.7.1 1.04.14.75.79 1.27 1.58 1.27h8.03c.74-.03 1.39-.62 1.47-1.36.06-.56.1-1.13.15-1.7.09-1.05.17-2.11.26-3.16.03-.34.05-.67.08-1.03h-2.65c-.16 0-.26-.1-.26-.23s.1-.21.25-.22h3.14c.48 0 .8-.43.66-.88-.09-.3-.35-.47-.7-.47H1.08c-.42.03-.72.45-.6.86.09.31.35.49.72.49h8.92c.13.01.22.1.22.22s-.08.21-.21.23H1.65Zm3.28-2.25h5.35c-.18-.94-1.15-2.1-2.67-2.11-1.55 0-2.51 1.2-2.68 2.11Zm8.63 0c-.39-1.68-2.38-2.57-3.85-1.78.55.48.89 1.08 1.05 1.78h2.8ZM5.55 1.77c-1.6-.72-3.41.26-3.78 1.82h2.68c.16-.72.52-1.33 1.1-1.82Zm5.92 11.78c.03.65.7 1.28 1.43 1.33.79.06 1.52-.5 1.66-1.26.13-.73-.28-1.53-.89-1.72-.09.23-.17.45-.26.68.39.31.52.63.39 1-.11.32-.41.55-.74.56-.4.02-.67-.19-.86-.65-.24.02-.47.04-.72.07ZM7.62.45h-.6c-.06 0-.14.04-.15.08-.02.05.02.12.05.18.01.03.04.04.06.06.15.2.34.25.61.27.32.02.51-.1.69-.32 0 0 .02-.01.02-.02.02-.06.06-.13.04-.17-.02-.04-.1-.08-.15-.08h-.57ZM1.63 2.28c.28 0 .28 0 .48-.2.08-.08.17-.15.25-.24.03-.03.06-.08.07-.12 0-.14.01-.29 0-.43 0-.05-.05-.11-.09-.14-.04-.02-.11 0-.15.03-.29.28-.58.57-.87.87-.03.03-.04.11-.03.15.02.04.08.07.12.08.07.01.14 0 .21 0Zm12.03 0c.1 0 .18.01.24 0 .05-.01.12-.05.14-.09.02-.04 0-.12-.04-.16-.28-.29-.56-.57-.85-.85-.04-.03-.12-.05-.16-.04-.04.02-.08.09-.08.14-.02.28-.04.57.27.74.02.01.04.03.05.05.11.17.26.26.43.2ZM2.3 13.68c.18 0 .31-.1.37-.26.03-.09.03-.15-.07-.21-.09-.05-.16-.11-.24-.18-.14-.12-.23-.11-.34.04-.09.12-.11.26-.04.39.07.14.19.2.31.21Zm11.11-.38c-.05-.09-.09-.19-.15-.26-.08-.09-.17-.12-.28-.01-.08.08-.19.14-.28.22-.03.03-.06.09-.06.13.02.19.21.32.4.31.19-.02.34-.18.37-.38Z"/>
|
3
|
+
<path d="M8.74 8.08c.02-.09.02-.14.04-.2.03-.13.12-.18.24-.17.12.01.2.09.19.21-.03.31-.06.62-.11.94-.02.13-.16.2-.3.14-.27-.11-.54-.23-.81-.35-.12-.05-.16-.18-.11-.29.04-.11.17-.16.29-.12.05.01.09.03.18.07-.14-.24-.25-.45-.38-.64-.15-.21-.46-.18-.61.05-.13.2-.24.41-.36.62-.09.16-.21.2-.33.14-.13-.07-.15-.2-.06-.36.12-.2.23-.41.35-.61.35-.57 1.09-.57 1.44 0 .11.18.21.37.34.58ZM5.8 9.51c-.08.03-.13.05-.18.06-.12.03-.22-.01-.27-.13-.05-.11-.02-.22.09-.27.28-.13.57-.26.86-.37.13-.05.25.04.27.18.04.3.08.59.1.89.01.13-.09.22-.21.23-.12 0-.21-.07-.24-.2 0-.04-.01-.08-.05-.14-.12.21-.25.41-.35.63-.1.22.09.47.34.48h.79c.14.01.23.11.22.24 0 .12-.1.21-.23.21-.28 0-.57.01-.85 0-.56-.03-.91-.65-.66-1.16.08-.17.18-.33.28-.49l.08-.16Zm2.69 1.81c.08.06.12.09.16.13.09.09.1.2.03.3-.07.1-.19.12-.28.06-.26-.18-.51-.36-.76-.56-.11-.09-.09-.24.02-.33.23-.18.47-.35.71-.52.11-.08.23-.05.31.05.07.09.05.22-.04.31-.03.03-.07.06-.13.11.27 0 .51.02.75 0 .25-.03.37-.31.24-.55-.12-.22-.26-.44-.37-.66-.03-.07-.03-.18.01-.25.03-.05.14-.09.22-.08.05 0 .12.06.16.12.14.22.28.45.4.69.28.55-.09 1.18-.71 1.2h-.7Z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 10" viewBox="0 0 15.64 15.64">
|
2
|
+
<path d="M7.82 0c.54 0 .98.44.98.98v5.86h5.86c.54 0 .98.44.98.98s-.44.98-.98.98H8.8v5.86c0 .54-.44.98-.98.98s-.98-.44-.98-.98V8.8H.98C.44 8.8 0 8.36 0 7.82s.44-.98.98-.98h5.86V.98c0-.54.44-.98.98-.98"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 11" viewBox="0 0 14.01 15.9">
|
2
|
+
<path d="M7.42 15.9c-.88-.24-1.76-.47-2.64-.71-.31-.08-.63-.17-.94-.26-.25-.07-.48-.04-.71.08-.09.05-.18.11-.27.15-.17.07-.29.15-.27.37.01.15-.11.24-.26.23-.68-.01-1.37-.03-2.05-.05-.19 0-.28-.12-.28-.32.03-1.22.07-2.44.1-3.66 0-.25.01-.51.02-.76 0-.23.1-.32.33-.31.64.01 1.27.03 1.91.05.28 0 .36.1.35.39v.29c.22-.08.44-.17.67-.23.82-.22 1.62-.17 2.37.22.48.25.98.37 1.52.37.48 0 .95.03 1.43.03.63.01 1.12.28 1.46.81.01.02.02.03.04.06.14-.07.28-.13.42-.2.56-.26 1.11-.53 1.67-.79.59-.27 1.28-.07 1.63.46.14.21.12.34-.09.48-1.51.97-3.01 1.95-4.52 2.92-.33.21-.7.29-1.08.35-.05 0-.1.02-.15.03h-.65Zm-4.79-1.23c.08-.04.15-.07.21-.11.37-.2.75-.24 1.15-.13.52.15 1.03.29 1.55.43.61.17 1.22.36 1.84.48.59.11 1.18.02 1.69-.31 1.38-.88 2.75-1.78 4.13-2.67.05-.03.09-.06.14-.09-.24-.23-.57-.28-.9-.12-.65.3-1.29.61-1.93.91-.12.05-.16.11-.13.24.05.26-.04.44-.38.42-.92-.03-1.84-.05-2.76-.08-.09 0-.18 0-.26-.02-.14-.02-.2-.12-.21-.25 0-.13.1-.24.23-.25h.15c.83.02 1.67.04 2.5.07h.18c-.08-.48-.52-.87-1.01-.9-.28-.02-.57-.02-.85-.03-.39-.01-.79-.02-1.18-.03-.47-.02-.87-.22-1.29-.41-.91-.43-1.81-.38-2.69.12-.09.05-.13.11-.13.22-.01.57-.03 1.15-.05 1.72v.8ZM.64 11.2c-.04 1.31-.07 2.64-.11 4h1.55c.04-1.32.07-2.65.11-4H.64ZM7.26 0c.13.08.17.2.17.35v2.29c0 .05 0 .11-.01.15-.03.13-.12.19-.25.19s-.22-.07-.25-.19c-.01-.05-.01-.11-.01-.17V.36c0-.16.03-.28.17-.37h.19Z"/>
|
3
|
+
<path d="M7.16 11.03c-2.09 0-3.78-1.69-3.78-3.78 0-2.08 1.7-3.78 3.79-3.78s3.78 1.69 3.78 3.78-1.7 3.78-3.78 3.78Zm0-.52c1.79 0 3.26-1.44 3.27-3.23.01-1.81-1.43-3.27-3.24-3.29-1.79-.01-3.27 1.44-3.28 3.24 0 1.81 1.44 3.27 3.25 3.28Zm1.7-8.36v-.54c0-.19.11-.3.26-.3.15 0 .25.11.25.29v1.12c0 .17-.11.29-.26.28-.15 0-.25-.11-.25-.28v-.57Zm-3.91-.01v-.56c0-.17.1-.27.25-.28.15 0 .26.11.26.28v1.13c0 .17-.1.27-.25.28-.15 0-.26-.11-.26-.28v-.57Z"/>
|
4
|
+
<path d="M7.76 8.09c0-.34-.24-.58-.62-.6-.32-.01-.59-.14-.81-.38-.5-.57-.3-1.47.4-1.76.11-.05.15-.1.14-.21V5c.03-.14.12-.2.25-.21.13 0 .26.1.25.22-.02.22.08.29.26.37.39.17.59.5.63.92.02.19-.09.32-.25.33-.15 0-.26-.1-.28-.29-.03-.32-.25-.54-.56-.56-.29-.02-.56.2-.61.49-.05.28.11.57.39.66.09.03.18.03.27.04.53.04.93.42 1.02.96.08.48-.21.99-.68 1.17-.16.06-.22.13-.2.29.02.13-.05.25-.19.26-.09 0-.2-.03-.27-.09-.05-.05-.06-.16-.05-.25 0-.12-.03-.17-.14-.22-.41-.18-.63-.5-.68-.94-.02-.19.08-.32.24-.34.16-.01.27.1.28.3.03.34.29.56.63.55.3-.01.55-.27.55-.58Z"/>
|
5
|
+
</svg>
|
imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 14" viewBox="0 0 15.87 12.31">
|
2
|
+
<path d="M5.4 5.9c-.23-.4-.45-.79-.66-1.18-.47-.84-.19-1.73.68-2.15C7.13 1.76 8.84.95 10.54.14c.81-.38 1.69.03 1.86.89.11.56-.17 1.11-.72 1.4-.79.4-1.59.8-2.38 1.19-.46.23-.91.46-1.38.69.03.05.05.09.08.13.93 1.36 1.86 2.71 2.78 4.07.06.09.14.14.25.17.29.1.59.2.85.36.7.41 1.4.44 2.09.03.46-.27.94-.45 1.48-.46.28 0 .46.24.37.48-.05.15-.17.23-.32.23-.46 0-.85.19-1.25.41-.9.49-1.81.47-2.68-.05-.76-.45-1.49-.46-2.26 0-.92.55-1.87.55-2.8 0-.75-.45-1.48-.46-2.23 0-.94.56-1.89.56-2.83 0-.33-.19-.67-.33-1.06-.34-.26 0-.42-.16-.41-.37 0-.22.19-.38.45-.34.22.03.4-.04.58-.15 1.4-.83 2.81-1.66 4.22-2.49.05-.03.09-.06.15-.1Zm4.61 2.76c-.05-.08-.08-.13-.12-.18-.83-1.21-1.67-2.42-2.5-3.63-.36-.52-.24-.95.32-1.23 1.21-.6 2.41-1.21 3.62-1.81.16-.08.29-.18.35-.35.08-.22.02-.45-.15-.6-.2-.17-.42-.18-.66-.06-1.72.82-3.44 1.63-5.15 2.44-.48.23-.61.66-.35 1.12.2.35.4.7.6 1.06.29.52.2.88-.31 1.18-1.29.76-2.59 1.53-3.88 2.29-.04.02-.07.05-.11.08.76.5 1.52.56 2.3.09.13-.08.27-.17.42-.22.87-.34 1.71-.26 2.5.23.63.39 1.29.42 1.94.09.38-.19.73-.42 1.19-.49Zm3.01 3.64c-.58 0-1.07-.17-1.53-.44-.58-.35-1.2-.39-1.83-.13-.1.04-.2.1-.3.16-.97.57-1.94.57-2.91-.02-.6-.36-1.22-.41-1.86-.14-.12.05-.23.13-.35.2-.92.51-1.84.52-2.74 0-.36-.21-.73-.36-1.16-.36-.2 0-.35-.17-.35-.36 0-.19.15-.35.36-.35.53-.02 1.02.14 1.47.43.48.31 1.01.38 1.55.25.19-.05.38-.14.55-.24.99-.59 1.96-.59 2.95 0 .69.42 1.4.42 2.09 0 .97-.58 1.94-.6 2.91-.03.75.44 1.49.44 2.23-.02.42-.26.87-.39 1.36-.38.23 0 .39.15.39.35 0 .2-.16.36-.38.36-.38 0-.73.11-1.05.32-.44.28-.93.42-1.41.42Z"/>
|
3
|
+
<path d="M12.92 8.24c-1.42 0-2.57-1.16-2.58-2.59 0-1.4 1.17-2.58 2.57-2.57 1.43 0 2.59 1.16 2.58 2.58 0 1.42-1.16 2.58-2.58 2.58Zm0-.73c1.02 0 1.85-.82 1.85-1.84 0-1.03-.81-1.86-1.83-1.86-1.04 0-1.87.82-1.87 1.86 0 1.02.82 1.84 1.85 1.84Z"/>
|
4
|
+
</svg>
|
imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 12" viewBox="0 0 14.62 15.7">
|
2
|
+
<path d="M13.1 14.35c-.09.77-.49 1.23-1.17 1.34-.1.02-.2.02-.3.02H3c-.87 0-1.39-.46-1.49-1.35H.86c-.52 0-.86-.34-.86-.86v-2.66c0-.59.23-1.08.69-1.46.09-.08.12-.15.12-.27.02-1.09.01-2.18.07-3.26.09-1.65.38-3.27.81-4.86.17-.59.7-.99 1.3-.99h1.1c.47 0 .79.3.85.77.04.34.08.67.13 1.02.3-.05.58-.11.89-.16-.04-.53.09-1.02.55-1.36.26-.2.56-.29.88-.27.41.03.74.21 1 .54.25.32.3.7.27 1.09.3.06.58.11.89.16.04-.33.09-.66.13-.99.05-.51.37-.8.9-.8h1.05c.62 0 1.14.4 1.3 1 .36 1.35.61 2.71.75 4.1.14 1.33.14 2.67.13 4 0 .12.03.19.12.27.46.38.69.87.69 1.46v2.66c0 .52-.34.85-.86.86h-.65ZM8.39 7.58h3.17c.42 0 .75-.36.76-.78 0-.32 0-.64-.03-.96-.17-2.04-1.9-3.64-3.94-3.66-.69 0-1.38-.03-2.06 0-1.7.08-2.92.89-3.64 2.43-.31.65-.35 1.36-.35 2.07 0 .57.32.91.89.91h3.04v-.23c0-.36.23-.58.58-.58h1.01c.34 0 .56.23.57.56v.25Zm-6.12.24c0 .1-.01.15-.01.2-.05 1.72-.1 3.45-.16 5.17-.01.39-.03.78-.03 1.17 0 .37.27.7.57.73v-.03c.02-.94.05-1.87.07-2.81.01-.56.34-.88.89-.88h7.41c.57 0 .89.32.9.89.01.67.03 1.34.04 2.01v.84c.07-.02.1-.02.13-.04.31-.16.47-.41.46-.76-.02-.76-.04-1.51-.07-2.27l-.12-4.02c0-.06 0-.11-.02-.2-.33.26-.69.3-1.06.3H8.38v.77c0 .36-.22.58-.58.58h-.95c-.44 0-.64-.2-.64-.64v-.71H3.48c-.43 0-.85 0-1.23-.3Zm9.16 7.34v-.08c-.02-.96-.04-1.92-.07-2.87 0-.2-.12-.29-.34-.29H3.58c-.24 0-.33.09-.34.32-.02.91-.04 1.83-.07 2.74v.18h8.24ZM1.67 9.51c-.55.08-1 .51-1.09 1.03-.04.23-.03.47-.04.71v2.23c0 .19.09.31.25.32h.74c.04-1.44.09-2.86.13-4.29Zm11.41 4.3h.62c.29 0 .37-.08.37-.37v-2.55c0-.12-.01-.24-.04-.35-.11-.52-.61-.99-1.09-1.01.04 1.42.09 2.85.13 4.29ZM2.27 1.09c-.75 2.59-.99 5.23-.9 7.91.39-.07.31.01.33-.34.03-.86.05-1.72.08-2.59.03-.78.23-1.51.64-2.18.12-.2.18-.39.14-.63-.11-.72-.19-1.45-.28-2.18Zm10.08 0-.3 2.4c0 .06 0 .13.03.18.58.88.79 1.85.78 2.89 0 .75.04 1.51.06 2.26 0 .11.04.15.14.16.06 0 .12.02.18.03.09-2.69-.15-5.33-.9-7.91ZM3.06 3.03c.41-.41.85-.73 1.35-.96.12-.05.15-.11.13-.23-.05-.33-.09-.67-.13-1.01-.03-.2-.12-.29-.32-.29-.26 0-.53.01-.79 0-.42-.02-.55.07-.48.53.1.64.17 1.28.25 1.96Zm8.5 0c.09-.75.19-1.46.27-2.18.02-.18-.1-.3-.28-.3H10.5c-.16 0-.26.09-.28.24-.05.37-.1.74-.14 1.11 0 .05.03.12.07.14.52.24.97.56 1.4.99ZM7.84 7.32H6.78v1.6h1.06v-1.6Zm.27-5.7c.04-.38-.02-.72-.36-.94-.28-.19-.59-.19-.87 0-.35.22-.42.56-.37.95h1.6Z"/>
|
3
|
+
<path d="M10.61 3.7c-.08.09-.12.2-.2.22-.09.03-.21.01-.29-.03-.21-.11-.41-.26-.62-.37-.38-.19-.79-.27-1.21-.27H6.4c-.68 0-1.3.2-1.84.61-.01.01-.03.02-.04.03-.15.1-.31.09-.4-.04-.09-.12-.06-.28.07-.39.44-.35.94-.58 1.49-.68.24-.04.49-.06.74-.07.64 0 1.28-.01 1.93 0 .77.01 1.46.26 2.06.73.08.06.13.16.21.26ZM5.7 13c-.06.45-.12.55-.3.54-.18 0-.23-.11-.27-.54h-.48c-.2 0-.32-.11-.32-.27 0-.16.12-.27.32-.27h5.31c.2 0 .32.1.33.26 0 .17-.12.28-.33.28H5.7Z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 3" viewBox="0 0 12.39 15.86">
|
2
|
+
<path d="M.15 15.86c-.14-.1-.16-.23-.15-.39.12-1.1.23-2.21.33-3.31.09-1.06.77-1.85 1.81-2.09.54-.12 1.07-.25 1.61-.38.05-.01.11-.06.12-.1.07-.33.24-.58.53-.77-.41-.32-.72-.7-.93-1.16-.21-.46-.28-.94-.26-1.46-.56.04-1-.13-1.19-.69-.14-.4-.02-.75.39-1.14-.19-.04-.37-.08-.55-.12-.06-.01-.11-.02-.17-.03-.12-.02-.2-.09-.22-.21-.02-.12.04-.21.14-.27.32-.19.64-.39.97-.58.09-.05.13-.11.13-.22V1.59C2.71.41 3.86-.33 4.94.14c.23.1.46.21.69.32.37.17.74.17 1.11 0 .23-.11.46-.21.69-.32 1.06-.47 2.22.27 2.23 1.43v1.36c0 .11.04.16.13.22.32.18.63.38.94.56.11.07.19.15.17.29-.02.14-.12.19-.25.22-.22.04-.44.09-.69.14.41.34.57.75.35 1.24-.21.49-.63.63-1.15.59.04 1.08-.34 1.95-1.18 2.62.04.03.08.05.11.09.12.16.3.31.35.5.06.24.19.31.4.35.49.1.98.22 1.46.34 1.02.26 1.65 1.03 1.75 2.07.1 1.1.22 2.21.33 3.31.02.16 0 .29-.15.39H.15Zm11.71-.5v-.11c-.1-1.04-.21-2.08-.31-3.13-.04-.37-.17-.7-.41-.98-.29-.35-.68-.52-1.12-.61-.52-.11-1.04-.24-1.56-.37-.29.57-.89.79-1.31 1.22.05.04.09.06.14.09 1.04.76 1.58 1.78 1.63 3.07 0 .24-.09.33-.32.33H7.27c-.24 0-.32-.08-.33-.32-.02-.76-.23-1.45-.64-2.09-.03-.05-.06-.09-.1-.14-.02.03-.04.04-.04.05-.02.03-.05.07-.07.1-.41.64-.62 1.33-.63 2.09 0 .22-.09.31-.31.31H3.79c-.22 0-.31-.09-.31-.31.02-1.01.37-1.88 1.08-2.61.21-.21.45-.39.68-.6-.06-.05-.14-.1-.21-.16-.38-.33-.86-.54-1.09-1.03-.6.14-1.2.27-1.78.43-.73.2-1.19.69-1.28 1.44-.12.88-.19 1.78-.28 2.66l-.06.66H2v-2.18c0-.2.13-.33.29-.29.15.04.2.14.2.29v2.17h7.44v-2.23c.01-.14.11-.23.24-.24.13 0 .23.09.25.23v2.25h1.45ZM3.73 4.56s-.01.07-.01.1v1.89c0 .12.02.25.04.37.26 1.26 1.41 2.13 2.65 2 1.31-.14 2.26-1.18 2.26-2.49V4.57c-1.66.2-3.3.2-4.95 0Zm5.44-1.6V1.59C9.17.76 8.38.26 7.62.6l-.66.3c-.51.24-1.03.23-1.54 0-.25-.12-.49-.24-.75-.34-.66-.26-1.4.2-1.44.91-.03.49 0 .98 0 1.47 0 0 .01.02.02.02h5.93Zm-6.72.88c2.5.49 4.99.49 7.53 0-.16-.1-.29-.17-.41-.25-.14-.1-.29-.13-.46-.13-1.93 0-3.86.01-5.79 0-.36 0-.58.23-.86.38Zm3.33 8.19c-.09-.09-.16-.17-.25-.26-.94.62-1.46 1.47-1.56 2.59h.99c.06-.86.33-1.63.82-2.33Zm.83 0c.49.7.76 1.48.82 2.33h.99c-.11-1.12-.63-1.98-1.57-2.59-.08.09-.16.17-.24.26Zm-.03-1.28c.09.08.16.15.25.23.34-.27.7-.52 1.02-.8.31-.27.2-.81-.18-.96-.04-.02-.13 0-.15.03-.32.49-.63.99-.94 1.5Zm-.77 0c-.31-.5-.62-1-.94-1.5-.02-.03-.11-.04-.15-.03-.37.15-.49.67-.19.94.33.29.69.55 1.04.82.09-.08.16-.15.25-.23Zm.38-.31c.23-.37.45-.72.66-1.05H5.54c.21.33.42.68.66 1.05ZM3.21 4.71c-.28-.03-.53-.01-.68.26-.1.19-.08.37.05.54.16.21.39.21.63.18v-.97Zm5.97.98c.27.03.52.02.67-.24.11-.18.1-.37-.02-.54-.16-.23-.39-.23-.64-.2v.97ZM6.44 11.4c0-.13-.11-.24-.24-.25-.14 0-.25.12-.25.25s.12.24.25.24.24-.11.24-.25Z"/>
|
3
|
+
</svg>
|
imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/reseausocial-behance.svg
ADDED
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-behance" viewBox="0 0 16 16">
|
2
|
+
<path d="M4.654 3c.461 0 .887.035 1.278.14.39.07.711.216.996.391s.497.426.641.747c.14.32.216.711.216 1.137 0 .496-.106.922-.356 1.242-.215.32-.566.606-.997.817.606.176 1.067.496 1.348.922s.461.957.461 1.563c0 .496-.105.922-.285 1.278a2.3 2.3 0 0 1-.782.887c-.32.215-.711.39-1.137.496a5.3 5.3 0 0 1-1.278.176L0 12.803V3zm-.285 3.978c.39 0 .71-.105.957-.285.246-.18.355-.497.355-.887 0-.216-.035-.426-.105-.567a1 1 0 0 0-.32-.355 1.8 1.8 0 0 0-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005 2.2-.005 2.2-.005zm.105 4.193c.215 0 .426-.035.606-.07.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641 0-.496-.14-.852-.426-1.102-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305zm6.858-.035q.428.427 1.278.426c.39 0 .746-.106 1.032-.286q.426-.32.53-.64h1.74c-.286.851-.712 1.457-1.278 1.848-.566.355-1.243.566-2.06.566a4.1 4.1 0 0 1-1.527-.285 2.8 2.8 0 0 1-1.137-.782 2.85 2.85 0 0 1-.712-1.172c-.175-.461-.25-.957-.25-1.528 0-.531.07-1.032.25-1.493.18-.46.426-.852.747-1.207.32-.32.711-.606 1.137-.782a4 4 0 0 1 1.493-.285c.606 0 1.137.105 1.598.355.46.25.817.532 1.102.958.285.39.496.851.641 1.348.07.496.105.996.07 1.563h-5.15c0 .58.21 1.11.496 1.396m2.24-3.732c-.25-.25-.642-.391-1.103-.391-.32 0-.566.07-.781.176s-.356.25-.496.39a.96.96 0 0 0-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978z"/>
|
3
|
+
</svg>
|
imio.smartweb.core-1.2.62/src/imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg
ADDED
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
|
2
|
+
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
|
3
|
+
</svg>
|
{imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/browser/vocabulary.py
RENAMED
@@ -1,15 +1,20 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
|
-
|
2
|
+
|
3
|
+
from imio.smartweb.common.browser.vocabulary import TranslatedVocabularyView
|
3
4
|
from plone.app.content.browser.vocabulary import VocabLookupException
|
4
5
|
from plone.app.content.utils import json_dumps
|
5
6
|
|
6
7
|
|
7
|
-
class SmartwebVocabularyView(
|
8
|
+
class SmartwebVocabularyView(TranslatedVocabularyView):
|
8
9
|
|
9
10
|
def __call__(self):
|
10
11
|
form = self.request.form
|
11
12
|
name = form.get("name")
|
12
|
-
if name
|
13
|
+
if name not in [
|
14
|
+
"imio.smartweb.vocabulary.RemoteContacts",
|
15
|
+
"imio.smartweb.vocabulary.NewsItemsFromEntity",
|
16
|
+
"imio.smartweb.vocabulary.EventsFromEntity",
|
17
|
+
]:
|
13
18
|
return super(SmartwebVocabularyView, self).__call__()
|
14
19
|
|
15
20
|
self.request.response.setHeader(
|
{imio.smartweb.core-1.2.47 → imio.smartweb.core-1.2.62}/src/imio/smartweb/core/contents/rest/base.py
RENAMED
@@ -4,6 +4,7 @@ from imio.smartweb.core.utils import get_json
|
|
4
4
|
from plone import api
|
5
5
|
from plone.dexterity.content import Container
|
6
6
|
from plone.rest import Service
|
7
|
+
from urllib.parse import urlencode
|
7
8
|
from zope.interface import implementer
|
8
9
|
from zope.interface import Interface
|
9
10
|
|
@@ -47,21 +48,22 @@ class BaseEndpoint(object):
|
|
47
48
|
)
|
48
49
|
del item[field]
|
49
50
|
|
50
|
-
def
|
51
|
+
def construct_query_string(self, params):
|
52
|
+
params = "&".join(params)
|
51
53
|
form = self.request.form
|
52
54
|
extra_params = []
|
53
55
|
for k, v in form.items():
|
54
56
|
if isinstance(v, list):
|
55
57
|
# handles multiple metadata_fields
|
56
58
|
for value in v:
|
57
|
-
extra_params.append(
|
59
|
+
extra_params.append((k, value))
|
58
60
|
else:
|
59
|
-
extra_params.append(
|
61
|
+
extra_params.append((k, v))
|
60
62
|
current_lang = api.portal.get_current_language()[:2]
|
61
63
|
if current_lang != "fr":
|
62
|
-
extra_params.append("translated_in_{}
|
63
|
-
|
64
|
-
return params
|
64
|
+
extra_params.append(("translated_in_{}".format(current_lang), 1))
|
65
|
+
extra_params = urlencode(extra_params)
|
66
|
+
return "&".join(filter(None, [params, extra_params]))
|
65
67
|
|
66
68
|
|
67
69
|
class BaseService(Service):
|
@@ -53,8 +53,8 @@ class BaseDirectoryEndpoint(BaseEndpoint):
|
|
53
53
|
for category in self.context.selected_categories:
|
54
54
|
params.append(f"taxonomy_contact_category.query={category}")
|
55
55
|
params.append("taxonomy_contact_category.operator=or")
|
56
|
-
params = self.
|
57
|
-
url = f"{DIRECTORY_URL}/{self.remote_endpoint}?{
|
56
|
+
params = self.construct_query_string(params)
|
57
|
+
url = f"{DIRECTORY_URL}/{self.remote_endpoint}?{params}"
|
58
58
|
return url
|
59
59
|
|
60
60
|
|
@@ -49,8 +49,8 @@ class BaseEventsEndpoint(BaseEndpoint):
|
|
49
49
|
if self.context.selected_event_types is not None:
|
50
50
|
for event_type in self.context.selected_event_types:
|
51
51
|
params.append(f"event_type={event_type}")
|
52
|
-
params = self.
|
53
|
-
url = f"{EVENTS_URL}/{self.remote_endpoint}?{
|
52
|
+
params = self.construct_query_string(params)
|
53
|
+
url = f"{EVENTS_URL}/{self.remote_endpoint}?{params}"
|
54
54
|
return url
|
55
55
|
|
56
56
|
|
@@ -49,8 +49,8 @@ class BaseNewsEndpoint(BaseEndpoint):
|
|
49
49
|
"b_size={}".format(self.context.nb_results),
|
50
50
|
"fullobjects=1",
|
51
51
|
]
|
52
|
-
params = self.
|
53
|
-
url = f"{NEWS_URL}/{self.remote_endpoint}?{
|
52
|
+
params = self.construct_query_string(params)
|
53
|
+
url = f"{NEWS_URL}/{self.remote_endpoint}?{params}"
|
54
54
|
return url
|
55
55
|
|
56
56
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.common.widgets.select import TranslatedAjaxSelectWidget
|
3
4
|
from imio.smartweb.core.contents.sections.base import ISection
|
4
5
|
from imio.smartweb.core.contents.sections.base import Section
|
5
6
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
6
|
-
from plone.app.z3cform.widget import AjaxSelectFieldWidget
|
7
7
|
from plone.autoform import directives
|
8
8
|
from plone.supermodel import model
|
9
9
|
from z3c.form.browser.checkbox import CheckBoxFieldWidget
|
@@ -16,7 +16,7 @@ class ISectionContact(ISection):
|
|
16
16
|
|
17
17
|
directives.widget(
|
18
18
|
"related_contacts",
|
19
|
-
|
19
|
+
TranslatedAjaxSelectWidget,
|
20
20
|
vocabulary="imio.smartweb.vocabulary.RemoteContacts",
|
21
21
|
pattern_options={"multiple": True},
|
22
22
|
)
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.common.widgets.select import TranslatedAjaxSelectWidget
|
3
4
|
from imio.smartweb.core.contents.sections.base import ISection
|
4
5
|
from imio.smartweb.core.contents.sections.base import Section
|
5
6
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
6
7
|
from plone.app.z3cform.widget import RelatedItemsFieldWidget
|
7
|
-
from plone.app.z3cform.widget import AjaxSelectFieldWidget
|
8
8
|
from plone.app.z3cform.widget import SelectFieldWidget
|
9
9
|
from plone.autoform import directives
|
10
10
|
from plone.supermodel import model
|
@@ -13,8 +13,8 @@ from zope import schema
|
|
13
13
|
from zope.globalrequest import getRequest
|
14
14
|
from zope.i18n import translate
|
15
15
|
from zope.interface import implementer
|
16
|
-
from zope.schema.interfaces import IContextAwareDefaultFactory
|
17
16
|
from zope.interface import provider
|
17
|
+
from zope.schema.interfaces import IContextAwareDefaultFactory
|
18
18
|
|
19
19
|
|
20
20
|
@provider(IContextAwareDefaultFactory)
|
@@ -40,8 +40,9 @@ class ISectionEvents(ISection):
|
|
40
40
|
)
|
41
41
|
directives.widget(
|
42
42
|
"specific_related_events",
|
43
|
-
|
44
|
-
|
43
|
+
TranslatedAjaxSelectWidget,
|
44
|
+
vocabulary="imio.smartweb.vocabulary.EventsFromEntity",
|
45
|
+
pattern_options={"multiple": True},
|
45
46
|
)
|
46
47
|
|
47
48
|
directives.widget(
|
@@ -30,6 +30,7 @@ class EventsView(CarouselOrTableSectionView, HashableJsonSectionView):
|
|
30
30
|
selected_item,
|
31
31
|
"metadata_fields=container_uid",
|
32
32
|
"metadata_fields=category_title",
|
33
|
+
"metadata_fields=local_category",
|
33
34
|
"metadata_fields=topics",
|
34
35
|
"metadata_fields=start",
|
35
36
|
"metadata_fields=end",
|
@@ -67,7 +68,7 @@ class EventsView(CarouselOrTableSectionView, HashableJsonSectionView):
|
|
67
68
|
modified_hash = hash_md5(item["modified"])
|
68
69
|
category = ""
|
69
70
|
if self.context.show_categories_or_topics == "category":
|
70
|
-
category = item.get("category_title", "")
|
71
|
+
category = item.get("local_category") or item.get("category_title", "")
|
71
72
|
elif self.context.show_categories_or_topics == "topic":
|
72
73
|
topic = item.get("topics") and item["topics"][0] or None
|
73
74
|
category = translate_vocabulary_term(
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.common.widgets.select import TranslatedAjaxSelectWidget
|
3
4
|
from imio.smartweb.core.contents.sections.base import ISection
|
4
5
|
from imio.smartweb.core.contents.sections.base import Section
|
5
6
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
6
7
|
from plone.app.z3cform.widget import RelatedItemsFieldWidget
|
7
|
-
from plone.app.z3cform.widget import AjaxSelectFieldWidget
|
8
8
|
from plone.app.z3cform.widget import SelectFieldWidget
|
9
9
|
from plone.autoform import directives
|
10
10
|
from plone.supermodel import model
|
@@ -40,8 +40,9 @@ class ISectionNews(ISection):
|
|
40
40
|
)
|
41
41
|
directives.widget(
|
42
42
|
"specific_related_newsitems",
|
43
|
-
|
44
|
-
|
43
|
+
TranslatedAjaxSelectWidget,
|
44
|
+
vocabulary="imio.smartweb.vocabulary.NewsItemsFromEntity",
|
45
|
+
pattern_options={"multiple": True},
|
45
46
|
)
|
46
47
|
|
47
48
|
directives.widget(
|