@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.
Files changed (285) hide show
  1. package/dist/cjs/{f-cell-e5ff9c98.js → f-cell-5c1b2c66.js} +21 -13
  2. package/dist/cjs/{f-chip-f35c1b42.js → f-chip-b4aebf7c.js} +1 -1
  3. package/dist/cjs/{f-object-field-04065abd.js → f-object-field-62195164.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-3ada5c71.js → f-paginator-utils-54bc1b31.js} +9 -7
  5. package/dist/cjs/{f-text-field-0eda27cd.js → f-text-field-03e975ad.js} +2 -5
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +131 -83
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +7 -4
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  17. package/dist/cjs/{kup-data-table-helper-0b79fb90.js → kup-data-table-helper-72dc3004.js} +3 -3
  18. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-echart.cjs.entry.js +48 -6
  20. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  23. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-input-panel.cjs.entry.js +168 -28
  27. package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
  28. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  29. package/dist/cjs/{kup-manager-5cdad0f5.js → kup-manager-bb0a1490.js} +6 -10
  30. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  33. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  36. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  37. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  38. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-typography.cjs.entry.js +3 -3
  42. package/dist/cjs/loader.cjs.js +1 -1
  43. package/dist/collection/assets/echart.js +343 -169
  44. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +4 -2
  45. package/dist/collection/components/kup-combobox/kup-combobox.js +4 -2
  46. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  47. package/dist/collection/components/kup-data-table/kup-data-table.css +7 -4
  48. package/dist/collection/components/kup-data-table/kup-data-table.js +14 -11
  49. package/dist/collection/components/kup-echart/kup-echart.js +47 -5
  50. package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +3 -1
  51. package/dist/collection/components/kup-file-upload/kup-file-upload.css +13 -0
  52. package/dist/collection/components/kup-file-upload/kup-file-upload.js +181 -25
  53. package/dist/collection/components/kup-form/kup-form.js +2 -2
  54. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  55. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  56. package/dist/collection/components/kup-input-panel/kup-input-panel.js +182 -22
  57. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  58. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  59. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  60. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  61. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  62. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  63. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  64. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  65. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  66. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  67. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  68. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  69. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  70. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  71. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  72. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  73. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  74. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  75. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  76. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  77. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  78. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  79. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  80. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  81. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  82. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  83. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  84. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  85. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  86. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  87. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  88. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  89. package/dist/collection/f-components/f-cell/f-cell.js +13 -7
  90. package/dist/collection/f-components/f-paginator/f-paginator.js +1 -1
  91. package/dist/collection/f-components/f-radio/f-radio.js +3 -1
  92. package/dist/collection/f-components/f-text-field/f-text-field.js +1 -4
  93. package/dist/collection/utils/cell-utils.js +2 -7
  94. package/dist/components/index.js +1 -1
  95. package/dist/components/kup-accordion.js +2 -2
  96. package/dist/components/kup-activity-timeline.js +2 -2
  97. package/dist/components/kup-autocomplete.js +1 -1
  98. package/dist/components/kup-badge.js +1 -1
  99. package/dist/components/kup-box.js +1 -1
  100. package/dist/components/kup-button-list.js +1 -1
  101. package/dist/components/kup-button.js +1 -1
  102. package/dist/components/kup-calendar.js +7 -4
  103. package/dist/components/kup-card-list.js +3 -3
  104. package/dist/components/kup-card.js +1 -1
  105. package/dist/components/kup-cell.js +2 -2
  106. package/dist/components/kup-chart.js +1 -1
  107. package/dist/components/kup-checkbox.js +1 -1
  108. package/dist/components/kup-chip.js +1 -1
  109. package/dist/components/kup-color-picker.js +1 -1
  110. package/dist/components/kup-combobox.js +1 -1
  111. package/dist/components/kup-custom-task-list-header.js +1 -1
  112. package/dist/components/kup-dashboard.js +2 -2
  113. package/dist/components/kup-data-table.js +1 -1
  114. package/dist/components/kup-date-picker.js +1 -1
  115. package/dist/components/kup-dialog.js +1 -1
  116. package/dist/components/kup-drawer.js +2 -2
  117. package/dist/components/kup-dropdown-button.js +1 -1
  118. package/dist/components/kup-echart.js +1 -1
  119. package/dist/components/kup-editor.js +1 -1
  120. package/dist/components/kup-family-tree.js +3 -3
  121. package/dist/components/kup-file-upload.js +1 -1
  122. package/dist/components/kup-form.js +1 -1
  123. package/dist/components/kup-gantt-calendar.js +1 -1
  124. package/dist/components/kup-gantt.js +1 -1
  125. package/dist/components/kup-gauge.js +1 -1
  126. package/dist/components/kup-grid-renderer.js +1 -1
  127. package/dist/components/kup-grid.js +1 -1
  128. package/dist/components/kup-horizontal-scroll.js +1 -1
  129. package/dist/components/kup-htm.js +3 -3
  130. package/dist/components/kup-iframe.js +2 -2
  131. package/dist/components/kup-image-list.js +1 -1
  132. package/dist/components/kup-image.js +1 -1
  133. package/dist/components/kup-input-panel.js +166 -26
  134. package/dist/components/kup-lazy.js +13 -13
  135. package/dist/components/kup-list.js +1 -1
  136. package/dist/components/kup-magic-box.js +7 -7
  137. package/dist/components/kup-nav-bar.js +3 -3
  138. package/dist/components/kup-numeric-picker.js +3 -3
  139. package/dist/components/kup-object-field.js +3 -3
  140. package/dist/components/kup-pdf.js +3 -3
  141. package/dist/components/kup-planner-renderer.js +1 -1
  142. package/dist/components/kup-planner.js +17 -17
  143. package/dist/components/kup-probe.js +3 -3
  144. package/dist/components/kup-progress-bar.js +1 -1
  145. package/dist/components/kup-qlik.js +3 -3
  146. package/dist/components/kup-radio.js +1 -1
  147. package/dist/components/kup-rating.js +1 -1
  148. package/dist/components/kup-snackbar.js +3 -3
  149. package/dist/components/kup-spinner.js +1 -1
  150. package/dist/components/kup-standard-tooltip.js +1 -1
  151. package/dist/components/kup-switch.js +1 -1
  152. package/dist/components/kup-switcher.js +1 -1
  153. package/dist/components/kup-tab-bar.js +1 -1
  154. package/dist/components/kup-task-gantt.js +1 -1
  155. package/dist/components/kup-task-list-header.js +1 -1
  156. package/dist/components/kup-task-list-table.js +1 -1
  157. package/dist/components/kup-task-list.js +1 -1
  158. package/dist/components/kup-text-field.js +1 -1
  159. package/dist/components/kup-time-picker.js +1 -1
  160. package/dist/components/kup-toolbar.js +1 -1
  161. package/dist/components/kup-tooltip.js +1 -1
  162. package/dist/components/kup-tree.js +1 -1
  163. package/dist/components/kup-txt.js +3 -3
  164. package/dist/components/kup-typography-list.js +3 -3
  165. package/dist/components/kup-typography.js +4 -4
  166. package/dist/components/kup-vertical-scroll.js +1 -1
  167. package/dist/components/{p-b45eb398.js → p-0448c650.js} +13 -13
  168. package/dist/components/{p-7aa9d49d.js → p-072ba014.js} +7 -7
  169. package/dist/components/{p-28f24feb.js → p-09e09e43.js} +15 -15
  170. package/dist/components/{p-af0a6cfe.js → p-47eafd24.js} +2 -2
  171. package/dist/components/{p-33cf89e0.js → p-57069e5c.js} +1 -1
  172. package/dist/components/{p-c061deb1.js → p-66800070.js} +166 -101
  173. package/dist/components/{p-28774fba.js → p-73b82fab.js} +4 -4
  174. package/dist/components/{p-57a120a5.js → p-78086e86.js} +1 -1
  175. package/dist/components/{p-46ec5845.js → p-7b80651f.js} +1 -1
  176. package/dist/components/{p-34ed7a73.js → p-7fa7072d.js} +2 -2
  177. package/dist/components/{p-b87bd975.js → p-96d517a7.js} +5 -5
  178. package/dist/components/{p-df77b97b.js → p-970526a0.js} +6 -10
  179. package/dist/components/{p-daa07bb7.js → p-9c59685c.js} +1 -1
  180. package/dist/components/{p-ae3013bd.js → p-a266fbc3.js} +2 -2
  181. package/dist/components/{p-5db0bb55.js → p-a6da9edf.js} +2 -2
  182. package/dist/components/{p-edac29ad.js → p-a70b7f3e.js} +2 -2
  183. package/dist/components/{p-394a36af.js → p-bba3ee8c.js} +3 -3
  184. package/dist/components/{p-398198d3.js → p-e8d7edaf.js} +49 -7
  185. package/dist/components/{p-5e31c839.js → p-eee85021.js} +2 -2
  186. package/dist/components/{p-d3a8c2ba.js → p-f836c3ed.js} +2 -2
  187. package/dist/esm/{f-cell-d72f5a9c.js → f-cell-3f9d4de0.js} +21 -13
  188. package/dist/esm/{f-chip-663db488.js → f-chip-28fde4c9.js} +1 -1
  189. package/dist/esm/{f-object-field-afe7604f.js → f-object-field-24f67438.js} +2 -2
  190. package/dist/esm/{f-paginator-utils-b6924c55.js → f-paginator-utils-3e2a0dcd.js} +9 -7
  191. package/dist/esm/{f-text-field-40f1ad00.js → f-text-field-f64cc53e.js} +2 -5
  192. package/dist/esm/index.js +1 -1
  193. package/dist/esm/ketchup.js +1 -1
  194. package/dist/esm/kup-accordion.entry.js +1 -1
  195. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  196. package/dist/esm/kup-autocomplete_30.entry.js +131 -83
  197. package/dist/esm/kup-box.entry.js +7 -7
  198. package/dist/esm/kup-calendar.entry.js +7 -4
  199. package/dist/esm/kup-card-list.entry.js +1 -1
  200. package/dist/esm/kup-cell.entry.js +5 -5
  201. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  202. package/dist/esm/kup-dashboard.entry.js +2 -2
  203. package/dist/esm/{kup-data-table-helper-8f020338.js → kup-data-table-helper-edbee21a.js} +3 -3
  204. package/dist/esm/kup-drawer.entry.js +1 -1
  205. package/dist/esm/kup-echart.entry.js +48 -6
  206. package/dist/esm/kup-editor.entry.js +1 -1
  207. package/dist/esm/kup-family-tree.entry.js +1 -1
  208. package/dist/esm/kup-gantt_10.entry.js +23 -23
  209. package/dist/esm/kup-grid.entry.js +1 -1
  210. package/dist/esm/kup-htm.entry.js +2 -2
  211. package/dist/esm/kup-iframe.entry.js +1 -1
  212. package/dist/esm/kup-input-panel.entry.js +168 -28
  213. package/dist/esm/kup-lazy.entry.js +12 -12
  214. package/dist/esm/kup-magic-box.entry.js +4 -4
  215. package/dist/esm/{kup-manager-b367be3b.js → kup-manager-7acd779a.js} +6 -10
  216. package/dist/esm/kup-nav-bar.entry.js +2 -2
  217. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  218. package/dist/esm/kup-object-field.entry.js +4 -4
  219. package/dist/esm/kup-pdf.entry.js +2 -2
  220. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  221. package/dist/esm/kup-planner.entry.js +3 -3
  222. package/dist/esm/kup-probe.entry.js +2 -2
  223. package/dist/esm/kup-qlik.entry.js +2 -2
  224. package/dist/esm/kup-snackbar.entry.js +2 -2
  225. package/dist/esm/kup-txt.entry.js +2 -2
  226. package/dist/esm/kup-typography-list.entry.js +2 -2
  227. package/dist/esm/kup-typography.entry.js +3 -3
  228. package/dist/esm/loader.js +1 -1
  229. package/dist/ketchup/index.esm.js +1 -1
  230. package/dist/ketchup/ketchup.esm.js +1 -1
  231. package/dist/ketchup/{p-8bc2888a.entry.js → p-001bf9b3.entry.js} +1 -1
  232. package/dist/ketchup/p-003617f2.entry.js +1 -0
  233. package/dist/ketchup/{p-17b25b3d.entry.js → p-00e3a2c7.entry.js} +1 -1
  234. package/dist/ketchup/{p-ebf955a8.entry.js → p-05da127e.entry.js} +1 -1
  235. package/dist/ketchup/{p-4735c623.entry.js → p-0a4869d8.entry.js} +1 -1
  236. package/dist/ketchup/{p-fac09a35.entry.js → p-0f3e905b.entry.js} +1 -1
  237. package/dist/ketchup/{p-b0550f15.entry.js → p-0f78bd11.entry.js} +2 -2
  238. package/dist/ketchup/p-216b5deb.js +1 -0
  239. package/dist/ketchup/p-3823781f.entry.js +1 -0
  240. package/dist/ketchup/{p-def6d8b4.entry.js → p-39ab2443.entry.js} +1 -1
  241. package/dist/ketchup/{p-b9350213.entry.js → p-4e8d34ad.entry.js} +1 -1
  242. package/dist/ketchup/{p-75deebdb.entry.js → p-561db8b0.entry.js} +1 -1
  243. package/dist/ketchup/{p-c2531d28.entry.js → p-5c538668.entry.js} +1 -1
  244. package/dist/ketchup/{p-9ff4c3e5.entry.js → p-5cdbe34b.entry.js} +1 -1
  245. package/dist/ketchup/p-607b56b3.entry.js +8 -0
  246. package/dist/ketchup/{p-f2bfb53c.entry.js → p-60c3a948.entry.js} +1 -1
  247. package/dist/ketchup/{p-62edfd5a.entry.js → p-6429a3bc.entry.js} +1 -1
  248. package/dist/ketchup/{p-d696e519.js → p-84a053a8.js} +1 -1
  249. package/dist/ketchup/{p-c0928fec.entry.js → p-864d384f.entry.js} +1 -1
  250. package/dist/ketchup/{p-43bfca60.entry.js → p-90345661.entry.js} +2 -2
  251. package/dist/ketchup/{p-928adf93.entry.js → p-91184407.entry.js} +1 -1
  252. package/dist/ketchup/{p-5bf264dd.entry.js → p-92d5502a.entry.js} +1 -1
  253. package/dist/ketchup/{p-ec1129bf.entry.js → p-9432bc02.entry.js} +1 -1
  254. package/dist/ketchup/{p-6e6d3296.entry.js → p-9667a3f6.entry.js} +1 -1
  255. package/dist/ketchup/{p-26a20d81.entry.js → p-98865092.entry.js} +1 -1
  256. package/dist/ketchup/{p-4c8edfb1.entry.js → p-a5589352.entry.js} +1 -1
  257. package/dist/ketchup/{p-6b185239.entry.js → p-ab5dcfce.entry.js} +1 -1
  258. package/dist/ketchup/p-b7b54a12.js +1 -0
  259. package/dist/ketchup/{p-32ced542.entry.js → p-bbdc671b.entry.js} +1 -1
  260. package/dist/ketchup/p-c00b4f52.js +1 -0
  261. package/dist/ketchup/p-c38d19f9.js +1 -0
  262. package/dist/ketchup/{p-26206b66.entry.js → p-cb4c3ec6.entry.js} +1 -1
  263. package/dist/ketchup/{p-9c13c092.entry.js → p-d643a6b0.entry.js} +1 -1
  264. package/dist/ketchup/{p-0666ba27.entry.js → p-d7bfb6da.entry.js} +2 -2
  265. package/dist/ketchup/{p-51cc836a.js → p-e3098793.js} +1 -1
  266. package/dist/ketchup/p-ebcd12d5.js +1 -0
  267. package/dist/ketchup/{p-941beedb.entry.js → p-ebcf33a3.entry.js} +1 -1
  268. package/dist/ketchup/{p-006b5782.entry.js → p-ee752492.entry.js} +1 -1
  269. package/dist/ketchup/{p-4af4b7d3.entry.js → p-f446a5dd.entry.js} +1 -1
  270. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -1
  271. package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +6 -1
  272. package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +31 -5
  273. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +2 -1
  274. package/dist/types/components.d.ts +55 -11
  275. package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +1 -0
  276. package/dist/types/utils/cell-utils.d.ts +3 -1
  277. package/package.json +4 -1
  278. package/dist/ketchup/p-058def11.entry.js +0 -1
  279. package/dist/ketchup/p-29c07479.entry.js +0 -8
  280. package/dist/ketchup/p-2e012afe.js +0 -1
  281. package/dist/ketchup/p-8be7a37f.js +0 -1
  282. package/dist/ketchup/p-b39c7a22.js +0 -1
  283. package/dist/ketchup/p-c109ce22.js +0 -1
  284. package/dist/ketchup/p-d49f1a0d.js +0 -1
  285. 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 = 'A';
