imio.smartweb.core 1.4.4__py3-none-any.whl → 1.4.5__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 +8 -0
- imio/smartweb/core/browser/controlpanel_siteadmin.py +142 -0
- imio/smartweb/core/browser/sitemap.py +1 -1
- imio/smartweb/core/browser/static/src/view.js +9 -2
- imio/smartweb/core/contents/pages/procedure/content.py +8 -0
- imio/smartweb/core/permissions.zcml +6 -0
- imio/smartweb/core/profiles/default/controlpanel.xml +12 -0
- imio/smartweb/core/profiles/default/metadata.xml +1 -1
- imio/smartweb/core/profiles/default/registry/smartweb.xml +3 -0
- imio/smartweb/core/profiles/default/rolemap.xml +5 -0
- imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +9 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +2 -1
- imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +1 -0
- imio/smartweb/core/setuphandlers.py +2 -0
- imio/smartweb/core/upgrades/configure.zcml +41 -1
- imio/smartweb/core/upgrades/profiles/1068_to_1069/controlpanel.xml +26 -0
- imio/smartweb/core/upgrades/profiles/1068_to_1069/registry.xml +9 -0
- imio/smartweb/core/upgrades/profiles/1068_to_1069/rolemap.xml +11 -0
- imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.cfg +9 -0
- imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.xml +121 -0
- imio/smartweb/core/upgrades/upgrades.py +7 -1
- imio/smartweb/core/utils.py +38 -0
- imio/smartweb/core/viewlets/procedure.pt +1 -0
- imio/smartweb/core/viewlets/procedure.py +14 -0
- imio/smartweb/core/vocabularies.py +28 -2
- imio/smartweb/core/vocabularies.zcml +6 -0
- imio/smartweb/core/webcomponents/build/css/251.smartweb-webcomponents-compiled.css +1 -0
- imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/css/700.smartweb-webcomponents-compiled.css +1 -0
- imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt +3 -3
- imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/251.smartweb-webcomponents-compiled.js +1 -0
- imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/700.smartweb-webcomponents-compiled.js +1 -0
- imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/package.json +1 -1
- imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +32 -1
- imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +118 -70
- imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +4 -8
- imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +167 -85
- imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +44 -15
- imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -1
- imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +20 -11
- {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/METADATA +18 -1
- {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/RECORD +61 -56
- {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/WHEEL +1 -1
- imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css +0 -1
- imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -1
- imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +0 -1
- imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -1
- imio/smartweb/core/webcomponents/build/js/491.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -1
- /imio/smartweb/core/webcomponents/build/js/{491.smartweb-webcomponents-compiled.js.LICENSE.txt → 15.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio.smartweb.core-1.4.4-py3.12-nspkg.pth → /imio.smartweb.core-1.4.5-py3.12-nspkg.pth +0 -0
- {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/licenses/LICENSE.GPL +0 -0
- {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/licenses/LICENSE.rst +0 -0
- {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/namespace_packages.txt +0 -0
- {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/top_level.txt +0 -0
@@ -1,41 +1,43 @@
|
|
1
1
|
.taxonomy-Filter {
|
2
2
|
width: 100%;
|
3
3
|
display: flex;
|
4
|
-
gap:
|
4
|
+
gap: 10px;
|
5
5
|
flex-wrap: wrap;
|
6
|
-
transition: all .3s ease-in-out;
|
6
|
+
transition: all 0.3s ease-in-out;
|
7
7
|
}
|
8
8
|
|
9
|
-
|
10
9
|
.dropDownFilter {
|
11
10
|
display: flex;
|
12
11
|
justify-content: center;
|
13
12
|
align-items: center;
|
14
|
-
gap: 0 5px;
|
15
|
-
transition: max-width .3s ease-in-out;
|
13
|
+
// gap: 0 5px;
|
14
|
+
transition: max-width 0.3s ease-in-out;
|
16
15
|
transition: opacity 3s ease-in-out;
|
17
16
|
|
18
|
-
border: solid 1px #
|
19
|
-
border-radius:
|
17
|
+
border: solid 1px #cfcfcf;
|
18
|
+
border-radius: 10px;
|
20
19
|
outline: 1px solid transparent;
|
21
20
|
|
22
21
|
&-active {
|
23
|
-
border-color: #
|
24
|
-
outline: 1px solid #
|
22
|
+
border-color: #2684ff;
|
23
|
+
outline: 1px solid #2684ff;
|
24
|
+
// background-color: #f2f2f2;
|
25
25
|
|
26
26
|
// border-width: 2px;
|
27
|
-
.sub0 {
|
27
|
+
.sub0 {
|
28
|
+
font-weight: bold;
|
29
|
+
}
|
28
30
|
}
|
29
31
|
|
30
32
|
.sub0 {
|
31
33
|
text-decoration: none;
|
32
|
-
padding:
|
34
|
+
padding: 5px 10px;
|
33
35
|
}
|
34
36
|
|
35
37
|
.sub1 {
|
36
38
|
// transition: max-width .3s ease-in-out;
|
37
39
|
padding-right: 5px;
|
38
|
-
transition: all .4s cubic-bezier(0, .74, .58, 1.04);
|
40
|
+
transition: all 0.4s cubic-bezier(0, 0.74, 0.58, 1.04);
|
39
41
|
|
40
42
|
div[class*="control"] {
|
41
43
|
flex-wrap: nowrap;
|
@@ -46,7 +48,7 @@
|
|
46
48
|
.sub2 {
|
47
49
|
// transition: max-width .3s ease-in-out;
|
48
50
|
padding-right: 5px;
|
49
|
-
transition: all .4s cubic-bezier(0, .74, .58, 1.04);
|
51
|
+
transition: all 0.4s cubic-bezier(0, 0.74, 0.58, 1.04);
|
50
52
|
|
51
53
|
div[class*="control"] {
|
52
54
|
flex-wrap: nowrap;
|
@@ -63,8 +65,35 @@
|
|
63
65
|
}
|
64
66
|
|
65
67
|
.dropDownFilter-visible {
|
66
|
-
max-width: 150px;
|
68
|
+
// max-width: 150px;
|
67
69
|
height: auto;
|
68
70
|
opacity: 1;
|
69
71
|
}
|
70
|
-
|
72
|
+
@media screen and (max-width: 630px) {
|
73
|
+
align-items: flex-start;
|
74
|
+
flex-direction: column;
|
75
|
+
}
|
76
|
+
}
|
77
|
+
.select-has-value {
|
78
|
+
.react-select-custom-multi__placeholder {
|
79
|
+
font-weight: bold !important;
|
80
|
+
}
|
81
|
+
}
|
82
|
+
.react-select-custom-multi__placeholder {
|
83
|
+
color: rgb(51, 51, 51) !important;
|
84
|
+
}
|
85
|
+
|
86
|
+
.react-select-custom-multi__control {
|
87
|
+
border: none !important;
|
88
|
+
box-shadow: none !important;
|
89
|
+
position: relative;
|
90
|
+
|
91
|
+
&:after {
|
92
|
+
content: "";
|
93
|
+
height: 23px;
|
94
|
+
width: 1px;
|
95
|
+
background: #cfcfcf;
|
96
|
+
position: absolute;
|
97
|
+
left: 0;
|
98
|
+
}
|
99
|
+
}
|
@@ -69,7 +69,7 @@ const ContactContent = ({ queryUrl, onChange, contextAuthenticatedUser }) => {
|
|
69
69
|
};
|
70
70
|
|
71
71
|
moment.locale("fr");
|
72
|
-
const created = moment(item.
|
72
|
+
const created = moment(item.effective).startOf("minute").fromNow();
|
73
73
|
const lastModified = moment(item.modified).startOf("minute").fromNow();
|
74
74
|
|
75
75
|
// set image
|
@@ -86,10 +86,10 @@ const ContactContent = ({ queryUrl, onChange, contextAuthenticatedUser }) => {
|
|
86
86
|
useEffect(() => {
|
87
87
|
if (!item || !item.title) return;
|
88
88
|
document.title = item.title;
|
89
|
-
|
89
|
+
|
90
90
|
const ogImageWidth = image?.width || "";
|
91
91
|
const ogImageHeight = image?.height || "";
|
92
|
-
|
92
|
+
|
93
93
|
// Liste complète de toutes les balises possibles
|
94
94
|
const allMetaProps = [
|
95
95
|
{ name: "description" },
|
@@ -103,7 +103,7 @@ const ContactContent = ({ queryUrl, onChange, contextAuthenticatedUser }) => {
|
|
103
103
|
{ property: "og:image:width" },
|
104
104
|
{ property: "og:image:height" },
|
105
105
|
];
|
106
|
-
|
106
|
+
|
107
107
|
// Supprime les anciennes balises
|
108
108
|
allMetaProps.forEach(({ name, property }) => {
|
109
109
|
const selector = name ? `meta[name="${name}"]` : `meta[property="${property}"]`;
|
@@ -112,25 +112,34 @@ const ContactContent = ({ queryUrl, onChange, contextAuthenticatedUser }) => {
|
|
112
112
|
document.head.removeChild(existing);
|
113
113
|
}
|
114
114
|
});
|
115
|
-
|
115
|
+
|
116
116
|
// Recrée les balises à jour
|
117
117
|
const metaUpdates = [
|
118
|
-
{
|
118
|
+
{
|
119
|
+
name: "description",
|
120
|
+
content: [item.subtitle, item.description].filter(Boolean).join(" - "),
|
121
|
+
},
|
119
122
|
{ property: "og:title", content: item.title },
|
120
|
-
{
|
121
|
-
|
123
|
+
{
|
124
|
+
property: "og:description",
|
125
|
+
content: [item.subtitle, item.description].filter(Boolean).join(" - "),
|
126
|
+
},
|
127
|
+
{
|
128
|
+
property: "og:url",
|
129
|
+
content: typeof window !== "undefined" ? window.location.href : "",
|
130
|
+
},
|
122
131
|
{ property: "og:type", content: "event" },
|
123
132
|
];
|
124
|
-
|
133
|
+
|
125
134
|
if (item.image_affiche_scale) {
|
126
135
|
metaUpdates.push({ property: "og:image", content: item.image_affiche_scale });
|
127
|
-
|
136
|
+
|
128
137
|
if (ogImageWidth && ogImageHeight) {
|
129
138
|
metaUpdates.push({ property: "og:image:width", content: ogImageWidth });
|
130
139
|
metaUpdates.push({ property: "og:image:height", content: ogImageHeight });
|
131
140
|
}
|
132
141
|
}
|
133
|
-
|
142
|
+
|
134
143
|
metaUpdates.forEach(({ name, property, content }) => {
|
135
144
|
const tag = document.createElement("meta");
|
136
145
|
if (name) tag.setAttribute("name", name);
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.5
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -208,6 +208,22 @@ Changelog
|
|
208
208
|
=========
|
209
209
|
|
210
210
|
|
211
|
+
1.4.5 (2025-06-25)
|
212
|
+
------------------
|
213
|
+
|
214
|
+
- WEB-4276: Fix missing or bad e-guichet api url in smartweb control panel settings
|
215
|
+
[boulch]
|
216
|
+
|
217
|
+
- WEB-4271: Refactor procedure button to add specific label to manage job offer or other use-case
|
218
|
+
[boulch]
|
219
|
+
|
220
|
+
- SUP-44089 : Fix sitemap. old id was used for some "copied/pasted contacts". Now we are using "real/updated" uid
|
221
|
+
[boulch]
|
222
|
+
|
223
|
+
- WEB-4268 : Added imio.smartweb.SectionTimeStampedPublicatons to Page and PortalPage
|
224
|
+
[boulch]
|
225
|
+
|
226
|
+
|
211
227
|
1.4.4 (2025-05-26)
|
212
228
|
------------------
|
213
229
|
|
@@ -217,6 +233,7 @@ Changelog
|
|
217
233
|
- WEB-4252 : Increase timeout for section events
|
218
234
|
[boulch]
|
219
235
|
|
236
|
+
|
220
237
|
1.4.3 (2025-05-20)
|
221
238
|
------------------
|
222
239
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
imio.smartweb.core-1.4.
|
1
|
+
imio.smartweb.core-1.4.5-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=TvYHum_puMstTxxe9YjrtOeEm843_ef4cPSD3Eod6H8,1703
|
@@ -6,16 +6,16 @@ imio/smartweb/core/indexers.py,sha256=Lv1lHWFzM71ju822N8y7w61GDOyi6qmUbveZNI1tCz
|
|
6
6
|
imio/smartweb/core/indexers.zcml,sha256=XHvKTkNcF5mkX-dVwRbjNsrBwIwwqa2Cm81PoXBqtow,968
|
7
7
|
imio/smartweb/core/interfaces.py,sha256=usp0Cu_dERHo1J0XbGszOHZGnwLwfTdtEO_ejzSEJb4,1384
|
8
8
|
imio/smartweb/core/overrides.zcml,sha256=Lffmp-e2rKC4PUYxwOYjIx4W0_PW1oi5eT_dFq9bROo,292
|
9
|
-
imio/smartweb/core/permissions.zcml,sha256=
|
9
|
+
imio/smartweb/core/permissions.zcml,sha256=xAaJbcYBL2q-VZuqbRkJ4B-JW8W-wXyxKMyBLpUtTLo,1938
|
10
10
|
imio/smartweb/core/profiles.zcml,sha256=KjaQaXhygRiOvJpShLEzS4Oy0Zah1bYCFel-zi0FOJU,2942
|
11
|
-
imio/smartweb/core/setuphandlers.py,sha256=
|
11
|
+
imio/smartweb/core/setuphandlers.py,sha256=uVii5Ym3rlCuUqWLef5r9PT-LB89NekBXfLL3bS9mFs,1037
|
12
12
|
imio/smartweb/core/subscribers.py,sha256=boTjol7IVWgDNUrUtL0atmjwqKQ_irhsABaZTdZtT48,7311
|
13
13
|
imio/smartweb/core/subscribers.zcml,sha256=etnSLNtyQOKV_P81raDNeTGNzPqwcujlim6NPCPDO_Q,2004
|
14
14
|
imio/smartweb/core/testing.py,sha256=t0Y3t3FXX2RjgklcRzHT37AjKbMKL3ZjjT3d2UhQm7A,3636
|
15
15
|
imio/smartweb/core/testing.zcml,sha256=VyKjWW2QHYuUYKkGUvtsdFI_Pa7Wcp1yBBDla112eMc,172
|
16
|
-
imio/smartweb/core/utils.py,sha256=
|
17
|
-
imio/smartweb/core/vocabularies.py,sha256=
|
18
|
-
imio/smartweb/core/vocabularies.zcml,sha256=
|
16
|
+
imio/smartweb/core/utils.py,sha256=8XBiu6t2ijDxQK-2aXnZM3cjbyXUOnWgS0dLR68BmOc,10715
|
17
|
+
imio/smartweb/core/vocabularies.py,sha256=0G0pVAhnAGBKrwAxvtyRtX996xuPuaT9-WuxFyuo8mw,25061
|
18
|
+
imio/smartweb/core/vocabularies.zcml,sha256=H_RHF53eOvZve60YFy6nT_1SbzNBYF11NLBDJ8WKDv4,6299
|
19
19
|
imio/smartweb/core/behaviors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
imio/smartweb/core/behaviors/categorization.py,sha256=a5i8pYagdTcEG43A1NLs4SGF42PCAUFn8IRUq1pFqpM,828
|
21
21
|
imio/smartweb/core/behaviors/configure.zcml,sha256=2jQIrHfv4_8M5wZPKYVvd_v-9Yh_K-_7qGfos4BZm3g,2174
|
@@ -26,13 +26,14 @@ imio/smartweb/core/behaviors/orientation.py,sha256=WrW9BeT9KICl4qmkGzplLepJ5J_rM
|
|
26
26
|
imio/smartweb/core/behaviors/quickaccess.py,sha256=j18T39KcbiJErpidMM8wH6i4XjEIZyTQ1kER4_FfhhE,1063
|
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
|
-
imio/smartweb/core/browser/configure.zcml,sha256=
|
29
|
+
imio/smartweb/core/browser/configure.zcml,sha256=pvlYAOcArPP_n14w9TDPCHjl5XyzaxNkgJNX_SaxiPM,5043
|
30
30
|
imio/smartweb/core/browser/controlpanel.py,sha256=v0f3m2zyRVmV8dhZ9s9rRVmgaa881biphLfM4H-EGUg,9315
|
31
|
+
imio/smartweb/core/browser/controlpanel_siteadmin.py,sha256=A2CLBqX9PRvbWFEGwy50sZCh7gEvG3WFvFGpIEWX12o,4855
|
31
32
|
imio/smartweb/core/browser/forms.py,sha256=_6Z0x7yVeA5JaW4IwpYkX7bTIbw0UskgvtGfNDtMsrI,1091
|
32
33
|
imio/smartweb/core/browser/icons.py,sha256=LFBCYTfynp4qNX2OQuNmMTOUEcJv-oQ8Izu6opE3o7A,2065
|
33
34
|
imio/smartweb/core/browser/layout.py,sha256=wvo_Q2dYg1Yd8wOdYSfPg29NPESy9ndAGl6z3r5kxnY,2066
|
34
35
|
imio/smartweb/core/browser/redirect_to_main_react_view.py,sha256=vzJwAet0P2uoMhlOtNjMy02e4LQw9DsHb6mRgBXGOB8,1668
|
35
|
-
imio/smartweb/core/browser/sitemap.py,sha256=
|
36
|
+
imio/smartweb/core/browser/sitemap.py,sha256=7SzUo1osprnMOKxM5irJgC_N4PJqBfADYUKaxY5XviQ,6828
|
36
37
|
imio/smartweb/core/browser/utils.py,sha256=UDICDU2oh0h6wR46w_FI9GdIUopWcu14SaAPp_QAREE,3334
|
37
38
|
imio/smartweb/core/browser/vocabulary.py,sha256=OBoU4mxGLKtzGD5mtsN-yV7yeMi4HdAQZVI4n1b9Myo,1312
|
38
39
|
imio/smartweb/core/browser/banner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -153,7 +154,7 @@ imio/smartweb/core/browser/static/icons/vue-annuaire.svg,sha256=jCoOGU6nGabF_mGA
|
|
153
154
|
imio/smartweb/core/browser/static/src/edit.js,sha256=8o6qgeMJ_kDyq94HJ6xB_junqSY-ruH11uguxdkkST0,1978
|
154
155
|
imio/smartweb/core/browser/static/src/edit.less,sha256=DCvnhu3jPbDYXg1TwCHxPU5HMwo7XGf1y6w-istLGQA,5393
|
155
156
|
imio/smartweb/core/browser/static/src/swiper-config.js,sha256=PK5Uw_vbHcXiyt3R8Gvdq2geNX6LEdQB2QTWTcKSqWg,1285
|
156
|
-
imio/smartweb/core/browser/static/src/view.js,sha256=
|
157
|
+
imio/smartweb/core/browser/static/src/view.js,sha256=aDNBPZZc7ig_ZYs9PIT51QHlgsHmYll9yrus9UBeClU,3552
|
157
158
|
imio/smartweb/core/browser/static/src/view.less,sha256=gpScIZ-HDREQvSDlw3PWwzAzNCuaPSxuQfdkxjO4PMw,4551
|
158
159
|
imio/smartweb/core/browser/subsite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
159
160
|
imio/smartweb/core/browser/subsite/configure.zcml,sha256=ITEH-6pVztshQElqjNv9sk-CcVUTLFeccdSO9rHLwt0,414
|
@@ -206,7 +207,7 @@ imio/smartweb/core/contents/pages/portal_page/content.py,sha256=abPGe30xSvPUMCl9
|
|
206
207
|
imio/smartweb/core/contents/pages/portal_page/view.py,sha256=RrCUBUDSZeTohtSSINn8wFvqLAV1q0ZPL5voUjXd6n8,272
|
207
208
|
imio/smartweb/core/contents/pages/procedure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
208
209
|
imio/smartweb/core/contents/pages/procedure/configure.zcml,sha256=pyeShXwkU4p6WrEQmLm-_SbTtRwtn0GLvQWU5wbm7i0,356
|
209
|
-
imio/smartweb/core/contents/pages/procedure/content.py,sha256=
|
210
|
+
imio/smartweb/core/contents/pages/procedure/content.py,sha256=eY2WmhQSX_XCact4-DBOAk4FSUDQvjIF8zVT2zfv7Oo,1557
|
210
211
|
imio/smartweb/core/contents/pages/procedure/utils.py,sha256=EATKvK72QPQheLXCXCoADYMjA3UfgPtkOPKdqnEyX64,1291
|
211
212
|
imio/smartweb/core/contents/pages/procedure/view.py,sha256=UeZwtdn20lCo7qbqqPcsD9LL69vNTq4m_wXB4nv8jMo,408
|
212
213
|
imio/smartweb/core/contents/publication/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -346,21 +347,21 @@ imio/smartweb/core/faceted/config/collection.xml,sha256=N_IE-bDMPXKWOhkI_y6seEDY
|
|
346
347
|
imio/smartweb/core/profiles/default/actions.xml,sha256=TwRzyJhg44j1vI4pBW8-50qb4WmCaKqP6e4r1ijVAsI,7504
|
347
348
|
imio/smartweb/core/profiles/default/browserlayer.xml,sha256=j9-hf9pW0KRVUx9S7sOH8EF-fc-aPua-oIdu0GuzTyk,179
|
348
349
|
imio/smartweb/core/profiles/default/catalog.xml,sha256=AZx3c3qR6ANx8y269IxmDOIvB7yVSOTy6D1nP9kXza0,864
|
349
|
-
imio/smartweb/core/profiles/default/controlpanel.xml,sha256=
|
350
|
+
imio/smartweb/core/profiles/default/controlpanel.xml,sha256=bscrubUNoVcJU2rnVrns-U12TSDTzFTEVIZEfvleNFI,776
|
350
351
|
imio/smartweb/core/profiles/default/diff_tool.xml,sha256=66L2L7ZBGJajPDeHl16A3h6RUcj9l0C7qpwe8JSYe7o,212
|
351
|
-
imio/smartweb/core/profiles/default/metadata.xml,sha256=
|
352
|
+
imio/smartweb/core/profiles/default/metadata.xml,sha256=wMlgkL--INXRTLm4y77HsRgY1px5xzxdBO4wJ-DyVQo,1284
|
352
353
|
imio/smartweb/core/profiles/default/repositorytool.xml,sha256=aTErs-VvEEV3dm9_TdgPZfx1Pb1f5Sw7ap7IgiJOK4w,227
|
353
|
-
imio/smartweb/core/profiles/default/rolemap.xml,sha256=
|
354
|
+
imio/smartweb/core/profiles/default/rolemap.xml,sha256=4RoAjjEiO643mft6FUdu20Scgk1WdPvFqyCIE_iSKJw,2905
|
354
355
|
imio/smartweb/core/profiles/default/types.xml,sha256=oPZSjRtivll-J9qzhd4STvM7w1P6quyLp4ky6aH913w,2201
|
355
356
|
imio/smartweb/core/profiles/default/workflows.xml,sha256=NF1XsMgH7pFGdkVzDssgfutKXL2sRakMCSCH34nQ-Bs,1136
|
356
357
|
imio/smartweb/core/profiles/default/registry/bundles.xml,sha256=5C6nwniE04kgQMGSn1EtnA7kfkgMPbrESSrMXhNNVww,2562
|
357
358
|
imio/smartweb/core/profiles/default/registry/geolocation.xml,sha256=CzTg5DnZ-CjDIW-iuYmeL7EeNjHc63g_PgabttgMSsU,1251
|
358
359
|
imio/smartweb/core/profiles/default/registry/plone.xml,sha256=cvJq50ofQ0SIN2p1GibAbpZny-fjxK4iaNg0q8HBmPU,3186
|
359
|
-
imio/smartweb/core/profiles/default/registry/smartweb.xml,sha256=
|
360
|
+
imio/smartweb/core/profiles/default/registry/smartweb.xml,sha256=_FpNzlji85_XBvvsK64EVKPmmq5V4kUdpzMD3cgT0tA,394
|
360
361
|
imio/smartweb/core/profiles/default/taxonomies/page_category.cfg,sha256=ZPHpBAMGIhTL3fkalAwTiWBTpUPeYsUMNR7UmF61LpA,310
|
361
362
|
imio/smartweb/core/profiles/default/taxonomies/page_category.xml,sha256=BApommxfwLILSw0vfk7crMoj99vEiPqbirjdXf_BzBM,3007
|
362
363
|
imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg,sha256=Q164kppiNOFkWqotf7py4Zh_4MkPqlaAXSg2BYkv9uE,320
|
363
|
-
imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml,sha256=
|
364
|
+
imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml,sha256=l0wDnhnP50s-vyrhK0JjJI6v6qsYi1JICAm0jboY2SI,5532
|
364
365
|
imio/smartweb/core/profiles/default/types/Collection.xml,sha256=xE7IOs7Em-lnmDnR1YK9Q8wW_VGIT-3eq0LZLhfArY8,321
|
365
366
|
imio/smartweb/core/profiles/default/types/File.xml,sha256=oTmg9PpsD9-oLk2E5OXn0BOwoQ3z3FrWOHFDNXXH0mo,315
|
366
367
|
imio/smartweb/core/profiles/default/types/Image.xml,sha256=fJmD5pnkIG_FPoM4HCAr-cnB-__pzR6YJgTlYk-eSFQ,316
|
@@ -373,8 +374,8 @@ imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml,sha256=YqbwiJ
|
|
373
374
|
imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml,sha256=3wJF6Pcv_uKb-9uwbB3qOgVHH2E5kZQU20jCieph4Uk,1730
|
374
375
|
imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml,sha256=K17YmXTHR23suOhGZqjNjI0DPBenrdAOcLCqN6VUBD8,1604
|
375
376
|
imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml,sha256=xMyV4duPxaS-mh2VC4nqRlaElr_GZqmVnP5SPk2cIjo,1615
|
376
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml,sha256=
|
377
|
-
imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml,sha256
|
377
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml,sha256=RjgUe3pVZCwnrTh8w_Vt4mIewxveE8qCL7QCrgUTjl8,2592
|
378
|
+
imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml,sha256=r6U10QnHttOjqrJXD4LXjmJa2SBov30Ut8alO9UMv3s,2764
|
378
379
|
imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml,sha256=V5EZwu3d6X2rVMdQjuWp3c-IRSVV1XUCWo-Hu-c4wBs,2516
|
379
380
|
imio/smartweb/core/profiles/default/types/imio.smartweb.Publication.xml,sha256=2bBfDraAOCRxMjiuvJ7TXS_RBAtIyZQLdWsczdb7nU0,1249
|
380
381
|
imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml,sha256=8hDn-vrtm3YuZ_U4ntgwAYMxCjayDr1Eh46KZBeAGLM,1506
|
@@ -509,8 +510,8 @@ imio/smartweb/core/tests/robot/test_ct_page.robot,sha256=UoH47egHyCCVHmfqPdA1vQe
|
|
509
510
|
imio/smartweb/core/tests/robot/test_ct_procedure.robot,sha256=vTeIpI4inkRWbJy41EZc1bkLL5tLrblRFYtNA820H68,2712
|
510
511
|
imio/smartweb/core/tests/robot/test_example.robot,sha256=G_rUe5kTswB8E8xtM92zF78H1wotHxhzzZH8zrfrDi8,2003
|
511
512
|
imio/smartweb/core/upgrades/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
512
|
-
imio/smartweb/core/upgrades/configure.zcml,sha256=
|
513
|
-
imio/smartweb/core/upgrades/upgrades.py,sha256=
|
513
|
+
imio/smartweb/core/upgrades/configure.zcml,sha256=Y8Ke3O8Acoppkjd8RC8u53zGholXfh53awQgU6_gFvc,35650
|
514
|
+
imio/smartweb/core/upgrades/upgrades.py,sha256=0UWSP7QzImtFwYQnY_ML4_w9Ygs6v6YAOg6JUWjXVMw,10592
|
514
515
|
imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml,sha256=CG5K3-MCDqdMl7Dog-yvNZK0u0t8ipK-6QCcBNLb4cY,481
|
515
516
|
imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml,sha256=vvmcWnYlU5Yic6RrOhziRj0RsveKaclNM5xWJVHx6r0,478
|
516
517
|
imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml,sha256=atPFvI1zqv3z6E7HvsFS3r4LdIFsN7VEGe-3GUEaYtY,538
|
@@ -651,6 +652,11 @@ imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.BlockLink.
|
|
651
652
|
imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.SectionSlide.xml,sha256=kViKVS5u-x54Au1ShmOs4gUCd0a2UOwyAv_JgThzdVQ,296
|
652
653
|
imio/smartweb/core/upgrades/profiles/1066_to_1067/types/imio.smartweb.SectionTimestampedPublications.xml,sha256=FhZjkrdpAseJwzcSMLR76JzuB0wqI9lM7Z4o1sEDbQc,1479
|
653
654
|
imio/smartweb/core/upgrades/profiles/1067_to_1068/actions.xml,sha256=YDIrrV_SDAxQkMlWATLla6S-DoJigU3pyJ8tEx9Ralo,639
|
655
|
+
imio/smartweb/core/upgrades/profiles/1068_to_1069/controlpanel.xml,sha256=bscrubUNoVcJU2rnVrns-U12TSDTzFTEVIZEfvleNFI,776
|
656
|
+
imio/smartweb/core/upgrades/profiles/1068_to_1069/registry.xml,sha256=sno9ubL7f7otpToU1exQ52cgci9pB7wfYr9oTm2RWQs,271
|
657
|
+
imio/smartweb/core/upgrades/profiles/1068_to_1069/rolemap.xml,sha256=i0yn1hZ_-5k_5PVi9YMcVY515VDBv_3JaKvecBO_vM4,254
|
658
|
+
imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.cfg,sha256=Q164kppiNOFkWqotf7py4Zh_4MkPqlaAXSg2BYkv9uE,320
|
659
|
+
imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.xml,sha256=Oj6pOa_zK-E1fPRnggbsllC9a0jH0O7-PlQmDuyR6iw,5246
|
654
660
|
imio/smartweb/core/viewlets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
655
661
|
imio/smartweb/core/viewlets/actions.py,sha256=CUMkS3w_MXOxqOzqp7s3PFCUF-RCrCFsKw3oxv0C37E,1200
|
656
662
|
imio/smartweb/core/viewlets/arcgis_header.pt,sha256=iQc5ZG3g1Cmap963OG-wPotllr7oWmVSMoAnA7tctrQ,3428
|
@@ -688,8 +694,8 @@ imio/smartweb/core/viewlets/offcanvas.pt,sha256=UTXA3NNtrZPOcXKXfmkACjJM2NO6zyql
|
|
688
694
|
imio/smartweb/core/viewlets/offcanvas.py,sha256=3VE2WJcvSKp3oAKYwGuwaHYMoK_83KMksMFDa75u52Y,129
|
689
695
|
imio/smartweb/core/viewlets/ogp_tag_header.pt,sha256=XRWkdZS2oI7W0X1oJSskpXS9dMmxSxSx_7XWb-Q2aBk,1007
|
690
696
|
imio/smartweb/core/viewlets/ogptags.py,sha256=JEEBuF8kj4Uwl6dskHEfHU_bUoYygnOw4QaeyfUpWiw,4806
|
691
|
-
imio/smartweb/core/viewlets/procedure.pt,sha256=
|
692
|
-
imio/smartweb/core/viewlets/procedure.py,sha256=
|
697
|
+
imio/smartweb/core/viewlets/procedure.pt,sha256=0fzmQeU-GKbEt73t-n_aKF9z7zn3V7qVOQ8lgFQpvuM,644
|
698
|
+
imio/smartweb/core/viewlets/procedure.py,sha256=UvhUicZk7AviPZjhXCHobWK4TIh4rLh6Pqz-gSyoCEA,1169
|
693
699
|
imio/smartweb/core/viewlets/searchbox.pt,sha256=Wv0DbGTKif1z_SDl9-FQKIAPJcfFAHHO1qOtR-LtnR4,403
|
694
700
|
imio/smartweb/core/viewlets/social.py,sha256=gau_zEDo1IM9ZeYWPHjNl-eMTwbmO23lxFSWf-DO9uk,1187
|
695
701
|
imio/smartweb/core/viewlets/subsite.py,sha256=2MFX2UukohUDybF7lDklcmgtY2Z0MaFdHU2cFfiBkDo,4218
|
@@ -705,7 +711,7 @@ imio/smartweb/core/webcomponents/README.md,sha256=u-1KMiYzChIOe3BNY1paacCEVsxRit
|
|
705
711
|
imio/smartweb/core/webcomponents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
706
712
|
imio/smartweb/core/webcomponents/babel.config.json,sha256=GLMlFLD4qaaNVuRWogON3geyD75eqVm6cN4RAGwPt3g,194
|
707
713
|
imio/smartweb/core/webcomponents/configure.zcml,sha256=WiA01XuVcc4VgxrvFCztR2nPMCBp2dGIgpIZv6WdJ7s,263
|
708
|
-
imio/smartweb/core/webcomponents/package.json,sha256=
|
714
|
+
imio/smartweb/core/webcomponents/package.json,sha256=7tcP1a2Swcng-dfOi5PrLtPrnldAoMg0gxzzfTPT-1c,2975
|
709
715
|
imio/smartweb/core/webcomponents/postcss.config.js,sha256=C6AOPegqTEkRboXRWl6obj0priHtdSRiApehW4TWp8E,101
|
710
716
|
imio/smartweb/core/webcomponents/webpack.config.js,sha256=ie90xYAH82rUaPv41_7v-eXTDADH55Z-V9v9gptDC6s,6852
|
711
717
|
imio/smartweb/core/webcomponents/webpackPlonePlugin.js,sha256=TWpGoEYRBOKB7o0SJ1F7P0hLYflkNmbODG7ZCyrPjQw,2226
|
@@ -719,34 +725,33 @@ imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e
|
|
719
725
|
imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg,sha256=xVSktVFHmBKwOQJL8yM4LmPmoNChGoz6RBS7d5QZuUQ,433
|
720
726
|
imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg,sha256=XgE72Zg25rWhDFtpgRTh6pSWc0utqIobzbez4RYC3kA,330
|
721
727
|
imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg,sha256=kXxN_F5nCL1SUuSvO7dsVz2BCk6lyembEe0ZcDUjEUQ,336
|
722
|
-
imio/smartweb/core/webcomponents/build/css/
|
723
|
-
imio/smartweb/core/webcomponents/build/css/
|
724
|
-
imio/smartweb/core/webcomponents/build/css/
|
725
|
-
imio/smartweb/core/webcomponents/build/css/
|
726
|
-
imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css,sha256=Caa6G19xHRnmDsB_YZGqkJTU5o7LP2IwO_HdlwtN1EU,32644
|
728
|
+
imio/smartweb/core/webcomponents/build/css/251.smartweb-webcomponents-compiled.css,sha256=qhPTqJUk1jii7O6oCBZx3INBUzSKBFDIR21yTAcNGxc,26119
|
729
|
+
imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css,sha256=FQ5xjz_XAlXMws7SWY6RW86C0EUNNoUTkjOHju8heDA,8306
|
730
|
+
imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css,sha256=Bg0yEe1ZYmEdGq09TV5wEHjp8t2bDBzgQ46iQKXx_Y8,27531
|
731
|
+
imio/smartweb/core/webcomponents/build/css/700.smartweb-webcomponents-compiled.css,sha256=fYyCUuveQ3t_bEgKkX5xFeE0tuFIElUwqPervYHH32U,48476
|
727
732
|
imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css,sha256=zRQhgF9klDIGadELi-8rqHrKbHYgLO8Bq4skgUjAXBA,2861
|
728
733
|
imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css,sha256=M8icautg0PsMAmXKrHtVpzfxbu14EYhtawBoD6spwdE,4719
|
729
|
-
imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js,sha256=
|
730
|
-
imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=
|
731
|
-
imio/smartweb/core/webcomponents/build/js/
|
732
|
-
imio/smartweb/core/webcomponents/build/js/
|
734
|
+
imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js,sha256=ULMMJGP6AFeGryUQQS6HIkbrkuLWqmJG76P4vFvXIBA,186510
|
735
|
+
imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=JAhpUJdE4xo9ZDXUJUlmZe72ZmXGd4cysLmGtIk7gWw,680
|
736
|
+
imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js,sha256=NR-ptgmjGjoHT7DB5AIQFjqophO4LHFO0Oo9jvvfFQE,170533
|
737
|
+
imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=eNJ8gc9n9IF8nW1d9sI9niuHstYzjNz5vqXx9UgWSPc,249
|
738
|
+
imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js,sha256=5wkEG6IXjdM5rynHf5mXcNAJUGmVqCDHtlwbYmzRCWA,26529
|
739
|
+
imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js,sha256=XXPUkcyJv5ZYUI4A0_egiUji1e9xZfBa_WSb3FF2OAQ,435795
|
733
740
|
imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=QAeU4Rw9Rrv8hnkJvvMeGdkO2ZE20WLcwCpju_UuPQ0,238
|
734
|
-
imio/smartweb/core/webcomponents/build/js/
|
741
|
+
imio/smartweb/core/webcomponents/build/js/251.smartweb-webcomponents-compiled.js,sha256=7Q4K725XS0rXIO_SJUA_XNJkfzmHAfPYq3uhc4ug9vg,42679
|
742
|
+
imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js,sha256=WQAHfxBihKj-gqNDyqz1uGSc3UOUzd4K7IJRmeqnTS0,66766
|
735
743
|
imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=srGNtnoNHz0w5OlaCDZLtTP8yBsDypbLTNk4qjsLvTU,317
|
736
|
-
imio/smartweb/core/webcomponents/build/js/
|
737
|
-
imio/smartweb/core/webcomponents/build/js/
|
738
|
-
imio/smartweb/core/webcomponents/build/js/491.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=eNJ8gc9n9IF8nW1d9sI9niuHstYzjNz5vqXx9UgWSPc,249
|
739
|
-
imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js,sha256=fFOW89PjDsX7490E2_UB-lKZpaFFIGs80vbR9JUpsgw,35523
|
744
|
+
imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js,sha256=WGLxsaz6PXgV-8kLhnGWxnsFWMF-2uFBxbY20j61W1w,35523
|
745
|
+
imio/smartweb/core/webcomponents/build/js/700.smartweb-webcomponents-compiled.js,sha256=CKXaks76IlOWIqPq6McZ0ihrgfAZVheHtxPk_0B7bYU,45855
|
740
746
|
imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js,sha256=QMD0dRW14xDwbGZu7ItIUo5UrDxm6_f-mXjEe_BQT-A,17400
|
741
747
|
imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
|
742
|
-
imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js,sha256=
|
748
|
+
imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js,sha256=SDOFrHK3AuLHcrpSvRqHWmxr4AYuf5XtmIarPNh-gck,156597
|
743
749
|
imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=6nkPO-SYLDPJB1DAWWJjhWo2H2X_Y2llNxj5PCmmUgw,153
|
744
|
-
imio/smartweb/core/webcomponents/build/js/
|
745
|
-
imio/smartweb/core/webcomponents/build/js/
|
746
|
-
imio/smartweb/core/webcomponents/build/js/
|
747
|
-
imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js,sha256=GMvH8wDjgWU_3dcV6uU5t0Ce59jlmGcjxrNMDdIKxl8,299300
|
750
|
+
imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js,sha256=CVQKJeTcbTWf3Rkk52ag7agdPyPvAhVVu94GZG0Vs-o,20385
|
751
|
+
imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js,sha256=NTnPGOjrhn-pp95YrQN-1_Njm_b32zDQtADv6w5EHRk,14095
|
752
|
+
imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js,sha256=YLKWqrbFtX1Q2I0gtWEbu7HTVAXe6kbOCWw6CeW8r7Y,299300
|
748
753
|
imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=A-v1lwmuIX1DpNJ1MDzKDMWv7f_d6cjHlGOCEvthhdY,50
|
749
|
-
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=
|
754
|
+
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=W1XYjnujimYywJQegt0N_7GLDttDKihNW_BBXwYbLxI,422167
|
750
755
|
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=FYZFcv_VsY7Ef-afd5tLGRLLk9j84PX0P_ciZvbFli0,968
|
751
756
|
imio/smartweb/core/webcomponents/src/index.jsx,sha256=fD5BlphV-ex32Laoxlp0JKN2jN83ZVVwtY6lKqIiSBs,871
|
752
757
|
imio/smartweb/core/webcomponents/src/index.scss,sha256=2ZIeSoCmRSWfQXWV0rZshDygzn9S2L0hQXdtwW5WLb4,6061
|
@@ -761,12 +766,12 @@ imio/smartweb/core/webcomponents/src/assets/pin-react.svg,sha256=kXxN_F5nCL1SUuS
|
|
761
766
|
imio/smartweb/core/webcomponents/src/assets/pin.svg,sha256=-6a-6Jyc3EJteH1X5eFtPUCCz4FQeWKkVhMKHDhmbzI,890
|
762
767
|
imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg,sha256=t0ycTc4BFYUP3A-_qhDXMC12Hb0Lg3gpk8ffQ_yT8ic,348
|
763
768
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=DcansNKQhkXIIH9RVPUefYyQkTBm-EsZyRFEF0uUKjg,11541
|
764
|
-
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=
|
769
|
+
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=7NBRjLghDFc3trbI7uTEZYKVeALW4VxBEmEnKLpZk2M,13050
|
765
770
|
imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=A26LlWeszwIzqu15SiEZ_mcb4NSaChAbT7d4GWEyVlY,96
|
766
771
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=yBbE4fl6Q-DvGLIN1er7izF507SpYHB5_SCkXPHVYYY,6647
|
767
772
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=mITsX_jxu7zqvZZknDX-3bgrYueDdBNW92S1qf7Z06I,41600
|
768
773
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=mtzTrxFbUcQReJV1yLB-TsMbOFeccO0SnLgu52u77iw,4154
|
769
|
-
imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=
|
774
|
+
imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=jWZF8d5VyZWmctqO6xv7ShhTOksuQQwjAKKeizautTE,14736
|
770
775
|
imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.jsx,sha256=Wm6QkHScfigtYDgSzIFiVinLY75b5v02x_DmczKnhcI,12932
|
771
776
|
imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.scss,sha256=EIs6VbLyj17G2_lOp35rEcaUHglq1rdkM23IQU2cRhU,18662
|
772
777
|
imio/smartweb/core/webcomponents/src/components/Campaign/index.js,sha256=QSsDk_SfGrFNtfNvm4tpstUxzU7-t8664a_oRHTGYq0,97
|
@@ -784,17 +789,17 @@ imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx,sha256
|
|
784
789
|
imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx,sha256=XKiN7Y8CFz48IluCEmyqTpSbBa6hvF4BjPcAZYKqKaQ,5949
|
785
790
|
imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss,sha256=zccyw3yhc4k2GU_RYl7fJn7tZOz6DMDA2PGGK8SLmNQ,3233
|
786
791
|
imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx,sha256=_Yvc0AZMTwRmrycvZlUsV1ipCCq8G-yeVHOv89y8tnQ,751
|
787
|
-
imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss,sha256=
|
792
|
+
imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss,sha256=HIoFohX-7iWFD-xdkHqb7jSg7v3-vucOua_XWSGuin4,4472
|
788
793
|
imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx,sha256=X7N2li7AH0kmQPWMGhntioDFjoPRIqqT5QTK9OCgvvk,1808
|
789
794
|
imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js,sha256=lXSYovMyRUC9TjLDEn03_rcXJhAB2sTqBdc0E7hadJE,1288
|
790
|
-
imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx,sha256=
|
791
|
-
imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss,sha256=
|
795
|
+
imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx,sha256=fVBVb_YFJbqCcpKA6ldXLLMsjVHw2vSCsBRG4idnakc,7523
|
796
|
+
imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss,sha256=ZLoBaZrkhgcKrzv1fhHv45_OwVE0768IMurH5_XyLi4,2100
|
792
797
|
imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=AMCXzuSk2Vuwan3yQtpDaNL9Z7CJkQBFUYqwWqoNISY,9982
|
793
|
-
imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=
|
798
|
+
imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=06T0_9dZ0WxwyVLRe28yzvvrXUkO6oj6KQuyDUdFBaA,5153
|
794
799
|
imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
|
795
800
|
imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx,sha256=_jPvqsdg6QHNBkC7erySX-s5sgBh35X8B3P2LgxcsBw,9598
|
796
801
|
imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx,sha256=sYJbhbW2FgV79xpXaFKM3NuKY08NkFZhMOMVPOLesB4,3941
|
797
|
-
imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=
|
802
|
+
imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=xquOh6-cLjY1k5ILwc8q29b6tbmDtZNxxnoFMbNDTTY,23324
|
798
803
|
imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx,sha256=jk_CEusujMu_DEHcuX54TnQTvckMcXwK457KL3CRR3I,5561
|
799
804
|
imio/smartweb/core/webcomponents/src/components/Search/Search.jsx,sha256=QkS6KsNSbTUzZbZ_PKdfxh-K2hnPzLO5K6OnB_Q--U4,4843
|
800
805
|
imio/smartweb/core/webcomponents/src/components/Search/Search.scss,sha256=um_151JG3WDC_oe3U_amWrUqUgFFS0fNRd5uDNxQZos,3726
|
@@ -812,10 +817,10 @@ imio/smartweb/core/webcomponents/src/utils/Map.jsx,sha256=EpmA8-iqHIkWrjgjR9JKvZ
|
|
812
817
|
imio/smartweb/core/webcomponents/src/utils/Map.scss,sha256=DVQ6sUQOKFvLhbcamY6EmSrfWYq61gqaQUZ_YM1Le0Q,343
|
813
818
|
imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=KYomzpin3vMdS_QyK7QF0lBRXho_6WlHnkCJaRJm4N4,10702
|
814
819
|
imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
|
815
|
-
imio_smartweb_core-1.4.
|
816
|
-
imio_smartweb_core-1.4.
|
817
|
-
imio_smartweb_core-1.4.
|
818
|
-
imio_smartweb_core-1.4.
|
819
|
-
imio_smartweb_core-1.4.
|
820
|
-
imio_smartweb_core-1.4.
|
821
|
-
imio_smartweb_core-1.4.
|
820
|
+
imio_smartweb_core-1.4.5.dist-info/licenses/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
821
|
+
imio_smartweb_core-1.4.5.dist-info/licenses/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
|
822
|
+
imio_smartweb_core-1.4.5.dist-info/METADATA,sha256=7u5ciY2EFUqSumisJ1yrajFtxYGCNP7LLrWTMdzHwyk,66084
|
823
|
+
imio_smartweb_core-1.4.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
824
|
+
imio_smartweb_core-1.4.5.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
|
825
|
+
imio_smartweb_core-1.4.5.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
|
826
|
+
imio_smartweb_core-1.4.5.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
.flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:300px}.flexbin>*{display:block;flex-grow:1;height:300px;margin:2.5px;position:relative}.flexbin>*>img{height:300px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}@media (max-width:980px){.flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:150px}.flexbin>*{display:block;flex-grow:1;height:150px;margin:2.5px;position:relative}.flexbin>*>img{height:150px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}}@media (max-width:400px){.flexbin{display:flex;flex-wrap:wrap;margin:-2.5px;overflow:hidden}.flexbin:after{content:"";flex-grow:999999999;height:0;min-width:100px}.flexbin>*{display:block;flex-grow:1;height:100px;margin:2.5px;position:relative}.flexbin>*>img{height:100px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}.flexbin.flexbin-margin{margin:2.5px}}.leaflet-container{height:100vh}.leaflet-popup{padding:0}.r-map-popup-title{font-weight:700;text-decoration:none!important}.r-map-popup-adress{color:#202228;display:block;font-size:1em;margin-top:.5rem;position:relative;text-decoration:underline;z-index:1}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{-moz-box-sizing:border-box;box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../524db40e119aa11f4478.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../1c1605a5fe9a2b10a88f.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../6cf03871df23ed2ee8b3.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;-moz-box-sizing:border-box;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.r-result-filter-container{background:#fff;z-index:1}@media screen and (min-width:1200px){.r-result-filter-container{position:-webkit-sticky;position:sticky}}.r-result-filter-container:after{background:#fff;content:"";height:312px;left:0;position:absolute;right:0;top:0;transform:translateY(-100%)}.r-result-filter-container .r-result-filter{border-bottom:1px solid #cccc;padding-bottom:1rem;padding-top:1rem;position:relative}.r-results-numbers{margin-bottom:0;padding-top:1rem;width:100%}.r-results-numbers span{font-weight:700}.r-result-filter{position:relative}.react-filters-menu{display:flex;margin-bottom:1rem;width:100%}.react-filters-menu .react-filters-container{align-items:flex-start;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:10px;position:relative;width:auto;width:100%}@media screen and (min-width:630px){.react-filters-menu .react-filters-container{align-items:center;border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;flex-direction:row;padding:4px 15px;width:auto}}.react-filters-menu .react-sep-menu{background:#cfcfcf;display:none;height:20px;width:1px}@media screen and (min-width:630px){.react-filters-menu .react-sep-menu{display:block}}.react-filters-menu span[class$=-indicatorSeparator]{display:none}.react-filters-menu div[class$=-indicatorContainer]{padding:0}.react-filters-menu .accordion-collapse{padding-top:1rem}.react-filters-menu .top-filter{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter{width:auto}}.react-filters-menu .top-filter .select-custom-no-border{width:100%}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border{width:auto}}.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:100%}@media screen and (max-width:629px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{border:1px solid #cfcfcf;color:#333}}@media screen and (min-width:630px){.react-filters-menu .top-filter .select-custom-no-border div[class$=-control]{width:auto}}.r-filter-search{border-radius:50px;display:block;padding:12px 6px;position:relative;width:100%}@media screen and (max-width:629px){.r-filter-search{border:1px solid #cfcfcf;box-shadow:0 3px 12px 0 #0000001a,0 1px 2px 0 #0000000d;width:calc(100% - 40px)}}@media screen and (min-width:630px){.r-filter-search{width:175px}}.r-filter-search input{border:none;width:100%}.r-filter-search input:focus{outline:none}.r-filter-search svg{position:absolute;right:0;transform:translateX(-100%)}.r-filter-search .relative{align-items:center;display:flex;justify-content:center}.more-filter-btn{background-color:#0000;border:none;position:absolute;right:0;top:18px}@media screen and (min-width:630px){.more-filter-btn{top:inherit;translate:40px;width:auto}}.more-filter-btn.collapsed{transform:rotate(180deg)}.more-filter-btn.collapsed svg{stroke:#9f9f9f}.more-filter-container.collapse:not(.show){display:none}.more-filter-container .accordion-body{align-items:center;background-color:#f8f8f8;border:1px solid #e4e4e4;border-left:none;border-right:none;display:flex;gap:20px;justify-content:center;padding:1rem}@media screen and (max-width:630px){.more-filter-container .accordion-body{display:flex;flex-direction:column}}.more-filter-container .free-Filter label{font-size:12px;font-weight:700;letter-spacing:1.4px}.more-filter-container .free-Filter .form-check{align-items:center;display:flex;gap:5px;padding:0}.more-filter-container .free-Filter .form-check input{margin:0}
|
@@ -1 +0,0 @@
|
|
1
|
-
body,html{max-width:100%;overflow-x:initial!important}.row{margin:0}.breadcrumb,.row{padding:0}body .outer-wrapper>.container{max-width:100%!important;padding:0!important}@media screen and (min-width:1200px){.r-annuaire-wrapper{margin-right:inherit;max-width:100%;padding-left:0;padding-right:0}}#portal-column-content{padding:0!important}#portal-column-content h1{font-size:0;position:absolute}header#content-header{background:#fff;position:-webkit-sticky;position:sticky;top:0}#viewlet-below-content-description,#viewlet-below-content-title{display:none}article>header{margin-bottom:0}.r-annuaire-result{grid-area:1/1/3/2}.r-map.annuaire-map{grid-area:1/2/2/3;position:-webkit-sticky;position:sticky}.r-wrapper{display:block}@media screen and (min-width:1200px){.r-wrapper{display:grid;gap:40px;grid-template-columns:minmax(20px,800px) minmax(20px,100%);justify-content:space-between;margin-left:auto;width:calc(558px + 50vw)}}@media screen and (min-width:1400px){.r-wrapper{width:calc(648px + 50vw)}}.r-wrapper .r-result{padding-bottom:2rem}.r-wrapper .r-result-list{padding:0}.r-wrapper .r-result-list .r-list-item-group{list-style:none;margin:1rem 0;position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item-link{inset:0!important;position:absolute!important}.r-wrapper .r-result-list .r-list-item-group .r-list-item{display:flex;flex-direction:column;height:100%}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item{flex-direction:row}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{background-color:#000;background-size:cover;border-radius:5px;padding-bottom:56%;position:relative;width:100%;z-index:-1}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img.r-item-img-placeholder{background-color:#f2f2f2}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img{flex:246px 0 0;height:149px;padding-bottom:0;width:246px}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img div,.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-img img{border-radius:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{flex-grow:1;margin-top:.6rem}@media screen and (min-width:600px){.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{margin-left:1.5rem;margin-top:0}}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text a{position:relative}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{display:block;font-weight:700}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{display:block}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{display:flex;gap:10px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse{width:36%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .phones{display:flex;flex-wrap:wrap;gap:0 5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .mails{display:flex;flex-direction:column}.r-content-description{border-bottom:1px solid #e6e6e6}.contactTextAll{margin-top:1rem;position:relative}@media screen and (min-width:700px){.contactTextAll{padding-right:128px}}.contactTextAll .annuaire-logo{margin-top:.5rem;max-width:128px}@media screen and (min-width:700px){.contactTextAll .annuaire-logo{position:absolute;right:0;top:0}}.annuaire-info-title{font-weight:700}.annaire-adresse,.annuaire-phone,.annuaire-schedul,.annuaire-social-link,.annuaire-website-link,.annuaire-website-mails{align-items:first baseline;display:flex;gap:10px;margin-bottom:.5rem}.annaire-adresse a,.annuaire-phone a,.annuaire-schedul a,.annuaire-social-link a,.annuaire-website-link a,.annuaire-website-mails a{text-decoration:none}.annuaire-phone span,.annuaire-website-mails span{display:block;font-weight:500}.annuaire-phone span a,.annuaire-website-mails span a{font-weight:400}.annuaire-website-mails div span{display:block}.annuaire-social-link{margin:.5rem 0}.annuaire-social-link ul{display:flex;gap:10px;margin:0}.annuaire-social-link ul li,.annuaire-website-link ul li{list-style:none}.annuaire-day-close{color:#e61d1d}.annuaire-day-open{color:#81c995}.annuaire-schedul li{list-style:none}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text{font-size:13px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text:after{background:#ff0;border-radius:50px;content:"";height:50px;width:50px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-title{font-size:18px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-categorie{margin-bottom:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all{color:#727272}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all a{color:#000}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty{margin-top:5px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse .itineraty:before{background-size:contain;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.68 10.97'%3E%3Cg data-name='Calque 2'%3E%3Cpath d='M3.84 5.21a1.37 1.37 0 1 1 1.37-1.37 1.37 1.37 0 0 1-1.37 1.37m0-5.21A3.84 3.84 0 0 0 0 3.84C0 6.72 3.84 11 3.84 11s3.84-4.28 3.84-7.16A3.84 3.84 0 0 0 3.84 0' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;content:"";display:inline-block;height:15px;vertical-align:middle;width:15px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact{width:100%}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact .topics{margin-top:10px}.r-wrapper .r-result-list .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-contact .topics span{background:#f1f1f1;border-radius:5px;margin-right:5px;padding:5px}.r-load-more{margin-bottom:2rem;text-align:center}.r-load-more button{background:#000;border:1px solid #0000;border-radius:10px;border-bottom-left-radius:10px;border-bottom-left-radius:0;color:#fff;display:block;font-size:14px;font-weight:700;margin:0 auto;padding:.4rem 1rem}.r-load-more button:hover{background:rgba(0,0,0,.871)}@media screen and (max-width:1200px){.r-map{margin-top:2rem!important}.r-map .leaflet-container{height:50vh!important}}@media screen and (min-width:600px){.no-map .r-annuaire-wrapper{display:block}.no-map .r-wrapper .r-result-list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(244px,1fr));max-width:1296px}.no-map .r-wrapper .r-list-item-group{display:block!important;transition:all .2s ease}.no-map .r-wrapper .r-list-item-group:focus,.no-map .r-wrapper .r-list-item-group:hover{transform:translateY(-10px)!important}.no-map .r-wrapper .r-list-item-group .r-list-item{box-shadow:0 8px 26px #00000014;flex-direction:column!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-img{aspect-ratio:5/3;flex:inherit;height:auto;margin-bottom:0;width:100%!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text{display:block;margin-bottom:.5rem;margin-right:1.5rem;margin-top:.5rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text:after{display:none}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-categorie{margin-bottom:.25rem;margin-top:.25rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-title{font-size:16px;margin-bottom:.25rem;margin-top:.25rem}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all{display:block!important}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .r-item-adresse{margin-bottom:.25rem;margin-top:.25rem;width:auto}.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .mails,.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .phones,.no-map .r-wrapper .r-list-item-group .r-list-item .r-item-text .r-item-all .topics{margin-bottom:.25rem;margin-top:.25rem}}.no-map .r-result.r-annuaire-result{max-width:1296px}.no-map .annuaire-content{margin:0 auto;max-width:700px}
|