@sme.up/ketchup 11.0.0-SNAPSHOT-20241023082921 → 11.0.0-SNAPSHOT-20241023092659

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 (164) hide show
  1. package/dist/cjs/index-4e97f23f.js +4 -0
  2. package/dist/cjs/ketchup.cjs.js +1 -1
  3. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +38 -38
  4. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  5. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  6. package/dist/cjs/kup-htm.cjs.entry.js +100 -0
  7. package/dist/cjs/kup-htm.cjs.entry.js.map +1 -0
  8. package/dist/cjs/kup-image-list.cjs.entry.js +3 -3
  9. package/dist/cjs/kup-input-panel.cjs.entry.js +1 -1
  10. package/dist/cjs/kup-lazy.cjs.entry.js +11 -11
  11. package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
  12. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  13. package/dist/cjs/kup-numeric-picker.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  15. package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
  16. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  17. package/dist/cjs/kup-planner.cjs.entry.js +1 -1
  18. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  23. package/dist/cjs/loader.cjs.js +1 -1
  24. package/dist/collection/assets/htm.js +20 -0
  25. package/dist/collection/assets/index.js +4 -0
  26. package/dist/collection/collection-manifest.json +1 -0
  27. package/dist/collection/components/kup-htm/kup-htm-declarations.js +9 -0
  28. package/dist/collection/components/kup-htm/kup-htm-declarations.js.map +1 -0
  29. package/dist/collection/components/kup-htm/kup-htm.css +147 -0
  30. package/dist/collection/components/kup-htm/kup-htm.js +225 -0
  31. package/dist/collection/components/kup-htm/kup-htm.js.map +1 -0
  32. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  33. package/dist/collection/components/kup-input-panel/kup-input-panel.js +1 -1
  34. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  35. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  36. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  37. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  38. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  39. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
  40. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  41. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  42. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  43. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  44. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  45. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  46. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  47. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  48. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  49. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  50. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  51. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  52. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  53. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  54. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  55. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  56. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  57. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  58. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  59. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  60. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  61. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  62. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  63. package/dist/collection/components/kup-typography/kup-typography.js +1 -1
  64. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  65. package/dist/components/custom-task-list-header.js +2 -2
  66. package/dist/components/kup-autocomplete2.js +38 -38
  67. package/dist/components/kup-gantt-calendar2.js +2 -2
  68. package/dist/components/kup-gantt2.js +2 -2
  69. package/dist/components/kup-grid-renderer2.js +3 -3
  70. package/dist/components/kup-horizontal-scroll2.js +5 -5
  71. package/dist/components/kup-htm.d.ts +11 -0
  72. package/dist/components/kup-htm.js +253 -0
  73. package/dist/components/kup-htm.js.map +1 -0
  74. package/dist/components/kup-image-list.js +3 -3
  75. package/dist/components/kup-input-panel.js +1 -1
  76. package/dist/components/kup-lazy.js +11 -11
  77. package/dist/components/kup-magic-box.js +3 -3
  78. package/dist/components/kup-nav-bar.js +1 -1
  79. package/dist/components/kup-numeric-picker.js +1 -1
  80. package/dist/components/kup-pdf.js +1 -1
  81. package/dist/components/kup-photo-frame.js +2 -2
  82. package/dist/components/kup-planner-renderer2.js +2 -2
  83. package/dist/components/kup-planner.js +1 -1
  84. package/dist/components/kup-probe.js +1 -1
  85. package/dist/components/kup-qlik.js +1 -1
  86. package/dist/components/kup-snackbar.js +1 -1
  87. package/dist/components/kup-standard-tooltip2.js +1 -1
  88. package/dist/components/kup-switcher2.js +1 -1
  89. package/dist/components/kup-task-gantt2.js +2 -2
  90. package/dist/components/kup-task-list-header2.js +7 -7
  91. package/dist/components/kup-task-list-table2.js +1 -1
  92. package/dist/components/kup-task-list2.js +1 -1
  93. package/dist/components/kup-tooltip2.js +1 -1
  94. package/dist/components/kup-typography-list.js +1 -1
  95. package/dist/components/kup-typography.js +1 -1
  96. package/dist/components/kup-vertical-scroll2.js +2 -2
  97. package/dist/esm/index-191ee7cb.js +4 -0
  98. package/dist/esm/ketchup.js +1 -1
  99. package/dist/esm/kup-autocomplete_27.entry.js +38 -38
  100. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  101. package/dist/esm/kup-gantt_10.entry.js +23 -23
  102. package/dist/esm/kup-htm.entry.js +96 -0
  103. package/dist/esm/kup-htm.entry.js.map +1 -0
  104. package/dist/esm/kup-image-list.entry.js +3 -3
  105. package/dist/esm/kup-input-panel.entry.js +1 -1
  106. package/dist/esm/kup-lazy.entry.js +11 -11
  107. package/dist/esm/kup-magic-box.entry.js +3 -3
  108. package/dist/esm/kup-nav-bar.entry.js +1 -1
  109. package/dist/esm/kup-numeric-picker.entry.js +1 -1
  110. package/dist/esm/kup-pdf.entry.js +1 -1
  111. package/dist/esm/kup-photo-frame.entry.js +2 -2
  112. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  113. package/dist/esm/kup-planner.entry.js +1 -1
  114. package/dist/esm/kup-probe.entry.js +1 -1
  115. package/dist/esm/kup-qlik.entry.js +1 -1
  116. package/dist/esm/kup-snackbar.entry.js +1 -1
  117. package/dist/esm/kup-typography-list.entry.js +1 -1
  118. package/dist/esm/kup-typography.entry.js +1 -1
  119. package/dist/esm/loader.js +1 -1
  120. package/dist/ketchup/ketchup.esm.js +1 -1
  121. package/dist/ketchup/ketchup.esm.js.map +1 -1
  122. package/dist/ketchup/{p-b3c7cbd9.entry.js → p-20c22a22.entry.js} +2 -2
  123. package/dist/ketchup/{p-e921b455.entry.js → p-26efe39b.entry.js} +2 -2
  124. package/dist/ketchup/{p-18229ac3.entry.js → p-2c8d07af.entry.js} +2 -2
  125. package/dist/ketchup/{p-f4a6652e.entry.js → p-362a8b69.entry.js} +2 -2
  126. package/dist/ketchup/{p-45db3eae.entry.js → p-3a8f5a76.entry.js} +2 -2
  127. package/dist/ketchup/{p-39fa8da7.entry.js → p-3edff8e7.entry.js} +2 -2
  128. package/dist/ketchup/{p-9d9bb8a9.entry.js → p-422e1c5d.entry.js} +2 -2
  129. package/dist/ketchup/{p-9788df0b.entry.js → p-44b6390c.entry.js} +2 -2
  130. package/dist/ketchup/{p-fedd9482.entry.js → p-4b14b67b.entry.js} +2 -2
  131. package/dist/ketchup/p-5e889cbc.entry.js +2 -0
  132. package/dist/ketchup/p-5e889cbc.entry.js.map +1 -0
  133. package/dist/ketchup/{p-203cb58a.entry.js → p-94099e24.entry.js} +3 -3
  134. package/dist/ketchup/{p-8a77b0b2.entry.js → p-9fa6808d.entry.js} +2 -2
  135. package/dist/ketchup/{p-188ed514.entry.js → p-a33ea26d.entry.js} +2 -2
  136. package/dist/ketchup/{p-674a4d20.entry.js → p-b46a4d95.entry.js} +2 -2
  137. package/dist/ketchup/{p-246e4816.entry.js → p-b849ae30.entry.js} +2 -2
  138. package/dist/ketchup/p-bb4e26cb.entry.js +2 -0
  139. package/dist/ketchup/{p-e32ad7e4.entry.js.map → p-bb4e26cb.entry.js.map} +1 -1
  140. package/dist/ketchup/{p-7b5bef8e.entry.js → p-c7dfed3a.entry.js} +2 -2
  141. package/dist/ketchup/{p-992647ed.entry.js → p-ce5a86e1.entry.js} +2 -2
  142. package/dist/ketchup/{p-5d738584.entry.js → p-e8c292e9.entry.js} +2 -2
  143. package/dist/types/components/kup-htm/kup-htm-declarations.d.ts +7 -0
  144. package/dist/types/components/kup-htm/kup-htm.d.ts +40 -0
  145. package/dist/types/components.d.ts +57 -0
  146. package/package.json +1 -1
  147. package/dist/ketchup/p-e32ad7e4.entry.js +0 -2
  148. /package/dist/ketchup/{p-b3c7cbd9.entry.js.map → p-20c22a22.entry.js.map} +0 -0
  149. /package/dist/ketchup/{p-e921b455.entry.js.map → p-26efe39b.entry.js.map} +0 -0
  150. /package/dist/ketchup/{p-18229ac3.entry.js.map → p-2c8d07af.entry.js.map} +0 -0
  151. /package/dist/ketchup/{p-f4a6652e.entry.js.map → p-362a8b69.entry.js.map} +0 -0
  152. /package/dist/ketchup/{p-45db3eae.entry.js.map → p-3a8f5a76.entry.js.map} +0 -0
  153. /package/dist/ketchup/{p-39fa8da7.entry.js.map → p-3edff8e7.entry.js.map} +0 -0
  154. /package/dist/ketchup/{p-9d9bb8a9.entry.js.map → p-422e1c5d.entry.js.map} +0 -0
  155. /package/dist/ketchup/{p-9788df0b.entry.js.map → p-44b6390c.entry.js.map} +0 -0
  156. /package/dist/ketchup/{p-fedd9482.entry.js.map → p-4b14b67b.entry.js.map} +0 -0
  157. /package/dist/ketchup/{p-203cb58a.entry.js.map → p-94099e24.entry.js.map} +0 -0
  158. /package/dist/ketchup/{p-8a77b0b2.entry.js.map → p-9fa6808d.entry.js.map} +0 -0
  159. /package/dist/ketchup/{p-188ed514.entry.js.map → p-a33ea26d.entry.js.map} +0 -0
  160. /package/dist/ketchup/{p-674a4d20.entry.js.map → p-b46a4d95.entry.js.map} +0 -0
  161. /package/dist/ketchup/{p-246e4816.entry.js.map → p-b849ae30.entry.js.map} +0 -0
  162. /package/dist/ketchup/{p-7b5bef8e.entry.js.map → p-c7dfed3a.entry.js.map} +0 -0
  163. /package/dist/ketchup/{p-992647ed.entry.js.map → p-ce5a86e1.entry.js.map} +0 -0
  164. /package/dist/ketchup/{p-5d738584.entry.js.map → p-e8c292e9.entry.js.map} +0 -0
