design-comuni-plone-theme 11.20.2 → 11.20.3
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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
- package/publiccode.yml +2 -2
- package/src/components/ItaliaTheme/Blocks/Accordion/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/Alert/Edit.jsx +4 -2
- package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/BandiSearch/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/CTABlock/Edit.jsx +2 -2
- package/src/components/ItaliaTheme/Blocks/Calendar/Edit.jsx +6 -2
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/CountDown/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/EventSearch/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/HighlightedContent/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Sidebar.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Edit.jsx +2 -2
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Sidebar.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/SearchSections/Edit.jsx +5 -3
- package/src/components/ItaliaTheme/Blocks/TextCard/CardWithImage/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/UOSearch/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/VideoGallery/Edit.jsx +1 -1
- package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +7 -8
- package/src/components/ItaliaTheme/Icons/Icon.jsx +1 -1
- package/src/components/ItaliaTheme/View/Commons/index.jsx +20 -358
- package/src/components/ItaliaTheme/View/index.js +203 -255
- package/src/components/ItaliaTheme/index.js +14 -38
- package/src/components/ItaliaTheme/manage/Widgets/IconWidget.jsx +1 -1
- package/src/config/Blocks/blocks.js +49 -87
- package/src/config/Views/views.js +20 -20
- package/src/config/Widgets/widgets.js +10 -12
- package/src/config/italiaConfig.js +19 -21
- package/src/config/loadables.js +0 -6
- package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +14 -31
- package/src/customizations/volto/components/theme/Search/Search.jsx +1 -6
- package/src/customizations/volto-feedback/components/FeedbackForm/Steps/{Commons/FormHeader.jsx → Commons.jsx} +1 -2
- package/src/helpers/IconWidget/IconAliasHelper.js +1 -2
- package/src/helpers/index.js +2 -1
- package/src/components/ItaliaTheme/Blocks/Accordion/index.js +0 -16
- package/src/components/ItaliaTheme/Blocks/Alert/index.js +0 -16
- package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/BandiSearch/index.js +0 -16
- package/src/components/ItaliaTheme/Blocks/Break/index.js +0 -10
- package/src/components/ItaliaTheme/Blocks/CTABlock/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/Calendar/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/CountDown/index.js +0 -16
- package/src/components/ItaliaTheme/Blocks/EventSearch/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/HighlightedContent/getAsyncData.js +0 -10
- package/src/components/ItaliaTheme/Blocks/HighlightedContent/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/IconBlocks/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/SearchSections/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/TextCard/index.js +0 -23
- package/src/components/ItaliaTheme/Blocks/UOSearch/index.js +0 -17
- package/src/components/ItaliaTheme/Blocks/VideoGallery/index.js +0 -17
- package/src/components/ItaliaTheme/View/BandoView/index.js +0 -68
- package/src/components/ItaliaTheme/View/CartellaModulisticaView/index.js +0 -20
- package/src/components/ItaliaTheme/View/DocumentoView/index.js +0 -68
- package/src/components/ItaliaTheme/View/EventoView/index.js +0 -74
- package/src/components/ItaliaTheme/View/FAQ/FaqFolder/index.js +0 -32
- package/src/components/ItaliaTheme/View/FAQ/FaqView/index.js +0 -20
- package/src/components/ItaliaTheme/View/IncaricoView/index.js +0 -26
- package/src/components/ItaliaTheme/View/ModuloView/index.js +0 -44
- package/src/components/ItaliaTheme/View/NewsItemView/index.js +0 -62
- package/src/components/ItaliaTheme/View/PageView/index.js +0 -26
- package/src/components/ItaliaTheme/View/PaginaArgomentoView/index.js +0 -26
- package/src/components/ItaliaTheme/View/PersonaView/index.js +0 -44
- package/src/components/ItaliaTheme/View/PuntoDiContattoView/index.js +0 -26
- package/src/components/ItaliaTheme/View/ServizioView/index.js +0 -152
- package/src/components/ItaliaTheme/View/TrasparenzaView/index.js +0 -20
- package/src/components/ItaliaTheme/View/UOView/index.js +0 -86
- package/src/components/ItaliaTheme/View/VenueView/index.js +0 -86
- package/src/components/ItaliaTheme/manage/Widgets/index.js +0 -94
- package/src/icons/index.js +0 -161
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/CartellaModulisticaView.test__disabled.jsx → __tests__/CartellaModulisticaView.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ModuloView.test__disabled.jsx → __tests__/ModuloView.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/PersonaView.test__disabled.jsx → __tests__/PersonaView.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioAChiSiRivolge.test__disabled.jsx → __tests__/ServizioAChiSiRivolge.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioAccedi.test__disabled.jsx → __tests__/ServizioAccedi.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioCasiParticolari.test__disabled.jsx → __tests__/ServizioCasiParticolari.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioComeFare.test__disabled.jsx → __tests__/ServizioComeFare.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioCondizioni.test__disabled.jsx → __tests__/ServizioCondizioni.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioContatti.test__disabled.jsx → __tests__/ServizioContatti.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioCosE.test__disabled.jsx → __tests__/ServizioCosE.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioCosaServe.test__disabled.jsx → __tests__/ServizioCosaServe.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioCosaSiOttiene.test__disabled.jsx → __tests__/ServizioCosaSiOttiene.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioCostiVincoli.test__disabled.jsx → __tests__/ServizioCostiVincoli.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioMetadati.test__disabled.jsx → __tests__/ServizioMetadati.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioModulistica.test__disabled.jsx → __tests__/ServizioModulistica.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioProcedure.test__disabled.jsx → __tests__/ServizioProcedure.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioSitiEsterni.test__disabled.jsx → __tests__/ServizioSitiEsterni.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioTempiScadenze.test__disabled.jsx → __tests__/ServizioTempiScadenze.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/ServizioUlterioriInformazioni.test__disabled.jsx → __tests__/ServizioUlterioriInformazioni.test.jsx} +0 -0
- /package/src/components/ItaliaTheme/View/{__disabled_tests__/TrasparenzaView.test__disabled.jsx → __tests__/TrasparenzaView.test.jsx} +0 -0
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import loadable from '@loadable/component';
|
|
2
|
-
|
|
3
|
-
export const PersonaView = loadable(
|
|
4
|
-
() =>
|
|
5
|
-
import(
|
|
6
|
-
/* webpackChunkName: "DCPTViews_Persona" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PersonaView/PersonaView'
|
|
7
|
-
),
|
|
8
|
-
);
|
|
9
|
-
export const PersonaPlaceholderAfterContent = loadable(
|
|
10
|
-
() =>
|
|
11
|
-
import(
|
|
12
|
-
/* webpackChunkName: "DCPTViews_Persona" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PersonaView/Placeholder/AfterContent'
|
|
13
|
-
),
|
|
14
|
-
);
|
|
15
|
-
export const PersonaPlaceholderAfterRelatedItems = loadable(
|
|
16
|
-
() =>
|
|
17
|
-
import(
|
|
18
|
-
/* webpackChunkName: "DCPTViews_Persona" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PersonaView/Placeholder/AfterRelatedItems'
|
|
19
|
-
),
|
|
20
|
-
);
|
|
21
|
-
export const PersonaRuolo = loadable(
|
|
22
|
-
() =>
|
|
23
|
-
import(
|
|
24
|
-
/* webpackChunkName: "DCPTViews_Persona" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PersonaView/PersonaRuolo'
|
|
25
|
-
),
|
|
26
|
-
);
|
|
27
|
-
export const PersonaContatti = loadable(
|
|
28
|
-
() =>
|
|
29
|
-
import(
|
|
30
|
-
/* webpackChunkName: "DCPTViews_Persona" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PersonaView/PersonaContatti'
|
|
31
|
-
),
|
|
32
|
-
);
|
|
33
|
-
export const PersonaDocumenti = loadable(
|
|
34
|
-
() =>
|
|
35
|
-
import(
|
|
36
|
-
/* webpackChunkName: "DCPTViews_Persona" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PersonaView/PersonaDocumenti'
|
|
37
|
-
),
|
|
38
|
-
);
|
|
39
|
-
export const PersonaUlterioriInformazioni = loadable(
|
|
40
|
-
() =>
|
|
41
|
-
import(
|
|
42
|
-
/* webpackChunkName: "DCPTViews_Persona" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PersonaView/PersonaUlterioriInformazioni'
|
|
43
|
-
),
|
|
44
|
-
);
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import loadable from '@loadable/component';
|
|
2
|
-
|
|
3
|
-
export const PuntoDiContattoView = loadable(
|
|
4
|
-
() =>
|
|
5
|
-
import(
|
|
6
|
-
/* webpackChunkName: "DCPTViews_PdC" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView'
|
|
7
|
-
),
|
|
8
|
-
);
|
|
9
|
-
export const PuntoDiContattoPlaceholderAfterContent = loadable(
|
|
10
|
-
() =>
|
|
11
|
-
import(
|
|
12
|
-
/* webpackChunkName: "DCPTViews_PdC" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PuntoDiContattoView/Placeholder/AfterContent'
|
|
13
|
-
),
|
|
14
|
-
);
|
|
15
|
-
export const PuntoDiContattoPlaceholderAfterRelatedItems = loadable(
|
|
16
|
-
() =>
|
|
17
|
-
import(
|
|
18
|
-
/* webpackChunkName: "DCPTViews_PdC" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PuntoDiContattoView/Placeholder/AfterRelatedItems'
|
|
19
|
-
),
|
|
20
|
-
);
|
|
21
|
-
export const RelatedItemsChipsPDC = loadable(
|
|
22
|
-
() =>
|
|
23
|
-
import(
|
|
24
|
-
/* webpackChunkName: "DCPTViews_PdC" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC'
|
|
25
|
-
),
|
|
26
|
-
);
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
import loadable from '@loadable/component';
|
|
2
|
-
|
|
3
|
-
export const ServizioView = loadable(
|
|
4
|
-
() =>
|
|
5
|
-
import(
|
|
6
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioView'
|
|
7
|
-
),
|
|
8
|
-
);
|
|
9
|
-
export const ServizioPlaceholderAfterContent = loadable(
|
|
10
|
-
() =>
|
|
11
|
-
import(
|
|
12
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/Placeholder/AfterContent'
|
|
13
|
-
),
|
|
14
|
-
);
|
|
15
|
-
export const ServizioPlaceholderAfterRelatedItems = loadable(
|
|
16
|
-
() =>
|
|
17
|
-
import(
|
|
18
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/Placeholder/AfterRelatedItems'
|
|
19
|
-
),
|
|
20
|
-
);
|
|
21
|
-
export const ServizioCosE = loadable(
|
|
22
|
-
() =>
|
|
23
|
-
import(
|
|
24
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioCosE'
|
|
25
|
-
),
|
|
26
|
-
);
|
|
27
|
-
export const ServizioAccedi = loadable(
|
|
28
|
-
() =>
|
|
29
|
-
import(
|
|
30
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioAccedi'
|
|
31
|
-
),
|
|
32
|
-
);
|
|
33
|
-
export const ServizioAChiSiRivolge = loadable(
|
|
34
|
-
() =>
|
|
35
|
-
import(
|
|
36
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioAChiSiRivolge'
|
|
37
|
-
),
|
|
38
|
-
);
|
|
39
|
-
export const ServizioComeFare = loadable(
|
|
40
|
-
() =>
|
|
41
|
-
import(
|
|
42
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioComeFare'
|
|
43
|
-
),
|
|
44
|
-
);
|
|
45
|
-
export const ServizioCosaServe = loadable(
|
|
46
|
-
() =>
|
|
47
|
-
import(
|
|
48
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioCosaServe'
|
|
49
|
-
),
|
|
50
|
-
);
|
|
51
|
-
export const ServizioCosaSiOttiene = loadable(
|
|
52
|
-
() =>
|
|
53
|
-
import(
|
|
54
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioCosaSiOttiene'
|
|
55
|
-
),
|
|
56
|
-
);
|
|
57
|
-
export const ServizioCostiVincoli = loadable(
|
|
58
|
-
() =>
|
|
59
|
-
import(
|
|
60
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioCostiVincoli'
|
|
61
|
-
),
|
|
62
|
-
);
|
|
63
|
-
export const ServizioTempiScadenze = loadable(
|
|
64
|
-
() =>
|
|
65
|
-
import(
|
|
66
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioTempiScadenze'
|
|
67
|
-
),
|
|
68
|
-
);
|
|
69
|
-
export const ServizioCasiParticolari = loadable(
|
|
70
|
-
() =>
|
|
71
|
-
import(
|
|
72
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioCasiParticolari'
|
|
73
|
-
),
|
|
74
|
-
);
|
|
75
|
-
export const ServizioProcedure = loadable(
|
|
76
|
-
() =>
|
|
77
|
-
import(
|
|
78
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioProcedure'
|
|
79
|
-
),
|
|
80
|
-
);
|
|
81
|
-
export const ServizioContatti = loadable(
|
|
82
|
-
() =>
|
|
83
|
-
import(
|
|
84
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioContatti'
|
|
85
|
-
),
|
|
86
|
-
);
|
|
87
|
-
export const ServizioAltriDocumenti = loadable(
|
|
88
|
-
() =>
|
|
89
|
-
import(
|
|
90
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioAltriDocumenti'
|
|
91
|
-
),
|
|
92
|
-
);
|
|
93
|
-
export const ServizioSitiEsterni = loadable(
|
|
94
|
-
() =>
|
|
95
|
-
import(
|
|
96
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioSitiEsterni'
|
|
97
|
-
),
|
|
98
|
-
);
|
|
99
|
-
export const ServizioAllegati = loadable(
|
|
100
|
-
() =>
|
|
101
|
-
import(
|
|
102
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioAllegati'
|
|
103
|
-
),
|
|
104
|
-
);
|
|
105
|
-
export const ServizioModulistica = loadable(
|
|
106
|
-
() =>
|
|
107
|
-
import(
|
|
108
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioModulistica'
|
|
109
|
-
),
|
|
110
|
-
);
|
|
111
|
-
export const ServizioTrasparenza = loadable(
|
|
112
|
-
() =>
|
|
113
|
-
import(
|
|
114
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioTrasparenza'
|
|
115
|
-
),
|
|
116
|
-
);
|
|
117
|
-
export const ServizioCorrelati = loadable(
|
|
118
|
-
() =>
|
|
119
|
-
import(
|
|
120
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioCorrelati'
|
|
121
|
-
),
|
|
122
|
-
);
|
|
123
|
-
export const ServizioUlterioriInformazioni = loadable(
|
|
124
|
-
() =>
|
|
125
|
-
import(
|
|
126
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioUlterioriInformazioni'
|
|
127
|
-
),
|
|
128
|
-
);
|
|
129
|
-
export const ServizioMetadati = loadable(
|
|
130
|
-
() =>
|
|
131
|
-
import(
|
|
132
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioMetadati'
|
|
133
|
-
),
|
|
134
|
-
);
|
|
135
|
-
export const ServizioCondizioni = loadable(
|
|
136
|
-
() =>
|
|
137
|
-
import(
|
|
138
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioCondizioni'
|
|
139
|
-
),
|
|
140
|
-
);
|
|
141
|
-
export const ServizioArgomenti = loadable(
|
|
142
|
-
() =>
|
|
143
|
-
import(
|
|
144
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioArgomenti'
|
|
145
|
-
),
|
|
146
|
-
);
|
|
147
|
-
export const ServizioMetatag = loadable(
|
|
148
|
-
() =>
|
|
149
|
-
import(
|
|
150
|
-
/* webpackChunkName: "DCPTViews_Servizio" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/ServizioView/ServizioMetatag'
|
|
151
|
-
),
|
|
152
|
-
);
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import loadable from '@loadable/component';
|
|
2
|
-
|
|
3
|
-
export const TrasparenzaView = loadable(
|
|
4
|
-
() =>
|
|
5
|
-
import(
|
|
6
|
-
/* webpackChunkName: "DCPTViews_Trasparenza" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/TrasparenzaView/TrasparenzaView'
|
|
7
|
-
),
|
|
8
|
-
);
|
|
9
|
-
export const TrasparenzaPlaceholderAfterContent = loadable(
|
|
10
|
-
() =>
|
|
11
|
-
import(
|
|
12
|
-
/* webpackChunkName: "DCPTViews_Trasparenza" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/TrasparenzaView/Placeholder/AfterContent'
|
|
13
|
-
),
|
|
14
|
-
);
|
|
15
|
-
export const DettagliProcedimentiView = loadable(
|
|
16
|
-
() =>
|
|
17
|
-
import(
|
|
18
|
-
/* webpackChunkName: "DCPTViews_Trasparenza" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView'
|
|
19
|
-
),
|
|
20
|
-
);
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import loadable from '@loadable/component';
|
|
2
|
-
|
|
3
|
-
export const UOView = loadable(
|
|
4
|
-
() =>
|
|
5
|
-
import(
|
|
6
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOView'
|
|
7
|
-
),
|
|
8
|
-
);
|
|
9
|
-
export const UOPlaceholderAfterContent = loadable(
|
|
10
|
-
() =>
|
|
11
|
-
import(
|
|
12
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/Placeholder/AfterContent'
|
|
13
|
-
),
|
|
14
|
-
);
|
|
15
|
-
export const UOPlaceholderAfterRelatedItems = loadable(
|
|
16
|
-
() =>
|
|
17
|
-
import(
|
|
18
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/Placeholder/AfterRelatedItems'
|
|
19
|
-
),
|
|
20
|
-
);
|
|
21
|
-
export const UOTelephones = loadable(
|
|
22
|
-
() =>
|
|
23
|
-
import(
|
|
24
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOTelephones'
|
|
25
|
-
),
|
|
26
|
-
);
|
|
27
|
-
export const UOPeople = loadable(
|
|
28
|
-
() =>
|
|
29
|
-
import(
|
|
30
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOPeople'
|
|
31
|
-
),
|
|
32
|
-
);
|
|
33
|
-
export const UOStructure = loadable(
|
|
34
|
-
() =>
|
|
35
|
-
import(
|
|
36
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOStructure'
|
|
37
|
-
),
|
|
38
|
-
);
|
|
39
|
-
export const UOServices = loadable(
|
|
40
|
-
() =>
|
|
41
|
-
import(
|
|
42
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOServices'
|
|
43
|
-
),
|
|
44
|
-
);
|
|
45
|
-
export const UOContacts = loadable(
|
|
46
|
-
() =>
|
|
47
|
-
import(
|
|
48
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOContacts'
|
|
49
|
-
),
|
|
50
|
-
);
|
|
51
|
-
export const UOContactsLocations = loadable(
|
|
52
|
-
() =>
|
|
53
|
-
import(
|
|
54
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOContactsParts/UOContactsLocations'
|
|
55
|
-
),
|
|
56
|
-
);
|
|
57
|
-
export const UOContactsContacts = loadable(
|
|
58
|
-
() =>
|
|
59
|
-
import(
|
|
60
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOContactsParts/UOContactsContacts'
|
|
61
|
-
),
|
|
62
|
-
);
|
|
63
|
-
export const UOContactsSediSecondarie = loadable(
|
|
64
|
-
() =>
|
|
65
|
-
import(
|
|
66
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOContactsParts/UOContactsSediSecondarie'
|
|
67
|
-
),
|
|
68
|
-
);
|
|
69
|
-
export const UODocuments = loadable(
|
|
70
|
-
() =>
|
|
71
|
-
import(
|
|
72
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UODocuments'
|
|
73
|
-
),
|
|
74
|
-
);
|
|
75
|
-
export const UOWhatDoesItDo = loadable(
|
|
76
|
-
() =>
|
|
77
|
-
import(
|
|
78
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOWhatDoesItDo'
|
|
79
|
-
),
|
|
80
|
-
);
|
|
81
|
-
export const UOMoreInfos = loadable(
|
|
82
|
-
() =>
|
|
83
|
-
import(
|
|
84
|
-
/* webpackChunkName: "DCPTViews_UO" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/UOView/UOMoreInfos'
|
|
85
|
-
),
|
|
86
|
-
);
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import loadable from '@loadable/component';
|
|
2
|
-
|
|
3
|
-
export const VenueView = loadable(
|
|
4
|
-
() =>
|
|
5
|
-
import(
|
|
6
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueView'
|
|
7
|
-
),
|
|
8
|
-
);
|
|
9
|
-
export const VenuePlaceholderAfterContent = loadable(
|
|
10
|
-
() =>
|
|
11
|
-
import(
|
|
12
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/Placeholder/AfterContent'
|
|
13
|
-
),
|
|
14
|
-
);
|
|
15
|
-
export const VenuePlaceholderAfterRelatedItems = loadable(
|
|
16
|
-
() =>
|
|
17
|
-
import(
|
|
18
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/Placeholder/AfterRelatedItems'
|
|
19
|
-
),
|
|
20
|
-
);
|
|
21
|
-
export const VenueDescription = loadable(
|
|
22
|
-
() =>
|
|
23
|
-
import(
|
|
24
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueDescription'
|
|
25
|
-
),
|
|
26
|
-
);
|
|
27
|
-
export const VenueServices = loadable(
|
|
28
|
-
() =>
|
|
29
|
-
import(
|
|
30
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueServices'
|
|
31
|
-
),
|
|
32
|
-
);
|
|
33
|
-
export const VenueAccessMode = loadable(
|
|
34
|
-
() =>
|
|
35
|
-
import(
|
|
36
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueAccessMode'
|
|
37
|
-
),
|
|
38
|
-
);
|
|
39
|
-
export const VenueWhere = loadable(
|
|
40
|
-
() =>
|
|
41
|
-
import(
|
|
42
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueWhere'
|
|
43
|
-
),
|
|
44
|
-
);
|
|
45
|
-
export const VenuePublicTimetable = loadable(
|
|
46
|
-
() =>
|
|
47
|
-
import(
|
|
48
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenuePublicTimetable'
|
|
49
|
-
),
|
|
50
|
-
);
|
|
51
|
-
export const VenueContacts = loadable(
|
|
52
|
-
() =>
|
|
53
|
-
import(
|
|
54
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueContacts'
|
|
55
|
-
),
|
|
56
|
-
);
|
|
57
|
-
export const VenueMoreInfos = loadable(
|
|
58
|
-
() =>
|
|
59
|
-
import(
|
|
60
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueMoreInfos'
|
|
61
|
-
),
|
|
62
|
-
);
|
|
63
|
-
export const VenueTipologia = loadable(
|
|
64
|
-
() =>
|
|
65
|
-
import(
|
|
66
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueTipologia'
|
|
67
|
-
),
|
|
68
|
-
);
|
|
69
|
-
export const VenueElementiDiInteresse = loadable(
|
|
70
|
-
() =>
|
|
71
|
-
import(
|
|
72
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse'
|
|
73
|
-
),
|
|
74
|
-
);
|
|
75
|
-
export const VenueLuoghiCorrelati = loadable(
|
|
76
|
-
() =>
|
|
77
|
-
import(
|
|
78
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati'
|
|
79
|
-
),
|
|
80
|
-
);
|
|
81
|
-
export const VenueMultimedia = loadable(
|
|
82
|
-
() =>
|
|
83
|
-
import(
|
|
84
|
-
/* webpackChunkName: "DCPTViews_Venue" */ 'design-comuni-plone-theme/components/ItaliaTheme/View/VenueView/VenueMultimedia'
|
|
85
|
-
),
|
|
86
|
-
);
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import loadable from '@loadable/component';
|
|
2
|
-
|
|
3
|
-
export FileWidget from 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/FileWidget'; //non metterlo nel boundle dei widget perchè è usato dal blocco form in view
|
|
4
|
-
|
|
5
|
-
export const TextEditorWidget = loadable(() =>
|
|
6
|
-
import(
|
|
7
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/TextEditorWidget'
|
|
8
|
-
),
|
|
9
|
-
);
|
|
10
|
-
export const LinkToWidget = loadable(() =>
|
|
11
|
-
import(
|
|
12
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/LinkToWidget'
|
|
13
|
-
),
|
|
14
|
-
);
|
|
15
|
-
export const ColorListWidget = loadable(() =>
|
|
16
|
-
import(
|
|
17
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/ColorListWidget'
|
|
18
|
-
),
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
export const PathFiltersWidget = loadable(() =>
|
|
22
|
-
import(
|
|
23
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/PathFiltersWidget'
|
|
24
|
-
),
|
|
25
|
-
);
|
|
26
|
-
export const LocationFiltersWidget = loadable(() =>
|
|
27
|
-
import(
|
|
28
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/LocationFiltersWidget'
|
|
29
|
-
),
|
|
30
|
-
);
|
|
31
|
-
export const CanaleDigitaleWidget = loadable(() =>
|
|
32
|
-
import(
|
|
33
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/CanaleDigitaleWidget'
|
|
34
|
-
),
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
export const IconWidget = loadable(() =>
|
|
38
|
-
import(
|
|
39
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/IconWidget'
|
|
40
|
-
),
|
|
41
|
-
);
|
|
42
|
-
|
|
43
|
-
export const IconPreviewWidget = loadable(() =>
|
|
44
|
-
import(
|
|
45
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/IconPreviewWidget'
|
|
46
|
-
),
|
|
47
|
-
);
|
|
48
|
-
|
|
49
|
-
export const SearchSectionsConfigurationWidget = loadable(() =>
|
|
50
|
-
import(
|
|
51
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationWidget'
|
|
52
|
-
),
|
|
53
|
-
);
|
|
54
|
-
|
|
55
|
-
export const CharCounterTextareaWidget = loadable(() =>
|
|
56
|
-
import(
|
|
57
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/CharCounterTextareaWidget'
|
|
58
|
-
),
|
|
59
|
-
);
|
|
60
|
-
|
|
61
|
-
export const CharCounterTextWidget = loadable(() =>
|
|
62
|
-
import(
|
|
63
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/CharCounterTextWidget'
|
|
64
|
-
),
|
|
65
|
-
);
|
|
66
|
-
export const SubsiteSocialLinksWidget = loadable(() =>
|
|
67
|
-
import(
|
|
68
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/SubsiteSocialLinksWidget'
|
|
69
|
-
),
|
|
70
|
-
);
|
|
71
|
-
|
|
72
|
-
export const MenuConfigurationForm = loadable(() =>
|
|
73
|
-
import(
|
|
74
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/MenuConfigurationForm'
|
|
75
|
-
),
|
|
76
|
-
);
|
|
77
|
-
|
|
78
|
-
export const SecondaryMenuConfigurationForm = loadable(() =>
|
|
79
|
-
import(
|
|
80
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/SecondaryMenuConfigurationForm'
|
|
81
|
-
),
|
|
82
|
-
);
|
|
83
|
-
|
|
84
|
-
export const SubFooterConfigurationForm = loadable(() =>
|
|
85
|
-
import(
|
|
86
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/SubFooterConfigurationForm'
|
|
87
|
-
),
|
|
88
|
-
);
|
|
89
|
-
|
|
90
|
-
export const LuoghiCorrelatiEventoWidget = loadable(() =>
|
|
91
|
-
import(
|
|
92
|
-
/* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/components/ItaliaTheme/manage/Widgets/LuoghiCorrelatiEventoWidget'
|
|
93
|
-
),
|
|
94
|
-
);
|
package/src/icons/index.js
DELETED
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
import loadable from '@loadable/component';
|
|
2
|
-
|
|
3
|
-
/*--------------------------------
|
|
4
|
-
--- BUNDLE DCPTManage ---
|
|
5
|
-
|
|
6
|
-
CT Icons
|
|
7
|
-
---------------------------------*/
|
|
8
|
-
export faFileInvoiceSVG from 'design-comuni-plone-theme/icons/file-invoice.svg';
|
|
9
|
-
export faFolderOpenSVG from 'design-comuni-plone-theme/icons/folder-open.svg';
|
|
10
|
-
export faImageSVG from 'design-comuni-plone-theme/icons/image.svg';
|
|
11
|
-
export faFileSVG from 'design-comuni-plone-theme/icons/file.svg';
|
|
12
|
-
export faLinkSVG from 'design-comuni-plone-theme/icons/link.svg';
|
|
13
|
-
export faBoxOpenSVG from 'design-comuni-plone-theme/icons/box-open.svg';
|
|
14
|
-
export faArchiveSVG from 'design-comuni-plone-theme/icons/archive.svg';
|
|
15
|
-
export faFileAltSVG from 'design-comuni-plone-theme/icons/file-alt.svg';
|
|
16
|
-
export faCalendarAltSVG from 'design-comuni-plone-theme/icons/calendar-alt.svg';
|
|
17
|
-
export faMapMarkedAltSVG from 'design-comuni-plone-theme/icons/map-marked-alt.svg';
|
|
18
|
-
export faNewspaperSVG from 'design-comuni-plone-theme/icons/newspaper.svg';
|
|
19
|
-
export faUserSVG from 'design-comuni-plone-theme/icons/user.svg';
|
|
20
|
-
export faCogSVG from 'design-comuni-plone-theme/icons/cog.svg';
|
|
21
|
-
export faSitemapSVG from 'design-comuni-plone-theme/icons/sitemap.svg';
|
|
22
|
-
export faBuildingSVG from 'design-comuni-plone-theme/icons/building.svg';
|
|
23
|
-
export faFileDownloadSVG from 'design-comuni-plone-theme/icons/file-download.svg';
|
|
24
|
-
export faQuestionSVG from 'design-comuni-plone-theme/icons/question-solid.svg';
|
|
25
|
-
export bandoSVG from 'design-comuni-plone-theme/icons/bando.svg';
|
|
26
|
-
export logSVG from 'design-comuni-plone-theme/icons/log.svg';
|
|
27
|
-
|
|
28
|
-
/**/
|
|
29
|
-
|
|
30
|
-
// export const faFileInvoiceSVG = loadable(() =>
|
|
31
|
-
// import(
|
|
32
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/file-invoice.svg'
|
|
33
|
-
// ),
|
|
34
|
-
// );
|
|
35
|
-
// export const faFolderOpenSVG = loadable(() =>
|
|
36
|
-
// import(
|
|
37
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/folder-open.svg'
|
|
38
|
-
// ),
|
|
39
|
-
// );
|
|
40
|
-
// export const faImageSVG = loadable(() =>
|
|
41
|
-
// import(
|
|
42
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/image.svg'
|
|
43
|
-
// ),
|
|
44
|
-
// );
|
|
45
|
-
// export const faFileSVG = loadable(() =>
|
|
46
|
-
// import(
|
|
47
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/file.svg'
|
|
48
|
-
// ),
|
|
49
|
-
// );
|
|
50
|
-
// export const faLinkSVG = loadable(() =>
|
|
51
|
-
// import(
|
|
52
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/link.svg'
|
|
53
|
-
// ),
|
|
54
|
-
// );
|
|
55
|
-
// export const faBoxOpenSVG = loadable(() =>
|
|
56
|
-
// import(
|
|
57
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/box-open.svg'
|
|
58
|
-
// ),
|
|
59
|
-
// );
|
|
60
|
-
// export const faArchiveSVG = loadable(() =>
|
|
61
|
-
// import(
|
|
62
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/archive.svg'
|
|
63
|
-
// ),
|
|
64
|
-
// );
|
|
65
|
-
// export const faFileAltSVG = loadable(() =>
|
|
66
|
-
// import(
|
|
67
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/file-alt.svg'
|
|
68
|
-
// ),
|
|
69
|
-
// );
|
|
70
|
-
// export const faCalendarAltSVG = loadable(() =>
|
|
71
|
-
// import(
|
|
72
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/calendar-alt.svg'
|
|
73
|
-
// ),
|
|
74
|
-
// );
|
|
75
|
-
// export const faMapMarkedAltSVG = loadable(() =>
|
|
76
|
-
// import(
|
|
77
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/map-marked-alt.svg'
|
|
78
|
-
// ),
|
|
79
|
-
// );
|
|
80
|
-
// export const faNewspaperSVG = loadable(() =>
|
|
81
|
-
// import(
|
|
82
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/newspaper.svg'
|
|
83
|
-
// ),
|
|
84
|
-
// );
|
|
85
|
-
// export const faUserSVG = loadable(() =>
|
|
86
|
-
// import(
|
|
87
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/user.svg'
|
|
88
|
-
// ),
|
|
89
|
-
// );
|
|
90
|
-
// export const faCogSVG = loadable(() =>
|
|
91
|
-
// import(
|
|
92
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/cog.svg'
|
|
93
|
-
// ),
|
|
94
|
-
// );
|
|
95
|
-
// export const faSitemapSVG = loadable(() =>
|
|
96
|
-
// import(
|
|
97
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/sitemap.svg'
|
|
98
|
-
// ),
|
|
99
|
-
// );
|
|
100
|
-
// export const faBuildingSVG = loadable(() =>
|
|
101
|
-
// import(
|
|
102
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/building.svg'
|
|
103
|
-
// ),
|
|
104
|
-
// );
|
|
105
|
-
// export const faFileDownloadSVG = loadable(() =>
|
|
106
|
-
// import(
|
|
107
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/file-download.svg'
|
|
108
|
-
// ),
|
|
109
|
-
// );
|
|
110
|
-
// export const faQuestionSVG = loadable(() =>
|
|
111
|
-
// import(
|
|
112
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/question-solid.svg'
|
|
113
|
-
// ),
|
|
114
|
-
// );
|
|
115
|
-
// export const bandoSVG = loadable(() =>
|
|
116
|
-
// import(
|
|
117
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/bando.svg'
|
|
118
|
-
// ),
|
|
119
|
-
// );
|
|
120
|
-
// export const logSVG = loadable(() =>
|
|
121
|
-
// import(
|
|
122
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/log.svg'
|
|
123
|
-
// ),
|
|
124
|
-
// );
|
|
125
|
-
|
|
126
|
-
/** -------
|
|
127
|
-
* Edit BLOKS icons
|
|
128
|
-
----------
|
|
129
|
-
*/
|
|
130
|
-
|
|
131
|
-
export simpleTextCardSVG from 'design-comuni-plone-theme/icons/card-semplice.svg';
|
|
132
|
-
export imageTextCardSVG from 'design-comuni-plone-theme/icons/card-immagine.svg';
|
|
133
|
-
export iconBlocksSVG from 'design-comuni-plone-theme/icons/blocco-icone.svg';
|
|
134
|
-
export numbersBlockSVG from 'design-comuni-plone-theme/icons/numeri.svg';
|
|
135
|
-
export countDownSVG from 'design-comuni-plone-theme/icons/count-down.svg';
|
|
136
|
-
|
|
137
|
-
// export const simpleTextCardSVG = loadable(() =>
|
|
138
|
-
// import(
|
|
139
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/card-semplice.svg'
|
|
140
|
-
// ),
|
|
141
|
-
// );
|
|
142
|
-
// export const imageTextCardSVG = loadable(() =>
|
|
143
|
-
// import(
|
|
144
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/card-immagine.svg'
|
|
145
|
-
// ),
|
|
146
|
-
// );
|
|
147
|
-
// export const iconBlocksSVG = loadable(() =>
|
|
148
|
-
// import(
|
|
149
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/blocco-icone.svg'
|
|
150
|
-
// ),
|
|
151
|
-
// );
|
|
152
|
-
// export const numbersBlockSVG = loadable(() =>
|
|
153
|
-
// import(
|
|
154
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/numeri.svg'
|
|
155
|
-
// ),
|
|
156
|
-
// );
|
|
157
|
-
// export const countDownSVG = loadable(() =>
|
|
158
|
-
// import(
|
|
159
|
-
// /* webpackChunkName: "DCPTManage" */ 'design-comuni-plone-theme/icons/count-down.svg'
|
|
160
|
-
// ),
|
|
161
|
-
// );
|
|
File without changes
|