design-comuni-plone-theme 11.33.1 → 11.34.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 (52) hide show
  1. package/.yarn/cache/@tanstack-react-table-npm-8.21.2-f809795b71-3cda97794c.zip +0 -0
  2. package/.yarn/cache/@tanstack-table-core-npm-8.21.2-0f1fa83089-21573388b2.zip +0 -0
  3. package/.yarn/cache/{tar-fs-npm-2.1.3-32d6d6fb31-8dd66c2077.zip → tar-fs-npm-2.1.4-90a454735f-a9e18e2e61.zip} +0 -0
  4. package/.yarn/cache/volto-blocks-widget-npm-3.4.7-1bc2eeb4b5-4350a9c54b.zip +0 -0
  5. package/.yarn/cache/{volto-form-block-npm-3.12.0-0e050cb6bf-878c6f6af8.zip → volto-form-block-npm-3.13.0-f978a02e9c-0ce41843f5.zip} +0 -0
  6. package/.yarn/install-state.gz +0 -0
  7. package/CHANGELOG.md +38 -0
  8. package/RELEASE.md +26 -0
  9. package/locales/de/LC_MESSAGES/volto.po +82 -2
  10. package/locales/en/LC_MESSAGES/volto.po +84 -4
  11. package/locales/es/LC_MESSAGES/volto.po +82 -2
  12. package/locales/fr/LC_MESSAGES/volto.po +82 -2
  13. package/locales/it/LC_MESSAGES/volto.po +84 -4
  14. package/locales/volto.pot +83 -3
  15. package/package.json +3 -3
  16. package/publiccode.yml +2 -2
  17. package/src/actions/contacts.js +13 -0
  18. package/src/actions/index.js +3 -0
  19. package/src/components/ItaliaTheme/Blocks/Common/SearchFilters/DateFilter.jsx +50 -44
  20. package/src/components/ItaliaTheme/Blocks/Common/SearchFilters/SelectFilter.jsx +3 -2
  21. package/src/components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter.jsx +44 -16
  22. package/src/components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate.jsx +2 -0
  23. package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +4 -1
  24. package/src/components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate.jsx +1 -0
  25. package/src/components/ItaliaTheme/Blocks/Listing/SimpleCard/Card/SimpleCardDefault.jsx +1 -0
  26. package/src/components/ItaliaTheme/Blocks/Listing/TemplatesSkeletons/BandiInEvidenceTemplateSkeleton.jsx +2 -0
  27. package/src/components/ItaliaTheme/ContactsBlock/ContactsBlock.jsx +77 -0
  28. package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeaderTassonomiaArgomenti.jsx +2 -2
  29. package/src/components/ItaliaTheme/index.js +4 -0
  30. package/src/components/ItaliaTheme/manage/Widgets/ConditionallyRequiredDateWidget.jsx +25 -0
  31. package/src/components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm.jsx +90 -0
  32. package/src/components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget.jsx +394 -0
  33. package/src/components/SelectInput/SelectInput.jsx +7 -2
  34. package/src/config/Widgets/widgets.js +11 -0
  35. package/src/config/italiaConfig.js +3 -1
  36. package/src/customizations/volto/components/manage/Widgets/FileWidget.jsx +1 -1
  37. package/src/customizations/volto/components/theme/Footer/Footer.jsx +8 -1
  38. package/src/customizations/volto-form-block/components/Edit.jsx +100 -49
  39. package/src/customizations/volto-form-block/components/Field.jsx +71 -62
  40. package/src/customizations/volto-form-block/components/FormResult.jsx +25 -18
  41. package/src/customizations/volto-form-block/components/FormView.jsx +192 -194
  42. package/src/customizations/volto-form-block/components/Sidebar.jsx +7 -172
  43. package/src/customizations/volto-form-block/components/View.jsx +9 -5
  44. package/src/overrideTranslations.jsx +7 -2
  45. package/src/reducers/contacts.js +38 -0
  46. package/src/reducers/index.js +2 -0
  47. package/src/theme/ItaliaTheme/Blocks/_form.scss +20 -1
  48. package/src/theme/ItaliaTheme/Blocks/common/_searchBlockFilters.scss +56 -0
  49. package/src/theme/ItaliaTheme/Components/_contactsBlock.scss +40 -0
  50. package/src/theme/ItaliaTheme/Widgets/_contactsConfigWidget.scss +39 -0
  51. package/src/theme/site.scss +2 -0
  52. package/.yarn/cache/volto-blocks-widget-npm-3.4.1-c4d451e2c2-4f5c183698.zip +0 -0
