@progress/kendo-themes-html 7.0.1-dev.1 → 7.0.2-dev.0

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 (345) hide show
  1. package/dist/cjs/appbar/templates/appbar-normal.js +4367 -0
  2. package/dist/cjs/appbar/tests/appbar-rtl.js +5011 -0
  3. package/dist/cjs/appbar/tests/appbar.js +123 -310
  4. package/dist/cjs/bottom-nav/bottom-nav.spec.js +41 -3
  5. package/dist/cjs/bottom-nav/templates/bottom-nav-icons.js +4436 -0
  6. package/dist/cjs/bottom-nav/templates/bottom-nav-links.js +4436 -0
  7. package/dist/cjs/bottom-nav/templates/bottom-nav-normal.js +4436 -0
  8. package/dist/cjs/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +51 -182
  9. package/dist/cjs/bottom-nav/tests/bottom-nav-items.js +70 -44
  10. package/dist/cjs/bottom-nav/tests/bottom-nav-rtl.js +47 -21
  11. package/dist/cjs/bottom-nav/tests/bottom-nav-solid.js +4461 -0
  12. package/dist/cjs/bottom-nav/tests/bottom-nav.js +83 -35
  13. package/dist/cjs/daterangepicker/daterangepicker.spec.js +410 -289
  14. package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
  15. package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +412 -291
  16. package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +412 -291
  17. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
  18. package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +431 -310
  19. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +422 -301
  20. package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +431 -310
  21. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
  22. package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +431 -310
  23. package/dist/cjs/dialog/templates/dialog-normal.js +5 -3
  24. package/dist/cjs/dialog/tests/dialog-action-buttons.js +5 -3
  25. package/dist/cjs/dialog/tests/dialog-theme-colors.js +5 -3
  26. package/dist/cjs/dialog/tests/dialog.js +5 -3
  27. package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
  28. package/dist/cjs/dock-manager/tests/dock-manager.js +74 -62
  29. package/dist/cjs/editor/editor-toolbar.js +18 -6
  30. package/dist/cjs/editor/templates/editor-normal.js +7678 -3
  31. package/dist/cjs/editor/tests/editor-find-replace.js +119 -91
  32. package/dist/cjs/editor/tests/editor-states.js +51 -23
  33. package/dist/cjs/editor/tests/editor.js +232 -213
  34. package/dist/cjs/expansion-panel/expansion-panel.spec.js +3 -1
  35. package/dist/cjs/expansion-panel/templates/expansion-panel-expanded.js +4386 -0
  36. package/dist/cjs/expansion-panel/templates/expansion-panel-normal.js +4385 -0
  37. package/dist/cjs/expansion-panel/tests/expansion-panel-rtl.js +37 -11
  38. package/dist/cjs/expansion-panel/tests/expansion-panel.js +37 -11
  39. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +65 -53
  40. package/dist/cjs/filemanager/tests/filemanager-dialogs.js +5 -3
  41. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +65 -53
  42. package/dist/cjs/filemanager/tests/filemanager-gridview.js +130 -118
  43. package/dist/cjs/filemanager/tests/filemanager-listview.js +84 -72
  44. package/dist/cjs/filemanager/tests/filemanager-preview.js +183 -171
  45. package/dist/cjs/filter/templates/filter-normal.js +8429 -0
  46. package/dist/cjs/filter/tests/filter.js +139 -67
  47. package/dist/cjs/floating-label/templates/floating-label-normal.js +4793 -2
  48. package/dist/cjs/floating-label/tests/floating-label-flat.js +76 -67
  49. package/dist/cjs/floating-label/tests/floating-label-outline.js +76 -67
  50. package/dist/cjs/floating-label/tests/floating-label-solid.js +76 -67
  51. package/dist/cjs/form/tests/form-field-dateinputs.js +318 -211
  52. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
  53. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +95 -83
  54. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +52 -40
  55. package/dist/cjs/gantt/tests/gantt-react.js +384 -372
  56. package/dist/cjs/gantt/tests/gantt-row-reordering.js +689 -677
  57. package/dist/cjs/gantt/tests/gantt.js +664 -652
  58. package/dist/cjs/grid/tests/grid-adaptive-search.js +25 -13
  59. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +125 -113
  60. package/dist/cjs/grid/tests/grid-column-reordering.js +130 -118
  61. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +150 -138
  62. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +90 -78
  63. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +88 -76
  64. package/dist/cjs/grid/tests/grid-editing.js +108 -96
  65. package/dist/cjs/grid/tests/grid-filter-row-angular.js +116 -104
  66. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +111 -99
  67. package/dist/cjs/grid/tests/grid-grouping-actions.js +91 -79
  68. package/dist/cjs/grid/tests/grid-grouping.js +207 -195
  69. package/dist/cjs/grid/tests/grid-row-reordering.js +114 -102
  70. package/dist/cjs/grid/tests/grid-rows-resizing.js +112 -100
  71. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +216 -204
  72. package/dist/cjs/grid/tests/grid-size-sm.js +216 -204
  73. package/dist/cjs/grid/tests/grid-toolbar.js +85 -73
  74. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +80 -68
  75. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +68 -56
  76. package/dist/cjs/imageeditor/tests/imageeditor.js +35 -23
  77. package/dist/cjs/index.js +1996 -1429
  78. package/dist/cjs/listview/templates/listview-normal.js +13 -1
  79. package/dist/cjs/listview/tests/listview-layout.js +13 -1
  80. package/dist/cjs/listview/tests/listview-states.js +13 -1
  81. package/dist/cjs/listview/tests/listview.js +13 -1
  82. package/dist/cjs/mediaplayer/tests/mediaplayer.js +38 -26
  83. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
  84. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
  85. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +58 -46
  86. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +98 -86
  87. package/dist/cjs/popover/templates/popover-normal.js +92 -0
  88. package/dist/cjs/popover/tests/popover.js +53 -48
  89. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
  90. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
  91. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +159 -147
  92. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +104 -92
  93. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
  94. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +140 -128
  95. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
  96. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
  97. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +157 -145
  98. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +312 -300
  99. package/dist/cjs/scheduler/tests/scheduler-angular.js +312 -300
  100. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +170 -158
  101. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +80 -68
  102. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +149 -137
  103. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +227 -215
  104. package/dist/cjs/scheduler/tests/scheduler-react-day.js +712 -700
  105. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1647 -1635
  106. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
  107. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +533 -521
  108. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1448 -1436
  109. package/dist/cjs/scheduler/tests/scheduler-year.js +762 -750
  110. package/dist/cjs/scheduler/tests/scheduler.js +412 -400
  111. package/dist/cjs/scrollview/templates/scrollview-normal.js +4382 -0
  112. package/dist/cjs/scrollview/tests/scrollview-rtl.js +4412 -0
  113. package/dist/cjs/scrollview/tests/scrollview.js +21 -14
  114. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
  115. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +256 -244
  116. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
  117. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +235 -223
  118. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +291 -279
  119. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
  120. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +160 -148
  121. package/dist/cjs/spreadsheet/tests/spreadsheet.js +254 -242
  122. package/dist/cjs/taskboard/tests/taskboard-card.js +90 -78
  123. package/dist/cjs/taskboard/tests/taskboard-pane.js +162 -150
  124. package/dist/cjs/taskboard/tests/taskboard-rtl.js +87 -75
  125. package/dist/cjs/taskboard/tests/taskboard.js +81 -69
  126. package/dist/cjs/tilelayout/templates/tilelayout-normal.js +4797 -0
  127. package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +36 -6
  128. package/dist/cjs/tilelayout/tests/tilelayout.js +29 -14
  129. package/dist/cjs/toolbar/templates/toolbar-normal.js +31 -2
  130. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +42 -30
  131. package/dist/cjs/toolbar/tests/toolbar-components.js +18 -1
  132. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +29 -17
  133. package/dist/cjs/toolbar/tests/toolbar-popup.js +52 -40
  134. package/dist/cjs/toolbar/tests/toolbar-sizes.js +37 -25
  135. package/dist/cjs/toolbar/tests/toolbar.js +20 -23
  136. package/dist/esm/appbar/templates/appbar-normal.js +4351 -0
  137. package/dist/esm/appbar/tests/appbar-rtl.js +4995 -0
  138. package/dist/esm/appbar/tests/appbar.js +123 -310
  139. package/dist/esm/bottom-nav/bottom-nav.spec.js +41 -3
  140. package/dist/esm/bottom-nav/templates/bottom-nav-icons.js +4420 -0
  141. package/dist/esm/bottom-nav/templates/bottom-nav-links.js +4420 -0
  142. package/dist/esm/bottom-nav/templates/bottom-nav-normal.js +4420 -0
  143. package/dist/esm/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +48 -179
  144. package/dist/esm/bottom-nav/tests/bottom-nav-items.js +57 -31
  145. package/dist/esm/bottom-nav/tests/bottom-nav-rtl.js +43 -17
  146. package/dist/esm/bottom-nav/tests/bottom-nav-solid.js +4445 -0
  147. package/dist/esm/bottom-nav/tests/bottom-nav.js +82 -34
  148. package/dist/esm/daterangepicker/daterangepicker.spec.js +410 -289
  149. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
  150. package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +412 -291
  151. package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +412 -291
  152. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
  153. package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +431 -310
  154. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +422 -301
  155. package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +431 -310
  156. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
  157. package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +431 -310
  158. package/dist/esm/dialog/templates/dialog-normal.js +6 -4
  159. package/dist/esm/dialog/tests/dialog-action-buttons.js +13 -11
  160. package/dist/esm/dialog/tests/dialog-in-window.js +5 -5
  161. package/dist/esm/dialog/tests/dialog-modal.js +6 -6
  162. package/dist/esm/dialog/tests/dialog-theme-colors.js +13 -11
  163. package/dist/esm/dialog/tests/dialog.js +14 -12
  164. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
  165. package/dist/esm/dock-manager/tests/dock-manager.js +74 -62
  166. package/dist/esm/editor/editor-toolbar.js +18 -6
  167. package/dist/esm/editor/templates/editor-normal.js +7684 -3
  168. package/dist/esm/editor/tests/editor-find-replace.js +119 -91
  169. package/dist/esm/editor/tests/editor-states.js +51 -23
  170. package/dist/esm/editor/tests/editor.js +232 -213
  171. package/dist/esm/expansion-panel/expansion-panel.spec.js +3 -1
  172. package/dist/esm/expansion-panel/templates/expansion-panel-expanded.js +4370 -0
  173. package/dist/esm/expansion-panel/templates/expansion-panel-normal.js +4369 -0
  174. package/dist/esm/expansion-panel/tests/expansion-panel-rtl.js +37 -11
  175. package/dist/esm/expansion-panel/tests/expansion-panel.js +37 -11
  176. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +65 -53
  177. package/dist/esm/filemanager/tests/filemanager-dialogs.js +20 -18
  178. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +65 -53
  179. package/dist/esm/filemanager/tests/filemanager-gridview.js +130 -118
  180. package/dist/esm/filemanager/tests/filemanager-listview.js +84 -72
  181. package/dist/esm/filemanager/tests/filemanager-preview.js +183 -171
  182. package/dist/esm/filemanager/tests/filemanager-toolbar.js +7 -7
  183. package/dist/esm/filter/templates/filter-normal.js +8413 -0
  184. package/dist/esm/filter/tests/filter.js +139 -67
  185. package/dist/esm/floating-label/templates/floating-label-normal.js +4799 -2
  186. package/dist/esm/floating-label/tests/floating-label-flat.js +73 -64
  187. package/dist/esm/floating-label/tests/floating-label-outline.js +73 -64
  188. package/dist/esm/floating-label/tests/floating-label-solid.js +73 -64
  189. package/dist/esm/form/tests/form-field-dateinputs.js +318 -211
  190. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
  191. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +95 -83
  192. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -40
  193. package/dist/esm/gantt/tests/gantt-react.js +384 -372
  194. package/dist/esm/gantt/tests/gantt-row-reordering.js +689 -677
  195. package/dist/esm/gantt/tests/gantt.js +664 -652
  196. package/dist/esm/grid/tests/grid-adaptive-search.js +25 -13
  197. package/dist/esm/grid/tests/grid-column-reordering-actions.js +125 -113
  198. package/dist/esm/grid/tests/grid-column-reordering.js +130 -118
  199. package/dist/esm/grid/tests/grid-column-resizing-actions.js +150 -138
  200. package/dist/esm/grid/tests/grid-editing-inline-angular.js +90 -78
  201. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +88 -76
  202. package/dist/esm/grid/tests/grid-editing.js +108 -96
  203. package/dist/esm/grid/tests/grid-filter-row-angular.js +116 -104
  204. package/dist/esm/grid/tests/grid-filter-row-blazor.js +111 -99
  205. package/dist/esm/grid/tests/grid-grouping-actions.js +91 -79
  206. package/dist/esm/grid/tests/grid-grouping.js +207 -195
  207. package/dist/esm/grid/tests/grid-row-reordering.js +114 -102
  208. package/dist/esm/grid/tests/grid-rows-resizing.js +112 -100
  209. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +216 -204
  210. package/dist/esm/grid/tests/grid-size-sm.js +216 -204
  211. package/dist/esm/grid/tests/grid-toolbar.js +85 -73
  212. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +80 -68
  213. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +68 -56
  214. package/dist/esm/imageeditor/tests/imageeditor.js +35 -23
  215. package/dist/esm/index.js +1972 -1415
  216. package/dist/esm/listview/templates/listview-normal.js +14 -2
  217. package/dist/esm/listview/tests/listview-layout.js +27 -15
  218. package/dist/esm/listview/tests/listview-states.js +18 -6
  219. package/dist/esm/listview/tests/listview.js +21 -9
  220. package/dist/esm/mediaplayer/tests/mediaplayer.js +38 -26
  221. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
  222. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
  223. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +58 -46
  224. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +98 -86
  225. package/dist/esm/popover/templates/popover-normal.js +70 -0
  226. package/dist/esm/popover/tests/popover.js +49 -44
  227. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
  228. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
  229. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +159 -147
  230. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +104 -92
  231. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
  232. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +140 -128
  233. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
  234. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
  235. package/dist/esm/scheduler/tests/scheduler-angular-month.js +157 -145
  236. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +312 -300
  237. package/dist/esm/scheduler/tests/scheduler-angular.js +312 -300
  238. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +170 -158
  239. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +80 -68
  240. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +149 -137
  241. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +227 -215
  242. package/dist/esm/scheduler/tests/scheduler-react-day.js +712 -700
  243. package/dist/esm/scheduler/tests/scheduler-react-month.js +1647 -1635
  244. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
  245. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +533 -521
  246. package/dist/esm/scheduler/tests/scheduler-react-week.js +1448 -1436
  247. package/dist/esm/scheduler/tests/scheduler-year.js +762 -750
  248. package/dist/esm/scheduler/tests/scheduler.js +412 -400
  249. package/dist/esm/scrollview/templates/scrollview-normal.js +4366 -0
  250. package/dist/esm/scrollview/tests/scrollview-rtl.js +4396 -0
  251. package/dist/esm/scrollview/tests/scrollview.js +19 -12
  252. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
  253. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +256 -244
  254. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
  255. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +235 -223
  256. package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +291 -279
  257. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
  258. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +160 -148
  259. package/dist/esm/spreadsheet/tests/spreadsheet.js +254 -242
  260. package/dist/esm/taskboard/tests/taskboard-card.js +90 -78
  261. package/dist/esm/taskboard/tests/taskboard-pane.js +162 -150
  262. package/dist/esm/taskboard/tests/taskboard-rtl.js +87 -75
  263. package/dist/esm/taskboard/tests/taskboard.js +81 -69
  264. package/dist/esm/tilelayout/templates/tilelayout-normal.js +4771 -0
  265. package/dist/esm/tilelayout/tests/tilelayout-resizing.js +36 -6
  266. package/dist/esm/tilelayout/tests/tilelayout.js +30 -15
  267. package/dist/esm/toolbar/templates/toolbar-normal.js +31 -2
  268. package/dist/esm/toolbar/tests/toolbar-adaptive.js +42 -30
  269. package/dist/esm/toolbar/tests/toolbar-angular.js +9 -9
  270. package/dist/esm/toolbar/tests/toolbar-components.js +28 -11
  271. package/dist/esm/toolbar/tests/toolbar-popup-size.js +29 -17
  272. package/dist/esm/toolbar/tests/toolbar-popup.js +52 -40
  273. package/dist/esm/toolbar/tests/toolbar-sizes.js +37 -25
  274. package/dist/esm/toolbar/tests/toolbar.js +34 -37
  275. package/dist/types/appbar/index.d.ts +1 -0
  276. package/dist/types/appbar/templates/appbar-normal.d.ts +1 -0
  277. package/dist/types/bottom-nav/bottom-nav.spec.d.ts +7 -3
  278. package/dist/types/bottom-nav/index.d.ts +3 -0
  279. package/dist/types/bottom-nav/templates/bottom-nav-icons.d.ts +1 -0
  280. package/dist/types/bottom-nav/templates/bottom-nav-links.d.ts +1 -0
  281. package/dist/types/bottom-nav/templates/bottom-nav-normal.d.ts +1 -0
  282. package/dist/types/bottom-nav/tests/bottom-nav-flat.d.ts +2 -0
  283. package/dist/types/bottom-nav/tests/bottom-nav-solid.d.ts +2 -0
  284. package/dist/types/dialog/templates/dialog-normal.d.ts +1 -1
  285. package/dist/types/expansion-panel/expansion-panel.spec.d.ts +1 -1
  286. package/dist/types/expansion-panel/index.d.ts +2 -0
  287. package/dist/types/expansion-panel/templates/expansion-panel-expanded.d.ts +1 -0
  288. package/dist/types/expansion-panel/templates/expansion-panel-normal.d.ts +1 -0
  289. package/dist/types/filter/index.d.ts +1 -0
  290. package/dist/types/filter/templates/filter-normal.d.ts +1 -0
  291. package/dist/types/floating-label/templates/floating-label-normal.d.ts +1 -4
  292. package/dist/types/index.d.ts +3 -0
  293. package/dist/types/popover/index.d.ts +1 -0
  294. package/dist/types/popover/templates/popover-normal.d.ts +4 -0
  295. package/dist/types/scrollview/index.d.ts +1 -0
  296. package/dist/types/scrollview/templates/scrollview-normal.d.ts +1 -0
  297. package/dist/types/scrollview/tests/scrollview-rtl.d.ts +2 -0
  298. package/dist/types/tilelayout/index.d.ts +1 -0
  299. package/dist/types/tilelayout/templates/tilelayout-normal.d.ts +1 -0
  300. package/dist/types/toolbar/templates/toolbar-normal.d.ts +1 -4
  301. package/package.json +2 -2
  302. package/src/appbar/index.ts +1 -0
  303. package/src/appbar/templates/appbar-normal.tsx +31 -0
  304. package/src/appbar/tests/appbar-rtl.tsx +110 -0
  305. package/src/appbar/tests/appbar.tsx +41 -412
  306. package/src/bottom-nav/bottom-nav.spec.tsx +13 -4
  307. package/src/bottom-nav/index.ts +3 -0
  308. package/src/bottom-nav/templates/bottom-nav-icons.tsx +13 -0
  309. package/src/bottom-nav/templates/bottom-nav-links.tsx +13 -0
  310. package/src/bottom-nav/templates/bottom-nav-normal.tsx +13 -0
  311. package/src/bottom-nav/tests/bottom-nav-flat.tsx +35 -0
  312. package/src/bottom-nav/tests/bottom-nav-items.tsx +7 -7
  313. package/src/bottom-nav/tests/bottom-nav-rtl.tsx +5 -5
  314. package/src/bottom-nav/tests/bottom-nav-solid.tsx +32 -0
  315. package/src/bottom-nav/tests/bottom-nav.tsx +11 -11
  316. package/src/dialog/templates/dialog-normal.tsx +10 -5
  317. package/src/editor/templates/editor-normal.tsx +21 -2
  318. package/src/editor/tests/editor.tsx +1 -12
  319. package/src/expansion-panel/expansion-panel.spec.tsx +2 -0
  320. package/src/expansion-panel/index.ts +2 -0
  321. package/src/expansion-panel/templates/expansion-panel-expanded.tsx +14 -0
  322. package/src/expansion-panel/templates/expansion-panel-normal.tsx +13 -0
  323. package/src/expansion-panel/tests/expansion-panel-rtl.tsx +23 -53
  324. package/src/expansion-panel/tests/expansion-panel.tsx +23 -52
  325. package/src/filter/index.ts +1 -0
  326. package/src/filter/templates/filter-normal.tsx +95 -0
  327. package/src/filter/tests/filter.tsx +3 -3
  328. package/src/floating-label/templates/floating-label-normal.tsx +9 -3
  329. package/src/index.ts +11 -2
  330. package/src/listview/templates/listview-normal.tsx +12 -2
  331. package/src/popover/index.ts +1 -0
  332. package/src/popover/templates/popover-normal.tsx +7 -0
  333. package/src/popover/tests/popover.tsx +11 -11
  334. package/src/scrollview/index.ts +1 -0
  335. package/src/scrollview/templates/scrollview-normal.tsx +3 -0
  336. package/src/scrollview/tests/scrollview-rtl.tsx +36 -0
  337. package/src/scrollview/tests/scrollview.tsx +8 -7
  338. package/src/tilelayout/index.ts +1 -0
  339. package/src/tilelayout/templates/tilelayout-normal.tsx +14 -0
  340. package/src/tilelayout/tests/tilelayout-resizing.tsx +3 -3
  341. package/src/tilelayout/tests/tilelayout.tsx +3 -3
  342. package/src/toolbar/templates/toolbar-normal.tsx +18 -3
  343. package/src/toolbar/tests/toolbar.tsx +2 -22
  344. package/src/bottom-nav/tests/bottom-nav-colors.tsx +0 -205
  345. /package/dist/types/{bottom-nav/tests/bottom-nav-colors.d.ts → appbar/tests/appbar-rtl.d.ts} +0 -0
