imio.smartweb.core 1.1.14__py3-none-any.whl → 1.1.19__py3-none-any.whl
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/browser/configure.zcml +1 -0
- imio/smartweb/core/browser/controlpanel.py +24 -0
- imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- imio/smartweb/core/browser/dashboards/configure.zcml +17 -0
- imio/smartweb/core/browser/dashboards/plausible.pt +29 -0
- imio/smartweb/core/browser/dashboards/plausible.py +21 -0
- imio/smartweb/core/browser/faceted/map.pt +3 -7
- imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +48 -0
- imio/smartweb/core/browser/static/icons/categorie-horaires.svg +2 -2
- imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +1 -1
- imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +1 -1
- imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +1 -0
- imio/smartweb/core/browser/static/smartweb-view-compiled.js +1 -1
- imio/smartweb/core/browser/static/src/swiper-config.js +46 -0
- imio/smartweb/core/browser/static/src/view.js +1 -46
- imio/smartweb/core/browser/static/swiper-bundle.min.css +4 -4
- imio/smartweb/core/browser/static/swiper-bundle.min.js +5 -4
- imio/smartweb/core/browser/static/webpack.config.js +2 -0
- imio/smartweb/core/browser/utils.py +33 -0
- imio/smartweb/core/contents/__init__.py +4 -0
- imio/smartweb/core/contents/cropping.py +3 -6
- imio/smartweb/core/contents/folder/content.py +1 -5
- imio/smartweb/core/contents/folder/views.py +3 -1
- imio/smartweb/core/contents/pages/pages.py +0 -5
- imio/smartweb/core/contents/pages/view.pt +3 -0
- imio/smartweb/core/contents/rest/base.py +16 -0
- imio/smartweb/core/contents/rest/directory/endpoint.py +8 -15
- imio/smartweb/core/contents/rest/events/endpoint.py +6 -12
- imio/smartweb/core/contents/rest/news/endpoint.py +6 -11
- imio/smartweb/core/contents/rest/search/endpoint.py +26 -6
- imio/smartweb/core/contents/sections/configure.zcml +1 -0
- imio/smartweb/core/contents/sections/contact/view.pt +1 -2
- imio/smartweb/core/contents/sections/contact/view.py +6 -8
- imio/smartweb/core/contents/sections/events/view.py +6 -7
- imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- imio/smartweb/core/contents/sections/external_content/configure.zcml +14 -0
- imio/smartweb/core/contents/sections/external_content/content.py +32 -0
- imio/smartweb/core/contents/sections/external_content/view.pt +31 -0
- imio/smartweb/core/contents/sections/external_content/views.py +31 -0
- imio/smartweb/core/contents/sections/gallery/view.pt +1 -2
- imio/smartweb/core/contents/sections/macros.pt +0 -4
- imio/smartweb/core/contents/sections/news/view.py +6 -7
- imio/smartweb/core/contents/sections/text/configure.zcml +0 -6
- imio/smartweb/core/contents/sections/text/content.py +0 -12
- imio/smartweb/core/contents/sections/text/forms.py +2 -0
- imio/smartweb/core/contents/sections/views.py +25 -0
- imio/smartweb/core/permissions.zcml +6 -0
- imio/smartweb/core/profiles/default/metadata.xml +1 -1
- imio/smartweb/core/profiles/default/rolemap.xml +6 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +35 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +1 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -1
- imio/smartweb/core/profiles/default/types.xml +1 -0
- imio/smartweb/core/profiles/default/workflows.xml +1 -0
- imio/smartweb/core/tests/resources/json_rest_directory.json +1099 -0
- imio/smartweb/core/tests/resources/json_rest_events.json +1099 -0
- imio/smartweb/core/tests/resources/json_rest_news.json +1103 -4
- imio/smartweb/core/tests/test_cropping.py +6 -28
- imio/smartweb/core/tests/test_folder.py +17 -13
- imio/smartweb/core/tests/test_page.py +0 -13
- imio/smartweb/core/tests/test_plausibleview.py +83 -0
- imio/smartweb/core/tests/test_rest.py +40 -0
- imio/smartweb/core/tests/test_section_contact.py +45 -0
- imio/smartweb/core/tests/test_section_events.py +56 -10
- imio/smartweb/core/tests/test_section_news.py +46 -11
- imio/smartweb/core/tests/test_sections.py +34 -0
- imio/smartweb/core/upgrades/configure.zcml +90 -0
- imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +9 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +11 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +11 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +11 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +36 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +4 -0
- imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +6 -0
- imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +17 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +15 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +15 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +15 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +15 -0
- imio/smartweb/core/webcomponents/build/css/195.smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/css/552.smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/510.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/{462.smartweb-webcomponents-compiled.js → 565.smartweb-webcomponents-compiled.js} +1 -1
- imio/smartweb/core/webcomponents/build/js/{842.smartweb-webcomponents-compiled.js → 729.smartweb-webcomponents-compiled.js} +2 -2
- imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt +2 -2
- imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +2 -3
- imio/smartweb/core/webcomponents/src/components/Events/ContactCard/ContactCard.jsx +1 -2
- imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -1
- imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx +1 -2
- imio/smartweb/core/webcomponents/src/components/News/ContactContent/ContactContent.jsx +1 -1
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/METADATA +106 -18
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/RECORD +131 -96
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/WHEEL +1 -1
- imio/smartweb/core/webcomponents/build/assets/img-placeholder-bla.a2b8b384c46ce56c99f042dc4625d309.png +0 -0
- imio/smartweb/core/webcomponents/build/js/650.smartweb-webcomponents-compiled.js +0 -2
- /imio/smartweb/core/webcomponents/build/js/{650.smartweb-webcomponents-compiled.js.LICENSE.txt → 212.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio/smartweb/core/webcomponents/build/js/{842.smartweb-webcomponents-compiled.js.LICENSE.txt → 729.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio.smartweb.core-1.1.14-nspkg.pth → /imio.smartweb.core-1.1.19-py3.10-nspkg.pth +0 -0
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.1.14.dist-info → imio.smartweb.core-1.1.19.dist-info}/top_level.txt +0 -0
@@ -1,11 +1,11 @@
|
|
1
|
-
imio.smartweb.core-1.1.
|
1
|
+
imio.smartweb.core-1.1.19-py3.10-nspkg.pth,sha256=wnCUSUElqssZ5FI3x-9HqwD229HQ-bAuPoDUNJHmMtU,1684
|
2
2
|
imio/smartweb/core/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
|
3
3
|
imio/smartweb/core/config.py,sha256=BUgfvh4hCaw0onCYAG4gQI1O4hZ-GzXWEltdHi4YLIs,337
|
4
4
|
imio/smartweb/core/configure.zcml,sha256=G_Txh8wh0Mt5g2nDrJUjec_qFd5l9A8ZEUFzv4cjUcA,1429
|
5
5
|
imio/smartweb/core/indexers.py,sha256=Lv1lHWFzM71ju822N8y7w61GDOyi6qmUbveZNI1tCz4,3887
|
6
6
|
imio/smartweb/core/indexers.zcml,sha256=XHvKTkNcF5mkX-dVwRbjNsrBwIwwqa2Cm81PoXBqtow,968
|
7
7
|
imio/smartweb/core/interfaces.py,sha256=cjBsofbMkEnEpPI6J7r6igLnBJBl_SeHwGwgBmAUY1M,858
|
8
|
-
imio/smartweb/core/permissions.zcml,sha256=
|
8
|
+
imio/smartweb/core/permissions.zcml,sha256=ZyBEARyO8NAq7tKFTb3G1FqEWERT1mQQ6vCVzji1ci8,1777
|
9
9
|
imio/smartweb/core/profiles.zcml,sha256=sPRs9aMuS852uzPWVedTBlrggHKjfLsQQAtRzbWYWhA,1737
|
10
10
|
imio/smartweb/core/setuphandlers.py,sha256=_obtkdqYnJTAQcJTmapMFgC1cwjyITWGYnBksrppoEM,879
|
11
11
|
imio/smartweb/core/subscribers.py,sha256=p-pwenYgHF5oqCvZFTwIvOMpVefC459lU1DkYWNr2-E,1818
|
@@ -22,21 +22,25 @@ imio/smartweb/core/behaviors/minisite.py,sha256=sDo74qYt8vWJjrfr2JQSTDXocUVwehGI
|
|
22
22
|
imio/smartweb/core/behaviors/quickaccess.py,sha256=j18T39KcbiJErpidMM8wH6i4XjEIZyTQ1kER4_FfhhE,1063
|
23
23
|
imio/smartweb/core/behaviors/subsite.py,sha256=O2aJHl3Jj9WTpGBmNJaoia-PAtb7aSHpCRanvO1JE8k,1707
|
24
24
|
imio/smartweb/core/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
|
-
imio/smartweb/core/browser/configure.zcml,sha256=
|
26
|
-
imio/smartweb/core/browser/controlpanel.py,sha256=
|
25
|
+
imio/smartweb/core/browser/configure.zcml,sha256=HSdkiDSAhpEoBxjfUYWbEaE32FxzROLoaQ7Xfjtbwog,2811
|
26
|
+
imio/smartweb/core/browser/controlpanel.py,sha256=6HXq01oq9ndFc4fNx5Dv49TG92OiCKoK7ovQQUVNQkA,5361
|
27
27
|
imio/smartweb/core/browser/forms.py,sha256=Htj_5T3ryQcrvkGgtuSqndfJsvusxMA3OSqoUoj0xHE,1089
|
28
28
|
imio/smartweb/core/browser/icons.py,sha256=LFBCYTfynp4qNX2OQuNmMTOUEcJv-oQ8Izu6opE3o7A,2065
|
29
29
|
imio/smartweb/core/browser/layout.py,sha256=wvo_Q2dYg1Yd8wOdYSfPg29NPESy9ndAGl6z3r5kxnY,2066
|
30
|
-
imio/smartweb/core/browser/utils.py,sha256=
|
30
|
+
imio/smartweb/core/browser/utils.py,sha256=XREvL3AvS5wHWGEUbhSnR93EYL2Ql16eEBqzdXqPU0g,4237
|
31
31
|
imio/smartweb/core/browser/banner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
32
32
|
imio/smartweb/core/browser/banner/configure.zcml,sha256=Z2M7gkRDdmV4zRekUhyuJ-_jvbIbhgTj2Zq674iKvUE,389
|
33
33
|
imio/smartweb/core/browser/banner/settings.py,sha256=jfD705_q8MAHUJbjjcfcPj1f98Rahiz_Mks2Ctx5kMA,947
|
34
|
+
imio/smartweb/core/browser/dashboards/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
|
+
imio/smartweb/core/browser/dashboards/configure.zcml,sha256=9ywrXGrCiWM-XleQj7rRlkccSzm2etdylHLehIoqMqE,523
|
36
|
+
imio/smartweb/core/browser/dashboards/plausible.pt,sha256=VlR0b3jXzkG_Qdkx51hOUVI2-LCMStfOFdRhSoD14oQ,1107
|
37
|
+
imio/smartweb/core/browser/dashboards/plausible.py,sha256=alJmWXasWHMYAj0mvehyfHveHiUDp9yCvDrrkRq90Og,696
|
34
38
|
imio/smartweb/core/browser/faceted/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
39
|
imio/smartweb/core/browser/faceted/block_view.pt,sha256=DzymdK4CbOTCYtGDbby3XtsW4cX1-uz5XoqL-MaGlig,1723
|
36
40
|
imio/smartweb/core/browser/faceted/configure.zcml,sha256=k4MMG6ToX0YjT0yErzNOeARb7g-ViiSDpGjwtDj-qLE,2806
|
37
41
|
imio/smartweb/core/browser/faceted/gallery_view.pt,sha256=Ejki8uoJNDeta3Ajzgag0Dlxf37asTWjAYYmuAtE2vo,1582
|
38
42
|
imio/smartweb/core/browser/faceted/macros.pt,sha256=rme7BdEafmj2RvpCbN3aWU5QoJm4lgFk70mCVeSUbMM,2951
|
39
|
-
imio/smartweb/core/browser/faceted/map.pt,sha256=
|
43
|
+
imio/smartweb/core/browser/faceted/map.pt,sha256=iqyJ_uT-DJ8umBJtlzwWGXVYwLvDST9ktPjmdA6Qij4,4183
|
40
44
|
imio/smartweb/core/browser/faceted/map.py,sha256=vMFMOyIHdU7Bsn_5OhYMBngdzyL4UoFM6IvKlkM9e6U,1382
|
41
45
|
imio/smartweb/core/browser/faceted/summary_view.pt,sha256=V6_eqDT6Sa6qN9DbGSAEoIN1PbDFPp15-VdmOOws4C0,1667
|
42
46
|
imio/smartweb/core/browser/faceted/views.py,sha256=tJix5RdGAlaJGRh0E184Tj9OKiRCVP-u7kXSMIxD9v8,1357
|
@@ -58,6 +62,7 @@ imio/smartweb/core/browser/minisite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQ
|
|
58
62
|
imio/smartweb/core/browser/minisite/configure.zcml,sha256=PDMSj_0Rr9Pn4QyLAEuLGh5rxht19b85GA9VGOR-qs4,417
|
59
63
|
imio/smartweb/core/browser/minisite/settings.py,sha256=8dDNXgWIz5yrFEb6IFBQPSCLdmIdPl0KX4_0y3OpsiI,2766
|
60
64
|
imio/smartweb/core/browser/overrides/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
65
|
+
imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt,sha256=I20ads9A8i7jy6s02h66g_7WwGcbM78UeP2rmzxf2IQ,2111
|
61
66
|
imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt,sha256=3CRmJCytQWusUQqeNkOd_R1Ay9gvvFS1usjxIKA4Jr0,978
|
62
67
|
imio/smartweb/core/browser/search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
63
68
|
imio/smartweb/core/browser/search/configure.zcml,sha256=thULCur5ATmz2lxPPGcNxT9s2O6ssdLw0dkzFafyUhg,423
|
@@ -68,12 +73,13 @@ imio/smartweb/core/browser/static/Makefile,sha256=M6dYqYEKwHzwyCn3d8RWpbwVJmfLSr
|
|
68
73
|
imio/smartweb/core/browser/static/package.json,sha256=rJeZEnDqQvcPTakkRPOZCALk8HBKA-3BOb4Kjwi12vs,695
|
69
74
|
imio/smartweb/core/browser/static/smartweb-edit-compiled.css,sha256=X9bqw_ya-E6jWcxYMP-6C0qfcsgs8qCqoBryP1w5Btc,737
|
70
75
|
imio/smartweb/core/browser/static/smartweb-edit-compiled.js,sha256=w4SeMw_W5nhEDfqpRUranmfKy_6WoIx69GAWA97NvQU,354
|
76
|
+
imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js,sha256=N2b-d5pLMqI66U5ORf0E8UvjJqcnYpfe8QmHjf46Qzs,608
|
71
77
|
imio/smartweb/core/browser/static/smartweb-view-compiled.css,sha256=rcpadTevQ4zYZak9WIERRGRJNm0jWG9HJy-ReycSdLs,2702
|
72
|
-
imio/smartweb/core/browser/static/smartweb-view-compiled.js,sha256
|
78
|
+
imio/smartweb/core/browser/static/smartweb-view-compiled.js,sha256=T4e-c-rP2TRm7XtuFfM6V5f4PyU80V-37Mw2YL1Y2k0,2060
|
73
79
|
imio/smartweb/core/browser/static/spotlight-bundle.js,sha256=MxZ4E6qmRiV1eojklqYnKc9J7q1p1YeCWYoCfXNhZmA,19615
|
74
|
-
imio/smartweb/core/browser/static/swiper-bundle.min.css,sha256=
|
75
|
-
imio/smartweb/core/browser/static/swiper-bundle.min.js,sha256=
|
76
|
-
imio/smartweb/core/browser/static/webpack.config.js,sha256=
|
80
|
+
imio/smartweb/core/browser/static/swiper-bundle.min.css,sha256=_7BNAPE6sDlKRWoyA9Hax0ffAel0ai6vNtp51OUHFAA,17908
|
81
|
+
imio/smartweb/core/browser/static/swiper-bundle.min.js,sha256=p6RltqiN_aHIURwYhWy5LgVbYRTHIHIkf6A_kXgf4vs,137031
|
82
|
+
imio/smartweb/core/browser/static/webpack.config.js,sha256=_1xZiTfnWS8Y4xIEM1HAD_rnmCZL3rlNYveBy6KHues,1079
|
77
83
|
imio/smartweb/core/browser/static/icons/action-e-guichet.svg,sha256=YzPVH8waw_WoyZpsdl3kCK435N2F0YpDjtacrpbSNFg,873
|
78
84
|
imio/smartweb/core/browser/static/icons/action-email.svg,sha256=jfi5TyWHX8YQ1vcxAejpeadkb0rluCcrZ8DBlb2RQIE,274
|
79
85
|
imio/smartweb/core/browser/static/icons/action-engagement.svg,sha256=pbnlzMrbG9flZX_6zJJkTNdqmt7CNWmZfkPXAzWJg4s,1355
|
@@ -93,7 +99,7 @@ imio/smartweb/core/browser/static/icons/categorie-enfance.svg,sha256=DHiu_Oc1D73
|
|
93
99
|
imio/smartweb/core/browser/static/icons/categorie-enseignement.svg,sha256=EU97uEFv0TQW0uRb4MMkf3QaptyEM-6U7amuArf-sR4,673
|
94
100
|
imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg,sha256=BPhp2zCYifBESOftYv6mJ08wfIBRwMudwzCUcZ_Iofk,252
|
95
101
|
imio/smartweb/core/browser/static/icons/categorie-exposition.svg,sha256=Ep2DrVPT_XJ5sNZgFCpF2lLGO1uaS9pDqB_yXA2mxT4,284
|
96
|
-
imio/smartweb/core/browser/static/icons/categorie-horaires.svg,sha256=
|
102
|
+
imio/smartweb/core/browser/static/icons/categorie-horaires.svg,sha256=0DbXuMe6KURAyZ0mwXhCnKBwU_t0WsRcTNhuGlfaXW4,245
|
97
103
|
imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg,sha256=k8zYN7NtzS0h6NUYucML_rjXajXILl5odoWtR8KvJ7A,453
|
98
104
|
imio/smartweb/core/browser/static/icons/categorie-mandataires.svg,sha256=ooS7wnPXceCZWP7d03a1Npm6iPqm30ypP1RGum5h8yo,692
|
99
105
|
imio/smartweb/core/browser/static/icons/categorie-mobilite.svg,sha256=9rXxoqgn2swVWK1vO3qx7QcsGvoa-BKjFViIuTMN694,561
|
@@ -115,25 +121,26 @@ imio/smartweb/core/browser/static/icons/organisation-ecole.svg,sha256=PQIecHbOKM
|
|
115
121
|
imio/smartweb/core/browser/static/icons/organisation-mobilite.svg,sha256=ua64sU-s5aZxDCpDX25ls01r4k410nqq791IlDpZMuE,614
|
116
122
|
imio/smartweb/core/browser/static/icons/organisation-police.svg,sha256=BXC-V7UNy4PmFtZiphwxCA4Fpbrk165Rpo3wrw0SWdU,451
|
117
123
|
imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg,sha256=F0jClbR8JIbDIqmCl6-swjZ-I-kPcZ6XVfA012W39uo,2086
|
118
|
-
imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg,sha256=
|
124
|
+
imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg,sha256=Qen0qWLTEnUQf3JFg9Ni1U_1zjc9SzpAXd3TMmwNx8M,421
|
119
125
|
imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg,sha256=COdyWpY9JS71JGpyimVSrZ2dLRb8-qi6Qp7PGmFCNGw,1999
|
120
126
|
imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg,sha256=9pgQAypaC_S_6y9RtguYWKLJmX2fAF8omQ-pVrq1M7s,1039
|
121
127
|
imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg,sha256=Qr9Qeu-IxnVO7Vgt0813Qpl95L_JRWtQr-08-9rCxcw,826
|
122
|
-
imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg,sha256
|
128
|
+
imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg,sha256=yu6wRkDnSHmCAqw6pN1WTVr-4DUzOl1OZhvLLFUYdS0,542
|
123
129
|
imio/smartweb/core/browser/static/icons/vue-actualites.svg,sha256=AV03gmKj7dG2FEODgiVkbqA2aWFhLp5G12AGH58V3uc,350
|
124
130
|
imio/smartweb/core/browser/static/icons/vue-agenda.svg,sha256=3oWoG6U3MvFuWES1pf943JI-89OUsI-94SDFAHp9UGM,339
|
125
131
|
imio/smartweb/core/browser/static/icons/vue-annuaire.svg,sha256=MwuysY7mS6r8IIYwo99GyG5LwtPLFw6CxrhiYyImnOI,497
|
126
132
|
imio/smartweb/core/browser/static/src/edit.js,sha256=N7bcFS8Jtf8kopeV5_4lGTAgMRZR_OdhJ2YpaGaFiQA,581
|
127
133
|
imio/smartweb/core/browser/static/src/edit.less,sha256=pNWMaZNOQm57y9JeX3VNavQzYd7iOrTqwlaaSSpG5_U,918
|
128
|
-
imio/smartweb/core/browser/static/src/
|
134
|
+
imio/smartweb/core/browser/static/src/swiper-config.js,sha256=PK5Uw_vbHcXiyt3R8Gvdq2geNX6LEdQB2QTWTcKSqWg,1285
|
135
|
+
imio/smartweb/core/browser/static/src/view.js,sha256=xgNT2ggBCeeiWeA8IEL7jRHhqBXywCNVP9nKae4sF68,2980
|
129
136
|
imio/smartweb/core/browser/static/src/view.less,sha256=9rqoM0Azs8Cn4G4WSsWNBYLBydRzld0WuzWfHZTu5Is,2843
|
130
137
|
imio/smartweb/core/browser/subsite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
131
138
|
imio/smartweb/core/browser/subsite/configure.zcml,sha256=ITEH-6pVztshQElqjNv9sk-CcVUTLFeccdSO9rHLwt0,414
|
132
139
|
imio/smartweb/core/browser/subsite/settings.py,sha256=tXEnEYZG75eM7H766ZgNCCWMwOcY9j45shD-8NR_7I0,1601
|
133
140
|
imio/smartweb/core/browser/templates/link_input.pt,sha256=Q7Y4gW4q0DVG-U5f3ZJkrAZwJnV8NMPu_Fdht7zhb4A,2808
|
134
|
-
imio/smartweb/core/contents/__init__.py,sha256=
|
141
|
+
imio/smartweb/core/contents/__init__.py,sha256=ClfT2XMryyJMfYlPTW5oDvkrBvpwgQttiObOri-8SdU,2056
|
135
142
|
imio/smartweb/core/contents/configure.zcml,sha256=NY2RLQys_UriZpsFS84exawth3dOgkhaz-2b30WsNNI,665
|
136
|
-
imio/smartweb/core/contents/cropping.py,sha256=
|
143
|
+
imio/smartweb/core/contents/cropping.py,sha256=AKSI3rhekCRAalf-0d6ugkCdFOQgAqA-KkSXojnhn7k,645
|
137
144
|
imio/smartweb/core/contents/blocks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
138
145
|
imio/smartweb/core/contents/blocks/configure.zcml,sha256=qmn7Hq9TekwvEYvS3PzUtINoA-slaoBrhAVxqvkbYC8,732
|
139
146
|
imio/smartweb/core/contents/blocks/subscriber.py,sha256=YL8mLJBwLvRvhPprbVlSXrNnWK2elZQtbYroWAcCjVg,330
|
@@ -145,16 +152,16 @@ imio/smartweb/core/contents/blocks/link/icons_input.pt,sha256=oDVGYr5oXMi5Vc_ToK
|
|
145
152
|
imio/smartweb/core/contents/folder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
146
153
|
imio/smartweb/core/contents/folder/block_view.pt,sha256=lwAYPAxtZ9VYjeb7WhrmlCyI7fXuHWWH0U6HiwzI6a8,1194
|
147
154
|
imio/smartweb/core/contents/folder/configure.zcml,sha256=ZBWZWLxJBOfu-eZgasCL2gRQcOuYxlE23VqzTwnBzvQ,2961
|
148
|
-
imio/smartweb/core/contents/folder/content.py,sha256=
|
155
|
+
imio/smartweb/core/contents/folder/content.py,sha256=3KgS1PFUKnsyWiT8PD0yMgqY5u-978uUhWK0flHgaoQ,3377
|
149
156
|
imio/smartweb/core/contents/folder/element_view.pt,sha256=dD6O9Racd_UxSXJ9XRMujFEnxfewb4Utlf-Tk_RT4_o,342
|
150
157
|
imio/smartweb/core/contents/folder/macros.pt,sha256=aGQd4241WhasLu0CwoxDuku2mhBvz1m04WMWaENm4FQ,1743
|
151
158
|
imio/smartweb/core/contents/folder/summary_view.pt,sha256=WAYzv1gnwQ57F20-ifjIc2FZd6zlrWLOG12NIaJ0MKA,920
|
152
|
-
imio/smartweb/core/contents/folder/views.py,sha256=
|
159
|
+
imio/smartweb/core/contents/folder/views.py,sha256=GylvCuocxEb1rbY2rAo95zVBehunQbahQ_MpsyVDTYY,5622
|
153
160
|
imio/smartweb/core/contents/pages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
154
161
|
imio/smartweb/core/contents/pages/configure.zcml,sha256=o-YBg5r3qJKC9JR5I8YvCzusLKT2uiLsqvvR8Iw9CQk,2252
|
155
|
-
imio/smartweb/core/contents/pages/pages.py,sha256=
|
162
|
+
imio/smartweb/core/contents/pages/pages.py,sha256=iCQwzbp4nnGqwy31UE5Q9MaeJVAzJUgto-f7kWc8I7Q,464
|
156
163
|
imio/smartweb/core/contents/pages/subscriber.py,sha256=2efcWPA5VsoEzv1_fIWh3sn1k2g0Kx_B_cTyQ5LIhLg,961
|
157
|
-
imio/smartweb/core/contents/pages/view.pt,sha256=
|
164
|
+
imio/smartweb/core/contents/pages/view.pt,sha256=0-rTH5tgN9mgSHdt9_0qwYQpJO0nC4Wc0Kg6CUGRCbY,3127
|
158
165
|
imio/smartweb/core/contents/pages/view_section.pt,sha256=_jYm5FqFVYr1Jia5r9qmqryd2a6NDNXO5SWu6osTZ0A,1345
|
159
166
|
imio/smartweb/core/contents/pages/views.py,sha256=Y7L70AK-g9CzRY4-0VHfjSZaO5ZWfVNez4P2Vlulunw,4817
|
160
167
|
imio/smartweb/core/contents/pages/cirkwi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -181,36 +188,36 @@ imio/smartweb/core/contents/pages/procedure/content.py,sha256=e_kv7YsRF0vblfpxqq
|
|
181
188
|
imio/smartweb/core/contents/pages/procedure/utils.py,sha256=EATKvK72QPQheLXCXCoADYMjA3UfgPtkOPKdqnEyX64,1291
|
182
189
|
imio/smartweb/core/contents/pages/procedure/view.py,sha256=UeZwtdn20lCo7qbqqPcsD9LL69vNTq4m_wXB4nv8jMo,408
|
183
190
|
imio/smartweb/core/contents/rest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
184
|
-
imio/smartweb/core/contents/rest/base.py,sha256=
|
191
|
+
imio/smartweb/core/contents/rest/base.py,sha256=QIrJz3AEuE0K_F-gRT8zMV6j8aqoCb_2rhQcjtepNzo,1932
|
185
192
|
imio/smartweb/core/contents/rest/configure.zcml,sha256=Cq0d5n2-XZZr7DD8BjQyjOFkp3fy_M-Eo0IzXZe7NIk,200
|
186
193
|
imio/smartweb/core/contents/rest/view.py,sha256=kaNmJZ7FbB-HE632bfITo-ZrjNGBqKhGuChmPoOmv6Y,706
|
187
194
|
imio/smartweb/core/contents/rest/directory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
188
195
|
imio/smartweb/core/contents/rest/directory/configure.zcml,sha256=_K34jECLk9RWscAyiRXwoJLLBIVj-EJRGFOEbUU5Ito,1035
|
189
196
|
imio/smartweb/core/contents/rest/directory/content.py,sha256=c3XmsOXVp9Zx30DeljuCbkaSJVhdqBRb5M2FKYaaokE,923
|
190
|
-
imio/smartweb/core/contents/rest/directory/endpoint.py,sha256=
|
197
|
+
imio/smartweb/core/contents/rest/directory/endpoint.py,sha256=DJf0fdu66VEt2gwO-l1Bqf_Y6RtXhs4SG7OvkbEGQN0,2784
|
191
198
|
imio/smartweb/core/contents/rest/directory/view.pt,sha256=6J6LPZSQ4Aq4SQV2Bukvm-oNgljvAqpknaSLa_3m-hc,616
|
192
199
|
imio/smartweb/core/contents/rest/directory/view.py,sha256=ZWNstnjoCWaadqo3V2m8-GOb4pyXEpBvWsD4R95lGlo,302
|
193
200
|
imio/smartweb/core/contents/rest/events/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
194
201
|
imio/smartweb/core/contents/rest/events/configure.zcml,sha256=ufUHdGMkGd57zgZ4_DxvoK4Zn7_AC_A3_TnLkmdYRhs,1017
|
195
202
|
imio/smartweb/core/contents/rest/events/content.py,sha256=AUup2Qf47hP7_qB0WS3M7_dzmL1YpRWySz5MGLSSz50,1100
|
196
|
-
imio/smartweb/core/contents/rest/events/endpoint.py,sha256=
|
203
|
+
imio/smartweb/core/contents/rest/events/endpoint.py,sha256=s0PHrAxIv2thBTHsuHbjjSdwqnWOZbhZz8DNk-vqn10,2561
|
197
204
|
imio/smartweb/core/contents/rest/events/view.pt,sha256=0nT6iPXHIYMEtTGCVbvFtIhs_wc8rpbbs4_bYnOFiuQ,617
|
198
205
|
imio/smartweb/core/contents/rest/events/view.py,sha256=hiHjL93lRP_hb-xa2t9cpGGz67jo3Y5ssFpV-F2eXtM,293
|
199
206
|
imio/smartweb/core/contents/rest/news/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
200
207
|
imio/smartweb/core/contents/rest/news/configure.zcml,sha256=f1kNWMjcHul5_dKv51KY_GQII-Cvx-uL7N9Z25zlN8c,1005
|
201
208
|
imio/smartweb/core/contents/rest/news/content.py,sha256=i2duKDXViZwOnzS1h8vKkGxejlbRJ4zGtkUIsybtonc,753
|
202
|
-
imio/smartweb/core/contents/rest/news/endpoint.py,sha256=
|
209
|
+
imio/smartweb/core/contents/rest/news/endpoint.py,sha256=0awcqlvoAXdVlyBG2rCN9mjrgfaga2eWEMZZoH1AWr4,2494
|
203
210
|
imio/smartweb/core/contents/rest/news/view.pt,sha256=RWdb9mPkaGDMhJEgRm-dbSEq1mVZRphdY-elFf4iyeo,629
|
204
211
|
imio/smartweb/core/contents/rest/news/view.py,sha256=qS60C9-vWlwzDassDE76W1ys04WxK7JQe8FzNFeF338,287
|
205
212
|
imio/smartweb/core/contents/rest/search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
206
213
|
imio/smartweb/core/contents/rest/search/configure.zcml,sha256=BTFcBQ28NINyEfoVgYwJgf0JWvk99ewSKgOYx91lZy4,951
|
207
|
-
imio/smartweb/core/contents/rest/search/endpoint.py,sha256=
|
214
|
+
imio/smartweb/core/contents/rest/search/endpoint.py,sha256=gcdhZZntHLiGbnrvQJcjGPephVAouVI9h2DlCGJKIfU,9470
|
208
215
|
imio/smartweb/core/contents/sections/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
209
216
|
imio/smartweb/core/contents/sections/base.py,sha256=2e3lIG_RGGFAshBEkTNG97OReAnn9GLQk_O_Eqh7SRY,2486
|
210
|
-
imio/smartweb/core/contents/sections/configure.zcml,sha256=
|
211
|
-
imio/smartweb/core/contents/sections/macros.pt,sha256=
|
217
|
+
imio/smartweb/core/contents/sections/configure.zcml,sha256=aEbAu9MikK-sCVzST8Nn-bMbv7clnHfnoumlBW197Wk,2242
|
218
|
+
imio/smartweb/core/contents/sections/macros.pt,sha256=zfbNvH5fFj6j3M3v1Ys7UYcXpQnS-alw0L3w_8ScU20,4092
|
212
219
|
imio/smartweb/core/contents/sections/subscriber.py,sha256=WM7nEZVPOkmyT1GfkWGDWwLhuhUYaTnlBr6BJVqUJMk,642
|
213
|
-
imio/smartweb/core/contents/sections/views.py,sha256=
|
220
|
+
imio/smartweb/core/contents/sections/views.py,sha256=uGd--cjdCfstqz1fI3GJxjMAyWXuAtSaFM-aZw3UXiw,2830
|
214
221
|
imio/smartweb/core/contents/sections/collection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
215
222
|
imio/smartweb/core/contents/sections/collection/configure.zcml,sha256=Ak4UbKFjogWZad6-5_y6oSx8tWXt3nN7bEdKXG7pQCI,920
|
216
223
|
imio/smartweb/core/contents/sections/collection/content.py,sha256=qV7XuW0kDp_0SgQdYzpcmQEK_NaaLu3jRFAxZXj87UY,2376
|
@@ -221,13 +228,18 @@ imio/smartweb/core/contents/sections/contact/__init__.py,sha256=47DEQpj8HBSa-_TI
|
|
221
228
|
imio/smartweb/core/contents/sections/contact/configure.zcml,sha256=77cFrCVOIL0ha7YTl_flYHqUBSdMnFWvPfh9XyXqQNA,1281
|
222
229
|
imio/smartweb/core/contents/sections/contact/content.py,sha256=OejMfLJrocRCVIvrGZhzN8u_b1SDCJRqq8pawOfmGqQ,2431
|
223
230
|
imio/smartweb/core/contents/sections/contact/forms.py,sha256=VlN_jse8tYxE9RCro2RgHlZRDDIyZA8Bjr-dNePZYwU,1387
|
224
|
-
imio/smartweb/core/contents/sections/contact/view.pt,sha256=
|
225
|
-
imio/smartweb/core/contents/sections/contact/view.py,sha256=
|
231
|
+
imio/smartweb/core/contents/sections/contact/view.pt,sha256=U7rvFW8OL4QV-DEDvLOr5pxE1X2ui7bJeJCRbQwPOrc,9368
|
232
|
+
imio/smartweb/core/contents/sections/contact/view.py,sha256=y48nc1iGbSdI30kmBGUt3W0Mw9p2L9mqPB32d74b9xE,12366
|
226
233
|
imio/smartweb/core/contents/sections/events/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
227
234
|
imio/smartweb/core/contents/sections/events/configure.zcml,sha256=FCDIf6w-2qCPqq0QUodw8-xyAopq7l6O8zoU_uMHNwg,1117
|
228
235
|
imio/smartweb/core/contents/sections/events/content.py,sha256=Xm8atH3oGrVXN3HXG40C5-HfXjm_glgyTi4shSYZRJw,2911
|
229
236
|
imio/smartweb/core/contents/sections/events/macros.pt,sha256=llSq-xstFiOXctseKDwvhVCM7A1_Z1Jq-_cUgNiBe10,1522
|
230
|
-
imio/smartweb/core/contents/sections/events/view.py,sha256=
|
237
|
+
imio/smartweb/core/contents/sections/events/view.py,sha256=nTwRUB4KRYHGejG0AVD7auDuLE1ghnaMHTL9QS4md3w,3576
|
238
|
+
imio/smartweb/core/contents/sections/external_content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
239
|
+
imio/smartweb/core/contents/sections/external_content/configure.zcml,sha256=6nKvwE4sqxizuFM97dyfEb89_CZ3j-tW6DKzcWoT9Xk,449
|
240
|
+
imio/smartweb/core/contents/sections/external_content/content.py,sha256=eS8fwTW_Klsriips6yX_bXTGjK_7zEjVhCpkMjd_ATU,974
|
241
|
+
imio/smartweb/core/contents/sections/external_content/view.pt,sha256=UMcAm5i0Av2uYkHxdtLN_91bxLxaWlI39GIQE_L_LQ0,1116
|
242
|
+
imio/smartweb/core/contents/sections/external_content/views.py,sha256=qWQO3OL4pxwdBnmoGsjF9-nzZOiATv4JNb-qzTAYcfc,1099
|
231
243
|
imio/smartweb/core/contents/sections/files/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
232
244
|
imio/smartweb/core/contents/sections/files/configure.zcml,sha256=DyyHzDEKLWmOywbV08Zf7bvf0At5jyAeDfZ8PCK5Rog,501
|
233
245
|
imio/smartweb/core/contents/sections/files/content.py,sha256=3WHAdqNxV_L30EdtCpfHjlnaKIjZunZFRLpwmREJFi0,868
|
@@ -235,7 +247,7 @@ imio/smartweb/core/contents/sections/files/view.py,sha256=eYqELtp2CPeg8NPwJbR_lm
|
|
235
247
|
imio/smartweb/core/contents/sections/gallery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
236
248
|
imio/smartweb/core/contents/sections/gallery/configure.zcml,sha256=0fq5_PWU9vFrmPkExvFPBCzZrDSnlN8B0K7fHQReAvA,424
|
237
249
|
imio/smartweb/core/contents/sections/gallery/content.py,sha256=XDU76lqSJJoF252soIE6PbmNYcE3C8v79vCc5CDloww,784
|
238
|
-
imio/smartweb/core/contents/sections/gallery/view.pt,sha256
|
250
|
+
imio/smartweb/core/contents/sections/gallery/view.pt,sha256=lMhrSD9Q2edvo_ayCU5I3mEkscmzAOLDHotHzSYArSI,2064
|
239
251
|
imio/smartweb/core/contents/sections/gallery/views.py,sha256=_WmGEsCSK_Jx4Ny1KT6mBuQG9T-UCAB1BrcyGm1uzoY,415
|
240
252
|
imio/smartweb/core/contents/sections/html/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
241
253
|
imio/smartweb/core/contents/sections/html/configure.zcml,sha256=KsYNQY72doYTDf8Oa-5j147pOJYXqLPPBF7AtvMxDck,413
|
@@ -253,7 +265,7 @@ imio/smartweb/core/contents/sections/map/views.py,sha256=3Z5oFis2NIByJCHh8bjAlLu
|
|
253
265
|
imio/smartweb/core/contents/sections/news/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
254
266
|
imio/smartweb/core/contents/sections/news/configure.zcml,sha256=8MOIEeI7Zr_wbNVgiMa_21Ohgv_bkpEi_7gJu6NK380,880
|
255
267
|
imio/smartweb/core/contents/sections/news/content.py,sha256=EcVk72iKmjWpWyzDPEnwRKGuFTd1eRMlRqCS9upgQm8,2908
|
256
|
-
imio/smartweb/core/contents/sections/news/view.py,sha256=
|
268
|
+
imio/smartweb/core/contents/sections/news/view.py,sha256=cXLn4TPG_uVN31R1BO4fPfP2zBCh7KFModUPdUTaiAc,3199
|
257
269
|
imio/smartweb/core/contents/sections/postit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
258
270
|
imio/smartweb/core/contents/sections/postit/configure.zcml,sha256=Q0Szs1pmrNP2OiRROpeSQPKLV3tCpyjqZa9vwNFTK9Q,504
|
259
271
|
imio/smartweb/core/contents/sections/postit/content.py,sha256=--bqQPsjpKuqMzOb21eOERjp2a2QehGTAsBvZ3FnQMA,2239
|
@@ -273,9 +285,9 @@ imio/smartweb/core/contents/sections/slide/content.py,sha256=BKPtGhMhmHKpzq4JSvC
|
|
273
285
|
imio/smartweb/core/contents/sections/slide/view.pt,sha256=pSf1zreuL96Kieyiwo-kLrASB2gHmIGPm5PmUgPEw2c,2440
|
274
286
|
imio/smartweb/core/contents/sections/slide/view.py,sha256=fK_HQRyANhZ__rsmwGuXI5APLzPLlyJmnDNHpRyTO2c,784
|
275
287
|
imio/smartweb/core/contents/sections/text/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
276
|
-
imio/smartweb/core/contents/sections/text/configure.zcml,sha256=
|
277
|
-
imio/smartweb/core/contents/sections/text/content.py,sha256=
|
278
|
-
imio/smartweb/core/contents/sections/text/forms.py,sha256=
|
288
|
+
imio/smartweb/core/contents/sections/text/configure.zcml,sha256=FzMgOeiLv33RhOe3hSDsEDcDvmuutQ4SycW3hkvNh-I,1257
|
289
|
+
imio/smartweb/core/contents/sections/text/content.py,sha256=DM18kPNjyuYR27yZ1U8oNtuONeb_0i2mc-e_uMdkStg,1117
|
290
|
+
imio/smartweb/core/contents/sections/text/forms.py,sha256=BHPxF-LbODbVoVTq6b-Mx1zM-thRhqu3kSY1tOrTDvw,1818
|
279
291
|
imio/smartweb/core/contents/sections/text/view.pt,sha256=M6bQzhDgR65TA9drSMY3TUulrvQqv0cNy4IMR8QSzdo,1576
|
280
292
|
imio/smartweb/core/contents/sections/text/views.py,sha256=KXE43BaZmb-S6pQYKGkyiW9YVHID9XOT75PRv9jgfNs,372
|
281
293
|
imio/smartweb/core/contents/sections/video/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -292,11 +304,11 @@ imio/smartweb/core/profiles/default/actions.xml,sha256=GC6a6dN6eibpFJ5XEc5CC_hki
|
|
292
304
|
imio/smartweb/core/profiles/default/browserlayer.xml,sha256=j9-hf9pW0KRVUx9S7sOH8EF-fc-aPua-oIdu0GuzTyk,179
|
293
305
|
imio/smartweb/core/profiles/default/catalog.xml,sha256=AZx3c3qR6ANx8y269IxmDOIvB7yVSOTy6D1nP9kXza0,864
|
294
306
|
imio/smartweb/core/profiles/default/controlpanel.xml,sha256=9FSBU7UaS7-b02DRCmbAs-j0HgdVzbP-TQQ8T9rXvyE,400
|
295
|
-
imio/smartweb/core/profiles/default/metadata.xml,sha256=
|
307
|
+
imio/smartweb/core/profiles/default/metadata.xml,sha256=ozSA4I200w1k-IdoxDIchNIkwFTsKgfZycbdBQejqEA,1143
|
296
308
|
imio/smartweb/core/profiles/default/repositorytool.xml,sha256=GXq_sozn7Ucy0810IS9T0dgl8M7FT0gUbVz7BeFcLpo,183
|
297
|
-
imio/smartweb/core/profiles/default/rolemap.xml,sha256=
|
298
|
-
imio/smartweb/core/profiles/default/types.xml,sha256=
|
299
|
-
imio/smartweb/core/profiles/default/workflows.xml,sha256=
|
309
|
+
imio/smartweb/core/profiles/default/rolemap.xml,sha256=xZIPtzR9vfQLMZKg8FPLdIIeYb2VzjXl8z2CtURWGsc,2726
|
310
|
+
imio/smartweb/core/profiles/default/types.xml,sha256=xkQyPtEccUnAHu5mL83r96dmtnCWNn17lVRJPP2jWMg,2040
|
311
|
+
imio/smartweb/core/profiles/default/workflows.xml,sha256=VrFAw9s1UtWFSHuBA0VBE-WnRdZG9I_XIhJIEXwzdkw,1069
|
300
312
|
imio/smartweb/core/profiles/default/registry/bundles.xml,sha256=5C6nwniE04kgQMGSn1EtnA7kfkgMPbrESSrMXhNNVww,2562
|
301
313
|
imio/smartweb/core/profiles/default/registry/geolocation.xml,sha256=CzTg5DnZ-CjDIW-iuYmeL7EeNjHc63g_PgabttgMSsU,1251
|
302
314
|
imio/smartweb/core/profiles/default/registry/plone.xml,sha256=WzTkJ6P8clJ_CatMvjjeLDr5MtnraQuTpTvy0jzVTOA,2384
|
@@ -313,24 +325,25 @@ imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml,sha256=9OuUCp
|
|
313
325
|
imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml,sha256=3wJF6Pcv_uKb-9uwbB3qOgVHH2E5kZQU20jCieph4Uk,1730
|
314
326
|
imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml,sha256=K17YmXTHR23suOhGZqjNjI0DPBenrdAOcLCqN6VUBD8,1604
|
315
327
|
imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml,sha256=uKu2nd8u5GnqZKkGwBfPdl8auLtHJ1UQmJZL6owuoFA,1476
|
316
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml,sha256=
|
317
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml,sha256=
|
318
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml,sha256=
|
328
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml,sha256=CqVEGJG6m7B5GMxyUHW3SIxfz8Wc5qU-CYGhmqiAO0w,2483
|
329
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml,sha256=bvKFkiRvdrErsG52LUcMgQLwjWHl7GmqJotaZzXSkFE,2659
|
330
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml,sha256=8s2lVJVRGFA5ab_otsYf4KlfIhY5FbIuEMy7ol5S0Cc,2480
|
319
331
|
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml,sha256=Okd45BhcK1hEWCtgfwD_YM29BgAeyf123iq1jylMkqk,1457
|
320
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml,sha256=
|
321
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml,sha256=
|
322
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
323
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
324
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
325
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
326
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
327
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
328
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
329
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
330
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
331
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
332
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
333
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.
|
332
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml,sha256=e_iHdxm4vFYb0hhlfnjn8vJ_CBZ-L-nspW6W4pvy5qo,1134
|
333
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml,sha256=GvMIrrHNZ2o1tuN8cv6XUsVO0ogWy3c0bMfdRCDdJHE,1435
|
334
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml,sha256=ZPNjNufq8ncqMOZW5I0hLJiD7GG_ohN-ecOwT4NVJyg,1245
|
335
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml,sha256=XTprZ_LTzgFabYRu-w99u30HHs3tgIgUsCSOSL1S3UA,1490
|
336
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml,sha256=8CPXF2CBF-9cz13jowiU0eUqLxzph6ic4Ly6GzVD0NQ,1349
|
337
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml,sha256=TIRqfDunNo2WIbPbQXSZQuM8LJbLvgJeXc_Dhe937cs,1232
|
338
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml,sha256=hes3-arX0fFaggMkVytTikWreE5EalthqOmMmHGHf-E,1546
|
339
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml,sha256=J9PJ9E0dA0hb0HR8yq7QBR90cd5z1mdX9XwG2JP4hog,1142
|
340
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml,sha256=534AUkQPmGFPc0t5lHzwMemFZJzaMnWI4vaTR29iCgo,1429
|
341
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml,sha256=IOGPNTzu3zmEx4khYpluI7cVmBDpmu4uy7piSDRucF0,1129
|
342
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml,sha256=X6TLB6aEjdAgL409bgK81M02ljjmHgivBIf4DgLYWUY,1457
|
343
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml,sha256=p0EQnnc9B28iMocTrKBdr_zzmDECQWcjDrJKH_hFYs4,1142
|
344
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml,sha256=Fd_TzGY_OS5OTH_hubkg-bQUmNIO1zGgaKs2jLyhrJY,1127
|
345
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml,sha256=1rU_Z0h-ghzt_wcCvLlt2A5HsuZ5Ey_OvHaFRJwHB3E,1241
|
346
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml,sha256=SizWFzAer6gHpUKaNfGcKZe246eVLnFcra50fff2qAc,1167
|
334
347
|
imio/smartweb/core/profiles/icons/basic/registry.xml,sha256=F4Icvasl5DkEvuCS7mczToqy7KdWBaWYF0HMzmvYgsE,17858
|
335
348
|
imio/smartweb/core/profiles/last_compilation/registry.xml,sha256=XLMMpMtgKFTE4GGkGpMm0vOJrJ1yLLbtelO7He2nb40,852
|
336
349
|
imio/smartweb/core/profiles/testing/metadata.xml,sha256=ZOXnwD8iPGY1Z1uqcPerr0Nx8-yxzLT4l4HuCLMlWr0,227
|
@@ -346,10 +359,10 @@ imio/smartweb/core/tests/test_behaviors.py,sha256=-CGdTPsWC6p7_SEwmQF_6IugNb5g_-
|
|
346
359
|
imio/smartweb/core/tests/test_categories.py,sha256=0qlzehS0VS-bNuAIAKued4m1o1G5VD6z21XPDqwdOk0,2012
|
347
360
|
imio/smartweb/core/tests/test_chatbot.py,sha256=F_53Vk9CwN9o4brZPifY4EQ-umcjdoGQwIBz25hcbxY,1161
|
348
361
|
imio/smartweb/core/tests/test_cirkwiview.py,sha256=i0ObNWPW4kdF81Tq3fizdBo_7aJT9WGL2SsARWhtn7Q,4921
|
349
|
-
imio/smartweb/core/tests/test_cropping.py,sha256=
|
362
|
+
imio/smartweb/core/tests/test_cropping.py,sha256=b415s8sU-LNaRaQS-mBQRtItV_jEelwNmxJeCDL1X6w,4158
|
350
363
|
imio/smartweb/core/tests/test_default_pages.py,sha256=logfeFBEGoadZ37OtcKc2YAz3ok5DgvhQQQ3BsYQlFc,12109
|
351
364
|
imio/smartweb/core/tests/test_faceted.py,sha256=EAFC8L3OtDXhWthK5CcpDe7des-1KrgXmTbf75U6NNM,5373
|
352
|
-
imio/smartweb/core/tests/test_folder.py,sha256=
|
365
|
+
imio/smartweb/core/tests/test_folder.py,sha256=H8-zQwzyF1VYn0qT1uLracNMK8eMDNhHl5tP_CXAMPU,13379
|
353
366
|
imio/smartweb/core/tests/test_footer.py,sha256=INd_Zd2pTMGCd15r6spiMDmpNapAtWYyj40qkJ7ad5M,10970
|
354
367
|
imio/smartweb/core/tests/test_herobanner.py,sha256=oCbnS288FcJqbhWDmqdWcAXi4S7qdnf2MvBtxrLVd_I,5940
|
355
368
|
imio/smartweb/core/tests/test_icons.py,sha256=j5WZm55SWk5N5LHpztHgHbZcOVmds5tk2_TgUu96o1A,2788
|
@@ -359,17 +372,18 @@ imio/smartweb/core/tests/test_local_roles.py,sha256=RCH3t--G7FTNqGIRgJWypTVo_a-1
|
|
359
372
|
imio/smartweb/core/tests/test_logo.py,sha256=KRc_yB7Cez0kolVWGdr2kgBoNwPZt0lCyOwxiHvZrtE,2425
|
360
373
|
imio/smartweb/core/tests/test_minisite.py,sha256=Qa417DPrinqRG6fkbakq_H57pGSB_2IypLBMTMqSs2Y,16640
|
361
374
|
imio/smartweb/core/tests/test_navigation.py,sha256=dOnQTVtbEmCJ8lkRkGjAG5if3IfVBPpOd4WRJv2h3uI,6799
|
362
|
-
imio/smartweb/core/tests/test_page.py,sha256=
|
375
|
+
imio/smartweb/core/tests/test_page.py,sha256=1dD9M_6nwS6M2OuyWmT5cPq5qnxnog3tcqFSbpIStF8,10699
|
376
|
+
imio/smartweb/core/tests/test_plausibleview.py,sha256=6fzPOV3vHhoI2XqZ3XtExERVLvHUOTo2T6YOjrurB78,3031
|
363
377
|
imio/smartweb/core/tests/test_portal_page.py,sha256=hIqg4eb91o8BsSj7eSKdvoxehzOXt8bzpg1o5ej__zg,7215
|
364
378
|
imio/smartweb/core/tests/test_procedure.py,sha256=0w8phOwYfpp9vb3KDsnwjX8AhQXWdodA06W4koderQo,6474
|
365
|
-
imio/smartweb/core/tests/test_rest.py,sha256=
|
379
|
+
imio/smartweb/core/tests/test_rest.py,sha256=t43LJfl0W1suebEDtZ2LlBvOL-So32SPdRtoV3U0ahY,13858
|
366
380
|
imio/smartweb/core/tests/test_robot.py,sha256=NQ7AkN4tEva3bgGjMxmyqY0zIo4pJPnPOwnD9hmrTVI,926
|
367
381
|
imio/smartweb/core/tests/test_search.py,sha256=VryeRI4_5CvnStKOoNoG95M2WTy7Lyy_AhHIDG40M14,2182
|
368
|
-
imio/smartweb/core/tests/test_section_contact.py,sha256=
|
369
|
-
imio/smartweb/core/tests/test_section_events.py,sha256=
|
370
|
-
imio/smartweb/core/tests/test_section_news.py,sha256=
|
382
|
+
imio/smartweb/core/tests/test_section_contact.py,sha256=3FoRZopLBlxpZLytc9pUwnNKiyNrOJ9UG92Jt-WbVls,22044
|
383
|
+
imio/smartweb/core/tests/test_section_events.py,sha256=H7vw84NAUgBr3Cnbb0ZMLdi1xvg8_mU2Y2E2JQEAV5c,5609
|
384
|
+
imio/smartweb/core/tests/test_section_news.py,sha256=FhuerS1a4sppGwswUXaQ6hw_BOMjb79_pzrF5B5FciY,5760
|
371
385
|
imio/smartweb/core/tests/test_section_sendinblue.py,sha256=mrRUd3K35vwnhRe4gneYWDY27jvNp9s9wQrlPu4O7m4,2655
|
372
|
-
imio/smartweb/core/tests/test_sections.py,sha256=
|
386
|
+
imio/smartweb/core/tests/test_sections.py,sha256=QPC05hW0vw2IafHSdyP2LzJ_2bg5yhmL3Rn-3EYyrU8,23669
|
373
387
|
imio/smartweb/core/tests/test_setup.py,sha256=JcbMnXTNCuB_8grFh5E1kZ0uALdATlKMbahAdGfToZI,2092
|
374
388
|
imio/smartweb/core/tests/test_social.py,sha256=THsk3PrUrjV4nPK-DDRRBnItMBr3TVuXExSucd0n79k,3030
|
375
389
|
imio/smartweb/core/tests/test_subsite.py,sha256=wiD8Ke4_-ArstSYNLCs8ArqOuDx2xxUR6Wac3GXfnbE,9016
|
@@ -398,10 +412,10 @@ imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json,sha256=Jpr
|
|
398
412
|
imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json,sha256=tfcIZuQi1Lz8HV8EV93Qp1pUr9KbKATxu4MHnpiZSrc,127
|
399
413
|
imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json,sha256=qC4sfb5JCGTtZpM6a0t0_k1IADu_oyOazK7fow1gMCU,168
|
400
414
|
imio/smartweb/core/tests/resources/json_procedures_raw_mock.json,sha256=eMrKdEMFtSzpRmAF-PT-YMEXAoi3H0GozMli6znQGuU,3217
|
401
|
-
imio/smartweb/core/tests/resources/json_rest_directory.json,sha256=
|
402
|
-
imio/smartweb/core/tests/resources/json_rest_events.json,sha256=
|
415
|
+
imio/smartweb/core/tests/resources/json_rest_directory.json,sha256=kYVJiLH-Y-3SHpWujivEmYGrw0xIJjCdRF83gZ2RFMA,79122
|
416
|
+
imio/smartweb/core/tests/resources/json_rest_events.json,sha256=awgKPKvlbX4YzNoSyNhvhNgWCfwJtACohg2o0yKxsmw,85850
|
403
417
|
imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json,sha256=PaHVrvIu9YB5WCLHhScrIforWDMxgLd6gIpy3lyVVyI,5002
|
404
|
-
imio/smartweb/core/tests/resources/json_rest_news.json,sha256=
|
418
|
+
imio/smartweb/core/tests/resources/json_rest_news.json,sha256=UJcfTc3PFPF0gUyKG2y2STmHWcJWCCc-wAPG-ABvXrE,85843
|
405
419
|
imio/smartweb/core/tests/resources/json_rest_specific_events.json,sha256=rXvWFc9xuhYyZNR95cSYBs0TDTIfYxoBvfs1hTsAEBU,1107
|
406
420
|
imio/smartweb/core/tests/resources/json_rest_specific_news.json,sha256=o0tjB3tU5TaicLafYP8EpE5FJDBVgniEwnpG9ixMix0,2064
|
407
421
|
imio/smartweb/core/tests/resources/json_search_one_news_entity.json,sha256=A3jCiokMLEZMnE4ipI39mnWMaFBZsHGpiVYcVS70OXA,369
|
@@ -413,7 +427,7 @@ imio/smartweb/core/tests/robot/test_ct_page.robot,sha256=UoH47egHyCCVHmfqPdA1vQe
|
|
413
427
|
imio/smartweb/core/tests/robot/test_ct_procedure.robot,sha256=vTeIpI4inkRWbJy41EZc1bkLL5tLrblRFYtNA820H68,2712
|
414
428
|
imio/smartweb/core/tests/robot/test_example.robot,sha256=G_rUe5kTswB8E8xtM92zF78H1wotHxhzzZH8zrfrDi8,2003
|
415
429
|
imio/smartweb/core/upgrades/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
416
|
-
imio/smartweb/core/upgrades/configure.zcml,sha256=
|
430
|
+
imio/smartweb/core/upgrades/configure.zcml,sha256=RESrIvRWqRsVafw0hEDiLKjHquNFM-IeIRMxCLYW8HU,20136
|
417
431
|
imio/smartweb/core/upgrades/upgrades.py,sha256=04p9X7ECzJDIRePFGleZNDO0_A3Kru2qoaAJ_3vd7iU,5245
|
418
432
|
imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml,sha256=CG5K3-MCDqdMl7Dog-yvNZK0u0t8ipK-6QCcBNLb4cY,481
|
419
433
|
imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml,sha256=vvmcWnYlU5Yic6RrOhziRj0RsveKaclNM5xWJVHx6r0,478
|
@@ -473,6 +487,28 @@ imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView
|
|
473
487
|
imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml,sha256=52BTy8qpHBCMblHhl8FKp8LvehBjgaYTLWLfBF9fHy0,305
|
474
488
|
imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml,sha256=b7diSiUGJi9FNbBrsaAOVYTAMLCD6y3uzvMYhqCeWE4,440
|
475
489
|
imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml,sha256=3DeWS0Ou5EZz3SanlYaYMOFd0BY0r7A56c6FYIMt8cY,275
|
490
|
+
imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml,sha256=NDTqM4kD3pGu8IlCX_7sWLtQQ75tnHzS06kgSS7C0nQ,249
|
491
|
+
imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml,sha256=qGT9sko-98a5WqB5zpeQkaQLwKfUKHkteHyzZwWz78A,293
|
492
|
+
imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml,sha256=F9Fxq2EREv9OHlCWVNC1LUtcyUGChjPHtFBdha22YpM,189
|
493
|
+
imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml,sha256=ciVa3Esz0vf7G5qfnNG1GR4OjmWYLk1OgagvDedSP8c,182
|
494
|
+
imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml,sha256=RXQRNcVRZ-tfMQhZYnaccvqE1Iq-Tty8qUKz9KS9ZhY,315
|
495
|
+
imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml,sha256=s0T4mg6MwIUCZKpHkAhR1dbYMF6ISPruYaQtRu54NLs,321
|
496
|
+
imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml,sha256=b9FPrcOCwfj9FVctqo5Nk8Em_eTCrokbm7ld6_cILxo,320
|
497
|
+
imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml,sha256=3T09lLeIxn9M4mik9LHbOFWROuTqeTdqAdji0A67AY4,1286
|
498
|
+
imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml,sha256=5X1REw985E7YurTxvoVn1ivWBxbbMRJd0qoXsZiK-UY,397
|
499
|
+
imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml,sha256=F7f3nFDTFBd_s5oShCGgW_xT_gcrPM9zQ306YXj7j1c,514
|
500
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml,sha256=zSpdjtYecZ26zC2MQdRK6cbHSIZDveUyAO0kdsVKilk,399
|
501
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml,sha256=QvaDG-BHGnjjdN2rrY4MgJ6jg7Gmi3PsEY0Gbu848CE,398
|
502
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml,sha256=f0AwbMbYUHV60BadVSvLpAMAieItq9cowjf5lgReuUc,451
|
503
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml,sha256=uARdFKHy7e8z0tNVbNQCLZy-U7Ni5dqLoi42q4Di1Nk,397
|
504
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml,sha256=k7kv-cQaQ3yw3g8DNFSzvlN7atwhfuoJaMjiuRzULG4,443
|
505
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml,sha256=sa1dpJjHL-W2X4nNrmBTE3R7k_Cc4uzC9xPy99ehY1Y,397
|
506
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml,sha256=lA6908dx00_91J2LtwRDVYdHJbER2RJT-_0a2bATUrI,431
|
507
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml,sha256=sHhLZehSrWkntpe2Odu75dyNUn8BdXKxOT2rovZeGFU,396
|
508
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml,sha256=JtII85oNGe9v0xmKic97VrSEmOj1S5LCNO5_IYmwicM,398
|
509
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml,sha256=GQK56Y6VOnllg3Bu5uEaA0CbqbTw7zdQx5QHPUbJkrQ,402
|
510
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml,sha256=Q5u3BHHwVUdZgjMibus2QeUEHSzSatCRlt1ChcC_PB4,402
|
511
|
+
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml,sha256=DKAu1exRRMoJeuQqRh9NcGJ0yLkNbky-uzqS9Ve9x9k,441
|
476
512
|
imio/smartweb/core/viewlets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
477
513
|
imio/smartweb/core/viewlets/actions.py,sha256=QWj_pLNxH4223XPk4b4Dc79DiajF0HHfaXlUmXTwJ8k,661
|
478
514
|
imio/smartweb/core/viewlets/banner.pt,sha256=fFhT7paFQ8bO-BioOnh2Rwtl_dW4GfMs-HGpJgWs1C8,1277
|
@@ -523,7 +559,6 @@ imio/smartweb/core/webcomponents/pnpm-lock.yaml,sha256=JG4ddKx_Cm56scBd2-mqDpbV3
|
|
523
559
|
imio/smartweb/core/webcomponents/postcss.config.js,sha256=C6AOPegqTEkRboXRWl6obj0priHtdSRiApehW4TWp8E,101
|
524
560
|
imio/smartweb/core/webcomponents/webpack.config.js,sha256=P5DJ1ovArHpW43lOVWrf0f5MtBgNojKg5n5oWoGPvHE,6853
|
525
561
|
imio/smartweb/core/webcomponents/webpackPlonePlugin.js,sha256=TWpGoEYRBOKB7o0SJ1F7P0hLYflkNmbODG7ZCyrPjQw,2226
|
526
|
-
imio/smartweb/core/webcomponents/build/assets/img-placeholder-bla.a2b8b384c46ce56c99f042dc4625d309.png,sha256=aC1DNJvkOZB5Bg2TWrzBSyg-RgzF9PRaRRx2mI6kChg,9538
|
527
562
|
imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png,sha256=Bm2sqFDY_77wB68AsG6sABVyje4nnFHzy2xxbffELt8,1259
|
528
563
|
imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png,sha256=Hbvp0CjikvNvy6j4s6KNXokydU_CIVuaxp5M3s9RB8Y,696
|
529
564
|
imio/smartweb/core/webcomponents/build/assets/location-bla.1423bcce16ddcb21141430cac1428dc1.svg,sha256=mtr6d8H-n35MSio-pKxEMZoybUpQL6-1MVu4i5dX52g,348
|
@@ -534,28 +569,28 @@ imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8
|
|
534
569
|
imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg,sha256=XgE72Zg25rWhDFtpgRTh6pSWc0utqIobzbez4RYC3kA,330
|
535
570
|
imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg,sha256=kXxN_F5nCL1SUuSvO7dsVz2BCk6lyembEe0ZcDUjEUQ,336
|
536
571
|
imio/smartweb/core/webcomponents/build/assets/search.57bdbf5b191499cd77514097d1c4972c.svg,sha256=VYkbBVirrqBaye-75ns8tcpEqjqpOiXd2CbIqo-M384,426
|
537
|
-
imio/smartweb/core/webcomponents/build/css/195.smartweb-webcomponents-compiled.css,sha256=
|
572
|
+
imio/smartweb/core/webcomponents/build/css/195.smartweb-webcomponents-compiled.css,sha256=MduKPKySiaQHOiTXm8lX5WIzrsrN3Gpa4EpGEgRq5yg,19173
|
538
573
|
imio/smartweb/core/webcomponents/build/css/323.smartweb-webcomponents-compiled.css,sha256=84HUcbZruZ-XAd8_suwu0O3Dfxaz15fNBhcVapB6gtk,2392
|
539
574
|
imio/smartweb/core/webcomponents/build/css/510.smartweb-webcomponents-compiled.css,sha256=WTfSJxZ0fLXZokPnhROn0fYDkG_Fi5RBrahBCP06s4w,3786
|
540
|
-
imio/smartweb/core/webcomponents/build/css/552.smartweb-webcomponents-compiled.css,sha256=
|
575
|
+
imio/smartweb/core/webcomponents/build/css/552.smartweb-webcomponents-compiled.css,sha256=k9jqPBJCDpLypiKJYc3yxBGqfUUA44A3PlrHwUe_ZRk,17074
|
541
576
|
imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css,sha256=dFSAstx8B0xpc8AJH_gyqD6Z_W_kZIugd5qvkSNBsek,4553
|
542
577
|
imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js,sha256=0O_DNz729MDffAcwrH63ZvFYeDv_acOR0GXjnI-oH3g,17480
|
543
578
|
imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
|
544
|
-
imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js,sha256=
|
545
|
-
imio/smartweb/core/webcomponents/build/js/
|
579
|
+
imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js,sha256=Dpj7gyHFKh0e8zARQ2agmp4wgnQox9sJK4xq4UmLyFk,36687
|
580
|
+
imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js,sha256=i5OektYE1cXQhNB1ZBi7KzewupYuWEyZM3G7oOPA1dM,168351
|
581
|
+
imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=euEy6zLvyR2bywaOKBw2hW-9rDEbt5IPelh6VIDyL4Y,361
|
582
|
+
imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js,sha256=fAEjrsLwMySn499qRVbZ8Z9AfXL2JzU55eK_vsp4YfU,26666
|
546
583
|
imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
|
547
|
-
imio/smartweb/core/webcomponents/build/js/
|
548
|
-
imio/smartweb/core/webcomponents/build/js/
|
549
|
-
imio/smartweb/core/webcomponents/build/js/
|
550
|
-
imio/smartweb/core/webcomponents/build/js/
|
551
|
-
imio/smartweb/core/webcomponents/build/js/
|
552
|
-
imio/smartweb/core/webcomponents/build/js/
|
553
|
-
imio/smartweb/core/webcomponents/build/js/
|
554
|
-
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js,sha256=VYuw7HskqZ-Td0D0L6TOhKcV816NtjQbZsIexg-Hucc,158591
|
555
|
-
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=LOpY45d1O7wrFTXw-ztJD-v6RA5ygur-ZbxhP8iIJc0,153
|
584
|
+
imio/smartweb/core/webcomponents/build/js/510.smartweb-webcomponents-compiled.js,sha256=asYE-MyiXsE-erxo4tTfuN7d5S8eH3OmeMDO0CHfr20,30793
|
585
|
+
imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js,sha256=9KhC3mD_IUAEngeKaf40pSFaj4586LC2X-nFP_YfDL8,29310
|
586
|
+
imio/smartweb/core/webcomponents/build/js/565.smartweb-webcomponents-compiled.js,sha256=IdZs09H-YodzADZzB_7k7fjZg0mtADBy-bpGZ6enGcM,131048
|
587
|
+
imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js,sha256=wlAniB5SSu5xSeimSKDu8vc_8ewYc5kFaLwd8AGIDOk,12243
|
588
|
+
imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
|
589
|
+
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js,sha256=51GDqoBV0fL0ty2auKpPbs_Xo8yGklTW5rn4k1GtC_Y,159426
|
590
|
+
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=6nkPO-SYLDPJB1DAWWJjhWo2H2X_Y2llNxj5PCmmUgw,153
|
556
591
|
imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js,sha256=A13s6QuSdW7tWLx_7erAuEYQNeXrvqoQXmua83XpT1c,363925
|
557
592
|
imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=ot4CrmvW4r8ZeygP2wflnoqyUUmqSvjGt7WzqhtjPxY,15195
|
558
|
-
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=
|
593
|
+
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=wo36suW6X5-4T0drreh5cuXxxK1vKNHzIrDstMxaSnk,315622
|
559
594
|
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=MWaSlPSODUyzTS-6uhTd6MYi8HGJgjOtFyvm2-GJi4U,1035
|
560
595
|
imio/smartweb/core/webcomponents/src/index.jsx,sha256=WV70VNETdsIMADJ5EqajwxQ6WacMbhw5Z_91fVDti_Y,757
|
561
596
|
imio/smartweb/core/webcomponents/src/index.scss,sha256=I3dC11vQsTWkWm23Od-URT7Ty2avrWO5OATx2_ws0x4,4681
|
@@ -576,7 +611,7 @@ imio/smartweb/core/webcomponents/src/assets/skeleton.svg,sha256=Dmiuh5l9BjAqJkMN
|
|
576
611
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=24wHmefQqAJnXf9yWRkR4sx94QUrwffG0e2TOSPnuBQ,8751
|
577
612
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=romAOqMa20msxOd9gLbCcAD6rLMNVekRIch_K9Cz9AA,4968
|
578
613
|
imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=OhysAmFEBw6Jg0F2iko4IGL8VcX0kZ8IZZ30tMWUY1c,97
|
579
|
-
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=
|
614
|
+
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=lXr8XhzywFBWtfO9AM-6M4LupCMoEVr_mSseb8JWRGk,3930
|
580
615
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=zFpfwYISGjIWmR_qDrka1U2HUtEk2l2oc5telyfPDY0,16290
|
581
616
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=nxEKcV-VQCiuaDiP8ee13_xnjNWVk9jsLx9-SIYxTLI,1678
|
582
617
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactMap/ContactMap.jsx,sha256=3mJekYhf5nfjjqUzgd0IWjtwA7jjB6ygGuo6sWgGEhg,5770
|
@@ -584,10 +619,10 @@ imio/smartweb/core/webcomponents/src/components/Annuaire/ContactMap/ContactMap.s
|
|
584
619
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=Q0Vq2EHYdGdGiYVhgYJAX23He8TSedQtXvRWY-kd9r8,7637
|
585
620
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Skeleton/LoaderCss.jsx,sha256=VV4nwk5_FIdJifyd2nyFnbAfdT5KUaPhaqYfyAEzrfY,217
|
586
621
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Skeleton/Skeleton.jsx,sha256=b-LdsE03LyUwSDOgQmGAy6lcbCZUUJgjRQUMftCkf14,656
|
587
|
-
imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=
|
622
|
+
imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=cZ2f-Cgg0WCjFnTxuqr6swLeLS2tvky2dXBU-ImYRwM,8771
|
588
623
|
imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=kNFxvgKu5NZitKSlRYvlNbvc-u2r9eiGIXkrzKVtJe0,7166
|
589
624
|
imio/smartweb/core/webcomponents/src/components/Events/index.js,sha256=DLQwtbr22jrwjTGSiJRiMbcqJNdngRYwW_MP0mwGJUo,95
|
590
|
-
imio/smartweb/core/webcomponents/src/components/Events/ContactCard/ContactCard.jsx,sha256=
|
625
|
+
imio/smartweb/core/webcomponents/src/components/Events/ContactCard/ContactCard.jsx,sha256=UypFgu_1bzCuWCa71gusu1R4VcxuRLXBuJtD-9Zlqxc,1987
|
591
626
|
imio/smartweb/core/webcomponents/src/components/Events/ContactContent/ContactContent.jsx,sha256=2OaVOMxsEE9eqFRboaMDwH84PCA9Ba7dE037Lq88QDQ,16545
|
592
627
|
imio/smartweb/core/webcomponents/src/components/Events/ContactList/ContactList.jsx,sha256=o_hwzDaob2xtN3F8_wdyH2_Kj7KfndWyyFpV2OqIBx0,1675
|
593
628
|
imio/smartweb/core/webcomponents/src/components/Events/ContactMap/ContactMap.jsx,sha256=aZzTi6VSrtGKtpD9HjePXkmwosH7J37Z3OEhiqk8Dc4,5725
|
@@ -597,8 +632,8 @@ imio/smartweb/core/webcomponents/src/components/Events/Skeleton/Skeleton.jsx,sha
|
|
597
632
|
imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=iSvoU4SdIqAfrg5o2zhTFFE7nYrOWv_FZbvNZaF4q2g,6840
|
598
633
|
imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=ceOATMGRkY7DKSRrxmVjXDfy7Ho5S4ag5Ue9EVTcGJI,3293
|
599
634
|
imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
|
600
|
-
imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx,sha256=
|
601
|
-
imio/smartweb/core/webcomponents/src/components/News/ContactContent/ContactContent.jsx,sha256=
|
635
|
+
imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx,sha256=KYcdl9iEn0HoGCP7Hmkfe-VlXfyUSdMR5WT_lFx2ZZE,2986
|
636
|
+
imio/smartweb/core/webcomponents/src/components/News/ContactContent/ContactContent.jsx,sha256=OUGpHBjkjBgThzhsT62u7bS7hzrOpBfeTXIaTOOx69M,12542
|
602
637
|
imio/smartweb/core/webcomponents/src/components/News/ContactList/ContactList.jsx,sha256=r5Nh1nbJHHceU-qKk549KDbS06ciC9KSZ6gvw-DPOeE,1493
|
603
638
|
imio/smartweb/core/webcomponents/src/components/News/ContactMap/ContactMap.jsx,sha256=CUj_4_X6_OfdepdjdgsNNRq66wfYbDyL40h79YnPiSA,4216
|
604
639
|
imio/smartweb/core/webcomponents/src/components/News/ContactMap/ContactMap.scss,sha256=boHGz4RLxZzD3IK-6TePqJcklrX_hnl2_qzVIOU13jE,42
|
@@ -617,10 +652,10 @@ imio/smartweb/core/webcomponents/src/hooks/useAxios.js,sha256=MsRpT8p9bZTp2Hk2sc
|
|
617
652
|
imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js,sha256=fGxgxCI22ERSlVLCYmD0-nztnGUIz-VkUNyLtj5HSuo,223
|
618
653
|
imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=bsTZTvRlBaCImAchnuhZLtLQYC06bM539cPLoAgBMP0,2694
|
619
654
|
imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
|
620
|
-
imio.smartweb.core-1.1.
|
621
|
-
imio.smartweb.core-1.1.
|
622
|
-
imio.smartweb.core-1.1.
|
623
|
-
imio.smartweb.core-1.1.
|
624
|
-
imio.smartweb.core-1.1.
|
625
|
-
imio.smartweb.core-1.1.
|
626
|
-
imio.smartweb.core-1.1.
|
655
|
+
imio.smartweb.core-1.1.19.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
656
|
+
imio.smartweb.core-1.1.19.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
|
657
|
+
imio.smartweb.core-1.1.19.dist-info/METADATA,sha256=Vw6zxvvLs4mw2UNELkgQ7ErMuvwLOEJMo3Bmc1XHjEw,39366
|
658
|
+
imio.smartweb.core-1.1.19.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
659
|
+
imio.smartweb.core-1.1.19.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
|
660
|
+
imio.smartweb.core-1.1.19.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
|
661
|
+
imio.smartweb.core-1.1.19.dist-info/RECORD,,
|