@@ -815,6 +815,16 @@ msgstr "Voir les actions"
815
815
  msgid "active_filters"
816
816
  msgstr ""
817
817
 
818
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
819
+ # defaultMessage: Add contacts item
820
+ msgid "add_contacts_item"
821
+ msgstr ""
822
+
823
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
824
+ # defaultMessage: Add contacts path
825
+ msgid "add_contacts_path"
826
+ msgstr ""
827
+
818
828
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
819
829
  # defaultMessage: Vai alla ricerca per sezioni avanzata
820
830
  msgid "advandedSectionsFilters"
@@ -1440,11 +1450,41 @@ msgstr "C'est moins que"
1440
1450
  msgid "condition_not_contains"
1441
1451
  msgstr "Ne contient pas"
1442
1452
 
1453
+ #: components/ItaliaTheme/ContactsBlock/ContactsBlock
1454
+ # defaultMessage: Contatta il comune
1455
+ msgid "contact_block_title"
1456
+ msgstr ""
1457
+
1458
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
1459
+ # defaultMessage: Contact items
1460
+ msgid "contact_items_header"
1461
+ msgstr ""
1462
+
1443
1463
  #: components/ItaliaTheme/View/PersonaView/PersonaContatti
1444
1464
  # defaultMessage: Contatti
1445
1465
  msgid "contacts"
1446
1466
  msgstr "Contacts"
1447
1467
 
1468
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1469
+ # defaultMessage: Contact
1470
+ msgid "contacts-config-contact"
1471
+ msgstr ""
1472
+
1473
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1474
+ # defaultMessage: Delete contact
1475
+ msgid "contacts-config-delete-item"
1476
+ msgstr ""
1477
+
1478
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1479
+ # defaultMessage: Icon name
1480
+ msgid "contacts-config-icon"
1481
+ msgstr ""
1482
+
1483
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1484
+ # defaultMessage: Contact title
1485
+ msgid "contacts-config-title"
1486
+ msgstr ""
1487
+
1448
1488
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1449
1489
  # defaultMessage: Contatti
1450
1490
  msgid "contacts_block"
@@ -1812,6 +1852,11 @@ msgstr "Date effective"
1812
1852
  msgid "deleghe"
1813
1853
  msgstr "Déléghe"
1814
1854
 
1855
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
1856
+ # defaultMessage: Delete
1857
+ msgid "delete_button"
1858
+ msgstr ""
1859
+
1815
1860
  #: components/ItaliaTheme/Blocks/SearchSections/SideBar
1816
1861
  # defaultMessage: Link rapidi
1817
1862
  msgid "desc"
@@ -2089,6 +2134,16 @@ msgstr ""
2089
2134
  msgid "emptySelection"
2090
2135
  msgstr ""
2091
2136
 
2137
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2138
+ # defaultMessage: Add a contact item
2139
+ msgid "empty_active_contacts_item"
2140
+ msgstr ""
2141
+
2142
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2143
+ # defaultMessage: Add a contacts path
2144
+ msgid "empty_active_contacts_path"
2145
+ msgstr ""
2146
+
2092
2147
  #: components/ItaliaTheme/View/Commons/Dates
2093
2148
  # defaultMessage: Fine evento
2094
2149
  msgid "end"
@@ -2389,12 +2444,12 @@ msgid "form_set_limit"
2389
2444
  msgstr ""
2390
2445
 
2391
2446
  #: overrideTranslations
2392
- # defaultMessage: Sei stato inserito in lista d'attesa
2447
+ # defaultMessage: La tua iscrizione è in lista d'attesa
2393
2448
  msgid "form_submit_success_warning"
