@sme.up/ketchup 9.6.6 → 9.6.7

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 (129) hide show
  1. package/dist/cjs/{f-button-7de4ca64.js → f-button-3cc5c9ba.js} +1 -1
  2. package/dist/cjs/{f-cell-abe47ff4.js → f-cell-192e5b87.js} +5 -5
  3. package/dist/cjs/{f-chip-d98809f9.js → f-chip-be2dddb4.js} +2 -2
  4. package/dist/cjs/{f-image-b22e12c9.js → f-image-98e4e61d.js} +32 -9
  5. package/dist/cjs/{f-paginator-utils-59c26ee9.js → f-paginator-utils-44d07f52.js} +2 -2
  6. package/dist/cjs/{f-text-field-4cacd928.js → f-text-field-1efcecb6.js} +1 -1
  7. package/dist/cjs/index.cjs.js +1 -1
  8. package/dist/cjs/ketchup.cjs.js +1 -1
  9. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +9 -7
  11. package/dist/cjs/kup-box.cjs.entry.js +22 -15
  12. package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +6 -6
  15. package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
  16. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  17. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  18. package/dist/cjs/kup-editor.cjs.entry.js +29 -3
  19. package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
  20. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-image-list.cjs.entry.js +6 -6
  23. package/dist/cjs/kup-input-panel.cjs.entry.js +70 -40
  24. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
  26. package/dist/cjs/{kup-manager-118c4e57.js → kup-manager-72ad15fe.js} +1 -1
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  30. package/dist/cjs/kup-photo-frame.cjs.entry.js +1 -1
  31. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  33. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  34. package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
  35. package/dist/cjs/loader.cjs.js +1 -1
  36. package/dist/collection/assets/editor.js +3 -2
  37. package/dist/collection/assets/input-panel.js +3864 -260
  38. package/dist/collection/components/kup-box/kup-box.js +15 -8
  39. package/dist/collection/components/kup-editor/kup-editor-declarations.js +1 -0
  40. package/dist/collection/components/kup-editor/kup-editor.js +56 -2
  41. package/dist/collection/components/kup-image/kup-image.js +23 -0
  42. package/dist/collection/components/kup-input-panel/kup-input-panel.css +12 -0
  43. package/dist/collection/components/kup-input-panel/kup-input-panel.js +64 -34
  44. package/dist/collection/f-components/f-image/f-image.js +32 -10
  45. package/dist/components/kup-autocomplete2.js +35 -9
  46. package/dist/components/kup-box2.js +15 -8
  47. package/dist/components/kup-editor.js +30 -2
  48. package/dist/components/kup-input-panel.js +65 -35
  49. package/dist/components/kup-manager.js +1 -1
  50. package/dist/esm/{f-button-e63b4537.js → f-button-07a6ea71.js} +1 -1
  51. package/dist/esm/{f-cell-262f3239.js → f-cell-819033de.js} +5 -5
  52. package/dist/esm/{f-chip-eaf517ff.js → f-chip-71ce7cab.js} +2 -2
  53. package/dist/esm/{f-image-20e217c8.js → f-image-46787842.js} +32 -9
  54. package/dist/esm/{f-paginator-utils-7ed775bd.js → f-paginator-utils-a8f895d1.js} +2 -2
  55. package/dist/esm/{f-text-field-17075562.js → f-text-field-52de97f3.js} +1 -1
  56. package/dist/esm/index.js +1 -1
  57. package/dist/esm/ketchup.js +1 -1
  58. package/dist/esm/kup-accordion.entry.js +2 -2
  59. package/dist/esm/kup-autocomplete_27.entry.js +9 -7
  60. package/dist/esm/kup-box.entry.js +22 -15
  61. package/dist/esm/kup-calendar.entry.js +4 -4
  62. package/dist/esm/kup-card-list.entry.js +1 -1
  63. package/dist/esm/kup-cell.entry.js +6 -6
  64. package/dist/esm/kup-dashboard.entry.js +4 -4
  65. package/dist/esm/kup-drawer.entry.js +1 -1
  66. package/dist/esm/kup-echart.entry.js +1 -1
  67. package/dist/esm/kup-editor.entry.js +29 -3
  68. package/dist/esm/kup-family-tree.entry.js +3 -3
  69. package/dist/esm/kup-grid.entry.js +1 -1
  70. package/dist/esm/kup-iframe.entry.js +1 -1
  71. package/dist/esm/kup-image-list.entry.js +6 -6
  72. package/dist/esm/kup-input-panel.entry.js +70 -40
  73. package/dist/esm/kup-lazy.entry.js +1 -1
  74. package/dist/esm/kup-magic-box.entry.js +2 -2
  75. package/dist/esm/{kup-manager-c974dda6.js → kup-manager-7b151628.js} +1 -1
  76. package/dist/esm/kup-nav-bar.entry.js +1 -1
  77. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  78. package/dist/esm/kup-pdf.entry.js +1 -1
  79. package/dist/esm/kup-photo-frame.entry.js +1 -1
  80. package/dist/esm/kup-planner.entry.js +2 -2
  81. package/dist/esm/kup-probe.entry.js +1 -1
  82. package/dist/esm/kup-qlik.entry.js +1 -1
  83. package/dist/esm/kup-snackbar.entry.js +3 -3
  84. package/dist/esm/loader.js +1 -1
  85. package/dist/ketchup/index.esm.js +1 -1
  86. package/dist/ketchup/ketchup.esm.js +1 -1
  87. package/dist/ketchup/p-00a5d02c.js +1 -0
  88. package/dist/ketchup/{p-fa1f706e.js → p-0787925c.js} +1 -1
  89. package/dist/ketchup/{p-76f39bd6.entry.js → p-1afe847f.entry.js} +1 -1
  90. package/dist/ketchup/{p-04d047b1.entry.js → p-1f8d3a1e.entry.js} +1 -1
  91. package/dist/ketchup/{p-8c7009f6.entry.js → p-20030845.entry.js} +1 -1
  92. package/dist/ketchup/{p-04e2beb5.js → p-34b51a97.js} +1 -1
  93. package/dist/ketchup/{p-b169b592.js → p-43a89559.js} +1 -1
  94. package/dist/ketchup/p-45bb8683.entry.js +1 -0
  95. package/dist/ketchup/{p-dad18517.entry.js → p-475429a1.entry.js} +1 -1
  96. package/dist/ketchup/{p-d77fbe3d.entry.js → p-4952eba9.entry.js} +1 -1
  97. package/dist/ketchup/{p-ca3d9d80.js → p-537f66c5.js} +1 -1
  98. package/dist/ketchup/{p-f6f30bb4.entry.js → p-58093828.entry.js} +1 -1
  99. package/dist/ketchup/{p-e7eaa6b3.entry.js → p-64099f8c.entry.js} +2 -2
  100. package/dist/ketchup/p-66ec0b16.entry.js +1 -0
  101. package/dist/ketchup/{p-e850bdf3.entry.js → p-791dfc1a.entry.js} +1 -1
  102. package/dist/ketchup/{p-c7e28520.entry.js → p-7ce691cd.entry.js} +1 -1
  103. package/dist/ketchup/{p-2ea2fd08.entry.js → p-85d44da6.entry.js} +1 -1
  104. package/dist/ketchup/{p-cb600014.entry.js → p-9106f511.entry.js} +1 -1
  105. package/dist/ketchup/{p-9fa95bdb.entry.js → p-a323ff1c.entry.js} +1 -1
  106. package/dist/ketchup/{p-4f4d4b9d.entry.js → p-b42a37ae.entry.js} +1 -1
  107. package/dist/ketchup/{p-c0be9b3c.entry.js → p-b58cc563.entry.js} +1 -1
  108. package/dist/ketchup/p-b8aefc56.entry.js +1 -0
  109. package/dist/ketchup/{p-4561daec.entry.js → p-bb1b8aac.entry.js} +1 -1
  110. package/dist/ketchup/{p-d9a4f193.entry.js → p-be0070a2.entry.js} +3 -3
  111. package/dist/ketchup/{p-1b5eb6f4.entry.js → p-cd0f09b3.entry.js} +1 -1
  112. package/dist/ketchup/{p-02b017a6.entry.js → p-cea71777.entry.js} +1 -1
  113. package/dist/ketchup/{p-b6e350b5.entry.js → p-d56677f1.entry.js} +1 -1
  114. package/dist/ketchup/{p-c58a6b55.entry.js → p-e70ff428.entry.js} +1 -1
  115. package/dist/ketchup/{p-237f4b66.js → p-ecbd1132.js} +1 -1
  116. package/dist/ketchup/{p-b5a46daf.entry.js → p-ed99792c.entry.js} +1 -1
  117. package/dist/ketchup/{p-1fc57b76.entry.js → p-f1aa239b.entry.js} +1 -1
  118. package/dist/ketchup/{p-75b2681f.js → p-f46c2da6.js} +1 -1
  119. package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +2 -0
  120. package/dist/types/components/kup-editor/kup-editor.d.ts +8 -1
  121. package/dist/types/components/kup-image/kup-image.d.ts +5 -0
  122. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +2 -2
  123. package/dist/types/components.d.ts +22 -2
  124. package/dist/types/f-components/f-image/f-image-declarations.d.ts +1 -0
  125. package/package.json +1 -1
  126. package/dist/ketchup/p-2c3aff15.js +0 -1
  127. package/dist/ketchup/p-90b07248.entry.js +0 -1
  128. package/dist/ketchup/p-b9884b65.entry.js +0 -1
  129. package/dist/ketchup/p-f943ef5b.entry.js +0 -1
