@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
@@ -7633,1717 +7633,1729 @@ ToolbarPopup.options = options46;
7633
7633
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7634
7634
  ToolbarPopup.defaultProps = defaultProps43;
7635
7635
 
7636
- // src/toolbar/templates/toolbar-normal.tsx
7636
+ // src/split-button/templates/icon-split-button.tsx
7637
7637
  import { jsx as jsx110 } from "react/jsx-runtime";
7638
7638
 
7639
- // src/toolbar/templates/toolbar-resizable.tsx
7639
+ // src/split-button/templates/icon-text-split-button.tsx
7640
7640
  import { jsx as jsx111 } from "react/jsx-runtime";
7641
7641
 
7642
- // src/toolbar/templates/toolbar-angular-normal.tsx
7642
+ // src/split-button/templates/text-split-button.tsx
7643
7643
  import { jsx as jsx112 } from "react/jsx-runtime";
7644
7644
 
7645
+ // src/split-button/templates/split-button-popup.tsx
7646
+ import { jsx as jsx113, jsxs as jsxs47 } from "react/jsx-runtime";
7647
+
7648
+ // src/toolbar/templates/toolbar-normal.tsx
7649
+ import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
7650
+
7651
+ // src/toolbar/templates/toolbar-resizable.tsx
7652
+ import { jsx as jsx115 } from "react/jsx-runtime";
7653
+
7654
+ // src/toolbar/templates/toolbar-angular-normal.tsx
7655
+ import { jsx as jsx116 } from "react/jsx-runtime";
7656
+
7645
7657
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7646
- import { jsx as jsx113 } from "react/jsx-runtime";
7658
+ import { jsx as jsx117 } from "react/jsx-runtime";
7647
7659
 
7648
7660
  // src/scheduler/tests/scheduler-react-month.tsx
7649
- import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs47 } from "react/jsx-runtime";
7661
+ import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
7650
7662
  var style = `
7651
7663
  #test-area {
7652
7664
  max-width: 1400px;
7653
7665
  }
7654
7666
  `;
7655
- var scheduler_react_month_default = () => /* @__PURE__ */ jsxs47(Fragment29, { children: [
7656
- /* @__PURE__ */ jsx114("style", { children: style }),
7657
- /* @__PURE__ */ jsx114("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsxs47("div", { className: "k-widget k-scheduler k-scheduler-flex", style: { height: "900px" }, children: [
7658
- /* @__PURE__ */ jsxs47(Toolbar, { className: "k-scheduler-toolbar", children: [
7659
- /* @__PURE__ */ jsxs47(ButtonGroup, { className: "k-scheduler-navigation", children: [
7660
- /* @__PURE__ */ jsx114(Button, { children: "Today" }),
7661
- /* @__PURE__ */ jsx114(Button, { icon: "caret-alt-left" }),
7662
- /* @__PURE__ */ jsx114(Button, { icon: "caret-alt-right" })
7667
+ var scheduler_react_month_default = () => /* @__PURE__ */ jsxs49(Fragment30, { children: [
7668
+ /* @__PURE__ */ jsx118("style", { children: style }),
7669
+ /* @__PURE__ */ jsx118("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsxs49("div", { className: "k-widget k-scheduler k-scheduler-flex", style: { height: "900px" }, children: [
7670
+ /* @__PURE__ */ jsxs49(Toolbar, { className: "k-scheduler-toolbar", children: [
7671
+ /* @__PURE__ */ jsxs49(ButtonGroup, { className: "k-scheduler-navigation", children: [
7672
+ /* @__PURE__ */ jsx118(Button, { children: "Today" }),
7673
+ /* @__PURE__ */ jsx118(Button, { icon: "caret-alt-left" }),
7674
+ /* @__PURE__ */ jsx118(Button, { icon: "caret-alt-right" })
7663
7675
  ] }),
7664
- /* @__PURE__ */ jsx114(Button, { icon: "calendar", className: "k-nav-current", fillMode: "flat", children: "June 2020" }),
7665
- /* @__PURE__ */ jsx114("span", { className: "k-spacer" }),
7666
- /* @__PURE__ */ jsxs47(ButtonGroup, { className: "k-scheduler-views", children: [
7667
- /* @__PURE__ */ jsx114(Button, { children: "Day" }),
7668
- /* @__PURE__ */ jsx114(Button, { children: "Week" }),
7669
- /* @__PURE__ */ jsx114(Button, { selected: true, children: "Month" }),
7670
- /* @__PURE__ */ jsx114(Button, { children: "Timeline" }),
7671
- /* @__PURE__ */ jsx114(Button, { children: "Agenda" })
7676
+ /* @__PURE__ */ jsx118(Button, { icon: "calendar", className: "k-nav-current", fillMode: "flat", children: "June 2020" }),
7677
+ /* @__PURE__ */ jsx118("span", { className: "k-spacer" }),
7678
+ /* @__PURE__ */ jsxs49(ButtonGroup, { className: "k-scheduler-views", children: [
7679
+ /* @__PURE__ */ jsx118(Button, { children: "Day" }),
7680
+ /* @__PURE__ */ jsx118(Button, { children: "Week" }),
7681
+ /* @__PURE__ */ jsx118(Button, { selected: true, children: "Month" }),
7682
+ /* @__PURE__ */ jsx118(Button, { children: "Timeline" }),
7683
+ /* @__PURE__ */ jsx118(Button, { children: "Agenda" })
7672
7684
  ] })
7673
7685
  ] }),
7674
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-layout k-scheduler-layout-flex k-scheduler-monthview", children: [
7675
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-head", children: /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-group k-group-horizontal", children: [
7676
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7677
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 101" }),
7678
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 201" })
7679
- ] }),
7680
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7681
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
7682
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" }),
7683
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
7684
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" })
7685
- ] }),
7686
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7687
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7688
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Sunday" }) }),
7689
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Monday" }) }),
7690
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Tuesday" }) }),
7691
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Wednesday" }) }),
7692
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Thursday" }) }),
7693
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Friday" }) }),
7694
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Saturday" }) })
7686
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-layout k-scheduler-layout-flex k-scheduler-monthview", children: [
7687
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-head", children: /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-group k-group-horizontal", children: [
7688
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7689
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 101" }),
7690
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 201" })
7691
+ ] }),
7692
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7693
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
7694
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" }),
7695
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
7696
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" })
7697
+ ] }),
7698
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7699
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7700
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Sunday" }) }),
7701
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Monday" }) }),
7702
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Tuesday" }) }),
7703
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Wednesday" }) }),
7704
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Thursday" }) }),
7705
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Friday" }) }),
7706
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Saturday" }) })
7695
7707
  ] }) }),
7696
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7697
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Sunday" }) }),
7698
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Monday" }) }),
7699
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Tuesday" }) }),
7700
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Wednesday" }) }),
7701
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Thursday" }) }),
7702
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Friday" }) }),
7703
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Saturday" }) })
7708
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7709
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Sunday" }) }),
7710
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Monday" }) }),
7711
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Tuesday" }) }),
7712
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Wednesday" }) }),
7713
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Thursday" }) }),
7714
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Friday" }) }),
7715
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Saturday" }) })
7704
7716
  ] }) }),
7705
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7706
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Sunday" }) }),
7707
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Monday" }) }),
7708
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Tuesday" }) }),
7709
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Wednesday" }) }),
7710
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Thursday" }) }),
7711
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Friday" }) }),
7712
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Saturday" }) })
7717
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7718
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Sunday" }) }),
7719
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Monday" }) }),
7720
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Tuesday" }) }),
7721
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Wednesday" }) }),
7722
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Thursday" }) }),
7723
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Friday" }) }),
7724
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Saturday" }) })
7713
7725
  ] }) }),
7714
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7715
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Sunday" }) }),
7716
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Monday" }) }),
7717
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Tuesday" }) }),
7718
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Wednesday" }) }),
7719
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Thursday" }) }),
7720
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Friday" }) }),
7721
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "Saturday" }) })
7726
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7727
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Sunday" }) }),
7728
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Monday" }) }),
7729
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Tuesday" }) }),
7730
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Wednesday" }) }),
7731
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Thursday" }) }),
7732
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Friday" }) }),
7733
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-heading-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "Saturday" }) })
7722
7734
  ] }) })
7723
7735
  ] })
7724
7736
  ] }) }),
7725
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-body", children: [
7726
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7727
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-group-cell", children: [
7728
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7729
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "31" }) }),
7730
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "01" }) }),
7731
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "02" }) }),
7732
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "03" }) }),
7733
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7734
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "04" }),
7735
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7737
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-body", children: [
7738
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7739
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-group-cell", children: [
7740
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7741
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "31" }) }),
7742
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "01" }) }),
7743
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "02" }) }),
7744
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "03" }) }),
7745
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7746
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "04" }),
7747
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7736
7748
  ] }),
7737
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "05" }) }),
7738
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "06" }) })
7749
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "05" }) }),
7750
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "06" }) })
7739
7751
  ] }),
7740
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7741
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "07" }) }),
7742
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "08" }) }),
7743
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "09" }) }),
7744
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7745
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "10" }),
7746
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7752
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7753
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "07" }) }),
7754
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "08" }) }),
7755
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "09" }) }),
7756
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7757
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "10" }),
7758
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7747
7759
  ] }),
7748
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "11" }) }),
7749
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "12" }) }),
7750
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "13" }) })
7760
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "11" }) }),
7761
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "12" }) }),
7762
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "13" }) })
7751
7763
  ] }),
7752
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7753
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "14" }) }),
7754
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "15" }) }),
7755
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "16" }) }),
7756
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "17" }) }),
7757
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "18" }) }),
7758
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "19" }) }),
7759
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "20" }) })
7764
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7765
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "14" }) }),
7766
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "15" }) }),
7767
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "16" }) }),
7768
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "17" }) }),
7769
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "18" }) }),
7770
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "19" }) }),
7771
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "20" }) })
7760
7772
  ] }),
7761
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7762
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "21" }) }),
7763
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "22" }) }),
7764
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "23" }) }),
7765
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7766
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "24" }),
7767
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7773
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7774
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "21" }) }),
7775
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "22" }) }),
7776
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "23" }) }),
7777
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7778
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "24" }),
7779
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7768
7780
  ] }),
7769
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7770
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "25" }),
7771
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7781
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7782
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "25" }),
7783
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7772
7784
  ] }),
7773
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7774
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "26" }),
7775
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7785
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7786
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "26" }),
7787
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7776
7788
  ] }),
7777
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7778
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "27" }),
7779
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7789
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7790
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "27" }),
7791
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7780
7792
  ] })
7781
7793
  ] }),
7782
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7783
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7784
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "28" }),
7785
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7794
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7795
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7796
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "28" }),
7797
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7786
7798
  ] }),
7787
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "29" }) }),
7788
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "30" }) }),
7789
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "01" }) }),
7790
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "02" }) }),
7791
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "03" }) }),
7792
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "04" }) })
7799
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "29" }) }),
7800
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "30" }) }),
7801
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "01" }) }),
7802
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "02" }) }),
7803
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "03" }) }),
7804
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "04" }) })
7793
7805
  ] })
7794
7806
  ] }),
7795
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-group-cell", children: [
7796
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7797
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "31" }) }),
7798
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "01" }) }),
7799
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "02" }) }),
7800
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "03" }) }),
7801
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7802
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "04" }),
7803
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7807
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-group-cell", children: [
7808
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7809
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "31" }) }),
7810
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "01" }) }),
7811
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "02" }) }),
7812
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "03" }) }),
7813
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7814
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "04" }),
7815
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7804
7816
  ] }),
7805
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "05" }) }),
7806
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "06" }) })
7817
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "05" }) }),
7818
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "06" }) })
7807
7819
  ] }),
7808
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7809
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "07" }) }),
7810
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "08" }) }),
7811
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "09" }) }),
7812
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7813
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "10" }),
7814
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7820
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7821
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "07" }) }),
7822
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "08" }) }),
7823
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "09" }) }),
7824
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7825
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "10" }),
7826
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7815
7827
  ] }),
