design-comuni-plone-theme 11.21.1 → 11.22.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.
Files changed (34) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/CHANGELOG.md +30 -0
  3. package/RELEASE.md +18 -0
  4. package/locales/de/LC_MESSAGES/volto.po +40 -5
  5. package/locales/en/LC_MESSAGES/volto.po +40 -5
  6. package/locales/es/LC_MESSAGES/volto.po +40 -5
  7. package/locales/fr/LC_MESSAGES/volto.po +40 -5
  8. package/locales/it/LC_MESSAGES/volto.po +40 -5
  9. package/locales/volto.pot +41 -6
  10. package/package.json +1 -1
  11. package/publiccode.yml +2 -2
  12. package/src/components/ItaliaTheme/AppExtras/GenericAppExtras.jsx +1 -2
  13. package/src/components/ItaliaTheme/Blocks/EventSearch/DefaultFilters.js +1 -11
  14. package/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx +3 -18
  15. package/src/components/ItaliaTheme/LoginAgid/LoginAgid.jsx +2 -5
  16. package/src/components/ItaliaTheme/Search/Search.jsx +2 -3
  17. package/src/components/ItaliaTheme/Unauthorized/Unauthorized.jsx +2 -5
  18. package/src/components/ItaliaTheme/View/PersonaView/PersonaDocumenti.jsx +50 -0
  19. package/src/components/ItaliaTheme/View/UOView/UOMetadati.jsx +12 -0
  20. package/src/components/ItaliaTheme/View/UOView/UOView.jsx +3 -0
  21. package/src/components/ItaliaTheme/View/index.js +1 -0
  22. package/src/config/italiaConfig.js +1 -0
  23. package/src/customizations/volto/actions/vocabularies/vocabularies.js +2 -2
  24. package/src/customizations/volto/components/manage/Blocks/Search/SearchBlockView.jsx +35 -9
  25. package/src/customizations/volto/components/manage/Blocks/Search/components/SearchDetails.jsx +2 -3
  26. package/src/customizations/volto/components/manage/Blocks/Search/hocs/withSearch.jsx +6 -4
  27. package/src/customizations/volto/components/theme/Footer/Footer.jsx +7 -13
  28. package/src/customizations/volto/helpers/BodyClass/BodyClass.jsx +78 -0
  29. package/src/customizations/volto-form-block/components/FormResult.jsx +39 -9
  30. package/src/customizations/volto-form-block/components/Sidebar.jsx +325 -0
  31. package/src/customizations/volto-form-block/components/View.jsx +390 -0
  32. package/src/customizations/volto-form-block/fieldSchema.js +174 -0
  33. package/src/customizations/volto-form-block/formSchema.js +237 -0
  34. package/src/overrideTranslations.jsx +26 -0
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
 
2
2
 