@@ -1,4 +1,4 @@
1
- let data = {
1
+ const data = {
2
2
  columns: [
3
3
  {
4
4
  name: 'NAM',
@@ -63,32 +63,7 @@ let data = {
63
63
  },
64
64
  NAT: {
65
65
  value: '',
66
- options: [
67
- {
68
- id: 'ITA',
69
- label: 'Italy',
70
- },
71
- {
72
- id: 'SPA',
73
- label: 'Spain',
74
- },
75
- {
76
- id: 'GER',
77
- label: 'Germany',
78
- },
79
- {
80
- id: 'FRA',
81
- label: 'France',
82
- },
83
- {
84
- id: 'POR',
85
- label: 'Portugal',
86
- },
87
- {
88
- id: 'ENG',
89
- label: 'England',
90
- },
91
- ],
66
+ fun: 'combo',
92
67
  obj: {
93
68
  t: '',
94
69
  p: '',
@@ -107,142 +82,206 @@ let data = {
107
82
  },
108
83
  editable: true,
109
84
  mandatory: true,
110
- options: {
111
- type: 'SmeupTree',
112
- messages: [],
113
- children: [
114
- {
115
- content: {
116
- codice: 'ROM',
117
- testo: 'Rome',
118
- },
119
- children: [
120
- {
121
- content: {
122
- codice: 'ROS',
123
- testo: 'Rome Sud',
124
- },
125
- children: [],
126
- },
127
- {
128
- content: {
129
- codice: 'RON',
130
- testo: 'Rome Nord',
131
- },
132
- children: [],
133
- },
134
- ],
135
- },
136
- {
137
- content: {
138
- codice: 'FLO',
139
- testo: 'Florence',
140
- },
141
- children: [],
142
- },
143
- {
144
- content: {
145
- codice: 'VEN',
146
- testo: 'Venice',
147
- },
148
- },
149
- {
150
- content: {
151
- codice: 'MAD',
152
- testo: 'Madrid',
153
- },
154
- },
155
- {
156
- content: {
157
- codice: 'BAR',
158
- testo: 'Barcelona',
159
- },
160
- },
161
- {
162
- content: {
163
- codice: 'SEV',
164
- testo: 'Seville',
165
- },
166
- },
167
- {
168
- content: {
169
- codice: 'BER',
170
- testo: 'Berlin',
171
- },
172
- },
173
- {
174
- content: {
175
- codice: 'MUN',
176
- testo: 'Munich',
177
- },
178
- },
179
- {
180
- content: {
181
- codice: 'HAM',
182
- testo: 'Hamburg',
183
- },
184
- },
185
- {
186
- content: {
187
- codice: 'PAR',
188
- testo: 'Paris',
189
- },
190
- },
191
- {
192
- content: {
193
- codice: 'MAR',
194
- testo: 'Marseille',
195
- },
196
- },
85
+ shape: 'ACP',
86
+ fun: 'ddas',
87
+ },
88
+ LIS: {
89
+ value: '',
90
+ obj: {
91
+ t: '',
92
+ p: '',
93
+ k: '',
94
+ },
95
+ editable: true,
96
+ mandatory: true,
97
+ shape: 'ACP',
98
+ fun: 'fff',
99
+ },
100
+ CHK: {
101
+ value: 'on',
102
+ editable: true,
103
+ mandatory: true,
104
+ shape: 'CHK',
105
+ },
106
+ RAD: {
107
+ value: '3',
108
+ options: [
109
+ {
110
+ id: '1',
111
+ label: 'One',
112
+ },
113
+ {
114
+ id: '2',
115
+ label: 'Two',
116
+ },
117
+ {
118
+ id: '3',
119
+ label: 'Three',
120
+ },
121
+ {
122
+ id: '4',
123
+ label: 'Four',
124
+ },
125
+ ],
126
+ editable: true,
127
+ mandatory: true,
128
+ shape: 'RAD',
129
+ },
130
+ },
131
+ layout: {
132
+ sections: [
133
+ {
134
+ content: [
197
135
  {
198
- content: {
199
- codice: 'LYO',
200
- testo: 'Lyon',
201
- },
136
+ id: 'NAM',
137
+ colStart: 1,
138
+ colEnd: 1,
139
+ rowStart: 1,
140
+ rowEnd: 1,
202
141
  },
203
142
  {
204
- content: {
205
- codice: 'LIS',
206
- testo: 'Lisbon',
207
- },
143
+ id: 'SUR',
144
+ colStart: 2,
145
+ colEnd: 2,
146
+ rowStart: 1,
147
+ rowEnd: 1,
208
148
  },
209
149
  {
210
- content: {
211
- codice: 'POR',
212
- testo: 'Porto',
213
- },
150
+ id: 'NAT',
151
+ colStart: 1,
152
+ colEnd: 1,
153
+ rowStart: 2,
154
+ rowEnd: 2,
214
155
  },
215
156
  {
216
- content: {
217
- codice: 'FAR',
218
- testo: 'Faro',
219
- },
157
+ id: 'CIT',
158
+ colStart: 2,
159
+ colEnd: 2,
160
+ rowStart: 2,
161
+ rowEnd: 2,
220
162
  },
221
163
  {
222
- content: {
223
- codice: 'LON',
224
- testo: 'London',
225
- },
164
+ id: 'CHK',
165
+ colStart: 1,
166
+ colEnd: 1,
167
+ rowStart: 3,
168
+ rowEnd: 3,
226
169
  },
227
170
  {
228
- content: {
229
- codice: 'MAN',
230
- testo: 'Manchester',
231
- },
171
+ id: 'RAD',
172
+ colSpan: 2,
173
+ rowStart: 3,
174
+ rowEnd: 3,
232
175
  },
233
176
  {
234
- content: {
235
- codice: 'LIV',
236
- testo: 'Liverpool',
237
- },
177
+ id: 'LIS',
178
+ colStart: 3,
179
+ colEnd: 3,
180
+ rowStart: 2,
181
+ rowEnd: 2,
238
182
  },
239
183
  ],
184
+ dim: '50%',
185
+ gridCols: 3,
186
+ gridRows: 3,
187
+ gap: 2,
240
188
  },
241
- fun: 'FUN ',
189
+ ],
190
+ horizontal: true,
191
+ },
192
+ },
193
+ ],
194
+ };
195
+
196
+ const data1 = {
197
+ columns: [
198
+ {
199
+ name: 'NAM',
200
+ title: 'Name',
201
+ visible: true,
202
+ },
203
+ {
204
+ name: 'SUR',
205
+ title: 'Surname',
206
+ visible: true,
207
+ },
208
+ {
209
+ name: 'NAT',
210
+ title: 'Nation',
211
+ visible: true,
212
+ },
213
+ {
214
+ name: 'CIT',
215
+ title: 'Tree Options',
216
+ visible: true,
217
+ },
218
+ {
219
+ name: 'LIS',
220
+ title: 'Table Options',
221
+ visible: true,
222
+ },
223
+ {
224
+ name: 'CHK',
225
+ title: 'Checkbox',
226
+ visible: true,
227
+ },
228
+ {
229
+ name: 'RAD',
230
+ title: 'Radio Buttons',
231
+ visible: true,
232
+ },
233
+ ],
234
+ rows: [
235
+ {
236
+ cells: {
237
+ NAM: {
238
+ value: 'Giovanni',
239
+ obj: {
240
+ t: '',
241
+ p: '',
242
+ k: '',
243
+ },
244
+ editable: true,
245
+ mandatory: true,
246
+ shape: 'ITX',
247
+ },
248
+ SUR: {
249
+ value: 'serio',
250
+ obj: {
251
+ t: '',
252
+ p: '',
253
+ k: '',
254
+ },
255
+ editable: true,
256
+ mandatory: true,
257
+ shape: 'ITX',
258
+ },
259
+ NAT: {
260
+ value: 'ITA',
261
+ fun: 'combo',
262
+ obj: {
263
+ t: '',
264
+ p: '',
265
+ k: '',
266
+ },
267
+ editable: true,
268
+ mandatory: true,
269
+ shape: 'CMB',
270
+ },
271
+ CIT: {
272
+ value: 'E1',
273
+ obj: {
274
+ t: '',
275
+ p: '',
276
+ k: '',
277
+ },
278
+ editable: true,
279
+ mandatory: true,
242
280
  shape: 'ACP',
281
+ fun: 'ddas',
243
282
  },
244
283
  LIS: {
245
- value: '',
284
+ value: 'E2',
246
285
  obj: {
247
286
  t: '',
248
287
  p: '',
@@ -250,79 +289,8 @@ let data = {
250
289
  },
251
290
  editable: true,
252
291
  mandatory: true,
253
- options: {
254
- type: 'SmeupTable',
255
- messages: [],
256
- rows: [
257
- {
258
- fields: {
259
- E1: {
260
- smeupObject: {
261
- codice: 'E1',
262
- testo: 'Element 1',
263
- },
264
- },
265
- E2: {
266
- smeupObject: {
267
- codice: 'E2',
268
- testo: 'Element 2',
269
- },
270
- },
271
- E3: {
272
- smeupObject: {
273
- codice: 'E3',
274
- testo: 'Element 3',
275
- },
276
- },
277
- },
278
- },
279
- {
280
- fields: {
281
- E4: {
282
- smeupObject: {
283
- codice: 'E4',
284
- testo: 'Element 4',
285
- },
286
- },
287
- E5: {
288
- smeupObject: {
289
- codice: 'E5',
290
- testo: 'Element 5',
291
- },
292
- },
293
- E6: {
294
- smeupObject: {
295
- codice: 'E6',
296
- testo: 'Element 6',
297
- },
298
- },
299
- },
300
- },
301
- {
302
- fields: {
303
- E14: {
304
- smeupObject: {
305
- codice: 'E14',
306
- testo: 'Element 14',
307
- },
308
- },
309
- E15: {
310
- smeupObject: {
311
- codice: 'E15',
312
- testo: 'Element 15',
313
- },
314
- },
315
- E16: {
316
- smeupObject: {
317
- codice: 'E16',
318
- testo: 'Element 16',
319
- },
320
- },
321
- },
322
- },
323
- ],
324
- },
325
292
  shape: 'ACP',
293
+ fun: 'fff',
326
294
  },
327
295
  CHK: {
328
296
  value: 'on',
@@ -331,7 +299,7 @@ let data = {
331
299
  shape: 'CHK',
332
300
  },
333
301
  RAD: {
334
- value: '3',
302
+ value: '1',
335
303
  options: [
336
304
  {
337
305
  id: '1',
@@ -422,59 +390,3695 @@ let data = {
422
390
 
423
391
  const inputPanel = document.getElementById('input-panel');
424
392
  inputPanel.data = data;
393
+ inputPanel.optionsHandler = (fun, inputValue, currentState) => {
394
+ console.log('optionsHandler event', { fun, inputValue, currentState });
425
395
 
426
- const inputPanelCallback = [
427
- {
428
- eventName: 'kup-autocomplete-input',
429
- eventCallback: (e) => {
430
- const newdata = {
431
- ...data,
432
- rows: data.rows.map((row) => {
433
- const keys = Object.keys(row.cells);
434
- const updatedCells = keys.reduce((acc, key) => {
435
- let updatedValue = e.state.find(
436
- (state) => state.column.name === key
437
- ).cell.value;
438
- return {
439
- ...acc,
440
- [key]: {
441
- ...row.cells[key],
442
- value: updatedValue,
443
- },
444
- };
445
- }, {});
446
- return { ...row, cells: updatedCells };
447
- }),
448
- };
449
- const inputPanel = document.getElementById('input-panel');
450
- inputPanel.data = newdata;
451
- },
452
- },
453
- ];
454
-
455
- const optionsHandlerCallback = () => {
456
396
  return Promise.resolve({
457
- type: 'SmeupTree',
397
+ type: 'SmeupTable',
458
398
  messages: [],
459
- children: [
399
+ rows: [
400
+ {
401
+ fields: {
402
+ E1: {
403
+ smeupObject: {
404
+ codice: 'E1',
405
+ testo: 'Element 1',
406
+ },
407
+ },
408
+ E2: {
409
+ smeupObject: {
410
+ codice: 'E2',
411
+ testo: 'Element 2',
412
+ },
413
+ },
414
+ E3: {
415
+ smeupObject: {
416
+ codice: 'E3',
417
+ testo: 'Element 3',
418
+ },
419
+ },
420
+ },
421
+ },
460
422
  {
461
- content: {
462
- codice: 'ROM',
463
- testo: 'Rome',
423
+ fields: {
424
+ E4: {
425
+ smeupObject: {
426
+ codice: 'E4',
427
+ testo: 'Element 4',
428
+ },
429
+ },
430
+ E5: {
431
+ smeupObject: {
432
+ codice: 'E5',
433
+ testo: 'Element 5',
434
+ },
435
+ },
436
+ E6: {
437
+ smeupObject: {
438
+ codice: 'E6',
439
+ testo: 'Element 6',
440
+ },
441
+ },
464
442
  },
465
- children: [],
466
443
  },
467
444
  {
468
- content: {
469
- codice: 'TAR',
470
- testo: 'Taranto',
445
+ fields: {
446
+ E14: {
447
+ smeupObject: {
448
+ codice: 'E14',
449
+ testo: 'Element 14',
450
+ },
451
+ },
452
+ E15: {
453
+ smeupObject: {
454
+ codice: 'E15',
455
+ testo: 'Element 15',
456
+ },
457
+ },
458
+ E16: {
459
+ smeupObject: {
460
+ codice: 'E16',
461
+ testo: 'Element 16',
462
+ },
463
+ },
471
464
  },
472
- children: [],
473
465
  },
474
466
  ],
475
467
  });
476
468
  };
469
+ inputPanel.submitCb = (e) => {
470
+ console.log(e);
471
+ const inputPanel = document.getElementById('input-panel');
472
+ inputPanel.data = data1;
473
+ };
474
+
475
+ // const ergonForm = {
476
+ // columns: [
477
+ // {
478
+ // name: 'TEL',
479
+ // title: 'Tempo Elaborazione',
480
+ // visible: true,
481
+ // },
482
+ // {
483
+ // name: 'CRE',
484
+ // title: 'Cumulo Reparti',
485
+ // visible: true,
486
+ // },
487
+ // {
488
+ // name: 'CVE',
489
+ // title: 'Costo Venduto',
490
+ // visible: true,
491
+ // },
492
+ // {
493
+ // name: 'DIV',
494
+ // title: 'Divisa',
495
+ // visible: true,
496
+ // },
497
+ // {
498
+ // name: 'ELA',
499
+ // title: 'Elabora',
500
+ // visible: true,
501
+ // },
502
+ // {
503
+ // name: 'SAP',
504
+ // title: 'Salto Pagina',
505
+ // visible: true,
506
+ // },
507
+ // {
508
+ // name: 'ART',
509
+ // title: 'Articoli',
510
+ // visible: true,
511
+ // },
512
+ // {
513
+ // name: 'MOA',
514
+ // title: 'Mostra movimento per articoli',
515
+ // visible: true,
516
+ // },
517
+ // {
518
+ // name: 'ONE',
519
+ // title: 'Includi Oneri',
520
+ // visible: true,
521
+ // },
522
+ // {
523
+ // name: 'MCD',
524
+ // title: 'Solo marche in conto deposito',
525
+ // visible: true,
526
+ // },
527
+ // {
528
+ // name: 'NET',
529
+ // title: 'Solo netti',
530
+ // visible: true,
531
+ // },
532
+ // {
533
+ // name: 'COD',
534
+ // title: 'Codice',
535
+ // visible: true,
536
+ // },
537
+ // {
538
+ // name: 'MAR',
539
+ // title: 'Marca',
540
+ // visible: true,
541
+ // },
542
+ // {
543
+ // name: 'FAM',
544
+ // title: 'Famiglia',
545
+ // visible: true,
546
+ // },
547
+ // {
548
+ // name: 'TAR',
549
+ // title: 'Tipo Articolo',
550
+ // visible: true,
551
+ // },
552
+ // {
553
+ // name: 'GRM',
554
+ // title: 'Gruppo Merci',
555
+ // visible: true,
556
+ // },
557
+ // {
558
+ // name: 'ABC',
559
+ // title: 'Classe ABC',
560
+ // visible: true,
561
+ // },
562
+ // {
563
+ // name: 'MDL',
564
+ // title: 'Modelli',
565
+ // visible: true,
566
+ // },
567
+ // {
568
+ // name: 'CSA',
569
+ // title: 'Cat. Sc. Articolo',
570
+ // visible: true,
571
+ // },
572
+ // {
573
+ // name: 'TRA',
574
+ // title: 'Tratt. Articolo',
575
+ // visible: true,
576
+ // },
577
+ // {
578
+ // name: 'FOR',
579
+ // title: 'Cliente/Fornitore',
580
+ // visible: true,
581
+ // },
582
+ // {
583
+ // name: 'CCF',
584
+ // title: 'Categ. C/F',
585
+ // visible: true,
586
+ // },
587
+ // {
588
+ // name: 'ZON',
589
+ // title: 'Zona',
590
+ // visible: true,
591
+ // },
592
+ // {
593
+ // name: 'COM',
594
+ // title: 'Comune',
595
+ // visible: true,
596
+ // },
597
+ // {
598
+ // name: 'PRO',
599
+ // title: 'Provincia',
600
+ // visible: true,
601
+ // },
602
+ // {
603
+ // name: 'AGE',
604
+ // title: 'Agente',
605
+ // visible: true,
606
+ // },
607
+ // {
608
+ // name: 'REG',
609
+ // title: 'Regione',
610
+ // visible: true,
611
+ // },
612
+ // {
613
+ // name: 'NAT',
614
+ // title: 'Nazione',
615
+ // visible: true,
616
+ // },
617
+ // {
618
+ // name: 'RCF',
619
+ // title: 'Raggrupp. C/F',
620
+ // visible: true,
621
+ // },
622
+ // {
623
+ // name: 'ATT',
624
+ // title: 'Attività',
625
+ // visible: true,
626
+ // },
627
+ // {
628
+ // name: 'CAU',
629
+ // title: 'Causale',
630
+ // visible: true,
631
+ // },
632
+ // {
633
+ // name: 'LST',
634
+ // title: 'Gruppo Liste',
635
+ // visible: true,
636
+ // },
637
+ // {
638
+ // name: 'DOC',
639
+ // title: 'Tipo Documento',
640
+ // visible: true,
641
+ // },
642
+ // {
643
+ // name: 'LDO',
644
+ // title: 'Lettera Doc.',
645
+ // visible: true,
646
+ // },
647
+ // {
648
+ // name: 'TDO',
649
+ // title: '',
650
+ // visible: true,
651
+ // },
652
+ // {
653
+ // name: 'DAT',
654
+ // title: 'Data',
655
+ // visible: true,
656
+ // },
657
+ // {
658
+ // name: 'TDA',
659
+ // title: '',
660
+ // visible: true,
661
+ // },
662
+ // {
663
+ // // ORDINE CODICE
664
+ // name: 'OCD',
665
+ // title: 'Modalità',
666
+ // visible: true,
667
+ // },
668
+ // {
669
+ // // ORDINE MARCA
670
+ // name: 'OMR',
671
+ // title: 'Modalità',
672
+ // visible: true,
673
+ // },
674
+ // {
675
+ // // ORDINE FAMIGLIA
676
+ // name: 'OFM',
677
+ // title: 'Modalità',
678
+ // visible: true,
679
+ // },
680
+ // {
681
+ // // ORDINE TIPO ARTICOLO
682
+ // name: 'OTA',
683
+ // title: 'Modalità',
684
+ // visible: true,
685
+ // },
686
+ // {
687
+ // // ORDINE GRUPPO MERCI
688
+ // name: 'OGM',
689
+ // title: 'Modalità',
690
+ // visible: true,
691
+ // },
692
+ // {
693
+ // // ORDINE CLASSE ABC
694
+ // name: 'OCL',
695
+ // title: 'Modalità',
696
+ // visible: true,
697
+ // },
698
+ // {
699
+ // // ORDINE MODELLI
700
+ // name: 'OMD',
701
+ // title: 'Modalità',
702
+ // visible: true,
703
+ // },
704
+ // {
705
+ // // ORDINE CAT SC ARTICOLO
706
+ // name: 'OCA',
707
+ // title: 'Modalità',
708
+ // visible: true,
709
+ // },
710
+ // {
711
+ // // ORDINE TRATT ARTICOLO
712
+ // name: 'OTR',
713
+ // title: 'Modalità',
714
+ // visible: true,
715
+ // },
716
+ // {
717
+ // // ORDINE CLIENTE FORNITORE
718
+ // name: 'OCF',
719
+ // title: 'Modalità',
720
+ // visible: true,
721
+ // },
722
+ // {
723
+ // // ORDINE CATEG C/F
724
+ // name: 'OCT',
725
+ // title: 'Modalità',
726
+ // visible: true,
727
+ // },
728
+ // {
729
+ // // ORDINE ZONA
730
+ // name: 'OZN',
731
+ // title: 'Modalità',
732
+ // visible: true,
733
+ // },
734
+ // {
735
+ // // ORDINE COMUNE
736
+ // name: 'OCM',
737
+ // title: 'Modalità',
738
+ // visible: true,
739
+ // },
740
+ // {
741
+ // // ORDINE PROVINCIA
742
+ // name: 'OPR',
743
+ // title: 'Modalità',
744
+ // visible: true,
745
+ // },
746
+ // {
747
+ // // ORDINE AGENTE
748
+ // name: 'OAG',
749
+ // title: 'Modalità',
750
+ // visible: true,
751
+ // },
752
+ // {
753
+ // // ORDINE REGIONE
754
+ // name: 'ORG',
755
+ // title: 'Modalità',
756
+ // visible: true,
757
+ // },
758
+ // {
759
+ // // ORDINE NAZIONE
760
+ // name: 'ONZ',
761
+ // title: 'Modalità',
762
+ // visible: true,
763
+ // },
764
+ // {
765
+ // // ORDINE RAGGRUPP C/F
766
+ // name: 'ORF',
767
+ // title: 'Modalità',
768
+ // visible: true,
769
+ // },
770
+ // {
771
+ // // ORDINE ATTIVITA
772
+ // name: 'OAT',
773
+ // title: 'Modalità',
774
+ // visible: true,
775
+ // },
776
+ // {
777
+ // // ORDINE CAUSALE
778
+ // name: 'OCS',
779
+ // title: 'Modalità',
780
+ // visible: true,
781
+ // },
782
+ // {
783
+ // // ORDINE GRUPPO LIST
784
+ // name: 'OGL',
785
+ // title: 'Modalità',
786
+ // visible: true,
787
+ // },
788
+ // {
789
+ // // ORDINE TIPO DOCUMENTO
790
+ // name: 'OTD',
791
+ // title: 'Modalità',
792
+ // visible: true,
793
+ // },
794
+ // {
795
+ // // ORDINE DATA
796
+ // name: 'ODT',
797
+ // title: 'Modalità',
798
+ // visible: true,
799
+ // },
800
+ // ],
801
+ // rows: [
802
+ // {
803
+ // cells: {
804
+ // TEL: {
805
+ // value: '',
806
+ // editable: true,
807
+ // options: [
808
+ // {
809
+ // id: 'CLI',
810
+ // label: 'Clienti',
811
+ // },
812
+ // {
813
+ // id: 'FOR',
814
+ // label: 'Fornitori',
815
+ // },
816
+ // ],
817
+ // shape: 'RAD',
818
+ // },
819
+ // CRE: {
820
+ // value: '',
821
+ // editable: true,
822
+ // mandatory: true,
823
+ // shape: 'CHK',
824
+ // },
825
+ // CVE: {
826
+ // value: '',
827
+ // options: [
828
+ // {
829
+ // id: 'MED',
830
+ // label: 'Media acquisto',
831
+ // },
832
+ // ],
833
+ // editable: true,
834
+ // shape: 'CMB',
835
+ // },
836
+ // DIV: {
837
+ // value: '',
838
+ // editable: true,
839
+ // shape: 'ITX',
840
+ // },
841
+ // ELA: {
842
+ // value: '',
843
+ // editable: true,
844
+ // options: [
845
+ // {
846
+ // id: 'YFA',
847
+ // label: 'Solo Fatturato',
848
+ // },
849
+ // {
850
+ // id: 'NFA',
851
+ // label: 'Escluso Fatturato',
852
+ // },
853
+ // {
854
+ // id: 'BOT',
855
+ // label: 'Entrambi',
856
+ // },
857
+ // ],
858
+ // shape: 'RAD',
859
+ // },
860
+ // SAP: {
861
+ // value: '',
862
+ // editable: true,
863
+ // options: [
864
+ // {
865
+ // id: 'NO',
866
+ // label: 'Nessuno',
867
+ // },
868
+ // {
869
+ // id: 'SI',
870
+ // label: 'Effettua',
871
+ // },
872
+ // {
873
+ // id: 'TES',
874
+ // label: 'Stampa Testata',
875
+ // },
876
+ // ],
877
+ // shape: 'RAD',
878
+ // },
879
+ // ART: {
880
+ // value: '',
881
+ // editable: true,
882
+ // options: [
883
+ // {
884
+ // id: 'ALL',
885
+ // label: 'Tutti',
886
+ // },
887
+ // {
888
+ // id: 'NFM',
889
+ // label: 'Escludi FM',
890
+ // },
891
+ // {
892
+ // id: 'SFM',
893
+ // label: 'Solo FM',
894
+ // },
895
+ // ],
896
+ // shape: 'RAD',
897
+ // },
898
+ // MOA: {
899
+ // value: '',
900
+ // editable: true,
901
+ // shape: 'CHK',
902
+ // },
903
+ // ONE: {
904
+ // value: '',
905
+ // editable: false,
906
+ // shape: 'CHK',
907
+ // },
908
+ // MCD: {
909
+ // value: '',
910
+ // editable: true,
911
+ // shape: 'CHK',
912
+ // },
913
+ // NET: {
914
+ // value: '',
915
+ // editable: true,
916
+ // shape: 'CHK',
917
+ // },
918
+ // COD: {
919
+ // value: '',
920
+ // editable: true,
921
+ // options: [
922
+ // {
923
+ // id: '1',
924
+ // label: '1',
925
+ // },
926
+ // {
927
+ // id: '2',
928
+ // label: '2',
929
+ // },
930
+ // {
931
+ // id: '3',
932
+ // label: '3',
933
+ // },
934
+ // {
935
+ // id: '4',
936
+ // label: '4',
937
+ // },
938
+ // {
939
+ // id: '5',
940
+ // label: '5',
941
+ // },
942
+ // ],
943
+ // shape: 'ACP',
944
+ // },
945
+ // MAR: {
946
+ // value: '',
947
+ // editable: true,
948
+ // shape: 'ACP',
949
+ // options: [
950
+ // {
951
+ // id: '1',
952
+ // label: '1',
953
+ // },
954
+ // {
955
+ // id: '2',
956
+ // label: '2',
957
+ // },
958
+ // {
959
+ // id: '3',
960
+ // label: '3',
961
+ // },
962
+ // {
963
+ // id: '4',
964
+ // label: '4',
965
+ // },
966
+ // {
967
+ // id: '5',
968
+ // label: '5',
969
+ // },
970
+ // ],
971
+ // },
972
+ // FAM: {
973
+ // value: '',
974
+ // editable: true,
975
+ // shape: 'ACP',
976
+ // options: [
977
+ // {
978
+ // id: '1',
979
+ // label: '1',
980
+ // },
981
+ // {
982
+ // id: '2',
983
+ // label: '2',
984
+ // },
985
+ // {
986
+ // id: '3',
987
+ // label: '3',
988
+ // },
989
+ // {
990
+ // id: '4',
991
+ // label: '4',
992
+ // },
993
+ // {
994
+ // id: '5',
995
+ // label: '5',
996
+ // },
997
+ // ],
998
+ // },
999
+ // TAR: {
1000
+ // value: '',
1001
+ // editable: true,
1002
+ // shape: 'ACP',
1003
+ // options: [
1004
+ // {
1005
+ // id: '1',
1006
+ // label: '1',
1007
+ // },
1008
+ // {
1009
+ // id: '2',
1010
+ // label: '2',
1011
+ // },
1012
+ // {
1013
+ // id: '3',
1014
+ // label: '3',
1015
+ // },
1016
+ // {
1017
+ // id: '4',
1018
+ // label: '4',
1019
+ // },
1020
+ // {
1021
+ // id: '5',
1022
+ // label: '5',
1023
+ // },
1024
+ // ],
1025
+ // },
1026
+ // GRM: {
1027
+ // value: '',
1028
+ // editable: true,
1029
+ // shape: 'ACP',
1030
+ // options: [
1031
+ // {
1032
+ // id: '1',
1033
+ // label: '1',
1034
+ // },
1035
+ // {
1036
+ // id: '2',
1037
+ // label: '2',
1038
+ // },
1039
+ // {
1040
+ // id: '3',
1041
+ // label: '3',
1042
+ // },
1043
+ // {
1044
+ // id: '4',
1045
+ // label: '4',
1046
+ // },
1047
+ // {
1048
+ // id: '5',
1049
+ // label: '5',
1050
+ // },
1051
+ // ],
1052
+ // },
1053
+ // ABC: {
1054
+ // value: '',
1055
+ // editable: true,
1056
+ // shape: 'ACP',
1057
+ // options: [
1058
+ // {
1059
+ // id: '1',
1060
+ // label: '1',
1061
+ // },
1062
+ // {
1063
+ // id: '2',
1064
+ // label: '2',
1065
+ // },
1066
+ // {
1067
+ // id: '3',
1068
+ // label: '3',
1069
+ // },
1070
+ // {
1071
+ // id: '4',
1072
+ // label: '4',
1073
+ // },
1074
+ // {
1075
+ // id: '5',
1076
+ // label: '5',
1077
+ // },
1078
+ // ],
1079
+ // },
1080
+ // MDL: {
1081
+ // value: '',
1082
+ // editable: true,
1083
+ // shape: 'ACP',
1084
+ // options: [
1085
+ // {
1086
+ // id: '1',
1087
+ // label: '1',
1088
+ // },
1089
+ // {
1090
+ // id: '2',
1091
+ // label: '2',
1092
+ // },
1093
+ // {
1094
+ // id: '3',
1095
+ // label: '3',
1096
+ // },
1097
+ // {
1098
+ // id: '4',
1099
+ // label: '4',
1100
+ // },
1101
+ // {
1102
+ // id: '5',
1103
+ // label: '5',
1104
+ // },
1105
+ // ],
1106
+ // },
1107
+ // CSA: {
1108
+ // value: '',
1109
+ // editable: true,
1110
+ // shape: 'ACP',
1111
+ // options: [
1112
+ // {
1113
+ // id: '1',
1114
+ // label: '1',
1115
+ // },
1116
+ // {
1117
+ // id: '2',
1118
+ // label: '2',
1119
+ // },
1120
+ // {
1121
+ // id: '3',
1122
+ // label: '3',
1123
+ // },
1124
+ // {
1125
+ // id: '4',
1126
+ // label: '4',
1127
+ // },
1128
+ // {
1129
+ // id: '5',
1130
+ // label: '5',
1131
+ // },
1132
+ // ],
1133
+ // },
1134
+ // TRA: {
1135
+ // value: '',
1136
+ // editable: true,
1137
+ // shape: 'CMB',
1138
+ // options: [
1139
+ // {
1140
+ // id: '1',
1141
+ // label: '1',
1142
+ // },
1143
+ // {
1144
+ // id: '2',
1145
+ // label: '2',
1146
+ // },
1147
+ // {
1148
+ // id: '3',
1149
+ // label: '3',
1150
+ // },
1151
+ // {
1152
+ // id: '4',
1153
+ // label: '4',
1154
+ // },
1155
+ // {
1156
+ // id: '5',
1157
+ // label: '5',
1158
+ // },
1159
+ // ],
1160
+ // },
1161
+ // FOR: {
1162
+ // value: '',
1163
+ // editable: true,
1164
+ // shape: 'ACP',
1165
+ // options: [
1166
+ // {
1167
+ // id: '1',
1168
+ // label: '1',
1169
+ // },
1170
+ // {
1171
+ // id: '2',
1172
+ // label: '2',
1173
+ // },
1174
+ // {
1175
+ // id: '3',
1176
+ // label: '3',
1177
+ // },
1178
+ // {
1179
+ // id: '4',
1180
+ // label: '4',
1181
+ // },
1182
+ // {
1183
+ // id: '5',
1184
+ // label: '5',
1185
+ // },
1186
+ // ],
1187
+ // },
1188
+ // CCF: {
1189
+ // value: '',
1190
+ // editable: true,
1191
+ // shape: 'ACP',
1192
+ // options: [
1193
+ // {
1194
+ // id: '1',
1195
+ // label: '1',
1196
+ // },
1197
+ // {
1198
+ // id: '2',
1199
+ // label: '2',
1200
+ // },
1201
+ // {
1202
+ // id: '3',
1203
+ // label: '3',
1204
+ // },
1205
+ // {
1206
+ // id: '4',
1207
+ // label: '4',
1208
+ // },
1209
+ // {
1210
+ // id: '5',
1211
+ // label: '5',
1212
+ // },
1213
+ // ],
1214
+ // },
1215
+ // ZON: {
1216
+ // value: '',
1217
+ // editable: true,
1218
+ // shape: 'ACP',
1219
+ // options: [
1220
+ // {
1221
+ // id: '1',
1222
+ // label: '1',
1223
+ // },
1224
+ // {
1225
+ // id: '2',
1226
+ // label: '2',
1227
+ // },
1228
+ // {
1229
+ // id: '3',
1230
+ // label: '3',
1231
+ // },
1232
+ // {
1233
+ // id: '4',
1234
+ // label: '4',
1235
+ // },
1236
+ // {
1237
+ // id: '5',
1238
+ // label: '5',
1239
+ // },
1240
+ // ],
1241
+ // },
1242
+ // COM: {
1243
+ // value: '',
1244
+ // editable: true,
1245
+ // shape: 'ACP',
1246
+ // options: [
1247
+ // {
1248
+ // id: '1',
1249
+ // label: '1',
1250
+ // },
1251
+ // {
1252
+ // id: '2',
1253
+ // label: '2',
1254
+ // },
1255
+ // {
1256
+ // id: '3',
1257
+ // label: '3',
1258
+ // },
1259
+ // {
1260
+ // id: '4',
1261
+ // label: '4',
1262
+ // },
1263
+ // {
1264
+ // id: '5',
1265
+ // label: '5',
1266
+ // },
1267
+ // ],
1268
+ // },
1269
+ // PRO: {
1270
+ // value: '',
1271
+ // editable: true,
1272
+ // shape: 'ACP',
1273
+ // options: [
1274
+ // {
1275
+ // id: '1',
1276
+ // label: '1',
1277
+ // },
1278
+ // {
1279
+ // id: '2',
1280
+ // label: '2',
1281
+ // },
1282
+ // {
1283
+ // id: '3',
1284
+ // label: '3',
1285
+ // },
1286
+ // {
1287
+ // id: '4',
1288
+ // label: '4',
1289
+ // },
1290
+ // {
1291
+ // id: '5',
1292
+ // label: '5',
1293
+ // },
1294
+ // ],
1295
+ // },
1296
+ // AGE: {
1297
+ // value: '',
1298
+ // editable: true,
1299
+ // shape: 'ACP',
1300
+ // options: [
1301
+ // {
1302
+ // id: '1',
1303
+ // label: '1',
1304
+ // },
1305
+ // {
1306
+ // id: '2',
1307
+ // label: '2',
1308
+ // },
1309
+ // {
1310
+ // id: '3',
1311
+ // label: '3',
1312
+ // },
1313
+ // {
1314
+ // id: '4',
1315
+ // label: '4',
1316
+ // },
1317
+ // {
1318
+ // id: '5',
1319
+ // label: '5',
1320
+ // },
1321
+ // ],
1322
+ // },
1323
+ // REG: {
1324
+ // value: '',
1325
+ // editable: true,
1326
+ // shape: 'ACP',
1327
+ // options: [
1328
+ // {
1329
+ // id: '1',
1330
+ // label: '1',
1331
+ // },
1332
+ // {
1333
+ // id: '2',
1334
+ // label: '2',
1335
+ // },
1336
+ // {
1337
+ // id: '3',
1338
+ // label: '3',
1339
+ // },
1340
+ // {
1341
+ // id: '4',
1342
+ // label: '4',
1343
+ // },
1344
+ // {
1345
+ // id: '5',
1346
+ // label: '5',
1347
+ // },
1348
+ // ],
1349
+ // },
1350
+ // NAT: {
1351
+ // value: '',
1352
+ // editable: true,
1353
+ // shape: 'ACP',
1354
+ // options: [
1355
+ // {
1356
+ // id: '1',
1357
+ // label: '1',
1358
+ // },
1359
+ // {
1360
+ // id: '2',
1361
+ // label: '2',
1362
+ // },
1363
+ // {
1364
+ // id: '3',
1365
+ // label: '3',
1366
+ // },
1367
+ // {
1368
+ // id: '4',
1369
+ // label: '4',
1370
+ // },
1371
+ // {
1372
+ // id: '5',
1373
+ // label: '5',
1374
+ // },
1375
+ // ],
1376
+ // },
1377
+ // RCF: {
1378
+ // value: '',
1379
+ // editable: true,
1380
+ // shape: 'ACP',
1381
+ // options: [
1382
+ // {
1383
+ // id: '1',
1384
+ // label: '1',
1385
+ // },
1386
+ // {
1387
+ // id: '2',
1388
+ // label: '2',
1389
+ // },
1390
+ // {
1391
+ // id: '3',
1392
+ // label: '3',
1393
+ // },
1394
+ // {
1395
+ // id: '4',
1396
+ // label: '4',
1397
+ // },
1398
+ // {
1399
+ // id: '5',
1400
+ // label: '5',
1401
+ // },
1402
+ // ],
1403
+ // },
1404
+ // ATT: {
1405
+ // value: '',
1406
+ // editable: true,
1407
+ // shape: 'ACP',
1408
+ // options: [
1409
+ // {
1410
+ // id: '1',
1411
+ // label: '1',
1412
+ // },
1413
+ // {
1414
+ // id: '2',
1415
+ // label: '2',
1416
+ // },
1417
+ // {
1418
+ // id: '3',
1419
+ // label: '3',
1420
+ // },
1421
+ // {
1422
+ // id: '4',
1423
+ // label: '4',
1424
+ // },
1425
+ // {
1426
+ // id: '5',
1427
+ // label: '5',
1428
+ // },
1429
+ // ],
1430
+ // },
1431
+ // CAU: {
1432
+ // value: '',
1433
+ // editable: true,
1434
+ // shape: 'ACP',
1435
+ // options: [
1436
+ // {
1437
+ // id: '1',
1438
+ // label: '1',
1439
+ // },
1440
+ // {
1441
+ // id: '2',
1442
+ // label: '2',
1443
+ // },
1444
+ // {
1445
+ // id: '3',
1446
+ // label: '3',
1447
+ // },
1448
+ // {
1449
+ // id: '4',
1450
+ // label: '4',
1451
+ // },
1452
+ // {
1453
+ // id: '5',
1454
+ // label: '5',
1455
+ // },
1456
+ // ],
1457
+ // },
1458
+ // LST: {
1459
+ // value: '',
1460
+ // editable: true,
1461
+ // shape: 'ACP',
1462
+ // options: [
1463
+ // {
1464
+ // id: '1',
1465
+ // label: '1',
1466
+ // },
1467
+ // {
1468
+ // id: '2',
1469
+ // label: '2',
1470
+ // },
1471
+ // {
1472
+ // id: '3',
1473
+ // label: '3',
1474
+ // },
1475
+ // {
1476
+ // id: '4',
1477
+ // label: '4',
1478
+ // },
1479
+ // {
1480
+ // id: '5',
1481
+ // label: '5',
1482
+ // },
1483
+ // ],
1484
+ // },
1485
+ // DOC: {
1486
+ // value: '',
1487
+ // editable: true,
1488
+ // shape: 'ACP',
1489
+ // options: [
1490
+ // {
1491
+ // id: '1',
1492
+ // label: '1',
1493
+ // },
1494
+ // {
1495
+ // id: '2',
1496
+ // label: '2',
1497
+ // },
1498
+ // {
1499
+ // id: '3',
1500
+ // label: '3',
1501
+ // },
1502
+ // {
1503
+ // id: '4',
1504
+ // label: '4',
1505
+ // },
1506
+ // {
1507
+ // id: '5',
1508
+ // label: '5',
1509
+ // },
1510
+ // ],
1511
+ // },
1512
+ // LDO: {
1513
+ // value: '',
1514
+ // editable: true,
1515
+ // shape: 'ITX',
1516
+ // },
1517
+ // TDO: {
1518
+ // value: '',
1519
+ // editable: true,
1520
+ // shape: 'RAD',
1521
+ // options: [
1522
+ // {
1523
+ // id: '1',
1524
+ // label: 'Doc. Precendete',
1525
+ // },
1526
+ // {
1527
+ // id: '2',
1528
+ // label: 'Doc. Attuale',
1529
+ // },
1530
+ // ],
1531
+ // },
1532
+ // DAT: {
1533
+ // value: '',
1534
+ // editable: true,
1535
+ // shape: 'ITX',
1536
+ // },
1537
+ // TDA: {
1538
+ // value: '',
1539
+ // editable: true,
1540
+ // shape: 'RAD',
1541
+ // options: [
1542
+ // {
1543
+ // id: '1',
1544
+ // label: 'Data Lista',
1545
+ // },
1546
+ // {
1547
+ // id: '2',
1548
+ // label: 'Data Doc. Precendete',
1549
+ // },
1550
+ // ],
1551
+ // },
1552
+ // OCD: {
1553
+ // value: '',
1554
+ // editable: true,
1555
+ // shape: 'CMB',
1556
+ // options: [
1557
+ // {
1558
+ // id: '1',
1559
+ // label: 'Uguale',
1560
+ // },
1561
+ // {
1562
+ // id: '2',
1563
+ // label: 'Diverso',
1564
+ // },
1565
+ // {
1566
+ // id: '3',
1567
+ // label: 'Maggiore',
1568
+ // },
1569
+ // {
1570
+ // id: '4',
1571
+ // label: 'Minore',
1572
+ // },
1573
+ // {
1574
+ // id: '5',
1575
+ // label: 'Maggiore Uguale',
1576
+ // },
1577
+ // {
1578
+ // id: '6',
1579
+ // label: 'Minore Uguale',
1580
+ // },
1581
+ // {
1582
+ // id: '7',
1583
+ // label: 'Inizia con',
1584
+ // },
1585
+ // {
1586
+ // id: '8',
1587
+ // label: 'Non inizia con',
1588
+ // },
1589
+ // {
1590
+ // id: '9',
1591
+ // label: 'Termina con',
1592
+ // },
1593
+ // {
1594
+ // id: '10',
1595
+ // label: 'Non termina con',
1596
+ // },
1597
+ // {
1598
+ // id: '11',
1599
+ // label: 'Contiene',
1600
+ // },
1601
+ // {
1602
+ // id: '12',
1603
+ // label: 'Non contiene',
1604
+ // },
1605
+ // {
1606
+ // id: '13',
1607
+ // label: 'Incluso in',
1608
+ // },
1609
+ // {
1610
+ // id: '14',
1611
+ // label: 'Escluso da',
1612
+ // },
1613
+ // {
1614
+ // id: '15',
1615
+ // label: 'In elenco',
1616
+ // },
1617
+ // {
1618
+ // id: '16',
1619
+ // label: 'Non in elenco',
1620
+ // },
1621
+ // {
1622
+ // id: '17',
1623
+ // label: 'Simile',
1624
+ // },
1625
+ // {
1626
+ // id: '18',
1627
+ // label: 'Non simile',
1628
+ // },
1629
+ // {
1630
+ // id: '19',
1631
+ // label: 'Nullo',
1632
+ // },
1633
+ // {
1634
+ // id: '20',
1635
+ // label: 'Non nullo',
1636
+ // },
1637
+ // ],
1638
+ // },
1639
+ // OMR: {
1640
+ // value: '',
1641
+ // editable: true,
1642
+ // shape: 'CMB',
1643
+ // options: [
1644
+ // {
1645
+ // id: '1',
1646
+ // label: 'Uguale',
1647
+ // },
1648
+ // {
1649
+ // id: '2',
1650
+ // label: 'Diverso',
1651
+ // },
1652
+ // {
1653
+ // id: '3',
1654
+ // label: 'Maggiore',
1655
+ // },
1656
+ // {
1657
+ // id: '4',
1658
+ // label: 'Minore',
1659
+ // },
1660
+ // {
1661
+ // id: '5',
1662
+ // label: 'Maggiore Uguale',
1663
+ // },
1664
+ // {
1665
+ // id: '6',
1666
+ // label: 'Minore Uguale',
1667
+ // },
1668
+ // {
1669
+ // id: '7',
1670
+ // label: 'Inizia con',
1671
+ // },
1672
+ // {
1673
+ // id: '8',
1674
+ // label: 'Non inizia con',
1675
+ // },
1676
+ // {
1677
+ // id: '9',
1678
+ // label: 'Termina con',
1679
+ // },
1680
+ // {
1681
+ // id: '10',
1682
+ // label: 'Non termina con',
1683
+ // },
1684
+ // {
1685
+ // id: '11',
1686
+ // label: 'Contiene',
1687
+ // },
1688
+ // {
1689
+ // id: '12',
1690
+ // label: 'Non contiene',
1691
+ // },
1692
+ // {
1693
+ // id: '13',
1694
+ // label: 'Incluso in',
1695
+ // },
1696
+ // {
1697
+ // id: '14',
1698
+ // label: 'Escluso da',
1699
+ // },
1700
+ // {
1701
+ // id: '15',
1702
+ // label: 'In elenco',
1703
+ // },
1704
+ // {
1705
+ // id: '16',
1706
+ // label: 'Non in elenco',
1707
+ // },
1708
+ // {
1709
+ // id: '17',
1710
+ // label: 'Simile',
1711
+ // },
1712
+ // {
1713
+ // id: '18',
1714
+ // label: 'Non simile',
1715
+ // },
1716
+ // {
1717
+ // id: '19',
1718
+ // label: 'Nullo',
1719
+ // },
1720
+ // {
1721
+ // id: '20',
1722
+ // label: 'Non nullo',
1723
+ // },
1724
+ // ],
1725
+ // },
1726
+ // OFM: {
1727
+ // value: '',
1728
+ // editable: true,
1729
+ // shape: 'CMB',
1730
+ // options: [
1731
+ // {
1732
+ // id: '1',
1733
+ // label: 'Uguale',
1734
+ // },
1735
+ // {
1736
+ // id: '2',
1737
+ // label: 'Diverso',
1738
+ // },
1739
+ // {
1740
+ // id: '3',
1741
+ // label: 'Maggiore',
1742
+ // },
1743
+ // {
1744
+ // id: '4',
1745
+ // label: 'Minore',
1746
+ // },
1747
+ // {
1748
+ // id: '5',
1749
+ // label: 'Maggiore Uguale',
1750
+ // },
1751
+ // {
1752
+ // id: '6',
1753
+ // label: 'Minore Uguale',
1754
+ // },
1755
+ // {
1756
+ // id: '7',
1757
+ // label: 'Inizia con',
1758
+ // },
1759
+ // {
1760
+ // id: '8',
1761
+ // label: 'Non inizia con',
1762
+ // },
1763
+ // {
1764
+ // id: '9',
1765
+ // label: 'Termina con',
1766
+ // },
1767
+ // {
1768
+ // id: '10',
1769
+ // label: 'Non termina con',
1770
+ // },
1771
+ // {
1772
+ // id: '11',
1773
+ // label: 'Contiene',
1774
+ // },
1775
+ // {
1776
+ // id: '12',
1777
+ // label: 'Non contiene',
1778
+ // },
1779
+ // {
1780
+ // id: '13',
1781
+ // label: 'Incluso in',
1782
+ // },
1783
+ // {
1784
+ // id: '14',
1785
+ // label: 'Escluso da',
1786
+ // },
1787
+ // {
1788
+ // id: '15',
1789
+ // label: 'In elenco',
1790
+ // },
1791
+ // {
1792
+ // id: '16',
1793
+ // label: 'Non in elenco',
1794
+ // },
1795
+ // {
1796
+ // id: '17',
1797
+ // label: 'Simile',
1798
+ // },
1799
+ // {
1800
+ // id: '18',
1801
+ // label: 'Non simile',
1802
+ // },
1803
+ // {
1804
+ // id: '19',
1805
+ // label: 'Nullo',
1806
+ // },
1807
+ // {
1808
+ // id: '20',
1809
+ // label: 'Non nullo',
1810
+ // },
1811
+ // ],
1812
+ // },
1813
+ // OTA: {
1814
+ // value: '',
1815
+ // editable: true,
1816
+ // shape: 'CMB',
1817
+ // options: [
1818
+ // {
1819
+ // id: '1',
1820
+ // label: 'Uguale',
1821
+ // },
1822
+ // {
1823
+ // id: '2',
1824
+ // label: 'Diverso',
1825
+ // },
1826
+ // {
1827
+ // id: '3',
1828
+ // label: 'Maggiore',
1829
+ // },
1830
+ // {
1831
+ // id: '4',
1832
+ // label: 'Minore',
1833
+ // },
1834
+ // {
1835
+ // id: '5',
1836
+ // label: 'Maggiore Uguale',
1837
+ // },
1838
+ // {
1839
+ // id: '6',
1840
+ // label: 'Minore Uguale',
1841
+ // },
1842
+ // {
1843
+ // id: '7',
1844
+ // label: 'Inizia con',
1845
+ // },
1846
+ // {
1847
+ // id: '8',
1848
+ // label: 'Non inizia con',
1849
+ // },
1850
+ // {
1851
+ // id: '9',
1852
+ // label: 'Termina con',
1853
+ // },
1854
+ // {
1855
+ // id: '10',
1856
+ // label: 'Non termina con',
1857
+ // },
1858
+ // {
1859
+ // id: '11',
1860
+ // label: 'Contiene',
1861
+ // },
1862
+ // {
1863
+ // id: '12',
1864
+ // label: 'Non contiene',
1865
+ // },
1866
+ // {
1867
+ // id: '13',
1868
+ // label: 'Incluso in',
1869
+ // },
1870
+ // {
1871
+ // id: '14',
1872
+ // label: 'Escluso da',
1873
+ // },
1874
+ // {
1875
+ // id: '15',
1876
+ // label: 'In elenco',
1877
+ // },
1878
+ // {
1879
+ // id: '16',
1880
+ // label: 'Non in elenco',
1881
+ // },
1882
+ // {
1883
+ // id: '17',
1884
+ // label: 'Simile',
1885
+ // },
1886
+ // {
1887
+ // id: '18',
1888
+ // label: 'Non simile',
1889
+ // },
1890
+ // {
1891
+ // id: '19',
1892
+ // label: 'Nullo',
1893
+ // },
1894
+ // {
1895
+ // id: '20',
1896
+ // label: 'Non nullo',
1897
+ // },
1898
+ // ],
1899
+ // },
1900
+ // OGM: {
1901
+ // value: '',
1902
+ // editable: true,
1903
+ // shape: 'CMB',
1904
+ // options: [
1905
+ // {
1906
+ // id: '1',
1907
+ // label: 'Uguale',
1908
+ // },
1909
+ // {
1910
+ // id: '2',
1911
+ // label: 'Diverso',
1912
+ // },
1913
+ // {
1914
+ // id: '3',
1915
+ // label: 'Maggiore',
1916
+ // },
1917
+ // {
1918
+ // id: '4',
1919
+ // label: 'Minore',
1920
+ // },
1921
+ // {
1922
+ // id: '5',
1923
+ // label: 'Maggiore Uguale',
1924
+ // },
1925
+ // {
1926
+ // id: '6',
1927
+ // label: 'Minore Uguale',
1928
+ // },
1929
+ // {
1930
+ // id: '7',
1931
+ // label: 'Inizia con',
1932
+ // },
1933
+ // {
1934
+ // id: '8',
1935
+ // label: 'Non inizia con',
1936
+ // },
1937
+ // {
1938
+ // id: '9',
1939
+ // label: 'Termina con',
1940
+ // },
1941
+ // {
1942
+ // id: '10',
1943
+ // label: 'Non termina con',
1944
+ // },
1945
+ // {
1946
+ // id: '11',
1947
+ // label: 'Contiene',
1948
+ // },
1949
+ // {
1950
+ // id: '12',
1951
+ // label: 'Non contiene',
1952
+ // },
1953
+ // {
1954
+ // id: '13',
1955
+ // label: 'Incluso in',
1956
+ // },
1957
+ // {
1958
+ // id: '14',
1959
+ // label: 'Escluso da',
1960
+ // },
1961
+ // {
1962
+ // id: '15',
1963
+ // label: 'In elenco',
1964
+ // },
1965
+ // {
1966
+ // id: '16',
1967
+ // label: 'Non in elenco',
1968
+ // },
1969
+ // {
1970
+ // id: '17',
1971
+ // label: 'Simile',
1972
+ // },
1973
+ // {
1974
+ // id: '18',
1975
+ // label: 'Non simile',
1976
+ // },
1977
+ // {
1978
+ // id: '19',
1979
+ // label: 'Nullo',
1980
+ // },
1981
+ // {
1982
+ // id: '20',
1983
+ // label: 'Non nullo',
1984
+ // },
1985
+ // ],
1986
+ // },
1987
+ // OCL: {
1988
+ // value: '',
1989
+ // editable: true,
1990
+ // shape: 'CMB',
1991
+ // options: [
1992
+ // {
1993
+ // id: '1',
1994
+ // label: 'Uguale',
1995
+ // },
1996
+ // {
1997
+ // id: '2',
1998
+ // label: 'Diverso',
1999
+ // },
2000
+ // {
2001
+ // id: '3',
2002
+ // label: 'Maggiore',
2003
+ // },
2004
+ // {
2005
+ // id: '4',
2006
+ // label: 'Minore',
2007
+ // },
2008
+ // {
2009
+ // id: '5',
2010
+ // label: 'Maggiore Uguale',
2011
+ // },
2012
+ // {
2013
+ // id: '6',
2014
+ // label: 'Minore Uguale',
2015
+ // },
2016
+ // {
2017
+ // id: '7',
2018
+ // label: 'Inizia con',
2019
+ // },
2020
+ // {
2021
+ // id: '8',
2022
+ // label: 'Non inizia con',
2023
+ // },
2024
+ // {
2025
+ // id: '9',
2026
+ // label: 'Termina con',
2027
+ // },
2028
+ // {
2029
+ // id: '10',
2030
+ // label: 'Non termina con',
2031
+ // },
2032
+ // {
2033
+ // id: '11',
2034
+ // label: 'Contiene',
2035
+ // },
2036
+ // {
2037
+ // id: '12',
2038
+ // label: 'Non contiene',
2039
+ // },
2040
+ // {
2041
+ // id: '13',
2042
+ // label: 'Incluso in',
2043
+ // },
2044
+ // {
2045
+ // id: '14',
2046
+ // label: 'Escluso da',
2047
+ // },
2048
+ // {
2049
+ // id: '15',
2050
+ // label: 'In elenco',
2051
+ // },
2052
+ // {
2053
+ // id: '16',
2054
+ // label: 'Non in elenco',
2055
+ // },
2056
+ // {
2057
+ // id: '17',
2058
+ // label: 'Simile',
2059
+ // },
2060
+ // {
2061
+ // id: '18',
2062
+ // label: 'Non simile',
2063
+ // },
2064
+ // {
2065
+ // id: '19',
2066
+ // label: 'Nullo',
2067
+ // },
2068
+ // {
2069
+ // id: '20',
2070
+ // label: 'Non nullo',
2071
+ // },
2072
+ // ],
2073
+ // },
2074
+ // OMD: {
2075
+ // value: '',
2076
+ // editable: true,
2077
+ // shape: 'CMB',
2078
+ // options: [
2079
+ // {
2080
+ // id: '1',
2081
+ // label: 'Uguale',
2082
+ // },
2083
+ // {
2084
+ // id: '2',
2085
+ // label: 'Diverso',
2086
+ // },
2087
+ // {
2088
+ // id: '3',
2089
+ // label: 'Maggiore',
2090
+ // },
2091
+ // {
2092
+ // id: '4',
2093
+ // label: 'Minore',
2094
+ // },
2095
+ // {
2096
+ // id: '5',
2097
+ // label: 'Maggiore Uguale',
2098
+ // },
2099
+ // {
2100
+ // id: '6',
2101
+ // label: 'Minore Uguale',
2102
+ // },
2103
+ // {
2104
+ // id: '7',
2105
+ // label: 'Inizia con',
2106
+ // },
2107
+ // {
2108
+ // id: '8',
2109
+ // label: 'Non inizia con',
2110
+ // },
2111
+ // {
2112
+ // id: '9',
2113
+ // label: 'Termina con',
2114
+ // },
2115
+ // {
2116
+ // id: '10',
2117
+ // label: 'Non termina con',
2118
+ // },
2119
+ // {
2120
+ // id: '11',
2121
+ // label: 'Contiene',
2122
+ // },
2123
+ // {
2124
+ // id: '12',
2125
+ // label: 'Non contiene',
2126
+ // },
2127
+ // {
2128
+ // id: '13',
2129
+ // label: 'Incluso in',
2130
+ // },
2131
+ // {
2132
+ // id: '14',
2133
+ // label: 'Escluso da',
2134
+ // },
2135
+ // {
2136
+ // id: '15',
2137
+ // label: 'In elenco',
2138
+ // },
2139
+ // {
2140
+ // id: '16',
2141
+ // label: 'Non in elenco',
2142
+ // },
2143
+ // {
2144
+ // id: '17',
2145
+ // label: 'Simile',
2146
+ // },
2147
+ // {
2148
+ // id: '18',
2149
+ // label: 'Non simile',
2150
+ // },
2151
+ // {
2152
+ // id: '19',
2153
+ // label: 'Nullo',
2154
+ // },
2155
+ // {
2156
+ // id: '20',
2157
+ // label: 'Non nullo',
2158
+ // },
2159
+ // ],
2160
+ // },
2161
+ // OCA: {
2162
+ // value: '',
2163
+ // editable: true,
2164
+ // shape: 'CMB',
2165
+ // options: [
2166
+ // {
2167
+ // id: '1',
2168
+ // label: 'Uguale',
2169
+ // },
2170
+ // {
2171
+ // id: '2',
2172
+ // label: 'Diverso',
2173
+ // },
2174
+ // {
2175
+ // id: '3',
2176
+ // label: 'Maggiore',
2177
+ // },
2178
+ // {
2179
+ // id: '4',
2180
+ // label: 'Minore',
2181
+ // },
2182
+ // {
2183
+ // id: '5',
2184
+ // label: 'Maggiore Uguale',
2185
+ // },
2186
+ // {
2187
+ // id: '6',
2188
+ // label: 'Minore Uguale',
2189
+ // },
2190
+ // {
2191
+ // id: '7',
2192
+ // label: 'Inizia con',
2193
+ // },
2194
+ // {
2195
+ // id: '8',
2196
+ // label: 'Non inizia con',
2197
+ // },
2198
+ // {
2199
+ // id: '9',
2200
+ // label: 'Termina con',
2201
+ // },
2202
+ // {
2203
+ // id: '10',
2204
+ // label: 'Non termina con',
2205
+ // },
2206
+ // {
2207
+ // id: '11',
2208
+ // label: 'Contiene',
2209
+ // },
2210
+ // {
2211
+ // id: '12',
2212
+ // label: 'Non contiene',
2213
+ // },
2214
+ // {
2215
+ // id: '13',
2216
+ // label: 'Incluso in',
2217
+ // },
2218
+ // {
2219
+ // id: '14',
2220
+ // label: 'Escluso da',
2221
+ // },
2222
+ // {
2223
+ // id: '15',
2224
+ // label: 'In elenco',
2225
+ // },
2226
+ // {
2227
+ // id: '16',
2228
+ // label: 'Non in elenco',
2229
+ // },
2230
+ // {
2231
+ // id: '17',
2232
+ // label: 'Simile',
2233
+ // },
2234
+ // {
2235
+ // id: '18',
2236
+ // label: 'Non simile',
2237
+ // },
2238
+ // {
2239
+ // id: '19',
2240
+ // label: 'Nullo',
2241
+ // },
2242
+ // {
2243
+ // id: '20',
2244
+ // label: 'Non nullo',
2245
+ // },
2246
+ // ],
2247
+ // },
2248
+ // OTR: {
2249
+ // value: '',
2250
+ // editable: true,
2251
+ // shape: 'CMB',
2252
+ // options: [
2253
+ // {
2254
+ // id: '1',
2255
+ // label: 'Uguale',
2256
+ // },
2257
+ // {
2258
+ // id: '2',
2259
+ // label: 'Diverso',
2260
+ // },
2261
+ // {
2262
+ // id: '3',
2263
+ // label: 'Maggiore',
2264
+ // },
2265
+ // {
2266
+ // id: '4',
2267
+ // label: 'Minore',
2268
+ // },
2269
+ // {
2270
+ // id: '5',
2271
+ // label: 'Maggiore Uguale',
2272
+ // },
2273
+ // {
2274
+ // id: '6',
2275
+ // label: 'Minore Uguale',
2276
+ // },
2277
+ // {
2278
+ // id: '7',
2279
+ // label: 'Inizia con',
2280
+ // },
2281
+ // {
2282
+ // id: '8',
2283
+ // label: 'Non inizia con',
2284
+ // },
2285
+ // {
2286
+ // id: '9',
2287
+ // label: 'Termina con',
2288
+ // },
2289
+ // {
2290
+ // id: '10',
2291
+ // label: 'Non termina con',
2292
+ // },
2293
+ // {
2294
+ // id: '11',
2295
+ // label: 'Contiene',
2296
+ // },
2297
+ // {
2298
+ // id: '12',
2299
+ // label: 'Non contiene',
2300
+ // },
2301
+ // {
2302
+ // id: '13',
2303
+ // label: 'Incluso in',
2304
+ // },
2305
+ // {
2306
+ // id: '14',
2307
+ // label: 'Escluso da',
2308
+ // },
2309
+ // {
2310
+ // id: '15',
2311
+ // label: 'In elenco',
2312
+ // },
2313
+ // {
2314
+ // id: '16',
2315
+ // label: 'Non in elenco',
2316
+ // },
2317
+ // {
2318
+ // id: '17',
2319
+ // label: 'Simile',
2320
+ // },
2321
+ // {
2322
+ // id: '18',
2323
+ // label: 'Non simile',
2324
+ // },
2325
+ // {
2326
+ // id: '19',
2327
+ // label: 'Nullo',
2328
+ // },
2329
+ // {
2330
+ // id: '20',
2331
+ // label: 'Non nullo',
2332
+ // },
2333
+ // ],
2334
+ // },
2335
+ // OCF: {
2336
+ // value: '',
2337
+ // editable: true,
2338
+ // shape: 'CMB',
2339
+ // options: [
2340
+ // {
2341
+ // id: '1',
2342
+ // label: 'Uguale',
2343
+ // },
2344
+ // {
2345
+ // id: '2',
2346
+ // label: 'Diverso',
2347
+ // },
2348
+ // {
2349
+ // id: '3',
2350
+ // label: 'Maggiore',
2351
+ // },
2352
+ // {
2353
+ // id: '4',
2354
+ // label: 'Minore',
2355
+ // },
2356
+ // {
2357
+ // id: '5',
2358
+ // label: 'Maggiore Uguale',
2359
+ // },
2360
+ // {
2361
+ // id: '6',
2362
+ // label: 'Minore Uguale',
2363
+ // },
2364
+ // {
2365
+ // id: '7',
2366
+ // label: 'Inizia con',
2367
+ // },
2368
+ // {
2369
+ // id: '8',
2370
+ // label: 'Non inizia con',
2371
+ // },
2372
+ // {
2373
+ // id: '9',
2374
+ // label: 'Termina con',
2375
+ // },
2376
+ // {
2377
+ // id: '10',
2378
+ // label: 'Non termina con',
2379
+ // },
2380
+ // {
2381
+ // id: '11',
2382
+ // label: 'Contiene',
2383
+ // },
2384
+ // {
2385
+ // id: '12',
2386
+ // label: 'Non contiene',
2387
+ // },
2388
+ // {
2389
+ // id: '13',
2390
+ // label: 'Incluso in',
2391
+ // },
2392
+ // {
2393
+ // id: '14',
2394
+ // label: 'Escluso da',
2395
+ // },
2396
+ // {
2397
+ // id: '15',
2398
+ // label: 'In elenco',
2399
+ // },
2400
+ // {
2401
+ // id: '16',
2402
+ // label: 'Non in elenco',
2403
+ // },
2404
+ // {
2405
+ // id: '17',
2406
+ // label: 'Simile',
2407
+ // },
2408
+ // {
2409
+ // id: '18',
2410
+ // label: 'Non simile',
2411
+ // },
2412
+ // {
2413
+ // id: '19',
2414
+ // label: 'Nullo',
2415
+ // },
2416
+ // {
2417
+ // id: '20',
2418
+ // label: 'Non nullo',
2419
+ // },
2420
+ // ],
2421
+ // },
2422
+ // OCT: {
2423
+ // value: '',
2424
+ // editable: true,
2425
+ // shape: 'CMB',
2426
+ // options: [
2427
+ // {
2428
+ // id: '1',
2429
+ // label: 'Uguale',
2430
+ // },
2431
+ // {
2432
+ // id: '2',
2433
+ // label: 'Diverso',
2434
+ // },
2435
+ // {
2436
+ // id: '3',
2437
+ // label: 'Maggiore',
2438
+ // },
2439
+ // {
2440
+ // id: '4',
2441
+ // label: 'Minore',
2442
+ // },
2443
+ // {
2444
+ // id: '5',
2445
+ // label: 'Maggiore Uguale',
2446
+ // },
2447
+ // {
2448
+ // id: '6',
2449
+ // label: 'Minore Uguale',
2450
+ // },
2451
+ // {
2452
+ // id: '7',
2453
+ // label: 'Inizia con',
2454
+ // },
2455
+ // {
2456
+ // id: '8',
2457
+ // label: 'Non inizia con',
2458
+ // },
2459
+ // {
2460
+ // id: '9',
2461
+ // label: 'Termina con',
2462
+ // },
2463
+ // {
2464
+ // id: '10',
2465
+ // label: 'Non termina con',
2466
+ // },
2467
+ // {
2468
+ // id: '11',
2469
+ // label: 'Contiene',
2470
+ // },
2471
+ // {
2472
+ // id: '12',
2473
+ // label: 'Non contiene',
2474
+ // },
2475
+ // {
2476
+ // id: '13',
2477
+ // label: 'Incluso in',
2478
+ // },
2479
+ // {
2480
+ // id: '14',
2481
+ // label: 'Escluso da',
2482
+ // },
2483
+ // {
2484
+ // id: '15',
2485
+ // label: 'In elenco',
2486
+ // },
2487
+ // {
2488
+ // id: '16',
2489
+ // label: 'Non in elenco',
2490
+ // },
2491
+ // {
2492
+ // id: '17',
2493
+ // label: 'Simile',
2494
+ // },
2495
+ // {
2496
+ // id: '18',
2497
+ // label: 'Non simile',
2498
+ // },
2499
+ // {
2500
+ // id: '19',
2501
+ // label: 'Nullo',
2502
+ // },
2503
+ // {
2504
+ // id: '20',
2505
+ // label: 'Non nullo',
2506
+ // },
2507
+ // ],
2508
+ // },
2509
+ // OZN: {
2510
+ // value: '',
2511
+ // editable: true,
2512
+ // shape: 'CMB',
2513
+ // options: [
2514
+ // {
2515
+ // id: '1',
2516
+ // label: 'Uguale',
2517
+ // },
2518
+ // {
2519
+ // id: '2',
2520
+ // label: 'Diverso',
2521
+ // },
2522
+ // {
2523
+ // id: '3',
2524
+ // label: 'Maggiore',
2525
+ // },
2526
+ // {
2527
+ // id: '4',
2528
+ // label: 'Minore',
2529
+ // },
2530
+ // {
2531
+ // id: '5',
2532
+ // label: 'Maggiore Uguale',
2533
+ // },
2534
+ // {
2535
+ // id: '6',
2536
+ // label: 'Minore Uguale',
2537
+ // },
2538
+ // {
2539
+ // id: '7',
2540
+ // label: 'Inizia con',
2541
+ // },
2542
+ // {
2543
+ // id: '8',
2544
+ // label: 'Non inizia con',
2545
+ // },
2546
+ // {
2547
+ // id: '9',
2548
+ // label: 'Termina con',
2549
+ // },
2550
+ // {
2551
+ // id: '10',
2552
+ // label: 'Non termina con',
2553
+ // },
2554
+ // {
2555
+ // id: '11',
2556
+ // label: 'Contiene',
2557
+ // },
2558
+ // {
2559
+ // id: '12',
2560
+ // label: 'Non contiene',
2561
+ // },
2562
+ // {
2563
+ // id: '13',
2564
+ // label: 'Incluso in',
2565
+ // },
2566
+ // {
2567
+ // id: '14',
2568
+ // label: 'Escluso da',
2569
+ // },
2570
+ // {
2571
+ // id: '15',
2572
+ // label: 'In elenco',
2573
+ // },
2574
+ // {
2575
+ // id: '16',
2576
+ // label: 'Non in elenco',
2577
+ // },
2578
+ // {
2579
+ // id: '17',
2580
+ // label: 'Simile',
2581
+ // },
2582
+ // {
2583
+ // id: '18',
2584
+ // label: 'Non simile',
2585
+ // },
2586
+ // {
2587
+ // id: '19',
2588
+ // label: 'Nullo',
2589
+ // },
2590
+ // {
2591
+ // id: '20',
2592
+ // label: 'Non nullo',
2593
+ // },
2594
+ // ],
2595
+ // },
2596
+ // OCM: {
2597
+ // value: '',
2598
+ // editable: true,
2599
+ // shape: 'CMB',
2600
+ // options: [
2601
+ // {
2602
+ // id: '1',
2603
+ // label: 'Uguale',
2604
+ // },
2605
+ // {
2606
+ // id: '2',
2607
+ // label: 'Diverso',
2608
+ // },
2609
+ // {
2610
+ // id: '3',
2611
+ // label: 'Maggiore',
2612
+ // },
2613
+ // {
2614
+ // id: '4',
2615
+ // label: 'Minore',
2616
+ // },
2617
+ // {
2618
+ // id: '5',
2619
+ // label: 'Maggiore Uguale',
2620
+ // },
2621
+ // {
2622
+ // id: '6',
2623
+ // label: 'Minore Uguale',
2624
+ // },
2625
+ // {
2626
+ // id: '7',
2627
+ // label: 'Inizia con',
2628
+ // },
2629
+ // {
2630
+ // id: '8',
2631
+ // label: 'Non inizia con',
2632
+ // },
2633
+ // {
2634
+ // id: '9',
2635
+ // label: 'Termina con',
2636
+ // },
2637
+ // {
2638
+ // id: '10',
2639
+ // label: 'Non termina con',
2640
+ // },
2641
+ // {
2642
+ // id: '11',
2643
+ // label: 'Contiene',
2644
+ // },
2645
+ // {
2646
+ // id: '12',
2647
+ // label: 'Non contiene',
2648
+ // },
2649
+ // {
2650
+ // id: '13',
2651
+ // label: 'Incluso in',
2652
+ // },
2653
+ // {
2654
+ // id: '14',
2655
+ // label: 'Escluso da',
2656
+ // },
2657
+ // {
2658
+ // id: '15',
2659
+ // label: 'In elenco',
2660
+ // },
2661
+ // {
2662
+ // id: '16',
2663
+ // label: 'Non in elenco',
2664
+ // },
2665
+ // {
2666
+ // id: '17',
2667
+ // label: 'Simile',
2668
+ // },
2669
+ // {
2670
+ // id: '18',
2671
+ // label: 'Non simile',
2672
+ // },
2673
+ // {
2674
+ // id: '19',
2675
+ // label: 'Nullo',
2676
+ // },
2677
+ // {
2678
+ // id: '20',
2679
+ // label: 'Non nullo',
2680
+ // },
2681
+ // ],
2682
+ // },
2683
+ // OPR: {
2684
+ // value: '',
2685
+ // editable: true,
2686
+ // shape: 'CMB',
2687
+ // options: [
2688
+ // {
2689
+ // id: '1',
2690
+ // label: 'Uguale',
2691
+ // },
2692
+ // {
2693
+ // id: '2',
2694
+ // label: 'Diverso',
2695
+ // },
2696
+ // {
2697
+ // id: '3',
2698
+ // label: 'Maggiore',
2699
+ // },
2700
+ // {
2701
+ // id: '4',
2702
+ // label: 'Minore',
2703
+ // },
2704
+ // {
2705
+ // id: '5',
2706
+ // label: 'Maggiore Uguale',
2707
+ // },
2708
+ // {
2709
+ // id: '6',
2710
+ // label: 'Minore Uguale',
2711
+ // },
2712
+ // {
2713
+ // id: '7',
2714
+ // label: 'Inizia con',
2715
+ // },
2716
+ // {
2717
+ // id: '8',
2718
+ // label: 'Non inizia con',
2719
+ // },
2720
+ // {
2721
+ // id: '9',
2722
+ // label: 'Termina con',
2723
+ // },
2724
+ // {
2725
+ // id: '10',
2726
+ // label: 'Non termina con',
2727
+ // },
2728
+ // {
2729
+ // id: '11',
2730
+ // label: 'Contiene',
2731
+ // },
2732
+ // {
2733
+ // id: '12',
2734
+ // label: 'Non contiene',
2735
+ // },
2736
+ // {
2737
+ // id: '13',
2738
+ // label: 'Incluso in',
2739
+ // },
2740
+ // {
2741
+ // id: '14',
2742
+ // label: 'Escluso da',
2743
+ // },
2744
+ // {
2745
+ // id: '15',
2746
+ // label: 'In elenco',
2747
+ // },
2748
+ // {
2749
+ // id: '16',
2750
+ // label: 'Non in elenco',
2751
+ // },
2752
+ // {
2753
+ // id: '17',
2754
+ // label: 'Simile',
2755
+ // },
2756
+ // {
2757
+ // id: '18',
2758
+ // label: 'Non simile',
2759
+ // },
2760
+ // {
2761
+ // id: '19',
2762
+ // label: 'Nullo',
2763
+ // },
2764
+ // {
2765
+ // id: '20',
2766
+ // label: 'Non nullo',
2767
+ // },
2768
+ // ],
2769
+ // },
2770
+ // OAG: {
2771
+ // value: '',
2772
+ // editable: true,
2773
+ // shape: 'CMB',
2774
+ // options: [
2775
+ // {
2776
+ // id: '1',
2777
+ // label: 'Uguale',
2778
+ // },
2779
+ // {
2780
+ // id: '2',
2781
+ // label: 'Diverso',
2782
+ // },
2783
+ // {
2784
+ // id: '3',
2785
+ // label: 'Maggiore',
2786
+ // },
2787
+ // {
2788
+ // id: '4',
2789
+ // label: 'Minore',
2790
+ // },
2791
+ // {
2792
+ // id: '5',
2793
+ // label: 'Maggiore Uguale',
2794
+ // },
2795
+ // {
2796
+ // id: '6',
2797
+ // label: 'Minore Uguale',
2798
+ // },
2799
+ // {
2800
+ // id: '7',
2801
+ // label: 'Inizia con',
2802
+ // },
2803
+ // {
2804
+ // id: '8',
2805
+ // label: 'Non inizia con',
2806
+ // },
2807
+ // {
2808
+ // id: '9',
2809
+ // label: 'Termina con',
2810
+ // },
2811
+ // {
2812
+ // id: '10',
2813
+ // label: 'Non termina con',
2814
+ // },
2815
+ // {
2816
+ // id: '11',
2817
+ // label: 'Contiene',
2818
+ // },
2819
+ // {
2820
+ // id: '12',
2821
+ // label: 'Non contiene',
2822
+ // },
2823
+ // {
2824
+ // id: '13',
2825
+ // label: 'Incluso in',
2826
+ // },
2827
+ // {
2828
+ // id: '14',
2829
+ // label: 'Escluso da',
2830
+ // },
2831
+ // {
2832
+ // id: '15',
2833
+ // label: 'In elenco',
2834
+ // },
2835
+ // {
2836
+ // id: '16',
2837
+ // label: 'Non in elenco',
2838
+ // },
2839
+ // {
2840
+ // id: '17',
2841
+ // label: 'Simile',
2842
+ // },
2843
+ // {
2844
+ // id: '18',
2845
+ // label: 'Non simile',
2846
+ // },
2847
+ // {
2848
+ // id: '19',
2849
+ // label: 'Nullo',
2850
+ // },
2851
+ // {
2852
+ // id: '20',
2853
+ // label: 'Non nullo',
2854
+ // },
2855
+ // ],
2856
+ // },
2857
+ // ORG: {
2858
+ // value: '',
2859
+ // editable: true,
2860
+ // shape: 'CMB',
2861
+ // options: [
2862
+ // {
2863
+ // id: '1',
2864
+ // label: 'Uguale',
2865
+ // },
2866
+ // {
2867
+ // id: '2',
2868
+ // label: 'Diverso',
2869
+ // },
2870
+ // {
2871
+ // id: '3',
2872
+ // label: 'Maggiore',
2873
+ // },
2874
+ // {
2875
+ // id: '4',
2876
+ // label: 'Minore',
2877
+ // },
2878
+ // {
2879
+ // id: '5',
2880
+ // label: 'Maggiore Uguale',
2881
+ // },
2882
+ // {
2883
+ // id: '6',
2884
+ // label: 'Minore Uguale',
2885
+ // },
2886
+ // {
2887
+ // id: '7',
2888
+ // label: 'Inizia con',
2889
+ // },
2890
+ // {
2891
+ // id: '8',
2892
+ // label: 'Non inizia con',
2893
+ // },
2894
+ // {
2895
+ // id: '9',
2896
+ // label: 'Termina con',
2897
+ // },
2898
+ // {
2899
+ // id: '10',
2900
+ // label: 'Non termina con',
2901
+ // },
2902
+ // {
2903
+ // id: '11',
2904
+ // label: 'Contiene',
2905
+ // },
2906
+ // {
2907
+ // id: '12',
2908
+ // label: 'Non contiene',
2909
+ // },
2910
+ // {
2911
+ // id: '13',
2912
+ // label: 'Incluso in',
2913
+ // },
2914
+ // {
2915
+ // id: '14',
2916
+ // label: 'Escluso da',
2917
+ // },
2918
+ // {
2919
+ // id: '15',
2920
+ // label: 'In elenco',
2921
+ // },
2922
+ // {
2923
+ // id: '16',
2924
+ // label: 'Non in elenco',
2925
+ // },
2926
+ // {
2927
+ // id: '17',
2928
+ // label: 'Simile',
2929
+ // },
2930
+ // {
2931
+ // id: '18',
2932
+ // label: 'Non simile',
2933
+ // },
2934
+ // {
2935
+ // id: '19',
2936
+ // label: 'Nullo',
2937
+ // },
2938
+ // {
2939
+ // id: '20',
2940
+ // label: 'Non nullo',
2941
+ // },
2942
+ // ],
2943
+ // },
2944
+ // ONZ: {
2945
+ // value: '',
2946
+ // editable: true,
2947
+ // shape: 'CMB',
2948
+ // options: [
2949
+ // {
2950
+ // id: '1',
2951
+ // label: 'Uguale',
2952
+ // },
2953
+ // {
2954
+ // id: '2',
2955
+ // label: 'Diverso',
2956
+ // },
2957
+ // {
2958
+ // id: '3',
2959
+ // label: 'Maggiore',
2960
+ // },
2961
+ // {
2962
+ // id: '4',
2963
+ // label: 'Minore',
2964
+ // },
2965
+ // {
2966
+ // id: '5',
2967
+ // label: 'Maggiore Uguale',
2968
+ // },
2969
+ // {
2970
+ // id: '6',
2971
+ // label: 'Minore Uguale',
2972
+ // },
2973
+ // {
2974
+ // id: '7',
2975
+ // label: 'Inizia con',
2976
+ // },
2977
+ // {
2978
+ // id: '8',
2979
+ // label: 'Non inizia con',
2980
+ // },
2981
+ // {
2982
+ // id: '9',
2983
+ // label: 'Termina con',
2984
+ // },
2985
+ // {
2986
+ // id: '10',
2987
+ // label: 'Non termina con',
2988
+ // },
2989
+ // {
2990
+ // id: '11',
2991
+ // label: 'Contiene',
2992
+ // },
2993
+ // {
2994
+ // id: '12',
2995
+ // label: 'Non contiene',
2996
+ // },
2997
+ // {
2998
+ // id: '13',
2999
+ // label: 'Incluso in',
3000
+ // },
3001
+ // {
3002
+ // id: '14',
3003
+ // label: 'Escluso da',
3004
+ // },
3005
+ // {
3006
+ // id: '15',
3007
+ // label: 'In elenco',
3008
+ // },
3009
+ // {
3010
+ // id: '16',
3011
+ // label: 'Non in elenco',
3012
+ // },
3013
+ // {
3014
+ // id: '17',
3015
+ // label: 'Simile',
3016
+ // },
3017
+ // {
3018
+ // id: '18',
3019
+ // label: 'Non simile',
3020
+ // },
3021
+ // {
3022
+ // id: '19',
3023
+ // label: 'Nullo',
3024
+ // },
3025
+ // {
3026
+ // id: '20',
3027
+ // label: 'Non nullo',
3028
+ // },
3029
+ // ],
3030
+ // },
3031
+ // ORF: {
3032
+ // value: '',
3033
+ // editable: true,
3034
+ // shape: 'CMB',
3035
+ // options: [
3036
+ // {
3037
+ // id: '1',
3038
+ // label: 'Uguale',
3039
+ // },
3040
+ // {
3041
+ // id: '2',
3042
+ // label: 'Diverso',
3043
+ // },
3044
+ // {
3045
+ // id: '3',
3046
+ // label: 'Maggiore',
3047
+ // },
3048
+ // {
3049
+ // id: '4',
3050
+ // label: 'Minore',
3051
+ // },
3052
+ // {
3053
+ // id: '5',
3054
+ // label: 'Maggiore Uguale',
3055
+ // },
3056
+ // {
3057
+ // id: '6',
3058
+ // label: 'Minore Uguale',
3059
+ // },
3060
+ // {
3061
+ // id: '7',
3062
+ // label: 'Inizia con',
3063
+ // },
3064
+ // {
3065
+ // id: '8',
3066
+ // label: 'Non inizia con',
3067
+ // },
3068
+ // {
3069
+ // id: '9',
3070
+ // label: 'Termina con',
3071
+ // },
3072
+ // {
3073
+ // id: '10',
3074
+ // label: 'Non termina con',
3075
+ // },
3076
+ // {
3077
+ // id: '11',
3078
+ // label: 'Contiene',
3079
+ // },
3080
+ // {
3081
+ // id: '12',
3082
+ // label: 'Non contiene',
3083
+ // },
3084
+ // {
3085
+ // id: '13',
3086
+ // label: 'Incluso in',
3087
+ // },
3088
+ // {
3089
+ // id: '14',
3090
+ // label: 'Escluso da',
3091
+ // },
3092
+ // {
3093
+ // id: '15',
3094
+ // label: 'In elenco',
3095
+ // },
3096
+ // {
3097
+ // id: '16',
3098
+ // label: 'Non in elenco',
3099
+ // },
3100
+ // {
3101
+ // id: '17',
3102
+ // label: 'Simile',
3103
+ // },
3104
+ // {
3105
+ // id: '18',
3106
+ // label: 'Non simile',
3107
+ // },
3108
+ // {
3109
+ // id: '19',
3110
+ // label: 'Nullo',
3111
+ // },
3112
+ // {
3113
+ // id: '20',
3114
+ // label: 'Non nullo',
3115
+ // },
3116
+ // ],
3117
+ // },
3118
+ // OAT: {
3119
+ // value: '',
3120
+ // editable: true,
3121
+ // shape: 'CMB',
3122
+ // options: [
3123
+ // {
3124
+ // id: '1',
3125
+ // label: 'Uguale',
3126
+ // },
3127
+ // {
3128
+ // id: '2',
3129
+ // label: 'Diverso',
3130
+ // },
3131
+ // {
3132
+ // id: '3',
3133
+ // label: 'Maggiore',
3134
+ // },
3135
+ // {
3136
+ // id: '4',
3137
+ // label: 'Minore',
3138
+ // },
3139
+ // {
3140
+ // id: '5',
3141
+ // label: 'Maggiore Uguale',
3142
+ // },
3143
+ // {
3144
+ // id: '6',
3145
+ // label: 'Minore Uguale',
3146
+ // },
3147
+ // {
3148
+ // id: '7',
3149
+ // label: 'Inizia con',
3150
+ // },
3151
+ // {
3152
+ // id: '8',
3153
+ // label: 'Non inizia con',
3154
+ // },
3155
+ // {
3156
+ // id: '9',
3157
+ // label: 'Termina con',
3158
+ // },
3159
+ // {
3160
+ // id: '10',
3161
+ // label: 'Non termina con',
3162
+ // },
3163
+ // {
3164
+ // id: '11',
3165
+ // label: 'Contiene',
3166
+ // },
3167
+ // {
3168
+ // id: '12',
3169
+ // label: 'Non contiene',
3170
+ // },
3171
+ // {
3172
+ // id: '13',
3173
+ // label: 'Incluso in',
3174
+ // },
3175
+ // {
3176
+ // id: '14',
3177
+ // label: 'Escluso da',
3178
+ // },
3179
+ // {
3180
+ // id: '15',
3181
+ // label: 'In elenco',
3182
+ // },
3183
+ // {
3184
+ // id: '16',
3185
+ // label: 'Non in elenco',
3186
+ // },
3187
+ // {
3188
+ // id: '17',
3189
+ // label: 'Simile',
3190
+ // },
3191
+ // {
3192
+ // id: '18',
3193
+ // label: 'Non simile',
3194
+ // },
3195
+ // {
3196
+ // id: '19',
3197
+ // label: 'Nullo',
3198
+ // },
3199
+ // {
3200
+ // id: '20',
3201
+ // label: 'Non nullo',
3202
+ // },
3203
+ // ],
3204
+ // },
3205
+ // OCS: {
3206
+ // value: '',
3207
+ // editable: true,
3208
+ // shape: 'CMB',
3209
+ // options: [
3210
+ // {
3211
+ // id: '1',
3212
+ // label: 'Uguale',
3213
+ // },
3214
+ // {
3215
+ // id: '2',
3216
+ // label: 'Diverso',
3217
+ // },
3218
+ // {
3219
+ // id: '3',
3220
+ // label: 'Maggiore',
3221
+ // },
3222
+ // {
3223
+ // id: '4',
3224
+ // label: 'Minore',
3225
+ // },
3226
+ // {
3227
+ // id: '5',
3228
+ // label: 'Maggiore Uguale',
3229
+ // },
3230
+ // {
3231
+ // id: '6',
3232
+ // label: 'Minore Uguale',
3233
+ // },
3234
+ // {
3235
+ // id: '7',
3236
+ // label: 'Inizia con',
3237
+ // },
3238
+ // {
3239
+ // id: '8',
3240
+ // label: 'Non inizia con',
3241
+ // },
3242
+ // {
3243
+ // id: '9',
3244
+ // label: 'Termina con',
3245
+ // },
3246
+ // {
3247
+ // id: '10',
3248
+ // label: 'Non termina con',
3249
+ // },
3250
+ // {
3251
+ // id: '11',
3252
+ // label: 'Contiene',
3253
+ // },
3254
+ // {
3255
+ // id: '12',
3256
+ // label: 'Non contiene',
3257
+ // },
3258
+ // {
3259
+ // id: '13',
3260
+ // label: 'Incluso in',
3261
+ // },
3262
+ // {
3263
+ // id: '14',
3264
+ // label: 'Escluso da',
3265
+ // },
3266
+ // {
3267
+ // id: '15',
3268
+ // label: 'In elenco',
3269
+ // },
3270
+ // {
3271
+ // id: '16',
3272
+ // label: 'Non in elenco',
3273
+ // },
3274
+ // {
3275
+ // id: '17',
3276
+ // label: 'Simile',
3277
+ // },
3278
+ // {
3279
+ // id: '18',
3280
+ // label: 'Non simile',
3281
+ // },
3282
+ // {
3283
+ // id: '19',
3284
+ // label: 'Nullo',
3285
+ // },
3286
+ // {
3287
+ // id: '20',
3288
+ // label: 'Non nullo',
3289
+ // },
3290
+ // ],
3291
+ // },
3292
+ // OGL: {
3293
+ // value: '',
3294
+ // editable: true,
3295
+ // shape: 'CMB',
3296
+ // options: [
3297
+ // {
3298
+ // id: '1',
3299
+ // label: 'Uguale',
3300
+ // },
3301
+ // {
3302
+ // id: '2',
3303
+ // label: 'Diverso',
3304
+ // },
3305
+ // {
3306
+ // id: '3',
3307
+ // label: 'Maggiore',
3308
+ // },
3309
+ // {
3310
+ // id: '4',
3311
+ // label: 'Minore',
3312
+ // },
3313
+ // {
3314
+ // id: '5',
3315
+ // label: 'Maggiore Uguale',
3316
+ // },
3317
+ // {
3318
+ // id: '6',
3319
+ // label: 'Minore Uguale',
3320
+ // },
3321
+ // {
3322
+ // id: '7',
3323
+ // label: 'Inizia con',
3324
+ // },
3325
+ // {
3326
+ // id: '8',
3327
+ // label: 'Non inizia con',
3328
+ // },
3329
+ // {
3330
+ // id: '9',
3331
+ // label: 'Termina con',
3332
+ // },
3333
+ // {
3334
+ // id: '10',
3335
+ // label: 'Non termina con',
3336
+ // },
3337
+ // {
3338
+ // id: '11',
3339
+ // label: 'Contiene',
3340
+ // },
3341
+ // {
3342
+ // id: '12',
3343
+ // label: 'Non contiene',
3344
+ // },
3345
+ // {
3346
+ // id: '13',
3347
+ // label: 'Incluso in',
3348
+ // },
3349
+ // {
3350
+ // id: '14',
3351
+ // label: 'Escluso da',
3352
+ // },
3353
+ // {
3354
+ // id: '15',
3355
+ // label: 'In elenco',
3356
+ // },
3357
+ // {
3358
+ // id: '16',
3359
+ // label: 'Non in elenco',
3360
+ // },
3361
+ // {
3362
+ // id: '17',
3363
+ // label: 'Simile',
3364
+ // },
3365
+ // {
3366
+ // id: '18',
3367
+ // label: 'Non simile',
3368
+ // },
3369
+ // {
3370
+ // id: '19',
3371
+ // label: 'Nullo',
3372
+ // },
3373
+ // {
3374
+ // id: '20',
3375
+ // label: 'Non nullo',
3376
+ // },
3377
+ // ],
3378
+ // },
3379
+ // OTD: {
3380
+ // value: '',
3381
+ // editable: true,
3382
+ // shape: 'CMB',
3383
+ // options: [
3384
+ // {
3385
+ // id: '1',
3386
+ // label: 'Uguale',
3387
+ // },
3388
+ // {
3389
+ // id: '2',
3390
+ // label: 'Diverso',
3391
+ // },
3392
+ // {
3393
+ // id: '3',
3394
+ // label: 'Maggiore',
3395
+ // },
3396
+ // {
3397
+ // id: '4',
3398
+ // label: 'Minore',
3399
+ // },
3400
+ // {
3401
+ // id: '5',
3402
+ // label: 'Maggiore Uguale',
3403
+ // },
3404
+ // {
3405
+ // id: '6',
3406
+ // label: 'Minore Uguale',
3407
+ // },
3408
+ // {
3409
+ // id: '7',
3410
+ // label: 'Inizia con',
3411
+ // },
3412
+ // {
3413
+ // id: '8',
3414
+ // label: 'Non inizia con',
3415
+ // },
3416
+ // {
3417
+ // id: '9',
3418
+ // label: 'Termina con',
3419
+ // },
3420
+ // {
3421
+ // id: '10',
3422
+ // label: 'Non termina con',
3423
+ // },
3424
+ // {
3425
+ // id: '11',
3426
+ // label: 'Contiene',
3427
+ // },
3428
+ // {
3429
+ // id: '12',
3430
+ // label: 'Non contiene',
3431
+ // },
3432
+ // {
3433
+ // id: '13',
3434
+ // label: 'Incluso in',
3435
+ // },
3436
+ // {
3437
+ // id: '14',
3438
+ // label: 'Escluso da',
3439
+ // },
3440
+ // {
3441
+ // id: '15',
3442
+ // label: 'In elenco',
3443
+ // },
3444
+ // {
3445
+ // id: '16',
3446
+ // label: 'Non in elenco',
3447
+ // },
3448
+ // {
3449
+ // id: '17',
3450
+ // label: 'Simile',
3451
+ // },
3452
+ // {
3453
+ // id: '18',
3454
+ // label: 'Non simile',
3455
+ // },
3456
+ // {
3457
+ // id: '19',
3458
+ // label: 'Nullo',
3459
+ // },
3460
+ // {
3461
+ // id: '20',
3462
+ // label: 'Non nullo',
3463
+ // },
3464
+ // ],
3465
+ // },
3466
+ // ODT: {
3467
+ // value: '',
3468
+ // editable: true,
3469
+ // shape: 'CMB',
3470
+ // options: [
3471
+ // {
3472
+ // id: '1',
3473
+ // label: 'Uguale',
3474
+ // },
3475
+ // {
3476
+ // id: '2',
3477
+ // label: 'Diverso',
3478
+ // },
3479
+ // {
3480
+ // id: '3',
3481
+ // label: 'Maggiore',
3482
+ // },
3483
+ // {
3484
+ // id: '4',
3485
+ // label: 'Minore',
3486
+ // },
3487
+ // {
3488
+ // id: '5',
3489
+ // label: 'Maggiore Uguale',
3490
+ // },
3491
+ // {
3492
+ // id: '6',
3493
+ // label: 'Minore Uguale',
3494
+ // },
3495
+ // {
3496
+ // id: '7',
3497
+ // label: 'Inizia con',
3498
+ // },
3499
+ // {
3500
+ // id: '8',
3501
+ // label: 'Non inizia con',
3502
+ // },
3503
+ // {
3504
+ // id: '9',
3505
+ // label: 'Termina con',
3506
+ // },
3507
+ // {
3508
+ // id: '10',
3509
+ // label: 'Non termina con',
3510
+ // },
3511
+ // {
3512
+ // id: '11',
3513
+ // label: 'Contiene',
3514
+ // },
3515
+ // {
3516
+ // id: '12',
3517
+ // label: 'Non contiene',
3518
+ // },
3519
+ // {
3520
+ // id: '13',
3521
+ // label: 'Incluso in',
3522
+ // },
3523
+ // {
3524
+ // id: '14',
3525
+ // label: 'Escluso da',
3526
+ // },
3527
+ // {
3528
+ // id: '15',
3529
+ // label: 'In elenco',
3530
+ // },
3531
+ // {
3532
+ // id: '16',
3533
+ // label: 'Non in elenco',
3534
+ // },
3535
+ // {
3536
+ // id: '17',
3537
+ // label: 'Simile',
3538
+ // },
3539
+ // {
3540
+ // id: '18',
3541
+ // label: 'Non simile',
3542
+ // },
3543
+ // {
3544
+ // id: '19',
3545
+ // label: 'Nullo',
3546
+ // },
3547
+ // {
3548
+ // id: '20',
3549
+ // label: 'Non nullo',
3550
+ // },
3551
+ // ],
3552
+ // },
3553
+ // },
3554
+ // layout: {
3555
+ // sections: [
3556
+ // {
3557
+ // content: [
3558
+ // {
3559
+ // id: 'TEL',
3560
+ // colStart: 1,
3561
+ // colEnd: 3,
3562
+ // rowStart: 1,
3563
+ // rowEnd: 1,
3564
+ // },
3565
+ // {
3566
+ // id: 'CRE',
3567
+ // colStart: 4,
3568
+ // colEnd: 4,
3569
+ // rowStart: 1,
3570
+ // rowEnd: 1,
3571
+ // },
3572
+ // {
3573
+ // id: 'CVE',
3574
+ // colStart: 1,
3575
+ // colEnd: 1,
3576
+ // rowStart: 2,
3577
+ // rowEnd: 2,
3578
+ // },
3579
+ // {
3580
+ // id: 'DIV',
3581
+ // colStart: 2,
3582
+ // colEnd: 2,
3583
+ // rowStart: 2,
3584
+ // rowEnd: 2,
3585
+ // },
3586
+ // {
3587
+ // id: 'ELA',
3588
+ // colStart: 1,
3589
+ // colEnd: 4,
3590
+ // rowStart: 3,
3591
+ // rowEnd: 3,
3592
+ // },
3593
+ // {
3594
+ // id: 'SAP',
3595
+ // colStart: 1,
3596
+ // colEnd: 4,
3597
+ // rowStart: 4,
3598
+ // rowEnd: 4,
3599
+ // },
3600
+ // {
3601
+ // id: 'ART',
3602
+ // colStart: 1,
3603
+ // colEnd: 4,
3604
+ // rowStart: 5,
3605
+ // rowEnd: 5,
3606
+ // },
3607
+ // {
3608
+ // id: 'MOA',
3609
+ // colStart: 1,
3610
+ // colEnd: 1,
3611
+ // rowStart: 6,
3612
+ // rowEnd: 6,
3613
+ // },
3614
+ // {
3615
+ // id: 'ONE',
3616
+ // colStart: 2,
3617
+ // colEnd: 2,
3618
+ // rowStart: 6,
3619
+ // rowEnd: 6,
3620
+ // },
3621
+ // {
3622
+ // id: 'MCD',
3623
+ // colStart: 3,
3624
+ // colEnd: 3,
3625
+ // rowStart: 6,
3626
+ // rowEnd: 6,
3627
+ // },
3628
+ // {
3629
+ // id: 'NET',
3630
+ // colStart: 4,
3631
+ // colEnd: 4,
3632
+ // rowStart: 6,
3633
+ // rowEnd: 6,
3634
+ // },
3635
+ // ],
3636
+ // gridCols: 4,
3637
+ // gridRows: 6,
3638
+ // gap: 2,
3639
+ // },
3640
+ // // ONE COL
3641
+ // {
3642
+ // content: [
3643
+ // {
3644
+ // id: 'OCD',
3645
+ // colStart: 1,
3646
+ // colEnd: 1,
3647
+ // rowStart: 1,
3648
+ // rowEnd: 1,
3649
+ // },
3650
+ // {
3651
+ // id: 'COD',
3652
+ // colStart: 2,
3653
+ // colEnd: 4,
3654
+ // rowStart: 1,
3655
+ // rowEnd: 1,
3656
+ // },
3657
+ // ],
3658
+ // gridCols: 6,
3659
+ // gridRows: 1,
3660
+ // gap: 0.5,
3661
+ // },
3662
+ // // TWO COL
3663
+ // {
3664
+ // content: [
3665
+ // {
3666
+ // id: 'OMR',
3667
+ // colStart: 1,
3668
+ // colEnd: 1,
3669
+ // rowStart: 1,
3670
+ // rowEnd: 1,
3671
+ // },
3672
+ // {
3673
+ // id: 'MAR',
3674
+ // colStart: 2,
3675
+ // colEnd: 4,
3676
+ // rowStart: 1,
3677
+ // rowEnd: 1,
3678
+ // },
3679
+ // {
3680
+ // id: 'OFM',
3681
+ // colStart: 6,
3682
+ // colEnd: 6,
3683
+ // rowStart: 1,
3684
+ // rowEnd: 1,
3685
+ // },
3686
+ // {
3687
+ // id: 'FAM',
3688
+ // colStart: 7,
3689
+ // colEnd: 9,
3690
+ // rowStart: 1,
3691
+ // rowEnd: 1,
3692
+ // },
3693
+ // ],
3694
+ // gridCols: 9,
3695
+ // gridRows: 1,
3696
+ // gap: 0.5,
3697
+ // },
3698
+ // // TWO COL
3699
+ // {
3700
+ // content: [
3701
+ // {
3702
+ // id: 'OTA',
3703
+ // colStart: 1,
3704
+ // colEnd: 1,
3705
+ // rowStart: 1,
3706
+ // rowEnd: 1,
3707
+ // },
3708
+ // {
3709
+ // id: 'TAR',
3710
+ // colStart: 2,
3711
+ // colEnd: 4,
3712
+ // rowStart: 1,
3713
+ // rowEnd: 1,
3714
+ // },
3715
+ // {
3716
+ // id: 'OGM',
3717
+ // colStart: 6,
3718
+ // colEnd: 6,
3719
+ // rowStart: 1,
3720
+ // rowEnd: 1,
3721
+ // },
3722
+ // {
3723
+ // id: 'GRM',
3724
+ // colStart: 7,
3725
+ // colEnd: 9,
3726
+ // rowStart: 1,
3727
+ // rowEnd: 1,
3728
+ // },
3729
+ // ],
3730
+ // gridCols: 9,
3731
+ // gridRows: 1,
3732
+ // gap: 0.5,
3733
+ // },
3734
+ // // TWO COL
3735
+ // {
3736
+ // content: [
3737
+ // {
3738
+ // id: 'OCL',
3739
+ // colStart: 1,
3740
+ // colEnd: 1,
3741
+ // rowStart: 1,
3742
+ // rowEnd: 1,
3743
+ // },
3744
+ // {
3745
+ // id: 'ABC',
3746
+ // colStart: 2,
3747
+ // colEnd: 4,
3748
+ // rowStart: 1,
3749
+ // rowEnd: 1,
3750
+ // },
3751
+ // {
3752
+ // id: 'OMD',
3753
+ // colStart: 6,
3754
+ // colEnd: 6,
3755
+ // rowStart: 1,
3756
+ // rowEnd: 1,
3757
+ // },
3758
+ // {
3759
+ // id: 'MDL',
3760
+ // colStart: 7,
3761
+ // colEnd: 9,
3762
+ // rowStart: 1,
3763
+ // rowEnd: 1,
3764
+ // },
3765
+ // ],
3766
+ // gridCols: 9,
3767
+ // gridRows: 1,
3768
+ // gap: 0.5,
3769
+ // },
3770
+ // // TWO COL
3771
+ // {
3772
+ // content: [
3773
+ // {
3774
+ // id: 'OCA',
3775
+ // colStart: 1,
3776
+ // colEnd: 1,
3777
+ // rowStart: 1,
3778
+ // rowEnd: 1,
3779
+ // },
3780
+ // {
3781
+ // id: 'CSA',
3782
+ // colStart: 2,
3783
+ // colEnd: 4,
3784
+ // rowStart: 1,
3785
+ // rowEnd: 1,
3786
+ // },
3787
+ // {
3788
+ // id: 'OTR',
3789
+ // colStart: 6,
3790
+ // colEnd: 6,
3791
+ // rowStart: 1,
3792
+ // rowEnd: 1,
3793
+ // },
3794
+ // {
3795
+ // id: 'TRA',
3796
+ // colStart: 7,
3797
+ // colEnd: 9,
3798
+ // rowStart: 1,
3799
+ // rowEnd: 1,
3800
+ // },
3801
+ // ],
3802
+ // gridCols: 9,
3803
+ // gridRows: 1,
3804
+ // gap: 0.5,
3805
+ // },
3806
+ // // TWO COL
3807
+ // {
3808
+ // content: [
3809
+ // {
3810
+ // id: 'OCF',
3811
+ // colStart: 1,
3812
+ // colEnd: 1,
3813
+ // rowStart: 1,
3814
+ // rowEnd: 1,
3815
+ // },
3816
+ // {
3817
+ // id: 'FOR',
3818
+ // colStart: 2,
3819
+ // colEnd: 4,
3820
+ // rowStart: 1,
3821
+ // rowEnd: 1,
3822
+ // },
3823
+ // {
3824
+ // id: 'OCT',
3825
+ // colStart: 6,
3826
+ // colEnd: 6,
3827
+ // rowStart: 1,
3828
+ // rowEnd: 1,
3829
+ // },
3830
+ // {
3831
+ // id: 'CCF',
3832
+ // colStart: 7,
3833
+ // colEnd: 9,
3834
+ // rowStart: 1,
3835
+ // rowEnd: 1,
3836
+ // },
3837
+ // ],
3838
+ // gridCols: 9,
3839
+ // gridRows: 1,
3840
+ // gap: 0.5,
3841
+ // },
3842
+ // // THREE COL
3843
+ // {
3844
+ // content: [
3845
+ // {
3846
+ // id: 'OZN',
3847
+ // colStart: 1,
3848
+ // colEnd: 1,
3849
+ // rowStart: 1,
3850
+ // rowEnd: 1,
3851
+ // },
3852
+ // {
3853
+ // id: 'ZON',
3854
+ // colSpan: 2,
3855
+ // rowStart: 1,
3856
+ // rowEnd: 1,
3857
+ // },
3858
+ // {
3859
+ // id: 'OCM',
3860
+ // colStart: 5,
3861
+ // colEnd: 5,
3862
+ // rowStart: 1,
3863
+ // rowEnd: 1,
3864
+ // },
3865
+ // {
3866
+ // id: 'COM',
3867
+ // colSpan: 2,
3868
+ // rowStart: 1,
3869
+ // rowEnd: 1,
3870
+ // },
3871
+ // {
3872
+ // id: 'OPR',
3873
+ // colStart: 9,
3874
+ // colEnd: 9,
3875
+ // rowStart: 1,
3876
+ // rowEnd: 1,
3877
+ // },
3878
+ // {
3879
+ // id: 'PRO',
3880
+ // colSpan: 2,
3881
+ // rowStart: 1,
3882
+ // rowEnd: 1,
3883
+ // },
3884
+ // ],
3885
+ // gridCols: 11,
3886
+ // gridRows: 1,
3887
+ // gap: 0.5,
3888
+ // },
3889
+ // // THREE COL
3890
+ // {
3891
+ // content: [
3892
+ // {
3893
+ // id: 'OAG',
3894
+ // colStart: 1,
3895
+ // colEnd: 1,
3896
+ // rowStart: 1,
3897
+ // rowEnd: 1,
3898
+ // },
3899
+ // {
3900
+ // id: 'AGE',
3901
+ // colSpan: 2,
3902
+ // rowStart: 1,
3903
+ // rowEnd: 1,
3904
+ // },
3905
+ // {
3906
+ // id: 'ORG',
3907
+ // colStart: 5,
3908
+ // colEnd: 5,
3909
+ // rowStart: 1,
3910
+ // rowEnd: 1,
3911
+ // },
3912
+ // {
3913
+ // id: 'REG',
3914
+ // colSpan: 2,
3915
+ // rowStart: 1,
3916
+ // rowEnd: 1,
3917
+ // },
3918
+ // {
3919
+ // id: 'ONZ',
3920
+ // colStart: 9,
3921
+ // colEnd: 9,
3922
+ // rowStart: 1,
3923
+ // rowEnd: 1,
3924
+ // },
3925
+ // {
3926
+ // id: 'NAT',
3927
+ // colSpan: 2,
3928
+ // rowStart: 1,
3929
+ // rowEnd: 1,
3930
+ // },
3931
+ // ],
3932
+ // gridCols: 11,
3933
+ // gridRows: 1,
3934
+ // gap: 0.5,
3935
+ // },
3936
+ // // TWO COL
3937
+ // {
3938
+ // content: [
3939
+ // {
3940
+ // id: 'ORF',
3941
+ // colStart: 1,
3942
+ // colEnd: 1,
3943
+ // rowStart: 1,
3944
+ // rowEnd: 1,
3945
+ // },
3946
+ // {
3947
+ // id: 'RCF',
3948
+ // colStart: 2,
3949
+ // colEnd: 4,
3950
+ // rowStart: 1,
3951
+ // rowEnd: 1,
3952
+ // },
3953
+ // {
3954
+ // id: 'OAT',
3955
+ // colStart: 6,
3956
+ // colEnd: 6,
3957
+ // rowStart: 1,
3958
+ // rowEnd: 1,
3959
+ // },
3960
+ // {
3961
+ // id: 'ATT',
3962
+ // colStart: 7,
3963
+ // colEnd: 9,
3964
+ // rowStart: 1,
3965
+ // rowEnd: 1,
3966
+ // },
3967
+ // ],
3968
+ // gridCols: 9,
3969
+ // gridRows: 1,
3970
+ // gap: 0.5,
3971
+ // },
3972
+ // // TWO COL
3973
+ // {
3974
+ // content: [
3975
+ // {
3976
+ // id: 'OCS',
3977
+ // colStart: 1,
3978
+ // colEnd: 1,
3979
+ // rowStart: 1,
3980
+ // rowEnd: 1,
3981
+ // },
3982
+ // {
3983
+ // id: 'CAU',
3984
+ // colStart: 2,
3985
+ // colEnd: 4,
3986
+ // rowStart: 1,
3987
+ // rowEnd: 1,
3988
+ // },
3989
+ // {
3990
+ // id: 'OGL',
3991
+ // colStart: 6,
3992
+ // colEnd: 6,
3993
+ // rowStart: 1,
3994
+ // rowEnd: 1,
3995
+ // },
3996
+ // {
3997
+ // id: 'LST',
3998
+ // colStart: 7,
3999
+ // colEnd: 9,
4000
+ // rowStart: 1,
4001
+ // rowEnd: 1,
4002
+ // },
4003
+ // ],
4004
+ // gridCols: 9,
4005
+ // gridRows: 1,
4006
+ // gap: 0.5,
4007
+ // },
4008
+ // // THREE COL
4009
+ // {
4010
+ // content: [
4011
+ // {
4012
+ // id: 'OTD',
4013
+ // colStart: 1,
4014
+ // colEnd: 1,
4015
+ // rowStart: 1,
4016
+ // rowEnd: 1,
4017
+ // },
4018
+ // {
4019
+ // id: 'DOC',
4020
+ // colSpan: 2,
4021
+ // rowStart: 1,
4022
+ // rowEnd: 1,
4023
+ // },
4024
+ // {
4025
+ // id: 'LDO',
4026
+ // colStart: 5,
4027
+ // colEnd: 7,
4028
+ // rowStart: 1,
4029
+ // rowEnd: 1,
4030
+ // },
4031
+ // {
4032
+ // id: 'TDO',
4033
+ // colStart: 8,
4034
+ // colEnd: 11,
4035
+ // rowStart: 1,
4036
+ // rowEnd: 1,
4037
+ // },
4038
+ // ],
4039
+ // gridCols: 11,
4040
+ // gridRows: 1,
4041
+ // gap: 0.5,
4042
+ // },
4043
+ // // TWO COL
4044
+ // {
4045
+ // content: [
4046
+ // {
4047
+ // id: 'ODT',
4048
+ // colStart: 1,
4049
+ // colEnd: 1,
4050
+ // rowStart: 1,
4051
+ // rowEnd: 1,
4052
+ // },
4053
+ // {
4054
+ // id: 'DAT',
4055
+ // colStart: 2,
4056
+ // colEnd: 4,
4057
+ // rowStart: 1,
4058
+ // rowEnd: 1,
4059
+ // },
4060
+ // {
4061
+ // id: 'TDA',
4062
+ // colStart: 5,
4063
+ // colEnd: 8,
4064
+ // rowStart: 1,
4065
+ // rowEnd: 1,
4066
+ // },
4067
+ // ],
4068
+ // gridCols: 9,
4069
+ // gridRows: 1,
4070
+ // gap: 0.5,
4071
+ // },
4072
+ // ],
4073
+ // },
4074
+ // },
4075
+ // ],
4076
+ // };
477
4077
 
478
- inputPanel.valueChangeCb = inputPanelCallback;
479
- inputPanel.optionsHandler = optionsHandlerCallback;
480
- inputPanel.submitCb = (e) => console.log(e);
4078
+ // const inputPanel = document.getElementById('input-panel');
4079
+ // inputPanel.data = ergonForm;
4080
+ // inputPanel.submitCb = (e) => {
4081
+ // console.log(e);
4082
+ // const inputPanel = document.getElementById('input-panel');
4083
+ // inputPanel.data = ergonForm;
4084
+ // };