2394
2449
  msgstr ""
2395
2450
 
2396
2451
  #: overrideTranslations
2397
- # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2452
+ # defaultMessage: I tuoi dati sono stati inviati correttamente. Tuttavia, è stato raggiunto il limite massimo di iscrizioni: la tua richiesta è stata inserita in lista dattesa.
2398
2453
  msgid "form_submit_success_warning_description"
2399
2454
  msgstr ""
2400
2455
 
@@ -2496,6 +2551,11 @@ msgstr ""
2496
2551
  msgid "iconDescription"
2497
2552
  msgstr ""
2498
2553
 
2554
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2555
+ # defaultMessage: For a complete list of icon names, see:
2556
+ msgid "icon_list_help_text"
2557
+ msgstr ""
2558
+
2499
2559
  #: components/ItaliaTheme/View/Commons/Argument/ArgumentIcon
2500
2560
  # defaultMessage: Icona per l'argomento {topic_title}
2501
2561
  msgid "icon_title"
@@ -2847,6 +2907,16 @@ msgstr "Dossier principal"
2847
2907
  msgid "modulo_formati_alternativi"
2848
2908
  msgstr "Formats alternatifs"
2849
2909
 
2910
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2911
+ # defaultMessage: Move menu item down
2912
+ msgid "move_menu_item_down"
2913
+ msgstr ""
2914
+
2915
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2916
+ # defaultMessage: Move menu item up
2917
+ msgid "move_menu_item_up"
2918
+ msgstr ""
2919
+
2850
2920
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2851
2921
  #: components/ItaliaTheme/Blocks/Teaser/schema
2852
2922
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
@@ -3251,6 +3321,11 @@ msgstr "Droits"
3251
3321
  msgid "risultati_indagini_customer_satisfaction"
3252
3322
  msgstr "Résultats des enquêtes de satisfaction clients"
3253
3323
 
3324
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
3325
+ # defaultMessage: Root path
3326
+ msgid "root_path"
3327
+ msgstr ""
3328
+
3254
3329
  #: overrideTranslations
3255
3330
  # defaultMessage: il giorno
3256
3331
  msgid "rrule_in"
@@ -4513,6 +4588,11 @@ msgstr "Voir sur Google Maps"
4513
4588
  msgid "vincoli"
4514
4589
  msgstr "Contraintes"
4515
4590
 
4591
+ #: overrideTranslations
4592
+ # defaultMessage: Selezionare la voce "Salva i dati compilati" nella barra laterale per abilitare il salvataggio e la visualizzazione dei dati
4593
+ msgid "warning_enable_save"
4594
+ msgstr "Sélectionnez l'élément 'Enregistrer les données remplies' dans la barre latérale pour activer l'enregistrement et la visualisation des données"
4595
+
4516
4596
  #: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
4517
4597
  #: helpers/contentHelper
4518
4598
  # defaultMessage: Whatsapp
@@ -798,6 +798,16 @@ msgstr "Vedi azioni"
798
798
  msgid "active_filters"
799
799
  msgstr ""
800
800
 
801
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
802
+ # defaultMessage: Add contacts item
803
+ msgid "add_contacts_item"
804
+ msgstr "Aggiungi un contatto"
805
+
806
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
807
+ # defaultMessage: Add contacts path
808
+ msgid "add_contacts_path"
809
+ msgstr "Aggiungi un percorso per il blocco contatti"
810
+
801
811
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
802
812
  # defaultMessage: Vai alla ricerca per sezioni avanzata
803
813
  msgid "advandedSectionsFilters"
@@ -1423,11 +1433,41 @@ msgstr ""
1423
1433
  msgid "condition_not_contains"
1424
1434
  msgstr ""
1425
1435
 
1436
+ #: components/ItaliaTheme/ContactsBlock/ContactsBlock
1437
+ # defaultMessage: Contatta il comune
1438
+ msgid "contact_block_title"
1439
+ msgstr "Contatta il comune"
1440
+
1441
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
1442
+ # defaultMessage: Contact items
1443
+ msgid "contact_items_header"
1444
+ msgstr "Contatti"
1445
+
1426
1446
  #: components/ItaliaTheme/View/PersonaView/PersonaContatti
