@sme.up/ketchup 6.8.0 → 6.9.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 (194) hide show
  1. package/dist/cjs/{f-button-229c63fd.js → f-button-e48df7ac.js} +1 -1
  2. package/dist/cjs/{f-cell-dd006395.js → f-cell-73b2fd86.js} +4 -4
  3. package/dist/cjs/{f-chip-f2c369fd.js → f-chip-1d499dc9.js} +2 -2
  4. package/dist/cjs/{f-image-847a6ddf.js → f-image-9be73458.js} +1 -1
  5. package/dist/cjs/{f-paginator-utils-cedc4b3e.js → f-paginator-utils-b1f44f04.js} +2 -2
  6. package/dist/cjs/{f-text-field-fe85187d.js → f-text-field-43439612.js} +1 -1
  7. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  8. package/dist/cjs/kup-autocomplete_26.cjs.entry.js +11 -11
  9. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  10. package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
  11. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  12. package/dist/cjs/kup-dash-list.cjs.entry.js +1 -1
  13. package/dist/cjs/kup-dash_2.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
  15. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  16. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  17. package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
  18. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-image-list.cjs.entry.js +6 -6
  20. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
  22. package/dist/cjs/{kup-manager-c53468cd.js → kup-manager-58ba55f4.js} +4 -1
  23. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-photo-frame.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  27. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  28. package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
  29. package/dist/collection/assets/data-table.js +0 -44
  30. package/dist/collection/components/kup-chip/kup-chip.js +2 -2
  31. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
  32. package/dist/collection/managers/kup-data/kup-data-column-helper.js +4 -1
  33. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +1 -1
  34. package/dist/components/index.d.ts +68 -0
  35. package/dist/components/index.js +48 -0
  36. package/dist/components/kup-accordion.d.ts +11 -0
  37. package/dist/components/kup-accordion.js +363 -0
  38. package/dist/components/kup-autocomplete.d.ts +11 -0
  39. package/dist/components/kup-autocomplete.js +6 -0
  40. package/dist/components/kup-autocomplete2.js +45995 -0
  41. package/dist/components/kup-badge.d.ts +11 -0
  42. package/dist/components/kup-badge.js +6 -0
  43. package/dist/components/kup-box.d.ts +11 -0
  44. package/dist/components/kup-box.js +6 -0
  45. package/dist/components/kup-box2.js +1412 -0
  46. package/dist/components/kup-button-list.d.ts +11 -0
  47. package/dist/components/kup-button-list.js +6 -0
  48. package/dist/components/kup-button.d.ts +11 -0
  49. package/dist/components/kup-button.js +6 -0
  50. package/dist/components/kup-calendar.d.ts +11 -0
  51. package/dist/components/kup-calendar.js +14818 -0
  52. package/dist/components/kup-card.d.ts +11 -0
  53. package/dist/components/kup-card.js +6 -0
  54. package/dist/components/kup-cell.d.ts +11 -0
  55. package/dist/components/kup-cell.js +332 -0
  56. package/dist/components/kup-chart.d.ts +11 -0
  57. package/dist/components/kup-chart.js +6 -0
  58. package/dist/components/kup-checkbox.d.ts +11 -0
  59. package/dist/components/kup-checkbox.js +6 -0
  60. package/dist/components/kup-chip.d.ts +11 -0
  61. package/dist/components/kup-chip.js +6 -0
  62. package/dist/components/kup-color-picker.d.ts +11 -0
  63. package/dist/components/kup-color-picker.js +6 -0
  64. package/dist/components/kup-combobox.d.ts +11 -0
  65. package/dist/components/kup-combobox.js +6 -0
  66. package/dist/components/kup-dash-list.d.ts +11 -0
  67. package/dist/components/kup-dash-list.js +275 -0
  68. package/dist/components/kup-dash.d.ts +11 -0
  69. package/dist/components/kup-dash.js +6 -0
  70. package/dist/components/kup-dash2.js +223 -0
  71. package/dist/components/kup-dashboard.d.ts +11 -0
  72. package/dist/components/kup-dashboard.js +559 -0
  73. package/dist/components/kup-data-table.d.ts +11 -0
  74. package/dist/components/kup-data-table.js +6 -0
  75. package/dist/components/kup-date-picker.d.ts +11 -0
  76. package/dist/components/kup-date-picker.js +6 -0
  77. package/dist/components/kup-drawer.d.ts +11 -0
  78. package/dist/components/kup-drawer.js +303 -0
  79. package/dist/components/kup-dropdown-button.d.ts +11 -0
  80. package/dist/components/kup-dropdown-button.js +6 -0
  81. package/dist/components/kup-echart.d.ts +11 -0
  82. package/dist/components/kup-echart.js +6 -0
  83. package/dist/components/kup-echart2.js +94317 -0
  84. package/dist/components/kup-family-tree.d.ts +11 -0
  85. package/dist/components/kup-family-tree.js +623 -0
  86. package/dist/components/kup-form.d.ts +11 -0
  87. package/dist/components/kup-form.js +6 -0
  88. package/dist/components/kup-gauge.d.ts +11 -0
  89. package/dist/components/kup-gauge.js +6 -0
  90. package/dist/components/kup-grid.d.ts +11 -0
  91. package/dist/components/kup-grid.js +6 -0
  92. package/dist/components/kup-grid2.js +256 -0
  93. package/dist/components/kup-iframe.d.ts +11 -0
  94. package/dist/components/kup-iframe.js +257 -0
  95. package/dist/components/kup-image-list.d.ts +11 -0
  96. package/dist/components/kup-image-list.js +416 -0
  97. package/dist/components/kup-image.d.ts +11 -0
  98. package/dist/components/kup-image.js +6 -0
  99. package/dist/components/kup-lazy.d.ts +11 -0
  100. package/dist/components/kup-lazy.js +352 -0
  101. package/dist/components/kup-list.d.ts +11 -0
  102. package/dist/components/kup-list.js +6 -0
  103. package/dist/components/kup-magic-box.d.ts +11 -0
  104. package/dist/components/kup-magic-box.js +470 -0
  105. package/dist/components/kup-nav-bar.d.ts +11 -0
  106. package/dist/components/kup-nav-bar.js +292 -0
  107. package/dist/components/kup-numeric-picker.d.ts +11 -0
  108. package/dist/components/kup-numeric-picker.js +536 -0
  109. package/dist/components/kup-photo-frame.d.ts +11 -0
  110. package/dist/components/kup-photo-frame.js +308 -0
  111. package/dist/components/kup-probe.d.ts +11 -0
  112. package/dist/components/kup-probe.js +403 -0
  113. package/dist/components/kup-progress-bar.d.ts +11 -0
  114. package/dist/components/kup-progress-bar.js +6 -0
  115. package/dist/components/kup-qlik.d.ts +11 -0
  116. package/dist/components/kup-qlik.js +302 -0
  117. package/dist/components/kup-radio.d.ts +11 -0
  118. package/dist/components/kup-radio.js +6 -0
  119. package/dist/components/kup-rating.d.ts +11 -0
  120. package/dist/components/kup-rating.js +6 -0
  121. package/dist/components/kup-snackbar.d.ts +11 -0
  122. package/dist/components/kup-snackbar.js +272 -0
  123. package/dist/components/kup-spinner.d.ts +11 -0
  124. package/dist/components/kup-spinner.js +6 -0
  125. package/dist/components/kup-switch.d.ts +11 -0
  126. package/dist/components/kup-switch.js +6 -0
  127. package/dist/components/kup-tab-bar.d.ts +11 -0
  128. package/dist/components/kup-tab-bar.js +6 -0
  129. package/dist/components/kup-text-field.d.ts +11 -0
  130. package/dist/components/kup-text-field.js +6 -0
  131. package/dist/components/kup-time-picker.d.ts +11 -0
  132. package/dist/components/kup-time-picker.js +6 -0
  133. package/dist/components/kup-tree.d.ts +11 -0
  134. package/dist/components/kup-tree.js +6 -0
  135. package/dist/esm/{f-button-d1aba968.js → f-button-b902ad65.js} +1 -1
  136. package/dist/esm/{f-cell-646406bb.js → f-cell-b11d0d5d.js} +4 -4
  137. package/dist/esm/{f-chip-d94e9e81.js → f-chip-6b8cd306.js} +2 -2
  138. package/dist/esm/{f-image-57c88302.js → f-image-983805af.js} +1 -1
  139. package/dist/esm/{f-paginator-utils-2c865e9a.js → f-paginator-utils-b22bec1f.js} +2 -2
  140. package/dist/esm/{f-text-field-b0a1fea6.js → f-text-field-3f9a7ba7.js} +1 -1
  141. package/dist/esm/kup-accordion.entry.js +2 -2
  142. package/dist/esm/kup-autocomplete_26.entry.js +11 -11
  143. package/dist/esm/kup-box.entry.js +7 -7
  144. package/dist/esm/kup-calendar.entry.js +4 -4
  145. package/dist/esm/kup-cell.entry.js +5 -5
  146. package/dist/esm/kup-dash-list.entry.js +1 -1
  147. package/dist/esm/kup-dash_2.entry.js +1 -1
  148. package/dist/esm/kup-dashboard.entry.js +4 -4
  149. package/dist/esm/kup-drawer.entry.js +1 -1
  150. package/dist/esm/kup-echart.entry.js +1 -1
  151. package/dist/esm/kup-family-tree.entry.js +3 -3
  152. package/dist/esm/kup-iframe.entry.js +1 -1
  153. package/dist/esm/kup-image-list.entry.js +6 -6
  154. package/dist/esm/kup-lazy.entry.js +1 -1
  155. package/dist/esm/kup-magic-box.entry.js +2 -2
  156. package/dist/esm/{kup-manager-c0fbb180.js → kup-manager-a1976c1f.js} +4 -1
  157. package/dist/esm/kup-nav-bar.entry.js +1 -1
  158. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  159. package/dist/esm/kup-photo-frame.entry.js +1 -1
  160. package/dist/esm/kup-probe.entry.js +1 -1
  161. package/dist/esm/kup-qlik.entry.js +1 -1
  162. package/dist/esm/kup-snackbar.entry.js +3 -3
  163. package/dist/ketchup/ketchup.esm.js +1 -1
  164. package/dist/ketchup/{p-cee3635a.entry.js → p-0e34943f.entry.js} +1 -1
  165. package/dist/ketchup/{p-a740352c.js → p-1df3f4b3.js} +1 -1
  166. package/dist/ketchup/{p-f43b445e.entry.js → p-1f1c3e90.entry.js} +1 -1
  167. package/dist/ketchup/{p-72d4fa26.entry.js → p-2f274bd1.entry.js} +1 -1
  168. package/dist/ketchup/{p-395675b8.js → p-34fb0757.js} +1 -1
  169. package/dist/ketchup/{p-86154e2b.js → p-43d52a62.js} +1 -1
  170. package/dist/ketchup/{p-61ff1761.js → p-59a78bb2.js} +1 -1
  171. package/dist/ketchup/{p-a1fe329f.entry.js → p-5c6798dc.entry.js} +1 -1
  172. package/dist/ketchup/p-5d4503ff.entry.js +9 -0
  173. package/dist/ketchup/{p-351cecba.entry.js → p-6154123c.entry.js} +1 -1
  174. package/dist/ketchup/{p-3cf97e3a.js → p-657eb6db.js} +1 -1
  175. package/dist/ketchup/{p-1914969e.entry.js → p-6686f614.entry.js} +1 -1
  176. package/dist/ketchup/{p-991bd70d.entry.js → p-67c86b4a.entry.js} +1 -1
  177. package/dist/ketchup/{p-a992cf87.js → p-751a87a6.js} +1 -1
  178. package/dist/ketchup/{p-eb10958a.entry.js → p-7d223413.entry.js} +1 -1
  179. package/dist/ketchup/{p-596bdc10.entry.js → p-8bed854e.entry.js} +1 -1
  180. package/dist/ketchup/{p-fa37e92e.entry.js → p-9003c78d.entry.js} +1 -1
  181. package/dist/ketchup/{p-9214ef33.entry.js → p-913d78b8.entry.js} +1 -1
  182. package/dist/ketchup/{p-738685f9.entry.js → p-a4c30e9a.entry.js} +1 -1
  183. package/dist/ketchup/{p-e6f19333.entry.js → p-b2bb0feb.entry.js} +1 -1
  184. package/dist/ketchup/{p-7c8c5444.entry.js → p-b8de542a.entry.js} +1 -1
  185. package/dist/ketchup/{p-30766296.entry.js → p-bb172702.entry.js} +1 -1
  186. package/dist/ketchup/{p-250118e3.entry.js → p-c1d3332f.entry.js} +1 -1
  187. package/dist/ketchup/{p-d422151a.entry.js → p-ca42bab6.entry.js} +1 -1
  188. package/dist/ketchup/{p-35e16ea2.entry.js → p-ca723973.entry.js} +1 -1
  189. package/dist/ketchup/{p-ecac6269.js → p-f08ba5cd.js} +1 -1
  190. package/dist/ketchup/{p-b1da1ba7.entry.js → p-fc1f1a63.entry.js} +1 -1
  191. package/dist/ketchup/{p-980ed953.entry.js → p-fe4d6234.entry.js} +1 -1
  192. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
  193. package/package.json +1 -1
  194. package/dist/ketchup/p-d05ed931.entry.js +0 -9