@@ -7652,1732 +7652,1744 @@ ToolbarPopup.options = options46;
7652
7652
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7653
7653
  ToolbarPopup.defaultProps = defaultProps43;
7654
7654
 
7655
- // src/toolbar/templates/toolbar-normal.tsx
7655
+ // src/split-button/templates/icon-split-button.tsx
7656
7656
  var import_jsx_runtime110 = require("react/jsx-runtime");
7657
7657
 
7658
- // src/toolbar/templates/toolbar-resizable.tsx
7658
+ // src/split-button/templates/icon-text-split-button.tsx
7659
7659
  var import_jsx_runtime111 = require("react/jsx-runtime");
7660
7660
 
7661
- // src/toolbar/templates/toolbar-angular-normal.tsx
7661
+ // src/split-button/templates/text-split-button.tsx
7662
7662
  var import_jsx_runtime112 = require("react/jsx-runtime");
7663
7663
 
7664
- // src/toolbar/templates/toolbar-angular-resizable.tsx
7664
+ // src/split-button/templates/split-button-popup.tsx
7665
7665
  var import_jsx_runtime113 = require("react/jsx-runtime");
7666
7666
 
7667
- // src/scheduler/tests/scheduler-react-week.tsx
7667
+ // src/toolbar/templates/toolbar-normal.tsx
7668
7668
  var import_jsx_runtime114 = require("react/jsx-runtime");
