@sme.up/ketchup 9.6.2 → 9.6.3
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/dist/cjs/{f-button-4c346ca8.js → f-button-9a0eba42.js} +2 -2
- package/dist/cjs/{f-cell-8f3d12fd.js → f-cell-1ad41071.js} +51 -9
- package/dist/cjs/{f-checkbox-bfa92ebe.js → f-checkbox-1fa28e76.js} +1 -1
- package/dist/cjs/{f-chip-a6c800be.js → f-chip-48851b4f.js} +3 -3
- package/dist/cjs/{f-image-40476fa6.js → f-image-541e5f4d.js} +2 -2
- package/dist/cjs/{f-paginator-utils-c652ceaa.js → f-paginator-utils-8ff2a9b4.js} +7 -4
- package/dist/cjs/{f-text-field-1f77ef23.js → f-text-field-ac5d6497.js} +2 -2
- package/dist/cjs/{index-db0a6be6.js → index-958d0399.js} +21 -26
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +47 -46
- package/dist/cjs/kup-box.cjs.entry.js +60 -20
- package/dist/cjs/kup-calendar.cjs.entry.js +7 -7
- package/dist/cjs/kup-card-list.cjs.entry.js +4 -4
- package/dist/cjs/kup-cell.cjs.entry.js +10 -10
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
- package/dist/cjs/kup-dashboard.cjs.entry.js +8 -8
- package/dist/cjs/{kup-dates-4aa560f0.js → kup-dates-b7d53b4d.js} +25 -8
- package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
- package/dist/cjs/kup-echart.cjs.entry.js +4 -4
- package/dist/cjs/kup-editor.cjs.entry.js +3 -3
- package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
- package/dist/cjs/kup-gantt_10.cjs.entry.js +20 -14
- package/dist/cjs/kup-grid.cjs.entry.js +4 -4
- package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
- package/dist/cjs/kup-image-list.cjs.entry.js +138 -50
- package/dist/cjs/kup-lazy.cjs.entry.js +4 -4
- package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
- package/dist/cjs/{kup-manager-08f1585b.js → kup-manager-26a9154b.js} +631 -33
- package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -4
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +5 -5
- package/dist/cjs/kup-photo-frame.cjs.entry.js +4 -4
- package/dist/cjs/{kup-planner-renderer-helper-f0c869d7.js → kup-planner-renderer-helper-680bbd5a.js} +3 -23
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +13 -6
- package/dist/cjs/kup-planner.cjs.entry.js +12 -6
- package/dist/cjs/kup-probe.cjs.entry.js +3 -3
- package/dist/cjs/kup-qlik.cjs.entry.js +4 -4
- package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/data-table.js +7 -2
- package/dist/collection/assets/image-list.js +20 -0
- package/dist/collection/assets/index.js +4 -0
- package/dist/collection/assets/planner-example-6.js +983 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/kup-accordion/kup-accordion.css +128 -0
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +128 -0
- package/dist/collection/components/kup-badge/kup-badge.css +128 -0
- package/dist/collection/components/kup-box/kup-box.css +128 -0
- package/dist/collection/components/kup-box/kup-box.js +49 -9
- package/dist/collection/components/kup-button/kup-button.css +128 -0
- package/dist/collection/components/kup-button-list/kup-button-list.css +128 -0
- package/dist/collection/components/kup-calendar/kup-calendar.css +128 -0
- package/dist/collection/components/kup-card/kup-card.css +128 -0
- package/dist/collection/components/kup-card-list/kup-card-list.css +128 -0
- package/dist/collection/components/kup-cell/kup-cell.css +128 -0
- package/dist/collection/components/kup-chart/kup-chart.css +128 -0
- package/dist/collection/components/kup-checkbox/kup-checkbox.css +128 -0
- package/dist/collection/components/kup-chip/kup-chip.css +128 -0
- package/dist/collection/components/kup-color-picker/kup-color-picker.css +128 -0
- package/dist/collection/components/kup-combobox/kup-combobox.css +128 -0
- package/dist/collection/components/kup-dashboard/kup-dashboard.css +128 -0
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
- package/dist/collection/components/kup-data-table/kup-data-table.css +133 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +28 -9
- package/dist/collection/components/kup-date-picker/kup-date-picker.css +128 -0
- package/dist/collection/components/kup-dialog/kup-dialog.css +128 -0
- package/dist/collection/components/kup-drawer/kup-drawer.css +128 -0
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +128 -0
- package/dist/collection/components/kup-echart/kup-echart.css +128 -0
- package/dist/collection/components/kup-family-tree/kup-family-tree.css +128 -0
- package/dist/collection/components/kup-form/kup-form.css +128 -0
- package/dist/collection/components/kup-gauge/kup-gauge.css +128 -0
- package/dist/collection/components/kup-grid/kup-grid.css +128 -0
- package/dist/collection/components/kup-iframe/kup-iframe.css +128 -0
- package/dist/collection/components/kup-image/kup-image.css +128 -0
- package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +2 -0
- package/dist/collection/components/kup-image-list/kup-image-list.css +158 -18
- package/dist/collection/components/kup-image-list/kup-image-list.js +175 -46
- package/dist/collection/components/kup-lazy/kup-lazy.css +128 -0
- package/dist/collection/components/kup-list/kup-list.css +128 -0
- package/dist/collection/components/kup-magic-box/kup-magic-box.css +128 -0
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.css +128 -0
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +128 -0
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +128 -0
- package/dist/collection/components/kup-planner/kup-planner.css +128 -0
- package/dist/collection/components/kup-planner/kup-planner.js +7 -1
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.module.css +128 -0
- package/dist/collection/components/kup-planner/utils/gantt-table.module.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +29 -2
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer-helper.js +2 -22
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +37 -4
- package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +128 -0
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.css +128 -0
- package/dist/collection/components/kup-qlik/kup-qlik.css +128 -0
- package/dist/collection/components/kup-radio/kup-radio.css +128 -0
- package/dist/collection/components/kup-rating/kup-rating.css +128 -0
- package/dist/collection/components/kup-snackbar/kup-snackbar.css +128 -0
- package/dist/collection/components/kup-spinner/kup-spinner.css +128 -0
- package/dist/collection/components/kup-switch/kup-switch.css +128 -0
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +128 -0
- package/dist/collection/components/kup-text-field/kup-text-field.css +128 -0
- package/dist/collection/components/kup-time-picker/kup-time-picker.css +128 -0
- package/dist/collection/components/kup-tree/kup-tree.css +128 -0
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
- package/dist/collection/f-components/f-cell/f-cell.js +44 -2
- package/dist/collection/f-components/f-paginator/f-paginator.js +3 -0
- package/dist/collection/managers/kup-dates/kup-dates.js +18 -8
- package/dist/collection/managers/kup-interact/kup-interact.js +7 -0
- package/dist/collection/utils/cell-utils.js +2 -2
- package/dist/components/custom-task-list-header.js +1 -1
- package/dist/components/custom-task-list-table.js +1 -1
- package/dist/components/kup-accordion.js +1 -1
- package/dist/components/kup-autocomplete2.js +85 -38
- package/dist/components/kup-box2.js +50 -10
- package/dist/components/kup-calendar.js +1 -1
- package/dist/components/kup-card-list.js +1 -1
- package/dist/components/kup-cell.js +1 -1
- package/dist/components/kup-dashboard.js +1 -1
- package/dist/components/kup-dates.js +25 -8
- package/dist/components/kup-drawer.js +1 -1
- package/dist/components/kup-echart2.js +1 -1
- package/dist/components/kup-family-tree.js +1 -1
- package/dist/components/kup-gantt-calendar2.js +2 -2
- package/dist/components/kup-gantt2.js +11 -4
- package/dist/components/kup-grid-renderer2.js +1 -1
- package/dist/components/kup-grid2.js +1 -1
- package/dist/components/kup-horizontal-scroll2.js +1 -1
- package/dist/components/kup-iframe.js +1 -1
- package/dist/components/kup-image-list.js +132 -42
- package/dist/components/kup-lazy.js +1 -1
- package/dist/components/kup-magic-box.js +1 -1
- package/dist/components/kup-manager.js +629 -31
- package/dist/components/kup-nav-bar.js +1 -1
- package/dist/components/kup-numeric-picker.js +1 -1
- package/dist/components/kup-photo-frame.js +1 -1
- package/dist/components/kup-planner-renderer-helper.js +2 -22
- package/dist/components/kup-planner-renderer2.js +12 -4
- package/dist/components/kup-planner.js +8 -2
- package/dist/components/kup-qlik.js +1 -1
- package/dist/components/kup-snackbar.js +1 -1
- package/dist/components/kup-standard-tooltip2.js +1 -1
- package/dist/components/kup-switcher2.js +1 -1
- package/dist/components/kup-task-list-header2.js +1 -1
- package/dist/components/kup-task-list-table2.js +2 -2
- package/dist/components/kup-task-list2.js +1 -1
- package/dist/components/kup-tooltip2.js +1 -1
- package/dist/components/kup-vertical-scroll2.js +1 -1
- package/dist/esm/{f-button-90a7ea86.js → f-button-45d690a5.js} +2 -2
- package/dist/esm/{f-cell-fdd338c5.js → f-cell-63db06db.js} +51 -9
- package/dist/esm/{f-checkbox-fdf27ce9.js → f-checkbox-ddb6234e.js} +1 -1
- package/dist/esm/{f-chip-4e6341a6.js → f-chip-f1ab6c5e.js} +3 -3
- package/dist/esm/{f-image-5210f0b3.js → f-image-8b382cc5.js} +2 -2
- package/dist/esm/{f-paginator-utils-3f179999.js → f-paginator-utils-ae563cd5.js} +7 -4
- package/dist/esm/{f-text-field-8429a853.js → f-text-field-b5fcb598.js} +2 -2
- package/dist/esm/{index-bbef9f2a.js → index-460631fd.js} +21 -26
- package/dist/esm/index.js +3 -3
- package/dist/esm/ketchup.js +4 -4
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_27.entry.js +47 -46
- package/dist/esm/kup-box.entry.js +60 -20
- package/dist/esm/kup-calendar.entry.js +7 -7
- package/dist/esm/kup-card-list.entry.js +4 -4
- package/dist/esm/kup-cell.entry.js +10 -10
- package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
- package/dist/esm/kup-dashboard.entry.js +8 -8
- package/dist/esm/{kup-dates-172954df.js → kup-dates-4ad48be7.js} +25 -8
- package/dist/esm/kup-drawer.entry.js +4 -4
- package/dist/esm/kup-echart.entry.js +4 -4
- package/dist/esm/kup-editor.entry.js +3 -3
- package/dist/esm/kup-family-tree.entry.js +6 -6
- package/dist/esm/kup-gantt_10.entry.js +20 -14
- package/dist/esm/kup-grid.entry.js +4 -4
- package/dist/esm/kup-iframe.entry.js +4 -4
- package/dist/esm/kup-image-list.entry.js +138 -50
- package/dist/esm/kup-lazy.entry.js +4 -4
- package/dist/esm/kup-magic-box.entry.js +5 -5
- package/dist/esm/{kup-manager-8b39f876.js → kup-manager-cdb4f21a.js} +631 -33
- package/dist/esm/kup-nav-bar.entry.js +4 -4
- package/dist/esm/kup-numeric-picker.entry.js +5 -5
- package/dist/esm/kup-photo-frame.entry.js +4 -4
- package/dist/esm/{kup-planner-renderer-helper-5d97e075.js → kup-planner-renderer-helper-da0518be.js} +3 -23
- package/dist/esm/kup-planner-renderer.entry.js +13 -6
- package/dist/esm/kup-planner.entry.js +12 -6
- package/dist/esm/kup-probe.entry.js +3 -3
- package/dist/esm/kup-qlik.entry.js +4 -4
- package/dist/esm/kup-snackbar.entry.js +6 -6
- package/dist/esm/loader.js +3 -3
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-090e5097.entry.js +1 -0
- package/dist/ketchup/p-1474852d.entry.js +1 -0
- package/dist/ketchup/{p-ee30e274.entry.js → p-157f0e89.entry.js} +1 -1
- package/dist/ketchup/p-1cd48eea.entry.js +1 -0
- package/dist/ketchup/p-21351b19.entry.js +1 -0
- package/dist/ketchup/p-2b40d9b9.entry.js +1 -0
- package/dist/ketchup/p-31c0cfc0.entry.js +1 -0
- package/dist/ketchup/p-41e8402e.entry.js +1 -0
- package/dist/ketchup/p-47040db6.js +2 -0
- package/dist/ketchup/{p-82694fad.entry.js → p-4c100286.entry.js} +1 -1
- package/dist/ketchup/p-4dfc5927.entry.js +1 -0
- package/dist/ketchup/{p-35d503e2.js → p-590c34bc.js} +1 -1
- package/dist/ketchup/p-5c79cb74.js +1 -0
- package/dist/ketchup/p-670354ef.entry.js +1 -0
- package/dist/ketchup/p-837bd0a6.entry.js +1 -0
- package/dist/ketchup/p-935f58fc.js +1 -0
- package/dist/ketchup/{p-2778f948.js → p-9852b1e9.js} +1 -1
- package/dist/ketchup/p-9a856951.js +28 -0
- package/dist/ketchup/{p-86f9b0d9.js → p-a5074ce4.js} +1 -1
- package/dist/ketchup/p-ad6a3c2a.entry.js +1 -0
- package/dist/ketchup/p-b6a21b6a.entry.js +1 -0
- package/dist/ketchup/{p-5e16c9d3.js → p-ba0f28b7.js} +1 -1
- package/dist/ketchup/{p-f9766625.js → p-bedabdb5.js} +1 -1
- package/dist/ketchup/p-c6b34763.entry.js +1 -0
- package/dist/ketchup/p-ca42a421.entry.js +16 -0
- package/dist/ketchup/{p-4eb70dd2.entry.js → p-ca8a1f53.entry.js} +4 -4
- package/dist/ketchup/p-cbe42afd.entry.js +1 -0
- package/dist/ketchup/p-cc7352a8.entry.js +1 -0
- package/dist/ketchup/{p-c089b961.js → p-d50515f7.js} +1 -1
- package/dist/ketchup/p-d608f866.entry.js +1 -0
- package/dist/ketchup/p-d839ce21.entry.js +9 -0
- package/dist/ketchup/p-d9284d98.entry.js +1 -0
- package/dist/ketchup/p-e0a1fbe7.entry.js +1 -0
- package/dist/ketchup/p-e0c10de2.entry.js +1 -0
- package/dist/ketchup/{p-dc18691c.js → p-e2bf2bb6.js} +1 -1
- package/dist/ketchup/{p-4c20fefd.entry.js → p-e508b2fd.entry.js} +1 -1
- package/dist/ketchup/p-ec4050e1.entry.js +1 -0
- package/dist/types/components/kup-box/kup-box.d.ts +1 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
- package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +19 -4
- package/dist/types/components/kup-image-list/kup-image-list.d.ts +13 -11
- package/dist/types/components/kup-planner/kup-planner.d.ts +1 -0
- package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +4 -0
- package/dist/types/components/kup-planner/utils/kup-planner-renderer.d.ts +6 -0
- package/dist/types/components.d.ts +44 -8
- package/dist/types/f-components/f-image/f-image-declarations.d.ts +3 -4
- package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
- package/dist/types/managers/kup-interact/kup-interact.d.ts +5 -0
- package/package.json +1 -1
- package/dist/ketchup/p-02820c2b.entry.js +0 -1
- package/dist/ketchup/p-09d853c3.entry.js +0 -1
- package/dist/ketchup/p-14e1a36b.entry.js +0 -1
- package/dist/ketchup/p-1936c6cd.entry.js +0 -1
- package/dist/ketchup/p-1ad7fea0.js +0 -2
- package/dist/ketchup/p-318c9ecd.entry.js +0 -1
- package/dist/ketchup/p-35dce86e.entry.js +0 -1
- package/dist/ketchup/p-3c9ac0fd.entry.js +0 -1
- package/dist/ketchup/p-5739cdc2.entry.js +0 -1
- package/dist/ketchup/p-5ab3a88a.entry.js +0 -1
- package/dist/ketchup/p-6780a391.js +0 -1
- package/dist/ketchup/p-67930d7c.entry.js +0 -1
- package/dist/ketchup/p-6953f769.entry.js +0 -1
- package/dist/ketchup/p-7d2fd8bd.entry.js +0 -1
- package/dist/ketchup/p-8257141a.entry.js +0 -1
- package/dist/ketchup/p-8ea68d14.entry.js +0 -1
- package/dist/ketchup/p-98c72335.entry.js +0 -1
- package/dist/ketchup/p-ab8cac45.entry.js +0 -1
- package/dist/ketchup/p-b5d3c24d.entry.js +0 -1
- package/dist/ketchup/p-cdb24584.entry.js +0 -1
- package/dist/ketchup/p-d466d6d1.entry.js +0 -1
- package/dist/ketchup/p-de07d17e.js +0 -1
- package/dist/ketchup/p-df450df9.entry.js +0 -16
- package/dist/ketchup/p-f31530fc.js +0 -28
- package/dist/ketchup/p-f353805e.entry.js +0 -1
- package/dist/ketchup/p-f515308d.entry.js +0 -9
|
@@ -0,0 +1,983 @@
|
|
|
1
|
+
const comp = document.getElementById('planner');
|
|
2
|
+
|
|
3
|
+
comp.addEventListener('kup-planner-click', onclick);
|
|
4
|
+
comp.addEventListener('kup-planner-didunload', (e) => {
|
|
5
|
+
console.log('Planner removed', e);
|
|
6
|
+
});
|
|
7
|
+
document.addEventListener('kup-button-click', () => {
|
|
8
|
+
console.log('Removing planner');
|
|
9
|
+
comp.remove();
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
document.addEventListener('kup-planner-datechange', (e) => {
|
|
13
|
+
console.log(e);
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
document.addEventListener('kup-planner-phasedrop', (e) => {
|
|
17
|
+
console.log(e);
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const props = {
|
|
21
|
+
customStyle: '',
|
|
22
|
+
data: {
|
|
23
|
+
columns: [
|
|
24
|
+
{
|
|
25
|
+
isEditable: false,
|
|
26
|
+
isKey: false,
|
|
27
|
+
name: 'R§COMM',
|
|
28
|
+
obj: {
|
|
29
|
+
k: '',
|
|
30
|
+
p: '',
|
|
31
|
+
t: 'CM',
|
|
32
|
+
},
|
|
33
|
+
title: 'Commessa',
|
|
34
|
+
tooltip: false,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
isEditable: false,
|
|
38
|
+
isKey: false,
|
|
39
|
+
name: 'DATPRE',
|
|
40
|
+
obj: {
|
|
41
|
+
k: '',
|
|
42
|
+
p: '*YYMD',
|
|
43
|
+
t: 'D8',
|
|
44
|
+
},
|
|
45
|
+
title: 'Data Cons.\nAttualizz.',
|
|
46
|
+
tooltip: false,
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
isEditable: false,
|
|
50
|
+
isKey: false,
|
|
51
|
+
name: 'DATORD',
|
|
52
|
+
obj: {
|
|
53
|
+
k: '',
|
|
54
|
+
p: '*YYMD',
|
|
55
|
+
t: 'D8',
|
|
56
|
+
},
|
|
57
|
+
title: 'Data Cons.\nP.Ordine',
|
|
58
|
+
tooltip: false,
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
isEditable: false,
|
|
62
|
+
isKey: false,
|
|
63
|
+
name: 'R§CDCL',
|
|
64
|
+
objs: [
|
|
65
|
+
{
|
|
66
|
+
k: '',
|
|
67
|
+
p: 'CLP',
|
|
68
|
+
t: 'CN',
|
|
69
|
+
},
|
|
70
|
+
],
|
|
71
|
+
title: 'Ente',
|
|
72
|
+
tooltip: false,
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
isEditable: false,
|
|
76
|
+
isKey: false,
|
|
77
|
+
name: 'DATINZ',
|
|
78
|
+
obj: {
|
|
79
|
+
k: '',
|
|
80
|
+
p: '*YYMD',
|
|
81
|
+
t: 'D8',
|
|
82
|
+
},
|
|
83
|
+
title: 'Data inizio\nAttualizz.',
|
|
84
|
+
tooltip: false,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
isEditable: false,
|
|
88
|
+
isKey: false,
|
|
89
|
+
name: 'INZORD',
|
|
90
|
+
obj: {
|
|
91
|
+
k: '',
|
|
92
|
+
p: '*YYMD',
|
|
93
|
+
t: 'D8',
|
|
94
|
+
},
|
|
95
|
+
title: 'Data inizio\nP.Ordine',
|
|
96
|
+
tooltip: false,
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
isEditable: false,
|
|
100
|
+
isKey: false,
|
|
101
|
+
name: 'INPRHHMMSS',
|
|
102
|
+
obj: {
|
|
103
|
+
k: '',
|
|
104
|
+
p: '2',
|
|
105
|
+
t: 'I1',
|
|
106
|
+
},
|
|
107
|
+
title: 'Init preview hour (HH:mm:ss)',
|
|
108
|
+
tooltip: true,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
isEditable: false,
|
|
112
|
+
isKey: false,
|
|
113
|
+
name: 'INITHHMMSS',
|
|
114
|
+
obj: {
|
|
115
|
+
k: '',
|
|
116
|
+
p: '2',
|
|
117
|
+
t: 'I1',
|
|
118
|
+
},
|
|
119
|
+
title: 'Init hour (HH:mm:ss)',
|
|
120
|
+
tooltip: true,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
isEditable: false,
|
|
124
|
+
isKey: false,
|
|
125
|
+
name: 'ENPRHHMMSS',
|
|
126
|
+
obj: {
|
|
127
|
+
k: '',
|
|
128
|
+
p: '2',
|
|
129
|
+
t: 'I1',
|
|
130
|
+
},
|
|
131
|
+
title: 'End preview hour (HH:mm:ss)',
|
|
132
|
+
tooltip: true,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
isEditable: false,
|
|
136
|
+
isKey: false,
|
|
137
|
+
name: 'ENDHHMMSS',
|
|
138
|
+
obj: {
|
|
139
|
+
k: '',
|
|
140
|
+
p: '2',
|
|
141
|
+
t: 'I1',
|
|
142
|
+
},
|
|
143
|
+
title: 'End hour (HH:mm:ss)',
|
|
144
|
+
tooltip: true,
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
isEditable: false,
|
|
148
|
+
isKey: false,
|
|
149
|
+
name: 'INPRHHMM',
|
|
150
|
+
obj: {
|
|
151
|
+
k: '',
|
|
152
|
+
p: '3',
|
|
153
|
+
t: 'I1',
|
|
154
|
+
},
|
|
155
|
+
title: 'Init previewed hour (HH:mm)',
|
|
156
|
+
tooltip: true,
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
isEditable: false,
|
|
160
|
+
isKey: false,
|
|
161
|
+
name: 'INITHHMM',
|
|
162
|
+
obj: {
|
|
163
|
+
k: '',
|
|
164
|
+
p: '3',
|
|
165
|
+
t: 'I1',
|
|
166
|
+
},
|
|
167
|
+
title: 'Init hour (HH:mm)',
|
|
168
|
+
tooltip: true,
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
isEditable: false,
|
|
172
|
+
isKey: false,
|
|
173
|
+
name: 'ENPRHHMM',
|
|
174
|
+
obj: {
|
|
175
|
+
k: '',
|
|
176
|
+
p: '3',
|
|
177
|
+
t: 'I1',
|
|
178
|
+
},
|
|
179
|
+
title: 'End preview hour (HH:mm)',
|
|
180
|
+
tooltip: true,
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
isEditable: false,
|
|
184
|
+
isKey: false,
|
|
185
|
+
name: 'ENDHHMM',
|
|
186
|
+
obj: {
|
|
187
|
+
k: '',
|
|
188
|
+
p: '3',
|
|
189
|
+
t: 'I1',
|
|
190
|
+
},
|
|
191
|
+
title: 'End hour (HH:mm)',
|
|
192
|
+
tooltip: true,
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
rows: [
|
|
196
|
+
{
|
|
197
|
+
cells: {
|
|
198
|
+
'R§CDCL': {
|
|
199
|
+
data: {
|
|
200
|
+
size: 15,
|
|
201
|
+
helperEnabled: false,
|
|
202
|
+
hiddenCounter: true,
|
|
203
|
+
maxLength: 15,
|
|
204
|
+
},
|
|
205
|
+
isEditable: false,
|
|
206
|
+
obj: {
|
|
207
|
+
k: 'BENARM',
|
|
208
|
+
p: 'CLP',
|
|
209
|
+
t: 'CN',
|
|
210
|
+
},
|
|
211
|
+
value: 'BENARM',
|
|
212
|
+
displayedValue: 'BENARM',
|
|
213
|
+
},
|
|
214
|
+
DATPRE: {
|
|
215
|
+
data: {
|
|
216
|
+
size: 8,
|
|
217
|
+
helperEnabled: false,
|
|
218
|
+
hiddenCounter: true,
|
|
219
|
+
maxLength: 8,
|
|
220
|
+
},
|
|
221
|
+
isEditable: false,
|
|
222
|
+
obj: {
|
|
223
|
+
k: '20240228',
|
|
224
|
+
p: '*YYMD',
|
|
225
|
+
t: 'D8',
|
|
226
|
+
},
|
|
227
|
+
value: '2024-02-28',
|
|
228
|
+
},
|
|
229
|
+
INZORD: {
|
|
230
|
+
data: {
|
|
231
|
+
size: 8,
|
|
232
|
+
helperEnabled: false,
|
|
233
|
+
hiddenCounter: true,
|
|
234
|
+
maxLength: 8,
|
|
235
|
+
},
|
|
236
|
+
isEditable: false,
|
|
237
|
+
obj: {
|
|
238
|
+
k: '20230512',
|
|
239
|
+
p: '*YYMD',
|
|
240
|
+
t: 'D8',
|
|
241
|
+
},
|
|
242
|
+
value: '2023-05-12',
|
|
243
|
+
},
|
|
244
|
+
DATORD: {
|
|
245
|
+
data: {
|
|
246
|
+
size: 8,
|
|
247
|
+
helperEnabled: false,
|
|
248
|
+
hiddenCounter: true,
|
|
249
|
+
maxLength: 8,
|
|
250
|
+
},
|
|
251
|
+
isEditable: false,
|
|
252
|
+
obj: {
|
|
253
|
+
k: '20240228',
|
|
254
|
+
p: '*YYMD',
|
|
255
|
+
t: 'D8',
|
|
256
|
+
},
|
|
257
|
+
value: '2024-02-28',
|
|
258
|
+
},
|
|
259
|
+
DATINZ: {
|
|
260
|
+
data: {
|
|
261
|
+
size: 8,
|
|
262
|
+
helperEnabled: false,
|
|
263
|
+
hiddenCounter: true,
|
|
264
|
+
maxLength: 8,
|
|
265
|
+
},
|
|
266
|
+
isEditable: false,
|
|
267
|
+
obj: {
|
|
268
|
+
k: '20230512',
|
|
269
|
+
p: '*YYMD',
|
|
270
|
+
t: 'D8',
|
|
271
|
+
},
|
|
272
|
+
value: '2023-05-12',
|
|
273
|
+
},
|
|
274
|
+
'R§COMM': {
|
|
275
|
+
data: {
|
|
276
|
+
size: 10,
|
|
277
|
+
helperEnabled: false,
|
|
278
|
+
hiddenCounter: true,
|
|
279
|
+
maxLength: 10,
|
|
280
|
+
},
|
|
281
|
+
isEditable: false,
|
|
282
|
+
obj: {
|
|
283
|
+
k: 'G418',
|
|
284
|
+
p: '',
|
|
285
|
+
t: 'CM',
|
|
286
|
+
},
|
|
287
|
+
value: 'G418',
|
|
288
|
+
displayedValue: 'G418',
|
|
289
|
+
},
|
|
290
|
+
INPRHHMMSS: {
|
|
291
|
+
isEditable: false,
|
|
292
|
+
obj: {
|
|
293
|
+
k: '070030',
|
|
294
|
+
p: '2',
|
|
295
|
+
t: 'I1',
|
|
296
|
+
},
|
|
297
|
+
value: '07:00:30',
|
|
298
|
+
},
|
|
299
|
+
INITHHMMSS: {
|
|
300
|
+
isEditable: false,
|
|
301
|
+
obj: {
|
|
302
|
+
k: '080000',
|
|
303
|
+
p: '2',
|
|
304
|
+
t: 'I1',
|
|
305
|
+
},
|
|
306
|
+
value: '08:00:00',
|
|
307
|
+
},
|
|
308
|
+
ENPRHHMMSS: {
|
|
309
|
+
isEditable: false,
|
|
310
|
+
obj: {
|
|
311
|
+
k: '163050',
|
|
312
|
+
p: '2',
|
|
313
|
+
t: 'I1',
|
|
314
|
+
},
|
|
315
|
+
value: '16:30:50',
|
|
316
|
+
},
|
|
317
|
+
ENDHHMMSS: {
|
|
318
|
+
isEditable: false,
|
|
319
|
+
obj: {
|
|
320
|
+
k: '180000',
|
|
321
|
+
p: '2',
|
|
322
|
+
t: 'I1',
|
|
323
|
+
},
|
|
324
|
+
value: '18:00:00',
|
|
325
|
+
},
|
|
326
|
+
INPRHHMM: {
|
|
327
|
+
isEditable: false,
|
|
328
|
+
obj: {
|
|
329
|
+
k: '0700',
|
|
330
|
+
p: '3',
|
|
331
|
+
t: 'I1',
|
|
332
|
+
},
|
|
333
|
+
value: '07:00',
|
|
334
|
+
},
|
|
335
|
+
INITHHMM: {
|
|
336
|
+
isEditable: false,
|
|
337
|
+
obj: {
|
|
338
|
+
k: '0800',
|
|
339
|
+
p: '3',
|
|
340
|
+
t: 'I1',
|
|
341
|
+
},
|
|
342
|
+
value: '08:00',
|
|
343
|
+
},
|
|
344
|
+
ENPRHHMM: {
|
|
345
|
+
isEditable: false,
|
|
346
|
+
obj: {
|
|
347
|
+
k: '1630',
|
|
348
|
+
p: '3',
|
|
349
|
+
t: 'I1',
|
|
350
|
+
},
|
|
351
|
+
value: '16:30',
|
|
352
|
+
},
|
|
353
|
+
ENDHHMM: {
|
|
354
|
+
isEditable: false,
|
|
355
|
+
obj: {
|
|
356
|
+
k: '1800',
|
|
357
|
+
p: '3',
|
|
358
|
+
t: 'I1',
|
|
359
|
+
},
|
|
360
|
+
value: '18:00',
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
cssClass: 'clickable',
|
|
364
|
+
id: '1',
|
|
365
|
+
object: '',
|
|
366
|
+
readOnly: true,
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
},
|
|
370
|
+
detailData: {},
|
|
371
|
+
detailColorCol: 'COLASS',
|
|
372
|
+
detailColumns: ['DECDIP', '§SKIL1'],
|
|
373
|
+
detailDates: ['INZRIS', 'FINRIS'],
|
|
374
|
+
detailHeight: 200,
|
|
375
|
+
detailIdCol: '§§DIPE',
|
|
376
|
+
detailNameCol: 'DECDIP',
|
|
377
|
+
detailPrevDates: [],
|
|
378
|
+
listCellWidth: '300px',
|
|
379
|
+
maxWidth: '90vw',
|
|
380
|
+
phaseColorCol: 'COLFAS',
|
|
381
|
+
phaseColumns: ['DESFAS', 'DATINI', 'DATFIN'],
|
|
382
|
+
phaseColParDep: '',
|
|
383
|
+
phaseDates: ['DATINI', 'DATFIN'],
|
|
384
|
+
phaseIdCol: 'CODFAS',
|
|
385
|
+
phaseNameCol: 'DESFAS',
|
|
386
|
+
phasePrevDates: ['DATINZ', 'DATFPO'],
|
|
387
|
+
readOnly: false,
|
|
388
|
+
showSecondaryDates: false,
|
|
389
|
+
taskColumns: ['R§COMM', 'R§CDCL', 'DATINZ', 'DATPRE'],
|
|
390
|
+
taskDates: ['DATINZ', 'DATPRE'],
|
|
391
|
+
taskHeight: 400,
|
|
392
|
+
taskIdCol: 'R§COMM',
|
|
393
|
+
taskNameCol: 'R§COMM',
|
|
394
|
+
taskPrevDates: ['INZORD', 'DATORD'],
|
|
395
|
+
titleMess: '',
|
|
396
|
+
detailHours: ['INITHHMM', 'ENDHHMM'],
|
|
397
|
+
phaseHours: ['INITHHMMSS', 'ENDHHMMSS'],
|
|
398
|
+
taskHours: ['INITHHMM', 'ENDHHMM'],
|
|
399
|
+
scrollableTaskList: true,
|
|
400
|
+
};
|
|
401
|
+
|
|
402
|
+
if (props) {
|
|
403
|
+
for (const key in props) {
|
|
404
|
+
comp[key] = props[key];
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
function onclick(event) {
|
|
409
|
+
console.log('planner.js onclick', event.detail.taskAction);
|
|
410
|
+
if (event.detail.taskAction == 'onTaskOpening') {
|
|
411
|
+
comp.addPhases('G418', phases);
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
const phases = {
|
|
416
|
+
columns: [
|
|
417
|
+
{
|
|
418
|
+
isEditable: false,
|
|
419
|
+
isKey: false,
|
|
420
|
+
name: 'CODFAS',
|
|
421
|
+
obj: {
|
|
422
|
+
k: '',
|
|
423
|
+
p: '',
|
|
424
|
+
t: 'OP',
|
|
425
|
+
},
|
|
426
|
+
title: 'Fase',
|
|
427
|
+
tooltip: false,
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
isEditable: false,
|
|
431
|
+
isKey: false,
|
|
432
|
+
name: 'DESFAS',
|
|
433
|
+
title: 'Des\nFase',
|
|
434
|
+
tooltip: false,
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
isEditable: false,
|
|
438
|
+
isKey: false,
|
|
439
|
+
name: 'DATINI',
|
|
440
|
+
obj: {
|
|
441
|
+
k: '',
|
|
442
|
+
p: '*YYMD',
|
|
443
|
+
t: 'D8',
|
|
444
|
+
},
|
|
445
|
+
title: 'Data\nInizio',
|
|
446
|
+
tooltip: false,
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
isEditable: false,
|
|
450
|
+
isKey: false,
|
|
451
|
+
name: 'DATINZ',
|
|
452
|
+
obj: {
|
|
453
|
+
k: '',
|
|
454
|
+
p: '*YYMD',
|
|
455
|
+
t: 'D8',
|
|
456
|
+
},
|
|
457
|
+
title: 'Data\nInizio P.O',
|
|
458
|
+
tooltip: false,
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
isEditable: false,
|
|
462
|
+
isKey: false,
|
|
463
|
+
name: 'DATFIN',
|
|
464
|
+
obj: {
|
|
465
|
+
k: '',
|
|
466
|
+
p: '*YYMD',
|
|
467
|
+
t: 'D8',
|
|
468
|
+
},
|
|
469
|
+
title: 'Data\nFine',
|
|
470
|
+
tooltip: false,
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
isEditable: false,
|
|
474
|
+
isKey: false,
|
|
475
|
+
name: 'DATFPO',
|
|
476
|
+
obj: {
|
|
477
|
+
k: '',
|
|
478
|
+
p: '*YYMD',
|
|
479
|
+
t: 'D8',
|
|
480
|
+
},
|
|
481
|
+
title: 'Data\nFine\nPrev.Ordine',
|
|
482
|
+
tooltip: false,
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
isEditable: false,
|
|
486
|
+
isKey: false,
|
|
487
|
+
name: 'COLFAS',
|
|
488
|
+
title: 'Sty\nColore',
|
|
489
|
+
tooltip: false,
|
|
490
|
+
visible: false,
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
isEditable: false,
|
|
494
|
+
isKey: false,
|
|
495
|
+
name: 'INPRHHMMSS',
|
|
496
|
+
obj: {
|
|
497
|
+
k: '',
|
|
498
|
+
p: '2',
|
|
499
|
+
t: 'I1',
|
|
500
|
+
},
|
|
501
|
+
title: 'Init prev hour (HH:mm:ss)',
|
|
502
|
+
tooltip: true,
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
isEditable: false,
|
|
506
|
+
isKey: false,
|
|
507
|
+
name: 'INITHHMMSS',
|
|
508
|
+
obj: {
|
|
509
|
+
k: '',
|
|
510
|
+
p: '2',
|
|
511
|
+
t: 'I1',
|
|
512
|
+
},
|
|
513
|
+
title: 'Init hour (HH:mm:ss)',
|
|
514
|
+
tooltip: true,
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
isEditable: false,
|
|
518
|
+
isKey: false,
|
|
519
|
+
name: 'ENPRHHMMSS',
|
|
520
|
+
obj: {
|
|
521
|
+
k: '',
|
|
522
|
+
p: '2',
|
|
523
|
+
t: 'I1',
|
|
524
|
+
},
|
|
525
|
+
title: 'End pre hour (HH:mm:ss)',
|
|
526
|
+
tooltip: true,
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
isEditable: false,
|
|
530
|
+
isKey: false,
|
|
531
|
+
name: 'ENDHHMMSS',
|
|
532
|
+
obj: {
|
|
533
|
+
k: '',
|
|
534
|
+
p: '2',
|
|
535
|
+
t: 'I1',
|
|
536
|
+
},
|
|
537
|
+
title: 'End hour (HH:mm:ss)',
|
|
538
|
+
tooltip: true,
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
isEditable: false,
|
|
542
|
+
isKey: false,
|
|
543
|
+
name: 'INPRHHMM',
|
|
544
|
+
obj: {
|
|
545
|
+
k: '',
|
|
546
|
+
p: '3',
|
|
547
|
+
t: 'I1',
|
|
548
|
+
},
|
|
549
|
+
title: 'Init pre hour (HH:mm)',
|
|
550
|
+
tooltip: true,
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
isEditable: false,
|
|
554
|
+
isKey: false,
|
|
555
|
+
name: 'INITHHMM',
|
|
556
|
+
obj: {
|
|
557
|
+
k: '',
|
|
558
|
+
p: '3',
|
|
559
|
+
t: 'I1',
|
|
560
|
+
},
|
|
561
|
+
title: 'Init hour (HH:mm)',
|
|
562
|
+
tooltip: true,
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
isEditable: false,
|
|
566
|
+
isKey: false,
|
|
567
|
+
name: 'ENPRHHMM',
|
|
568
|
+
obj: {
|
|
569
|
+
k: '',
|
|
570
|
+
p: '3',
|
|
571
|
+
t: 'I1',
|
|
572
|
+
},
|
|
573
|
+
title: 'End pre hour (HH:mm)',
|
|
574
|
+
tooltip: true,
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
isEditable: false,
|
|
578
|
+
isKey: false,
|
|
579
|
+
name: 'ENDHHMM',
|
|
580
|
+
obj: {
|
|
581
|
+
k: '',
|
|
582
|
+
p: '3',
|
|
583
|
+
t: 'I1',
|
|
584
|
+
},
|
|
585
|
+
title: 'End hour (HH:mm)',
|
|
586
|
+
tooltip: true,
|
|
587
|
+
},
|
|
588
|
+
],
|
|
589
|
+
rows: [
|
|
590
|
+
{
|
|
591
|
+
cells: {
|
|
592
|
+
COLFAS: {
|
|
593
|
+
data: {
|
|
594
|
+
size: 10,
|
|
595
|
+
helperEnabled: false,
|
|
596
|
+
hiddenCounter: true,
|
|
597
|
+
maxLength: 10,
|
|
598
|
+
},
|
|
599
|
+
isEditable: false,
|
|
600
|
+
obj: {
|
|
601
|
+
k: '#000000',
|
|
602
|
+
p: '',
|
|
603
|
+
t: '',
|
|
604
|
+
},
|
|
605
|
+
value: '#000000',
|
|
606
|
+
},
|
|
607
|
+
|
|
608
|
+
DATFIN: {
|
|
609
|
+
data: {
|
|
610
|
+
size: 8,
|
|
611
|
+
helperEnabled: false,
|
|
612
|
+
hiddenCounter: true,
|
|
613
|
+
maxLength: 8,
|
|
614
|
+
},
|
|
615
|
+
isEditable: false,
|
|
616
|
+
obj: {
|
|
617
|
+
k: '20230905',
|
|
618
|
+
p: '*YYMD',
|
|
619
|
+
t: 'D8',
|
|
620
|
+
},
|
|
621
|
+
value: '2023-09-05',
|
|
622
|
+
},
|
|
623
|
+
|
|
624
|
+
DATINI: {
|
|
625
|
+
data: {
|
|
626
|
+
size: 8,
|
|
627
|
+
helperEnabled: false,
|
|
628
|
+
hiddenCounter: true,
|
|
629
|
+
maxLength: 8,
|
|
630
|
+
},
|
|
631
|
+
isEditable: false,
|
|
632
|
+
obj: {
|
|
633
|
+
k: '20230522',
|
|
634
|
+
p: '*YYMD',
|
|
635
|
+
t: 'D8',
|
|
636
|
+
},
|
|
637
|
+
value: '2023-05-22',
|
|
638
|
+
},
|
|
639
|
+
DATFPO: {
|
|
640
|
+
data: {
|
|
641
|
+
size: 8,
|
|
642
|
+
helperEnabled: false,
|
|
643
|
+
hiddenCounter: true,
|
|
644
|
+
maxLength: 8,
|
|
645
|
+
},
|
|
646
|
+
isEditable: false,
|
|
647
|
+
obj: {
|
|
648
|
+
k: '20230904',
|
|
649
|
+
p: '*YYMD',
|
|
650
|
+
t: 'D8',
|
|
651
|
+
},
|
|
652
|
+
value: '2023-09-04',
|
|
653
|
+
},
|
|
654
|
+
|
|
655
|
+
CODFAS: {
|
|
656
|
+
cssClass: 'strong-text',
|
|
657
|
+
data: {
|
|
658
|
+
size: 15,
|
|
659
|
+
helperEnabled: false,
|
|
660
|
+
hiddenCounter: true,
|
|
661
|
+
maxLength: 15,
|
|
662
|
+
},
|
|
663
|
+
isEditable: false,
|
|
664
|
+
obj: {
|
|
665
|
+
k: 'P410 ',
|
|
666
|
+
p: '',
|
|
667
|
+
t: 'OP',
|
|
668
|
+
},
|
|
669
|
+
value: 'P410 ',
|
|
670
|
+
},
|
|
671
|
+
|
|
672
|
+
DESFAS: {
|
|
673
|
+
data: {
|
|
674
|
+
size: 35,
|
|
675
|
+
helperEnabled: false,
|
|
676
|
+
hiddenCounter: true,
|
|
677
|
+
maxLength: 35,
|
|
678
|
+
},
|
|
679
|
+
isEditable: false,
|
|
680
|
+
obj: {
|
|
681
|
+
k: 'MONTAGGIO MECCANICO',
|
|
682
|
+
p: '',
|
|
683
|
+
t: '',
|
|
684
|
+
},
|
|
685
|
+
value: 'MONTAGGIO MECCANICO',
|
|
686
|
+
displayedValue: 'MONTAGGIO MECCANICO',
|
|
687
|
+
},
|
|
688
|
+
DATINZ: {
|
|
689
|
+
data: {
|
|
690
|
+
size: 8,
|
|
691
|
+
helperEnabled: false,
|
|
692
|
+
hiddenCounter: true,
|
|
693
|
+
maxLength: 8,
|
|
694
|
+
},
|
|
695
|
+
isEditable: false,
|
|
696
|
+
obj: {
|
|
697
|
+
k: '20230522',
|
|
698
|
+
p: '*YYMD',
|
|
699
|
+
t: 'D8',
|
|
700
|
+
},
|
|
701
|
+
value: '2023-05-22',
|
|
702
|
+
},
|
|
703
|
+
INPRHHMMSS: {
|
|
704
|
+
isEditable: false,
|
|
705
|
+
obj: {
|
|
706
|
+
k: '103015',
|
|
707
|
+
p: '2',
|
|
708
|
+
t: 'I1',
|
|
709
|
+
},
|
|
710
|
+
value: '10:30:15',
|
|
711
|
+
},
|
|
712
|
+
INITHHMMSS: {
|
|
713
|
+
isEditable: false,
|
|
714
|
+
obj: {
|
|
715
|
+
k: '113000',
|
|
716
|
+
p: '2',
|
|
717
|
+
t: 'I1',
|
|
718
|
+
},
|
|
719
|
+
value: '11:30:00',
|
|
720
|
+
},
|
|
721
|
+
ENPRHHMMSS: {
|
|
722
|
+
isEditable: false,
|
|
723
|
+
obj: {
|
|
724
|
+
k: '124515',
|
|
725
|
+
p: '2',
|
|
726
|
+
t: 'I1',
|
|
727
|
+
},
|
|
728
|
+
value: '12:45:15',
|
|
729
|
+
},
|
|
730
|
+
ENDHHMMSS: {
|
|
731
|
+
isEditable: false,
|
|
732
|
+
obj: {
|
|
733
|
+
k: '164500',
|
|
734
|
+
p: '2',
|
|
735
|
+
t: 'I1',
|
|
736
|
+
},
|
|
737
|
+
value: '16:45:00',
|
|
738
|
+
},
|
|
739
|
+
|
|
740
|
+
INPRHHMM: {
|
|
741
|
+
isEditable: false,
|
|
742
|
+
obj: {
|
|
743
|
+
k: '1030',
|
|
744
|
+
p: '3',
|
|
745
|
+
t: 'I1',
|
|
746
|
+
},
|
|
747
|
+
value: '10:30',
|
|
748
|
+
},
|
|
749
|
+
INITHHMM: {
|
|
750
|
+
isEditable: false,
|
|
751
|
+
obj: {
|
|
752
|
+
k: '1130',
|
|
753
|
+
p: '3',
|
|
754
|
+
t: 'I1',
|
|
755
|
+
},
|
|
756
|
+
value: '11:30',
|
|
757
|
+
},
|
|
758
|
+
|
|
759
|
+
ENPRHHMM: {
|
|
760
|
+
isEditable: false,
|
|
761
|
+
obj: {
|
|
762
|
+
k: '1545',
|
|
763
|
+
p: '3',
|
|
764
|
+
t: 'I1',
|
|
765
|
+
},
|
|
766
|
+
value: '15:45',
|
|
767
|
+
},
|
|
768
|
+
|
|
769
|
+
ENDHHMM: {
|
|
770
|
+
isEditable: false,
|
|
771
|
+
obj: {
|
|
772
|
+
k: '1645',
|
|
773
|
+
p: '3',
|
|
774
|
+
t: 'I1',
|
|
775
|
+
},
|
|
776
|
+
value: '16:45',
|
|
777
|
+
},
|
|
778
|
+
},
|
|
779
|
+
id: '1',
|
|
780
|
+
object: '',
|
|
781
|
+
readOnly: true,
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
cells: {
|
|
785
|
+
COLFAS: {
|
|
786
|
+
data: {
|
|
787
|
+
size: 10,
|
|
788
|
+
helperEnabled: false,
|
|
789
|
+
hiddenCounter: true,
|
|
790
|
+
maxLength: 10,
|
|
791
|
+
},
|
|
792
|
+
isEditable: false,
|
|
793
|
+
obj: {
|
|
794
|
+
k: '#7030A0',
|
|
795
|
+
p: '',
|
|
796
|
+
t: '',
|
|
797
|
+
},
|
|
798
|
+
value: '#7030A0',
|
|
799
|
+
},
|
|
800
|
+
|
|
801
|
+
DATFIN: {
|
|
802
|
+
data: {
|
|
803
|
+
size: 8,
|
|
804
|
+
helperEnabled: false,
|
|
805
|
+
hiddenCounter: true,
|
|
806
|
+
maxLength: 8,
|
|
807
|
+
},
|
|
808
|
+
isEditable: false,
|
|
809
|
+
obj: {
|
|
810
|
+
k: '20240228',
|
|
811
|
+
p: '*YYMD',
|
|
812
|
+
t: 'D8',
|
|
813
|
+
},
|
|
814
|
+
value: '2024-02-28',
|
|
815
|
+
},
|
|
816
|
+
|
|
817
|
+
DATINI: {
|
|
818
|
+
data: {
|
|
819
|
+
size: 8,
|
|
820
|
+
helperEnabled: false,
|
|
821
|
+
hiddenCounter: true,
|
|
822
|
+
maxLength: 8,
|
|
823
|
+
},
|
|
824
|
+
isEditable: false,
|
|
825
|
+
obj: {
|
|
826
|
+
k: '20240131',
|
|
827
|
+
p: '*YYMD',
|
|
828
|
+
t: 'D8',
|
|
829
|
+
},
|
|
830
|
+
value: '2024-01-31',
|
|
831
|
+
},
|
|
832
|
+
DATFPO: {
|
|
833
|
+
data: {
|
|
834
|
+
size: 8,
|
|
835
|
+
helperEnabled: false,
|
|
836
|
+
hiddenCounter: true,
|
|
837
|
+
maxLength: 8,
|
|
838
|
+
},
|
|
839
|
+
isEditable: false,
|
|
840
|
+
obj: {
|
|
841
|
+
k: '20240228',
|
|
842
|
+
p: '*YYMD',
|
|
843
|
+
t: 'D8',
|
|
844
|
+
},
|
|
845
|
+
value: '2024-02-28',
|
|
846
|
+
},
|
|
847
|
+
|
|
848
|
+
CODFAS: {
|
|
849
|
+
cssClass: 'strong-text',
|
|
850
|
+
data: {
|
|
851
|
+
size: 15,
|
|
852
|
+
helperEnabled: false,
|
|
853
|
+
hiddenCounter: true,
|
|
854
|
+
maxLength: 15,
|
|
855
|
+
},
|
|
856
|
+
isEditable: false,
|
|
857
|
+
obj: {
|
|
858
|
+
k: 'P750 ',
|
|
859
|
+
p: '',
|
|
860
|
+
t: 'OP',
|
|
861
|
+
},
|
|
862
|
+
value: 'P750 ',
|
|
863
|
+
},
|
|
864
|
+
|
|
865
|
+
DESFAS: {
|
|
866
|
+
data: {
|
|
867
|
+
size: 35,
|
|
868
|
+
helperEnabled: false,
|
|
869
|
+
hiddenCounter: true,
|
|
870
|
+
maxLength: 35,
|
|
871
|
+
},
|
|
872
|
+
isEditable: false,
|
|
873
|
+
obj: {
|
|
874
|
+
k: 'INSTALLAZIONE',
|
|
875
|
+
p: '',
|
|
876
|
+
t: '',
|
|
877
|
+
},
|
|
878
|
+
value: 'INSTALLAZIONE',
|
|
879
|
+
displayedValue: 'INSTALLAZIONE',
|
|
880
|
+
},
|
|
881
|
+
DATINZ: {
|
|
882
|
+
data: {
|
|
883
|
+
size: 8,
|
|
884
|
+
helperEnabled: false,
|
|
885
|
+
hiddenCounter: true,
|
|
886
|
+
maxLength: 8,
|
|
887
|
+
},
|
|
888
|
+
isEditable: false,
|
|
889
|
+
obj: {
|
|
890
|
+
k: '20240131',
|
|
891
|
+
p: '*YYMD',
|
|
892
|
+
t: 'D8',
|
|
893
|
+
},
|
|
894
|
+
value: '2024-01-31',
|
|
895
|
+
},
|
|
896
|
+
INPRHHMMSS: {
|
|
897
|
+
isEditable: false,
|
|
898
|
+
obj: {
|
|
899
|
+
k: '103005',
|
|
900
|
+
p: '2',
|
|
901
|
+
t: 'I1',
|
|
902
|
+
},
|
|
903
|
+
value: '10:30:05',
|
|
904
|
+
},
|
|
905
|
+
INITHHMMSS: {
|
|
906
|
+
isEditable: false,
|
|
907
|
+
obj: {
|
|
908
|
+
k: '073000',
|
|
909
|
+
p: '2',
|
|
910
|
+
t: 'I1',
|
|
911
|
+
},
|
|
912
|
+
value: '07:30:00',
|
|
913
|
+
},
|
|
914
|
+
|
|
915
|
+
ENPRHHMMSS: {
|
|
916
|
+
isEditable: false,
|
|
917
|
+
obj: {
|
|
918
|
+
k: '081500',
|
|
919
|
+
p: '2',
|
|
920
|
+
t: 'I1',
|
|
921
|
+
},
|
|
922
|
+
value: '08:15:00',
|
|
923
|
+
},
|
|
924
|
+
ENDHHMMSS: {
|
|
925
|
+
isEditable: false,
|
|
926
|
+
obj: {
|
|
927
|
+
k: '094500',
|
|
928
|
+
p: '2',
|
|
929
|
+
t: 'I1',
|
|
930
|
+
},
|
|
931
|
+
value: '09:45:00',
|
|
932
|
+
},
|
|
933
|
+
|
|
934
|
+
INPRHHMM: {
|
|
935
|
+
isEditable: false,
|
|
936
|
+
obj: {
|
|
937
|
+
k: '1030',
|
|
938
|
+
p: '3',
|
|
939
|
+
t: 'I1',
|
|
940
|
+
},
|
|
941
|
+
value: '10:30',
|
|
942
|
+
},
|
|
943
|
+
|
|
944
|
+
INITHHMM: {
|
|
945
|
+
isEditable: false,
|
|
946
|
+
obj: {
|
|
947
|
+
k: '0730',
|
|
948
|
+
p: '3',
|
|
949
|
+
t: 'I1',
|
|
950
|
+
},
|
|
951
|
+
value: '07:30',
|
|
952
|
+
},
|
|
953
|
+
ENPRHHMM: {
|
|
954
|
+
isEditable: false,
|
|
955
|
+
obj: {
|
|
956
|
+
k: '0815',
|
|
957
|
+
p: '3',
|
|
958
|
+
t: 'I1',
|
|
959
|
+
},
|
|
960
|
+
value: '08:15',
|
|
961
|
+
},
|
|
962
|
+
ENDHHMM: {
|
|
963
|
+
isEditable: false,
|
|
964
|
+
obj: {
|
|
965
|
+
k: '0945',
|
|
966
|
+
p: '3',
|
|
967
|
+
t: 'I1',
|
|
968
|
+
},
|
|
969
|
+
value: '09:45',
|
|
970
|
+
},
|
|
971
|
+
},
|
|
972
|
+
id: '9',
|
|
973
|
+
object: '',
|
|
974
|
+
readOnly: true,
|
|
975
|
+
},
|
|
976
|
+
],
|
|
977
|
+
};
|
|
978
|
+
|
|
979
|
+
function dummyFilter() {
|
|
980
|
+
const filter = document.createElement('div');
|
|
981
|
+
filter.innerText = 'Filter placeholder';
|
|
982
|
+
return filter;
|
|
983
|
+
}
|