imio.smartweb.core 1.2.60__py3-none-any.whl → 1.2.61__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.
Files changed (44) hide show
  1. imio/smartweb/core/browser/static/icons/action-delete.svg +3 -0
  2. imio/smartweb/core/browser/static/icons/action-engagement-2.svg +4 -0
  3. imio/smartweb/core/browser/static/icons/action-panneaux.svg +3 -0
  4. imio/smartweb/core/browser/static/icons/action-vote.svg +3 -0
  5. imio/smartweb/core/browser/static/icons/categorie-attention.svg +3 -0
  6. imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg +4 -0
  7. imio/smartweb/core/browser/static/icons/categorie-nature.svg +3 -0
  8. imio/smartweb/core/browser/static/icons/categorie-parcs-a-conteneurs.svg +4 -0
  9. imio/smartweb/core/browser/static/icons/categorie-plus.svg +3 -0
  10. imio/smartweb/core/browser/static/icons/categorie-primes-2.svg +5 -0
  11. imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg +4 -0
  12. imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg +4 -0
  13. imio/smartweb/core/browser/static/icons/organisation-scout.svg +3 -0
  14. imio/smartweb/core/browser/static/icons/reseausocial-behance.svg +3 -0
  15. imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg +3 -0
  16. imio/smartweb/core/profiles/default/metadata.xml +1 -1
  17. imio/smartweb/core/profiles/icons/basic/registry.xml +120 -0
  18. imio/smartweb/core/tests/test_icons.py +1 -1
  19. imio/smartweb/core/tests/test_vocabularies.py +1 -1
  20. imio/smartweb/core/upgrades/configure.zcml +18 -0
  21. imio/smartweb/core/upgrades/profiles/1058_to_1059/registry/linkedin-icon.xml +126 -0
  22. imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +1 -1
  23. imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -1
  24. imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -1
  25. imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +16 -7
  26. imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +5 -1
  27. imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +13 -1
  28. imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +5 -1
  29. imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +14 -1
  30. imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +25 -11
  31. imio/smartweb/core/webcomponents/src/components/News/News.jsx +16 -7
  32. imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +5 -1
  33. imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +14 -1
  34. imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx +3 -0
  35. imio.smartweb.core-1.2.61-py3.8-nspkg.pth +2 -0
  36. {imio.smartweb.core-1.2.60.dist-info → imio.smartweb.core-1.2.61.dist-info}/METADATA +12 -3
  37. {imio.smartweb.core-1.2.60.dist-info → imio.smartweb.core-1.2.61.dist-info}/RECORD +42 -26
  38. {imio.smartweb.core-1.2.60.dist-info → imio.smartweb.core-1.2.61.dist-info}/WHEEL +1 -1
  39. imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -1
  40. imio.smartweb.core-1.2.60-py3.10-nspkg.pth +0 -3
  41. {imio.smartweb.core-1.2.60.dist-info → imio.smartweb.core-1.2.61.dist-info}/LICENSE.GPL +0 -0
  42. {imio.smartweb.core-1.2.60.dist-info → imio.smartweb.core-1.2.61.dist-info}/LICENSE.rst +0 -0
  43. {imio.smartweb.core-1.2.60.dist-info → imio.smartweb.core-1.2.61.dist-info}/namespace_packages.txt +0 -0
  44. {imio.smartweb.core-1.2.60.dist-info → imio.smartweb.core-1.2.61.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- imio.smartweb.core-1.2.60-py3.10-nspkg.pth,sha256=wnCUSUElqssZ5FI3x-9HqwD229HQ-bAuPoDUNJHmMtU,1684
1
+ imio.smartweb.core-1.2.61-py3.8-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
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=PeC4rF--rF6MfVQ0NzggQrZWIl35oPtJdEhvQwGxhhI,1459
@@ -84,15 +84,20 @@ imio/smartweb/core/browser/static/spotlight-bundle.js,sha256=MxZ4E6qmRiV1eojklqY
84
84
  imio/smartweb/core/browser/static/swiper-bundle.min.css,sha256=_7BNAPE6sDlKRWoyA9Hax0ffAel0ai6vNtp51OUHFAA,17908
85
85
  imio/smartweb/core/browser/static/swiper-bundle.min.js,sha256=p6RltqiN_aHIURwYhWy5LgVbYRTHIHIkf6A_kXgf4vs,137031
86
86
  imio/smartweb/core/browser/static/webpack.config.js,sha256=_1xZiTfnWS8Y4xIEM1HAD_rnmCZL3rlNYveBy6KHues,1079
87
+ imio/smartweb/core/browser/static/icons/action-delete.svg,sha256=FTerCicR_P8b7ilnaACjOr4oQJ0g1Bu4j3OOzAk76vw,729
87
88
  imio/smartweb/core/browser/static/icons/action-e-guichet.svg,sha256=FTtNQMwbNom27HS-J5SHKScaArI3RglBxfz0JI4Rs70,885
88
89
  imio/smartweb/core/browser/static/icons/action-email.svg,sha256=y7AP7a3-B60D0dpAw7nmfMjGKYKRUUdJauxR5mO9L6o,271
90
+ imio/smartweb/core/browser/static/icons/action-engagement-2.svg,sha256=5bHi3lpAqzfBjfjeKhTSDl5OEw6viuPKPEOExc7l-I4,2595
89
91
  imio/smartweb/core/browser/static/icons/action-engagement.svg,sha256=fdAJf8KWyBI4YtvhKu0kVXMtgvr7j1VA7Hzci2342mw,1367
90
92
  imio/smartweb/core/browser/static/icons/action-nous-contacter.svg,sha256=Ct3xUOB_JOafmvkCxAJjWeXwDIQjeBK8FwUqo4UmKik,480
91
93
  imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg,sha256=J1CIr2OgmyHkdgbj3dwG75rxGpcB0UXwx5BIuLvw8Nc,407
92
94
  imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg,sha256=2Zjxv_wvibsHFMy0cNAgjXGK08BG7FsNrx7Q89RuU3o,304
95
+ imio/smartweb/core/browser/static/icons/action-panneaux.svg,sha256=SkN83J3V8M5DB9esjdnUm07Q6TdQpBAq3Q45Q7Uq7Yw,371
93
96
  imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg,sha256=A7i58x78auzCw6G9WmxYN7QYFQ8TNwi-vgXswgYgOE4,784
94
97
  imio/smartweb/core/browser/static/icons/action-voir-plan.svg,sha256=n_qVodwK4hLaqXEj8BzEL7HZ88eCJiZ11LDOoG2ibCI,411
98
+ imio/smartweb/core/browser/static/icons/action-vote.svg,sha256=BpGy7h8aMhqx9jEZcxacmzcG_OqiQXcRxDozHGjA4ZM,1469
95
99
  imio/smartweb/core/browser/static/icons/categorie-associations.svg,sha256=A0QQ07Cu2oKS9GaG9E5qydH2fvGt-P1nrzd39IT_wEY,310
100
+ imio/smartweb/core/browser/static/icons/categorie-attention.svg,sha256=DKcOSxq6wvDqJ1yjHf8-5mT5uOBgCgNDeddd9xwEOX0,995
96
101
  imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg,sha256=Db7STV9L7SkIr5A0dYWIjHEU7RWefxj6htm81kW-CE4,310
97
102
  imio/smartweb/core/browser/static/icons/categorie-cinema.svg,sha256=ykZ-EotLG-RfjrSxPBDjAaKHx82GfH66PPD-oZbcYTs,455
98
103
  imio/smartweb/core/browser/static/icons/categorie-commerce.svg,sha256=G8oowEydjc35XKeFpPFGOB6sdY4i2OnatuAP8UwAEuc,1798
@@ -104,14 +109,20 @@ imio/smartweb/core/browser/static/icons/categorie-enseignement.svg,sha256=Fbv8_h
104
109
  imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg,sha256=-eFjnoxqEfv7H8x9PL3W8VQPnT4BrzWFQX9sO_6l_1o,249
105
110
  imio/smartweb/core/browser/static/icons/categorie-exposition.svg,sha256=C2KtZ3Lblv6RFlc6_FQH8xrr1NeRidPeiDDBSwh1AOc,281
106
111
  imio/smartweb/core/browser/static/icons/categorie-horaires.svg,sha256=7vS7qtih8X4aNQ14H8tyNW7AEws6eXU97GQJFyeX9ng,245
112
+ imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg,sha256=gk14rdqtWvwLHr2oq5JkisdaKWyXbtFPdB7Cs2BHS6A,2451
107
113
  imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg,sha256=irTNcYhFZMDhmgj0tLd_cB3MOAFvjwVogW_rBgVOM0Y,465
108
114
  imio/smartweb/core/browser/static/icons/categorie-mandataires.svg,sha256=u4u5lEr8wPiwdOAe4a5cM97R1e0-2QT0Wn3ITgy_zJA,689
109
115
  imio/smartweb/core/browser/static/icons/categorie-mobilite.svg,sha256=mZHma8Mo90GHszp-NzeWEzRFaLi1sLNAIE5Ot4xzTkk,558
110
116
  imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg,sha256=etM7HIevvElfn6gXhLX00x4LGVNi-cpcCW-Q1zJy4PI,314
117
+ imio/smartweb/core/browser/static/icons/categorie-nature.svg,sha256=GMBR2t1NKx9ss-Zde9CLwuNBzdvbuJAPgGYEN0NJyAg,2962
111
118
  imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg,sha256=vyONUoaymfMP8p0E9z6r22hndW502NAZs6QVKSQmnoE,330
119
+ imio/smartweb/core/browser/static/icons/categorie-parcs-a-conteneurs.svg,sha256=6skhUjwsusvP6UIBfl5sVB2Xl6tRx3AcsSkeZLdwWDs,4312
112
120
  imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg,sha256=hgCYAMe2AJII59REHltl9lmUlZBdw-ErINCh3zDcZJQ,416
121
+ imio/smartweb/core/browser/static/icons/categorie-plus.svg,sha256=6U2hjmhjcwjPLyRiKw0V2ZqTD_DoqnG3mcsK-FufFy0,301
122
+ imio/smartweb/core/browser/static/icons/categorie-primes-2.svg,sha256=jee81OpcTYGdJ9nhDjDl1Uu1_r31i6McGA2C6jl6T3U,2460
113
123
  imio/smartweb/core/browser/static/icons/categorie-primes.svg,sha256=6_fBTsxmkDDC7cFpEFCTvRupFeT8HAEVmqDpFV0XRo4,659
114
124
  imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg,sha256=KOQHM5G2ZXmdjz4ef7nFBLTAcUPhKy87Umk1SqB9uBQ,394
125
+ imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg,sha256=di7fWq3N4lGWH_sWlDfnjCPNDzRKu_D7OR6z5-_XgGE,1886
115
126
  imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg,sha256=QpZegqQu6i5wNCByCgayykvYgGXpAsd2xAFhmBAoBmg,514
116
127
  imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg,sha256=YgTcWxhTMfDp32hD2uxwmy9QdQoT5W86AbdortIX6wg,925
117
128
  imio/smartweb/core/browser/static/icons/categorie-theatre.svg,sha256=Cs9yOXamSR92OuRp_pJBpKjAdrOz2OjUFWbRD2DjreY,713
@@ -121,12 +132,16 @@ imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg,sha256=oh-
121
132
  imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg,sha256=oZn6Y2mvN7UF37UelJPkmveUO_MXv8yvZ32ZqciAzeI,736
122
133
  imio/smartweb/core/browser/static/icons/organisation-cpas.svg,sha256=SzhAxaw2E5IVixx8VBE3LQGJOBeLrQs21RSiCeeHewM,876
123
134
  imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg,sha256=DenXpQz17YwKrU9dDrB0L48r7BdHjxyogT_Ec-vB0UE,622
135
+ imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg,sha256=3LyFdg8NbQKwXaejQB7U_uxVv4qS7Oku2RWwCwUoKHY,2808
124
136
  imio/smartweb/core/browser/static/icons/organisation-ecole.svg,sha256=kY8rN-5i_-i5mOLWQveqpWxyr8t3K-ZCMKMTN5CvgdQ,275
125
137
  imio/smartweb/core/browser/static/icons/organisation-mobilite.svg,sha256=7iEtM60EUh8-Fv_IEntGjR3R8jeiraadk00mdBo2HnM,614
126
138
  imio/smartweb/core/browser/static/icons/organisation-police.svg,sha256=BXC-V7UNy4PmFtZiphwxCA4Fpbrk165Rpo3wrw0SWdU,451
139
+ imio/smartweb/core/browser/static/icons/organisation-scout.svg,sha256=GR08043eejBQCLGda18UlhRF7PWrwkFAR4Q8MD0-8SM,2698
140
+ imio/smartweb/core/browser/static/icons/reseausocial-behance.svg,sha256=ndTHe0XGtphdmnX_gTrshRh6JCqe5bNVHm7Q2lBRybU,1507
127
141
  imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg,sha256=F0jClbR8JIbDIqmCl6-swjZ-I-kPcZ6XVfA012W39uo,2086
128
142
  imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg,sha256=DxRzE5pKALCmz3RAbqHGOqGfx3CUOqhmiCg2OFNHQuo,433
129
143
  imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg,sha256=COdyWpY9JS71JGpyimVSrZ2dLRb8-qi6Qp7PGmFCNGw,1999
144
+ imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg,sha256=ExEkpCxssZKr-X5zPQvAGd4XevezaNa4AizQEjeXlZU,668
130
145
  imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg,sha256=vHQ46G4DyVHUIGI5hAYJTOpHlHU7rix0TFJqPo00Wbg,306
131
146
  imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg,sha256=FUHGY9jKDJBfVXqdUh45L7U5ZR3yNZQH2XA5HrnJND4,838
132
147
  imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg,sha256=PfzBC4yti-0ufuUAkiav__cfhYM_wHtL17ckIo8_SOU,554
@@ -317,7 +332,7 @@ imio/smartweb/core/profiles/default/browserlayer.xml,sha256=j9-hf9pW0KRVUx9S7sOH
317
332
  imio/smartweb/core/profiles/default/catalog.xml,sha256=AZx3c3qR6ANx8y269IxmDOIvB7yVSOTy6D1nP9kXza0,864
318
333
  imio/smartweb/core/profiles/default/controlpanel.xml,sha256=9FSBU7UaS7-b02DRCmbAs-j0HgdVzbP-TQQ8T9rXvyE,400
319
334
  imio/smartweb/core/profiles/default/diff_tool.xml,sha256=66L2L7ZBGJajPDeHl16A3h6RUcj9l0C7qpwe8JSYe7o,212
320
- imio/smartweb/core/profiles/default/metadata.xml,sha256=HjW5-PyqDbqCpjldX_vYBdu3TzE5ofibi4c_jzc1GTY,1218
335
+ imio/smartweb/core/profiles/default/metadata.xml,sha256=flqBB7TvOOGFV6pCpWzJojhTnNyyICo0pHRgQ9FqLys,1218
321
336
  imio/smartweb/core/profiles/default/repositorytool.xml,sha256=aTErs-VvEEV3dm9_TdgPZfx1Pb1f5Sw7ap7IgiJOK4w,227
322
337
  imio/smartweb/core/profiles/default/rolemap.xml,sha256=xZIPtzR9vfQLMZKg8FPLdIIeYb2VzjXl8z2CtURWGsc,2726
323
338
  imio/smartweb/core/profiles/default/types.xml,sha256=xkQyPtEccUnAHu5mL83r96dmtnCWNn17lVRJPP2jWMg,2040
@@ -360,7 +375,7 @@ imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml,sh
360
375
  imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml,sha256=Fd_TzGY_OS5OTH_hubkg-bQUmNIO1zGgaKs2jLyhrJY,1127
361
376
  imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml,sha256=1rU_Z0h-ghzt_wcCvLlt2A5HsuZ5Ey_OvHaFRJwHB3E,1241
362
377
  imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml,sha256=SizWFzAer6gHpUKaNfGcKZe246eVLnFcra50fff2qAc,1167
363
- imio/smartweb/core/profiles/icons/basic/registry.xml,sha256=F4Icvasl5DkEvuCS7mczToqy7KdWBaWYF0HMzmvYgsE,17858
378
+ imio/smartweb/core/profiles/icons/basic/registry.xml,sha256=GU37nb2swQE0b9Ar-Tl9uriRkV_-8gweknnLh6SbtJk,23214
364
379
  imio/smartweb/core/profiles/icons/contenttypes/registry.xml,sha256=nYHOYa4R1KZZh75n9gaMhHaPXAaXjCKX2tW5t7afFhg,8766
365
380
  imio/smartweb/core/profiles/last_compilation/registry.xml,sha256=XLMMpMtgKFTE4GGkGpMm0vOJrJ1yLLbtelO7He2nb40,852
366
381
  imio/smartweb/core/profiles/testing/metadata.xml,sha256=ZOXnwD8iPGY1Z1uqcPerr0Nx8-yxzLT4l4HuCLMlWr0,227
@@ -390,7 +405,7 @@ imio/smartweb/core/tests/test_folder.py,sha256=JjV5Hvo6IMEFHo2kowbqhLxcXy11zHRTK
390
405
  imio/smartweb/core/tests/test_footer.py,sha256=5FYaKDRrY10_rXvetVmbo6-uOZSRQuOkaO_fvuv94N4,10970
391
406
  imio/smartweb/core/tests/test_herobanner.py,sha256=oCbnS288FcJqbhWDmqdWcAXi4S7qdnf2MvBtxrLVd_I,5940
392
407
  imio/smartweb/core/tests/test_htmx_in_sections.py,sha256=wMzFdI7V1G6NpYkQY7lD0GSPmNOVSH1p34nlXvpz3kw,5370
393
- imio/smartweb/core/tests/test_icons.py,sha256=sP1lIVnImCREersIZp1_QfD1LLyLFyr_mSMpt-ybgfY,2788
408
+ imio/smartweb/core/tests/test_icons.py,sha256=d7TPnzTFqa4_vYcsK5tl_PPDAjjmIn_EYrYzE0BRfmU,2788
394
409
  imio/smartweb/core/tests/test_indexes.py,sha256=DtRgpdkZ2PKu8y8OrARY1Gk3JU-siWlkDf98A_ZvzFI,10784
395
410
  imio/smartweb/core/tests/test_instance_behaviors.py,sha256=YMLtXkhxrLlD0nh0wx1-kX2hawQiOGvJqYXh_s53GPI,4274
396
411
  imio/smartweb/core/tests/test_local_roles.py,sha256=RCH3t--G7FTNqGIRgJWypTVo_a-1rPsdK8RG-yrOYhg,4997
@@ -418,7 +433,7 @@ imio/smartweb/core/tests/test_subsite.py,sha256=wiD8Ke4_-ArstSYNLCs8ArqOuDx2xxUR
418
433
  imio/smartweb/core/tests/test_text.py,sha256=DtZNNGJ-MDYbJ-YQj2C0q2Hr7t4-sUbV6SWkE7tihBY,4652
419
434
  imio/smartweb/core/tests/test_toolbar.py,sha256=dxwOGNOg2wPkAnPU3hqGCI6VL2D2nPOIOtbMorvjfps,3823
420
435
  imio/smartweb/core/tests/test_utils.py,sha256=CkRkK3SbT4oQx_-Nq2Z0AhmhzR4kk2BkIZqSbIiPU04,4125
421
- imio/smartweb/core/tests/test_vocabularies.py,sha256=5DRfIlpOpXauXCgNN3UAUJJh246naykErGNBcYfYx0M,14368
436
+ imio/smartweb/core/tests/test_vocabularies.py,sha256=E3qhSlh_mW8rxGhlW8Wo3gXwumCHChtZjmkfGlkdo_4,14368
422
437
  imio/smartweb/core/tests/test_vocabulary.py,sha256=9S3BtVIJbN1o0q2qMcX8k0CdUwixmc3DBs_s5qFrJwA,1648
423
438
  imio/smartweb/core/tests/utils.py,sha256=hsDrWOxL0oNNyx92Hke9Kj9ByKzc2kZ19q9QPVsNud4,2688
424
439
  imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html,sha256=13YeZ0mo8PoeHIHa64SLKuhNfGqBMT2uprmYDyQxE78,150
@@ -456,7 +471,7 @@ imio/smartweb/core/tests/robot/test_ct_page.robot,sha256=UoH47egHyCCVHmfqPdA1vQe
456
471
  imio/smartweb/core/tests/robot/test_ct_procedure.robot,sha256=vTeIpI4inkRWbJy41EZc1bkLL5tLrblRFYtNA820H68,2712
457
472
  imio/smartweb/core/tests/robot/test_example.robot,sha256=G_rUe5kTswB8E8xtM92zF78H1wotHxhzzZH8zrfrDi8,2003
458
473
  imio/smartweb/core/upgrades/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
459
- imio/smartweb/core/upgrades/configure.zcml,sha256=wJ7UI3PXU_9yjqM2PEYJOIUDKJ5DR5eud_JrYdo3_LY,28178
474
+ imio/smartweb/core/upgrades/configure.zcml,sha256=d0kYoIPxpRJV3S5d9xXjmqGzIm7iut9OLesMsakg9OA,28759
460
475
  imio/smartweb/core/upgrades/upgrades.py,sha256=SZHVeYODErjQZR_LzQ0cxBnJoqWRWsIiRpUhNTMiz7k,8295
461
476
  imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml,sha256=CG5K3-MCDqdMl7Dog-yvNZK0u0t8ipK-6QCcBNLb4cY,481
462
477
  imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml,sha256=vvmcWnYlU5Yic6RrOhziRj0RsveKaclNM5xWJVHx6r0,478
@@ -579,6 +594,7 @@ imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg,s
579
594
  imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml,sha256=BApommxfwLILSw0vfk7crMoj99vEiPqbirjdXf_BzBM,3007
580
595
  imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg,sha256=Q164kppiNOFkWqotf7py4Zh_4MkPqlaAXSg2BYkv9uE,320
581
596
  imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml,sha256=okHtdO00hhQGzUFRmzFrg2EuQcPpAGE8jkhTjDxniHk,5197
597
+ imio/smartweb/core/upgrades/profiles/1058_to_1059/registry/linkedin-icon.xml,sha256=DMUQhf_kJBJpvsTD-GRhwiXP0clWhi7Mydi0WMi-394,5517
582
598
  imio/smartweb/core/viewlets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
583
599
  imio/smartweb/core/viewlets/actions.py,sha256=QWj_pLNxH4223XPk4b4Dc79DiajF0HHfaXlUmXTwJ8k,661
584
600
  imio/smartweb/core/viewlets/arcgis_header.pt,sha256=iQc5ZG3g1Cmap963OG-wPotllr7oWmVSMoAnA7tctrQ,3428
@@ -656,16 +672,16 @@ imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js
656
672
  imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=9CksAZD8HmkPS0n0IpNDiIs-Rz7g4WGlxIAiWXg1SPg,338
657
673
  imio/smartweb/core/webcomponents/build/js/324.smartweb-webcomponents-compiled.js,sha256=agmSm7DjMJV_OltHpxOlF409JGppnSCjWBwBZDv9dkI,166942
658
674
  imio/smartweb/core/webcomponents/build/js/324.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=-3_bgdYPth5WaLi7KThLMFaeIhyLEDdatZAaOJMVBvI,680
659
- imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js,sha256=SopLCBqJX5a6PzniMhCZJrJfPiBg6vMtXqFTU9fnj0E,53656
675
+ imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js,sha256=xhdo2FGeiIABVLG7KxdEPFItG2aTViLPaM89hKIONrc,54044
660
676
  imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=srGNtnoNHz0w5OlaCDZLtTP8yBsDypbLTNk4qjsLvTU,317
661
- imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js,sha256=A1cEdvsR92_tk0rlyePgrVjnkmN7InZe-k7bpduSZEg,38376
677
+ imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js,sha256=OLt_IS4hEMzYR5HAA5A1cE1mjHaqgddAakT9vcVZtPk,38751
662
678
  imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js,sha256=C4DEpTuaRR0KAUgH9winSpJYpPwOHAOMUdreD7DaX6A,143081
663
679
  imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=eNJ8gc9n9IF8nW1d9sI9niuHstYzjNz5vqXx9UgWSPc,249
664
680
  imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js,sha256=FA5QfzUfmlsrCL5il1pWsT4gxkVTfYb_iyz7ccFlO8A,17404
665
681
  imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
666
682
  imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js,sha256=ca082EaYXpsgjIeedTCxHiJ_-RO09R2WQ28L21QEMrk,153293
667
683
  imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=6nkPO-SYLDPJB1DAWWJjhWo2H2X_Y2llNxj5PCmmUgw,153
668
- imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js,sha256=SZ5d2kpFVwyOw7pweE2U2IL86JyNEPm_fKagQGL0tHA,44886
684
+ imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js,sha256=GS_2Gwdpc-SyInupXNJJLOrZ2nlJDQouGjheBvHxvxY,45278
669
685
  imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js,sha256=WVkO-pJwzsvaPCEdpM8HCxys033UfvexwAHIZWtjZd8,15159
670
686
  imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js,sha256=YLKWqrbFtX1Q2I0gtWEbu7HTVAXe6kbOCWw6CeW8r7Y,299300
671
687
  imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=A-v1lwmuIX1DpNJ1MDzKDMWv7f_d6cjHlGOCEvthhdY,50
@@ -683,20 +699,19 @@ imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg,sha256=XgE72Zg2
683
699
  imio/smartweb/core/webcomponents/src/assets/pin-react.svg,sha256=kXxN_F5nCL1SUuSvO7dsVz2BCk6lyembEe0ZcDUjEUQ,336
684
700
  imio/smartweb/core/webcomponents/src/assets/pin.svg,sha256=-6a-6Jyc3EJteH1X5eFtPUCCz4FQeWKkVhMKHDhmbzI,890
685
701
  imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg,sha256=t0ycTc4BFYUP3A-_qhDXMC12Hb0Lg3gpk8ffQ_yT8ic,348
686
- imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=8-VtGeDE6eM4PjpJY55JMoRlh48MHwLXTmvvubU18Z8,10445
702
+ imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=mzcmwn7DO-ZIAMbW3ajwdusbR95zBQPaIcNiQLnCOxI,10919
687
703
  imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=_O6UeLtzaxTv8uC6RVgWtHQAAZfBJx9g4PrKV9KAUx4,9474
688
704
  imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=A26LlWeszwIzqu15SiEZ_mcb4NSaChAbT7d4GWEyVlY,96
689
705
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=Ji7ODujFQuPGsOwErVWd5AfiDHy9xkJbU2imwLMN2Sw,5068
690
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=pc5-Epb2QRfE-mYhqXizpY1Vnl5colFmQZl-aFRqYGA,35330
691
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg,sha256=t0ycTc4BFYUP3A-_qhDXMC12Hb0Lg3gpk8ffQ_yT8ic,348
692
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=5yhCdwg6MhwW7GvNYBPYHXui6J87QIpzpYsp2MGxWrc,1816
706
+ imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=EbVL-KFH-kv786DHb2b8Ossl2e3OubYHLR4yiDR3_iw,35412
707
+ imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=cPYe8dfXIgw5JzlAQ7zeRZa731naK3wIh-RCWY68Gm8,2156
693
708
  imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=yg7k4KgIOprikaOImjO-Mh7r83tbw0rgkc3YprQ72_4,13423
694
- imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=v8ImTC-6ZvIVuwqpc2dVbPUck3ER2vQZnw-xRAh3w1o,11272
709
+ imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=Kiuu8C1zaFpbgV9VN5EtoUMywTkiNkThHja0W-SzYRI,11923
695
710
  imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=CEy4vmYlE8n9_JASOBTl5rk6ZCIC7PbrGp7ZTgZL3n0,10012
696
711
  imio/smartweb/core/webcomponents/src/components/Events/index.js,sha256=DLQwtbr22jrwjTGSiJRiMbcqJNdngRYwW_MP0mwGJUo,95
697
712
  imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx,sha256=-5wj3_jDXfWncQVaXRsBMD5rSwnGjOGY72l2n4j_dH8,2052
698
- imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=kQzUgpUZXt4olQrO0yvToGwwQb8E0y0h0KtFz5A3CKg,35330
699
- imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx,sha256=U6UBEIqv3Y9QAVWSo-VW36Pb3qbiJs318Ucz0UtqDmU,1965
713
+ imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=bpqDSU1ZL5UvDhbU023pagYe3_hhXOYGNlsQUuQoW0s,35412
714
+ imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx,sha256=irZmfWRS77uHPe4_R1GIpsridcR7Upu7S9oPAkZlO5s,2331
700
715
  imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx,sha256=Onfa6fL2f1vTt4sAsYNNWA1uHgMR7an10b3IaMpRL1k,15951
701
716
  imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx,sha256=XKiN7Y8CFz48IluCEmyqTpSbBa6hvF4BjPcAZYKqKaQ,5949
702
717
  imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss,sha256=zccyw3yhc4k2GU_RYl7fJn7tZOz6DMDA2PGGK8SLmNQ,3233
@@ -706,13 +721,13 @@ imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx,sha
706
721
  imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js,sha256=lXSYovMyRUC9TjLDEn03_rcXJhAB2sTqBdc0E7hadJE,1288
707
722
  imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx,sha256=EznTS_9zVa9kzZ_XqFtKbJh5swZgnfkZfT9AnRfpEy4,5649
708
723
  imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss,sha256=fOA6Znq6BAl2spfGXefHwE3F0BPbL51RuQbPUC_HII4,1415
709
- imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=UCwE7p4xIXX__rk7xyzk-8R1MfArgEtCIufNMBeq8Y4,9197
724
+ imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=xK80eH2e3f1ArSg5bDRSqZUTvHRAVnLqzQsCrnOdEUk,9679
710
725
  imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=6N4xW_2IUlvGF6WBpoEad9OTHLrgDdyJKeFDSoc3mdc,4491
711
726
  imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
712
727
  imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx,sha256=_jPvqsdg6QHNBkC7erySX-s5sgBh35X8B3P2LgxcsBw,9598
713
728
  imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx,sha256=qbQoWnk5DeAluX-RViv3OEmU2WVQgB66o8SwsDoNDQQ,3379
714
- imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=fVtuI2Rago-qmKXuogpOcWs6qB8lMdcJR6uQTmURrqo,18093
715
- imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx,sha256=JVlkbeKygmysiFQL8fdDZmArgodVvOC1p6Z0P56VVd8,1707
729
+ imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=TGjBLHxkZ-hRQxQrNSEVVUQO_grAelIfvcgqBSzWgmc,18175
730
+ imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx,sha256=3HzLVxiMRnzwqlRcd0dOSyFvYJMrnHLp4qja9Jm0Qqs,2065
716
731
  imio/smartweb/core/webcomponents/src/components/Search/Search.jsx,sha256=mAXFJr2BmOjAe8-F9qeaWKvUhsOOBad-UKZ_QSwESmQ,2461
717
732
  imio/smartweb/core/webcomponents/src/components/Search/Search.scss,sha256=nnyNWve8dcce7q1G2jaOne3YbQXn5qbu0ai1-JBv0Fk,3033
718
733
  imio/smartweb/core/webcomponents/src/components/Search/index.js,sha256=_UM9GrZj8bAVS_Pw7yaGkRL0CrfjqO93a10PQh1a_xI,94
@@ -721,16 +736,17 @@ imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult
721
736
  imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx,sha256=4CzlZHGE0GQDcrAb2bUGfiyRsYPEmT59_BA_BSQ_F_o,7440
722
737
  imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx,sha256=NW9CnEhRMI1jCRlzsYJ17zfMuMZpz9pN7EM3uiXY8WQ,2893
723
738
  imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx,sha256=SlZZ1fN0Bg6swT9C03-4t0zSEPciBoVAPsbQVH5dgbI,2230
739
+ imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx,sha256=s9bnwrWBvP3hKyNV99kGpKKmSP85Zd5G3Eh8uhkXBas,85
724
740
  imio/smartweb/core/webcomponents/src/hooks/useAxios.js,sha256=Iz72CNBW85km1ejPm056ewMBgjClzpNmjh9hVPE7Hek,1156
725
741
  imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js,sha256=3OhVCCDmzRQCxs-x14UhwiCaqn2aqpwxL4sypt1nlEo,165
726
742
  imio/smartweb/core/webcomponents/src/utils/Map.jsx,sha256=cYuZykMIaLjr4KiLvmS4aYG4CPy8LljjYJzLwmaN98g,5283
727
743
  imio/smartweb/core/webcomponents/src/utils/Map.scss,sha256=xXWz0O-JBwSZrzz2XeQdN4nZEOjppU2sVFtlLQOitQ8,77
728
744
  imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=5YDHwdaRNWFWOgyNd7YejoAdcDvnvAENo3Xn0GDT8P8,8941
729
745
  imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
730
- imio.smartweb.core-1.2.60.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
731
- imio.smartweb.core-1.2.60.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
732
- imio.smartweb.core-1.2.60.dist-info/METADATA,sha256=TtHQdUqrav0W85kvACxp83LWkpc3JmmPpqKY2TpMA74,55047
733
- imio.smartweb.core-1.2.60.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
734
- imio.smartweb.core-1.2.60.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
735
- imio.smartweb.core-1.2.60.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
736
- imio.smartweb.core-1.2.60.dist-info/RECORD,,
746
+ imio.smartweb.core-1.2.61.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
747
+ imio.smartweb.core-1.2.61.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
748
+ imio.smartweb.core-1.2.61.dist-info/METADATA,sha256=7EKfgIaABl-6FJe9pc_13WQSIf8QxGEEFRO9E3NGRjI,55228
749
+ imio.smartweb.core-1.2.61.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
750
+ imio.smartweb.core-1.2.61.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
751
+ imio.smartweb.core-1.2.61.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
752
+ imio.smartweb.core-1.2.61.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 17.94"><path d="M14.88 17.94H2.62C1.17 17.94 0 16.76 0 15.32v-4.38h1.75v4.38c0 .48.39.88.88.88h12.25c.48 0 .88-.39.88-.88v-4.38h1.75v4.38c0 1.45-1.18 2.62-2.62 2.62Zm-6.12-5.76L3.14 6.56l1.24-1.24 3.5 3.5V0h1.75v8.83l3.5-3.5 1.24 1.24-5.61 5.61Z" style="fill:#8899a4;stroke-width:0"/></svg>
@@ -1,3 +0,0 @@
1
- import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('imio',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('imio', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('imio', [os.path.dirname(p)])));m = m or sys.modules.setdefault('imio', types.ModuleType('imio'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
2
- import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('imio',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('imio', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('imio', [os.path.dirname(p)])));m = m or sys.modules.setdefault('imio', types.ModuleType('imio'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
3
- import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('imio', 'smartweb'));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('imio.smartweb', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('imio.smartweb', [os.path.dirname(p)])));m = m or sys.modules.setdefault('imio.smartweb', types.ModuleType('imio.smartweb'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p);m and setattr(sys.modules['imio'], 'smartweb', m)