7669
+
7670
+ // src/toolbar/templates/toolbar-resizable.tsx
7671
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7672
+
7673
+ // src/toolbar/templates/toolbar-angular-normal.tsx
7674
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7675
+
7676
+ // src/toolbar/templates/toolbar-angular-resizable.tsx
7677
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7678
+
7679
+ // src/scheduler/tests/scheduler-react-week.tsx
7680
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7669
7681
  var style = `
7670
7682
  #test-area {
7671
7683
  max-width: 1400px;
7672
7684
  }
7673
7685
  `;
7674
- var scheduler_react_week_default = () => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
7675
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("style", { children: style }),
7676
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-widget k-scheduler k-scheduler-flex", style: { height: "900px" }, children: [
7677
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(Toolbar, { className: "k-scheduler-toolbar", children: [
7678
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(ButtonGroup, { className: "k-scheduler-navigation", children: [
7679
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { children: "Today" }),
7680
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { icon: "caret-alt-left" }),
7681
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { icon: "caret-alt-right" })
7686
+ var scheduler_react_week_default = () => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7687
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("style", { children: style }),
7688
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-widget k-scheduler k-scheduler-flex", style: { height: "900px" }, children: [
7689
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(Toolbar, { className: "k-scheduler-toolbar", children: [
7690
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(ButtonGroup, { className: "k-scheduler-navigation", children: [
7691
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Today" }),
7692
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "caret-alt-left" }),
7693
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "caret-alt-right" })
7682
7694
  ] }),
7683
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { icon: "calendar", className: "k-nav-current", fillMode: "flat", children: "Sunday, June 21, 2020 - Saturday, June 27, 2020" }),
7684
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-spacer" }),
7685
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(ButtonGroup, { className: "k-scheduler-views", children: [
7686
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { children: "Day" }),
7687
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { selected: true, children: "Week" }),
7688
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { children: "Month" }),
7689
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { children: "Timeline" }),
7690
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { children: "Agenda" })
7695
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "calendar", className: "k-nav-current", fillMode: "flat", children: "Sunday, June 21, 2020 - Saturday, June 27, 2020" }),
7696
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-spacer" }),
7697
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(ButtonGroup, { className: "k-scheduler-views", children: [
7698
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Day" }),
7699
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { selected: true, children: "Week" }),
7700
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Month" }),
7701
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Timeline" }),
7702
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Agenda" })
7691
7703
  ] })
7692
7704
  ] }),
7693
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-layout k-scheduler-layout-flex k-scheduler-day-view", children: [
7694
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-head", children: [
7695
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-group k-group-horizontal", children: [
7696
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7697
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
7698
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 101" }),
7699
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 201" })
7705
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-layout k-scheduler-layout-flex k-scheduler-day-view", children: [
7706
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-head", children: [
7707
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-group k-group-horizontal", children: [
7708
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7709
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
7710
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 101" }),
7711
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 201" })
7700
7712
  ] }),
7701
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7702
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
7703
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
7704
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" }),
7705
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
7706
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" })
7713
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7714
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
7715
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
7716
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" }),
7717
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
7718
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" })
7707
7719
  ] }),
7708
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7709
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
7710
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7711
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Sun, 6/21" }) }),
7712
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Mon, 6/22" }) }),
7713
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Tue, 6/23" }) }),
7714
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
7715
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) }),
7716
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Fri, 6/26" }) }),
7717
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Sat, 6/27" }) })
7720
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7721
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
7722
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7723
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Sun, 6/21" }) }),
7724
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Mon, 6/22" }) }),
7725
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Tue, 6/23" }) }),
7726
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
7727
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) }),
7728
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Fri, 6/26" }) }),
7729
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Sat, 6/27" }) })
7718
7730
  ] }) }),
7719
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7720
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Sun, 6/21" }) }),
7721
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Mon, 6/22" }) }),
7722
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Tue, 6/23" }) }),
7723
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
7724
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) }),
7725
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Fri, 6/26" }) }),
7726
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Sat, 6/27" }) })
7731
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7732
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Sun, 6/21" }) }),
7733
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Mon, 6/22" }) }),
7734
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Tue, 6/23" }) }),
7735
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
7736
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) }),
7737
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Fri, 6/26" }) }),
7738
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Sat, 6/27" }) })
7727
7739
  ] }) }),
7728
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7729
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Sun, 6/21" }) }),
7730
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Mon, 6/22" }) }),
7731
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Tue, 6/23" }) }),
7732
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
7733
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) }),
7734
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Fri, 6/26" }) }),
7735
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Sat, 6/27" }) })
7740
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7741
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Sun, 6/21" }) }),
7742
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Mon, 6/22" }) }),
7743
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Tue, 6/23" }) }),
7744
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
7745
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) }),
7746
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Fri, 6/26" }) }),
7747
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Sat, 6/27" }) })
7736
7748
  ] }) }),
7737
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7738
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Sun, 6/21" }) }),
7739
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Mon, 6/22" }) }),
7740
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Tue, 6/23" }) }),
7741
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
7742
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) }),
7743
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Fri, 6/26" }) }),
7744
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-link k-nav-day", children: "Sat, 6/27" }) })
7749
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7750
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Sun, 6/21" }) }),
7751
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Mon, 6/22" }) }),
7752
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Tue, 6/23" }) }),
7753
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
7754
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) }),
7755
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Fri, 6/26" }) }),
7756
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Sat, 6/27" }) })
7745
7757
  ] }) })
7746
7758
  ] })
7747
7759
  ] }),
7748
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7749
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-side-cell k-scheduler-times-all-day", style: { minWidth: "61px" }, children: "all day" }),
7750
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7751
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7752
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7753
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7754
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
7755
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } }),
7756
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "36px" } }),
7757
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7760
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7761
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-side-cell k-scheduler-times-all-day", style: { minWidth: "61px" }, children: "all day" }),
7762
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7763
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7764
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7765
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7766
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
7767
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } }),
7768
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "36px" } }),
7769
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7758
7770
  ] }) }),
7759
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7760
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7761
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7762
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7763
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
7764
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } }),
7765
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "36px" } }),
7766
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7771
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7772
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7773
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7774
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7775
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
7776
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } }),
7777
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "36px" } }),
7778
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7767
7779
  ] }) }),
7768
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7769
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7770
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7771
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7772
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
7773
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } }),
7774
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "36px" } }),
7775
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7780
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7781
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7782
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7783
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7784
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
7785
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } }),
7786
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "36px" } }),
7787
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7776
7788
  ] }) }),
7777
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7778
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7779
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7780
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7781
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
7782
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } }),
7783
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "36px" } }),
7784
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7789
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7790
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7791
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7792
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7793
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
7794
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } }),
7795
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "36px" } }),
7796
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7785
7797
  ] }) })
7786
7798
  ] }) }),
7787
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "249px", width: "57px", height: "25px" }, children: [
7788
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7789
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
7790
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7791
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7792
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7799
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "249px", width: "57px", height: "25px" }, children: [
7800
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7801
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
7802
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7803
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7804
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7793
7805
  ] }),
7794
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "649px", width: "57px", height: "25px" }, children: [
7795
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7796
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
7797
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7798
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7799
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7806
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "649px", width: "57px", height: "25px" }, children: [
7807
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7808
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
7809
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7810
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7811
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7800
7812
  ] }),
7801
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1049px", width: "57px", height: "25px" }, children: [
7802
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7803
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
7804
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7805
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7806
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7813
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1049px", width: "57px", height: "25px" }, children: [
7814
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7815
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
7816
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7817
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7818
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7807
7819
  ] }),
