design-comuni-plone-theme 11.10.1 → 12.0.0-alpha.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/.github/workflows/slate.yml +47 -0
- package/.yarn/cache/@babel-helper-module-imports-npm-7.24.3-edb733448b-c23492189b.zip +0 -0
- package/.yarn/cache/@babel-types-npm-7.24.0-a0508cb308-4b574a37d4.zip +0 -0
- package/.yarn/cache/babel-plugin-lodash-npm-3.3.4-c7161075b6-044a4261e6.zip +0 -0
- package/.yarn/cache/require-package-name-npm-2.0.1-ac9a206b63-00f4e9e467.zip +0 -0
- package/.yarn/cache/{volto-form-block-npm-3.7.2-f24953a510-7387a1b85a.zip → volto-form-block-npm-3.8.2-e49cbe07d5-5b72a06a5e.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +878 -904
- package/RELEASE.md +8 -0
- package/locales/de/LC_MESSAGES/volto.po +86 -18
- package/locales/en/LC_MESSAGES/volto.po +86 -18
- package/locales/es/LC_MESSAGES/volto.po +86 -18
- package/locales/fr/LC_MESSAGES/volto.po +86 -18
- package/locales/it/LC_MESSAGES/volto.po +86 -18
- package/locales/volto.pot +87 -19
- package/package.json +4 -2
- package/publiccode.yml +2 -2
- package/src/components/Collapse.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/Accordion/Block/EditBlock.jsx +29 -24
- package/src/components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock.jsx +4 -12
- package/src/components/ItaliaTheme/Blocks/Accordion/Edit.jsx +67 -6
- package/src/components/ItaliaTheme/Blocks/Alert/Edit.jsx +60 -113
- package/src/components/ItaliaTheme/Blocks/Alert/Sidebar.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/Alert/View.jsx +5 -14
- package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block.jsx +16 -11
- package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Body.jsx +2 -1
- package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Edit.jsx +39 -1
- package/src/components/ItaliaTheme/Blocks/CTABlock/Block.jsx +35 -95
- package/src/components/ItaliaTheme/Blocks/Callout/Edit.jsx +108 -0
- package/src/components/ItaliaTheme/Blocks/Callout/Sidebar.jsx +173 -0
- package/src/components/ItaliaTheme/Blocks/Callout/View.jsx +45 -0
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock.jsx +84 -63
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/Block/ViewBlock.jsx +19 -39
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/Edit.jsx +92 -19
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/View.jsx +13 -21
- package/src/components/ItaliaTheme/Blocks/CountDown/Edit.jsx +21 -25
- package/src/components/ItaliaTheme/Blocks/CountDown/View.jsx +6 -15
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock.jsx +40 -15
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Block/ViewBlock.jsx +6 -21
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Edit.jsx +93 -20
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Sidebar.jsx +1 -9
- package/src/components/ItaliaTheme/Blocks/IconBlocks/View.jsx +4 -17
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Block/EditBlock.jsx +46 -15
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Block/ViewBlock.jsx +2 -18
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Edit.jsx +84 -11
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/View.jsx +2 -11
- package/src/components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block.jsx +33 -67
- package/src/components/ItaliaTheme/Blocks/TextCard/CardWithImage/Edit.jsx +2 -8
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/BodyWrapper.jsx +2 -1
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit.jsx +98 -84
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/View.jsx +20 -3
- package/src/components/ItaliaTheme/Blocks/__tests__/Accordion.test.jsx +11 -28
- package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +10 -14
- package/src/components/ItaliaTheme/Blocks/__tests__/ArgumentsInEvidence.test.jsx +20 -28
- package/src/components/ItaliaTheme/Blocks/__tests__/CTABlock.test.jsx +14 -29
- package/src/components/ItaliaTheme/Blocks/__tests__/CardWithImage.test.jsx +11 -28
- package/src/components/ItaliaTheme/Blocks/__tests__/ContactsBlock.test.jsx +75 -140
- package/src/components/ItaliaTheme/Blocks/__tests__/Countdown.test.jsx +20 -28
- package/src/components/ItaliaTheme/Blocks/__tests__/IconBlocks.test.jsx +22 -56
- package/src/components/ItaliaTheme/Blocks/__tests__/NumbersBlock.test.jsx +14 -43
- package/src/components/ItaliaTheme/Blocks/__tests__/SimpleCard.test.jsx +14 -30
- package/src/components/ItaliaTheme/Footer/FooterInfos.jsx +22 -8
- package/src/components/ItaliaTheme/Footer/FooterNavigation.jsx +3 -3
- package/src/components/ItaliaTheme/MegaMenu/MegaMenu.jsx +5 -1
- package/src/components/ItaliaTheme/Slider/SingleSlideWrapper.jsx +2 -3
- package/src/components/ItaliaTheme/View/BandoView/BandoApprofondimenti.jsx +1 -2
- package/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx +14 -5
- package/src/components/ItaliaTheme/View/Commons/Attachment.jsx +19 -3
- package/src/components/ItaliaTheme/View/Commons/Attachments.jsx +0 -1
- package/src/components/ItaliaTheme/View/Commons/DownloadFileFormat.jsx +11 -7
- package/src/components/ItaliaTheme/View/Commons/Module.jsx +7 -6
- package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeaderLinkServizio.jsx +6 -2
- package/src/components/ItaliaTheme/View/Commons/RichTextRender.jsx +8 -6
- package/src/components/ItaliaTheme/View/Commons/__tests__/RichText.test.jsx +14 -17
- package/src/components/ItaliaTheme/View/ServizioView/ServizioAccedi.jsx +5 -6
- package/src/components/ItaliaTheme/View/ServizioView/ServizioMetatag.jsx +4 -0
- package/src/components/ItaliaTheme/View/__tests__/CartellaModulisticaView.test.jsx +12 -1
- package/src/components/ItaliaTheme/View/__tests__/IncaricoView.test.jsx +24 -30
- package/src/components/ItaliaTheme/View/__tests__/PageView.test.jsx +24 -2
- package/src/components/ItaliaTheme/View/__tests__/PersonaView.test.jsx +96 -92
- package/src/components/ItaliaTheme/View/__tests__/ServizioAChiSiRivolge.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioAccedi.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCasiParticolari.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioComeFare.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCondizioni.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioContatti.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCosE.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCosaServe.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCosaSiOttiene.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCostiVincoli.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioMetadati.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioModulistica.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioProcedure.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioSitiEsterni.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioTempiScadenze.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioUlterioriInformazioni.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioView.test.jsx +470 -560
- package/src/components/ItaliaTheme/View/__tests__/TrasparenzaView.test.jsx +12 -1
- package/src/components/ItaliaTheme/manage/Widgets/ColorListWidget.jsx +11 -2
- package/src/components/ItaliaTheme/manage/Widgets/HtmlSlateWidget.jsx +154 -0
- package/src/components/ItaliaTheme/manage/Widgets/RichTextWidget.jsx +88 -0
- package/src/components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget.jsx +158 -0
- package/src/components/ItaliaTheme/manage/Widgets/TextEditorWidget.jsx +167 -270
- package/src/config/Blocks/ListingOptions/index.js +0 -1
- package/src/config/Blocks/ListingOptions/utils.js +0 -7
- package/src/config/Blocks/blocks.js +29 -8
- package/src/config/Blocks/listingVariations.js +1 -1
- package/src/config/Slate/Alignment/AlignMenu.jsx +169 -0
- package/src/config/Slate/Alignment/index.js +42 -0
- package/src/config/Slate/Blockquote/BlockquoteMenu.jsx +151 -0
- package/src/config/Slate/Blockquote/index.js +12 -0
- package/src/config/Slate/Headings/HeadingsMenu.jsx +139 -0
- package/src/config/Slate/Headings/headingsMenu.scss +44 -0
- package/src/config/Slate/Headings/index.js +62 -0
- package/src/config/Slate/Link/deserializer.js +25 -0
- package/src/config/Slate/Link/index.js +126 -0
- package/src/config/Slate/Link/renderer.jsx +99 -0
- package/src/config/Slate/LinkButton/index.js +47 -0
- package/src/config/Slate/TextLarger/index.js +51 -0
- package/src/config/Slate/Underline/index.js +10 -0
- package/src/config/Slate/config.js +43 -0
- package/src/config/Slate/deserializers.js +66 -0
- package/src/config/Slate/dropdownStyle.scss +14 -0
- package/src/config/Slate/dropdownUtils.js +422 -0
- package/src/config/Slate/extensions/breakList.js +91 -0
- package/src/config/Slate/handlers.js +243 -0
- package/src/config/Slate/utils.js +73 -0
- package/src/config/Widgets/widgets.js +1 -2
- package/src/config/italiaConfig.js +7 -54
- package/src/customizations/volto/components/manage/AnchorPlugin/components/LinkButton/AddLinkForm.jsx +360 -0
- package/src/customizations/volto/components/manage/Blocks/HeroImageLeft/Edit.jsx +75 -200
- package/src/customizations/volto/components/manage/Blocks/Video/Edit.jsx +1 -1
- package/src/customizations/volto/components/manage/Form/BlocksToolbar.jsx +1 -1
- package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.jsx +59 -6
- package/src/customizations/volto-form-block/components/Field.jsx +45 -22
- package/src/customizations/volto-form-block/components/FormResult.jsx +74 -0
- package/src/customizations/volto-form-block/components/FormView.jsx +79 -66
- package/src/customizations/volto-form-block/components/Widget/Button.jsx +50 -0
- package/src/helpers/EnhanceLink.js +44 -0
- package/src/helpers/FormValidation/FormValidationHelpers.js +3 -0
- package/src/helpers/blocks.js +86 -0
- package/src/helpers/files.js +14 -14
- package/src/helpers/index.js +4 -3
- package/src/helpers/richTextHelper.js +10 -0
- package/src/icons/Group.svg +1 -0
- package/src/icons/blocco-icone.svg +0 -3
- package/src/icons/blockquote-card-dark.svg +1 -0
- package/src/icons/blockquote-card.svg +1 -0
- package/src/icons/blockquote-simple.svg +1 -0
- package/src/icons/text-larger.svg +1 -0
- package/src/theme/ItaliaTheme/Blocks/_accordion.scss +1 -10
- package/src/theme/ItaliaTheme/Blocks/_alert.scss +53 -1
- package/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_callout.scss +32 -0
- package/src/theme/ItaliaTheme/Blocks/_contacts.scss +15 -32
- package/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +0 -14
- package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_hero.scss +1 -8
- package/src/theme/ItaliaTheme/Blocks/_iconBlocks.scss +0 -30
- package/src/theme/ItaliaTheme/Blocks/_imageCardTextBlock.scss +3 -2
- package/src/theme/ItaliaTheme/Blocks/_numbers.scss +1 -5
- package/src/theme/ItaliaTheme/Blocks/_simpleCardTextBlock.scss +8 -2
- package/src/theme/ItaliaTheme/Blocks/_tableOfContents.scss +1 -0
- package/src/theme/ItaliaTheme/Components/_megamenu.scss +0 -4
- package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_cta.scss +1 -0
- package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_searchSections.scss +1 -0
- package/src/theme/ItaliaTheme/Subsites/bootstrap-italia/custom/_headercenter.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +11 -2
- package/src/theme/ItaliaTheme/Views/_slider.scss +3 -3
- package/src/theme/ItaliaTheme/Widgets/_iconWidget.scss +4 -0
- package/src/theme/ItaliaTheme/_main.scss +42 -54
- package/src/theme/_cms-ui.scss +59 -161
- package/src/theme/extras/_forms.scss +2 -14
- package/src/theme/site.scss +1 -0
- package/test-setup-config.js +58 -0
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +0 -151
- package/src/config/RichTextEditor/LinkEntity.jsx +0 -27
- package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/Link/index.jsx +0 -44
- package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm.jsx +0 -349
- package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/index.js +0 -150
- package/src/config/RichTextEditor/Plugins/AnchorPlugin/index.js +0 -88
- package/src/config/RichTextEditor/ToolbarButtons/AlignButton.jsx +0 -61
- package/src/config/RichTextEditor/ToolbarButtons/ButtonsButton.jsx +0 -14
- package/src/config/RichTextEditor/ToolbarButtons/CalloutsButton.jsx +0 -38
- package/src/config/RichTextEditor/ToolbarButtons/DraftJsDropdownButton.jsx +0 -106
- package/src/config/RichTextEditor/ToolbarButtons/HeadingsButton.jsx +0 -57
- package/src/config/RichTextEditor/ToolbarButtons/TextSizeButton.jsx +0 -65
- package/src/config/RichTextEditor/ToolbarButtons/UnderlineButton.jsx +0 -14
- package/src/config/RichTextEditor/config.js +0 -253
- package/src/config/volto-gdpr-privacy-defaultPanelConfig.js +0 -292
- package/src/customizations/volto/components/manage/Blocks/ToC/View.jsx +0 -134
- package/src/customizations/volto/components/manage/Blocks/ToC/variations/DefaultTocRenderer.jsx +0 -99
- package/src/customizations/volto/config/RichTextEditor/Plugins.jsx +0 -63
- package/src/helpers/redraftHelper.js +0 -9
|
@@ -65,21 +65,18 @@ const mock_all_fields = {
|
|
|
65
65
|
a_chi_si_rivolge: {
|
|
66
66
|
blocks: {
|
|
67
67
|
'2851114d-2489-4ea3-9b46-062cf6437418': {
|
|
68
|
-
'@type': '
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
],
|
|
81
|
-
entityMap: {},
|
|
82
|
-
},
|
|
68
|
+
'@type': 'slate',
|
|
69
|
+
plaintext: 'Animaletti',
|
|
70
|
+
value: [
|
|
71
|
+
{
|
|
72
|
+
children: [
|
|
73
|
+
{
|
|
74
|
+
text: 'Animaletti',
|
|
75
|
+
},
|
|
76
|
+
],
|
|
77
|
+
type: 'p',
|
|
78
|
+
},
|
|
79
|
+
],
|
|
83
80
|
},
|
|
84
81
|
},
|
|
85
82
|
blocks_layout: {
|
|
@@ -140,21 +137,18 @@ const mock_all_fields = {
|
|
|
140
137
|
canale_digitale: {
|
|
141
138
|
blocks: {
|
|
142
139
|
'7bebaf7f-40fd-4274-82a4-59180e9dff0b': {
|
|
143
|
-
'@type': '
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
],
|
|
156
|
-
entityMap: {},
|
|
157
|
-
},
|
|
140
|
+
'@type': 'slate',
|
|
141
|
+
plaintext: 'Open yout eyes',
|
|
142
|
+
value: [
|
|
143
|
+
{
|
|
144
|
+
children: [
|
|
145
|
+
{
|
|
146
|
+
text: 'Open yout eyes',
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
type: 'p',
|
|
150
|
+
},
|
|
151
|
+
],
|
|
158
152
|
},
|
|
159
153
|
},
|
|
160
154
|
blocks_layout: {
|
|
@@ -246,21 +240,18 @@ const mock_all_fields = {
|
|
|
246
240
|
casi_particolari: {
|
|
247
241
|
blocks: {
|
|
248
242
|
'02eda6cd-04cf-471e-b002-a0759264c4d9': {
|
|
249
|
-
'@type': '
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
],
|
|
262
|
-
entityMap: {},
|
|
263
|
-
},
|
|
243
|
+
'@type': 'slate',
|
|
244
|
+
plaintext: 'Mama, just killed a man',
|
|
245
|
+
value: [
|
|
246
|
+
{
|
|
247
|
+
children: [
|
|
248
|
+
{
|
|
249
|
+
text: 'Mama, just killed a man',
|
|
250
|
+
},
|
|
251
|
+
],
|
|
252
|
+
type: 'p',
|
|
253
|
+
},
|
|
254
|
+
],
|
|
264
255
|
},
|
|
265
256
|
},
|
|
266
257
|
blocks_layout: {
|
|
@@ -271,21 +262,18 @@ const mock_all_fields = {
|
|
|
271
262
|
chi_puo_presentare: {
|
|
272
263
|
blocks: {
|
|
273
264
|
'3e317fff-a0a6-49c8-85a6-8d415fbc3568': {
|
|
274
|
-
'@type': '
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
],
|
|
287
|
-
entityMap: {},
|
|
288
|
-
},
|
|
265
|
+
'@type': 'slate',
|
|
266
|
+
plaintext: 'Is this just fantasy?',
|
|
267
|
+
value: [
|
|
268
|
+
{
|
|
269
|
+
children: [
|
|
270
|
+
{
|
|
271
|
+
text: 'Is this just fantasy?',
|
|
272
|
+
},
|
|
273
|
+
],
|
|
274
|
+
type: 'p',
|
|
275
|
+
},
|
|
276
|
+
],
|
|
289
277
|
},
|
|
290
278
|
},
|
|
291
279
|
blocks_layout: {
|
|
@@ -296,21 +284,18 @@ const mock_all_fields = {
|
|
|
296
284
|
come_si_fa: {
|
|
297
285
|
blocks: {
|
|
298
286
|
'dd7c859c-8053-4c16-b753-161c438b32ce': {
|
|
299
|
-
'@type': '
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
],
|
|
312
|
-
entityMap: {},
|
|
313
|
-
},
|
|
287
|
+
'@type': 'slate',
|
|
288
|
+
plaintext: "There's a lady who's sure",
|
|
289
|
+
value: [
|
|
290
|
+
{
|
|
291
|
+
children: [
|
|
292
|
+
{
|
|
293
|
+
text: "There's a lady who's sure",
|
|
294
|
+
},
|
|
295
|
+
],
|
|
296
|
+
type: 'p',
|
|
297
|
+
},
|
|
298
|
+
],
|
|
314
299
|
},
|
|
315
300
|
},
|
|
316
301
|
blocks_layout: {
|
|
@@ -350,21 +335,18 @@ const mock_all_fields = {
|
|
|
350
335
|
copertura_geografica: {
|
|
351
336
|
blocks: {
|
|
352
337
|
'a04413ee-4676-41b4-9155-6310d8e6ad49': {
|
|
353
|
-
'@type': '
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
],
|
|
366
|
-
entityMap: {},
|
|
367
|
-
},
|
|
338
|
+
'@type': 'slate',
|
|
339
|
+
plaintext: 'Caught in a landside',
|
|
340
|
+
value: [
|
|
341
|
+
{
|
|
342
|
+
children: [
|
|
343
|
+
{
|
|
344
|
+
text: 'Caught in a landside',
|
|
345
|
+
},
|
|
346
|
+
],
|
|
347
|
+
type: 'p',
|
|
348
|
+
},
|
|
349
|
+
],
|
|
368
350
|
},
|
|
369
351
|
},
|
|
370
352
|
blocks_layout: {
|
|
@@ -395,21 +377,18 @@ const mock_all_fields = {
|
|
|
395
377
|
cosa_serve: {
|
|
396
378
|
blocks: {
|
|
397
379
|
'acfa657c-fbab-45ee-859f-21bb62b7c661': {
|
|
398
|
-
'@type': '
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
],
|
|
411
|
-
entityMap: {},
|
|
412
|
-
},
|
|
380
|
+
'@type': 'slate',
|
|
381
|
+
plaintext: "And she's buying a stairway to heaven",
|
|
382
|
+
value: [
|
|
383
|
+
{
|
|
384
|
+
children: [
|
|
385
|
+
{
|
|
386
|
+
text: "And she's buying a stairway to heaven",
|
|
387
|
+
},
|
|
388
|
+
],
|
|
389
|
+
type: 'p',
|
|
390
|
+
},
|
|
391
|
+
],
|
|
413
392
|
},
|
|
414
393
|
},
|
|
415
394
|
blocks_layout: {
|
|
@@ -419,21 +398,18 @@ const mock_all_fields = {
|
|
|
419
398
|
cosa_si_ottiene: {
|
|
420
399
|
blocks: {
|
|
421
400
|
'bb4db7e4-0a27-41c9-8f34-512eff06aa86': {
|
|
422
|
-
'@type': '
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
],
|
|
435
|
-
entityMap: {},
|
|
436
|
-
},
|
|
401
|
+
'@type': 'slate',
|
|
402
|
+
plaintext: 'All that glitters is gold',
|
|
403
|
+
value: [
|
|
404
|
+
{
|
|
405
|
+
children: [
|
|
406
|
+
{
|
|
407
|
+
text: 'All that glitters is gold',
|
|
408
|
+
},
|
|
409
|
+
],
|
|
410
|
+
type: 'p',
|
|
411
|
+
},
|
|
412
|
+
],
|
|
437
413
|
},
|
|
438
414
|
},
|
|
439
415
|
blocks_layout: {
|
|
@@ -443,21 +419,18 @@ const mock_all_fields = {
|
|
|
443
419
|
costi: {
|
|
444
420
|
blocks: {
|
|
445
421
|
'fb4ab549-4d60-4a24-a5c4-960e7151b28e': {
|
|
446
|
-
'@type': '
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
],
|
|
459
|
-
entityMap: {},
|
|
460
|
-
},
|
|
422
|
+
'@type': 'slate',
|
|
423
|
+
plaintext: '345',
|
|
424
|
+
value: [
|
|
425
|
+
{
|
|
426
|
+
children: [
|
|
427
|
+
{
|
|
428
|
+
text: '345',
|
|
429
|
+
},
|
|
430
|
+
],
|
|
431
|
+
type: 'p',
|
|
432
|
+
},
|
|
433
|
+
],
|
|
461
434
|
},
|
|
462
435
|
},
|
|
463
436
|
blocks_layout: {
|
|
@@ -470,21 +443,18 @@ const mock_all_fields = {
|
|
|
470
443
|
descrizione_estesa: {
|
|
471
444
|
blocks: {
|
|
472
445
|
'038eb313-2c32-4db4-adae-888197220fd9': {
|
|
473
|
-
'@type': '
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
],
|
|
486
|
-
entityMap: {},
|
|
487
|
-
},
|
|
446
|
+
'@type': 'slate',
|
|
447
|
+
plaintext: 'Is this the real life?',
|
|
448
|
+
value: [
|
|
449
|
+
{
|
|
450
|
+
children: [
|
|
451
|
+
{
|
|
452
|
+
text: 'Is this the real life?',
|
|
453
|
+
},
|
|
454
|
+
],
|
|
455
|
+
type: 'p',
|
|
456
|
+
},
|
|
457
|
+
],
|
|
488
458
|
},
|
|
489
459
|
},
|
|
490
460
|
blocks_layout: {
|
|
@@ -587,21 +557,18 @@ const mock_all_fields = {
|
|
|
587
557
|
dove_rivolgersi_extra: {
|
|
588
558
|
blocks: {
|
|
589
559
|
'894e9d1d-1c20-4ed6-a4d0-5e25adbfbd9c': {
|
|
590
|
-
'@type': '
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
],
|
|
603
|
-
entityMap: {},
|
|
604
|
-
},
|
|
560
|
+
'@type': 'slate',
|
|
561
|
+
plaintext: 'I need no sympathy',
|
|
562
|
+
value: [
|
|
563
|
+
{
|
|
564
|
+
children: [
|
|
565
|
+
{
|
|
566
|
+
text: 'I need no sympathy',
|
|
567
|
+
},
|
|
568
|
+
],
|
|
569
|
+
type: 'p',
|
|
570
|
+
},
|
|
571
|
+
],
|
|
605
572
|
},
|
|
606
573
|
},
|
|
607
574
|
blocks_layout: {
|
|
@@ -740,21 +707,18 @@ const mock_all_fields = {
|
|
|
740
707
|
link_siti_esterni: {
|
|
741
708
|
blocks: {
|
|
742
709
|
'ff02a375-2be1-4a43-b758-dbb1fae8fa71': {
|
|
743
|
-
'@type': '
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
],
|
|
756
|
-
entityMap: {},
|
|
757
|
-
},
|
|
710
|
+
'@type': 'slate',
|
|
711
|
+
plaintext: 'Put a gun against his head',
|
|
712
|
+
value: [
|
|
713
|
+
{
|
|
714
|
+
children: [
|
|
715
|
+
{
|
|
716
|
+
text: 'Put a gun against his head',
|
|
717
|
+
},
|
|
718
|
+
],
|
|
719
|
+
type: 'p',
|
|
720
|
+
},
|
|
721
|
+
],
|
|
758
722
|
},
|
|
759
723
|
},
|
|
760
724
|
blocks_layout: {
|
|
@@ -769,21 +733,18 @@ const mock_all_fields = {
|
|
|
769
733
|
motivo_stato_servizio: {
|
|
770
734
|
blocks: {
|
|
771
735
|
'c19f982c-ce7a-4050-aa60-65a92723db34': {
|
|
772
|
-
'@type': '
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
],
|
|
785
|
-
entityMap: {},
|
|
786
|
-
},
|
|
736
|
+
'@type': 'slate',
|
|
737
|
+
plaintext: 'Motivazione',
|
|
738
|
+
value: [
|
|
739
|
+
{
|
|
740
|
+
children: [
|
|
741
|
+
{
|
|
742
|
+
text: 'Motivazione',
|
|
743
|
+
},
|
|
744
|
+
],
|
|
745
|
+
type: 'p',
|
|
746
|
+
},
|
|
747
|
+
],
|
|
787
748
|
},
|
|
788
749
|
},
|
|
789
750
|
blocks_layout: {
|
|
@@ -811,21 +772,18 @@ const mock_all_fields = {
|
|
|
811
772
|
prenota_appuntamento: {
|
|
812
773
|
blocks: {
|
|
813
774
|
'e26f97de-e008-40a1-929f-315a362f7107': {
|
|
814
|
-
'@type': '
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
],
|
|
827
|
-
entityMap: {},
|
|
828
|
-
},
|
|
775
|
+
'@type': 'slate',
|
|
776
|
+
plaintext: "Because I'm easy come, easy go",
|
|
777
|
+
value: [
|
|
778
|
+
{
|
|
779
|
+
children: [
|
|
780
|
+
{
|
|
781
|
+
text: "Because I'm easy come, easy go",
|
|
782
|
+
},
|
|
783
|
+
],
|
|
784
|
+
type: 'p',
|
|
785
|
+
},
|
|
786
|
+
],
|
|
829
787
|
},
|
|
830
788
|
},
|
|
831
789
|
blocks_layout: {
|
|
@@ -931,21 +889,18 @@ const mock_all_fields = {
|
|
|
931
889
|
procedure_collegate: {
|
|
932
890
|
blocks: {
|
|
933
891
|
'3ab3b686-ab6e-4a85-bd7b-361e091c05b3': {
|
|
934
|
-
'@type': '
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
],
|
|
947
|
-
entityMap: {},
|
|
948
|
-
},
|
|
892
|
+
'@type': 'slate',
|
|
893
|
+
plaintext: 'No escape from reality',
|
|
894
|
+
value: [
|
|
895
|
+
{
|
|
896
|
+
children: [
|
|
897
|
+
{
|
|
898
|
+
text: 'No escape from reality',
|
|
899
|
+
},
|
|
900
|
+
],
|
|
901
|
+
type: 'p',
|
|
902
|
+
},
|
|
903
|
+
],
|
|
949
904
|
},
|
|
950
905
|
},
|
|
951
906
|
blocks_layout: {
|
|
@@ -988,7 +943,18 @@ const mock_all_fields = {
|
|
|
988
943
|
canale_digitale: {
|
|
989
944
|
blocks: {
|
|
990
945
|
'33545c64-eadf-429d-9a20-0ab4451bbf2c': {
|
|
991
|
-
'@type': '
|
|
946
|
+
'@type': 'slate',
|
|
947
|
+
plaintext: '',
|
|
948
|
+
value: [
|
|
949
|
+
{
|
|
950
|
+
children: [
|
|
951
|
+
{
|
|
952
|
+
text: '',
|
|
953
|
+
},
|
|
954
|
+
],
|
|
955
|
+
type: 'p',
|
|
956
|
+
},
|
|
957
|
+
],
|
|
992
958
|
},
|
|
993
959
|
},
|
|
994
960
|
blocks_layout: {
|
|
@@ -1030,21 +996,18 @@ const mock_all_fields = {
|
|
|
1030
996
|
tempi_e_scadenze: {
|
|
1031
997
|
blocks: {
|
|
1032
998
|
'e0c64130-00d4-4747-bc21-b58733cb1b7f': {
|
|
1033
|
-
'@type': '
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
],
|
|
1046
|
-
entityMap: {},
|
|
1047
|
-
},
|
|
999
|
+
'@type': 'slate',
|
|
1000
|
+
plaintext: 'Dopodomani',
|
|
1001
|
+
value: [
|
|
1002
|
+
{
|
|
1003
|
+
children: [
|
|
1004
|
+
{
|
|
1005
|
+
text: 'Dopodomani',
|
|
1006
|
+
},
|
|
1007
|
+
],
|
|
1008
|
+
type: 'p',
|
|
1009
|
+
},
|
|
1010
|
+
],
|
|
1048
1011
|
},
|
|
1049
1012
|
},
|
|
1050
1013
|
blocks_layout: {
|
|
@@ -1115,21 +1078,18 @@ const mock_all_fields = {
|
|
|
1115
1078
|
ulteriori_informazioni: {
|
|
1116
1079
|
blocks: {
|
|
1117
1080
|
'89f08a66-9c6a-4a30-86d8-d403475eba6e': {
|
|
1118
|
-
'@type': '
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
],
|
|
1131
|
-
entityMap: {},
|
|
1132
|
-
},
|
|
1081
|
+
'@type': 'slate',
|
|
1082
|
+
plaintext: 'pulled my trigger',
|
|
1083
|
+
value: [
|
|
1084
|
+
{
|
|
1085
|
+
children: [
|
|
1086
|
+
{
|
|
1087
|
+
text: 'pulled my trigger',
|
|
1088
|
+
},
|
|
1089
|
+
],
|
|
1090
|
+
type: 'p',
|
|
1091
|
+
},
|
|
1092
|
+
],
|
|
1133
1093
|
},
|
|
1134
1094
|
},
|
|
1135
1095
|
blocks_layout: {
|
|
@@ -1141,21 +1101,18 @@ const mock_all_fields = {
|
|
|
1141
1101
|
vincoli: {
|
|
1142
1102
|
blocks: {
|
|
1143
1103
|
'b3206125-d0d6-474e-935e-09d28602beca': {
|
|
1144
|
-
'@type': '
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
],
|
|
1157
|
-
entityMap: {},
|
|
1158
|
-
},
|
|
1104
|
+
'@type': 'slate',
|
|
1105
|
+
plaintext: 'Little high, little low',
|
|
1106
|
+
value: [
|
|
1107
|
+
{
|
|
1108
|
+
children: [
|
|
1109
|
+
{
|
|
1110
|
+
text: 'Little high, little low',
|
|
1111
|
+
},
|
|
1112
|
+
],
|
|
1113
|
+
type: 'p',
|
|
1114
|
+
},
|
|
1115
|
+
],
|
|
1159
1116
|
},
|
|
1160
1117
|
},
|
|
1161
1118
|
blocks_layout: {
|
|
@@ -1975,21 +1932,18 @@ const store = mockStore({
|
|
|
1975
1932
|
canale_digitale: {
|
|
1976
1933
|
blocks: {
|
|
1977
1934
|
'7bebaf7f-40fd-4274-82a4-59180e9dff0b': {
|
|
1978
|
-
'@type': '
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
],
|
|
1991
|
-
entityMap: {},
|
|
1992
|
-
},
|
|
1935
|
+
'@type': 'slate',
|
|
1936
|
+
plaintext: 'Open your eyes',
|
|
1937
|
+
value: [
|
|
1938
|
+
{
|
|
1939
|
+
children: [
|
|
1940
|
+
{
|
|
1941
|
+
text: 'Open your eyes',
|
|
1942
|
+
},
|
|
1943
|
+
],
|
|
1944
|
+
type: 'p',
|
|
1945
|
+
},
|
|
1946
|
+
],
|
|
1993
1947
|
},
|
|
1994
1948
|
},
|
|
1995
1949
|
blocks_layout: {
|