imio.smartweb.core 1.2.29__py3-none-any.whl → 1.2.31__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 +24 -0
- imio/smartweb/core/browser/redirect_to_main_react_view.py +47 -0
- imio/smartweb/core/browser/search/search.pt +2 -1
- imio/smartweb/core/browser/search/search.py +4 -0
- imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +11 -0
- imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +11 -0
- imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +11 -0
- imio/smartweb/core/tests/test_redirect_to_main_react_view.py +74 -0
- imio/smartweb/core/viewlets/offcanvas.pt +2 -1
- imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js +1 -2
- imio/smartweb/core/webcomponents/build/js/392.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/493.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/528.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/{218.smartweb-webcomponents-compiled.js → 979.smartweb-webcomponents-compiled.js} +1 -1
- imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +1 -1
- imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -1
- imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +1 -1
- imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +2 -1
- imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +16 -14
- imio/smartweb/core/webcomponents/src/components/News/News.jsx +65 -62
- imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +19 -20
- imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +1 -1
- imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +5 -2
- imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +5 -2
- imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +48 -28
- imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +5 -2
- imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +15 -11
- imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +6 -2
- imio/smartweb/core/webcomponents/src/utils/translation.js +48 -0
- {imio.smartweb.core-1.2.29.dist-info → imio.smartweb.core-1.2.31.dist-info}/METADATA +23 -3
- {imio.smartweb.core-1.2.29.dist-info → imio.smartweb.core-1.2.31.dist-info}/RECORD +41 -37
- {imio.smartweb.core-1.2.29.dist-info → imio.smartweb.core-1.2.31.dist-info}/WHEEL +1 -1
- imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -1
- /imio/smartweb/core/webcomponents/build/js/{212.smartweb-webcomponents-compiled.js.LICENSE.txt → 493.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio.smartweb.core-1.2.29-py3.10-nspkg.pth → /imio.smartweb.core-1.2.31-py3.8-nspkg.pth +0 -0
- {imio.smartweb.core-1.2.29.dist-info → imio.smartweb.core-1.2.31.dist-info}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.29.dist-info → imio.smartweb.core-1.2.31.dist-info}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.29.dist-info → imio.smartweb.core-1.2.31.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.29.dist-info → imio.smartweb.core-1.2.31.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.31
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -26,7 +26,7 @@ License-File: LICENSE.rst
|
|
26
26
|
Requires-Dist: setuptools
|
27
27
|
Requires-Dist: z3c.jbot
|
28
28
|
Requires-Dist: z3c.unconfigure
|
29
|
-
Requires-Dist: plone.api
|
29
|
+
Requires-Dist: plone.api >=1.8.4
|
30
30
|
Requires-Dist: plone.gallery
|
31
31
|
Requires-Dist: plone.restapi
|
32
32
|
Requires-Dist: plone.app.dexterity
|
@@ -48,7 +48,7 @@ Requires-Dist: imio.smartweb.common
|
|
48
48
|
Requires-Dist: imio.smartweb.locales
|
49
49
|
Provides-Extra: test
|
50
50
|
Requires-Dist: plone.app.testing ; extra == 'test'
|
51
|
-
Requires-Dist: plone.testing
|
51
|
+
Requires-Dist: plone.testing >=5.0.0 ; extra == 'test'
|
52
52
|
Requires-Dist: plone.app.contenttypes ; extra == 'test'
|
53
53
|
Requires-Dist: plone.app.robotframework[debug] ; extra == 'test'
|
54
54
|
Requires-Dist: plone.restapi[test] ; extra == 'test'
|
@@ -189,6 +189,26 @@ Changelog
|
|
189
189
|
=========
|
190
190
|
|
191
191
|
|
192
|
+
1.2.31 (2024-02-02)
|
193
|
+
-------------------
|
194
|
+
|
195
|
+
- Add React Context to manage global language
|
196
|
+
[thomlamb]
|
197
|
+
|
198
|
+
- WEB-4063 : Create some views that redirect to main rest (directory, agenda, news) views (thank to registered uid) for e-guichet
|
199
|
+
[boulch]
|
200
|
+
|
201
|
+
- SUP-34498 : Fix url construction to fix 404 on external tab click on React items
|
202
|
+
[thomlamb]
|
203
|
+
|
204
|
+
|
205
|
+
1.2.30 (2024-01-30)
|
206
|
+
-------------------
|
207
|
+
|
208
|
+
- Quick fix : move date queries in inital component to avoid bad url
|
209
|
+
[thomlamb]
|
210
|
+
|
211
|
+
|
192
212
|
1.2.29 (2024-01-30)
|
193
213
|
-------------------
|
194
214
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
imio.smartweb.core-1.2.
|
1
|
+
imio.smartweb.core-1.2.31-py3.8-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=PeC4rF--rF6MfVQ0NzggQrZWIl35oPtJdEhvQwGxhhI,1459
|
@@ -23,11 +23,12 @@ imio/smartweb/core/behaviors/orientation.py,sha256=WrW9BeT9KICl4qmkGzplLepJ5J_rM
|
|
23
23
|
imio/smartweb/core/behaviors/quickaccess.py,sha256=j18T39KcbiJErpidMM8wH6i4XjEIZyTQ1kER4_FfhhE,1063
|
24
24
|
imio/smartweb/core/behaviors/subsite.py,sha256=O2aJHl3Jj9WTpGBmNJaoia-PAtb7aSHpCRanvO1JE8k,1707
|
25
25
|
imio/smartweb/core/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
|
-
imio/smartweb/core/browser/configure.zcml,sha256=
|
26
|
+
imio/smartweb/core/browser/configure.zcml,sha256=T9eH09rNZVDbli1H-D5KyzjlCNX44ztic65ADYNnf68,3478
|
27
27
|
imio/smartweb/core/browser/controlpanel.py,sha256=6HXq01oq9ndFc4fNx5Dv49TG92OiCKoK7ovQQUVNQkA,5361
|
28
28
|
imio/smartweb/core/browser/forms.py,sha256=_6Z0x7yVeA5JaW4IwpYkX7bTIbw0UskgvtGfNDtMsrI,1091
|
29
29
|
imio/smartweb/core/browser/icons.py,sha256=LFBCYTfynp4qNX2OQuNmMTOUEcJv-oQ8Izu6opE3o7A,2065
|
30
30
|
imio/smartweb/core/browser/layout.py,sha256=wvo_Q2dYg1Yd8wOdYSfPg29NPESy9ndAGl6z3r5kxnY,2066
|
31
|
+
imio/smartweb/core/browser/redirect_to_main_react_view.py,sha256=VNzfJn-XCgBRMv5Nipu-ojdxiG0PDTepWTAYe6KfGBY,1475
|
31
32
|
imio/smartweb/core/browser/utils.py,sha256=h4odo_1nXQCBqnp2JjHTW7nbcSZ15hvScmYQNOH1YkA,3228
|
32
33
|
imio/smartweb/core/browser/banner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
34
|
imio/smartweb/core/browser/banner/configure.zcml,sha256=Z2M7gkRDdmV4zRekUhyuJ-_jvbIbhgTj2Zq674iKvUE,389
|
@@ -66,8 +67,8 @@ imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.template
|
|
66
67
|
imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt,sha256=3CRmJCytQWusUQqeNkOd_R1Ay9gvvFS1usjxIKA4Jr0,978
|
67
68
|
imio/smartweb/core/browser/search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
68
69
|
imio/smartweb/core/browser/search/configure.zcml,sha256=thULCur5ATmz2lxPPGcNxT9s2O6ssdLw0dkzFafyUhg,423
|
69
|
-
imio/smartweb/core/browser/search/search.pt,sha256=
|
70
|
-
imio/smartweb/core/browser/search/search.py,sha256=
|
70
|
+
imio/smartweb/core/browser/search/search.pt,sha256=LNiS8JPqVbGZrEm644Kp7vqQWWxUIEiMA_dFODv0fB0,538
|
71
|
+
imio/smartweb/core/browser/search/search.py,sha256=vc2FDwsCZSqLH3N0deR_r9aqsJB6I27T2VNpPMSTMBI,2469
|
71
72
|
imio/smartweb/core/browser/static/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
72
73
|
imio/smartweb/core/browser/static/Makefile,sha256=M6dYqYEKwHzwyCn3d8RWpbwVJmfLSr2D0Zvqyl7fqFM,350
|
73
74
|
imio/smartweb/core/browser/static/package.json,sha256=rJeZEnDqQvcPTakkRPOZCALk8HBKA-3BOb4Kjwi12vs,695
|
@@ -357,6 +358,9 @@ imio/smartweb/core/profiles/testing/types.xml,sha256=bIwRPefUDm3jNk5U6uQtSRLaOXu
|
|
357
358
|
imio/smartweb/core/profiles/testing/types/Collection.xml,sha256=C-sMSIWDq53bNJEFCIKAKo3DvVRQXad22qb8LGCFU6k,517
|
358
359
|
imio/smartweb/core/profiles/testing/types/Document.xml,sha256=rsGEqMCL6GdRoNaUaUvUowjR4k-Awwsd1Kpe3ztPV0w,215
|
359
360
|
imio/smartweb/core/profiles/testing/types/Folder.xml,sha256=VegC_axHcmGWUvCSTxID12lErLwKSURpL2h3CTbEae4,213
|
361
|
+
imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml,sha256=JZSCO8QH8q28ENPqQGXIH97_yCZ8MfJtvgG118yajcQ,293
|
362
|
+
imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml,sha256=NvYNq4jDq7wfvkBjH3WzPQHAvXudovjCrVdnYsbTndM,290
|
363
|
+
imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml,sha256=6RpfvqRI-hrmjPKmKzzHXwXwGRBEUyiQOpQxqqbDDDk,288
|
360
364
|
imio/smartweb/core/profiles/uninstall/browserlayer.xml,sha256=K8KnZFW9E6Hwi61Z6XZlXOjUpAKzJR6HjmjoOjFEWrk,128
|
361
365
|
imio/smartweb/core/rest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
362
366
|
imio/smartweb/core/rest/authentic_sources.py,sha256=5GmzB3GL5vhQNhqgZGmbsQSgXeETdoJiw74sSRVEtyg,4305
|
@@ -384,6 +388,7 @@ imio/smartweb/core/tests/test_page.py,sha256=1dD9M_6nwS6M2OuyWmT5cPq5qnxnog3tcqF
|
|
384
388
|
imio/smartweb/core/tests/test_plausibleview.py,sha256=G1ryfnz3TuQBG8VFO5KzEylT5DFABW58PQuuvPq_ccY,3229
|
385
389
|
imio/smartweb/core/tests/test_portal_page.py,sha256=hIqg4eb91o8BsSj7eSKdvoxehzOXt8bzpg1o5ej__zg,7215
|
386
390
|
imio/smartweb/core/tests/test_procedure.py,sha256=0w8phOwYfpp9vb3KDsnwjX8AhQXWdodA06W4koderQo,6474
|
391
|
+
imio/smartweb/core/tests/test_redirect_to_main_react_view.py,sha256=I_Tx7i2tJKzW_CiKE_bpUyuM43L6D8foq-sEDO_stFg,2804
|
387
392
|
imio/smartweb/core/tests/test_rest.py,sha256=PO4LhMzhH4q4kmBp7amVrGP3HPC68f0AxW8D1_x7E5c,25026
|
388
393
|
imio/smartweb/core/tests/test_robot.py,sha256=NQ7AkN4tEva3bgGjMxmyqY0zIo4pJPnPOwnD9hmrTVI,926
|
389
394
|
imio/smartweb/core/tests/test_search.py,sha256=VryeRI4_5CvnStKOoNoG95M2WTy7Lyy_AhHIDG40M14,2182
|
@@ -564,7 +569,7 @@ imio/smartweb/core/viewlets/messages.py,sha256=lsu32QmdwSGjLIhxEwJ7ggGgnoPUGAGFU
|
|
564
569
|
imio/smartweb/core/viewlets/minisite.py,sha256=5477JK5xc-KJCAowGOn0KooSYpDo-6cUwsUzs5zzC7o,648
|
565
570
|
imio/smartweb/core/viewlets/minisite_link.pt,sha256=4BwRkbEAT-9TElSsUPUBOki9VZqKMnfac1icTUDBINI,370
|
566
571
|
imio/smartweb/core/viewlets/navigation.py,sha256=-woNkfk67arOSfTKekPEUS7McheunveTgJM2NedniiU,7284
|
567
|
-
imio/smartweb/core/viewlets/offcanvas.pt,sha256=
|
572
|
+
imio/smartweb/core/viewlets/offcanvas.pt,sha256=VfHFI9WoDqcm5nfJ-OTHACnJn0F5PfEE4FXZFzPM3JQ,613
|
568
573
|
imio/smartweb/core/viewlets/offcanvas.py,sha256=3VE2WJcvSKp3oAKYwGuwaHYMoK_83KMksMFDa75u52Y,129
|
569
574
|
imio/smartweb/core/viewlets/ogp_tag_header.pt,sha256=XRWkdZS2oI7W0X1oJSskpXS9dMmxSxSx_7XWb-Q2aBk,1007
|
570
575
|
imio/smartweb/core/viewlets/ogptags.py,sha256=ciYZyiMTYon12eg-yk_2WZw4DsHhMTNIEFaHobDRU2c,4679
|
@@ -608,22 +613,21 @@ imio/smartweb/core/webcomponents/build/js/143.smartweb-webcomponents-compiled.js
|
|
608
613
|
imio/smartweb/core/webcomponents/build/js/143.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=tUd9UGffQmBkRHLQk0laQX3euJ0uJQLOS6tylIKc6hI,376
|
609
614
|
imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js,sha256=0O_DNz729MDffAcwrH63ZvFYeDv_acOR0GXjnI-oH3g,17480
|
610
615
|
imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
|
611
|
-
imio/smartweb/core/webcomponents/build/js/
|
612
|
-
imio/smartweb/core/webcomponents/build/js/
|
613
|
-
imio/smartweb/core/webcomponents/build/js/
|
614
|
-
imio/smartweb/core/webcomponents/build/js/
|
615
|
-
imio/smartweb/core/webcomponents/build/js/
|
616
|
-
imio/smartweb/core/webcomponents/build/js/392.smartweb-webcomponents-compiled.js,sha256=p4jOOz5Dc24Ny4bibcZ7YaZea8-ExZ98EtuUVxcnb8Q,41798
|
617
|
-
imio/smartweb/core/webcomponents/build/js/528.smartweb-webcomponents-compiled.js,sha256=o_cVbuCtONGZnjnXdijXmKplcJbcQswpWYL-vwoj3Lo,47344
|
616
|
+
imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js,sha256=BhdH7k4ejGYdJ2s9mQcEN0ofG7At1R5UCb-qF4DPCAk,17492
|
617
|
+
imio/smartweb/core/webcomponents/build/js/392.smartweb-webcomponents-compiled.js,sha256=WKAlsbhKTnUF54bGyTClf8aatiVS20z1BH8pFEs1zd0,41808
|
618
|
+
imio/smartweb/core/webcomponents/build/js/493.smartweb-webcomponents-compiled.js,sha256=ohqTju0rcvzCe4RSTbBcLBKWYETIxYUSWOYQzSRWgp8,162198
|
619
|
+
imio/smartweb/core/webcomponents/build/js/493.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=euEy6zLvyR2bywaOKBw2hW-9rDEbt5IPelh6VIDyL4Y,361
|
620
|
+
imio/smartweb/core/webcomponents/build/js/528.smartweb-webcomponents-compiled.js,sha256=6eUfLUB-rvpaNG_ywX-R-lhiUrfYl4bC73gnFRBK2ww,47348
|
618
621
|
imio/smartweb/core/webcomponents/build/js/528.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
|
619
|
-
imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js,sha256=
|
620
|
-
imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js,sha256=
|
622
|
+
imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js,sha256=RH0RKYj7adi0gbDl_90m517wd5s6zwL1GX_ExPF0mEI,30887
|
623
|
+
imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js,sha256=Y6--EqjF4po9V5RzXrUnhuDWn0O2RPFcWnunnXyZp6E,15489
|
621
624
|
imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
|
622
625
|
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js,sha256=51GDqoBV0fL0ty2auKpPbs_Xo8yGklTW5rn4k1GtC_Y,159426
|
623
626
|
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=6nkPO-SYLDPJB1DAWWJjhWo2H2X_Y2llNxj5PCmmUgw,153
|
624
627
|
imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js,sha256=0EuJ1Ffqn0pu7Px-9ff-LJymiQ7YpQzWu9pSs2nkyWY,363925
|
625
628
|
imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=ot4CrmvW4r8ZeygP2wflnoqyUUmqSvjGt7WzqhtjPxY,15195
|
626
|
-
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=
|
629
|
+
imio/smartweb/core/webcomponents/build/js/979.smartweb-webcomponents-compiled.js,sha256=wwbJ9jvzb6gyNOyWvatC84FkUn8BBBK7GElsRc1WlFo,170064
|
630
|
+
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=XL61p5EmrJ3p_jW5nUCJ7exH0DVq7wg0CRL4jTRprdw,409558
|
627
631
|
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=MWaSlPSODUyzTS-6uhTd6MYi8HGJgjOtFyvm2-GJi4U,1035
|
628
632
|
imio/smartweb/core/webcomponents/src/index.jsx,sha256=WV70VNETdsIMADJ5EqajwxQ6WacMbhw5Z_91fVDti_Y,757
|
629
633
|
imio/smartweb/core/webcomponents/src/index.scss,sha256=1Nw2CweoA3EqyaUt_wGB3fs5XAD_LMQU2zfrMeZn7ks,5511
|
@@ -648,42 +652,42 @@ imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=OhysAmF
|
|
648
652
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=y1GX404CtQo_J8k8GdfAs_hE6TKqj5rUfhp2AV-ke5E,4875
|
649
653
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=0JpzZ7h2yH4_nLISj4S1qq7_kL9kNOohm1yumjRlMIs,30366
|
650
654
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg,sha256=t0ycTc4BFYUP3A-_qhDXMC12Hb0Lg3gpk8ffQ_yT8ic,348
|
651
|
-
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=
|
655
|
+
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=f29vSRLPHpKkM3NskRYMKhIenRK2FXb_-Gi0DrdjAQM,1619
|
652
656
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=Q0Vq2EHYdGdGiYVhgYJAX23He8TSedQtXvRWY-kd9r8,7637
|
653
|
-
imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=
|
657
|
+
imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=FGTyemePNCUmTVSDvGjzaQBlR31ZGPOIELljLvBXrl0,8893
|
654
658
|
imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=NYjgqNEJNXNPRYr60dIqt6MxX8Lbkv3GCcBE5K6CpIk,9042
|
655
659
|
imio/smartweb/core/webcomponents/src/components/Events/index.js,sha256=DLQwtbr22jrwjTGSiJRiMbcqJNdngRYwW_MP0mwGJUo,95
|
656
660
|
imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx,sha256=eQlCR9UgXJATOmXFQzPphNrPP1zcjgKkCdbFmg-W8BU,1649
|
657
|
-
imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=
|
658
|
-
imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx,sha256=
|
659
|
-
imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx,sha256=
|
661
|
+
imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=4CB4UpTx3wYc1dzSY1hEaQjfQlSnkDEeTyoYWi6eFZY,16417
|
662
|
+
imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx,sha256=Ld4BT7t1Ooopy60bK3e_giBe8sV97EH0vtWp1PtcawM,1604
|
663
|
+
imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx,sha256=ITXewyOqvW5V5GPh9AGC2dfkR-BzGdYWSnPpxaimW6w,7488
|
660
664
|
imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx,sha256=DusuNyNECWbnBrGmtUjlX9MKR7-4-cX6K9hYVHz9B-I,5486
|
661
665
|
imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss,sha256=RM34RrKuYxA6fHOb5i-yZ7_ud2fQPRt82p2OhKOCZdM,1575
|
662
|
-
imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=
|
666
|
+
imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=4HG08iV8-fkqXlILgIosKIrHm54FItrfXElXy32xhJY,6773
|
663
667
|
imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=1RnZHhLGYzwVWejfw4TbjyTEsiyn_Ajd2SQCF21aiYA,3260
|
664
668
|
imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
|
665
669
|
imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx,sha256=LrcbrO3TBBqEmv27es3iD2Ahsqq5Qi8DxnshrDVc5s8,6249
|
666
|
-
imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx,sha256=
|
670
|
+
imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx,sha256=2vgkR-on4YunRjbM8TbdhPi9tW4xqLJFzFZwrd0uHnQ,2717
|
667
671
|
imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=wPrm4AGr-Zqnv_AycanqCbkKeOTYePN2F3OiH-bfdzU,12227
|
668
|
-
imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx,sha256=
|
669
|
-
imio/smartweb/core/webcomponents/src/components/Search/Search.jsx,sha256=
|
672
|
+
imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx,sha256=7_tcdPolbIsTnyJ1pJWTrIIACG36jXBnnJk_PZuY6A0,1419
|
673
|
+
imio/smartweb/core/webcomponents/src/components/Search/Search.jsx,sha256=ET85GKablcsD-u8kZlCvpJGOMnnU3hdmq_Q36EQtuYY,2472
|
670
674
|
imio/smartweb/core/webcomponents/src/components/Search/Search.scss,sha256=cXrAbnVpUB6UPuF-DhM5juOQy8aDP2ZkXlDH6S_r3lo,2735
|
671
675
|
imio/smartweb/core/webcomponents/src/components/Search/index.js,sha256=9-31nRb1gWthMG0e4q7k52nPq3Ia4w3WkqnCjbupZpo,95
|
672
|
-
imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx,sha256=
|
673
|
-
imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx,sha256=
|
674
|
-
imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx,sha256=
|
675
|
-
imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx,sha256=
|
676
|
-
imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx,sha256=
|
676
|
+
imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx,sha256=X2lpuFldt5OMicnIzh62dk8tbJJ-YVGWCmiqc6EvaC4,2591
|
677
|
+
imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx,sha256=7c2G6mAW7yCl7dPoWWrW3Tt921r7Q7ojvYAVTzFwnaA,2589
|
678
|
+
imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx,sha256=1_6MhcIyfwxuXKu2Fenib8WAyn8cLsffmqbR94Xw-HI,7447
|
679
|
+
imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx,sha256=Vn15mTDM0Ogm506JM_QCdIPO1NaQjkdSGzvyEbOyYsc,2615
|
680
|
+
imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx,sha256=1osiHBv0XAdigofeLfd2PTwU3fdVtb9riu_O5hhXQbs,1990
|
677
681
|
imio/smartweb/core/webcomponents/src/hooks/useAxios.js,sha256=EP0YppioHn490jbnFAW4PsQUdUtAd8EJxQaCb2X0kSo,1153
|
678
682
|
imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js,sha256=fGxgxCI22ERSlVLCYmD0-nztnGUIz-VkUNyLtj5HSuo,223
|
679
683
|
imio/smartweb/core/webcomponents/src/utils/Map.jsx,sha256=ulMbtvMcmV0Af4lhYtkkShvjJ9_s3Ik5x4FfIz_QGsE,5071
|
680
684
|
imio/smartweb/core/webcomponents/src/utils/Map.scss,sha256=Ht5NXE7K1HohmDv4BOaE4Z0mhnqtKqYbBuEiP371Uho,73
|
681
|
-
imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=
|
685
|
+
imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=cA8wez62WjG0pz0PvXS8ufOMqOvFmIXtb4NYYHN86Lw,6636
|
682
686
|
imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
|
683
|
-
imio.smartweb.core-1.2.
|
684
|
-
imio.smartweb.core-1.2.
|
685
|
-
imio.smartweb.core-1.2.
|
686
|
-
imio.smartweb.core-1.2.
|
687
|
-
imio.smartweb.core-1.2.
|
688
|
-
imio.smartweb.core-1.2.
|
689
|
-
imio.smartweb.core-1.2.
|
687
|
+
imio.smartweb.core-1.2.31.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
688
|
+
imio.smartweb.core-1.2.31.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
|
689
|
+
imio.smartweb.core-1.2.31.dist-info/METADATA,sha256=yFGxe1DdC-jFMUOkWSvNZBhb2krfCeBLi75sY1RXWC8,48791
|
690
|
+
imio.smartweb.core-1.2.31.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
691
|
+
imio.smartweb.core-1.2.31.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
|
692
|
+
imio.smartweb.core-1.2.31.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
|
693
|
+
imio.smartweb.core-1.2.31.dist-info/RECORD,,
|