7808
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1449px", width: "57px", height: "25px" }, children: [
7809
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7810
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
7811
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7812
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7813
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7820
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1449px", width: "57px", height: "25px" }, children: [
7821
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7822
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
7823
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7824
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7825
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7814
7826
  ] }),
7815
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "249px", width: "57px", height: "25px" }, children: [
7816
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7817
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
7818
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7819
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7820
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7827
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "249px", width: "57px", height: "25px" }, children: [
7828
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7829
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
7830
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7831
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7832
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7821
7833
  ] }),
7822
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "649px", width: "57px", height: "25px" }, children: [
7823
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7824
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
7825
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7826
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7827
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7834
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "649px", width: "57px", height: "25px" }, children: [
7835
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7836
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
7837
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7838
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7839
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7828
7840
  ] }),
7829
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1049px", width: "57px", height: "25px" }, children: [
7830
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7831
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
7832
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7833
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7834
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7841
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1049px", width: "57px", height: "25px" }, children: [
7842
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7843
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
7844
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7845
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7846
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7835
7847
  ] }),
7836
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1449px", width: "57px", height: "25px" }, children: [
7837
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7838
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
7839
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7840
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7841
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7848
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1449px", width: "57px", height: "25px" }, children: [
7849
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7850
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
7851
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7852
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7853
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7842
7854
  ] }),
7843
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "187px", left: "249px", width: "57px", height: "25px" }, children: [
7844
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7845
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
7846
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7847
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7848
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7855
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "187px", left: "249px", width: "57px", height: "25px" }, children: [
7856
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7857
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
7858
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7859
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7860
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7849
7861
  ] }),
7850
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "187px", left: "649px", width: "57px", height: "25px" }, children: [
7851
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7852
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
7853
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7854
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7855
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7862
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "187px", left: "649px", width: "57px", height: "25px" }, children: [
7863
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7864
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
7865
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7866
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7867
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7856
7868
  ] }),
7857
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "187px", left: "1049px", width: "57px", height: "25px" }, children: [
7858
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7859
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
7860
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7861
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7862
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7869
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "187px", left: "1049px", width: "57px", height: "25px" }, children: [
7870
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7871
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
7872
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7873
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7874
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7863
7875
  ] }),
7864
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "187px", left: "1449px", width: "57px", height: "25px" }, children: [
7865
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7866
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
7867
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7868
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7869
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7876
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "187px", left: "1449px", width: "57px", height: "25px" }, children: [
7877
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7878
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
7879
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7880
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7881
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7870
7882
  ] }),
7871
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "213px", left: "249px", width: "57px", height: "25px" }, children: [
7872
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7873
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
7874
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7875
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7876
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7883
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "213px", left: "249px", width: "57px", height: "25px" }, children: [
7884
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7885
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
7886
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7887
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7888
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7877
7889
  ] }),
7878
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "213px", left: "649px", width: "57px", height: "25px" }, children: [
7879
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7880
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
7881
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7882
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7883
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7890
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "213px", left: "649px", width: "57px", height: "25px" }, children: [
7891
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7892
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
7893
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7894
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7895
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7884
7896
  ] }),
7885
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "213px", left: "1049px", width: "57px", height: "25px" }, children: [
7886
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7887
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
7888
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7889
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7890
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7897
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "213px", left: "1049px", width: "57px", height: "25px" }, children: [
7898
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7899
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
7900
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7901
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7902
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7891
7903
  ] }),
7892
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "213px", left: "1449px", width: "57px", height: "25px" }, children: [
7893
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7894
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
7895
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7896
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7897
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7904
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "213px", left: "1449px", width: "57px", height: "25px" }, children: [
7905
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7906
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
7907
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7908
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7909
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7898
7910
  ] }),
7899
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "307px", width: "113px", height: "25px" }, children: [
7900
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7901
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
7902
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7903
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7904
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7911
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "307px", width: "113px", height: "25px" }, children: [
7912
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7913
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
7914
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7915
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7916
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7905
7917
  ] }),
7906
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "707px", width: "113px", height: "25px" }, children: [
7907
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7908
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
7909
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7910
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7911
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7918
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "707px", width: "113px", height: "25px" }, children: [
7919
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7920
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
7921
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7922
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7923
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7912
7924
  ] }),
7913
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1107px", width: "113px", height: "25px" }, children: [
7914
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7915
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
7916
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7917
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7918
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7925
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1107px", width: "113px", height: "25px" }, children: [
7926
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7927
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
7928
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7929
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7930
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7919
7931
  ] }),
7920
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1507px", width: "113px", height: "25px" }, children: [
7921
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7922
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
7923
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7924
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7925
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7932
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1507px", width: "113px", height: "25px" }, children: [
7933
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7934
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
7935
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7936
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7937
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7926
7938
  ] }),
7927
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "364px", width: "56px", height: "25px" }, children: [
7928
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7929
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Server maintenance" }) }),
7930
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7931
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7932
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7939
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "364px", width: "56px", height: "25px" }, children: [
7940
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7941
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Server maintenance" }) }),
7942
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7943
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7944
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7933
7945
  ] }),
7934
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "764px", width: "56px", height: "25px" }, children: [
7935
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7936
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Server maintenance" }) }),
7937
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7938
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7939
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7946
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "764px", width: "56px", height: "25px" }, children: [
7947
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7948
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Server maintenance" }) }),
7949
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7950
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7951
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7940
7952
  ] }),
7941
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1164px", width: "56px", height: "25px" }, children: [
7942
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7943
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Server maintenance" }) }),
7944
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7945
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7946
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7953
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1164px", width: "56px", height: "25px" }, children: [
7954
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7955
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Server maintenance" }) }),
7956
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7957
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7958
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7947
7959
  ] }),
7948
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1564px", width: "56px", height: "25px" }, children: [
7949
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
7950
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Server maintenance" }) }),
7951
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
7952
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7953
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-e" })
7960
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1564px", width: "56px", height: "25px" }, children: [
7961
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
7962
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Server maintenance" }) }),
7963
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
7964
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
7965
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
7954
7966
  ] })
7955
7967
  ] }),
7956
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-body", children: [
7957
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7958
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "8:00 AM" }),
7959
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
7960
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7961
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7962
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7963
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7964
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7965
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7966
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7968
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-body", children: [
7969
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
7970
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "8:00 AM" }),
7971
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
7972
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7973
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7974
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7975
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7976
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7977
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7978
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7967
7979
  ] }) }),
7968
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
7969
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7970
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7971
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7972
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7973
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7974
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7975
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7980
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
7981
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7982
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7983
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7984
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7985
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7986
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7987
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7976
7988
  ] }) }),
7977
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
7978
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7979
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7980
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7981
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7982
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7983
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7984
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7989
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
7990
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7991
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7992
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7993
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7994
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7995
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7996
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7985
7997
  ] }) }),
7986
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
7987
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
7988
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7989
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7990
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7991
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7992
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
7993
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7998
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
7999
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8000
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8001
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8002
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8003
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8004
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8005
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
7994
8006
  ] }) })
7995
8007
  ] }) }),
7996
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7997
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
7998
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
7999
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8000
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8001
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8002
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8003
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8004
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8005
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8008
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8009
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8010
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8011
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8012
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8013
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8014
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8015
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8016
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8017
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8006
8018
  ] }) }),
8007
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8008
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8009
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8010
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8011
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8012
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8013
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8014
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8019
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8020
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8021
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8022
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8023
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8024
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8025
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8026
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8015
8027
  ] }) }),
8016
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8017
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8018
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8019
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8020
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8021
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8022
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8023
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8028
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8029
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8030
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8031
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8032
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8033
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8034
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8035
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8024
8036
  ] }) }),
8025
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8026
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8027
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8028
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8029
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8030
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8031
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8032
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8037
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8038
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8039
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8040
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8041
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8042
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8043
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8044
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8033
8045
  ] }) })
8034
8046
  ] }) }),
8035
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8036
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "9:00 AM" }),
8037
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8038
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8039
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8040
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8041
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8042
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8043
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8044
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8047
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8048
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "9:00 AM" }),
8049
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8050
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8051
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8052
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8053
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8054
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8055
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8056
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8045
8057
  ] }) }),
8046
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8047
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8048
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8049
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8050
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8051
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8052
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8053
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8058
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8059
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8060
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8061
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8062
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8063
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8064
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8065
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8054
8066
  ] }) }),
8055
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8056
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8057
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8058
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8059
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8060
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8061
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8062
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8067
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8068
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8069
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8070
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8071
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8072
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8073
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8074
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8063
8075
  ] }) }),
8064
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8065
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8066
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8067
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8068
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8069
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8070
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8071
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8076
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8077
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8078
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8079
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8080
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8081
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8082
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8083
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8072
8084
  ] }) })
8073
8085
  ] }) }),
8074
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8075
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8076
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8077
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8078
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8079
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8080
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8081
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8082
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8083
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8086
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8087
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8088
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8089
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8090
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8091
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8092
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8093
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8094
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8095
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8084
8096
  ] }) }),
8085
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8086
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8087
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8088
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8089
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8090
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8091
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8092
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8097
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8098
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8099
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8100
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8101
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8102
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8103
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8104
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8093
8105
  ] }) }),
8094
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8095
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8096
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8097
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8098
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8099
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8100
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8101
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8106
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8107
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8108
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8109
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8110
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8111
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8112
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8113
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8102
8114
  ] }) }),
8103
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8104
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8105
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8106
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8107
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8108
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8109
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8110
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8115
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8116
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8117
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8118
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8119
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8120
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8121
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8122
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8111
8123
  ] }) })
8112
8124
  ] }) }),
8113
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8114
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "10:00 AM" }),
8115
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8116
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8117
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8118
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8119
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8120
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8121
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8122
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8125
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8126
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "10:00 AM" }),
8127
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8128
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8129
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8130
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8131
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8132
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8133
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8134
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8123
8135
  ] }) }),
8124
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8125
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8126
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8127
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8128
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8129
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8130
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8131
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8136
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8137
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8138
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8139
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8140
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8141
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8142
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8143
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8132
8144
  ] }) }),
8133
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8134
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8135
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8136
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8137
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8138
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8139
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8140
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8145
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8146
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8147
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8148
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8149
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8150
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8151
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8152
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8141
8153
  ] }) }),
8142
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8143
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8144
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8145
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8146
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8147
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8148
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8149
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8154
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8155
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8156
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8157
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8158
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8159
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8160
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8161
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8150
8162
  ] }) })
8151
8163
  ] }) }),