1427
1447
  # defaultMessage: Contatti
1428
1448
  msgid "contacts"
1429
1449
  msgstr "Contatti"
1430
1450
 
1451
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1452
+ # defaultMessage: Contact
1453
+ msgid "contacts-config-contact"
1454
+ msgstr "Contatto"
1455
+
1456
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1457
+ # defaultMessage: Delete contact
1458
+ msgid "contacts-config-delete-item"
1459
+ msgstr "Elimina contatto"
1460
+
1461
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1462
+ # defaultMessage: Icon name
1463
+ msgid "contacts-config-icon"
1464
+ msgstr "Nome icona"
1465
+
1466
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1467
+ # defaultMessage: Contact title
1468
+ msgid "contacts-config-title"
1469
+ msgstr "Titolo contatto"
1470
+
1431
1471
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1432
1472
  # defaultMessage: Contatti
1433
1473
  msgid "contacts_block"
@@ -1795,6 +1835,11 @@ msgstr "Decorrenza termine"
1795
1835
  msgid "deleghe"
1796
1836
  msgstr "Deleghe"
1797
1837
 
1838
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
1839
+ # defaultMessage: Delete
1840
+ msgid "delete_button"
1841
+ msgstr "Elimina"
1842
+
1798
1843
  #: components/ItaliaTheme/Blocks/SearchSections/SideBar
1799
1844
  # defaultMessage: Link rapidi
1800
1845
  msgid "desc"
@@ -2072,6 +2117,16 @@ msgstr "Emolumenti a carico della finanza pubblica"
2072
2117
  msgid "emptySelection"
2073
2118
  msgstr "Seleziona un elemento nella barra laterale per mostrarlo qui."
2074
2119
 
2120
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2121
+ # defaultMessage: Add a contact item
2122
+ msgid "empty_active_contacts_item"
2123
+ msgstr "Aggiungi un contatto"
2124
+
2125
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2126
+ # defaultMessage: Add a contacts path
2127
+ msgid "empty_active_contacts_path"
2128
+ msgstr "Aggiungi un percorso"
2129
+
2075
2130
  #: components/ItaliaTheme/View/Commons/Dates
2076
2131
  # defaultMessage: Fine evento
2077
2132
  msgid "end"
@@ -2372,14 +2427,14 @@ msgid "form_set_limit"
2372
2427
  msgstr "Imposta un limite iscrizioni"
2373
2428
 
2374
2429
  #: overrideTranslations
2375
- # defaultMessage: Sei stato inserito in lista d'attesa
2430
+ # defaultMessage: La tua iscrizione è in lista d'attesa
2376
2431
  msgid "form_submit_success_warning"
2377
- msgstr "Sei stato inserito in lista d'attesa"
2432
+ msgstr "La tua iscrizione è in lista d'attesa"
2378
2433
 
2379
2434
  #: overrideTranslations
2380
- # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2435
+ # defaultMessage: I tuoi dati sono stati inviati correttamente. Tuttavia, è stato raggiunto il limite massimo di iscrizioni: la tua richiesta è stata inserita in lista dattesa.
2381
2436
  msgid "form_submit_success_warning_description"
2382
- msgstr "I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa."
2437
+ msgstr "I tuoi dati sono stati inviati correttamente. Tuttavia, è stato raggiunto il limite massimo di iscrizioni: la tua richiesta è stata inserita in lista dattesa."
2383
2438
 
2384
2439
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2385
2440
  # defaultMessage: Foto dell'attività politica
@@ -2479,6 +2534,11 @@ msgstr "Icona"
2479
2534
  msgid "iconDescription"
2480
2535
  msgstr "Puoi selezionare un’icona fra quelle proposte nel menu a tendina oppure puoi scrivere/incollare nel campo di testo il nome di un’icona di fontawesome 6"
2481
2536
 
