@sme.up/ketchup 11.0.5 → 11.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/dist/cjs/{f-cell-d7ac8d4e.js → f-cell-eed32cd7.js} +4 -4
  2. package/dist/cjs/{f-chip-e8b709c3.js → f-chip-ec543689.js} +1 -1
  3. package/dist/cjs/{f-object-field-3ab19cc3.js → f-object-field-1ddaee2d.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-f9c65479.js → f-paginator-utils-f0d22b06.js} +1 -1
  5. package/dist/cjs/{f-text-field-e8ac044b.js → f-text-field-4d4fa492.js} +1 -1
  6. package/dist/cjs/index.cjs.js +2 -2
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +123 -28
  11. package/dist/cjs/kup-box.cjs.entry.js +16 -13
  12. package/dist/cjs/kup-calendar.cjs.entry.js +3 -3
  13. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-cell.cjs.entry.js +6 -6
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +1 -1
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
  17. package/dist/cjs/{kup-data-table-helper-02b0fb46.js → kup-data-table-helper-9a9ad503.js} +2 -2
  18. package/dist/cjs/{kup-dates-84f0bc78.js → kup-dates-594b0f91.js} +1 -1
  19. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  20. package/dist/cjs/kup-echart.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-editor.cjs.entry.js +2 -2
  22. package/dist/cjs/kup-family-tree.cjs.entry.js +2 -2
  23. package/dist/cjs/kup-gantt_10.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-input-panel.cjs.entry.js +14 -10
  28. package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
  30. package/dist/cjs/{kup-manager-518e11f4.js → kup-manager-8787fc42.js} +174 -20
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  34. package/dist/cjs/{kup-planner-renderer-helper-7123c277.js → kup-planner-renderer-helper-a2e9a62c.js} +1 -1
  35. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  36. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  37. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  38. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  42. package/dist/cjs/kup-typography.cjs.entry.js +2 -2
  43. package/dist/cjs/loader.cjs.js +1 -1
  44. package/dist/collection/components/kup-box/kup-box.js +8 -5
  45. package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +20 -5
  46. package/dist/collection/components/kup-card/kup-card.css +4 -0
  47. package/dist/collection/components/kup-card/kup-card.js +6 -0
  48. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  49. package/dist/collection/components/kup-data-table/kup-data-table.js +109 -14
  50. package/dist/collection/components/kup-input-panel/kup-input-panel.js +8 -4
  51. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +4 -4
  52. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +5 -5
  53. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +35 -12
  54. package/dist/collection/managers/kup-language/kup-language-declarations.js +1 -0
  55. package/dist/collection/managers/kup-theme/kup-theme.js +129 -7
  56. package/dist/components/index.js +1 -1
  57. package/dist/components/kup-accordion.js +2 -2
  58. package/dist/components/kup-activity-timeline.js +2 -2
  59. package/dist/components/kup-autocomplete.js +1 -1
  60. package/dist/components/kup-badge.js +1 -1
  61. package/dist/components/kup-box.js +1 -1
  62. package/dist/components/kup-button-list.js +1 -1
  63. package/dist/components/kup-button.js +1 -1
  64. package/dist/components/kup-calendar.js +3 -3
  65. package/dist/components/kup-card-list.js +3 -3
  66. package/dist/components/kup-card.js +1 -1
  67. package/dist/components/kup-cell.js +2 -2
  68. package/dist/components/kup-chart.js +1 -1
  69. package/dist/components/kup-checkbox.js +1 -1
  70. package/dist/components/kup-chip.js +1 -1
  71. package/dist/components/kup-color-picker.js +1 -1
  72. package/dist/components/kup-combobox.js +1 -1
  73. package/dist/components/kup-custom-task-list-table.js +1 -1
  74. package/dist/components/kup-dashboard.js +2 -2
  75. package/dist/components/kup-data-table.js +1 -1
  76. package/dist/components/kup-date-picker.js +1 -1
  77. package/dist/components/kup-dialog.js +1 -1
  78. package/dist/components/kup-drawer.js +2 -2
  79. package/dist/components/kup-dropdown-button.js +1 -1
  80. package/dist/components/kup-echart.js +1 -1
  81. package/dist/components/kup-editor.js +1 -1
  82. package/dist/components/kup-family-tree.js +3 -3
  83. package/dist/components/kup-file-upload.js +1 -1
  84. package/dist/components/kup-form.js +1 -1
  85. package/dist/components/kup-gantt.js +1 -1
  86. package/dist/components/kup-gauge.js +1 -1
  87. package/dist/components/kup-grid.js +1 -1
  88. package/dist/components/kup-htm.js +2 -2
  89. package/dist/components/kup-iframe.js +2 -2
  90. package/dist/components/kup-image-list.js +1 -1
  91. package/dist/components/kup-image.js +1 -1
  92. package/dist/components/kup-input-panel.js +11 -7
  93. package/dist/components/kup-lazy.js +2 -2
  94. package/dist/components/kup-list.js +1 -1
  95. package/dist/components/kup-magic-box.js +4 -4
  96. package/dist/components/kup-nav-bar.js +2 -2
  97. package/dist/components/kup-numeric-picker.js +2 -2
  98. package/dist/components/kup-object-field.js +2 -2
  99. package/dist/components/kup-planner-renderer.js +1 -1
  100. package/dist/components/kup-planner.js +6 -6
  101. package/dist/components/kup-probe.js +2 -2
  102. package/dist/components/kup-progress-bar.js +1 -1
  103. package/dist/components/kup-qlik.js +2 -2
  104. package/dist/components/kup-radio.js +1 -1
  105. package/dist/components/kup-rating.js +1 -1
  106. package/dist/components/kup-snackbar.js +2 -2
  107. package/dist/components/kup-spinner.js +1 -1
  108. package/dist/components/kup-switch.js +1 -1
  109. package/dist/components/kup-tab-bar.js +1 -1
  110. package/dist/components/kup-task-list.js +1 -1
  111. package/dist/components/kup-text-field.js +1 -1
  112. package/dist/components/kup-time-picker.js +1 -1
  113. package/dist/components/kup-toolbar.js +1 -1
  114. package/dist/components/kup-tree.js +1 -1
  115. package/dist/components/kup-txt.js +2 -2
  116. package/dist/components/kup-typography-list.js +2 -2
  117. package/dist/components/kup-typography.js +2 -2
  118. package/dist/components/{p-4e14ce99.js → p-362d7a44.js} +175 -21
  119. package/dist/components/{p-3cae4730.js → p-5f1a69e4.js} +2 -2
  120. package/dist/components/{p-bc63c612.js → p-6e16d432.js} +1 -1
  121. package/dist/components/{p-3a2aa794.js → p-9e6dfc20.js} +2 -2
  122. package/dist/components/{p-3c28a421.js → p-a30c0106.js} +119 -23
  123. package/dist/components/{p-571ebd17.js → p-b85372ba.js} +2 -2
  124. package/dist/components/{p-253bbc27.js → p-e67d1f0e.js} +4 -4
  125. package/dist/components/{p-b23df37b.js → p-ea482528.js} +1 -1
  126. package/dist/components/{p-d2c85296.js → p-f1766ad7.js} +2 -2
  127. package/dist/components/{p-7b004e12.js → p-fc3df00a.js} +2 -2
  128. package/dist/components/{p-2ae1b3af.js → p-fcdae215.js} +10 -7
  129. package/dist/esm/{f-cell-ef478d3f.js → f-cell-bd79ffef.js} +4 -4
  130. package/dist/esm/{f-chip-25b200ab.js → f-chip-c22107de.js} +1 -1
  131. package/dist/esm/{f-object-field-8306fe8f.js → f-object-field-90dfb903.js} +2 -2
  132. package/dist/esm/{f-paginator-utils-53de6f1c.js → f-paginator-utils-38b51762.js} +1 -1
  133. package/dist/esm/{f-text-field-465cc102.js → f-text-field-31ad8f7f.js} +1 -1
  134. package/dist/esm/index.js +2 -2
  135. package/dist/esm/ketchup.js +1 -1
  136. package/dist/esm/kup-accordion.entry.js +2 -2
  137. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  138. package/dist/esm/kup-autocomplete_30.entry.js +123 -28
  139. package/dist/esm/kup-box.entry.js +16 -13
  140. package/dist/esm/kup-calendar.entry.js +3 -3
  141. package/dist/esm/kup-card-list.entry.js +2 -2
  142. package/dist/esm/kup-cell.entry.js +6 -6
  143. package/dist/esm/kup-custom-task-list-header_4.entry.js +1 -1
  144. package/dist/esm/kup-dashboard.entry.js +3 -3
  145. package/dist/esm/{kup-data-table-helper-399ccea6.js → kup-data-table-helper-3a60f39d.js} +2 -2
  146. package/dist/esm/{kup-dates-992086f1.js → kup-dates-c38ee99a.js} +1 -1
  147. package/dist/esm/kup-drawer.entry.js +2 -2
  148. package/dist/esm/kup-echart.entry.js +2 -2
  149. package/dist/esm/kup-editor.entry.js +2 -2
  150. package/dist/esm/kup-family-tree.entry.js +2 -2
  151. package/dist/esm/kup-gantt_10.entry.js +2 -2
  152. package/dist/esm/kup-grid.entry.js +2 -2
  153. package/dist/esm/kup-htm.entry.js +2 -2
  154. package/dist/esm/kup-iframe.entry.js +2 -2
  155. package/dist/esm/kup-input-panel.entry.js +14 -10
  156. package/dist/esm/kup-lazy.entry.js +2 -2
  157. package/dist/esm/kup-magic-box.entry.js +2 -2
  158. package/dist/esm/{kup-manager-bc57ec34.js → kup-manager-35960eb2.js} +175 -21
  159. package/dist/esm/kup-nav-bar.entry.js +2 -2
  160. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  161. package/dist/esm/kup-object-field.entry.js +4 -4
  162. package/dist/esm/{kup-planner-renderer-helper-9db7a491.js → kup-planner-renderer-helper-836d9912.js} +1 -1
  163. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  164. package/dist/esm/kup-planner.entry.js +3 -3
  165. package/dist/esm/kup-probe.entry.js +2 -2
  166. package/dist/esm/kup-qlik.entry.js +2 -2
  167. package/dist/esm/kup-snackbar.entry.js +2 -2
  168. package/dist/esm/kup-txt.entry.js +2 -2
  169. package/dist/esm/kup-typography-list.entry.js +2 -2
  170. package/dist/esm/kup-typography.entry.js +2 -2
  171. package/dist/esm/loader.js +1 -1
  172. package/dist/ketchup/index.esm.js +1 -1
  173. package/dist/ketchup/ketchup.esm.js +1 -1
  174. package/dist/ketchup/p-067b5430.entry.js +1 -0
  175. package/dist/ketchup/{p-301fafb0.entry.js → p-08ac13a7.entry.js} +1 -1
  176. package/dist/ketchup/{p-e85f1e78.entry.js → p-13e4d5ef.entry.js} +1 -1
  177. package/dist/ketchup/{p-26e0046e.js → p-1ad40fd0.js} +1 -1
  178. package/dist/ketchup/{p-5fa26942.entry.js → p-21cb6f39.entry.js} +1 -1
  179. package/dist/ketchup/{p-50a341fc.entry.js → p-2d954ca8.entry.js} +1 -1
  180. package/dist/ketchup/p-37c3d27d.js +1 -0
  181. package/dist/ketchup/{p-31a050c6.entry.js → p-3b4d57f5.entry.js} +1 -1
  182. package/dist/ketchup/p-4019d630.js +1 -0
  183. package/dist/ketchup/{p-1f5b1df4.entry.js → p-541d469a.entry.js} +1 -1
  184. package/dist/ketchup/{p-6bc44966.entry.js → p-55e69e9f.entry.js} +1 -1
  185. package/dist/ketchup/{p-85a956cd.js → p-5f82173c.js} +1 -1
  186. package/dist/ketchup/{p-070a0dac.js → p-68dc4ed1.js} +1 -1
  187. package/dist/ketchup/{p-302502d4.entry.js → p-6d3521d6.entry.js} +1 -1
  188. package/dist/ketchup/{p-90f5363e.entry.js → p-6dd48c60.entry.js} +1 -1
  189. package/dist/ketchup/{p-8213526b.entry.js → p-707dff2c.entry.js} +1 -1
  190. package/dist/ketchup/{p-2847ac2b.entry.js → p-751b23b7.entry.js} +1 -1
  191. package/dist/ketchup/{p-8222d46d.entry.js → p-76c2f184.entry.js} +1 -1
  192. package/dist/ketchup/{p-35d6f606.entry.js → p-77117b3a.entry.js} +1 -1
  193. package/dist/ketchup/p-7e0fb905.entry.js +1 -0
  194. package/dist/ketchup/{p-2018e835.entry.js → p-857c601b.entry.js} +1 -1
  195. package/dist/ketchup/{p-552622f5.entry.js → p-939094ef.entry.js} +1 -1
  196. package/dist/ketchup/{p-211d8935.entry.js → p-99761543.entry.js} +1 -1
  197. package/dist/ketchup/{p-e77460f4.js → p-9ae814eb.js} +1 -1
  198. package/dist/ketchup/p-9f5d650a.js +21 -0
  199. package/dist/ketchup/p-a44780fb.entry.js +1 -0
  200. package/dist/ketchup/p-a841aef5.entry.js +1 -0
  201. package/dist/ketchup/p-a8714314.entry.js +8 -0
  202. package/dist/ketchup/{p-56180822.entry.js → p-ab6b96ab.entry.js} +1 -1
  203. package/dist/ketchup/{p-2e6e1479.entry.js → p-b1197adf.entry.js} +1 -1
  204. package/dist/ketchup/{p-5183215e.entry.js → p-b6a5e87c.entry.js} +1 -1
  205. package/dist/ketchup/{p-c907474c.entry.js → p-bbd702fd.entry.js} +1 -1
  206. package/dist/ketchup/{p-ebcf1f74.js → p-c2367aee.js} +1 -1
  207. package/dist/ketchup/{p-e7ccceeb.entry.js → p-c31f37f9.entry.js} +1 -1
  208. package/dist/ketchup/{p-cbea5a29.entry.js → p-c838a17e.entry.js} +1 -1
  209. package/dist/ketchup/{p-bdbbfb48.js → p-d0b30d6a.js} +1 -1
  210. package/dist/ketchup/{p-daacc004.entry.js → p-d66086d5.entry.js} +1 -1
  211. package/dist/ketchup/{p-f96390e2.entry.js → p-d90c27c1.entry.js} +1 -1
  212. package/dist/ketchup/{p-0b5f3245.entry.js → p-df0207be.entry.js} +1 -1
  213. package/dist/ketchup/p-fa177711.entry.js +1 -0
  214. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -1
  215. package/dist/types/components/kup-data-table/kup-data-table.d.ts +7 -0
  216. package/dist/types/components.d.ts +8 -0
  217. package/dist/types/managers/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +2 -0
  218. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +1 -0
  219. package/dist/types/managers/kup-theme/kup-theme.d.ts +17 -0
  220. package/package.json +1 -4
  221. package/dist/ketchup/p-10a3d9cb.js +0 -21
  222. package/dist/ketchup/p-48b91894.entry.js +0 -1
  223. package/dist/ketchup/p-80d8f092.entry.js +0 -1
  224. package/dist/ketchup/p-a78c9d39.js +0 -1
  225. package/dist/ketchup/p-bbf06c90.entry.js +0 -1
  226. package/dist/ketchup/p-c24e94cb.js +0 -1
  227. package/dist/ketchup/p-ebe27d32.entry.js +0 -1
  228. package/dist/ketchup/p-ef780739.entry.js +0 -8
  229. package/dist/ketchup/p-f9767f0a.entry.js +0 -1