@@ -2,7 +2,7 @@
2
2
 
3
3
  const index = require('./index-ffdb46f6.js');
4
4
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
5
- const fImage = require('./f-image-847a6ddf.js');
5
+ const fImage = require('./f-image-9be73458.js');
6
6
 
7
7
  /*-------------------------------------------------*/
8
8
  /* C o m p o n e n t */
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- const kupManager = require('./kup-manager-c53468cd.js');
3
+ const kupManager = require('./kup-manager-58ba55f4.js');
4
4
  const index = require('./index-ffdb46f6.js');
5
5
  const fCheckbox = require('./f-checkbox-1097ca5d.js');
6
- const fTextField = require('./f-text-field-fe85187d.js');
7
- const fImage = require('./f-image-847a6ddf.js');
8
- const fChip = require('./f-chip-f2c369fd.js');
6
+ const fTextField = require('./f-text-field-43439612.js');
7
+ const fImage = require('./f-image-9be73458.js');
8
+ const fChip = require('./f-chip-1d499dc9.js');
9
9
 
10
10
  /*-------------------------------------------------*/
11
11
  /* C o m p o n e n t */
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-ffdb46f6.js');
4
- const fImage = require('./f-image-847a6ddf.js');
5
- const kupManager = require('./kup-manager-c53468cd.js');
4
+ const fImage = require('./f-image-9be73458.js');
5
+ const kupManager = require('./kup-manager-58ba55f4.js');
6
6
 
