io-sanita-theme 2.16.2 → 2.16.4
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.
- package/CHANGELOG.md +16 -0
- package/RELEASE.md +6 -0
- package/docs/logo.png +0 -0
- package/locales/de/LC_MESSAGES/volto.po +2 -2
- package/locales/en/LC_MESSAGES/volto.po +2 -2
- package/locales/es/LC_MESSAGES/volto.po +2 -2
- package/locales/fr/LC_MESSAGES/volto.po +2 -2
- package/locales/it/LC_MESSAGES/volto.po +2 -2
- package/locales/volto.pot +3 -3
- package/package.json +1 -1
- package/src/components/AppExtras/HandleAnchor.jsx +10 -5
- package/src/components/View/Struttura/StrutturaCoordinatore.jsx +38 -0
- package/src/components/View/Struttura/StrutturaCosE.jsx +2 -3
- package/src/components/View/Struttura/StrutturaDove.jsx +1 -6
- package/src/components/View/Struttura/StrutturaGalleria.jsx +1 -1
- package/src/components/View/Struttura/StrutturaPersonale.jsx +11 -47
- package/src/components/View/Struttura/StrutturaResponsabile.jsx +14 -14
- package/src/components/View/Struttura/StrutturaStruttureCorrelate.jsx +1 -7
- package/src/components/View/Struttura/StrutturaUfficiCorrelati.jsx +1 -5
- package/src/components/View/Struttura/StrutturaView.jsx +2 -0
- package/src/components/View/Struttura/index.js +107 -84
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.16.4](https://github.com/RedTurtle/io-sanita-theme/compare/2.16.3...2.16.4) (2025-06-12)
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
|
|
7
|
+
* updated StrutturaPersonale with backreferences ([#93](https://github.com/RedTurtle/io-sanita-theme/issues/93)) ([130bd52](https://github.com/RedTurtle/io-sanita-theme/commit/130bd52e53f926b3707b7858cdec263a3f76112c))
|
|
8
|
+
|
|
9
|
+
### Documentation
|
|
10
|
+
|
|
11
|
+
* updated Release.md ([bfe8471](https://github.com/RedTurtle/io-sanita-theme/commit/bfe84715ed6cd69c32982a96701b283d0eb30513))
|
|
12
|
+
|
|
13
|
+
## [2.16.3](https://github.com/RedTurtle/io-sanita-theme/compare/2.16.2...2.16.3) (2025-06-11)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* handle Anchor in search block with query ([75a171a](https://github.com/RedTurtle/io-sanita-theme/commit/75a171ab0d65b817dbc41b1290da887ceaf373bb))
|
|
18
|
+
|
|
3
19
|
## [2.16.2](https://github.com/RedTurtle/io-sanita-theme/compare/2.16.1...2.16.2) (2025-06-03)
|
|
4
20
|
|
|
5
21
|
### Bug Fixes
|
package/RELEASE.md
CHANGED
|
@@ -40,6 +40,12 @@
|
|
|
40
40
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
|
+
## Versione 2.16.4 (12/06/2025)
|
|
44
|
+
|
|
45
|
+
### Migliorie
|
|
46
|
+
|
|
47
|
+
- Migliorato la vista delle Strutture con il campo dedicato al personale correlato, opzione attivabile dalla configurazione del tema
|
|
48
|
+
|
|
43
49
|
|
|
44
50
|
## Versione 2.16.1 (27/05/2025)
|
|
45
51
|
|
package/docs/logo.png
CHANGED
|
Binary file
|
|
@@ -3883,7 +3883,7 @@ msgid "struttura_contatti"
|
|
|
3883
3883
|
msgstr ""
|
|
3884
3884
|
|
|
3885
3885
|
#. Default: "Coordinatore"
|
|
3886
|
-
#: components/View/Struttura/
|
|
3886
|
+
#: components/View/Struttura/StrutturaCoordinatore
|
|
3887
3887
|
msgid "struttura_coordinatore"
|
|
3888
3888
|
msgstr ""
|
|
3889
3889
|
|
|
@@ -3917,7 +3917,7 @@ msgstr ""
|
|
|
3917
3917
|
msgid "struttura_orari"
|
|
3918
3918
|
msgstr ""
|
|
3919
3919
|
|
|
3920
|
-
#. Default: "Personale"
|
|
3920
|
+
#. Default: "Personale della struttura"
|
|
3921
3921
|
#: components/View/Struttura/StrutturaPersonale
|
|
3922
3922
|
msgid "struttura_personale"
|
|
3923
3923
|
msgstr ""
|
|
@@ -3878,7 +3878,7 @@ msgid "struttura_contatti"
|
|
|
3878
3878
|
msgstr "Contacts"
|
|
3879
3879
|
|
|
3880
3880
|
#. Default: "Coordinatore"
|
|
3881
|
-
#: components/View/Struttura/
|
|
3881
|
+
#: components/View/Struttura/StrutturaCoordinatore
|
|
3882
3882
|
msgid "struttura_coordinatore"
|
|
3883
3883
|
msgstr "Coordinator"
|
|
3884
3884
|
|
|
@@ -3912,7 +3912,7 @@ msgstr "Gallery"
|
|
|
3912
3912
|
msgid "struttura_orari"
|
|
3913
3913
|
msgstr "Times"
|
|
3914
3914
|
|
|
3915
|
-
#. Default: "Personale"
|
|
3915
|
+
#. Default: "Personale della struttura"
|
|
3916
3916
|
#: components/View/Struttura/StrutturaPersonale
|
|
3917
3917
|
msgid "struttura_personale"
|
|
3918
3918
|
msgstr "Staff"
|
|
@@ -3885,7 +3885,7 @@ msgid "struttura_contatti"
|
|
|
3885
3885
|
msgstr ""
|
|
3886
3886
|
|
|
3887
3887
|
#. Default: "Coordinatore"
|
|
3888
|
-
#: components/View/Struttura/
|
|
3888
|
+
#: components/View/Struttura/StrutturaCoordinatore
|
|
3889
3889
|
msgid "struttura_coordinatore"
|
|
3890
3890
|
msgstr ""
|
|
3891
3891
|
|
|
@@ -3919,7 +3919,7 @@ msgstr ""
|
|
|
3919
3919
|
msgid "struttura_orari"
|
|
3920
3920
|
msgstr ""
|
|
3921
3921
|
|
|
3922
|
-
#. Default: "Personale"
|
|
3922
|
+
#. Default: "Personale della struttura"
|
|
3923
3923
|
#: components/View/Struttura/StrutturaPersonale
|
|
3924
3924
|
msgid "struttura_personale"
|
|
3925
3925
|
msgstr ""
|
|
@@ -3885,7 +3885,7 @@ msgid "struttura_contatti"
|
|
|
3885
3885
|
msgstr ""
|
|
3886
3886
|
|
|
3887
3887
|
#. Default: "Coordinatore"
|
|
3888
|
-
#: components/View/Struttura/
|
|
3888
|
+
#: components/View/Struttura/StrutturaCoordinatore
|
|
3889
3889
|
msgid "struttura_coordinatore"
|
|
3890
3890
|
msgstr ""
|
|
3891
3891
|
|
|
@@ -3919,7 +3919,7 @@ msgstr ""
|
|
|
3919
3919
|
msgid "struttura_orari"
|
|
3920
3920
|
msgstr ""
|
|
3921
3921
|
|
|
3922
|
-
#. Default: "Personale"
|
|
3922
|
+
#. Default: "Personale della struttura"
|
|
3923
3923
|
#: components/View/Struttura/StrutturaPersonale
|
|
3924
3924
|
msgid "struttura_personale"
|
|
3925
3925
|
msgstr ""
|
|
@@ -3878,7 +3878,7 @@ msgid "struttura_contatti"
|
|
|
3878
3878
|
msgstr ""
|
|
3879
3879
|
|
|
3880
3880
|
#. Default: "Coordinatore"
|
|
3881
|
-
#: components/View/Struttura/
|
|
3881
|
+
#: components/View/Struttura/StrutturaCoordinatore
|
|
3882
3882
|
msgid "struttura_coordinatore"
|
|
3883
3883
|
msgstr ""
|
|
3884
3884
|
|
|
@@ -3912,7 +3912,7 @@ msgstr ""
|
|
|
3912
3912
|
msgid "struttura_orari"
|
|
3913
3913
|
msgstr ""
|
|
3914
3914
|
|
|
3915
|
-
#. Default: "Personale"
|
|
3915
|
+
#. Default: "Personale della struttura"
|
|
3916
3916
|
#: components/View/Struttura/StrutturaPersonale
|
|
3917
3917
|
msgid "struttura_personale"
|
|
3918
3918
|
msgstr ""
|
package/locales/volto.pot
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
-
"POT-Creation-Date: 2025-
|
|
4
|
+
"POT-Creation-Date: 2025-06-04T16:35:16.226Z\n"
|
|
5
5
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
6
6
|
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
7
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
@@ -3880,7 +3880,7 @@ msgid "struttura_contatti"
|
|
|
3880
3880
|
msgstr ""
|
|
3881
3881
|
|
|
3882
3882
|
#. Default: "Coordinatore"
|
|
3883
|
-
#: components/View/Struttura/
|
|
3883
|
+
#: components/View/Struttura/StrutturaCoordinatore
|
|
3884
3884
|
msgid "struttura_coordinatore"
|
|
3885
3885
|
msgstr ""
|
|
3886
3886
|
|
|
@@ -3914,7 +3914,7 @@ msgstr ""
|
|
|
3914
3914
|
msgid "struttura_orari"
|
|
3915
3915
|
msgstr ""
|
|
3916
3916
|
|
|
3917
|
-
#. Default: "Personale"
|
|
3917
|
+
#. Default: "Personale della struttura"
|
|
3918
3918
|
#: components/View/Struttura/StrutturaPersonale
|
|
3919
3919
|
msgid "struttura_personale"
|
|
3920
3920
|
msgstr ""
|
package/package.json
CHANGED
|
@@ -8,12 +8,17 @@ const HandleAnchor = () => {
|
|
|
8
8
|
if (location.hash) {
|
|
9
9
|
// eslint-disable-next-line no-unused-expressions
|
|
10
10
|
const _id = location.hash.replace('#', '');
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
if (!_id.startsWith('query=')) {
|
|
12
|
+
//nel blocco 'search' quando si applicano dei filtri, viene aggiunta all'url la query preceduta da '#query=' che in quel caso non si tratta di un'àncora
|
|
13
|
+
const ref = document.querySelector('#' + _id);
|
|
14
|
+
if (ref) {
|
|
15
|
+
ref.focus();
|
|
13
16
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
setTimeout(() => {
|
|
18
|
+
scrollIntoView({ ref });
|
|
19
|
+
}, 30);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
17
22
|
}
|
|
18
23
|
}, [location]);
|
|
19
24
|
return <></>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { defineMessages, useIntl } from 'react-intl';
|
|
3
|
+
import { RichTextSection } from 'io-sanita-theme/helpers';
|
|
4
|
+
import { CardPersona } from 'io-sanita-theme/components';
|
|
5
|
+
import { Row, Col } from 'design-react-kit';
|
|
6
|
+
|
|
7
|
+
const messages = defineMessages({
|
|
8
|
+
coordinatore: {
|
|
9
|
+
id: 'struttura_coordinatore',
|
|
10
|
+
defaultMessage: 'Coordinatore',
|
|
11
|
+
},
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
const StrutturaCoordinatore = ({ content }) => {
|
|
15
|
+
const intl = useIntl();
|
|
16
|
+
|
|
17
|
+
return content?.coordinatore_correlato?.length > 0 ? (
|
|
18
|
+
<RichTextSection
|
|
19
|
+
tag_id="personale"
|
|
20
|
+
title={intl.formatMessage(messages.coordinatore)}
|
|
21
|
+
>
|
|
22
|
+
{/* COORDINATORE */}
|
|
23
|
+
<div className="mb-5 pt-2">
|
|
24
|
+
<Row>
|
|
25
|
+
{content.coordinatore_correlato.map((item) => (
|
|
26
|
+
<Col lg={6} className="py-lg-2" key={'coordinatore_' + item['@id']}>
|
|
27
|
+
<CardPersona item={item} />
|
|
28
|
+
</Col>
|
|
29
|
+
))}
|
|
30
|
+
</Row>
|
|
31
|
+
</div>
|
|
32
|
+
</RichTextSection>
|
|
33
|
+
) : (
|
|
34
|
+
<></>
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export default StrutturaCoordinatore;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { defineMessages, useIntl } from 'react-intl';
|
|
4
|
-
import {richTextHasContent, RichTextSection } from 'io-sanita-theme/helpers';
|
|
4
|
+
import { richTextHasContent, RichTextSection } from 'io-sanita-theme/helpers';
|
|
5
5
|
|
|
6
6
|
const messages = defineMessages({
|
|
7
7
|
cos_e: {
|
|
@@ -19,8 +19,7 @@ const StrutturaCosE = ({ content }) => {
|
|
|
19
19
|
title={intl.formatMessage(messages.cos_e)}
|
|
20
20
|
show_title={true}
|
|
21
21
|
data={content.descrizione_estesa}
|
|
22
|
-
>
|
|
23
|
-
</RichTextSection>
|
|
22
|
+
></RichTextSection>
|
|
24
23
|
) : (
|
|
25
24
|
<></>
|
|
26
25
|
);
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { defineMessages, useIntl } from 'react-intl';
|
|
4
|
-
import {
|
|
5
|
-
RichTextSection,
|
|
6
|
-
richTextHasContent,
|
|
7
|
-
RichText,
|
|
8
|
-
hasGeolocation,
|
|
9
|
-
} from 'io-sanita-theme/helpers';
|
|
4
|
+
import { RichTextSection, hasGeolocation } from 'io-sanita-theme/helpers';
|
|
10
5
|
import { Locations } from 'io-sanita-theme/components/View/commons';
|
|
11
6
|
|
|
12
7
|
const messages = defineMessages({
|
|
@@ -1,61 +1,25 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defineMessages, useIntl } from 'react-intl';
|
|
3
|
-
import {
|
|
4
|
-
import { CardPersona } from 'io-sanita-theme/components';
|
|
5
|
-
import { Row, Col } from 'design-react-kit';
|
|
3
|
+
import { BackReferences } from 'io-sanita-theme/components/View/commons';
|
|
6
4
|
|
|
7
5
|
const messages = defineMessages({
|
|
8
6
|
personale: {
|
|
9
7
|
id: 'struttura_personale',
|
|
10
|
-
defaultMessage: 'Personale',
|
|
11
|
-
},
|
|
12
|
-
coordinatore: {
|
|
13
|
-
id: 'struttura_coordinatore',
|
|
14
|
-
defaultMessage: 'Coordinatore',
|
|
8
|
+
defaultMessage: 'Personale della struttura',
|
|
15
9
|
},
|
|
16
10
|
});
|
|
17
11
|
|
|
18
|
-
const
|
|
12
|
+
const StrutturaPersonale = ({ content }) => {
|
|
19
13
|
const intl = useIntl();
|
|
20
14
|
|
|
21
|
-
return (
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
{content?.personale_correlato?.length > 0 && (
|
|
29
|
-
<Row className="mb-5">
|
|
30
|
-
{content.personale_correlato.map((item) => (
|
|
31
|
-
<Col lg={6} className="py-lg-2" key={'personale_' + item['@id']}>
|
|
32
|
-
<CardPersona item={item} />
|
|
33
|
-
</Col>
|
|
34
|
-
))}
|
|
35
|
-
</Row>
|
|
36
|
-
)}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
{/* COORDINATORE */}
|
|
40
|
-
{content?.coordinatore_correlato?.length > 0 && (
|
|
41
|
-
<div className="mb-5 pt-2">
|
|
42
|
-
<h3 className="tipologia-section h5">
|
|
43
|
-
{intl.formatMessage(messages.coordinatore)}
|
|
44
|
-
</h3>
|
|
45
|
-
<Row>
|
|
46
|
-
{content.coordinatore_correlato.map((item) => (
|
|
47
|
-
<Col lg={6} className="py-lg-2" key={'coordinatore_' + item['@id']}>
|
|
48
|
-
<CardPersona item={item} />
|
|
49
|
-
</Col>
|
|
50
|
-
))}
|
|
51
|
-
</Row>
|
|
52
|
-
</div>
|
|
53
|
-
)}
|
|
54
|
-
|
|
55
|
-
</RichTextSection>
|
|
56
|
-
) : (
|
|
57
|
-
<></>
|
|
15
|
+
return (
|
|
16
|
+
<BackReferences
|
|
17
|
+
type="Persona"
|
|
18
|
+
content={content}
|
|
19
|
+
id={'Persona'}
|
|
20
|
+
title={intl.formatMessage(messages.personale)}
|
|
21
|
+
/>
|
|
58
22
|
);
|
|
59
23
|
};
|
|
60
24
|
|
|
61
|
-
export default
|
|
25
|
+
export default StrutturaPersonale;
|
|
@@ -15,20 +15,20 @@ const StrutturaResponsabile = ({ content }) => {
|
|
|
15
15
|
const intl = useIntl();
|
|
16
16
|
|
|
17
17
|
return content?.responsabile_correlato?.length > 0 ? (
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
18
|
+
<RichTextSection
|
|
19
|
+
tag_id="responsabile"
|
|
20
|
+
title={intl.formatMessage(messages.responsabile)}
|
|
21
|
+
>
|
|
22
|
+
<Row>
|
|
23
|
+
{content.responsabile_correlato.map((item) => {
|
|
24
|
+
return (
|
|
25
|
+
<Col lg={6} className="py-lg-2" key={item['@id']}>
|
|
26
|
+
<CardPersona item={item} />
|
|
27
|
+
</Col>
|
|
28
|
+
);
|
|
29
|
+
})}
|
|
30
|
+
</Row>
|
|
31
|
+
</RichTextSection>
|
|
32
32
|
) : (
|
|
33
33
|
<></>
|
|
34
34
|
);
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
|
|
4
3
|
import { defineMessages, useIntl } from 'react-intl';
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
RichTextSection,
|
|
8
|
-
richTextHasContent,
|
|
9
|
-
RichText,
|
|
10
|
-
} from 'io-sanita-theme/helpers';
|
|
4
|
+
import { RichTextSection } from 'io-sanita-theme/helpers';
|
|
11
5
|
import { Locations } from 'io-sanita-theme/components/View/commons';
|
|
12
6
|
|
|
13
7
|
const messages = defineMessages({
|
|
@@ -2,11 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { defineMessages, useIntl } from 'react-intl';
|
|
4
4
|
import { Row, Col } from 'design-react-kit';
|
|
5
|
-
import {
|
|
6
|
-
RichText,
|
|
7
|
-
richTextHasContent,
|
|
8
|
-
RichTextSection,
|
|
9
|
-
} from 'io-sanita-theme/helpers';
|
|
5
|
+
import { RichTextSection } from 'io-sanita-theme/helpers';
|
|
10
6
|
import { CardPlace } from 'io-sanita-theme/components';
|
|
11
7
|
|
|
12
8
|
const messages = defineMessages({
|
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
StrutturaServizi,
|
|
17
17
|
StrutturaResponsabile,
|
|
18
18
|
StrutturaPersonale,
|
|
19
|
+
StrutturaCoordinatore,
|
|
19
20
|
StrutturaSchemaOrg,
|
|
20
21
|
StrutturaNotizie,
|
|
21
22
|
StrutturaGalleria,
|
|
@@ -48,6 +49,7 @@ export const StrutturaSectionsOrder = [
|
|
|
48
49
|
{ /* CONTATTI */ component: StrutturaContatti },
|
|
49
50
|
{ /* SERVIZI */ component: StrutturaServizi },
|
|
50
51
|
{ /* RESPONSABILE */ component: StrutturaResponsabile },
|
|
52
|
+
{ /* COORDINATORE */ component: StrutturaCoordinatore },
|
|
51
53
|
{ /* PERSONALE */ component: StrutturaPersonale },
|
|
52
54
|
{ /* AVVISI E NOTIZIE */ component: StrutturaNotizie },
|
|
53
55
|
{ /* GALLERIA */ component: StrutturaGalleria },
|
|
@@ -1,87 +1,110 @@
|
|
|
1
1
|
import loadable from '@loadable/component';
|
|
2
2
|
|
|
3
|
-
export const StrutturaView = loadable(
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
);
|
|
33
|
-
export const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
);
|
|
63
|
-
export const
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
3
|
+
export const StrutturaView = loadable(
|
|
4
|
+
() =>
|
|
5
|
+
import(
|
|
6
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaView'
|
|
7
|
+
),
|
|
8
|
+
);
|
|
9
|
+
export const StrutturaCosE = loadable(
|
|
10
|
+
() =>
|
|
11
|
+
import(
|
|
12
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaCosE'
|
|
13
|
+
),
|
|
14
|
+
);
|
|
15
|
+
export const StrutturaAChiSiRivolge = loadable(
|
|
16
|
+
() =>
|
|
17
|
+
import(
|
|
18
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaAChiSiRivolge'
|
|
19
|
+
),
|
|
20
|
+
);
|
|
21
|
+
export const StrutturaDove = loadable(
|
|
22
|
+
() =>
|
|
23
|
+
import(
|
|
24
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaDove'
|
|
25
|
+
),
|
|
26
|
+
);
|
|
27
|
+
export const StrutturaComeAccedere = loadable(
|
|
28
|
+
() =>
|
|
29
|
+
import(
|
|
30
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaComeAccedere'
|
|
31
|
+
),
|
|
32
|
+
);
|
|
33
|
+
export const StrutturaDateOrari = loadable(
|
|
34
|
+
() =>
|
|
35
|
+
import(
|
|
36
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaDateOrari'
|
|
37
|
+
),
|
|
38
|
+
);
|
|
39
|
+
export const StrutturaContatti = loadable(
|
|
40
|
+
() =>
|
|
41
|
+
import(
|
|
42
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaContatti'
|
|
43
|
+
),
|
|
44
|
+
);
|
|
45
|
+
export const StrutturaServizi = loadable(
|
|
46
|
+
() =>
|
|
47
|
+
import(
|
|
48
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaServizi'
|
|
49
|
+
),
|
|
50
|
+
);
|
|
51
|
+
export const StrutturaResponsabile = loadable(
|
|
52
|
+
() =>
|
|
53
|
+
import(
|
|
54
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaResponsabile'
|
|
55
|
+
),
|
|
56
|
+
);
|
|
57
|
+
export const StrutturaCoordinatore = loadable(
|
|
58
|
+
() =>
|
|
59
|
+
import(
|
|
60
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaCoordinatore'
|
|
61
|
+
),
|
|
62
|
+
);
|
|
63
|
+
export const StrutturaPersonale = loadable(
|
|
64
|
+
() =>
|
|
65
|
+
import(
|
|
66
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaPersonale'
|
|
67
|
+
),
|
|
68
|
+
);
|
|
69
|
+
export const StrutturaNotizie = loadable(
|
|
70
|
+
() =>
|
|
71
|
+
import(
|
|
72
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaNotizie'
|
|
73
|
+
),
|
|
74
|
+
);
|
|
75
|
+
export const StrutturaGalleria = loadable(
|
|
76
|
+
() =>
|
|
77
|
+
import(
|
|
78
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaGalleria'
|
|
79
|
+
),
|
|
80
|
+
);
|
|
81
|
+
export const StrutturaUfficiCorrelati = loadable(
|
|
82
|
+
() =>
|
|
83
|
+
import(
|
|
84
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaUfficiCorrelati'
|
|
85
|
+
),
|
|
86
|
+
);
|
|
87
|
+
export const StrutturaStruttureCorrelate = loadable(
|
|
88
|
+
() =>
|
|
89
|
+
import(
|
|
90
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaStruttureCorrelate'
|
|
91
|
+
),
|
|
92
|
+
);
|
|
93
|
+
export const StrutturaUlterioriInformazioni = loadable(
|
|
94
|
+
() =>
|
|
95
|
+
import(
|
|
96
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaUlterioriInformazioni'
|
|
97
|
+
),
|
|
98
|
+
);
|
|
99
|
+
export const StrutturaAllegati = loadable(
|
|
100
|
+
() =>
|
|
101
|
+
import(
|
|
102
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaAllegati'
|
|
103
|
+
),
|
|
104
|
+
);
|
|
105
|
+
export const StrutturaSchemaOrg = loadable(
|
|
106
|
+
() =>
|
|
107
|
+
import(
|
|
108
|
+
/* webpackChunkName: "ISStrutturaView" */ 'io-sanita-theme/components/View/Struttura/StrutturaSchemaOrg'
|
|
109
|
+
),
|
|
87
110
|
);
|