8152
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8153
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8154
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8155
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8156
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8157
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8158
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8159
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8160
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8161
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8164
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8165
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8166
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8167
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8168
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8169
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8170
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8171
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8172
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8173
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8162
8174
  ] }) }),
8163
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8164
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8165
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8166
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8167
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8168
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8169
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8170
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8175
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8176
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8177
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8178
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8179
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8180
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8181
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8182
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8171
8183
  ] }) }),
8172
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8173
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8174
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8175
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8176
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8177
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8178
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8179
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8184
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8185
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8186
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8187
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8188
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8189
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8190
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8191
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8180
8192
  ] }) }),
8181
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8182
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8183
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8184
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8185
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8186
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8187
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8188
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8193
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8194
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8195
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8196
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8197
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8198
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8199
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8200
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8189
8201
  ] }) })
8190
8202
  ] }) }),
8191
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8192
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "11:00 AM" }),
8193
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8194
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8195
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8196
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8197
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8198
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8199
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8200
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8203
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8204
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "11:00 AM" }),
8205
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8206
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8207
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8208
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8209
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8210
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8211
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8212
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8201
8213
  ] }) }),
8202
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8203
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8204
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8205
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8206
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8207
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8208
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8209
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8214
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8215
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8216
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8217
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8218
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8219
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8220
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8221
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8210
8222
  ] }) }),
8211
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8212
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8213
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8214
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8215
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8216
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8217
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8218
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8223
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8224
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8225
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8226
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8227
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8228
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8229
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8230
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8219
8231
  ] }) }),
8220
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8221
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8222
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8223
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8224
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8225
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8226
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8227
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8232
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8233
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8234
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8235
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8236
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8237
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8238
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8239
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8228
8240
  ] }) })
8229
8241
  ] }) }),
8230
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8231
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8232
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8233
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8234
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8235
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8236
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8237
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8238
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8239
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8242
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8243
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8244
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8245
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8246
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8247
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8248
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8249
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8250
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8251
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8240
8252
  ] }) }),
8241
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8242
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8243
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8244
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8245
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8246
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8247
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8248
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8253
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8254
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8255
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8256
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8257
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8258
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8259
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8260
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8249
8261
  ] }) }),
8250
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8251
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8252
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8253
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8254
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8255
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8256
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8257
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8262
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8263
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8264
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8265
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8266
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8267
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8268
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8269
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8258
8270
  ] }) }),
8259
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8260
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8261
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8262
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8263
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8264
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8265
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8266
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8271
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8272
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8273
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8274
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8275
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8276
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8277
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8278
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8267
8279
  ] }) })
8268
8280
  ] }) }),
8269
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8270
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "12:00 PM" }),
8271
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8272
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8273
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8274
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8275
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8276
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8277
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8278
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8281
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8282
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "12:00 PM" }),
8283
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8284
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8285
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8286
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8287
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8288
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8289
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8290
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8279
8291
  ] }) }),
8280
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8281
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8282
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8283
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8284
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8285
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8286
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8287
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8292
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8293
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8294
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8295
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8296
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8297
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8298
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8299
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8288
8300
  ] }) }),
8289
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8290
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8291
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8292
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8293
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8294
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8295
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8296
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8301
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8302
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8303
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8304
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8305
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8306
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8307
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8308
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8297
8309
  ] }) }),
8298
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8299
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8300
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8301
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8302
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8303
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8304
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8305
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8310
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8311
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8312
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8313
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8314
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8315
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8316
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8317
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8306
8318
  ] }) })
8307
8319
  ] }) }),
8308
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8309
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8310
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8311
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8312
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8313
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8314
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8315
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8316
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8317
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8320
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8321
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8322
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8323
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8324
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8325
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8326
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8327
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8328
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8329
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8318
8330
  ] }) }),
8319
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8320
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8321
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8322
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8323
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8324
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8325
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8326
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8331
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8332
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8333
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8334
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8335
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8336
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8337
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8338
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8327
8339
  ] }) }),
8328
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8329
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8330
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8331
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8332
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8333
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8334
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8335
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8340
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8341
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8342
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8343
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8344
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8345
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8346
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8347
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8336
8348
  ] }) }),
8337
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8338
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8339
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8340
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8341
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8342
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8343
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8344
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8349
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8350
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8351
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8352
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8353
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8354
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8355
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8356
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8345
8357
  ] }) })
8346
8358
  ] }) }),
8347
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8348
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "1:00 PM" }),
8349
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8350
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8351
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8352
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8353
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8354
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8355
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8356
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8359
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8360
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "1:00 PM" }),
8361
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8362
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8363
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8364
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8365
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8366
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8367
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8368
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8357
8369
  ] }) }),
8358
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8359
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8360
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8361
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8362
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8363
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8364
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8365
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8370
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8371
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8372
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8373
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8374
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8375
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8376
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8377
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8366
8378
  ] }) }),
8367
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8368
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8369
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8370
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8371
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8372
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8373
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8374
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8379
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8380
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8381
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8382
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8383
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8384
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8385
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8386
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8375
8387
  ] }) }),
8376
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8377
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8378
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8379
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8380
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8381
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8382
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8383
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8388
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8389
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8390
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8391
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8392
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8393
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8394
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8395
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8384
8396
  ] }) })
8385
8397
  ] }) }),
8386
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8387
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8388
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8389
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8390
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8391
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8392
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8393
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8394
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8395
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8398
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8399
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8400
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8401
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8402
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8403
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8404
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8405
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8406
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8407
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8396
8408
  ] }) }),
8397
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8398
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8399
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8400
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8401
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8402
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8403
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8404
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8409
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8410
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8411
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8412
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8413
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8414
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8415
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8416
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8405
8417
  ] }) }),
8406
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8407
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8408
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8409
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8410
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8411
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8412
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8413
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8418
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8419
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8420
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8421
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8422
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8423
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8424
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8425
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8414
8426
  ] }) }),
8415
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8416
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8417
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8418
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8419
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8420
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8421
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8422
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8427
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8428
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8429
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8430
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8431
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8432
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8433
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8434
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8423
8435
  ] }) })
8424
8436
  ] }) }),
8425
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8426
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "2:00 PM" }),
8427
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8428
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8429
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8430
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8431
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8432
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8433
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8434
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8437
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8438
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "2:00 PM" }),
8439
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8440
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8441
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8442
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8443
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8444
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8445
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8446
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8435
8447
  ] }) }),
8436
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8437
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8438
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8439
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8440
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8441
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8442
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8443
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8448
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8449
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8450
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8451
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8452
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8453
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8454
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8455
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8444
8456
  ] }) }),
8445
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8446
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8447
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8448
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8449
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8450
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8451
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8452
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8457
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8458
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8459
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8460
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8461
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8462
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8463
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8464
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8453
8465
  ] }) }),
8454
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8455
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8456
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8457
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8458
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8459
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8460
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8461
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8466
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8467
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8468
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8469
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8470
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8471
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8472
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8473
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8462
8474
  ] }) })
8463
8475
  ] }) }),
8464
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8465
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8466
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8467
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8468
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8469
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8470
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8471
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8472
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8473
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8476
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8477
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8478
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8479
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8480
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8481
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8482
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8483
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8484
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8485
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8474
8486
  ] }) }),
8475
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8476
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8477
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8478
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8479
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8480
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8481
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8482
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8487
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8488
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8489
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8490
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8491
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8492
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8493
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8494
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8483
8495
  ] }) }),
8484
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8485
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8486
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8487
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8488
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8489
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8490
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8491
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8496
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8497
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8498
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8499
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8500
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8501
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8502
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8503
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8492
8504
  ] }) }),
8493
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8494
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8495
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8496
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8497
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8498
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8499
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8500
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8505
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8506
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8507
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8508
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8509
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8510
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8511
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8512
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8501
8513
  ] }) })
8502
8514
  ] }) }),
8503
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8504
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "3:00 PM" }),
8505
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8506
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8507
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8508
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8509
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8510
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8511
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8512
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8515
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8516
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "3:00 PM" }),
8517
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8518
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8519
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8520
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8521
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8522
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8523
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8524
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8513
8525
  ] }) }),
8514
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8515
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8516
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8517
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8518
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8519
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8520
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8521
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8526
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8527
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8528
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8529
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8530
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8531
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8532
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8533
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8522
8534
  ] }) }),
8523
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8524
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8525
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8526
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8527
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8528
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8529
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8530
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8535
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8536
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8537
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8538
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8539
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8540
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8541
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8542
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8531
8543
  ] }) }),
8532
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8533
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8534
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8535
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8536
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8537
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8538
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8539
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8544
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8545
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8546
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8547
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8548
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8549
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8550
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8551
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8540
8552
  ] }) })
8541
8553
  ] }) }),
8542
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8543
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8544
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8545
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8546
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8547
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8548
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8549
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8550
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8551
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8554
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8555
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
8556
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8557
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8558
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8559
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8560
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8561
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8562
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8563
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8552
8564
  ] }) }),
8553
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8554
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8555
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8556
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8557
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8558
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8559
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8560
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8565
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8566
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8567
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8568
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8569
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8570
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8571
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8572
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8561
8573
  ] }) }),
8562
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8563
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8564
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8565
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8566
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8567
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8568
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8569
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8574
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8575
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8576
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8577
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8578
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8579
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8580
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8581
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8570
8582
  ] }) }),
8571
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8572
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8573
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8574
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8575
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8576
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8577
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8578
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8583
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8584
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8585
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8586
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8587
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8588
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8589
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8590
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8579
8591
  ] }) })
8580
8592
  ] }) }),
8581
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8582
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "4:00 PM" }),
8583
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8584
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8585
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8586
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8587
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8588
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8589
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8590
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8593
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8594
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "4:00 PM" }),
8595
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8596
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8597
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8598
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8599
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8600
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8601
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8602
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8591
8603
  ] }) }),
8592
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8593
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8594
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8595
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8596
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8597
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8598
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8599
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8604
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8605
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8606
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8607
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8608
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8609
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8610
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8611
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8600
8612
  ] }) }),
8601
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8602
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8603
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8604
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8605
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8606
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8607
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8608
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8613
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8614
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8615
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8616
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8617
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8618
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8619
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8620
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8609
8621
  ] }) }),
8610
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8611
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8612
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8613
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8614
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8615
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8616
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8617
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8622
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
8623
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8624
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8625
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8626
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8627
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8628
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8629
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8618
8630
  ] }) })
8619
8631
  ] }) }),
