@sme.up/ketchup 6.7.0 → 6.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/dist/cjs/{f-button-bf76ab95.js → f-button-229c63fd.js} +1 -1
  2. package/dist/cjs/{f-cell-b7a1524a.js → f-cell-dd006395.js} +5 -5
  3. package/dist/cjs/{f-chip-a5e100b1.js → f-chip-f2c369fd.js} +2 -2
  4. package/dist/cjs/{f-image-d80a2749.js → f-image-847a6ddf.js} +1 -1
  5. package/dist/cjs/{f-paginator-utils-c70812fe.js → f-paginator-utils-cedc4b3e.js} +2 -2
  6. package/dist/cjs/{f-text-field-48b8bb16.js → f-text-field-fe85187d.js} +1 -1
  7. package/dist/cjs/ketchup.cjs.js +2 -2
  8. package/dist/cjs/kup-accordion.cjs.entry.js +6 -29
  9. package/dist/cjs/{kup-autocomplete_25.cjs.entry.js → kup-autocomplete_26.cjs.entry.js} +3811 -4323
  10. package/dist/cjs/kup-box.cjs.entry.js +29 -110
  11. package/dist/cjs/kup-calendar.cjs.entry.js +9 -33
  12. package/dist/cjs/kup-cell.cjs.entry.js +8 -27
  13. package/dist/cjs/kup-dash-list.cjs.entry.js +9 -8
  14. package/dist/cjs/kup-dash_2.cjs.entry.js +6 -34
  15. package/dist/cjs/kup-dashboard.cjs.entry.js +8 -30
  16. package/dist/cjs/kup-drawer.cjs.entry.js +3 -18
  17. package/dist/cjs/kup-echart.cjs.entry.js +15 -76
  18. package/dist/cjs/kup-family-tree.cjs.entry.js +11 -47
  19. package/dist/cjs/kup-iframe.cjs.entry.js +4 -16
  20. package/dist/cjs/kup-image-list.cjs.entry.js +14 -32
  21. package/dist/cjs/kup-lazy.cjs.entry.js +9 -36
  22. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -24
  23. package/dist/cjs/{kup-manager-0e38bf48.js → kup-manager-c53468cd.js} +66 -1
  24. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -15
  25. package/dist/cjs/kup-numeric-picker.cjs.entry.js +13 -56
  26. package/dist/cjs/kup-photo-frame.cjs.entry.js +8 -30
  27. package/dist/cjs/kup-probe.cjs.entry.js +12 -32
  28. package/dist/cjs/kup-qlik.cjs.entry.js +5 -59
  29. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -37
  30. package/dist/cjs/loader.cjs.js +2 -2
  31. package/dist/collection/collection-manifest.json +2 -2
  32. package/dist/collection/components/kup-accordion/kup-accordion.js +4 -27
  33. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +15 -64
  34. package/dist/collection/components/kup-badge/kup-badge.js +3 -19
  35. package/dist/collection/components/kup-box/kup-box.js +22 -103
  36. package/dist/collection/components/kup-button/kup-button.js +3 -58
  37. package/dist/collection/components/kup-button-list/kup-button-list.js +3 -38
  38. package/dist/collection/components/kup-calendar/kup-calendar.js +5 -29
  39. package/dist/collection/components/kup-card/box/kup-card-box.js +5 -2
  40. package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +10 -2
  41. package/dist/collection/components/kup-card/built-in/kup-card-form.js +11 -0
  42. package/dist/collection/components/kup-card/kup-card.css +78 -12
  43. package/dist/collection/components/kup-card/kup-card.js +48 -47
  44. package/dist/collection/components/kup-cell/kup-cell.js +3 -22
  45. package/dist/collection/components/kup-chart/kup-chart.js +15 -49
  46. package/dist/collection/components/kup-checkbox/kup-checkbox.js +3 -38
  47. package/dist/collection/components/kup-chip/kup-chip.js +3 -19
  48. package/dist/collection/components/kup-color-picker/kup-color-picker.js +4 -35
  49. package/dist/collection/components/kup-combobox/kup-combobox.js +10 -42
  50. package/dist/collection/components/kup-dash/kup-dash.js +2 -14
  51. package/dist/collection/components/kup-dash-list/kup-dash-list.js +8 -7
  52. package/dist/collection/components/kup-dashboard/kup-dashboard.js +4 -26
  53. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +2 -0
  54. package/dist/collection/components/kup-data-table/kup-data-table.css +9 -0
  55. package/dist/collection/components/kup-data-table/kup-data-table.js +3546 -3385
  56. package/dist/collection/components/kup-date-picker/kup-date-picker.js +7 -35
  57. package/dist/collection/components/kup-drawer/kup-drawer.js +2 -17
  58. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +12 -63
  59. package/dist/collection/components/kup-echart/kup-echart.js +14 -75
  60. package/dist/collection/components/kup-family-tree/kup-family-tree.js +8 -44
  61. package/dist/collection/components/kup-form/kup-form.js +4 -24
  62. package/dist/collection/components/kup-gauge/kup-gauge.js +15 -76
  63. package/dist/collection/components/kup-grid/kup-grid.js +3 -19
  64. package/dist/collection/components/kup-iframe/kup-iframe.js +3 -15
  65. package/dist/collection/components/kup-image/kup-image.js +5 -45
  66. package/dist/collection/components/kup-image-list/kup-image-list.js +8 -26
  67. package/dist/collection/components/kup-lazy/kup-lazy.js +8 -35
  68. package/dist/collection/components/kup-list/kup-list.js +5 -68
  69. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -22
  70. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +2 -14
  71. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +11 -54
  72. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +7 -29
  73. package/dist/collection/components/kup-probe/kup-probe.js +11 -31
  74. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +3 -35
  75. package/dist/collection/components/kup-qlik/kup-qlik.js +4 -58
  76. package/dist/collection/components/kup-radio/kup-radio.js +3 -34
  77. package/dist/collection/components/kup-rating/kup-rating.js +4 -27
  78. package/dist/collection/components/kup-snackbar/kup-snackbar.js +3 -34
  79. package/dist/collection/components/kup-spinner/kup-spinner.js +3 -39
  80. package/dist/collection/components/kup-switch/kup-switch.js +3 -34
  81. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +4 -24
  82. package/dist/collection/components/kup-text-field/kup-text-field.js +2 -115
  83. package/dist/collection/components/kup-time-picker/kup-time-picker.js +8 -43
  84. package/dist/collection/components/kup-tree/kup-tree.js +39 -129
  85. package/dist/collection/f-components/f-cell/f-cell.js +1 -1
  86. package/dist/collection/managers/kup-language/kup-language-declarations.js +6 -0
  87. package/dist/esm/{f-button-e79f7594.js → f-button-d1aba968.js} +1 -1
  88. package/dist/esm/{f-cell-9400374e.js → f-cell-646406bb.js} +5 -5
  89. package/dist/esm/{f-chip-bf740287.js → f-chip-d94e9e81.js} +2 -2
  90. package/dist/esm/{f-image-ab3dc8cb.js → f-image-57c88302.js} +1 -1
  91. package/dist/esm/{f-paginator-utils-6909e43b.js → f-paginator-utils-2c865e9a.js} +2 -2
  92. package/dist/esm/{f-text-field-4841dfea.js → f-text-field-b0a1fea6.js} +1 -1
  93. package/dist/esm/ketchup.js +2 -2
  94. package/dist/esm/kup-accordion.entry.js +6 -29
  95. package/dist/esm/{kup-autocomplete_25.entry.js → kup-autocomplete_26.entry.js} +3811 -4324
  96. package/dist/esm/kup-box.entry.js +29 -110
  97. package/dist/esm/kup-calendar.entry.js +9 -33
  98. package/dist/esm/kup-cell.entry.js +8 -27
  99. package/dist/esm/kup-dash-list.entry.js +9 -8
  100. package/dist/esm/kup-dash_2.entry.js +6 -34
  101. package/dist/esm/kup-dashboard.entry.js +8 -30
  102. package/dist/esm/kup-drawer.entry.js +3 -18
  103. package/dist/esm/kup-echart.entry.js +15 -76
  104. package/dist/esm/kup-family-tree.entry.js +11 -47
  105. package/dist/esm/kup-iframe.entry.js +4 -16
  106. package/dist/esm/kup-image-list.entry.js +14 -32
  107. package/dist/esm/kup-lazy.entry.js +9 -36
  108. package/dist/esm/kup-magic-box.entry.js +5 -24
  109. package/dist/esm/{kup-manager-c54e6df5.js → kup-manager-c0fbb180.js} +67 -2
  110. package/dist/esm/kup-nav-bar.entry.js +3 -15
  111. package/dist/esm/kup-numeric-picker.entry.js +13 -56
  112. package/dist/esm/kup-photo-frame.entry.js +8 -30
  113. package/dist/esm/kup-probe.entry.js +12 -32
  114. package/dist/esm/kup-qlik.entry.js +5 -59
  115. package/dist/esm/kup-snackbar.entry.js +6 -37
  116. package/dist/esm/loader.js +2 -2
  117. package/dist/ketchup/ketchup.esm.js +1 -1
  118. package/dist/ketchup/{p-30a63b85.entry.js → p-1914969e.entry.js} +1 -1
  119. package/dist/ketchup/{p-859163c2.entry.js → p-250118e3.entry.js} +1 -1
  120. package/dist/ketchup/{p-2e184b57.entry.js → p-30766296.entry.js} +1 -1
  121. package/dist/ketchup/{p-182b869e.entry.js → p-351cecba.entry.js} +1 -1
  122. package/dist/ketchup/{p-758d03f4.entry.js → p-35e16ea2.entry.js} +1 -1
  123. package/dist/ketchup/{p-e1d0ea71.js → p-395675b8.js} +1 -1
  124. package/dist/ketchup/p-3cf97e3a.js +1 -0
  125. package/dist/ketchup/{p-7e7b6127.entry.js → p-596bdc10.entry.js} +1 -1
  126. package/dist/ketchup/{p-4f0d3062.js → p-61ff1761.js} +1 -1
  127. package/dist/ketchup/p-72d4fa26.entry.js +1 -0
  128. package/dist/ketchup/{p-f9d5e553.entry.js → p-738685f9.entry.js} +1 -1
  129. package/dist/ketchup/{p-fb4d772a.entry.js → p-7c8c5444.entry.js} +1 -1
  130. package/dist/ketchup/p-86154e2b.js +1 -0
  131. package/dist/ketchup/{p-41620707.entry.js → p-9214ef33.entry.js} +1 -1
  132. package/dist/ketchup/{p-1f5c7f21.entry.js → p-980ed953.entry.js} +1 -1
  133. package/dist/ketchup/p-991bd70d.entry.js +1 -0
  134. package/dist/ketchup/{p-bffaef6e.entry.js → p-a1fe329f.entry.js} +1 -1
  135. package/dist/ketchup/p-a740352c.js +30 -0
  136. package/dist/ketchup/{p-25bf0cb6.js → p-a992cf87.js} +1 -1
  137. package/dist/ketchup/{p-313e376b.entry.js → p-b1da1ba7.entry.js} +2 -2
  138. package/dist/ketchup/{p-4a0ccf18.entry.js → p-cee3635a.entry.js} +1 -1
  139. package/dist/ketchup/p-d05ed931.entry.js +9 -0
  140. package/dist/ketchup/{p-8e1fa7a8.entry.js → p-d422151a.entry.js} +2 -2
  141. package/dist/ketchup/p-e6f19333.entry.js +1 -0
  142. package/dist/ketchup/p-eb10958a.entry.js +1 -0
  143. package/dist/ketchup/{p-5bea2971.js → p-ecac6269.js} +1 -1
  144. package/dist/ketchup/p-f43b445e.entry.js +1 -0
  145. package/dist/ketchup/{p-6bd57787.entry.js → p-fa37e92e.entry.js} +1 -1
  146. package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +7 -2
  147. package/dist/types/components/kup-card/built-in/kup-card-form.d.ts +3 -0
  148. package/dist/types/components/kup-card/kup-card-declarations.d.ts +11 -1
  149. package/dist/types/components/kup-card/kup-card.d.ts +5 -0
  150. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +9 -0
  151. package/dist/types/components/kup-data-table/kup-data-table.d.ts +41 -202
  152. package/dist/types/components/kup-tree/kup-tree.d.ts +0 -1
  153. package/dist/types/components.d.ts +55 -2
  154. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  155. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +7 -1
  156. package/dist/types/managers/kup-theme/kup-theme-declarations.d.ts +1 -0
  157. package/dist/types/stencil-public-runtime.d.ts +5 -0
  158. package/package.json +2 -2
  159. package/dist/cjs/kup-form.cjs.entry.js +0 -486
  160. package/dist/esm/kup-form.entry.js +0 -482
  161. package/dist/ketchup/p-1dfd2a51.js +0 -30
  162. package/dist/ketchup/p-22ec1ba0.entry.js +0 -9
  163. package/dist/ketchup/p-260ff835.entry.js +0 -1
  164. package/dist/ketchup/p-53d3ae80.entry.js +0 -1
  165. package/dist/ketchup/p-60fa0ccf.entry.js +0 -1
  166. package/dist/ketchup/p-6333388c.js +0 -1
  167. package/dist/ketchup/p-8386e3db.entry.js +0 -1
  168. package/dist/ketchup/p-90860d9e.entry.js +0 -1
  169. package/dist/ketchup/p-b7fdc7aa.entry.js +0 -1
  170. package/dist/ketchup/p-c35c5e05.js +0 -1
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const fButton = require('./f-button-bf76ab95.js');
6
+ const fButton = require('./f-button-229c63fd.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
8
- const fImage = require('./f-image-d80a2749.js');
9
- const kupManager = require('./kup-manager-0e38bf48.js');
8
+ const fImage = require('./f-image-847a6ddf.js');
9
+ const kupManager = require('./kup-manager-c53468cd.js');
10
10
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
11
11
 
12
12
  /**
@@ -52,50 +52,6 @@ const KupFamilyTree = class {
52
52
  this.kupDblClick = index.createEvent(this, "kup-familytree-dblclick", 6);
53
53
  _KupFamilyTree_instances.add(this);
54
54
  /*-------------------------------------------------*/
55
- /* P r o p s */
56
- /*-------------------------------------------------*/
57
- /**
58
- * The component will autofit everytime a node is expanded.
59
- * @default true
60
- */
61
- this.autofitOnExpand = true;
62
- /**
63
- * The component's initial render will fit the container by invoking the runAutofit method.
64
- * @default true
65
- */
66
- this.autofitOnLoad = true;
67
- /**
68
- * Used to render the family tree boxes as kup-cards (through kup-box).
69
- * @default null
70
- */
71
- this.cardData = null;
72
- /**
73
- * Nodes can be expanded/collapsed.
74
- * @default true
75
- */
76
- this.collapsible = true;
77
- /**
78
- * Custom style of the component.
79
- * @default ""
80
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
81
- */
82
- this.customStyle = '';
83
- /**
84
- * Actual data of the component.
85
- * @default null
86
- */
87
- this.data = null;
88
- /**
89
- * Layout of the boxes.
90
- * @default null
91
- */
92
- this.layout = null;
93
- /**
94
- * Child nodes that have no children are arranged vertically.
95
- * @default false
96
- */
97
- this.stackedLeaves = false;
98
- /*-------------------------------------------------*/
99
55
  /* I n t e r n a l V a r i a b l e s */
100
56
  /*-------------------------------------------------*/
101
57
  _KupFamilyTree_clickTimeout.set(this, []);
@@ -114,6 +70,14 @@ const KupFamilyTree = class {
114
70
  });