2537
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2538
+ # defaultMessage: For a complete list of icon names, see:
2539
+ msgid "icon_list_help_text"
2540
+ msgstr "Per la lista completa di icone supportate, consulta:"
2541
+
2482
2542
  #: components/ItaliaTheme/View/Commons/Argument/ArgumentIcon
2483
2543
  # defaultMessage: Icona per l'argomento {topic_title}
2484
2544
  msgid "icon_title"
@@ -2830,6 +2890,16 @@ msgstr "File principale"
2830
2890
  msgid "modulo_formati_alternativi"
2831
2891
  msgstr "Formati alternativi"
2832
2892
 
2893
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2894
+ # defaultMessage: Move menu item down
2895
+ msgid "move_menu_item_down"
2896
+ msgstr "Sposta elemento in basso"
2897
+
2898
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2899
+ # defaultMessage: Move menu item up
2900
+ msgid "move_menu_item_up"
2901
+ msgstr "Sposta elemento in alto"
2902
+
2833
2903
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2834
2904
  #: components/ItaliaTheme/Blocks/Teaser/schema
2835
2905
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
@@ -3234,6 +3304,11 @@ msgstr "Diritti"
3234
3304
  msgid "risultati_indagini_customer_satisfaction"
3235
3305
  msgstr "Risultati indagini di customer satisfaction"
3236
3306
 
3307
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
3308
+ # defaultMessage: Root path
3309
+ msgid "root_path"
3310
+ msgstr "Percorso radice"
3311
+
3237
3312
  #: overrideTranslations
3238
3313
  # defaultMessage: il giorno
3239
3314
  msgid "rrule_in"
@@ -4496,6 +4571,11 @@ msgstr "Vedi su Google Maps"
4496
4571
  msgid "vincoli"
4497
4572
  msgstr "Vincoli"
4498
4573
 
4574
+ #: overrideTranslations
4575
+ # defaultMessage: Selezionare la voce "Salva i dati compilati" nella barra laterale per abilitare il salvataggio e la visualizzazione dei dati
4576
+ msgid "warning_enable_save"
4577
+ msgstr ""
4578
+
4499
4579
  #: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
4500
4580
  #: helpers/contentHelper
4501
4581
  # defaultMessage: Whatsapp
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-08-20T13:31:34.800Z\n"
4
+ "POT-Creation-Date: 2025-10-02T13:26:14.817Z\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"
@@ -800,6 +800,16 @@ msgstr ""
800
800
  msgid "active_filters"
801
801
  msgstr ""
802
802
 
803
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
804
+ # defaultMessage: Add contacts item
805
+ msgid "add_contacts_item"
806
+ msgstr ""
807
+
808
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
809
+ # defaultMessage: Add contacts path
810
+ msgid "add_contacts_path"
811
+ msgstr ""
812
+
803
813
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
804
814
  # defaultMessage: Vai alla ricerca per sezioni avanzata
805
815
  msgid "advandedSectionsFilters"
@@ -1425,11 +1435,41 @@ msgstr ""
1425
1435
  msgid "condition_not_contains"
1426
1436
  msgstr ""
1427
1437
 
1438
+ #: components/ItaliaTheme/ContactsBlock/ContactsBlock
1439
+ # defaultMessage: Contatta il comune
1440
+ msgid "contact_block_title"
1441
+ msgstr ""
1442
+
1443
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
1444
+ # defaultMessage: Contact items
1445
+ msgid "contact_items_header"
1446
+ msgstr ""
1447
+
1428
1448
  #: components/ItaliaTheme/View/PersonaView/PersonaContatti
1429
1449
  # defaultMessage: Contatti
1430
1450
  msgid "contacts"
1431
1451
  msgstr ""
1432
1452
 
1453
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1454
+ # defaultMessage: Contact
1455
+ msgid "contacts-config-contact"
1456
+ msgstr ""
1457
+
1458
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1459
+ # defaultMessage: Delete contact
1460
+ msgid "contacts-config-delete-item"
1461
+ msgstr ""
1462
+
1463
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1464
+ # defaultMessage: Icon name
1465
+ msgid "contacts-config-icon"
1466
+ msgstr ""
1467
+
1468
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigForm
1469
+ # defaultMessage: Contact title
1470
+ msgid "contacts-config-title"
1471
+ msgstr ""
1472
+
1433
1473
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
1434
1474
  # defaultMessage: Contatti