8620
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8621
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-last-slot-cell", style: { minWidth: "61px" } }),
8622
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8623
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8624
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8625
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8626
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8627
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8628
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8629
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8632
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8633
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-last-slot-cell", style: { minWidth: "61px" } }),
8634
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8635
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8636
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8637
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8638
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8639
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8640
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8641
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8630
8642
  ] }) }),
8631
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8632
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8633
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8634
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8635
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8636
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8637
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8638
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8643
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8644
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8645
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8646
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8647
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8648
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8649
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8650
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8639
8651
  ] }) }),
8640
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8641
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8642
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8643
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8644
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8645
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8646
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8647
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8652
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8653
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8654
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8655
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8656
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8657
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8658
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8659
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8648
8660
  ] }) }),
8649
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-scheduler-row", children: [
8650
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8651
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8652
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8653
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8654
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8655
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8656
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8661
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
8662
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" }),
8663
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8664
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8665
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8666
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8667
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
8668
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell k-nonwork-hour" })
8657
8669
  ] }) })
8658
8670
  ] }) }),
8659
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "249px", width: "28px", height: "134px" }, children: [
8660
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8661
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8662
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8663
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Car Service" })
8671
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "249px", width: "28px", height: "134px" }, children: [
8672
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8673
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8674
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8675
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Car Service" })
8664
8676
  ] }),
8665
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8666
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8667
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8677
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8678
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8679
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8668
8680
  ] }),
8669
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "649px", width: "28px", height: "134px" }, children: [
8670
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8671
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8672
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8673
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Car Service" })
8681
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "649px", width: "28px", height: "134px" }, children: [
8682
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8683
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8684
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8685
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Car Service" })
8674
8686
  ] }),
8675
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8676
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8677
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8687
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8688
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8689
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8678
8690
  ] }),
8679
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1049px", width: "28px", height: "134px" }, children: [
8680
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8681
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8682
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8683
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Car Service" })
8691
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1049px", width: "28px", height: "134px" }, children: [
8692
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8693
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8694
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8695
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Car Service" })
8684
8696
  ] }),
8685
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8686
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8687
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8697
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8698
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8699
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8688
8700
  ] }),
8689
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1449px", width: "28px", height: "134px" }, children: [
8690
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8691
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8692
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8693
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Car Service" })
8701
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1449px", width: "28px", height: "134px" }, children: [
8702
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8703
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8704
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8705
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Car Service" })
8694
8706
  ] }),
8695
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8696
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8697
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8707
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8708
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8709
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8698
8710
  ] }),
8699
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "405px", left: "278px", width: "28px", height: "179px" }, children: [
8700
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8701
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8702
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8703
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
8711
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "405px", left: "278px", width: "28px", height: "179px" }, children: [
8712
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8713
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8714
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8715
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
8704
8716
  ] }),
8705
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8706
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8707
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8717
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8718
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8719
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8708
8720
  ] }),
8709
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "405px", left: "678px", width: "28px", height: "179px" }, children: [
8710
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8711
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8712
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8713
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
8721
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "405px", left: "678px", width: "28px", height: "179px" }, children: [
8722
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8723
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8724
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8725
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
8714
8726
  ] }),
8715
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8716
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8717
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8727
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8728
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8729
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8718
8730
  ] }),
8719
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "405px", left: "1078px", width: "28px", height: "179px" }, children: [
8720
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8721
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8722
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8723
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
8731
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "405px", left: "1078px", width: "28px", height: "179px" }, children: [
8732
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8733
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8734
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8735
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
8724
8736
  ] }),
8725
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8726
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8727
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8737
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8738
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8739
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8728
8740
  ] }),
8729
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "405px", left: "1478px", width: "28px", height: "179px" }, children: [
8730
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8731
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8732
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8733
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
8741
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "405px", left: "1478px", width: "28px", height: "179px" }, children: [
8742
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8743
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8744
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8745
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
8734
8746
  ] }),
8735
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8736
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8737
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8747
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8748
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8749
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8738
8750
  ] }),
8739
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "249px", width: "28px", height: "44px" }, children: [
8740
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8741
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8742
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
8743
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
8751
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "249px", width: "28px", height: "44px" }, children: [
8752
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8753
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8754
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
8755
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
8744
8756
  ] }),
8745
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8746
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8747
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8757
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8758
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8759
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8748
8760
  ] }),
8749
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "649px", width: "28px", height: "44px" }, children: [
8750
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8751
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8752
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
8753
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
8761
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "649px", width: "28px", height: "44px" }, children: [
8762
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8763
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8764
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
8765
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
8754
8766
  ] }),
8755
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8756
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8757
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8767
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8768
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8769
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8758
8770
  ] }),
8759
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1049px", width: "28px", height: "44px" }, children: [
8760
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8761
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8762
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
8763
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
8771
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1049px", width: "28px", height: "44px" }, children: [
8772
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8773
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8774
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
8775
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
8764
8776
  ] }),
8765
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8766
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8767
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8777
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8778
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8779
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8768
8780
  ] }),
8769
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1449px", width: "28px", height: "44px" }, children: [
8770
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8771
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8772
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
8773
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
8781
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1449px", width: "28px", height: "44px" }, children: [
8782
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8783
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8784
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
8785
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
8774
8786
  ] }),
8775
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8776
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8777
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8787
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8788
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8789
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8778
8790
  ] }),
8779
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "278px", width: "28px", height: "44px" }, children: [
8780
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8781
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
8782
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
8783
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
8791
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "278px", width: "28px", height: "44px" }, children: [
8792
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8793
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
8794
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
8795
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
8784
8796
  ] }),
8785
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8786
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8787
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8797
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8798
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8799
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8788
8800
  ] }),
8789
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "678px", width: "28px", height: "44px" }, children: [
8790
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8791
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
8792
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
8793
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
8801
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "678px", width: "28px", height: "44px" }, children: [
8802
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8803
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
8804
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
8805
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
8794
8806
  ] }),
8795
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8796
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8797
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8807
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8808
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8809
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8798
8810
  ] }),
8799
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1078px", width: "28px", height: "44px" }, children: [
8800
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8801
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
8802
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
8803
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
8811
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1078px", width: "28px", height: "44px" }, children: [
8812
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8813
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
8814
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
8815
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
8804
8816
  ] }),
8805
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8806
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8807
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8817
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8818
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8819
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8808
8820
  ] }),
8809
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1478px", width: "28px", height: "44px" }, children: [
8810
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8811
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
8812
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
8813
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
8821
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1478px", width: "28px", height: "44px" }, children: [
8822
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8823
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
8824
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
8825
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
8814
8826
  ] }),
8815
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8816
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8817
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8827
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8828
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8829
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8818
8830
  ] }),
8819
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "307px", width: "56px", height: "89px" }, children: [
8820
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8821
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8822
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8823
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8831
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "307px", width: "56px", height: "89px" }, children: [
8832
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8833
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8834
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8835
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8824
8836
  ] }),
8825
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8826
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8827
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8837
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8838
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8839
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8828
8840
  ] }),
8829
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "707px", width: "56px", height: "89px" }, children: [
8830
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8831
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8832
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8833
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8841
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "707px", width: "56px", height: "89px" }, children: [
8842
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8843
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8844
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8845
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8834
8846
  ] }),
8835
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8836
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8837
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8847
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8848
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8849
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8838
8850
  ] }),
8839
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1107px", width: "56px", height: "89px" }, children: [
8840
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8841
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8842
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8843
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8851
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1107px", width: "56px", height: "89px" }, children: [
8852
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8853
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8854
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8855
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8844
8856
  ] }),
8845
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8846
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8847
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8857
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8858
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8859
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8848
8860
  ] }),
8849
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1507px", width: "56px", height: "89px" }, children: [
8850
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8851
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8852
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8853
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8861
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1507px", width: "56px", height: "89px" }, children: [
8862
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8863
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8864
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8865
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8854
8866
  ] }),
8855
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8856
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8857
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8867
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8868
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8869
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8858
8870
  ] }),
8859
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "307px", width: "27.5px", height: "179px" }, children: [
8860
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8861
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8862
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
8863
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Software updates" })
8871
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "307px", width: "27.5px", height: "179px" }, children: [
8872
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8873
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8874
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
8875
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Software updates" })
8864
8876
  ] }),
8865
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8866
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8867
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8877
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8878
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8879
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8868
8880
  ] }),
8869
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "707px", width: "27.5px", height: "179px" }, children: [
8870
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8871
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8872
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
8873
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Software updates" })
8881
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "707px", width: "27.5px", height: "179px" }, children: [
8882
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8883
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8884
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
8885
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Software updates" })
8874
8886
  ] }),
8875
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8876
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8877
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8887
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8888
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8889
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8878
8890
  ] }),
8879
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1107px", width: "27.5px", height: "179px" }, children: [
8880
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8881
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8882
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
8883
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Software updates" })
8891
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1107px", width: "27.5px", height: "179px" }, children: [
8892
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8893
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8894
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
8895
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Software updates" })
8884
8896
  ] }),
8885
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8886
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8887
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8897
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8898
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8899
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8888
8900
  ] }),
8889
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1507px", width: "27.5px", height: "179px" }, children: [
8890
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8891
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8892
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
8893
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Software updates" })
8901
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1507px", width: "27.5px", height: "179px" }, children: [
8902
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8903
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8904
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
8905
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Software updates" })
8894
8906
  ] }),
8895
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8896
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8897
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8907
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8908
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8909
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8898
8910
  ] }),
8899
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "335.5px", width: "27.5px", height: "44px" }, children: [
8900
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8901
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Discuss projects' deadlines", children: [
8902
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
8903
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
8911
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "335.5px", width: "27.5px", height: "44px" }, children: [
8912
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8913
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Discuss projects' deadlines", children: [
8914
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
8915
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
8904
8916
  ] }),
8905
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8906
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8907
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8917
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8918
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8919
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8908
8920
  ] }),
8909
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "735.5px", width: "27.5px", height: "44px" }, children: [
8910
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8911
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Discuss projects' deadlines", children: [
8912
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
8913
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
8921
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "735.5px", width: "27.5px", height: "44px" }, children: [
8922
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8923
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Discuss projects' deadlines", children: [
8924
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
8925
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
8914
8926
  ] }),
8915
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8916
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8917
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8927
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8928
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8929
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8918
8930
  ] }),