3
+ ## [11.22.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.22.0...v11.22.1) (2024-09-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * removed RemoveBodyClass component in favor of a customized BodyClass component ([61062d8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/61062d84041f52182c2d04716b0411673a98e1f9))
9
+
10
+ ## [11.22.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.21.1...v11.22.0) (2024-09-05)
11
+
12
+
13
+ ### Features
14
+
15
+ * added form state warning ([#710](https://github.com/RedTurtle/design-comuni-plone-theme/issues/710)) ([afb252c](https://github.com/RedTurtle/design-comuni-plone-theme/commit/afb252c20632b9f29eff245263a8e5367f83cda7))
16
+ * custom feedback form title ([#752](https://github.com/RedTurtle/design-comuni-plone-theme/issues/752)) ([651cc36](https://github.com/RedTurtle/design-comuni-plone-theme/commit/651cc36d9d59b7a58b2a16105aa60c138aec403a))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * Revert "temporary test of adding the newsletter add-on" ([2f2d613](https://github.com/RedTurtle/design-comuni-plone-theme/commit/2f2d6137c00aa5800ecd5adc9a017d70ca6938d9))
22
+ * added trasparenza fields to CT Persona ([#759](https://github.com/RedTurtle/design-comuni-plone-theme/issues/759)) ([3c10633](https://github.com/RedTurtle/design-comuni-plone-theme/commit/3c10633a39ff764c33c7ddd068ed5a265e439251))
23
+ * paranoid check for contextual vocabularies ([#746](https://github.com/RedTurtle/design-comuni-plone-theme/issues/746)) ([83cefdd](https://github.com/RedTurtle/design-comuni-plone-theme/commit/83cefdda38cabad73f1c9007120f5ca80dc65151))
24
+ * restored Metadata component in UO View ([#753](https://github.com/RedTurtle/design-comuni-plone-theme/issues/753)) ([2dde96b](https://github.com/RedTurtle/design-comuni-plone-theme/commit/2dde96bbe52ca1632fd64972431b9dcdbc8e362f))
25
+ * sort_on default and total results in search block ([#756](https://github.com/RedTurtle/design-comuni-plone-theme/issues/756)) ([8eaa41c](https://github.com/RedTurtle/design-comuni-plone-theme/commit/8eaa41ca814e03d7cec7b7b6ae927da16ef9bc75))
26
+ * updated search block to use event_location ([#758](https://github.com/RedTurtle/design-comuni-plone-theme/issues/758)) ([e003eb0](https://github.com/RedTurtle/design-comuni-plone-theme/commit/e003eb0fb8acd852a32476153b0034c885367916))
27
+
28
+
29
+ ### Documentation
30
+
31
+ * updated publiccode and release log ([3b3c190](https://github.com/RedTurtle/design-comuni-plone-theme/commit/3b3c190c8471b9c83c819291965b1ff5da144bb5))
32
+
3
33
  ## [11.21.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.21.0...v11.21.1) (2024-08-20)
4
34
 
5
35
 
package/RELEASE.md CHANGED
@@ -41,6 +41,24 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 11.22.0 (05/09/2024)
45
+
46
+ ### Migliorie
47
+
48
+ - Modificata la lista dei Luoghi per filtrare la ricerca degli eventi. Si prendevano tutti i luoghi, ora solo quelli legati agli eventi per avere una lista più corta.
49
+ - Migliorato l'ordinamento della ricerca nel blocco cerca: la ricerca iniziale rispetta l'eventuale selezione del redattore; nel momento in cui si cerca inserendo un testo allora si ordina per ranking.
50
+ - Mostrato il numero di risultati della ricerca nel blocco cerca.
51
+
52
+ ### Novità
53
+
54
+ - Il blocco Form ha nuove funzionalità come il limite di iscrizioni e la possibilità di impostare un campo come univoco.
55
+ - Aggiunti al CT Persona i campi per la gestione della Trasparenza per allegare i file sugli emolumenti a carico della finanza pubblica e le dichiarazioni di insussistenza e incompatibilità.
56
+
57
+ ### Fix
58
+
59
+ - Ripristinata l'informazione sull'ultimo aggiornamento nel CT Unità Organizzativa.
60
+ - Risolto un problema con la spaziatura nel testo di presentazione dei risultati di ricerca nel blocco cerca.
61
+
44
62
  ## Versione 11.21.0 (14/08/2024)
45
63
 
46
64
  ### Fix
@@ -1701,6 +1701,11 @@ msgstr ""
1701
1701
  msgid "dichiarazione_dei_redditi"
1702
1702
  msgstr ""
1703
1703
 
1704
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1705
+ # defaultMessage: Dichiarazioni di insussistenza e incompatibilità
1706
+ msgid "dichiarazioni_di_insussistenza_e_incompatibilita"
1707
+ msgstr ""
1708
+
1704
1709
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
1705
1710
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
1706
1711
  # defaultMessage: Dirigente
@@ -1914,6 +1919,11 @@ msgstr ""
1914
1919
  msgid "embedVideo"
1915
1920
  msgstr ""
1916
1921
 
1922
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1923
+ # defaultMessage: Emolumenti a carico della finanza pubblica
1924
+ msgid "emolumenti_a_carico_della_finanza_pubblica"
1925
+ msgstr ""
1926
+
1917
1927
  #: components/ItaliaTheme/Blocks/HighlightedContent/Edit
1918
1928
  # defaultMessage: Please select an item in the sidebar in order to show it here
1919
1929
  msgid "emptySelection"
@@ -2094,11 +2104,6 @@ msgstr ""
2094
2104
  msgid "feedback_form_title"
2095
2105
  msgstr ""
2096
2106
 
2097
- #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2098
- # defaultMessage: How easy was it to use this service?
2099
- msgid "feedback_form_title_service"
2100
- msgstr ""
2101
-
2102
2107
  #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2103
2108
  # defaultMessage: Yes
2104
2109
  msgid "feedback_form_yes"
@@ -2149,6 +2154,16 @@ msgstr ""
2149
2154
  msgid "feedback_unclear_proceeding"
2150
2155
  msgstr ""
2151
2156
 
2157
+ #: overrideTranslations
2158
+ # defaultMessage: Check this box if the value entered in this field can be used only once.
2159
+ msgid "field_unique_description"
2160
+ msgstr ""
2161
+
2162
+ #: overrideTranslations
2163
+ # defaultMessage: Unique field
2164
+ msgid "field_unique_title"
2165
+ msgstr ""
2166
+
2152
2167
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2153
2168
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2154
2169
  # defaultMessage: File correlato
@@ -2183,11 +2198,31 @@ msgstr ""
2183
2198
  msgid "form_default_cancel_label"
2184
2199
  msgstr ""
2185
2200
 
2201
+ #: overrideTranslations
2202
+ # defaultMessage: Submission limit
2203
+ msgid "form_limit"
2204
+ msgstr ""
2205
+
2186
2206
  #: overrideTranslations
2187
2207
  # defaultMessage: Ricomincia
2188
2208
  msgid "form_reset"
2189
2209
  msgstr ""
2190
2210
 
2211
+ #: overrideTranslations
2212
+ # defaultMessage: Set a submission limit
2213
+ msgid "form_set_limit"
2214
+ msgstr ""
2215
+
2216
+ #: overrideTranslations
2217
+ # defaultMessage: Sei stato inserito in lista d'attesa
2218
+ msgid "form_submit_success_warning"
2219
+ msgstr ""
2220
+
2221
+ #: overrideTranslations
2222
+ # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2223
+ msgid "form_submit_success_warning_description"
2224
+ msgstr ""
2225
+
2191
2226
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2192
2227
  # defaultMessage: Foto dell'attività politica
2193
2228
  msgid "foto_attivita_politica"
@@ -1686,6 +1686,11 @@ msgstr "Details of the type of procedure"
1686
1686
  msgid "dichiarazione_dei_redditi"
1687
1687
  msgstr "Tax declaration"
1688
1688
 
1689
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1690
+ # defaultMessage: Dichiarazioni di insussistenza e incompatibilità
1691
+ msgid "dichiarazioni_di_insussistenza_e_incompatibilita"
1692
+ msgstr "Statements of Incompatibility"
1693
+
1689
1694
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
1690
1695
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
1691
1696
  # defaultMessage: Dirigente
@@ -1899,6 +1904,11 @@ msgstr "E-mail"
1899
1904
  msgid "embedVideo"
1900
1905
  msgstr ""
1901
1906
 
1907
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1908
+ # defaultMessage: Emolumenti a carico della finanza pubblica
1909
+ msgid "emolumenti_a_carico_della_finanza_pubblica"
1910
+ msgstr "Remuneration Charged to Public Finances"
1911
+
1902
1912
  #: components/ItaliaTheme/Blocks/HighlightedContent/Edit
1903
1913
  # defaultMessage: Please select an item in the sidebar in order to show it here
1904
1914
  msgid "emptySelection"
@@ -2079,11 +2089,6 @@ msgstr ""
2079
2089
  msgid "feedback_form_title"
2080
2090
  msgstr ""
2081
2091
 
2082
- #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2083
- # defaultMessage: How easy was it to use this service?
2084
- msgid "feedback_form_title_service"
2085
- msgstr ""
2086
-
2087
2092
  #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2088
2093
  # defaultMessage: Yes
2089
2094
  msgid "feedback_form_yes"
@@ -2134,6 +2139,16 @@ msgstr ""
2134
2139
  msgid "feedback_unclear_proceeding"
2135
2140
  msgstr ""
2136
2141
 
2142
+ #: overrideTranslations
2143
+ # defaultMessage: Check this box if the value entered in this field can be used only once.
2144
+ msgid "field_unique_description"
2145
+ msgstr "Check this box if the value entered in this field can be used only once."
2146
+
2147
+ #: overrideTranslations
2148
+ # defaultMessage: Unique field
2149
+ msgid "field_unique_title"
2150
+ msgstr "Unique field"
2151
+
2137
2152
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2138
2153
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2139
2154
  # defaultMessage: File correlato
@@ -2168,11 +2183,31 @@ msgstr "End of term"
2168
2183
  msgid "form_default_cancel_label"
2169
2184
  msgstr "Cancel"
2170
2185
 
2186
+ #: overrideTranslations
2187
+ # defaultMessage: Submission limit
2188
+ msgid "form_limit"
2189
+ msgstr "Submission limit"
2190
+
2171
2191
  #: overrideTranslations
2172
2192
  # defaultMessage: Ricomincia
2173
2193
  msgid "form_reset"
2174
2194
  msgstr "Restart"
2175
2195
 
2196
+ #: overrideTranslations
2197
+ # defaultMessage: Set a submission limit
2198
+ msgid "form_set_limit"
2199
+ msgstr "Set a submission limit"
2200
+
2201
+ #: overrideTranslations
2202
+ # defaultMessage: Sei stato inserito in lista d'attesa
2203
+ msgid "form_submit_success_warning"
2204
+ msgstr "You've been added to the waiting list"
2205
+
2206
+ #: overrideTranslations
2207
+ # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2208
+ msgid "form_submit_success_warning_description"
2209
+ msgstr "Your data has been submitted, but the subscription limit has been reached and you've been added to the waiting list."
2210
+
2176
2211
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2177
2212
  # defaultMessage: Foto dell'attività politica
2178
2213
  msgid "foto_attivita_politica"
@@ -1695,6 +1695,11 @@ msgstr "Detalles del tipo de procedimiento"
1695
1695
  msgid "dichiarazione_dei_redditi"
1696
1696
  msgstr "Declaración de impuestos"
1697
1697
 
1698
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1699
+ # defaultMessage: Dichiarazioni di insussistenza e incompatibilità
1700
+ msgid "dichiarazioni_di_insussistenza_e_incompatibilita"
1701
+ msgstr ""
1702
+
1698
1703
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
1699
1704
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
1700
1705
  # defaultMessage: Dirigente
@@ -1908,6 +1913,11 @@ msgstr "Correo electrónico"
1908
1913
  msgid "embedVideo"
1909
1914
  msgstr ""
1910
1915
 
1916
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1917
+ # defaultMessage: Emolumenti a carico della finanza pubblica
1918
+ msgid "emolumenti_a_carico_della_finanza_pubblica"
1919
+ msgstr ""
1920
+
1911
1921
  #: components/ItaliaTheme/Blocks/HighlightedContent/Edit
1912
1922
  # defaultMessage: Please select an item in the sidebar in order to show it here
1913
1923
  msgid "emptySelection"
@@ -2088,11 +2098,6 @@ msgstr ""
2088
2098
  msgid "feedback_form_title"
2089
2099
  msgstr ""
2090
2100
 
2091
- #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2092
- # defaultMessage: How easy was it to use this service?
2093
- msgid "feedback_form_title_service"
2094
- msgstr ""
2095
-
2096
2101
  #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2097
2102
  # defaultMessage: Yes
2098
2103
  msgid "feedback_form_yes"
@@ -2143,6 +2148,16 @@ msgstr ""
2143
2148
  msgid "feedback_unclear_proceeding"
2144
2149
  msgstr ""
2145
2150
 
2151
+ #: overrideTranslations
2152
+ # defaultMessage: Check this box if the value entered in this field can be used only once.
2153
+ msgid "field_unique_description"
2154
+ msgstr ""
2155
+
2156
+ #: overrideTranslations
2157
+ # defaultMessage: Unique field
2158
+ msgid "field_unique_title"
2159
+ msgstr ""
2160
+
2146
2161
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2147
2162
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2148
2163
  # defaultMessage: File correlato
@@ -2177,11 +2192,31 @@ msgstr "Fin de los términos"
2177
2192
  msgid "form_default_cancel_label"
2178
2193
  msgstr ""
2179
2194
 
2195
+ #: overrideTranslations
2196
+ # defaultMessage: Submission limit
2197
+ msgid "form_limit"
2198
+ msgstr ""
2199
+
2180
2200
  #: overrideTranslations
2181
2201
  # defaultMessage: Ricomincia
2182
2202
  msgid "form_reset"
2183
2203
  msgstr ""
2184
2204
 
2205
+ #: overrideTranslations
2206
+ # defaultMessage: Set a submission limit
2207
+ msgid "form_set_limit"
2208
+ msgstr ""
2209
+
2210
+ #: overrideTranslations
2211
+ # defaultMessage: Sei stato inserito in lista d'attesa
2212
+ msgid "form_submit_success_warning"
2213
+ msgstr ""
2214
+
2215
+ #: overrideTranslations
2216
+ # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2217
+ msgid "form_submit_success_warning_description"
2218
+ msgstr ""
2219
+
2185
2220
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2186
2221
  # defaultMessage: Foto dell'attività politica
2187
2222
  msgid "foto_attivita_politica"
@@ -1703,6 +1703,11 @@ msgstr "Détail type de procédure"
1703
1703
  msgid "dichiarazione_dei_redditi"
1704
1704
  msgstr "Déclaration d'impôts"
1705
1705
 
1706
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1707
+ # defaultMessage: Dichiarazioni di insussistenza e incompatibilità
1708
+ msgid "dichiarazioni_di_insussistenza_e_incompatibilita"
1709
+ msgstr ""
1710
+
1706
1711
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
1707
1712
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
1708
1713
  # defaultMessage: Dirigente
@@ -1916,6 +1921,11 @@ msgstr ""
1916
1921
  msgid "embedVideo"
1917
1922
  msgstr ""
1918
1923
 
1924
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1925
+ # defaultMessage: Emolumenti a carico della finanza pubblica
1926
+ msgid "emolumenti_a_carico_della_finanza_pubblica"
1927
+ msgstr ""
1928
+
1919
1929
  #: components/ItaliaTheme/Blocks/HighlightedContent/Edit
1920
1930
  # defaultMessage: Please select an item in the sidebar in order to show it here
1921
1931
  msgid "emptySelection"
@@ -2096,11 +2106,6 @@ msgstr ""
2096
2106
  msgid "feedback_form_title"
2097
2107
  msgstr ""
2098
2108
 
2099
- #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2100
- # defaultMessage: How easy was it to use this service?
2101
- msgid "feedback_form_title_service"
2102
- msgstr ""
2103
-
2104
2109
  #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2105
2110
  # defaultMessage: Yes
2106
2111
  msgid "feedback_form_yes"
@@ -2151,6 +2156,16 @@ msgstr ""
2151
2156
  msgid "feedback_unclear_proceeding"
2152
2157
  msgstr ""
2153
2158
 
2159
+ #: overrideTranslations
2160
+ # defaultMessage: Check this box if the value entered in this field can be used only once.
2161
+ msgid "field_unique_description"
2162
+ msgstr ""
2163
+
2164
+ #: overrideTranslations
2165
+ # defaultMessage: Unique field
2166
+ msgid "field_unique_title"
2167
+ msgstr ""
2168
+
2154
2169
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2155
2170
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2156
2171
  # defaultMessage: File correlato
@@ -2185,11 +2200,31 @@ msgstr "Fin du mandat"
2185
2200
  msgid "form_default_cancel_label"
2186
2201
  msgstr ""
2187
2202
 
2203
+ #: overrideTranslations
2204
+ # defaultMessage: Submission limit
2205
+ msgid "form_limit"
2206
+ msgstr ""
2207
+
2188
2208
  #: overrideTranslations
2189
2209
  # defaultMessage: Ricomincia
2190
2210
  msgid "form_reset"
2191
2211
  msgstr ""
2192
2212
 
2213
+ #: overrideTranslations
2214
+ # defaultMessage: Set a submission limit
2215
+ msgid "form_set_limit"
2216
+ msgstr ""
2217
+
2218
+ #: overrideTranslations
2219
+ # defaultMessage: Sei stato inserito in lista d'attesa
2220
+ msgid "form_submit_success_warning"
2221
+ msgstr ""
2222
+
2223
+ #: overrideTranslations
2224
+ # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2225
+ msgid "form_submit_success_warning_description"
2226
+ msgstr ""
2227
+
2193
2228
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2194
2229
  # defaultMessage: Foto dell'attività politica
2195
2230
  msgid "foto_attivita_politica"
@@ -1686,6 +1686,11 @@ msgstr "Dettaglio tipologia procedimento"
1686
1686
  msgid "dichiarazione_dei_redditi"
1687
1687
  msgstr "Dichiarazione dei redditi"
1688
1688
 
1689
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1690
+ # defaultMessage: Dichiarazioni di insussistenza e incompatibilità
1691
+ msgid "dichiarazioni_di_insussistenza_e_incompatibilita"
1692
+ msgstr "Dichiarazioni di insussistenza e incompatibilità"
1693
+
1689
1694
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
1690
1695
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
1691
1696
  # defaultMessage: Dirigente
@@ -1899,6 +1904,11 @@ msgstr "E-mail"
1899
1904
  msgid "embedVideo"
1900
1905
  msgstr "YouTube Video {id}"
1901
1906
 
1907
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1908
+ # defaultMessage: Emolumenti a carico della finanza pubblica
1909
+ msgid "emolumenti_a_carico_della_finanza_pubblica"
1910
+ msgstr "Emolumenti a carico della finanza pubblica"
1911
+
1902
1912
  #: components/ItaliaTheme/Blocks/HighlightedContent/Edit
1903
1913
  # defaultMessage: Please select an item in the sidebar in order to show it here
1904
1914
  msgid "emptySelection"
@@ -2079,11 +2089,6 @@ msgstr "Grazie, il tuo parere ci aiuterà a migliorare il servizio!"
2079
2089
  msgid "feedback_form_title"
2080
2090
  msgstr "Quanto sono chiare le informazioni su questa pagina?"
2081
2091
 
2082
- #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2083
- # defaultMessage: How easy was it to use this service?
2084
- msgid "feedback_form_title_service"
2085
- msgstr "Quanto è stato facile usare questo servizio?"
2086
-
2087
2092
  #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2088
2093
  # defaultMessage: Yes
2089
2094
  msgid "feedback_form_yes"
@@ -2134,6 +2139,16 @@ msgstr "A volte le indicazioni non erano chiare"
2134
2139
  msgid "feedback_unclear_proceeding"
2135
2140
  msgstr "A volte non capivo se stavo procedendo correttamente"
2136
2141
 
2142
+ #: overrideTranslations
2143
+ # defaultMessage: Check this box if the value entered in this field can be used only once.
2144
+ msgid "field_unique_description"
2145
+ msgstr "Seleziona questo checkbox se il valore inserito in questo campo può essere utilizzato solo una volta"
2146
+
2147
+ #: overrideTranslations
2148
+ # defaultMessage: Unique field
2149
+ msgid "field_unique_title"
2150
+ msgstr "Campo univoco"
2151
+
2137
2152
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2138
2153
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2139
2154
  # defaultMessage: File correlato
@@ -2168,11 +2183,31 @@ msgstr "Fine termine"
2168
2183
  msgid "form_default_cancel_label"
2169
2184
  msgstr "Annulla"
2170
2185
 
2186
+ #: overrideTranslations
2187
+ # defaultMessage: Submission limit
2188
+ msgid "form_limit"
2189
+ msgstr "Limite iscrizioni"
2190
+
2171
2191
  #: overrideTranslations
2172
2192
  # defaultMessage: Ricomincia
2173
2193
  msgid "form_reset"
2174
2194
  msgstr "Ricomincia"
2175
2195
 
2196
+ #: overrideTranslations
2197
+ # defaultMessage: Set a submission limit
2198
+ msgid "form_set_limit"
2199
+ msgstr "Imposta un limite iscrizioni"
2200
+
2201
+ #: overrideTranslations
2202
+ # defaultMessage: Sei stato inserito in lista d'attesa
2203
+ msgid "form_submit_success_warning"
2204
+ msgstr "Sei stato inserito in lista d'attesa"
2205
+
2206
+ #: overrideTranslations
2207
+ # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2208
+ msgid "form_submit_success_warning_description"
2209
+ msgstr "I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa."
2210
+
2176
2211
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2177
2212
  # defaultMessage: Foto dell'attività politica
2178
2213
  msgid "foto_attivita_politica"
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: 2024-08-06T16:50:24.401Z\n"
4
+ "POT-Creation-Date: 2024-09-05T11:07:39.844Z\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"
@@ -1688,6 +1688,11 @@ msgstr ""
1688
1688
  msgid "dichiarazione_dei_redditi"
1689
1689
  msgstr ""
1690
1690
 
1691
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1692
+ # defaultMessage: Dichiarazioni di insussistenza e incompatibilità
1693
+ msgid "dichiarazioni_di_insussistenza_e_incompatibilita"
1694
+ msgstr ""
1695
+
1691
1696
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
1692
1697
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
1693
1698
  # defaultMessage: Dirigente
@@ -1901,6 +1906,11 @@ msgstr ""
1901
1906
  msgid "embedVideo"
1902
1907
  msgstr ""
1903
1908
 
1909
+ #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1910
+ # defaultMessage: Emolumenti a carico della finanza pubblica
1911
+ msgid "emolumenti_a_carico_della_finanza_pubblica"
1912
+ msgstr ""
1913
+
1904
1914
  #: components/ItaliaTheme/Blocks/HighlightedContent/Edit
1905
1915
  # defaultMessage: Please select an item in the sidebar in order to show it here
1906
1916
  msgid "emptySelection"
@@ -2081,11 +2091,6 @@ msgstr ""
2081
2091
  msgid "feedback_form_title"
2082
2092
  msgstr ""
2083
2093
 
2084
- #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2085
- # defaultMessage: How easy was it to use this service?
2086
- msgid "feedback_form_title_service"
2087
- msgstr ""
2088
-
2089
2094
  #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2090
2095
  # defaultMessage: Yes
2091
2096
  msgid "feedback_form_yes"
@@ -2136,6 +2141,16 @@ msgstr ""
2136
2141
  msgid "feedback_unclear_proceeding"
2137
2142
  msgstr ""
2138
2143
 
2144
+ #: overrideTranslations
2145
+ # defaultMessage: Check this box if the value entered in this field can be used only once.
2146
+ msgid "field_unique_description"
2147
+ msgstr ""
2148
+
2149
+ #: overrideTranslations
2150
+ # defaultMessage: Unique field
2151
+ msgid "field_unique_title"
2152
+ msgstr ""
2153
+
2139
2154
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2140
2155
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2141
2156
  # defaultMessage: File correlato
@@ -2170,11 +2185,31 @@ msgstr ""
2170
2185
  msgid "form_default_cancel_label"
2171
2186
  msgstr ""
2172
2187
 
2188
+ #: overrideTranslations
2189
+ # defaultMessage: Submission limit
2190
+ msgid "form_limit"
2191
+ msgstr ""
2192
+
2173
2193
  #: overrideTranslations
2174
2194
  # defaultMessage: Ricomincia
2175
2195
  msgid "form_reset"
2176
2196
  msgstr ""
2177
2197
 
2198
+ #: overrideTranslations
2199
+ # defaultMessage: Set a submission limit
2200
+ msgid "form_set_limit"
2201
+ msgstr ""
2202
+
2203
+ #: overrideTranslations
2204
+ # defaultMessage: Sei stato inserito in lista d'attesa
2205
+ msgid "form_submit_success_warning"
2206
+ msgstr ""
2207
+
2208
+ #: overrideTranslations
2209
+ # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2210
+ msgid "form_submit_success_warning_description"
2211
+ msgstr ""
2212
+
2178
2213
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2179
2214
  # defaultMessage: Foto dell'attività politica
2180
2215
  msgid "foto_attivita_politica"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "design-comuni-plone-theme",
3
3
  "description": "Volto Theme for Italia design guidelines",
4
4
  "license": "GPL-v3",
5
- "version": "11.21.1",
5
+ "version": "11.22.1",
6
6
  "main": "src/index.js",
7
7
  "repository": {
8
8
  "type": "git",
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: '2024-08-20'
230
+ releaseDate: '2024-09-05'
231
231
  softwareType: standalone/web
232
- softwareVersion: 11.21.1
232
+ softwareVersion: 11.22.0
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  import { useSelector } from 'react-redux';
3
3
  import { useLocation } from 'react-router-dom';
4
4
  import { BodyClass } from '@plone/volto/helpers';
5
- import { RemoveBodyClass } from 'design-comuni-plone-theme/components/ItaliaTheme';
6
5
  import ScrollToTop from 'design-comuni-plone-theme/components/ItaliaTheme/ScrollToTop/ScrollToTop';
7
6
  import { SubsiteLoader } from 'volto-subsites';
8
7
  import config from '@plone/volto/registry';
@@ -28,7 +27,7 @@ const GenericAppExtras = (props) => {
28
27
  {isPublicUI && (
29
28
  <>
30
29
  <BodyClass className="public-ui" />
31
- <RemoveBodyClass className="cms-ui" />
30
+ <BodyClass className="cms-ui" remove={true} />
32
31
  </>
33
32
  )}
34
33
  <ScrollToTop />
@@ -69,17 +69,7 @@ const DefaultFilters = () => {
69
69
  value: null,
70
70
  isSearchable: true,
71
71
  options: {
72
- dispatch: {
73
- path: path,
74
- portal_types: ['Venue'],
75
- fullobjects: 0,
76
- b_size: 10000,
77
- subrequests_name: 'venues',
78
- additionalParams: {
79
- sort_on: 'sortable_title',
80
- sort_order: 'ascending',
81
- },
82
- },
72
+ vocabulary: 'design.plone.vocabularies.event_location',
83
73
  placeholder: intl.formatMessage(messages.venues),
84
74
  },
85
75
  },