io-sanita-theme 2.0.1 → 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 +26 -0
- package/RELEASE.md +49 -0
- package/locales/de/LC_MESSAGES/volto.po +73 -2
- package/locales/en/LC_MESSAGES/volto.po +139 -68
- package/locales/es/LC_MESSAGES/volto.po +73 -2
- package/locales/fr/LC_MESSAGES/volto.po +73 -2
- package/locales/it/LC_MESSAGES/volto.po +73 -2
- package/locales/volto.pot +74 -3
- package/package.json +4 -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/ImageWithErrors/ImageWithErrors.jsx +26 -13
- package/src/components/ReleaseLog/ReleaseLog.css +4 -0
- package/src/components/ReleaseLog/ReleaseLog.jsx +107 -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 +21 -0
- 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/helpers/images.js +50 -0
- package/src/helpers/index.js +4 -0
- package/src/helpers/url.js +6 -0
- package/src/overrideTranslations.jsx +4 -0
- package/src/theme/_cms-ui.scss +6 -2
- package/src/theme/io-sanita/_tables.scss +106 -38
- package/src/theme/io-sanita/components/blocks/_grid.scss +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
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
|
+
|
|
14
|
+
## [2.1.0](https://github.com/RedTurtle/io-sanita-theme/compare/2.0.1...2.1.0) (2025-02-05)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* added release log in control panel ([#69](https://github.com/RedTurtle/io-sanita-theme/issues/69)) ([14d0c42](https://github.com/RedTurtle/io-sanita-theme/commit/14d0c42049a2998de58a441e9bc55519439119a0))
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* ImageWithErrors ([5072d74](https://github.com/RedTurtle/io-sanita-theme/commit/5072d74b2e2932db371486481c3f16826d876fa9))
|
|
23
|
+
* tables styles ([e3b1e92](https://github.com/RedTurtle/io-sanita-theme/commit/e3b1e92c64b11185725605691cff960a315e0923))
|
|
24
|
+
|
|
25
|
+
### Documentation
|
|
26
|
+
|
|
27
|
+
* updated release.md ([cc35bf1](https://github.com/RedTurtle/io-sanita-theme/commit/cc35bf1cdab1db5ea59344b29f172d6cb45c4559))
|
|
28
|
+
|
|
3
29
|
## [2.0.1](https://github.com/RedTurtle/io-sanita-theme/compare/2.0.0...2.0.1) (2025-01-23)
|
|
4
30
|
|
|
5
31
|
### Bug Fixes
|
package/RELEASE.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<!--- RELEASE file. La cura di questo file è in carico ai dev.
|
|
2
|
+
Qui vanno inserite tutte le novità e bugfix, spiegati in un linguaggio comprensibile anche ai non dev.
|
|
3
|
+
Se ci sono delle migliorie/novità per cui è stato aggiunto qualcosa nel manuale, linkarlo come nell'esempio sotto.
|
|
4
|
+
-->
|
|
5
|
+
|
|
6
|
+
<!--- -----------------------------------------------------------------
|
|
7
|
+
Esempio:
|
|
8
|
+
---------------------------------------------------------------------
|
|
9
|
+
|
|
10
|
+
## Versione 7.10.9 (12/09/2023)
|
|
11
|
+
|
|
12
|
+
### Migliorie
|
|
13
|
+
|
|
14
|
+
- Fissato il layout di stampa per pagine con Accordion
|
|
15
|
+
|
|
16
|
+
### Novità
|
|
17
|
+
|
|
18
|
+
- Nuovo blocco "Informazioni" [`Istruzioni`](https://docs.google.com/document/d/1SThuxa_ah0BuNXukWs564kKPfprK41WLQE8Mome-0xg/edit#heading=h.7ty110jumgmd)
|
|
19
|
+
|
|
20
|
+
### Fix
|
|
21
|
+
|
|
22
|
+
- il numero di telefono dentro card ufficio adesso è visibile anche senza indirizzo
|
|
23
|
+
-->
|
|
24
|
+
|
|
25
|
+
<!--- -----------------------------------------------------------------
|
|
26
|
+
TEMPLATE PER RELEASE
|
|
27
|
+
----------------------------------------------------------------------
|
|
28
|
+
|
|
29
|
+
## Versione X.X.X (dd/mm/yyyy)
|
|
30
|
+
|
|
31
|
+
### Migliorie
|
|
32
|
+
|
|
33
|
+
- ...
|
|
34
|
+
|
|
35
|
+
### Novità
|
|
36
|
+
|
|
37
|
+
- ...
|
|
38
|
+
|
|
39
|
+
### Fix
|
|
40
|
+
|
|
41
|
+
- ...
|
|
42
|
+
-->
|
|
43
|
+
|
|
44
|
+
## Versione 2.1.0 (05/02/2025)
|
|
45
|
+
|
|
46
|
+
### Novità
|
|
47
|
+
|
|
48
|
+
- Aggiunta sezione Novità Ultimi Rilasci nel pannello di controllo.
|
|
49
|
+
- Aggiornato piattaforma a Volto 18.4.0
|
|
@@ -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"
|
|
@@ -1275,6 +1285,11 @@ msgstr ""
|
|
|
1275
1285
|
msgid "cta_linkTitle"
|
|
1276
1286
|
msgstr ""
|
|
1277
1287
|
|
|
1288
|
+
#. Default: "attivo"
|
|
1289
|
+
#: components/ReleaseLog/ReleaseLog
|
|
1290
|
+
msgid "currentActive"
|
|
1291
|
+
msgstr ""
|
|
1292
|
+
|
|
1278
1293
|
#. Default: "dal {dateStart} fino a conclusione"
|
|
1279
1294
|
#: components/View/commons/PageHeader/PageHeaderEventDates
|
|
1280
1295
|
msgid "dal {dateStart} fino a conclusione"
|
|
@@ -1335,7 +1350,7 @@ msgstr ""
|
|
|
1335
1350
|
msgid "dateRangePicker_homeEnd"
|
|
1336
1351
|
msgstr ""
|
|
1337
1352
|
|
|
1338
|
-
#. Default: "
|
|
1353
|
+
#. Default: "Vai avanti per passare al mese successivo"
|
|
1339
1354
|
#: components/Widgets/DateRange/DateRange
|
|
1340
1355
|
msgid "dateRangePicker_jumpToNextMonth"
|
|
1341
1356
|
msgstr ""
|
|
@@ -1595,6 +1610,11 @@ msgstr ""
|
|
|
1595
1610
|
msgid "faq_search"
|
|
1596
1611
|
msgstr ""
|
|
1597
1612
|
|
|
1613
|
+
#. Default: "Risultati della ricerca FAQ"
|
|
1614
|
+
#: components/View/FAQ/FaqFolder/FaqFolderView
|
|
1615
|
+
msgid "faq_search_aria_search_results"
|
|
1616
|
+
msgstr ""
|
|
1617
|
+
|
|
1598
1618
|
#. Default: "Area territoriale"
|
|
1599
1619
|
#: components/View/Farmacia/FarmaciaDove
|
|
1600
1620
|
msgid "farmacia_area_territoriale"
|
|
@@ -1923,6 +1943,11 @@ msgstr ""
|
|
|
1923
1943
|
msgid "mailto"
|
|
1924
1944
|
msgstr ""
|
|
1925
1945
|
|
|
1946
|
+
#. Default: "Menù principale"
|
|
1947
|
+
#: overrideTranslations
|
|
1948
|
+
msgid "mainMenu"
|
|
1949
|
+
msgstr ""
|
|
1950
|
+
|
|
1926
1951
|
#. Default: "Grande"
|
|
1927
1952
|
#: config/blocks/listing/ListingOptions/mapTemplate
|
|
1928
1953
|
msgid "map_size_large"
|
|
@@ -2081,6 +2106,11 @@ msgstr ""
|
|
|
2081
2106
|
msgid "override_links_accessibility_marker"
|
|
2082
2107
|
msgstr ""
|
|
2083
2108
|
|
|
2109
|
+
#. Default: "Contenuto della pagina"
|
|
2110
|
+
#: components/View/commons/intlMessages
|
|
2111
|
+
msgid "pageContent"
|
|
2112
|
+
msgstr ""
|
|
2113
|
+
|
|
2084
2114
|
#. Default: "PARLIAMO DI"
|
|
2085
2115
|
#: components/View/commons/Topics
|
|
2086
2116
|
msgid "page_topics"
|
|
@@ -2091,6 +2121,11 @@ msgstr ""
|
|
|
2091
2121
|
msgid "paginationLabel"
|
|
2092
2122
|
msgstr ""
|
|
2093
2123
|
|
|
2124
|
+
#. Default: "Main site menu"
|
|
2125
|
+
#: components/layout/Header/HeaderSlim/ParentSiteMenu
|
|
2126
|
+
msgid "parent_site_menu"
|
|
2127
|
+
msgstr ""
|
|
2128
|
+
|
|
2094
2129
|
#. Default: "Parteciperanno"
|
|
2095
2130
|
#: components/View/Evento/EventoPartecipanti
|
|
2096
2131
|
msgid "parteciperanno"
|
|
@@ -2558,6 +2593,7 @@ msgid "searchInSection"
|
|
|
2558
2593
|
msgstr ""
|
|
2559
2594
|
|
|
2560
2595
|
#. Default: "Cerca nel sito"
|
|
2596
|
+
#: components/layout/Header/HeaderSearch/HeaderSearch
|
|
2561
2597
|
#: components/layout/Header/HeaderSearch/SearchModal
|
|
2562
2598
|
msgid "searchLabel"
|
|
2563
2599
|
msgstr ""
|
|
@@ -2572,6 +2608,11 @@ msgstr ""
|
|
|
2572
2608
|
msgid "search_adv_filters"
|
|
2573
2609
|
msgstr ""
|
|
2574
2610
|
|
|
2611
|
+
#. Default: "Risultato della ricerca dei bandi"
|
|
2612
|
+
#: components/Blocks/SearchBandi/Body
|
|
2613
|
+
msgid "search_bandi_results"
|
|
2614
|
+
msgstr ""
|
|
2615
|
+
|
|
2575
2616
|
#. Default: "Ricerca"
|
|
2576
2617
|
#: config/ioSanitaConfig
|
|
2577
2618
|
msgid "search_brdc"
|
|
@@ -2653,6 +2694,11 @@ msgstr ""
|
|
|
2653
2694
|
msgid "search_farmacia_results"
|
|
2654
2695
|
msgstr ""
|
|
2655
2696
|
|
|
2697
|
+
#. Default: "Risultati della ricerca farmacie"
|
|
2698
|
+
#: components/Blocks/SearchFarmacia/Results
|
|
2699
|
+
msgid "search_farmacia_results_aria"
|
|
2700
|
+
msgstr ""
|
|
2701
|
+
|
|
2656
2702
|
#. Default: "Cerca per parola chiave"
|
|
2657
2703
|
#: components/Blocks/SearchFarmacia/SearchFilters
|
|
2658
2704
|
msgid "search_farmacia_search_keyword"
|
|
@@ -2888,6 +2934,11 @@ msgstr ""
|
|
|
2888
2934
|
msgid "search_skip_to_search_results"
|
|
2889
2935
|
msgstr ""
|
|
2890
2936
|
|
|
2937
|
+
#. Default: "Risultati della ricerca Servizi / Procedure"
|
|
2938
|
+
#: components/Blocks/SearchServiziProcedure/Body
|
|
2939
|
+
msgid "search_sp_aria_search_results"
|
|
2940
|
+
msgstr ""
|
|
2941
|
+
|
|
2891
2942
|
#. Default: "Filtri"
|
|
2892
2943
|
#: components/Blocks/SearchServiziProcedure/Body
|
|
2893
2944
|
msgid "search_sp_btn_filters_label"
|
|
@@ -3239,6 +3290,16 @@ msgstr ""
|
|
|
3239
3290
|
msgid "show_tipologia"
|
|
3240
3291
|
msgstr ""
|
|
3241
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
|
+
|
|
3242
3303
|
#. Default: "Compatto"
|
|
3243
3304
|
#: config/blocks/listing/ListingOptions/simpleCardTemplate
|
|
3244
3305
|
msgid "simplecard_listing_appearance_compact"
|
|
@@ -3289,6 +3350,11 @@ msgstr ""
|
|
|
3289
3350
|
msgid "skiplink-navigation"
|
|
3290
3351
|
msgstr ""
|
|
3291
3352
|
|
|
3353
|
+
#. Default: "Skiplinks"
|
|
3354
|
+
#: components/SkipLinks/SkipLinks
|
|
3355
|
+
msgid "skiplinks-description"
|
|
3356
|
+
msgstr ""
|
|
3357
|
+
|
|
3292
3358
|
#. Default: "Skype"
|
|
3293
3359
|
#: components/View/PuntoDiContatto/PuntoDiContattoContatti
|
|
3294
3360
|
#: helpers/Views/PuntoDiContattoValue
|
|
@@ -3667,6 +3733,11 @@ msgstr ""
|
|
|
3667
3733
|
msgid "update_date"
|
|
3668
3734
|
msgstr ""
|
|
3669
3735
|
|
|
3736
|
+
#. Default: "Utility Menu"
|
|
3737
|
+
#: components/layout/Header/HeaderSlim/HeaderSlim
|
|
3738
|
+
msgid "utilityMenu"
|
|
3739
|
+
msgstr ""
|
|
3740
|
+
|
|
3670
3741
|
#. Default: "Vedi su Apple Maps"
|
|
3671
3742
|
#: helpers/Address/mapPin
|
|
3672
3743
|
msgid "view_on_applemaps"
|