@sme.up/ketchup 5.2.1-SNAPSHOT → 6.2.0-SNAPSHOT

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 (231) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/cjs/{cell-utils-d96b2993.js → cell-utils-d894e802.js} +2 -2
  3. package/dist/cjs/{component-d1496215.js → component-72a5b626.js} +30 -0
  4. package/dist/cjs/{f-button-2b9b99b1.js → f-button-414b3bc3.js} +4 -4
  5. package/dist/cjs/f-cell-c8983ec7.js +418 -0
  6. package/dist/cjs/f-checkbox-57443ca3.js +29 -0
  7. package/dist/cjs/{f-chip-df59e1b0.js → f-chip-ef81bf51.js} +5 -4
  8. package/dist/cjs/{f-image-12bab3b5.js → f-image-0618c795.js} +2 -2
  9. package/dist/cjs/f-paginator-utils-c9dd5173.js +1898 -0
  10. package/dist/cjs/{f-text-field-e7c35b5b.js → f-text-field-7d31190f.js} +3 -3
  11. package/dist/cjs/{f-text-field-mdc-a67f5dfe.js → f-text-field-mdc-85997738.js} +23 -305
  12. package/dist/cjs/{index-eb556444.js → index-06b131ea.js} +6 -4
  13. package/dist/cjs/ketchup.cjs.js +3 -3
  14. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  15. package/dist/cjs/{kup-autocomplete_27.cjs.entry.js → kup-autocomplete_25.cjs.entry.js} +1833 -5745
  16. package/dist/cjs/{kup-echart.cjs.entry.js → kup-box_2.cjs.entry.js} +17113 -14788
  17. package/dist/cjs/kup-calendar.cjs.entry.js +42 -34
  18. package/dist/cjs/kup-cell.cjs.entry.js +10 -9
  19. package/dist/cjs/kup-dash-list.cjs.entry.js +4 -4
  20. package/dist/cjs/kup-dash_2.cjs.entry.js +4 -7
  21. package/dist/cjs/kup-dashboard.cjs.entry.js +379 -0
  22. package/dist/cjs/kup-drawer.cjs.entry.js +12 -5
  23. package/dist/cjs/kup-field.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-form.cjs.entry.js +469 -0
  25. package/dist/cjs/kup-iframe.cjs.entry.js +3 -3
  26. package/dist/cjs/kup-image-list.cjs.entry.js +229 -0
  27. package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
  28. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  29. package/dist/cjs/kup-manager-2fee8cf3.js +17021 -0
  30. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-numeric-picker.cjs.entry.js +5 -5
  32. package/dist/cjs/kup-photo-frame.cjs.entry.js +7 -9
  33. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  36. package/dist/cjs/loader.cjs.js +3 -3
  37. package/dist/cjs/{utils-e99921c1.js → utils-8470184d.js} +1 -1
  38. package/dist/collection/assets/card.js +4 -5
  39. package/dist/collection/assets/dashboard.js +113 -0
  40. package/dist/collection/assets/data-table.js +15 -79
  41. package/dist/collection/assets/form.js +179 -0
  42. package/dist/collection/assets/grid.js +17 -0
  43. package/dist/collection/assets/image-list.js +624 -0
  44. package/dist/collection/assets/index.js +16 -4
  45. package/dist/collection/assets/kupdata.js +0 -3
  46. package/dist/collection/assets/kuptooltip.js +53 -7
  47. package/dist/collection/assets/tree.js +0 -128
  48. package/dist/collection/collection-manifest.json +8 -6
  49. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +136 -130
  50. package/dist/collection/components/kup-box/kup-box-declarations.js +0 -4
  51. package/dist/collection/components/kup-box/kup-box.js +20 -137
  52. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
  53. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  54. package/dist/collection/components/kup-card/kup-card.css +26 -8
  55. package/dist/collection/components/kup-card/kup-card.js +1 -2
  56. package/dist/collection/components/kup-card/standard/kup-card-standard.js +14 -6
  57. package/dist/collection/components/kup-combobox/kup-combobox.js +17 -14
  58. package/dist/collection/components/kup-dashboard/kup-dashboard-declarations.js +10 -0
  59. package/dist/collection/components/kup-dashboard/kup-dashboard.css +81 -0
  60. package/dist/collection/components/kup-dashboard/kup-dashboard.js +560 -0
  61. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -3
  62. package/dist/collection/components/kup-data-table/kup-data-table.js +19 -136
  63. package/dist/collection/components/kup-drawer/kup-drawer.css +6 -8
  64. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -1
  65. package/dist/collection/components/kup-form/kup-form-declarations.js +19 -0
  66. package/dist/collection/components/kup-form/kup-form.css +86 -0
  67. package/dist/collection/components/kup-form/kup-form.js +668 -0
  68. package/dist/collection/components/kup-grid/kup-grid.js +1 -4
  69. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +10 -0
  70. package/dist/collection/components/kup-image-list/kup-image-list.css +166 -0
  71. package/dist/collection/components/kup-image-list/kup-image-list.js +432 -0
  72. package/dist/collection/components/kup-list/kup-list-helper.js +9 -3
  73. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +2 -9
  74. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +3 -5
  75. package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -0
  76. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +18 -19
  77. package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +3 -0
  78. package/dist/collection/components/kup-text-field/kup-text-field.js +27 -0
  79. package/dist/collection/components/kup-time-picker/kup-time-picker.js +2 -8
  80. package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -4
  81. package/dist/collection/components/kup-tree/kup-tree.css +10 -3
  82. package/dist/collection/components/kup-tree/kup-tree.js +73 -142
  83. package/dist/collection/f-components/f-button/f-button.js +2 -2
  84. package/dist/collection/f-components/f-cell/f-cell-declarations.js +5 -1
  85. package/dist/collection/f-components/f-cell/f-cell.js +41 -121
  86. package/dist/collection/f-components/f-chip/f-chip.js +2 -1
  87. package/dist/collection/f-components/f-text-field/f-text-field.js +1 -1
  88. package/dist/collection/managers/kup-data/kup-data-node-helper.js +24 -0
  89. package/dist/collection/managers/kup-data/kup-data.js +98 -1
  90. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +4 -2
  91. package/dist/collection/managers/kup-interact/kup-interact.js +1 -22
  92. package/dist/collection/managers/kup-language/kup-language-declarations.js +13 -0
  93. package/dist/collection/managers/kup-manager/kup-manager.js +21 -2
  94. package/dist/collection/managers/kup-objects/kup-objects.js +10 -0
  95. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +21 -1
  96. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +53 -20
  97. package/dist/collection/types/GenericTypes.js +3 -0
  98. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +7 -11
  99. package/dist/esm/{cell-utils-f4bdbbc8.js → cell-utils-7fc84d4e.js} +3 -3
  100. package/dist/esm/{component-c4eb6153.js → component-b1bedf1d.js} +27 -2
  101. package/dist/esm/{f-button-54a49fd8.js → f-button-2f6cc296.js} +4 -4
  102. package/dist/esm/f-cell-4428481c.js +415 -0
  103. package/dist/esm/f-checkbox-c51c4a75.js +27 -0
  104. package/dist/esm/{f-chip-a3035b4b.js → f-chip-b39eb49a.js} +6 -5
  105. package/dist/esm/{f-image-d32465e3.js → f-image-b08ebeb2.js} +2 -2
  106. package/dist/esm/f-paginator-utils-4fda6086.js +1884 -0
  107. package/dist/esm/{f-text-field-c25cc63f.js → f-text-field-184a5fb3.js} +3 -3
  108. package/dist/esm/{f-text-field-mdc-9fbbefc3.js → f-text-field-mdc-d42d3f9e.js} +2 -284
  109. package/dist/esm/{index-baeab1ac.js → index-ad6ab214.js} +6 -4
  110. package/dist/esm/ketchup.js +3 -3
  111. package/dist/esm/kup-accordion.entry.js +6 -6
  112. package/dist/esm/{kup-autocomplete_27.entry.js → kup-autocomplete_25.entry.js} +1775 -5685
  113. package/dist/esm/{kup-echart.entry.js → kup-box_2.entry.js} +17113 -14789
  114. package/dist/esm/kup-calendar.entry.js +43 -35
  115. package/dist/esm/kup-cell.entry.js +9 -8
  116. package/dist/esm/kup-dash-list.entry.js +4 -4
  117. package/dist/esm/kup-dash_2.entry.js +4 -7
  118. package/dist/esm/kup-dashboard.entry.js +375 -0
  119. package/dist/esm/kup-drawer.entry.js +12 -5
  120. package/dist/esm/kup-field.entry.js +2 -2
  121. package/dist/esm/kup-form.entry.js +465 -0
  122. package/dist/esm/kup-iframe.entry.js +3 -3
  123. package/dist/esm/kup-image-list.entry.js +225 -0
  124. package/dist/esm/kup-lazy.entry.js +3 -3
  125. package/dist/esm/kup-magic-box.entry.js +4 -4
  126. package/dist/esm/kup-manager-3325b2d8.js +17000 -0
  127. package/dist/esm/kup-nav-bar.entry.js +3 -3
  128. package/dist/esm/kup-numeric-picker.entry.js +6 -6
  129. package/dist/esm/kup-photo-frame.entry.js +7 -9
  130. package/dist/esm/kup-probe.entry.js +2 -2
  131. package/dist/esm/kup-qlik.entry.js +2 -2
  132. package/dist/esm/kup-snackbar.entry.js +6 -6
  133. package/dist/esm/loader.js +3 -3
  134. package/dist/esm/polyfills/css-shim.js +1 -1
  135. package/dist/esm/{tslib.es6-8f2d44b6.js → tslib.es6-3eea2234.js} +1 -1
  136. package/dist/esm/{utils-f24319a0.js → utils-6373a07e.js} +2 -2
  137. package/dist/ketchup/ketchup.esm.js +1 -1
  138. package/dist/ketchup/p-006bc4d0.entry.js +1 -0
  139. package/dist/ketchup/p-0741da57.js +1 -0
  140. package/dist/ketchup/{p-669bde31.js → p-13e08580.js} +1 -1
  141. package/dist/ketchup/p-153697fb.entry.js +1 -0
  142. package/dist/ketchup/{p-9a61d8dc.entry.js → p-175edb62.entry.js} +1 -1
  143. package/dist/ketchup/{p-11e72a8c.entry.js → p-1db1d42b.entry.js} +1 -1
  144. package/dist/ketchup/{p-67842f1e.entry.js → p-30820f8f.entry.js} +1 -1
  145. package/dist/ketchup/p-35325834.entry.js +9 -0
  146. package/dist/ketchup/p-359e8bec.entry.js +40 -0
  147. package/dist/ketchup/{p-09d708c4.entry.js → p-3c7c92c0.entry.js} +1 -1
  148. package/dist/ketchup/p-41cf8703.entry.js +1 -0
  149. package/dist/ketchup/{p-e6709c26.entry.js → p-6127fccf.entry.js} +1 -1
  150. package/dist/ketchup/{p-203d6295.entry.js → p-6b82e4e2.entry.js} +1 -1
  151. package/dist/ketchup/p-704e60eb.js +30 -0
  152. package/dist/ketchup/{p-4f56932b.js → p-70660fe2.js} +1 -1
  153. package/dist/ketchup/{p-44192f30.entry.js → p-762c0382.entry.js} +1 -1
  154. package/dist/ketchup/{p-c58a2a81.entry.js → p-76947316.entry.js} +1 -1
  155. package/dist/ketchup/{p-a0b1d769.js → p-79b0730b.js} +1 -1
  156. package/dist/ketchup/{p-bb8844bf.entry.js → p-8103b80a.entry.js} +1 -1
  157. package/dist/ketchup/{p-8c44c3b9.js → p-81605f08.js} +4 -5
  158. package/dist/ketchup/p-9fa457d4.entry.js +1 -0
  159. package/dist/ketchup/{p-e8e3c9da.entry.js → p-a0ce8075.entry.js} +1 -1
  160. package/dist/ketchup/p-a203f78b.js +45 -0
  161. package/dist/ketchup/p-a804fe83.entry.js +27 -0
  162. package/dist/ketchup/{p-34748c91.js → p-ca9fd099.js} +1 -1
  163. package/dist/ketchup/p-caabb9ab.entry.js +1 -0
  164. package/dist/ketchup/p-cc3abf84.entry.js +1 -0
  165. package/dist/ketchup/p-cd5cfa7c.js +1 -0
  166. package/dist/ketchup/p-d2e76960.entry.js +1 -0
  167. package/dist/ketchup/p-d3b542b3.js +2 -0
  168. package/dist/ketchup/p-d7004ae4.js +1 -0
  169. package/dist/ketchup/{p-40f97429.js → p-d95c904b.js} +1 -1
  170. package/dist/ketchup/p-ddce3430.js +1 -0
  171. package/dist/ketchup/p-ee580b3a.entry.js +1 -0
  172. package/dist/ketchup/p-f49cb68e.js +1 -0
  173. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +1 -16
  174. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -5
  175. package/dist/types/components/kup-box/kup-box.d.ts +0 -22
  176. package/dist/types/components/kup-dashboard/kup-dashboard-declarations.d.ts +61 -0
  177. package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +75 -0
  178. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -4
  179. package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -19
  180. package/dist/types/components/kup-form/kup-form-declarations.d.ts +48 -0
  181. package/dist/types/components/kup-form/kup-form.d.ts +68 -0
  182. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +14 -0
  183. package/dist/types/components/kup-image-list/kup-image-list.d.ts +56 -0
  184. package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +3 -9
  185. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +6 -6
  186. package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +3 -0
  187. package/dist/types/components/kup-text-field/kup-text-field.d.ts +5 -0
  188. package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +0 -6
  189. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +3 -5
  190. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -24
  191. package/dist/types/components.d.ts +512 -369
  192. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +4 -1
  193. package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
  194. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  195. package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +7 -0
  196. package/dist/types/managers/kup-data/kup-data.d.ts +3 -0
  197. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +13 -1
  198. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +4 -0
  199. package/dist/types/managers/kup-manager/kup-manager.d.ts +12 -0
  200. package/dist/types/managers/kup-objects/kup-objects.d.ts +6 -0
  201. package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +3 -3
  202. package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +17 -6
  203. package/dist/types/types/GenericTypes.d.ts +3 -0
  204. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +1 -3
  205. package/package.json +15 -14
  206. package/dist/cjs/f-cell-8351cb84.js +0 -653
  207. package/dist/cjs/kup-manager-5c03da64.js +0 -8795
  208. package/dist/collection/assets/tooltip.js +0 -73
  209. package/dist/collection/components/kup-tooltip/kup-tooltip-declarations.js +0 -20
  210. package/dist/collection/components/kup-tooltip/kup-tooltip.css +0 -149
  211. package/dist/collection/components/kup-tooltip/kup-tooltip.js +0 -1205
  212. package/dist/collection/utils/helpers.js +0 -38
  213. package/dist/esm/f-cell-d5dac50b.js +0 -650
  214. package/dist/esm/kup-manager-9316a184.js +0 -8778
  215. package/dist/ketchup/p-12773ca8.js +0 -9
  216. package/dist/ketchup/p-34b74425.js +0 -1
  217. package/dist/ketchup/p-4173422f.entry.js +0 -1
  218. package/dist/ketchup/p-41741c28.entry.js +0 -1
  219. package/dist/ketchup/p-44f8da2a.js +0 -1
  220. package/dist/ketchup/p-7a74ad17.js +0 -1
  221. package/dist/ketchup/p-7ba8fa4a.entry.js +0 -39
  222. package/dist/ketchup/p-7de0d7e1.js +0 -1
  223. package/dist/ketchup/p-8418e8fa.entry.js +0 -1
  224. package/dist/ketchup/p-96bf19aa.entry.js +0 -1
  225. package/dist/ketchup/p-b0ddcce9.entry.js +0 -9
  226. package/dist/ketchup/p-b6c21223.entry.js +0 -27
  227. package/dist/ketchup/p-ca3d585b.entry.js +0 -1
  228. package/dist/ketchup/p-ecb7069b.js +0 -135
  229. package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +0 -93
  230. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +0 -142
  231. package/dist/types/utils/helpers.d.ts +0 -4
