@sme.up/ketchup 9.5.2 → 9.6.1

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 (310) hide show
  1. package/dist/cjs/{f-button-357a3dff.js → f-button-623dfcc3.js} +2 -2
  2. package/dist/cjs/{f-cell-1de0ea69.js → f-cell-9c718d83.js} +9 -8
  3. package/dist/cjs/{f-checkbox-41864e53.js → f-checkbox-bfa92ebe.js} +1 -1
  4. package/dist/cjs/{f-chip-bd5882a0.js → f-chip-c8efad5b.js} +3 -3
  5. package/dist/cjs/{f-image-30531fd0.js → f-image-b61cc967.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-ad8a4635.js → f-paginator-utils-f32382f6.js} +8 -8
  7. package/dist/cjs/{f-text-field-be758970.js → f-text-field-a09b1705.js} +2 -2
  8. package/dist/cjs/{index-8f2f4159.js → index-db0a6be6.js} +79 -38
  9. package/dist/cjs/index.cjs.js +3 -3
  10. package/dist/cjs/ketchup.cjs.js +3 -3
  11. package/dist/cjs/kup-accordion.cjs.entry.js +7 -6
  12. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +141 -112
  13. package/dist/cjs/kup-box.cjs.entry.js +82 -19
  14. package/dist/cjs/kup-calendar.cjs.entry.js +78 -11
  15. package/dist/cjs/kup-card-list.cjs.entry.js +5 -4
  16. package/dist/cjs/kup-cell.cjs.entry.js +12 -11
  17. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +22 -16
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +10 -9
  19. package/dist/cjs/{kup-dates-0e59b05d.js → kup-dates-4aa560f0.js} +80 -67
  20. package/dist/cjs/kup-drawer.cjs.entry.js +7 -6
  21. package/dist/cjs/kup-echart.cjs.entry.js +1504 -1025
  22. package/dist/cjs/kup-editor.cjs.entry.js +46260 -0
  23. package/dist/cjs/kup-family-tree.cjs.entry.js +9 -8
  24. package/dist/cjs/kup-gantt_10.cjs.entry.js +58 -42
  25. package/dist/cjs/kup-grid.cjs.entry.js +5 -4
  26. package/dist/cjs/kup-iframe.cjs.entry.js +5 -4
  27. package/dist/cjs/kup-image-list.cjs.entry.js +13 -12
  28. package/dist/cjs/kup-lazy.cjs.entry.js +16 -15
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +9 -8
  30. package/dist/cjs/{kup-manager-cefb1999.js → kup-manager-227c4be2.js} +121 -79
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +6 -5
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +7 -6
  33. package/dist/cjs/kup-photo-frame.cjs.entry.js +7 -6
  34. package/dist/cjs/{kup-planner-renderer-helper-c2394940.js → kup-planner-renderer-helper-f0c869d7.js} +1 -1
  35. package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
  36. package/dist/cjs/kup-planner.cjs.entry.js +7 -6
  37. package/dist/cjs/kup-probe.cjs.entry.js +4 -4
  38. package/dist/cjs/kup-qlik.cjs.entry.js +6 -5
  39. package/dist/cjs/kup-snackbar.cjs.entry.js +8 -7
  40. package/dist/cjs/loader.cjs.js +2 -2
  41. package/dist/collection/assets/editor-example-1.js +52 -0
  42. package/dist/collection/assets/editor.js +60 -0
  43. package/dist/collection/assets/index.js +12 -0
  44. package/dist/collection/assets/planner-example-4.js +4 -4
  45. package/dist/collection/assets/planner-example-5.js +3175 -0
  46. package/dist/collection/collection-manifest.json +3 -2
  47. package/dist/collection/components/kup-accordion/kup-accordion.js +10 -16
  48. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +10 -16
  49. package/dist/collection/components/kup-badge/kup-badge.js +8 -12
  50. package/dist/collection/components/kup-box/kup-box-declarations.js +11 -0
  51. package/dist/collection/components/kup-box/kup-box-state.js +2 -0
  52. package/dist/collection/components/kup-box/kup-box.css +1 -1
  53. package/dist/collection/components/kup-box/kup-box.js +181 -23
  54. package/dist/collection/components/kup-button/kup-button.js +6 -10
  55. package/dist/collection/components/kup-button-list/kup-button-list.js +7 -11
  56. package/dist/collection/components/kup-calendar/kup-calendar.js +10 -12
  57. package/dist/collection/components/kup-card/kup-card.js +6 -10
  58. package/dist/collection/components/kup-card-list/kup-card-list.js +6 -10
  59. package/dist/collection/components/kup-cell/kup-cell.js +13 -21
  60. package/dist/collection/components/kup-chart/kup-chart.js +7 -11
  61. package/dist/collection/components/kup-checkbox/kup-checkbox.js +7 -11
  62. package/dist/collection/components/kup-chip/kup-chip.js +8 -12
  63. package/dist/collection/components/kup-color-picker/kup-color-picker.js +11 -17
  64. package/dist/collection/components/kup-combobox/kup-combobox.js +10 -16
  65. package/dist/collection/components/kup-dashboard/kup-dashboard.js +7 -11
  66. package/dist/collection/components/kup-data-table/kup-data-table.js +72 -95
  67. package/dist/collection/components/kup-date-picker/kup-date-picker.js +7 -11
  68. package/dist/collection/components/kup-dialog/kup-dialog.css +2 -2
  69. package/dist/collection/components/kup-dialog/kup-dialog.js +9 -13
  70. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -12
  71. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +10 -13
  72. package/dist/collection/components/kup-echart/kup-echart.js +7 -11
  73. package/dist/collection/components/kup-editor/kup-editor-declarations.js +15 -0
  74. package/dist/collection/components/kup-editor/kup-editor.js +774 -0
  75. package/dist/collection/components/kup-family-tree/kup-family-tree.js +14 -16
  76. package/dist/collection/components/kup-form/kup-form.js +14 -22
  77. package/dist/collection/components/kup-gauge/kup-gauge.js +6 -10
  78. package/dist/collection/components/kup-grid/kup-grid.js +6 -10
  79. package/dist/collection/components/kup-iframe/kup-iframe.js +6 -10
  80. package/dist/collection/components/kup-image/kup-image.js +6 -10
  81. package/dist/collection/components/kup-image-list/kup-image-list.js +8 -12
  82. package/dist/collection/components/kup-lazy/kup-lazy.js +17 -21
  83. package/dist/collection/components/kup-list/kup-list.js +10 -16
  84. package/dist/collection/components/kup-magic-box/kup-magic-box.js +9 -13
  85. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +7 -11
  86. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +7 -11
  87. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +8 -12
  88. package/dist/collection/components/kup-planner/kup-planner.js +13 -21
  89. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  90. package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
  91. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -1
  92. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
  93. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
  94. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +0 -2
  95. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +13 -14
  96. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +1 -1
  97. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  98. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +6 -4
  99. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  100. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  101. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +6 -1
  102. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  103. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  104. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +0 -2
  105. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  106. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  107. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +7 -11
  108. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  109. package/dist/collection/components/kup-radio/kup-radio.js +6 -10
  110. package/dist/collection/components/kup-rating/kup-rating.js +7 -11
  111. package/dist/collection/components/kup-snackbar/kup-snackbar.js +7 -11
  112. package/dist/collection/components/kup-spinner/kup-spinner.js +40 -44
  113. package/dist/collection/components/kup-switch/kup-switch.js +7 -11
  114. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +6 -10
  115. package/dist/collection/components/kup-text-field/kup-text-field.js +10 -13
  116. package/dist/collection/components/kup-time-picker/kup-time-picker.js +10 -13
  117. package/dist/collection/components/kup-tree/kup-tree-faker.js +1 -1
  118. package/dist/collection/components/kup-tree/kup-tree.js +24 -33
  119. package/dist/collection/f-components/f-cell/f-cell.js +2 -1
  120. package/dist/collection/managers/kup-manager/kup-manager.js +5 -0
  121. package/dist/collection/managers/kup-openai/kup-openai.js +11 -8
  122. package/dist/components/custom-task-list-header.js +4 -3
  123. package/dist/components/custom-task-list-table.js +4 -3
  124. package/dist/components/kup-accordion.js +3 -2
  125. package/dist/components/kup-autocomplete2.js +136 -106
  126. package/dist/components/kup-box2.js +78 -11
  127. package/dist/components/kup-button-list.js +1 -1
  128. package/dist/components/kup-button.js +1 -1
  129. package/dist/components/kup-calendar.js +74 -7
  130. package/dist/components/kup-card-list.js +2 -1
  131. package/dist/components/kup-card.js +1 -1
  132. package/dist/components/kup-cell.js +3 -2
  133. package/dist/components/kup-chart.js +1 -1
  134. package/dist/components/kup-checkbox.js +1 -1
  135. package/dist/components/kup-chip.js +1 -1
  136. package/dist/components/kup-color-picker.js +1 -1
  137. package/dist/components/kup-combobox.js +1 -1
  138. package/dist/components/kup-dashboard.js +4 -3
  139. package/dist/components/kup-data-table.js +1 -1
  140. package/dist/components/kup-date-picker.js +1 -1
  141. package/dist/components/kup-dates.js +81 -67
  142. package/dist/components/kup-dialog.js +1 -1
  143. package/dist/components/kup-drawer.js +4 -3
  144. package/dist/components/kup-dropdown-button.js +1 -1
  145. package/dist/components/kup-echart2.js +1501 -1022
  146. package/dist/components/kup-editor.d.ts +11 -0
  147. package/dist/components/kup-editor.js +46434 -0
  148. package/dist/components/kup-family-tree.js +5 -4
  149. package/dist/components/kup-form.js +1 -1
  150. package/dist/components/kup-gantt-calendar2.js +3 -2
  151. package/dist/components/kup-gantt2.js +4 -2
  152. package/dist/components/kup-gauge.js +1 -1
  153. package/dist/components/kup-grid-renderer2.js +10 -7
  154. package/dist/components/kup-grid2.js +2 -1
  155. package/dist/components/kup-horizontal-scroll2.js +12 -12
  156. package/dist/components/kup-iframe.js +2 -1
  157. package/dist/components/kup-image-list.js +5 -4
  158. package/dist/components/kup-image.js +1 -1
  159. package/dist/components/kup-lazy.js +13 -12
  160. package/dist/components/kup-list.js +1 -1
  161. package/dist/components/kup-magic-box.js +6 -5
  162. package/dist/components/kup-manager.js +121 -79
  163. package/dist/components/kup-nav-bar.js +3 -2
  164. package/dist/components/kup-numeric-picker.js +4 -3
  165. package/dist/components/kup-photo-frame.js +4 -3
  166. package/dist/components/kup-planner-renderer-helper.js +2 -2
  167. package/dist/components/kup-planner-renderer2.js +3 -3
  168. package/dist/components/kup-planner.js +5 -4
  169. package/dist/components/kup-probe.js +1 -1
  170. package/dist/components/kup-progress-bar.js +1 -1
  171. package/dist/components/kup-qlik.js +3 -2
  172. package/dist/components/kup-radio.js +1 -1
  173. package/dist/components/kup-rating.js +1 -1
  174. package/dist/components/kup-snackbar.js +4 -3
  175. package/dist/components/kup-spinner.js +1 -1
  176. package/dist/components/kup-standard-tooltip2.js +3 -2
  177. package/dist/components/kup-switch.js +1 -1
  178. package/dist/components/kup-switcher2.js +3 -2
  179. package/dist/components/kup-tab-bar.js +1 -1
  180. package/dist/components/kup-task-gantt2.js +6 -4
  181. package/dist/components/kup-task-list-header2.js +9 -8
  182. package/dist/components/kup-task-list-table2.js +3 -2
  183. package/dist/components/kup-task-list2.js +9 -3
  184. package/dist/components/kup-text-field.js +1 -1
  185. package/dist/components/kup-time-picker.js +1 -1
  186. package/dist/components/kup-tooltip2.js +3 -2
  187. package/dist/components/kup-tree.js +1 -1
  188. package/dist/components/kup-vertical-scroll2.js +5 -4
  189. package/dist/esm/{f-button-856a189a.js → f-button-121958b3.js} +2 -2
  190. package/dist/esm/{f-cell-6324d838.js → f-cell-959b83db.js} +9 -8
  191. package/dist/esm/{f-checkbox-43481de2.js → f-checkbox-fdf27ce9.js} +1 -1
  192. package/dist/esm/{f-chip-e15fba8a.js → f-chip-915ddf53.js} +3 -3
  193. package/dist/esm/{f-image-26b1bc14.js → f-image-98371dac.js} +2 -2
  194. package/dist/esm/{f-paginator-utils-e8f62783.js → f-paginator-utils-10fa5a7d.js} +5 -5
  195. package/dist/esm/{f-text-field-bbe1f236.js → f-text-field-0df308e4.js} +2 -2
  196. package/dist/esm/{index-59f83f91.js → index-bbef9f2a.js} +79 -38
  197. package/dist/esm/index.js +3 -3
  198. package/dist/esm/ketchup.js +4 -4
  199. package/dist/esm/kup-accordion.entry.js +7 -6
  200. package/dist/esm/kup-autocomplete_27.entry.js +141 -112
  201. package/dist/esm/kup-box.entry.js +82 -19
  202. package/dist/esm/kup-calendar.entry.js +78 -11
  203. package/dist/esm/kup-card-list.entry.js +5 -4
  204. package/dist/esm/kup-cell.entry.js +12 -11
  205. package/dist/esm/kup-custom-task-list-header_4.entry.js +22 -16
  206. package/dist/esm/kup-dashboard.entry.js +10 -9
  207. package/dist/esm/{kup-dates-15f89ea2.js → kup-dates-172954df.js} +81 -67
  208. package/dist/esm/kup-drawer.entry.js +7 -6
  209. package/dist/esm/kup-echart.entry.js +1504 -1025
  210. package/dist/esm/kup-editor.entry.js +46256 -0
  211. package/dist/esm/kup-family-tree.entry.js +9 -8
  212. package/dist/esm/kup-gantt_10.entry.js +58 -42
  213. package/dist/esm/kup-grid.entry.js +5 -4
  214. package/dist/esm/kup-iframe.entry.js +5 -4
  215. package/dist/esm/kup-image-list.entry.js +13 -12
  216. package/dist/esm/kup-lazy.entry.js +16 -15
  217. package/dist/esm/kup-magic-box.entry.js +9 -8
  218. package/dist/esm/{kup-manager-8d1df189.js → kup-manager-33b051d6.js} +122 -80
  219. package/dist/esm/kup-nav-bar.entry.js +6 -5
  220. package/dist/esm/kup-numeric-picker.entry.js +7 -6
  221. package/dist/esm/kup-photo-frame.entry.js +7 -6
  222. package/dist/esm/{kup-planner-renderer-helper-2143d119.js → kup-planner-renderer-helper-5d97e075.js} +2 -2
  223. package/dist/esm/kup-planner-renderer.entry.js +4 -4
  224. package/dist/esm/kup-planner.entry.js +8 -7
  225. package/dist/esm/kup-probe.entry.js +4 -4
  226. package/dist/esm/kup-qlik.entry.js +6 -5
  227. package/dist/esm/kup-snackbar.entry.js +8 -7
  228. package/dist/esm/loader.js +3 -3
  229. package/dist/ketchup/index.esm.js +1 -1
  230. package/dist/ketchup/ketchup.esm.js +1 -1
  231. package/dist/ketchup/p-060ae996.entry.js +1 -0
  232. package/dist/ketchup/{p-0c124f99.entry.js → p-0a4595bd.entry.js} +1 -1
  233. package/dist/ketchup/{p-dc370227.entry.js → p-0dd0ae49.entry.js} +1 -1
  234. package/dist/ketchup/p-102866cd.js +1 -0
  235. package/dist/ketchup/{p-d300948a.entry.js → p-11d5400a.entry.js} +1 -1
  236. package/dist/ketchup/p-1ad7fea0.js +2 -0
  237. package/dist/ketchup/{p-01a0b54c.js → p-2778f948.js} +1 -1
  238. package/dist/ketchup/p-2f4055ba.entry.js +1 -0
  239. package/dist/ketchup/p-3c9ac0fd.entry.js +1 -0
  240. package/dist/ketchup/p-3ce8ce77.entry.js +49 -0
  241. package/dist/ketchup/p-3ff9a661.entry.js +1 -0
  242. package/dist/ketchup/p-41d6466e.entry.js +1 -0
  243. package/dist/ketchup/p-4bf5e04f.entry.js +1 -0
  244. package/dist/ketchup/p-610a03d4.js +28 -0
  245. package/dist/ketchup/{p-d9a1e5a4.entry.js → p-662d2f9b.entry.js} +1 -1
  246. package/dist/ketchup/p-773bcc69.entry.js +1 -0
  247. package/dist/ketchup/{p-caeed3c3.js → p-7bda0684.js} +1 -1
  248. package/dist/ketchup/p-81996620.entry.js +1 -0
  249. package/dist/ketchup/p-9d8d5070.entry.js +1 -0
  250. package/dist/ketchup/{p-8042dcd5.entry.js → p-9e63f56b.entry.js} +1 -1
  251. package/dist/ketchup/p-9f31a129.entry.js +38 -0
  252. package/dist/ketchup/p-a9b06bb8.js +1 -0
  253. package/dist/ketchup/p-b3067fd0.entry.js +9 -0
  254. package/dist/ketchup/p-b5d3c24d.entry.js +1 -0
  255. package/dist/ketchup/p-babbffa4.entry.js +1 -0
  256. package/dist/ketchup/p-c1ade766.entry.js +1 -0
  257. package/dist/ketchup/{p-9ba8f169.js → p-ccc637ee.js} +1 -1
  258. package/dist/ketchup/p-d15d1083.entry.js +1 -0
  259. package/dist/ketchup/p-d5254caf.entry.js +1 -0
  260. package/dist/ketchup/{p-d76cd8d6.js → p-dba484b8.js} +1 -1
  261. package/dist/ketchup/{p-f51dbf68.js → p-dc18691c.js} +1 -1
  262. package/dist/ketchup/p-de07d17e.js +1 -0
  263. package/dist/ketchup/p-df450df9.entry.js +16 -0
  264. package/dist/ketchup/{p-269a9af8.js → p-e43d4ccc.js} +1 -1
  265. package/dist/ketchup/p-ea625b2a.entry.js +1 -0
  266. package/dist/ketchup/{p-81c1d557.entry.js → p-eb37ea7e.entry.js} +1 -1
  267. package/dist/ketchup/p-f0b882f4.entry.js +1 -0
  268. package/dist/types/components/kup-box/kup-box-declarations.d.ts +13 -0
  269. package/dist/types/components/kup-box/kup-box-state.d.ts +2 -0
  270. package/dist/types/components/kup-box/kup-box.d.ts +26 -1
  271. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +1 -0
  272. package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +1 -0
  273. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
  274. package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +21 -0
  275. package/dist/types/components/kup-editor/kup-editor.d.ts +128 -0
  276. package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +1 -0
  277. package/dist/types/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.d.ts +1 -1
  278. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -0
  279. package/dist/types/components.d.ts +197 -8
  280. package/dist/types/managers/kup-data/kup-data.d.ts +1 -1
  281. package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +1 -0
  282. package/dist/types/managers/kup-interact/kup-interact.d.ts +1 -0
  283. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +3 -0
  284. package/dist/types/managers/kup-manager/kup-manager.d.ts +1 -0
  285. package/dist/types/managers/kup-toolbar/kup-toolbar-declarations.d.ts +1 -1
  286. package/package.json +4 -3
  287. package/dist/ketchup/p-07bed934.entry.js +0 -1
  288. package/dist/ketchup/p-0f6cb6e4.entry.js +0 -1
  289. package/dist/ketchup/p-177f8008.entry.js +0 -9
  290. package/dist/ketchup/p-2ab02da0.entry.js +0 -1
  291. package/dist/ketchup/p-3f028a71.entry.js +0 -1
  292. package/dist/ketchup/p-4a18db68.entry.js +0 -39
  293. package/dist/ketchup/p-4eb6d4e8.entry.js +0 -1
  294. package/dist/ketchup/p-63031c77.js +0 -1
  295. package/dist/ketchup/p-71acfd3c.entry.js +0 -1
  296. package/dist/ketchup/p-753f30d8.entry.js +0 -1
  297. package/dist/ketchup/p-8c3ad5ef.entry.js +0 -1
  298. package/dist/ketchup/p-937a322f.js +0 -29
  299. package/dist/ketchup/p-a2d3aec9.entry.js +0 -1
  300. package/dist/ketchup/p-b07ffd18.entry.js +0 -16
  301. package/dist/ketchup/p-b115e1ec.entry.js +0 -1
  302. package/dist/ketchup/p-b396d0f8.js +0 -1
  303. package/dist/ketchup/p-c12a9759.entry.js +0 -1
  304. package/dist/ketchup/p-c23731ca.js +0 -1
  305. package/dist/ketchup/p-cadeb53d.entry.js +0 -1
  306. package/dist/ketchup/p-cd9a4274.js +0 -2
  307. package/dist/ketchup/p-f1cae1e1.entry.js +0 -1
  308. package/dist/ketchup/p-f417e794.entry.js +0 -1
  309. package/dist/ketchup/p-f753c13f.entry.js +0 -1
  310. package/dist/ketchup/p-f7980061.entry.js +0 -1