1435
1475
  msgid "contacts_block"
@@ -1797,6 +1837,11 @@ msgstr ""
1797
1837
  msgid "deleghe"
1798
1838
  msgstr ""
1799
1839
 
1840
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
1841
+ # defaultMessage: Delete
1842
+ msgid "delete_button"
1843
+ msgstr ""
1844
+
1800
1845
  #: components/ItaliaTheme/Blocks/SearchSections/SideBar
1801
1846
  # defaultMessage: Link rapidi
1802
1847
  msgid "desc"
@@ -2074,6 +2119,16 @@ msgstr ""
2074
2119
  msgid "emptySelection"
2075
2120
  msgstr ""
2076
2121
 
2122
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2123
+ # defaultMessage: Add a contact item
2124
+ msgid "empty_active_contacts_item"
2125
+ msgstr ""
2126
+
2127
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2128
+ # defaultMessage: Add a contacts path
2129
+ msgid "empty_active_contacts_path"
2130
+ msgstr ""
2131
+
2077
2132
  #: components/ItaliaTheme/View/Commons/Dates
2078
2133
  # defaultMessage: Fine evento
2079
2134
  msgid "end"
@@ -2374,12 +2429,12 @@ msgid "form_set_limit"
2374
2429
  msgstr ""
2375
2430
 
2376
2431
  #: overrideTranslations
2377
- # defaultMessage: Sei stato inserito in lista d'attesa
2432
+ # defaultMessage: La tua iscrizione è in lista d'attesa
2378
2433
  msgid "form_submit_success_warning"
2379
2434
  msgstr ""
2380
2435
 
2381
2436
  #: overrideTranslations
2382
- # defaultMessage: I tuoi dati sono stati inviati, ma è già stato raggiunto il limite di iscrizioni, sei stato inserito in lista d'attesa.
2437
+ # defaultMessage: I tuoi dati sono stati inviati correttamente. Tuttavia, è stato raggiunto il limite massimo di iscrizioni: la tua richiesta è stata inserita in lista dattesa.
2383
2438
  msgid "form_submit_success_warning_description"
2384
2439
  msgstr ""
2385
2440
 
@@ -2481,6 +2536,11 @@ msgstr ""
2481
2536
  msgid "iconDescription"
2482
2537
  msgstr ""
2483
2538
 
2539
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2540
+ # defaultMessage: For a complete list of icon names, see:
2541
+ msgid "icon_list_help_text"
2542
+ msgstr ""
2543
+
2484
2544
  #: components/ItaliaTheme/View/Commons/Argument/ArgumentIcon
2485
2545
  # defaultMessage: Icona per l'argomento {topic_title}
2486
2546
  msgid "icon_title"
@@ -2832,6 +2892,16 @@ msgstr ""
2832
2892
  msgid "modulo_formati_alternativi"
2833
2893
  msgstr ""
2834
2894
 
2895
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2896
+ # defaultMessage: Move menu item down
2897
+ msgid "move_menu_item_down"
2898
+ msgstr ""
2899
+
2900
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
2901
+ # defaultMessage: Move menu item up
2902
+ msgid "move_menu_item_up"
2903
+ msgstr ""
2904
+
2835
2905
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
2836
2906
  #: components/ItaliaTheme/Blocks/Teaser/schema
2837
2907
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
@@ -3236,6 +3306,11 @@ msgstr ""
3236
3306
  msgid "risultati_indagini_customer_satisfaction"
3237
3307
  msgstr ""
3238
3308
 
3309
+ #: components/ItaliaTheme/manage/Widgets/ContactsWidget/ContactsConfigWidget
3310
+ # defaultMessage: Root path
3311
+ msgid "root_path"
3312
+ msgstr ""
3313
+
3239
3314
  #: overrideTranslations
