imio.smartweb.core 1.3.1__py3-none-any.whl → 1.3.3__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/controlpanel.py +25 -1
  2. imio/smartweb/core/browser/sitemap.py +15 -11
  3. imio/smartweb/core/contents/rest/base.py +4 -0
  4. imio/smartweb/core/contents/rest/campaign/endpoint.py +18 -1
  5. imio/smartweb/core/profiles/default/metadata.xml +1 -1
  6. imio/smartweb/core/profiles/default/types/imio.smartweb.SectionTimestampedPublications.xml +4 -0
  7. imio/smartweb/core/profiles/default/types.xml +1 -0
  8. imio/smartweb/core/profiles/default/workflows.xml +1 -0
  9. imio/smartweb/core/tests/test_ideabox.py +5 -3
  10. imio/smartweb/core/tests/test_rest.py +21 -3
  11. imio/smartweb/core/tests/test_sitemap.py +19 -0
  12. imio/smartweb/core/upgrades/configure.zcml +19 -0
  13. imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionTimestampedPublications.xml +1 -5
  14. imio/smartweb/core/upgrades/profiles/1066_to_1067/types/imio.smartweb.SectionTimestampedPublications.xml +39 -0
  15. imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css +1 -1
  16. imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +1 -1
  17. imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +1 -1
  18. imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -1
  19. imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js +1 -1
  20. imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -1
  21. imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -1
  22. imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js +1 -1
  23. imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +3 -2
  24. imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +16 -2
  25. imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.jsx +2 -15
  26. imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.scss +117 -0
  27. imio/smartweb/core/webcomponents/src/components/Campaign/CampaignCard/CampaignCard.jsx +8 -2
  28. imio/smartweb/core/webcomponents/src/components/Campaign/CampaignContent/CampaignContent.jsx +18 -3
  29. imio/smartweb/core/webcomponents/src/components/Campaign/CampaignList/CampaignList.jsx +1 -0
  30. imio/smartweb/core/webcomponents/src/components/Campaign/Filters/Filter.jsx +6 -6
  31. imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +15 -1
  32. imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +4 -5
  33. imio/smartweb/core/webcomponents/src/components/News/News.jsx +4 -5
  34. imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +16 -1
  35. imio/smartweb/core/webcomponents/src/hooks/useAxios.js +3 -1
  36. imio/smartweb/core/webcomponents/src/index.scss +13 -3
  37. {imio.smartweb.core-1.3.1.dist-info → imio.smartweb.core-1.3.3.dist-info}/METADATA +28 -1
  38. {imio.smartweb.core-1.3.1.dist-info → imio.smartweb.core-1.3.3.dist-info}/RECORD +44 -43
  39. /imio.smartweb.core-1.3.1-py3.12-nspkg.pth → /imio.smartweb.core-1.3.3-py3.12-nspkg.pth +0 -0
  40. {imio.smartweb.core-1.3.1.dist-info → imio.smartweb.core-1.3.3.dist-info}/LICENSE.GPL +0 -0
  41. {imio.smartweb.core-1.3.1.dist-info → imio.smartweb.core-1.3.3.dist-info}/LICENSE.rst +0 -0
  42. {imio.smartweb.core-1.3.1.dist-info → imio.smartweb.core-1.3.3.dist-info}/WHEEL +0 -0
  43. {imio.smartweb.core-1.3.1.dist-info → imio.smartweb.core-1.3.3.dist-info}/namespace_packages.txt +0 -0
  44. {imio.smartweb.core-1.3.1.dist-info → imio.smartweb.core-1.3.3.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- imio.smartweb.core-1.3.1-py3.12-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
1
+ imio.smartweb.core-1.3.3-py3.12-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=sCJwomh6ve6OPSDexKNacz2PUkqzI5EVn8SEMZo4Sfw,1630
@@ -27,12 +27,12 @@ imio/smartweb/core/behaviors/quickaccess.py,sha256=j18T39KcbiJErpidMM8wH6i4XjEIZ
27
27
  imio/smartweb/core/behaviors/subsite.py,sha256=O2aJHl3Jj9WTpGBmNJaoia-PAtb7aSHpCRanvO1JE8k,1707
28
28
  imio/smartweb/core/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  imio/smartweb/core/browser/configure.zcml,sha256=IYf_nBFGzxOtl-3hxXX0N6g_YIg6S1k2c23OYjEiY2A,4430
30
- imio/smartweb/core/browser/controlpanel.py,sha256=dS4GffJXwC-N809CJZ2I6gohqAujUuRRqxh2Fawtzgk,8180
30
+ imio/smartweb/core/browser/controlpanel.py,sha256=v0f3m2zyRVmV8dhZ9s9rRVmgaa881biphLfM4H-EGUg,9315
31
31
  imio/smartweb/core/browser/forms.py,sha256=_6Z0x7yVeA5JaW4IwpYkX7bTIbw0UskgvtGfNDtMsrI,1091
32
32
  imio/smartweb/core/browser/icons.py,sha256=LFBCYTfynp4qNX2OQuNmMTOUEcJv-oQ8Izu6opE3o7A,2065
33
33
  imio/smartweb/core/browser/layout.py,sha256=wvo_Q2dYg1Yd8wOdYSfPg29NPESy9ndAGl6z3r5kxnY,2066
34
34
  imio/smartweb/core/browser/redirect_to_main_react_view.py,sha256=vzJwAet0P2uoMhlOtNjMy02e4LQw9DsHb6mRgBXGOB8,1668
35
- imio/smartweb/core/browser/sitemap.py,sha256=RkS65Q1W-iqv_TkpknHh6iPA4Hm0YHmsKdstRvZ2Brk,6790
35
+ imio/smartweb/core/browser/sitemap.py,sha256=Z9mrf1W_sytyZRbu1NvTRHrcKMR2nNZspjjdM8N-D1c,6827
36
36
  imio/smartweb/core/browser/utils.py,sha256=UDICDU2oh0h6wR46w_FI9GdIUopWcu14SaAPp_QAREE,3334
37
37
  imio/smartweb/core/browser/vocabulary.py,sha256=OBoU4mxGLKtzGD5mtsN-yV7yeMi4HdAQZVI4n1b9Myo,1312
38
38
  imio/smartweb/core/browser/banner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -212,7 +212,7 @@ imio/smartweb/core/contents/publication/__init__.py,sha256=47DEQpj8HBSa-_TImW-5J
212
212
  imio/smartweb/core/contents/publication/configure.zcml,sha256=tbotMG82XoUSWSMEI0J9ixYPWcUCDsu4Eh0RlO7PdyA,125
213
213
  imio/smartweb/core/contents/publication/content.py,sha256=lWpNVN6x59xD201uSxykzVcphyDz6Ik7Sh7trYfwOgE,572
214
214
  imio/smartweb/core/contents/rest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
215
- imio/smartweb/core/contents/rest/base.py,sha256=BCX_C4irVCv2Givx4vk8gr4mpmfaR2yjTIagdPT8gpc,2638
215
+ imio/smartweb/core/contents/rest/base.py,sha256=cAhTBN-CUHGxbl9Zm9XplkK_q8EgLNUWiPWUpKGrMdA,2851
216
216
  imio/smartweb/core/contents/rest/configure.zcml,sha256=aRhtgdIr4KvqNwF1cMMNwrl2DiSfqEJazRpAQQflnBw,467
217
217
  imio/smartweb/core/contents/rest/traversal.py,sha256=KLNGhUmvTAzaRqSIzT3B28HgMBK4vcNV75AfyIesjN8,540
218
218
  imio/smartweb/core/contents/rest/utils.py,sha256=yZZr3FhgaihJx-H2FdQDUx7lqZuHufff0dvDcz4BsHI,3086
@@ -220,7 +220,7 @@ imio/smartweb/core/contents/rest/view.py,sha256=RlQG2NGojTxQaEySg6Kl1xxDy2KkoC4k
220
220
  imio/smartweb/core/contents/rest/campaign/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
221
221
  imio/smartweb/core/contents/rest/campaign/configure.zcml,sha256=LaZqHBIshYCreTqevApeXioRd8aC9RELcHqJiqg4zCY,2314
222
222
  imio/smartweb/core/contents/rest/campaign/content.py,sha256=OKk4kTB7de7bf_QyuI2EPFlPNMLYcQz-FbG1hgrBwqU,2907
223
- imio/smartweb/core/contents/rest/campaign/endpoint.py,sha256=h-WqcxdhKfrKOHEiXBZ11P_r61ZzzaWeCDBRoY1LtTY,7100
223
+ imio/smartweb/core/contents/rest/campaign/endpoint.py,sha256=ghkQy318R_kd5aK9PMXGYyX_bkg7bEFF01OUpcVMl1Q,7501
224
224
  imio/smartweb/core/contents/rest/campaign/view.pt,sha256=3IXOD2NkgvSUpJOt7m1Nv8O3qwufTrT0ONYSslb1dXA,929
225
225
  imio/smartweb/core/contents/rest/campaign/view.py,sha256=H8aWBQ_FY9Bs7XdD18RqJxY3iYaIbqKOoKJNZddFW7M,749
226
226
  imio/smartweb/core/contents/rest/directory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -347,11 +347,11 @@ imio/smartweb/core/profiles/default/browserlayer.xml,sha256=j9-hf9pW0KRVUx9S7sOH
347
347
  imio/smartweb/core/profiles/default/catalog.xml,sha256=AZx3c3qR6ANx8y269IxmDOIvB7yVSOTy6D1nP9kXza0,864
348
348
  imio/smartweb/core/profiles/default/controlpanel.xml,sha256=9FSBU7UaS7-b02DRCmbAs-j0HgdVzbP-TQQ8T9rXvyE,400
349
349
  imio/smartweb/core/profiles/default/diff_tool.xml,sha256=66L2L7ZBGJajPDeHl16A3h6RUcj9l0C7qpwe8JSYe7o,212
350
- imio/smartweb/core/profiles/default/metadata.xml,sha256=zlg0MdauZSxGE9WVDwa7Yz-NJzEaXvXnudBwS7JuFd0,1218
350
+ imio/smartweb/core/profiles/default/metadata.xml,sha256=_DcZB2YVosMJPCuUK6t2c9n48Urq7qx9lwMCcm1gq1g,1218
351
351
  imio/smartweb/core/profiles/default/repositorytool.xml,sha256=aTErs-VvEEV3dm9_TdgPZfx1Pb1f5Sw7ap7IgiJOK4w,227
352
352
  imio/smartweb/core/profiles/default/rolemap.xml,sha256=xZIPtzR9vfQLMZKg8FPLdIIeYb2VzjXl8z2CtURWGsc,2726
353
- imio/smartweb/core/profiles/default/types.xml,sha256=k4V9-IxygB_2YPHWjQ7y_Upl443ksxfC_MC9mz9o3Yc,2111
354
- imio/smartweb/core/profiles/default/workflows.xml,sha256=VrFAw9s1UtWFSHuBA0VBE-WnRdZG9I_XIhJIEXwzdkw,1069
353
+ imio/smartweb/core/profiles/default/types.xml,sha256=oPZSjRtivll-J9qzhd4STvM7w1P6quyLp4ky6aH913w,2201
354
+ imio/smartweb/core/profiles/default/workflows.xml,sha256=NF1XsMgH7pFGdkVzDssgfutKXL2sRakMCSCH34nQ-Bs,1136
355
355
  imio/smartweb/core/profiles/default/registry/bundles.xml,sha256=5C6nwniE04kgQMGSn1EtnA7kfkgMPbrESSrMXhNNVww,2562
356
356
  imio/smartweb/core/profiles/default/registry/geolocation.xml,sha256=CzTg5DnZ-CjDIW-iuYmeL7EeNjHc63g_PgabttgMSsU,1251
357
357
  imio/smartweb/core/profiles/default/registry/plone.xml,sha256=cvJq50ofQ0SIN2p1GibAbpZny-fjxK4iaNg0q8HBmPU,3186
@@ -391,7 +391,7 @@ imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml,sh
391
391
  imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml,sha256=p0EQnnc9B28iMocTrKBdr_zzmDECQWcjDrJKH_hFYs4,1142
392
392
  imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml,sha256=JV0bfJDBTuD4x0zAG8p1cSMvTi-gp1TerX_tD6cnDH8,1173
393
393
  imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml,sha256=1rU_Z0h-ghzt_wcCvLlt2A5HsuZ5Ey_OvHaFRJwHB3E,1241
394
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionTimestampedPublications.xml,sha256=gShZ1Ozg7asts4OUJwKh-pTG0WFkQEazCoeoKY86Y3o,1316
394
+ imio/smartweb/core/profiles/default/types/imio.smartweb.SectionTimestampedPublications.xml,sha256=FhZjkrdpAseJwzcSMLR76JzuB0wqI9lM7Z4o1sEDbQc,1479
395
395
  imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml,sha256=SizWFzAer6gHpUKaNfGcKZe246eVLnFcra50fff2qAc,1167
396
396
  imio/smartweb/core/profiles/icons/basic/registry.xml,sha256=mSsx5FJZi9A6az0Hk1Otg3D2an5uUST8YnrZKrMiLvc,23211
397
397
  imio/smartweb/core/profiles/icons/contenttypes/registry.xml,sha256=nYHOYa4R1KZZh75n9gaMhHaPXAaXjCKX2tW5t7afFhg,8766
@@ -434,7 +434,7 @@ imio/smartweb/core/tests/test_herobanner.py,sha256=oCbnS288FcJqbhWDmqdWcAXi4S7qd
434
434
  imio/smartweb/core/tests/test_htmx_in_sections.py,sha256=wMzFdI7V1G6NpYkQY7lD0GSPmNOVSH1p34nlXvpz3kw,5370
435
435
  imio/smartweb/core/tests/test_iadeliberations.py,sha256=72OVlajWI3eVq2CG7bPmxkve6G4M4yveeoFYO9hfr-I,5655
436
436
  imio/smartweb/core/tests/test_icons.py,sha256=d7TPnzTFqa4_vYcsK5tl_PPDAjjmIn_EYrYzE0BRfmU,2788
437
- imio/smartweb/core/tests/test_ideabox.py,sha256=cm7gYn-_CwK16OLneeKx8Rc5Mkyi8GonXF92CjIvpUg,6368
437
+ imio/smartweb/core/tests/test_ideabox.py,sha256=nTVQ6_99QiUNPZquDS1uLfn8iPuzj5F8Gk3HHwfozhU,6425
438
438
  imio/smartweb/core/tests/test_indexes.py,sha256=DtRgpdkZ2PKu8y8OrARY1Gk3JU-siWlkDf98A_ZvzFI,10784
439
439
  imio/smartweb/core/tests/test_instance_behaviors.py,sha256=YMLtXkhxrLlD0nh0wx1-kX2hawQiOGvJqYXh_s53GPI,4274
440
440
  imio/smartweb/core/tests/test_local_roles.py,sha256=RCH3t--G7FTNqGIRgJWypTVo_a-1rPsdK8RG-yrOYhg,4997
@@ -446,7 +446,7 @@ imio/smartweb/core/tests/test_plausibleview.py,sha256=G1ryfnz3TuQBG8VFO5KzEylT5D
446
446
  imio/smartweb/core/tests/test_portal_page.py,sha256=hIqg4eb91o8BsSj7eSKdvoxehzOXt8bzpg1o5ej__zg,7215
447
447
  imio/smartweb/core/tests/test_procedure.py,sha256=1D3H2pOZvQrNXATDN38S8cB58Z4-xL0Y7zTDSrkWbVY,6594
448
448
  imio/smartweb/core/tests/test_redirect_to_main_react_view.py,sha256=3Pa_4BAmyz67onEaHochsubdEqszAMf2j0lkscEY50c,2986
449
- imio/smartweb/core/tests/test_rest.py,sha256=9hQ9LN1PGRiqHkownp0FUaMYN3wJwRoj8D1-uXeAG54,27638
449
+ imio/smartweb/core/tests/test_rest.py,sha256=SP_K2_kwOmHxvK8oSYwGIe8-eNcVOXot_qnEWhh0fic,28208
450
450
  imio/smartweb/core/tests/test_robot.py,sha256=NQ7AkN4tEva3bgGjMxmyqY0zIo4pJPnPOwnD9hmrTVI,926
451
451
  imio/smartweb/core/tests/test_search.py,sha256=VryeRI4_5CvnStKOoNoG95M2WTy7Lyy_AhHIDG40M14,2182
452
452
  imio/smartweb/core/tests/test_section_contact.py,sha256=aJUwOaP9OEpgGKXlQ6xIrP-3gHAeujF0Bnt8xw1llm8,27352
@@ -457,7 +457,7 @@ imio/smartweb/core/tests/test_section_news.py,sha256=6S7-r6ZnpeN_JdLYLZMWbHKRzeu
457
457
  imio/smartweb/core/tests/test_section_sendinblue.py,sha256=UmmKo33T9feelumxqeejM4HG4oLRPKJkbB8hkLO144E,2661
458
458
  imio/smartweb/core/tests/test_sections.py,sha256=zc54ia3MUfQNhvUbWHMFi12rm4yWnFBgVQDrVLJgMWE,25315
459
459
  imio/smartweb/core/tests/test_setup.py,sha256=JcbMnXTNCuB_8grFh5E1kZ0uALdATlKMbahAdGfToZI,2092
460
- imio/smartweb/core/tests/test_sitemap.py,sha256=AsIi2wgh1kpBKSjB4z1famO4vWzFuylhavF2hIAjJCw,8202
460
+ imio/smartweb/core/tests/test_sitemap.py,sha256=Rv0WW9R1zxeFZlqZbV6vuU_dtv9qY7PmNeYWw7wh-A8,8901
461
461
  imio/smartweb/core/tests/test_social.py,sha256=GVHkF4c8Ygnm09J1aGxhklbtd6b-1Fy8M7NnYmjRvfI,3046
462
462
  imio/smartweb/core/tests/test_subsite.py,sha256=wiD8Ke4_-ArstSYNLCs8ArqOuDx2xxUR6Wac3GXfnbE,9016
463
463
  imio/smartweb/core/tests/test_text.py,sha256=DtZNNGJ-MDYbJ-YQj2C0q2Hr7t4-sUbV6SWkE7tihBY,4652
@@ -508,7 +508,7 @@ imio/smartweb/core/tests/robot/test_ct_page.robot,sha256=UoH47egHyCCVHmfqPdA1vQe
508
508
  imio/smartweb/core/tests/robot/test_ct_procedure.robot,sha256=vTeIpI4inkRWbJy41EZc1bkLL5tLrblRFYtNA820H68,2712
509
509
  imio/smartweb/core/tests/robot/test_example.robot,sha256=G_rUe5kTswB8E8xtM92zF78H1wotHxhzzZH8zrfrDi8,2003
510
510
  imio/smartweb/core/upgrades/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
511
- imio/smartweb/core/upgrades/configure.zcml,sha256=OsYMIEsLtS3QiYi_QaMDcANLqvvYZHVsj5jtTU-byOk,33004
511
+ imio/smartweb/core/upgrades/configure.zcml,sha256=A8W6LcKkV7efl0nXkQ0UcWCM3aY8grQsYpdDW0hhRJQ,33556
512
512
  imio/smartweb/core/upgrades/upgrades.py,sha256=dglP6cUcUufp7wCjdanKKcZoEI1bCV1FWI_M1eNAnz8,10418
513
513
  imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml,sha256=CG5K3-MCDqdMl7Dog-yvNZK0u0t8ipK-6QCcBNLb4cY,481
514
514
  imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml,sha256=vvmcWnYlU5Yic6RrOhziRj0RsveKaclNM5xWJVHx6r0,478
@@ -642,12 +642,13 @@ imio/smartweb/core/upgrades/profiles/1061_to_1062/workflows.xml,sha256=agyIkvKVC
642
642
  imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.Page.xml,sha256=N0nbLh52uUc7uzDEImsmigFdU0O6XMh_tjozjHyV1jI,323
643
643
  imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.PortalPage.xml,sha256=N0nbLh52uUc7uzDEImsmigFdU0O6XMh_tjozjHyV1jI,323
644
644
  imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionFiles.xml,sha256=mHnNszcRlhohtz2GiA5b9sIws1Tj7JL_TDXEX2lFqGI,290
645
- imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionTimestampedPublications.xml,sha256=4XBwOL0WkRW3WL9lnkDVdqcC64ki2ydUxUaVdb_7T7o,1444
645
+ imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionTimestampedPublications.xml,sha256=gShZ1Ozg7asts4OUJwKh-pTG0WFkQEazCoeoKY86Y3o,1316
646
646
  imio/smartweb/core/upgrades/profiles/1062_to_1063/registry.xml,sha256=ooVHJarZn3b-iBl7Umo8Gu0v5pw8G87X5_ssmeVRx8c,318
647
647
  imio/smartweb/core/upgrades/profiles/1063_to_1064/types.xml,sha256=T3cECNFyCve4LevcNJkgZUESronzbdoKMzvkNRLdUBE,197
648
648
  imio/smartweb/core/upgrades/profiles/1063_to_1064/types/Link.xml,sha256=19TjIa4m2ddfRUvB9un5ZRFBHrMa3Wq9gXID1mWPxq4,287
649
649
  imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.BlockLink.xml,sha256=1r5sydZbHyom_VIrH_gT34FwwPUMyk87x2g3FAjNltE,293
650
650
  imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.SectionSlide.xml,sha256=kViKVS5u-x54Au1ShmOs4gUCd0a2UOwyAv_JgThzdVQ,296
651
+ imio/smartweb/core/upgrades/profiles/1066_to_1067/types/imio.smartweb.SectionTimestampedPublications.xml,sha256=FhZjkrdpAseJwzcSMLR76JzuB0wqI9lM7Z4o1sEDbQc,1479
651
652
  imio/smartweb/core/viewlets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
652
653
  imio/smartweb/core/viewlets/actions.py,sha256=CUMkS3w_MXOxqOzqp7s3PFCUF-RCrCFsKw3oxv0C37E,1200
653
654
  imio/smartweb/core/viewlets/arcgis_header.pt,sha256=iQc5ZG3g1Cmap963OG-wPotllr7oWmVSMoAnA7tctrQ,3428
@@ -719,10 +720,10 @@ imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7
719
720
  imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css,sha256=wWiRww8nYFkWCz8ArFPrhUIegyMD4KNeQGGM2udov08,8426
720
721
  imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css,sha256=3Q92R9fWkaxgUWZBpVP1GxVu5NoyQ0l0y_vjjfJgcO8,15928
721
722
  imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css,sha256=fliDxV7ndq55M6cIWIXkHFB5zHmzhRKqkogFqE2C_Xw,8343
722
- imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css,sha256=7QsBnr668bC8DuylEDP0RrHmfCI9-9UtU_m0QoJU2iE,10367
723
+ imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css,sha256=yzCOdSkUkhS_x3IBzKJ_Sl4iaa-CrprukXZzCOD10w8,10776
723
724
  imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css,sha256=4n9XOBYCX6jw5F9xjmj1C4G4gPdR8wUtlklIYLW45qo,32373
724
725
  imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css,sha256=zRQhgF9klDIGadELi-8rqHrKbHYgLO8Bq4skgUjAXBA,2861
725
- imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css,sha256=ybiIjh5_tUfEda--wXyl5b4YHmF5vE3IIFIcK-EHBhE,4574
726
+ imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css,sha256=M8icautg0PsMAmXKrHtVpzfxbu14EYhtawBoD6spwdE,4719
726
727
  imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js,sha256=gBUVapWbeu6EcGSuNcVqWHwqA0OJxaD5UFSKHVtHhpM,186434
727
728
  imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=JAhpUJdE4xo9ZDXUJUlmZe72ZmXGd4cysLmGtIk7gWw,680
728
729
  imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js,sha256=NR-ptgmjGjoHT7DB5AIQFjqophO4LHFO0Oo9jvvfFQE,170533
@@ -730,23 +731,23 @@ imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js.
730
731
  imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js,sha256=5wkEG6IXjdM5rynHf5mXcNAJUGmVqCDHtlwbYmzRCWA,26529
731
732
  imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js,sha256=XXPUkcyJv5ZYUI4A0_egiUji1e9xZfBa_WSb3FF2OAQ,435795
732
733
  imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=QAeU4Rw9Rrv8hnkJvvMeGdkO2ZE20WLcwCpju_UuPQ0,238
733
- imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js,sha256=INkzRbP5gnJRpZBiu4yrD7hmoBMH-5OHLw3K5eFkKBw,63635
734
+ imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js,sha256=ZDpONyyw7jupWJXhrGDyyBC97N631fpWAyL8XF5py5g,63997
734
735
  imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=srGNtnoNHz0w5OlaCDZLtTP8yBsDypbLTNk4qjsLvTU,317
735
- imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js,sha256=GmOLQ7CRF0ZOyGPIVd4_yhHKtMuhzKo1tW6GWHrhZXA,34861
736
- imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js,sha256=1o-0b0n0ZVOHu54j8VRi-TM7DNobXYgRcMwhRrf_rIU,34214
736
+ imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js,sha256=mA2ASTIlSg0T8xOqrOPxhHSu9_4HZLOfC3xscQfhi2M,35316
737
+ imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js,sha256=HhLi_YOBFurjLTzltshjI0XS94N0P_wNb7OPUhfkxkg,33741
737
738
  imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js,sha256=QMD0dRW14xDwbGZu7ItIUo5UrDxm6_f-mXjEe_BQT-A,17400
738
739
  imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
739
740
  imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js,sha256=SDOFrHK3AuLHcrpSvRqHWmxr4AYuf5XtmIarPNh-gck,156597
740
741
  imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=6nkPO-SYLDPJB1DAWWJjhWo2H2X_Y2llNxj5PCmmUgw,153
741
- imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js,sha256=pZeeboAFezsr5P1IemStRJzzG-Wduou4jWxLFJwgzzc,40736
742
- imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js,sha256=l3O08gHn8nIPE9ROSICwMw4hA6cqtX1Hehj_ovVa58U,20065
743
- imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js,sha256=VXyEyYxil1NpdW2G4zcPjrR9bjrVGmuYNrvG630rgok,13775
742
+ imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js,sha256=6iAsKY0Kwa083aRhg0682E4gMWm50rfS2DIbriiiHf8,41074
743
+ imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js,sha256=Lrrbg2P7V6nMEupXpMwW98uEQUQjJMsX70iBrHnXhfw,20089
744
+ imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js,sha256=aCyyd7vhUdXs5i6g-zBZUIcNzjWSD8zx6dnd05cC6lA,13799
744
745
  imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js,sha256=YLKWqrbFtX1Q2I0gtWEbu7HTVAXe6kbOCWw6CeW8r7Y,299300
745
746
  imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=A-v1lwmuIX1DpNJ1MDzKDMWv7f_d6cjHlGOCEvthhdY,50
746
747
  imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=9bq1vf3-tf3dgaluiPlDLB7ZZNKRetaLwQEzjZjKJ5s,422222
747
748
  imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=FYZFcv_VsY7Ef-afd5tLGRLLk9j84PX0P_ciZvbFli0,968
748
749
  imio/smartweb/core/webcomponents/src/index.jsx,sha256=fD5BlphV-ex32Laoxlp0JKN2jN83ZVVwtY6lKqIiSBs,871
749
- imio/smartweb/core/webcomponents/src/index.scss,sha256=0PT1Deggm3VmTOtjoSnuWYhe6Ts_PflB8zP9gwsns_A,5880
750
+ imio/smartweb/core/webcomponents/src/index.scss,sha256=2ZIeSoCmRSWfQXWV0rZshDygzn9S2L0hQXdtwW5WLb4,6061
750
751
  imio/smartweb/core/webcomponents/src/assets/close.svg,sha256=YRqTcPuokfqTclWe7mP06MOMzGAZxQikUO9XMeSwIg8,478
751
752
  imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png,sha256=aC1DNJvkOZB5Bg2TWrzBSyg-RgzF9PRaRRx2mI6kChg,9538
752
753
  imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg,sha256=4I_3G_3oLBPGayxnuutFmbHb9v5lwG9XWQoT1htvbTM,369
@@ -757,25 +758,25 @@ imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg,sha256=XgE72Zg2
757
758
  imio/smartweb/core/webcomponents/src/assets/pin-react.svg,sha256=kXxN_F5nCL1SUuSvO7dsVz2BCk6lyembEe0ZcDUjEUQ,336
758
759
  imio/smartweb/core/webcomponents/src/assets/pin.svg,sha256=-6a-6Jyc3EJteH1X5eFtPUCCz4FQeWKkVhMKHDhmbzI,890
759
760
  imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg,sha256=t0ycTc4BFYUP3A-_qhDXMC12Hb0Lg3gpk8ffQ_yT8ic,348
760
- imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=26OQ4Ejh7ozOfvuC3XmvzVHeOR81EeMp1rwPhsRWvTM,11456
761
+ imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=DcansNKQhkXIIH9RVPUefYyQkTBm-EsZyRFEF0uUKjg,11541
761
762
  imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=99jOFI8Nv3iIrijtz3DkxUv80SgCwEHkoyharipUd_4,12433
762
763
  imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=A26LlWeszwIzqu15SiEZ_mcb4NSaChAbT7d4GWEyVlY,96
763
764
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=yBbE4fl6Q-DvGLIN1er7izF507SpYHB5_SCkXPHVYYY,6647
764
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=PlRdrd_wapcZSsbwmR8wChCWOKwO_J99GIG2F37vK_Q,38783
765
+ imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=g8PP7oH_DZhq5qHJzkV4T3XLRPdR_gP-Yv5SBdUgwiE,39216
765
766
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=_UbuWGN_Goao7BXlW19rIuvoj_2X7JkXBN8KXqOvbS8,2309
766
767
  imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=yg7k4KgIOprikaOImjO-Mh7r83tbw0rgkc3YprQ72_4,13423
767
- imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.jsx,sha256=mWLkqowIdT3rI7ZHmLqYMXX440QDmth5iY4FGEo52IY,12559
768
- imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.scss,sha256=8xETcHQeaFDZ9EqR2rQcvKvTa9E_gm5yZgj3mrxCW-I,14961
768
+ imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.jsx,sha256=IbnBir_0EOtqsX4Cq2i7c8HtqetRATlo0yB2FGmXMYk,11820
769
+ imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.scss,sha256=vPaRPDeoEy4lrfe0yqfyNh8-PDQ7ZjLZBv4KMqZ4pA8,17486
769
770
  imio/smartweb/core/webcomponents/src/components/Campaign/index.js,sha256=QSsDk_SfGrFNtfNvm4tpstUxzU7-t8664a_oRHTGYq0,97
770
- imio/smartweb/core/webcomponents/src/components/Campaign/CampaignCard/CampaignCard.jsx,sha256=_D0NmTESIt0fFY6ysLvvB2kiosD_EO4_Wimi4wotgEI,3007
771
- imio/smartweb/core/webcomponents/src/components/Campaign/CampaignContent/CampaignContent.jsx,sha256=y3coVfaQPsIIIYYA6zI_ApWWwMZHfbpZ2F6dQjqGJ1I,7667
772
- imio/smartweb/core/webcomponents/src/components/Campaign/CampaignList/CampaignList.jsx,sha256=BRhGkvmMNPEmXuBWi6BGt1BBIXsmMc5PY419nMxzs9U,2430
773
- imio/smartweb/core/webcomponents/src/components/Campaign/Filters/Filter.jsx,sha256=mBG_OOkPmf_-X-Fo95LjCD4wGMVEPL_rQj_AKpi9rmE,10381
774
- imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=L3bThj_F-dmhSSyqtC3VHbggVM-bSY-gmVZmyRzAtgg,12271
771
+ imio/smartweb/core/webcomponents/src/components/Campaign/CampaignCard/CampaignCard.jsx,sha256=5wdo-CJorBlIV9iFT8kCnWPrpCF70PDe1D_FZ5ggpGM,3307
772
+ imio/smartweb/core/webcomponents/src/components/Campaign/CampaignContent/CampaignContent.jsx,sha256=QcBl74wGjg9iaHthVFtJhg_5bOKOKo2RJ-4xsrgidsg,8294
773
+ imio/smartweb/core/webcomponents/src/components/Campaign/CampaignList/CampaignList.jsx,sha256=ElkwDuGLN_olGbPZ7gm0OxfzOeMNCPvq2ROKy38WNZg,2500
774
+ imio/smartweb/core/webcomponents/src/components/Campaign/Filters/Filter.jsx,sha256=9aiy0RQdRjJIW1F3mdS-Nv39PaFzMvMjc4Ytt4kYkGs,10337
775
+ imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=uu9UBq07xUCKegP29JL8Ytu1Lituct8KNZ-WVTON8sc,12205
775
776
  imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=FnRLuNcwtp9ngCKGsi_P18xhPmGNHQ_kMoWr4V5mZHE,12705
776
777
  imio/smartweb/core/webcomponents/src/components/Events/index.js,sha256=DLQwtbr22jrwjTGSiJRiMbcqJNdngRYwW_MP0mwGJUo,95
777
778
  imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx,sha256=CYb-6E5sfgIXFNc2-2dpajBsBggITh-pxqEkiPiJw0M,3586
778
- imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=DalaaRT7dn9bIrrYqYTxFNXzSFGfiTL3A5xq25lSWl0,37006
779
+ imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=ncZoNCmOndEWAnvxLYIVLezQ30zaWJlKshwTmfM8u9w,37421
779
780
  imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx,sha256=IE3u7O46ZF-wA0pu5WFT-lW84-l993mZVHei6JUmuBc,2414
780
781
  imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx,sha256=Onfa6fL2f1vTt4sAsYNNWA1uHgMR7an10b3IaMpRL1k,15951
781
782
  imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx,sha256=XKiN7Y8CFz48IluCEmyqTpSbBa6hvF4BjPcAZYKqKaQ,5949
@@ -786,12 +787,12 @@ imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx,sha
786
787
  imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js,sha256=lXSYovMyRUC9TjLDEn03_rcXJhAB2sTqBdc0E7hadJE,1288
787
788
  imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx,sha256=EznTS_9zVa9kzZ_XqFtKbJh5swZgnfkZfT9AnRfpEy4,5649
788
789
  imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss,sha256=fOA6Znq6BAl2spfGXefHwE3F0BPbL51RuQbPUC_HII4,1415
789
- imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=_-Wb2Sa-8WEdtJe_HR6Ew0GPveM-2PgPKpaKFk5WHto,10056
790
+ imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=AMCXzuSk2Vuwan3yQtpDaNL9Z7CJkQBFUYqwWqoNISY,9982
790
791
  imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=X1qIeoDjtWre2kj7jitnXDKzMpByV1x6PB6bgSAIuaQ,5187
791
792
  imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
792
793
  imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx,sha256=_jPvqsdg6QHNBkC7erySX-s5sgBh35X8B3P2LgxcsBw,9598
793
794
  imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx,sha256=sYJbhbW2FgV79xpXaFKM3NuKY08NkFZhMOMVPOLesB4,3941
794
- imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=BBL12LASGmtWXjIudDuFEAyRXcgX2Xdn63JhSShjM88,20105
795
+ imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=KSFEW9PkxhimHhmAzyMNEfg4eAs6meQ1IBnQak0AQCM,20521
795
796
  imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx,sha256=aDgfW-TXeahzRMoubSNCR0mmKrzG2MJraJc2fKwO2SQ,3703
796
797
  imio/smartweb/core/webcomponents/src/components/Search/Search.jsx,sha256=QkS6KsNSbTUzZbZ_PKdfxh-K2hnPzLO5K6OnB_Q--U4,4843
797
798
  imio/smartweb/core/webcomponents/src/components/Search/Search.scss,sha256=um_151JG3WDC_oe3U_amWrUqUgFFS0fNRd5uDNxQZos,3726
@@ -802,17 +803,17 @@ imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx,sha256
802
803
  imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx,sha256=NW9CnEhRMI1jCRlzsYJ17zfMuMZpz9pN7EM3uiXY8WQ,2893
803
804
  imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx,sha256=SlZZ1fN0Bg6swT9C03-4t0zSEPciBoVAPsbQVH5dgbI,2230
804
805
  imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx,sha256=s9bnwrWBvP3hKyNV99kGpKKmSP85Zd5G3Eh8uhkXBas,85
805
- imio/smartweb/core/webcomponents/src/hooks/useAxios.js,sha256=oeKZGIJ8g_ELRM7jze6PUzAbVy4eu0FvQlszt5kjnjk,2394
806
+ imio/smartweb/core/webcomponents/src/hooks/useAxios.js,sha256=Q0OufeKiUrmDifUip29CykzeTNcQAUKiUdViJBmG3Dw,2445
806
807
  imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js,sha256=3OhVCCDmzRQCxs-x14UhwiCaqn2aqpwxL4sypt1nlEo,165
807
808
  imio/smartweb/core/webcomponents/src/utils/CampaignMap.jsx,sha256=q4mayOIbAz29LwMWcbi9a-mrSO1_ELP6lYH8ZfrQ_xs,6024
808
809
  imio/smartweb/core/webcomponents/src/utils/Map.jsx,sha256=EpmA8-iqHIkWrjgjR9JKvZp1J6YRz__VcHzOII7puDQ,5284
809
810
  imio/smartweb/core/webcomponents/src/utils/Map.scss,sha256=DVQ6sUQOKFvLhbcamY6EmSrfWYq61gqaQUZ_YM1Le0Q,343
810
811
  imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=t10nXoXPYRXKbPo8Esu0bjLzPPbxk7PRIUIERMapIiI,10250
811
812
  imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
812
- imio.smartweb.core-1.3.1.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
813
- imio.smartweb.core-1.3.1.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
814
- imio.smartweb.core-1.3.1.dist-info/METADATA,sha256=8Gn_KKxLFWLBk_9tATgwm_A7CfNLDvJ7BvV7Ec_LK-c,62039
815
- imio.smartweb.core-1.3.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
816
- imio.smartweb.core-1.3.1.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
817
- imio.smartweb.core-1.3.1.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
818
- imio.smartweb.core-1.3.1.dist-info/RECORD,,
813
+ imio.smartweb.core-1.3.3.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
814
+ imio.smartweb.core-1.3.3.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
815
+ imio.smartweb.core-1.3.3.dist-info/METADATA,sha256=vqcBpq6oF7QI7EsqcFY6JH8Iz7laE1YdVTQFLCQi1ts,62696
816
+ imio.smartweb.core-1.3.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
817
+ imio.smartweb.core-1.3.3.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
818
+ imio.smartweb.core-1.3.3.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
819
+ imio.smartweb.core-1.3.3.dist-info/RECORD,,