1472
- echart12.series = ['B', 'C'];
1471
+ echart12.axis = 'ragSocfornitore';
1472
+ echart12.series = ['fatturato'];
1473
1473
  echart12.data = {
1474
1474
  columns: [
1475
1475
  {
1476
- isEditable: false,
1477
- isKey: false,
1478
- name: 'A',
1476
+ name: 'OBJ',
1477
+ title: 'ID',
1478
+ fill: 'K01',
1479
1479
  obj: {
1480
- k: '',
1481
- p: 'COL',
1482
- t: 'CN',
1480
+ t: 'G_',
1481
+ p: 'FATT2',
1483
1482
  },
1484
- title: 'Persone',
1485
- tooltip: true,
1486
1483
  },
1487
1484
  {
1488
- decimals: 0,
1489
- isEditable: false,
1490
- isKey: false,
1491
- name: 'B',
1485
+ name: 'id',
1486
+ title: 'id',
1487
+ visible: false,
1488
+ fill: 'id',
1492
1489
  obj: {
1493
- k: '',
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
- title: 'Anno Cur',
1498
- tooltip: false,
1502
+ shape: 'Itx',
1499
1503
  },
1500
1504
  {
1501
- decimals: 0,
1502
- isEditable: false,
1503
- isKey: false,
1504
- name: 'C',
1505
+ name: 'tipoCodice',
1506
+ title: 'Tipo Codice',
1507
+ fill: 'tipoCodice',
1505
1508
  obj: {
1506
- k: '',
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
- title: 'Anno Pre',
1511
- tooltip: false,
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
- A: {
1559
+ OBJ: {
1560
+ value: '20241001',
1518
1561
  obj: {
1519
- k: 'SANCOS',
1520
- p: 'COL',
1521
- t: 'CN',
1562
+ t: 'G_',
1563
+ p: 'FATT2',
1564
+ k: '20241001',
1522
1565
  },
1523
- value: 'SANCOS',
1566
+ tooltip: true,
1567
+ data: {},
1568
+ style: {},
1524
1569
  },
1525
- B: {
1570
+ id: {
1571
+ value: '20241001',
1526
1572
  obj: {
1527
- k: '3',
1528
- p: '',
1529
- t: 'NR',
1573
+ t: 'G_',
1574
+ p: 'FATT2',
1575
+ k: '20241001',
1530
1576
  },
1531
- value: '3',
1577
+ tooltip: true,
1578
+ data: {},
1579
+ style: {},
1532
1580
  },
1533
- C: {
1581
+ annoMovimento: {
1582
+ value: '2024',
1534
1583
  obj: {
1535
- k: '7',
1584
+ t: '',
1536
1585
  p: '',
1537
- t: 'NR',
1586
+ k: '2024',
1538
1587
  },
1539
- value: '7',
1588
+ tooltip: false,
1589
+ data: {},
1590
+ style: {},
1540
1591
  },
1541
- },
1542
- id: '0',
1543
- object: '',
1544
- readOnly: true,
1545
- },
1546
- {
1547
- cells: {
1548
- A: {
1592
+ tipoCodice: {
1593
+ value: '1',
1549
1594
  obj: {
1550
- k: 'BENMAR',
1551
- p: 'COL',
1552
- t: 'CN',
1595
+ t: '',
1596
+ p: '',
1597
+ k: '1',
1553
1598
  },
1554
- value: 'BENMAR',
1599
+ tooltip: false,
1600
+ data: {},
1601
+ style: {},
1555
1602
  },
1556
- B: {
1603
+ codice: {
1604
+ value: '100',
1557
1605
  obj: {
1558
- k: '3',
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
- value: '3',
1621
+ tooltip: false,
1622
+ data: {},
1623
+ style: {},
1624
+ shape: 'INR',
1563
1625
  },
1564
- C: {
1626
+ clifor: {
1627
+ value: '1100',
1565
1628
  obj: {
1566
- k: '4',
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
- t: 'NR',
1642
+ k: 'PALMACCI SRL',
1569
1643
  },
1570
- value: '4',
1644
+ tooltip: false,
1645
+ data: {},
1646
+ style: {},
1571
1647
  },
1572
1648
  },
1573
- id: '1',
1574
- object: '',
1575
- readOnly: true,
1649
+ cssClass: 'clickable',
1650
+ id: '0',
1576
1651
  },
1577
1652
  {
1578
1653
  cells: {
1579
- A: {
1654
+ OBJ: {
1655
+ value: '20241881',
1580
1656
  obj: {
1581
- k: 'CARLUC',
1582
- p: 'COL',
1583
- t: 'CN',
1657
+ t: 'G_',
1658
+ p: 'FATT2',
1659
+ k: '20241881',
1584
1660
  },
1585
- value: 'CARLUC',
1661
+ tooltip: true,
1662
+ data: {},
1663
+ style: {},
1586
1664
  },
1587
- B: {
1665
+ id: {
1666
+ value: '20241881',
1588
1667
  obj: {
1589
- k: '8',
1590
- p: '',
1591
- t: 'NR',
1668
+ t: 'G_',
1669
+ p: 'FATT2',
1670
+ k: '20241881',
1592
1671
  },
1593
- value: '8',
1672
+ tooltip: true,
1673
+ data: {},
1674
+ style: {},
1594
1675
  },
1595
- C: {
1676
+ annoMovimento: {
1677
+ value: '2024',
1596
1678
  obj: {
1597
- k: '20',
1679
+ t: '',
1598
1680
  p: '',
1599
- t: 'NR',
1681
+ k: '2024',
1600
1682
  },
1601
- value: '20',
1683
+ tooltip: false,
1684
+ data: {},
1685
+ style: {},
1602
1686
  },
1603
- },
1604
- id: '2',
1605
- object: '',
1606
- readOnly: true,
1607
- },
1608
- {
1609
- cells: {
1610
- A: {
1687
+ tipoCodice: {
1688
+ value: '1',
1611
1689
  obj: {
1612
- k: 'FIOGIA',
1613
- p: 'COL',
1614
- t: 'CN',
1690
+ t: '',
1691
+ p: '',
1692
+ k: '1',
1615
1693
  },
1616
- value: 'FIOGIA',
1694
+ tooltip: false,
1695
+ data: {},
1696
+ style: {},
1617
1697
  },
1618
- B: {
1698
+ codice: {
1699
+ value: '188',
1619
1700
  obj: {
1620
- k: '2',
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
- value: '2',
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
- C: {
1732
+ ragSocfornitore: {
1733
+ value: 'EDIL. CAMALDOLI SANSONE S.R.L.',
1627
1734
  obj: {
1628
- k: '12',
1735
+ t: '',
1629
1736
  p: '',
1630
- t: 'NR',
1737
+ k: 'EDIL. CAMALDOLI SANSONE S.R.L.',
1631
1738
  },
1632
- value: '12',
1739
+ tooltip: false,
1740
+ data: {},
1741
+ style: {},
1633
1742
  },
1634
1743
  },
1635
- id: '3',
1636
- object: '',
1637
- readOnly: true,
1744
+ cssClass: 'clickable',
1745
+ id: '1',
1638
1746
  },
1639
1747
  {
1640
1748
  cells: {
1641
- A: {
1749
+ OBJ: {
1750
+ value: '202441',
1642
1751
  obj: {
1643
- k: 'Franco',
1644
- p: 'COL',
1645
- t: 'CN',
1752
+ t: 'G_',
1753
+ p: 'FATT2',
1754
+ k: '202441',
1646
1755
  },
1647
- value: 'Franco',
1756
+ tooltip: true,
1757
+ data: {},
1758
+ style: {},
1648
1759
  },
1649
- B: {
1760
+ id: {
1761
+ value: '202441',
1650
1762
  obj: {
1651
- k: '1',
1652
- p: '',
1653
- t: 'NR',
1763
+ t: 'G_',
1764
+ p: 'FATT2',
1765
+ k: '202441',
1654
1766
  },
1655
- value: '1',
1767
+ tooltip: true,
1768
+ data: {},
1769
+ style: {},
1656
1770
  },
1657
- C: {
1771
+ annoMovimento: {
1772
+ value: '2024',
1658
1773
  obj: {
1659
- k: '2',
1774
+ t: '',
1660
1775
  p: '',
1661
- t: 'NR',
1776
+ k: '2024',
1662
1777
  },
1663
- value: '2',
1778
+ tooltip: false,
1779
+ data: {},
1780
+ style: {},
1664
1781
  },
1665
- },
1666
- id: '4',
1667
- object: '',
1668
- readOnly: true,
1669
- },
1670
- {
1671
- cells: {
1672
- A: {
1782
+ tipoCodice: {
1783
+ value: '1',
1673
1784
  obj: {
1674
- k: "Carlo D'Azeglio",
1675
- p: 'COL',
1676
- t: 'CN',
1785
+ t: '',
1786
+ p: '',
1787
+ k: '1',
1677
1788
  },
1678
- value: "Carlo D'Azeglio",
1789
+ tooltip: false,
1790
+ data: {},
1791
+ style: {},
1679
1792
  },
1680
- B: {
1793
+ codice: {
1794
+ value: '4',
1681
1795
  obj: {
1682
- k: '16',
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
- value: '16',
1811
+ tooltip: false,
1812
+ data: {},
1813
+ style: {},
1814
+ shape: 'INR',
1687
1815
  },
1688
- C: {
1816
+ clifor: {
1817
+ value: '14',
1689
1818
  obj: {
1690
- k: '1',
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
- t: 'NR',
1832
+ k: 'FORESTIERI GIUSEPPE E C RETTIFICA MOTORI',
1693
1833
  },
1694
- value: '1',
1834
+ tooltip: false,
1835
+ data: {},
1836
+ style: {},
1695
1837
  },
1696
1838
  },
1697
- id: '5',
1698
- object: '',
1699
- readOnly: true,
1839
+ cssClass: 'clickable',
1840
+ id: '2',
1700
1841
  },
1701
1842
  {
1702
1843
  cells: {
1703
- A: {
1844
+ OBJ: {
1845
+ value: '2024735861',
1704
1846
  obj: {
1705
- k: 'Oliviero',
1706
- p: 'COL',
1707
- t: 'CN',
1847
+ t: 'G_',
1848
+ p: 'FATT2',
1849
+ k: '2024735861',
1708
1850
  },
1709
- value: 'Oliviero',
1851
+ tooltip: true,
1852
+ data: {},
1853
+ style: {},
1710
1854
  },
1711
- B: {
1855
+ id: {
1856
+ value: '2024735861',
1712
1857
  obj: {
1713
- k: '10',
1714
- p: '',
1715
- t: 'NR',
1858
+ t: 'G_',
1859
+ p: 'FATT2',
1860
+ k: '2024735861',
1716
1861
  },
1717
- value: '10',
1862
+ tooltip: true,
1863
+ data: {},
1864
+ style: {},
1718
1865
  },
1719
- C: {
1866
+ annoMovimento: {
1867
+ value: '2024',
1720
1868
  obj: {
1721
- k: '4',
1869
+ t: '',
1722
1870
  p: '',
1723
- t: 'NR',
1871
+ k: '2024',
1724
1872
  },
1725
- value: '4',
1873
+ tooltip: false,
1874
+ data: {},
1875
+ style: {},
1726
1876
  },
1727
- },
1728
- id: '6',
1729
- object: '',
1730
- readOnly: true,
1731
- },
1732
- {
1733
- cells: {
1734
- A: {
1877
+ tipoCodice: {
1878
+ value: '1',
1735
1879
  obj: {
1736
- k: 'Quinto',
1737
- p: 'COL',
1738
- t: 'CN',
1880
+ t: '',
1881
+ p: '',
1882
+ k: '1',
1739
1883
  },
1740
- value: 'Quinto',
1884
+ tooltip: false,
1885
+ data: {},
1886
+ style: {},
1741
1887
  },
1742
- B: {
1888
+ codice: {
1889
+ value: '73586',
1743
1890
  obj: {
1744
- k: '3',
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
- value: '3',
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
- C: {
1922
+ ragSocfornitore: {
1923
+ value: 'SOLOMEO IMPIANTI S.N.C.DI ',
1751
1924
  obj: {
1752
- k: '11',
1925
+ t: '',
1753
1926
  p: '',
1754
- t: 'NR',
1927
+ k: 'SOLOMEO IMPIANTI S.N.C.DI BONDI FRANCESCO E ROTONI MATTEO',
1755
1928
  },
1756
- value: '11',
1929
+ tooltip: false,
1930
+ data: {},
1931
+ style: {},
1757
1932
  },
1758
1933
  },
1759
- id: '7',
1760
- object: '',
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: getSizeOfInputElement(this.data, this.displayMode, this.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: 'bd65a5abab4ff62f91a6348e03b496711b796d90', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: '7133bd7ceb0365b4bd82846a60addb3085a25d37' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '8b09ee007f909d8f6eadeebda3262b42731a747a', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: '56658e721535c89c971bd7dae0af26c073a6eab6' }, props, { icon: this.showDropDownIcon
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"));