3240
3315
  # defaultMessage: il giorno
3241
3316
  msgid "rrule_in"
@@ -4498,6 +4573,11 @@ msgstr ""
4498
4573
  msgid "vincoli"
4499
4574
  msgstr ""
4500
4575
 
4576
+ #: overrideTranslations
4577
+ # defaultMessage: Selezionare la voce "Salva i dati compilati" nella barra laterale per abilitare il salvataggio e la visualizzazione dei dati
4578
+ msgid "warning_enable_save"
4579
+ msgstr ""
4580
+
4501
4581
  #: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
4502
4582
  #: helpers/contentHelper
4503
4583
  # defaultMessage: Whatsapp
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.33.1",
5
+ "version": "11.34.1",
6
6
  "main": "src/index.js",
7
7
  "repository": {
8
8
  "type": "git",
@@ -147,12 +147,12 @@
147
147
  "typeface-lora": "0.0.72",
148
148
  "typeface-roboto-mono": "0.0.75",
149
149
  "typeface-titillium-web": "0.0.72",
150
- "volto-blocks-widget": "3.4.1",
150
+ "volto-blocks-widget": "3.4.7",
151
151
  "volto-data-grid-widget": "2.3.1",
152
152
  "volto-dropdownmenu": "4.1.3",
153
153
  "volto-editablefooter": "5.1.7",
154
154
  "volto-feedback": "0.7.2",
155
- "volto-form-block": "3.12.0",
155
+ "volto-form-block": "3.13.0",
156
156
  "volto-gdpr-privacy": "2.2.12",
157
157
  "volto-google-analytics": "2.0.0",
158
158
  "volto-multilingual-widget": "3.2.1",
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-09-01'
230
+ releaseDate: '2025-10-03'
231
231
  softwareType: standalone/web
232
- softwareVersion: 11.33.1
232
+ softwareVersion: 11.34.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_CONTACTS = 'GET_CONTACTS';
2
+
3
+ export function getContacts(url) {
4
+ url = typeof url !== 'undefined' ? url : null;
5
+
6
+ return {
7
+ type: GET_CONTACTS,
8
+ request: {
9
+ op: 'get',
10
+ path: `${url}/@contacts-block`,
11
+ },
12
+ };
13
+ }
@@ -40,6 +40,7 @@ import {
40
40
  GET_SEARCH_BANDI_FILTERS,
41
41
  } from './getSearchBandiFilters';
42
42
  import { getCTSchema, GET_CT_SCHEMA } from './getCTSchema';
43
+ import { getContacts, GET_CONTACTS } from './contacts';
43
44
 
44
45
  export {
45
46
  getSearchFilters,
@@ -65,4 +66,6 @@ export {
65
66
  resetQuerystringResults,
66
67
  getCTSchema,
67
68
  GET_CT_SCHEMA,
69
+ getContacts,
70
+ GET_CONTACTS,
68
71
  };
@@ -217,6 +217,7 @@ const DateFilter = (props) => {
217
217
  defaultStart,
218
218
  defaultEnd,
219
219
  blockID,
220
+ legendLabel = '',
220
221
  ...rest
221
222
  } = props;
222
223
  const { DateRangePicker } = reactDates;
@@ -287,52 +288,57 @@ const DateFilter = (props) => {
287
288
  };
288
289
  }, []);
289
290
 
