@sme.up/ketchup 10.3.6 → 10.3.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.
- package/dist/cjs/{f-cell-e5ff9c98.js → f-cell-5c1b2c66.js} +21 -13
- package/dist/cjs/{f-chip-f35c1b42.js → f-chip-b4aebf7c.js} +1 -1
- package/dist/cjs/{f-object-field-04065abd.js → f-object-field-62195164.js} +2 -2
- package/dist/cjs/{f-paginator-utils-3ada5c71.js → f-paginator-utils-54bc1b31.js} +9 -7
- package/dist/cjs/{f-text-field-0eda27cd.js → f-text-field-03e975ad.js} +2 -5
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
- package/dist/cjs/kup-autocomplete_30.cjs.entry.js +131 -83
- package/dist/cjs/kup-box.cjs.entry.js +7 -7
- package/dist/cjs/kup-calendar.cjs.entry.js +7 -4
- package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-cell.cjs.entry.js +5 -5
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
- package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
- package/dist/cjs/{kup-data-table-helper-0b79fb90.js → kup-data-table-helper-72dc3004.js} +3 -3
- package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
- package/dist/cjs/kup-echart.cjs.entry.js +48 -6
- package/dist/cjs/kup-editor.cjs.entry.js +1 -1
- package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
- package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
- package/dist/cjs/kup-grid.cjs.entry.js +1 -1
- package/dist/cjs/kup-htm.cjs.entry.js +2 -2
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-input-panel.cjs.entry.js +168 -28
- package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
- package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
- package/dist/cjs/{kup-manager-5cdad0f5.js → kup-manager-bb0a1490.js} +6 -10
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
- package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
- package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner.cjs.entry.js +3 -3
- package/dist/cjs/kup-probe.cjs.entry.js +2 -2
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
- package/dist/cjs/kup-txt.cjs.entry.js +2 -2
- package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-typography.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/echart.js +343 -169
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +4 -2
- package/dist/collection/components/kup-combobox/kup-combobox.js +4 -2
- 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 +7 -4
- package/dist/collection/components/kup-data-table/kup-data-table.js +14 -11
- package/dist/collection/components/kup-echart/kup-echart.js +47 -5
- package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +3 -1
- package/dist/collection/components/kup-file-upload/kup-file-upload.css +13 -0
- package/dist/collection/components/kup-file-upload/kup-file-upload.js +181 -25
- package/dist/collection/components/kup-form/kup-form.js +2 -2
- package/dist/collection/components/kup-htm/kup-htm.js +1 -1
- package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +182 -22
- package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
- package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
- package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
- package/dist/collection/components/kup-planner/kup-planner.js +1 -1
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
- 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.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
- package/dist/collection/components/kup-probe/kup-probe.js +1 -1
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
- package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
- package/dist/collection/components/kup-rating/kup-rating.js +1 -1
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
- package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
- package/dist/collection/components/kup-switch/kup-switch.js +1 -1
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
- package/dist/collection/components/kup-txt/kup-txt.js +1 -1
- package/dist/collection/components/kup-typography/kup-typography.js +2 -2
- package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
- package/dist/collection/f-components/f-cell/f-cell.js +13 -7
- package/dist/collection/f-components/f-paginator/f-paginator.js +1 -1
- package/dist/collection/f-components/f-radio/f-radio.js +3 -1
- package/dist/collection/f-components/f-text-field/f-text-field.js +1 -4
- package/dist/collection/utils/cell-utils.js +2 -7
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +2 -2
- package/dist/components/kup-activity-timeline.js +2 -2
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +7 -4
- package/dist/components/kup-card-list.js +3 -3
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +2 -2
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-custom-task-list-header.js +1 -1
- package/dist/components/kup-dashboard.js +2 -2
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +2 -2
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart.js +1 -1
- package/dist/components/kup-editor.js +1 -1
- package/dist/components/kup-family-tree.js +3 -3
- package/dist/components/kup-file-upload.js +1 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gantt-calendar.js +1 -1
- package/dist/components/kup-gantt.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid-renderer.js +1 -1
- package/dist/components/kup-grid.js +1 -1
- package/dist/components/kup-horizontal-scroll.js +1 -1
- package/dist/components/kup-htm.js +3 -3
- package/dist/components/kup-iframe.js +2 -2
- package/dist/components/kup-image-list.js +1 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +166 -26
- package/dist/components/kup-lazy.js +13 -13
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +7 -7
- package/dist/components/kup-nav-bar.js +3 -3
- package/dist/components/kup-numeric-picker.js +3 -3
- package/dist/components/kup-object-field.js +3 -3
- package/dist/components/kup-pdf.js +3 -3
- package/dist/components/kup-planner-renderer.js +1 -1
- package/dist/components/kup-planner.js +17 -17
- package/dist/components/kup-probe.js +3 -3
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +3 -3
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +3 -3
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-standard-tooltip.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-switcher.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-task-gantt.js +1 -1
- package/dist/components/kup-task-list-header.js +1 -1
- package/dist/components/kup-task-list-table.js +1 -1
- package/dist/components/kup-task-list.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-toolbar.js +1 -1
- package/dist/components/kup-tooltip.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/components/kup-txt.js +3 -3
- package/dist/components/kup-typography-list.js +3 -3
- package/dist/components/kup-typography.js +4 -4
- package/dist/components/kup-vertical-scroll.js +1 -1
- package/dist/components/{p-b45eb398.js → p-0448c650.js} +13 -13
- package/dist/components/{p-7aa9d49d.js → p-072ba014.js} +7 -7
- package/dist/components/{p-28f24feb.js → p-09e09e43.js} +15 -15
- package/dist/components/{p-af0a6cfe.js → p-47eafd24.js} +2 -2
- package/dist/components/{p-33cf89e0.js → p-57069e5c.js} +1 -1
- package/dist/components/{p-c061deb1.js → p-66800070.js} +166 -101
- package/dist/components/{p-28774fba.js → p-73b82fab.js} +4 -4
- package/dist/components/{p-57a120a5.js → p-78086e86.js} +1 -1
- package/dist/components/{p-46ec5845.js → p-7b80651f.js} +1 -1
- package/dist/components/{p-34ed7a73.js → p-7fa7072d.js} +2 -2
- package/dist/components/{p-b87bd975.js → p-96d517a7.js} +5 -5
- package/dist/components/{p-df77b97b.js → p-970526a0.js} +6 -10
- package/dist/components/{p-daa07bb7.js → p-9c59685c.js} +1 -1
- package/dist/components/{p-ae3013bd.js → p-a266fbc3.js} +2 -2
- package/dist/components/{p-5db0bb55.js → p-a6da9edf.js} +2 -2
- package/dist/components/{p-edac29ad.js → p-a70b7f3e.js} +2 -2
- package/dist/components/{p-394a36af.js → p-bba3ee8c.js} +3 -3
- package/dist/components/{p-398198d3.js → p-e8d7edaf.js} +49 -7
- package/dist/components/{p-5e31c839.js → p-eee85021.js} +2 -2
- package/dist/components/{p-d3a8c2ba.js → p-f836c3ed.js} +2 -2
- package/dist/esm/{f-cell-d72f5a9c.js → f-cell-3f9d4de0.js} +21 -13
- package/dist/esm/{f-chip-663db488.js → f-chip-28fde4c9.js} +1 -1
- package/dist/esm/{f-object-field-afe7604f.js → f-object-field-24f67438.js} +2 -2
- package/dist/esm/{f-paginator-utils-b6924c55.js → f-paginator-utils-3e2a0dcd.js} +9 -7
- package/dist/esm/{f-text-field-40f1ad00.js → f-text-field-f64cc53e.js} +2 -5
- package/dist/esm/index.js +1 -1
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +1 -1
- package/dist/esm/kup-activity-timeline.entry.js +2 -2
- package/dist/esm/kup-autocomplete_30.entry.js +131 -83
- package/dist/esm/kup-box.entry.js +7 -7
- package/dist/esm/kup-calendar.entry.js +7 -4
- package/dist/esm/kup-card-list.entry.js +1 -1
- package/dist/esm/kup-cell.entry.js +5 -5
- package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
- package/dist/esm/kup-dashboard.entry.js +2 -2
- package/dist/esm/{kup-data-table-helper-8f020338.js → kup-data-table-helper-edbee21a.js} +3 -3
- package/dist/esm/kup-drawer.entry.js +1 -1
- package/dist/esm/kup-echart.entry.js +48 -6
- package/dist/esm/kup-editor.entry.js +1 -1
- package/dist/esm/kup-family-tree.entry.js +1 -1
- package/dist/esm/kup-gantt_10.entry.js +23 -23
- package/dist/esm/kup-grid.entry.js +1 -1
- package/dist/esm/kup-htm.entry.js +2 -2
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-input-panel.entry.js +168 -28
- package/dist/esm/kup-lazy.entry.js +12 -12
- package/dist/esm/kup-magic-box.entry.js +4 -4
- package/dist/esm/{kup-manager-b367be3b.js → kup-manager-7acd779a.js} +6 -10
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +3 -3
- package/dist/esm/kup-object-field.entry.js +4 -4
- package/dist/esm/kup-pdf.entry.js +2 -2
- package/dist/esm/kup-planner-renderer.entry.js +2 -2
- package/dist/esm/kup-planner.entry.js +3 -3
- package/dist/esm/kup-probe.entry.js +2 -2
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +2 -2
- package/dist/esm/kup-txt.entry.js +2 -2
- package/dist/esm/kup-typography-list.entry.js +2 -2
- package/dist/esm/kup-typography.entry.js +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-8bc2888a.entry.js → p-001bf9b3.entry.js} +1 -1
- package/dist/ketchup/p-003617f2.entry.js +1 -0
- package/dist/ketchup/{p-17b25b3d.entry.js → p-00e3a2c7.entry.js} +1 -1
- package/dist/ketchup/{p-ebf955a8.entry.js → p-05da127e.entry.js} +1 -1
- package/dist/ketchup/{p-4735c623.entry.js → p-0a4869d8.entry.js} +1 -1
- package/dist/ketchup/{p-fac09a35.entry.js → p-0f3e905b.entry.js} +1 -1
- package/dist/ketchup/{p-b0550f15.entry.js → p-0f78bd11.entry.js} +2 -2
- package/dist/ketchup/p-216b5deb.js +1 -0
- package/dist/ketchup/p-3823781f.entry.js +1 -0
- package/dist/ketchup/{p-def6d8b4.entry.js → p-39ab2443.entry.js} +1 -1
- package/dist/ketchup/{p-b9350213.entry.js → p-4e8d34ad.entry.js} +1 -1
- package/dist/ketchup/{p-75deebdb.entry.js → p-561db8b0.entry.js} +1 -1
- package/dist/ketchup/{p-c2531d28.entry.js → p-5c538668.entry.js} +1 -1
- package/dist/ketchup/{p-9ff4c3e5.entry.js → p-5cdbe34b.entry.js} +1 -1
- package/dist/ketchup/p-607b56b3.entry.js +8 -0
- package/dist/ketchup/{p-f2bfb53c.entry.js → p-60c3a948.entry.js} +1 -1
- package/dist/ketchup/{p-62edfd5a.entry.js → p-6429a3bc.entry.js} +1 -1
- package/dist/ketchup/{p-d696e519.js → p-84a053a8.js} +1 -1
- package/dist/ketchup/{p-c0928fec.entry.js → p-864d384f.entry.js} +1 -1
- package/dist/ketchup/{p-43bfca60.entry.js → p-90345661.entry.js} +2 -2
- package/dist/ketchup/{p-928adf93.entry.js → p-91184407.entry.js} +1 -1
- package/dist/ketchup/{p-5bf264dd.entry.js → p-92d5502a.entry.js} +1 -1
- package/dist/ketchup/{p-ec1129bf.entry.js → p-9432bc02.entry.js} +1 -1
- package/dist/ketchup/{p-6e6d3296.entry.js → p-9667a3f6.entry.js} +1 -1
- package/dist/ketchup/{p-26a20d81.entry.js → p-98865092.entry.js} +1 -1
- package/dist/ketchup/{p-4c8edfb1.entry.js → p-a5589352.entry.js} +1 -1
- package/dist/ketchup/{p-6b185239.entry.js → p-ab5dcfce.entry.js} +1 -1
- package/dist/ketchup/p-b7b54a12.js +1 -0
- package/dist/ketchup/{p-32ced542.entry.js → p-bbdc671b.entry.js} +1 -1
- package/dist/ketchup/p-c00b4f52.js +1 -0
- package/dist/ketchup/p-c38d19f9.js +1 -0
- package/dist/ketchup/{p-26206b66.entry.js → p-cb4c3ec6.entry.js} +1 -1
- package/dist/ketchup/{p-9c13c092.entry.js → p-d643a6b0.entry.js} +1 -1
- package/dist/ketchup/{p-0666ba27.entry.js → p-d7bfb6da.entry.js} +2 -2
- package/dist/ketchup/{p-51cc836a.js → p-e3098793.js} +1 -1
- package/dist/ketchup/p-ebcd12d5.js +1 -0
- package/dist/ketchup/{p-941beedb.entry.js → p-ebcf33a3.entry.js} +1 -1
- package/dist/ketchup/{p-006b5782.entry.js → p-ee752492.entry.js} +1 -1
- package/dist/ketchup/{p-4af4b7d3.entry.js → p-f446a5dd.entry.js} +1 -1
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -1
- package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +6 -1
- package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +31 -5
- package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +2 -1
- package/dist/types/components.d.ts +55 -11
- package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +1 -0
- package/dist/types/utils/cell-utils.d.ts +3 -1
- package/package.json +4 -1
- package/dist/ketchup/p-058def11.entry.js +0 -1
- package/dist/ketchup/p-29c07479.entry.js +0 -8
- package/dist/ketchup/p-2e012afe.js +0 -1
- package/dist/ketchup/p-8be7a37f.js +0 -1
- package/dist/ketchup/p-b39c7a22.js +0 -1
- package/dist/ketchup/p-c109ce22.js +0 -1
- package/dist/ketchup/p-d49f1a0d.js +0 -1
- package/dist/ketchup/p-eb771c1b.entry.js +0 -1
|
@@ -1468,297 +1468,471 @@ echart12.chartTitle = {
|
|
|
1468
1468
|
};
|
|
1469
1469
|
echart12.stacked = true;
|
|
1470
1470
|
echart12.showMarks = true;
|
|
1471
|
-
echart12.axis = '
|
|
1472
|
-
echart12.series = ['
|
|
1471
|
+
echart12.axis = 'ragSocfornitore';
|
|
1472
|
+
echart12.series = ['fatturato'];
|
|
1473
1473
|
echart12.data = {
|
|
1474
1474
|
columns: [
|
|
1475
1475
|
{
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1476
|
+
name: 'OBJ',
|
|
1477
|
+
title: 'ID',
|
|
1478
|
+
fill: 'K01',
|
|
1479
1479
|
obj: {
|
|
1480
|
-
|
|
1481
|
-
p: '
|
|
1482
|
-
t: 'CN',
|
|
1480
|
+
t: 'G_',
|
|
1481
|
+
p: 'FATT2',
|
|
1483
1482
|
},
|
|
1484
|
-
title: 'Persone',
|
|
1485
|
-
tooltip: true,
|
|
1486
1483
|
},
|
|
1487
1484
|
{
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1485
|
+
name: 'id',
|
|
1486
|
+
title: 'id',
|
|
1487
|
+
visible: false,
|
|
1488
|
+
fill: 'id',
|
|
1492
1489
|
obj: {
|
|
1493
|
-
|
|
1490
|
+
t: 'G_',
|
|
1491
|
+
p: 'FATT2',
|
|
1492
|
+
},
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
name: 'annoMovimento',
|
|
1496
|
+
title: 'Anno Movimento',
|
|
1497
|
+
fill: 'annoMovimento',
|
|
1498
|
+
obj: {
|
|
1499
|
+
t: '',
|
|
1494
1500
|
p: '',
|
|
1495
|
-
t: 'NR',
|
|
1496
1501
|
},
|
|
1497
|
-
|
|
1498
|
-
tooltip: false,
|
|
1502
|
+
shape: 'Itx',
|
|
1499
1503
|
},
|
|
1500
1504
|
{
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
name: 'C',
|
|
1505
|
+
name: 'tipoCodice',
|
|
1506
|
+
title: 'Tipo Codice',
|
|
1507
|
+
fill: 'tipoCodice',
|
|
1505
1508
|
obj: {
|
|
1506
|
-
|
|
1509
|
+
t: '',
|
|
1507
1510
|
p: '',
|
|
1511
|
+
},
|
|
1512
|
+
shape: 'Itx',
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
name: 'codice',
|
|
1516
|
+
title: 'Codice',
|
|
1517
|
+
fill: 'codice',
|
|
1518
|
+
obj: {
|
|
1519
|
+
t: '',
|
|
1520
|
+
p: '',
|
|
1521
|
+
},
|
|
1522
|
+
shape: 'Itx',
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
name: 'fatturato',
|
|
1526
|
+
title: 'Fatturato',
|
|
1527
|
+
fill: 'fatturato',
|
|
1528
|
+
obj: {
|
|
1508
1529
|
t: 'NR',
|
|
1530
|
+
p: 'VE',
|
|
1509
1531
|
},
|
|
1510
|
-
|
|
1511
|
-
|
|
1532
|
+
shape: 'Inr',
|
|
1533
|
+
decimals: 2,
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
name: 'clifor',
|
|
1537
|
+
title: 'Clifor',
|
|
1538
|
+
fill: 'clifor',
|
|
1539
|
+
obj: {
|
|
1540
|
+
t: 'CL',
|
|
1541
|
+
p: 'IFOR',
|
|
1542
|
+
},
|
|
1543
|
+
shape: 'Itx',
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
name: 'ragSocfornitore',
|
|
1547
|
+
title: 'Ragione sociale Fornitore',
|
|
1548
|
+
fill: 'ragSocfornitore',
|
|
1549
|
+
obj: {
|
|
1550
|
+
t: '',
|
|
1551
|
+
p: '',
|
|
1552
|
+
},
|
|
1553
|
+
shape: 'Itx',
|
|
1512
1554
|
},
|
|
1513
1555
|
],
|
|
1514
1556
|
rows: [
|
|
1515
1557
|
{
|
|
1516
1558
|
cells: {
|
|
1517
|
-
|
|
1559
|
+
OBJ: {
|
|
1560
|
+
value: '20241001',
|
|
1518
1561
|
obj: {
|
|
1519
|
-
|
|
1520
|
-
p: '
|
|
1521
|
-
|
|
1562
|
+
t: 'G_',
|
|
1563
|
+
p: 'FATT2',
|
|
1564
|
+
k: '20241001',
|
|
1522
1565
|
},
|
|
1523
|
-
|
|
1566
|
+
tooltip: true,
|
|
1567
|
+
data: {},
|
|
1568
|
+
style: {},
|
|
1524
1569
|
},
|
|
1525
|
-
|
|
1570
|
+
id: {
|
|
1571
|
+
value: '20241001',
|
|
1526
1572
|
obj: {
|
|
1527
|
-
|
|
1528
|
-
p: '',
|
|
1529
|
-
|
|
1573
|
+
t: 'G_',
|
|
1574
|
+
p: 'FATT2',
|
|
1575
|
+
k: '20241001',
|
|
1530
1576
|
},
|
|
1531
|
-
|
|
1577
|
+
tooltip: true,
|
|
1578
|
+
data: {},
|
|
1579
|
+
style: {},
|
|
1532
1580
|
},
|
|
1533
|
-
|
|
1581
|
+
annoMovimento: {
|
|
1582
|
+
value: '2024',
|
|
1534
1583
|
obj: {
|
|
1535
|
-
|
|
1584
|
+
t: '',
|
|
1536
1585
|
p: '',
|
|
1537
|
-
|
|
1586
|
+
k: '2024',
|
|
1538
1587
|
},
|
|
1539
|
-
|
|
1588
|
+
tooltip: false,
|
|
1589
|
+
data: {},
|
|
1590
|
+
style: {},
|
|
1540
1591
|
},
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
object: '',
|
|
1544
|
-
readOnly: true,
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
cells: {
|
|
1548
|
-
A: {
|
|
1592
|
+
tipoCodice: {
|
|
1593
|
+
value: '1',
|
|
1549
1594
|
obj: {
|
|
1550
|
-
|
|
1551
|
-
p: '
|
|
1552
|
-
|
|
1595
|
+
t: '',
|
|
1596
|
+
p: '',
|
|
1597
|
+
k: '1',
|
|
1553
1598
|
},
|
|
1554
|
-
|
|
1599
|
+
tooltip: false,
|
|
1600
|
+
data: {},
|
|
1601
|
+
style: {},
|
|
1555
1602
|
},
|
|
1556
|
-
|
|
1603
|
+
codice: {
|
|
1604
|
+
value: '100',
|
|
1557
1605
|
obj: {
|
|
1558
|
-
|
|
1606
|
+
t: '',
|
|
1559
1607
|
p: '',
|
|
1608
|
+
k: '100',
|
|
1609
|
+
},
|
|
1610
|
+
tooltip: false,
|
|
1611
|
+
data: {},
|
|
1612
|
+
style: {},
|
|
1613
|
+
},
|
|
1614
|
+
fatturato: {
|
|
1615
|
+
value: '2639.17',
|
|
1616
|
+
obj: {
|
|
1560
1617
|
t: 'NR',
|
|
1618
|
+
p: 'VE',
|
|
1619
|
+
k: '2639.17',
|
|
1561
1620
|
},
|
|
1562
|
-
|
|
1621
|
+
tooltip: false,
|
|
1622
|
+
data: {},
|
|
1623
|
+
style: {},
|
|
1624
|
+
shape: 'INR',
|
|
1563
1625
|
},
|
|
1564
|
-
|
|
1626
|
+
clifor: {
|
|
1627
|
+
value: '1100',
|
|
1565
1628
|
obj: {
|
|
1566
|
-
|
|
1629
|
+
t: 'CL',
|
|
1630
|
+
p: 'IFOR',
|
|
1631
|
+
k: '1100',
|
|
1632
|
+
},
|
|
1633
|
+
tooltip: true,
|
|
1634
|
+
data: {},
|
|
1635
|
+
style: {},
|
|
1636
|
+
},
|
|
1637
|
+
ragSocfornitore: {
|
|
1638
|
+
value: 'PALMACCI SRL',
|
|
1639
|
+
obj: {
|
|
1640
|
+
t: '',
|
|
1567
1641
|
p: '',
|
|
1568
|
-
|
|
1642
|
+
k: 'PALMACCI SRL',
|
|
1569
1643
|
},
|
|
1570
|
-
|
|
1644
|
+
tooltip: false,
|
|
1645
|
+
data: {},
|
|
1646
|
+
style: {},
|
|
1571
1647
|
},
|
|
1572
1648
|
},
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
readOnly: true,
|
|
1649
|
+
cssClass: 'clickable',
|
|
1650
|
+
id: '0',
|
|
1576
1651
|
},
|
|
1577
1652
|
{
|
|
1578
1653
|
cells: {
|
|
1579
|
-
|
|
1654
|
+
OBJ: {
|
|
1655
|
+
value: '20241881',
|
|
1580
1656
|
obj: {
|
|
1581
|
-
|
|
1582
|
-
p: '
|
|
1583
|
-
|
|
1657
|
+
t: 'G_',
|
|
1658
|
+
p: 'FATT2',
|
|
1659
|
+
k: '20241881',
|
|
1584
1660
|
},
|
|
1585
|
-
|
|
1661
|
+
tooltip: true,
|
|
1662
|
+
data: {},
|
|
1663
|
+
style: {},
|
|
1586
1664
|
},
|
|
1587
|
-
|
|
1665
|
+
id: {
|
|
1666
|
+
value: '20241881',
|
|
1588
1667
|
obj: {
|
|
1589
|
-
|
|
1590
|
-
p: '',
|
|
1591
|
-
|
|
1668
|
+
t: 'G_',
|
|
1669
|
+
p: 'FATT2',
|
|
1670
|
+
k: '20241881',
|
|
1592
1671
|
},
|
|
1593
|
-
|
|
1672
|
+
tooltip: true,
|
|
1673
|
+
data: {},
|
|
1674
|
+
style: {},
|
|
1594
1675
|
},
|
|
1595
|
-
|
|
1676
|
+
annoMovimento: {
|
|
1677
|
+
value: '2024',
|
|
1596
1678
|
obj: {
|
|
1597
|
-
|
|
1679
|
+
t: '',
|
|
1598
1680
|
p: '',
|
|
1599
|
-
|
|
1681
|
+
k: '2024',
|
|
1600
1682
|
},
|
|
1601
|
-
|
|
1683
|
+
tooltip: false,
|
|
1684
|
+
data: {},
|
|
1685
|
+
style: {},
|
|
1602
1686
|
},
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
object: '',
|
|
1606
|
-
readOnly: true,
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
cells: {
|
|
1610
|
-
A: {
|
|
1687
|
+
tipoCodice: {
|
|
1688
|
+
value: '1',
|
|
1611
1689
|
obj: {
|
|
1612
|
-
|
|
1613
|
-
p: '
|
|
1614
|
-
|
|
1690
|
+
t: '',
|
|
1691
|
+
p: '',
|
|
1692
|
+
k: '1',
|
|
1615
1693
|
},
|
|
1616
|
-
|
|
1694
|
+
tooltip: false,
|
|
1695
|
+
data: {},
|
|
1696
|
+
style: {},
|
|
1617
1697
|
},
|
|
1618
|
-
|
|
1698
|
+
codice: {
|
|
1699
|
+
value: '188',
|
|
1619
1700
|
obj: {
|
|
1620
|
-
|
|
1701
|
+
t: '',
|
|
1621
1702
|
p: '',
|
|
1703
|
+
k: '188',
|
|
1704
|
+
},
|
|
1705
|
+
tooltip: false,
|
|
1706
|
+
data: {},
|
|
1707
|
+
style: {},
|
|
1708
|
+
},
|
|
1709
|
+
fatturato: {
|
|
1710
|
+
value: '454.86',
|
|
1711
|
+
obj: {
|
|
1622
1712
|
t: 'NR',
|
|
1713
|
+
p: 'VE',
|
|
1714
|
+
k: '454.86',
|
|
1623
1715
|
},
|
|
1624
|
-
|
|
1716
|
+
tooltip: false,
|
|
1717
|
+
data: {},
|
|
1718
|
+
style: {},
|
|
1719
|
+
shape: 'INR',
|
|
1720
|
+
},
|
|
1721
|
+
clifor: {
|
|
1722
|
+
value: '1188',
|
|
1723
|
+
obj: {
|
|
1724
|
+
t: 'CL',
|
|
1725
|
+
p: 'IFOR',
|
|
1726
|
+
k: '1188',
|
|
1727
|
+
},
|
|
1728
|
+
tooltip: true,
|
|
1729
|
+
data: {},
|
|
1730
|
+
style: {},
|
|
1625
1731
|
},
|
|
1626
|
-
|
|
1732
|
+
ragSocfornitore: {
|
|
1733
|
+
value: 'EDIL. CAMALDOLI SANSONE S.R.L.',
|
|
1627
1734
|
obj: {
|
|
1628
|
-
|
|
1735
|
+
t: '',
|
|
1629
1736
|
p: '',
|
|
1630
|
-
|
|
1737
|
+
k: 'EDIL. CAMALDOLI SANSONE S.R.L.',
|
|
1631
1738
|
},
|
|
1632
|
-
|
|
1739
|
+
tooltip: false,
|
|
1740
|
+
data: {},
|
|
1741
|
+
style: {},
|
|
1633
1742
|
},
|
|
1634
1743
|
},
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
readOnly: true,
|
|
1744
|
+
cssClass: 'clickable',
|
|
1745
|
+
id: '1',
|
|
1638
1746
|
},
|
|
1639
1747
|
{
|
|
1640
1748
|
cells: {
|
|
1641
|
-
|
|
1749
|
+
OBJ: {
|
|
1750
|
+
value: '202441',
|
|
1642
1751
|
obj: {
|
|
1643
|
-
|
|
1644
|
-
p: '
|
|
1645
|
-
|
|
1752
|
+
t: 'G_',
|
|
1753
|
+
p: 'FATT2',
|
|
1754
|
+
k: '202441',
|
|
1646
1755
|
},
|
|
1647
|
-
|
|
1756
|
+
tooltip: true,
|
|
1757
|
+
data: {},
|
|
1758
|
+
style: {},
|
|
1648
1759
|
},
|
|
1649
|
-
|
|
1760
|
+
id: {
|
|
1761
|
+
value: '202441',
|
|
1650
1762
|
obj: {
|
|
1651
|
-
|
|
1652
|
-
p: '',
|
|
1653
|
-
|
|
1763
|
+
t: 'G_',
|
|
1764
|
+
p: 'FATT2',
|
|
1765
|
+
k: '202441',
|
|
1654
1766
|
},
|
|
1655
|
-
|
|
1767
|
+
tooltip: true,
|
|
1768
|
+
data: {},
|
|
1769
|
+
style: {},
|
|
1656
1770
|
},
|
|
1657
|
-
|
|
1771
|
+
annoMovimento: {
|
|
1772
|
+
value: '2024',
|
|
1658
1773
|
obj: {
|
|
1659
|
-
|
|
1774
|
+
t: '',
|
|
1660
1775
|
p: '',
|
|
1661
|
-
|
|
1776
|
+
k: '2024',
|
|
1662
1777
|
},
|
|
1663
|
-
|
|
1778
|
+
tooltip: false,
|
|
1779
|
+
data: {},
|
|
1780
|
+
style: {},
|
|
1664
1781
|
},
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
object: '',
|
|
1668
|
-
readOnly: true,
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
cells: {
|
|
1672
|
-
A: {
|
|
1782
|
+
tipoCodice: {
|
|
1783
|
+
value: '1',
|
|
1673
1784
|
obj: {
|
|
1674
|
-
|
|
1675
|
-
p: '
|
|
1676
|
-
|
|
1785
|
+
t: '',
|
|
1786
|
+
p: '',
|
|
1787
|
+
k: '1',
|
|
1677
1788
|
},
|
|
1678
|
-
|
|
1789
|
+
tooltip: false,
|
|
1790
|
+
data: {},
|
|
1791
|
+
style: {},
|
|
1679
1792
|
},
|
|
1680
|
-
|
|
1793
|
+
codice: {
|
|
1794
|
+
value: '4',
|
|
1681
1795
|
obj: {
|
|
1682
|
-
|
|
1796
|
+
t: '',
|
|
1683
1797
|
p: '',
|
|
1798
|
+
k: '4',
|
|
1799
|
+
},
|
|
1800
|
+
tooltip: false,
|
|
1801
|
+
data: {},
|
|
1802
|
+
style: {},
|
|
1803
|
+
},
|
|
1804
|
+
fatturato: {
|
|
1805
|
+
value: '190.66',
|
|
1806
|
+
obj: {
|
|
1684
1807
|
t: 'NR',
|
|
1808
|
+
p: 'VE',
|
|
1809
|
+
k: '190.66',
|
|
1685
1810
|
},
|
|
1686
|
-
|
|
1811
|
+
tooltip: false,
|
|
1812
|
+
data: {},
|
|
1813
|
+
style: {},
|
|
1814
|
+
shape: 'INR',
|
|
1687
1815
|
},
|
|
1688
|
-
|
|
1816
|
+
clifor: {
|
|
1817
|
+
value: '14',
|
|
1689
1818
|
obj: {
|
|
1690
|
-
|
|
1819
|
+
t: 'CL',
|
|
1820
|
+
p: 'IFOR',
|
|
1821
|
+
k: '14',
|
|
1822
|
+
},
|
|
1823
|
+
tooltip: true,
|
|
1824
|
+
data: {},
|
|
1825
|
+
style: {},
|
|
1826
|
+
},
|
|
1827
|
+
ragSocfornitore: {
|
|
1828
|
+
value: 'FORESTIERI GIUSEPPE E C RETTIFICA MOTORI',
|
|
1829
|
+
obj: {
|
|
1830
|
+
t: '',
|
|
1691
1831
|
p: '',
|
|
1692
|
-
|
|
1832
|
+
k: 'FORESTIERI GIUSEPPE E C RETTIFICA MOTORI',
|
|
1693
1833
|
},
|
|
1694
|
-
|
|
1834
|
+
tooltip: false,
|
|
1835
|
+
data: {},
|
|
1836
|
+
style: {},
|
|
1695
1837
|
},
|
|
1696
1838
|
},
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
readOnly: true,
|
|
1839
|
+
cssClass: 'clickable',
|
|
1840
|
+
id: '2',
|
|
1700
1841
|
},
|
|
1701
1842
|
{
|
|
1702
1843
|
cells: {
|
|
1703
|
-
|
|
1844
|
+
OBJ: {
|
|
1845
|
+
value: '2024735861',
|
|
1704
1846
|
obj: {
|
|
1705
|
-
|
|
1706
|
-
p: '
|
|
1707
|
-
|
|
1847
|
+
t: 'G_',
|
|
1848
|
+
p: 'FATT2',
|
|
1849
|
+
k: '2024735861',
|
|
1708
1850
|
},
|
|
1709
|
-
|
|
1851
|
+
tooltip: true,
|
|
1852
|
+
data: {},
|
|
1853
|
+
style: {},
|
|
1710
1854
|
},
|
|
1711
|
-
|
|
1855
|
+
id: {
|
|
1856
|
+
value: '2024735861',
|
|
1712
1857
|
obj: {
|
|
1713
|
-
|
|
1714
|
-
p: '',
|
|
1715
|
-
|
|
1858
|
+
t: 'G_',
|
|
1859
|
+
p: 'FATT2',
|
|
1860
|
+
k: '2024735861',
|
|
1716
1861
|
},
|
|
1717
|
-
|
|
1862
|
+
tooltip: true,
|
|
1863
|
+
data: {},
|
|
1864
|
+
style: {},
|
|
1718
1865
|
},
|
|
1719
|
-
|
|
1866
|
+
annoMovimento: {
|
|
1867
|
+
value: '2024',
|
|
1720
1868
|
obj: {
|
|
1721
|
-
|
|
1869
|
+
t: '',
|
|
1722
1870
|
p: '',
|
|
1723
|
-
|
|
1871
|
+
k: '2024',
|
|
1724
1872
|
},
|
|
1725
|
-
|
|
1873
|
+
tooltip: false,
|
|
1874
|
+
data: {},
|
|
1875
|
+
style: {},
|
|
1726
1876
|
},
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
object: '',
|
|
1730
|
-
readOnly: true,
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
cells: {
|
|
1734
|
-
A: {
|
|
1877
|
+
tipoCodice: {
|
|
1878
|
+
value: '1',
|
|
1735
1879
|
obj: {
|
|
1736
|
-
|
|
1737
|
-
p: '
|
|
1738
|
-
|
|
1880
|
+
t: '',
|
|
1881
|
+
p: '',
|
|
1882
|
+
k: '1',
|
|
1739
1883
|
},
|
|
1740
|
-
|
|
1884
|
+
tooltip: false,
|
|
1885
|
+
data: {},
|
|
1886
|
+
style: {},
|
|
1741
1887
|
},
|
|
1742
|
-
|
|
1888
|
+
codice: {
|
|
1889
|
+
value: '73586',
|
|
1743
1890
|
obj: {
|
|
1744
|
-
|
|
1891
|
+
t: '',
|
|
1745
1892
|
p: '',
|
|
1893
|
+
k: '73586',
|
|
1894
|
+
},
|
|
1895
|
+
tooltip: false,
|
|
1896
|
+
data: {},
|
|
1897
|
+
style: {},
|
|
1898
|
+
},
|
|
1899
|
+
fatturato: {
|
|
1900
|
+
value: '2.19',
|
|
1901
|
+
obj: {
|
|
1746
1902
|
t: 'NR',
|
|
1903
|
+
p: 'VE',
|
|
1904
|
+
k: '2.19',
|
|
1747
1905
|
},
|
|
1748
|
-
|
|
1906
|
+
tooltip: false,
|
|
1907
|
+
data: {},
|
|
1908
|
+
style: {},
|
|
1909
|
+
shape: 'INR',
|
|
1910
|
+
},
|
|
1911
|
+
clifor: {
|
|
1912
|
+
value: '173586',
|
|
1913
|
+
obj: {
|
|
1914
|
+
t: 'CL',
|
|
1915
|
+
p: 'IFOR',
|
|
1916
|
+
k: '173586',
|
|
1917
|
+
},
|
|
1918
|
+
tooltip: true,
|
|
1919
|
+
data: {},
|
|
1920
|
+
style: {},
|
|
1749
1921
|
},
|
|
1750
|
-
|
|
1922
|
+
ragSocfornitore: {
|
|
1923
|
+
value: 'SOLOMEO IMPIANTI S.N.C.DI ',
|
|
1751
1924
|
obj: {
|
|
1752
|
-
|
|
1925
|
+
t: '',
|
|
1753
1926
|
p: '',
|
|
1754
|
-
|
|
1927
|
+
k: 'SOLOMEO IMPIANTI S.N.C.DI BONDI FRANCESCO E ROTONI MATTEO',
|
|
1755
1928
|
},
|
|
1756
|
-
|
|
1929
|
+
tooltip: false,
|
|
1930
|
+
data: {},
|
|
1931
|
+
style: {},
|
|
1757
1932
|
},
|
|
1758
1933
|
},
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
readOnly: true,
|
|
1934
|
+
cssClass: 'clickable',
|
|
1935
|
+
id: '3',
|
|
1762
1936
|
},
|
|
1763
1937
|
],
|
|
1764
1938
|
};
|
|
@@ -362,12 +362,14 @@ export class KupAutocomplete {
|
|
|
362
362
|
: false,
|
|
363
363
|
showMarker: this.showMarker,
|
|
364
364
|
legacyLook: this.legacyLook,
|
|
365
|
-
size:
|
|
365
|
+
size: this.size
|
|
366
|
+
? this.size
|
|
367
|
+
: getSizeOfInputElement(this.data, this.displayMode, this.size),
|
|
366
368
|
title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
|
|
367
369
|
};
|
|
368
370
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
369
371
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
370
|
-
return (h(Host, { key: '
|
|
372
|
+
return (h(Host, { key: 'ba27aa4bc6759aec2f01a404117c115e7aa7849f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: 'b4b0bd1e49208182acf4681b8c3764883e41d3c8' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '2b227672c21f3fedc690cdeb36cd5fb129928567', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: '4e62a1c01fc2691d74b3bc257ffb4c63f93acb04' }, props, { icon: this.showDropDownIcon
|
|
371
373
|
? KupThemeIconValues.SEARCH
|
|
372
374
|
: null, trailingIcon: true }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChangeSubmit(e.target.value, this.kupChange), onFocus: () => this.onKupFocus(), onInput: () => {
|
|
373
375
|
window.clearTimeout(__classPrivateFieldGet(this, _KupAutocomplete_inputTimeout, "f"));
|