7816
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "11" }) }),
7817
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "12" }) }),
7818
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "13" }) })
7828
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "11" }) }),
7829
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "12" }) }),
7830
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "13" }) })
7819
7831
  ] }),
7820
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7821
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "14" }) }),
7822
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "15" }) }),
7823
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "16" }) }),
7824
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "17" }) }),
7825
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "18" }) }),
7826
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "19" }) }),
7827
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "20" }) })
7832
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7833
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "14" }) }),
7834
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "15" }) }),
7835
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "16" }) }),
7836
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "17" }) }),
7837
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "18" }) }),
7838
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "19" }) }),
7839
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "20" }) })
7828
7840
  ] }),
7829
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7830
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "21" }) }),
7831
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "22" }) }),
7832
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "23" }) }),
7833
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7834
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "24" }),
7835
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7841
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7842
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "21" }) }),
7843
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "22" }) }),
7844
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "23" }) }),
7845
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7846
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "24" }),
7847
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7836
7848
  ] }),
7837
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7838
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "25" }),
7839
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7849
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7850
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "25" }),
7851
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7840
7852
  ] }),
7841
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7842
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "26" }),
7843
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7853
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7854
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "26" }),
7855
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7844
7856
  ] }),
7845
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7846
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "27" }),
7847
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7857
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7858
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "27" }),
7859
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7848
7860
  ] })
7849
7861
  ] }),
7850
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7851
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7852
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "28" }),
7853
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7862
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7863
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7864
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "28" }),
7865
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7854
7866
  ] }),
7855
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "29" }) }),
7856
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "30" }) }),
7857
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "01" }) }),
7858
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "02" }) }),
7859
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "03" }) }),
7860
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "04" }) })
7867
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "29" }) }),
7868
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "30" }) }),
7869
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "01" }) }),
7870
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "02" }) }),
7871
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "03" }) }),
7872
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "04" }) })
7861
7873
  ] })
7862
7874
  ] }),
7863
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-group-cell", children: [
7864
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7865
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "31" }) }),
7866
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "01" }) }),
7867
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "02" }) }),
7868
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "03" }) }),
7869
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7870
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "04" }),
7871
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7875
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-group-cell", children: [
7876
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7877
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "31" }) }),
7878
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "01" }) }),
7879
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "02" }) }),
7880
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "03" }) }),
7881
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7882
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "04" }),
7883
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7872
7884
  ] }),
7873
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "05" }) }),
7874
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "06" }) })
7885
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "05" }) }),
7886
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "06" }) })
7875
7887
  ] }),
7876
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7877
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "07" }) }),
7878
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "08" }) }),
7879
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "09" }) }),
7880
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7881
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "10" }),
7882
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7888
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7889
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "07" }) }),
7890
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "08" }) }),
7891
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "09" }) }),
7892
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7893
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "10" }),
7894
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7883
7895
  ] }),
7884
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "11" }) }),
7885
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "12" }) }),
7886
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "13" }) })
7896
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "11" }) }),
7897
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "12" }) }),
7898
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "13" }) })
7887
7899
  ] }),
7888
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7889
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "14" }) }),
7890
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "15" }) }),
7891
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "16" }) }),
7892
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "17" }) }),
7893
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "18" }) }),
7894
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "19" }) }),
7895
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "20" }) })
7900
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7901
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "14" }) }),
7902
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "15" }) }),
7903
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "16" }) }),
7904
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "17" }) }),
7905
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "18" }) }),
7906
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "19" }) }),
7907
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "20" }) })
7896
7908
  ] }),
7897
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7898
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "21" }) }),
7899
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "22" }) }),
7900
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "23" }) }),
7901
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7902
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "24" }),
7903
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7909
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7910
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "21" }) }),
7911
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "22" }) }),
7912
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "23" }) }),
7913
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7914
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "24" }),
7915
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7904
7916
  ] }),
7905
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7906
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "25" }),
7907
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7917
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7918
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "25" }),
7919
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7908
7920
  ] }),
7909
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7910
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "26" }),
7911
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7921
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7922
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "26" }),
7923
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7912
7924
  ] }),
7913
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7914
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "27" }),
7915
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7925
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7926
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "27" }),
7927
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7916
7928
  ] })
7917
7929
  ] }),
7918
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7919
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7920
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "28" }),
7921
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7930
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7931
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7932
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "28" }),
7933
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7922
7934
  ] }),
7923
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "29" }) }),
7924
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "30" }) }),
7925
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "01" }) }),
7926
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "02" }) }),
7927
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "03" }) }),
7928
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "04" }) })
7935
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "29" }) }),
7936
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "30" }) }),
7937
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "01" }) }),
7938
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "02" }) }),
7939
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "03" }) }),
7940
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "04" }) })
7929
7941
  ] })
7930
7942
  ] }),
7931
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-group-cell", children: [
7932
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7933
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "31" }) }),
7934
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "01" }) }),
7935
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "02" }) }),
7936
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "03" }) }),
7937
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7938
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "04" }),
7939
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7943
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-group-cell", children: [
7944
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7945
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "31" }) }),
7946
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "01" }) }),
7947
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "02" }) }),
7948
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "03" }) }),
7949
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7950
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "04" }),
7951
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7940
7952
  ] }),
7941
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "05" }) }),
7942
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "06" }) })
7953
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "05" }) }),
7954
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "06" }) })
7943
7955
  ] }),
7944
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7945
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "07" }) }),
7946
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "08" }) }),
7947
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "09" }) }),
7948
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7949
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "10" }),
7950
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7956
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7957
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "07" }) }),
7958
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "08" }) }),
7959
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "09" }) }),
7960
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7961
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "10" }),
7962
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7951
7963
  ] }),
7952
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "11" }) }),
7953
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "12" }) }),
7954
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "13" }) })
7964
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "11" }) }),
7965
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "12" }) }),
7966
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "13" }) })
7955
7967
  ] }),
7956
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7957
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "14" }) }),
7958
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "15" }) }),
7959
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "16" }) }),
7960
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "17" }) }),
7961
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "18" }) }),
7962
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "19" }) }),
7963
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "20" }) })
7968
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7969
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "14" }) }),
7970
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "15" }) }),
7971
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "16" }) }),
7972
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "17" }) }),
7973
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "18" }) }),
7974
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "19" }) }),
7975
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "20" }) })
7964
7976
  ] }),
7965
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7966
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "21" }) }),
7967
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "22" }) }),
7968
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "23" }) }),
7969
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7970
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "24" }),
7971
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7977
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7978
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "21" }) }),
7979
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "22" }) }),
7980
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "23" }) }),
7981
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7982
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "24" }),
7983
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7972
7984
  ] }),
7973
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7974
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "25" }),
7975
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7985
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7986
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "25" }),
7987
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7976
7988
  ] }),
7977
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7978
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "26" }),
7979
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7989
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7990
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "26" }),
7991
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7980
7992
  ] }),
7981
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7982
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "27" }),
7983
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7993
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
7994
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "27" }),
7995
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7984
7996
  ] })
7985
7997
  ] }),
7986
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-row", children: [
7987
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-cell k-slot-cell", children: [
7988
- /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "28" }),
7989
- /* @__PURE__ */ jsx114(Button, { className: "k-more-events", icon: "more-horizontal" })
7998
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-row", children: [
7999
+ /* @__PURE__ */ jsxs49("div", { className: "k-scheduler-cell k-slot-cell", children: [
8000
+ /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "28" }),
8001
+ /* @__PURE__ */ jsx118(Button, { className: "k-more-events", icon: "more-horizontal" })
7990
8002
  ] }),
7991
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "29" }) }),
7992
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "30" }) }),
7993
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "01" }) }),
7994
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "02" }) }),
7995
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "03" }) }),
7996
- /* @__PURE__ */ jsx114("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx114("span", { className: "k-link k-nav-day", children: "04" }) })
8003
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "29" }) }),
8004
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "30" }) }),
8005
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "01" }) }),
8006
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "02" }) }),
8007
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "03" }) }),
8008
+ /* @__PURE__ */ jsx118("div", { className: "k-scheduler-cell k-slot-cell", children: /* @__PURE__ */ jsx118("span", { className: "k-link k-nav-day", children: "04" }) })
7997
8009
  ] })
7998
8010
  ] })
7999
8011
  ] }) }),