@@ -34,12 +34,12 @@ export class TaskGantt {
34
34
  }
35
35
  render() {
36
36
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
37
- return (h("div", { key: '00d776dbedc416a290f3aabd79996a9d76e54c49', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '4c32c896b94e1544d24d43fdc29a3e0627414e28', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), h("div", { key: '03b76aee547b417ded1e029d58264d1662b1d979', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
37
+ return (h("div", { key: '225f4d8173ff69d5ddde8d2f5ed33bdbe463c47b', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: 'fee606b4e38108514adcb1a7f1e5e6279ab6ff88', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), h("div", { key: '4cf70e2505d9be056ed47d36b6f7c856801e3c58', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
38
38
  ? {
39
39
  height: `${this.ganttHeight}px`,
40
40
  width: `${this.gridProps.svgWidth}px`,
41
41
  }
42
- : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '85e03be44bee1e4886245d2615300a04fef3686e' }, newBarProps)))));
42
+ : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '27ebb2611cb6f3f432b555f1f29a0e906df4cab3' }, newBarProps)))));
43
43
  }
44
44
  static get is() { return "kup-task-gantt"; }
45
45
  static get properties() {
@@ -7,22 +7,22 @@ export class KupTaskListHeader {
7
7
  this.rowWidth = undefined;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '03509c55480fd065cd256c9ee3d8f3ac8577dd19', class: "ganttTable", style: {
10
+ return (h("div", { key: '7c38309df79834a182510f6afc3ddf8c9ce0b46f', class: "ganttTable", style: {
11
11
  fontFamily: this.fontFamily,
12
12
  fontSize: this.fontSize,
13
- } }, h("div", { key: 'bfcc24753d491c6e0f5e16b9cc878a7499654111', class: "ganttTable_Header", style: {
13
+ } }, h("div", { key: '41f5891329b6ac17fbfad63f5a8fc89aadff5d96', class: "ganttTable_Header", style: {
14
14
  height: `${this.headerHeight - 2}px`,
15
- } }, h("div", { key: '6d6a501a295f0eb4590f16f5d8e63ee71b21a0a2', class: "ganttTable_HeaderItem", style: {
15
+ } }, h("div", { key: '9b30d5bad4ce720ca1d3efdd3e1c5df91866202d', class: "ganttTable_HeaderItem", style: {
16
16
  minWidth: this.rowWidth,
17
- } }, "\u00A0Name"), h("div", { key: '7c3745ab05fdbb4022485f9463cc4c0a82d7d5e0', class: "ganttTable_HeaderSeparator", style: {
17
+ } }, "\u00A0Name"), h("div", { key: '9bf3e558ee06f137809853c3da1682eded542586', class: "ganttTable_HeaderSeparator", style: {
18
18
  height: `${this.headerHeight * 0.5}px`,
19
19
  marginTop: `${this.headerHeight * 0.2}px`,
20
- } }), h("div", { key: '96c425b1608fbb8cefe696a82b3735c822935374', class: "ganttTable_HeaderItem", style: {
20
+ } }), h("div", { key: 'b57e9cb06f84f0acf420e28e1d6ee1a3c66da79d', class: "ganttTable_HeaderItem", style: {
21
21
  minWidth: this.rowWidth,
22
- } }, "\u00A0From"), h("div", { key: '8ab89b2b4104f89c80824019ddd215f960c001f2', class: "ganttTable_HeaderSeparator", style: {
22
+ } }, "\u00A0From"), h("div", { key: '62dd83ffb11015bc40b8437e35eb2e2686e2d0ff', class: "ganttTable_HeaderSeparator", style: {
23
23
  height: `${this.headerHeight * 0.5}px`,
24
24
  marginTop: `${this.headerHeight * 0.25}px`,
25
- } }), h("div", { key: '102647a5c7052b7fe5fe23c8572760bdf1ce90c2', class: "ganttTable_HeaderItem", style: {
25
+ } }), h("div", { key: '41790ff5c2576c41a11be2a3ef9e811d35b526ca', class: "ganttTable_HeaderItem", style: {
26
26
  minWidth: this.rowWidth,
27
27
  } }, "\u00A0To"))));
28
28
  }
@@ -22,7 +22,7 @@ export class TaskListTableDefault {
22
22
  return date.toLocaleDateString(this.locale, this.dateTimeOptions);
23
23
  }
24
24
  render() {
25
- return (h("div", { key: '4d28c9449506ccc6adbe87dec6925e92a5f2a6c3', class: "taskListWrapper", style: {
25
+ return (h("div", { key: '1b39b6a152899cd206287a8be18fa083d19c91a9', class: "taskListWrapper", style: {
26
26
  fontFamily: this.fontFamily,
27
27
  fontSize: this.fontSize,
28
28
  } }, this.tasks.map((task) => (h("div", { class: {
@@ -86,7 +86,7 @@ export class TaskList {
86
86
  if (TaskListTable && TaskListTable['$attrs$']) {
87
87
  Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
88
88
  }
89
- return (h("div", { key: '97bbd6d3822150ec66868cf1357643e0f926f504', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), h("div", { key: 'dc8a08171a1dd9b38fed79174fa3e67409ed5ba5', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
89
+ return (h("div", { key: 'a19dc6c19ddcf5af323857e2f3a86ad81378c5a6', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), h("div", { key: '863960227bf03fef0e3db1064df6edc56386868c', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
90
90
  ? { height: this.ganttHeight + 'px' }
91
91
  : {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
92
92
  let row = getProjectById(id, this.currentTasks);
@@ -6,7 +6,7 @@ export class StandardTooltipContent {
6
6
  this.fontFamily = undefined;
7
7
  }
8
8
  render() {
9
- return (h("div", { key: '3b9fbb38b945eb53e85ac8c5720b233d57410449', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: '783b02b7eb58348f27090db1c65676d5d2a7ee74', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (h("p", { key: 'f0797eb8c84ba474084e5f8d152a0ce184b92459', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: '440dd1fddebebb3decf9db912eeab261dc1b23fb', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
9
+ return (h("div", { key: '6e4baa35e22f4add6f7d9b71f472818eb81043fe', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: 'c3669ef657f2f16cc0dd3789c092757c238af0ba', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (h("p", { key: '919d7543791605febf24c54992eec344d69a78f9', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: 'e4292000dc3eecf27db918ec1e9b78d8e9b6b6ed', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
10
10
  }
11
11
  static get is() { return "kup-standard-tooltip"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -59,7 +59,7 @@ export class Tooltip {
59
59
  }
60
60
  }
61
61
  render() {
62
- return (h("div", { key: 'd4cdbfcae8a5783fcb753b62649504d2d96ec9e5', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: '7918f4c130178fc1130e6a55e60fbe50684c7196', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
62
+ return (h("div", { key: '376115aa725f2be586aaa2f5000cfe35e9ed2fb8', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: '3eb3daba50c63eee9b4bcdf42d9565ab633efeca', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
63
63
  }
64
64
  static get is() { return "kup-tooltip"; }
65
65
  static get encapsulation() { return "shadow"; }
@@ -31,11 +31,11 @@ export class KupVerticalScroll {
31
31
  };
32
32
  }
33
33
  render() {
34
- return (h("div", { key: 'd4b04abd5156769a5fee24b63e755dc8c3a83c09', style: {
34
+ return (h("div", { key: 'ff60569ab85cb336d97223e914f1161a0ed1def5', style: {
35
35
  height: `${this.ganttHeight}px`,
36
36
  marginTop: `${this.headerHeight}px`,
37
37
  marginLeft: this.rtl ? '' : '-1rem',
38
- }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: '6a063af00c31fb78c65724e0d24f67dc04dcdd6f', style: {
38
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: '0e05750fe66a56f93277bed8c3fad94c0f388abc', style: {
39
39
  height: `${this.ganttFullHeight}px`,
40
40
  width: '1px',
41
41
  } })));
@@ -251,7 +251,7 @@ export class KupProbe {
251
251
  if (this.features.theme) {
252
252
  customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
253
253
  }
254
- return (h(Host, { key: '996ddafe0d4e6423ce2479b9cac0ae323939cb71' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '39eae7739d080800145c30fa1ce713d131d3352f', id: componentWrapperId }, this.content)));
254
+ return (h(Host, { key: '8d7afacda7cc4439039c941af5d9150ed668d03f' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '4a15796d3c5cc632b326bddef692c640edc1c366', id: componentWrapperId }, this.content)));
255
255
  }
256
256
  disconnectedCallback() {
257
257
  if (this.features.language) {
@@ -102,7 +102,7 @@ export class KupProgressBar {
102
102
  ? true
103
103
  : false,
104
104
  };
105
- return (h(Host, { key: 'e3c06e76ae0949ef35813b14a4d4b43784319808' }, h("style", { key: '6e289ac4babad7764256a5e8ba29b3b4d5634a99' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '42c5b25815ccfafd9cb8ea6767eeb60c14a1d6d4', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: '313fb6a64d5408fad824feea27ffc400022b6fc1' }, props)))));
105
+ return (h(Host, { key: '2c70fb4cd49a7f141df8ae364f4e3f36788acf36' }, h("style", { key: '02dcd05dc9b99595282cb45264e44e97eaf09f0a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'ab83e686ee6f4e8c1f39a14665b6907332950295', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: 'df1622e0bfe127faba5f80798fd3c9ca000bbb27' }, props)))));
106
106
  }
107
107
  disconnectedCallback() {
108
108
  this.kupManager.theme.unregister(this);
@@ -110,7 +110,7 @@ export class KupQlik {
110
110
  layoutStyle = {
111
111
  ['--lyo_obj-height']: this.defobjsize,
112
112
  };
113
- return (h("div", { key: '6757be8be4d68fdb03789b12e011aeae050014ea', class: classLayout, style: layoutStyle }, this.divlist));
113
+ return (h("div", { key: '3014bd82bd94053748127d5913f9ff4bda8ef3e1', class: classLayout, style: layoutStyle }, this.divlist));
114
114
  }
115
115
  componentDidRender() {
116
116
  if (this.debug) {
@@ -91,7 +91,7 @@ export class KupRating {
91
91
  : false,
92
92
  onClick: (i) => this.onKupClick(i),
93
93
  };
94
- return (h(Host, { key: '2adee9cf902e449ee58dc7b35533cea176c0ab0e' }, h("style", { key: '197c45321da783719490d8080219b983c3c57a36' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '3f6177fdfafa5177bab3b746da259851b1e21f18', id: componentWrapperId }, h(FRating, Object.assign({ key: '10eda3b2e76468b06f0fb002d534c9007054117a' }, props)))));
94
+ return (h(Host, { key: '19e163cf4af6870a39a4c76d0434a6ee1791d464' }, h("style", { key: '762429d33eabfd6266f2cb8778e6191efbbce002' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '48fed62d8fea255be84318e7c36012eea36493d5', id: componentWrapperId }, h(FRating, Object.assign({ key: '52b3a141cc5f6e71aefb4008233e30dba9476719' }, props)))));
95
95
  }
96
96
  disconnectedCallback() {
97
97
  this.kupManager.theme.unregister(this);
@@ -93,7 +93,7 @@ export class KupSnackbar {
93
93
  this.kupManager.debug.logRender(this, true);
94
94
  }
95
95
  render() {
96
- return (h(Host, { key: '34b5225f8c03f89d8d530db8dd04546f560c08a3', "kup-visible": this.visible }, h("style", { key: 'bc24655adb906dc83635fb9256159adee92029ba' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '4171edfa33a999f7a46f64beb304fe90ba8bfde5', id: componentWrapperId }, h("div", { key: '1c59a969e3ea2177fcd8c4404b77f9e05fb4d34d', class: snackbarClass }, h("div", { key: '016234060f2d8e636927234854fddb3804b91f26', class: "snackbar__text__block" }, h("div", { key: '11e5d3d57c8059797d3ec267b25c7463e748e5e4', class: `${snackbarClass}__header` }, this.header), h("div", { key: '08a9932c0bbf21b7263cd6e6ffb125078d851a02', class: `${snackbarClass}__text` }, this.text)), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
96
+ return (h(Host, { key: '1543a186a11316b84a53b02453c9d06ad644b188', "kup-visible": this.visible }, h("style", { key: 'b406ad7fa2d68f02975d7faa9f5e72a269cf2359' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'cf4204659b6a91faff19efb406e29e1c11461950', id: componentWrapperId }, h("div", { key: '88dfe566adda8dabdbe0536c314e0fbdd032a267', class: snackbarClass }, h("div", { key: '4930076e8ef0cc034e39a701731ee0c55f06b93d', class: "snackbar__text__block" }, h("div", { key: '58b3fccae5b1b2d29850ed41e4a3a489af8f123f', class: `${snackbarClass}__header` }, this.header), h("div", { key: 'a034ec14453dd9ae2cfb880465c2c459eb8eefa0', class: `${snackbarClass}__text` }, this.text)), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
97
97
  }
98
98
  disconnectedCallback() {
99
99
  this.kupManager.theme.unregister(this);
@@ -96,59 +96,59 @@ export class KupSpinner {
96
96
  spinnerClass = 'spinner-v' + this.layout;
97
97
  if (this.layout === 7) {
98
98
  spinnerEl = [
99
- h("div", { key: '319748b1e89ed9ca97753b731739501c831eedc7', class: "sk-spinner-v7-dot" }),
100
- h("div", { key: 'e5a6989bd7271d98ba67804d9ebb6795d21fc83b', class: "sk-spinner-v7-dot" }),
101
- h("div", { key: 'f68f6b9329f5cae26f86822ef042ca0d4d6655ff', class: "sk-spinner-v7-dot" }),
102
- h("div", { key: '8cae8a10801ebe54b7ee7073c11cfa386b238315', class: "sk-spinner-v7-dot" }),
103
- h("div", { key: '3f99a040afaf04bf5604c7e8d330283741061aab', class: "sk-spinner-v7-dot" }),
104
- h("div", { key: 'a30ea5864ac810e89087fe818e3b747d92548dfe', class: "sk-spinner-v7-dot" }),
99
+ h("div", { key: '03f69268dbc94cd5590dfcc956a087fc0cb533cb', class: "sk-spinner-v7-dot" }),
100
+ h("div", { key: '2a56a6a1a2f88ce8ddf5bf6e30b4f469e8f42c0e', class: "sk-spinner-v7-dot" }),
101
+ h("div", { key: '650c4788e7ab9b3af52d32bce052f2ef760d3b32', class: "sk-spinner-v7-dot" }),
102
+ h("div", { key: '86fa8756fa1ef148e9ffadd5afddc6a5498e3767', class: "sk-spinner-v7-dot" }),
103
+ h("div", { key: '5905d2ad1382f066091a569e153b8fdfcc8ca1ea', class: "sk-spinner-v7-dot" }),
104
+ h("div", { key: 'e760968ddbddc15d3260baa12a4a50e11547a088', class: "sk-spinner-v7-dot" }),
105
105
  ];
106
106
  }
107
107
  if (this.layout === 9) {
108
108
  spinnerEl = [
109
- h("div", { key: 'a67e65cdcb6a4f116b780aafce5ee9237851b5ec', class: "sk-spinner-v9-bounce1" }),
110
- h("div", { key: 'df40c7cd01fcb634e90116e538fd69d25ff0904f', class: "sk-spinner-v9-bounce2" }),
109
+ h("div", { key: '512883f2c7600fc2eb6b647746391f49007bac47', class: "sk-spinner-v9-bounce1" }),
110
+ h("div", { key: '072fdd1032d6593cc85bcc811b6dff097cf4aca8', class: "sk-spinner-v9-bounce2" }),
111
111
  ];
112
112
  }
113
113
  if (this.layout === 10) {
114
114
  spinnerEl = [
115
- h("div", { key: '272293caeb06ad0249ca81e13aa2e499da470c4e', class: "sk-spinner-v10-cube1" }),
116
- h("div", { key: 'a3dab461bf324d6efe7b5e93c44f84fc9ae42b8e', class: "sk-spinner-v10-cube2" }),
115
+ h("div", { key: '7760e02bfee996f55a1d335f8c130e39201df952', class: "sk-spinner-v10-cube1" }),
116
+ h("div", { key: '657b89e925ce3b1c204a71f8eb36f45f777e8f79', class: "sk-spinner-v10-cube2" }),
117
117
  ];
118
118
  }
119
119
  if (this.layout === 12) {
120
120
  spinnerEl = [
121
- h("div", { key: 'e5f099e08b40f8761110dcb75b9581b881b675cd', class: "sk-spinner-v12-dot1" }),
122
- h("div", { key: '4662ce0cbf915710cc1ccec88258e9d7a53d1259', class: "sk-spinner-v12-dot2" }),
121
+ h("div", { key: '884edb1ed597f7ca757e0f3f9729a5eb5e181aab', class: "sk-spinner-v12-dot1" }),
122
+ h("div", { key: '0d39ce7d8dc84c4fa511625afa079f67c42d5152', class: "sk-spinner-v12-dot2" }),
123
123
  ];
124
124
  }
125
125
  if (this.layout === 13) {
126
126
  spinnerEl = [
127
- h("div", { key: '06e2b69e4e6c4ad6bd6ef2badc65e6439fdf5338', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
128
- h("div", { key: 'ed5f65bc6f2b01e1336f718a64a996dd18b9662f', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
129
- h("div", { key: '1607009ed6abfb69f65ea45b9e226c607e4bbdd4', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
130
- h("div", { key: '57246423f90b72901b7757b3ec977bb8e6d2eb79', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
131
- h("div", { key: 'edc1a08550d6a6b03aa16f43b5eedf172985482a', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
132
- h("div", { key: 'b16472b5f045b46b6afdc73a0017df3f1e1cd9c8', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
133
- h("div", { key: '4500286f354714f3f4b7a47e0b1c7d4745657f33', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
134
- h("div", { key: '7db58743d8d1467f0b7ca80d909b9d4d3e3faf45', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
135
- h("div", { key: '35d8cf63ae232587895655b57cb129d090e4bff3', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
127
+ h("div", { key: '604b70999a746e757a979f64cf846d1c7f09ef74', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
128
+ h("div", { key: '3be99d3b8f3cb434c3420799f894d179137cbc23', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
129
+ h("div", { key: '2ad6f88294d3ec4b340791bf2160ff692e1de686', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
130
+ h("div", { key: '7a17328e0876ac401a87f945501dad767899ceb8', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
131
+ h("div", { key: '50b1b5398019c4d0ad32d4c91df4ed226e7d5504', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
132
+ h("div", { key: 'fe98b117256e2dbdd19a0db3d99a602be64917e6', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
133
+ h("div", { key: 'bd4d5345e1733484bf24d2711e3b9d8f71bb9176', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
134
+ h("div", { key: '83bbe8b61040c03b0b428e5594f00e610fbfaec1', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
135
+ h("div", { key: '70b5eb524f0abf0f1970ce60ddfa821bb55dd199', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
136
136
  ];
137
137
  }
138
138
  if (this.layout === 14) {
139
139
  spinnerEl = [
140
- h("div", { key: 'dd141c7e4f1fdb4fc6fa3d7089f8536444624035', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
141
- h("div", { key: 'c4d7de60dc0060c8b00d8b65a86665f25356bc4f', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
142
- h("div", { key: 'bae95b0d673831db4e29c7a8d0e35b51d9624beb', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
143
- h("div", { key: '2c86c4bc9d624fb72adec1f81dd8a7c8eb060eb6', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
144
- h("div", { key: '9d02363fc2017e91e7adacf8d2f962fd0c997e9a', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
145
- h("div", { key: 'a81b258e7c0a60af6a849a01aef4d09121eb6098', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
146
- h("div", { key: '902a328174764556fece93001fca0dc298f49128', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
147
- h("div", { key: '894373a35174127ddd30be87ea9b7d6b8f33bb66', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
148
- h("div", { key: 'ec0e4c7d9b4a60cf119e22e7078d9bb2368c7256', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
149
- h("div", { key: '338890e7439a1e79564a22cd66966d6a43380459', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
150
- h("div", { key: '150ced721abd08e0a7fc936fedf407f36324770b', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
151
- h("div", { key: 'b9a29bd00dbcbc7f6d9eff5f470c50863c8eebce', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
140
+ h("div", { key: '5e250f3030ef1731aae187fc91ff52c6fc6063e6', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
141
+ h("div", { key: 'e33a1aadc9ca44e086df176bea4d4d73968c74c4', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
142
+ h("div", { key: 'd2b8a81da186f7bcdb3fafc70a269fe74c71d3cb', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
143
+ h("div", { key: '5083f7cbcde58aa23c056be2e7d9ca90133bf0c2', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
144
+ h("div", { key: '0d07dbca7fd909387b4b6fdf96d0a3b58503da4b', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
145
+ h("div", { key: '16aa7c003b4e5832c5f1d5100ba3eb94118873b7', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
146
+ h("div", { key: 'bece4a2a01f402b977bbd721f05519f990bf639c', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
147
+ h("div", { key: '338a151528e70598f7135a7c3eb9b11a8d4e247f', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
148
+ h("div", { key: 'e023a8edb908682869d1f00dbd6e4b444f746039', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
149
+ h("div", { key: '90f319c942cd6532dc8a8115197dda275d8a046b', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
150
+ h("div", { key: '2c3a5b98dc0fc7d6e8d42b102c793cd14711c6e4', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
151
+ h("div", { key: '0b00adfa5e9b64d7fb6ac8926244b1139fe6bd07', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
152
152
  ];
153
153
  }
154
154
  }
@@ -167,7 +167,7 @@ export class KupSpinner {
167
167
  else {
168
168
  elStyle = Object.assign(Object.assign({}, elStyle), { fontSize: '3px' });
169
169
  }
170
- return (h(Host, { key: 'adbcca1c8880afe2caa33ec08393ba7affbbcb18', style: elStyle }, h("style", { key: 'cf79ff4fa4d59088ecbccd4ada6d74c5e350c3a8' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '620dc3a0ef88b1bef1ba51f3a7d33669838ec387', id: componentWrapperId, style: elStyle }, h("div", { key: '10335d681f979b5af2deb56efc65dab3bdeb042a', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: 'd756e0a0921f5cefc3a0e151c41ff6a94cea9763', id: wrapperClass, style: elStyle }, h("div", { key: '8c8d1a2e8ef8630eb7156741d806217544bd114f', class: spinnerClass }, spinnerEl))))));
170
+ return (h(Host, { key: '0fa5b79a3f35a6c98cb230e422df6c70fa63d2b4', style: elStyle }, h("style", { key: '8df76bd7160566e02bd1402a298bf1a696ddb7d7' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '93501e0201a73d2262cff2cfd3959e8fb040ad22', id: componentWrapperId, style: elStyle }, h("div", { key: '5a781c28723f570879ec811eb4d609e21dcf146d', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: 'e8da0c72289b2e16edb88d059fba5f67bfdc53a8', id: wrapperClass, style: elStyle }, h("div", { key: 'cfc3d0f8ea6e626b2f641797205674fd869e82dc', class: spinnerClass }, spinnerEl))))));
171
171
  }
172
172
  disconnectedCallback() {
173
173
  this.kupManager.theme.unregister(this);
@@ -123,7 +123,7 @@ export class KupSwitch {
123
123
  onChange: () => this.onKupChange(),
124
124
  onFocus: () => this.onKupFocus(),
125
125
  };
126
- return (h(Host, { key: '5447820fb19f5a680dfcff7b3c99161260eb1231' }, h("style", { key: '8ae94eb7a3e6b898f1411e964c82500ca504318a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '92d0b8bd82c537ef4cfa0a59bdd904d93732fbe9', id: componentWrapperId }, h(FSwitch, Object.assign({ key: '0659ccebffac77791cee6eb8c044c9cdce708c84' }, props)))));
126
+ return (h(Host, { key: '2a283dcfc9336fc1bd68b0f24c5798e237031a46' }, h("style", { key: 'ea3af2a94e3759b00cbf0c94f8f47fdcb1d8a6fa' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '7065790828b8ff7a8071064f8b01e699c4ef4de6', id: componentWrapperId }, h(FSwitch, Object.assign({ key: '04610ede1c5e85765ed3d2075c708fdcc069e559' }, props)))));
127
127
  }
128
128
  disconnectedCallback() {
129
129
  this.kupManager.theme.unregister(this);
@@ -405,7 +405,7 @@ export class KupTimePicker {
405
405
  this.kupManager.debug.logRender(this, true);
406
406
  }
407
407
  render() {
408
- return (h(Host, { key: 'f87fdf8f8638f7f75dd5bc5f3cc67acddf30972e' }, h("style", { key: '6d393b2ab39ec255e7aeea9074e527fce3b043a2' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'b7c5706e2894f218bcb27f5fb63be94ce9a4094c', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
408
+ return (h(Host, { key: '6260c0d9c13cfd62da421d7d2c5881fd6ec49464' }, h("style", { key: 'dfd997d65b24643d36a05939a4cea72296602686' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '473ab1cb2b8786bdff3e182b4c03dc371d2c5d72', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
409
409
  }
410
410
  disconnectedCallback() {
411
411
  this.kupManager.dates.unregister(this);
@@ -157,7 +157,7 @@ export class KupTypography {
157
157
  const classObjParent = {
158
158
  'kup-typography--wrap': props.toolbar ? true : false,
159
159
  };
160
- return (h(Host, { key: '981f5e75f5014b5ef747f943ffb6905ee03a07b5' }, h("style", { key: '4a77e168bda23918fcbd1aded179d9cb54027385' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '7b4d3cd14a278c481cac14077fa16c899c81fc56', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: '4e487b2d58d1161b443f7823a0c3e0f7e977ac6e' }, props)), h(FImage, Object.assign({ key: 'c62c2a74f3687836c9cfb1f3cc8afe65822ece9f' }, propsFImage, { onClick: (event) => {
160
+ return (h(Host, { key: '08bf68ed7c70cb7e1b08d9543a162c22c2eee68d' }, h("style", { key: '213454595ce1037ff4ba251fdf71d72f35ce5f1c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'bd5ba7a5a094d4cfe16f65a1277c833baa1f9563', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: '6bf0476bbe81a90e21826afac3d6cea0b039d89f' }, props)), h(FImage, Object.assign({ key: '3d87c0b43024342a8772e2630a251ce5a64b0076' }, propsFImage, { onClick: (event) => {
161
161
  event.stopPropagation();
162
162
  this.onKupIconClick(event.currentTarget);
163
163
  } })))));
@@ -160,7 +160,7 @@ export class KupTypographyList {
160
160
  }
161
161
  render() {
162
162
  const typograhy = this.renderTypographys();
163
- return (h(Host, { key: 'fe03c54c9dcb80d85fb4ce5fe5b307906113632d' }, h("style", { key: 'aaa3c98e4d550f2669c5b9db481e390e03a3bf25' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'a6eb07b0d4da2fb8b9a818eeb6000c31d7641809', id: componentWrapperId }, h("div", { key: 'd3496f8ba12d87d2cd51dc5c80817590b62485df', class: "typographies-wrapper" }, typograhy))));
163
+ return (h(Host, { key: '46981c304431326dba88e74c82728878901d4798' }, h("style", { key: 'cc88981276ad23313705f5b88f0c183c550ddf9d' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'ac72ac801c7ebb49144f464fc66f49e2c955a46b', id: componentWrapperId }, h("div", { key: 'c2ad610309c33f5f0471f04b08864b57349800f5', class: "typographies-wrapper" }, typograhy))));
164
164
  }
165
165
  disconnectedCallback() {
166
166
  this.kupManager.theme.unregister(this);
@@ -14,11 +14,11 @@ const KupCustomTaskListHeader = /*@__PURE__*/ proxyCustomElement(class KupCustom
14
14
  this.fontSize = undefined;
15
15
  }
16
16
  render() {
17
- return (h("div", { key: 'ecc21b370cd5f68c2928ef67a30632fda38be930', class: "custom-task-list-wrapper", style: {
17
+ return (h("div", { key: 'dfcd0fb852559b2ffcb4fb167c7639d3f7debf8b', class: "custom-task-list-wrapper", style: {
18
18
  height: '25px',
19
19
  fontFamily: this.fontFamily,
20
20
  fontSize: this.fontSize,
21
- } }, h("div", { key: '86caff8ac99996d0cc06b9597df5df1d795f4fc0', class: "title" }, h("span", { key: 'cb691bc12b557add501a84c7149e10d84ee5c727' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: '928749a2d5262e797f41f20670fe71ffb7808cb7', class: "toggler" }, h("label", { key: 'fe9abaea6c7db34d10b4965e96280d4c886f9800', htmlFor: "ch2", class: "switch" }, h("input", { key: 'fd77a93eab96b375ab6093a31309c50be2eeb745', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: '91626e6138c5efb0fd95517a6d6fcf4580853851', class: "slider" })), h("span", { key: 'ce4ec303663fed2ef214806f74c4a62b939bddcc', class: "label" }, "Previsioni")))));
21
+ } }, h("div", { key: '59e157d30f9573922fa456b1f6ea1132fc192089', class: "title" }, h("span", { key: '73a2095bf91d0846df1ad2bf1fb2d7425b3210f0' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: 'fcc17da264378828c9494c571f24f8c072508dd0', class: "toggler" }, h("label", { key: '94edc43752e00d5b12fa516712b6eb7230720891', htmlFor: "ch2", class: "switch" }, h("input", { key: '3a0c8a9cbae7a67f93afea19013cccdd9a97c053', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: '5fd1f6bcfe2f27d73f1c84938dda32c8fdebbf67', class: "slider" })), h("span", { key: '117ddb88804955dbad7f5acc69fcfc1b4701fccb', class: "label" }, "Previsioni")))));
22
22
  }
23
23
  static get style() { return KupCustomTaskListHeaderStyle0; }
24
24
  }, [0, "kup-custom-task-list-header", {
@@ -15959,7 +15959,7 @@ const KupTimePicker = /*@__PURE__*/ proxyCustomElement(class KupTimePicker exten
15959
15959
  this.kupManager.debug.logRender(this, true);
15960
15960
  }
15961
15961
  render() {
15962
- return (h(Host, { key: 'f87fdf8f8638f7f75dd5bc5f3cc67acddf30972e' }, h("style", { key: '6d393b2ab39ec255e7aeea9074e527fce3b043a2' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'b7c5706e2894f218bcb27f5fb63be94ce9a4094c', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
15962
+ return (h(Host, { key: '6260c0d9c13cfd62da421d7d2c5881fd6ec49464' }, h("style", { key: 'dfd997d65b24643d36a05939a4cea72296602686' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '473ab1cb2b8786bdff3e182b4c03dc371d2c5d72', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
15963
15963
  }
15964
15964
  disconnectedCallback() {
15965
15965
  this.kupManager.dates.unregister(this);
@@ -17487,7 +17487,7 @@ const KupSwitch = /*@__PURE__*/ proxyCustomElement(class KupSwitch extends HTMLE
17487
17487
  onChange: () => this.onKupChange(),
17488
17488
  onFocus: () => this.onKupFocus(),
17489
17489
  };
17490
- return (h(Host, { key: '5447820fb19f5a680dfcff7b3c99161260eb1231' }, h("style", { key: '8ae94eb7a3e6b898f1411e964c82500ca504318a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '92d0b8bd82c537ef4cfa0a59bdd904d93732fbe9', id: componentWrapperId }, h(FSwitch, Object.assign({ key: '0659ccebffac77791cee6eb8c044c9cdce708c84' }, props)))));
17490
+ return (h(Host, { key: '2a283dcfc9336fc1bd68b0f24c5798e237031a46' }, h("style", { key: 'ea3af2a94e3759b00cbf0c94f8f47fdcb1d8a6fa' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '7065790828b8ff7a8071064f8b01e699c4ef4de6', id: componentWrapperId }, h(FSwitch, Object.assign({ key: '04610ede1c5e85765ed3d2075c708fdcc069e559' }, props)))));
17491
17491
  }
17492
17492
  disconnectedCallback() {
17493
17493
  this.kupManager.theme.unregister(this);
@@ -17745,59 +17745,59 @@ const KupSpinner = /*@__PURE__*/ proxyCustomElement(class KupSpinner extends HTM
17745
17745
  spinnerClass = 'spinner-v' + this.layout;
17746
17746
  if (this.layout === 7) {
17747
17747
  spinnerEl = [
17748
- h("div", { key: '319748b1e89ed9ca97753b731739501c831eedc7', class: "sk-spinner-v7-dot" }),
17749
- h("div", { key: 'e5a6989bd7271d98ba67804d9ebb6795d21fc83b', class: "sk-spinner-v7-dot" }),
17750
- h("div", { key: 'f68f6b9329f5cae26f86822ef042ca0d4d6655ff', class: "sk-spinner-v7-dot" }),
17751
- h("div", { key: '8cae8a10801ebe54b7ee7073c11cfa386b238315', class: "sk-spinner-v7-dot" }),
17752
- h("div", { key: '3f99a040afaf04bf5604c7e8d330283741061aab', class: "sk-spinner-v7-dot" }),
17753
- h("div", { key: 'a30ea5864ac810e89087fe818e3b747d92548dfe', class: "sk-spinner-v7-dot" }),
17748
+ h("div", { key: '03f69268dbc94cd5590dfcc956a087fc0cb533cb', class: "sk-spinner-v7-dot" }),
17749
+ h("div", { key: '2a56a6a1a2f88ce8ddf5bf6e30b4f469e8f42c0e', class: "sk-spinner-v7-dot" }),
17750
+ h("div", { key: '650c4788e7ab9b3af52d32bce052f2ef760d3b32', class: "sk-spinner-v7-dot" }),
17751
+ h("div", { key: '86fa8756fa1ef148e9ffadd5afddc6a5498e3767', class: "sk-spinner-v7-dot" }),
17752
+ h("div", { key: '5905d2ad1382f066091a569e153b8fdfcc8ca1ea', class: "sk-spinner-v7-dot" }),
17753
+ h("div", { key: 'e760968ddbddc15d3260baa12a4a50e11547a088', class: "sk-spinner-v7-dot" }),
17754
17754
  ];
17755
17755
  }
17756
17756
  if (this.layout === 9) {
17757
17757
  spinnerEl = [
17758
- h("div", { key: 'a67e65cdcb6a4f116b780aafce5ee9237851b5ec', class: "sk-spinner-v9-bounce1" }),
17759
- h("div", { key: 'df40c7cd01fcb634e90116e538fd69d25ff0904f', class: "sk-spinner-v9-bounce2" }),
17758
+ h("div", { key: '512883f2c7600fc2eb6b647746391f49007bac47', class: "sk-spinner-v9-bounce1" }),
17759
+ h("div", { key: '072fdd1032d6593cc85bcc811b6dff097cf4aca8', class: "sk-spinner-v9-bounce2" }),
17760
17760
  ];
17761
17761
  }
17762
17762
  if (this.layout === 10) {
17763
17763
  spinnerEl = [
17764
- h("div", { key: '272293caeb06ad0249ca81e13aa2e499da470c4e', class: "sk-spinner-v10-cube1" }),
17765
- h("div", { key: 'a3dab461bf324d6efe7b5e93c44f84fc9ae42b8e', class: "sk-spinner-v10-cube2" }),
17764
+ h("div", { key: '7760e02bfee996f55a1d335f8c130e39201df952', class: "sk-spinner-v10-cube1" }),
17765
+ h("div", { key: '657b89e925ce3b1c204a71f8eb36f45f777e8f79', class: "sk-spinner-v10-cube2" }),
17766
17766
  ];
17767
17767
  }
17768
17768
  if (this.layout === 12) {
17769
17769
  spinnerEl = [
17770
- h("div", { key: 'e5f099e08b40f8761110dcb75b9581b881b675cd', class: "sk-spinner-v12-dot1" }),
17771
- h("div", { key: '4662ce0cbf915710cc1ccec88258e9d7a53d1259', class: "sk-spinner-v12-dot2" }),
17770
+ h("div", { key: '884edb1ed597f7ca757e0f3f9729a5eb5e181aab', class: "sk-spinner-v12-dot1" }),
17771
+ h("div", { key: '0d39ce7d8dc84c4fa511625afa079f67c42d5152', class: "sk-spinner-v12-dot2" }),
17772
17772
  ];
17773
17773
  }
17774
17774
  if (this.layout === 13) {
17775
17775
  spinnerEl = [
17776
- h("div", { key: '06e2b69e4e6c4ad6bd6ef2badc65e6439fdf5338', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
17777
- h("div", { key: 'ed5f65bc6f2b01e1336f718a64a996dd18b9662f', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
17778
- h("div", { key: '1607009ed6abfb69f65ea45b9e226c607e4bbdd4', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
17779
- h("div", { key: '57246423f90b72901b7757b3ec977bb8e6d2eb79', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
17780
- h("div", { key: 'edc1a08550d6a6b03aa16f43b5eedf172985482a', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
17781
- h("div", { key: 'b16472b5f045b46b6afdc73a0017df3f1e1cd9c8', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
17782
- h("div", { key: '4500286f354714f3f4b7a47e0b1c7d4745657f33', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
17783
- h("div", { key: '7db58743d8d1467f0b7ca80d909b9d4d3e3faf45', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
17784
- h("div", { key: '35d8cf63ae232587895655b57cb129d090e4bff3', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
17776
+ h("div", { key: '604b70999a746e757a979f64cf846d1c7f09ef74', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
17777
+ h("div", { key: '3be99d3b8f3cb434c3420799f894d179137cbc23', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
17778
+ h("div", { key: '2ad6f88294d3ec4b340791bf2160ff692e1de686', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
17779
+ h("div", { key: '7a17328e0876ac401a87f945501dad767899ceb8', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
17780
+ h("div", { key: '50b1b5398019c4d0ad32d4c91df4ed226e7d5504', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
17781
+ h("div", { key: 'fe98b117256e2dbdd19a0db3d99a602be64917e6', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
17782
+ h("div", { key: 'bd4d5345e1733484bf24d2711e3b9d8f71bb9176', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
17783
+ h("div", { key: '83bbe8b61040c03b0b428e5594f00e610fbfaec1', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
17784
+ h("div", { key: '70b5eb524f0abf0f1970ce60ddfa821bb55dd199', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
17785
17785
  ];
17786
17786
  }
17787
17787
  if (this.layout === 14) {
17788
17788
  spinnerEl = [
17789
- h("div", { key: 'dd141c7e4f1fdb4fc6fa3d7089f8536444624035', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
17790
- h("div", { key: 'c4d7de60dc0060c8b00d8b65a86665f25356bc4f', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
17791
- h("div", { key: 'bae95b0d673831db4e29c7a8d0e35b51d9624beb', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
17792
- h("div", { key: '2c86c4bc9d624fb72adec1f81dd8a7c8eb060eb6', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
17793
- h("div", { key: '9d02363fc2017e91e7adacf8d2f962fd0c997e9a', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
17794
- h("div", { key: 'a81b258e7c0a60af6a849a01aef4d09121eb6098', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
17795
- h("div", { key: '902a328174764556fece93001fca0dc298f49128', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
17796
- h("div", { key: '894373a35174127ddd30be87ea9b7d6b8f33bb66', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
17797
- h("div", { key: 'ec0e4c7d9b4a60cf119e22e7078d9bb2368c7256', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
17798
- h("div", { key: '338890e7439a1e79564a22cd66966d6a43380459', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
17799
- h("div", { key: '150ced721abd08e0a7fc936fedf407f36324770b', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
17800
- h("div", { key: 'b9a29bd00dbcbc7f6d9eff5f470c50863c8eebce', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
17789
+ h("div", { key: '5e250f3030ef1731aae187fc91ff52c6fc6063e6', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
17790
+ h("div", { key: 'e33a1aadc9ca44e086df176bea4d4d73968c74c4', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
17791
+ h("div", { key: 'd2b8a81da186f7bcdb3fafc70a269fe74c71d3cb', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
17792
+ h("div", { key: '5083f7cbcde58aa23c056be2e7d9ca90133bf0c2', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
17793
+ h("div", { key: '0d07dbca7fd909387b4b6fdf96d0a3b58503da4b', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
17794
+ h("div", { key: '16aa7c003b4e5832c5f1d5100ba3eb94118873b7', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
17795
+ h("div", { key: 'bece4a2a01f402b977bbd721f05519f990bf639c', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
17796
+ h("div", { key: '338a151528e70598f7135a7c3eb9b11a8d4e247f', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
17797
+ h("div", { key: 'e023a8edb908682869d1f00dbd6e4b444f746039', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
17798
+ h("div", { key: '90f319c942cd6532dc8a8115197dda275d8a046b', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
17799
+ h("div", { key: '2c3a5b98dc0fc7d6e8d42b102c793cd14711c6e4', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
17800
+ h("div", { key: '0b00adfa5e9b64d7fb6ac8926244b1139fe6bd07', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
17801
17801
  ];
17802
17802
  }
17803
17803
  }
@@ -17816,7 +17816,7 @@ const KupSpinner = /*@__PURE__*/ proxyCustomElement(class KupSpinner extends HTM
17816
17816
  else {
17817
17817
  elStyle = Object.assign(Object.assign({}, elStyle), { fontSize: '3px' });
17818
17818
  }
17819
- return (h(Host, { key: 'adbcca1c8880afe2caa33ec08393ba7affbbcb18', style: elStyle }, h("style", { key: 'cf79ff4fa4d59088ecbccd4ada6d74c5e350c3a8' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '620dc3a0ef88b1bef1ba51f3a7d33669838ec387', id: componentWrapperId, style: elStyle }, h("div", { key: '10335d681f979b5af2deb56efc65dab3bdeb042a', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: 'd756e0a0921f5cefc3a0e151c41ff6a94cea9763', id: wrapperClass, style: elStyle }, h("div", { key: '8c8d1a2e8ef8630eb7156741d806217544bd114f', class: spinnerClass }, spinnerEl))))));
17819
+ return (h(Host, { key: '0fa5b79a3f35a6c98cb230e422df6c70fa63d2b4', style: elStyle }, h("style", { key: '8df76bd7160566e02bd1402a298bf1a696ddb7d7' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '93501e0201a73d2262cff2cfd3959e8fb040ad22', id: componentWrapperId, style: elStyle }, h("div", { key: '5a781c28723f570879ec811eb4d609e21dcf146d', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: 'e8da0c72289b2e16edb88d059fba5f67bfdc53a8', id: wrapperClass, style: elStyle }, h("div", { key: 'cfc3d0f8ea6e626b2f641797205674fd869e82dc', class: spinnerClass }, spinnerEl))))));
17820
17820
  }
17821
17821
  disconnectedCallback() {
17822
17822
  this.kupManager.theme.unregister(this);
@@ -18070,7 +18070,7 @@ const KupRating = /*@__PURE__*/ proxyCustomElement(class KupRating extends HTMLE
18070
18070
  : false,
18071
18071
  onClick: (i) => this.onKupClick(i),
18072
18072
  };
18073
- return (h(Host, { key: '2adee9cf902e449ee58dc7b35533cea176c0ab0e' }, h("style", { key: '197c45321da783719490d8080219b983c3c57a36' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '3f6177fdfafa5177bab3b746da259851b1e21f18', id: componentWrapperId }, h(FRating, Object.assign({ key: '10eda3b2e76468b06f0fb002d534c9007054117a' }, props)))));
18073
+ return (h(Host, { key: '19e163cf4af6870a39a4c76d0434a6ee1791d464' }, h("style", { key: '762429d33eabfd6266f2cb8778e6191efbbce002' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '48fed62d8fea255be84318e7c36012eea36493d5', id: componentWrapperId }, h(FRating, Object.assign({ key: '52b3a141cc5f6e71aefb4008233e30dba9476719' }, props)))));
18074
18074
  }
18075
18075
  disconnectedCallback() {
18076
18076
  this.kupManager.theme.unregister(this);
@@ -18329,7 +18329,7 @@ const KupProgressBar = /*@__PURE__*/ proxyCustomElement(class KupProgressBar ext
18329
18329
  ? true
18330
18330
  : false,
18331
18331
  };
18332
- return (h(Host, { key: 'e3c06e76ae0949ef35813b14a4d4b43784319808' }, h("style", { key: '6e289ac4babad7764256a5e8ba29b3b4d5634a99' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '42c5b25815ccfafd9cb8ea6767eeb60c14a1d6d4', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: '313fb6a64d5408fad824feea27ffc400022b6fc1' }, props)))));
18332
+ return (h(Host, { key: '2c70fb4cd49a7f141df8ae364f4e3f36788acf36' }, h("style", { key: '02dcd05dc9b99595282cb45264e44e97eaf09f0a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'ab83e686ee6f4e8c1f39a14665b6907332950295', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: 'df1622e0bfe127faba5f80798fd3c9ca000bbb27' }, props)))));
18333
18333
  }
18334
18334
  disconnectedCallback() {
18335
18335
  this.kupManager.theme.unregister(this);
@@ -316,11 +316,11 @@ const KupGanttCalendar = /*@__PURE__*/ proxyCustomElement(class KupGanttCalendar
316
316
  this.simplifiedHeader =
317
317
  this.singleLineHeader && this.dateSetup.viewMode !== 'year';
318
318
  const [topValues, bottomValues] = this.getTopAndBottomValues();
319
- return (h("svg", { key: 'eb5996256c199bb4d5f60df2d1f9c7378a480e0f', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: '491a7ddf831ba0b6d373d058f223f8dab6d76954', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: 'cd64c9a42c8c68d067e6a37cfb049bc77c15ac2d', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
319
+ return (h("svg", { key: '4ad5b9ccca0df392a83070e15b28fd3f8e72e70f', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: 'da7da862b4f407c73f351fa1b8e3e4beb240db65', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: '515bd9ab381247ee55813b3f40fa453b2f366467', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
320
320
  ? topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
321
321
  : topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
322
322
  // current date indicator
323
- h("circle", { key: 'ccc563c883e85c17c839dd6414fba8e0845c4eac', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
323
+ h("circle", { key: '609d5428fdfc27ba6ac1bdc2a2799fea5089dee7', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
324
324
  }
325
325
  static get style() { return KupGanttCalendarStyle0; }
326
326
  }, [0, "kup-gantt-calendar", {
@@ -579,9 +579,9 @@ const KupGantt = /*@__PURE__*/ proxyCustomElement(class KupGantt extends HTMLEle
579
579
  TaskListHeader: this.TaskListHeader,
580
580
  TaskListTable: this.TaskListTable
581
581
  };
582
- return (h("div", { key: '289593765ef7125e06f4c4494afda7c7826a425a', class: "gannt-wrapper-main" }, h("div", { key: '7331caa09620441f546ef4e392489f7e7141f0b1', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: '94888a0b29649deede01fc1ee50bff7329a0e0a6', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
582
+ return (h("div", { key: '836af3f1012d6eb8276048866fc9a976b349775e', class: "gannt-wrapper-main" }, h("div", { key: '67654e8431be67e00d1bff668d9d90b3a7b3b21f', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: '2e419799a7a5ad604357225ec48b6be0b6a9353a', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
583
583
  this.taskListScrollWidth = width;
584
- }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), h("kup-task-gantt", { key: '80ba048340da0aae3a00ba3536fc0a1563fdcaf8', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (h("kup-tooltip", { key: 'e27894aa55d62e3dc59a07a05fb3aaeaaf3c9b40', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), h("kup-vertical-scroll", { key: '52380d31a6dc13aac1eb97d41f9e9c3a5d05a2e8', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (h("kup-horizontal-scroll", { key: '2a9aedcb55249a1c027cafaa8230d17896353ec0', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
584
+ }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), h("kup-task-gantt", { key: '4587424ff6d24d47b471cfc28972cb34e42ba0c7', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (h("kup-tooltip", { key: 'a2c655b425591b41492f4b77c9f8e3b1130565a4', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), h("kup-vertical-scroll", { key: '2122835b9bf5929d76ee7cf28c60be64bc2b2a01', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (h("kup-horizontal-scroll", { key: '167011334f0919c9df59bb91c54be5d039a8e261', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
585
585
  }
586
586
  get rootElement() { return this; }
587
587
  static get watchers() { return {
@@ -1402,13 +1402,13 @@ const KupGridRenderer = /*@__PURE__*/ proxyCustomElement(class KupGridRenderer e
1402
1402
  // }
1403
1403
  tickX += this.columnWidth;
1404
1404
  }
1405
- return (h("svg", { key: '5a7273db0e78764c1432747471f093f71021dfd2', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: '192f07e833557179530a07e525b107e38300365f', class: "grid" }, h("g", { key: '0e08f10c0b0ef19518ab95591dbdb0c3213ba82e', class: "rows" }, gridRows), h("g", { key: '7aaa532f82aa195e00e0f0af6af59019216b7734', class: "rowLines" }, rowLines), h("g", { key: '716e07303c5e16fc662e3c859727c2be325edd9e', class: "ticks" }, ticks)), h("g", { key: 'a2663516577a108f216a65307b9f183c659a92a8', class: "content" }, this.currentDateIndicator && (h("rect", { key: '7afb39c47ec99b8268757dab9a85c20eed6eeb4b', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: '8348ee9e06dad473af617d618252405a114a3d36', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '16b5df90351a040c71d8895a30ac9367d9a53b2e', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1405
+ return (h("svg", { key: '6e2c05f30bc3155b36dc0433a116410048042015', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: '0530506fe65e0b1a8e6fdb018689d094a16820a4', class: "grid" }, h("g", { key: 'd189d3654b50f9bb34dc0800faef0a67780b4525', class: "rows" }, gridRows), h("g", { key: 'd53aee95bb1542041abbbf1425b2c2d2eb0dda9d', class: "rowLines" }, rowLines), h("g", { key: '3d238c6efd1dfacc8319782d1be07eb9c9a7f596', class: "ticks" }, ticks)), h("g", { key: '72d0cc281ff3a10943d27b3b8a029379f78f6c93', class: "content" }, this.currentDateIndicator && (h("rect", { key: '519244fbac413f1bc538441e19fef3ff57e55b3d', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: 'a0f3fcb8e27562a64862817ba4f7056e0a0e2123', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: 'a050c973b2219e0f2bac273c53d934da444a4024', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1406
1406
  return task.barChildren.map((child) => {
1407
1407
  if (task.type !== 'timeline') {
1408
1408
  this.renderKupArrow(task, child);
1409
1409
  }
1410
1410
  });
1411
- })), h("g", { key: '67a5d0a4c0e3e655c0ea4c4373e765c12d25cc02', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1411
+ })), h("g", { key: 'ad2c626a9b4a5277eba2fa154602c68d41a127a8', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1412
1412
  const forbidResize = task.type === 'project';
1413
1413
  return (h("g", { onKeyDown: (e) => {
1414
1414
  switch (e.key) {
@@ -1468,7 +1468,7 @@ const KupGridRenderer = /*@__PURE__*/ proxyCustomElement(class KupGridRenderer e
1468
1468
  return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
1469
1469
  }
1470
1470
  })()));
1471
- }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '37c27322df479348c58dcebb92ad110ad813e939', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1471
+ }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '6da45035c94f4e976172186d6929ad693ba40e77', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1472
1472
  }
1473
1473
  static get watchers() { return {
1474
1474
  "columnWidth": ["updateXStep"],