@progress/kendo-themes-html 8.1.0-dev.0 → 8.1.0-dev.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 (265) hide show
  1. package/dist/cjs/context-menu/templates/context-menu-normal.js +5 -5
  2. package/dist/cjs/context-menu/tests/context-menu-in-window.js +5 -5
  3. package/dist/cjs/context-menu/tests/context-menu.js +5 -5
  4. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +5 -5
  5. package/dist/cjs/index.js +5 -5
  6. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +5 -5
  7. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +5 -5
  8. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +5 -5
  9. package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.mjs +343 -343
  10. package/dist/esm/action-sheet/tests/action-sheet-calendar.mjs +327 -327
  11. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.mjs +333 -333
  12. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.mjs +309 -309
  13. package/dist/esm/calendar/calendar-infinite-view.spec.mjs +326 -326
  14. package/dist/esm/calendar/calendar-infinite.spec.mjs +329 -329
  15. package/dist/esm/calendar/calendar-table-head.mjs +322 -322
  16. package/dist/esm/calendar/calendar-table.mjs +300 -300
  17. package/dist/esm/calendar/calendar.spec.mjs +324 -324
  18. package/dist/esm/calendar/templates/calendar-century.mjs +326 -326
  19. package/dist/esm/calendar/templates/calendar-decade.mjs +326 -326
  20. package/dist/esm/calendar/templates/calendar-infinite-century.mjs +335 -335
  21. package/dist/esm/calendar/templates/calendar-infinite-decade.mjs +339 -339
  22. package/dist/esm/calendar/templates/calendar-infinite-normal.mjs +338 -338
  23. package/dist/esm/calendar/templates/calendar-infinite-week-number.mjs +338 -338
  24. package/dist/esm/calendar/templates/calendar-infinite-year.mjs +339 -339
  25. package/dist/esm/calendar/templates/calendar-normal.mjs +322 -322
  26. package/dist/esm/calendar/templates/calendar-with-weeks.mjs +329 -329
  27. package/dist/esm/calendar/templates/calendar-year.mjs +326 -326
  28. package/dist/esm/calendar/tests/calendar-cells.mjs +353 -353
  29. package/dist/esm/calendar/tests/calendar-infinite-long-names.mjs +340 -340
  30. package/dist/esm/calendar/tests/calendar-infinite-rtl.mjs +403 -403
  31. package/dist/esm/calendar/tests/calendar-infinite.mjs +403 -403
  32. package/dist/esm/calendar/tests/calendar-modern-size.mjs +343 -343
  33. package/dist/esm/calendar/tests/calendar-modern.mjs +343 -343
  34. package/dist/esm/column-menu/column-menu-expander.spec.mjs +311 -311
  35. package/dist/esm/column-menu/templates/column-menu-normal.mjs +310 -310
  36. package/dist/esm/column-menu/templates/column-menu-tabbed.mjs +307 -307
  37. package/dist/esm/column-menu/templates/filter-menu-multi-check.mjs +310 -310
  38. package/dist/esm/column-menu/templates/filter-menu-normal.mjs +309 -309
  39. package/dist/esm/column-menu/tests/column-menu-rtl.mjs +326 -326
  40. package/dist/esm/column-menu/tests/column-menu-tabbed.mjs +319 -319
  41. package/dist/esm/column-menu/tests/column-menu.mjs +326 -326
  42. package/dist/esm/combobox/tests/combobox-prefix-suffix.mjs +309 -309
  43. package/dist/esm/context-menu/templates/context-menu-normal.mjs +6 -6
  44. package/dist/esm/context-menu/tests/context-menu-in-window.mjs +10 -10
  45. package/dist/esm/context-menu/tests/context-menu.mjs +11 -11
  46. package/dist/esm/datepicker/datepicker.spec.mjs +326 -326
  47. package/dist/esm/datepicker/templates/datepicker-adaptive.mjs +326 -326
  48. package/dist/esm/datepicker/templates/datepicker-normal.mjs +326 -326
  49. package/dist/esm/datepicker/templates/datepicker-popup.mjs +326 -326
  50. package/dist/esm/datepicker/tests/datepicker-adaptive.mjs +329 -329
  51. package/dist/esm/datepicker/tests/datepicker-flat.mjs +330 -330
  52. package/dist/esm/datepicker/tests/datepicker-opened.mjs +329 -329
  53. package/dist/esm/datepicker/tests/datepicker-outline.mjs +330 -330
  54. package/dist/esm/datepicker/tests/datepicker-size-rounded.mjs +331 -331
  55. package/dist/esm/datepicker/tests/datepicker-solid.mjs +330 -330
  56. package/dist/esm/daterangepicker/daterangepicker.spec.mjs +346 -346
  57. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.mjs +346 -346
  58. package/dist/esm/daterangepicker/templates/daterangepicker-normal.mjs +346 -346
  59. package/dist/esm/daterangepicker/templates/daterangepicker-popup.mjs +346 -346
  60. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.mjs +349 -349
  61. package/dist/esm/daterangepicker/tests/daterangepicker-flat.mjs +353 -353
  62. package/dist/esm/daterangepicker/tests/daterangepicker-opened.mjs +349 -349
  63. package/dist/esm/daterangepicker/tests/daterangepicker-outline.mjs +353 -353
  64. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.mjs +351 -351
  65. package/dist/esm/daterangepicker/tests/daterangepicker-solid.mjs +353 -353
  66. package/dist/esm/datetime-selector/datetime-selector.spec.mjs +328 -328
  67. package/dist/esm/datetime-selector/tests/datetime-selector.mjs +331 -331
  68. package/dist/esm/datetimepicker/datetimepicker.spec.mjs +332 -332
  69. package/dist/esm/datetimepicker/templates/datetimepicker-adaptive.mjs +332 -332
  70. package/dist/esm/datetimepicker/templates/datetimepicker-normal.mjs +332 -332
  71. package/dist/esm/datetimepicker/templates/datetimepicker-popup.mjs +332 -332
  72. package/dist/esm/datetimepicker/tests/datetimepicker-adaptive.mjs +335 -335
  73. package/dist/esm/datetimepicker/tests/datetimepicker-flat.mjs +336 -336
  74. package/dist/esm/datetimepicker/tests/datetimepicker-opened.mjs +335 -335
  75. package/dist/esm/datetimepicker/tests/datetimepicker-outline.mjs +336 -336
  76. package/dist/esm/datetimepicker/tests/datetimepicker-size-rounded.mjs +337 -337
  77. package/dist/esm/datetimepicker/tests/datetimepicker-solid.mjs +336 -336
  78. package/dist/esm/dialog/templates/dialog-non-modal.mjs +301 -301
  79. package/dist/esm/dialog/templates/dialog-normal.mjs +301 -301
  80. package/dist/esm/dialog/tests/dialog-action-buttons.mjs +305 -305
  81. package/dist/esm/dialog/tests/dialog-in-window.mjs +305 -305
  82. package/dist/esm/dialog/tests/dialog-modal.mjs +307 -307
  83. package/dist/esm/dialog/tests/dialog-theme-colors.mjs +305 -305
  84. package/dist/esm/dialog/tests/dialog.mjs +306 -306
  85. package/dist/esm/dock-manager/dock-manager.spec.mjs +301 -301
  86. package/dist/esm/dock-manager/pane-scrollable.mjs +302 -302
  87. package/dist/esm/dock-manager/templates/dock-manager-normal.mjs +315 -315
  88. package/dist/esm/dock-manager/templates/dock-manager-unpinned-pane.mjs +316 -316
  89. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.mjs +309 -309
  90. package/dist/esm/dock-manager/tests/dock-manager.mjs +309 -309
  91. package/dist/esm/dock-manager/tests/dock-navigator.mjs +314 -314
  92. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.mjs +301 -301
  93. package/dist/esm/dropdowntree/templates/dropdowntree-filtering.mjs +303 -303
  94. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.mjs +302 -302
  95. package/dist/esm/dropdowntree/tests/dropdowntree-flat.mjs +303 -303
  96. package/dist/esm/dropdowntree/tests/dropdowntree-opened.mjs +306 -306
  97. package/dist/esm/dropdowntree/tests/dropdowntree-outline.mjs +303 -303
  98. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.mjs +304 -304
  99. package/dist/esm/dropdowntree/tests/dropdowntree-solid.mjs +303 -303
  100. package/dist/esm/editor/editor.spec.mjs +298 -298
  101. package/dist/esm/editor/templates/editor-normal.mjs +304 -304
  102. package/dist/esm/editor/templates/editor-resizable.mjs +304 -304
  103. package/dist/esm/editor/templates/editor-responsive-toolbar.mjs +304 -304
  104. package/dist/esm/editor/tests/editor-find-replace.mjs +318 -318
  105. package/dist/esm/editor/tests/editor-states.mjs +307 -307
  106. package/dist/esm/editor/tests/editor-table-wizard.mjs +313 -313
  107. package/dist/esm/editor/tests/editor.mjs +352 -352
  108. package/dist/esm/filemanager/tests/filemanager-contextmenu.mjs +10 -10
  109. package/dist/esm/filemanager/tests/filemanager-dialogs.mjs +308 -308
  110. package/dist/esm/filemanager/tests/filemanager-gridview-preview.mjs +322 -322
  111. package/dist/esm/filemanager/tests/filemanager-listview-preview.mjs +306 -306
  112. package/dist/esm/filter/templates/filter-normal.mjs +334 -334
  113. package/dist/esm/filter/templates/filter-preview.mjs +334 -334
  114. package/dist/esm/filter/tests/filter-preview.mjs +341 -341
  115. package/dist/esm/filter/tests/filter.mjs +341 -341
  116. package/dist/esm/form/tests/form-field-dateinputs.mjs +331 -331
  117. package/dist/esm/form/tests/form-field-dropdowns.mjs +305 -305
  118. package/dist/esm/gantt/templates/gantt-normal.mjs +407 -407
  119. package/dist/esm/gantt/templates/gantt-row-reordering.mjs +407 -407
  120. package/dist/esm/gantt/tests/gantt-editing-popup-general.mjs +337 -337
  121. package/dist/esm/gantt/tests/gantt-editing-popup-other.mjs +332 -332
  122. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.mjs +316 -316
  123. package/dist/esm/gantt/tests/gantt-editing-popup-resources.mjs +329 -329
  124. package/dist/esm/gantt/tests/gantt-editing-popup-successors.mjs +316 -316
  125. package/dist/esm/gantt/tests/gantt-react.mjs +372 -372
  126. package/dist/esm/gantt/tests/gantt-row-reordering.mjs +409 -409
  127. package/dist/esm/gantt/tests/gantt.mjs +409 -409
  128. package/dist/esm/grid/tests/grid-column-menu-rtl.mjs +346 -346
  129. package/dist/esm/grid/tests/grid-column-menu-tabbed.mjs +328 -328
  130. package/dist/esm/grid/tests/grid-column-menu.mjs +346 -346
  131. package/dist/esm/grid/tests/grid-column-reordering-actions.mjs +320 -320
  132. package/dist/esm/grid/tests/grid-column-resizing-actions.mjs +316 -316
  133. package/dist/esm/grid/tests/grid-editing-custom-editor.mjs +355 -355
  134. package/dist/esm/grid/tests/grid-editing-popup.mjs +331 -331
  135. package/dist/esm/grid/tests/grid-filter-row.mjs +346 -346
  136. package/dist/esm/grid/tests/grid-grouping-actions.mjs +313 -313
  137. package/dist/esm/imageeditor/templates/imageeditor-crop.mjs +299 -299
  138. package/dist/esm/imageeditor/templates/imageeditor-normal.mjs +294 -294
  139. package/dist/esm/imageeditor/templates/imageeditor-resize.mjs +297 -297
  140. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.mjs +303 -303
  141. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.mjs +296 -296
  142. package/dist/esm/imageeditor/tests/imageeditor.mjs +296 -296
  143. package/dist/esm/index.mjs +1279 -1279
  144. package/dist/esm/map/map.spec.mjs +298 -298
  145. package/dist/esm/map/navigator.mjs +298 -298
  146. package/dist/esm/map/templates/map-normal.mjs +292 -292
  147. package/dist/esm/map/tests/map.mjs +294 -294
  148. package/dist/esm/map/zoom-control.mjs +298 -298
  149. package/dist/esm/mediaplayer/mediaplayer.spec.mjs +298 -298
  150. package/dist/esm/mediaplayer/templates/mediaplayer-normal.mjs +298 -298
  151. package/dist/esm/mediaplayer/tests/mediaplayer.mjs +300 -300
  152. package/dist/esm/multiselect/templates/multiselect-prefix.mjs +301 -301
  153. package/dist/esm/multiselect/templates/multiselect-suffix.mjs +301 -301
  154. package/dist/esm/multiselect/tests/multiselect-adaptive.mjs +303 -303
  155. package/dist/esm/multiselect/tests/multiselect-flat.mjs +306 -306
  156. package/dist/esm/multiselect/tests/multiselect-grouping.mjs +303 -303
  157. package/dist/esm/multiselect/tests/multiselect-opened.mjs +303 -303
  158. package/dist/esm/multiselect/tests/multiselect-outline.mjs +306 -306
  159. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.mjs +319 -319
  160. package/dist/esm/multiselect/tests/multiselect-size-rounded.mjs +305 -305
  161. package/dist/esm/multiselect/tests/multiselect-solid.mjs +306 -306
  162. package/dist/esm/multiviewcalendar/multiviewcalendar.spec.mjs +322 -322
  163. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-century.mjs +351 -351
  164. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-decade.mjs +351 -351
  165. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-normal.mjs +342 -342
  166. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-with-weeks.mjs +357 -357
  167. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-year.mjs +351 -351
  168. package/dist/esm/multiviewcalendar/tests/multiviewcalendar-vertical.mjs +392 -392
  169. package/dist/esm/multiviewcalendar/tests/multiviewcalendar.mjs +392 -392
  170. package/dist/esm/pdf-viewer/pdf-viewer.spec.mjs +298 -298
  171. package/dist/esm/pdf-viewer/templates/pdf-viewer-blank.mjs +301 -301
  172. package/dist/esm/pdf-viewer/templates/pdf-viewer-normal.mjs +299 -299
  173. package/dist/esm/pdf-viewer/templates/pdf-viewer-with-search-panel.mjs +299 -299
  174. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.mjs +303 -303
  175. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.mjs +301 -301
  176. package/dist/esm/pdf-viewer/tests/pdf-viewer.mjs +301 -301
  177. package/dist/esm/pivotgrid/calculated-field.mjs +303 -303
  178. package/dist/esm/pivotgrid/templates/pivotgrid-normal.mjs +330 -330
  179. package/dist/esm/pivotgrid/templates/pivotgrid-with-configurator-opened.mjs +340 -340
  180. package/dist/esm/pivotgrid/templates/pivotgrid-with-configurator.mjs +331 -331
  181. package/dist/esm/pivotgrid/tests/pivotgrid-cell-states.mjs +350 -350
  182. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.mjs +352 -352
  183. package/dist/esm/pivotgrid/tests/pivotgrid-settings-left-right.mjs +342 -342
  184. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.mjs +346 -346
  185. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.mjs +343 -343
  186. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.mjs +357 -357
  187. package/dist/esm/pivotgrid/tests/pivotgrid.mjs +333 -333
  188. package/dist/esm/popover/templates/popover-normal.mjs +301 -301
  189. package/dist/esm/popover/tests/popover.mjs +304 -304
  190. package/dist/esm/scheduler/templates/scheduler-agenda.mjs +320 -320
  191. package/dist/esm/scheduler/templates/scheduler-day.mjs +315 -315
  192. package/dist/esm/scheduler/templates/scheduler-flex-agenda.mjs +322 -322
  193. package/dist/esm/scheduler/templates/scheduler-flex-day.mjs +323 -323
  194. package/dist/esm/scheduler/templates/scheduler-flex-horizontal-grouping.mjs +325 -325
  195. package/dist/esm/scheduler/templates/scheduler-flex-month.mjs +319 -319
  196. package/dist/esm/scheduler/templates/scheduler-flex-timeline.mjs +314 -314
  197. package/dist/esm/scheduler/templates/scheduler-flex-vertical-grouping.mjs +369 -369
  198. package/dist/esm/scheduler/templates/scheduler-flex-week.mjs +332 -332
  199. package/dist/esm/scheduler/templates/scheduler-flex-year.mjs +410 -410
  200. package/dist/esm/scheduler/templates/scheduler-horizontal-grouping.mjs +341 -341
  201. package/dist/esm/scheduler/templates/scheduler-month.mjs +320 -320
  202. package/dist/esm/scheduler/templates/scheduler-timeline.mjs +316 -316
  203. package/dist/esm/scheduler/templates/scheduler-vertical-grouping.mjs +313 -313
  204. package/dist/esm/scheduler/templates/scheduler-week.mjs +328 -328
  205. package/dist/esm/scheduler/tests/scheduler-agenda-view.mjs +324 -324
  206. package/dist/esm/scheduler/tests/scheduler-current-time-marker.mjs +370 -370
  207. package/dist/esm/scheduler/tests/scheduler-day-view.mjs +306 -306
  208. package/dist/esm/scheduler/tests/scheduler-edit-dialog.mjs +345 -345
  209. package/dist/esm/scheduler/tests/scheduler-editing-weekly.mjs +348 -348
  210. package/dist/esm/scheduler/tests/scheduler-events.mjs +364 -364
  211. package/dist/esm/scheduler/tests/scheduler-month-view.mjs +321 -321
  212. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.mjs +375 -375
  213. package/dist/esm/scheduler/tests/scheduler-timeline-view.mjs +316 -316
  214. package/dist/esm/scheduler/tests/scheduler-week-view.mjs +306 -306
  215. package/dist/esm/scheduler/tests/scheduler-year-view.mjs +394 -394
  216. package/dist/esm/spreadsheet/spreadsheet-action-bar.mjs +302 -302
  217. package/dist/esm/spreadsheet/spreadsheet-header.mjs +302 -302
  218. package/dist/esm/spreadsheet/spreadsheet-sheets-bar.mjs +301 -301
  219. package/dist/esm/spreadsheet/spreadsheet-tabstrip.mjs +307 -307
  220. package/dist/esm/spreadsheet/spreadsheet-view.mjs +318 -318
  221. package/dist/esm/spreadsheet/templates/spreadsheet-normal.mjs +319 -319
  222. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.mjs +329 -329
  223. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.mjs +310 -310
  224. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.mjs +323 -323
  225. package/dist/esm/spreadsheet/tests/spreadsheet-formula.mjs +324 -324
  226. package/dist/esm/spreadsheet/tests/spreadsheet-print.mjs +321 -321
  227. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.mjs +329 -329
  228. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.mjs +331 -331
  229. package/dist/esm/spreadsheet/tests/spreadsheet-tools.mjs +323 -323
  230. package/dist/esm/spreadsheet/tests/spreadsheet.mjs +322 -322
  231. package/dist/esm/tabstrip/tabstrip.spec.mjs +301 -301
  232. package/dist/esm/tabstrip/templates/tabstrip-bottom.mjs +305 -305
  233. package/dist/esm/tabstrip/templates/tabstrip-left.mjs +305 -305
  234. package/dist/esm/tabstrip/templates/tabstrip-normal.mjs +305 -305
  235. package/dist/esm/tabstrip/templates/tabstrip-right.mjs +305 -305
  236. package/dist/esm/tabstrip/templates/tabstrip-scrollable.mjs +305 -305
  237. package/dist/esm/tabstrip/tests/tabstrip-rtl.mjs +308 -308
  238. package/dist/esm/tabstrip/tests/tabstrip-scrollable-rtl.mjs +308 -308
  239. package/dist/esm/tabstrip/tests/tabstrip-scrollable.mjs +308 -308
  240. package/dist/esm/tabstrip/tests/tabstrip-sortable.mjs +311 -311
  241. package/dist/esm/tabstrip/tests/tabstrip-states.mjs +311 -311
  242. package/dist/esm/tabstrip/tests/tabstrip.mjs +308 -308
  243. package/dist/esm/taskboard/taskboard-pane.mjs +302 -302
  244. package/dist/esm/taskboard/taskboard.spec.mjs +311 -311
  245. package/dist/esm/taskboard/templates/taskboard-normal.mjs +326 -326
  246. package/dist/esm/taskboard/tests/taskboard-card-column-menu.mjs +310 -310
  247. package/dist/esm/taskboard/tests/taskboard-card.mjs +315 -315
  248. package/dist/esm/taskboard/tests/taskboard-column.mjs +317 -317
  249. package/dist/esm/taskboard/tests/taskboard-pane.mjs +329 -329
  250. package/dist/esm/taskboard/tests/taskboard-resources.mjs +305 -305
  251. package/dist/esm/taskboard/tests/taskboard-rtl.mjs +329 -329
  252. package/dist/esm/taskboard/tests/taskboard.mjs +329 -329
  253. package/dist/esm/treelist/templates/treelist-aggregates.mjs +328 -328
  254. package/dist/esm/treelist/templates/treelist-normal.mjs +318 -318
  255. package/dist/esm/treelist/templates/treelist-row-reordering.mjs +318 -318
  256. package/dist/esm/treelist/templates/treelist-with-column-menu.mjs +318 -318
  257. package/dist/esm/treelist/templates/treelist-with-filter-menu.mjs +318 -318
  258. package/dist/esm/treelist/tests/treelist-aggregate-react.mjs +327 -327
  259. package/dist/esm/treelist/tests/treelist-aggregates.mjs +347 -347
  260. package/dist/esm/treelist/tests/treelist-editing-popup.mjs +331 -331
  261. package/dist/esm/treelist/tests/treelist-react.mjs +354 -354
  262. package/dist/esm/treelist/tests/treelist-row-reordering.mjs +320 -320
  263. package/dist/esm/treelist/tests/treelist.mjs +347 -347
  264. package/package.json +2 -2
  265. package/src/context-menu/templates/context-menu-normal.tsx +5 -7