8000
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "180px", width: "59px", height: "25px" }, children: [
8001
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8002
- /* @__PURE__ */ jsxs47("div", { children: [
8003
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8004
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8005
- ] }),
8006
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8007
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8008
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8009
- ] }),
8010
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "599px", width: "59px", height: "25px" }, children: [
8011
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8012
- /* @__PURE__ */ jsxs47("div", { children: [
8013
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8014
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8015
- ] }),
8016
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8017
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8018
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8019
- ] }),
8020
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1019px", width: "59px", height: "25px" }, children: [
8021
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8022
- /* @__PURE__ */ jsxs47("div", { children: [
8023
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8024
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8025
- ] }),
8026
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8027
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8028
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8029
- ] }),
8030
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1438px", width: "59px", height: "25px" }, children: [
8031
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8032
- /* @__PURE__ */ jsxs47("div", { children: [
8033
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8034
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8035
- ] }),
8036
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8037
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8038
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8039
- ] }),
8040
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "240px", width: "59px", height: "25px" }, children: [
8041
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8042
- /* @__PURE__ */ jsxs47("div", { children: [
8043
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:30 PM): Breakfast at Starbucks" }),
8044
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast at Starbucks" })
8045
- ] }),
8046
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8047
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8048
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8049
- ] }),
8050
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "659px", width: "59px", height: "25px" }, children: [
8051
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8052
- /* @__PURE__ */ jsxs47("div", { children: [
8053
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:30 PM): Breakfast at Starbucks" }),
8054
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast at Starbucks" })
8055
- ] }),
8056
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8057
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8058
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8059
- ] }),
8060
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1079px", width: "59px", height: "25px" }, children: [
8061
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8062
- /* @__PURE__ */ jsxs47("div", { children: [
8063
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:30 PM): Breakfast at Starbucks" }),
8064
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast at Starbucks" })
8065
- ] }),
8066
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8067
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8068
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8069
- ] }),
8070
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1498px", width: "59px", height: "25px" }, children: [
8071
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8072
- /* @__PURE__ */ jsxs47("div", { children: [
8073
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:30 PM): Breakfast at Starbucks" }),
8074
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast at Starbucks" })
8075
- ] }),
8076
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8077
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8078
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8079
- ] }),
8080
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "26px", left: "240px", width: "59px", height: "25px" }, children: [
8081
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8082
- /* @__PURE__ */ jsxs47("div", { children: [
8083
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 3:00 PM): Software updates" }),
8084
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Software updates" })
8085
- ] }),
8086
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8087
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8088
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8089
- ] }),
8090
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "26px", left: "659px", width: "59px", height: "25px" }, children: [
8091
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8092
- /* @__PURE__ */ jsxs47("div", { children: [
8093
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 3:00 PM): Software updates" }),
8094
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Software updates" })
8095
- ] }),
8096
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8097
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8098
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8099
- ] }),
8100
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "26px", left: "1079px", width: "59px", height: "25px" }, children: [
8101
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8102
- /* @__PURE__ */ jsxs47("div", { children: [
8103
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 3:00 PM): Software updates" }),
8104
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Software updates" })
8105
- ] }),
8106
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8107
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8108
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8109
- ] }),
8110
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "26px", left: "1498px", width: "59px", height: "25px" }, children: [
8111
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8112
- /* @__PURE__ */ jsxs47("div", { children: [
8113
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 3:00 PM): Software updates" }),
8114
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Software updates" })
8115
- ] }),
8116
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8117
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8118
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8119
- ] }),
8120
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "300px", width: "59px", height: "25px" }, children: [
8121
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8122
- /* @__PURE__ */ jsxs47("div", { children: [
8123
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): HR seminar preparation" }),
8124
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR seminar preparation" })
8125
- ] }),
8126
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8127
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8128
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8129
- ] }),
8130
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "719px", width: "59px", height: "25px" }, children: [
8131
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8132
- /* @__PURE__ */ jsxs47("div", { children: [
8133
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): HR seminar preparation" }),
8134
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR seminar preparation" })
8135
- ] }),
8136
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8137
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8138
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8139
- ] }),
8140
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1139px", width: "59px", height: "25px" }, children: [
8141
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8142
- /* @__PURE__ */ jsxs47("div", { children: [
8143
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): HR seminar preparation" }),
8144
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR seminar preparation" })
8145
- ] }),
8146
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8147
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8148
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8149
- ] }),
8150
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1558px", width: "59px", height: "25px" }, children: [
8151
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8152
- /* @__PURE__ */ jsxs47("div", { children: [
8153
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): HR seminar preparation" }),
8154
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR seminar preparation" })
8155
- ] }),
8156
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8157
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8158
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8159
- ] }),
8160
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "0px", width: "59px", height: "25px" }, children: [
8161
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8162
- /* @__PURE__ */ jsxs47("div", { children: [
8163
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:30 AM): Website upload" }),
8164
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Website upload" })
8165
- ] }),
8166
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8167
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8168
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8169
- ] }),
8170
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "420px", width: "59px", height: "25px" }, children: [
8171
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8172
- /* @__PURE__ */ jsxs47("div", { children: [
8173
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:30 AM): Website upload" }),
8174
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Website upload" })
8175
- ] }),
8176
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8177
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8178
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8179
- ] }),
8180
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "839px", width: "59px", height: "25px" }, children: [
8181
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8182
- /* @__PURE__ */ jsxs47("div", { children: [
8183
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:30 AM): Website upload" }),
8184
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Website upload" })
8185
- ] }),
8186
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8187
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8188
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8189
- ] }),
8190
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1259px", width: "59px", height: "25px" }, children: [
8191
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8192
- /* @__PURE__ */ jsxs47("div", { children: [
8193
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:30 AM): Website upload" }),
8194
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Website upload" })
8195
- ] }),
8196
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8197
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8198
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8199
- ] }),
8200
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "60px", width: "59px", height: "25px" }, children: [
8201
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8202
- /* @__PURE__ */ jsxs47("div", { children: [
8203
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8204
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8205
- ] }),
8206
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8207
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8208
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8209
- ] }),
8210
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "479px", width: "59px", height: "25px" }, children: [
8211
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8212
- /* @__PURE__ */ jsxs47("div", { children: [
8213
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8214
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8215
- ] }),
8216
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8217
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8218
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8219
- ] }),
8220
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "899px", width: "59px", height: "25px" }, children: [
8221
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8222
- /* @__PURE__ */ jsxs47("div", { children: [
8223
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8224
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8225
- ] }),
8226
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8227
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8228
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8229
- ] }),
8230
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1318px", width: "59px", height: "25px" }, children: [
8231
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8232
- /* @__PURE__ */ jsxs47("div", { children: [
8233
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8234
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8235
- ] }),
8236
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8237
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8238
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8239
- ] }),
8240
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "120px", width: "59px", height: "25px" }, children: [
8241
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8242
- /* @__PURE__ */ jsxs47("div", { children: [
8243
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8244
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8245
- ] }),
8246
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8247
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8248
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8249
- ] }),
8250
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "539px", width: "59px", height: "25px" }, children: [
8251
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8252
- /* @__PURE__ */ jsxs47("div", { children: [
8253
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8254
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8255
- ] }),
8256
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8257
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8258
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8259
- ] }),
8260
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "959px", width: "59px", height: "25px" }, children: [
8261
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8262
- /* @__PURE__ */ jsxs47("div", { children: [
8263
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8264
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8265
- ] }),
8266
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8267
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8268
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8269
- ] }),
8270
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1378px", width: "59px", height: "25px" }, children: [
8271
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8272
- /* @__PURE__ */ jsxs47("div", { children: [
8273
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8274
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8275
- ] }),
8276
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8277
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8278
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8279
- ] }),
8280
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "180px", width: "59px", height: "25px" }, children: [
8281
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8282
- /* @__PURE__ */ jsxs47("div", { children: [
8283
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 AM - 3:00 AM): Bowling tournament" }),
8284
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Bowling tournament" })
8285
- ] }),
8286
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8287
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8288
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8289
- ] }),
8290
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "599px", width: "59px", height: "25px" }, children: [
8291
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8292
- /* @__PURE__ */ jsxs47("div", { children: [
8293
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 AM - 3:00 AM): Bowling tournament" }),
8294
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Bowling tournament" })
8295
- ] }),
8296
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8297
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8298
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8299
- ] }),
8300
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1019px", width: "59px", height: "25px" }, children: [
8301
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8302
- /* @__PURE__ */ jsxs47("div", { children: [
8303
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 AM - 3:00 AM): Bowling tournament" }),
8304
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Bowling tournament" })
8305
- ] }),
8306
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8307
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8308
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8309
- ] }),
8310
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1438px", width: "59px", height: "25px" }, children: [
8311
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8312
- /* @__PURE__ */ jsxs47("div", { children: [
8313
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 AM - 3:00 AM): Bowling tournament" }),
8314
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Bowling tournament" })
8315
- ] }),
8316
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8317
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8318
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8319
- ] }),
8320
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "123px", left: "180px", width: "59px", height: "25px" }, children: [
8321
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8322
- /* @__PURE__ */ jsxs47("div", { children: [
8323
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:00 AM): Take the dog to the vet" }),
8324
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Take the dog to the vet" })
8325
- ] }),
8326
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8327
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8328
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8329
- ] }),
8330
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "123px", left: "599px", width: "59px", height: "25px" }, children: [
8331
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8332
- /* @__PURE__ */ jsxs47("div", { children: [
8333
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:00 AM): Take the dog to the vet" }),
8334
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Take the dog to the vet" })
8335
- ] }),
8336
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8337
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8338
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8339
- ] }),
8340
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "123px", left: "1019px", width: "59px", height: "25px" }, children: [
8341
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8342
- /* @__PURE__ */ jsxs47("div", { children: [
8343
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:00 AM): Take the dog to the vet" }),
8344
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Take the dog to the vet" })
8345
- ] }),
8346
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8347
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8348
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8349
- ] }),
8350
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "123px", left: "1438px", width: "59px", height: "25px" }, children: [
8351
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8352
- /* @__PURE__ */ jsxs47("div", { children: [
8353
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:00 AM): Take the dog to the vet" }),
8354
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Take the dog to the vet" })
8355
- ] }),
8356
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8357
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8358
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8359
- ] }),
8360
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "240px", width: "59px", height: "25px" }, children: [
8361
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8362
- /* @__PURE__ */ jsxs47("div", { children: [
8363
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 4:00 PM): Call Charlie about the project" }),
8364
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Call Charlie about the project" })
8365
- ] }),
8366
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8367
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8368
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8369
- ] }),
8370
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "659px", width: "59px", height: "25px" }, children: [
8371
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8372
- /* @__PURE__ */ jsxs47("div", { children: [
8373
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 4:00 PM): Call Charlie about the project" }),
8374
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Call Charlie about the project" })
8375
- ] }),
8376
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8377
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8378
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8379
- ] }),
8380
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1079px", width: "59px", height: "25px" }, children: [
8381
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8382
- /* @__PURE__ */ jsxs47("div", { children: [
8383
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 4:00 PM): Call Charlie about the project" }),
8384
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Call Charlie about the project" })
8385
- ] }),
8386
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8387
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8388
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8389
- ] }),
8390
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1498px", width: "59px", height: "25px" }, children: [
8391
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8392
- /* @__PURE__ */ jsxs47("div", { children: [
8393
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 4:00 PM): Call Charlie about the project" }),
8394
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Call Charlie about the project" })
8395
- ] }),
8396
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8397
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8398
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8399
- ] }),
8400
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "123px", left: "240px", width: "59px", height: "25px" }, children: [
8401
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8402
- /* @__PURE__ */ jsxs47("div", { children: [
8403
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8404
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8405
- ] }),
8406
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8407
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8408
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8409
- ] }),
8410
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "123px", left: "659px", width: "59px", height: "25px" }, children: [
8411
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8412
- /* @__PURE__ */ jsxs47("div", { children: [
8413
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8414
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8415
- ] }),
8416
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8417
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8418
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8419
- ] }),
8420
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "123px", left: "1079px", width: "59px", height: "25px" }, children: [
8421
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8422
- /* @__PURE__ */ jsxs47("div", { children: [
8423
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8424
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8425
- ] }),
8426
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8427
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8428
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8429
- ] }),
8430
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "123px", left: "1498px", width: "59px", height: "25px" }, children: [
8431
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8432
- /* @__PURE__ */ jsxs47("div", { children: [
8433
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8434
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8435
- ] }),
8436
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8437
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8438
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8439
- ] }),
8440
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "300px", width: "59px", height: "25px" }, children: [
8441
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8442
- /* @__PURE__ */ jsxs47("div", { children: [
8443
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 3:00 PM): Meeting with Alex" }),
8444
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Meeting with Alex" })
8445
- ] }),
8446
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8447
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8448
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8449
- ] }),
8450
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "719px", width: "59px", height: "25px" }, children: [
8451
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8452
- /* @__PURE__ */ jsxs47("div", { children: [
8453
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 3:00 PM): Meeting with Alex" }),
8454
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Meeting with Alex" })
8455
- ] }),
8456
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8457
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8458
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8459
- ] }),
8460
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1139px", width: "59px", height: "25px" }, children: [
8461
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8462
- /* @__PURE__ */ jsxs47("div", { children: [
8463
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 3:00 PM): Meeting with Alex" }),
8464
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Meeting with Alex" })
8465
- ] }),
8466
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8467
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8468
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8469
- ] }),
8470
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1558px", width: "59px", height: "25px" }, children: [
8471
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8472
- /* @__PURE__ */ jsxs47("div", { children: [
8473
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 3:00 PM): Meeting with Alex" }),
8474
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Meeting with Alex" })
8475
- ] }),
8476
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8477
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8478
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8479
- ] }),
8480
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "60px", width: "59px", height: "25px" }, children: [
8481
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8482
- /* @__PURE__ */ jsxs47("div", { children: [
8483
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8484
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8485
- ] }),
8486
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8487
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8488
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8489
- ] }),
8490
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "479px", width: "59px", height: "25px" }, children: [
8491
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8492
- /* @__PURE__ */ jsxs47("div", { children: [
8493
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8494
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8495
- ] }),
8496
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8497
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8498
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8499
- ] }),
8500
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "899px", width: "59px", height: "25px" }, children: [
8501
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8502
- /* @__PURE__ */ jsxs47("div", { children: [
8503
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8504
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8505
- ] }),
8506
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8507
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8508
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8509
- ] }),
8510
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1318px", width: "59px", height: "25px" }, children: [
8511
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8512
- /* @__PURE__ */ jsxs47("div", { children: [
8513
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8514
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8515
- ] }),
8516
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8517
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8518
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8519
- ] }),
8520
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "120px", width: "59px", height: "25px" }, children: [
8521
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8522
- /* @__PURE__ */ jsxs47("div", { children: [
8523
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8524
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8525
- ] }),
8526
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8527
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8528
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8529
- ] }),
8530
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "539px", width: "59px", height: "25px" }, children: [
8531
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8532
- /* @__PURE__ */ jsxs47("div", { children: [
8533
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8534
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8535
- ] }),
8536
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8537
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8538
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8539
- ] }),
8540
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "959px", width: "59px", height: "25px" }, children: [
8541
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8542
- /* @__PURE__ */ jsxs47("div", { children: [
8543
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8544
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8545
- ] }),
8546
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8547
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8548
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8549
- ] }),
8550
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1378px", width: "59px", height: "25px" }, children: [
8551
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8552
- /* @__PURE__ */ jsxs47("div", { children: [
8553
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8554
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8555
- ] }),
8556
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8557
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8558
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8559
- ] }),
8560
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "180px", width: "59px", height: "25px" }, children: [
8561
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8562
- /* @__PURE__ */ jsxs47("div", { children: [
8563
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
8564
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
8565
- ] }),
8566
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8567
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8568
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8569
- ] }),
8570
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "599px", width: "59px", height: "25px" }, children: [
8571
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8572
- /* @__PURE__ */ jsxs47("div", { children: [
8573
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
8574
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
8575
- ] }),
8576
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8577
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8578
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8579
- ] }),
8580
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1019px", width: "59px", height: "25px" }, children: [
8581
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8582
- /* @__PURE__ */ jsxs47("div", { children: [
8583
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
8584
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
8585
- ] }),
8586
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8587
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8588
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8589
- ] }),
8590
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1438px", width: "59px", height: "25px" }, children: [
8591
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8592
- /* @__PURE__ */ jsxs47("div", { children: [
8593
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
8594
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
8595
- ] }),
8596
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8597
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8598
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8599
- ] }),
8600
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "220px", left: "180px", width: "59px", height: "25px" }, children: [
8601
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8602
- /* @__PURE__ */ jsxs47("div", { children: [
8603
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8604
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8605
- ] }),
8606
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8607
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8608
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8609
- ] }),
8610
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "220px", left: "599px", width: "59px", height: "25px" }, children: [
8611
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8612
- /* @__PURE__ */ jsxs47("div", { children: [
8613
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8614
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8615
- ] }),
8616
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8617
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8618
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8619
- ] }),
8620
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "220px", left: "1019px", width: "59px", height: "25px" }, children: [
8621
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8622
- /* @__PURE__ */ jsxs47("div", { children: [
8623
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8624
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8625
- ] }),
8626
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8627
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8628
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8629
- ] }),
8630
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "220px", left: "1438px", width: "59px", height: "25px" }, children: [
8631
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8632
- /* @__PURE__ */ jsxs47("div", { children: [
8633
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8634
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8635
- ] }),
8636
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8637
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8638
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8639
- ] }),
8640
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "240px", width: "59px", height: "25px" }, children: [
8641
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8642
- /* @__PURE__ */ jsxs47("div", { children: [
8643
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8644
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8645
- ] }),
8646
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8647
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8648
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8649
- ] }),
8650
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "659px", width: "59px", height: "25px" }, children: [
8651
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8652
- /* @__PURE__ */ jsxs47("div", { children: [
8653
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8654
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8655
- ] }),
8656
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8657
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8658
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8659
- ] }),
8660
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1079px", width: "59px", height: "25px" }, children: [
8661
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8662
- /* @__PURE__ */ jsxs47("div", { children: [
8663
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8664
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8665
- ] }),
8666
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8667
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8668
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8669
- ] }),
8670
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1498px", width: "59px", height: "25px" }, children: [
8671
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8672
- /* @__PURE__ */ jsxs47("div", { children: [
8673
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8674
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8675
- ] }),
8676
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8677
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8678
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8679
- ] }),
8680
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "60px", width: "59px", height: "25px" }, children: [
8681
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8682
- /* @__PURE__ */ jsxs47("div", { children: [
8683
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8684
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8685
- ] }),
8686
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8687
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8688
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8689
- ] }),
8690
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "479px", width: "59px", height: "25px" }, children: [
8691
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8692
- /* @__PURE__ */ jsxs47("div", { children: [
8693
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8694
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8695
- ] }),
8696
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8697
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8698
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8699
- ] }),
8700
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "899px", width: "59px", height: "25px" }, children: [
8701
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8702
- /* @__PURE__ */ jsxs47("div", { children: [
8703
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8704
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8705
- ] }),
8706
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8707
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8708
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8709
- ] }),
8710
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1318px", width: "59px", height: "25px" }, children: [
8711
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8712
- /* @__PURE__ */ jsxs47("div", { children: [
8713
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8714
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
8715
- ] }),
8716
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8717
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8718
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8719
- ] }),
8720
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "120px", width: "59px", height: "25px" }, children: [
8721
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8722
- /* @__PURE__ */ jsxs47("div", { children: [
8723
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8724
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8725
- ] }),
8726
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8727
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8728
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8729
- ] }),
8730
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "539px", width: "59px", height: "25px" }, children: [
8731
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8732
- /* @__PURE__ */ jsxs47("div", { children: [
8733
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8734
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8735
- ] }),
8736
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8737
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8738
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8739
- ] }),
8740
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "959px", width: "59px", height: "25px" }, children: [
8741
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8742
- /* @__PURE__ */ jsxs47("div", { children: [
8743
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8744
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8745
- ] }),
8746
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8747
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8748
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8749
- ] }),
8750
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1378px", width: "59px", height: "25px" }, children: [
8751
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
8752
- /* @__PURE__ */ jsxs47("div", { children: [
8753
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8754
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
8755
- ] }),
8756
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8757
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8758
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8759
- ] }),
8760
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "180px", width: "59px", height: "25px" }, children: [
8761
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8762
- /* @__PURE__ */ jsxs47("div", { children: [
8763
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8764
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Car Service" })
8765
- ] }),
8766
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8767
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8768
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8769
- ] }),
8770
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "599px", width: "59px", height: "25px" }, children: [
8771
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8772
- /* @__PURE__ */ jsxs47("div", { children: [
8773
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8774
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Car Service" })
8775
- ] }),
8776
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8777
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8778
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8779
- ] }),
8780
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1019px", width: "59px", height: "25px" }, children: [
8781
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8782
- /* @__PURE__ */ jsxs47("div", { children: [
8783
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8784
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Car Service" })
8785
- ] }),
8786
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8787
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8788
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8789
- ] }),
8790
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1438px", width: "59px", height: "25px" }, children: [
8791
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8792
- /* @__PURE__ */ jsxs47("div", { children: [
8793
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8794
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Car Service" })
8795
- ] }),
8796
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8797
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8798
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8799
- ] }),
8800
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "180px", width: "59px", height: "25px" }, children: [
8801
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8802
- /* @__PURE__ */ jsxs47("div", { children: [
8803
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8804
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast with Tom" })
8805
- ] }),
8806
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8807
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8808
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8809
- ] }),
8810
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "599px", width: "59px", height: "25px" }, children: [
8811
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8812
- /* @__PURE__ */ jsxs47("div", { children: [
8813
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8814
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast with Tom" })
8815
- ] }),
8816
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8817
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8818
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8819
- ] }),
8820
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1019px", width: "59px", height: "25px" }, children: [
8821
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8822
- /* @__PURE__ */ jsxs47("div", { children: [
8823
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8824
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast with Tom" })
8825
- ] }),
8826
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8827
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8828
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8829
- ] }),
8830
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1438px", width: "59px", height: "25px" }, children: [
8831
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8832
- /* @__PURE__ */ jsxs47("div", { children: [
8833
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8834
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast with Tom" })
8835
- ] }),
8836
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8837
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8838
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8839
- ] }),
8840
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "240px", width: "119px", height: "25px" }, children: [
8841
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8842
- /* @__PURE__ */ jsx114("div", { children: /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
8843
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8844
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8845
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8846
- ] }),
8847
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "659px", width: "119px", height: "25px" }, children: [
8848
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8849
- /* @__PURE__ */ jsx114("div", { children: /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
8850
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8851
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8852
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8853
- ] }),
8854
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1079px", width: "119px", height: "25px" }, children: [
8855
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8856
- /* @__PURE__ */ jsx114("div", { children: /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
8857
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8858
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8859
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8860
- ] }),
8861
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1498px", width: "119px", height: "25px" }, children: [
8862
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8863
- /* @__PURE__ */ jsx114("div", { children: /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
8864
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8865
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8866
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8867
- ] }),
8868
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "240px", width: "59px", height: "25px" }, children: [
8869
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8870
- /* @__PURE__ */ jsxs47("div", { children: [
8871
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8872
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8873
- ] }),
8874
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8875
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8876
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8877
- ] }),
8878
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "659px", width: "59px", height: "25px" }, children: [
8879
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8880
- /* @__PURE__ */ jsxs47("div", { children: [
8881
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8882
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8883
- ] }),
8884
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8885
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8886
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8887
- ] }),
8888
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1079px", width: "59px", height: "25px" }, children: [
8889
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8890
- /* @__PURE__ */ jsxs47("div", { children: [
8891
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8892
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8893
- ] }),
8894
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8895
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8896
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8897
- ] }),
8898
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1498px", width: "59px", height: "25px" }, children: [
8899
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8900
- /* @__PURE__ */ jsxs47("div", { children: [
8901
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8902
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8903
- ] }),
8904
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8905
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8906
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8907
- ] }),
8908
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "300px", width: "59px", height: "25px" }, children: [
8909
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8910
- /* @__PURE__ */ jsxs47("div", { children: [
8911
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8912
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Banking" })
8913
- ] }),
8914
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8915
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8916
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8917
- ] }),
8918
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "719px", width: "59px", height: "25px" }, children: [
8919
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8920
- /* @__PURE__ */ jsxs47("div", { children: [
8921
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8922
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Banking" })
8923
- ] }),
8924
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8925
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8926
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8927
- ] }),
8928
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1139px", width: "59px", height: "25px" }, children: [
8929
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8930
- /* @__PURE__ */ jsxs47("div", { children: [
8931
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8932
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Banking" })
8933
- ] }),
8934
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8935
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8936
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8937
- ] }),
8938
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1558px", width: "59px", height: "25px" }, children: [
8939
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8940
- /* @__PURE__ */ jsxs47("div", { children: [
8941
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8942
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Banking" })
8943
- ] }),
8944
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8945
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8946
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8947
- ] }),
8948
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "360px", width: "58px", height: "25px" }, children: [
8949
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8950
- /* @__PURE__ */ jsxs47("div", { children: [
8951
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
8952
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Website upload" })
8953
- ] }),
8954
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8955
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8956
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8957
- ] }),
8958
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "779px", width: "58px", height: "25px" }, children: [
8959
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8960
- /* @__PURE__ */ jsxs47("div", { children: [
8961
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
8962
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Website upload" })
8963
- ] }),
8964
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8965
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8966
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8967
- ] }),
8968
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1199px", width: "58px", height: "25px" }, children: [
8969
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8970
- /* @__PURE__ */ jsxs47("div", { children: [
8971
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
8972
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Website upload" })
8973
- ] }),
8974
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8975
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8976
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8977
- ] }),
8978
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1618px", width: "58px", height: "25px" }, children: [
8979
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8980
- /* @__PURE__ */ jsxs47("div", { children: [
8981
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
8982
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Website upload" })
8983
- ] }),
8984
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8985
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8986
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8987
- ] }),
8988
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "360px", width: "58px", height: "25px" }, children: [
8989
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
8990
- /* @__PURE__ */ jsxs47("div", { children: [
8991
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
8992
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
8993
- ] }),
8994
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
8995
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
8996
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8997
- ] }),
8998
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "779px", width: "58px", height: "25px" }, children: [
8999
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9000
- /* @__PURE__ */ jsxs47("div", { children: [
9001
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9002
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9003
- ] }),
9004
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9005
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9006
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9007
- ] }),
9008
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1199px", width: "58px", height: "25px" }, children: [
9009
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9010
- /* @__PURE__ */ jsxs47("div", { children: [
9011
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9012
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9013
- ] }),
9014
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9015
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9016
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9017
- ] }),
9018
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1618px", width: "58px", height: "25px" }, children: [
9019
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9020
- /* @__PURE__ */ jsxs47("div", { children: [
9021
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9022
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9023
- ] }),
9024
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9025
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9026
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9027
- ] }),
9028
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "0px", width: "59px", height: "25px" }, children: [
9029
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9030
- /* @__PURE__ */ jsxs47("div", { children: [
9031
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:00 PM): Dentist" }),
9032
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dentist" })
9033
- ] }),
9034
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9035
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9036
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9037
- ] }),
9038
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "420px", width: "59px", height: "25px" }, children: [
9039
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9040
- /* @__PURE__ */ jsxs47("div", { children: [
9041
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:00 PM): Dentist" }),
9042
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dentist" })
9043
- ] }),
9044
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9045
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9046
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9047
- ] }),
9048
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "839px", width: "59px", height: "25px" }, children: [
9049
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9050
- /* @__PURE__ */ jsxs47("div", { children: [
9051
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:00 PM): Dentist" }),
9052
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dentist" })
9053
- ] }),
9054
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9055
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9056
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9057
- ] }),
9058
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1259px", width: "59px", height: "25px" }, children: [
9059
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9060
- /* @__PURE__ */ jsxs47("div", { children: [
9061
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:00 PM): Dentist" }),
9062
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dentist" })
9063
- ] }),
9064
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9065
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9066
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9067
- ] }),
9068
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "0px", width: "59px", height: "25px" }, children: [
9069
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9070
- /* @__PURE__ */ jsxs47("div", { title: "Job Interview - Laura Bailey", children: [
9071
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:30 PM - 1:30 PM): Job Interview - Laura Bailey" }),
9072
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Job Interview - Laura Bailey" })
9073
- ] }),
9074
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9075
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9076
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9077
- ] }),
9078
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "420px", width: "59px", height: "25px" }, children: [
9079
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9080
- /* @__PURE__ */ jsxs47("div", { title: "Job Interview - Laura Bailey", children: [
9081
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:30 PM - 1:30 PM): Job Interview - Laura Bailey" }),
9082
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Job Interview - Laura Bailey" })
9083
- ] }),
9084
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9085
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9086
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9087
- ] }),
9088
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "839px", width: "59px", height: "25px" }, children: [
9089
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9090
- /* @__PURE__ */ jsxs47("div", { title: "Job Interview - Laura Bailey", children: [
9091
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:30 PM - 1:30 PM): Job Interview - Laura Bailey" }),
9092
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Job Interview - Laura Bailey" })
9093
- ] }),
9094
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9095
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9096
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9097
- ] }),
9098
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "1259px", width: "59px", height: "25px" }, children: [
9099
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9100
- /* @__PURE__ */ jsxs47("div", { title: "Job Interview - Laura Bailey", children: [
9101
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(12:30 PM - 1:30 PM): Job Interview - Laura Bailey" }),
9102
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Job Interview - Laura Bailey" })
9103
- ] }),
9104
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9105
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9106
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9107
- ] }),
9108
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "60px", width: "59px", height: "25px" }, children: [
9109
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9110
- /* @__PURE__ */ jsxs47("div", { children: [
9111
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9112
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
9113
- ] }),
9114
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9115
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9116
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9117
- ] }),
9118
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "479px", width: "59px", height: "25px" }, children: [
9119
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9120
- /* @__PURE__ */ jsxs47("div", { children: [
9121
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9122
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
9123
- ] }),
9124
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9125
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9126
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9127
- ] }),
9128
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "899px", width: "59px", height: "25px" }, children: [
9129
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9130
- /* @__PURE__ */ jsxs47("div", { children: [
9131
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9132
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
9133
- ] }),
9134
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9135
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9136
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9137
- ] }),
9138
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1318px", width: "59px", height: "25px" }, children: [
9139
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9140
- /* @__PURE__ */ jsxs47("div", { children: [
9141
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9142
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
9143
- ] }),
9144
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9145
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9146
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9147
- ] }),
9148
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "60px", width: "119px", height: "25px" }, children: [
9149
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9150
- /* @__PURE__ */ jsxs47("div", { title: "Bob's Birthday Party", children: [
9151
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 PM - 2:30 AM): Bob's Birthday Party" }),
9152
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Bob's Birthday Party" })
9153
- ] }),
9154
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9155
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9156
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9157
- ] }),
9158
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "479px", width: "119px", height: "25px" }, children: [
9159
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9160
- /* @__PURE__ */ jsxs47("div", { title: "Bob's Birthday Party", children: [
9161
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 PM - 2:30 AM): Bob's Birthday Party" }),
9162
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Bob's Birthday Party" })
9163
- ] }),
9164
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9165
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9166
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9167
- ] }),
9168
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "899px", width: "119px", height: "25px" }, children: [
9169
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9170
- /* @__PURE__ */ jsxs47("div", { title: "Bob's Birthday Party", children: [
9171
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 PM - 2:30 AM): Bob's Birthday Party" }),
9172
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Bob's Birthday Party" })
9173
- ] }),
9174
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9175
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9176
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9177
- ] }),
9178
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "1318px", width: "119px", height: "25px" }, children: [
9179
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions" }),
9180
- /* @__PURE__ */ jsxs47("div", { title: "Bob's Birthday Party", children: [
9181
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(11:00 PM - 2:30 AM): Bob`'`s Birthday Party" }),
9182
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Bob's Birthday Party" })
9183
- ] }),
9184
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9185
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9186
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9187
- ] }),
9188
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "120px", width: "59px", height: "25px" }, children: [
9189
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9190
- /* @__PURE__ */ jsxs47("div", { children: [
9191
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9192
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
9193
- ] }),
9194
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9195
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9196
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9197
- ] }),
9198
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "539px", width: "59px", height: "25px" }, children: [
9199
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9200
- /* @__PURE__ */ jsxs47("div", { children: [
9201
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9202
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
9203
- ] }),
9204
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9205
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9206
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9207
- ] }),
9208
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "959px", width: "59px", height: "25px" }, children: [
9209
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9210
- /* @__PURE__ */ jsxs47("div", { children: [
9211
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9212
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
9213
- ] }),
9214
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9215
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9216
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9217
- ] }),
9218
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1378px", width: "59px", height: "25px" }, children: [
9219
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9220
- /* @__PURE__ */ jsxs47("div", { children: [
9221
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9222
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
9223
- ] }),
9224
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9225
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9226
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9227
- ] }),
9228
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "180px", width: "59px", height: "25px" }, children: [
9229
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9230
- /* @__PURE__ */ jsxs47("div", { children: [
9231
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
9232
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
9233
- ] }),
9234
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9235
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9236
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9237
- ] }),
9238
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "599px", width: "59px", height: "25px" }, children: [
9239
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9240
- /* @__PURE__ */ jsxs47("div", { children: [
9241
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
9242
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
9243
- ] }),
9244
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9245
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9246
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9247
- ] }),
9248
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1019px", width: "59px", height: "25px" }, children: [
9249
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9250
- /* @__PURE__ */ jsxs47("div", { children: [
9251
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
9252
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
9253
- ] }),
9254
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9255
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9256
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9257
- ] }),
9258
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1438px", width: "59px", height: "25px" }, children: [
9259
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9260
- /* @__PURE__ */ jsxs47("div", { children: [
9261
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
9262
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
9263
- ] }),
9264
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9265
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9266
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9267
- ] }),
9268
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "180px", width: "59px", height: "25px" }, children: [
9269
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9270
- /* @__PURE__ */ jsxs47("div", { children: [
9271
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9272
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
9273
- ] }),
9274
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9275
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9276
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9277
- ] }),
9278
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "599px", width: "59px", height: "25px" }, children: [
9279
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9280
- /* @__PURE__ */ jsxs47("div", { children: [
9281
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9282
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
9283
- ] }),
9284
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9285
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9286
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9287
- ] }),
9288
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "1019px", width: "59px", height: "25px" }, children: [
9289
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9290
- /* @__PURE__ */ jsxs47("div", { children: [
9291
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9292
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
9293
- ] }),
9294
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9295
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9296
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9297
- ] }),
9298
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "1438px", width: "59px", height: "25px" }, children: [
9299
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9300
- /* @__PURE__ */ jsxs47("div", { children: [
9301
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9302
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "Dance Practice" })
9303
- ] }),
9304
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9305
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9306
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9307
- ] }),
9308
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "240px", width: "59px", height: "25px" }, children: [
9309
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9310
- /* @__PURE__ */ jsxs47("div", { children: [
9311
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9312
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
9313
- ] }),
9314
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9315
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9316
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9317
- ] }),
9318
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "659px", width: "59px", height: "25px" }, children: [
9319
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9320
- /* @__PURE__ */ jsxs47("div", { children: [
9321
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9322
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
9323
- ] }),
9324
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9325
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9326
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9327
- ] }),
9328
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1079px", width: "59px", height: "25px" }, children: [
9329
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9330
- /* @__PURE__ */ jsxs47("div", { children: [
9331
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9332
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
9333
- ] }),
9334
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9335
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9336
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
9337
- ] }),
9338
- /* @__PURE__ */ jsxs47("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1498px", width: "59px", height: "25px" }, children: [
9339
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114(Icon, { icon: "arrow-rotate-cw" }) }),
9340
- /* @__PURE__ */ jsxs47("div", { children: [
9341
- /* @__PURE__ */ jsx114("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9342
- /* @__PURE__ */ jsx114("div", { className: "k-event-template", children: "HR Lecture" })
9343
- ] }),
9344
- /* @__PURE__ */ jsx114("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx114("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx114(Icon, { icon: "x" }) }) }),
9345
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-w" }),
9346
- /* @__PURE__ */ jsx114("span", { className: "k-resize-handle k-resize-e" })
8012
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "180px", width: "59px", height: "25px" }, children: [
8013
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8014
+ /* @__PURE__ */ jsxs49("div", { children: [
8015
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8016
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8017
+ ] }),
8018
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8019
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8020
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8021
+ ] }),
8022
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "599px", width: "59px", height: "25px" }, children: [
8023
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8024
+ /* @__PURE__ */ jsxs49("div", { children: [
8025
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8026
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8027
+ ] }),
8028
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8029
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8030
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8031
+ ] }),
8032
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1019px", width: "59px", height: "25px" }, children: [
8033
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8034
+ /* @__PURE__ */ jsxs49("div", { children: [
8035
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8036
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8037
+ ] }),
8038
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8039
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8040
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8041
+ ] }),
8042
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1438px", width: "59px", height: "25px" }, children: [
8043
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8044
+ /* @__PURE__ */ jsxs49("div", { children: [
8045
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8046
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8047
+ ] }),
8048
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8049
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8050
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8051
+ ] }),
8052
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "240px", width: "59px", height: "25px" }, children: [
8053
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8054
+ /* @__PURE__ */ jsxs49("div", { children: [
8055
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:30 PM): Breakfast at Starbucks" }),
8056
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast at Starbucks" })
8057
+ ] }),
8058
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8059
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8060
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8061
+ ] }),
8062
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "659px", width: "59px", height: "25px" }, children: [
8063
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8064
+ /* @__PURE__ */ jsxs49("div", { children: [
8065
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:30 PM): Breakfast at Starbucks" }),
8066
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast at Starbucks" })
8067
+ ] }),
8068
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8069
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8070
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8071
+ ] }),
8072
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1079px", width: "59px", height: "25px" }, children: [
8073
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8074
+ /* @__PURE__ */ jsxs49("div", { children: [
8075
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:30 PM): Breakfast at Starbucks" }),
8076
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast at Starbucks" })
8077
+ ] }),
8078
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8079
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8080
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8081
+ ] }),
8082
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1498px", width: "59px", height: "25px" }, children: [
8083
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8084
+ /* @__PURE__ */ jsxs49("div", { children: [
8085
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:30 PM): Breakfast at Starbucks" }),
8086
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast at Starbucks" })
8087
+ ] }),
8088
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8089
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8090
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8091
+ ] }),
8092
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "26px", left: "240px", width: "59px", height: "25px" }, children: [
8093
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8094
+ /* @__PURE__ */ jsxs49("div", { children: [
8095
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 3:00 PM): Software updates" }),
8096
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Software updates" })
8097
+ ] }),
8098
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8099
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8100
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8101
+ ] }),
8102
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "26px", left: "659px", width: "59px", height: "25px" }, children: [
8103
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8104
+ /* @__PURE__ */ jsxs49("div", { children: [
8105
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 3:00 PM): Software updates" }),
8106
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Software updates" })
8107
+ ] }),
8108
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8109
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8110
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8111
+ ] }),
8112
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "26px", left: "1079px", width: "59px", height: "25px" }, children: [
8113
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8114
+ /* @__PURE__ */ jsxs49("div", { children: [
8115
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 3:00 PM): Software updates" }),
8116
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Software updates" })
8117
+ ] }),
8118
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8119
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8120
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8121
+ ] }),
8122
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "26px", left: "1498px", width: "59px", height: "25px" }, children: [
8123
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8124
+ /* @__PURE__ */ jsxs49("div", { children: [
8125
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 3:00 PM): Software updates" }),
8126
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Software updates" })
8127
+ ] }),
8128
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8129
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8130
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8131
+ ] }),
8132
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "300px", width: "59px", height: "25px" }, children: [
8133
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8134
+ /* @__PURE__ */ jsxs49("div", { children: [
8135
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): HR seminar preparation" }),
8136
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR seminar preparation" })
8137
+ ] }),
8138
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8139
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8140
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8141
+ ] }),
8142
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "0px", left: "719px", width: "59px", height: "25px" }, children: [
8143
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8144
+ /* @__PURE__ */ jsxs49("div", { children: [
8145
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): HR seminar preparation" }),
8146
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR seminar preparation" })
8147
+ ] }),
8148
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8149
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8150
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8151
+ ] }),
8152
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1139px", width: "59px", height: "25px" }, children: [
8153
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8154
+ /* @__PURE__ */ jsxs49("div", { children: [
8155
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): HR seminar preparation" }),
8156
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR seminar preparation" })
8157
+ ] }),
8158
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8159
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8160
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8161
+ ] }),
8162
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "0px", left: "1558px", width: "59px", height: "25px" }, children: [
8163
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8164
+ /* @__PURE__ */ jsxs49("div", { children: [
8165
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): HR seminar preparation" }),
8166
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR seminar preparation" })
8167
+ ] }),
8168
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8169
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8170
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8171
+ ] }),
8172
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "0px", width: "59px", height: "25px" }, children: [
8173
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8174
+ /* @__PURE__ */ jsxs49("div", { children: [
8175
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:30 AM): Website upload" }),
8176
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Website upload" })
8177
+ ] }),
8178
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8179
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8180
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8181
+ ] }),
8182
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "420px", width: "59px", height: "25px" }, children: [
8183
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8184
+ /* @__PURE__ */ jsxs49("div", { children: [
8185
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:30 AM): Website upload" }),
8186
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Website upload" })
8187
+ ] }),
8188
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8189
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8190
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8191
+ ] }),
8192
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "839px", width: "59px", height: "25px" }, children: [
8193
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8194
+ /* @__PURE__ */ jsxs49("div", { children: [
8195
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:30 AM): Website upload" }),
8196
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Website upload" })
8197
+ ] }),
8198
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8199
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8200
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8201
+ ] }),
8202
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1259px", width: "59px", height: "25px" }, children: [
8203
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8204
+ /* @__PURE__ */ jsxs49("div", { children: [
8205
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:30 AM): Website upload" }),
8206
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Website upload" })
8207
+ ] }),
8208
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8209
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8210
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8211
+ ] }),
8212
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "60px", width: "59px", height: "25px" }, children: [
8213
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8214
+ /* @__PURE__ */ jsxs49("div", { children: [
8215
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8216
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8217
+ ] }),
8218
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8219
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8220
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8221
+ ] }),
8222
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "479px", width: "59px", height: "25px" }, children: [
8223
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8224
+ /* @__PURE__ */ jsxs49("div", { children: [
8225
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8226
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8227
+ ] }),
8228
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8229
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8230
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8231
+ ] }),
8232
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "899px", width: "59px", height: "25px" }, children: [
8233
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8234
+ /* @__PURE__ */ jsxs49("div", { children: [
8235
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8236
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8237
+ ] }),
8238
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8239
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8240
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8241
+ ] }),
8242
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1318px", width: "59px", height: "25px" }, children: [
8243
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8244
+ /* @__PURE__ */ jsxs49("div", { children: [
8245
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8246
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8247
+ ] }),
8248
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8249
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8250
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8251
+ ] }),
8252
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "120px", width: "59px", height: "25px" }, children: [
8253
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8254
+ /* @__PURE__ */ jsxs49("div", { children: [
8255
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8256
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8257
+ ] }),
8258
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8259
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8260
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8261
+ ] }),
8262
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "539px", width: "59px", height: "25px" }, children: [
8263
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8264
+ /* @__PURE__ */ jsxs49("div", { children: [
8265
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8266
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8267
+ ] }),
8268
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8269
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8270
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8271
+ ] }),
8272
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "959px", width: "59px", height: "25px" }, children: [
8273
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8274
+ /* @__PURE__ */ jsxs49("div", { children: [
8275
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8276
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8277
+ ] }),
8278
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8279
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8280
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8281
+ ] }),
8282
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1378px", width: "59px", height: "25px" }, children: [
8283
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8284
+ /* @__PURE__ */ jsxs49("div", { children: [
8285
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8286
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8287
+ ] }),
8288
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8289
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8290
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8291
+ ] }),
8292
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "180px", width: "59px", height: "25px" }, children: [
8293
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8294
+ /* @__PURE__ */ jsxs49("div", { children: [
8295
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 AM - 3:00 AM): Bowling tournament" }),
8296
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Bowling tournament" })
8297
+ ] }),
8298
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8299
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8300
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8301
+ ] }),
8302
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "599px", width: "59px", height: "25px" }, children: [
8303
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8304
+ /* @__PURE__ */ jsxs49("div", { children: [
8305
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 AM - 3:00 AM): Bowling tournament" }),
8306
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Bowling tournament" })
8307
+ ] }),
8308
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8309
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8310
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8311
+ ] }),
8312
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1019px", width: "59px", height: "25px" }, children: [
8313
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8314
+ /* @__PURE__ */ jsxs49("div", { children: [
8315
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 AM - 3:00 AM): Bowling tournament" }),
8316
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Bowling tournament" })
8317
+ ] }),
8318
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8319
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8320
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8321
+ ] }),
8322
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1438px", width: "59px", height: "25px" }, children: [
8323
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8324
+ /* @__PURE__ */ jsxs49("div", { children: [
8325
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 AM - 3:00 AM): Bowling tournament" }),
8326
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Bowling tournament" })
8327
+ ] }),
8328
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8329
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8330
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8331
+ ] }),
8332
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "123px", left: "180px", width: "59px", height: "25px" }, children: [
8333
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8334
+ /* @__PURE__ */ jsxs49("div", { children: [
8335
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:00 AM): Take the dog to the vet" }),
8336
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Take the dog to the vet" })
8337
+ ] }),
8338
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8339
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8340
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8341
+ ] }),
8342
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "123px", left: "599px", width: "59px", height: "25px" }, children: [
8343
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8344
+ /* @__PURE__ */ jsxs49("div", { children: [
8345
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:00 AM): Take the dog to the vet" }),
8346
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Take the dog to the vet" })
8347
+ ] }),
8348
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8349
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8350
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8351
+ ] }),
8352
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "123px", left: "1019px", width: "59px", height: "25px" }, children: [
8353
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8354
+ /* @__PURE__ */ jsxs49("div", { children: [
8355
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:00 AM): Take the dog to the vet" }),
8356
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Take the dog to the vet" })
8357
+ ] }),
8358
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8359
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8360
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8361
+ ] }),
8362
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "123px", left: "1438px", width: "59px", height: "25px" }, children: [
8363
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8364
+ /* @__PURE__ */ jsxs49("div", { children: [
8365
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 AM - 11:00 AM): Take the dog to the vet" }),
8366
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Take the dog to the vet" })
8367
+ ] }),
8368
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8369
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8370
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8371
+ ] }),
8372
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "240px", width: "59px", height: "25px" }, children: [
8373
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8374
+ /* @__PURE__ */ jsxs49("div", { children: [
8375
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 4:00 PM): Call Charlie about the project" }),
8376
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Call Charlie about the project" })
8377
+ ] }),
8378
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8379
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8380
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8381
+ ] }),
8382
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "659px", width: "59px", height: "25px" }, children: [
8383
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8384
+ /* @__PURE__ */ jsxs49("div", { children: [
8385
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 4:00 PM): Call Charlie about the project" }),
8386
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Call Charlie about the project" })
8387
+ ] }),
8388
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8389
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8390
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8391
+ ] }),
8392
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1079px", width: "59px", height: "25px" }, children: [
8393
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8394
+ /* @__PURE__ */ jsxs49("div", { children: [
8395
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 4:00 PM): Call Charlie about the project" }),
8396
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Call Charlie about the project" })
8397
+ ] }),
8398
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8399
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8400
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8401
+ ] }),
8402
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1498px", width: "59px", height: "25px" }, children: [
8403
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8404
+ /* @__PURE__ */ jsxs49("div", { children: [
8405
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(2:30 PM - 4:00 PM): Call Charlie about the project" }),
8406
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Call Charlie about the project" })
8407
+ ] }),
8408
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8409
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8410
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8411
+ ] }),
8412
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "123px", left: "240px", width: "59px", height: "25px" }, children: [
8413
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8414
+ /* @__PURE__ */ jsxs49("div", { children: [
8415
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8416
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8417
+ ] }),
8418
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8419
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8420
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8421
+ ] }),
8422
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "123px", left: "659px", width: "59px", height: "25px" }, children: [
8423
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8424
+ /* @__PURE__ */ jsxs49("div", { children: [
8425
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8426
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8427
+ ] }),
8428
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8429
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8430
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8431
+ ] }),
8432
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "123px", left: "1079px", width: "59px", height: "25px" }, children: [
8433
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8434
+ /* @__PURE__ */ jsxs49("div", { children: [
8435
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8436
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8437
+ ] }),
8438
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8439
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8440
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8441
+ ] }),
8442
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "123px", left: "1498px", width: "59px", height: "25px" }, children: [
8443
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8444
+ /* @__PURE__ */ jsxs49("div", { children: [
8445
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8446
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8447
+ ] }),
8448
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8449
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8450
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8451
+ ] }),
8452
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "300px", width: "59px", height: "25px" }, children: [
8453
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8454
+ /* @__PURE__ */ jsxs49("div", { children: [
8455
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 3:00 PM): Meeting with Alex" }),
8456
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Meeting with Alex" })
8457
+ ] }),
8458
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8459
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8460
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8461
+ ] }),
8462
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "97px", left: "719px", width: "59px", height: "25px" }, children: [
8463
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8464
+ /* @__PURE__ */ jsxs49("div", { children: [
8465
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 3:00 PM): Meeting with Alex" }),
8466
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Meeting with Alex" })
8467
+ ] }),
8468
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8469
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8470
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8471
+ ] }),
8472
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1139px", width: "59px", height: "25px" }, children: [
8473
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8474
+ /* @__PURE__ */ jsxs49("div", { children: [
8475
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 3:00 PM): Meeting with Alex" }),
8476
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Meeting with Alex" })
8477
+ ] }),
8478
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8479
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8480
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8481
+ ] }),
8482
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "97px", left: "1558px", width: "59px", height: "25px" }, children: [
8483
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8484
+ /* @__PURE__ */ jsxs49("div", { children: [
8485
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 3:00 PM): Meeting with Alex" }),
8486
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Meeting with Alex" })
8487
+ ] }),
8488
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8489
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8490
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8491
+ ] }),
8492
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "60px", width: "59px", height: "25px" }, children: [
8493
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8494
+ /* @__PURE__ */ jsxs49("div", { children: [
8495
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8496
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8497
+ ] }),
8498
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8499
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8500
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8501
+ ] }),
8502
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "479px", width: "59px", height: "25px" }, children: [
8503
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8504
+ /* @__PURE__ */ jsxs49("div", { children: [
8505
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8506
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8507
+ ] }),
8508
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8509
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8510
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8511
+ ] }),
8512
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "899px", width: "59px", height: "25px" }, children: [
8513
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8514
+ /* @__PURE__ */ jsxs49("div", { children: [
8515
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8516
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8517
+ ] }),
8518
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8519
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8520
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8521
+ ] }),
8522
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1318px", width: "59px", height: "25px" }, children: [
8523
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8524
+ /* @__PURE__ */ jsxs49("div", { children: [
8525
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8526
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8527
+ ] }),
8528
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8529
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8530
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8531
+ ] }),
8532
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "120px", width: "59px", height: "25px" }, children: [
8533
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8534
+ /* @__PURE__ */ jsxs49("div", { children: [
8535
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8536
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8537
+ ] }),
8538
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8539
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8540
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8541
+ ] }),
8542
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "539px", width: "59px", height: "25px" }, children: [
8543
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8544
+ /* @__PURE__ */ jsxs49("div", { children: [
8545
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8546
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8547
+ ] }),
8548
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8549
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8550
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8551
+ ] }),
8552
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "959px", width: "59px", height: "25px" }, children: [
8553
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8554
+ /* @__PURE__ */ jsxs49("div", { children: [
8555
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8556
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8557
+ ] }),
8558
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8559
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8560
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8561
+ ] }),
8562
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1378px", width: "59px", height: "25px" }, children: [
8563
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8564
+ /* @__PURE__ */ jsxs49("div", { children: [
8565
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8566
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8567
+ ] }),
8568
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8569
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8570
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8571
+ ] }),
8572
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "180px", width: "59px", height: "25px" }, children: [
8573
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8574
+ /* @__PURE__ */ jsxs49("div", { children: [
8575
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
8576
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
8577
+ ] }),
8578
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8579
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8580
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8581
+ ] }),
8582
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "599px", width: "59px", height: "25px" }, children: [
8583
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8584
+ /* @__PURE__ */ jsxs49("div", { children: [
8585
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
8586
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
8587
+ ] }),
8588
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8589
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8590
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8591
+ ] }),
8592
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1019px", width: "59px", height: "25px" }, children: [
8593
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8594
+ /* @__PURE__ */ jsxs49("div", { children: [
8595
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
8596
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
8597
+ ] }),
8598
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8599
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8600
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8601
+ ] }),
8602
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1438px", width: "59px", height: "25px" }, children: [
8603
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8604
+ /* @__PURE__ */ jsxs49("div", { children: [
8605
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
8606
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
8607
+ ] }),
8608
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8609
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8610
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8611
+ ] }),
8612
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "220px", left: "180px", width: "59px", height: "25px" }, children: [
8613
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8614
+ /* @__PURE__ */ jsxs49("div", { children: [
8615
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8616
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8617
+ ] }),
8618
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8619
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8620
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8621
+ ] }),
8622
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "220px", left: "599px", width: "59px", height: "25px" }, children: [
8623
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8624
+ /* @__PURE__ */ jsxs49("div", { children: [
8625
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8626
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8627
+ ] }),
8628
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8629
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8630
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8631
+ ] }),
8632
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "220px", left: "1019px", width: "59px", height: "25px" }, children: [
8633
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8634
+ /* @__PURE__ */ jsxs49("div", { children: [
8635
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8636
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8637
+ ] }),
8638
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8639
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8640
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8641
+ ] }),
8642
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "220px", left: "1438px", width: "59px", height: "25px" }, children: [
8643
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8644
+ /* @__PURE__ */ jsxs49("div", { children: [
8645
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8646
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8647
+ ] }),
8648
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8649
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8650
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8651
+ ] }),
8652
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "240px", width: "59px", height: "25px" }, children: [
8653
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8654
+ /* @__PURE__ */ jsxs49("div", { children: [
8655
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8656
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8657
+ ] }),
8658
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8659
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8660
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8661
+ ] }),
8662
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "194px", left: "659px", width: "59px", height: "25px" }, children: [
8663
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8664
+ /* @__PURE__ */ jsxs49("div", { children: [
8665
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8666
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8667
+ ] }),
8668
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8669
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8670
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8671
+ ] }),
8672
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1079px", width: "59px", height: "25px" }, children: [
8673
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8674
+ /* @__PURE__ */ jsxs49("div", { children: [
8675
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8676
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8677
+ ] }),
8678
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8679
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8680
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8681
+ ] }),
8682
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "194px", left: "1498px", width: "59px", height: "25px" }, children: [
8683
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8684
+ /* @__PURE__ */ jsxs49("div", { children: [
8685
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8686
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8687
+ ] }),
8688
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8689
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8690
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8691
+ ] }),
8692
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "60px", width: "59px", height: "25px" }, children: [
8693
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8694
+ /* @__PURE__ */ jsxs49("div", { children: [
8695
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8696
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8697
+ ] }),
8698
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8699
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8700
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8701
+ ] }),
8702
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "479px", width: "59px", height: "25px" }, children: [
8703
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8704
+ /* @__PURE__ */ jsxs49("div", { children: [
8705
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8706
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8707
+ ] }),
8708
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8709
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8710
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8711
+ ] }),
8712
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "899px", width: "59px", height: "25px" }, children: [
8713
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8714
+ /* @__PURE__ */ jsxs49("div", { children: [
8715
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8716
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8717
+ ] }),
8718
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8719
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8720
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8721
+ ] }),
8722
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1318px", width: "59px", height: "25px" }, children: [
8723
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8724
+ /* @__PURE__ */ jsxs49("div", { children: [
8725
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
8726
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
8727
+ ] }),
8728
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8729
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8730
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8731
+ ] }),
8732
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "120px", width: "59px", height: "25px" }, children: [
8733
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8734
+ /* @__PURE__ */ jsxs49("div", { children: [
8735
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8736
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8737
+ ] }),
8738
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8739
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8740
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8741
+ ] }),
8742
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "539px", width: "59px", height: "25px" }, children: [
8743
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8744
+ /* @__PURE__ */ jsxs49("div", { children: [
8745
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8746
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8747
+ ] }),
8748
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8749
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8750
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8751
+ ] }),
8752
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "959px", width: "59px", height: "25px" }, children: [
8753
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8754
+ /* @__PURE__ */ jsxs49("div", { children: [
8755
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8756
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8757
+ ] }),
8758
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8759
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8760
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8761
+ ] }),
8762
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1378px", width: "59px", height: "25px" }, children: [
8763
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
8764
+ /* @__PURE__ */ jsxs49("div", { children: [
8765
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
8766
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
8767
+ ] }),
8768
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8769
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8770
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8771
+ ] }),
8772
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "180px", width: "59px", height: "25px" }, children: [
8773
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8774
+ /* @__PURE__ */ jsxs49("div", { children: [
8775
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8776
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Car Service" })
8777
+ ] }),
8778
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8779
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8780
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8781
+ ] }),
8782
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "599px", width: "59px", height: "25px" }, children: [
8783
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8784
+ /* @__PURE__ */ jsxs49("div", { children: [
8785
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8786
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Car Service" })
8787
+ ] }),
8788
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8789
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8790
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8791
+ ] }),
8792
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1019px", width: "59px", height: "25px" }, children: [
8793
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8794
+ /* @__PURE__ */ jsxs49("div", { children: [
8795
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8796
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Car Service" })
8797
+ ] }),
8798
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8799
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8800
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8801
+ ] }),
8802
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1438px", width: "59px", height: "25px" }, children: [
8803
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8804
+ /* @__PURE__ */ jsxs49("div", { children: [
8805
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
8806
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Car Service" })
8807
+ ] }),
8808
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8809
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8810
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8811
+ ] }),
8812
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "180px", width: "59px", height: "25px" }, children: [
8813
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8814
+ /* @__PURE__ */ jsxs49("div", { children: [
8815
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8816
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast with Tom" })
8817
+ ] }),
8818
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8819
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8820
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8821
+ ] }),
8822
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "599px", width: "59px", height: "25px" }, children: [
8823
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8824
+ /* @__PURE__ */ jsxs49("div", { children: [
8825
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8826
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast with Tom" })
8827
+ ] }),
8828
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8829
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8830
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8831
+ ] }),
8832
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1019px", width: "59px", height: "25px" }, children: [
8833
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8834
+ /* @__PURE__ */ jsxs49("div", { children: [
8835
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8836
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast with Tom" })
8837
+ ] }),
8838
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8839
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8840
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8841
+ ] }),
8842
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1438px", width: "59px", height: "25px" }, children: [
8843
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8844
+ /* @__PURE__ */ jsxs49("div", { children: [
8845
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
8846
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast with Tom" })
8847
+ ] }),
8848
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8849
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8850
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8851
+ ] }),
8852
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "240px", width: "119px", height: "25px" }, children: [
8853
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8854
+ /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
8855
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8856
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8857
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8858
+ ] }),
8859
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "659px", width: "119px", height: "25px" }, children: [
8860
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8861
+ /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
8862
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8863
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8864
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8865
+ ] }),
8866
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1079px", width: "119px", height: "25px" }, children: [
8867
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8868
+ /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
8869
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8870
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8871
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8872
+ ] }),
8873
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1498px", width: "119px", height: "25px" }, children: [
8874
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8875
+ /* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
8876
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8877
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8878
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8879
+ ] }),
8880
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "240px", width: "59px", height: "25px" }, children: [
8881
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8882
+ /* @__PURE__ */ jsxs49("div", { children: [
8883
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8884
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8885
+ ] }),
8886
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8887
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8888
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8889
+ ] }),
8890
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "659px", width: "59px", height: "25px" }, children: [
8891
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8892
+ /* @__PURE__ */ jsxs49("div", { children: [
8893
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8894
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8895
+ ] }),
8896
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8897
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8898
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8899
+ ] }),
8900
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1079px", width: "59px", height: "25px" }, children: [
8901
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8902
+ /* @__PURE__ */ jsxs49("div", { children: [
8903
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8904
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8905
+ ] }),
8906
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8907
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8908
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8909
+ ] }),
8910
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1498px", width: "59px", height: "25px" }, children: [
8911
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8912
+ /* @__PURE__ */ jsxs49("div", { children: [
8913
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
8914
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
8915
+ ] }),
8916
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8917
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8918
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8919
+ ] }),
8920
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "300px", width: "59px", height: "25px" }, children: [
8921
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8922
+ /* @__PURE__ */ jsxs49("div", { children: [
8923
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8924
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Banking" })
8925
+ ] }),
8926
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8927
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8928
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8929
+ ] }),
8930
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "719px", width: "59px", height: "25px" }, children: [
8931
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8932
+ /* @__PURE__ */ jsxs49("div", { children: [
8933
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8934
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Banking" })
8935
+ ] }),
8936
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8937
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8938
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8939
+ ] }),
8940
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1139px", width: "59px", height: "25px" }, children: [
8941
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8942
+ /* @__PURE__ */ jsxs49("div", { children: [
8943
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8944
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Banking" })
8945
+ ] }),
8946
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8947
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8948
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8949
+ ] }),
8950
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1558px", width: "59px", height: "25px" }, children: [
8951
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8952
+ /* @__PURE__ */ jsxs49("div", { children: [
8953
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Banking" }),
8954
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Banking" })
8955
+ ] }),
8956
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8957
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8958
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8959
+ ] }),
8960
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "360px", width: "58px", height: "25px" }, children: [
8961
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8962
+ /* @__PURE__ */ jsxs49("div", { children: [
8963
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
8964
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Website upload" })
8965
+ ] }),
8966
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8967
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8968
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8969
+ ] }),
8970
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "291px", left: "779px", width: "58px", height: "25px" }, children: [
8971
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8972
+ /* @__PURE__ */ jsxs49("div", { children: [
8973
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
8974
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Website upload" })
8975
+ ] }),
8976
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8977
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8978
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8979
+ ] }),
8980
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1199px", width: "58px", height: "25px" }, children: [
8981
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8982
+ /* @__PURE__ */ jsxs49("div", { children: [
8983
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
8984
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Website upload" })
8985
+ ] }),
8986
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8987
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8988
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8989
+ ] }),
8990
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "291px", left: "1618px", width: "58px", height: "25px" }, children: [
8991
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
8992
+ /* @__PURE__ */ jsxs49("div", { children: [
8993
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:30 AM - 11:30 AM): Website upload" }),
8994
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Website upload" })
8995
+ ] }),
8996
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
8997
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
8998
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
8999
+ ] }),
9000
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "360px", width: "58px", height: "25px" }, children: [
9001
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9002
+ /* @__PURE__ */ jsxs49("div", { children: [
9003
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9004
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9005
+ ] }),
9006
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9007
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9008
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9009
+ ] }),
9010
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "317px", left: "779px", width: "58px", height: "25px" }, children: [
9011
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9012
+ /* @__PURE__ */ jsxs49("div", { children: [
9013
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9014
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9015
+ ] }),
9016
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9017
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9018
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9019
+ ] }),
9020
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1199px", width: "58px", height: "25px" }, children: [
9021
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9022
+ /* @__PURE__ */ jsxs49("div", { children: [
9023
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9024
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9025
+ ] }),
9026
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9027
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9028
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9029
+ ] }),
9030
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "317px", left: "1618px", width: "58px", height: "25px" }, children: [
9031
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9032
+ /* @__PURE__ */ jsxs49("div", { children: [
9033
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 12:30 PM): Breakfast with CFO and COO" }),
9034
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Breakfast with CFO and COO" })
9035
+ ] }),
9036
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9037
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9038
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9039
+ ] }),
9040
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "0px", width: "59px", height: "25px" }, children: [
9041
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9042
+ /* @__PURE__ */ jsxs49("div", { children: [
9043
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:00 PM): Dentist" }),
9044
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dentist" })
9045
+ ] }),
9046
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9047
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9048
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9049
+ ] }),
9050
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "420px", width: "59px", height: "25px" }, children: [
9051
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9052
+ /* @__PURE__ */ jsxs49("div", { children: [
9053
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:00 PM): Dentist" }),
9054
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dentist" })
9055
+ ] }),
9056
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9057
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9058
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9059
+ ] }),
9060
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "839px", width: "59px", height: "25px" }, children: [
9061
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9062
+ /* @__PURE__ */ jsxs49("div", { children: [
9063
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:00 PM): Dentist" }),
9064
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dentist" })
9065
+ ] }),
9066
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9067
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9068
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9069
+ ] }),
9070
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1259px", width: "59px", height: "25px" }, children: [
9071
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9072
+ /* @__PURE__ */ jsxs49("div", { children: [
9073
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 AM - 12:00 PM): Dentist" }),
9074
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dentist" })
9075
+ ] }),
9076
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9077
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9078
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9079
+ ] }),
9080
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "0px", width: "59px", height: "25px" }, children: [
9081
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9082
+ /* @__PURE__ */ jsxs49("div", { title: "Job Interview - Laura Bailey", children: [
9083
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:30 PM - 1:30 PM): Job Interview - Laura Bailey" }),
9084
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Job Interview - Laura Bailey" })
9085
+ ] }),
9086
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9087
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9088
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9089
+ ] }),
9090
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "420px", width: "59px", height: "25px" }, children: [
9091
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9092
+ /* @__PURE__ */ jsxs49("div", { title: "Job Interview - Laura Bailey", children: [
9093
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:30 PM - 1:30 PM): Job Interview - Laura Bailey" }),
9094
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Job Interview - Laura Bailey" })
9095
+ ] }),
9096
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9097
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9098
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9099
+ ] }),
9100
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "839px", width: "59px", height: "25px" }, children: [
9101
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9102
+ /* @__PURE__ */ jsxs49("div", { title: "Job Interview - Laura Bailey", children: [
9103
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:30 PM - 1:30 PM): Job Interview - Laura Bailey" }),
9104
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Job Interview - Laura Bailey" })
9105
+ ] }),
9106
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9107
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9108
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9109
+ ] }),
9110
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "1259px", width: "59px", height: "25px" }, children: [
9111
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9112
+ /* @__PURE__ */ jsxs49("div", { title: "Job Interview - Laura Bailey", children: [
9113
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(12:30 PM - 1:30 PM): Job Interview - Laura Bailey" }),
9114
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Job Interview - Laura Bailey" })
9115
+ ] }),
9116
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9117
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9118
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9119
+ ] }),
9120
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "60px", width: "59px", height: "25px" }, children: [
9121
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9122
+ /* @__PURE__ */ jsxs49("div", { children: [
9123
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9124
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
9125
+ ] }),
9126
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9127
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9128
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9129
+ ] }),
9130
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "479px", width: "59px", height: "25px" }, children: [
9131
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9132
+ /* @__PURE__ */ jsxs49("div", { children: [
9133
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9134
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
9135
+ ] }),
9136
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9137
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9138
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9139
+ ] }),
9140
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "899px", width: "59px", height: "25px" }, children: [
9141
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9142
+ /* @__PURE__ */ jsxs49("div", { children: [
9143
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9144
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
9145
+ ] }),
9146
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9147
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9148
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9149
+ ] }),
9150
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1318px", width: "59px", height: "25px" }, children: [
9151
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9152
+ /* @__PURE__ */ jsxs49("div", { children: [
9153
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9154
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
9155
+ ] }),
9156
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9157
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9158
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9159
+ ] }),
9160
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "60px", width: "119px", height: "25px" }, children: [
9161
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9162
+ /* @__PURE__ */ jsxs49("div", { title: "Bob's Birthday Party", children: [
9163
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 PM - 2:30 AM): Bob's Birthday Party" }),
9164
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Bob's Birthday Party" })
9165
+ ] }),
9166
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9167
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9168
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9169
+ ] }),
9170
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "479px", width: "119px", height: "25px" }, children: [
9171
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9172
+ /* @__PURE__ */ jsxs49("div", { title: "Bob's Birthday Party", children: [
9173
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 PM - 2:30 AM): Bob's Birthday Party" }),
9174
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Bob's Birthday Party" })
9175
+ ] }),
9176
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9177
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9178
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9179
+ ] }),
9180
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "899px", width: "119px", height: "25px" }, children: [
9181
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9182
+ /* @__PURE__ */ jsxs49("div", { title: "Bob's Birthday Party", children: [
9183
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 PM - 2:30 AM): Bob's Birthday Party" }),
9184
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Bob's Birthday Party" })
9185
+ ] }),
9186
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9187
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9188
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9189
+ ] }),
9190
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "1318px", width: "119px", height: "25px" }, children: [
9191
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions" }),
9192
+ /* @__PURE__ */ jsxs49("div", { title: "Bob's Birthday Party", children: [
9193
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(11:00 PM - 2:30 AM): Bob`'`s Birthday Party" }),
9194
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Bob's Birthday Party" })
9195
+ ] }),
9196
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9197
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9198
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9199
+ ] }),
9200
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "120px", width: "59px", height: "25px" }, children: [
9201
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9202
+ /* @__PURE__ */ jsxs49("div", { children: [
9203
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9204
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
9205
+ ] }),
9206
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9207
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9208
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9209
+ ] }),
9210
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "539px", width: "59px", height: "25px" }, children: [
9211
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9212
+ /* @__PURE__ */ jsxs49("div", { children: [
9213
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9214
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
9215
+ ] }),
9216
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9217
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9218
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9219
+ ] }),
9220
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "959px", width: "59px", height: "25px" }, children: [
9221
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9222
+ /* @__PURE__ */ jsxs49("div", { children: [
9223
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9224
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
9225
+ ] }),
9226
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9227
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9228
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9229
+ ] }),
9230
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1378px", width: "59px", height: "25px" }, children: [
9231
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9232
+ /* @__PURE__ */ jsxs49("div", { children: [
9233
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9234
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
9235
+ ] }),
9236
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9237
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9238
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9239
+ ] }),
9240
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "180px", width: "59px", height: "25px" }, children: [
9241
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9242
+ /* @__PURE__ */ jsxs49("div", { children: [
9243
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
9244
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
9245
+ ] }),
9246
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9247
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9248
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9249
+ ] }),
9250
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "599px", width: "59px", height: "25px" }, children: [
9251
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9252
+ /* @__PURE__ */ jsxs49("div", { children: [
9253
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
9254
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
9255
+ ] }),
9256
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9257
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9258
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9259
+ ] }),
9260
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1019px", width: "59px", height: "25px" }, children: [
9261
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9262
+ /* @__PURE__ */ jsxs49("div", { children: [
9263
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
9264
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
9265
+ ] }),
9266
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9267
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9268
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9269
+ ] }),
9270
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1438px", width: "59px", height: "25px" }, children: [
9271
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9272
+ /* @__PURE__ */ jsxs49("div", { children: [
9273
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(6:00 PM - 7:00 PM): Helpdesk weekly meeting" }),
9274
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Helpdesk weekly meeting" })
9275
+ ] }),
9276
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9277
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9278
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9279
+ ] }),
9280
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "180px", width: "59px", height: "25px" }, children: [
9281
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9282
+ /* @__PURE__ */ jsxs49("div", { children: [
9283
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9284
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
9285
+ ] }),
9286
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9287
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9288
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9289
+ ] }),
9290
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "414px", left: "599px", width: "59px", height: "25px" }, children: [
9291
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9292
+ /* @__PURE__ */ jsxs49("div", { children: [
9293
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9294
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
9295
+ ] }),
9296
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9297
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9298
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9299
+ ] }),
9300
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "1019px", width: "59px", height: "25px" }, children: [
9301
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9302
+ /* @__PURE__ */ jsxs49("div", { children: [
9303
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9304
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
9305
+ ] }),
9306
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9307
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9308
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9309
+ ] }),
9310
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "414px", left: "1438px", width: "59px", height: "25px" }, children: [
9311
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9312
+ /* @__PURE__ */ jsxs49("div", { children: [
9313
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(9:30 PM - 11:00 PM): Dance Practice" }),
9314
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "Dance Practice" })
9315
+ ] }),
9316
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9317
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9318
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9319
+ ] }),
9320
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "240px", width: "59px", height: "25px" }, children: [
9321
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9322
+ /* @__PURE__ */ jsxs49("div", { children: [
9323
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9324
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
9325
+ ] }),
9326
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9327
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9328
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9329
+ ] }),
9330
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", transform: "translateY(30px)", top: "388px", left: "659px", width: "59px", height: "25px" }, children: [
9331
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9332
+ /* @__PURE__ */ jsxs49("div", { children: [
9333
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9334
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
9335
+ ] }),
9336
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9337
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9338
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9339
+ ] }),
9340
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1079px", width: "59px", height: "25px" }, children: [
9341
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9342
+ /* @__PURE__ */ jsxs49("div", { children: [
9343
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9344
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
9345
+ ] }),
9346
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9347
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9348
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9349
+ ] }),
9350
+ /* @__PURE__ */ jsxs49("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", transform: "translateY(30px)", top: "388px", left: "1498px", width: "59px", height: "25px" }, children: [
9351
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118(Icon, { icon: "arrow-rotate-cw" }) }),
9352
+ /* @__PURE__ */ jsxs49("div", { children: [
9353
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template k-event-time", children: "(10:00 PM - 12:00 AM): HR Lecture" }),
9354
+ /* @__PURE__ */ jsx118("div", { className: "k-event-template", children: "HR Lecture" })
9355
+ ] }),
9356
+ /* @__PURE__ */ jsx118("span", { className: "k-event-actions", children: /* @__PURE__ */ jsx118("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ jsx118(Icon, { icon: "x" }) }) }),
9357
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-w" }),
9358
+ /* @__PURE__ */ jsx118("span", { className: "k-resize-handle k-resize-e" })
9347
9359
  ] })
9348
9360
  ] })
9349
9361
  ] })