@@ -1,10 +1,11 @@
1
- import { r as registerInstance, h, F as Fragment } from './index-59f83f91.js';
2
- import { d as KupDates, c as createCommonjsModule, b as commonjsGlobal } from './kup-dates-15f89ea2.js';
1
+ import { r as registerInstance, h, F as Fragment } from './index-bbef9f2a.js';
2
+ import { b as KupDates, c as commonjsGlobal } from './kup-dates-172954df.js';
3
3
  import { d as defaultDateTimeFormatters, a as getDaysInMonth } from './kup-planner-time-formatter-a68e05ba.js';
4
- import { h as addToDate } from './kup-planner-renderer-helper-2143d119.js';
4
+ import { h as addToDate } from './kup-planner-renderer-helper-5d97e075.js';
5
5
  import { i as isKeyboardEvent, g as getProgressPoint, h as handleTaskBySVGMouseEvent } from './bar.helpers-0898efb9.js';
6
6
 
7
7
  const customTaskListHeaderModuleCss = ".custom-task-list-wrapper{display:flex;justify-content:space-around;max-width:330px;place-items:\"center\";text-align:center;align-items:center}.title{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toggler{max-width:max-content;padding:0 4px;text-align:right}.switch{position:relative;display:inline-block;width:30px;height:17px}.input{opacity:0;width:0;height:0}.input:checked+.slider{background-color:#003b77}.input:checked+.slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px)}.input:focus+.slider{box-shadow:0 0 1px #003b77}.slider{-webkit-transition:0.4s;cursor:pointer;background-color:#ccc;bottom:0;border-radius:17px;left:0;position:absolute;right:0;top:0;transition:0.4s}.slider:before{-webkit-transition:0.1s;background-color:white;border-radius:50%;bottom:2px;content:\"\";height:13px;left:2px;position:absolute;transition:0.1s;width:13px}.label{font-size:12px;padding:6px}.filter{font-size:12px}";
