imio.smartweb.core 1.1.23__py3-none-any.whl → 1.1.25__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/contents/__init__.py +59 -32
- imio/smartweb/core/contents/configure.zcml +3 -0
- imio/smartweb/core/contents/cropping.py +24 -0
- imio/smartweb/core/contents/sections/external_content/configure.zcml +8 -0
- imio/smartweb/core/contents/sections/external_content/view.pt +6 -1
- imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +149 -0
- imio/smartweb/core/contents/sections/external_content/views.py +98 -7
- imio/smartweb/core/interfaces.py +7 -0
- imio/smartweb/core/profiles/default/metadata.xml +1 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +1 -0
- imio/smartweb/core/tests/test_banner.py +3 -3
- imio/smartweb/core/tests/test_cropping.py +14 -5
- imio/smartweb/core/tests/test_section_external_content.py +6 -6
- imio/smartweb/core/tests/test_sections.py +2 -2
- imio/smartweb/core/upgrades/configure.zcml +9 -0
- imio/smartweb/core/upgrades/upgrades.py +16 -0
- imio/smartweb/core/viewlets/arcgis_header.pt +143 -0
- imio/smartweb/core/viewlets/banner.py +5 -4
- imio/smartweb/core/viewlets/configure.zcml +11 -0
- imio/smartweb/core/viewlets/external_content.py +14 -0
- 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/510.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +3 -0
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +10 -11
- imio/smartweb/core/webcomponents/src/components/Events/ContactContent/ContactContent.jsx +1 -1
- imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx +5 -1
- {imio.smartweb.core-1.1.23.dist-info → imio.smartweb.core-1.1.25.dist-info}/METADATA +24 -1
- {imio.smartweb.core-1.1.23.dist-info → imio.smartweb.core-1.1.25.dist-info}/RECORD +36 -33
- /imio.smartweb.core-1.1.23-py3.10-nspkg.pth → /imio.smartweb.core-1.1.25-py3.10-nspkg.pth +0 -0
- {imio.smartweb.core-1.1.23.dist-info → imio.smartweb.core-1.1.25.dist-info}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.1.23.dist-info → imio.smartweb.core-1.1.25.dist-info}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.1.23.dist-info → imio.smartweb.core-1.1.25.dist-info}/WHEEL +0 -0
- {imio.smartweb.core-1.1.23.dist-info → imio.smartweb.core-1.1.25.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.1.23.dist-info → imio.smartweb.core-1.1.25.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
|
-
imio.smartweb.core-1.1.
|
1
|
+
imio.smartweb.core-1.1.25-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
|
-
imio/smartweb/core/interfaces.py,sha256=
|
7
|
+
imio/smartweb/core/interfaces.py,sha256=8FxcXLjS915SZSL41JGsAWFDQNBAtSTsLnGiPmboU3g,971
|
8
8
|
imio/smartweb/core/permissions.zcml,sha256=ZyBEARyO8NAq7tKFTb3G1FqEWERT1mQQ6vCVzji1ci8,1777
|
9
9
|
imio/smartweb/core/profiles.zcml,sha256=ck-C0RgJLnxFB0BSJfZ3C6Exn2-vQXK_bhi84RVD_Io,2028
|
10
10
|
imio/smartweb/core/setuphandlers.py,sha256=k1K8-ezP2gELwCNM5An2bBwQJjAKeS0rYtr2-q_InK8,932
|
@@ -138,9 +138,9 @@ imio/smartweb/core/browser/subsite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
138
138
|
imio/smartweb/core/browser/subsite/configure.zcml,sha256=ITEH-6pVztshQElqjNv9sk-CcVUTLFeccdSO9rHLwt0,414
|
139
139
|
imio/smartweb/core/browser/subsite/settings.py,sha256=tXEnEYZG75eM7H766ZgNCCWMwOcY9j45shD-8NR_7I0,1601
|
140
140
|
imio/smartweb/core/browser/templates/link_input.pt,sha256=Q7Y4gW4q0DVG-U5f3ZJkrAZwJnV8NMPu_Fdht7zhb4A,2808
|
141
|
-
imio/smartweb/core/contents/__init__.py,sha256=
|
142
|
-
imio/smartweb/core/contents/configure.zcml,sha256=
|
143
|
-
imio/smartweb/core/contents/cropping.py,sha256=
|
141
|
+
imio/smartweb/core/contents/__init__.py,sha256=LEsktU8Vs44T1jzDLR3pE7t9Pa_ozu1bAO24QrFP7sg,3308
|
142
|
+
imio/smartweb/core/contents/configure.zcml,sha256=VmTWQbCWiiKQUsqzOpP0bRk7ah3B3JZZt7pztgU2Z2g,807
|
143
|
+
imio/smartweb/core/contents/cropping.py,sha256=slWgh0OgCcqr3XbQaVsuuj_sf5t7Nkflr5mYs6l0DLo,1518
|
144
144
|
imio/smartweb/core/contents/blocks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
145
145
|
imio/smartweb/core/contents/blocks/configure.zcml,sha256=qmn7Hq9TekwvEYvS3PzUtINoA-slaoBrhAVxqvkbYC8,732
|
146
146
|
imio/smartweb/core/contents/blocks/subscriber.py,sha256=YL8mLJBwLvRvhPprbVlSXrNnWK2elZQtbYroWAcCjVg,330
|
@@ -238,10 +238,11 @@ imio/smartweb/core/contents/sections/events/content.py,sha256=Xm8atH3oGrVXN3HXG4
|
|
238
238
|
imio/smartweb/core/contents/sections/events/macros.pt,sha256=llSq-xstFiOXctseKDwvhVCM7A1_Z1Jq-_cUgNiBe10,1522
|
239
239
|
imio/smartweb/core/contents/sections/events/view.py,sha256=nTwRUB4KRYHGejG0AVD7auDuLE1ghnaMHTL9QS4md3w,3576
|
240
240
|
imio/smartweb/core/contents/sections/external_content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
241
|
-
imio/smartweb/core/contents/sections/external_content/configure.zcml,sha256=
|
241
|
+
imio/smartweb/core/contents/sections/external_content/configure.zcml,sha256=fv5_EgtBz4Ecnia8zgxwASnuxRmh6dXLJPncmR0BC-U,727
|
242
242
|
imio/smartweb/core/contents/sections/external_content/content.py,sha256=apHtfPwxkHkLQJVFVXs4F8O0gE09uI49AFQ8xRFrXgo,1096
|
243
|
-
imio/smartweb/core/contents/sections/external_content/view.pt,sha256=
|
244
|
-
imio/smartweb/core/contents/sections/external_content/
|
243
|
+
imio/smartweb/core/contents/sections/external_content/view.pt,sha256=ejEDippSIyEZN4QbjnMgPUk89D6eGkf3DMpwqTlDHjk,1245
|
244
|
+
imio/smartweb/core/contents/sections/external_content/view_arcgis.pt,sha256=cmbp4PcgFu963t_p2llIoYQKjmDHjUr2T5Wp9DA4Kc0,4841
|
245
|
+
imio/smartweb/core/contents/sections/external_content/views.py,sha256=8VlUjJZQFRZd48I45iiUCMgTKv-Bf8-CxKRGULmH1FQ,8049
|
245
246
|
imio/smartweb/core/contents/sections/files/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
246
247
|
imio/smartweb/core/contents/sections/files/configure.zcml,sha256=DyyHzDEKLWmOywbV08Zf7bvf0At5jyAeDfZ8PCK5Rog,501
|
247
248
|
imio/smartweb/core/contents/sections/files/content.py,sha256=3WHAdqNxV_L30EdtCpfHjlnaKIjZunZFRLpwmREJFi0,868
|
@@ -306,7 +307,7 @@ imio/smartweb/core/profiles/default/actions.xml,sha256=GC6a6dN6eibpFJ5XEc5CC_hki
|
|
306
307
|
imio/smartweb/core/profiles/default/browserlayer.xml,sha256=j9-hf9pW0KRVUx9S7sOH8EF-fc-aPua-oIdu0GuzTyk,179
|
307
308
|
imio/smartweb/core/profiles/default/catalog.xml,sha256=AZx3c3qR6ANx8y269IxmDOIvB7yVSOTy6D1nP9kXza0,864
|
308
309
|
imio/smartweb/core/profiles/default/controlpanel.xml,sha256=9FSBU7UaS7-b02DRCmbAs-j0HgdVzbP-TQQ8T9rXvyE,400
|
309
|
-
imio/smartweb/core/profiles/default/metadata.xml,sha256=
|
310
|
+
imio/smartweb/core/profiles/default/metadata.xml,sha256=TWaBLhouwARI1TvJKSxBm8m7fVK9yYw4zrtPZKE-X6A,1218
|
310
311
|
imio/smartweb/core/profiles/default/repositorytool.xml,sha256=GXq_sozn7Ucy0810IS9T0dgl8M7FT0gUbVz7BeFcLpo,183
|
311
312
|
imio/smartweb/core/profiles/default/rolemap.xml,sha256=xZIPtzR9vfQLMZKg8FPLdIIeYb2VzjXl8z2CtURWGsc,2726
|
312
313
|
imio/smartweb/core/profiles/default/types.xml,sha256=xkQyPtEccUnAHu5mL83r96dmtnCWNn17lVRJPP2jWMg,2040
|
@@ -333,7 +334,7 @@ imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml,sha256=8s2
|
|
333
334
|
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml,sha256=Okd45BhcK1hEWCtgfwD_YM29BgAeyf123iq1jylMkqk,1457
|
334
335
|
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml,sha256=e_iHdxm4vFYb0hhlfnjn8vJ_CBZ-L-nspW6W4pvy5qo,1134
|
335
336
|
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml,sha256=GvMIrrHNZ2o1tuN8cv6XUsVO0ogWy3c0bMfdRCDdJHE,1435
|
336
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml,sha256=
|
337
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml,sha256=C1BFq3Kn52p4xLfYgiJg9B1AOimq5lPd-3IyNUtjtZI,1284
|
337
338
|
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml,sha256=XTprZ_LTzgFabYRu-w99u30HHs3tgIgUsCSOSL1S3UA,1490
|
338
339
|
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml,sha256=8CPXF2CBF-9cz13jowiU0eUqLxzph6ic4Ly6GzVD0NQ,1349
|
339
340
|
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml,sha256=TIRqfDunNo2WIbPbQXSZQuM8LJbLvgJeXc_Dhe937cs,1232
|
@@ -357,12 +358,12 @@ imio/smartweb/core/profiles/testing/types/Document.xml,sha256=rsGEqMCL6GdRoNaUaU
|
|
357
358
|
imio/smartweb/core/profiles/testing/types/Folder.xml,sha256=VegC_axHcmGWUvCSTxID12lErLwKSURpL2h3CTbEae4,213
|
358
359
|
imio/smartweb/core/profiles/uninstall/browserlayer.xml,sha256=K8KnZFW9E6Hwi61Z6XZlXOjUpAKzJR6HjmjoOjFEWrk,128
|
359
360
|
imio/smartweb/core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
360
|
-
imio/smartweb/core/tests/test_banner.py,sha256=
|
361
|
+
imio/smartweb/core/tests/test_banner.py,sha256=83Q86ezLMJVwCLxoJddmlE9GKR3h6Qyb-rbqVSFc8a0,7838
|
361
362
|
imio/smartweb/core/tests/test_behaviors.py,sha256=-CGdTPsWC6p7_SEwmQF_6IugNb5g_-7cQ-3rmN4WKl0,5950
|
362
363
|
imio/smartweb/core/tests/test_categories.py,sha256=0qlzehS0VS-bNuAIAKued4m1o1G5VD6z21XPDqwdOk0,2012
|
363
364
|
imio/smartweb/core/tests/test_chatbot.py,sha256=F_53Vk9CwN9o4brZPifY4EQ-umcjdoGQwIBz25hcbxY,1161
|
364
365
|
imio/smartweb/core/tests/test_cirkwiview.py,sha256=i0ObNWPW4kdF81Tq3fizdBo_7aJT9WGL2SsARWhtn7Q,4921
|
365
|
-
imio/smartweb/core/tests/test_cropping.py,sha256=
|
366
|
+
imio/smartweb/core/tests/test_cropping.py,sha256=2BUbZVB2R4UG0ZOlYlxiT4p4N-gP6obSQBPaDgLdj4M,4733
|
366
367
|
imio/smartweb/core/tests/test_default_pages.py,sha256=logfeFBEGoadZ37OtcKc2YAz3ok5DgvhQQQ3BsYQlFc,12109
|
367
368
|
imio/smartweb/core/tests/test_faceted.py,sha256=EAFC8L3OtDXhWthK5CcpDe7des-1KrgXmTbf75U6NNM,5373
|
368
369
|
imio/smartweb/core/tests/test_folder.py,sha256=H8-zQwzyF1VYn0qT1uLracNMK8eMDNhHl5tP_CXAMPU,13379
|
@@ -384,10 +385,10 @@ imio/smartweb/core/tests/test_robot.py,sha256=NQ7AkN4tEva3bgGjMxmyqY0zIo4pJPnPOw
|
|
384
385
|
imio/smartweb/core/tests/test_search.py,sha256=VryeRI4_5CvnStKOoNoG95M2WTy7Lyy_AhHIDG40M14,2182
|
385
386
|
imio/smartweb/core/tests/test_section_contact.py,sha256=C1pSm49aKaOeCEEfeWkM5DEwP4gk02l0GQHp8yqDYpU,21264
|
386
387
|
imio/smartweb/core/tests/test_section_events.py,sha256=H7vw84NAUgBr3Cnbb0ZMLdi1xvg8_mU2Y2E2JQEAV5c,5609
|
387
|
-
imio/smartweb/core/tests/test_section_external_content.py,sha256=
|
388
|
+
imio/smartweb/core/tests/test_section_external_content.py,sha256=sWamDvmJIyFTM__u23isQglO0uaFXNHHLZxXm0yS9HQ,6840
|
388
389
|
imio/smartweb/core/tests/test_section_news.py,sha256=FhuerS1a4sppGwswUXaQ6hw_BOMjb79_pzrF5B5FciY,5760
|
389
390
|
imio/smartweb/core/tests/test_section_sendinblue.py,sha256=UmmKo33T9feelumxqeejM4HG4oLRPKJkbB8hkLO144E,2661
|
390
|
-
imio/smartweb/core/tests/test_sections.py,sha256=
|
391
|
+
imio/smartweb/core/tests/test_sections.py,sha256=WZm0k2fyGAPNcnKUsjGjoHBsOBjcRPU5BuM3vszpxWI,23669
|
391
392
|
imio/smartweb/core/tests/test_setup.py,sha256=JcbMnXTNCuB_8grFh5E1kZ0uALdATlKMbahAdGfToZI,2092
|
392
393
|
imio/smartweb/core/tests/test_social.py,sha256=THsk3PrUrjV4nPK-DDRRBnItMBr3TVuXExSucd0n79k,3030
|
393
394
|
imio/smartweb/core/tests/test_subsite.py,sha256=wiD8Ke4_-ArstSYNLCs8ArqOuDx2xxUR6Wac3GXfnbE,9016
|
@@ -431,8 +432,8 @@ imio/smartweb/core/tests/robot/test_ct_page.robot,sha256=UoH47egHyCCVHmfqPdA1vQe
|
|
431
432
|
imio/smartweb/core/tests/robot/test_ct_procedure.robot,sha256=vTeIpI4inkRWbJy41EZc1bkLL5tLrblRFYtNA820H68,2712
|
432
433
|
imio/smartweb/core/tests/robot/test_example.robot,sha256=G_rUe5kTswB8E8xtM92zF78H1wotHxhzzZH8zrfrDi8,2003
|
433
434
|
imio/smartweb/core/upgrades/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
434
|
-
imio/smartweb/core/upgrades/configure.zcml,sha256=
|
435
|
-
imio/smartweb/core/upgrades/upgrades.py,sha256=
|
435
|
+
imio/smartweb/core/upgrades/configure.zcml,sha256=WzGbSgjkoDVMc4PQODCJ83QOd-mhVLpUfU9rBX9lrio,21091
|
436
|
+
imio/smartweb/core/upgrades/upgrades.py,sha256=NnRSW7Q_cJulmCP8MApc4fZI0yXbN81mmxa1waBMNHM,6257
|
436
437
|
imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml,sha256=CG5K3-MCDqdMl7Dog-yvNZK0u0t8ipK-6QCcBNLb4cY,481
|
437
438
|
imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml,sha256=vvmcWnYlU5Yic6RrOhziRj0RsveKaclNM5xWJVHx6r0,478
|
438
439
|
imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml,sha256=atPFvI1zqv3z6E7HvsFS3r4LdIFsN7VEGe-3GUEaYtY,538
|
@@ -515,14 +516,16 @@ imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSen
|
|
515
516
|
imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml,sha256=DKAu1exRRMoJeuQqRh9NcGJ0yLkNbky-uzqS9Ve9x9k,441
|
516
517
|
imio/smartweb/core/viewlets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
517
518
|
imio/smartweb/core/viewlets/actions.py,sha256=QWj_pLNxH4223XPk4b4Dc79DiajF0HHfaXlUmXTwJ8k,661
|
519
|
+
imio/smartweb/core/viewlets/arcgis_header.pt,sha256=iQc5ZG3g1Cmap963OG-wPotllr7oWmVSMoAnA7tctrQ,3428
|
518
520
|
imio/smartweb/core/viewlets/banner.pt,sha256=fFhT7paFQ8bO-BioOnh2Rwtl_dW4GfMs-HGpJgWs1C8,1277
|
519
|
-
imio/smartweb/core/viewlets/banner.py,sha256=
|
521
|
+
imio/smartweb/core/viewlets/banner.py,sha256=u-RI3m0j3XmCgu3b-NJhgrNcqUHqKIzM8nAM7wmnbdA,2302
|
520
522
|
imio/smartweb/core/viewlets/category.pt,sha256=JElI8UGE7Lk-Uhf2KsKlTlX3EvqPdjmgk0c5IeJBv2o,103
|
521
523
|
imio/smartweb/core/viewlets/category.py,sha256=F8Vqxy3686-jY6ymjvZJFtK1Kj2a8Sqj8tAC37ZsCOU,308
|
522
524
|
imio/smartweb/core/viewlets/chatbot.pt,sha256=ataC2OtLpEawvrIZnM9vR8ChLfwkeMl78tOieSGpvSM,611
|
523
525
|
imio/smartweb/core/viewlets/chatbot.py,sha256=WgY4PQ7hZAuMRdACxRmwAs7-71Vl-h1Jk7CM1YPc6b0,329
|
524
|
-
imio/smartweb/core/viewlets/configure.zcml,sha256=
|
526
|
+
imio/smartweb/core/viewlets/configure.zcml,sha256=rbIU0801fD-fHxb6OpSRL5tf-wnNTezmg49LuNcwrRI,12313
|
525
527
|
imio/smartweb/core/viewlets/default_page_warning.pt,sha256=nw1G01jkmyY776NMmSxg-7ZHuNcZkzbrrZirTaRVyXY,531
|
528
|
+
imio/smartweb/core/viewlets/external_content.py,sha256=b9Qpxvzd5cEfwUOnS9Cp19wPplsUfDrolIwocm7Wx9A,421
|
526
529
|
imio/smartweb/core/viewlets/footer.pt,sha256=PbbXe2krY6DvCFWidShbo5XU9PATf8smpGM3N33vhkw,872
|
527
530
|
imio/smartweb/core/viewlets/footer.py,sha256=bqPwKNSE4zhKEjM6I8S-QWZYhDZejGpsHnISWBVfJuM,3216
|
528
531
|
imio/smartweb/core/viewlets/header.py,sha256=QcKtG0KJjLMyChOQblwyTcCc3Qj7_bOzHTmvVRS8lJg,367
|
@@ -577,17 +580,17 @@ imio/smartweb/core/webcomponents/build/assets/search.57bdbf5b191499cd77514097d1c
|
|
577
580
|
imio/smartweb/core/webcomponents/build/css/195.smartweb-webcomponents-compiled.css,sha256=MduKPKySiaQHOiTXm8lX5WIzrsrN3Gpa4EpGEgRq5yg,19173
|
578
581
|
imio/smartweb/core/webcomponents/build/css/323.smartweb-webcomponents-compiled.css,sha256=84HUcbZruZ-XAd8_suwu0O3Dfxaz15fNBhcVapB6gtk,2392
|
579
582
|
imio/smartweb/core/webcomponents/build/css/510.smartweb-webcomponents-compiled.css,sha256=WTfSJxZ0fLXZokPnhROn0fYDkG_Fi5RBrahBCP06s4w,3786
|
580
|
-
imio/smartweb/core/webcomponents/build/css/552.smartweb-webcomponents-compiled.css,sha256=
|
583
|
+
imio/smartweb/core/webcomponents/build/css/552.smartweb-webcomponents-compiled.css,sha256=9_ndk3xjp6z-pgebMjWLTskvtRH_Hh_AkQUI-X7E-vo,17914
|
581
584
|
imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css,sha256=xLkcneVroMl6Imnhr5c4qehs2ytJJ3v7nal5GdQiSTI,5304
|
582
585
|
imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js,sha256=0O_DNz729MDffAcwrH63ZvFYeDv_acOR0GXjnI-oH3g,17480
|
583
586
|
imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
|
584
|
-
imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js,sha256=
|
587
|
+
imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js,sha256=xuwFmKq80DWaB9dU_K0IhZ0QPt4W3Nb3tyyVzEJM4ww,37067
|
585
588
|
imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js,sha256=i5OektYE1cXQhNB1ZBi7KzewupYuWEyZM3G7oOPA1dM,168351
|
586
589
|
imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=euEy6zLvyR2bywaOKBw2hW-9rDEbt5IPelh6VIDyL4Y,361
|
587
590
|
imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js,sha256=fAEjrsLwMySn499qRVbZ8Z9AfXL2JzU55eK_vsp4YfU,26666
|
588
591
|
imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
|
589
|
-
imio/smartweb/core/webcomponents/build/js/510.smartweb-webcomponents-compiled.js,sha256=
|
590
|
-
imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js,sha256=
|
592
|
+
imio/smartweb/core/webcomponents/build/js/510.smartweb-webcomponents-compiled.js,sha256=wHyKZqkwMXi1QZvJ56j1ZR97bQNPiwZIHd69hSZTKBI,30803
|
593
|
+
imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js,sha256=eceKa60CFQJAwFLt4soUA1IvxEH3Vuk5ZXioMVZiLAM,46226
|
591
594
|
imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
|
592
595
|
imio/smartweb/core/webcomponents/build/js/565.smartweb-webcomponents-compiled.js,sha256=IdZs09H-YodzADZzB_7k7fjZg0mtADBy-bpGZ6enGcM,131048
|
593
596
|
imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js,sha256=wlAniB5SSu5xSeimSKDu8vc_8ewYc5kFaLwd8AGIDOk,12243
|
@@ -615,10 +618,10 @@ imio/smartweb/core/webcomponents/src/assets/pin.svg,sha256=-6a-6Jyc3EJteH1X5eFtP
|
|
615
618
|
imio/smartweb/core/webcomponents/src/assets/search.svg,sha256=VYkbBVirrqBaye-75ns8tcpEqjqpOiXd2CbIqo-M384,426
|
616
619
|
imio/smartweb/core/webcomponents/src/assets/skeleton.svg,sha256=Dmiuh5l9BjAqJkMN0IKg6iT3wJCcD8Dda1QQt4wul9g,453
|
617
620
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=NAZYOCAtnXTihbvYBjII2X7dlHzXaSpa4wodpLood_I,8756
|
618
|
-
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=
|
621
|
+
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=kQc4GMNgiyFPnoyF_o79lmilTI4weDzXb-RzfJIGwGs,6361
|
619
622
|
imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=OhysAmFEBw6Jg0F2iko4IGL8VcX0kZ8IZZ30tMWUY1c,97
|
620
623
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=HqQ679zUcaxffb4jJjHMPt6VUK6ZVq_P-Dr5aKVLcs4,5098
|
621
|
-
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=
|
624
|
+
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=5-SQUASFovqPu4VPGk9_UnscTKCPPLWqkvDcVhxG4lw,27396
|
622
625
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=nxEKcV-VQCiuaDiP8ee13_xnjNWVk9jsLx9-SIYxTLI,1678
|
623
626
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactMap/ContactMap.jsx,sha256=3mJekYhf5nfjjqUzgd0IWjtwA7jjB6ygGuo6sWgGEhg,5770
|
624
627
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactMap/ContactMap.scss,sha256=Ht5NXE7K1HohmDv4BOaE4Z0mhnqtKqYbBuEiP371Uho,73
|
@@ -629,7 +632,7 @@ imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=rJw4Cuv
|
|
629
632
|
imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=kNFxvgKu5NZitKSlRYvlNbvc-u2r9eiGIXkrzKVtJe0,7166
|
630
633
|
imio/smartweb/core/webcomponents/src/components/Events/index.js,sha256=DLQwtbr22jrwjTGSiJRiMbcqJNdngRYwW_MP0mwGJUo,95
|
631
634
|
imio/smartweb/core/webcomponents/src/components/Events/ContactCard/ContactCard.jsx,sha256=UypFgu_1bzCuWCa71gusu1R4VcxuRLXBuJtD-9Zlqxc,1987
|
632
|
-
imio/smartweb/core/webcomponents/src/components/Events/ContactContent/ContactContent.jsx,sha256=
|
635
|
+
imio/smartweb/core/webcomponents/src/components/Events/ContactContent/ContactContent.jsx,sha256=9NbLM1ZpJ82cPQz9ST1F8xN_G85xE_oUVWK3Zk1pDPg,16980
|
633
636
|
imio/smartweb/core/webcomponents/src/components/Events/ContactList/ContactList.jsx,sha256=o_hwzDaob2xtN3F8_wdyH2_Kj7KfndWyyFpV2OqIBx0,1675
|
634
637
|
imio/smartweb/core/webcomponents/src/components/Events/ContactMap/ContactMap.jsx,sha256=aZzTi6VSrtGKtpD9HjePXkmwosH7J37Z3OEhiqk8Dc4,5725
|
635
638
|
imio/smartweb/core/webcomponents/src/components/Events/ContactMap/ContactMap.scss,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -638,7 +641,7 @@ imio/smartweb/core/webcomponents/src/components/Events/Skeleton/Skeleton.jsx,sha
|
|
638
641
|
imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=kE9HX8tSRku5T0kzBBMbJTD629CE9QTNtMkym6DG6sU,6850
|
639
642
|
imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=ceOATMGRkY7DKSRrxmVjXDfy7Ho5S4ag5Ue9EVTcGJI,3293
|
640
643
|
imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
|
641
|
-
imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx,sha256=
|
644
|
+
imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx,sha256=VDvsbGw5Sgz38VOY3xpWySPF6hxV_QUffSqUQAg4430,3113
|
642
645
|
imio/smartweb/core/webcomponents/src/components/News/ContactContent/ContactContent.jsx,sha256=OUGpHBjkjBgThzhsT62u7bS7hzrOpBfeTXIaTOOx69M,12542
|
643
646
|
imio/smartweb/core/webcomponents/src/components/News/ContactList/ContactList.jsx,sha256=r5Nh1nbJHHceU-qKk549KDbS06ciC9KSZ6gvw-DPOeE,1493
|
644
647
|
imio/smartweb/core/webcomponents/src/components/News/ContactMap/ContactMap.jsx,sha256=CUj_4_X6_OfdepdjdgsNNRq66wfYbDyL40h79YnPiSA,4216
|
@@ -658,10 +661,10 @@ imio/smartweb/core/webcomponents/src/hooks/useAxios.js,sha256=MsRpT8p9bZTp2Hk2sc
|
|
658
661
|
imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js,sha256=fGxgxCI22ERSlVLCYmD0-nztnGUIz-VkUNyLtj5HSuo,223
|
659
662
|
imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=bsTZTvRlBaCImAchnuhZLtLQYC06bM539cPLoAgBMP0,2694
|
660
663
|
imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
|
661
|
-
imio.smartweb.core-1.1.
|
662
|
-
imio.smartweb.core-1.1.
|
663
|
-
imio.smartweb.core-1.1.
|
664
|
-
imio.smartweb.core-1.1.
|
665
|
-
imio.smartweb.core-1.1.
|
666
|
-
imio.smartweb.core-1.1.
|
667
|
-
imio.smartweb.core-1.1.
|
664
|
+
imio.smartweb.core-1.1.25.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
665
|
+
imio.smartweb.core-1.1.25.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
|
666
|
+
imio.smartweb.core-1.1.25.dist-info/METADATA,sha256=7A1QMRlDv7cATLa1Hj_LJPbLLVyMoCa-fhPU7HswvvA,41322
|
667
|
+
imio.smartweb.core-1.1.25.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
668
|
+
imio.smartweb.core-1.1.25.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
|
669
|
+
imio.smartweb.core-1.1.25.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
|
670
|
+
imio.smartweb.core-1.1.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.1.23.dist-info → imio.smartweb.core-1.1.25.dist-info}/namespace_packages.txt
RENAMED
File without changes
|
File without changes
|