@@ -6,7 +6,6 @@ import { numberToFormattedStringNumber, identify, getProps, setProps, } from '..
6
6
  import { ItemsDisplayMode, } from '../kup-list/kup-list-declarations';
7
7
  import { kupManagerInstance, } from '../../managers/kup-manager/kup-manager';
8
8
  import { KupDataTableState } from './kup-data-table-state';
9
- import { setTooltip, unsetTooltip } from '../../utils/helpers';
10
9
  import { FImage } from '../../f-components/f-image/f-image';
11
10
  import { FTextField } from '../../f-components/f-text-field/f-text-field';
12
11
  import { FChip } from '../../f-components/f-chip/f-chip';
@@ -219,10 +218,6 @@ export class KupDataTable {
219
218
  * If set to true, displays the button to load more records.
220
219
  */
221
220
  this.showLoadMore = false;
222
- /**
223
- * If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
224
- */
225
- this.showTooltipOnRightClick = true;
226
221
  /**
227
222
  * Defines the current sorting options.
228
223
  */
@@ -244,10 +239,6 @@ export class KupDataTable {
244
239
  * Sets the width of the table.
245
240
  */
246
241
  this.tableWidth = undefined;
247
- /**
248
- * Enable show tooltip
249
- */
250
- this.tooltipEnabled = true;
251
242
  /**
252
243
  * Transposes the data of the data table
253
244
  */
@@ -265,6 +256,7 @@ export class KupDataTable {
265
256
  this.openedTotalMenu = null;
266
257
  this.openedCustomSettings = false;
267
258
  this.fontsize = 'medium';
259
+ this.initialized = false;
268
260
  this.rowsLength = 0;
269
261
  this.paginatedRowsLength = 0;
270
262
  /**
@@ -564,7 +556,9 @@ export class KupDataTable {
564
556
  }
565
557
  }
566
558
  recalculateData() {
567
- this.calculateData();
559
+ if (this.initialized) {
560
+ this.calculateData();
561
+ }
568
562
  }
569
563
  /**
570
564
  * Closes any opened column menu.
@@ -670,7 +664,7 @@ export class KupDataTable {
670
664
  }
671
665
  this.columnMenuCard.setAttribute('data-column', column);
672
666
  this.columnMenuCard.data = this.columnMenuInstance.prepData(this, getColumnByName(this.getVisibleColumns(), column));
673
- this.columnMenuInstance.open(this, column, this.tooltip);
667
+ this.columnMenuInstance.open(this, column);
674
668
  this.columnMenuInstance.reposition(this, this.columnMenuCard);
675
669
  this.kupDataTableColumnMenu.emit({
676
670
  comp: this,
@@ -1256,9 +1250,13 @@ export class KupDataTable {
1256
1250
  }
1257
1251
  if (this.dropEnabled) {
1258
1252
  const dataCb = () => {
1259
- const receivingDetails = this.getEventDetails([
1260
- this.rootElement.shadowRoot.querySelector('td:hover'),
1261
- ]);
1253
+ const cell = this.rootElement.shadowRoot.querySelector('td:hover');
1254
+ if (!cell) {
1255
+ this.kupManager.debug.logMessage(this, "Couldn't find cell hovered to retrieve dropzone informations!", KupDebugCategory.WARNING);
1256
+ return;
1257
+ }
1258
+ const path = this.getEventPath(cell);
1259
+ const receivingDetails = this.getEventDetails(path);
1262
1260
  return {
1263
1261
  cell: receivingDetails.cell,
1264
1262
  column: receivingDetails.column,
@@ -1392,6 +1390,7 @@ export class KupDataTable {
1392
1390
  CSS.supports('position', '-webkit-sticky') ||
1393
1391
  !!(window && window.safari);
1394
1392
  this.calculateData();
1393
+ this.initialized = true;
1395
1394
  }
1396
1395
  componentWillRender() {
1397
1396
  this.kupManager.debug.logRender(this, false);
@@ -1437,9 +1436,8 @@ export class KupDataTable {
1437
1436
  this.kupManager.debug.logLoad(this, true);
1438
1437
  }
1439
1438
  //======== Utility methods ========
1440
- getEventPath(e) {
1441
- let path = [];
1442
- let currentEl = e.target;
1439
+ getEventPath(currentEl) {
1440
+ const path = [];
1443
1441
  while (currentEl &&
1444
1442
  currentEl !== this.rootElement &&
1445
1443
  currentEl !== document.body) {
@@ -1730,7 +1728,7 @@ export class KupDataTable {
1730
1728
  };
1731
1729
  }
1732
1730
  clickHandler(e) {
1733
- const details = this.getEventDetails(this.getEventPath(e), e);
1731
+ const details = this.getEventDetails(this.getEventPath(e.target), e);
1734
1732
  if (details.area === 'header') {
1735
1733
  if (details.th && details.column) {
1736
1734
  if (details.filterRemove) {
@@ -1769,26 +1767,13 @@ export class KupDataTable {
1769
1767
  return details;
1770
1768
  }
1771
1769
  contextMenuHandler(e) {
1772
- const details = this.getEventDetails(this.getEventPath(e), e);
1770
+ const details = this.getEventDetails(this.getEventPath(e.target), e);
1773
1771
  if (details.area === 'header') {
1774
1772
  if (details.th && details.column) {
1775
1773
  this.openColumnMenu(details.column.name);
1776
1774
  return details;
1777
1775
  }
1778
1776
  }
1779
- else if (details.area === 'body') {
1780
- const _hasTooltip = details.cell.obj
1781
- ? !this.kupManager.objects.isEmptyKupObj(details.cell.obj)
1782
- : false;
1783
- if (_hasTooltip &&
1784
- this.showTooltipOnRightClick &&
1785
- details.td &&
1786
- details.cell) {
1787
- const columnName = details.column ? details.column.name : null;
1788
- setTooltip(e, details.row.id, columnName, details.cell, this.tooltip);
1789
- return details;
1790
- }
1791
- }
1792
1777
  else if (details.area === 'footer') {
1793
1778
  if (details.td && details.column) {
1794
1779
  this.totalMenuCoords = { x: e.clientX, y: e.clientY };
@@ -1799,7 +1784,7 @@ export class KupDataTable {
1799
1784
  return details;
1800
1785
  }
1801
1786
  dblClickHandler(e) {
1802
- const details = this.getEventDetails(this.getEventPath(e), e);
1787
+ const details = this.getEventDetails(this.getEventPath(e.target), e);
1803
1788
  if (details.area === 'body') {
1804
1789
  if (this.selection == SelectionMode.MULTIPLE) {
1805
1790
  this.resetSelectedRows();
@@ -2236,9 +2221,6 @@ export class KupDataTable {
2236
2221
  this.openedTotalMenu = null;
2237
2222
  this.kupManager.removeClickCallback(this.clickCb);
2238
2223
  }
2239
- closeMenuAndTooltip() {
2240
- unsetTooltip(this.tooltip);
2241
- }
2242
2224
  isOpenedTotalMenuForColumn(column) {
2243
2225
  return this.openedTotalMenu === column;
2244
2226
  }
@@ -2552,14 +2534,6 @@ export class KupDataTable {
2552
2534
  });
2553
2535
  return [multiSelectColumn, actionsColumn, ...dataColumns];
2554
2536
  }
2555
- renderTooltip() {
2556
- if (this.tooltipEnabled == false) {
2557
- return null;
2558
- }
2559
- return (h("kup-tooltip", { class: "datatable-tooltip", owner: this.rootElement.tagName, loadTimeout: this.showTooltipOnRightClick == true
2560
- ? 0
2561
- : this.tooltipLoadTimeout, detailTimeout: this.tooltipDetailTimeout, ref: (el) => (this.tooltip = el) }));
2562
- }
2563
2537
  areTotalsSelected(column) {
2564
2538
  return this.totals && this.totals[column.name] ? true : false;
2565
2539
  }
@@ -2570,7 +2544,7 @@ export class KupDataTable {
2570
2544
  // must do this
2571
2545
  // otherwise does not fire the watcher
2572
2546
  const totalsCopy = Object.assign({}, this.totals);
2573
- const value = event.detail.selected.value;
2547
+ const value = event.detail.selected.id;
2574
2548
  if (value === TotalLabel.CANC) {
2575
2549
  if (this.totals && this.totals[column.name]) {
2576
2550
  delete totalsCopy[column.name];
@@ -2600,7 +2574,6 @@ export class KupDataTable {
2600
2574
  }
2601
2575
  }
2602
2576
  onTotalMenuOpen(column) {
2603
- this.closeMenuAndTooltip();
2604
2577
  this.closeTotalMenu();
2605
2578
  this.openTotalMenu(column);
2606
2579
  }
@@ -2993,25 +2966,8 @@ export class KupDataTable {
2993
2966
  cellStyle['width'] = colWidth;
2994
2967
  }
2995
2968
  }
2996
- /**
2997
- * Controls if current cell needs a tooltip and eventually adds it.
2998
- * @todo When the option forceOneLine is active, there is a problem with the current implementation of the tooltip. See documentation in the mauer wiki for better understanding.
2999
- */
3000
- const _hasTooltip = !this.kupManager.objects.isEmptyKupObj(cell.obj);
3001
2969
  let eventHandlers = undefined;
3002
2970
  let title = undefined;
3003
- if (_hasTooltip) {
3004
- if (!this.showTooltipOnRightClick) {
3005
- eventHandlers = {
3006
- onMouseEnter: (ev) => {
3007
- setTooltip(ev, row.id, currentColumn.name, cell, this.tooltip);
3008
- },
3009
- onMouseLeave: () => {
3010
- unsetTooltip(this.tooltip);
3011
- },
3012
- };
3013
- }
3014
- }
3015
2971
  cellClass = Object.assign({}, cellClass);
3016
2972
  return (h("td", Object.assign({ title: title, colSpan: cell.span && cell.span.col ? cell.span.col : null, rowSpan: cell.span && cell.span.row ? cell.span.row : null, "data-cell": cell, "data-column": name, "data-row": row, style: cellStyle, class: cellClass }, eventHandlers), jsxCell));
3017
2973
  });
@@ -3366,7 +3322,6 @@ export class KupDataTable {
3366
3322
  // for multi selection purposes, this should be called before this.renderedRows has been evaluated
3367
3323
  const header = this.renderHeader();
3368
3324
  const stickyHeader = this.renderStickyHeader();
3369
- const tooltip = this.renderTooltip();
3370
3325
  let paginatorTop = undefined;
3371
3326
  let paginatorBottom = undefined;
3372
3327
  if ((!this.lazyLoadRows && this.rowsLength > this.rowsPerPage) ||
@@ -3479,7 +3434,6 @@ export class KupDataTable {
3479
3434
  : null,
3480
3435
  h("table", { class: tableClass, ref: (el) => (this.tableRef = el), onMouseLeave: (ev) => {
3481
3436
  ev.stopPropagation();
3482
- unsetTooltip(this.tooltip);
3483
3437
  }, onContextMenu: (e) => {
3484
3438
  e.preventDefault();
3485
3439
  } },
@@ -3490,7 +3444,6 @@ export class KupDataTable {
3490
3444
  ? this.renderFooter()
3491
3445
  : null),
3492
3446
  stickyEl),
3493
- tooltip,
3494
3447
  paginatorBottom)));
3495
3448
  return compCreated;
3496
3449
  }
