io-sanita-theme 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/locales/de/LC_MESSAGES/volto.po +68 -2
- package/locales/en/LC_MESSAGES/volto.po +134 -68
- package/locales/es/LC_MESSAGES/volto.po +68 -2
- package/locales/fr/LC_MESSAGES/volto.po +68 -2
- package/locales/it/LC_MESSAGES/volto.po +68 -2
- package/locales/volto.pot +69 -3
- package/package.json +3 -3
- package/src/components/Blocks/Accordion/Edit.jsx +2 -2
- package/src/components/Blocks/Contacts/Block/EditBlock.jsx +15 -15
- package/src/components/Blocks/Contacts/Edit.jsx +17 -5
- package/src/components/Blocks/Hero/Edit.jsx +2 -2
- package/src/components/Blocks/Icons/Block/EditBlock.jsx +12 -7
- package/src/components/Blocks/Icons/Edit.jsx +17 -4
- package/src/components/Blocks/SearchBandi/Body.jsx +11 -1
- package/src/components/Blocks/SearchFarmacia/Results.jsx +5 -0
- package/src/components/Blocks/SearchServiziProcedure/Body.jsx +7 -0
- package/src/components/SkipLinks/SkipLinks.jsx +9 -1
- package/src/components/View/AggregationPage/AggregationPage.jsx +7 -1
- package/src/components/View/Bando/BandoNoteAggiornamento.jsx +2 -2
- package/src/components/View/Bando/BandoView.jsx +9 -1
- package/src/components/View/Bando/Dates.jsx +58 -122
- package/src/components/View/CartellaModulistica/CartellaModulisticaView.jsx +11 -1
- package/src/components/View/CartellaModulistica/SearchBar.jsx +1 -1
- package/src/components/View/ComeFarePer/ComeFarePerView.jsx +9 -1
- package/src/components/View/Documento/DocumentoView.jsx +9 -1
- package/src/components/View/Evento/EventoView.jsx +9 -1
- package/src/components/View/FAQ/FaqFolder/FaqFolderView.jsx +6 -0
- package/src/components/View/Farmacia/FarmaciaView.jsx +9 -1
- package/src/components/View/NewsItem/NewsItemView.jsx +9 -2
- package/src/components/View/Page/PageView.jsx +1 -0
- package/src/components/View/Persona/PersonaView.jsx +9 -2
- package/src/components/View/PuntoDiContatto/PuntoDiContattoView.jsx +10 -3
- package/src/components/View/Servizio/ServizioView.jsx +9 -1
- package/src/components/View/Struttura/StrutturaView.jsx +9 -1
- package/src/components/View/UOView/UOView.jsx +9 -2
- package/src/components/View/commons/RelatedItems.jsx +5 -1
- package/src/components/View/commons/SideMenu/SideMenu.jsx +10 -6
- package/src/components/View/commons/index.js +1 -0
- package/src/components/View/commons/intlMessages.js +14 -0
- package/src/components/Widgets/DateRange/DateRange.jsx +1 -1
- package/src/components/Widgets/SearchBar/SearchBar.jsx +5 -1
- package/src/components/Widgets/SelectInput/SelectInput.jsx +9 -4
- package/src/components/layout/Header/HeaderSearch/HeaderSearch.jsx +9 -1
- package/src/components/layout/Header/HeaderSearch/SearchModal.jsx +6 -1
- package/src/components/layout/Header/HeaderSlim/HeaderSlim.jsx +14 -2
- package/src/components/layout/Header/HeaderSlim/ParentSiteMenu.jsx +15 -1
- package/src/config/ioSanitaConfig.js +1 -2
- package/src/customizations/volto/components/manage/Blocks/HTML/Edit.jsx +3 -2
- package/src/customizations/volto/components/manage/Controlpanels/Relations/BrokenRelations.jsx +100 -0
- package/src/customizations/volto/components/theme/Navigation/Navigation.jsx +17 -2
- package/src/helpers/Blocks/focus.js +3 -3
- package/src/overrideTranslations.jsx +4 -0
- package/src/theme/_cms-ui.scss +6 -2
- package/src/theme/io-sanita/components/blocks/_grid.scss +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.0](https://github.com/RedTurtle/io-sanita-theme/compare/2.1.0...2.2.0) (2025-02-06)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* sorted BandoDates in view ([86d3d07](https://github.com/RedTurtle/io-sanita-theme/commit/86d3d077ded1ea1a4680741af10d3688731dc690))
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* A11y and style fixes ([#70](https://github.com/RedTurtle/io-sanita-theme/issues/70)) ([375b161](https://github.com/RedTurtle/io-sanita-theme/commit/375b161b3d325511728160697d5717280540b868))
|
|
12
|
+
* html block error on edit ([5a5a27b](https://github.com/RedTurtle/io-sanita-theme/commit/5a5a27bd54856692dfe0fc29519a67bb3c869557))
|
|
13
|
+
|
|
3
14
|
## [2.1.0](https://github.com/RedTurtle/io-sanita-theme/compare/2.0.1...2.1.0) (2025-02-05)
|
|
4
15
|
|
|
5
16
|
### Features
|
|
@@ -473,6 +473,11 @@ msgstr ""
|
|
|
473
473
|
msgid "Select all content types or none"
|
|
474
474
|
msgstr ""
|
|
475
475
|
|
|
476
|
+
#. Default: "Seleziona un'opzione"
|
|
477
|
+
#: components/Widgets/SelectInput/SelectInput
|
|
478
|
+
msgid "SelectInput_default_label"
|
|
479
|
+
msgstr ""
|
|
480
|
+
|
|
476
481
|
#. Default: "Seleziona un file"
|
|
477
482
|
#: components/Widgets/FileWidget
|
|
478
483
|
msgid "Seleziona un file"
|
|
@@ -544,7 +549,6 @@ msgstr ""
|
|
|
544
549
|
|
|
545
550
|
#. Default: "Title..."
|
|
546
551
|
#: components/Blocks/Accordion/Block/EditBlock
|
|
547
|
-
#: components/Blocks/Contacts/Block/EditBlock
|
|
548
552
|
msgid "Title placeholder"
|
|
549
553
|
msgstr ""
|
|
550
554
|
|
|
@@ -554,6 +558,7 @@ msgid "Titolo"
|
|
|
554
558
|
msgstr ""
|
|
555
559
|
|
|
556
560
|
#. Default: "Titolo..."
|
|
561
|
+
#: components/Blocks/Contacts/Block/EditBlock
|
|
557
562
|
#: components/Blocks/Icons/Block/EditBlock
|
|
558
563
|
msgid "Titolo placeholder"
|
|
559
564
|
msgstr ""
|
|
@@ -1083,6 +1088,11 @@ msgstr ""
|
|
|
1083
1088
|
msgid "cartellamodulistica_search_description"
|
|
1084
1089
|
msgstr ""
|
|
1085
1090
|
|
|
1091
|
+
#. Default: "Risultati della ricerca"
|
|
1092
|
+
#: components/View/CartellaModulistica/CartellaModulisticaView
|
|
1093
|
+
msgid "cartellamodulistica_search_results"
|
|
1094
|
+
msgstr ""
|
|
1095
|
+
|
|
1086
1096
|
#. Default: "Cerca un modulo"
|
|
1087
1097
|
#: components/View/CartellaModulistica/SearchBar
|
|
1088
1098
|
msgid "cartellamodulistica_search_title"
|
|
@@ -1340,7 +1350,7 @@ msgstr ""
|
|
|
1340
1350
|
msgid "dateRangePicker_homeEnd"
|
|
1341
1351
|
msgstr ""
|
|
1342
1352
|
|
|
1343
|
-
#. Default: "
|
|
1353
|
+
#. Default: "Vai avanti per passare al mese successivo"
|
|
1344
1354
|
#: components/Widgets/DateRange/DateRange
|
|
1345
1355
|
msgid "dateRangePicker_jumpToNextMonth"
|
|
1346
1356
|
msgstr ""
|
|
@@ -1600,6 +1610,11 @@ msgstr ""
|
|
|
1600
1610
|
msgid "faq_search"
|
|
1601
1611
|
msgstr ""
|
|
1602
1612
|
|
|
1613
|
+
#. Default: "Risultati della ricerca FAQ"
|
|
1614
|
+
#: components/View/FAQ/FaqFolder/FaqFolderView
|
|
1615
|
+
msgid "faq_search_aria_search_results"
|
|
1616
|
+
msgstr ""
|
|
1617
|
+
|
|
1603
1618
|
#. Default: "Area territoriale"
|
|
1604
1619
|
#: components/View/Farmacia/FarmaciaDove
|
|
1605
1620
|
msgid "farmacia_area_territoriale"
|
|
@@ -1928,6 +1943,11 @@ msgstr ""
|
|
|
1928
1943
|
msgid "mailto"
|
|
1929
1944
|
msgstr ""
|
|
1930
1945
|
|
|
1946
|
+
#. Default: "Menù principale"
|
|
1947
|
+
#: overrideTranslations
|
|
1948
|
+
msgid "mainMenu"
|
|
1949
|
+
msgstr ""
|
|
1950
|
+
|
|
1931
1951
|
#. Default: "Grande"
|
|
1932
1952
|
#: config/blocks/listing/ListingOptions/mapTemplate
|
|
1933
1953
|
msgid "map_size_large"
|
|
@@ -2086,6 +2106,11 @@ msgstr ""
|
|
|
2086
2106
|
msgid "override_links_accessibility_marker"
|
|
2087
2107
|
msgstr ""
|
|
2088
2108
|
|
|
2109
|
+
#. Default: "Contenuto della pagina"
|
|
2110
|
+
#: components/View/commons/intlMessages
|
|
2111
|
+
msgid "pageContent"
|
|
2112
|
+
msgstr ""
|
|
2113
|
+
|
|
2089
2114
|
#. Default: "PARLIAMO DI"
|
|
2090
2115
|
#: components/View/commons/Topics
|
|
2091
2116
|
msgid "page_topics"
|
|
@@ -2096,6 +2121,11 @@ msgstr ""
|
|
|
2096
2121
|
msgid "paginationLabel"
|
|
2097
2122
|
msgstr ""
|
|
2098
2123
|
|
|
2124
|
+
#. Default: "Main site menu"
|
|
2125
|
+
#: components/layout/Header/HeaderSlim/ParentSiteMenu
|
|
2126
|
+
msgid "parent_site_menu"
|
|
2127
|
+
msgstr ""
|
|
2128
|
+
|
|
2099
2129
|
#. Default: "Parteciperanno"
|
|
2100
2130
|
#: components/View/Evento/EventoPartecipanti
|
|
2101
2131
|
msgid "parteciperanno"
|
|
@@ -2563,6 +2593,7 @@ msgid "searchInSection"
|
|
|
2563
2593
|
msgstr ""
|
|
2564
2594
|
|
|
2565
2595
|
#. Default: "Cerca nel sito"
|
|
2596
|
+
#: components/layout/Header/HeaderSearch/HeaderSearch
|
|
2566
2597
|
#: components/layout/Header/HeaderSearch/SearchModal
|
|
2567
2598
|
msgid "searchLabel"
|
|
2568
2599
|
msgstr ""
|
|
@@ -2577,6 +2608,11 @@ msgstr ""
|
|
|
2577
2608
|
msgid "search_adv_filters"
|
|
2578
2609
|
msgstr ""
|
|
2579
2610
|
|
|
2611
|
+
#. Default: "Risultato della ricerca dei bandi"
|
|
2612
|
+
#: components/Blocks/SearchBandi/Body
|
|
2613
|
+
msgid "search_bandi_results"
|
|
2614
|
+
msgstr ""
|
|
2615
|
+
|
|
2580
2616
|
#. Default: "Ricerca"
|
|
2581
2617
|
#: config/ioSanitaConfig
|
|
2582
2618
|
msgid "search_brdc"
|
|
@@ -2658,6 +2694,11 @@ msgstr ""
|
|
|
2658
2694
|
msgid "search_farmacia_results"
|
|
2659
2695
|
msgstr ""
|
|
2660
2696
|
|
|
2697
|
+
#. Default: "Risultati della ricerca farmacie"
|
|
2698
|
+
#: components/Blocks/SearchFarmacia/Results
|
|
2699
|
+
msgid "search_farmacia_results_aria"
|
|
2700
|
+
msgstr ""
|
|
2701
|
+
|
|
2661
2702
|
#. Default: "Cerca per parola chiave"
|
|
2662
2703
|
#: components/Blocks/SearchFarmacia/SearchFilters
|
|
2663
2704
|
msgid "search_farmacia_search_keyword"
|
|
@@ -2893,6 +2934,11 @@ msgstr ""
|
|
|
2893
2934
|
msgid "search_skip_to_search_results"
|
|
2894
2935
|
msgstr ""
|
|
2895
2936
|
|
|
2937
|
+
#. Default: "Risultati della ricerca Servizi / Procedure"
|
|
2938
|
+
#: components/Blocks/SearchServiziProcedure/Body
|
|
2939
|
+
msgid "search_sp_aria_search_results"
|
|
2940
|
+
msgstr ""
|
|
2941
|
+
|
|
2896
2942
|
#. Default: "Filtri"
|
|
2897
2943
|
#: components/Blocks/SearchServiziProcedure/Body
|
|
2898
2944
|
msgid "search_sp_btn_filters_label"
|
|
@@ -3244,6 +3290,16 @@ msgstr ""
|
|
|
3244
3290
|
msgid "show_tipologia"
|
|
3245
3291
|
msgstr ""
|
|
3246
3292
|
|
|
3293
|
+
#. Default: "Indice della pagina"
|
|
3294
|
+
#: components/View/commons/intlMessages
|
|
3295
|
+
msgid "sideMenuIndex"
|
|
3296
|
+
msgstr ""
|
|
3297
|
+
|
|
3298
|
+
#. Default: "Navigazione della pagina"
|
|
3299
|
+
#: components/View/commons/SideMenu/SideMenu
|
|
3300
|
+
msgid "sideMenuNavigation"
|
|
3301
|
+
msgstr ""
|
|
3302
|
+
|
|
3247
3303
|
#. Default: "Compatto"
|
|
3248
3304
|
#: config/blocks/listing/ListingOptions/simpleCardTemplate
|
|
3249
3305
|
msgid "simplecard_listing_appearance_compact"
|
|
@@ -3294,6 +3350,11 @@ msgstr ""
|
|
|
3294
3350
|
msgid "skiplink-navigation"
|
|
3295
3351
|
msgstr ""
|
|
3296
3352
|
|
|
3353
|
+
#. Default: "Skiplinks"
|
|
3354
|
+
#: components/SkipLinks/SkipLinks
|
|
3355
|
+
msgid "skiplinks-description"
|
|
3356
|
+
msgstr ""
|
|
3357
|
+
|
|
3297
3358
|
#. Default: "Skype"
|
|
3298
3359
|
#: components/View/PuntoDiContatto/PuntoDiContattoContatti
|
|
3299
3360
|
#: helpers/Views/PuntoDiContattoValue
|
|
@@ -3672,6 +3733,11 @@ msgstr ""
|
|
|
3672
3733
|
msgid "update_date"
|
|
3673
3734
|
msgstr ""
|
|
3674
3735
|
|
|
3736
|
+
#. Default: "Utility Menu"
|
|
3737
|
+
#: components/layout/Header/HeaderSlim/HeaderSlim
|
|
3738
|
+
msgid "utilityMenu"
|
|
3739
|
+
msgstr ""
|
|
3740
|
+
|
|
3675
3741
|
#. Default: "Vedi su Apple Maps"
|
|
3676
3742
|
#: helpers/Address/mapPin
|
|
3677
3743
|
msgid "view_on_applemaps"
|