@@ -14117,10 +14117,10 @@ ContextMenu.className = CONTEXTMENU_CLASSNAME;
14117
14117
  ContextMenu.defaultProps = defaultProps194;
14118
14118
 
14119
14119
  // src/context-menu/templates/context-menu-normal.tsx
14120
- import { Fragment as Fragment199, jsx as jsx565, jsxs as jsxs272 } from "react/jsx-runtime";
14120
+ import { jsx as jsx565 } from "react/jsx-runtime";
14121
14121
 
14122
14122
  // src/chat/chat.spec.tsx
14123
- import { Fragment as Fragment200, jsx as jsx566, jsxs as jsxs273 } from "react/jsx-runtime";
14123
+ import { Fragment as Fragment199, jsx as jsx566, jsxs as jsxs272 } from "react/jsx-runtime";
14124
14124
  var CHAT_CLASSNAME = "k-chat";
14125
14125
  var states202 = [];
14126
14126
  var options194 = {};
@@ -14137,7 +14137,7 @@ var Chat = (props) => {
14137
14137
  showMoreButton,
14138
14138
  ...other
14139
14139
  } = props;
14140
- return /* @__PURE__ */ jsxs273(
14140
+ return /* @__PURE__ */ jsxs272(
14141
14141
  "div",
14142
14142
  {
14143
14143
  ...other,
@@ -14153,15 +14153,15 @@ var Chat = (props) => {
14153
14153
  {
14154
14154
  className: "k-message-box",
14155
14155
  placeholder: "Type a message...",
14156
- suffix: /* @__PURE__ */ jsxs273(Fragment200, { children: [
14156
+ suffix: /* @__PURE__ */ jsxs272(Fragment199, { children: [
14157
14157
  showMoreButton && /* @__PURE__ */ jsx566(Button, { fillMode: "flat", icon: "more-horizontal" }),
14158
14158
  /* @__PURE__ */ jsx566(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14159
14159
  ] })
14160
14160
  }
14161
14161
  ),
14162
- showToolbar && /* @__PURE__ */ jsxs273("div", { className: "k-chat-toolbar k-toolbar", children: [
14162
+ showToolbar && /* @__PURE__ */ jsxs272("div", { className: "k-chat-toolbar k-toolbar", children: [
14163
14163
  /* @__PURE__ */ jsx566(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14164
- /* @__PURE__ */ jsxs273("div", { className: "k-toolbar-group k-button-list", children: [
14164
+ /* @__PURE__ */ jsxs272("div", { className: "k-toolbar-group k-button-list", children: [
14165
14165
  /* @__PURE__ */ jsx566(Button, { icon: "arrow-rotate-cw" }),
14166
14166
  /* @__PURE__ */ jsx566(Button, { icon: "gear" }),
14167
14167
  /* @__PURE__ */ jsx566(Button, { icon: "wrench" }),
@@ -14184,7 +14184,7 @@ Chat.className = CHAT_CLASSNAME;
14184
14184
  Chat.defaultOptions = defaultOptions;
14185
14185
 
14186
14186
  // src/chat/chat-message.tsx
14187
- import { jsx as jsx567, jsxs as jsxs274 } from "react/jsx-runtime";
14187
+ import { jsx as jsx567, jsxs as jsxs273 } from "react/jsx-runtime";
14188
14188
  var CHATMESSAGE_CLASSNAME = "k-message";
14189
14189
  var states203 = [
14190
14190
  States.selected
@@ -14203,7 +14203,7 @@ var ChatMessage = (props) => {
14203
14203
  selected,
14204
14204
  ...other
14205
14205
  } = props;
14206
- return /* @__PURE__ */ jsxs274(
14206
+ return /* @__PURE__ */ jsxs273(
14207
14207
  "div",
14208
14208
  {
14209
14209
  ...other,
@@ -14226,7 +14226,7 @@ ChatMessage.className = CHATMESSAGE_CLASSNAME;
14226
14226
  ChatMessage.defaultProps = defaultProps195;
14227
14227
 
14228
14228
  // src/chat/chat-message-group.tsx
14229
- import { jsx as jsx568, jsxs as jsxs275 } from "react/jsx-runtime";
14229
+ import { jsx as jsx568, jsxs as jsxs274 } from "react/jsx-runtime";
14230
14230
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
14231
14231
  var states204 = [
14232
14232
  States.selected
@@ -14245,7 +14245,7 @@ var ChatMessageGroup = (props) => {
14245
14245
  selected,
14246
14246
  ...other
14247
14247
  } = props;
14248
- return /* @__PURE__ */ jsxs275(
14248
+ return /* @__PURE__ */ jsxs274(
14249
14249
  "div",
14250
14250
  {
14251
14251
  ...other,
@@ -14310,22 +14310,22 @@ ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
14310
14310
  ChatQuickReply.defaultOptions = defaultOptions2;
14311
14311
 
14312
14312
  // src/chat/templates/chat-normal.tsx
14313
- import { Fragment as Fragment201, jsx as jsx570, jsxs as jsxs276 } from "react/jsx-runtime";
14313
+ import { Fragment as Fragment200, jsx as jsx570, jsxs as jsxs275 } from "react/jsx-runtime";
14314
14314
 
14315
14315
  // src/chat/templates/chat-with-toolbar.tsx
14316
- import { Fragment as Fragment202, jsx as jsx571, jsxs as jsxs277 } from "react/jsx-runtime";
14316
+ import { Fragment as Fragment201, jsx as jsx571, jsxs as jsxs276 } from "react/jsx-runtime";
14317
14317
 
14318
14318
  // src/chat/templates/chat-with-options.tsx
14319
- import { Fragment as Fragment203, jsx as jsx572, jsxs as jsxs278 } from "react/jsx-runtime";
14319
+ import { Fragment as Fragment202, jsx as jsx572, jsxs as jsxs277 } from "react/jsx-runtime";
14320
14320
 
14321
14321
  // src/mediaplayer/mediaplayer-toolbar.tsx
14322
- import { jsx as jsx573, jsxs as jsxs279 } from "react/jsx-runtime";
14322
+ import { jsx as jsx573, jsxs as jsxs278 } from "react/jsx-runtime";
14323
14323
  var MEDIAPLAYERTOOLBAR_CLASSNAME = `k-mediaplayer-toolbar`;
14324
14324
  var states206 = [];
14325
14325
  var options198 = {};
14326
14326
  var defaultToolbarItems2 = [
14327
14327
  /* @__PURE__ */ jsx573(Button, { fillMode: "flat", icon: "play", className: "k-play-button" }),
14328
- /* @__PURE__ */ jsxs279(ToolbarItem, { className: "k-mediaplayer-currenttime-wrap", children: [
14328
+ /* @__PURE__ */ jsxs278(ToolbarItem, { className: "k-mediaplayer-currenttime-wrap", children: [
14329
14329
  /* @__PURE__ */ jsx573("span", { className: "k-mediaplayer-currenttime", children: "00:18" }),
14330
14330
  " / ",
14331
14331
  /* @__PURE__ */ jsx573("span", { className: "k-mediaplayer-duration", children: "00:55" })
@@ -14361,7 +14361,7 @@ MediaPlayerToolbar.className = MEDIAPLAYERTOOLBAR_CLASSNAME;
14361
14361
  MediaPlayerToolbar.defaultProps = defaultProps197;
14362
14362
 
14363
14363
  // src/mediaplayer/mediaplayer.spec.tsx
14364
- import { jsx as jsx574, jsxs as jsxs280 } from "react/jsx-runtime";
14364
+ import { jsx as jsx574, jsxs as jsxs279 } from "react/jsx-runtime";
14365
14365
  var MEDIAPLAYER_CLASSNAME = `k-mediaplayer`;
14366
14366
  var states207 = [];
14367
14367
  var options199 = {};
@@ -14375,7 +14375,7 @@ var MediaPlayer = (props) => {
14375
14375
  children,
14376
14376
  ...other
14377
14377
  } = props;
14378
- return /* @__PURE__ */ jsxs280(
14378
+ return /* @__PURE__ */ jsxs279(
14379
14379
  "div",
14380
14380
  {
14381
14381
  ...other,
@@ -14386,7 +14386,7 @@ var MediaPlayer = (props) => {
14386
14386
  children: [
14387
14387
  children,
14388
14388
  /* @__PURE__ */ jsx574("div", { className: "k-mediaplayer-titlebar", children: title }),
14389
- /* @__PURE__ */ jsxs280("div", { className: "k-mediaplayer-toolbar-wrap", children: [
14389
+ /* @__PURE__ */ jsxs279("div", { className: "k-mediaplayer-toolbar-wrap", children: [
14390
14390
  /* @__PURE__ */ jsx574(SliderNormal, { className: "k-mediaplayer-seekbar", showButtons: false, showTicks: false }),
14391
14391
  /* @__PURE__ */ jsx574(MediaPlayerToolbar, { toolbarItems })
14392
14392
  ] }),
@@ -14404,7 +14404,7 @@ MediaPlayer.defaultProps = defaultProps198;
14404
14404
  import { jsx as jsx575 } from "react/jsx-runtime";
14405
14405
 
14406
14406
  // src/timeline/timeline.spec.tsx
14407
- import { Fragment as Fragment204, jsx as jsx576 } from "react/jsx-runtime";
14407
+ import { Fragment as Fragment203, jsx as jsx576 } from "react/jsx-runtime";
14408
14408
  var TIMELINE_CLASSNAME = `k-timeline`;
14409
14409
  var states208 = [];
14410
14410
  var options200 = {};
@@ -14431,7 +14431,7 @@ var Timeline = (props) => {
14431
14431
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
14432
14432
  }
14433
14433
  ),
14434
- children: /* @__PURE__ */ jsx576(Fragment204, { children: props.children })
14434
+ children: /* @__PURE__ */ jsx576(Fragment203, { children: props.children })
14435
14435
  }
14436
14436
  );
14437
14437
  };
@@ -14441,7 +14441,7 @@ Timeline.className = TIMELINE_CLASSNAME;
14441
14441
  Timeline.defaultProps = defaultProps199;
14442
14442
 
14443
14443
  // src/timeline/vertical-timeline-event.spec.tsx
14444
- import { jsx as jsx577, jsxs as jsxs281 } from "react/jsx-runtime";
14444
+ import { jsx as jsx577, jsxs as jsxs280 } from "react/jsx-runtime";
14445
14445
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
14446
14446
  var states209 = [];
14447
14447
  var options201 = {};
@@ -14463,7 +14463,7 @@ var VerticalTimelineEvent = (props) => {
14463
14463
  showCollapseButton,
14464
14464
  ...other
14465
14465
  } = props;
14466
- return /* @__PURE__ */ jsxs281(
14466
+ return /* @__PURE__ */ jsxs280(
14467
14467
  "li",
14468
14468
  {
14469
14469
  ...other,
@@ -14475,8 +14475,8 @@ var VerticalTimelineEvent = (props) => {
14475
14475
  children: [
14476
14476
  date && /* @__PURE__ */ jsx577("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx577("span", { className: "k-timeline-date", children: date }) }),
14477
14477
  /* @__PURE__ */ jsx577(TimelineCircle, {}),
14478
- content && /* @__PURE__ */ jsx577("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx577(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs281("div", { className: "k-card-inner", children: [
14479
- /* @__PURE__ */ jsxs281(CardHeader, { children: [
14478
+ content && /* @__PURE__ */ jsx577("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx577(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs280("div", { className: "k-card-inner", children: [
14479
+ /* @__PURE__ */ jsxs280(CardHeader, { children: [
14480
14480
  /* @__PURE__ */ jsx577(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14481
14481
  /* @__PURE__ */ jsx577(CardSubtitle, { children: subtitle })
14482
14482
  ] }),
@@ -14493,7 +14493,7 @@ VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
14493
14493
  VerticalTimelineEvent.defaultProps = defaultProps200;
14494
14494
 
14495
14495
  // src/timeline/horizontal-timeline-event.spec.tsx
14496
- import { jsx as jsx578, jsxs as jsxs282 } from "react/jsx-runtime";
14496
+ import { jsx as jsx578, jsxs as jsxs281 } from "react/jsx-runtime";
14497
14497
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
14498
14498
  var states210 = [];
14499
14499
  var options202 = {};
@@ -14509,7 +14509,7 @@ var HorizontalTimelineEvent = (props) => {
14509
14509
  subtitle = defaultProps201.subtitle,
14510
14510
  ...other
14511
14511
  } = props;
14512
- return /* @__PURE__ */ jsxs282(
14512
+ return /* @__PURE__ */ jsxs281(
14513
14513
  "li",
14514
14514
  {
14515
14515
  ...other,
@@ -14518,8 +14518,8 @@ var HorizontalTimelineEvent = (props) => {
14518
14518
  TIMELINEHORIZONTALEVENT_CLASSNAME
14519
14519
  ),
14520
14520
  children: [
14521
- content && /* @__PURE__ */ jsx578("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx578(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs282("div", { className: "k-card-inner", children: [
14522
- /* @__PURE__ */ jsxs282(CardHeader, { children: [
14521
+ content && /* @__PURE__ */ jsx578("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx578(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs281("div", { className: "k-card-inner", children: [
14522
+ /* @__PURE__ */ jsxs281(CardHeader, { children: [
14523
14523
  /* @__PURE__ */ jsx578(TimelineCardTitle, { children: title }),
14524
14524
  /* @__PURE__ */ jsx578(CardSubtitle, { children: subtitle })
14525
14525
  ] }),
@@ -14539,7 +14539,7 @@ HorizontalTimelineEvent.defaultProps = defaultProps201;
14539
14539
  import { jsx as jsx579 } from "react/jsx-runtime";
14540
14540
 
14541
14541
  // src/timeline/timeline-flag-wrap.spec.tsx
14542
- import { jsx as jsx580, jsxs as jsxs283 } from "react/jsx-runtime";
14542
+ import { jsx as jsx580, jsxs as jsxs282 } from "react/jsx-runtime";
14543
14543
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
14544
14544
  var states211 = [
14545
14545
  States.focus,
@@ -14554,7 +14554,7 @@ var TimelineFlagWrap = (props) => {
14554
14554
  year,
14555
14555
  ...other
14556
14556
  } = props;
14557
- return /* @__PURE__ */ jsxs283(
14557
+ return /* @__PURE__ */ jsxs282(
14558
14558
  "li",
14559
14559
  {
14560
14560
  ...other,
@@ -14597,7 +14597,7 @@ var TimelineCircle = (props) => {
14597
14597
  import { jsx as jsx582 } from "react/jsx-runtime";
14598
14598
 
14599
14599
  // src/timeline/timeline-card.spec.tsx
14600
- import { jsx as jsx583, jsxs as jsxs284 } from "react/jsx-runtime";
14600
+ import { jsx as jsx583, jsxs as jsxs283 } from "react/jsx-runtime";
14601
14601
  var states212 = [];
14602
14602
  var defaultProps203 = {};
14603
14603
  var TimelineCard = (props) => {
@@ -14606,7 +14606,7 @@ var TimelineCard = (props) => {
14606
14606
  children,
14607
14607
  ...other
14608
14608
  } = props;
14609
- return /* @__PURE__ */ jsxs284(
14609
+ return /* @__PURE__ */ jsxs283(
14610
14610
  Card,
14611
14611
  {
14612
14612
  className: classNames(
@@ -14626,7 +14626,7 @@ TimelineCard.states = states212;
14626
14626
  TimelineCard.defaultProps = defaultProps203;
14627
14627
 
14628
14628
  // src/timeline/timeline-card-title.tsx
14629
- import { jsx as jsx584, jsxs as jsxs285 } from "react/jsx-runtime";
14629
+ import { jsx as jsx584, jsxs as jsxs284 } from "react/jsx-runtime";
14630
14630
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
14631
14631
  var states213 = [];
14632
14632
  var defaultProps204 = {};
@@ -14636,7 +14636,7 @@ var TimelineCardTitle = (props) => {
14636
14636
  children,
14637
14637
  ...other
14638
14638
  } = props;
14639
- return /* @__PURE__ */ jsxs285(
14639
+ return /* @__PURE__ */ jsxs284(
14640
14640
  "div",
14641
14641
  {
14642
14642
  className: classNames(
@@ -14710,45 +14710,45 @@ TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
14710
14710
  TimelineDateWrap.defaultProps = defaultProps206;
14711
14711
 
14712
14712
  // src/timeline/timeline-track-wrap.spec.tsx
14713
- import { jsx as jsx587, jsxs as jsxs286 } from "react/jsx-runtime";
14713
+ import { jsx as jsx587, jsxs as jsxs285 } from "react/jsx-runtime";
14714
14714
 
14715
14715
  // src/timeline/timeline-track.spec.tsx
14716
14716
  import { jsx as jsx588 } from "react/jsx-runtime";
14717
14717
 
14718
14718
  // src/timeline/timeline-track-item.spec.tsx
14719
- import { jsxs as jsxs287 } from "react/jsx-runtime";
14719
+ import { jsxs as jsxs286 } from "react/jsx-runtime";
14720
14720
  var states216 = [
14721
14721
  States.focus
14722
14722
  ];
14723
14723
 
14724
14724
  // src/timeline/templates/timeline-normal.tsx
14725
- import { jsx as jsx589, jsxs as jsxs288 } from "react/jsx-runtime";
14725
+ import { jsx as jsx589, jsxs as jsxs287 } from "react/jsx-runtime";
14726
14726
 
14727
14727
  // src/timeline/templates/timeline-normal-collapsible.tsx
14728
- import { jsx as jsx590, jsxs as jsxs289 } from "react/jsx-runtime";
14728
+ import { jsx as jsx590, jsxs as jsxs288 } from "react/jsx-runtime";
14729
14729
 
14730
14730
  // src/timeline/templates/timeline-normal-alternating.tsx
14731
- import { jsx as jsx591, jsxs as jsxs290 } from "react/jsx-runtime";
14731
+ import { jsx as jsx591, jsxs as jsxs289 } from "react/jsx-runtime";
14732
14732
 
14733
14733
  // src/timeline/templates/timeline-horizontal.tsx
14734
- import { Fragment as Fragment205, jsx as jsx592, jsxs as jsxs291 } from "react/jsx-runtime";
14734
+ import { Fragment as Fragment204, jsx as jsx592, jsxs as jsxs290 } from "react/jsx-runtime";
14735
14735
 
14736
14736
  // src/pdf-viewer/pdf-viewer.spec.tsx
14737
- import { jsx as jsx593, jsxs as jsxs292 } from "react/jsx-runtime";
14737
+ import { jsx as jsx593, jsxs as jsxs291 } from "react/jsx-runtime";
14738
14738
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
14739
14739
  var states217 = [
14740
14740
  States.disabled
14741
14741
  ];
14742
14742
  var options205 = {};
14743
- var defaultToolbar3 = /* @__PURE__ */ jsxs292(Toolbar, { resizable: true, children: [
14743
+ var defaultToolbar3 = /* @__PURE__ */ jsxs291(Toolbar, { resizable: true, children: [
14744
14744
  /* @__PURE__ */ jsx593(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
14745
14745
  /* @__PURE__ */ jsx593("span", { className: "k-spacer" }),
14746
- /* @__PURE__ */ jsxs292(ButtonGroup, { children: [
14746
+ /* @__PURE__ */ jsxs291(ButtonGroup, { children: [
14747
14747
  /* @__PURE__ */ jsx593(Button, { fillMode: "flat", className: "k-group-start", icon: "zoom-out" }),
14748
14748
  /* @__PURE__ */ jsx593(Button, { fillMode: "flat", className: "k-group-end", icon: "zoom-in" })
14749
14749
  ] }),
14750
14750
  /* @__PURE__ */ jsx593(Combobox, { value: "Automatic Width" }),
14751
- /* @__PURE__ */ jsxs292(ButtonGroup, { children: [
14751
+ /* @__PURE__ */ jsxs291(ButtonGroup, { children: [
14752
14752
  /* @__PURE__ */ jsx593(Button, { fillMode: "flat", className: "k-group-start", icon: "pointer" }),
14753
14753
  /* @__PURE__ */ jsx593(Button, { fillMode: "flat", className: "k-group-end", icon: "hand" })
14754
14754
  ] }),
@@ -14771,7 +14771,7 @@ var PDFViewer = (props) => {
14771
14771
  blank,
14772
14772
  ...other
14773
14773
  } = props;
14774
- return /* @__PURE__ */ jsxs292(
14774
+ return /* @__PURE__ */ jsxs291(
14775
14775
  "div",
14776
14776
  {
14777
14777
  ...other,
@@ -14782,8 +14782,8 @@ var PDFViewer = (props) => {
14782
14782
  ),
14783
14783
  children: [
14784
14784
  toolbar,
14785
- /* @__PURE__ */ jsxs292("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
14786
- showSearchPanel && /* @__PURE__ */ jsxs292("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
14785
+ /* @__PURE__ */ jsxs291("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
14786
+ showSearchPanel && /* @__PURE__ */ jsxs291("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
14787
14787
  /* @__PURE__ */ jsx593(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
14788
14788
  /* @__PURE__ */ jsx593(
14789
14789
  Textbox,
@@ -14791,7 +14791,7 @@ var PDFViewer = (props) => {
14791
14791
  suffix: /* @__PURE__ */ jsx593(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
14792
14792
  }
14793
14793
  ),
14794
- /* @__PURE__ */ jsxs292("span", { className: "k-search-matches", children: [
14794
+ /* @__PURE__ */ jsxs291("span", { className: "k-search-matches", children: [
14795
14795
  /* @__PURE__ */ jsx593("span", { children: "0" }),
14796
14796
  " of ",
14797
14797
  /* @__PURE__ */ jsx593("span", { children: "0" })
@@ -14800,7 +14800,7 @@ var PDFViewer = (props) => {
14800
14800
  /* @__PURE__ */ jsx593(Button, { fillMode: "flat", icon: "arrow-down" }),
14801
14801
  /* @__PURE__ */ jsx593(Button, { fillMode: "flat", icon: "x" })
14802
14802
  ] }),
14803
- /* @__PURE__ */ jsx593("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs292("div", { className: "k-page k-blank-page", children: [
14803
+ /* @__PURE__ */ jsx593("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs291("div", { className: "k-page k-blank-page", children: [
14804
14804
  /* @__PURE__ */ jsx593(DropzoneNormal, {}),
14805
14805
  /* @__PURE__ */ jsx593(UploadNormal, { empty: true, status: "upload" })
14806
14806
  ] }) : props.children })
@@ -14843,16 +14843,16 @@ PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
14843
14843
  PDFViewerPage.defaultProps = defaultProps208;
14844
14844
 
14845
14845
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
14846
- import { Fragment as Fragment206, jsx as jsx595, jsxs as jsxs293 } from "react/jsx-runtime";
14846
+ import { Fragment as Fragment205, jsx as jsx595, jsxs as jsxs292 } from "react/jsx-runtime";
14847
14847
 
14848
14848
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
14849
- import { jsx as jsx596, jsxs as jsxs294 } from "react/jsx-runtime";
14849
+ import { jsx as jsx596, jsxs as jsxs293 } from "react/jsx-runtime";
14850
14850
 
14851
14851
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
14852
- import { Fragment as Fragment207, jsx as jsx597, jsxs as jsxs295 } from "react/jsx-runtime";
14852
+ import { Fragment as Fragment206, jsx as jsx597, jsxs as jsxs294 } from "react/jsx-runtime";
14853
14853
 
14854
14854
  // src/scrollview/scrollview-spec.tsx
14855
- import { Fragment as Fragment208, jsx as jsx598, jsxs as jsxs296 } from "react/jsx-runtime";
14855
+ import { Fragment as Fragment207, jsx as jsx598, jsxs as jsxs295 } from "react/jsx-runtime";
14856
14856
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
14857
14857
  var states218 = [];
14858
14858
  var options206 = {};
@@ -14884,7 +14884,7 @@ var ScrollView = (props) => {
14884
14884
  /* @__PURE__ */ jsx598("div", { className: "k-scrollview-view" }, i)
14885
14885
  );
14886
14886
  }
14887
- return /* @__PURE__ */ jsxs296(
14887
+ return /* @__PURE__ */ jsxs295(
14888
14888
  "div",
14889
14889
  {
14890
14890
  ...other,
@@ -14903,20 +14903,20 @@ var ScrollView = (props) => {
14903
14903
  ["k-scrollview-animate"]: animate
14904
14904
  }
14905
14905
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": currentView }, children: scrollviewViews }),
14906
- /* @__PURE__ */ jsxs296("div", { className: "k-scrollview-elements", children: [
14907
- arrows && /* @__PURE__ */ jsxs296(Fragment208, { children: [
14906
+ /* @__PURE__ */ jsxs295("div", { className: "k-scrollview-elements", children: [
14907
+ arrows && /* @__PURE__ */ jsxs295(Fragment207, { children: [
14908
14908
  /* @__PURE__ */ jsx598("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx598(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
14909
14909
  /* @__PURE__ */ jsx598("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx598(Icon, { icon: iconNext, size: "xxxlarge" }) })
14910
14910
  ] }),
14911
- pager && /* @__PURE__ */ jsx598("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs296("div", { className: "k-scrollview-nav", children: [
14912
- mode === "light" && /* @__PURE__ */ jsxs296(Fragment208, { children: [
14911
+ pager && /* @__PURE__ */ jsx598("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs295("div", { className: "k-scrollview-nav", children: [
14912
+ mode === "light" && /* @__PURE__ */ jsxs295(Fragment207, { children: [
14913
14913
  /* @__PURE__ */ jsx598("span", { className: "k-link" }),
14914
14914
  /* @__PURE__ */ jsx598("span", { className: "k-link k-primary" }),
14915
14915
  /* @__PURE__ */ jsx598("span", { className: "k-link k-primary k-focus" }),
14916
14916
  /* @__PURE__ */ jsx598("span", { className: "k-link k-focus" }),
14917
14917
  /* @__PURE__ */ jsx598("span", { className: "k-link" })
14918
14918
  ] }),
14919
- mode === "normal" && /* @__PURE__ */ jsxs296(Fragment208, { children: [
14919
+ mode === "normal" && /* @__PURE__ */ jsxs295(Fragment207, { children: [
14920
14920
  /* @__PURE__ */ jsx598("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14921
14921
  /* @__PURE__ */ jsx598("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14922
14922
  /* @__PURE__ */ jsx598("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
@@ -14927,7 +14927,7 @@ var ScrollView = (props) => {
14927
14927
  /* @__PURE__ */ jsx598("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14928
14928
  /* @__PURE__ */ jsx598("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14929
14929
  ] }),
14930
- mode === "dark" && /* @__PURE__ */ jsxs296(Fragment208, { children: [
14930
+ mode === "dark" && /* @__PURE__ */ jsxs295(Fragment207, { children: [
14931
14931
  /* @__PURE__ */ jsx598("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14932
14932
  /* @__PURE__ */ jsx598("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14933
14933
  /* @__PURE__ */ jsx598("span", { className: "k-link" }),
@@ -14952,7 +14952,7 @@ ScrollView.defaultProps = defaultProps209;
14952
14952
  import { jsx as jsx599 } from "react/jsx-runtime";
14953
14953
 
14954
14954
  // src/prompt/prompt.spec.tsx
14955
- import { Fragment as Fragment209, jsx as jsx600 } from "react/jsx-runtime";
14955
+ import { Fragment as Fragment208, jsx as jsx600 } from "react/jsx-runtime";
14956
14956
  var PROMPT_CLASSNAME = `k-prompt`;
14957
14957
  var states219 = [];
14958
14958
  var options207 = {};
@@ -14961,7 +14961,7 @@ var Prompt = (props) => {
14961
14961
  const {
14962
14962
  ...other
14963
14963
  } = props;
14964
- return /* @__PURE__ */ jsx600("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx600(Fragment209, { children: props.children }) });
14964
+ return /* @__PURE__ */ jsx600("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx600(Fragment208, { children: props.children }) });
14965
14965
  };
14966
14966
  Prompt.states = states219;
14967
14967
  Prompt.options = options207;
@@ -14972,10 +14972,10 @@ Prompt.defaultProps = defaultProps210;
14972
14972
  import { jsx as jsx601 } from "react/jsx-runtime";
14973
14973
 
14974
14974
  // src/prompt/prompt-content.tsx
14975
- import { Fragment as Fragment210, jsx as jsx602 } from "react/jsx-runtime";
14975
+ import { Fragment as Fragment209, jsx as jsx602 } from "react/jsx-runtime";
14976
14976
 
14977
14977
  // src/prompt/prompt-view.tsx
14978
- import { Fragment as Fragment211, jsx as jsx603, jsxs as jsxs297 } from "react/jsx-runtime";
14978
+ import { Fragment as Fragment210, jsx as jsx603, jsxs as jsxs296 } from "react/jsx-runtime";
14979
14979
 
14980
14980
  // src/prompt/prompt-footer.tsx
14981
14981
  import { jsx as jsx604 } from "react/jsx-runtime";
@@ -14987,29 +14987,29 @@ import { jsx as jsx605 } from "react/jsx-runtime";
14987
14987
  import { jsx as jsx606 } from "react/jsx-runtime";
14988
14988
 
14989
14989
  // src/prompt/templates/prompt-normal.tsx
14990
- import { jsx as jsx607, jsxs as jsxs298 } from "react/jsx-runtime";
14990
+ import { jsx as jsx607, jsxs as jsxs297 } from "react/jsx-runtime";
14991
14991
 
14992
14992
  // src/prompt/templates/prompt-suggestions.tsx
14993
- import { Fragment as Fragment212, jsx as jsx608, jsxs as jsxs299 } from "react/jsx-runtime";
14993
+ import { Fragment as Fragment211, jsx as jsx608, jsxs as jsxs298 } from "react/jsx-runtime";
14994
14994
 
14995
14995
  // src/prompt/templates/prompt-settings.tsx
14996
- import { Fragment as Fragment213, jsx as jsx609, jsxs as jsxs300 } from "react/jsx-runtime";
14996
+ import { Fragment as Fragment212, jsx as jsx609, jsxs as jsxs299 } from "react/jsx-runtime";
14997
14997
 
14998
14998
  // src/prompt/templates/prompt-output.tsx
14999
- import { jsx as jsx610, jsxs as jsxs301 } from "react/jsx-runtime";
14999
+ import { jsx as jsx610, jsxs as jsxs300 } from "react/jsx-runtime";
15000
15000
 
15001
15001
  // src/prompt/templates/prompt-more-actions.tsx
15002
- import { jsx as jsx611, jsxs as jsxs302 } from "react/jsx-runtime";
15002
+ import { jsx as jsx611, jsxs as jsxs301 } from "react/jsx-runtime";
15003
15003
 
15004
15004
  // src/prompt/templates/prompt-popup.tsx
15005
- import { jsx as jsx612, jsxs as jsxs303 } from "react/jsx-runtime";
15005
+ import { jsx as jsx612, jsxs as jsxs302 } from "react/jsx-runtime";
15006
15006
 
15007
15007
  // src/map/map.spec.tsx
15008
- import { Fragment as Fragment214, jsx as jsx613, jsxs as jsxs304 } from "react/jsx-runtime";
15008
+ import { Fragment as Fragment213, jsx as jsx613, jsxs as jsxs303 } from "react/jsx-runtime";
15009
15009
  var MAP_CLASSNAME = `k-map`;
15010
15010
  var states220 = [];
15011
15011
  var options208 = {};
15012
- var defaultAttribution = /* @__PURE__ */ jsxs304(Fragment214, { children: [
15012
+ var defaultAttribution = /* @__PURE__ */ jsxs303(Fragment213, { children: [
15013
15013
  "\xA9 ",
15014
15014
  /* @__PURE__ */ jsx613("a", { href: "#", children: "Attribution" })
15015
15015
  ] });
@@ -15030,7 +15030,7 @@ var Map = (props) => {
15030
15030
  children,
15031
15031
  ...other
15032
15032
  } = props;
15033
- return /* @__PURE__ */ jsxs304(
15033
+ return /* @__PURE__ */ jsxs303(
15034
15034
  "div",
15035
15035
  {
15036
15036
  ...other,
@@ -15039,9 +15039,9 @@ var Map = (props) => {
15039
15039
  MAP_CLASSNAME
15040
15040
  ),
15041
15041
  children: [
15042
- /* @__PURE__ */ jsxs304("div", { className: "km-scroll-wrapper", style: { overflow: "hidden" }, children: [
15042
+ /* @__PURE__ */ jsxs303("div", { className: "km-scroll-wrapper", style: { overflow: "hidden" }, children: [
15043
15043
  /* @__PURE__ */ jsx613("div", { className: "km-scroll-header" }),
15044
- /* @__PURE__ */ jsxs304("div", { className: "km-scroll-container", style: scrollContainerStyle, children: [
15044
+ /* @__PURE__ */ jsxs303("div", { className: "km-scroll-container", style: scrollContainerStyle, children: [
15045
15045
  /* @__PURE__ */ jsx613("div", { className: "k-layer", style: { zIndex: "1000" }, children: /* @__PURE__ */ jsx613(Icon, { className: "k-marker", icon: "map-marker-target", size: "xxlarge", style: markerStyle }) }),
15046
15046
  /* @__PURE__ */ jsx613("div", { className: "k-layer", children })
15047
15047
  ] }),
@@ -15049,7 +15049,7 @@ var Map = (props) => {
15049
15049
  /* @__PURE__ */ jsx613("div", { className: "km-touch-scrollbar km-vertical-scrollbar", style: verticalScrollbarStyle })
15050
15050
  ] }),
15051
15051
  /* @__PURE__ */ jsx613("div", { className: "k-map-controls k-pos-bottom k-pos-right", children: /* @__PURE__ */ jsx613("div", { className: "k-attribution", children: attribution }) }),
15052
- /* @__PURE__ */ jsxs304("div", { className: "k-map-controls k-pos-top k-pos-left", children: [
15052
+ /* @__PURE__ */ jsxs303("div", { className: "k-map-controls k-pos-top k-pos-left", children: [
15053
15053
  /* @__PURE__ */ jsx613(Navigator, {}),
15054
15054
  /* @__PURE__ */ jsx613(ZoomControl, {})
15055
15055
  ] })
@@ -15063,7 +15063,7 @@ Map.className = MAP_CLASSNAME;
15063
15063
  Map.defaultProps = defaultProps211;
15064
15064
 
15065
15065
  // src/map/navigator.tsx
15066
- import { jsx as jsx614, jsxs as jsxs305 } from "react/jsx-runtime";
15066
+ import { jsx as jsx614, jsxs as jsxs304 } from "react/jsx-runtime";
15067
15067
  var NAVIGATOR_CLASSNAME = `k-navigator`;
15068
15068
  var states221 = [];
15069
15069
  var options209 = {};
@@ -15072,7 +15072,7 @@ var Navigator = (props) => {
15072
15072
  const {
15073
15073
  ...other
15074
15074
  } = props;
15075
- return /* @__PURE__ */ jsxs305(
15075
+ return /* @__PURE__ */ jsxs304(
15076
15076
  "div",
15077
15077
  {
15078
15078
  ...other,
@@ -15095,7 +15095,7 @@ Navigator.className = NAVIGATOR_CLASSNAME;
15095
15095
  Navigator.defaultProps = defaultProps212;
15096
15096
 
15097
15097
  // src/map/zoom-control.tsx
15098
- import { jsx as jsx615, jsxs as jsxs306 } from "react/jsx-runtime";
15098
+ import { jsx as jsx615, jsxs as jsxs305 } from "react/jsx-runtime";
15099
15099
  var ZOOMCONTROL_CLASSNAME = `k-zoom-control`;
15100
15100
  var states222 = [];
15101
15101
  var options210 = {};
@@ -15104,7 +15104,7 @@ var ZoomControl = (props) => {
15104
15104
  const {
15105
15105
  ...other
15106
15106
  } = props;
15107
- return /* @__PURE__ */ jsxs306(
15107
+ return /* @__PURE__ */ jsxs305(
15108
15108
  ButtonGroup,
15109
15109
  {
15110
15110
  ...other,
@@ -15161,7 +15161,7 @@ Orgchart.className = ORGCHART_CLASSNAME;
15161
15161
  Orgchart.defaultProps = defaultProps214;
15162
15162
 
15163
15163
  // src/orgchart/orgchart-node.tsx
15164
- import { jsx as jsx618, jsxs as jsxs307 } from "react/jsx-runtime";
15164
+ import { jsx as jsx618, jsxs as jsxs306 } from "react/jsx-runtime";
15165
15165
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
15166
15166
  var defaultProps215 = {
15167
15167
  buttonIcon: "plus",
@@ -15181,7 +15181,7 @@ var OrgchartNode = (props) => {
15181
15181
  avatarType,
15182
15182
  ...other
15183
15183
  } = props;
15184
- return /* @__PURE__ */ jsxs307(
15184
+ return /* @__PURE__ */ jsxs306(
15185
15185
  "div",
15186
15186
  {
15187
15187
  ...other,
@@ -15193,9 +15193,9 @@ var OrgchartNode = (props) => {
15193
15193
  ),
15194
15194
  children: [
15195
15195
  lineTop && /* @__PURE__ */ jsx618("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15196
- /* @__PURE__ */ jsx618(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs307(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15196
+ /* @__PURE__ */ jsx618(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs306(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15197
15197
  /* @__PURE__ */ jsx618(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx618("img", { src: avatar }) : avatar }),
15198
- /* @__PURE__ */ jsxs307("div", { className: "k-card-title-wrap k-vstack", children: [
15198
+ /* @__PURE__ */ jsxs306("div", { className: "k-card-title-wrap k-vstack", children: [
15199
15199
  /* @__PURE__ */ jsx618(CardTitle, { className: "k-text-ellipsis", children: title }),
15200
15200
  /* @__PURE__ */ jsx618("span", { className: "k-spacer" }),
15201
15201
  /* @__PURE__ */ jsx618(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
@@ -15210,7 +15210,7 @@ var OrgchartNode = (props) => {
15210
15210
  };
15211
15211
 
15212
15212
  // src/orgchart/orgchart-group.tsx
15213
- import { Fragment as Fragment215, jsx as jsx619, jsxs as jsxs308 } from "react/jsx-runtime";
15213
+ import { Fragment as Fragment214, jsx as jsx619, jsxs as jsxs307 } from "react/jsx-runtime";
15214
15214
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
15215
15215
  var states224 = [];
15216
15216
  var options212 = {};
@@ -15243,7 +15243,7 @@ var OrgchartGroup = (props) => {
15243
15243
  }
15244
15244
  }
15245
15245
  }
15246
- return /* @__PURE__ */ jsxs308(
15246
+ return /* @__PURE__ */ jsxs307(
15247
15247
  "div",
15248
15248
  {
15249
15249
  ...other,
@@ -15267,10 +15267,10 @@ var OrgchartGroup = (props) => {
15267
15267
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
15268
15268
  }
15269
15269
  ),
15270
- children: /* @__PURE__ */ jsx619(Fragment215, { children: chartNodes })
15270
+ children: /* @__PURE__ */ jsx619(Fragment214, { children: chartNodes })
15271
15271
  }
15272
15272
  ),
15273
- /* @__PURE__ */ jsx619(Fragment215, { children: chartGroups })
15273
+ /* @__PURE__ */ jsx619(Fragment214, { children: chartGroups })
15274
15274
  ]
15275
15275
  }
15276
15276
  );
@@ -15281,7 +15281,7 @@ OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
15281
15281
  OrgchartGroup.defaultProps = defaultProps216;
15282
15282
 
15283
15283
  // src/orgchart/orgchart-node-group.tsx
15284
- import { jsx as jsx620, jsxs as jsxs309 } from "react/jsx-runtime";
15284
+ import { jsx as jsx620, jsxs as jsxs308 } from "react/jsx-runtime";
15285
15285
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
15286
15286
  var states225 = [
15287
15287
  States.focus
@@ -15302,7 +15302,7 @@ var OrgchartNodeGroup = (props) => {
15302
15302
  orientation = defaultProps217.orientation,
15303
15303
  ...other
15304
15304
  } = props;
15305
- return /* @__PURE__ */ jsxs309(
15305
+ return /* @__PURE__ */ jsxs308(
15306
15306
  "div",
15307
15307
  {
15308
15308
  ...other,
@@ -15314,7 +15314,7 @@ var OrgchartNodeGroup = (props) => {
15314
15314
  ),
15315
15315
  children: [
15316
15316
  lineTop && /* @__PURE__ */ jsx620("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15317
- /* @__PURE__ */ jsxs309(
15317
+ /* @__PURE__ */ jsxs308(
15318
15318
  "div",
15319
15319
  {
15320
15320
  className: classNames(
@@ -15351,19 +15351,19 @@ var OrgchartNodeGroup = (props) => {
15351
15351
  OrgchartNodeGroup.states = states225;
15352
15352
 
15353
15353
  // src/orgchart/templates/orgchart-normal.tsx
15354
- import { jsx as jsx621, jsxs as jsxs310 } from "react/jsx-runtime";
15354
+ import { jsx as jsx621, jsxs as jsxs309 } from "react/jsx-runtime";
15355
15355
 
15356
15356
  // src/orgchart/templates/orgchart-vertical.tsx
15357
- import { jsx as jsx622, jsxs as jsxs311 } from "react/jsx-runtime";
15357
+ import { jsx as jsx622, jsxs as jsxs310 } from "react/jsx-runtime";
15358
15358
 
15359
15359
  // src/orgchart/templates/orgchart-group-normal.tsx
15360
- import { jsx as jsx623, jsxs as jsxs312 } from "react/jsx-runtime";
15360
+ import { jsx as jsx623, jsxs as jsxs311 } from "react/jsx-runtime";
15361
15361
 
15362
15362
  // src/orgchart/templates/orgchart-group-vertical.tsx
15363
- import { jsx as jsx624, jsxs as jsxs313 } from "react/jsx-runtime";
15363
+ import { jsx as jsx624, jsxs as jsxs312 } from "react/jsx-runtime";
15364
15364
 
15365
15365
  // src/signature/signature.spec.tsx
15366
- import { jsx as jsx625, jsxs as jsxs314 } from "react/jsx-runtime";
15366
+ import { jsx as jsx625, jsxs as jsxs313 } from "react/jsx-runtime";
15367
15367
  var SIGNATURE_CLASSNAME = `k-signature`;
15368
15368
  var states226 = [
15369
15369
  States.hover,
@@ -15395,7 +15395,7 @@ var Signature = (props) => {
15395
15395
  maximized,
15396
15396
  ...other
15397
15397
  } = props;
15398
- return /* @__PURE__ */ jsxs314(
15398
+ return /* @__PURE__ */ jsxs313(
15399
15399
  "div",
15400
15400
  {
15401
15401
  ...other,
@@ -15424,7 +15424,7 @@ var Signature = (props) => {
15424
15424
  ),
15425
15425
  children: [
15426
15426
  /* @__PURE__ */ jsx625("canvas", { className: "k-signature-canvas" }),
15427
- /* @__PURE__ */ jsxs314(
15427
+ /* @__PURE__ */ jsxs313(
15428
15428
  "div",
15429
15429
  {
15430
15430
  className: classNames(
@@ -15502,7 +15502,7 @@ import { jsx as jsx626 } from "react/jsx-runtime";
15502
15502
  import { jsx as jsx627 } from "react/jsx-runtime";
15503
15503
 
15504
15504
  // src/editor/editor.spec.tsx
15505
- import { jsx as jsx628, jsxs as jsxs315 } from "react/jsx-runtime";
15505
+ import { jsx as jsx628, jsxs as jsxs314 } from "react/jsx-runtime";
15506
15506
  var EDITOR_CLASSNAME = `k-editor`;
15507
15507
  var states227 = [
15508
15508
  States.readonly,
@@ -15523,7 +15523,7 @@ var Editor = (props) => {
15523
15523
  resizable,
15524
15524
  ...other
15525
15525
  } = props;
15526
- return /* @__PURE__ */ jsxs315(
15526
+ return /* @__PURE__ */ jsxs314(
15527
15527
  "div",
15528
15528
  {
15529
15529
  ...other,
@@ -15610,13 +15610,13 @@ var EditorContent = (props) => {
15610
15610
  };
15611
15611
 
15612
15612
  // src/editor/templates/editor-normal.tsx
15613
- import { Fragment as Fragment216, jsx as jsx631, jsxs as jsxs316 } from "react/jsx-runtime";
15613
+ import { Fragment as Fragment215, jsx as jsx631, jsxs as jsxs315 } from "react/jsx-runtime";
15614
15614
 
15615
15615
  // src/editor/templates/editor-resizable.tsx
15616
- import { Fragment as Fragment217, jsx as jsx632, jsxs as jsxs317 } from "react/jsx-runtime";
15616
+ import { Fragment as Fragment216, jsx as jsx632, jsxs as jsxs316 } from "react/jsx-runtime";
15617
15617
 
15618
15618
  // src/editor/templates/editor-responsive-toolbar.tsx
15619
- import { Fragment as Fragment218, jsx as jsx633, jsxs as jsxs318 } from "react/jsx-runtime";
15619
+ import { Fragment as Fragment217, jsx as jsx633, jsxs as jsxs317 } from "react/jsx-runtime";
15620
15620
 
15621
15621
  // src/imageeditor/imageeditor-toolbar.tsx
15622
15622
  import { jsx as jsx634 } from "react/jsx-runtime";
@@ -15662,7 +15662,7 @@ ImageEditorToolbar.className = IMAGEEDITORTOOLBAR_CLASSNAME;
15662
15662
  ImageEditorToolbar.defaultProps = defaultProps220;
15663
15663
 
15664
15664
  // src/imageeditor/imageeditor.spec.tsx
15665
- import { jsx as jsx635, jsxs as jsxs319 } from "react/jsx-runtime";
15665
+ import { jsx as jsx635, jsxs as jsxs318 } from "react/jsx-runtime";
15666
15666
  var IMAGEEDITOR_CLASSNAME = `k-imageeditor`;
15667
15667
  var states230 = [];
15668
15668
  var options216 = {};
@@ -15675,7 +15675,7 @@ var ImageEditor = (props) => {
15675
15675
  children,
15676
15676
  ...other
15677
15677
  } = props;
15678
- return /* @__PURE__ */ jsxs319(
15678
+ return /* @__PURE__ */ jsxs318(
15679
15679
  "div",
15680
15680
  {
15681
15681
  ...other,
@@ -15685,7 +15685,7 @@ var ImageEditor = (props) => {
15685
15685
  ),
15686
15686
  children: [
15687
15687
  /* @__PURE__ */ jsx635("div", { className: "k-imageeditor-header", children: /* @__PURE__ */ jsx635(ImageEditorToolbar, { toolbarItems }) }),
15688
- /* @__PURE__ */ jsxs319("div", { className: "k-imageeditor-content", style: { height: contentHeight }, children: [
15688
+ /* @__PURE__ */ jsxs318("div", { className: "k-imageeditor-content", style: { height: contentHeight }, children: [
15689
15689
  /* @__PURE__ */ jsx635("div", { className: "k-imageeditor-canvas-container", children: /* @__PURE__ */ jsx635("div", { className: "k-imageeditor-canvas", children }) }),
15690
15690
  actionPane && /* @__PURE__ */ jsx635("div", { className: "k-imageeditor-action-pane", children: actionPane })
15691
15691
  ] })
@@ -15702,13 +15702,13 @@ ImageEditor.defaultProps = defaultProps221;
15702
15702
  import { jsx as jsx636 } from "react/jsx-runtime";
15703
15703
 
15704
15704
  // src/imageeditor/templates/imageeditor-resize.tsx
15705
- import { Fragment as Fragment219, jsx as jsx637, jsxs as jsxs320 } from "react/jsx-runtime";
15705
+ import { Fragment as Fragment218, jsx as jsx637, jsxs as jsxs319 } from "react/jsx-runtime";
15706
15706
 
15707
15707
  // src/imageeditor/templates/imageeditor-crop.tsx
15708
- import { Fragment as Fragment220, jsx as jsx638, jsxs as jsxs321 } from "react/jsx-runtime";
15708
+ import { Fragment as Fragment219, jsx as jsx638, jsxs as jsxs320 } from "react/jsx-runtime";
15709
15709
 
15710
15710
  // src/scheduler/templates/scheduler-day.tsx
15711
- import { Fragment as Fragment221, jsx as jsx639, jsxs as jsxs322 } from "react/jsx-runtime";
15711
+ import { Fragment as Fragment220, jsx as jsx639, jsxs as jsxs321 } from "react/jsx-runtime";
15712
15712
 
15713
15713
  // src/scheduler/scheduler-view.spec.tsx
15714
15714
  import { jsx as jsx640 } from "react/jsx-runtime";
@@ -15744,7 +15744,7 @@ SchedulerView.defaultProps = defaultProps222;
15744
15744
  var scheduler_view_spec_default = SchedulerView;
15745
15745
 
15746
15746
  // src/scheduler/scheduler.spec.tsx
15747
- import { jsx as jsx641, jsxs as jsxs323 } from "react/jsx-runtime";
15747
+ import { jsx as jsx641, jsxs as jsxs322 } from "react/jsx-runtime";
15748
15748
  var SCHEDULER_CLASSNAME = "k-scheduler";
15749
15749
  var states232 = [];
15750
15750
  var options218 = {};
@@ -15757,7 +15757,7 @@ var Scheduler = (props) => {
15757
15757
  layout,
15758
15758
  ...other
15759
15759
  } = props;
15760
- return /* @__PURE__ */ jsxs323(
15760
+ return /* @__PURE__ */ jsxs322(
15761
15761
  "div",
15762
15762
  {
15763
15763
  ...other,
@@ -15851,7 +15851,7 @@ import { jsx as jsx647 } from "react/jsx-runtime";
15851
15851
  import { jsx as jsx648 } from "react/jsx-runtime";
15852
15852
 
15853
15853
  // src/scheduler/scheduler-toolbar.spec.tsx
15854
- import { Fragment as Fragment222, jsx as jsx649, jsxs as jsxs324 } from "react/jsx-runtime";
15854
+ import { Fragment as Fragment221, jsx as jsx649, jsxs as jsxs323 } from "react/jsx-runtime";
15855
15855
 
15856
15856
  // src/scheduler/scheduler-body.spec.tsx
15857
15857
  import { jsx as jsx650 } from "react/jsx-runtime";
@@ -15893,7 +15893,7 @@ SchedulerGroup.defaultProps = defaultProps224;
15893
15893
  SchedulerGroup.className = className46;
15894
15894
 
15895
15895
  // src/scheduler/scheduler-event.spec.tsx
15896
- import { Fragment as Fragment223, jsx as jsx653, jsxs as jsxs325 } from "react/jsx-runtime";
15896
+ import { Fragment as Fragment222, jsx as jsx653, jsxs as jsxs324 } from "react/jsx-runtime";
15897
15897
  var className47 = "k-event";
15898
15898
  var states235 = [
15899
15899
  States.hover,
@@ -15904,7 +15904,7 @@ var options221 = {};
15904
15904
  var defaultProps225 = {
15905
15905
  resizable: "vertical",
15906
15906
  eventPrefix: /* @__PURE__ */ jsx653(Icon, { icon: "arrow-rotate-cw" }),
15907
- eventSuffix: /* @__PURE__ */ jsx653(Fragment223, { children: /* @__PURE__ */ jsx653("a", { href: "#", className: "k-link k-event-delete", children: /* @__PURE__ */ jsx653(Icon, { icon: "x" }) }) })
15907
+ eventSuffix: /* @__PURE__ */ jsx653(Fragment222, { children: /* @__PURE__ */ jsx653("a", { href: "#", className: "k-link k-event-delete", children: /* @__PURE__ */ jsx653(Icon, { icon: "x" }) }) })
15908
15908
  };
15909
15909
  var SchedulerEvent = (props) => {
15910
15910
  const {
@@ -15919,7 +15919,7 @@ var SchedulerEvent = (props) => {
15919
15919
  eventSuffix = defaultProps225.eventSuffix,
15920
15920
  ...others
15921
15921
  } = props;
15922
- return /* @__PURE__ */ jsxs325(
15922
+ return /* @__PURE__ */ jsxs324(
15923
15923
  "div",
15924
15924
  {
15925
15925
  ...others,
@@ -15940,14 +15940,14 @@ var SchedulerEvent = (props) => {
15940
15940
  /* @__PURE__ */ jsx653("span", { className: "k-event-actions", children: eventPrefix }),
15941
15941
  /* @__PURE__ */ jsx653("div", { children: props.children }),
15942
15942
  /* @__PURE__ */ jsx653("span", { className: "k-event-actions", children: eventSuffix }),
15943
- multiDay && /* @__PURE__ */ jsxs325(Fragment223, { children: [
15943
+ multiDay && /* @__PURE__ */ jsxs324(Fragment222, { children: [
15944
15944
  /* @__PURE__ */ jsx653("span", { className: "k-event-top-actions", children: /* @__PURE__ */ jsx653(Icon, { icon: "caret-alt-up" }) }),
15945
15945
  /* @__PURE__ */ jsx653("span", { className: "k-event-bottom-actions", children: /* @__PURE__ */ jsx653(Icon, { icon: "caret-alt-down" }) })
15946
15946
  ] }),
15947
- resizable === "vertical" ? /* @__PURE__ */ jsxs325(Fragment223, { children: [
15947
+ resizable === "vertical" ? /* @__PURE__ */ jsxs324(Fragment222, { children: [
15948
15948
  /* @__PURE__ */ jsx653("span", { className: "k-resize-handle k-resize-n" }),
15949
15949
  /* @__PURE__ */ jsx653("span", { className: "k-resize-handle k-resize-s" })
15950
- ] }) : resizable === "horizontal" && /* @__PURE__ */ jsxs325(Fragment223, { children: [
15950
+ ] }) : resizable === "horizontal" && /* @__PURE__ */ jsxs324(Fragment222, { children: [
15951
15951
  /* @__PURE__ */ jsx653("span", { className: "k-resize-handle k-resize-w" }),
15952
15952
  /* @__PURE__ */ jsx653("span", { className: "k-resize-handle k-resize-e" })
15953
15953
  ] })
@@ -15961,7 +15961,7 @@ SchedulerEvent.defaultProps = defaultProps225;
15961
15961
  SchedulerEvent.className = className47;
15962
15962
 
15963
15963
  // src/scheduler/scheduler-task.spec.tsx
15964
- import { jsx as jsx654, jsxs as jsxs326 } from "react/jsx-runtime";
15964
+ import { jsx as jsx654, jsxs as jsxs325 } from "react/jsx-runtime";
15965
15965
  var className48 = "k-task";
15966
15966
  var states236 = [];
15967
15967
  var options222 = {};
@@ -15976,7 +15976,7 @@ var SchedulerTask = (props) => {
15976
15976
  closable,
15977
15977
  ...other
15978
15978
  } = props;
15979
- return /* @__PURE__ */ jsxs326(
15979
+ return /* @__PURE__ */ jsxs325(
15980
15980
  "div",
15981
15981
  {
15982
15982
  ...other,
@@ -15999,46 +15999,46 @@ SchedulerTask.defaultProps = defaultProps226;
15999
15999
  SchedulerTask.className = className48;
16000
16000
 
16001
16001
  // src/scheduler/templates/scheduler-week.tsx
16002
- import { Fragment as Fragment224, jsx as jsx655, jsxs as jsxs327 } from "react/jsx-runtime";
16002
+ import { Fragment as Fragment223, jsx as jsx655, jsxs as jsxs326 } from "react/jsx-runtime";
16003
16003
 
16004
16004
  // src/scheduler/templates/scheduler-month.tsx
16005
- import { Fragment as Fragment225, jsx as jsx656, jsxs as jsxs328 } from "react/jsx-runtime";
16005
+ import { Fragment as Fragment224, jsx as jsx656, jsxs as jsxs327 } from "react/jsx-runtime";
16006
16006
 
16007
16007
  // src/scheduler/templates/scheduler-timeline.tsx
16008
- import { Fragment as Fragment226, jsx as jsx657, jsxs as jsxs329 } from "react/jsx-runtime";
16008
+ import { Fragment as Fragment225, jsx as jsx657, jsxs as jsxs328 } from "react/jsx-runtime";
16009
16009
 
16010
16010
  // src/scheduler/templates/scheduler-agenda.tsx
16011
- import { Fragment as Fragment227, jsx as jsx658, jsxs as jsxs330 } from "react/jsx-runtime";
16011
+ import { Fragment as Fragment226, jsx as jsx658, jsxs as jsxs329 } from "react/jsx-runtime";
16012
16012
 
16013
16013
  // src/scheduler/templates/scheduler-flex-day.tsx
16014
- import { Fragment as Fragment228, jsx as jsx659, jsxs as jsxs331 } from "react/jsx-runtime";
16014
+ import { Fragment as Fragment227, jsx as jsx659, jsxs as jsxs330 } from "react/jsx-runtime";
16015
16015
 
16016
16016
  // src/scheduler/templates/scheduler-flex-week.tsx
16017
- import { Fragment as Fragment229, jsx as jsx660, jsxs as jsxs332 } from "react/jsx-runtime";
16017
+ import { Fragment as Fragment228, jsx as jsx660, jsxs as jsxs331 } from "react/jsx-runtime";
16018
16018
 
16019
16019
  // src/scheduler/templates/scheduler-flex-year.tsx
16020
- import { Fragment as Fragment230, jsx as jsx661, jsxs as jsxs333 } from "react/jsx-runtime";
16020
+ import { Fragment as Fragment229, jsx as jsx661, jsxs as jsxs332 } from "react/jsx-runtime";
16021
16021
 
16022
16022
  // src/scheduler/templates/scheduler-flex-month.tsx
16023
- import { Fragment as Fragment231, jsx as jsx662, jsxs as jsxs334 } from "react/jsx-runtime";
16023
+ import { Fragment as Fragment230, jsx as jsx662, jsxs as jsxs333 } from "react/jsx-runtime";
16024
16024
 
16025
16025
  // src/scheduler/templates/scheduler-flex-timeline.tsx
16026
- import { Fragment as Fragment232, jsx as jsx663, jsxs as jsxs335 } from "react/jsx-runtime";
16026
+ import { Fragment as Fragment231, jsx as jsx663, jsxs as jsxs334 } from "react/jsx-runtime";
16027
16027
 
16028
16028
  // src/scheduler/templates/scheduler-flex-agenda.tsx
16029
- import { Fragment as Fragment233, jsx as jsx664, jsxs as jsxs336 } from "react/jsx-runtime";
16029
+ import { Fragment as Fragment232, jsx as jsx664, jsxs as jsxs335 } from "react/jsx-runtime";
16030
16030
 
16031
16031
  // src/scheduler/templates/scheduler-horizontal-grouping.tsx
16032
- import { Fragment as Fragment234, jsx as jsx665, jsxs as jsxs337 } from "react/jsx-runtime";
16032
+ import { Fragment as Fragment233, jsx as jsx665, jsxs as jsxs336 } from "react/jsx-runtime";
16033
16033
 
16034
16034
  // src/scheduler/templates/scheduler-vertical-grouping.tsx
16035
- import { Fragment as Fragment235, jsx as jsx666, jsxs as jsxs338 } from "react/jsx-runtime";
16035
+ import { Fragment as Fragment234, jsx as jsx666, jsxs as jsxs337 } from "react/jsx-runtime";
16036
16036
 
16037
16037
  // src/scheduler/templates/scheduler-flex-horizontal-grouping.tsx
16038
- import { Fragment as Fragment236, jsx as jsx667, jsxs as jsxs339 } from "react/jsx-runtime";
16038
+ import { Fragment as Fragment235, jsx as jsx667, jsxs as jsxs338 } from "react/jsx-runtime";
16039
16039
 
16040
16040
  // src/scheduler/templates/scheduler-flex-vertical-grouping.tsx
16041
- import { Fragment as Fragment237, jsx as jsx668, jsxs as jsxs340 } from "react/jsx-runtime";
16041
+ import { Fragment as Fragment236, jsx as jsx668, jsxs as jsxs339 } from "react/jsx-runtime";
16042
16042
 
16043
16043
  // src/utils/templates/background/background-clip/border-clip.tsx
16044
16044
  import { jsx as jsx669 } from "react/jsx-runtime";
@@ -16053,355 +16053,355 @@ import { jsx as jsx671 } from "react/jsx-runtime";
16053
16053
  import { jsx as jsx672 } from "react/jsx-runtime";
16054
16054
 
16055
16055
  // src/utils/templates/background/background-color/color.tsx
16056
- import { jsx as jsx673, jsxs as jsxs341 } from "react/jsx-runtime";
16056
+ import { jsx as jsx673, jsxs as jsxs340 } from "react/jsx-runtime";
16057
16057
 
16058
16058
  // src/utils/templates/borders/border-color/all-sides.tsx
16059
- import { jsx as jsx674, jsxs as jsxs342 } from "react/jsx-runtime";
16059
+ import { jsx as jsx674, jsxs as jsxs341 } from "react/jsx-runtime";
16060
16060
 
16061
16061
  // src/utils/templates/borders/border-color/individual.tsx
16062
- import { jsx as jsx675, jsxs as jsxs343 } from "react/jsx-runtime";
16062
+ import { jsx as jsx675, jsxs as jsxs342 } from "react/jsx-runtime";
16063
16063
 
16064
16064
  // src/utils/templates/borders/border-color/left-right.tsx
16065
- import { jsx as jsx676, jsxs as jsxs344 } from "react/jsx-runtime";
16065
+ import { jsx as jsx676, jsxs as jsxs343 } from "react/jsx-runtime";
16066
16066
 
16067
16067
  // src/utils/templates/borders/border-color/top-bottom.tsx
16068
- import { jsx as jsx677, jsxs as jsxs345 } from "react/jsx-runtime";
16068
+ import { jsx as jsx677, jsxs as jsxs344 } from "react/jsx-runtime";
16069
16069
 
16070
16070
  // src/utils/templates/borders/border-radius/corners.tsx
16071
- import { jsx as jsx678, jsxs as jsxs346 } from "react/jsx-runtime";
16071
+ import { jsx as jsx678, jsxs as jsxs345 } from "react/jsx-runtime";
16072
16072
 
16073
16073
  // src/utils/templates/borders/border-radius/no-rounding.tsx
16074
- import { jsx as jsx679, jsxs as jsxs347 } from "react/jsx-runtime";
16074
+ import { jsx as jsx679, jsxs as jsxs346 } from "react/jsx-runtime";
16075
16075
 
16076
16076
  // src/utils/templates/borders/border-radius/rounding.tsx
16077
- import { jsx as jsx680, jsxs as jsxs348 } from "react/jsx-runtime";
16077
+ import { jsx as jsx680, jsxs as jsxs347 } from "react/jsx-runtime";
16078
16078
 
16079
16079
  // src/utils/templates/borders/border-radius/sides.tsx
16080
- import { jsx as jsx681, jsxs as jsxs349 } from "react/jsx-runtime";
16080
+ import { jsx as jsx681, jsxs as jsxs348 } from "react/jsx-runtime";
16081
16081
 
16082
16082
  // src/utils/templates/borders/border-style/all-sides.tsx
16083
- import { jsx as jsx682, jsxs as jsxs350 } from "react/jsx-runtime";
16083
+ import { jsx as jsx682, jsxs as jsxs349 } from "react/jsx-runtime";
16084
16084
 
16085
16085
  // src/utils/templates/borders/border-style/individual.tsx
16086
- import { jsx as jsx683, jsxs as jsxs351 } from "react/jsx-runtime";
16086
+ import { jsx as jsx683, jsxs as jsxs350 } from "react/jsx-runtime";
16087
16087
 
16088
16088
  // src/utils/templates/borders/border-style/left-right.tsx
16089
- import { jsx as jsx684, jsxs as jsxs352 } from "react/jsx-runtime";
16089
+ import { jsx as jsx684, jsxs as jsxs351 } from "react/jsx-runtime";
16090
16090
 
16091
16091
  // src/utils/templates/borders/border-style/no-style.tsx
16092
16092
  import { jsx as jsx685 } from "react/jsx-runtime";
16093
16093
 
16094
16094
  // src/utils/templates/borders/border-style/top-bottom.tsx
16095
- import { jsx as jsx686, jsxs as jsxs353 } from "react/jsx-runtime";
16095
+ import { jsx as jsx686, jsxs as jsxs352 } from "react/jsx-runtime";
16096
16096
 
16097
16097
  // src/utils/templates/borders/border-width/all-sides.tsx
16098
- import { jsx as jsx687, jsxs as jsxs354 } from "react/jsx-runtime";
16098
+ import { jsx as jsx687, jsxs as jsxs353 } from "react/jsx-runtime";
16099
16099
 
16100
16100
  // src/utils/templates/borders/border-width/individual.tsx
16101
- import { jsx as jsx688, jsxs as jsxs355 } from "react/jsx-runtime";
16101
+ import { jsx as jsx688, jsxs as jsxs354 } from "react/jsx-runtime";
16102
16102
 
16103
16103
  // src/utils/templates/borders/border-width/left-right.tsx
16104
- import { jsx as jsx689, jsxs as jsxs356 } from "react/jsx-runtime";
16104
+ import { jsx as jsx689, jsxs as jsxs355 } from "react/jsx-runtime";
16105
16105
 
16106
16106
  // src/utils/templates/borders/border-width/top-bottom.tsx
16107
- import { jsx as jsx690, jsxs as jsxs357 } from "react/jsx-runtime";
16107
+ import { jsx as jsx690, jsxs as jsxs356 } from "react/jsx-runtime";
16108
16108
 
16109
16109
  // src/utils/templates/borders/outline-color/all-sides.tsx
16110
16110
  import { jsx as jsx691 } from "react/jsx-runtime";
16111
16111
 
16112
16112
  // src/utils/templates/borders/outline-offset/all-sides.tsx
16113
- import { jsx as jsx692, jsxs as jsxs358 } from "react/jsx-runtime";
16113
+ import { jsx as jsx692, jsxs as jsxs357 } from "react/jsx-runtime";
16114
16114
 
16115
16115
  // src/utils/templates/borders/outline-offset/no-offset.tsx
16116
16116
  import { jsx as jsx693 } from "react/jsx-runtime";
16117
16117
 
16118
16118
  // src/utils/templates/borders/outline-style/all-sides.tsx
16119
- import { jsx as jsx694, jsxs as jsxs359 } from "react/jsx-runtime";
16119
+ import { jsx as jsx694, jsxs as jsxs358 } from "react/jsx-runtime";
16120
16120
 
16121
16121
  // src/utils/templates/borders/outline-style/no-style.tsx
16122
16122
  import { jsx as jsx695 } from "react/jsx-runtime";
16123
16123
 
16124
16124
  // src/utils/templates/borders/outline-width/all-sides.tsx
16125
- import { jsx as jsx696, jsxs as jsxs360 } from "react/jsx-runtime";
16125
+ import { jsx as jsx696, jsxs as jsxs359 } from "react/jsx-runtime";
16126
16126
 
16127
16127
  // src/utils/templates/borders/outline-width/no-width.tsx
16128
16128
  import { jsx as jsx697 } from "react/jsx-runtime";
16129
16129
 
16130
16130
  // src/utils/templates/effects/opacity/applying.tsx
16131
- import { jsx as jsx698, jsxs as jsxs361 } from "react/jsx-runtime";
16131
+ import { jsx as jsx698, jsxs as jsxs360 } from "react/jsx-runtime";
16132
16132
 
16133
16133
  // src/utils/templates/filters/backdrop-blur/applying.tsx
16134
- import { Fragment as Fragment238, jsx as jsx699, jsxs as jsxs362 } from "react/jsx-runtime";
16134
+ import { Fragment as Fragment237, jsx as jsx699, jsxs as jsxs361 } from "react/jsx-runtime";
16135
16135
 
16136
16136
  // src/utils/templates/flex-grid/align-content/around.tsx
16137
- import { jsx as jsx700, jsxs as jsxs363 } from "react/jsx-runtime";
16137
+ import { jsx as jsx700, jsxs as jsxs362 } from "react/jsx-runtime";
16138
16138
 
16139
16139
  // src/utils/templates/flex-grid/align-content/between.tsx
16140
- import { jsx as jsx701, jsxs as jsxs364 } from "react/jsx-runtime";
16140
+ import { jsx as jsx701, jsxs as jsxs363 } from "react/jsx-runtime";
16141
16141
 
16142
16142
  // src/utils/templates/flex-grid/align-content/center.tsx
16143
- import { jsx as jsx702, jsxs as jsxs365 } from "react/jsx-runtime";
16143
+ import { jsx as jsx702, jsxs as jsxs364 } from "react/jsx-runtime";
16144
16144
 
16145
16145
  // src/utils/templates/flex-grid/align-content/end.tsx
16146
- import { jsx as jsx703, jsxs as jsxs366 } from "react/jsx-runtime";
16146
+ import { jsx as jsx703, jsxs as jsxs365 } from "react/jsx-runtime";
16147
16147
 
16148
16148
  // src/utils/templates/flex-grid/align-content/evenly.tsx
16149
- import { jsx as jsx704, jsxs as jsxs367 } from "react/jsx-runtime";
16149
+ import { jsx as jsx704, jsxs as jsxs366 } from "react/jsx-runtime";
16150
16150
 
16151
16151
  // src/utils/templates/flex-grid/align-content/normal.tsx
16152
- import { jsx as jsx705, jsxs as jsxs368 } from "react/jsx-runtime";
16152
+ import { jsx as jsx705, jsxs as jsxs367 } from "react/jsx-runtime";
16153
16153
 
16154
16154
  // src/utils/templates/flex-grid/align-content/start.tsx
16155
- import { jsx as jsx706, jsxs as jsxs369 } from "react/jsx-runtime";
16155
+ import { jsx as jsx706, jsxs as jsxs368 } from "react/jsx-runtime";
16156
16156
 
16157
16157
  // src/utils/templates/flex-grid/align-content/stretch.tsx
16158
- import { jsx as jsx707, jsxs as jsxs370 } from "react/jsx-runtime";
16158
+ import { jsx as jsx707, jsxs as jsxs369 } from "react/jsx-runtime";
16159
16159
 
16160
16160
  // src/utils/templates/flex-grid/align-items/baseline.tsx
16161
- import { jsx as jsx708, jsxs as jsxs371 } from "react/jsx-runtime";
16161
+ import { jsx as jsx708, jsxs as jsxs370 } from "react/jsx-runtime";
16162
16162
 
16163
16163
  // src/utils/templates/flex-grid/align-items/center.tsx
16164
- import { jsx as jsx709, jsxs as jsxs372 } from "react/jsx-runtime";
16164
+ import { jsx as jsx709, jsxs as jsxs371 } from "react/jsx-runtime";
16165
16165
 
16166
16166
  // src/utils/templates/flex-grid/align-items/end.tsx
16167
- import { jsx as jsx710, jsxs as jsxs373 } from "react/jsx-runtime";
16167
+ import { jsx as jsx710, jsxs as jsxs372 } from "react/jsx-runtime";
16168
16168
 
16169
16169
  // src/utils/templates/flex-grid/align-items/start.tsx
16170
- import { jsx as jsx711, jsxs as jsxs374 } from "react/jsx-runtime";
16170
+ import { jsx as jsx711, jsxs as jsxs373 } from "react/jsx-runtime";
16171
16171
 
16172
16172
  // src/utils/templates/flex-grid/align-items/stretch.tsx
16173
- import { jsx as jsx712, jsxs as jsxs375 } from "react/jsx-runtime";
16173
+ import { jsx as jsx712, jsxs as jsxs374 } from "react/jsx-runtime";
16174
16174
 
16175
16175
  // src/utils/templates/flex-grid/align-self/baseline.tsx
16176
- import { jsx as jsx713, jsxs as jsxs376 } from "react/jsx-runtime";
16176
+ import { jsx as jsx713, jsxs as jsxs375 } from "react/jsx-runtime";
16177
16177
 
16178
16178
  // src/utils/templates/flex-grid/align-self/center.tsx
16179
- import { jsx as jsx714, jsxs as jsxs377 } from "react/jsx-runtime";
16179
+ import { jsx as jsx714, jsxs as jsxs376 } from "react/jsx-runtime";
16180
16180
 
16181
16181
  // src/utils/templates/flex-grid/align-self/end.tsx
16182
- import { jsx as jsx715, jsxs as jsxs378 } from "react/jsx-runtime";
16182
+ import { jsx as jsx715, jsxs as jsxs377 } from "react/jsx-runtime";
16183
16183
 
16184
16184
  // src/utils/templates/flex-grid/align-self/start.tsx
16185
- import { jsx as jsx716, jsxs as jsxs379 } from "react/jsx-runtime";
16185
+ import { jsx as jsx716, jsxs as jsxs378 } from "react/jsx-runtime";
16186
16186
 
16187
16187
  // src/utils/templates/flex-grid/align-self/stretch.tsx
16188
- import { jsx as jsx717, jsxs as jsxs380 } from "react/jsx-runtime";
16188
+ import { jsx as jsx717, jsxs as jsxs379 } from "react/jsx-runtime";
16189
16189
 
16190
16190
  // src/utils/templates/flex-grid/flex/auto.tsx
16191
- import { jsx as jsx718, jsxs as jsxs381 } from "react/jsx-runtime";
16191
+ import { jsx as jsx718, jsxs as jsxs380 } from "react/jsx-runtime";
16192
16192
 
16193
16193
  // src/utils/templates/flex-grid/flex/flex-1.tsx
16194
- import { jsx as jsx719, jsxs as jsxs382 } from "react/jsx-runtime";
16194
+ import { jsx as jsx719, jsxs as jsxs381 } from "react/jsx-runtime";
16195
16195
 
16196
16196
  // src/utils/templates/flex-grid/flex/initial.tsx
16197
- import { jsx as jsx720, jsxs as jsxs383 } from "react/jsx-runtime";
16197
+ import { jsx as jsx720, jsxs as jsxs382 } from "react/jsx-runtime";
16198
16198
 
16199
16199
  // src/utils/templates/flex-grid/flex/none.tsx
16200
- import { jsx as jsx721, jsxs as jsxs384 } from "react/jsx-runtime";
16200
+ import { jsx as jsx721, jsxs as jsxs383 } from "react/jsx-runtime";
16201
16201
 
16202
16202
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
16203
- import { jsx as jsx722, jsxs as jsxs385 } from "react/jsx-runtime";
16203
+ import { jsx as jsx722, jsxs as jsxs384 } from "react/jsx-runtime";
16204
16204
 
16205
16205
  // src/utils/templates/flex-grid/flex-basis/size.tsx
16206
- import { jsx as jsx723, jsxs as jsxs386 } from "react/jsx-runtime";
16206
+ import { jsx as jsx723, jsxs as jsxs385 } from "react/jsx-runtime";
16207
16207
 
16208
16208
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
16209
- import { jsx as jsx724, jsxs as jsxs387 } from "react/jsx-runtime";
16209
+ import { jsx as jsx724, jsxs as jsxs386 } from "react/jsx-runtime";
16210
16210
 
16211
16211
  // src/utils/templates/flex-grid/flex-direction/column.tsx
16212
- import { jsx as jsx725, jsxs as jsxs388 } from "react/jsx-runtime";
16212
+ import { jsx as jsx725, jsxs as jsxs387 } from "react/jsx-runtime";
16213
16213
 
16214
16214
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
16215
- import { jsx as jsx726, jsxs as jsxs389 } from "react/jsx-runtime";
16215
+ import { jsx as jsx726, jsxs as jsxs388 } from "react/jsx-runtime";
16216
16216
 
16217
16217
  // src/utils/templates/flex-grid/flex-direction/row.tsx
16218
- import { jsx as jsx727, jsxs as jsxs390 } from "react/jsx-runtime";
16218
+ import { jsx as jsx727, jsxs as jsxs389 } from "react/jsx-runtime";
16219
16219
 
16220
16220
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
16221
- import { jsx as jsx728, jsxs as jsxs391 } from "react/jsx-runtime";
16221
+ import { jsx as jsx728, jsxs as jsxs390 } from "react/jsx-runtime";
16222
16222
 
16223
16223
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
16224
- import { jsx as jsx729, jsxs as jsxs392 } from "react/jsx-runtime";
16224
+ import { jsx as jsx729, jsxs as jsxs391 } from "react/jsx-runtime";
16225
16225
 
16226
16226
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
16227
- import { jsx as jsx730, jsxs as jsxs393 } from "react/jsx-runtime";
16227
+ import { jsx as jsx730, jsxs as jsxs392 } from "react/jsx-runtime";
16228
16228
 
16229
16229
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
16230
- import { jsx as jsx731, jsxs as jsxs394 } from "react/jsx-runtime";
16230
+ import { jsx as jsx731, jsxs as jsxs393 } from "react/jsx-runtime";
16231
16231
 
16232
16232
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
16233
- import { jsx as jsx732, jsxs as jsxs395 } from "react/jsx-runtime";
16233
+ import { jsx as jsx732, jsxs as jsxs394 } from "react/jsx-runtime";
16234
16234
 
16235
16235
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
16236
- import { jsx as jsx733, jsxs as jsxs396 } from "react/jsx-runtime";
16236
+ import { jsx as jsx733, jsxs as jsxs395 } from "react/jsx-runtime";
16237
16237
 
16238
16238
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
16239
- import { jsx as jsx734, jsxs as jsxs397 } from "react/jsx-runtime";
16239
+ import { jsx as jsx734, jsxs as jsxs396 } from "react/jsx-runtime";
16240
16240
 
16241
16241
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
16242
- import { jsx as jsx735, jsxs as jsxs398 } from "react/jsx-runtime";
16242
+ import { jsx as jsx735, jsxs as jsxs397 } from "react/jsx-runtime";
16243
16243
 
16244
16244
  // src/utils/templates/flex-grid/gap/size.tsx
16245
- import { jsx as jsx736, jsxs as jsxs399 } from "react/jsx-runtime";
16245
+ import { jsx as jsx736, jsxs as jsxs398 } from "react/jsx-runtime";
16246
16246
 
16247
16247
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
16248
- import { jsx as jsx737, jsxs as jsxs400 } from "react/jsx-runtime";
16248
+ import { jsx as jsx737, jsxs as jsxs399 } from "react/jsx-runtime";
16249
16249
 
16250
16250
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
16251
- import { jsx as jsx738, jsxs as jsxs401 } from "react/jsx-runtime";
16251
+ import { jsx as jsx738, jsxs as jsxs400 } from "react/jsx-runtime";
16252
16252
 
16253
16253
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
16254
- import { jsx as jsx739, jsxs as jsxs402 } from "react/jsx-runtime";
16254
+ import { jsx as jsx739, jsxs as jsxs401 } from "react/jsx-runtime";
16255
16255
 
16256
16256
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
16257
- import { jsx as jsx740, jsxs as jsxs403 } from "react/jsx-runtime";
16257
+ import { jsx as jsx740, jsxs as jsxs402 } from "react/jsx-runtime";
16258
16258
 
16259
16259
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
16260
- import { jsx as jsx741, jsxs as jsxs404 } from "react/jsx-runtime";
16260
+ import { jsx as jsx741, jsxs as jsxs403 } from "react/jsx-runtime";
16261
16261
 
16262
16262
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
16263
- import { jsx as jsx742, jsxs as jsxs405 } from "react/jsx-runtime";
16263
+ import { jsx as jsx742, jsxs as jsxs404 } from "react/jsx-runtime";
16264
16264
 
16265
16265
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
16266
- import { jsx as jsx743, jsxs as jsxs406 } from "react/jsx-runtime";
16266
+ import { jsx as jsx743, jsxs as jsxs405 } from "react/jsx-runtime";
16267
16267
 
16268
16268
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
16269
- import { jsx as jsx744, jsxs as jsxs407 } from "react/jsx-runtime";
16269
+ import { jsx as jsx744, jsxs as jsxs406 } from "react/jsx-runtime";
16270
16270
 
16271
16271
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
16272
- import { jsx as jsx745, jsxs as jsxs408 } from "react/jsx-runtime";
16272
+ import { jsx as jsx745, jsxs as jsxs407 } from "react/jsx-runtime";
16273
16273
 
16274
16274
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
16275
- import { jsx as jsx746, jsxs as jsxs409 } from "react/jsx-runtime";
16275
+ import { jsx as jsx746, jsxs as jsxs408 } from "react/jsx-runtime";
16276
16276
 
16277
16277
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
16278
- import { jsx as jsx747, jsxs as jsxs410 } from "react/jsx-runtime";
16278
+ import { jsx as jsx747, jsxs as jsxs409 } from "react/jsx-runtime";
16279
16279
 
16280
16280
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
16281
- import { jsx as jsx748, jsxs as jsxs411 } from "react/jsx-runtime";
16281
+ import { jsx as jsx748, jsxs as jsxs410 } from "react/jsx-runtime";
16282
16282
 
16283
16283
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
16284
- import { jsx as jsx749, jsxs as jsxs412 } from "react/jsx-runtime";
16284
+ import { jsx as jsx749, jsxs as jsxs411 } from "react/jsx-runtime";
16285
16285
 
16286
16286
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
16287
- import { jsx as jsx750, jsxs as jsxs413 } from "react/jsx-runtime";
16287
+ import { jsx as jsx750, jsxs as jsxs412 } from "react/jsx-runtime";
16288
16288
 
16289
16289
  // src/utils/templates/flex-grid/justify-content/around.tsx
16290
- import { jsx as jsx751, jsxs as jsxs414 } from "react/jsx-runtime";
16290
+ import { jsx as jsx751, jsxs as jsxs413 } from "react/jsx-runtime";
16291
16291
 
16292
16292
  // src/utils/templates/flex-grid/justify-content/between.tsx
16293
- import { jsx as jsx752, jsxs as jsxs415 } from "react/jsx-runtime";
16293
+ import { jsx as jsx752, jsxs as jsxs414 } from "react/jsx-runtime";
16294
16294
 
16295
16295
  // src/utils/templates/flex-grid/justify-content/center.tsx
16296
- import { jsx as jsx753, jsxs as jsxs416 } from "react/jsx-runtime";
16296
+ import { jsx as jsx753, jsxs as jsxs415 } from "react/jsx-runtime";
16297
16297
 
16298
16298
  // src/utils/templates/flex-grid/justify-content/end.tsx
16299
- import { jsx as jsx754, jsxs as jsxs417 } from "react/jsx-runtime";
16299
+ import { jsx as jsx754, jsxs as jsxs416 } from "react/jsx-runtime";
16300
16300
 
16301
16301
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
16302
- import { jsx as jsx755, jsxs as jsxs418 } from "react/jsx-runtime";
16302
+ import { jsx as jsx755, jsxs as jsxs417 } from "react/jsx-runtime";
16303
16303
 
16304
16304
  // src/utils/templates/flex-grid/justify-content/normal.tsx
16305
- import { jsx as jsx756, jsxs as jsxs419 } from "react/jsx-runtime";
16305
+ import { jsx as jsx756, jsxs as jsxs418 } from "react/jsx-runtime";
16306
16306
 
16307
16307
  // src/utils/templates/flex-grid/justify-content/start.tsx
16308
- import { jsx as jsx757, jsxs as jsxs420 } from "react/jsx-runtime";
16308
+ import { jsx as jsx757, jsxs as jsxs419 } from "react/jsx-runtime";
16309
16309
 
16310
16310
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
16311
- import { jsx as jsx758, jsxs as jsxs421 } from "react/jsx-runtime";
16311
+ import { jsx as jsx758, jsxs as jsxs420 } from "react/jsx-runtime";
16312
16312
 
16313
16313
  // src/utils/templates/flex-grid/justify-items/center.tsx
16314
- import { jsx as jsx759, jsxs as jsxs422 } from "react/jsx-runtime";
16314
+ import { jsx as jsx759, jsxs as jsxs421 } from "react/jsx-runtime";
16315
16315
 
16316
16316
  // src/utils/templates/flex-grid/justify-items/end.tsx
16317
- import { jsx as jsx760, jsxs as jsxs423 } from "react/jsx-runtime";
16317
+ import { jsx as jsx760, jsxs as jsxs422 } from "react/jsx-runtime";
16318
16318
 
16319
16319
  // src/utils/templates/flex-grid/justify-items/start.tsx
16320
- import { jsx as jsx761, jsxs as jsxs424 } from "react/jsx-runtime";
16320
+ import { jsx as jsx761, jsxs as jsxs423 } from "react/jsx-runtime";
16321
16321
 
16322
16322
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
16323
- import { jsx as jsx762, jsxs as jsxs425 } from "react/jsx-runtime";
16323
+ import { jsx as jsx762, jsxs as jsxs424 } from "react/jsx-runtime";
16324
16324
 
16325
16325
  // src/utils/templates/flex-grid/justify-self/center.tsx
16326
- import { jsx as jsx763, jsxs as jsxs426 } from "react/jsx-runtime";
16326
+ import { jsx as jsx763, jsxs as jsxs425 } from "react/jsx-runtime";
16327
16327
 
16328
16328
  // src/utils/templates/flex-grid/justify-self/end.tsx
16329
- import { jsx as jsx764, jsxs as jsxs427 } from "react/jsx-runtime";
16329
+ import { jsx as jsx764, jsxs as jsxs426 } from "react/jsx-runtime";
16330
16330
 
16331
16331
  // src/utils/templates/flex-grid/justify-self/start.tsx
16332
- import { jsx as jsx765, jsxs as jsxs428 } from "react/jsx-runtime";
16332
+ import { jsx as jsx765, jsxs as jsxs427 } from "react/jsx-runtime";
16333
16333
 
16334
16334
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
16335
- import { jsx as jsx766, jsxs as jsxs429 } from "react/jsx-runtime";
16335
+ import { jsx as jsx766, jsxs as jsxs428 } from "react/jsx-runtime";
16336
16336
 
16337
16337
  // src/utils/templates/flex-grid/order/first.tsx
16338
- import { jsx as jsx767, jsxs as jsxs430 } from "react/jsx-runtime";
16338
+ import { jsx as jsx767, jsxs as jsxs429 } from "react/jsx-runtime";
16339
16339
 
16340
16340
  // src/utils/templates/flex-grid/order/integer.tsx
16341
- import { jsx as jsx768, jsxs as jsxs431 } from "react/jsx-runtime";
16341
+ import { jsx as jsx768, jsxs as jsxs430 } from "react/jsx-runtime";
16342
16342
 
16343
16343
  // src/utils/templates/flex-grid/order/last.tsx
16344
- import { jsx as jsx769, jsxs as jsxs432 } from "react/jsx-runtime";
16344
+ import { jsx as jsx769, jsxs as jsxs431 } from "react/jsx-runtime";
16345
16345
 
16346
16346
  // src/utils/templates/flex-grid/place-content/around.tsx
16347
- import { jsx as jsx770, jsxs as jsxs433 } from "react/jsx-runtime";
16347
+ import { jsx as jsx770, jsxs as jsxs432 } from "react/jsx-runtime";
16348
16348
 
16349
16349
  // src/utils/templates/flex-grid/place-content/between.tsx
16350
- import { jsx as jsx771, jsxs as jsxs434 } from "react/jsx-runtime";
16350
+ import { jsx as jsx771, jsxs as jsxs433 } from "react/jsx-runtime";
16351
16351
 
16352
16352
  // src/utils/templates/flex-grid/place-content/center.tsx
16353
- import { jsx as jsx772, jsxs as jsxs435 } from "react/jsx-runtime";
16353
+ import { jsx as jsx772, jsxs as jsxs434 } from "react/jsx-runtime";
16354
16354
 
16355
16355
  // src/utils/templates/flex-grid/place-content/end.tsx
16356
- import { jsx as jsx773, jsxs as jsxs436 } from "react/jsx-runtime";
16356
+ import { jsx as jsx773, jsxs as jsxs435 } from "react/jsx-runtime";
16357
16357
 
16358
16358
  // src/utils/templates/flex-grid/place-content/evenly.tsx
16359
- import { jsx as jsx774, jsxs as jsxs437 } from "react/jsx-runtime";
16359
+ import { jsx as jsx774, jsxs as jsxs436 } from "react/jsx-runtime";
16360
16360
 
16361
16361
  // src/utils/templates/flex-grid/place-content/normal.tsx
16362
- import { jsx as jsx775, jsxs as jsxs438 } from "react/jsx-runtime";
16362
+ import { jsx as jsx775, jsxs as jsxs437 } from "react/jsx-runtime";
16363
16363
 
16364
16364
  // src/utils/templates/flex-grid/place-content/start.tsx
16365
- import { jsx as jsx776, jsxs as jsxs439 } from "react/jsx-runtime";
16365
+ import { jsx as jsx776, jsxs as jsxs438 } from "react/jsx-runtime";
16366
16366
 
16367
16367
  // src/utils/templates/flex-grid/place-content/stretch.tsx
16368
- import { jsx as jsx777, jsxs as jsxs440 } from "react/jsx-runtime";
16368
+ import { jsx as jsx777, jsxs as jsxs439 } from "react/jsx-runtime";
16369
16369
 
16370
16370
  // src/utils/templates/flex-grid/place-items/center.tsx
16371
- import { jsx as jsx778, jsxs as jsxs441 } from "react/jsx-runtime";
16371
+ import { jsx as jsx778, jsxs as jsxs440 } from "react/jsx-runtime";
16372
16372
 
16373
16373
  // src/utils/templates/flex-grid/place-items/end.tsx
16374
- import { jsx as jsx779, jsxs as jsxs442 } from "react/jsx-runtime";
16374
+ import { jsx as jsx779, jsxs as jsxs441 } from "react/jsx-runtime";
16375
16375
 
16376
16376
  // src/utils/templates/flex-grid/place-items/start.tsx
16377
- import { jsx as jsx780, jsxs as jsxs443 } from "react/jsx-runtime";
16377
+ import { jsx as jsx780, jsxs as jsxs442 } from "react/jsx-runtime";
16378
16378
 
16379
16379
  // src/utils/templates/flex-grid/place-items/stretch.tsx
16380
- import { jsx as jsx781, jsxs as jsxs444 } from "react/jsx-runtime";
16380
+ import { jsx as jsx781, jsxs as jsxs443 } from "react/jsx-runtime";
16381
16381
 
16382
16382
  // src/utils/templates/flex-grid/place-self/center.tsx
16383
- import { jsx as jsx782, jsxs as jsxs445 } from "react/jsx-runtime";
16383
+ import { jsx as jsx782, jsxs as jsxs444 } from "react/jsx-runtime";
16384
16384
 
16385
16385
  // src/utils/templates/flex-grid/place-self/end.tsx
16386
- import { jsx as jsx783, jsxs as jsxs446 } from "react/jsx-runtime";
16386
+ import { jsx as jsx783, jsxs as jsxs445 } from "react/jsx-runtime";
16387
16387
 
16388
16388
  // src/utils/templates/flex-grid/place-self/start.tsx
16389
- import { jsx as jsx784, jsxs as jsxs447 } from "react/jsx-runtime";
16389
+ import { jsx as jsx784, jsxs as jsxs446 } from "react/jsx-runtime";
16390
16390
 
16391
16391
  // src/utils/templates/flex-grid/place-self/stretch.tsx
16392
- import { jsx as jsx785, jsxs as jsxs448 } from "react/jsx-runtime";
16392
+ import { jsx as jsx785, jsxs as jsxs447 } from "react/jsx-runtime";
16393
16393
 
16394
16394
  // src/utils/templates/interactivity/appearance/applying.tsx
16395
- import { jsx as jsx786, jsxs as jsxs449 } from "react/jsx-runtime";
16395
+ import { jsx as jsx786, jsxs as jsxs448 } from "react/jsx-runtime";
16396
16396
 
16397
16397
  // src/utils/templates/interactivity/appearance/none.tsx
16398
- import { jsx as jsx787, jsxs as jsxs450 } from "react/jsx-runtime";
16398
+ import { jsx as jsx787, jsxs as jsxs449 } from "react/jsx-runtime";
16399
16399
 
16400
16400
  // src/utils/templates/interactivity/cursor/applying.tsx
16401
- import { jsx as jsx788, jsxs as jsxs451 } from "react/jsx-runtime";
16401
+ import { jsx as jsx788, jsxs as jsxs450 } from "react/jsx-runtime";
16402
16402
 
16403
16403
  // src/utils/templates/interactivity/pointer-events/applying.tsx
16404
- import { jsx as jsx789, jsxs as jsxs452 } from "react/jsx-runtime";
16404
+ import { jsx as jsx789, jsxs as jsxs451 } from "react/jsx-runtime";
16405
16405
 
16406
16406
  // src/utils/templates/interactivity/resize/all-directions.tsx
16407
16407
  import { jsx as jsx790 } from "react/jsx-runtime";
@@ -16455,43 +16455,43 @@ import { jsx as jsx805 } from "react/jsx-runtime";
16455
16455
  import { jsx as jsx806 } from "react/jsx-runtime";
16456
16456
 
16457
16457
  // src/utils/templates/layout/clear/both.tsx
16458
- import { jsx as jsx807, jsxs as jsxs453 } from "react/jsx-runtime";
16458
+ import { jsx as jsx807, jsxs as jsxs452 } from "react/jsx-runtime";
16459
16459
 
16460
16460
  // src/utils/templates/layout/clear/left.tsx
16461
- import { jsx as jsx808, jsxs as jsxs454 } from "react/jsx-runtime";
16461
+ import { jsx as jsx808, jsxs as jsxs453 } from "react/jsx-runtime";
16462
16462
 
16463
16463
  // src/utils/templates/layout/clear/no-clear.tsx
16464
- import { jsx as jsx809, jsxs as jsxs455 } from "react/jsx-runtime";
16464
+ import { jsx as jsx809, jsxs as jsxs454 } from "react/jsx-runtime";
16465
16465
 
16466
16466
  // src/utils/templates/layout/clear/right.tsx
16467
- import { jsx as jsx810, jsxs as jsxs456 } from "react/jsx-runtime";
16467
+ import { jsx as jsx810, jsxs as jsxs455 } from "react/jsx-runtime";
16468
16468
 
16469
16469
  // src/utils/templates/layout/columns/automatic.tsx
16470
- import { jsx as jsx811, jsxs as jsxs457 } from "react/jsx-runtime";
16470
+ import { jsx as jsx811, jsxs as jsxs456 } from "react/jsx-runtime";
16471
16471
 
16472
16472
  // src/utils/templates/layout/columns/count.tsx
16473
- import { jsx as jsx812, jsxs as jsxs458 } from "react/jsx-runtime";
16473
+ import { jsx as jsx812, jsxs as jsxs457 } from "react/jsx-runtime";
16474
16474
 
16475
16475
  // src/utils/templates/layout/display/block.tsx
16476
- import { jsx as jsx813, jsxs as jsxs459 } from "react/jsx-runtime";
16476
+ import { jsx as jsx813, jsxs as jsxs458 } from "react/jsx-runtime";
16477
16477
 
16478
16478
  // src/utils/templates/layout/display/flex.tsx
16479
- import { jsx as jsx814, jsxs as jsxs460 } from "react/jsx-runtime";
16479
+ import { jsx as jsx814, jsxs as jsxs459 } from "react/jsx-runtime";
16480
16480
 
16481
16481
  // src/utils/templates/layout/display/inline.tsx
16482
- import { jsx as jsx815, jsxs as jsxs461 } from "react/jsx-runtime";
16482
+ import { jsx as jsx815, jsxs as jsxs460 } from "react/jsx-runtime";
16483
16483
 
16484
16484
  // src/utils/templates/layout/display/none.tsx
16485
- import { Fragment as Fragment239, jsx as jsx816, jsxs as jsxs462 } from "react/jsx-runtime";
16485
+ import { Fragment as Fragment238, jsx as jsx816, jsxs as jsxs461 } from "react/jsx-runtime";
16486
16486
 
16487
16487
  // src/utils/templates/layout/float/left.tsx
16488
- import { jsx as jsx817, jsxs as jsxs463 } from "react/jsx-runtime";
16488
+ import { jsx as jsx817, jsxs as jsxs462 } from "react/jsx-runtime";
16489
16489
 
16490
16490
  // src/utils/templates/layout/float/no-float.tsx
16491
- import { jsx as jsx818, jsxs as jsxs464 } from "react/jsx-runtime";
16491
+ import { jsx as jsx818, jsxs as jsxs463 } from "react/jsx-runtime";
16492
16492
 
16493
16493
  // src/utils/templates/layout/float/right.tsx
16494
- import { jsx as jsx819, jsxs as jsxs465 } from "react/jsx-runtime";
16494
+ import { jsx as jsx819, jsxs as jsxs464 } from "react/jsx-runtime";
16495
16495
 
16496
16496
  // src/utils/templates/layout/object-fit/contain.tsx
16497
16497
  import { jsx as jsx820 } from "react/jsx-runtime";
@@ -16506,7 +16506,7 @@ import { jsx as jsx822 } from "react/jsx-runtime";
16506
16506
  import { jsx as jsx823 } from "react/jsx-runtime";
16507
16507
 
16508
16508
  // src/utils/templates/layout/object-position/position.tsx
16509
- import { jsx as jsx824, jsxs as jsxs466 } from "react/jsx-runtime";
16509
+ import { jsx as jsx824, jsxs as jsxs465 } from "react/jsx-runtime";
16510
16510
 
16511
16511
  // src/utils/templates/layout/overflow/hidden.tsx
16512
16512
  import { jsx as jsx825 } from "react/jsx-runtime";
@@ -16521,22 +16521,22 @@ import { jsx as jsx827 } from "react/jsx-runtime";
16521
16521
  import { jsx as jsx828 } from "react/jsx-runtime";
16522
16522
 
16523
16523
  // src/utils/templates/layout/placement/multiple.tsx
16524
- import { jsx as jsx829, jsxs as jsxs467 } from "react/jsx-runtime";
16524
+ import { jsx as jsx829, jsxs as jsxs466 } from "react/jsx-runtime";
16525
16525
 
16526
16526
  // src/utils/templates/layout/placement/single.tsx
16527
- import { jsx as jsx830, jsxs as jsxs468 } from "react/jsx-runtime";
16527
+ import { jsx as jsx830, jsxs as jsxs467 } from "react/jsx-runtime";
16528
16528
 
16529
16529
  // src/utils/templates/layout/position/applying.tsx
16530
- import { jsx as jsx831, jsxs as jsxs469 } from "react/jsx-runtime";
16530
+ import { jsx as jsx831, jsxs as jsxs468 } from "react/jsx-runtime";
16531
16531
 
16532
16532
  // src/utils/templates/layout/visibility/invisible.tsx
16533
- import { jsx as jsx832, jsxs as jsxs470 } from "react/jsx-runtime";
16533
+ import { jsx as jsx832, jsxs as jsxs469 } from "react/jsx-runtime";
16534
16534
 
16535
16535
  // src/utils/templates/layout/z-index/applying.tsx
16536
- import { Fragment as Fragment240, jsx as jsx833, jsxs as jsxs471 } from "react/jsx-runtime";
16536
+ import { Fragment as Fragment239, jsx as jsx833, jsxs as jsxs470 } from "react/jsx-runtime";
16537
16537
 
16538
16538
  // src/utils/templates/sizing/height/fixed.tsx
16539
- import { jsx as jsx834, jsxs as jsxs472 } from "react/jsx-runtime";
16539
+ import { jsx as jsx834, jsxs as jsxs471 } from "react/jsx-runtime";
16540
16540
 
16541
16541
  // src/utils/templates/sizing/height/full.tsx
16542
16542
  import { jsx as jsx835 } from "react/jsx-runtime";
@@ -16551,7 +16551,7 @@ import { jsx as jsx837 } from "react/jsx-runtime";
16551
16551
  import { jsx as jsx838 } from "react/jsx-runtime";
16552
16552
 
16553
16553
  // src/utils/templates/sizing/width/fixed.tsx
16554
- import { jsx as jsx839, jsxs as jsxs473 } from "react/jsx-runtime";
16554
+ import { jsx as jsx839, jsxs as jsxs472 } from "react/jsx-runtime";
16555
16555
 
16556
16556
  // src/utils/templates/sizing/width/full.tsx
16557
16557
  import { jsx as jsx840 } from "react/jsx-runtime";
@@ -16569,7 +16569,7 @@ import { jsx as jsx843 } from "react/jsx-runtime";
16569
16569
  import { jsx as jsx844 } from "react/jsx-runtime";
16570
16570
 
16571
16571
  // src/utils/templates/spacing/margin/single.tsx
16572
- import { Fragment as Fragment241, jsx as jsx845, jsxs as jsxs474 } from "react/jsx-runtime";
16572
+ import { Fragment as Fragment240, jsx as jsx845, jsxs as jsxs473 } from "react/jsx-runtime";
16573
16573
 
16574
16574
  // src/utils/templates/spacing/margin/x.tsx
16575
16575
  import { jsx as jsx846 } from "react/jsx-runtime";
@@ -16581,7 +16581,7 @@ import { jsx as jsx847 } from "react/jsx-runtime";
16581
16581
  import { jsx as jsx848 } from "react/jsx-runtime";
16582
16582
 
16583
16583
  // src/utils/templates/spacing/padding/single.tsx
16584
- import { Fragment as Fragment242, jsx as jsx849, jsxs as jsxs475 } from "react/jsx-runtime";
16584
+ import { Fragment as Fragment241, jsx as jsx849, jsxs as jsxs474 } from "react/jsx-runtime";
16585
16585
 
16586
16586
  // src/utils/templates/spacing/padding/x.tsx
16587
16587
  import { jsx as jsx850 } from "react/jsx-runtime";
@@ -16590,58 +16590,58 @@ import { jsx as jsx850 } from "react/jsx-runtime";
16590
16590
  import { jsx as jsx851 } from "react/jsx-runtime";
16591
16591
 
16592
16592
  // src/utils/templates/svg/fill/color.tsx
16593
- import { Fragment as Fragment243, jsx as jsx852, jsxs as jsxs476 } from "react/jsx-runtime";
16593
+ import { Fragment as Fragment242, jsx as jsx852, jsxs as jsxs475 } from "react/jsx-runtime";
16594
16594
 
16595
16595
  // src/utils/templates/svg/stroke/color.tsx
16596
- import { Fragment as Fragment244, jsx as jsx853, jsxs as jsxs477 } from "react/jsx-runtime";
16596
+ import { Fragment as Fragment243, jsx as jsx853, jsxs as jsxs476 } from "react/jsx-runtime";
16597
16597
 
16598
16598
  // src/utils/templates/table/border-collapse/collapse.tsx
16599
- import { jsx as jsx854, jsxs as jsxs478 } from "react/jsx-runtime";
16599
+ import { jsx as jsx854, jsxs as jsxs477 } from "react/jsx-runtime";
16600
16600
 
16601
16601
  // src/utils/templates/table/border-collapse/separate.tsx
16602
- import { jsx as jsx855, jsxs as jsxs479 } from "react/jsx-runtime";
16602
+ import { jsx as jsx855, jsxs as jsxs478 } from "react/jsx-runtime";
16603
16603
 
16604
16604
  // src/utils/templates/table/table-layout/auto.tsx
16605
- import { jsx as jsx856, jsxs as jsxs480 } from "react/jsx-runtime";
16605
+ import { jsx as jsx856, jsxs as jsxs479 } from "react/jsx-runtime";
16606
16606
 
16607
16607
  // src/utils/templates/table/table-layout/fixed.tsx
16608
- import { jsx as jsx857, jsxs as jsxs481 } from "react/jsx-runtime";
16608
+ import { jsx as jsx857, jsxs as jsxs480 } from "react/jsx-runtime";
16609
16609
 
16610
16610
  // src/utils/templates/transform/flip/horizontal.tsx
16611
- import { jsx as jsx858, jsxs as jsxs482 } from "react/jsx-runtime";
16611
+ import { jsx as jsx858, jsxs as jsxs481 } from "react/jsx-runtime";
16612
16612
 
16613
16613
  // src/utils/templates/transform/flip/vertical.tsx
16614
- import { jsx as jsx859, jsxs as jsxs483 } from "react/jsx-runtime";
16614
+ import { jsx as jsx859, jsxs as jsxs482 } from "react/jsx-runtime";
16615
16615
 
16616
16616
  // src/utils/templates/transform/origin/applying.tsx
16617
- import { jsx as jsx860, jsxs as jsxs484 } from "react/jsx-runtime";
16617
+ import { jsx as jsx860, jsxs as jsxs483 } from "react/jsx-runtime";
16618
16618
 
16619
16619
  // src/utils/templates/transform/rotate/applying.tsx
16620
- import { jsx as jsx861, jsxs as jsxs485 } from "react/jsx-runtime";
16620
+ import { jsx as jsx861, jsxs as jsxs484 } from "react/jsx-runtime";
16621
16621
 
16622
16622
  // src/utils/templates/transform/scale/applying.tsx
16623
- import { jsx as jsx862, jsxs as jsxs486 } from "react/jsx-runtime";
16623
+ import { jsx as jsx862, jsxs as jsxs485 } from "react/jsx-runtime";
16624
16624
 
16625
16625
  // src/utils/templates/transform/skew/applying.tsx
16626
- import { jsx as jsx863, jsxs as jsxs487 } from "react/jsx-runtime";
16626
+ import { jsx as jsx863, jsxs as jsxs486 } from "react/jsx-runtime";
16627
16627
 
16628
16628
  // src/utils/templates/transform/translate/applying.tsx
16629
- import { jsx as jsx864, jsxs as jsxs488 } from "react/jsx-runtime";
16629
+ import { jsx as jsx864, jsxs as jsxs487 } from "react/jsx-runtime";
16630
16630
 
16631
16631
  // src/utils/templates/typography/font-style/italic.tsx
16632
16632
  import { jsx as jsx865 } from "react/jsx-runtime";
16633
16633
 
16634
16634
  // src/utils/templates/typography/font-weight/size.tsx
16635
- import { Fragment as Fragment245, jsx as jsx866, jsxs as jsxs489 } from "react/jsx-runtime";
16635
+ import { Fragment as Fragment244, jsx as jsx866, jsxs as jsxs488 } from "react/jsx-runtime";
16636
16636
 
16637
16637
  // src/utils/templates/typography/list-style-type/decimal.tsx
16638
- import { jsx as jsx867, jsxs as jsxs490 } from "react/jsx-runtime";
16638
+ import { jsx as jsx867, jsxs as jsxs489 } from "react/jsx-runtime";
16639
16639
 
16640
16640
  // src/utils/templates/typography/list-style-type/disc.tsx
16641
- import { jsx as jsx868, jsxs as jsxs491 } from "react/jsx-runtime";
16641
+ import { jsx as jsx868, jsxs as jsxs490 } from "react/jsx-runtime";
16642
16642
 
16643
16643
  // src/utils/templates/typography/list-style-type/none.tsx
16644
- import { jsx as jsx869, jsxs as jsxs492 } from "react/jsx-runtime";
16644
+ import { jsx as jsx869, jsxs as jsxs491 } from "react/jsx-runtime";
16645
16645
 
16646
16646
  // src/utils/templates/typography/text-align/center.tsx
16647
16647
  import { jsx as jsx870 } from "react/jsx-runtime";
@@ -16662,7 +16662,7 @@ import { jsx as jsx874 } from "react/jsx-runtime";
16662
16662
  import { jsx as jsx875 } from "react/jsx-runtime";
16663
16663
 
16664
16664
  // src/utils/templates/typography/text-decoration/all.tsx
16665
- import { Fragment as Fragment246, jsx as jsx876, jsxs as jsxs493 } from "react/jsx-runtime";
16665
+ import { Fragment as Fragment245, jsx as jsx876, jsxs as jsxs492 } from "react/jsx-runtime";
16666
16666
 
16667
16667
  // src/utils/templates/typography/text-overflow/clip.tsx
16668
16668
  import { jsx as jsx877 } from "react/jsx-runtime";
@@ -16671,19 +16671,19 @@ import { jsx as jsx877 } from "react/jsx-runtime";
16671
16671
  import { jsx as jsx878 } from "react/jsx-runtime";
16672
16672
 
16673
16673
  // src/utils/templates/typography/text-transform/all.tsx
16674
- import { Fragment as Fragment247, jsx as jsx879, jsxs as jsxs494 } from "react/jsx-runtime";
16674
+ import { Fragment as Fragment246, jsx as jsx879, jsxs as jsxs493 } from "react/jsx-runtime";
16675
16675
 
16676
16676
  // src/utils/templates/typography/vertical-align/baseline.tsx
16677
- import { jsx as jsx880, jsxs as jsxs495 } from "react/jsx-runtime";
16677
+ import { jsx as jsx880, jsxs as jsxs494 } from "react/jsx-runtime";
16678
16678
 
16679
16679
  // src/utils/templates/typography/vertical-align/bottom.tsx
16680
- import { jsx as jsx881, jsxs as jsxs496 } from "react/jsx-runtime";
16680
+ import { jsx as jsx881, jsxs as jsxs495 } from "react/jsx-runtime";
16681
16681
 
16682
16682
  // src/utils/templates/typography/vertical-align/center.tsx
16683
- import { jsx as jsx882, jsxs as jsxs497 } from "react/jsx-runtime";
16683
+ import { jsx as jsx882, jsxs as jsxs496 } from "react/jsx-runtime";
16684
16684
 
16685
16685
  // src/utils/templates/typography/vertical-align/top.tsx
16686
- import { jsx as jsx883, jsxs as jsxs498 } from "react/jsx-runtime";
16686
+ import { jsx as jsx883, jsxs as jsxs497 } from "react/jsx-runtime";
16687
16687
 
16688
16688
  // src/utils/templates/typography/white-space/normal.tsx
16689
16689
  import { jsx as jsx884 } from "react/jsx-runtime";
@@ -16701,7 +16701,7 @@ import { jsx as jsx887 } from "react/jsx-runtime";
16701
16701
  import { jsx as jsx888 } from "react/jsx-runtime";
16702
16702
 
16703
16703
  // src/treelist/templates/treelist-normal.tsx
16704
- import { jsx as jsx889, jsxs as jsxs499 } from "react/jsx-runtime";
16704
+ import { jsx as jsx889, jsxs as jsxs498 } from "react/jsx-runtime";
16705
16705
 
16706
16706
  // src/treelist/templates/treelist-with-column-menu.tsx
16707
16707
  import { jsx as jsx890 } from "react/jsx-runtime";
@@ -16710,30 +16710,30 @@ import { jsx as jsx890 } from "react/jsx-runtime";
16710
16710
  import { jsx as jsx891 } from "react/jsx-runtime";
16711
16711
 
16712
16712
  // src/treelist/templates/treelist-row-reordering.tsx
16713
- import { jsx as jsx892, jsxs as jsxs500 } from "react/jsx-runtime";
16713
+ import { jsx as jsx892, jsxs as jsxs499 } from "react/jsx-runtime";
16714
16714
 
16715
16715
  // src/treelist/templates/treelist-aggregates.tsx
16716
- import { jsx as jsx893, jsxs as jsxs501 } from "react/jsx-runtime";
16716
+ import { jsx as jsx893, jsxs as jsxs500 } from "react/jsx-runtime";
16717
16717
 
16718
16718
  // src/gantt/templates/gantt-normal.tsx
16719
- import { jsx as jsx894, jsxs as jsxs502 } from "react/jsx-runtime";
16719
+ import { jsx as jsx894, jsxs as jsxs501 } from "react/jsx-runtime";
16720
16720
 
16721
16721
  // src/gantt/templates/gantt-row-reordering.tsx
16722
- import { jsx as jsx895, jsxs as jsxs503 } from "react/jsx-runtime";
16722
+ import { jsx as jsx895, jsxs as jsxs502 } from "react/jsx-runtime";
16723
16723
  var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tablesWidth = "4200px", tablesHeight = "828px", currentTimeLeftOffset = "243px", ganttDependencies, menu, ...other }) => /* @__PURE__ */ jsx895(
16724
16724
  Gantt,
16725
16725
  {
16726
- headerToolbar: /* @__PURE__ */ jsxs503(GanttHeaderToolbar, { children: [
16726
+ headerToolbar: /* @__PURE__ */ jsxs502(GanttHeaderToolbar, { children: [
16727
16727
  /* @__PURE__ */ jsx895(Button, { className: "k-gantt-toggle", icon: "layout-1-by-4" }),
16728
16728
  /* @__PURE__ */ jsx895(Button, { className: "k-gantt-create", icon: "plus", children: "Add Task" }),
16729
16729
  /* @__PURE__ */ jsx895("span", { className: "k-spacer" }),
16730
- /* @__PURE__ */ jsxs503("div", { className: "k-gantt-views-wrapper", children: [
16731
- /* @__PURE__ */ jsxs503("select", { className: "k-picker k-picker-solid k-dropdown-list k-dropdown k-views-dropdown k-rounded-md", children: [
16730
+ /* @__PURE__ */ jsxs502("div", { className: "k-gantt-views-wrapper", children: [
16731
+ /* @__PURE__ */ jsxs502("select", { className: "k-picker k-picker-solid k-dropdown-list k-dropdown k-views-dropdown k-rounded-md", children: [
16732
16732
  /* @__PURE__ */ jsx895("option", { value: "day", children: "Day" }),
16733
16733
  /* @__PURE__ */ jsx895("option", { value: "week", children: "Week" }),
16734
16734
  /* @__PURE__ */ jsx895("option", { value: "month", children: "Month" })
16735
16735
  ] }),
16736
- /* @__PURE__ */ jsxs503(ButtonGroup, { className: "k-gantt-views", children: [
16736
+ /* @__PURE__ */ jsxs502(ButtonGroup, { className: "k-gantt-views", children: [
16737
16737
  /* @__PURE__ */ jsx895(Button, { className: "k-view-day k-group-start", children: "Day" }),
16738
16738
  /* @__PURE__ */ jsx895(Button, { className: "k-view-week", selected: true, children: "Week" }),
16739
16739
  /* @__PURE__ */ jsx895(Button, { className: "k-view-month k-group-end", children: "Month" })
@@ -16743,241 +16743,241 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
16743
16743
  footerToolbar: /* @__PURE__ */ jsx895(GanttFooterToolbar, { children: /* @__PURE__ */ jsx895(Button, { className: "k-gantt-create", icon: "plus", children: "Add Task" }) }),
16744
16744
  ...other,
16745
16745
  children: /* @__PURE__ */ jsx895(GanttContent, { children: other.children || /* @__PURE__ */ jsx895(Splitter, { className: "k-gantt-splitter", children: [
16746
- /* @__PURE__ */ jsx895(SplitterPane, { className: "k-gantt-treelist", flexBasis, children: /* @__PURE__ */ jsxs503(TreeList, { children: [
16747
- /* @__PURE__ */ jsx895(GridHeader, { children: /* @__PURE__ */ jsx895("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs503(GridHeaderTable, { style: { minWidth: "250px" }, children: [
16748
- /* @__PURE__ */ jsxs503("colgroup", { children: [
16746
+ /* @__PURE__ */ jsx895(SplitterPane, { className: "k-gantt-treelist", flexBasis, children: /* @__PURE__ */ jsxs502(TreeList, { children: [
16747
+ /* @__PURE__ */ jsx895(GridHeader, { children: /* @__PURE__ */ jsx895("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs502(GridHeaderTable, { style: { minWidth: "250px" }, children: [
16748
+ /* @__PURE__ */ jsxs502("colgroup", { children: [
16749
16749
  /* @__PURE__ */ jsx895("col", { className: "k-drag-col" }),
16750
16750
  /* @__PURE__ */ jsx895("col", { style: { width: "50px" } }),
16751
16751
  /* @__PURE__ */ jsx895("col", {})
16752
16752
  ] }),
16753
- /* @__PURE__ */ jsx895(TableThead, { children: /* @__PURE__ */ jsxs503(TableRow, { children: [
16753
+ /* @__PURE__ */ jsx895(TableThead, { children: /* @__PURE__ */ jsxs502(TableRow, { children: [
16754
16754
  /* @__PURE__ */ jsx895(GridHeaderCell, { className: "k-drag-cell" }),
16755
16755
  /* @__PURE__ */ jsx895(GridHeaderCell, { menu, rowspan: 1, columnTitle: "ID" }),
16756
16756
  /* @__PURE__ */ jsx895(GridHeaderCell, { menu, rowspan: 1, columnTitle: "Title" })
16757
16757
  ] }) })
16758
16758
  ] }) }) }),
16759
- /* @__PURE__ */ jsx895(GridContainer, { children: /* @__PURE__ */ jsx895(GridContent, { style: { height: gridContentHeight }, children: /* @__PURE__ */ jsxs503(GridTable, { className: "k-selectable", style: { minWidth: "250px" }, children: [
16760
- /* @__PURE__ */ jsxs503("colgroup", { children: [
16759
+ /* @__PURE__ */ jsx895(GridContainer, { children: /* @__PURE__ */ jsx895(GridContent, { style: { height: gridContentHeight }, children: /* @__PURE__ */ jsxs502(GridTable, { className: "k-selectable", style: { minWidth: "250px" }, children: [
16760
+ /* @__PURE__ */ jsxs502("colgroup", { children: [
16761
16761
  /* @__PURE__ */ jsx895("col", { className: "k-drag-col" }),
16762
16762
  /* @__PURE__ */ jsx895("col", { style: { width: "50px" } }),
16763
16763
  /* @__PURE__ */ jsx895("col", {})
16764
16764
  ] }),
16765
- /* @__PURE__ */ jsxs503(TableTbody, { children: [
16766
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-treelist-group", children: [
16765
+ /* @__PURE__ */ jsxs502(TableTbody, { children: [
16766
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-treelist-group", children: [
16767
16767
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16768
16768
  /* @__PURE__ */ jsx895(TableTd, { children: "7" }),
16769
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16769
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16770
16770
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
16771
16771
  "Software validation, research and implementation"
16772
16772
  ] })
16773
16773
  ] }),
16774
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt", alt: true, children: [
16774
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt", alt: true, children: [
16775
16775
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16776
16776
  /* @__PURE__ */ jsx895(TableTd, { children: "18" }),
16777
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16777
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16778
16778
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16779
16779
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16780
16780
  "Project Kickoff"
16781
16781
  ] })
16782
16782
  ] }),
16783
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-treelist-group", children: [
16783
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-treelist-group", children: [
16784
16784
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16785
16785
  /* @__PURE__ */ jsx895(TableTd, { children: "11" }),
16786
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16786
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16787
16787
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16788
16788
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
16789
16789
  "Research"
16790
16790
  ] })
16791
16791
  ] }),
16792
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt", alt: true, children: [
16792
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt", alt: true, children: [
16793
16793
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16794
16794
  /* @__PURE__ */ jsx895(TableTd, { children: "19" }),
16795
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16795
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16796
16796
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16797
16797
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16798
16798
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16799
16799
  "Validation with Customers"
16800
16800
  ] })
16801
16801
  ] }),
16802
- /* @__PURE__ */ jsxs503(TableRow, { children: [
16802
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
16803
16803
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16804
16804
  /* @__PURE__ */ jsx895(TableTd, { children: "20" }),
16805
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16805
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16806
16806
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16807
16807
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16808
16808
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16809
16809
  "Market Research"
16810
16810
  ] })
16811
16811
  ] }),
16812
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt", alt: true, children: [
16812
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt", alt: true, children: [
16813
16813
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16814
16814
  /* @__PURE__ */ jsx895(TableTd, { children: "39" }),
16815
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16815
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16816
16816
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16817
16817
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16818
16818
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16819
16819
  "Functional and Technical Specification"
16820
16820
  ] })
16821
16821
  ] }),
16822
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-treelist-group", children: [
16822
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-treelist-group", children: [
16823
16823
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16824
16824
  /* @__PURE__ */ jsx895(TableTd, { children: "12" }),
16825
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16825
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16826
16826
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16827
16827
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
16828
16828
  "Design"
16829
16829
  ] })
16830
16830
  ] }),
16831
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt", alt: true, children: [
16831
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt", alt: true, children: [
16832
16832
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16833
16833
  /* @__PURE__ */ jsx895(TableTd, { children: "22" }),
16834
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16834
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16835
16835
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16836
16836
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16837
16837
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16838
16838
  "UI Design"
16839
16839
  ] })
16840
16840
  ] }),
16841
- /* @__PURE__ */ jsxs503(TableRow, { children: [
16841
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
16842
16842
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16843
16843
  /* @__PURE__ */ jsx895(TableTd, { children: "23" }),
16844
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16844
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16845
16845
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16846
16846
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16847
16847
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16848
16848
  "HTML Prototype"
16849
16849
  ] })
16850
16850
  ] }),
16851
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt k-treelist-group", alt: true, children: [
16851
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt k-treelist-group", alt: true, children: [
16852
16852
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16853
16853
  /* @__PURE__ */ jsx895(TableTd, { children: "13" }),
16854
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16854
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16855
16855
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16856
16856
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
16857
16857
  "Implementation"
16858
16858
  ] })
16859
16859
  ] }),
16860
- /* @__PURE__ */ jsxs503(TableRow, { children: [
16860
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
16861
16861
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16862
16862
  /* @__PURE__ */ jsx895(TableTd, { children: "24" }),
16863
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16863
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16864
16864
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16865
16865
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16866
16866
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16867
16867
  "Prototype"
16868
16868
  ] })
16869
16869
  ] }),
16870
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt", alt: true, children: [
16870
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt", alt: true, children: [
16871
16871
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16872
16872
  /* @__PURE__ */ jsx895(TableTd, { children: "26" }),
16873
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16873
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16874
16874
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16875
16875
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16876
16876
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16877
16877
  "Architecture"
16878
16878
  ] })
16879
16879
  ] }),
16880
- /* @__PURE__ */ jsxs503(TableRow, { children: [
16880
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
16881
16881
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16882
16882
  /* @__PURE__ */ jsx895(TableTd, { children: "27" }),
16883
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16883
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16884
16884
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16885
16885
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16886
16886
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16887
16887
  "Data Layer"
16888
16888
  ] })
16889
16889
  ] }),
16890
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt", alt: true, children: [
16890
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt", alt: true, children: [
16891
16891
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16892
16892
  /* @__PURE__ */ jsx895(TableTd, { children: "29" }),
16893
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16893
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16894
16894
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16895
16895
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16896
16896
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16897
16897
  "UI and Interaction"
16898
16898
  ] })
16899
16899
  ] }),
16900
- /* @__PURE__ */ jsxs503(TableRow, { children: [
16900
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
16901
16901
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16902
16902
  /* @__PURE__ */ jsx895(TableTd, { children: "28" }),
16903
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16903
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16904
16904
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16905
16905
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16906
16906
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16907
16907
  "Unit Tests"
16908
16908
  ] })
16909
16909
  ] }),
16910
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt k-treelist-group", alt: true, children: [
16910
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt k-treelist-group", alt: true, children: [
16911
16911
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16912
16912
  /* @__PURE__ */ jsx895(TableTd, { children: "14" }),
16913
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16913
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16914
16914
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16915
16915
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
16916
16916
  "Testing"
16917
16917
  ] })
16918
16918
  ] }),
16919
- /* @__PURE__ */ jsxs503(TableRow, { children: [
16919
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
16920
16920
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16921
16921
  /* @__PURE__ */ jsx895(TableTd, { children: "32" }),
16922
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16922
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16923
16923
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16924
16924
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16925
16925
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16926
16926
  "Integration Testing"
16927
16927
  ] })
16928
16928
  ] }),
16929
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt", alt: true, children: [
16929
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt", alt: true, children: [
16930
16930
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16931
16931
  /* @__PURE__ */ jsx895(TableTd, { children: "33" }),
16932
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16932
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16933
16933
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16934
16934
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16935
16935
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16936
16936
  "Load Testing"
16937
16937
  ] })
16938
16938
  ] }),
16939
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-treelist-group", children: [
16939
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-treelist-group", children: [
16940
16940
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16941
16941
  /* @__PURE__ */ jsx895(TableTd, { children: "30" }),
16942
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16942
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16943
16943
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16944
16944
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
16945
16945
  "Documentation"
16946
16946
  ] })
16947
16947
  ] }),
16948
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt", alt: true, children: [
16948
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt", alt: true, children: [
16949
16949
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16950
16950
  /* @__PURE__ */ jsx895(TableTd, { children: "34" }),
16951
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16951
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16952
16952
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16953
16953
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16954
16954
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16955
16955
  "Structure"
16956
16956
  ] })
16957
16957
  ] }),
16958
- /* @__PURE__ */ jsxs503(TableRow, { children: [
16958
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
16959
16959
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16960
16960
  /* @__PURE__ */ jsx895(TableTd, { children: "35" }),
16961
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16961
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16962
16962
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16963
16963
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16964
16964
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16965
16965
  "Articles"
16966
16966
  ] })
16967
16967
  ] }),
16968
- /* @__PURE__ */ jsxs503(TableRow, { className: "k-alt k-treelist-group", alt: true, children: [
16968
+ /* @__PURE__ */ jsxs502(TableRow, { className: "k-alt k-treelist-group", alt: true, children: [
16969
16969
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16970
16970
  /* @__PURE__ */ jsx895(TableTd, { children: "31" }),
16971
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16971
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16972
16972
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16973
16973
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
16974
16974
  "Demos"
16975
16975
  ] })
16976
16976
  ] }),
16977
- /* @__PURE__ */ jsxs503(TableRow, { children: [
16977
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
16978
16978
  /* @__PURE__ */ jsx895(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx895(Icon, { icon: "reorder" }) }),
16979
16979
  /* @__PURE__ */ jsx895(TableTd, { children: "17" }),
16980
- /* @__PURE__ */ jsxs503(TableTd, { children: [
16980
+ /* @__PURE__ */ jsxs502(TableTd, { children: [
16981
16981
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16982
16982
  /* @__PURE__ */ jsx895(Icon, { className: "k-treelist-toggle", icon: "none" }),
16983
16983
  "Release"
@@ -16986,9 +16986,9 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
16986
16986
  ] })
16987
16987
  ] }) }) })
16988
16988
  ] }) }, "gantt-treelist-pane"),
16989
- /* @__PURE__ */ jsx895(SplitterPane, { className: "k-gantt-timeline-pane", children: /* @__PURE__ */ jsxs503(Grid, { className: "k-gantt-timeline", children: [
16990
- /* @__PURE__ */ jsx895(GridHeader, { children: /* @__PURE__ */ jsx895("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs503(GridHeaderTable, { style: { width: tablesWidth }, children: [
16991
- /* @__PURE__ */ jsxs503("colgroup", { children: [
16989
+ /* @__PURE__ */ jsx895(SplitterPane, { className: "k-gantt-timeline-pane", children: /* @__PURE__ */ jsxs502(Grid, { className: "k-gantt-timeline", children: [
16990
+ /* @__PURE__ */ jsx895(GridHeader, { children: /* @__PURE__ */ jsx895("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs502(GridHeaderTable, { style: { width: tablesWidth }, children: [
16991
+ /* @__PURE__ */ jsxs502("colgroup", { children: [
16992
16992
  /* @__PURE__ */ jsx895("col", {}),
16993
16993
  /* @__PURE__ */ jsx895("col", {}),
16994
16994
  /* @__PURE__ */ jsx895("col", {}),
@@ -17032,8 +17032,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17032
17032
  /* @__PURE__ */ jsx895("col", {}),
17033
17033
  /* @__PURE__ */ jsx895("col", {})
17034
17034
  ] }),
17035
- /* @__PURE__ */ jsxs503(TableTbody, { children: [
17036
- /* @__PURE__ */ jsxs503(TableRow, { children: [
17035
+ /* @__PURE__ */ jsxs502(TableTbody, { children: [
17036
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
17037
17037
  /* @__PURE__ */ jsx895(TableTd, { className: "k-header", colspan: 7, children: "Sun 6/01 - Sat 6/07" }),
17038
17038
  /* @__PURE__ */ jsx895(TableTd, { className: "k-header", colspan: 7, children: "Sun 6/08 - Sat 6/14" }),
17039
17039
  /* @__PURE__ */ jsx895(TableTd, { className: "k-header", colspan: 7, children: "Sun 6/15 - Sat 6/21" }),
@@ -17041,7 +17041,7 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17041
17041
  /* @__PURE__ */ jsx895(TableTd, { className: "k-header", colspan: 7, children: "Sun 6/29 - Sat 7/05" }),
17042
17042
  /* @__PURE__ */ jsx895(TableTd, { className: "k-header", colspan: 7, children: "Sun 7/06 - Sat 7/12" })
17043
17043
  ] }),
17044
- /* @__PURE__ */ jsxs503(TableRow, { children: [
17044
+ /* @__PURE__ */ jsxs502(TableRow, { children: [
17045
17045
  /* @__PURE__ */ jsx895(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sun 6/01" }),
17046
17046
  /* @__PURE__ */ jsx895(TableTd, { className: "k-header", colspan: 1, children: "Mon 6/02" }),
17047
17047
  /* @__PURE__ */ jsx895(TableTd, { className: "k-header", colspan: 1, children: "Tue 6/03" }),
@@ -17087,11 +17087,11 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17087
17087
  ] })
17088
17088
  ] })
17089
17089
  ] }) }) }),
17090
- /* @__PURE__ */ jsxs503(GridContent, { style: { height: gridContentHeight }, children: [
17091
- /* @__PURE__ */ jsxs503(GanttTables, { children: [
17092
- /* @__PURE__ */ jsxs503(GanttRowsTable, { className: "k-grid-table", style: { width: tablesWidth }, children: [
17090
+ /* @__PURE__ */ jsxs502(GridContent, { style: { height: gridContentHeight }, children: [
17091
+ /* @__PURE__ */ jsxs502(GanttTables, { children: [
17092
+ /* @__PURE__ */ jsxs502(GanttRowsTable, { className: "k-grid-table", style: { width: tablesWidth }, children: [
17093
17093
  /* @__PURE__ */ jsx895("colgroup", { children: /* @__PURE__ */ jsx895("col", {}) }),
17094
- /* @__PURE__ */ jsxs503(TableTbody, { children: [
17094
+ /* @__PURE__ */ jsxs502(TableTbody, { children: [
17095
17095
  /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, {}) }),
17096
17096
  /* @__PURE__ */ jsx895(TableRow, { className: "k-alt", alt: true, children: /* @__PURE__ */ jsx895(TableTd, {}) }),
17097
17097
  /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, {}) }),
@@ -17117,8 +17117,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17117
17117
  /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, {}) })
17118
17118
  ] })
17119
17119
  ] }),
17120
- /* @__PURE__ */ jsxs503(GanttColumnsTable, { style: { width: tablesWidth, height: tablesHeight }, children: [
17121
- /* @__PURE__ */ jsxs503("colgroup", { children: [
17120
+ /* @__PURE__ */ jsxs502(GanttColumnsTable, { style: { width: tablesWidth, height: tablesHeight }, children: [
17121
+ /* @__PURE__ */ jsxs502("colgroup", { children: [
17122
17122
  /* @__PURE__ */ jsx895("col", {}),
17123
17123
  /* @__PURE__ */ jsx895("col", {}),
17124
17124
  /* @__PURE__ */ jsx895("col", {}),
@@ -17162,7 +17162,7 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17162
17162
  /* @__PURE__ */ jsx895("col", {}),
17163
17163
  /* @__PURE__ */ jsx895("col", {})
17164
17164
  ] }),
17165
- /* @__PURE__ */ jsx895(TableTbody, { children: /* @__PURE__ */ jsxs503(TableRow, { children: [
17165
+ /* @__PURE__ */ jsx895(TableTbody, { children: /* @__PURE__ */ jsxs502(TableRow, { children: [
17166
17166
  /* @__PURE__ */ jsx895(TableTd, { className: "k-nonwork-hour" }),
17167
17167
  /* @__PURE__ */ jsx895(TableTd, {}),
17168
17168
  /* @__PURE__ */ jsx895(TableTd, {}),
@@ -17207,26 +17207,26 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17207
17207
  /* @__PURE__ */ jsx895(TableTd, { className: "k-nonwork-hour" })
17208
17208
  ] }) })
17209
17209
  ] }),
17210
- /* @__PURE__ */ jsxs503(GanttTasksTable, { style: { width: tablesWidth }, children: [
17210
+ /* @__PURE__ */ jsxs502(GanttTasksTable, { style: { width: tablesWidth }, children: [
17211
17211
  /* @__PURE__ */ jsx895("colgroup", { children: /* @__PURE__ */ jsx895("col", {}) }),
17212
- /* @__PURE__ */ jsxs503(TableTbody, { children: [
17213
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "summary", style: { left: "113px" }, children: [
17212
+ /* @__PURE__ */ jsxs502(TableTbody, { children: [
17213
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "summary", style: { left: "113px" }, children: [
17214
17214
  /* @__PURE__ */ jsx895(GanttTask, { type: "summary", style: { width: "4000px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-progress", style: { width: "1720px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-complete", style: { width: "4000px" } }) }) }),
17215
17215
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17216
17216
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
17217
17217
  ] }) }) }),
17218
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "milestone", style: { left: "113px" }, children: [
17218
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "milestone", style: { left: "113px" }, children: [
17219
17219
  /* @__PURE__ */ jsx895(GanttTask, { type: "milestone" }),
17220
17220
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17221
17221
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
17222
17222
  ] }) }) }),
17223
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "summary", style: { left: "113px" }, children: [
17223
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "summary", style: { left: "113px" }, children: [
17224
17224
  /* @__PURE__ */ jsx895(GanttTask, { type: "summary", style: { width: "500px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-progress", style: { width: "215px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-complete", style: { width: "500px" } }) }) }),
17225
17225
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17226
17226
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
17227
17227
  ] }) }) }),
17228
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "113px" }, children: [
17229
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "200px" }, children: [
17228
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "113px" }, children: [
17229
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "200px" }, children: [
17230
17230
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "50px" } }),
17231
17231
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Validation with Customers" })
17232
17232
  ] }),
@@ -17234,8 +17234,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17234
17234
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17235
17235
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "50px" } })
17236
17236
  ] }) }) }),
17237
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "113px" }, children: [
17238
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "200px" }, children: [
17237
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "113px" }, children: [
17238
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "200px" }, children: [
17239
17239
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "164px" } }),
17240
17240
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Market Research" })
17241
17241
  ] }),
@@ -17243,8 +17243,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17243
17243
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17244
17244
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "164px" } })
17245
17245
  ] }) }) }),
17246
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "313px" }, children: [
17247
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "300px" }, children: [
17246
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "313px" }, children: [
17247
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "300px" }, children: [
17248
17248
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "69px" } }),
17249
17249
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Functional and Technical Specification" })
17250
17250
  ] }),
@@ -17252,13 +17252,13 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17252
17252
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17253
17253
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "69px" } })
17254
17254
  ] }) }) }),
17255
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "summary", style: { left: "813px" }, children: [
17255
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "summary", style: { left: "813px" }, children: [
17256
17256
  /* @__PURE__ */ jsx895(GanttTask, { type: "summary", style: { width: "500px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-progress", style: { width: "300px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-complete", style: { width: "500px" } }) }) }),
17257
17257
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17258
17258
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
17259
17259
  ] }) }) }),
17260
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "813px" }, children: [
17261
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "200px" }, children: [
17260
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "813px" }, children: [
17261
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "200px" }, children: [
17262
17262
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "112px" } }),
17263
17263
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "UI Design" })
17264
17264
  ] }),
@@ -17266,8 +17266,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17266
17266
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17267
17267
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "112px" } })
17268
17268
  ] }) }) }),
17269
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "1013px" }, children: [
17270
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "300px" }, children: [
17269
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "1013px" }, children: [
17270
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "300px" }, children: [
17271
17271
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "192px" } }),
17272
17272
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "HTML Prototype" })
17273
17273
  ] }),
@@ -17275,13 +17275,13 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17275
17275
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17276
17276
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "192px" } })
17277
17277
  ] }) }) }),
17278
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "summary", style: { left: "1013px" }, children: [
17278
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "summary", style: { left: "1013px" }, children: [
17279
17279
  /* @__PURE__ */ jsx895(GanttTask, { type: "summary", style: { width: "2100px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-progress", style: { width: "1617px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-complete", style: { width: "2100px" } }) }) }),
17280
17280
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17281
17281
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
17282
17282
  ] }) }) }),
17283
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "1013px" }, children: [
17284
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "600px" }, children: [
17283
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "1013px" }, children: [
17284
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "600px" }, children: [
17285
17285
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "462px" } }),
17286
17286
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Prototype" })
17287
17287
  ] }),
@@ -17289,8 +17289,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17289
17289
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17290
17290
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "462px" } })
17291
17291
  ] }) }) }),
17292
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "1613px" }, children: [
17293
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "100px" }, children: [
17292
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "1613px" }, children: [
17293
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "100px" }, children: [
17294
17294
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "82px" } }),
17295
17295
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Architecture" })
17296
17296
  ] }),
@@ -17298,8 +17298,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17298
17298
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17299
17299
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "82px" } })
17300
17300
  ] }) }) }),
17301
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "1713px" }, children: [
17302
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "600px" }, children: [
17301
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "1713px" }, children: [
17302
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "600px" }, children: [
17303
17303
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "600px" } }),
17304
17304
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Data Layer" })
17305
17305
  ] }),
@@ -17307,8 +17307,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17307
17307
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17308
17308
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "600px" } })
17309
17309
  ] }) }) }),
17310
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "2613px" }, children: [
17311
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "500px" }, children: [
17310
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "2613px" }, children: [
17311
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "500px" }, children: [
17312
17312
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "300px" } }),
17313
17313
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "UI and Interaction" })
17314
17314
  ] }),
@@ -17316,8 +17316,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17316
17316
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17317
17317
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "300px" } })
17318
17318
  ] }) }) }),
17319
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "1713px" }, children: [
17320
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "900px" }, children: [
17319
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "1713px" }, children: [
17320
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "900px" }, children: [
17321
17321
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "612px" } }),
17322
17322
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Unit Tests" })
17323
17323
  ] }),
@@ -17325,13 +17325,13 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17325
17325
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17326
17326
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "612px" } })
17327
17327
  ] }) }) }),
17328
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "summary", style: { left: "2913px" }, children: [
17328
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "summary", style: { left: "2913px" }, children: [
17329
17329
  /* @__PURE__ */ jsx895(GanttTask, { type: "summary", style: { width: "500px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-progress", style: { width: "260px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-complete", style: { width: "500px" } }) }) }),
17330
17330
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17331
17331
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
17332
17332
  ] }) }) }),
17333
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "2913px" }, children: [
17334
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "500px" }, children: [
17333
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "2913px" }, children: [
17334
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "500px" }, children: [
17335
17335
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "470px" } }),
17336
17336
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Integration Testing" })
17337
17337
  ] }),
@@ -17339,8 +17339,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17339
17339
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17340
17340
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "470px" } })
17341
17341
  ] }) }) }),
17342
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "2913px" }, children: [
17343
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "500px" }, children: [
17342
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "2913px" }, children: [
17343
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "500px" }, children: [
17344
17344
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "50px" } }),
17345
17345
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Load Testing" })
17346
17346
  ] }),
