design-comuni-plone-theme 11.31.2 → 11.32.1
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 +41 -0
- package/RELEASE.md +22 -0
- package/locales/de/LC_MESSAGES/volto.po +41 -0
- package/locales/en/LC_MESSAGES/volto.po +41 -0
- package/locales/es/LC_MESSAGES/volto.po +41 -0
- package/locales/fr/LC_MESSAGES/volto.po +41 -0
- package/locales/it/LC_MESSAGES/volto.po +41 -0
- package/locales/volto.pot +42 -1
- package/package.json +1 -1
- package/publiccode.yml +2 -2
- package/src/actions/getCTSchema.js +13 -0
- package/src/actions/index.js +3 -0
- package/src/components/ItaliaTheme/Blocks/Common/SearchFilters/DateFilter.jsx +27 -2
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithImage/CardWithImageDefault.jsx +2 -4
- package/src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/Listing/TableTemplate.jsx +163 -0
- package/src/components/ItaliaTheme/Blocks/Listing/TemplatesSkeletons/TableTemplateSkeleton.jsx +50 -0
- package/src/components/ItaliaTheme/View/Commons/SideMenu.jsx +2 -1
- package/src/components/ItaliaTheme/View/Commons/SideMenuByTitles.jsx +16 -8
- package/src/components/ItaliaTheme/index.js +5 -0
- package/src/components/ItaliaTheme/manage/Widgets/BlocksViewWidget.jsx +7 -0
- package/src/components/ItaliaTheme/manage/Widgets/CTFieldsWidget.jsx +84 -0
- package/src/components/ItaliaTheme/manage/Widgets/CTTitleColumnWidget.jsx +22 -0
- package/src/components/ItaliaTheme/manage/Widgets/DataGridWidget.jsx +26 -0
- package/src/components/ItaliaTheme/manage/Widgets/PDCViewWidget.jsx +21 -0
- package/src/config/Blocks/ListingOptions/index.js +1 -0
- package/src/config/Blocks/ListingOptions/tableTemplate.js +105 -0
- package/src/config/Blocks/listingVariations.js +18 -0
- package/src/config/Widgets/widgets.js +24 -1
- package/src/customizations/volto/helpers/Html/Html.jsx +28 -14
- package/src/helpers/getWidgetView.js +112 -0
- package/src/helpers/index.js +1 -0
- package/src/reducers/ctSchema.js +80 -0
- package/src/reducers/index.js +2 -0
- package/src/theme/ItaliaTheme/Blocks/_completeBlockLinkstemplate.scss +5 -8
- package/src/theme/ItaliaTheme/Blocks/_listing.scss +18 -0
- package/src/theme/ItaliaTheme/Blocks/_smallblockLinkstemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_tableTemplate.scss +46 -0
- package/src/theme/site.scss +1 -0
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [11.32.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.32.0...v11.32.1) (2025-08-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* added state to close the date picker modal after endDate loses focus (Tab exit) ([#981](https://github.com/RedTurtle/design-comuni-plone-theme/issues/981)) ([accf3d6](https://github.com/RedTurtle/design-comuni-plone-theme/commit/accf3d6dff277cef0b7693d4c663636e2ec1c098))
|
|
9
|
+
* contentHasImage function + showImage conditions ([#984](https://github.com/RedTurtle/design-comuni-plone-theme/issues/984)) ([bdb2901](https://github.com/RedTurtle/design-comuni-plone-theme/commit/bdb290101477fff8616498936cfc115a77b33cac))
|
|
10
|
+
* image in template "Blocco link completo" ([#971](https://github.com/RedTurtle/design-comuni-plone-theme/issues/971)) ([d5d9dc1](https://github.com/RedTurtle/design-comuni-plone-theme/commit/d5d9dc175e4d25b1f49976fbe2cfaf12d770fb92))
|
|
11
|
+
* improved link visibility on images within listing blocks ([#978](https://github.com/RedTurtle/design-comuni-plone-theme/issues/978)) ([c6e41af](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c6e41af38911203b2487794a7e423921a33d51e6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Documentation
|
|
15
|
+
|
|
16
|
+
* updated publiccode and release log ([d478eb6](https://github.com/RedTurtle/design-comuni-plone-theme/commit/d478eb699e0ea75475be1d7de7120d48321873a4))
|
|
17
|
+
|
|
18
|
+
## [11.32.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.31.2...v11.32.0) (2025-07-31)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* new listing and search variation - table ([#975](https://github.com/RedTurtle/design-comuni-plone-theme/issues/975)) ([4c687f9](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4c687f900e3a0bac8321a80be4b44b558d4a09df))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **a11y:** avoided tabbing listing image and reading the item title twice ([#972](https://github.com/RedTurtle/design-comuni-plone-theme/issues/972)) ([3874b22](https://github.com/RedTurtle/design-comuni-plone-theme/commit/3874b227356209d5bec5c8872652cc07324861fc))
|
|
29
|
+
* **a11y:** fixed image focus of smallBlockLinkTemplate ([#974](https://github.com/RedTurtle/design-comuni-plone-theme/issues/974)) ([447bccb](https://github.com/RedTurtle/design-comuni-plone-theme/commit/447bccb73b6f36489f3fd4c06c5a641988dc7a8f))
|
|
30
|
+
* locales ([dc40868](https://github.com/RedTurtle/design-comuni-plone-theme/commit/dc40868867d8560e0c8c02b6be614b0978ce1549))
|
|
31
|
+
* progressbar a11y ([#966](https://github.com/RedTurtle/design-comuni-plone-theme/issues/966)) ([974feb8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/974feb85ceedae259a73f7ecdaa4de45f5732f4c))
|
|
32
|
+
* sync HTML.jsx customization (lang in html tag) ([#968](https://github.com/RedTurtle/design-comuni-plone-theme/issues/968)) ([b37a21e](https://github.com/RedTurtle/design-comuni-plone-theme/commit/b37a21ef33f6c7a4af57feb01539eb1fd817c623))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Maintenance
|
|
36
|
+
|
|
37
|
+
* updated i18n ([d7ea323](https://github.com/RedTurtle/design-comuni-plone-theme/commit/d7ea32359d6c79f0b263f5835efd6755d7e5fe33))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Documentation
|
|
41
|
+
|
|
42
|
+
* updated publiccode and release log ([4a905c0](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4a905c047507b16cd0727fd2e2bf898564085513))
|
|
43
|
+
|
|
3
44
|
## [11.31.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.31.1...v11.31.2) (2025-07-17)
|
|
4
45
|
|
|
5
46
|
|
package/RELEASE.md
CHANGED
|
@@ -41,6 +41,28 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
+
## Versione 11.32.1 (22/08/2025)
|
|
45
|
+
|
|
46
|
+
### Fix
|
|
47
|
+
|
|
48
|
+
- Ripristinata la funzionalità per mostrare tutte le immagini del blocco elenco o solo quelle della prima fila, se presenti.
|
|
49
|
+
- Migliorata l'accessibilità rimuovendo la visibilità delle immagini di presentazione nei blocchi elenco.
|
|
50
|
+
- Sistemata la semantica dei titoli nei blocchi elenco migliorando così l'accessibilità della pagina.
|
|
51
|
+
- Sistemata la visualizzazione delle immagini all’interno della card del blocco Link completo quando sono in landscape.
|
|
52
|
+
- Ora il calendario si chiude automaticamente quando si passa al campo successivo dopo aver selezionato la data di fine, nei blocchi di ricerca dove è possibile indicare una data di inizio e fine.
|
|
53
|
+
- Migliorata la visualizzazione dei link sulle immagini nei blocchi elenco, rimosso testo non necessario con tipo e dimensione dei file.
|
|
54
|
+
|
|
55
|
+
## Versione 11.32.0 (31/07/2025)
|
|
56
|
+
|
|
57
|
+
### Novità
|
|
58
|
+
|
|
59
|
+
- Nuovo tipo di blocco Elenco disponibile: Tabella
|
|
60
|
+
|
|
61
|
+
### Fix
|
|
62
|
+
|
|
63
|
+
- Migliorata l'accessibilità nel blocco elenco Link solo Immagini, ora il focus si vede in tutte le immagini.
|
|
64
|
+
- Rimossa la possibilità di raggiungere tramite Tab le immagini nei card quando sono link, evitando doppie letture del titolo.
|
|
65
|
+
|
|
44
66
|
## Versione 11.31.1 (14/07/2025)
|
|
45
67
|
|
|
46
68
|
### Fix
|
|
@@ -3940,6 +3940,7 @@ msgid "sideMenuIndex"
|
|
|
3940
3940
|
msgstr ""
|
|
3941
3941
|
|
|
3942
3942
|
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3943
|
+
#: components/ItaliaTheme/View/Commons/SideMenuByTitles
|
|
3943
3944
|
# defaultMessage: Navigazione della pagina
|
|
3944
3945
|
msgid "sideMenuNavigation"
|
|
3945
3946
|
msgstr ""
|
|
@@ -4172,6 +4173,46 @@ msgstr ""
|
|
|
4172
4173
|
msgid "supported_by"
|
|
4173
4174
|
msgstr ""
|
|
4174
4175
|
|
|
4176
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4177
|
+
# defaultMessage: Colore delle righe alternato
|
|
4178
|
+
msgid "table_variation_alternate_rows"
|
|
4179
|
+
msgstr ""
|
|
4180
|
+
|
|
4181
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4182
|
+
# defaultMessage: Colonne della tabella
|
|
4183
|
+
msgid "table_variation_columns"
|
|
4184
|
+
msgstr ""
|
|
4185
|
+
|
|
4186
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4187
|
+
# defaultMessage: Colonna
|
|
4188
|
+
msgid "table_variaton_column"
|
|
4189
|
+
msgstr ""
|
|
4190
|
+
|
|
4191
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4192
|
+
# defaultMessage: Tipo di contenuto
|
|
4193
|
+
msgid "table_variaton_ct"
|
|
4194
|
+
msgstr ""
|
|
4195
|
+
|
|
4196
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4197
|
+
# defaultMessage: Campo
|
|
4198
|
+
msgid "table_variaton_field"
|
|
4199
|
+
msgstr ""
|
|
4200
|
+
|
|
4201
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4202
|
+
# defaultMessage: Titolo
|
|
4203
|
+
msgid "table_variaton_title"
|
|
4204
|
+
msgstr ""
|
|
4205
|
+
|
|
4206
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4207
|
+
# defaultMessage: Titolo della colonna. Se vuoi, puoi modificare il titolo di default.
|
|
4208
|
+
msgid "table_variaton_title_description"
|
|
4209
|
+
msgstr ""
|
|
4210
|
+
|
|
4211
|
+
#: components/ItaliaTheme/Blocks/Listing/TableTemplate
|
|
4212
|
+
# defaultMessage: Titolo
|
|
4213
|
+
msgid "tabletemplate_column_title"
|
|
4214
|
+
msgstr ""
|
|
4215
|
+
|
|
4175
4216
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
4176
4217
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4177
4218
|
#: helpers/contentHelper
|
|
@@ -3925,6 +3925,7 @@ msgid "sideMenuIndex"
|
|
|
3925
3925
|
msgstr "Page index"
|
|
3926
3926
|
|
|
3927
3927
|
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3928
|
+
#: components/ItaliaTheme/View/Commons/SideMenuByTitles
|
|
3928
3929
|
# defaultMessage: Navigazione della pagina
|
|
3929
3930
|
msgid "sideMenuNavigation"
|
|
3930
3931
|
msgstr "Elements of the sidebar menu"
|
|
@@ -4157,6 +4158,46 @@ msgstr "Next"
|
|
|
4157
4158
|
msgid "supported_by"
|
|
4158
4159
|
msgstr "Supported by"
|
|
4159
4160
|
|
|
4161
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4162
|
+
# defaultMessage: Colore delle righe alternato
|
|
4163
|
+
msgid "table_variation_alternate_rows"
|
|
4164
|
+
msgstr ""
|
|
4165
|
+
|
|
4166
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4167
|
+
# defaultMessage: Colonne della tabella
|
|
4168
|
+
msgid "table_variation_columns"
|
|
4169
|
+
msgstr ""
|
|
4170
|
+
|
|
4171
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4172
|
+
# defaultMessage: Colonna
|
|
4173
|
+
msgid "table_variaton_column"
|
|
4174
|
+
msgstr ""
|
|
4175
|
+
|
|
4176
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4177
|
+
# defaultMessage: Tipo di contenuto
|
|
4178
|
+
msgid "table_variaton_ct"
|
|
4179
|
+
msgstr ""
|
|
4180
|
+
|
|
4181
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4182
|
+
# defaultMessage: Campo
|
|
4183
|
+
msgid "table_variaton_field"
|
|
4184
|
+
msgstr ""
|
|
4185
|
+
|
|
4186
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4187
|
+
# defaultMessage: Titolo
|
|
4188
|
+
msgid "table_variaton_title"
|
|
4189
|
+
msgstr ""
|
|
4190
|
+
|
|
4191
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4192
|
+
# defaultMessage: Titolo della colonna. Se vuoi, puoi modificare il titolo di default.
|
|
4193
|
+
msgid "table_variaton_title_description"
|
|
4194
|
+
msgstr ""
|
|
4195
|
+
|
|
4196
|
+
#: components/ItaliaTheme/Blocks/Listing/TableTemplate
|
|
4197
|
+
# defaultMessage: Titolo
|
|
4198
|
+
msgid "tabletemplate_column_title"
|
|
4199
|
+
msgstr ""
|
|
4200
|
+
|
|
4160
4201
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
4161
4202
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4162
4203
|
#: helpers/contentHelper
|
|
@@ -3934,6 +3934,7 @@ msgid "sideMenuIndex"
|
|
|
3934
3934
|
msgstr ""
|
|
3935
3935
|
|
|
3936
3936
|
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3937
|
+
#: components/ItaliaTheme/View/Commons/SideMenuByTitles
|
|
3937
3938
|
# defaultMessage: Navigazione della pagina
|
|
3938
3939
|
msgid "sideMenuNavigation"
|
|
3939
3940
|
msgstr ""
|
|
@@ -4166,6 +4167,46 @@ msgstr ""
|
|
|
4166
4167
|
msgid "supported_by"
|
|
4167
4168
|
msgstr "Con el apoyo de"
|
|
4168
4169
|
|
|
4170
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4171
|
+
# defaultMessage: Colore delle righe alternato
|
|
4172
|
+
msgid "table_variation_alternate_rows"
|
|
4173
|
+
msgstr ""
|
|
4174
|
+
|
|
4175
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4176
|
+
# defaultMessage: Colonne della tabella
|
|
4177
|
+
msgid "table_variation_columns"
|
|
4178
|
+
msgstr ""
|
|
4179
|
+
|
|
4180
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4181
|
+
# defaultMessage: Colonna
|
|
4182
|
+
msgid "table_variaton_column"
|
|
4183
|
+
msgstr ""
|
|
4184
|
+
|
|
4185
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4186
|
+
# defaultMessage: Tipo di contenuto
|
|
4187
|
+
msgid "table_variaton_ct"
|
|
4188
|
+
msgstr ""
|
|
4189
|
+
|
|
4190
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4191
|
+
# defaultMessage: Campo
|
|
4192
|
+
msgid "table_variaton_field"
|
|
4193
|
+
msgstr ""
|
|
4194
|
+
|
|
4195
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4196
|
+
# defaultMessage: Titolo
|
|
4197
|
+
msgid "table_variaton_title"
|
|
4198
|
+
msgstr ""
|
|
4199
|
+
|
|
4200
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4201
|
+
# defaultMessage: Titolo della colonna. Se vuoi, puoi modificare il titolo di default.
|
|
4202
|
+
msgid "table_variaton_title_description"
|
|
4203
|
+
msgstr ""
|
|
4204
|
+
|
|
4205
|
+
#: components/ItaliaTheme/Blocks/Listing/TableTemplate
|
|
4206
|
+
# defaultMessage: Titolo
|
|
4207
|
+
msgid "tabletemplate_column_title"
|
|
4208
|
+
msgstr ""
|
|
4209
|
+
|
|
4169
4210
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
4170
4211
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4171
4212
|
#: helpers/contentHelper
|
|
@@ -3942,6 +3942,7 @@ msgid "sideMenuIndex"
|
|
|
3942
3942
|
msgstr ""
|
|
3943
3943
|
|
|
3944
3944
|
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3945
|
+
#: components/ItaliaTheme/View/Commons/SideMenuByTitles
|
|
3945
3946
|
# defaultMessage: Navigazione della pagina
|
|
3946
3947
|
msgid "sideMenuNavigation"
|
|
3947
3948
|
msgstr ""
|
|
@@ -4174,6 +4175,46 @@ msgstr ""
|
|
|
4174
4175
|
msgid "supported_by"
|
|
4175
4176
|
msgstr ""
|
|
4176
4177
|
|
|
4178
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4179
|
+
# defaultMessage: Colore delle righe alternato
|
|
4180
|
+
msgid "table_variation_alternate_rows"
|
|
4181
|
+
msgstr ""
|
|
4182
|
+
|
|
4183
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4184
|
+
# defaultMessage: Colonne della tabella
|
|
4185
|
+
msgid "table_variation_columns"
|
|
4186
|
+
msgstr ""
|
|
4187
|
+
|
|
4188
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4189
|
+
# defaultMessage: Colonna
|
|
4190
|
+
msgid "table_variaton_column"
|
|
4191
|
+
msgstr ""
|
|
4192
|
+
|
|
4193
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4194
|
+
# defaultMessage: Tipo di contenuto
|
|
4195
|
+
msgid "table_variaton_ct"
|
|
4196
|
+
msgstr ""
|
|
4197
|
+
|
|
4198
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4199
|
+
# defaultMessage: Campo
|
|
4200
|
+
msgid "table_variaton_field"
|
|
4201
|
+
msgstr ""
|
|
4202
|
+
|
|
4203
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4204
|
+
# defaultMessage: Titolo
|
|
4205
|
+
msgid "table_variaton_title"
|
|
4206
|
+
msgstr ""
|
|
4207
|
+
|
|
4208
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4209
|
+
# defaultMessage: Titolo della colonna. Se vuoi, puoi modificare il titolo di default.
|
|
4210
|
+
msgid "table_variaton_title_description"
|
|
4211
|
+
msgstr ""
|
|
4212
|
+
|
|
4213
|
+
#: components/ItaliaTheme/Blocks/Listing/TableTemplate
|
|
4214
|
+
# defaultMessage: Titolo
|
|
4215
|
+
msgid "tabletemplate_column_title"
|
|
4216
|
+
msgstr ""
|
|
4217
|
+
|
|
4177
4218
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
4178
4219
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4179
4220
|
#: helpers/contentHelper
|
|
@@ -3925,6 +3925,7 @@ msgid "sideMenuIndex"
|
|
|
3925
3925
|
msgstr ""
|
|
3926
3926
|
|
|
3927
3927
|
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3928
|
+
#: components/ItaliaTheme/View/Commons/SideMenuByTitles
|
|
3928
3929
|
# defaultMessage: Navigazione della pagina
|
|
3929
3930
|
msgid "sideMenuNavigation"
|
|
3930
3931
|
msgstr ""
|
|
@@ -4157,6 +4158,46 @@ msgstr "Successivo"
|
|
|
4157
4158
|
msgid "supported_by"
|
|
4158
4159
|
msgstr "Con il supporto di"
|
|
4159
4160
|
|
|
4161
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4162
|
+
# defaultMessage: Colore delle righe alternato
|
|
4163
|
+
msgid "table_variation_alternate_rows"
|
|
4164
|
+
msgstr ""
|
|
4165
|
+
|
|
4166
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4167
|
+
# defaultMessage: Colonne della tabella
|
|
4168
|
+
msgid "table_variation_columns"
|
|
4169
|
+
msgstr ""
|
|
4170
|
+
|
|
4171
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4172
|
+
# defaultMessage: Colonna
|
|
4173
|
+
msgid "table_variaton_column"
|
|
4174
|
+
msgstr ""
|
|
4175
|
+
|
|
4176
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4177
|
+
# defaultMessage: Tipo di contenuto
|
|
4178
|
+
msgid "table_variaton_ct"
|
|
4179
|
+
msgstr ""
|
|
4180
|
+
|
|
4181
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4182
|
+
# defaultMessage: Campo
|
|
4183
|
+
msgid "table_variaton_field"
|
|
4184
|
+
msgstr ""
|
|
4185
|
+
|
|
4186
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4187
|
+
# defaultMessage: Titolo
|
|
4188
|
+
msgid "table_variaton_title"
|
|
4189
|
+
msgstr ""
|
|
4190
|
+
|
|
4191
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4192
|
+
# defaultMessage: Titolo della colonna. Se vuoi, puoi modificare il titolo di default.
|
|
4193
|
+
msgid "table_variaton_title_description"
|
|
4194
|
+
msgstr ""
|
|
4195
|
+
|
|
4196
|
+
#: components/ItaliaTheme/Blocks/Listing/TableTemplate
|
|
4197
|
+
# defaultMessage: Titolo
|
|
4198
|
+
msgid "tabletemplate_column_title"
|
|
4199
|
+
msgstr ""
|
|
4200
|
+
|
|
4160
4201
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
4161
4202
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4162
4203
|
#: helpers/contentHelper
|
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-07-31T15:00:17.623Z\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
|
"MIME-Version: 1.0\n"
|
|
@@ -3927,6 +3927,7 @@ msgid "sideMenuIndex"
|
|
|
3927
3927
|
msgstr ""
|
|
3928
3928
|
|
|
3929
3929
|
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3930
|
+
#: components/ItaliaTheme/View/Commons/SideMenuByTitles
|
|
3930
3931
|
# defaultMessage: Navigazione della pagina
|
|
3931
3932
|
msgid "sideMenuNavigation"
|
|
3932
3933
|
msgstr ""
|
|
@@ -4159,6 +4160,46 @@ msgstr ""
|
|
|
4159
4160
|
msgid "supported_by"
|
|
4160
4161
|
msgstr ""
|
|
4161
4162
|
|
|
4163
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4164
|
+
# defaultMessage: Colore delle righe alternato
|
|
4165
|
+
msgid "table_variation_alternate_rows"
|
|
4166
|
+
msgstr ""
|
|
4167
|
+
|
|
4168
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4169
|
+
# defaultMessage: Colonne della tabella
|
|
4170
|
+
msgid "table_variation_columns"
|
|
4171
|
+
msgstr ""
|
|
4172
|
+
|
|
4173
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4174
|
+
# defaultMessage: Colonna
|
|
4175
|
+
msgid "table_variaton_column"
|
|
4176
|
+
msgstr ""
|
|
4177
|
+
|
|
4178
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4179
|
+
# defaultMessage: Tipo di contenuto
|
|
4180
|
+
msgid "table_variaton_ct"
|
|
4181
|
+
msgstr ""
|
|
4182
|
+
|
|
4183
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4184
|
+
# defaultMessage: Campo
|
|
4185
|
+
msgid "table_variaton_field"
|
|
4186
|
+
msgstr ""
|
|
4187
|
+
|
|
4188
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4189
|
+
# defaultMessage: Titolo
|
|
4190
|
+
msgid "table_variaton_title"
|
|
4191
|
+
msgstr ""
|
|
4192
|
+
|
|
4193
|
+
#: config/Blocks/ListingOptions/tableTemplate
|
|
4194
|
+
# defaultMessage: Titolo della colonna. Se vuoi, puoi modificare il titolo di default.
|
|
4195
|
+
msgid "table_variaton_title_description"
|
|
4196
|
+
msgstr ""
|
|
4197
|
+
|
|
4198
|
+
#: components/ItaliaTheme/Blocks/Listing/TableTemplate
|
|
4199
|
+
# defaultMessage: Titolo
|
|
4200
|
+
msgid "tabletemplate_column_title"
|
|
4201
|
+
msgstr ""
|
|
4202
|
+
|
|
4162
4203
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
4163
4204
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4164
4205
|
#: helpers/contentHelper
|
package/package.json
CHANGED
package/publiccode.yml
CHANGED
|
@@ -227,9 +227,9 @@ maintenance:
|
|
|
227
227
|
name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
|
|
228
228
|
platforms:
|
|
229
229
|
- web
|
|
230
|
-
releaseDate: '2025-
|
|
230
|
+
releaseDate: '2025-08-22'
|
|
231
231
|
softwareType: standalone/web
|
|
232
|
-
softwareVersion: 11.
|
|
232
|
+
softwareVersion: 11.32.1
|
|
233
233
|
url: 'https://github.com/italia/design-comuni-plone-theme'
|
|
234
234
|
usedBy:
|
|
235
235
|
- ASP Comuni Modenesi Area Nord
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const GET_CT_SCHEMA = 'GET_CT_SCHEMA';
|
|
2
|
+
|
|
3
|
+
export function getCTSchema(type, url) {
|
|
4
|
+
url = typeof url !== 'undefined' ? url : '';
|
|
5
|
+
return {
|
|
6
|
+
type: GET_CT_SCHEMA,
|
|
7
|
+
subrequest: type,
|
|
8
|
+
request: {
|
|
9
|
+
op: 'get',
|
|
10
|
+
path: `${url}/@types/${type}`,
|
|
11
|
+
},
|
|
12
|
+
};
|
|
13
|
+
}
|
package/src/actions/index.js
CHANGED
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
getSearchBandiFilters,
|
|
40
40
|
GET_SEARCH_BANDI_FILTERS,
|
|
41
41
|
} from './getSearchBandiFilters';
|
|
42
|
+
import { getCTSchema, GET_CT_SCHEMA } from './getCTSchema';
|
|
42
43
|
|
|
43
44
|
export {
|
|
44
45
|
getSearchFilters,
|
|
@@ -62,4 +63,6 @@ export {
|
|
|
62
63
|
getSearchBandiFilters,
|
|
63
64
|
GET_SEARCH_BANDI_FILTERS,
|
|
64
65
|
resetQuerystringResults,
|
|
66
|
+
getCTSchema,
|
|
67
|
+
GET_CT_SCHEMA,
|
|
65
68
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { useState, useEffect } from 'react';
|
|
1
|
+
import React, { useState, useEffect, useRef } from 'react';
|
|
2
2
|
import { useIntl, defineMessages } from 'react-intl';
|
|
3
3
|
import { Icon } from 'design-comuni-plone-theme/components/ItaliaTheme';
|
|
4
4
|
|
|
@@ -226,6 +226,31 @@ const DateFilter = (props) => {
|
|
|
226
226
|
}
|
|
227
227
|
}, []);
|
|
228
228
|
|
|
229
|
+
const endDateInputRef = useRef(null);
|
|
230
|
+
|
|
231
|
+
useEffect(() => {
|
|
232
|
+
const interval = setInterval(() => {
|
|
233
|
+
const endDateInput = document.querySelector(
|
|
234
|
+
`#end-date-filter-${blockID}`,
|
|
235
|
+
);
|
|
236
|
+
if (endDateInput && !endDateInputRef.current) {
|
|
237
|
+
endDateInputRef.current = endDateInput;
|
|
238
|
+
endDateInput.addEventListener('blur', handleEndDateBlur);
|
|
239
|
+
}
|
|
240
|
+
}, 100);
|
|
241
|
+
|
|
242
|
+
return () => {
|
|
243
|
+
clearInterval(interval);
|
|
244
|
+
if (endDateInputRef.current) {
|
|
245
|
+
endDateInputRef.current.removeEventListener('blur', handleEndDateBlur);
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
}, []);
|
|
249
|
+
|
|
250
|
+
const handleEndDateBlur = () => {
|
|
251
|
+
setFocusedDateInput(null);
|
|
252
|
+
};
|
|
253
|
+
|
|
229
254
|
return (
|
|
230
255
|
<div className="me-lg-3 my-2 my-lg-1 filter-wrapper date-filter">
|
|
231
256
|
<DateRangePicker
|
|
@@ -264,7 +289,7 @@ const DateFilter = (props) => {
|
|
|
264
289
|
customCloseIcon={
|
|
265
290
|
<Icon
|
|
266
291
|
icon="it-close"
|
|
267
|
-
color="
|
|
292
|
+
color="black"
|
|
268
293
|
title={intl.formatMessage(messages.clearDates)}
|
|
269
294
|
/>
|
|
270
295
|
}
|
|
@@ -62,10 +62,8 @@ const CardWithImageDefault = (props) => {
|
|
|
62
62
|
: getEventRecurrenceMore(item, isEditMode);
|
|
63
63
|
const listingText = show_description ? <ListingText item={item} /> : null;
|
|
64
64
|
|
|
65
|
-
const showImage =
|
|
66
|
-
item
|
|
67
|
-
index < imagesToShow || always_show_image,
|
|
68
|
-
);
|
|
65
|
+
const showImage =
|
|
66
|
+
contentHasImage(item) && (index < imagesToShow || always_show_image);
|
|
69
67
|
const category = getCategory(item, show_type, show_section, props);
|
|
70
68
|
const topics = show_topics ? item.tassonomia_argomenti : null;
|
|
71
69
|
|
|
@@ -8,7 +8,7 @@ const ListingImageWrapper = ({ children, item, noWrapLink }) => {
|
|
|
8
8
|
return noWrapLink ? (
|
|
9
9
|
children
|
|
10
10
|
) : (
|
|
11
|
-
<UniversalLink item={item} className="img-wrapper">
|
|
11
|
+
<UniversalLink item={item} className="img-wrapper" tabIndex="-1">
|
|
12
12
|
{children}
|
|
13
13
|
</UniversalLink>
|
|
14
14
|
);
|