115
71
  _KupFamilyTree_shouldAutofit.set(this, false);
116
72
  _KupFamilyTree_wrapperEl.set(this, null);
73
+ this.autofitOnExpand = true;
74
+ this.autofitOnLoad = true;
75
+ this.cardData = null;
76
+ this.collapsible = true;
77
+ this.customStyle = '';
78
+ this.data = null;
79
+ this.layout = null;
80
+ this.stackedLeaves = false;
117
81
  }
118
82
  /*-------------------------------------------------*/
119
83
  /* P u b l i c M e t h o d s */
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-0e38bf48.js');
6
+ const kupManager = require('./kup-manager-c53468cd.js');
7
7
 
8
8
  /**
9
9
  * Props of the kup-iframe component.
@@ -24,27 +24,15 @@ const KupIframe = class {
24
24
  this.kupIframeError = index.createEvent(this, "kup-iframe-error", 6);
25
25
  this.kupIframeLoad = index.createEvent(this, "kup-iframe-load", 6);
26
26
  /*-------------------------------------------------*/
27
- /* P r o p s */
28
- /*-------------------------------------------------*/
29
- /**
30
- * Props of the button (when isButton is set to true).
31
- */
32
- this.buttonData = {};
33
- /**
34
- * The component will be rendered as a button, which opens the link associated to the iframe in another tab when clicked.
35
- */
36
- this.isButton = false;
37
- /**
38
- * The address the iframe should be referencing to.
39
- */
40
- this.src = undefined;
41
- /*-------------------------------------------------*/
42
27
  /* I n t e r n a l V a r i a b l e s */