@@ -3,20 +3,20 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
7
- const kupDataTableHelper = require('./kup-data-table-helper-02b0fb46.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
+ const kupDataTableHelper = require('./kup-data-table-helper-9a9ad503.js');
8
8
  const fImage = require('./f-image-5a33fd05.js');
9
- const fChip = require('./f-chip-e8b709c3.js');
9
+ const fChip = require('./f-chip-ec543689.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
- const fCell = require('./f-cell-d7ac8d4e.js');
12
- const fPaginatorUtils = require('./f-paginator-utils-f9c65479.js');
11
+ const fCell = require('./f-cell-eed32cd7.js');
12
+ const fPaginatorUtils = require('./f-paginator-utils-f0d22b06.js');
13
13
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
14
- require('./kup-dates-84f0bc78.js');
14
+ require('./kup-dates-594b0f91.js');
15
15
  require('./f-button-9aca7812.js');
16
16
  require('./f-button-declarations-76ef9f87.js');
17
17
  require('./f-checkbox-a3461c4d.js');
18
- require('./f-object-field-3ab19cc3.js');
19
- require('./f-text-field-e8ac044b.js');
18
+ require('./f-object-field-1ddaee2d.js');
19
+ require('./f-text-field-4d4fa492.js');
20
20
  require('./component-a6dd6c14.js');
21
21
 
22
22
  /**
@@ -101,7 +101,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
101
101
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
102
102
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
103
103
  };
104
- var _KupBox_instances, _KupBox_checkUpdateState, _KupBox_kupManager, _KupBox_intObserver, _KupBox_rowsRefs, _KupBox_navBarHeight, _KupBox_loadMoreEventCounter, _KupBox_loadMoreEventPreviousQuantity, _KupBox_didRenderObservers, _KupBox_setObserver, _KupBox_onLoadMoreClick;
104
+ var _KupBox_instances, _KupBox_checkUpdateState, _KupBox_kupManager, _KupBox_intObserver, _KupBox_rowsRefs, _KupBox_navBarHeight, _KupBox_boundClickFunction, _KupBox_loadMoreEventCounter, _KupBox_loadMoreEventPreviousQuantity, _KupBox_didRenderObservers, _KupBox_setObserver, _KupBox_onLoadMoreClick;
105
105
  const KupBox = class {
106
106
  constructor(hostRef) {
107
107
  index.registerInstance(this, hostRef);
@@ -135,6 +135,7 @@ const KupBox = class {
135
135
  _KupBox_intObserver.set(this, undefined);
136
136
  _KupBox_rowsRefs.set(this, []);
137
137
  _KupBox_navBarHeight.set(this, 0);
138
+ _KupBox_boundClickFunction.set(this, this.clickFunction.bind(this));
138
139
  _KupBox_loadMoreEventCounter.set(this, 0);
139
140
  _KupBox_loadMoreEventPreviousQuantity.set(this, 0);
140
141
  this.collapsedSection = {};
@@ -1187,7 +1188,7 @@ const KupBox = class {
1187
1188
  componentDidLoad() {
1188
1189
  this.handleAutomaticBoxSelection();
1189
1190
  // When component is created, then the listener is set. @See clickFunction for more details
1190
- document.addEventListener('click', this.clickFunction.bind(this));
1191
+ document.addEventListener('click', __classPrivateFieldGet(this, _KupBox_boundClickFunction, "f"));
1191
1192
  this.currentPage = this.pageSelected;
1192
1193
  if (this.multiSelection && this.selectedRowsState) {
1193
1194
  this.selectedRows = [];
@@ -1296,14 +1297,16 @@ const KupBox = class {
1296
1297
  el) }, boxContent)))));
1297
1298
  }
1298
1299
  disconnectedCallback() {
1299
- __classPrivateFieldGet(this, _KupBox_kupManager, "f").interact.unregister(this.interactableDrag.concat(this.interactableDrop));
1300
+ __classPrivateFieldGet(this, _KupBox_kupManager, "f").interact.unregister(this.interactableDrag
1301
+ .concat(this.interactableDrop)
1302
+ .concat(this.interactableTouch));
1300
1303
  __classPrivateFieldGet(this, _KupBox_kupManager, "f").language.unregister(this);
1301
1304
  __classPrivateFieldGet(this, _KupBox_kupManager, "f").theme.unregister(this);
1302
1305
  if (this.scrollOnHover) {
1303
1306
  __classPrivateFieldGet(this, _KupBox_kupManager, "f").scrollOnHover.unregister(this.boxContainer);
1304
1307
  }
1305
1308
  // When component is destroyed, then the listener is removed. @See clickFunction for more details
1306
- document.removeEventListener('click', this.clickFunction.bind(this));
1309
+ document.removeEventListener('click', __classPrivateFieldGet(this, _KupBox_boundClickFunction, "f"));
1307
1310
  this.kupDidUnload.emit({ comp: this, id: this.rootElement.id });
1308
1311
  }
1309
1312
  get rootElement() { return index.getElement(this); }
@@ -1319,7 +1322,7 @@ const KupBox = class {
1319
1322
  "selectBox": ["onSelectBoxChanged"]
1320
1323
  }; }
1321
1324
  };
1322
- _KupBox_kupManager = new WeakMap(), _KupBox_intObserver = new WeakMap(), _KupBox_rowsRefs = new WeakMap(), _KupBox_navBarHeight = new WeakMap(), _KupBox_loadMoreEventCounter = new WeakMap(), _KupBox_loadMoreEventPreviousQuantity = new WeakMap(), _KupBox_instances = new WeakSet(), _KupBox_checkUpdateState = function _KupBox_checkUpdateState() {
1325
+ _KupBox_kupManager = new WeakMap(), _KupBox_intObserver = new WeakMap(), _KupBox_rowsRefs = new WeakMap(), _KupBox_navBarHeight = new WeakMap(), _KupBox_boundClickFunction = new WeakMap(), _KupBox_loadMoreEventCounter = new WeakMap(), _KupBox_loadMoreEventPreviousQuantity = new WeakMap(), _KupBox_instances = new WeakSet(), _KupBox_checkUpdateState = function _KupBox_checkUpdateState() {
1323
1326
  let somethingChanged = false;
1324
1327
  if (!__classPrivateFieldGet(this, _KupBox_kupManager, "f").objects.deepEqual(this.state.sortBy, this.sortBy)) {
1325
1328
  this.state.sortBy = this.sortBy;
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$4 = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-9aca7812.js');
9
- const fChip = require('./f-chip-e8b709c3.js');
10
- const kupDates = require('./kup-dates-84f0bc78.js');
9
+ const fChip = require('./f-chip-ec543689.js');
10
+ const kupDates = require('./kup-dates-594b0f91.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-5a33fd05.js');
13
13
 
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-84f0bc78.js');
8
+ require('./kup-dates-594b0f91.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-card-list component.
@@ -3,17 +3,17 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-9aca7812.js');
9
- const fCell = require('./f-cell-d7ac8d4e.js');
10
- require('./kup-dates-84f0bc78.js');
9
+ const fCell = require('./f-cell-eed32cd7.js');
10
+ require('./kup-dates-594b0f91.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-5a33fd05.js');
13
13
  require('./f-checkbox-a3461c4d.js');
14
- require('./f-chip-e8b709c3.js');
15
- require('./f-object-field-3ab19cc3.js');
16
- require('./f-text-field-e8ac044b.js');
14
+ require('./f-chip-ec543689.js');
15
+ require('./f-object-field-1ddaee2d.js');
16
+ require('./f-text-field-4d4fa492.js');
17
17
 
18
18
  const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
19
19
  const KupCellStyle0 = kupCellCss;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupDates = require('./kup-dates-84f0bc78.js');
6
+ const kupDates = require('./kup-dates-594b0f91.js');
7
7
  const bar_helpers = require('./bar.helpers-c481a535.js');
8
8
  const kupPlannerTimeFormatter = require('./kup-planner-time-formatter-b7dca3ea.js');
9
9
  const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
@@ -5,14 +5,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-9aca7812.js');
7
7
  const fCheckbox = require('./f-checkbox-a3461c4d.js');
8
- const fTextField = require('./f-text-field-e8ac044b.js');
8
+ const fTextField = require('./f-text-field-4d4fa492.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
- const kupManager = require('./kup-manager-518e11f4.js');
10
+ const kupManager = require('./kup-manager-8787fc42.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-5a33fd05.js');
14
14
  require('./component-a6dd6c14.js');
15
- require('./kup-dates-84f0bc78.js');
15
+ require('./kup-dates-594b0f91.js');
16
16
 
17
17
  /**
18
18
  * Props of the kup-dashboard component.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const kupManager = require('./kup-manager-518e11f4.js');
4
- const kupDates = require('./kup-dates-84f0bc78.js');
3
+ const kupManager = require('./kup-manager-8787fc42.js');
4
+ const kupDates = require('./kup-dates-594b0f91.js');
5
5
 
6
6
  /**
7
7
  * Filtering algorithms related to column menus.
@@ -52,7 +52,7 @@ var KupDatesOrder;
52
52
  var dayjs_min = {exports: {}};
53
53
 
54
54
  (function (module, exports) {
55
- !function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",c="month",f="quarter",h="year",d="date",l="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return "["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},m=function(t,e,n){var r=String(t);return !r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return (e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return -t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,c),s=n-i<0,u=e.clone().add(r+(s?-1:1),c);return +(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return {M:c,y:h,w:o,d:a,D:d,h:u,m:s,s:i,ms:r,Q:f}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},g="en",D={};D[g]=M;var p="$isDayjsObject",S=function(t){return t instanceof _||!(!t||!t[p])},w=function t(e,n,r){var i;if(!e)return g;if("string"==typeof e){var s=e.toLowerCase();D[s]&&(i=s),n&&(D[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else {var a=e.name;D[a]=e,i=a;}return !r&&i&&(g=i),i||!r&&g},O=function(t,e){if(S(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n)},b=v;b.l=w,b.i=S,b.w=function(t,e){return O(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var _=function(){function M(t){this.$L=w(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[p]=!0;}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.init();},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},m.$utils=function(){return b},m.isValid=function(){return !(this.$d.toString()===l)},m.isSame=function(t,e){var n=O(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return O(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<O(t)},m.$g=function(t,e,n){return b.u(t)?this[e]:this.set(n,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var n=this,r=!!b.u(e)||e,f=b.p(t),l=function(t,e){var i=b.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(a)},$=function(t,e){return b.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},y=this.$W,M=this.$M,m=this.$D,v="set"+(this.$u?"UTC":"");switch(f){case h:return r?l(1,0):l(31,11);case c:return r?l(1,M):l(0,M+1);case o:var g=this.$locale().weekStart||0,D=(y<g?y+7:y)-g;return l(r?m-D:m+(6-D),M);case a:case d:return $(v+"Hours",0);case u:return $(v+"Minutes",1);case s:return $(v+"Seconds",2);case i:return $(v+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var n,o=b.p(t),f="set"+(this.$u?"UTC":""),l=(n={},n[a]=f+"Date",n[d]=f+"Date",n[c]=f+"Month",n[h]=f+"FullYear",n[u]=f+"Hours",n[s]=f+"Minutes",n[i]=f+"Seconds",n[r]=f+"Milliseconds",n)[o],$=o===a?this.$D+(e-this.$W):e;if(o===c||o===h){var y=this.clone().set(d,1);y.$d[l]($),y.init(),this.$d=y.set(d,Math.min(this.$D,y.daysInMonth())).$d;}else l&&this.$d[l]($);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[b.p(t)]()},m.add=function(r,f){var d,l=this;r=Number(r);var $=b.p(f),y=function(t){var e=O(l);return b.w(e.date(e.date()+Math.round(t*r)),l)};if($===c)return this.set(c,this.$M+r);if($===h)return this.set(h,this.$y+r);if($===a)return y(1);if($===o)return y(7);var M=(d={},d[s]=e,d[u]=n,d[i]=t,d)[$]||1,m=this.$d.getTime()+r*M;return b.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||l;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=b.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,c=n.months,f=n.meridiem,h=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s)},d=function(t){return b.s(s%12||12,t,"0")},$=f||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(y,(function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return b.s(e.$y,4,"0");case"M":return a+1;case"MM":return b.s(a+1,2,"0");case"MMM":return h(n.monthsShort,a,c,3);case"MMMM":return h(c,a);case"D":return e.$D;case"DD":return b.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return h(n.weekdaysMin,e.$W,o,2);case"ddd":return h(n.weekdaysShort,e.$W,o,3);case"dddd":return o[e.$W];case"H":return String(s);case"HH":return b.s(s,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return $(s,u,!0);case"A":return $(s,u,!1);case"m":return String(u);case"mm":return b.s(u,2,"0");case"s":return String(e.$s);case"ss":return b.s(e.$s,2,"0");case"SSS":return b.s(e.$ms,3,"0");case"Z":return i}return null}(t)||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,d,l){var $,y=this,M=b.p(d),m=O(r),v=(m.utcOffset()-this.utcOffset())*e,g=this-m,D=function(){return b.m(y,m)};switch(M){case h:$=D()/12;break;case c:$=D();break;case f:$=D()/3;break;case o:$=(g-v)/6048e5;break;case a:$=(g-v)/864e5;break;case u:$=g/n;break;case s:$=g/e;break;case i:$=g/t;break;default:$=g;}return l?$:b.a($)},m.daysInMonth=function(){return this.endOf(c).$D},m.$locale=function(){return D[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=w(t,e,!0);return r&&(n.$L=r),n},m.clone=function(){return b.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},M}(),k=_.prototype;return O.prototype=k,[["$ms",r],["$s",i],["$m",s],["$H",u],["$W",a],["$M",c],["$y",h],["$D",d]].forEach((function(t){k[t[1]]=function(e){return this.$g(e,t[0],t[1])};})),O.extend=function(t,e){return t.$i||(t(e,_,O),t.$i=!0),O},O.locale=w,O.isDayjs=S,O.unix=function(t){return O(1e3*t)},O.en=D[g],O.Ls=D,O.p={},O}));
55
+ !function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",c="month",f="quarter",h="year",d="date",l="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return "["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},m=function(t,e,n){var r=String(t);return !r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return (e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return -t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,c),s=n-i<0,u=e.clone().add(r+(s?-1:1),c);return +(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return {M:c,y:h,w:o,d:a,D:d,h:u,m:s,s:i,ms:r,Q:f}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},g="en",D={};D[g]=M;var p="$isDayjsObject",S=function(t){return t instanceof _||!(!t||!t[p])},w=function t(e,n,r){var i;if(!e)return g;if("string"==typeof e){var s=e.toLowerCase();D[s]&&(i=s),n&&(D[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else {var a=e.name;D[a]=e,i=a;}return !r&&i&&(g=i),i||!r&&g},O=function(t,e){if(S(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n)},b=v;b.l=w,b.i=S,b.w=function(t,e){return O(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var _=function(){function M(t){this.$L=w(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[p]=!0;}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.init();},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},m.$utils=function(){return b},m.isValid=function(){return !(this.$d.toString()===l)},m.isSame=function(t,e){var n=O(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return O(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<O(t)},m.$g=function(t,e,n){return b.u(t)?this[e]:this.set(n,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var n=this,r=!!b.u(e)||e,f=b.p(t),l=function(t,e){var i=b.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(a)},$=function(t,e){return b.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},y=this.$W,M=this.$M,m=this.$D,v="set"+(this.$u?"UTC":"");switch(f){case h:return r?l(1,0):l(31,11);case c:return r?l(1,M):l(0,M+1);case o:var g=this.$locale().weekStart||0,D=(y<g?y+7:y)-g;return l(r?m-D:m+(6-D),M);case a:case d:return $(v+"Hours",0);case u:return $(v+"Minutes",1);case s:return $(v+"Seconds",2);case i:return $(v+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var n,o=b.p(t),f="set"+(this.$u?"UTC":""),l=(n={},n[a]=f+"Date",n[d]=f+"Date",n[c]=f+"Month",n[h]=f+"FullYear",n[u]=f+"Hours",n[s]=f+"Minutes",n[i]=f+"Seconds",n[r]=f+"Milliseconds",n)[o],$=o===a?this.$D+(e-this.$W):e;if(o===c||o===h){var y=this.clone().set(d,1);y.$d[l]($),y.init(),this.$d=y.set(d,Math.min(this.$D,y.daysInMonth())).$d;}else l&&this.$d[l]($);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[b.p(t)]()},m.add=function(r,f){var d,l=this;r=Number(r);var $=b.p(f),y=function(t){var e=O(l);return b.w(e.date(e.date()+Math.round(t*r)),l)};if($===c)return this.set(c,this.$M+r);if($===h)return this.set(h,this.$y+r);if($===a)return y(1);if($===o)return y(7);var M=(d={},d[s]=e,d[u]=n,d[i]=t,d)[$]||1,m=this.$d.getTime()+r*M;return b.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||l;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=b.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,c=n.months,f=n.meridiem,h=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s)},d=function(t){return b.s(s%12||12,t,"0")},$=f||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(y,(function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return b.s(e.$y,4,"0");case"M":return a+1;case"MM":return b.s(a+1,2,"0");case"MMM":return h(n.monthsShort,a,c,3);case"MMMM":return h(c,a);case"D":return e.$D;case"DD":return b.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return h(n.weekdaysMin,e.$W,o,2);case"ddd":return h(n.weekdaysShort,e.$W,o,3);case"dddd":return o[e.$W];case"H":return String(s);case"HH":return b.s(s,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return $(s,u,!0);case"A":return $(s,u,!1);case"m":return String(u);case"mm":return b.s(u,2,"0");case"s":return String(e.$s);case"ss":return b.s(e.$s,2,"0");case"SSS":return b.s(e.$ms,3,"0");case"Z":return i}return null}(t)||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,d,l){var $,y=this,M=b.p(d),m=O(r),v=(m.utcOffset()-this.utcOffset())*e,g=this-m,D=function(){return b.m(y,m)};switch(M){case h:$=D()/12;break;case c:$=D();break;case f:$=D()/3;break;case o:$=(g-v)/6048e5;break;case a:$=(g-v)/864e5;break;case u:$=g/n;break;case s:$=g/e;break;case i:$=g/t;break;default:$=g;}return l?$:b.a($)},m.daysInMonth=function(){return this.endOf(c).$D},m.$locale=function(){return D[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=w(t,e,!0);return r&&(n.$L=r),n},m.clone=function(){return b.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},M}(),Y=_.prototype;return O.prototype=Y,[["$ms",r],["$s",i],["$m",s],["$H",u],["$W",a],["$M",c],["$y",h],["$D",d]].forEach((function(t){Y[t[1]]=function(e){return this.$g(e,t[0],t[1])};})),O.extend=function(t,e){return t.$i||(t(e,_,O),t.$i=!0),O},O.locale=w,O.isDayjs=S,O.unix=function(t){return O(1e3*t)},O.en=D[g],O.Ls=D,O.p={},O}));
56
56
  }(dayjs_min));
57
57
 
58
58
  const dayjs = dayjs_min.exports;
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-84f0bc78.js');
8
+ require('./kup-dates-594b0f91.js');
9
9
 
10
10
  const drawerClass = 'drawer';
11
11
  /**
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-84f0bc78.js');
8
+ require('./kup-dates-594b0f91.js');
9
9
 
10
10
  /*! *****************************************************************************
11
11
  Copyright (c) Microsoft Corporation.
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- const kupDates = require('./kup-dates-84f0bc78.js');
8
+ const kupDates = require('./kup-dates-594b0f91.js');
9
9
 
10
10
  var toastuiEditor = {exports: {}};
11
11
 
@@ -6,9 +6,9 @@ const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-9aca7812.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-5a33fd05.js');
9
- const kupManager = require('./kup-manager-518e11f4.js');
9
+ const kupManager = require('./kup-manager-8787fc42.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
- require('./kup-dates-84f0bc78.js');
11
+ require('./kup-dates-594b0f91.js');
12
12
 
13
13
  /**
14
14
  * Props of the kup-family-tree component.
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-7123c277.js');
6
+ const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-a2e9a62c.js');
7
7
  const bar_helpers = require('./bar.helpers-c481a535.js');
8
8
  const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
9
- require('./kup-dates-84f0bc78.js');
9
+ require('./kup-dates-594b0f91.js');
10
10
 
11
11
  const kupGanttCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.wrapper{display:flex;padding:0;margin:0;list-style:none;outline:none;position:relative}.ganttContainer{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);overflow:hidden;padding:var(--kup-space-05)}.ganttVerticalContainer{overflow:hidden;font-size:0;margin:0;padding:0}.horizontalContainer{margin:0;padding:0;overflow:hidden}.horizontalContainerScrollable{overflow:auto !important;scrollbar-width:0}.horizontalContainerScrollable::-webkit-scrollbar{width:0;height:0}.task-gantt{overflow:hidden}";
12
12
  const KupGanttStyle0 = kupGanttCss;
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-84f0bc78.js');
8
+ require('./kup-dates-594b0f91.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-grid component.
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-84f0bc78.js');
8
+ require('./kup-dates-594b0f91.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-htm component.
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
7
- require('./kup-dates-84f0bc78.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
+ require('./kup-dates-594b0f91.js');
8
8
 
9
9
  /**
10
10
  * Props of the kup-iframe component.
@@ -4,18 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-9aca7812.js');
7
- const fCell = require('./f-cell-d7ac8d4e.js');
8
- const kupManager = require('./kup-manager-518e11f4.js');
7
+ const fCell = require('./f-cell-eed32cd7.js');
8
+ const kupManager = require('./kup-manager-8787fc42.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
10
  const fTypography = require('./f-typography-85d8238a.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-5a33fd05.js');
14
14
  require('./f-checkbox-a3461c4d.js');
15
- require('./f-chip-e8b709c3.js');
16
- require('./f-object-field-3ab19cc3.js');
17
- require('./f-text-field-e8ac044b.js');
18
- require('./kup-dates-84f0bc78.js');
15
+ require('./f-chip-ec543689.js');
16
+ require('./f-object-field-1ddaee2d.js');
17
+ require('./f-text-field-4d4fa492.js');
18
+ require('./kup-dates-594b0f91.js');
19
19
  require('./component-a6dd6c14.js');
20
20
 
21
21
  var KupInputPanelLayoutSectionType;
@@ -423,7 +423,7 @@ const KupInputPanel = class {
423
423
  index.h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.EMPTY_DATA)),
424
424
  ]
425
425
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
426
- return (index.h(index.Host, { key: 'fc3ef78246aa009565b2090da6f8247e585af7b2', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
426
+ return (index.h(index.Host, { key: 'd9fbca78674850146e47c580b0c5b011f478e66a', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
427
427
  this.tabSelected = e.detail.node.id;
428
428
  }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => {
429
429
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
@@ -433,7 +433,7 @@ const KupInputPanel = class {
433
433
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
434
434
  }, "onKup-objectfield-selectedmenuitem": (e) => {
435
435
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
436
- }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, index.h("style", { key: 'd8f6037fcd40ab16a45bad9af2f860ccf96ac2ea' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '938d54844c4b36baf9403cdceb0e5ab10ad5475e', id: GenericVariables.componentWrapperId }, inputPanelContent)));
436
+ }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, index.h("style", { key: 'd13184d7e49622985bb1edcc11ca289e64e5186f' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'c90a0a1001649ed3517e2780e5bd3d130afd07d3', id: GenericVariables.componentWrapperId }, inputPanelContent)));
437
437
  }
438
438
  disconnectedCallback() {
439
439
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -836,6 +836,10 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
836
836
  if (!field.absoluteHeight) {
837
837
  field.absoluteHeight = 1;
838
838
  }
839
+ if (dom.ketchup.objects.isSwitch(fieldCell.cell.obj)) {
840
+ fieldCell.cell.data.leadingLabel = false;
841
+ fieldCell.cell.shape = kupManager.FCellShapes.TEXT_FIELD;
842
+ }
839
843
  const absoluteWidth = fieldCell.cell.shape === kupManager.FCellShapes.LABEL
840
844
  ? getLabelAbsoluteWidth(length)
841
845
  : fieldCell.cell.shape === kupManager.FCellShapes.CHECKBOX
@@ -1279,7 +1283,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1279
1283
  : (_d = (_c = cell.data) === null || _c === void 0 ? void 0 : _c.data) === null || _d === void 0 ? void 0 : _d['kup-list'];
1280
1284
  if (kupListData) {
1281
1285
  kupListData.data = (filteredRows === null || filteredRows === void 0 ? void 0 : filteredRows.length)
1282
- ? (_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : []
1286
+ ? ((_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : [])
1283
1287
  : [];
1284
1288
  kupListData.options = (_f = options === null || options === void 0 ? void 0 : options.columns) !== null && _f !== void 0 ? _f : [];
1285
1289
  }
@@ -1328,7 +1332,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1328
1332
  // Update the autocomplete list data
1329
1333
  const kupListData = targetCell.data.data['kup-list'];
1330
1334
  kupListData.data = filteredRows.length
1331
- ? (_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : []
1335
+ ? ((_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : [])
1332
1336
  : [];
1333
1337
  kupListData.options = (_g = options.columns) !== null && _g !== void 0 ? _g : [];
1334
1338
  // Update the component data and refresh
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-84f0bc78.js');
8
+ require('./kup-dates-594b0f91.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-lazy component.
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-518e11f4.js');
6
+ const kupManager = require('./kup-manager-8787fc42.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-5a33fd05.js');
9
9
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
10
- require('./kup-dates-84f0bc78.js');
10
+ require('./kup-dates-594b0f91.js');
11
11
 
12
12
  /**
13
13
  * Props of the kup-magic-box component.