@@ -4417,24 +4370,6 @@ export class KupDataTable {
4417
4370
  "reflect": false,
4418
4371
  "defaultValue": "false"
4419
4372
  },
4420
- "showTooltipOnRightClick": {
4421
- "type": "boolean",
4422
- "mutable": false,
4423
- "complexType": {
4424
- "original": "boolean",
4425
- "resolved": "boolean",
4426
- "references": {}
4427
- },
4428
- "required": false,
4429
- "optional": false,
4430
- "docs": {
4431
- "tags": [],
4432
- "text": "If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver."
4433
- },
4434
- "attribute": "show-tooltip-on-right-click",
4435
- "reflect": false,
4436
- "defaultValue": "true"
4437
- },
4438
4373
  "sort": {
4439
4374
  "type": "unknown",
4440
4375
  "mutable": true,
@@ -4531,58 +4466,6 @@ export class KupDataTable {
4531
4466
  "reflect": false,
4532
4467
  "defaultValue": "undefined"
4533
4468
  },
4534
- "tooltipDetailTimeout": {
4535
- "type": "number",
4536
- "mutable": false,
4537
- "complexType": {
4538
- "original": "number",
4539
- "resolved": "number",
4540
- "references": {}
4541
- },
4542
- "required": false,
4543
- "optional": false,
4544
- "docs": {
4545
- "tags": [],
4546
- "text": "Defines the timeout for tooltip detail"
4547
- },
4548
- "attribute": "tooltip-detail-timeout",
4549
- "reflect": false
4550
- },
4551
- "tooltipEnabled": {
4552
- "type": "boolean",
4553
- "mutable": false,
4554
- "complexType": {
4555
- "original": "boolean",
4556
- "resolved": "boolean",
4557
- "references": {}
4558
- },
4559
- "required": false,
4560
- "optional": false,
4561
- "docs": {
4562
- "tags": [],
4563
- "text": "Enable show tooltip"
4564
- },
4565
- "attribute": "tooltip-enabled",
4566
- "reflect": false,
4567
- "defaultValue": "true"
4568
- },
4569
- "tooltipLoadTimeout": {
4570
- "type": "number",
4571
- "mutable": false,
4572
- "complexType": {
4573
- "original": "number",
4574
- "resolved": "number",
4575
- "references": {}
4576
- },
4577
- "required": false,
4578
- "optional": false,
4579
- "docs": {
4580
- "tags": [],
4581
- "text": "Defines the timeout for tooltip load"
4582
- },
4583
- "attribute": "tooltip-load-timeout",
4584
- "reflect": false
4585
- },
4586
4469
  "totals": {
4587
4470
  "type": "unknown",
4588
4471
  "mutable": true,
@@ -37,15 +37,13 @@
37
37
  }
38
38
 
39
39
  .backdrop {
40
+ background: var(--kup_drawer_backdrop);
41
+ display: none;
42
+ height: 100%;
43
+ left: 0;
40
44
  position: fixed;
41
45
  top: 0;
42
- left: 0;
43
46
  width: 100%;
44
- height: 100%;
45
- background: var(--kup_drawer_backdrop);
46
- opacity: 0;
47
- pointer-events: none;
48
- transition: opacity var(--kup_drawer_transition) ease-in;
49
47
  z-index: var(--kup-drawer-zindex);
50
48
  }
51
49
 
@@ -77,6 +75,7 @@
77
75
  --kup-textfield-primary-color-rgb: var(--kup-drawer-color-rgb);
78
76
  --kup-tree-color: var(--kup-drawer-color);
79
77
  --kup-tree-color-rgb: var(--kup-drawer-color-rgb);
78
+ --kup-tree-filter-background-color: var(--kup-drawer-background-color);
80
79
  --kup-tree-icon-color: var(--kup-drawer-color);
81
80
  color: var(--kup-drawer-color);
82
81
  fill: var(--kup-drawer-color);
@@ -86,8 +85,7 @@
86
85
  left: 0;
87
86
  }