7
7
  /**
8
8
  * Types of the f-chip component.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-ffdb46f6.js');
4
- const kupManager = require('./kup-manager-c53468cd.js');
4
+ const kupManager = require('./kup-manager-58ba55f4.js');
5
5
 
6
6
  /**
7
7
  * The type of a CSS step in CSS-drawing mode.
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- const kupManager = require('./kup-manager-c53468cd.js');
3
+ const kupManager = require('./kup-manager-58ba55f4.js');
4
4
  const index = require('./index-ffdb46f6.js');
5
- const fButton = require('./f-button-229c63fd.js');
5
+ const fButton = require('./f-button-e48df7ac.js');
6
6
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
7
7
 
8
8
  /**
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-ffdb46f6.js');
4
- const kupManager = require('./kup-manager-c53468cd.js');
4
+ const kupManager = require('./kup-manager-58ba55f4.js');
5
5
 
6
6
  /*-------------------------------------------------*/
7
7
  /* C o m p o n e n t */
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-c53468cd.js');
7
- const fImage = require('./f-image-847a6ddf.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
+ const fImage = require('./f-image-9be73458.js');
8
8
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
9
9
  const component = require('./component-72a5b626.js');
10
10
  require('./tslib.es6-0ee02c67.js');
@@ -3,18 +3,18 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-c53468cd.js');
7
- const fTextField = require('./f-text-field-fe85187d.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
+ const fTextField = require('./f-text-field-43439612.js');
8
8
  const fTextFieldMdc = require('./f-text-field-mdc-85997738.js');
9
9
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
10
- const fImage = require('./f-image-847a6ddf.js');
11
- const fButton = require('./f-button-229c63fd.js');
10
+ const fImage = require('./f-image-9be73458.js');
11
+ const fButton = require('./f-button-e48df7ac.js');
12
12
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
13
- const fCell = require('./f-cell-dd006395.js');
14
- const fChip = require('./f-chip-f2c369fd.js');
13
+ const fCell = require('./f-cell-73b2fd86.js');
14
+ const fChip = require('./f-chip-1d499dc9.js');
15
15
  const component = require('./component-72a5b626.js');
16
16
  const fCheckbox = require('./f-checkbox-1097ca5d.js');
17
- const fPaginatorUtils = require('./f-paginator-utils-cedc4b3e.js');
17
+ const fPaginatorUtils = require('./f-paginator-utils-b1f44f04.js');
18
18
  require('./tslib.es6-0ee02c67.js');
19
19
 
20
20
  /**
@@ -6454,7 +6454,7 @@ const KupChip = class {
6454
6454
  const isChoice = this.type.toLowerCase() === fChip.FChipType.CHOICE;
6455
6455
  let firstCheckedFound = false;
6456
6456
  if (isChoice) {
6457
- for (let j = 0; j < this.data.length; j++) {
6457
+ for (let j = 0; this.data && j < this.data.length; j++) {
6458
6458
  if (this.data[j].checked && firstCheckedFound) {
6459
6459
  this.data[j].checked = false;
6460
6460
  let message = 'Found occurence of data(' +
@@ -6499,7 +6499,7 @@ const KupChip = class {
6499
6499
  ? true
6500
6500
  : false,
6501
6501
  };
6502
- for (let j = 0; j < this.data.length; j++) {
6502
+ for (let j = 0; this.data && j < this.data.length; j++) {
6503
6503
  props.onBlur.push((chip) => this.onKupBlur(chip));
6504
6504
  props.onClick.push((chip) => this.onKupClick(chip));
6505
6505
  props.onExpansionClick.push((chip, e) => {
@@ -7149,8 +7149,8 @@ class KupDataTableState {
7149
7149
  this.expandGroups = false;
7150
7150
  this.groupLabelDisplay = kupManager.GroupLabelDisplayMode.BOTH;
7151
7151
  this.density = 'small';
7152
- this.enableExtraColumns = true;
7153
7152
  this.enableSortableColumns = false;
7153
+ this.enableExtraColumns = true;
7154
7154
  this.forceOneLine = false;
7155
7155
  this.globalFilter = false;
7156
7156
  this.globalFilterValue = '';
@@ -7374,7 +7374,7 @@ class KupColumnMenu {
7374
7374
  */
7375
7375
  prepChip(comp, column) {
7376
7376
  let props = [];
7377
- const chipProps = {};
7377
+ const chipProps = { data: [] };
7378
7378
  if (column.children) {
7379
7379
  const chipData = [];
7380
7380
  for (let index = 0; index < column.children.length; index++) {
@@ -3,17 +3,17 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-c53468cd.js');
7
- const fPaginatorUtils = require('./f-paginator-utils-cedc4b3e.js');
8
- const fImage = require('./f-image-847a6ddf.js');
9
- const fChip = require('./f-chip-f2c369fd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
+ const fPaginatorUtils = require('./f-paginator-utils-b1f44f04.js');
8
+ const fImage = require('./f-image-9be73458.js');
9
+ const fChip = require('./f-chip-1d499dc9.js');
10
10
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
11
- const fCell = require('./f-cell-dd006395.js');
11
+ const fCell = require('./f-cell-73b2fd86.js');
12
12
  const fTextFieldMdc = require('./f-text-field-mdc-85997738.js');
13
- require('./f-button-229c63fd.js');
13
+ require('./f-button-e48df7ac.js');
14
14
  require('./f-button-declarations-b611587f.js');
15
15
  require('./f-checkbox-1097ca5d.js');
16
- require('./f-text-field-fe85187d.js');
16
+ require('./f-text-field-43439612.js');
17
17
  require('./tslib.es6-0ee02c67.js');
18
18
  require('./component-72a5b626.js');
19
19
 
@@ -4,12 +4,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
6
  const tslib_es6 = require('./tslib.es6-0ee02c67.js');
7
- const kupManager = require('./kup-manager-c53468cd.js');
7
+ const kupManager = require('./kup-manager-58ba55f4.js');
8
8
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
9
- const fButton = require('./f-button-229c63fd.js');
10
- const fChip = require('./f-chip-f2c369fd.js');
9
+ const fButton = require('./f-button-e48df7ac.js');
10
+ const fChip = require('./f-chip-1d499dc9.js');
11
11
  require('./f-button-declarations-b611587f.js');
12
- require('./f-image-847a6ddf.js');
12
+ require('./f-image-9be73458.js');
13
13
 
14
14
  var n,l,u$1,t,o,r$1,f$1,e$1={},c$1=[],s=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function a$1(n,l){for(var u in l)n[u]=l[u];return n}function h(n){var l=n.parentNode;l&&l.removeChild(n);}function v$1(l,u,i){var t,o,r,f={};for(r in u)"key"==r?t=u[r]:"ref"==r?o=u[r]:f[r]=u[r];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps)void 0===f[r]&&(f[r]=l.defaultProps[r]);return y(l,f,t,o,null)}function y(n,i,t,o,r){var f={type:n,props:i,key:t,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==r?++u$1:r};return null==r&&null!=l.vnode&&l.vnode(f),f}function p(){return {current:null}}function d(n){return n.children}function _(n,l){this.props=n,this.context=l;}function k(n,l){if(null==l)return n.__?k(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?k(n):null}function b$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return b$1(n)}}function m(n){(!n.__d&&(n.__d=!0)&&t.push(n)&&!g$1.__r++||r$1!==l.debounceRendering)&&((r$1=l.debounceRendering)||o)(g$1);}function g$1(){for(var n;g$1.__r=t.length;)n=t.sort(function(n,l){return n.__v.__b-l.__v.__b}),t=[],n.some(function(n){var l,u,i,t,o,r;n.__d&&(o=(t=(l=n).__v).__e,(r=l.__P)&&(u=[],(i=a$1({},t)).__v=t.__v+1,j$2(r,t,i,l.__n,void 0!==r.ownerSVGElement,null!=t.__h?[o]:null,u,null==o?k(t):o,t.__h),z$1(u,t),t.__e!=o&&b$1(t)));});}function w$1(n,l,u,i,t,o,r,f,s,a){var h,v,p,_,b,m,g,w=i&&i.__k||c$1,A=w.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(_=u.__k[h]=null==(_=l[h])||"boolean"==typeof _?null:"string"==typeof _||"number"==typeof _||"bigint"==typeof _?y(null,_,null,null,_):Array.isArray(_)?y(d,{children:_},null,null,null):_.__b>0?y(_.type,_.props,_.key,null,_.__v):_)){if(_.__=u,_.__b=u.__b+1,null===(p=w[h])||p&&_.key==p.key&&_.type===p.type)w[h]=void 0;else for(v=0;v<A;v++){if((p=w[v])&&_.key==p.key&&_.type===p.type){w[v]=void 0;break}p=null;}j$2(n,_,p=p||e$1,t,o,r,f,s,a),b=_.__e,(v=_.ref)&&p.ref!=v&&(g||(g=[]),p.ref&&g.push(p.ref,null,_),g.push(v,_.__c||b,_)),null!=b?(null==m&&(m=b),"function"==typeof _.type&&_.__k===p.__k?_.__d=s=x$1(_,s,n):s=P$1(n,_,p,w,b,s),"function"==typeof u.type&&(u.__d=s)):s&&p.__e==s&&s.parentNode!=n&&(s=k(p));}for(u.__e=m,h=A;h--;)null!=w[h]&&("function"==typeof u.type&&null!=w[h].__e&&w[h].__e==u.__d&&(u.__d=k(i,h+1)),N(w[h],w[h]));if(g)for(h=0;h<g.length;h++)M$1(g[h],g[++h],g[++h]);}function x$1(n,l,u){for(var i,t=n.__k,o=0;t&&o<t.length;o++)(i=t[o])&&(i.__=n,l="function"==typeof i.type?x$1(i,l,u):P$1(u,i,i,t,i.__e,l));return l}function A$1(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){A$1(n,l);}):l.push(n)),l}function P$1(n,l,u,i,t,o){var r,f,e;if(void 0!==l.__d)r=l.__d,l.__d=void 0;else if(null==u||t!=o||null==t.parentNode)n:if(null==o||o.parentNode!==n)n.appendChild(t),r=null;else {for(f=o,e=0;(f=f.nextSibling)&&e<i.length;e+=2)if(f==t)break n;n.insertBefore(t,o),r=o;}return void 0!==r?r:t.nextSibling}function C$1(n,l,u,i,t){var o;for(o in u)"children"===o||"key"===o||o in l||H$1(n,o,null,u[o],i);for(o in l)t&&"function"!=typeof l[o]||"children"===o||"key"===o||"value"===o||"checked"===o||u[o]===l[o]||H$1(n,o,l[o],u[o],i);}function $(n,l,u){"-"===l[0]?n.setProperty(l,u):n[l]=null==u?"":"number"!=typeof u||s.test(l)?u:u+"px";}function H$1(n,l,u,i,t){var o;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||$(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||$(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=u,u?i||n.addEventListener(l,o?T$1:I$1,o):n.removeEventListener(l,o?T$1:I$1,o);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null!=u&&(!1!==u||"a"===l[0]&&"r"===l[1])?n.setAttribute(l,u):n.removeAttribute(l));}}function I$1(n){this.l[n.type+!1](l.event?l.event(n):n);}function T$1(n){this.l[n.type+!0](l.event?l.event(n):n);}function j$2(n,u,i,t,o,r,f,e,c){var s,h,v,y,p,k,b,m,g,x,A,P=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,r=[e]),(s=l.__b)&&s(u);try{n:if("function"==typeof P){if(m=u.props,g=(s=P.contextType)&&t[s.__c],x=s?g?g.props.value:s.__:t,i.__c?b=(h=u.__c=i.__c).__=h.__E:("prototype"in P&&P.prototype.render?u.__c=h=new P(m,x):(u.__c=h=new _(m,x),h.constructor=P,h.render=O$1),g&&g.sub(h),h.props=m,h.state||(h.state={}),h.context=x,h.__n=t,v=h.__d=!0,h.__h=[]),null==h.__s&&(h.__s=h.state),null!=P.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=a$1({},h.__s)),a$1(h.__s,P.getDerivedStateFromProps(m,h.__s))),y=h.props,p=h.state,v)null==P.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else {if(null==P.getDerivedStateFromProps&&m!==y&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(m,x),!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(m,h.__s,x)||u.__v===i.__v){h.props=m,h.state=h.__s,u.__v!==i.__v&&(h.__d=!1),h.__v=u,u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),h.__h.length&&f.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(m,h.__s,x),null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(y,p,k);});}h.context=x,h.props=m,h.state=h.__s,(s=l.__r)&&s(u),h.__d=!1,h.__v=u,h.__P=n,s=h.render(h.props,h.state,h.context),h.state=h.__s,null!=h.getChildContext&&(t=a$1(a$1({},t),h.getChildContext())),v||null==h.getSnapshotBeforeUpdate||(k=h.getSnapshotBeforeUpdate(y,p)),A=null!=s&&s.type===d&&null==s.key?s.props.children:s,w$1(n,Array.isArray(A)?A:[A],u,i,t,o,r,f,e,c),h.base=u.__e,u.__h=null,h.__h.length&&f.push(h),b&&(h.__E=h.__=null),h.__e=!1;}else null==r&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=L$1(i.__e,u,i,t,o,r,f,c);(s=l.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=r)&&(u.__e=e,u.__h=!!c,r[r.indexOf(e)]=null),l.__e(n,u,i);}}function z$1(n,u){l.__c&&l.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l.__e(n,u.__v);}});}function L$1(l,u,i,t,o,r,f,c){var s,a,v,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(o=!0),null!=r)for(;_<r.length;_++)if((s=r[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,r[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=o?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),r=null,c=!1;}if(null===d)y===p||c&&l.data===p||(l.data=p);else {if(r=r&&n.call(l.childNodes),a=(y=i.props||e$1).dangerouslySetInnerHTML,v=p.dangerouslySetInnerHTML,!c){if(null!=r)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(v||a)&&(v&&(a&&v.__html==a.__html||v.__html===l.innerHTML)||(l.innerHTML=v&&v.__html||""));}if(C$1(l,p,y,o,c),v)u.__k=[];else if(_=u.props.children,w$1(l,Array.isArray(_)?_:[_],u,i,t,o&&"foreignObject"!==d,r,f,r?r[0]:i.__k&&k(i,0),c),null!=r)for(_=r.length;_--;)null!=r[_]&&h(r[_]);c||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&H$1(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&H$1(l,"checked",_,y.checked,!1));}return l}function M$1(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l.__e(n,i);}}function N(n,u,i){var t,o;if(l.unmount&&l.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||M$1(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l.__e(n,u);}t.base=t.__P=null;}if(t=n.__k)for(o=0;o<t.length;o++)t[o]&&N(t[o],u,"function"!=typeof n.type);i||null==n.__e||h(n.__e),n.__e=n.__d=void 0;}function O$1(n,l,u){return this.constructor(n,u)}function S$1(u,i,t){var o,r,f;l.__&&l.__(u,i),r=(o="function"==typeof t)?null:t&&t.__k||i.__k,f=[],j$2(i,u=(!o&&t||i).__k=v$1(d,null,[u]),r||e$1,e$1,void 0!==i.ownerSVGElement,!o&&t?[t]:r?null:i.firstChild?n.call(i.childNodes):null,f,!o&&t?t:r?r.__e:i.firstChild,o),z$1(f,u);}function D$1(n,l){var u={__c:l="__cC"+f$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(m);},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=c$1.slice,l={__e:function(n,l,u,i){for(var t,o,r;l=l.__;)if((t=l.__c)&&!t.__)try{if((o=t.constructor)&&null!=o.getDerivedStateFromError&&(t.setState(o.getDerivedStateFromError(n)),r=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),r=t.__d),r)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,_.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=a$1({},this.state),"function"==typeof n&&(n=n(a$1({},u),this.props)),n&&a$1(u,n),null!=n&&this.__v&&(l&&this.__h.push(l),m(this));},_.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),m(this));},_.prototype.render=d,t=[],o="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,g$1.__r=0,f$1=0;