@@ -17348,13 +17348,13 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17348
17348
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17349
17349
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "50px" } })
17350
17350
  ] }) }) }),
17351
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "summary", style: { left: "2213px" }, children: [
17351
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "summary", style: { left: "2213px" }, children: [
17352
17352
  /* @__PURE__ */ jsx895(GanttTask, { type: "summary", style: { width: "1200px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-progress", style: { width: "168px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-complete", style: { width: "1200px" } }) }) }),
17353
17353
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17354
17354
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
17355
17355
  ] }) }) }),
17356
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "2213px" }, children: [
17357
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "300px" }, children: [
17356
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "2213px" }, children: [
17357
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "300px" }, children: [
17358
17358
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "84px" } }),
17359
17359
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Structure" })
17360
17360
  ] }),
@@ -17362,8 +17362,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17362
17362
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17363
17363
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "84px" } })
17364
17364
  ] }) }) }),
17365
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { style: { left: "2513px" }, children: [
17366
- /* @__PURE__ */ jsxs503(GanttTask, { style: { width: "900px" }, children: [
17365
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { style: { left: "2513px" }, children: [
17366
+ /* @__PURE__ */ jsxs502(GanttTask, { style: { width: "900px" }, children: [
17367
17367
  /* @__PURE__ */ jsx895("div", { className: "k-task-complete", style: { width: "0px" } }),
17368
17368
  /* @__PURE__ */ jsx895(GanttTaskContent, { content: "Articles" })
17369
17369
  ] }),
@@ -17371,12 +17371,12 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17371
17371
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } }),
17372
17372
  /* @__PURE__ */ jsx895("div", { className: "k-task-draghandle", style: { left: "0px" } })
17373
17373
  ] }) }) }),