8919
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1135.5px", width: "27.5px", height: "44px" }, children: [
8920
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8921
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Discuss projects' deadlines", children: [
8922
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
8923
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
8931
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1135.5px", width: "27.5px", height: "44px" }, children: [
8932
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8933
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Discuss projects' deadlines", children: [
8934
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
8935
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
8924
8936
  ] }),
8925
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8926
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8927
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8937
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8938
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8939
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8928
8940
  ] }),
8929
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1535.5px", width: "27.5px", height: "44px" }, children: [
8930
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8931
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Discuss projects' deadlines", children: [
8932
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
8933
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
8941
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1535.5px", width: "27.5px", height: "44px" }, children: [
8942
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8943
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Discuss projects' deadlines", children: [
8944
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
8945
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
8934
8946
  ] }),
8935
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8936
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8937
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8947
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8948
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8949
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8938
8950
  ] }),
8939
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "307px", width: "56px", height: "89px" }, children: [
8940
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8941
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8942
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
8943
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
8951
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "307px", width: "56px", height: "89px" }, children: [
8952
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8953
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8954
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
8955
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
8944
8956
  ] }),
8945
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8946
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8947
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8957
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8958
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8959
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8948
8960
  ] }),
8949
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "707px", width: "56px", height: "89px" }, children: [
8950
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8951
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8952
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
8953
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
8961
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "707px", width: "56px", height: "89px" }, children: [
8962
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8963
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8964
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
8965
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
8954
8966
  ] }),
8955
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8956
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8957
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8967
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8968
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8969
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8958
8970
  ] }),
8959
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1107px", width: "56px", height: "89px" }, children: [
8960
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8961
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8962
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
8963
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
8971
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1107px", width: "56px", height: "89px" }, children: [
8972
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8973
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8974
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
8975
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
8964
8976
  ] }),
8965
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8966
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8967
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8977
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8978
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8979
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8968
8980
  ] }),
8969
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1507px", width: "56px", height: "89px" }, children: [
8970
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8971
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8972
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
8973
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
8981
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1507px", width: "56px", height: "89px" }, children: [
8982
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8983
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8984
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
8985
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
8974
8986
  ] }),
8975
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8976
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8977
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8987
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8988
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8989
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8978
8990
  ] }),
8979
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "364px", width: "56px", height: "89px" }, children: [
8980
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8981
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8982
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8983
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Banking" })
8991
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "364px", width: "56px", height: "89px" }, children: [
8992
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
8993
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
8994
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8995
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Banking" })
8984
8996
  ] }),
8985
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8986
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8987
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
8997
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
8998
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8999
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8988
9000
  ] }),
8989
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "764px", width: "56px", height: "89px" }, children: [
8990
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
8991
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
8992
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8993
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Banking" })
9001
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "764px", width: "56px", height: "89px" }, children: [
9002
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9003
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9004
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
9005
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Banking" })
8994
9006
  ] }),
8995
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
8996
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
8997
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9007
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9008
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9009
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
8998
9010
  ] }),
8999
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1164px", width: "56px", height: "89px" }, children: [
9000
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9001
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9002
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
9003
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Banking" })
9011
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1164px", width: "56px", height: "89px" }, children: [
9012
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9013
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9014
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
9015
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Banking" })
9004
9016
  ] }),
9005
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9006
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9007
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9017
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9018
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9019
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9008
9020
  ] }),
9009
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1564px", width: "56px", height: "89px" }, children: [
9010
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9011
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9012
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
9013
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Banking" })
9021
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1564px", width: "56px", height: "89px" }, children: [
9022
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9023
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9024
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
9025
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Banking" })
9014
9026
  ] }),
9015
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9016
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9017
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9027
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9028
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9029
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9018
9030
  ] }),
9019
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "585px", left: "364px", width: "56px", height: "44px" }, children: [
9020
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9021
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9022
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 3:00 PM): Support Call" }),
9023
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Support Call" })
9031
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "585px", left: "364px", width: "56px", height: "44px" }, children: [
9032
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9033
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9034
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 3:00 PM): Support Call" }),
9035
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Call" })
9024
9036
  ] }),
9025
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9026
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9027
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9037
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9038
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9039
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9028
9040
  ] }),
9029
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "585px", left: "764px", width: "56px", height: "44px" }, children: [
9030
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9031
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9032
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 3:00 PM): Support Call" }),
9033
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Support Call" })
9041
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "585px", left: "764px", width: "56px", height: "44px" }, children: [
9042
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9043
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9044
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 3:00 PM): Support Call" }),
9045
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Call" })
9034
9046
  ] }),
9035
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9036
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9037
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9047
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9048
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9049
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9038
9050
  ] }),
9039
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "585px", left: "1164px", width: "56px", height: "44px" }, children: [
9040
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9041
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9042
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 3:00 PM): Support Call" }),
9043
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Support Call" })
9051
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "585px", left: "1164px", width: "56px", height: "44px" }, children: [
9052
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9053
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9054
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 3:00 PM): Support Call" }),
9055
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Call" })
9044
9056
  ] }),
9045
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9046
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9047
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9057
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9058
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9059
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9048
9060
  ] }),
9049
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "585px", left: "1564px", width: "56px", height: "44px" }, children: [
9050
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9051
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9052
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 3:00 PM): Support Call" }),
9053
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Support Call" })
9061
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "585px", left: "1564px", width: "56px", height: "44px" }, children: [
9062
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9063
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9064
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 3:00 PM): Support Call" }),
9065
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Call" })
9054
9066
  ] }),
9055
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9056
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9057
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9067
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9068
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9069
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9058
9070
  ] }),
9059
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "364px", width: "56px", height: "44px" }, children: [
9060
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9061
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9062
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Phone Sync with NY office " }),
9063
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Phone Sync with NY office " })
9071
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "364px", width: "56px", height: "44px" }, children: [
9072
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9073
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9074
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Phone Sync with NY office " }),
9075
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Phone Sync with NY office " })
9064
9076
  ] }),
9065
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9066
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9067
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9077
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9078
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9079
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9068
9080
  ] }),
9069
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "764px", width: "56px", height: "44px" }, children: [
9070
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9071
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9072
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Phone Sync with NY office " }),
9073
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Phone Sync with NY office " })
9081
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "764px", width: "56px", height: "44px" }, children: [
9082
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9083
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9084
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Phone Sync with NY office " }),
9085
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Phone Sync with NY office " })
9074
9086
  ] }),
9075
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9076
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9077
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9087
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9088
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9089
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9078
9090
  ] }),
9079
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1164px", width: "56px", height: "44px" }, children: [
9080
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9081
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9082
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Phone Sync with NY office " }),
9083
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Phone Sync with NY office " })
9091
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1164px", width: "56px", height: "44px" }, children: [
9092
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9093
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9094
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Phone Sync with NY office " }),
9095
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Phone Sync with NY office " })
9084
9096
  ] }),
9085
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9086
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9087
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9097
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9098
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9099
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9088
9100
  ] }),
9089
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1564px", width: "56px", height: "44px" }, children: [
9090
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9091
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9092
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Phone Sync with NY office " }),
9093
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Phone Sync with NY office " })
9101
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1564px", width: "56px", height: "44px" }, children: [
9102
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9103
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9104
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Phone Sync with NY office " }),
9105
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Phone Sync with NY office " })
9094
9106
  ] }),
9095
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9096
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9097
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9107
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9108
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9109
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9098
9110
  ] }),
9099
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "225px", left: "421px", width: "56px", height: "89px" }, children: [
9100
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9101
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9102
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
9103
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Website upload" })
9111
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "225px", left: "421px", width: "56px", height: "89px" }, children: [
9112
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9113
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9114
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
9115
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Website upload" })
9104
9116
  ] }),
9105
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9106
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9107
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9117
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9118
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9119
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9108
9120
  ] }),
9109
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "225px", left: "821px", width: "56px", height: "89px" }, children: [
9110
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9111
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9112
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
9113
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Website upload" })
9121
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "225px", left: "821px", width: "56px", height: "89px" }, children: [
9122
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9123
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9124
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
9125
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Website upload" })
9114
9126
  ] }),
9115
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9116
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9117
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9127
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9128
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9129
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9118
9130
  ] }),
9119
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "225px", left: "1221px", width: "56px", height: "89px" }, children: [
9120
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9121
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9122
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
9123
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Website upload" })
9131
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "225px", left: "1221px", width: "56px", height: "89px" }, children: [
9132
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9133
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9134
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
9135
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Website upload" })
9124
9136
  ] }),
9125
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9126
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9127
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9137
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9138
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9139
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9128
9140
  ] }),
9129
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "225px", left: "1621px", width: "56px", height: "89px" }, children: [
9130
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9131
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9132
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
9133
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Website upload" })
9141
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "225px", left: "1621px", width: "56px", height: "89px" }, children: [
9142
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9143
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9144
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
9145
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Website upload" })
9134
9146
  ] }),
9135
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9136
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9137
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9147
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9148
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9149
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9138
9150
  ] }),
9139
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "421px", width: "56px", height: "89px" }, children: [
9140
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9141
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9142
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9143
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9151
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "421px", width: "56px", height: "89px" }, children: [
9152
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9153
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9154
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9155
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9144
9156
  ] }),
9145
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9146
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9147
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9157
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9158
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9159
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9148
9160
  ] }),
9149
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "821px", width: "56px", height: "89px" }, children: [
9150
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9151
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9152
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9153
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9161
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "821px", width: "56px", height: "89px" }, children: [
9162
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9163
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9164
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9165
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9154
9166
  ] }),
9155
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9156
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9157
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9167
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9168
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9169
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9158
9170
  ] }),
9159
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1221px", width: "56px", height: "89px" }, children: [
9160
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9161
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9162
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9163
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9171
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1221px", width: "56px", height: "89px" }, children: [
9172
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9173
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9174
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9175
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9164
9176
  ] }),
9165
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9166
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9167
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9177
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9178
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9179
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9168
9180
  ] }),
9169
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1621px", width: "56px", height: "89px" }, children: [
9170
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9171
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9172
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9173
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9181
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1621px", width: "56px", height: "89px" }, children: [
9182
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9183
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9184
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9185
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9174
9186
  ] }),
9175
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9176
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9177
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9187
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9188
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9189
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9178
9190
  ] }),
9179
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "421px", width: "27.5px", height: "89px" }, children: [
9180
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9181
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Job Interview - Mathew Stevens", children: [
9182
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 2:00 PM): Job Interview - Mathew Stevens" }),
9183
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Job Interview - Mathew Stevens" })
9191
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "421px", width: "27.5px", height: "89px" }, children: [
9192
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9193
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Mathew Stevens", children: [
9194
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 2:00 PM): Job Interview - Mathew Stevens" }),
9195
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Mathew Stevens" })
9184
9196
  ] }),