15
15
 
@@ -3,13 +3,13 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
- const fCell = require('./f-cell-dd006395.js');
8
+ const fCell = require('./f-cell-73b2fd86.js');
9
9
  require('./f-checkbox-1097ca5d.js');
10
- require('./f-text-field-fe85187d.js');
11
- require('./f-image-847a6ddf.js');
12
- require('./f-chip-f2c369fd.js');
10
+ require('./f-text-field-43439612.js');
11
+ require('./f-image-9be73458.js');
12
+ require('./f-chip-1d499dc9.js');
13
13
 
14
14
  /**
15
15
  * Props of the kup-cell component.
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
 
8
8
  const kupDashListCss = ".horizontal{display:inline-block;min-width:300px;max-width:100%;overflow:visible;white-space:nowrap;border:solid;border-width:1px;margin:2px}";
9
9
 
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  const kupDashCss = "#dash{color:var(--kup-text-color);font-size:2vw;display:flex;align-items:center;justify-content:center;position:relative;text-align:center;position:relative;word-break:normal}#dash.with-dyn{cursor:pointer}#dash #content .icon{margin:auto;font-size:90%}#dash #content.layout-1,#dash #content.layout-3{text-align:center}#dash #content.layout-1 .descr,#dash #content.layout-3 .descr{font-size:70%;width:100%}#dash #content.layout-1 .value,#dash #content.layout-3 .value{font-size:220%}#dash #content.layout-2>div{display:flex}#dash #content.layout-2>div .icon{margin:auto;font-size:150%;margin-right:5%}#dash #content.layout-2>div .value-int{font-size:250%}#dash #content.layout-2>div .value-dec,#dash #content.layout-2>div .unit{font-size:130%;margin-top:auto;margin-bottom:7%}#dash #content.layout-2>div .value-dec{margin-left:2%}#dash #content.layout-2>div .unit{margin-left:4%}#dash #content.layout-4>div{display:grid;grid-template-columns:2fr 5fr}#dash #content.layout-4>div .icon{margin:auto;font-size:150%;margin-right:5%}#dash #content.layout-4>div .value-and-unit{display:flex}#dash #content.layout-4>div .value-and-unit .value-int{font-size:250%}#dash #content.layout-4>div .value-and-unit .value-dec,#dash #content.layout-4>div .value-and-unit .unit{font-size:130%;margin-top:auto;margin-bottom:7%}#dash #content.layout-4>div .value-and-unit .value-dec{margin-left:2%}#dash #content.layout-4>div .value-and-unit .unit{margin-left:4%}#dash #content.layout-4>div .descr{margin-left:4%;text-align:left;font-size:80%;width:100%;min-width:max-content}#dash #content.layout-5>div,#dash #content.layout-7>div{display:flex}#dash #content.layout-5>div .icon,#dash #content.layout-7>div .icon{font-size:150%;margin:auto;margin-left:10%}#dash #content.layout-5>div .value,#dash #content.layout-7>div .value{font-size:200%}#dash #content.layout-5>div .descr,#dash #content.layout-7>div .descr{text-align:right;font-size:65%;width:100%;min-width:max-content}#dash #content.layout-6>div{display:flex;justify-content:space-between}#dash #content.layout-6>div .icon{font-size:150%;margin-right:10%}#dash #content.layout-6>div .value{font-size:220%;text-align:right}#dash #content.layout-6>div .descr{font-size:80%;text-align:right;width:100%;min-width:max-content}#dash #content.layout-8>div{display:flex;align-items:center}#dash #content.layout-8>div .icon{margin-right:4%;font-size:75%}#dash #content.layout-8>div .value{margin:0 10%;font-size:250%}#dash #content.layout-8>div .descr{font-size:60%;text-align:left}";
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const fButton = require('./f-button-229c63fd.js');
6
+ const fButton = require('./f-button-e48df7ac.js');
7
7
  const fCheckbox = require('./f-checkbox-1097ca5d.js');
8
- const fTextField = require('./f-text-field-fe85187d.js');
8
+ const fTextField = require('./f-text-field-43439612.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-85997738.js');
10
- const kupManager = require('./kup-manager-c53468cd.js');
10
+ const kupManager = require('./kup-manager-58ba55f4.js');
11
11
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
12
12
  require('./f-button-declarations-b611587f.js');
13
- require('./f-image-847a6ddf.js');
13
+ require('./f-image-9be73458.js');
14
14
  require('./tslib.es6-0ee02c67.js');
15
15
  require('./component-72a5b626.js');
16
16
 
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  const drawerClass = 'drawer';
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  /*! *****************************************************************************
@@ -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-229c63fd.js');
6
+ const fButton = require('./f-button-e48df7ac.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
8
- const fImage = require('./f-image-847a6ddf.js');
9
- const kupManager = require('./kup-manager-c53468cd.js');
8
+ const fImage = require('./f-image-9be73458.js');
9
+ const kupManager = require('./kup-manager-58ba55f4.js');
10
10
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
11
11
 
12
12
  /**
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
 
8
8
  /**
9
9
  * Props of the kup-iframe component.
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
- const fImage = require('./f-image-847a6ddf.js');
9
- const fButton = require('./f-button-229c63fd.js');
8
+ const fImage = require('./f-image-9be73458.js');
9
+ const fButton = require('./f-button-e48df7ac.js');
10
10
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
11
- const fCell = require('./f-cell-dd006395.js');
11
+ const fCell = require('./f-cell-73b2fd86.js');
12
12
  const component = require('./component-72a5b626.js');
13
13
  require('./f-checkbox-1097ca5d.js');
14
- require('./f-text-field-fe85187d.js');
15
- require('./f-chip-f2c369fd.js');
14
+ require('./f-text-field-43439612.js');
15
+ require('./f-chip-1d499dc9.js');
16
16
  require('./tslib.es6-0ee02c67.js');
17
17
 
18
18
  /**
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  /**
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-b611587f.js');
8
- const fImage = require('./f-image-847a6ddf.js');
8
+ const fImage = require('./f-image-9be73458.js');
9
9
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
10
10
 
11
11
  /**
@@ -6895,10 +6895,13 @@ const dom$6 = document.documentElement;
6895
6895
  * @returns {Column[]} Columns matching the criteria.
6896
6896
  */
