imio.smartweb.core 1.1.12__py3-none-any.whl → 1.1.14__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/rest/news/endpoint.py +3 -3
- imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/462.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/510.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/650.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/pnpm-lock.yaml +7066 -0
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +1 -1
- imio/smartweb/core/webcomponents/src/components/Events/ContactCard/ContactCard.jsx +1 -1
- imio/smartweb/core/webcomponents/src/components/Events/ContactContent/ContactContent.jsx +1 -1
- imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx +1 -1
- imio/smartweb/core/webcomponents/src/components/News/ContactContent/ContactContent.jsx +1 -1
- {imio.smartweb.core-1.1.12.dist-info → imio.smartweb.core-1.1.14.dist-info}/METADATA +18 -1
- {imio.smartweb.core-1.1.12.dist-info → imio.smartweb.core-1.1.14.dist-info}/RECORD +23 -22
- /imio.smartweb.core-1.1.12-nspkg.pth → /imio.smartweb.core-1.1.14-nspkg.pth +0 -0
- {imio.smartweb.core-1.1.12.dist-info → imio.smartweb.core-1.1.14.dist-info}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.1.12.dist-info → imio.smartweb.core-1.1.14.dist-info}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.1.12.dist-info → imio.smartweb.core-1.1.14.dist-info}/WHEEL +0 -0
- {imio.smartweb.core-1.1.12.dist-info → imio.smartweb.core-1.1.14.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.1.12.dist-info → imio.smartweb.core-1.1.14.dist-info}/top_level.txt +0 -0
@@ -38,7 +38,7 @@ const ContactCard = ({ contactItem }) => {
|
|
38
38
|
<div
|
39
39
|
className={contactItem.image?"r-item-img":"r-item-img r-item-img-placeholder"}
|
40
40
|
style={{
|
41
|
-
backgroundImage: contactItem.
|
41
|
+
backgroundImage: contactItem.image_preview_scale
|
42
42
|
? "url(" + contactItem.image_preview_scale + ")"
|
43
43
|
: "",
|
44
44
|
}}
|
@@ -22,7 +22,7 @@ const ContactCard = ({ contactItem }) => {
|
|
22
22
|
<div
|
23
23
|
className={contactItem.image?"r-item-img":"r-item-img r-item-img-placeholder"}
|
24
24
|
style={{
|
25
|
-
backgroundImage: contactItem.
|
25
|
+
backgroundImage: contactItem.image_preview_scale
|
26
26
|
? "url(" + contactItem.image_preview_scale + ")"
|
27
27
|
: "",
|
28
28
|
}}
|
@@ -28,7 +28,7 @@ const ContactCard = ({ contactItem }) => {
|
|
28
28
|
<div
|
29
29
|
className={contactItem.image?"r-item-img":"r-item-img r-item-img-placeholder"}
|
30
30
|
style={{
|
31
|
-
backgroundImage: contactItem.
|
31
|
+
backgroundImage: contactItem.image_preview_scale
|
32
32
|
? "url(" + contactItem.image_preview_scale + ")"
|
33
33
|
: "",
|
34
34
|
}}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.14
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -190,6 +190,23 @@ Changelog
|
|
190
190
|
=========
|
191
191
|
|
192
192
|
|
193
|
+
1.1.14 (2023-04-25)
|
194
|
+
-------------------
|
195
|
+
|
196
|
+
- Fix image display condition
|
197
|
+
[thomlamb]
|
198
|
+
|
199
|
+
- Fix json attributes to get the scaling pictures of news
|
200
|
+
[boulch]
|
201
|
+
|
202
|
+
|
203
|
+
1.1.13 (2023-04-24)
|
204
|
+
-------------------
|
205
|
+
|
206
|
+
- Compile resources
|
207
|
+
[boulch]
|
208
|
+
|
209
|
+
|
193
210
|
1.1.12 (2023-04-14)
|
194
211
|
-------------------
|
195
212
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
imio.smartweb.core-1.1.
|
1
|
+
imio.smartweb.core-1.1.14-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
|
@@ -199,7 +199,7 @@ imio/smartweb/core/contents/rest/events/view.py,sha256=hiHjL93lRP_hb-xa2t9cpGGz6
|
|
199
199
|
imio/smartweb/core/contents/rest/news/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
200
200
|
imio/smartweb/core/contents/rest/news/configure.zcml,sha256=f1kNWMjcHul5_dKv51KY_GQII-Cvx-uL7N9Z25zlN8c,1005
|
201
201
|
imio/smartweb/core/contents/rest/news/content.py,sha256=i2duKDXViZwOnzS1h8vKkGxejlbRJ4zGtkUIsybtonc,753
|
202
|
-
imio/smartweb/core/contents/rest/news/endpoint.py,sha256=
|
202
|
+
imio/smartweb/core/contents/rest/news/endpoint.py,sha256=6gM9rQM9FkWXQnOtp5A4q4ZGpkIxcS8OEc6gP4xpEyY,2790
|
203
203
|
imio/smartweb/core/contents/rest/news/view.pt,sha256=RWdb9mPkaGDMhJEgRm-dbSEq1mVZRphdY-elFf4iyeo,629
|
204
204
|
imio/smartweb/core/contents/rest/news/view.py,sha256=qS60C9-vWlwzDassDE76W1ys04WxK7JQe8FzNFeF338,287
|
205
205
|
imio/smartweb/core/contents/rest/search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -519,6 +519,7 @@ imio/smartweb/core/webcomponents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
519
519
|
imio/smartweb/core/webcomponents/babel.config.json,sha256=GLMlFLD4qaaNVuRWogON3geyD75eqVm6cN4RAGwPt3g,194
|
520
520
|
imio/smartweb/core/webcomponents/configure.zcml,sha256=WiA01XuVcc4VgxrvFCztR2nPMCBp2dGIgpIZv6WdJ7s,263
|
521
521
|
imio/smartweb/core/webcomponents/package.json,sha256=vuogYPZAkVYqLYnhR38X7zjvbkYrga6V1h5KkjUKuM4,2531
|
522
|
+
imio/smartweb/core/webcomponents/pnpm-lock.yaml,sha256=JG4ddKx_Cm56scBd2-mqDpbV3owMc5O9RfIExoujY4E,255013
|
522
523
|
imio/smartweb/core/webcomponents/postcss.config.js,sha256=C6AOPegqTEkRboXRWl6obj0priHtdSRiApehW4TWp8E,101
|
523
524
|
imio/smartweb/core/webcomponents/webpack.config.js,sha256=P5DJ1ovArHpW43lOVWrf0f5MtBgNojKg5n5oWoGPvHE,6853
|
524
525
|
imio/smartweb/core/webcomponents/webpackPlonePlugin.js,sha256=TWpGoEYRBOKB7o0SJ1F7P0hLYflkNmbODG7ZCyrPjQw,2226
|
@@ -540,21 +541,21 @@ imio/smartweb/core/webcomponents/build/css/552.smartweb-webcomponents-compiled.c
|
|
540
541
|
imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css,sha256=dFSAstx8B0xpc8AJH_gyqD6Z_W_kZIugd5qvkSNBsek,4553
|
541
542
|
imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js,sha256=0O_DNz729MDffAcwrH63ZvFYeDv_acOR0GXjnI-oH3g,17480
|
542
543
|
imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
|
543
|
-
imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js,sha256=
|
544
|
+
imio/smartweb/core/webcomponents/build/js/195.smartweb-webcomponents-compiled.js,sha256=vK34W2dYDFd5Fy2DG4sL4iSJfSI_nrKn0zlKms9xDGM,36683
|
544
545
|
imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js,sha256=Ht_aCwNUrWt5IG1c8r7eoE6bzVayuFl2IXI8w4_Mc-0,26666
|
545
546
|
imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
|
546
|
-
imio/smartweb/core/webcomponents/build/js/462.smartweb-webcomponents-compiled.js,sha256=
|
547
|
-
imio/smartweb/core/webcomponents/build/js/510.smartweb-webcomponents-compiled.js,sha256=
|
548
|
-
imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js,sha256=
|
549
|
-
imio/smartweb/core/webcomponents/build/js/650.smartweb-webcomponents-compiled.js,sha256=
|
547
|
+
imio/smartweb/core/webcomponents/build/js/462.smartweb-webcomponents-compiled.js,sha256=BIvglYYCh_qRBXnM3jBFkZHM5CAtRh3RB14tMSkSsQc,130996
|
548
|
+
imio/smartweb/core/webcomponents/build/js/510.smartweb-webcomponents-compiled.js,sha256=DXM-m6R9HrKKuN6FLDTMUZdvOhpk4LmKW5fFiThmlGs,30799
|
549
|
+
imio/smartweb/core/webcomponents/build/js/552.smartweb-webcomponents-compiled.js,sha256=ICEyeF8JKWp39eExft8eSPBiDRVTSj5iTcyyF_JnFc0,29291
|
550
|
+
imio/smartweb/core/webcomponents/build/js/650.smartweb-webcomponents-compiled.js,sha256=l00wIBqZemD6nKFmG9Dh5bsqXunueCJs-i4UNnbYjdA,168355
|
550
551
|
imio/smartweb/core/webcomponents/build/js/650.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=euEy6zLvyR2bywaOKBw2hW-9rDEbt5IPelh6VIDyL4Y,361
|
551
552
|
imio/smartweb/core/webcomponents/build/js/842.smartweb-webcomponents-compiled.js,sha256=O6SORC40GanCanM3FVEl9xBCu091OvPhuO5Y7n8s2hQ,12270
|
552
553
|
imio/smartweb/core/webcomponents/build/js/842.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
|
553
|
-
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js,sha256=
|
554
|
+
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js,sha256=VYuw7HskqZ-Td0D0L6TOhKcV816NtjQbZsIexg-Hucc,158591
|
554
555
|
imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=LOpY45d1O7wrFTXw-ztJD-v6RA5ygur-ZbxhP8iIJc0,153
|
555
|
-
imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js,sha256=
|
556
|
+
imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js,sha256=A13s6QuSdW7tWLx_7erAuEYQNeXrvqoQXmua83XpT1c,363925
|
556
557
|
imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=ot4CrmvW4r8ZeygP2wflnoqyUUmqSvjGt7WzqhtjPxY,15195
|
557
|
-
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=
|
558
|
+
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=vv-o-VrtxMxhhWhdKZWlGi7EMOg7RyMu5skAnLM8GhU,315598
|
558
559
|
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=MWaSlPSODUyzTS-6uhTd6MYi8HGJgjOtFyvm2-GJi4U,1035
|
559
560
|
imio/smartweb/core/webcomponents/src/index.jsx,sha256=WV70VNETdsIMADJ5EqajwxQ6WacMbhw5Z_91fVDti_Y,757
|
560
561
|
imio/smartweb/core/webcomponents/src/index.scss,sha256=I3dC11vQsTWkWm23Od-URT7Ty2avrWO5OATx2_ws0x4,4681
|
@@ -575,7 +576,7 @@ imio/smartweb/core/webcomponents/src/assets/skeleton.svg,sha256=Dmiuh5l9BjAqJkMN
|
|
575
576
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=24wHmefQqAJnXf9yWRkR4sx94QUrwffG0e2TOSPnuBQ,8751
|
576
577
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=romAOqMa20msxOd9gLbCcAD6rLMNVekRIch_K9Cz9AA,4968
|
577
578
|
imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=OhysAmFEBw6Jg0F2iko4IGL8VcX0kZ8IZZ30tMWUY1c,97
|
578
|
-
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=
|
579
|
+
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=PbdDqERxLI3uKpnv_GwTK3l3JS_2ZkKOn9cg1aMJKuQ,3958
|
579
580
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=zFpfwYISGjIWmR_qDrka1U2HUtEk2l2oc5telyfPDY0,16290
|
580
581
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=nxEKcV-VQCiuaDiP8ee13_xnjNWVk9jsLx9-SIYxTLI,1678
|
581
582
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactMap/ContactMap.jsx,sha256=3mJekYhf5nfjjqUzgd0IWjtwA7jjB6ygGuo6sWgGEhg,5770
|
@@ -586,8 +587,8 @@ imio/smartweb/core/webcomponents/src/components/Annuaire/Skeleton/Skeleton.jsx,s
|
|
586
587
|
imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=SWkfSWpbbla3NbL3KJJlxeQnq-4KEN0zNEhZ6MYX5Xo,8772
|
587
588
|
imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=kNFxvgKu5NZitKSlRYvlNbvc-u2r9eiGIXkrzKVtJe0,7166
|
588
589
|
imio/smartweb/core/webcomponents/src/components/Events/index.js,sha256=DLQwtbr22jrwjTGSiJRiMbcqJNdngRYwW_MP0mwGJUo,95
|
589
|
-
imio/smartweb/core/webcomponents/src/components/Events/ContactCard/ContactCard.jsx,sha256=
|
590
|
-
imio/smartweb/core/webcomponents/src/components/Events/ContactContent/ContactContent.jsx,sha256=
|
590
|
+
imio/smartweb/core/webcomponents/src/components/Events/ContactCard/ContactCard.jsx,sha256=HIFW2Gnlmki_V1UTOgadmfkSxojC_AZqJWQXpX1dv5M,2043
|
591
|
+
imio/smartweb/core/webcomponents/src/components/Events/ContactContent/ContactContent.jsx,sha256=2OaVOMxsEE9eqFRboaMDwH84PCA9Ba7dE037Lq88QDQ,16545
|
591
592
|
imio/smartweb/core/webcomponents/src/components/Events/ContactList/ContactList.jsx,sha256=o_hwzDaob2xtN3F8_wdyH2_Kj7KfndWyyFpV2OqIBx0,1675
|
592
593
|
imio/smartweb/core/webcomponents/src/components/Events/ContactMap/ContactMap.jsx,sha256=aZzTi6VSrtGKtpD9HjePXkmwosH7J37Z3OEhiqk8Dc4,5725
|
593
594
|
imio/smartweb/core/webcomponents/src/components/Events/ContactMap/ContactMap.scss,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -596,8 +597,8 @@ imio/smartweb/core/webcomponents/src/components/Events/Skeleton/Skeleton.jsx,sha
|
|
596
597
|
imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=iSvoU4SdIqAfrg5o2zhTFFE7nYrOWv_FZbvNZaF4q2g,6840
|
597
598
|
imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=ceOATMGRkY7DKSRrxmVjXDfy7Ho5S4ag5Ue9EVTcGJI,3293
|
598
599
|
imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
|
599
|
-
imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx,sha256=
|
600
|
-
imio/smartweb/core/webcomponents/src/components/News/ContactContent/ContactContent.jsx,sha256=
|
600
|
+
imio/smartweb/core/webcomponents/src/components/News/ContactCard/ContactCard.jsx,sha256=KkqnaYQXHFh4Ombey02zByoMUHblMH3aYqXappdo6PQ,3042
|
601
|
+
imio/smartweb/core/webcomponents/src/components/News/ContactContent/ContactContent.jsx,sha256=FDpVzGLIf6YeDyJgehQJYbL-3QnUHgRfDX1-pr4RAgI,12552
|
601
602
|
imio/smartweb/core/webcomponents/src/components/News/ContactList/ContactList.jsx,sha256=r5Nh1nbJHHceU-qKk549KDbS06ciC9KSZ6gvw-DPOeE,1493
|
602
603
|
imio/smartweb/core/webcomponents/src/components/News/ContactMap/ContactMap.jsx,sha256=CUj_4_X6_OfdepdjdgsNNRq66wfYbDyL40h79YnPiSA,4216
|
603
604
|
imio/smartweb/core/webcomponents/src/components/News/ContactMap/ContactMap.scss,sha256=boHGz4RLxZzD3IK-6TePqJcklrX_hnl2_qzVIOU13jE,42
|
@@ -616,10 +617,10 @@ imio/smartweb/core/webcomponents/src/hooks/useAxios.js,sha256=MsRpT8p9bZTp2Hk2sc
|
|
616
617
|
imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js,sha256=fGxgxCI22ERSlVLCYmD0-nztnGUIz-VkUNyLtj5HSuo,223
|
617
618
|
imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=bsTZTvRlBaCImAchnuhZLtLQYC06bM539cPLoAgBMP0,2694
|
618
619
|
imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
|
619
|
-
imio.smartweb.core-1.1.
|
620
|
-
imio.smartweb.core-1.1.
|
621
|
-
imio.smartweb.core-1.1.
|
622
|
-
imio.smartweb.core-1.1.
|
623
|
-
imio.smartweb.core-1.1.
|
624
|
-
imio.smartweb.core-1.1.
|
625
|
-
imio.smartweb.core-1.1.
|
620
|
+
imio.smartweb.core-1.1.14.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
621
|
+
imio.smartweb.core-1.1.14.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
|
622
|
+
imio.smartweb.core-1.1.14.dist-info/METADATA,sha256=hUbSl0_R348Viob1UtqI9YCdkhHpAZlilpcz5hF2NEc,37452
|
623
|
+
imio.smartweb.core-1.1.14.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
624
|
+
imio.smartweb.core-1.1.14.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
|
625
|
+
imio.smartweb.core-1.1.14.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
|
626
|
+
imio.smartweb.core-1.1.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.1.12.dist-info → imio.smartweb.core-1.1.14.dist-info}/namespace_packages.txt
RENAMED
File without changes
|
File without changes
|