8
+ const KupCustomTaskListHeaderStyle0 = customTaskListHeaderModuleCss;
8
9
 
9
10
  const KupCustomTaskListHeader = class {
10
11
  constructor(hostRef) {
@@ -16,16 +17,17 @@ const KupCustomTaskListHeader = class {
16
17
  this.fontSize = undefined;
17
18
  }
18
19
  render() {
19
- return (h("div", { class: "custom-task-list-wrapper", style: {
20
+ return (h("div", { key: '25542e1e426f9f035bdd3b894acf915100609cec', class: "custom-task-list-wrapper", style: {
20
21
  height: '50px',
21
22
  fontFamily: this.fontFamily,
22
23
  fontSize: this.fontSize,
23
- } }, h("div", { class: "title" }, h("span", null, this.label)), this.setDoubleView !== undefined && (h("div", { class: "toggler" }, h("label", { htmlFor: "ch2", class: "switch" }, h("input", { class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { class: "slider" })), h("span", { class: "label" }, "Previsioni")))));
24
+ } }, h("div", { key: 'b64868e8a15fda0a259e30e77a1572fef34cf9a9', class: "title" }, h("span", { key: '4bb87686a421a211ff7caa2c53105764f2e15c0a' }, this.label)), this.setDoubleView !== undefined && (h("div", { class: "toggler" }, h("label", { htmlFor: "ch2", class: "switch" }, h("input", { class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { class: "slider" })), h("span", { class: "label" }, "Previsioni")))));
24
25
  }
25
26
  };
26
- KupCustomTaskListHeader.style = customTaskListHeaderModuleCss;
27
+ KupCustomTaskListHeader.style = KupCustomTaskListHeaderStyle0;
27
28
 
28
29
  const ganttTableModuleCss = ".container{padding:0 10px;margin-right:10px}.project{background:var(--kup-background-color, #ffffff);border:1px solid var(--kup-border-color, #acacac);border-radius:4px;box-sizing:border-box;color:var(--kup-text-color, #595959);cursor:pointer;display:grid;font-weight:400;grid-template-columns:var(--grid-project-columns, 1fr 1fr 1fr);place-items:center}.project>*{font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.project .main{font-weight:700;width:100%;padding-left:4px}.subrow{cursor:pointer;display:grid;border-width:1px;border-style:solid;border-color:#acacac;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;grid-template-columns:var(--grid-fasi-columns, 1fr 1fr 1fr);place-items:center;background:#ffffff;color:#595959;font-weight:400}.subrow>*{font-size:12px;line-height:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.subrow:has(+.subrow),.project:has(+.subrow){border-bottom-left-radius:0;border-bottom-right-radius:0}.timeline{cursor:pointer;display:grid;border-width:1px;border-style:solid;border-color:#cbcbcb;border-radius:4px;grid-template-columns:var(--grid-fasi-columns, 1fr 1fr 1fr);place-items:center;background:#fff;color:#595959;font-weight:400;box-sizing:border-box}.timeline>*{font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.timeline .main{font-weight:700;width:100%;padding-left:4px}";
30
+ const KupCustomTaskListTableStyle0 = ganttTableModuleCss;
29
31
 
30
32
  const KupCustomTaskListTable = class {
31
33
  constructor(hostRef) {
@@ -43,7 +45,7 @@ const KupCustomTaskListTable = class {
43
45
  }
44
46
  render() {
45
47
  const kupDates = new KupDates();
46
- return (h("div", { class: "container" }, this.tasks.map((task) => {
48
+ return (h("div", { key: 'aa6299da80dde8682f3fe8c1a8e244d6c15e5c5c', class: "container" }, this.tasks.map((task) => {
47
49
  var _a, _b, _c;
48
50
  return (h(Fragment, null, task.type === 'project' ? (h("div", { class: "project", style: {
49
51
  height: `${this.rowHeight}px`,
@@ -115,9 +117,10 @@ const KupCustomTaskListTable = class {
115
117
  })));
116
118
  }
117
119
  };
118
- KupCustomTaskListTable.style = ganttTableModuleCss;
120
+ KupCustomTaskListTable.style = KupCustomTaskListTableStyle0;
119
121
 
120
122
  const kupGanttCalendarCss = ".calendarBottomText{text-anchor:middle;fill:#333;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.calendarTopTick{stroke:#e6e4e4}.calendarTopText{text-anchor:middle;fill:#555;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.calendarHeader{fill:#ffffff;stroke:#e0e0e0;stroke-width:1.4}";
123
+ const KupGanttCalendarStyle0 = kupGanttCalendarCss;
121
124
 
122
125
  const KupGanttCalendar = class {
123
126
  constructor(hostRef) {
@@ -313,16 +316,18 @@ const KupGanttCalendar = class {
313
316
  this.simplifiedHeader =
314
317
  this.singleLineHeader && this.dateSetup.viewMode !== 'year';
315
318
  const [topValues, bottomValues] = this.getTopAndBottomValues();
316
- return (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { 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: '972519efa36c109961fdd368de96b3dc1b1d8d7e', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: '14edca5a67b8fcd35ea5ff959fbac1cd6f0e225b', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: '8555e690efb9858ecfb9502526b6185706082889', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
317
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))))
318
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 && (
319
322
  // current date indicator
320
323
  h("circle", { fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
321
324
  }
322
325
  };
323
- KupGanttCalendar.style = kupGanttCalendarCss;
326
+ KupGanttCalendar.style = KupGanttCalendarStyle0;
324
327
 
325
- var hexToCssFilter = createCommonjsModule(function (module, exports) {
328
+ var hexToCssFilter = {exports: {}};
329
+
330
+ (function (module, exports) {
326
331
  (function (global, factory) {
327
332
  factory(exports) ;
328
333
  }(commonjsGlobal, (function (exports) {
@@ -859,9 +864,10 @@ var hexToCssFilter = createCommonjsModule(function (module, exports) {
859
864
  Object.defineProperty(exports, '__esModule', { value: true });
860
865
 
861
866
  })));
862
- });
867
+ }(hexToCssFilter, hexToCssFilter.exports));
863
868
 
864
869
  const kupGridRendererCss = ".gridRow{fill:#fff}.gridRowLine{stroke:transparent}.gridTick{stroke:#e6e4e4}.barHandle{fill:#ddd;cursor:ew-resize;opacity:0;visibility:hidden}.barBackground{user-select:none;stroke-width:0}.barWrapper{cursor:pointer;outline:none}.task-wrapper{outline:none !important}.barWrapper:hover .barHandle{visibility:visible;opacity:1}.barLabel{fill:#fff;text-anchor:middle;font-weight:lighter;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.barLabelOutside{fill:#555;text-anchor:start;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}";
870
+ const KupGridRendererStyle0 = kupGridRendererCss;
865
871
 
866
872
  const KupGridRenderer = class {
867
873
  constructor(hostRef) {
@@ -1080,7 +1086,7 @@ const KupGridRenderer = class {
1080
1086
  }
1081
1087
  }
1082
1088
  getTaskIcon(bar) {
1083
- const cssFilter = hexToCssFilter.hexToCSSFilter(bar.color);
1089
+ const cssFilter = hexToCssFilter.exports.hexToCSSFilter(bar.color);
1084
1090
  return (h("image", { href: bar.url, filter: cssFilter.filter.replace(';', ''), x: bar.x, y: bar.y, width: bar.width, height: bar.height }));
1085
1091
  }
1086
1092
  renderKupBar(task, isSelected, isDateResizable, isProgressChangeable) {
@@ -1223,13 +1229,13 @@ const KupGridRenderer = class {
1223
1229
  addToDate(date, date.getTime() - this.dates[i - 1].getTime(), 'millisecond').getTime() >= now.getTime())) ;
1224
1230
  tickX += this.columnWidth;
1225
1231
  }
1226
- return (h("svg", { 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", { class: "grid" }, h("g", { class: "rows" }, gridRows), h("g", { class: "rowLines" }, rowLines), h("g", { class: "ticks" }, ticks)), h("g", { class: "content" }, this.currentDateIndicator && (h("rect", { fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { 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", { class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1232
+ return (h("svg", { key: '453f06f9849218010409d444adb13500f22b6cfa', 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: 'a671a9e0c1c44ef1b3d86d679d68dda934246e59', class: "grid" }, h("g", { key: '3741633c839e757fa4d4cc0999d9e34ad5284173', class: "rows" }, gridRows), h("g", { key: '34bdba123cff205d0769e6492055a72f51b85bd7', class: "rowLines" }, rowLines), h("g", { key: '0d2b321b587e8cc4a65ac356ea1a5903c1fa61f6', class: "ticks" }, ticks)), h("g", { key: '891e706099f2c83dcabf5a0bb62a2c8139c10ac1', class: "content" }, this.currentDateIndicator && (h("rect", { fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { 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: '6e36b71942a8619b800210d189629c0856cb57f6', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1227
1233
  return task.barChildren.map((child) => {
1228
1234
  if (task.type !== 'timeline') {
1229
1235
  this.renderKupArrow(task, child);
1230
1236
  }
1231
1237
  });
1232
- })), h("g", { class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1238
+ })), h("g", { key: '38643adf911e2b0ff25b0ffe4f8c8c645171c55d', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1233
1239
  const forbidResize = task.type === 'project';
1234
1240
  return (h("g", { onKeyDown: (e) => {
1235
1241
  switch (e.key) {
@@ -1305,6 +1311,6 @@ const KupGridRenderer = class {
1305
1311
  "onDateChange": ["updateSvgMove"]
1306
1312
  }; }
1307
1313
  };
1308
- KupGridRenderer.style = kupGridRendererCss;
1314
+ KupGridRenderer.style = KupGridRendererStyle0;
1309
1315
 
1310
1316
  export { KupCustomTaskListHeader as kup_custom_task_list_header, KupCustomTaskListTable as kup_custom_task_list_table, KupGanttCalendar as kup_gantt_calendar, KupGridRenderer as kup_grid_renderer };
@@ -1,14 +1,14 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
2
- import { F as FButton } from './f-button-856a189a.js';
3
- import { F as FCheckbox } from './f-checkbox-43481de2.js';
4
- import { F as FTextField } from './f-text-field-bbe1f236.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-bbef9f2a.js';
2
+ import { F as FButton } from './f-button-121958b3.js';
3
+ import { F as FCheckbox } from './f-checkbox-fdf27ce9.js';
4
+ import { F as FTextField } from './f-text-field-0df308e4.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-c88bf688.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, ah as KupLanguageDashboard, l as KupLanguageGeneric, Q as KupDragEffect, d as KupDebugCategory } from './kup-manager-8d1df189.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, ah as KupLanguageDashboard, l as KupLanguageGeneric, Q as KupDragEffect, d as KupDebugCategory } from './kup-manager-33b051d6.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-9bdc6f26.js';
9
- import './f-image-26b1bc14.js';
9
+ import './f-image-98371dac.js';
10
10
  import './component-879e99bf.js';
11
- import './kup-dates-15f89ea2.js';
11
+ import './kup-dates-172954df.js';
12
12
 
13
13
  /**
14
14
  * Props of the kup-dashboard component.
@@ -22,6 +22,7 @@ var KupDashboardProps;
22
22
  })(KupDashboardProps || (KupDashboardProps = {}));
23
23
 
24
24
  const kupDashboardCss = ":host{width:100%;height:100%}#kup-component{height:100%}.header{display:flex;flex-direction:row;justify-content:center}.header>*{margin-left:0.5em}.form{display:grid;height:100%}.form-dropzone{padding:1em;grid-gap:0.5em;border:1px solid var(--kup-primary-color);height:auto}.section{display:flex;flex-direction:column;overflow:auto}.section-header{display:flex;flex-direction:column}.section-header>*{width:100%;display:flex;flex-direction:row}.section-header>*>.section-header-actions{display:flex;justify-content:end}.section-header>*>.section-header-actions>*{margin-top:auto;margin-bottom:auto}.section-body{display:grid}.section-dropzone{border:1px solid var(--kup-primary-color)}.section-draggable{border:1px solid var(--kup-secondary-color);padding:1em}.section-placeholder{background-color:rgba(var(--kup-secondary-color-rgb), 0.5);min-height:1em;min-width:1em}.component{height:fit-content;padding:1em;margin:0.5em}.layout-row{grid-auto-flow:column;grid-template-columns:min-content}.layout-column{grid-auto-flow:row;grid-template-rows:min-content}";
25
+ const KupDashboardStyle0 = kupDashboardCss;
25
26
 
26
27
  const KupDashboard = class {
27
28
  constructor(hostRef) {
@@ -391,7 +392,7 @@ const KupDashboard = class {
391
392
  this.didRenderInteractables();
392
393
  }
393
394
  render() {
394
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, this.buildHeader(), this.buildForm(this.internalData, null))));
395
+ return (h(Host, { key: 'd137a4cd1fe9f41d4b3b26bd9ea21661b005e824' }, h("style", { key: '97e692c9fde917dc863029428329b4a08cbed122' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '7e48783550fee1e317c77b3ff5edab3d4cbc0274', id: componentWrapperId }, this.buildHeader(), this.buildForm(this.internalData, null))));
395
396
  }
396
397
  disconnectedCallback() {
397
398
  this.unregisterInteractables();
@@ -404,6 +405,6 @@ const KupDashboard = class {
404
405
  "data": ["dataChanged"]
405
406
  }; }
406
407
  };
407
- KupDashboard.style = kupDashboardCss;
408
+ KupDashboard.style = KupDashboardStyle0;
408
409
 
409
410
  export { KupDashboard as kup_dashboard };
@@ -4,20 +4,6 @@ function getDefaultExportFromCjs (x) {
4
4
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
5
  }
6
6
 
7
- function createCommonjsModule(fn, basedir, module) {
8
- return module = {
9
- path: basedir,
10
- exports: {},
11
- require: function (path, base) {
12
- return commonjsRequire();
13
- }
14
- }, fn(module, module.exports), module.exports;
15
- }
16
-
17
- function commonjsRequire () {
18
- throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
19
- }
20
-
21
7
  /**
22
8
  * Normalization types.
23
9
  */
@@ -62,45 +48,73 @@ var KupDatesFormats;
62
48
  KupDatesFormats["ISO_TIME_WITHOUT_SECONDS"] = "HH:mm";
63
49
  })(KupDatesFormats || (KupDatesFormats = {}));
64
50
 
65
- var dayjs_min = createCommonjsModule(function (module, exports) {
51
+ var dayjs_min = {exports: {}};
52
+
53
+ (function (module, exports) {
66
54
  !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}));
67
- });
55
+ }(dayjs_min));
68
56
 
69
- var customParseFormat = createCommonjsModule(function (module, exports) {
57
+ const dayjs = dayjs_min.exports;
58
+
59
+ var customParseFormat$1 = {exports: {}};
60
+
61
+ (function (module, exports) {
70
62
  !function(e,t){module.exports=t();}(commonjsGlobal,(function(){var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,n=/\d\d/,r=/\d\d?/,i=/\d*[^-_:/,()\s\d]+/,o={},s=function(e){return (e=+e)+(e>68?1900:2e3)};var a=function(e){return function(t){this[e]=+t;}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;var t=e.match(/([+-]|\d\d)/g),n=60*t[1]+(+t[2]||0);return 0===n?0:"+"===t[0]?-n:n}(e);}],h=function(e){var t=o[e];return t&&(t.indexOf?t:t.s.concat(t.f))},u=function(e,t){var n,r=o.meridiem;if(r){for(var i=1;i<=24;i+=1)if(e.indexOf(r(i,0,t))>-1){n=i>12;break}}else n=e===(t?"pm":"PM");return n},d={A:[i,function(e){this.afternoon=u(e,!1);}],a:[i,function(e){this.afternoon=u(e,!0);}],S:[/\d/,function(e){this.milliseconds=100*+e;}],SS:[n,function(e){this.milliseconds=10*+e;}],SSS:[/\d{3}/,function(e){this.milliseconds=+e;}],s:[r,a("seconds")],ss:[r,a("seconds")],m:[r,a("minutes")],mm:[r,a("minutes")],H:[r,a("hours")],h:[r,a("hours")],HH:[r,a("hours")],hh:[r,a("hours")],D:[r,a("day")],DD:[n,a("day")],Do:[i,function(e){var t=o.ordinal,n=e.match(/\d+/);if(this.day=n[0],t)for(var r=1;r<=31;r+=1)t(r).replace(/\[|\]/g,"")===e&&(this.day=r);}],M:[r,a("month")],MM:[n,a("month")],MMM:[i,function(e){var t=h("months"),n=(h("monthsShort")||t.map((function(e){return e.slice(0,3)}))).indexOf(e)+1;if(n<1)throw new Error;this.month=n%12||n;}],MMMM:[i,function(e){var t=h("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t;}],Y:[/[+-]?\d+/,a("year")],YY:[n,function(e){this.year=s(e);}],YYYY:[/\d{4}/,a("year")],Z:f,ZZ:f};function c(n){var r,i;r=n,i=o&&o.formats;for(var s=(n=r.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,n,r){var o=r&&r.toUpperCase();return n||i[r]||e[r]||i[o].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}))).match(t),a=s.length,f=0;f<a;f+=1){var h=s[f],u=d[h],c=u&&u[0],l=u&&u[1];s[f]=l?{regex:c,parser:l}:h.replace(/^\[|\]$/g,"");}return function(e){for(var t={},n=0,r=0;n<a;n+=1){var i=s[n];if("string"==typeof i)r+=i.length;else {var o=i.regex,f=i.parser,h=e.slice(r),u=o.exec(h)[0];f.call(t,u),e=e.replace(u,"");}}return function(e){var t=e.afternoon;if(void 0!==t){var n=e.hours;t?n<12&&(e.hours+=12):12===n&&(e.hours=0),delete e.afternoon;}}(t),t}}return function(e,t,n){n.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&(s=e.parseTwoDigitYear);var r=t.prototype,i=r.parse;r.parse=function(e){var t=e.date,r=e.utc,s=e.args;this.$u=r;var a=s[1];if("string"==typeof a){var f=!0===s[2],h=!0===s[3],u=f||h,d=s[2];h&&(d=s[2]),o=this.$locale(),!f&&d&&(o=n.Ls[d]),this.$d=function(e,t,n){try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);var r=c(t)(e),i=r.year,o=r.month,s=r.day,a=r.hours,f=r.minutes,h=r.seconds,u=r.milliseconds,d=r.zone,l=new Date,m=s||(i||o?1:l.getDate()),M=i||l.getFullYear(),Y=0;i&&!o||(Y=o>0?o-1:l.getMonth());var p=a||0,v=f||0,D=h||0,g=u||0;return d?new Date(Date.UTC(M,Y,m,p,v,D,g+60*d.offset*1e3)):n?new Date(Date.UTC(M,Y,m,p,v,D,g)):new Date(M,Y,m,p,v,D,g)}catch(e){return new Date("")}}(t,a,r),this.init(),d&&!0!==d&&(this.$L=this.locale(d).$L),u&&t!=this.format(a)&&(this.$d=new Date("")),o={};}else if(a instanceof Array)for(var l=a.length,m=1;m<=l;m+=1){s[1]=a[m-1];var M=n.apply(this,s);if(M.isValid()){this.$d=M.$d,this.$L=M.$L,this.init();break}m===l&&(this.$d=new Date(""));}else i.call(this,e);};}}));
71
- });
63
+ }(customParseFormat$1));
64
+
65
+ const customParseFormat = customParseFormat$1.exports;
66
+
67
+ var localizedFormat$1 = {exports: {}};
72
68
 
73
- var localizedFormat = createCommonjsModule(function (module, exports) {
69
+ (function (module, exports) {
74
70
  !function(e,t){module.exports=t();}(commonjsGlobal,(function(){var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(t,o,n){var r=o.prototype,i=r.format;n.en.formats=e,r.format=function(t){void 0===t&&(t="YYYY-MM-DDTHH:mm:ssZ");var o=this.$locale().formats,n=function(t,o){return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,n,r){var i=r&&r.toUpperCase();return n||o[r]||e[r]||o[i].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,o){return t||o.slice(1)}))}))}(t,void 0===o?{}:o);return i.call(this,n)};}}));
75
- });
71
+ }(localizedFormat$1));
76
72
 
77
- var minMax = createCommonjsModule(function (module, exports) {
73
+ const localizedFormat = localizedFormat$1.exports;
74
+
75
+ var minMax$1 = {exports: {}};
76
+
77
+ (function (module, exports) {
78
78
  !function(e,n){module.exports=n();}(commonjsGlobal,(function(){return function(e,n,t){var i=function(e,n){if(!n||!n.length||1===n.length&&!n[0]||1===n.length&&Array.isArray(n[0])&&!n[0].length)return null;var t;1===n.length&&n[0].length>0&&(n=n[0]);t=(n=n.filter((function(e){return e})))[0];for(var i=1;i<n.length;i+=1)n[i].isValid()&&!n[i][e](t)||(t=n[i]);return t};t.max=function(){var e=[].slice.call(arguments,0);return i("isAfter",e)},t.min=function(){var e=[].slice.call(arguments,0);return i("isBefore",e)};}}));
79
- });
79
+ }(minMax$1));
80
+
81
+ const minMax = minMax$1.exports;
82
+
83
+ var es = {exports: {}};
84
+
85
+ (function (module, exports) {
86
+ !function(e,o){module.exports=o(dayjs_min.exports);}(commonjsGlobal,(function(e){function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=o(e),d={name:"es",monthsShort:"ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),weekStart:1,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinal:function(e){return e+"º"}};return s.default.locale(d,null,!0),d}));
87
+ }(es));
88
+
89
+ var fr = {exports: {}};
90
+
91
+ (function (module, exports) {
92
+ !function(e,n){module.exports=n(dayjs_min.exports);}(commonjsGlobal,(function(e){function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=n(e),i={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(e){return ""+e+(1===e?"er":"")}};return t.default.locale(i,null,!0),i}));
93
+ }(fr));
94
+
95
+ var it = {exports: {}};
96
+
97
+ (function (module, exports) {
98
+ !function(e,o){module.exports=o(dayjs_min.exports);}(commonjsGlobal,(function(e){function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=o(e),n={name:"it",weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),weekStart:1,monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"tra %s",past:"%s fa",s:"qualche secondo",m:"un minuto",mm:"%d minuti",h:"un' ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinal:function(e){return e+"º"}};return t.default.locale(n,null,!0),n}));
99
+ }(it));
80
100
 
81
- createCommonjsModule(function (module, exports) {
82
- !function(e,o){module.exports=o(dayjs_min);}(commonjsGlobal,(function(e){function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=o(e),d={name:"es",monthsShort:"ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),weekStart:1,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinal:function(e){return e+"º"}};return s.default.locale(d,null,!0),d}));
83
- });
101
+ var pl = {exports: {}};
84
102
 
85
- createCommonjsModule(function (module, exports) {
86
- !function(e,n){module.exports=n(dayjs_min);}(commonjsGlobal,(function(e){function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=n(e),i={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(e){return ""+e+(1===e?"er":"")}};return t.default.locale(i,null,!0),i}));
87
- });
103
+ (function (module, exports) {
104
+ !function(e,t){module.exports=t(dayjs_min.exports);}(commonjsGlobal,(function(e){function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=t(e);function a(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function n(e,t,i){var n=e+" ";switch(i){case"m":return t?"minuta":"minutę";case"mm":return n+(a(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return n+(a(e)?"godziny":"godzin");case"MM":return n+(a(e)?"miesiące":"miesięcy");case"yy":return n+(a(e)?"lata":"lat")}}var r="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),_="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),s=/D MMMM/,d=function(e,t){return s.test(t)?r[e.month()]:_[e.month()]};d.s=_,d.f=r;var o={name:"pl",weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),months:d,monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),ordinal:function(e){return e+"."},weekStart:1,yearStart:4,relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:n,mm:n,h:n,hh:n,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:n,y:"rok",yy:n},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"}};return i.default.locale(o,null,!0),o}));
105
+ }(pl));
88
106
 
89
- createCommonjsModule(function (module, exports) {
90
- !function(e,o){module.exports=o(dayjs_min);}(commonjsGlobal,(function(e){function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=o(e),n={name:"it",weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),weekStart:1,monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"tra %s",past:"%s fa",s:"qualche secondo",m:"un minuto",mm:"%d minuti",h:"un' ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinal:function(e){return e+"º"}};return t.default.locale(n,null,!0),n}));
91
- });
107
+ var ru = {exports: {}};
92
108
 
93
- createCommonjsModule(function (module, exports) {
94
- !function(e,t){module.exports=t(dayjs_min);}(commonjsGlobal,(function(e){function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=t(e);function a(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function n(e,t,i){var n=e+" ";switch(i){case"m":return t?"minuta":"minutę";case"mm":return n+(a(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return n+(a(e)?"godziny":"godzin");case"MM":return n+(a(e)?"miesiące":"miesięcy");case"yy":return n+(a(e)?"lata":"lat")}}var r="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),_="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),s=/D MMMM/,d=function(e,t){return s.test(t)?r[e.month()]:_[e.month()]};d.s=_,d.f=r;var o={name:"pl",weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),months:d,monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),ordinal:function(e){return e+"."},weekStart:1,yearStart:4,relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:n,mm:n,h:n,hh:n,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:n,y:"rok",yy:n},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"}};return i.default.locale(o,null,!0),o}));
95
- });
109
+ (function (module, exports) {
110
+ !function(_,t){module.exports=t(dayjs_min.exports);}(commonjsGlobal,(function(_){function t(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var e=t(_),n="января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),s="январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),r="янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),o="янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"),i=/D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;function d(_,t,e){var n,s;return "m"===e?t?"минута":"минуту":_+" "+(n=+_,s={mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[e].split("_"),n%10==1&&n%100!=11?s[0]:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?s[1]:s[2])}var u=function(_,t){return i.test(t)?n[_.month()]:s[_.month()]};u.s=s,u.f=n;var a=function(_,t){return i.test(t)?r[_.month()]:o[_.month()]};a.s=o,a.f=r;var m={name:"ru",weekdays:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),weekdaysShort:"вск_пнд_втр_срд_чтв_птн_сбт".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),months:u,monthsShort:a,weekStart:1,yearStart:4,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:d,mm:d,h:"час",hh:d,d:"день",dd:d,M:"месяц",MM:d,y:"год",yy:d},ordinal:function(_){return _},meridiem:function(_){return _<4?"ночи":_<12?"утра":_<17?"дня":"вечера"}};return e.default.locale(m,null,!0),m}));
111
+ }(ru));
96
112
 
97
- createCommonjsModule(function (module, exports) {
98
- !function(_,t){module.exports=t(dayjs_min);}(commonjsGlobal,(function(_){function t(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var e=t(_),n="января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),s="январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),r="янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),o="янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"),i=/D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;function d(_,t,e){var n,s;return "m"===e?t?"минута":"минуту":_+" "+(n=+_,s={mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[e].split("_"),n%10==1&&n%100!=11?s[0]:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?s[1]:s[2])}var u=function(_,t){return i.test(t)?n[_.month()]:s[_.month()]};u.s=s,u.f=n;var a=function(_,t){return i.test(t)?r[_.month()]:o[_.month()]};a.s=o,a.f=r;var m={name:"ru",weekdays:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),weekdaysShort:"вск_пнд_втр_срд_чтв_птн_сбт".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),months:u,monthsShort:a,weekStart:1,yearStart:4,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:d,mm:d,h:"час",hh:d,d:"день",dd:d,M:"месяц",MM:d,y:"год",yy:d},ordinal:function(_){return _},meridiem:function(_){return _<4?"ночи":_<12?"утра":_<17?"дня":"вечера"}};return e.default.locale(m,null,!0),m}));
99
- });
113
+ var zh = {exports: {}};
100
114
 
101
- createCommonjsModule(function (module, exports) {
102
- !function(e,_){module.exports=_(dayjs_min);}(commonjsGlobal,(function(e){function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=_(e),d={name:"zh",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(e,_){return "W"===_?e+"周":e+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s后",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(e,_){var t=100*e+_;return t<600?"凌晨":t<900?"早上":t<1100?"上午":t<1300?"中午":t<1800?"下午":"晚上"}};return t.default.locale(d,null,!0),d}));
103
- });
115
+ (function (module, exports) {
116
+ !function(e,_){module.exports=_(dayjs_min.exports);}(commonjsGlobal,(function(e){function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=_(e),d={name:"zh",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(e,_){return "W"===_?e+"周":e+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s后",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(e,_){var t=100*e+_;return t<600?"凌晨":t<900?"早上":t<1100?"上午":t<1300?"中午":t<1800?"下午":"晚上"}};return t.default.locale(d,null,!0),d}));
117
+ }(zh));
104
118
 
105
119
  /**
106
120
  * Handles operations and formatting of dates.
@@ -118,15 +132,15 @@ class KupDates {
118
132
  */
119
133
  this.formatToIsoDate = (date) => {
120
134
  var _a;
121
- return (_a = dayjs_min(date).toISOString()) !== null && _a !== void 0 ? _a : undefined;
135
+ return (_a = dayjs(date).toISOString()) !== null && _a !== void 0 ? _a : undefined;
122
136
  };
123
137
  /**
124
138
  * Parses a Date string to JS Date Object
125
139
  *
126
140
  * @param {string} ymd - The string to be converted to Date.
127
141
  */
128
- this.parseToDayStart = (ymd) => dayjs_min(ymd).toDate();
129
- this.parseToDayEnd = (endDate) => dayjs_min(endDate).add(23, 'hour').add(59, 'minute').add(59, 'second').toDate();
142
+ this.parseToDayStart = (ymd) => dayjs(ymd).toDate();
143
+ this.parseToDayEnd = (endDate) => dayjs(endDate).add(23, 'hour').add(59, 'minute').add(59, 'second').toDate();
130
144
  /**
131
145
  * Returns Start and end date of given dates
132
146
  *
@@ -142,13 +156,13 @@ class KupDates {
142
156
  }
143
157
  return { start, end };
144
158
  };
145
- this.formatToLocaleSimple = (date) => dayjs_min(date).format("DD/MM/YYYY");
159
+ this.formatToLocaleSimple = (date) => dayjs(date).format("DD/MM/YYYY");
146
160
  this.managedComponents = new Set();
147
161
  this.setLocale(locale);
148
- this.dayjs = dayjs_min;
149
- dayjs_min.extend(customParseFormat);
150
- dayjs_min.extend(localizedFormat);
151
- dayjs_min.extend(minMax);
162
+ this.dayjs = dayjs;
163
+ dayjs.extend(customParseFormat);
164
+ dayjs.extend(localizedFormat);
165
+ dayjs.extend(minMax);
152
166
  }
153
167
  /**
154
168
  * Sets the locale from the browser or from a given argument.
@@ -185,7 +199,7 @@ class KupDates {
185
199
  this.locale = KupDatesLocales.ENGLISH;
186
200
  }
187
201
  }
188
- dayjs_min.locale(this.locale);
202
+ dayjs.locale(this.locale);
189
203
  this.managedComponents.forEach(function (comp) {
190
204
  if (comp.isConnected) {
191
205
  comp.refresh();
@@ -272,7 +286,7 @@ class KupDates {
272
286
  if (!format) {
273
287
  format = 'L'; // MM/DD/YYYY, DD/MM/YYYY depending on locale
274
288
  }
275
- return dayjs_min(input).format(format);
289
+ return dayjs(input).format(format);
276
290
  }
277
291
  /**
278
292
  * Gets the time formatted
@@ -300,10 +314,10 @@ class KupDates {
300
314
  */
301
315
  isValid(date, format, strict) {
302
316
  if (format && format != null) {
303
- return dayjs_min(date, format, strict).isValid();
317
+ return dayjs(date, format, strict).isValid();
304
318
  }
305
319
  else {
306
- return dayjs_min(date, undefined, strict).isValid();
320
+ return dayjs(date, undefined, strict).isValid();
307
321
  }
308
322
  }
309
323
  /**
@@ -324,10 +338,10 @@ class KupDates {
324
338
  */
325
339
  toDate(input, format) {
326
340
  if (format && format != null) {
327
- return dayjs_min(input, format).toDate();
341
+ return dayjs(input, format).toDate();
328
342
  }
329
343
  else {
330
- return dayjs_min(input).toDate();
344
+ return dayjs(input).toDate();
331
345
  }
332
346
  }
333
347
  /**
@@ -338,10 +352,10 @@ class KupDates {
338
352
  */
339
353
  toDayjs(input, format) {
340
354
  if (format) {
341
- return dayjs_min(input, format);
355
+ return dayjs(input, format);
342
356
  }
343
357
  else {
344
- return dayjs_min(input);
358
+ return dayjs(input);
345
359
  }
346
360
  }
347
361
  /**
@@ -351,7 +365,7 @@ class KupDates {
351
365
  * @returns {dayjs.Dayjs} Dayjs object of the normalized date.
352
366
  */
353
367
  normalize(input, type) {
354
- const l = dayjs_min.Ls[this.locale].formats.L;
368
+ const l = dayjs.Ls[this.locale].formats.L;
355
369
  // array e for-each con contains
356
370
  const allowedChars = [
357
371
  '0',
@@ -376,13 +390,13 @@ class KupDates {
376
390
  switch (type) {
377
391
  case KupDatesNormalize.TIME:
378
392
  const time = normalizeTime();
379
- return dayjs_min(time);
393
+ return dayjs(time);
380
394
  case KupDatesNormalize.TIMESTAMP:
381
- return dayjs_min(input);
395
+ return dayjs(input);
382
396
  case KupDatesNormalize.DATE:
383
397
  default:
384
398
  const date = normalizeDate();
385
- return dayjs_min(date);
399
+ return dayjs(date);
386
400
  }
387
401
  function normalizeDate() {
388
402
  const today = new Date();
@@ -485,9 +499,9 @@ class KupDates {
485
499
  const dayjsDates = [];
486
500
  for (let index = 0; index < dates.length; index++) {
487
501
  const date = dates[index];
488
- dayjsDates.push(dayjs_min(date));
502
+ dayjsDates.push(dayjs(date));
489
503
  }
490
- return dayjs_min.min(dayjsDates);
504
+ return dayjs.min(dayjsDates);
491
505
  }
492
506
  /**
493
507
  * Returns the maximum date from an array of dates.
@@ -498,9 +512,9 @@ class KupDates {
498
512
  const dayjsDates = [];
499
513
  for (let index = 0; index < dates.length; index++) {
500
514
  const date = dates[index];
501
- dayjsDates.push(dayjs_min(date));
515
+ dayjsDates.push(dayjs(date));
502
516
  }
503
- return dayjs_min.max(dayjsDates);
517
+ return dayjs.max(dayjsDates);
504
518
  }
505
519
  /**
506
520
  * Adds the given amount of time to the input date.
@@ -511,7 +525,7 @@ class KupDates {
511
525
  * @see https://day.js.org/docs/en/manipulate/add
512
526
  */
513
527
  add(input, value, unit) {
514
- return dayjs_min(input).add(value, unit);
528
+ return dayjs(input).add(value, unit);
515
529
  }
516
530
  /**
517
531
  * Subtracts the given amount of time from the input date.
@@ -522,7 +536,7 @@ class KupDates {
522
536
  * @see https://day.js.org/docs/en/manipulate/subtract
523
537
  */
524
538
  subtract(input, value, unit) {
525
- return dayjs_min(input).subtract(value, unit);
539
+ return dayjs(input).subtract(value, unit);
526
540
  }
527
541
  /**
528
542
  * Gets the month formatted
@@ -774,4 +788,4 @@ class KupDates {
774
788
  }
775
789
  }
776
790
 
777
- export { KupDatesFormats as K, KupDatesNormalize as a, commonjsGlobal as b, createCommonjsModule as c, KupDates as d, KupDatesLocales as e, KupDateTimeFormatOptionsMonth as f, getDefaultExportFromCjs as g };
791
+ export { KupDatesFormats as K, KupDatesNormalize as a, KupDates as b, commonjsGlobal as c, KupDatesLocales as d, KupDateTimeFormatOptionsMonth as e, getDefaultExportFromCjs as g };
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-8d1df189.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-bbef9f2a.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-33b051d6.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-15f89ea2.js';
4
+ import './kup-dates-172954df.js';
5
5
 
6
6
  const drawerClass = 'drawer';
7
7
  /**
@@ -15,6 +15,7 @@ var KupDrawerProps;
15
15
  })(KupDrawerProps || (KupDrawerProps = {}));
16
16
 
17
17
  const kupDrawerCss = ":host{--kup_drawer_backdrop:var(--kup-drawer-backdrop, rgba(0, 0, 0, 0.32));--kup_drawer_box_shadow:var(\n --kup-drawer-box-shadow,\n 0 8px 10px -5px rgba(0, 0, 0, 0.2),\n 0 16px 24px 2px rgba(0, 0, 0, 0.14),\n 0 6px 30px 5px rgba(0, 0, 0, 0.12)\n );--kup_drawer_permanent_border:var(\n --kup-drawer-permanent-border,\n 1px solid var(--kup-border-color)\n );--kup_drawer_slide_transition:var(--kup-drawer-slide-transition, 750ms);--kup_drawer_transition:var(--kup-drawer-transition, 250ms);box-shadow:var(--kup_drawer_box_shadow);display:block;font-size:var(--kup-font-size);height:100vh;left:calc(var(--kup-drawer-width) * -1);position:fixed;top:0;transition:left var(--kup_drawer_slide_transition) cubic-bezier(0.4, 0, 0.2, 1), right var(--kup_drawer_slide_transition) cubic-bezier(0.4, 0, 0.2, 1);width:var(--kup-drawer-width);z-index:var(--kup-drawer-zindex)}#kup-component{height:100%;width:100%}.backdrop{background:var(--kup_drawer_backdrop);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:var(--kup-drawer-zindex)}.drawer{height:100%;position:fixed;width:var(--kup-drawer-width);z-index:calc(var(--kup-drawer-zindex) + 1)}.drawer__content{background-color:var(--kup-drawer-background-color);box-sizing:border-box;height:100%;overflow-y:auto;width:100%}.drawer ::slotted(*){--kup-button-primary-color:var(--kup-drawer-color);--kup-button-primary-color-rgb:var(--kup-drawer-color-rgb);--kup-button-primary-color-h:var(--kup-drawer-color-h);--kup-button-primary-color-s:var(--kup-drawer-color-s);--kup-button-primary-color-l:var(--kup-drawer-color-l);--kup-switch-label-color:var(--kup-drawer-color);--kup-switch-primary-color:var(--kup-drawer-color);--kup-switch-primary-color-rgb:var(--kup-drawer-color-rgb);--kup-textfield-color:var(--kup-drawer-color);--kup-textfield-color-rgb:var(--kup-drawer-color-rgb);--kup-textfield-primary-color:var(--kup-drawer-color);--kup-textfield-primary-color-rgb:var(--kup-drawer-color-rgb);--kup-tree-color:var(--kup-drawer-color);--kup-tree-color-rgb:var(--kup-drawer-color-rgb);--kup-tree-filter-background-color:var(--kup-drawer-background-color);--kup-tree-icon-color:var(--kup-drawer-color);color:var(--kup-drawer-color);fill:var(--kup-drawer-color)}:host([kup-opened]){left:0}:host([kup-opened]) .backdrop{display:block}:host(.kup-right){left:unset;right:-100%}:host([kup-opened].kup-right){right:0}:host(.kup-permanent){box-shadow:unset;transition:all 250ms}:host(.kup-permanent) .backdrop{display:none}:host(.kup-permanent) .drawer{position:relative}:host(.kup-permanent) .drawer__content{border-right:var(--kup_drawer_permanent_border)}";
18
+ const KupDrawerStyle0 = kupDrawerCss;
18
19
 
19
20
  const KupDrawer = class {
20
21
  constructor(hostRef) {
@@ -125,7 +126,7 @@ const KupDrawer = class {
125
126
  this.kupManager.debug.logRender(this, true);
126
127
  }
127
128
  render() {
128
- return (h(Host, { "kup-opened": this.opened }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { class: "backdrop", onClick: (e) => {
129
+ return (h(Host, { key: '862fc022944ee0862f4d53ae589e9266e18adf3a', "kup-opened": this.opened }, h("style", { key: '428062c25d92fa7f034365196319c36a3d43d417' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '0cd3e4d4363dd338cc0b47aecc3a505a716cc0cc', class: "backdrop", onClick: (e) => {
129
130
  e.preventDefault();
130
131
  e.stopPropagation();
131
132
  }, onPointerDown: (e) => {
@@ -135,13 +136,13 @@ const KupDrawer = class {
135
136
  }, onTouchStart: (e) => {
136
137
  e.preventDefault();
137
138
  e.stopPropagation();
138
- } }), h("div", { id: componentWrapperId }, h("div", { class: drawerClass }, this.content()))));
139
+ } }), h("div", { key: '1c65d469467e3efddf3a58a729670037ecefb0f3', id: componentWrapperId }, h("div", { key: '75e507b1574cf744216c9eeee76967f8eda2633a', class: drawerClass }, this.content()))));
139
140
  }
140
141
  disconnectedCallback() {
141
142
  this.kupManager.theme.unregister(this);
142
143
  }
143
144
  get rootElement() { return getElement(this); }
144
145
  };
145
- KupDrawer.style = kupDrawerCss;
146
+ KupDrawer.style = KupDrawerStyle0;
146
147
 
147
148
  export { KupDrawer as kup_drawer };