6897
6897
  function findColumns(dataset, filters) {
6898
+ const result = [];
6899
+ if (!dataset) {
6900
+ return result;
6901
+ }
6898
6902
  const columns = dataset.columns
6899
6903
  ? dataset.columns
6900
6904
  : dataset;
6901
- const result = [];
6902
6905
  for (let index = 0; index < columns.length; index++) {
6903
6906
  const column = columns[index];
6904
6907
  for (const key in filters) {
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  const navbarClass = 'nav-bar';
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
- const fTextField = require('./f-text-field-fe85187d.js');
8
+ const fTextField = require('./f-text-field-43439612.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-85997738.js');
10
10
  require('./tslib.es6-0ee02c67.js');
11
11
  require('./component-72a5b626.js');
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  /**
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  const KupProbe = class {
@@ -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-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
 
8
8
  const kupQlikCss = ".kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height)/2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height)/3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height)*2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height)*3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-color, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
9
9
 
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ffdb46f6.js');
6
- const kupManager = require('./kup-manager-c53468cd.js');
6
+ const kupManager = require('./kup-manager-58ba55f4.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
- const fButton = require('./f-button-229c63fd.js');
8
+ const fButton = require('./f-button-e48df7ac.js');
9
9
  require('./f-button-declarations-b611587f.js');
10
- require('./f-image-847a6ddf.js');
10
+ require('./f-image-9be73458.js');
11
11
 
12
12
  const snackbarClass = 'snackbar';
13
13
  /**
@@ -949,50 +949,6 @@ const mockedRows = [
949
949
  },
950
950
  },
951
951
  },
952
- {
953
- cells: {
954
- FLD1: {
955
- obj: {
956
- t: 'CN',
957
- p: 'COL',
958
- k: 'CASFRA',
959
- },
960
- value: 'CASFRA',
961
- },
962
- FLD2: {
963
- obj: {
964
- t: 'NR',
965
- p: '',
966
- k: '10',
967
- },
968
- value: '10',
969
- },
970
- FLD3: {
971
- obj: {
972
- t: 'NR',
973
- p: '',
974
- k: '100000.60',
975
- },
976
- value: '100,000.60',
977
- },
978
- FLD4: {
979
- obj: {
980
- t: 'D8',
981
- p: '*YYMD',
982
- k: '20181101',
983
- },
984
- value: '2018-11-01',
985
- },
986
- FLD5: {
987
- obj: {
988
- t: 'NR',
989
- p: 'P',
990
- k: '0',
991
- },
992
- value: '0.00',
993
- },
994
- },
995
- },
996
952
  {
997
953
  cells: {
998
954
  FLD1: {
@@ -109,7 +109,7 @@ export class KupChip {
109
109
  const isChoice = this.type.toLowerCase() === FChipType.CHOICE;
110
110
  let firstCheckedFound = false;
111
111
  if (isChoice) {
112
- for (let j = 0; j < this.data.length; j++) {
112
+ for (let j = 0; this.data && j < this.data.length; j++) {
113
113
  if (this.data[j].checked && firstCheckedFound) {
114
114
  this.data[j].checked = false;
115
115
  let message = 'Found occurence of data(' +
@@ -154,7 +154,7 @@ export class KupChip {
154
154
  ? true
155
155
  : false,
156
156
  };
157
- for (let j = 0; j < this.data.length; j++) {
157
+ for (let j = 0; this.data && j < this.data.length; j++) {
158
158
  props.onBlur.push((chip) => this.onKupBlur(chip));
159
159
  props.onClick.push((chip) => this.onKupClick(chip));
160
160
  props.onExpansionClick.push((chip, e) => {
@@ -5,8 +5,8 @@ export class KupDataTableState {
5
5
  this.expandGroups = false;
6
6
  this.groupLabelDisplay = GroupLabelDisplayMode.BOTH;
7
7
  this.density = 'small';
8
- this.enableExtraColumns = true;
9
8
  this.enableSortableColumns = false;
9
+ this.enableExtraColumns = true;
10
10
  this.forceOneLine = false;
11
11
  this.globalFilter = false;
12
12
  this.globalFilterValue = '';
@@ -9,10 +9,13 @@ const dom = document.documentElement;
9
9
  * @returns {Column[]} Columns matching the criteria.
10
10
  */
11
11
  export function findColumns(dataset, filters) {
12
+ const result = [];
13
+ if (!dataset) {
14
+ return result;
15
+ }
12
16
  const columns = dataset.columns
13
17
  ? dataset.columns
14
18
  : dataset;
15
- const result = [];
16
19
  for (let index = 0; index < columns.length; index++) {
17
20
  const column = columns[index];
18
21
  for (const key in filters) {
@@ -205,7 +205,7 @@ export class KupColumnMenu {
205
205
  */
206
206
  prepChip(comp, column) {
207
207
  let props = [];
208
- const chipProps = {};
208
+ const chipProps = { data: [] };
209
209
  if (column.children) {
210
210
  const chipData = [];
211
211
  for (let index = 0; index < column.children.length; index++) {