291
+ const WrapperDate = legendLabel ? 'fielset' : 'div';
292
+
290
293
  return (
291
294
  <div className="me-lg-3 my-2 my-lg-1 filter-wrapper date-filter">
292
- <DateRangePicker
293
- {...rest}
294
- startDate={value?.startDate || defaultStart}
295
- startDateId={`start-date-filter-${blockID}`}
296
- startDatePlaceholderText={
297
- startLabel ?? intl.formatMessage(messages.eventSearchStartDate)
298
- }
299
- endDate={value?.endDate || defaultEnd}
300
- endDateId={`end-date-filter-${blockID}`}
301
- endDatePlaceholderText={
302
- endLabel ?? intl.formatMessage(messages.eventSearchEndDate)
303
- }
304
- onDatesChange={({ startDate, endDate }) => {
305
- let start = startDate || defaultStart;
306
- let end = endDate || defaultEnd;
307
- onChange(id, { start, end });
308
- }}
309
- noBorder={true}
310
- numberOfMonths={isMobile ? 1 : 2}
311
- minimumNights={0}
312
- focusedInput={focusedDateInput}
313
- onFocusChange={(focusedInput) => {
314
- setFocusedDateInput(focusedInput);
315
- }}
316
- displayFormat="DD/MM/YYYY"
317
- hideKeyboardShortcutsPanel={true}
318
- showClearDates
319
- phrases={getDateRangePickerPhrases(intl)}
320
- dayAriaLabelFormat="dddd, DD MMMM YYYY"
321
- customArrowIcon={
322
- <Icon
323
- icon="it-arrow-right"
324
- color="white"
325
- title={intl.formatMessage(messages.roleDescription)}
326
- />
327
- }
328
- customCloseIcon={
329
- <Icon
330
- icon="it-close"
331
- color="black"
332
- title={intl.formatMessage(messages.clearDates)}
333
- />
334
- }
335
- />
295
+ <WrapperDate>
296
+ {legendLabel && <legend>{legendLabel}</legend>}
297
+ <DateRangePicker
298
+ {...rest}
299
+ startDate={value?.startDate || defaultStart}
300
+ startDateId={`start-date-filter-${blockID}`}
301
+ startDatePlaceholderText={
302
+ startLabel ?? intl.formatMessage(messages.eventSearchStartDate)
303
+ }
304
+ endDate={value?.endDate || defaultEnd}
305
+ endDateId={`end-date-filter-${blockID}`}
306
+ endDatePlaceholderText={
307
+ endLabel ?? intl.formatMessage(messages.eventSearchEndDate)
308
+ }
309
+ onDatesChange={({ startDate, endDate }) => {
310
+ let start = startDate || defaultStart;
311
+ let end = endDate || defaultEnd;
312
+ onChange(id, { start, end });
313
+ }}
314
+ noBorder={true}
315
+ numberOfMonths={isMobile ? 1 : 2}
316
+ minimumNights={0}
317
+ focusedInput={focusedDateInput}
318
+ onFocusChange={(focusedInput) => {
319
+ setFocusedDateInput(focusedInput);
320
+ }}
321
+ displayFormat="DD/MM/YYYY"
322
+ hideKeyboardShortcutsPanel={true}
323
+ showClearDates
324
+ phrases={getDateRangePickerPhrases(intl)}
325
+ dayAriaLabelFormat="dddd, DD MMMM YYYY"
326
+ customArrowIcon={
327
+ <Icon
328
+ icon="it-arrow-right"
329
+ color="white"
330
+ title={intl.formatMessage(messages.roleDescription)}
331
+ />
332
+ }
333
+ customCloseIcon={
334
+ <Icon
335
+ icon="it-close"
336
+ color="black"
337
+ title={intl.formatMessage(messages.clearDates)}
338
+ />
339
+ }
340
+ />
341
+ </WrapperDate>
336
342
  </div>
337
343
  );
338
344
  };
@@ -65,8 +65,8 @@ const SelectFilter = ({
65
65
  const select_options = options?.choices
66
66
  ? options.choices
67
67
  : options?.vocabulary
68
- ? vocabularies?.[options.vocabulary]?.items
69
- : selectOptions;
68
+ ? vocabularies?.[options.vocabulary]?.items
69
+ : selectOptions;
70
70
 
71
71
  return (
72
72
  <div className="me-lg-3 my-2 my-lg-1 filter-wrapper select-filter">
@@ -77,6 +77,7 @@ const SelectFilter = ({
77
77
  onChange={(opt) => {
78
78
  onChange(id, opt);
79
79
  }}
80
+ label={placeholder}
80
81
  options={select_options?.filter((opt) => !!opt.value?.toString()) ?? []}
81
82
  isClearable={options?.isClearable ?? true}
82
83
  isSearchable={isSearchable}