43
28
  /*-------------------------------------------------*/
44
29
  /**
45
30
  * Instance of the KupManager class.
46
31
  */
47
32
  this.kupManager = kupManager.kupManagerInstance();
33
+ this.buttonData = {};
34
+ this.isButton = false;
35
+ this.src = undefined;
48
36
  }
49
37
  onKupIframeError() {
50
38
  this.kupIframeError.emit({ comp: this, id: this.rootElement.id });
@@ -3,16 +3,16 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-0e38bf48.js');
6
+ const kupManager = require('./kup-manager-c53468cd.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
- const fImage = require('./f-image-d80a2749.js');
9
- const fButton = require('./f-button-bf76ab95.js');
8
+ const fImage = require('./f-image-847a6ddf.js');
9
+ const fButton = require('./f-button-229c63fd.js');
10
10
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
11
- const fCell = require('./f-cell-b7a1524a.js');
11
+ const fCell = require('./f-cell-dd006395.js');
12
12
  const component = require('./component-72a5b626.js');
13
13
  require('./f-checkbox-1097ca5d.js');
14
- require('./f-text-field-48b8bb16.js');
15
- require('./f-chip-a5e100b1.js');
14
+ require('./f-text-field-fe85187d.js');
15
+ require('./f-chip-f2c369fd.js');
16
16
  require('./tslib.es6-0ee02c67.js');
17
17
 
18
18
  /**
@@ -66,32 +66,6 @@ const KupImageList = class {
66
66
  /* S t a t e s */
67
67
  /*-------------------------------------------------*/
68
68
  this.state = new KupImageListState();
69
- this.currentNode = null;
70
- this.navigationBarToggled = false;
71
- /*-------------------------------------------------*/
72
- /* P r o p s */
73
- /*-------------------------------------------------*/
74
- /**
75
- * Custom style of the component.
76
- * @default ""
77
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
78
- */
79
- this.customStyle = '';
80
- /**
81
- * Actual data of the component.
82
- * @default []
83
- */
84
- this.data = [];
85
- /**
86
- * When enabled displays Material's ripple effect on clicked items.
87
- * @default true
88
- */
89
- this.ripple = true;
90
- /**
91
- * An array of integers containing the path to a selected child.\
92
- */
93
- this.selectedNode = [];
94
- this.stateId = '';
95
69
  /*-------------------------------------------------*/
96
70
  /* I n t e r n a l V a r i a b l e s */
97
71
  /*-------------------------------------------------*/
@@ -121,6 +95,14 @@ const KupImageList = class {
121
95
  styling: fButtonDeclarations.FButtonStyling.FLAT,
122
96
  wrapperClass: 'navigation-bar__top',
123
97
  });
98
+ this.currentNode = null;
99
+ this.navigationBarToggled = false;
100
+ this.customStyle = '';
101
+ this.data = [];
102
+ this.ripple = true;
103
+ this.selectedNode = [];
104
+ this.stateId = '';
105
+ this.store = undefined;
124
106
  }