88
87
  :host([kup-opened]) .backdrop {
89
- opacity: 1;
90
- pointer-events: all;
88
+ display: block;
91
89
  }
92
90
 
93
91
  /*-------------------------------------------------*/
@@ -125,9 +125,16 @@ export class KupDrawer {
125
125
  render() {
126
126
  return (h(Host, { "kup-opened": this.opened },
127
127
  h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)),
128
- h("div", { class: "backdrop", onPointerDown: (e) => {
128
+ h("div", { class: "backdrop", onClick: (e) => {
129
+ e.preventDefault();
130
+ e.stopPropagation();
131
+ }, onPointerDown: (e) => {
132
+ e.preventDefault();
129
133
  e.stopPropagation();
130
134
  this.close();
135
+ }, onTouchStart: (e) => {
136
+ e.preventDefault();
137
+ e.stopPropagation();
131
138
  } }),
132
139
  h("div", { id: componentWrapperId },
133
140
  h("div", { class: drawerClass }, this.content()))));
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Props of the kup-form component.
3
+ * Used to export every prop in an object.
4
+ */
5
+ export var KupFormProps;
6
+ (function (KupFormProps) {
7
+ KupFormProps["customStyle"] = "Custom style of the component.";
8
+ KupFormProps["data"] = "Actual data of the form.";
9
+ KupFormProps["layout"] = "How the form will arrange its content.";
10
+ })(KupFormProps || (KupFormProps = {}));
11
+ export var KupFormLabelPlacement;
12
+ (function (KupFormLabelPlacement) {
13
+ KupFormLabelPlacement["BOTTOM"] = "bottom";
14
+ KupFormLabelPlacement["LEFT"] = "left";
15
+ KupFormLabelPlacement["HIDDEN"] = "hidden";
16
+ KupFormLabelPlacement["PLACEHOLDER"] = "placeholder";
17
+ KupFormLabelPlacement["RIGHT"] = "right";
18
+ KupFormLabelPlacement["TOP"] = "top";
19
+ })(KupFormLabelPlacement || (KupFormLabelPlacement = {}));
@@ -0,0 +1,86 @@
1
+ /**
2
+ * @prop --kup-form-background-color: Sets background of the component.
3
+ * @prop --kup-form-color: Sets text color of the component.
4
+ * @prop --kup-form-font-family: Sets font family of the component.
5
+ * @prop --kup-form-font-size: Sets font size of the component.
6
+ */
7
+ :host {
8
+ --kup_form_background_color: var(
9
+ --kup-form-background-color,
10
+ var(--kup-background-color)
11
+ );
12
+ --kup_form_color: var(--kup-form-color, var(--kup-text-color));
13
+ --kup_form_font_family: var(--kup-form-font-family, var(--kup-font-family));
14
+ --kup_form_font_size: var(--kup-form-font-size, var(--kup-font-size));
15
+ display: block;
16
+ font-family: var(--kup_form_font_family);
17
+ font-size: var(--kup_form_font_size);
18
+ }
19
+
20
+ :host([label-placement=left]) .form__label {
21
+ width: 0;
22
+ }
23
+
24
+ :host([label-placement=right]) .form__field {
25
+ min-width: 200px;
26
+ width: 0;
27
+ }
28
+
29
+ .form {
30
+ background: var(--kup_form_background_color);
31
+ color: var(--kup_form_color);
32
+ display: flex;
33
+ flex-grow: 1;
34
+ overflow: auto;
35
+ position: relative;
36
+ }
37
+ .form--column {
38
+ flex-direction: column;
39
+ }
40
+ .form__section {
41
+ display: flex;
42
+ flex: 1 1 1%;
43
+ flex-direction: row;
44
+ flex-wrap: wrap;
45
+ }
46
+ .form__section--column {
47
+ flex-direction: column;
48
+ flex-wrap: unset;
49
+ }
50
+ .form__section--column > .form__section {
51
+ flex: 0 0 auto;
52
+ }
53
+ .form__section--grid {
54
+ display: grid;
55
+ }
56
+ .form__section--titled {
57
+ border: 1px solid var(--kup-border-color);
58
+ padding-top: 5px;
59
+ position: relative;
60
+ margin: 10px;
61
+ }
62
+ .form__section--titled > h3 {
63
+ background: var(--kup-background-color);
64
+ font-size: calc(var(--kup-font-size) * 1.15);
65
+ position: absolute;
66
+ margin: 0px;
67
+ padding: 0 8px;
68
+ top: -11px;
69
+ left: 5px;
70
+ transition: background-color 0.25s ease;
71
+ }
72
+ .form__label {
73
+ -webkit-font-smoothing: antialiased;
74
+ font-size: 0.875em;
75
+ letter-spacing: 0.0178571429em;
76
+ white-space: nowrap;
77
+ }
78
+ .form__field {
79
+ min-height: 16px;
80
+ }
81
+ .form__field img {
82
+ height: auto;
83
+ }
84
+ .form .f-cell.c-right-aligned:not(.c-centered) .f-cell__content {
85
+ justify-content: flex-start;
86
+ }