17374
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "summary", style: { left: "2913px" }, children: [
17374
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "summary", style: { left: "2913px" }, children: [
17375
17375
  /* @__PURE__ */ jsx895(GanttTask, { type: "summary", style: { width: "1200px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-progress", style: { width: "984px" }, children: /* @__PURE__ */ jsx895("div", { className: "k-task-summary-complete", style: { width: "1200px" } }) }) }),
17376
17376
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17377
17377
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
17378
17378
  ] }) }) }),
17379
- /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs503(GanttTaskWrap, { type: "milestone", style: { left: "4113px" }, children: [
17379
+ /* @__PURE__ */ jsx895(TableRow, { children: /* @__PURE__ */ jsx895(TableTd, { children: /* @__PURE__ */ jsxs502(GanttTaskWrap, { type: "milestone", style: { left: "4113px" }, children: [
17380
17380
  /* @__PURE__ */ jsx895(GanttTask, { type: "milestone" }),
17381
17381
  /* @__PURE__ */ jsx895(GanttTaskDot, {}),
17382
17382
  /* @__PURE__ */ jsx895(GanttTaskDot, { position: "end", style: { right: "0px" } })
@@ -17384,7 +17384,7 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17384
17384
  ] })
17385
17385
  ] })
17386
17386
  ] }),
17387
- ganttDependencies || /* @__PURE__ */ jsxs503("div", { className: "k-gantt-dependencies", style: { width: tablesWidth }, children: [
17387
+ ganttDependencies || /* @__PURE__ */ jsxs502("div", { className: "k-gantt-dependencies", style: { width: tablesWidth }, children: [
17388
17388
  /* @__PURE__ */ jsx895(GanttLine, { style: { left: "124.5px", top: "53px", width: "10px" } }),
17389
17389
  /* @__PURE__ */ jsx895(GanttLine, { orientation: "vertical", style: { left: "132.5px", top: "53px", height: "18px" } }),
17390
17390
  /* @__PURE__ */ jsx895(GanttLine, { style: { left: "103px", top: "71px", width: "31.5px" } }),
@@ -17475,8 +17475,8 @@ var GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tabl
17475
17475
  );
17476
17476
 
17477
17477
  // src/gantt/tests/gantt-row-reordering.tsx
17478
- import { Fragment as Fragment248, jsx as jsx896 } from "react/jsx-runtime";
17479
- var gantt_row_reordering_default = () => /* @__PURE__ */ jsx896(Fragment248, { children: /* @__PURE__ */ jsx896("div", { id: "test-area", children: /* @__PURE__ */ jsx896(GanttRowReordering, {}) }) });
17478
+ import { Fragment as Fragment247, jsx as jsx896 } from "react/jsx-runtime";
17479
+ var gantt_row_reordering_default = () => /* @__PURE__ */ jsx896(Fragment247, { children: /* @__PURE__ */ jsx896("div", { id: "test-area", children: /* @__PURE__ */ jsx896(GanttRowReordering, {}) }) });
17480
17480
  export {
17481
17481
  gantt_row_reordering_default as default
17482
17482
  };