9185
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9186
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9187
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9197
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9198
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9199
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9188
9200
  ] }),
9189
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "821px", width: "27.5px", height: "89px" }, children: [
9190
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9191
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Job Interview - Mathew Stevens", children: [
9192
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 2:00 PM): Job Interview - Mathew Stevens" }),
9193
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Job Interview - Mathew Stevens" })
9201
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "821px", width: "27.5px", height: "89px" }, children: [
9202
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9203
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Mathew Stevens", children: [
9204
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 2:00 PM): Job Interview - Mathew Stevens" }),
9205
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Mathew Stevens" })
9194
9206
  ] }),
9195
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9196
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9197
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9207
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9208
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9209
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9198
9210
  ] }),
9199
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1221px", width: "27.5px", height: "89px" }, children: [
9200
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9201
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Job Interview - Mathew Stevens", children: [
9202
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 2:00 PM): Job Interview - Mathew Stevens" }),
9203
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Job Interview - Mathew Stevens" })
9211
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1221px", width: "27.5px", height: "89px" }, children: [
9212
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9213
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Mathew Stevens", children: [
9214
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 2:00 PM): Job Interview - Mathew Stevens" }),
9215
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Mathew Stevens" })
9204
9216
  ] }),
9205
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9206
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9207
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9217
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9218
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9219
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9208
9220
  ] }),
9209
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1621px", width: "27.5px", height: "89px" }, children: [
9210
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9211
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { title: "Job Interview - Mathew Stevens", children: [
9212
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 2:00 PM): Job Interview - Mathew Stevens" }),
9213
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Job Interview - Mathew Stevens" })
9221
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1621px", width: "27.5px", height: "89px" }, children: [
9222
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9223
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Mathew Stevens", children: [
9224
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 2:00 PM): Job Interview - Mathew Stevens" }),
9225
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Mathew Stevens" })
9214
9226
  ] }),
9215
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9216
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9217
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9227
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9228
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9229
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9218
9230
  ] }),
9219
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "495px", left: "449.5px", width: "27.5px", height: "89px" }, children: [
9220
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9221
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9222
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:30 PM - 2:30 PM): Helpdesk status meeting" }),
9223
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Helpdesk status meeting" })
9231
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "495px", left: "449.5px", width: "27.5px", height: "89px" }, children: [
9232
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9233
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9234
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:30 PM - 2:30 PM): Helpdesk status meeting" }),
9235
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Helpdesk status meeting" })
9224
9236
  ] }),
9225
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9226
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9227
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9237
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9238
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9239
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9228
9240
  ] }),
9229
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "495px", left: "849.5px", width: "27.5px", height: "89px" }, children: [
9230
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9231
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9232
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:30 PM - 2:30 PM): Helpdesk status meeting" }),
9233
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Helpdesk status meeting" })
9241
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "495px", left: "849.5px", width: "27.5px", height: "89px" }, children: [
9242
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9243
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9244
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:30 PM - 2:30 PM): Helpdesk status meeting" }),
9245
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Helpdesk status meeting" })
9234
9246
  ] }),
9235
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9236
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9237
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9247
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9248
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9249
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9238
9250
  ] }),
9239
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "495px", left: "1249.5px", width: "27.5px", height: "89px" }, children: [
9240
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9241
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9242
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:30 PM - 2:30 PM): Helpdesk status meeting" }),
9243
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Helpdesk status meeting" })
9251
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "495px", left: "1249.5px", width: "27.5px", height: "89px" }, children: [
9252
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9253
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9254
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:30 PM - 2:30 PM): Helpdesk status meeting" }),
9255
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Helpdesk status meeting" })
9244
9256
  ] }),
9245
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9246
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9247
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9257
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9258
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9259
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9248
9260
  ] }),
9249
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "495px", left: "1649.5px", width: "27.5px", height: "89px" }, children: [
9250
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9251
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9252
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(1:30 PM - 2:30 PM): Helpdesk status meeting" }),
9253
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Helpdesk status meeting" })
9261
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "495px", left: "1649.5px", width: "27.5px", height: "89px" }, children: [
9262
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9263
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9264
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:30 PM - 2:30 PM): Helpdesk status meeting" }),
9265
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Helpdesk status meeting" })
9254
9266
  ] }),
9255
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9256
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9257
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9267
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9268
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9269
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9258
9270
  ] }),
9259
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "421px", width: "27.5px", height: "44px" }, children: [
9260
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9261
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9262
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Review CVs with Tim" }),
9263
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Review CVs with Tim" })
9271
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "421px", width: "27.5px", height: "44px" }, children: [
9272
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9273
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9274
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Review CVs with Tim" }),
9275
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Review CVs with Tim" })
9264
9276
  ] }),
9265
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9266
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9267
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9277
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9278
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9279
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9268
9280
  ] }),
9269
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "821px", width: "27.5px", height: "44px" }, children: [
9270
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9271
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9272
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Review CVs with Tim" }),
9273
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Review CVs with Tim" })
9281
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "821px", width: "27.5px", height: "44px" }, children: [
9282
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9283
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9284
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Review CVs with Tim" }),
9285
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Review CVs with Tim" })
9274
9286
  ] }),
9275
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9276
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9277
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9287
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9288
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9289
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9278
9290
  ] }),
9279
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1221px", width: "27.5px", height: "44px" }, children: [
9280
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9281
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9282
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Review CVs with Tim" }),
9283
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Review CVs with Tim" })
9291
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1221px", width: "27.5px", height: "44px" }, children: [
9292
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9293
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9294
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Review CVs with Tim" }),
9295
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Review CVs with Tim" })
9284
9296
  ] }),
9285
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9286
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9287
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9297
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9298
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9299
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9288
9300
  ] }),
9289
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1621px", width: "27.5px", height: "44px" }, children: [
9290
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9291
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9292
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Review CVs with Tim" }),
9293
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Review CVs with Tim" })
9301
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1621px", width: "27.5px", height: "44px" }, children: [
9302
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9303
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9304
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Review CVs with Tim" }),
9305
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Review CVs with Tim" })
9294
9306
  ] }),
9295
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9296
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9297
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9307
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9308
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9309
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9298
9310
  ] }),
9299
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "421px", width: "27.5px", height: "134px" }, children: [
9300
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9301
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9302
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:30 PM): Lunch with Monica" }),
9303
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Lunch with Monica" })
9311
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "421px", width: "27.5px", height: "134px" }, children: [
9312
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9313
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9314
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:30 PM): Lunch with Monica" }),
9315
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Lunch with Monica" })
9304
9316
  ] }),
9305
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9306
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9307
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9317
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9318
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9319
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9308
9320
  ] }),
9309
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "821px", width: "27.5px", height: "134px" }, children: [
9310
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9311
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9312
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:30 PM): Lunch with Monica" }),
9313
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Lunch with Monica" })
9321
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "821px", width: "27.5px", height: "134px" }, children: [
9322
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9323
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9324
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:30 PM): Lunch with Monica" }),
9325
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Lunch with Monica" })
9314
9326
  ] }),
9315
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9316
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9317
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9327
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9328
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9329
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9318
9330
  ] }),
9319
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1221px", width: "27.5px", height: "134px" }, children: [
9320
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9321
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9322
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:30 PM): Lunch with Monica" }),
9323
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Lunch with Monica" })
9331
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1221px", width: "27.5px", height: "134px" }, children: [
9332
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9333
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9334
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:30 PM): Lunch with Monica" }),
9335
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Lunch with Monica" })
9324
9336
  ] }),
9325
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9326
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9327
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9337
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9338
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9339
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9328
9340
  ] }),
9329
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1621px", width: "27.5px", height: "134px" }, children: [
9330
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9331
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9332
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:30 PM): Lunch with Monica" }),
9333
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Lunch with Monica" })
9341
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1621px", width: "27.5px", height: "134px" }, children: [
9342
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9343
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9344
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:30 PM): Lunch with Monica" }),
9345
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Lunch with Monica" })
9334
9346
  ] }),
9335
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9336
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9337
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9347
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9348
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9349
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9338
9350
  ] }),
9339
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "449.5px", width: "27.5px", height: "89px" }, children: [
9340
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9341
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9342
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch" }),
9343
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business Lunch" })
9351
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "449.5px", width: "27.5px", height: "89px" }, children: [
9352
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9353
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9354
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch" }),
9355
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch" })
9344
9356
  ] }),
9345
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9346
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9347
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9357
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9358
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9359
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9348
9360
  ] }),
9349
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "849.5px", width: "27.5px", height: "89px" }, children: [
9350
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9351
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9352
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch" }),
9353
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business Lunch" })
9361
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "849.5px", width: "27.5px", height: "89px" }, children: [
9362
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9363
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9364
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch" }),
9365
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch" })
9354
9366
  ] }),
9355
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9356
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9357
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9367
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9368
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9369
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9358
9370
  ] }),
9359
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1249.5px", width: "27.5px", height: "89px" }, children: [
9360
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9361
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9362
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch" }),
9363
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business Lunch" })
9371
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1249.5px", width: "27.5px", height: "89px" }, children: [
9372
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9373
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9374
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch" }),
9375
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch" })
9364
9376
  ] }),
9365
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9366
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9367
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9377
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9378
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9379
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9368
9380
  ] }),
9369
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1649.5px", width: "27.5px", height: "89px" }, children: [
9370
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions" }),
9371
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { children: [
9372
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch" }),
9373
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "k-event-template", children: "Business Lunch" })
9381
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1649.5px", width: "27.5px", height: "89px" }, children: [
9382
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
9383
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
9384
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch" }),
9385
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch" })
9374
9386
  ] }),
9375
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x" }) }) }),
9376
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9377
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-resize-handle k-resize-s" })
9387
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
9388
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
9389
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
9378
9390
  ] })
9379
9391
  ] })
9380
9392
  ] }),
9381
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Toolbar, { className: "k-scheduler-footer", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Button, { icon: "clock", className: "k-scheduler-fullday", children: "Show full day" }) })
9393
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Toolbar, { className: "k-scheduler-footer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "clock", className: "k-scheduler-fullday", children: "Show full day" }) })
9382
9394
  ] }) })
9383
9395
  ] });