@sme.up/ketchup 5.2.1-SNAPSHOT → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/dist/cjs/{cell-utils-d96b2993.js → cell-utils-a78d6fac.js} +2 -2
- package/dist/cjs/{component-d1496215.js → component-72a5b626.js} +30 -0
- package/dist/cjs/{f-button-2b9b99b1.js → f-button-ac179257.js} +1 -1
- package/dist/cjs/{f-cell-8351cb84.js → f-cell-69294bca.js} +37 -37
- package/dist/cjs/{f-chip-df59e1b0.js → f-chip-b00897d7.js} +4 -3
- package/dist/cjs/{f-image-12bab3b5.js → f-image-89f25556.js} +1 -1
- package/dist/cjs/f-paginator-utils-8fa501b3.js +1898 -0
- package/dist/cjs/{f-text-field-e7c35b5b.js → f-text-field-e1e45ade.js} +1 -1
- package/dist/cjs/{f-text-field-mdc-a67f5dfe.js → f-text-field-mdc-85997738.js} +23 -305
- package/dist/cjs/ketchup.cjs.js +2 -2
- package/dist/cjs/kup-accordion.cjs.entry.js +4 -4
- package/dist/cjs/{kup-autocomplete_27.cjs.entry.js → kup-autocomplete_25.cjs.entry.js} +1509 -5423
- package/dist/cjs/{kup-echart.cjs.entry.js → kup-box_2.cjs.entry.js} +17101 -14787
- package/dist/cjs/kup-calendar.cjs.entry.js +41 -33
- package/dist/cjs/kup-cell.cjs.entry.js +7 -7
- package/dist/cjs/kup-dash-list.cjs.entry.js +3 -3
- package/dist/cjs/kup-dash_2.cjs.entry.js +2 -2
- package/dist/cjs/kup-drawer.cjs.entry.js +11 -4
- package/dist/cjs/kup-field.cjs.entry.js +1 -1
- package/dist/cjs/kup-form-editor.cjs.entry.js +404 -0
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +228 -0
- package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
- package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
- package/dist/cjs/kup-manager-7a941909.js +16703 -0
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
- package/dist/cjs/kup-photo-frame.cjs.entry.js +4 -4
- package/dist/cjs/kup-probe.cjs.entry.js +1 -1
- package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
- package/dist/cjs/kup-snackbar.cjs.entry.js +5 -5
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{utils-e99921c1.js → utils-6287d878.js} +1 -1
- package/dist/collection/assets/card.js +4 -5
- package/dist/collection/assets/data-table.js +44 -79
- package/dist/collection/assets/form-editor.js +338 -0
- package/dist/collection/assets/image-list.js +624 -0
- package/dist/collection/assets/index.js +8 -0
- package/dist/collection/assets/kupdata.js +0 -3
- package/dist/collection/assets/kuptooltip.js +53 -7
- package/dist/collection/assets/tree.js +0 -128
- package/dist/collection/collection-manifest.json +7 -6
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
- package/dist/collection/components/kup-box/kup-box-declarations.js +0 -4
- package/dist/collection/components/kup-box/kup-box.js +7 -135
- package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
- package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
- package/dist/collection/components/kup-card/kup-card.css +26 -8
- package/dist/collection/components/kup-card/kup-card.js +1 -2
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +14 -6
- package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -3
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.js +19 -136
- package/dist/collection/components/kup-drawer/kup-drawer.css +1 -0
- package/dist/collection/components/kup-drawer/kup-drawer.js +8 -1
- package/dist/collection/components/kup-form-editor/kup-form-editor-declarations.js +23 -0
- package/dist/collection/components/kup-form-editor/kup-form-editor.css +80 -0
- package/dist/collection/components/kup-form-editor/kup-form-editor.js +561 -0
- package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +10 -0
- package/dist/collection/components/kup-image-list/kup-image-list.css +166 -0
- package/dist/collection/components/kup-image-list/kup-image-list.js +432 -0
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +3 -13
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +1 -1
- package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -0
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +18 -19
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +2 -2
- package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -4
- package/dist/collection/components/kup-tree/kup-tree.css +10 -3
- package/dist/collection/components/kup-tree/kup-tree.js +81 -145
- package/dist/collection/f-components/f-cell/f-cell.js +7 -7
- package/dist/collection/f-components/f-chip/f-chip.js +2 -1
- package/dist/collection/managers/kup-data/kup-data-node-helper.js +24 -0
- package/dist/collection/managers/kup-data/kup-data.js +4 -1
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +4 -2
- package/dist/collection/managers/kup-interact/kup-interact.js +1 -22
- package/dist/collection/managers/kup-language/kup-language-declarations.js +2 -0
- package/dist/collection/managers/kup-manager/kup-manager.js +21 -2
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +5 -0
- package/dist/collection/managers/kup-tooltip/kup-tooltip.js +53 -20
- package/dist/collection/types/GenericTypes.js +2 -0
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +7 -11
- package/dist/esm/{cell-utils-f4bdbbc8.js → cell-utils-964da6b5.js} +3 -3
- package/dist/esm/{component-c4eb6153.js → component-b1bedf1d.js} +27 -2
- package/dist/esm/{f-button-54a49fd8.js → f-button-871a544b.js} +1 -1
- package/dist/esm/{f-cell-d5dac50b.js → f-cell-521ef17a.js} +38 -38
- package/dist/esm/{f-chip-a3035b4b.js → f-chip-1dda722f.js} +5 -4
- package/dist/esm/{f-image-d32465e3.js → f-image-c468d8ae.js} +1 -1
- package/dist/esm/f-paginator-utils-7dff8ff0.js +1884 -0
- package/dist/esm/{f-text-field-c25cc63f.js → f-text-field-d6c61c73.js} +1 -1
- package/dist/esm/{f-text-field-mdc-9fbbefc3.js → f-text-field-mdc-d42d3f9e.js} +2 -284
- package/dist/esm/ketchup.js +2 -2
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/{kup-autocomplete_27.entry.js → kup-autocomplete_25.entry.js} +1461 -5373
- package/dist/esm/{kup-echart.entry.js → kup-box_2.entry.js} +17101 -14788
- package/dist/esm/kup-calendar.entry.js +42 -34
- package/dist/esm/kup-cell.entry.js +7 -7
- package/dist/esm/kup-dash-list.entry.js +3 -3
- package/dist/esm/kup-dash_2.entry.js +2 -2
- package/dist/esm/kup-drawer.entry.js +11 -4
- package/dist/esm/kup-field.entry.js +1 -1
- package/dist/esm/kup-form-editor.entry.js +400 -0
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +224 -0
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +3 -3
- package/dist/esm/kup-manager-58b075b4.js +16686 -0
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +5 -5
- package/dist/esm/kup-photo-frame.entry.js +4 -4
- package/dist/esm/kup-probe.entry.js +1 -1
- package/dist/esm/kup-qlik.entry.js +1 -1
- package/dist/esm/kup-snackbar.entry.js +5 -5
- package/dist/esm/loader.js +2 -2
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/{tslib.es6-8f2d44b6.js → tslib.es6-3eea2234.js} +1 -1
- package/dist/esm/{utils-f24319a0.js → utils-d7e4b3c2.js} +2 -2
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-7a74ad17.js → p-1ae66cc5.js} +1 -1
- package/dist/ketchup/{p-e6709c26.entry.js → p-3c11e615.entry.js} +1 -1
- package/dist/ketchup/{p-669bde31.js → p-44ec4f03.js} +1 -1
- package/dist/ketchup/p-4ffbc3ff.js +1 -0
- package/dist/ketchup/p-5264a3e6.entry.js +1 -0
- package/dist/ketchup/{p-e8e3c9da.entry.js → p-65974e48.entry.js} +1 -1
- package/dist/ketchup/p-65b46587.entry.js +40 -0
- package/dist/ketchup/{p-09d708c4.entry.js → p-6dff70f8.entry.js} +1 -1
- package/dist/ketchup/{p-34748c91.js → p-7454cb92.js} +1 -1
- package/dist/ketchup/{p-a0b1d769.js → p-79b0730b.js} +1 -1
- package/dist/ketchup/p-7eff4eee.js +1 -0
- package/dist/ketchup/p-80968627.entry.js +1 -0
- package/dist/ketchup/{p-8c44c3b9.js → p-81605f08.js} +4 -5
- package/dist/ketchup/p-8cdf61a4.js +1 -0
- package/dist/ketchup/{p-8418e8fa.entry.js → p-954cc340.entry.js} +1 -1
- package/dist/ketchup/{p-4173422f.entry.js → p-99e0d768.entry.js} +1 -1
- package/dist/ketchup/{p-41741c28.entry.js → p-a0f6e25c.entry.js} +1 -1
- package/dist/ketchup/p-a203f78b.js +45 -0
- package/dist/ketchup/{p-9a61d8dc.entry.js → p-a615a92b.entry.js} +1 -1
- package/dist/ketchup/p-aca0e54b.js +30 -0
- package/dist/ketchup/p-b8939a8b.entry.js +1 -0
- package/dist/ketchup/p-bfc3bac7.js +1 -0
- package/dist/ketchup/p-c5ce8951.entry.js +1 -0
- package/dist/ketchup/p-cad1e097.entry.js +9 -0
- package/dist/ketchup/{p-bb8844bf.entry.js → p-d2ee56dd.entry.js} +1 -1
- package/dist/ketchup/p-db71436b.entry.js +27 -0
- package/dist/ketchup/{p-40f97429.js → p-e0035c58.js} +1 -1
- package/dist/ketchup/p-e1039cf2.entry.js +1 -0
- package/dist/ketchup/{p-44192f30.entry.js → p-ea10176c.entry.js} +1 -1
- package/dist/ketchup/{p-67842f1e.entry.js → p-f09f2f98.entry.js} +1 -1
- package/dist/ketchup/{p-203d6295.entry.js → p-f71a1675.entry.js} +1 -1
- package/dist/ketchup/{p-11e72a8c.entry.js → p-fac1a08b.entry.js} +1 -1
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -5
- package/dist/types/components/kup-box/kup-box.d.ts +0 -22
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -4
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -19
- package/dist/types/components/kup-form-editor/kup-form-editor-declarations.d.ts +79 -0
- package/dist/types/components/kup-form-editor/kup-form-editor.d.ts +72 -0
- package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +14 -0
- package/dist/types/components/kup-image-list/kup-image-list.d.ts +56 -0
- package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +3 -9
- package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +6 -6
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -5
- package/dist/types/components/kup-tree/kup-tree.d.ts +1 -25
- package/dist/types/components.d.ts +121 -231
- package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
- package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +7 -0
- package/dist/types/managers/kup-data/kup-data.d.ts +1 -0
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +2 -0
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +4 -0
- package/dist/types/managers/kup-manager/kup-manager.d.ts +12 -0
- package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +3 -3
- package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +17 -6
- package/dist/types/types/GenericTypes.d.ts +2 -0
- package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +1 -3
- package/package.json +15 -14
- package/dist/cjs/kup-manager-5c03da64.js +0 -8795
- package/dist/collection/assets/tooltip.js +0 -73
- package/dist/collection/components/kup-tooltip/kup-tooltip-declarations.js +0 -20
- package/dist/collection/components/kup-tooltip/kup-tooltip.css +0 -149
- package/dist/collection/components/kup-tooltip/kup-tooltip.js +0 -1205
- package/dist/collection/utils/helpers.js +0 -38
- package/dist/esm/kup-manager-9316a184.js +0 -8778
- package/dist/ketchup/p-12773ca8.js +0 -9
- package/dist/ketchup/p-44f8da2a.js +0 -1
- package/dist/ketchup/p-4f56932b.js +0 -1
- package/dist/ketchup/p-7ba8fa4a.entry.js +0 -39
- package/dist/ketchup/p-7de0d7e1.js +0 -1
- package/dist/ketchup/p-96bf19aa.entry.js +0 -1
- package/dist/ketchup/p-b0ddcce9.entry.js +0 -9
- package/dist/ketchup/p-b6c21223.entry.js +0 -27
- package/dist/ketchup/p-c58a2a81.entry.js +0 -1
- package/dist/ketchup/p-ca3d585b.entry.js +0 -1
- package/dist/ketchup/p-ecb7069b.js +0 -135
- package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +0 -93
- package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +0 -142
- package/dist/types/utils/helpers.d.ts +0 -4
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
const editor1 = document.getElementById('form-editor1');
|
|
2
|
+
const button1 = document.getElementById('button1');
|
|
3
|
+
const button2 = document.getElementById('button2');
|
|
4
|
+
|
|
5
|
+
editor1.addEventListener('kup-formeditor-save', function (ev) {
|
|
6
|
+
console.log(ev);
|
|
7
|
+
alert('Saved!');
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
button1.addEventListener('kup-button-click', function () {
|
|
11
|
+
editor1.data = data1;
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
button2.addEventListener('kup-button-click', function () {
|
|
15
|
+
editor1.data = data2;
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const data1 = {
|
|
19
|
+
layout: 'column',
|
|
20
|
+
sections: [
|
|
21
|
+
{
|
|
22
|
+
components: [
|
|
23
|
+
{
|
|
24
|
+
data: [
|
|
25
|
+
{
|
|
26
|
+
disabled: false,
|
|
27
|
+
expandable: false,
|
|
28
|
+
isExpanded: false,
|
|
29
|
+
options: false,
|
|
30
|
+
value: 'Ambiente di sviluppo',
|
|
31
|
+
},
|
|
32
|
+
],
|
|
33
|
+
title: '*NONE',
|
|
34
|
+
type: 'LAB',
|
|
35
|
+
id: '{F1694E68-D1C9-4A72-9EEF-B2DD72BDDDE2}',
|
|
36
|
+
loaded: true,
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
layout: 'column',
|
|
40
|
+
sections: [],
|
|
41
|
+
id: 'SB',
|
|
42
|
+
loaded: true,
|
|
43
|
+
dim: '10%',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
components: [
|
|
47
|
+
{
|
|
48
|
+
dynamisms: [
|
|
49
|
+
{
|
|
50
|
+
event: 'Click',
|
|
51
|
+
fun: 'F(EXD;*SCO;) 2([T1];[P1];[K1])',
|
|
52
|
+
},
|
|
53
|
+
],
|
|
54
|
+
data: [
|
|
55
|
+
{
|
|
56
|
+
disabled: false,
|
|
57
|
+
expandable: false,
|
|
58
|
+
isExpanded: false,
|
|
59
|
+
options: false,
|
|
60
|
+
obj: {
|
|
61
|
+
t: 'MB',
|
|
62
|
+
p: 'SCP_SCH',
|
|
63
|
+
k: 'MU_X21_06',
|
|
64
|
+
},
|
|
65
|
+
value: 'Main',
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
title: '*NONE',
|
|
69
|
+
type: 'BTN',
|
|
70
|
+
id: '{65DF546F-536C-48A9-BCAD-4DB8B114DC0E}',
|
|
71
|
+
loaded: true,
|
|
72
|
+
},
|
|
73
|
+
],
|
|
74
|
+
layout: 'column',
|
|
75
|
+
sections: [],
|
|
76
|
+
id: 'SC',
|
|
77
|
+
loaded: true,
|
|
78
|
+
dim: '10%',
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
components: [
|
|
82
|
+
{
|
|
83
|
+
dynamisms: [
|
|
84
|
+
{
|
|
85
|
+
event: 'Click',
|
|
86
|
+
fun: 'F(EXD;*SCO;) 2([T1];[P1];[K1]) G(NFIR)',
|
|
87
|
+
},
|
|
88
|
+
],
|
|
89
|
+
data: [
|
|
90
|
+
{
|
|
91
|
+
disabled: false,
|
|
92
|
+
expandable: false,
|
|
93
|
+
isExpanded: false,
|
|
94
|
+
options: false,
|
|
95
|
+
obj: {
|
|
96
|
+
t: 'MB',
|
|
97
|
+
p: 'SCP_SCH',
|
|
98
|
+
k: 'MU_X21_06',
|
|
99
|
+
},
|
|
100
|
+
value: 'Main Popup',
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
title: '*NONE',
|
|
104
|
+
type: 'BTN',
|
|
105
|
+
id: '{ADC998D4-C884-4E78-9557-9DD8F271F1E6}',
|
|
106
|
+
loaded: true,
|
|
107
|
+
},
|
|
108
|
+
],
|
|
109
|
+
layout: 'column',
|
|
110
|
+
sections: [],
|
|
111
|
+
id: 'SD',
|
|
112
|
+
loaded: true,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
components: [
|
|
116
|
+
{
|
|
117
|
+
options: {
|
|
118
|
+
url: '/Ln/f?n=test4.vue',
|
|
119
|
+
type: 'vue',
|
|
120
|
+
},
|
|
121
|
+
fun: 'F(MAT;Plain.Poc.WebupJS.Api.Repositories.UtilsRepository;FromCsv) 1(FILE;;users)',
|
|
122
|
+
title: '*NONE',
|
|
123
|
+
type: 'MAT',
|
|
124
|
+
id: '{C6BB07DF-FC62-453B-8AF3-79CB1EE050C3}',
|
|
125
|
+
loaded: true,
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
layout: 'column',
|
|
129
|
+
sections: [],
|
|
130
|
+
id: 'SE',
|
|
131
|
+
loaded: true,
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
fun: 'F(EXD;*SCO;) 2(MB;SCP_SCH;MU_X21_01)',
|
|
135
|
+
type: 'SCH',
|
|
136
|
+
loaded: true,
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
const data2 = {
|
|
140
|
+
layout: 'column',
|
|
141
|
+
sections: [
|
|
142
|
+
{
|
|
143
|
+
layout: 'row',
|
|
144
|
+
sections: [
|
|
145
|
+
{
|
|
146
|
+
components: [
|
|
147
|
+
{
|
|
148
|
+
data: [
|
|
149
|
+
{
|
|
150
|
+
disabled: false,
|
|
151
|
+
expandable: false,
|
|
152
|
+
isExpanded: false,
|
|
153
|
+
options: false,
|
|
154
|
+
value: 'Etichetta 1',
|
|
155
|
+
},
|
|
156
|
+
],
|
|
157
|
+
title: '*NONE',
|
|
158
|
+
type: 'LAB',
|
|
159
|
+
id: '{FC2E04CE-DD30-4959-A8AA-B95A97C7BDAD}',
|
|
160
|
+
loaded: true,
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
layout: 'column',
|
|
164
|
+
sections: [],
|
|
165
|
+
id: 'SA1',
|
|
166
|
+
loaded: true,
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
components: [
|
|
170
|
+
{
|
|
171
|
+
data: [
|
|
172
|
+
{
|
|
173
|
+
disabled: false,
|
|
174
|
+
expandable: false,
|
|
175
|
+
isExpanded: false,
|
|
176
|
+
options: false,
|
|
177
|
+
value: 'Etichetta 2',
|
|
178
|
+
},
|
|
179
|
+
],
|
|
180
|
+
title: '*NONE',
|
|
181
|
+
type: 'LAB',
|
|
182
|
+
id: '{59F0053D-C32C-4971-BACC-1113BA0D7753}',
|
|
183
|
+
loaded: true,
|
|
184
|
+
},
|
|
185
|
+
],
|
|
186
|
+
layout: 'column',
|
|
187
|
+
sections: [],
|
|
188
|
+
id: 'SA2',
|
|
189
|
+
loaded: true,
|
|
190
|
+
},
|
|
191
|
+
],
|
|
192
|
+
id: 'SA',
|
|
193
|
+
loaded: true,
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
components: [
|
|
197
|
+
{
|
|
198
|
+
data: [
|
|
199
|
+
{
|
|
200
|
+
disabled: false,
|
|
201
|
+
expandable: false,
|
|
202
|
+
isExpanded: false,
|
|
203
|
+
options: false,
|
|
204
|
+
value: 'Etichetta 3',
|
|
205
|
+
},
|
|
206
|
+
],
|
|
207
|
+
title: '*NONE',
|
|
208
|
+
type: 'LAB',
|
|
209
|
+
id: '{A35B7D1B-3B97-42E6-A926-9D84034796E3}',
|
|
210
|
+
loaded: true,
|
|
211
|
+
},
|
|
212
|
+
],
|
|
213
|
+
layout: 'column',
|
|
214
|
+
sections: [],
|
|
215
|
+
id: 'SB',
|
|
216
|
+
loaded: true,
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
components: [
|
|
220
|
+
{
|
|
221
|
+
dynamisms: [
|
|
222
|
+
{
|
|
223
|
+
event: 'Click',
|
|
224
|
+
fun: 'F(EXD;*SCO;) 2([T1];[P1];[K1])',
|
|
225
|
+
},
|
|
226
|
+
],
|
|
227
|
+
data: [
|
|
228
|
+
{
|
|
229
|
+
disabled: false,
|
|
230
|
+
expandable: false,
|
|
231
|
+
isExpanded: false,
|
|
232
|
+
options: false,
|
|
233
|
+
obj: {
|
|
234
|
+
t: 'MB',
|
|
235
|
+
p: 'SCP_SCH',
|
|
236
|
+
k: 'PL_X21_01',
|
|
237
|
+
},
|
|
238
|
+
value: 'Prove varie',
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
disabled: false,
|
|
242
|
+
expandable: false,
|
|
243
|
+
isExpanded: false,
|
|
244
|
+
options: false,
|
|
245
|
+
obj: {
|
|
246
|
+
t: 'MB',
|
|
247
|
+
p: 'SCP_SCH',
|
|
248
|
+
k: 'PL_X21_02',
|
|
249
|
+
},
|
|
250
|
+
value: 'Utente corrente',
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
disabled: false,
|
|
254
|
+
expandable: false,
|
|
255
|
+
isExpanded: false,
|
|
256
|
+
options: false,
|
|
257
|
+
obj: {
|
|
258
|
+
t: 'MB',
|
|
259
|
+
p: 'SCP_SCH',
|
|
260
|
+
k: 'PL_X21_03',
|
|
261
|
+
},
|
|
262
|
+
value: 'Naviga documenti',
|
|
263
|
+
},
|
|
264
|
+
],
|
|
265
|
+
title: '*NONE',
|
|
266
|
+
type: 'BTN',
|
|
267
|
+
id: '{6D279D65-2694-4FE5-9455-50A7998FF859}',
|
|
268
|
+
loaded: true,
|
|
269
|
+
},
|
|
270
|
+
],
|
|
271
|
+
layout: 'column',
|
|
272
|
+
sections: [],
|
|
273
|
+
id: 'SC',
|
|
274
|
+
loaded: true,
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
components: [
|
|
278
|
+
{
|
|
279
|
+
dynamisms: [
|
|
280
|
+
{
|
|
281
|
+
event: 'Click',
|
|
282
|
+
fun: 'F(EXD;*SCO;) 2([T1];[P1];[K1])',
|
|
283
|
+
},
|
|
284
|
+
],
|
|
285
|
+
data: [
|
|
286
|
+
{
|
|
287
|
+
disabled: false,
|
|
288
|
+
expandable: false,
|
|
289
|
+
isExpanded: false,
|
|
290
|
+
options: false,
|
|
291
|
+
obj: {
|
|
292
|
+
t: 'MB',
|
|
293
|
+
p: 'SCP_SCH',
|
|
294
|
+
k: 'PL_X21_04',
|
|
295
|
+
},
|
|
296
|
+
value: 'Cerca documenti',
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
disabled: false,
|
|
300
|
+
expandable: false,
|
|
301
|
+
isExpanded: false,
|
|
302
|
+
options: false,
|
|
303
|
+
obj: {
|
|
304
|
+
t: 'MB',
|
|
305
|
+
p: 'SCP_SCH',
|
|
306
|
+
k: 'PL_X21_05',
|
|
307
|
+
},
|
|
308
|
+
value: 'Test prototipazione',
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
disabled: false,
|
|
312
|
+
expandable: false,
|
|
313
|
+
isExpanded: false,
|
|
314
|
+
options: false,
|
|
315
|
+
obj: {
|
|
316
|
+
t: 'MB',
|
|
317
|
+
p: 'SCP_SCH',
|
|
318
|
+
k: 'PL_X21_06',
|
|
319
|
+
},
|
|
320
|
+
value: 'Estrai tabella',
|
|
321
|
+
},
|
|
322
|
+
],
|
|
323
|
+
title: '*NONE',
|
|
324
|
+
type: 'BTN',
|
|
325
|
+
id: '{F651FA0B-348E-4CE1-A3EA-4C9B95578E9E}',
|
|
326
|
+
loaded: true,
|
|
327
|
+
},
|
|
328
|
+
],
|
|
329
|
+
layout: 'column',
|
|
330
|
+
sections: [],
|
|
331
|
+
id: 'SD',
|
|
332
|
+
loaded: true,
|
|
333
|
+
},
|
|
334
|
+
],
|
|
335
|
+
fun: 'F(EXD;*SCO;) 2(MB;SCP_SCH;MU_X21_06)',
|
|
336
|
+
type: 'SCH',
|
|
337
|
+
loaded: true,
|
|
338
|
+
};
|