125
107
  initWithPersistedState() {
126
108
  if (this.store && this.stateId) {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-0e38bf48.js');
6
+ const kupManager = require('./kup-manager-c53468cd.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  /**
@@ -34,40 +34,6 @@ const KupLazy = class {
34
34
  index.registerInstance(this, hostRef);
35
35
  this.kupLazyLoaded = index.createEvent(this, "kup-lazy-loaded", 6);
36
36
  /*-------------------------------------------------*/
37
- /* S t a t e s */
38
- /*-------------------------------------------------*/
39
- this.isInViewport = false;
40
- /*-------------------------------------------------*/
41
- /* P r o p s */
42
- /*-------------------------------------------------*/
43
- /**
44
- * Sets the tag name of the component to be lazy loaded.
45
- * @default null
46
- */
47
- this.componentName = null;
48
- /**
49
- * Custom style of the component.
50
- * @default ""
51
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
52
- */
53
- this.customStyle = '';
54
- /**
55
- * Sets the data of the component to be lazy loaded.
56
- * @default null
57
- */
58
- this.data = null;
59
- /**
60
- * Decides when the sub-component should be rendered.
61
- * By default when both the component props exist and the component is in the viewport.
62
- * @default KupLazyRender.BOTH
63
- */
64
- this.renderMode = KupLazyRender.BOTH;
65
- /**
66
- * Displays an animated SVG placeholder until the component is loaded.
67
- * @default true
68
- */
69
- this.showPlaceholder = true;
70
- /*-------------------------------------------------*/
71
37
  /* I n t e r n a l V a r i a b l e s */
72
38
  /*-------------------------------------------------*/
73
39
  /**
@@ -80,6 +46,12 @@ const KupLazy = class {
80
46
  this.kupManager = kupManager.kupManagerInstance();
81
47
  this.lazyComponent = null;
82
48
  this.lazyComponentLoaded = false;
49
+ this.isInViewport = false;
50
+ this.componentName = null;
51
+ this.customStyle = '';
52
+ this.data = null;
53
+ this.renderMode = KupLazyRender.BOTH;
54
+ this.showPlaceholder = true;
83
55
  }
84
56
  /*-------------------------------------------------*/
85
57
  /* P u b l i c M e t h o d s */
@@ -215,8 +187,9 @@ const KupLazy = class {
215
187
  return (index.h(index.Host, { class: className }, index.h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { id: GenericVariables.componentWrapperId }, content)));
216
188
  }
217
189
  disconnectedCallback() {
190
+ var _a;
218
191
  this.kupManager.theme.unregister(this);
219
- this.intObserver.unobserve(this.rootElement);
192
+ (_a = this.intObserver) === null || _a === void 0 ? void 0 : _a.unobserve(this.rootElement);
220
193
  }
221
194
  get rootElement() { return index.getElement(this); }
222
195
  };
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-0e38bf48.js');
6
+ const kupManager = require('./kup-manager-c53468cd.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
8
- const fImage = require('./f-image-d80a2749.js');
8
+ const fImage = require('./f-image-847a6ddf.js');
9
9
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
10
10
 
11
11
  /**
@@ -38,34 +38,15 @@ const KupMagicBox = class {
38
38
  constructor(hostRef) {
39
39
  index.registerInstance(this, hostRef);
40
40
  /*-------------------------------------------------*/
41
- /* S t a t e s */
42
- /*-------------------------------------------------*/
43
- /**
44
- * Data will be displayed using this component.
45
- * @default KupMagicBoxDisplay.DATATABLE
46
- */
47
- this.display = KupMagicBoxDisplay.DATATABLE;
48
- /*-------------------------------------------------*/
49
- /* P r o p s */
50
- /*-------------------------------------------------*/
51
- /**
52
- * Custom style of the component.
53
- * @default ""
54
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
55
- */
56
- this.customStyle = '';
57
- /**
58
- * Sets the data that will be used to display different components.
59
- * @default null
60
- */
61
- this.data = null;
62
- /*-------------------------------------------------*/
63
41
  /* I n t e r n a l V a r i a b l e s */
64
42
  /*-------------------------------------------------*/
65
43
  this.dragHandler = null;
66
44
  this.kupManager = kupManager.kupManagerInstance();
67
45
  this.textArea = null;
68
46
  this.wrapperRef = null;
47
+ this.display = KupMagicBoxDisplay.DATATABLE;
48
+ this.customStyle = '';
49
+ this.data = null;
69
50
  }
70
51
  /*-------------------------------------------------*/
71
52
  /* P u b l i c M e t h o d s */
@@ -194,10 +194,14 @@ exports.KupLanguageFontsize = void 0;
194
194
  */
195
195
  exports.KupLanguageGeneric = void 0;
196
196
  (function (KupLanguageGeneric) {
197
+ KupLanguageGeneric["ABORT"] = "genericAbort";
197
198
  KupLanguageGeneric["ADD_NEW"] = "genericAddNew";
198
199
  KupLanguageGeneric["APPLY"] = "genericApply";
199
200
  KupLanguageGeneric["BACK"] = "genericBack";
200
201
  KupLanguageGeneric["COLLAPSE"] = "genericCollapse";
202
+ KupLanguageGeneric["CONFIRM"] = "genericConfirm";
203
+ KupLanguageGeneric["CONFIRM_DELETE"] = "genericConfirmDelete";
204
+ KupLanguageGeneric["CONFIRM_DELETE_X_ROWS"] = "genericConfirmDeleteXRows";
201
205
  KupLanguageGeneric["DAY"] = "genericDay";
202
206
  KupLanguageGeneric["DRAG_AND_DROP"] = "genericDragAndDrop";
203
207
  KupLanguageGeneric["DROP_YOUR_DATA"] = "genericDropYourData";
@@ -218,6 +222,7 @@ exports.KupLanguageGeneric = void 0;
218
222
  KupLanguageGeneric["MONTH"] = "genericMonth";
219
223
  KupLanguageGeneric["MOVE"] = "genericMove";
220
224
  KupLanguageGeneric["NEXT"] = "genericNext";
225
+ KupLanguageGeneric["NO"] = "genericNo";
221
226
  KupLanguageGeneric["OPEN_NAVIGATION_MENU"] = "genericOpenNavigationMenu";
222
227
  KupLanguageGeneric["OPEN_IN_NEW_TAB"] = "genericOpenInNewTab";
223
228
  KupLanguageGeneric["OPEN_IN_NEW_WINDOW"] = "genericOpenInNewWindow";
@@ -236,6 +241,7 @@ exports.KupLanguageGeneric = void 0;
236
241
  KupLanguageGeneric["TRANSPOSE_DATA"] = "genericTransposeData";
237
242
  KupLanguageGeneric["VIEW_AS"] = "genericViewAs";
238
243
  KupLanguageGeneric["WEEK"] = "genericWeek";
244
+ KupLanguageGeneric["YES"] = "genericYes";
239
245
  })(exports.KupLanguageGeneric || (exports.KupLanguageGeneric = {}));
240
246
  /**
241
247
  * Grid decodes (data table customization settings).
@@ -1745,10 +1751,14 @@ const chinese = {
1745
1751
  fontsizeLabel: "字体大小",
1746
1752
  fontsizeMedium: "中等的",
1747
1753
  fontsizeSmall: "小的",
1754
+ genericAbort: "取消",
1748
1755
  genericAddNew: "添新",
1749
1756
  genericApply: "申请",
1750
1757
  genericBack: "背部",
1751
1758
  genericCollapse: "坍塌",
1759
+ genericConfirm: "确认",
1760
+ genericConfirmDelete: "你确认取消了吗?",
1761
+ genericConfirmDeleteXRows: "删除({0})行?",
1752
1762
  genericDay: "日",
1753
1763
  genericDragAndDrop: "拖放",
1754
1764
  genericDropYourData: "将您的数据放在这里",
@@ -1769,6 +1779,7 @@ const chinese = {
1769
1779
  genericMonth: "月",
1770
1780
  genericMove: "移动",
1771
1781
  genericNext: "下一个",
1782
+ genericNo: "不",
1772
1783
  genericOpenInNewTab: "在新标签页中打开",
1773
1784
  genericOpenInNewWindow: "在新窗口中打开",
1774
1785
  genericOpenNavigationMenu: "打开导航菜单",
@@ -1787,6 +1798,7 @@ const chinese = {
1787
1798
  genericTransposeData: "转置数据",
1788
1799
  genericViewAs: "查看为",
1789
1800
  genericWeek: "星期",
1801
+ genericYes: "是的",
1790
1802
  gridColumn: "柱子",
1791
1803
  gridComplete: "完全的",
1792
1804
  gridLabel: "网格类型",
@@ -1863,10 +1875,14 @@ const english = {
1863
1875
  fontsizeLabel: "Font size",
1864
1876
  fontsizeMedium: "Medium",
1865
1877
  fontsizeSmall: "Small",
1878
+ genericAbort: "Cancel",
1866
1879
  genericAddNew: "Add new",
1867
1880
  genericApply: "Apply",
1868
1881
  genericBack: "Back",
1869
1882
  genericCollapse: "Collapse",
1883
+ genericConfirm: "Confirm",
1884
+ genericConfirmDelete: "Do you confirm the cancellation?",
1885
+ genericConfirmDeleteXRows: "Delete ({0}) rows?",
1870
1886
  genericDay: "Day",
1871
1887
  genericDragAndDrop: "Drag and drop",
1872
1888
  genericDropYourData: "Drop your data here",
@@ -1887,6 +1903,7 @@ const english = {
1887
1903
  genericMonth: "Month",
1888
1904
  genericMove: "Move",
1889
1905
  genericNext: "Next",
1906
+ genericNo: "No",
1890
1907
  genericOpenInNewTab: "Open in new tab",
1891
1908
  genericOpenInNewWindow: "Open in new window",
1892
1909
  genericOpenNavigationMenu: "Open navigation menu",
@@ -1905,6 +1922,7 @@ const english = {
1905
1922
  genericTransposeData: "Transpose data",
1906
1923
  genericViewAs: "View as",
1907
1924
  genericWeek: "Week",
1925
+ genericYes: "Yes",
1908
1926
  gridColumn: "Column",
1909
1927
  gridComplete: "Complete",
1910
1928
  gridLabel: "Grid type",
@@ -1981,10 +1999,14 @@ const french = {
1981
1999
  fontsizeLabel: "Taille de police",
1982
2000
  fontsizeMedium: "Moyen",
1983
2001
  fontsizeSmall: "Petit",
2002
+ genericAbort: "Annuler",
1984
2003
  genericAddNew: "Ajouter un nouveau",
1985
2004
  genericApply: "Appliquer",
1986
2005
  genericBack: "Arrière",
1987
2006
  genericCollapse: "Effondrer",
2007
+ genericConfirm: "Confirmer",
2008
+ genericConfirmDelete: "Confirmez-vous l'annulation?",
2009
+ genericConfirmDeleteXRows: "Supprimer ({0}) lignes?",
1988
2010
  genericDay: "Jour",
1989
2011
  genericDragAndDrop: "Glisser-déposer",
1990
2012
  genericDropYourData: "Déposez vos données ici",
@@ -2005,6 +2027,7 @@ const french = {
2005
2027
  genericMonth: "Mois",
2006
2028
  genericMove: "Se déplacer",
2007
2029
  genericNext: "Prochain",
2030
+ genericNo: "Non",
2008
2031
  genericOpenInNewTab: "Ouvrir dans un nouvel onglet",
2009
2032
  genericOpenInNewWindow: "Ouvrir dans une nouvelle fenêtre",
2010
2033
  genericOpenNavigationMenu: "Ouvrir le menu de navigation",
@@ -2023,6 +2046,7 @@ const french = {
2023
2046
  genericTransposeData: "Transposer les données",
2024
2047
  genericViewAs: "Voir comme",
2025
2048
  genericWeek: "La semaine",
2049
+ genericYes: "Oui",
2026
2050
  gridColumn: "Colonne",
2027
2051
  gridComplete: "Compléte",
2028
2052
  gridLabel: "Type de grille",
@@ -2099,10 +2123,14 @@ const italian = {
2099
2123
  fontsizeLabel: "Dimensione caratteri",
2100
2124
  fontsizeMedium: "Media",
2101
2125
  fontsizeSmall: "Piccola",
2126
+ genericAbort: "Annulla",
2102
2127
  genericAddNew: "Aggiungi nuovo",
2103
2128
  genericApply: "Applica",
2104
2129
  genericBack: "Indietro",
2105
2130
  genericCollapse: "Chiudi",
2131
+ genericConfirm: "Conferma",
2132
+ genericConfirmDelete: "Confermi la cancellazione?",
2133
+ genericConfirmDeleteXRows: "Eliminare ({0}) righe?",
2106
2134
  genericDay: "Giorno",
2107
2135
  genericDragAndDrop: "Drag & drop",
2108
2136
  genericDropYourData: "Trascina qui i tuoi dati",
@@ -2123,6 +2151,7 @@ const italian = {
2123
2151
  genericMonth: "Mese",
2124
2152
  genericMove: "Sposta",
2125
2153
  genericNext: "Avanti",
2154
+ genericNo: "No",
2126
2155
  genericOpenInNewTab: "Apri in nuovo tab",
2127
2156
  genericOpenInNewWindow: "Apri in nuova finestra",
2128
2157
  genericOpenNavigationMenu: "Apri menu di navigazione",
@@ -2141,6 +2170,7 @@ const italian = {
2141
2170
  genericTransposeData: "Trasposizione dati",
2142
2171
  genericViewAs: "Vedi come",
2143
2172
  genericWeek: "Settimana",
2173
+ genericYes: "Sì",
2144
2174
  gridColumn: "Colonna",
2145
2175
  gridComplete: "Completa",
2146
2176
  gridLabel: "Tipo di griglia",
@@ -2231,10 +2261,14 @@ const polish = {
2231
2261
  fontsizeLabel: "Rozmiar czcionki",
2232
2262
  fontsizeMedium: "Średni",
2233
2263
  fontsizeSmall: "Mały",
2264
+ genericAbort: "Anulować",
2234
2265
  genericAddNew: "Dodaj nowe",
2235
2266
  genericApply: "Zastosować",
2236
2267
  genericBack: "Plecy",
2237
2268
  genericCollapse: "Zawalić się",
2269
+ genericConfirm: "Potwierdzać",
2270
+ genericConfirmDelete: "Potwierdzasz odwołanie?",
2271
+ genericConfirmDeleteXRows: "Usunąć ({0}) wiersze?",
2238
2272
  genericDay: "Dzień",
2239
2273
  genericDragAndDrop: "Przeciągnij i upuść",
2240
2274
  genericDropYourData: "Upuść swoje dane tutaj",
@@ -2255,6 +2289,7 @@ const polish = {
2255
2289
  genericMonth: "Miesiąc",
2256
2290
  genericMove: "Ruszaj się",
2257
2291
  genericNext: "Następny",
2292
+ genericNo: "Nie",
2258
2293
  genericOpenInNewTab: "Otwórz w nowej karcie",
2259
2294
  genericOpenInNewWindow: "Otworzyć w nowym oknie",
2260
2295
  genericOpenNavigationMenu: "Otwórz menu nawigacyjne",
@@ -2273,6 +2308,7 @@ const polish = {
2273
2308
  genericTransposeData: "Transpozycja danych",
2274
2309
  genericViewAs: "Wyświetl jako",
2275
2310
  genericWeek: "Tydzień",
2311
+ genericYes: "TAk",
2276
2312
  gridColumn: "Kolumna",
2277
2313
  gridComplete: "Kompletny",
2278
2314
  gridLabel: "Typ siatki",
@@ -2349,10 +2385,14 @@ const russian = {
2349
2385
  fontsizeLabel: "Размер шрифта",
2350
2386
  fontsizeMedium: "Середина",
2351
2387
  fontsizeSmall: "Небольшой",
2388
+ genericAbort: "Отмена",
2352
2389
  genericAddNew: "Добавить новое",
2353
2390
  genericApply: "Применять",
2354
2391
  genericBack: "назад",
2355
- genericCollapse: "Крах",
2392
+ genericCollapse: "Kpax",
2393
+ genericConfirm: "Подтверждать",
2394
+ genericConfirmDelete: "вы подтверждаете отмену?",
2395
+ genericConfirmDeleteXRows: "Удалить ({0}) строки?",
2356
2396
  genericDay: "День",
2357
2397
  genericDragAndDrop: "Перетащить и отпустить",
2358
2398
  genericDropYourData: "Перетащите сюда свои данные",
@@ -2373,6 +2413,7 @@ const russian = {
2373
2413
  genericMonth: "Месяц",
2374
2414
  genericMove: "Переехать",
2375
2415
  genericNext: "Следующий",
2416
+ genericNo: "Нет",
2376
2417
  genericOpenInNewTab: "Открыть в новой вкладке",
2377
2418
  genericOpenInNewWindow: "Открыть в новом окне",
2378
2419
  genericOpenNavigationMenu: "Открыть меню навигации",
@@ -2391,6 +2432,7 @@ const russian = {
2391
2432
  genericTransposeData: "Транспонировать данные",
2392
2433
  genericViewAs: "Просмотреть как",
2393
2434
  genericWeek: "Неделя",
2435
+ genericYes: "Да",
2394
2436
  gridColumn: "Столбец",
2395
2437
  gridComplete: "Полный",
2396
2438
  gridLabel: "Тип сетки",
@@ -2467,10 +2509,14 @@ const spanish = {
2467
2509
  fontsizeLabel: "Tamaño de fuente",
2468
2510
  fontsizeMedium: "Medio",
2469
2511
  fontsizeSmall: "Pequeño",
2512
+ genericAbort: "Cancelar",
2470
2513
  genericAddNew: "Añadir nuevo",
2471
2514
  genericApply: "Solicitar",
2472
2515
  genericBack: "Espalda",
2473
2516
  genericCollapse: "Colapso",
2517
+ genericConfirm: "Confirmar",
2518
+ genericConfirmDelete: "¿Confirmas la cancelación?",
2519
+ genericConfirmDeleteXRows: "¿Eliminar ({0}) filas?",
2474
2520
  genericDay: "Día",
2475
2521
  genericDragAndDrop: "Arrastrar y soltar",
2476
2522
  genericDropYourData: "Deja tus datos aquí",
@@ -2491,6 +2537,7 @@ const spanish = {
2491
2537
  genericMonth: "Mes",
2492
2538
  genericMove: "Mover",
2493
2539
  genericNext: "Próximo",
2540
+ genericNo: "No",
2494
2541
  genericOpenInNewTab: "Abrir en una pestaña nueva",
2495
2542
  genericOpenInNewWindow: "Abrir en Nueva ventana",
2496
2543
  genericOpenNavigationMenu: "Abrir menú de navegación",
@@ -2509,6 +2556,7 @@ const spanish = {
2509
2556
  genericTransposeData: "Transponer datos",
2510
2557
  genericViewAs: "Visto como",
2511
2558
  genericWeek: "Semana",
2559
+ genericYes: "Sí",
2512
2560
  gridColumn: "Columna",
2513
2561
  gridComplete: "Completa",
2514
2562
  gridLabel: "Tipo de cuadrícula",
@@ -3486,6 +3534,7 @@ const bubbles = {
3486
3534
  "--kup-chart-color-3": "#8e1010",
3487
3535
  "--kup-chart-color-4": "#f5f5dc",
3488
3536
  "--kup-obj-cursor": "inherit",
3537
+ "--kup-card-zindex": "900",
3489
3538
  "--kup-drawer-zindex": "900",
3490
3539
  "--kup-navbar-zindex": "900"
3491
3540
  },
@@ -3542,6 +3591,7 @@ const cobalt = {
3542
3591
  "--kup-chart-color-3": "#b1eafb",
3543
3592
  "--kup-chart-color-4": "#ffffff",
3544
3593
  "--kup-obj-cursor": "inherit",
3594
+ "--kup-card-zindex": "900",
3545
3595
  "--kup-drawer-zindex": "900",
3546
3596
  "--kup-navbar-zindex": "900"
3547
3597
  },
@@ -3596,6 +3646,7 @@ const dark = {
3596
3646
  "--kup-chart-color-3": "#860bb5",
3597
3647
  "--kup-chart-color-4": "#1a83e4",
3598
3648
  "--kup-obj-cursor": "inherit",
3649
+ "--kup-card-zindex": "900",
3599
3650
  "--kup-drawer-zindex": "900",
3600
3651
  "--kup-navbar-zindex": "900"
3601
3652
  },
@@ -3650,6 +3701,7 @@ const flamingo = {
3650
3701
  "--kup-chart-color-3": "#c21350",
3651
3702
  "--kup-chart-color-4": "#c88da1",
3652
3703
  "--kup-obj-cursor": "inherit",
3704
+ "--kup-card-zindex": "900",
3653
3705
  "--kup-drawer-zindex": "900",
3654
3706
  "--kup-navbar-zindex": "900"
3655
3707
  },
@@ -3710,6 +3762,7 @@ const graphite = {
3710
3762
  "--kup-chart-color-9": "grey",
3711
3763
  "--kup-chart-color-10": "indigo",
3712
3764
  "--kup-obj-cursor": "inherit",
3765
+ "--kup-card-zindex": "900",
3713
3766
  "--kup-drawer-zindex": "900",
3714
3767
  "--kup-navbar-zindex": "900"
3715
3768
  },
@@ -3764,6 +3817,7 @@ const ketchup = {
3764
3817
  "--kup-chart-color-3": "#8e1010",
3765
3818
  "--kup-chart-color-4": "#f5f5dc",
3766
3819
  "--kup-obj-cursor": "inherit",
3820
+ "--kup-card-zindex": "900",
3767
3821
  "--kup-drawer-zindex": "900",
3768
3822
  "--kup-navbar-zindex": "900"
3769
3823
  },
@@ -3824,6 +3878,7 @@ const obsidian = {
3824
3878
  "--kup-chart-color-9": "grey",
3825
3879
  "--kup-chart-color-10": "indigo",
3826
3880
  "--kup-obj-cursor": "inherit",
3881
+ "--kup-card-zindex": "900",
3827
3882
  "--kup-drawer-zindex": "900",
3828
3883
  "--kup-navbar-zindex": "900"
3829
3884
  },
@@ -3878,6 +3933,7 @@ const ocean = {
3878
3933
  "--kup-chart-color-3": "#e48b47",
3879
3934
  "--kup-chart-color-4": "#81e447",
3880
3935
  "--kup-obj-cursor": "inherit",
3936
+ "--kup-card-zindex": "900",
3881
3937
  "--kup-drawer-zindex": "900",
3882
3938
  "--kup-navbar-zindex": "900"
3883
3939
  },
@@ -3938,6 +3994,7 @@ const print = {
3938
3994
  "--kup-chart-color-9": "grey",
3939
3995
  "--kup-chart-color-10": "indigo",
3940
3996
  "--kup-obj-cursor": "inherit",
3997
+ "--kup-card-zindex": "900",
3941
3998
  "--kup-drawer-zindex": "900",
3942
3999
  "--kup-navbar-zindex": "900"
3943
4000
  },
@@ -3999,6 +4056,7 @@ const raj = {
3999
4056
  "--kup-chart-color-3": "#ffe600",
4000
4057
  "--kup-chart-color-4": "#effd02",
4001
4058
  "--kup-obj-cursor": "inherit",
4059
+ "--kup-card-zindex": "900",
4002
4060
  "--kup-drawer-zindex": "900",
4003
4061
  "--kup-navbar-zindex": "900"
4004
4062
  },
@@ -4059,6 +4117,7 @@ const red = {
4059
4117
  "--kup-chart-color-9": "grey",
4060
4118
  "--kup-chart-color-10": "indigo",
4061
4119
  "--kup-obj-cursor": "inherit",
4120
+ "--kup-card-zindex": "900",
4062
4121
  "--kup-drawer-zindex": "900",
4063
4122
  "--kup-navbar-zindex": "900"
4064
4123
  },
@@ -4121,6 +4180,7 @@ const sapphire = {
4121
4180
  "--kup-chart-color-9": "grey",
4122
4181
  "--kup-chart-color-10": "indigo",
4123
4182
  "--kup-obj-cursor": "inherit",
4183
+ "--kup-card-zindex": "900",
4124
4184
  "--kup-drawer-zindex": "900",
4125
4185
  "--kup-navbar-zindex": "900"
4126
4186
  },
@@ -4178,6 +4238,7 @@ const silver = {
4178
4238
  "--kup-chart-color-6": "#59af57",
4179
4239
  "--kup-chart-color-7": "#aeaa5d",
4180
4240
  "--kup-obj-cursor": "inherit",
4241
+ "--kup-card-zindex": "900",
4181
4242
  "--kup-drawer-zindex": "900",
4182
4243
  "--kup-navbar-zindex": "900"
4183
4244
  },
@@ -4240,6 +4301,7 @@ const teal = {
4240
4301
  "--kup-chart-color-9": "grey",
4241
4302
  "--kup-chart-color-10": "indigo",
4242
4303
  "--kup-obj-cursor": "inherit",
4304
+ "--kup-card-zindex": "900",
4243
4305
  "--kup-drawer-zindex": "900",
4244
4306
  "--kup-navbar-zindex": "900"
4245
4307
  },
@@ -4291,6 +4353,7 @@ const wildlife = {
4291
4353
  "--kup-chart-color-3": "#e48b47",
4292
4354
  "--kup-chart-color-4": "#81e447",
4293
4355
  "--kup-obj-cursor": "inherit",
4356
+ "--kup-card-zindex": "900",
4294
4357
  "--kup-drawer-zindex": "900",
4295
4358
  "--kup-navbar-zindex": "900"
4296
4359
  },
@@ -5693,6 +5756,7 @@ exports.KupDataTableProps = void 0;
5693
5756
  KupDataTableProps["groupLabelDisplay"] = "How the label of a group must be displayed. For available values";
5694
5757
  KupDataTableProps["groups"] = "The list of groups.";
5695
5758
  KupDataTableProps["headerIsPersistent"] = "When set to true the header will stick on top of the table when scrolling.";
5759
+ KupDataTableProps["insertMode"] = "Enables insert mode.";
5696
5760
  KupDataTableProps["isFocusable"] = "When set to true, clicked-on rows will have a visual feedback.";
5697
5761
  KupDataTableProps["lazyLoadRows"] = "When set to true, extra rows will be automatically loaded once the last row enters the viewport. When groups are present, the number of rows is referred to groups and not to their content. Paginator is disabled.";
5698
5762
  KupDataTableProps["lineBreakCharacter"] = "Defines the placeholder character which will be replaced by a line break inside table header cells, normal or sticky.";
@@ -5708,6 +5772,7 @@ exports.KupDataTableProps = void 0;
5708
5772
  KupDataTableProps["rowsPerPage"] = "Sets the number of rows per page to display.";
5709
5773
  KupDataTableProps["scrollOnHover"] = "Activates the scroll on hover function.";
5710
5774
  KupDataTableProps["showCustomization"] = "If set to true, displays the button to open the customization panel.";
5775
+ KupDataTableProps["showDeleteButton"] = "Enables the delete row button.";
5711
5776
  KupDataTableProps["showFilters"] = "When set to true enables the column filters.";
5712
5777
  KupDataTableProps["showFooter"] = "When set to true shows the footer.";
5713
5778
  KupDataTableProps["showGrid"] = "Can be used to customize the grid view of the table.";