@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.
- package/dist/cjs/appbar/templates/appbar-normal.js +4367 -0
- package/dist/cjs/appbar/tests/appbar-rtl.js +5011 -0
- package/dist/cjs/appbar/tests/appbar.js +123 -310
- package/dist/cjs/bottom-nav/bottom-nav.spec.js +41 -3
- package/dist/cjs/bottom-nav/templates/bottom-nav-icons.js +4436 -0
- package/dist/cjs/bottom-nav/templates/bottom-nav-links.js +4436 -0
- package/dist/cjs/bottom-nav/templates/bottom-nav-normal.js +4436 -0
- package/dist/cjs/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +51 -182
- package/dist/cjs/bottom-nav/tests/bottom-nav-items.js +70 -44
- package/dist/cjs/bottom-nav/tests/bottom-nav-rtl.js +47 -21
- package/dist/cjs/bottom-nav/tests/bottom-nav-solid.js +4461 -0
- package/dist/cjs/bottom-nav/tests/bottom-nav.js +83 -35
- package/dist/cjs/daterangepicker/daterangepicker.spec.js +410 -289
- package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
- package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +412 -291
- package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +412 -291
- package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
- package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +431 -310
- package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +422 -301
- package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +431 -310
- package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
- package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +431 -310
- package/dist/cjs/dialog/templates/dialog-normal.js +5 -3
- package/dist/cjs/dialog/tests/dialog-action-buttons.js +5 -3
- package/dist/cjs/dialog/tests/dialog-theme-colors.js +5 -3
- package/dist/cjs/dialog/tests/dialog.js +5 -3
- package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
- package/dist/cjs/dock-manager/tests/dock-manager.js +74 -62
- package/dist/cjs/editor/editor-toolbar.js +18 -6
- package/dist/cjs/editor/templates/editor-normal.js +7678 -3
- package/dist/cjs/editor/tests/editor-find-replace.js +119 -91
- package/dist/cjs/editor/tests/editor-states.js +51 -23
- package/dist/cjs/editor/tests/editor.js +232 -213
- package/dist/cjs/expansion-panel/expansion-panel.spec.js +3 -1
- package/dist/cjs/expansion-panel/templates/expansion-panel-expanded.js +4386 -0
- package/dist/cjs/expansion-panel/templates/expansion-panel-normal.js +4385 -0
- package/dist/cjs/expansion-panel/tests/expansion-panel-rtl.js +37 -11
- package/dist/cjs/expansion-panel/tests/expansion-panel.js +37 -11
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +65 -53
- package/dist/cjs/filemanager/tests/filemanager-dialogs.js +5 -3
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +65 -53
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +130 -118
- package/dist/cjs/filemanager/tests/filemanager-listview.js +84 -72
- package/dist/cjs/filemanager/tests/filemanager-preview.js +183 -171
- package/dist/cjs/filter/templates/filter-normal.js +8429 -0
- package/dist/cjs/filter/tests/filter.js +139 -67
- package/dist/cjs/floating-label/templates/floating-label-normal.js +4793 -2
- package/dist/cjs/floating-label/tests/floating-label-flat.js +76 -67
- package/dist/cjs/floating-label/tests/floating-label-outline.js +76 -67
- package/dist/cjs/floating-label/tests/floating-label-solid.js +76 -67
- package/dist/cjs/form/tests/form-field-dateinputs.js +318 -211
- package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
- package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +95 -83
- package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +52 -40
- package/dist/cjs/gantt/tests/gantt-react.js +384 -372
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +689 -677
- package/dist/cjs/gantt/tests/gantt.js +664 -652
- package/dist/cjs/grid/tests/grid-adaptive-search.js +25 -13
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +125 -113
- package/dist/cjs/grid/tests/grid-column-reordering.js +130 -118
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +150 -138
- package/dist/cjs/grid/tests/grid-editing-inline-angular.js +90 -78
- package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +88 -76
- package/dist/cjs/grid/tests/grid-editing.js +108 -96
- package/dist/cjs/grid/tests/grid-filter-row-angular.js +116 -104
- package/dist/cjs/grid/tests/grid-filter-row-blazor.js +111 -99
- package/dist/cjs/grid/tests/grid-grouping-actions.js +91 -79
- package/dist/cjs/grid/tests/grid-grouping.js +207 -195
- package/dist/cjs/grid/tests/grid-row-reordering.js +114 -102
- package/dist/cjs/grid/tests/grid-rows-resizing.js +112 -100
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +216 -204
- package/dist/cjs/grid/tests/grid-size-sm.js +216 -204
- package/dist/cjs/grid/tests/grid-toolbar.js +85 -73
- package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +80 -68
- package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +68 -56
- package/dist/cjs/imageeditor/tests/imageeditor.js +35 -23
- package/dist/cjs/index.js +1996 -1429
- package/dist/cjs/listview/templates/listview-normal.js +13 -1
- package/dist/cjs/listview/tests/listview-layout.js +13 -1
- package/dist/cjs/listview/tests/listview-states.js +13 -1
- package/dist/cjs/listview/tests/listview.js +13 -1
- package/dist/cjs/mediaplayer/tests/mediaplayer.js +38 -26
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +58 -46
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +98 -86
- package/dist/cjs/popover/templates/popover-normal.js +92 -0
- package/dist/cjs/popover/tests/popover.js +53 -48
- package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +159 -147
- package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +104 -92
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +140 -128
- package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
- package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
- package/dist/cjs/scheduler/tests/scheduler-angular-month.js +157 -145
- package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +312 -300
- package/dist/cjs/scheduler/tests/scheduler-angular.js +312 -300
- package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +170 -158
- package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +80 -68
- package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +149 -137
- package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +227 -215
- package/dist/cjs/scheduler/tests/scheduler-react-day.js +712 -700
- package/dist/cjs/scheduler/tests/scheduler-react-month.js +1647 -1635
- package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
- package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +533 -521
- package/dist/cjs/scheduler/tests/scheduler-react-week.js +1448 -1436
- package/dist/cjs/scheduler/tests/scheduler-year.js +762 -750
- package/dist/cjs/scheduler/tests/scheduler.js +412 -400
- package/dist/cjs/scrollview/templates/scrollview-normal.js +4382 -0
- package/dist/cjs/scrollview/tests/scrollview-rtl.js +4412 -0
- package/dist/cjs/scrollview/tests/scrollview.js +21 -14
- package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
- package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +256 -244
- package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
- package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +235 -223
- package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +291 -279
- package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +160 -148
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +254 -242
- package/dist/cjs/taskboard/tests/taskboard-card.js +90 -78
- package/dist/cjs/taskboard/tests/taskboard-pane.js +162 -150
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +87 -75
- package/dist/cjs/taskboard/tests/taskboard.js +81 -69
- package/dist/cjs/tilelayout/templates/tilelayout-normal.js +4797 -0
- package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +36 -6
- package/dist/cjs/tilelayout/tests/tilelayout.js +29 -14
- package/dist/cjs/toolbar/templates/toolbar-normal.js +31 -2
- package/dist/cjs/toolbar/tests/toolbar-adaptive.js +42 -30
- package/dist/cjs/toolbar/tests/toolbar-components.js +18 -1
- package/dist/cjs/toolbar/tests/toolbar-popup-size.js +29 -17
- package/dist/cjs/toolbar/tests/toolbar-popup.js +52 -40
- package/dist/cjs/toolbar/tests/toolbar-sizes.js +37 -25
- package/dist/cjs/toolbar/tests/toolbar.js +20 -23
- package/dist/esm/appbar/templates/appbar-normal.js +4351 -0
- package/dist/esm/appbar/tests/appbar-rtl.js +4995 -0
- package/dist/esm/appbar/tests/appbar.js +123 -310
- package/dist/esm/bottom-nav/bottom-nav.spec.js +41 -3
- package/dist/esm/bottom-nav/templates/bottom-nav-icons.js +4420 -0
- package/dist/esm/bottom-nav/templates/bottom-nav-links.js +4420 -0
- package/dist/esm/bottom-nav/templates/bottom-nav-normal.js +4420 -0
- package/dist/esm/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +48 -179
- package/dist/esm/bottom-nav/tests/bottom-nav-items.js +57 -31
- package/dist/esm/bottom-nav/tests/bottom-nav-rtl.js +43 -17
- package/dist/esm/bottom-nav/tests/bottom-nav-solid.js +4445 -0
- package/dist/esm/bottom-nav/tests/bottom-nav.js +82 -34
- package/dist/esm/daterangepicker/daterangepicker.spec.js +410 -289
- package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
- package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +412 -291
- package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +412 -291
- package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
- package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +431 -310
- package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +422 -301
- package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +431 -310
- package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
- package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +431 -310
- package/dist/esm/dialog/templates/dialog-normal.js +6 -4
- package/dist/esm/dialog/tests/dialog-action-buttons.js +13 -11
- package/dist/esm/dialog/tests/dialog-in-window.js +5 -5
- package/dist/esm/dialog/tests/dialog-modal.js +6 -6
- package/dist/esm/dialog/tests/dialog-theme-colors.js +13 -11
- package/dist/esm/dialog/tests/dialog.js +14 -12
- package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
- package/dist/esm/dock-manager/tests/dock-manager.js +74 -62
- package/dist/esm/editor/editor-toolbar.js +18 -6
- package/dist/esm/editor/templates/editor-normal.js +7684 -3
- package/dist/esm/editor/tests/editor-find-replace.js +119 -91
- package/dist/esm/editor/tests/editor-states.js +51 -23
- package/dist/esm/editor/tests/editor.js +232 -213
- package/dist/esm/expansion-panel/expansion-panel.spec.js +3 -1
- package/dist/esm/expansion-panel/templates/expansion-panel-expanded.js +4370 -0
- package/dist/esm/expansion-panel/templates/expansion-panel-normal.js +4369 -0
- package/dist/esm/expansion-panel/tests/expansion-panel-rtl.js +37 -11
- package/dist/esm/expansion-panel/tests/expansion-panel.js +37 -11
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +65 -53
- package/dist/esm/filemanager/tests/filemanager-dialogs.js +20 -18
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +65 -53
- package/dist/esm/filemanager/tests/filemanager-gridview.js +130 -118
- package/dist/esm/filemanager/tests/filemanager-listview.js +84 -72
- package/dist/esm/filemanager/tests/filemanager-preview.js +183 -171
- package/dist/esm/filemanager/tests/filemanager-toolbar.js +7 -7
- package/dist/esm/filter/templates/filter-normal.js +8413 -0
- package/dist/esm/filter/tests/filter.js +139 -67
- package/dist/esm/floating-label/templates/floating-label-normal.js +4799 -2
- package/dist/esm/floating-label/tests/floating-label-flat.js +73 -64
- package/dist/esm/floating-label/tests/floating-label-outline.js +73 -64
- package/dist/esm/floating-label/tests/floating-label-solid.js +73 -64
- package/dist/esm/form/tests/form-field-dateinputs.js +318 -211
- package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
- package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +95 -83
- package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -40
- package/dist/esm/gantt/tests/gantt-react.js +384 -372
- package/dist/esm/gantt/tests/gantt-row-reordering.js +689 -677
- package/dist/esm/gantt/tests/gantt.js +664 -652
- package/dist/esm/grid/tests/grid-adaptive-search.js +25 -13
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +125 -113
- package/dist/esm/grid/tests/grid-column-reordering.js +130 -118
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +150 -138
- package/dist/esm/grid/tests/grid-editing-inline-angular.js +90 -78
- package/dist/esm/grid/tests/grid-editing-inline-blazor.js +88 -76
- package/dist/esm/grid/tests/grid-editing.js +108 -96
- package/dist/esm/grid/tests/grid-filter-row-angular.js +116 -104
- package/dist/esm/grid/tests/grid-filter-row-blazor.js +111 -99
- package/dist/esm/grid/tests/grid-grouping-actions.js +91 -79
- package/dist/esm/grid/tests/grid-grouping.js +207 -195
- package/dist/esm/grid/tests/grid-row-reordering.js +114 -102
- package/dist/esm/grid/tests/grid-rows-resizing.js +112 -100
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +216 -204
- package/dist/esm/grid/tests/grid-size-sm.js +216 -204
- package/dist/esm/grid/tests/grid-toolbar.js +85 -73
- package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +80 -68
- package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +68 -56
- package/dist/esm/imageeditor/tests/imageeditor.js +35 -23
- package/dist/esm/index.js +1972 -1415
- package/dist/esm/listview/templates/listview-normal.js +14 -2
- package/dist/esm/listview/tests/listview-layout.js +27 -15
- package/dist/esm/listview/tests/listview-states.js +18 -6
- package/dist/esm/listview/tests/listview.js +21 -9
- package/dist/esm/mediaplayer/tests/mediaplayer.js +38 -26
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +58 -46
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +98 -86
- package/dist/esm/popover/templates/popover-normal.js +70 -0
- package/dist/esm/popover/tests/popover.js +49 -44
- package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
- package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +159 -147
- package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +104 -92
- package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
- package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +140 -128
- package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
- package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
- package/dist/esm/scheduler/tests/scheduler-angular-month.js +157 -145
- package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +312 -300
- package/dist/esm/scheduler/tests/scheduler-angular.js +312 -300
- package/dist/esm/scheduler/tests/scheduler-flex-layout.js +170 -158
- package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +80 -68
- package/dist/esm/scheduler/tests/scheduler-jquery-month.js +149 -137
- package/dist/esm/scheduler/tests/scheduler-react-agenda.js +227 -215
- package/dist/esm/scheduler/tests/scheduler-react-day.js +712 -700
- package/dist/esm/scheduler/tests/scheduler-react-month.js +1647 -1635
- package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
- package/dist/esm/scheduler/tests/scheduler-react-timeline.js +533 -521
- package/dist/esm/scheduler/tests/scheduler-react-week.js +1448 -1436
- package/dist/esm/scheduler/tests/scheduler-year.js +762 -750
- package/dist/esm/scheduler/tests/scheduler.js +412 -400
- package/dist/esm/scrollview/templates/scrollview-normal.js +4366 -0
- package/dist/esm/scrollview/tests/scrollview-rtl.js +4396 -0
- package/dist/esm/scrollview/tests/scrollview.js +19 -12
- package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
- package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +256 -244
- package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
- package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +235 -223
- package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +291 -279
- package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
- package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +160 -148
- package/dist/esm/spreadsheet/tests/spreadsheet.js +254 -242
- package/dist/esm/taskboard/tests/taskboard-card.js +90 -78
- package/dist/esm/taskboard/tests/taskboard-pane.js +162 -150
- package/dist/esm/taskboard/tests/taskboard-rtl.js +87 -75
- package/dist/esm/taskboard/tests/taskboard.js +81 -69
- package/dist/esm/tilelayout/templates/tilelayout-normal.js +4771 -0
- package/dist/esm/tilelayout/tests/tilelayout-resizing.js +36 -6
- package/dist/esm/tilelayout/tests/tilelayout.js +30 -15
- package/dist/esm/toolbar/templates/toolbar-normal.js +31 -2
- package/dist/esm/toolbar/tests/toolbar-adaptive.js +42 -30
- package/dist/esm/toolbar/tests/toolbar-angular.js +9 -9
- package/dist/esm/toolbar/tests/toolbar-components.js +28 -11
- package/dist/esm/toolbar/tests/toolbar-popup-size.js +29 -17
- package/dist/esm/toolbar/tests/toolbar-popup.js +52 -40
- package/dist/esm/toolbar/tests/toolbar-sizes.js +37 -25
- package/dist/esm/toolbar/tests/toolbar.js +34 -37
- package/dist/types/appbar/index.d.ts +1 -0
- package/dist/types/appbar/templates/appbar-normal.d.ts +1 -0
- package/dist/types/bottom-nav/bottom-nav.spec.d.ts +7 -3
- package/dist/types/bottom-nav/index.d.ts +3 -0
- package/dist/types/bottom-nav/templates/bottom-nav-icons.d.ts +1 -0
- package/dist/types/bottom-nav/templates/bottom-nav-links.d.ts +1 -0
- package/dist/types/bottom-nav/templates/bottom-nav-normal.d.ts +1 -0
- package/dist/types/bottom-nav/tests/bottom-nav-flat.d.ts +2 -0
- package/dist/types/bottom-nav/tests/bottom-nav-solid.d.ts +2 -0
- package/dist/types/dialog/templates/dialog-normal.d.ts +1 -1
- package/dist/types/expansion-panel/expansion-panel.spec.d.ts +1 -1
- package/dist/types/expansion-panel/index.d.ts +2 -0
- package/dist/types/expansion-panel/templates/expansion-panel-expanded.d.ts +1 -0
- package/dist/types/expansion-panel/templates/expansion-panel-normal.d.ts +1 -0
- package/dist/types/filter/index.d.ts +1 -0
- package/dist/types/filter/templates/filter-normal.d.ts +1 -0
- package/dist/types/floating-label/templates/floating-label-normal.d.ts +1 -4
- package/dist/types/index.d.ts +3 -0
- package/dist/types/popover/index.d.ts +1 -0
- package/dist/types/popover/templates/popover-normal.d.ts +4 -0
- package/dist/types/scrollview/index.d.ts +1 -0
- package/dist/types/scrollview/templates/scrollview-normal.d.ts +1 -0
- package/dist/types/scrollview/tests/scrollview-rtl.d.ts +2 -0
- package/dist/types/tilelayout/index.d.ts +1 -0
- package/dist/types/tilelayout/templates/tilelayout-normal.d.ts +1 -0
- package/dist/types/toolbar/templates/toolbar-normal.d.ts +1 -4
- package/package.json +2 -2
- package/src/appbar/index.ts +1 -0
- package/src/appbar/templates/appbar-normal.tsx +31 -0
- package/src/appbar/tests/appbar-rtl.tsx +110 -0
- package/src/appbar/tests/appbar.tsx +41 -412
- package/src/bottom-nav/bottom-nav.spec.tsx +13 -4
- package/src/bottom-nav/index.ts +3 -0
- package/src/bottom-nav/templates/bottom-nav-icons.tsx +13 -0
- package/src/bottom-nav/templates/bottom-nav-links.tsx +13 -0
- package/src/bottom-nav/templates/bottom-nav-normal.tsx +13 -0
- package/src/bottom-nav/tests/bottom-nav-flat.tsx +35 -0
- package/src/bottom-nav/tests/bottom-nav-items.tsx +7 -7
- package/src/bottom-nav/tests/bottom-nav-rtl.tsx +5 -5
- package/src/bottom-nav/tests/bottom-nav-solid.tsx +32 -0
- package/src/bottom-nav/tests/bottom-nav.tsx +11 -11
- package/src/dialog/templates/dialog-normal.tsx +10 -5
- package/src/editor/templates/editor-normal.tsx +21 -2
- package/src/editor/tests/editor.tsx +1 -12
- package/src/expansion-panel/expansion-panel.spec.tsx +2 -0
- package/src/expansion-panel/index.ts +2 -0
- package/src/expansion-panel/templates/expansion-panel-expanded.tsx +14 -0
- package/src/expansion-panel/templates/expansion-panel-normal.tsx +13 -0
- package/src/expansion-panel/tests/expansion-panel-rtl.tsx +23 -53
- package/src/expansion-panel/tests/expansion-panel.tsx +23 -52
- package/src/filter/index.ts +1 -0
- package/src/filter/templates/filter-normal.tsx +95 -0
- package/src/filter/tests/filter.tsx +3 -3
- package/src/floating-label/templates/floating-label-normal.tsx +9 -3
- package/src/index.ts +11 -2
- package/src/listview/templates/listview-normal.tsx +12 -2
- package/src/popover/index.ts +1 -0
- package/src/popover/templates/popover-normal.tsx +7 -0
- package/src/popover/tests/popover.tsx +11 -11
- package/src/scrollview/index.ts +1 -0
- package/src/scrollview/templates/scrollview-normal.tsx +3 -0
- package/src/scrollview/tests/scrollview-rtl.tsx +36 -0
- package/src/scrollview/tests/scrollview.tsx +8 -7
- package/src/tilelayout/index.ts +1 -0
- package/src/tilelayout/templates/tilelayout-normal.tsx +14 -0
- package/src/tilelayout/tests/tilelayout-resizing.tsx +3 -3
- package/src/tilelayout/tests/tilelayout.tsx +3 -3
- package/src/toolbar/templates/toolbar-normal.tsx +18 -3
- package/src/toolbar/tests/toolbar.tsx +2 -22
- package/src/bottom-nav/tests/bottom-nav-colors.tsx +0 -205
- /package/dist/types/{bottom-nav/tests/bottom-nav-colors.d.ts → appbar/tests/appbar-rtl.d.ts} +0 -0
|
@@ -7652,916 +7652,928 @@ ToolbarPopup.options = options46;
|
|
|
7652
7652
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7653
7653
|
ToolbarPopup.defaultProps = defaultProps43;
|
|
7654
7654
|
|
|
7655
|
-
// src/
|
|
7655
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7656
7656
|
var import_jsx_runtime110 = require("react/jsx-runtime");
|
|
7657
7657
|
|
|
7658
|
-
// src/
|
|
7658
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7659
7659
|
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
7660
7660
|
|
|
7661
|
-
// src/
|
|
7661
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7662
7662
|
var import_jsx_runtime112 = require("react/jsx-runtime");
|
|
7663
7663
|
|
|
7664
|
-
// src/
|
|
7664
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7665
7665
|
var import_jsx_runtime113 = require("react/jsx-runtime");
|
|
7666
7666
|
|
|
7667
|
-
// src/
|
|
7667
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7668
7668
|
var import_jsx_runtime114 = require("react/jsx-runtime");
|
|
7669
|
+
|
|
7670
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7671
|
+
var import_jsx_runtime115 = require("react/jsx-runtime");
|
|
7672
|
+
|
|
7673
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7674
|
+
var import_jsx_runtime116 = require("react/jsx-runtime");
|
|
7675
|
+
|
|
7676
|
+
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7677
|
+
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
7678
|
+
|
|
7679
|
+
// src/scheduler/tests/scheduler-react-day.tsx
|
|
7680
|
+
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
7669
7681
|
var style = `
|
|
7670
7682
|
#test-area {
|
|
7671
7683
|
max-width: 1400px;
|
|
7672
7684
|
}
|
|
7673
7685
|
`;
|
|
7674
|
-
var scheduler_react_day_default = () => /* @__PURE__ */ (0,
|
|
7675
|
-
/* @__PURE__ */ (0,
|
|
7676
|
-
/* @__PURE__ */ (0,
|
|
7677
|
-
/* @__PURE__ */ (0,
|
|
7678
|
-
/* @__PURE__ */ (0,
|
|
7679
|
-
/* @__PURE__ */ (0,
|
|
7680
|
-
/* @__PURE__ */ (0,
|
|
7681
|
-
/* @__PURE__ */ (0,
|
|
7686
|
+
var scheduler_react_day_default = () => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
|
|
7687
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("style", { children: style }),
|
|
7688
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-widget k-scheduler k-scheduler-flex", style: { height: "900px" }, children: [
|
|
7689
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(Toolbar, { className: "k-scheduler-toolbar", children: [
|
|
7690
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(ButtonGroup, { className: "k-scheduler-navigation", children: [
|
|
7691
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Today" }),
|
|
7692
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "caret-alt-left" }),
|
|
7693
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "caret-alt-right" })
|
|
7682
7694
|
] }),
|
|
7683
|
-
/* @__PURE__ */ (0,
|
|
7684
|
-
/* @__PURE__ */ (0,
|
|
7685
|
-
/* @__PURE__ */ (0,
|
|
7686
|
-
/* @__PURE__ */ (0,
|
|
7687
|
-
/* @__PURE__ */ (0,
|
|
7688
|
-
/* @__PURE__ */ (0,
|
|
7689
|
-
/* @__PURE__ */ (0,
|
|
7690
|
-
/* @__PURE__ */ (0,
|
|
7695
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "calendar", className: "k-nav-current", fillMode: "flat", children: "Wednesday, June 24, 2020" }),
|
|
7696
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-spacer" }),
|
|
7697
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(ButtonGroup, { className: "k-scheduler-views", children: [
|
|
7698
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { selected: true, children: "Day" }),
|
|
7699
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Week" }),
|
|
7700
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Month" }),
|
|
7701
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Timeline" }),
|
|
7702
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { children: "Agenda" })
|
|
7691
7703
|
] })
|
|
7692
7704
|
] }),
|
|
7693
|
-
/* @__PURE__ */ (0,
|
|
7694
|
-
/* @__PURE__ */ (0,
|
|
7695
|
-
/* @__PURE__ */ (0,
|
|
7696
|
-
/* @__PURE__ */ (0,
|
|
7697
|
-
/* @__PURE__ */ (0,
|
|
7698
|
-
/* @__PURE__ */ (0,
|
|
7699
|
-
/* @__PURE__ */ (0,
|
|
7705
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-layout k-scheduler-layout-flex k-scheduler-day-view", children: [
|
|
7706
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-head", children: [
|
|
7707
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-group k-group-horizontal", children: [
|
|
7708
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7709
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
|
|
7710
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 101" }),
|
|
7711
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Meeting Room 201" })
|
|
7700
7712
|
] }),
|
|
7701
|
-
/* @__PURE__ */ (0,
|
|
7702
|
-
/* @__PURE__ */ (0,
|
|
7703
|
-
/* @__PURE__ */ (0,
|
|
7704
|
-
/* @__PURE__ */ (0,
|
|
7705
|
-
/* @__PURE__ */ (0,
|
|
7706
|
-
/* @__PURE__ */ (0,
|
|
7713
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7714
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
|
|
7715
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
|
|
7716
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" }),
|
|
7717
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Peter" }),
|
|
7718
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell", children: "Alex" })
|
|
7707
7719
|
] }),
|
|
7708
|
-
/* @__PURE__ */ (0,
|
|
7709
|
-
/* @__PURE__ */ (0,
|
|
7710
|
-
/* @__PURE__ */ (0,
|
|
7711
|
-
/* @__PURE__ */ (0,
|
|
7712
|
-
/* @__PURE__ */ (0,
|
|
7720
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7721
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell", style: { minWidth: "61px" } }),
|
|
7722
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7723
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
|
|
7724
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) })
|
|
7713
7725
|
] }) }),
|
|
7714
|
-
/* @__PURE__ */ (0,
|
|
7715
|
-
/* @__PURE__ */ (0,
|
|
7716
|
-
/* @__PURE__ */ (0,
|
|
7726
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7727
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
|
|
7728
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) })
|
|
7717
7729
|
] }) }),
|
|
7718
|
-
/* @__PURE__ */ (0,
|
|
7719
|
-
/* @__PURE__ */ (0,
|
|
7720
|
-
/* @__PURE__ */ (0,
|
|
7730
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7731
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
|
|
7732
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) })
|
|
7721
7733
|
] }) }),
|
|
7722
|
-
/* @__PURE__ */ (0,
|
|
7723
|
-
/* @__PURE__ */ (0,
|
|
7724
|
-
/* @__PURE__ */ (0,
|
|
7734
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7735
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Wed, 6/24" }) }),
|
|
7736
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-heading-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-nav-day", children: "Thu, 6/25" }) })
|
|
7725
7737
|
] }) })
|
|
7726
7738
|
] })
|
|
7727
7739
|
] }),
|
|
7728
|
-
/* @__PURE__ */ (0,
|
|
7729
|
-
/* @__PURE__ */ (0,
|
|
7730
|
-
/* @__PURE__ */ (0,
|
|
7731
|
-
/* @__PURE__ */ (0,
|
|
7732
|
-
/* @__PURE__ */ (0,
|
|
7740
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7741
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-heading-cell k-side-cell k-scheduler-times-all-day", style: { minWidth: "61px" }, children: "all day" }),
|
|
7742
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7743
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
|
|
7744
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } })
|
|
7733
7745
|
] }) }),
|
|
7734
|
-
/* @__PURE__ */ (0,
|
|
7735
|
-
/* @__PURE__ */ (0,
|
|
7736
|
-
/* @__PURE__ */ (0,
|
|
7746
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7747
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
|
|
7748
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } })
|
|
7737
7749
|
] }) }),
|
|
7738
|
-
/* @__PURE__ */ (0,
|
|
7739
|
-
/* @__PURE__ */ (0,
|
|
7740
|
-
/* @__PURE__ */ (0,
|
|
7750
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7751
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
|
|
7752
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } })
|
|
7741
7753
|
] }) }),
|
|
7742
|
-
/* @__PURE__ */ (0,
|
|
7743
|
-
/* @__PURE__ */ (0,
|
|
7744
|
-
/* @__PURE__ */ (0,
|
|
7754
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7755
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "88px" } }),
|
|
7756
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell", style: { userSelect: "none", minHeight: "10px" } })
|
|
7745
7757
|
] }) })
|
|
7746
7758
|
] }) }),
|
|
7747
|
-
/* @__PURE__ */ (0,
|
|
7748
|
-
/* @__PURE__ */ (0,
|
|
7749
|
-
/* @__PURE__ */ (0,
|
|
7750
|
-
/* @__PURE__ */ (0,
|
|
7751
|
-
/* @__PURE__ */ (0,
|
|
7752
|
-
/* @__PURE__ */ (0,
|
|
7759
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "78px", width: "199px", height: "25px" }, children: [
|
|
7760
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7761
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
|
|
7762
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7763
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7764
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7753
7765
|
] }),
|
|
7754
|
-
/* @__PURE__ */ (0,
|
|
7755
|
-
/* @__PURE__ */ (0,
|
|
7756
|
-
/* @__PURE__ */ (0,
|
|
7757
|
-
/* @__PURE__ */ (0,
|
|
7758
|
-
/* @__PURE__ */ (0,
|
|
7759
|
-
/* @__PURE__ */ (0,
|
|
7766
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "478px", width: "199px", height: "25px" }, children: [
|
|
7767
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7768
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
|
|
7769
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7770
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7771
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7760
7772
|
] }),
|
|
7761
|
-
/* @__PURE__ */ (0,
|
|
7762
|
-
/* @__PURE__ */ (0,
|
|
7763
|
-
/* @__PURE__ */ (0,
|
|
7764
|
-
/* @__PURE__ */ (0,
|
|
7765
|
-
/* @__PURE__ */ (0,
|
|
7766
|
-
/* @__PURE__ */ (0,
|
|
7773
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "878px", width: "199px", height: "25px" }, children: [
|
|
7774
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7775
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
|
|
7776
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7777
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7778
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7767
7779
|
] }),
|
|
7768
|
-
/* @__PURE__ */ (0,
|
|
7769
|
-
/* @__PURE__ */ (0,
|
|
7770
|
-
/* @__PURE__ */ (0,
|
|
7771
|
-
/* @__PURE__ */ (0,
|
|
7772
|
-
/* @__PURE__ */ (0,
|
|
7773
|
-
/* @__PURE__ */ (0,
|
|
7780
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1278px", width: "199px", height: "25px" }, children: [
|
|
7781
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7782
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Team planning meeting" }) }),
|
|
7783
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7784
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7785
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7774
7786
|
] }),
|
|
7775
|
-
/* @__PURE__ */ (0,
|
|
7776
|
-
/* @__PURE__ */ (0,
|
|
7777
|
-
/* @__PURE__ */ (0,
|
|
7778
|
-
/* @__PURE__ */ (0,
|
|
7779
|
-
/* @__PURE__ */ (0,
|
|
7780
|
-
/* @__PURE__ */ (0,
|
|
7787
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "78px", width: "199px", height: "25px" }, children: [
|
|
7788
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7789
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
|
|
7790
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7791
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7792
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7781
7793
|
] }),
|
|
7782
|
-
/* @__PURE__ */ (0,
|
|
7783
|
-
/* @__PURE__ */ (0,
|
|
7784
|
-
/* @__PURE__ */ (0,
|
|
7785
|
-
/* @__PURE__ */ (0,
|
|
7786
|
-
/* @__PURE__ */ (0,
|
|
7787
|
-
/* @__PURE__ */ (0,
|
|
7794
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "161px", left: "478px", width: "199px", height: "25px" }, children: [
|
|
7795
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7796
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
|
|
7797
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7798
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7799
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7788
7800
|
] }),
|
|
7789
|
-
/* @__PURE__ */ (0,
|
|
7790
|
-
/* @__PURE__ */ (0,
|
|
7791
|
-
/* @__PURE__ */ (0,
|
|
7792
|
-
/* @__PURE__ */ (0,
|
|
7793
|
-
/* @__PURE__ */ (0,
|
|
7794
|
-
/* @__PURE__ */ (0,
|
|
7801
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "878px", width: "199px", height: "25px" }, children: [
|
|
7802
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7803
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
|
|
7804
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7805
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7806
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7795
7807
|
] }),
|
|
7796
|
-
/* @__PURE__ */ (0,
|
|
7797
|
-
/* @__PURE__ */ (0,
|
|
7798
|
-
/* @__PURE__ */ (0,
|
|
7799
|
-
/* @__PURE__ */ (0,
|
|
7800
|
-
/* @__PURE__ */ (0,
|
|
7801
|
-
/* @__PURE__ */ (0,
|
|
7808
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "161px", left: "1278px", width: "199px", height: "25px" }, children: [
|
|
7809
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7810
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Replace the printer on the 1st floor" }) }),
|
|
7811
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7812
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7813
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7802
7814
|
] }),
|
|
7803
|
-
/* @__PURE__ */ (0,
|
|
7804
|
-
/* @__PURE__ */ (0,
|
|
7805
|
-
/* @__PURE__ */ (0,
|
|
7806
|
-
/* @__PURE__ */ (0,
|
|
7807
|
-
/* @__PURE__ */ (0,
|
|
7808
|
-
/* @__PURE__ */ (0,
|
|
7815
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "187px", left: "78px", width: "199px", height: "25px" }, children: [
|
|
7816
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7817
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
|
|
7818
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7819
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7820
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7809
7821
|
] }),
|
|
7810
|
-
/* @__PURE__ */ (0,
|
|
7811
|
-
/* @__PURE__ */ (0,
|
|
7812
|
-
/* @__PURE__ */ (0,
|
|
7813
|
-
/* @__PURE__ */ (0,
|
|
7814
|
-
/* @__PURE__ */ (0,
|
|
7815
|
-
/* @__PURE__ */ (0,
|
|
7822
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "187px", left: "478px", width: "199px", height: "25px" }, children: [
|
|
7823
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7824
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
|
|
7825
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7826
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7827
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7816
7828
|
] }),
|
|
7817
|
-
/* @__PURE__ */ (0,
|
|
7818
|
-
/* @__PURE__ */ (0,
|
|
7819
|
-
/* @__PURE__ */ (0,
|
|
7820
|
-
/* @__PURE__ */ (0,
|
|
7821
|
-
/* @__PURE__ */ (0,
|
|
7822
|
-
/* @__PURE__ */ (0,
|
|
7829
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "187px", left: "878px", width: "199px", height: "25px" }, children: [
|
|
7830
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7831
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
|
|
7832
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7833
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7834
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7823
7835
|
] }),
|
|
7824
|
-
/* @__PURE__ */ (0,
|
|
7825
|
-
/* @__PURE__ */ (0,
|
|
7826
|
-
/* @__PURE__ */ (0,
|
|
7827
|
-
/* @__PURE__ */ (0,
|
|
7828
|
-
/* @__PURE__ */ (0,
|
|
7829
|
-
/* @__PURE__ */ (0,
|
|
7836
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "187px", left: "1278px", width: "199px", height: "25px" }, children: [
|
|
7837
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7838
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Register new Access Cards" }) }),
|
|
7839
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7840
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7841
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7830
7842
|
] }),
|
|
7831
|
-
/* @__PURE__ */ (0,
|
|
7832
|
-
/* @__PURE__ */ (0,
|
|
7833
|
-
/* @__PURE__ */ (0,
|
|
7834
|
-
/* @__PURE__ */ (0,
|
|
7835
|
-
/* @__PURE__ */ (0,
|
|
7836
|
-
/* @__PURE__ */ (0,
|
|
7843
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "213px", left: "78px", width: "199px", height: "25px" }, children: [
|
|
7844
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7845
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
|
|
7846
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7847
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7848
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7837
7849
|
] }),
|
|
7838
|
-
/* @__PURE__ */ (0,
|
|
7839
|
-
/* @__PURE__ */ (0,
|
|
7840
|
-
/* @__PURE__ */ (0,
|
|
7841
|
-
/* @__PURE__ */ (0,
|
|
7842
|
-
/* @__PURE__ */ (0,
|
|
7843
|
-
/* @__PURE__ */ (0,
|
|
7850
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "213px", left: "478px", width: "199px", height: "25px" }, children: [
|
|
7851
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7852
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
|
|
7853
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7854
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7855
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7844
7856
|
] }),
|
|
7845
|
-
/* @__PURE__ */ (0,
|
|
7846
|
-
/* @__PURE__ */ (0,
|
|
7847
|
-
/* @__PURE__ */ (0,
|
|
7848
|
-
/* @__PURE__ */ (0,
|
|
7849
|
-
/* @__PURE__ */ (0,
|
|
7850
|
-
/* @__PURE__ */ (0,
|
|
7857
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "213px", left: "878px", width: "199px", height: "25px" }, children: [
|
|
7858
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7859
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
|
|
7860
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7861
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7862
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7851
7863
|
] }),
|
|
7852
|
-
/* @__PURE__ */ (0,
|
|
7853
|
-
/* @__PURE__ */ (0,
|
|
7854
|
-
/* @__PURE__ */ (0,
|
|
7855
|
-
/* @__PURE__ */ (0,
|
|
7856
|
-
/* @__PURE__ */ (0,
|
|
7857
|
-
/* @__PURE__ */ (0,
|
|
7864
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "213px", left: "1278px", width: "199px", height: "25px" }, children: [
|
|
7865
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7866
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Support Phone Call" }) }),
|
|
7867
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
7868
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7869
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7858
7870
|
] }),
|
|
7859
|
-
/* @__PURE__ */ (0,
|
|
7860
|
-
/* @__PURE__ */ (0,
|
|
7861
|
-
/* @__PURE__ */ (0,
|
|
7862
|
-
/* @__PURE__ */ (0,
|
|
7863
|
-
/* @__PURE__ */ (0,
|
|
7864
|
-
/* @__PURE__ */ (0,
|
|
7871
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "278px", width: "199px", height: "25px" }, children: [
|
|
7872
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7873
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
|
|
7874
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-event-actions", children: [
|
|
7875
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }),
|
|
7876
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "caret-alt-right" })
|
|
7865
7877
|
] }),
|
|
7866
|
-
/* @__PURE__ */ (0,
|
|
7867
|
-
/* @__PURE__ */ (0,
|
|
7878
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7879
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7868
7880
|
] }),
|
|
7869
|
-
/* @__PURE__ */ (0,
|
|
7870
|
-
/* @__PURE__ */ (0,
|
|
7871
|
-
/* @__PURE__ */ (0,
|
|
7872
|
-
/* @__PURE__ */ (0,
|
|
7873
|
-
/* @__PURE__ */ (0,
|
|
7874
|
-
/* @__PURE__ */ (0,
|
|
7881
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "135px", left: "678px", width: "199px", height: "25px" }, children: [
|
|
7882
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7883
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
|
|
7884
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-event-actions", children: [
|
|
7885
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }),
|
|
7886
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "caret-alt-right" })
|
|
7875
7887
|
] }),
|
|
7876
|
-
/* @__PURE__ */ (0,
|
|
7877
|
-
/* @__PURE__ */ (0,
|
|
7888
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7889
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7878
7890
|
] }),
|
|
7879
|
-
/* @__PURE__ */ (0,
|
|
7880
|
-
/* @__PURE__ */ (0,
|
|
7881
|
-
/* @__PURE__ */ (0,
|
|
7882
|
-
/* @__PURE__ */ (0,
|
|
7883
|
-
/* @__PURE__ */ (0,
|
|
7884
|
-
/* @__PURE__ */ (0,
|
|
7891
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1078px", width: "199px", height: "25px" }, children: [
|
|
7892
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7893
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
|
|
7894
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-event-actions", children: [
|
|
7895
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }),
|
|
7896
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "caret-alt-right" })
|
|
7885
7897
|
] }),
|
|
7886
|
-
/* @__PURE__ */ (0,
|
|
7887
|
-
/* @__PURE__ */ (0,
|
|
7898
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7899
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7888
7900
|
] }),
|
|
7889
|
-
/* @__PURE__ */ (0,
|
|
7890
|
-
/* @__PURE__ */ (0,
|
|
7891
|
-
/* @__PURE__ */ (0,
|
|
7892
|
-
/* @__PURE__ */ (0,
|
|
7893
|
-
/* @__PURE__ */ (0,
|
|
7894
|
-
/* @__PURE__ */ (0,
|
|
7901
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "135px", left: "1478px", width: "199px", height: "25px" }, children: [
|
|
7902
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
7903
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Attending HR Conference" }) }),
|
|
7904
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-event-actions", children: [
|
|
7905
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }),
|
|
7906
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "caret-alt-right" })
|
|
7895
7907
|
] }),
|
|
7896
|
-
/* @__PURE__ */ (0,
|
|
7897
|
-
/* @__PURE__ */ (0,
|
|
7908
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-w" }),
|
|
7909
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-e" })
|
|
7898
7910
|
] })
|
|
7899
7911
|
] }),
|
|
7900
|
-
/* @__PURE__ */ (0,
|
|
7901
|
-
/* @__PURE__ */ (0,
|
|
7902
|
-
/* @__PURE__ */ (0,
|
|
7903
|
-
/* @__PURE__ */ (0,
|
|
7904
|
-
/* @__PURE__ */ (0,
|
|
7905
|
-
/* @__PURE__ */ (0,
|
|
7912
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-body", children: [
|
|
7913
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7914
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "8:00 AM" }),
|
|
7915
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7916
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7917
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7906
7918
|
] }) }),
|
|
7907
|
-
/* @__PURE__ */ (0,
|
|
7908
|
-
/* @__PURE__ */ (0,
|
|
7909
|
-
/* @__PURE__ */ (0,
|
|
7919
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7920
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7921
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7910
7922
|
] }) }),
|
|
7911
|
-
/* @__PURE__ */ (0,
|
|
7912
|
-
/* @__PURE__ */ (0,
|
|
7913
|
-
/* @__PURE__ */ (0,
|
|
7923
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7924
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7925
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7914
7926
|
] }) }),
|
|
7915
|
-
/* @__PURE__ */ (0,
|
|
7916
|
-
/* @__PURE__ */ (0,
|
|
7917
|
-
/* @__PURE__ */ (0,
|
|
7927
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7928
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7929
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7918
7930
|
] }) })
|
|
7919
7931
|
] }) }),
|
|
7920
|
-
/* @__PURE__ */ (0,
|
|
7921
|
-
/* @__PURE__ */ (0,
|
|
7922
|
-
/* @__PURE__ */ (0,
|
|
7923
|
-
/* @__PURE__ */ (0,
|
|
7924
|
-
/* @__PURE__ */ (0,
|
|
7932
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7933
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
|
|
7934
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7935
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7936
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7925
7937
|
] }) }),
|
|
7926
|
-
/* @__PURE__ */ (0,
|
|
7927
|
-
/* @__PURE__ */ (0,
|
|
7928
|
-
/* @__PURE__ */ (0,
|
|
7938
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7939
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7940
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7929
7941
|
] }) }),
|
|
7930
|
-
/* @__PURE__ */ (0,
|
|
7931
|
-
/* @__PURE__ */ (0,
|
|
7932
|
-
/* @__PURE__ */ (0,
|
|
7942
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7943
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7944
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7933
7945
|
] }) }),
|
|
7934
|
-
/* @__PURE__ */ (0,
|
|
7935
|
-
/* @__PURE__ */ (0,
|
|
7936
|
-
/* @__PURE__ */ (0,
|
|
7946
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7947
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7948
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7937
7949
|
] }) })
|
|
7938
7950
|
] }) }),
|
|
7939
|
-
/* @__PURE__ */ (0,
|
|
7940
|
-
/* @__PURE__ */ (0,
|
|
7941
|
-
/* @__PURE__ */ (0,
|
|
7942
|
-
/* @__PURE__ */ (0,
|
|
7943
|
-
/* @__PURE__ */ (0,
|
|
7951
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7952
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "9:00 AM" }),
|
|
7953
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7954
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7955
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7944
7956
|
] }) }),
|
|
7945
|
-
/* @__PURE__ */ (0,
|
|
7946
|
-
/* @__PURE__ */ (0,
|
|
7947
|
-
/* @__PURE__ */ (0,
|
|
7957
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7958
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7959
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7948
7960
|
] }) }),
|
|
7949
|
-
/* @__PURE__ */ (0,
|
|
7950
|
-
/* @__PURE__ */ (0,
|
|
7951
|
-
/* @__PURE__ */ (0,
|
|
7961
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7962
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7963
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7952
7964
|
] }) }),
|
|
7953
|
-
/* @__PURE__ */ (0,
|
|
7954
|
-
/* @__PURE__ */ (0,
|
|
7955
|
-
/* @__PURE__ */ (0,
|
|
7965
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7966
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7967
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7956
7968
|
] }) })
|
|
7957
7969
|
] }) }),
|
|
7958
|
-
/* @__PURE__ */ (0,
|
|
7959
|
-
/* @__PURE__ */ (0,
|
|
7960
|
-
/* @__PURE__ */ (0,
|
|
7961
|
-
/* @__PURE__ */ (0,
|
|
7962
|
-
/* @__PURE__ */ (0,
|
|
7970
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7971
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
|
|
7972
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7973
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7974
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7963
7975
|
] }) }),
|
|
7964
|
-
/* @__PURE__ */ (0,
|
|
7965
|
-
/* @__PURE__ */ (0,
|
|
7966
|
-
/* @__PURE__ */ (0,
|
|
7976
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7977
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7978
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7967
7979
|
] }) }),
|
|
7968
|
-
/* @__PURE__ */ (0,
|
|
7969
|
-
/* @__PURE__ */ (0,
|
|
7970
|
-
/* @__PURE__ */ (0,
|
|
7980
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7981
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7982
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7971
7983
|
] }) }),
|
|
7972
|
-
/* @__PURE__ */ (0,
|
|
7973
|
-
/* @__PURE__ */ (0,
|
|
7974
|
-
/* @__PURE__ */ (0,
|
|
7984
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7985
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7986
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7975
7987
|
] }) })
|
|
7976
7988
|
] }) }),
|
|
7977
|
-
/* @__PURE__ */ (0,
|
|
7978
|
-
/* @__PURE__ */ (0,
|
|
7979
|
-
/* @__PURE__ */ (0,
|
|
7980
|
-
/* @__PURE__ */ (0,
|
|
7981
|
-
/* @__PURE__ */ (0,
|
|
7989
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
7990
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "10:00 AM" }),
|
|
7991
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7992
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7993
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7982
7994
|
] }) }),
|
|
7983
|
-
/* @__PURE__ */ (0,
|
|
7984
|
-
/* @__PURE__ */ (0,
|
|
7985
|
-
/* @__PURE__ */ (0,
|
|
7995
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
7996
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
7997
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7986
7998
|
] }) }),
|
|
7987
|
-
/* @__PURE__ */ (0,
|
|
7988
|
-
/* @__PURE__ */ (0,
|
|
7989
|
-
/* @__PURE__ */ (0,
|
|
7999
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8000
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8001
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7990
8002
|
] }) }),
|
|
7991
|
-
/* @__PURE__ */ (0,
|
|
7992
|
-
/* @__PURE__ */ (0,
|
|
7993
|
-
/* @__PURE__ */ (0,
|
|
8003
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8004
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8005
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
7994
8006
|
] }) })
|
|
7995
8007
|
] }) }),
|
|
7996
|
-
/* @__PURE__ */ (0,
|
|
7997
|
-
/* @__PURE__ */ (0,
|
|
7998
|
-
/* @__PURE__ */ (0,
|
|
7999
|
-
/* @__PURE__ */ (0,
|
|
8000
|
-
/* @__PURE__ */ (0,
|
|
8008
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8009
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
|
|
8010
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8011
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8012
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8001
8013
|
] }) }),
|
|
8002
|
-
/* @__PURE__ */ (0,
|
|
8003
|
-
/* @__PURE__ */ (0,
|
|
8004
|
-
/* @__PURE__ */ (0,
|
|
8014
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8015
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8016
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8005
8017
|
] }) }),
|
|
8006
|
-
/* @__PURE__ */ (0,
|
|
8007
|
-
/* @__PURE__ */ (0,
|
|
8008
|
-
/* @__PURE__ */ (0,
|
|
8018
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8019
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8020
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8009
8021
|
] }) }),
|
|
8010
|
-
/* @__PURE__ */ (0,
|
|
8011
|
-
/* @__PURE__ */ (0,
|
|
8012
|
-
/* @__PURE__ */ (0,
|
|
8022
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8023
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8024
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8013
8025
|
] }) })
|
|
8014
8026
|
] }) }),
|
|
8015
|
-
/* @__PURE__ */ (0,
|
|
8016
|
-
/* @__PURE__ */ (0,
|
|
8017
|
-
/* @__PURE__ */ (0,
|
|
8018
|
-
/* @__PURE__ */ (0,
|
|
8019
|
-
/* @__PURE__ */ (0,
|
|
8027
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8028
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "11:00 AM" }),
|
|
8029
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8030
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8031
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8020
8032
|
] }) }),
|
|
8021
|
-
/* @__PURE__ */ (0,
|
|
8022
|
-
/* @__PURE__ */ (0,
|
|
8023
|
-
/* @__PURE__ */ (0,
|
|
8033
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8034
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8035
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8024
8036
|
] }) }),
|
|
8025
|
-
/* @__PURE__ */ (0,
|
|
8026
|
-
/* @__PURE__ */ (0,
|
|
8027
|
-
/* @__PURE__ */ (0,
|
|
8037
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8038
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8039
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8028
8040
|
] }) }),
|
|
8029
|
-
/* @__PURE__ */ (0,
|
|
8030
|
-
/* @__PURE__ */ (0,
|
|
8031
|
-
/* @__PURE__ */ (0,
|
|
8041
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8042
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8043
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8032
8044
|
] }) })
|
|
8033
8045
|
] }) }),
|
|
8034
|
-
/* @__PURE__ */ (0,
|
|
8035
|
-
/* @__PURE__ */ (0,
|
|
8036
|
-
/* @__PURE__ */ (0,
|
|
8037
|
-
/* @__PURE__ */ (0,
|
|
8038
|
-
/* @__PURE__ */ (0,
|
|
8046
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8047
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
|
|
8048
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8049
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8050
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8039
8051
|
] }) }),
|
|
8040
|
-
/* @__PURE__ */ (0,
|
|
8041
|
-
/* @__PURE__ */ (0,
|
|
8042
|
-
/* @__PURE__ */ (0,
|
|
8052
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8053
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8054
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8043
8055
|
] }) }),
|
|
8044
|
-
/* @__PURE__ */ (0,
|
|
8045
|
-
/* @__PURE__ */ (0,
|
|
8046
|
-
/* @__PURE__ */ (0,
|
|
8056
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8057
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8058
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8047
8059
|
] }) }),
|
|
8048
|
-
/* @__PURE__ */ (0,
|
|
8049
|
-
/* @__PURE__ */ (0,
|
|
8050
|
-
/* @__PURE__ */ (0,
|
|
8060
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8061
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8062
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8051
8063
|
] }) })
|
|
8052
8064
|
] }) }),
|
|
8053
|
-
/* @__PURE__ */ (0,
|
|
8054
|
-
/* @__PURE__ */ (0,
|
|
8055
|
-
/* @__PURE__ */ (0,
|
|
8056
|
-
/* @__PURE__ */ (0,
|
|
8057
|
-
/* @__PURE__ */ (0,
|
|
8065
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8066
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "12:00 PM" }),
|
|
8067
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8068
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8069
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8058
8070
|
] }) }),
|
|
8059
|
-
/* @__PURE__ */ (0,
|
|
8060
|
-
/* @__PURE__ */ (0,
|
|
8061
|
-
/* @__PURE__ */ (0,
|
|
8071
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8072
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8073
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8062
8074
|
] }) }),
|
|
8063
|
-
/* @__PURE__ */ (0,
|
|
8064
|
-
/* @__PURE__ */ (0,
|
|
8065
|
-
/* @__PURE__ */ (0,
|
|
8075
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8076
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8077
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8066
8078
|
] }) }),
|
|
8067
|
-
/* @__PURE__ */ (0,
|
|
8068
|
-
/* @__PURE__ */ (0,
|
|
8069
|
-
/* @__PURE__ */ (0,
|
|
8079
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8080
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8081
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8070
8082
|
] }) })
|
|
8071
8083
|
] }) }),
|
|
8072
|
-
/* @__PURE__ */ (0,
|
|
8073
|
-
/* @__PURE__ */ (0,
|
|
8074
|
-
/* @__PURE__ */ (0,
|
|
8075
|
-
/* @__PURE__ */ (0,
|
|
8076
|
-
/* @__PURE__ */ (0,
|
|
8084
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8085
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
|
|
8086
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8087
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8088
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8077
8089
|
] }) }),
|
|
8078
|
-
/* @__PURE__ */ (0,
|
|
8079
|
-
/* @__PURE__ */ (0,
|
|
8080
|
-
/* @__PURE__ */ (0,
|
|
8090
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8091
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8092
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8081
8093
|
] }) }),
|
|
8082
|
-
/* @__PURE__ */ (0,
|
|
8083
|
-
/* @__PURE__ */ (0,
|
|
8084
|
-
/* @__PURE__ */ (0,
|
|
8094
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8095
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8096
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8085
8097
|
] }) }),
|
|
8086
|
-
/* @__PURE__ */ (0,
|
|
8087
|
-
/* @__PURE__ */ (0,
|
|
8088
|
-
/* @__PURE__ */ (0,
|
|
8098
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8099
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8100
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8089
8101
|
] }) })
|
|
8090
8102
|
] }) }),
|
|
8091
|
-
/* @__PURE__ */ (0,
|
|
8092
|
-
/* @__PURE__ */ (0,
|
|
8093
|
-
/* @__PURE__ */ (0,
|
|
8094
|
-
/* @__PURE__ */ (0,
|
|
8095
|
-
/* @__PURE__ */ (0,
|
|
8103
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8104
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "1:00 PM" }),
|
|
8105
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8106
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8107
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8096
8108
|
] }) }),
|
|
8097
|
-
/* @__PURE__ */ (0,
|
|
8098
|
-
/* @__PURE__ */ (0,
|
|
8099
|
-
/* @__PURE__ */ (0,
|
|
8109
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8110
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8111
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8100
8112
|
] }) }),
|
|
8101
|
-
/* @__PURE__ */ (0,
|
|
8102
|
-
/* @__PURE__ */ (0,
|
|
8103
|
-
/* @__PURE__ */ (0,
|
|
8113
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8114
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8115
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8104
8116
|
] }) }),
|
|
8105
|
-
/* @__PURE__ */ (0,
|
|
8106
|
-
/* @__PURE__ */ (0,
|
|
8107
|
-
/* @__PURE__ */ (0,
|
|
8117
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8118
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8119
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8108
8120
|
] }) })
|
|
8109
8121
|
] }) }),
|
|
8110
|
-
/* @__PURE__ */ (0,
|
|
8111
|
-
/* @__PURE__ */ (0,
|
|
8112
|
-
/* @__PURE__ */ (0,
|
|
8113
|
-
/* @__PURE__ */ (0,
|
|
8114
|
-
/* @__PURE__ */ (0,
|
|
8122
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8123
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
|
|
8124
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8125
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8126
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8115
8127
|
] }) }),
|
|
8116
|
-
/* @__PURE__ */ (0,
|
|
8117
|
-
/* @__PURE__ */ (0,
|
|
8118
|
-
/* @__PURE__ */ (0,
|
|
8128
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8129
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8130
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8119
8131
|
] }) }),
|
|
8120
|
-
/* @__PURE__ */ (0,
|
|
8121
|
-
/* @__PURE__ */ (0,
|
|
8122
|
-
/* @__PURE__ */ (0,
|
|
8132
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8133
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8134
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8123
8135
|
] }) }),
|
|
8124
|
-
/* @__PURE__ */ (0,
|
|
8125
|
-
/* @__PURE__ */ (0,
|
|
8126
|
-
/* @__PURE__ */ (0,
|
|
8136
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8137
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8138
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8127
8139
|
] }) })
|
|
8128
8140
|
] }) }),
|
|
8129
|
-
/* @__PURE__ */ (0,
|
|
8130
|
-
/* @__PURE__ */ (0,
|
|
8131
|
-
/* @__PURE__ */ (0,
|
|
8132
|
-
/* @__PURE__ */ (0,
|
|
8133
|
-
/* @__PURE__ */ (0,
|
|
8141
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8142
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "2:00 PM" }),
|
|
8143
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8144
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8145
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8134
8146
|
] }) }),
|
|
8135
|
-
/* @__PURE__ */ (0,
|
|
8136
|
-
/* @__PURE__ */ (0,
|
|
8137
|
-
/* @__PURE__ */ (0,
|
|
8147
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8148
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8149
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8138
8150
|
] }) }),
|
|
8139
|
-
/* @__PURE__ */ (0,
|
|
8140
|
-
/* @__PURE__ */ (0,
|
|
8141
|
-
/* @__PURE__ */ (0,
|
|
8151
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8152
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8153
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8142
8154
|
] }) }),
|
|
8143
|
-
/* @__PURE__ */ (0,
|
|
8144
|
-
/* @__PURE__ */ (0,
|
|
8145
|
-
/* @__PURE__ */ (0,
|
|
8155
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8156
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8157
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8146
8158
|
] }) })
|
|
8147
8159
|
] }) }),
|
|
8148
|
-
/* @__PURE__ */ (0,
|
|
8149
|
-
/* @__PURE__ */ (0,
|
|
8150
|
-
/* @__PURE__ */ (0,
|
|
8151
|
-
/* @__PURE__ */ (0,
|
|
8152
|
-
/* @__PURE__ */ (0,
|
|
8160
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8161
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
|
|
8162
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8163
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8164
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8153
8165
|
] }) }),
|
|
8154
|
-
/* @__PURE__ */ (0,
|
|
8155
|
-
/* @__PURE__ */ (0,
|
|
8156
|
-
/* @__PURE__ */ (0,
|
|
8166
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8167
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8168
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8157
8169
|
] }) }),
|
|
8158
|
-
/* @__PURE__ */ (0,
|
|
8159
|
-
/* @__PURE__ */ (0,
|
|
8160
|
-
/* @__PURE__ */ (0,
|
|
8170
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8171
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8172
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8161
8173
|
] }) }),
|
|
8162
|
-
/* @__PURE__ */ (0,
|
|
8163
|
-
/* @__PURE__ */ (0,
|
|
8164
|
-
/* @__PURE__ */ (0,
|
|
8174
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8175
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8176
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8165
8177
|
] }) })
|
|
8166
8178
|
] }) }),
|
|
8167
|
-
/* @__PURE__ */ (0,
|
|
8168
|
-
/* @__PURE__ */ (0,
|
|
8169
|
-
/* @__PURE__ */ (0,
|
|
8170
|
-
/* @__PURE__ */ (0,
|
|
8171
|
-
/* @__PURE__ */ (0,
|
|
8179
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8180
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "3:00 PM" }),
|
|
8181
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8182
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8183
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8172
8184
|
] }) }),
|
|
8173
|
-
/* @__PURE__ */ (0,
|
|
8174
|
-
/* @__PURE__ */ (0,
|
|
8175
|
-
/* @__PURE__ */ (0,
|
|
8185
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8186
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8187
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8176
8188
|
] }) }),
|
|
8177
|
-
/* @__PURE__ */ (0,
|
|
8178
|
-
/* @__PURE__ */ (0,
|
|
8179
|
-
/* @__PURE__ */ (0,
|
|
8189
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8190
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8191
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8180
8192
|
] }) }),
|
|
8181
|
-
/* @__PURE__ */ (0,
|
|
8182
|
-
/* @__PURE__ */ (0,
|
|
8183
|
-
/* @__PURE__ */ (0,
|
|
8193
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8194
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8195
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8184
8196
|
] }) })
|
|
8185
8197
|
] }) }),
|
|
8186
|
-
/* @__PURE__ */ (0,
|
|
8187
|
-
/* @__PURE__ */ (0,
|
|
8188
|
-
/* @__PURE__ */ (0,
|
|
8189
|
-
/* @__PURE__ */ (0,
|
|
8190
|
-
/* @__PURE__ */ (0,
|
|
8198
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8199
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell", style: { minWidth: "61px" } }),
|
|
8200
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8201
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8202
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8191
8203
|
] }) }),
|
|
8192
|
-
/* @__PURE__ */ (0,
|
|
8193
|
-
/* @__PURE__ */ (0,
|
|
8194
|
-
/* @__PURE__ */ (0,
|
|
8204
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8205
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8206
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8195
8207
|
] }) }),
|
|
8196
|
-
/* @__PURE__ */ (0,
|
|
8197
|
-
/* @__PURE__ */ (0,
|
|
8198
|
-
/* @__PURE__ */ (0,
|
|
8208
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8209
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8210
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8199
8211
|
] }) }),
|
|
8200
|
-
/* @__PURE__ */ (0,
|
|
8201
|
-
/* @__PURE__ */ (0,
|
|
8202
|
-
/* @__PURE__ */ (0,
|
|
8212
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8213
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8214
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8203
8215
|
] }) })
|
|
8204
8216
|
] }) }),
|
|
8205
|
-
/* @__PURE__ */ (0,
|
|
8206
|
-
/* @__PURE__ */ (0,
|
|
8207
|
-
/* @__PURE__ */ (0,
|
|
8208
|
-
/* @__PURE__ */ (0,
|
|
8209
|
-
/* @__PURE__ */ (0,
|
|
8217
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8218
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-major-cell", style: { minWidth: "61px" }, children: "4:00 PM" }),
|
|
8219
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8220
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8221
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8210
8222
|
] }) }),
|
|
8211
|
-
/* @__PURE__ */ (0,
|
|
8212
|
-
/* @__PURE__ */ (0,
|
|
8213
|
-
/* @__PURE__ */ (0,
|
|
8223
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8224
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8225
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8214
8226
|
] }) }),
|
|
8215
|
-
/* @__PURE__ */ (0,
|
|
8216
|
-
/* @__PURE__ */ (0,
|
|
8217
|
-
/* @__PURE__ */ (0,
|
|
8227
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8228
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8229
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8218
8230
|
] }) }),
|
|
8219
|
-
/* @__PURE__ */ (0,
|
|
8220
|
-
/* @__PURE__ */ (0,
|
|
8221
|
-
/* @__PURE__ */ (0,
|
|
8231
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row k-middle-row", children: [
|
|
8232
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8233
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8222
8234
|
] }) })
|
|
8223
8235
|
] }) }),
|
|
8224
|
-
/* @__PURE__ */ (0,
|
|
8225
|
-
/* @__PURE__ */ (0,
|
|
8226
|
-
/* @__PURE__ */ (0,
|
|
8227
|
-
/* @__PURE__ */ (0,
|
|
8228
|
-
/* @__PURE__ */ (0,
|
|
8236
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-group k-group-horizontal", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8237
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-side-cell k-heading-cell k-last-slot-cell", style: { minWidth: "61px" } }),
|
|
8238
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8239
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8240
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8229
8241
|
] }) }),
|
|
8230
|
-
/* @__PURE__ */ (0,
|
|
8231
|
-
/* @__PURE__ */ (0,
|
|
8232
|
-
/* @__PURE__ */ (0,
|
|
8242
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8243
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8244
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8233
8245
|
] }) }),
|
|
8234
|
-
/* @__PURE__ */ (0,
|
|
8235
|
-
/* @__PURE__ */ (0,
|
|
8236
|
-
/* @__PURE__ */ (0,
|
|
8246
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8247
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8248
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8237
8249
|
] }) }),
|
|
8238
|
-
/* @__PURE__ */ (0,
|
|
8239
|
-
/* @__PURE__ */ (0,
|
|
8240
|
-
/* @__PURE__ */ (0,
|
|
8250
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-group-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-scheduler-row", children: [
|
|
8251
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" }),
|
|
8252
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-scheduler-cell k-slot-cell" })
|
|
8241
8253
|
] }) })
|
|
8242
8254
|
] }) }),
|
|
8243
|
-
/* @__PURE__ */ (0,
|
|
8244
|
-
/* @__PURE__ */ (0,
|
|
8245
|
-
/* @__PURE__ */ (0,
|
|
8246
|
-
/* @__PURE__ */ (0,
|
|
8247
|
-
/* @__PURE__ */ (0,
|
|
8255
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "78px", width: "99px", height: "134px" }, children: [
|
|
8256
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8257
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8258
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
|
|
8259
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Car Service" })
|
|
8248
8260
|
] }),
|
|
8249
|
-
/* @__PURE__ */ (0,
|
|
8250
|
-
/* @__PURE__ */ (0,
|
|
8251
|
-
/* @__PURE__ */ (0,
|
|
8261
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8262
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8263
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8252
8264
|
] }),
|
|
8253
|
-
/* @__PURE__ */ (0,
|
|
8254
|
-
/* @__PURE__ */ (0,
|
|
8255
|
-
/* @__PURE__ */ (0,
|
|
8256
|
-
/* @__PURE__ */ (0,
|
|
8257
|
-
/* @__PURE__ */ (0,
|
|
8265
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "315px", left: "478px", width: "99px", height: "134px" }, children: [
|
|
8266
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8267
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8268
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
|
|
8269
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Car Service" })
|
|
8258
8270
|
] }),
|
|
8259
|
-
/* @__PURE__ */ (0,
|
|
8260
|
-
/* @__PURE__ */ (0,
|
|
8261
|
-
/* @__PURE__ */ (0,
|
|
8271
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8272
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8273
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8262
8274
|
] }),
|
|
8263
|
-
/* @__PURE__ */ (0,
|
|
8264
|
-
/* @__PURE__ */ (0,
|
|
8265
|
-
/* @__PURE__ */ (0,
|
|
8266
|
-
/* @__PURE__ */ (0,
|
|
8267
|
-
/* @__PURE__ */ (0,
|
|
8275
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "878px", width: "99px", height: "134px" }, children: [
|
|
8276
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8277
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8278
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
|
|
8279
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Car Service" })
|
|
8268
8280
|
] }),
|
|
8269
|
-
/* @__PURE__ */ (0,
|
|
8270
|
-
/* @__PURE__ */ (0,
|
|
8271
|
-
/* @__PURE__ */ (0,
|
|
8281
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8282
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8283
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8272
8284
|
] }),
|
|
8273
|
-
/* @__PURE__ */ (0,
|
|
8274
|
-
/* @__PURE__ */ (0,
|
|
8275
|
-
/* @__PURE__ */ (0,
|
|
8276
|
-
/* @__PURE__ */ (0,
|
|
8277
|
-
/* @__PURE__ */ (0,
|
|
8285
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "315px", left: "1278px", width: "99px", height: "134px" }, children: [
|
|
8286
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8287
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8288
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(11:30 AM - 1:00 PM): Car Service" }),
|
|
8289
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Car Service" })
|
|
8278
8290
|
] }),
|
|
8279
|
-
/* @__PURE__ */ (0,
|
|
8280
|
-
/* @__PURE__ */ (0,
|
|
8281
|
-
/* @__PURE__ */ (0,
|
|
8291
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8292
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8293
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8282
8294
|
] }),
|
|
8283
|
-
/* @__PURE__ */ (0,
|
|
8284
|
-
/* @__PURE__ */ (0,
|
|
8285
|
-
/* @__PURE__ */ (0,
|
|
8286
|
-
/* @__PURE__ */ (0,
|
|
8287
|
-
/* @__PURE__ */ (0,
|
|
8295
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "405px", left: "178px", width: "99px", height: "179px" }, children: [
|
|
8296
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8297
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8298
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
|
|
8299
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
|
|
8288
8300
|
] }),
|
|
8289
|
-
/* @__PURE__ */ (0,
|
|
8290
|
-
/* @__PURE__ */ (0,
|
|
8291
|
-
/* @__PURE__ */ (0,
|
|
8301
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8302
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8303
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8292
8304
|
] }),
|
|
8293
|
-
/* @__PURE__ */ (0,
|
|
8294
|
-
/* @__PURE__ */ (0,
|
|
8295
|
-
/* @__PURE__ */ (0,
|
|
8296
|
-
/* @__PURE__ */ (0,
|
|
8297
|
-
/* @__PURE__ */ (0,
|
|
8305
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "405px", left: "578px", width: "99px", height: "179px" }, children: [
|
|
8306
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8307
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8308
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
|
|
8309
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
|
|
8298
8310
|
] }),
|
|
8299
|
-
/* @__PURE__ */ (0,
|
|
8300
|
-
/* @__PURE__ */ (0,
|
|
8301
|
-
/* @__PURE__ */ (0,
|
|
8311
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8312
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8313
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8302
8314
|
] }),
|
|
8303
|
-
/* @__PURE__ */ (0,
|
|
8304
|
-
/* @__PURE__ */ (0,
|
|
8305
|
-
/* @__PURE__ */ (0,
|
|
8306
|
-
/* @__PURE__ */ (0,
|
|
8307
|
-
/* @__PURE__ */ (0,
|
|
8315
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "405px", left: "978px", width: "99px", height: "179px" }, children: [
|
|
8316
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8317
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8318
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
|
|
8319
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
|
|
8308
8320
|
] }),
|
|
8309
|
-
/* @__PURE__ */ (0,
|
|
8310
|
-
/* @__PURE__ */ (0,
|
|
8311
|
-
/* @__PURE__ */ (0,
|
|
8321
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8322
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8323
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8312
8324
|
] }),
|
|
8313
|
-
/* @__PURE__ */ (0,
|
|
8314
|
-
/* @__PURE__ */ (0,
|
|
8315
|
-
/* @__PURE__ */ (0,
|
|
8316
|
-
/* @__PURE__ */ (0,
|
|
8317
|
-
/* @__PURE__ */ (0,
|
|
8325
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "405px", left: "1378px", width: "99px", height: "179px" }, children: [
|
|
8326
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8327
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8328
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:45 PM - 2:30 PM): Breakfast with Tom" }),
|
|
8329
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Breakfast with Tom" })
|
|
8318
8330
|
] }),
|
|
8319
|
-
/* @__PURE__ */ (0,
|
|
8320
|
-
/* @__PURE__ */ (0,
|
|
8321
|
-
/* @__PURE__ */ (0,
|
|
8331
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8332
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8333
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8322
8334
|
] }),
|
|
8323
|
-
/* @__PURE__ */ (0,
|
|
8324
|
-
/* @__PURE__ */ (0,
|
|
8325
|
-
/* @__PURE__ */ (0,
|
|
8326
|
-
/* @__PURE__ */ (0,
|
|
8327
|
-
/* @__PURE__ */ (0,
|
|
8335
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "78px", width: "99px", height: "44px" }, children: [
|
|
8336
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8337
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8338
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
|
|
8339
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
|
|
8328
8340
|
] }),
|
|
8329
|
-
/* @__PURE__ */ (0,
|
|
8330
|
-
/* @__PURE__ */ (0,
|
|
8331
|
-
/* @__PURE__ */ (0,
|
|
8341
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8342
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8343
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8332
8344
|
] }),
|
|
8333
|
-
/* @__PURE__ */ (0,
|
|
8334
|
-
/* @__PURE__ */ (0,
|
|
8335
|
-
/* @__PURE__ */ (0,
|
|
8336
|
-
/* @__PURE__ */ (0,
|
|
8337
|
-
/* @__PURE__ */ (0,
|
|
8345
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "478px", width: "99px", height: "44px" }, children: [
|
|
8346
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8347
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8348
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
|
|
8349
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
|
|
8338
8350
|
] }),
|
|
8339
|
-
/* @__PURE__ */ (0,
|
|
8340
|
-
/* @__PURE__ */ (0,
|
|
8341
|
-
/* @__PURE__ */ (0,
|
|
8351
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8352
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8353
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8342
8354
|
] }),
|
|
8343
|
-
/* @__PURE__ */ (0,
|
|
8344
|
-
/* @__PURE__ */ (0,
|
|
8345
|
-
/* @__PURE__ */ (0,
|
|
8346
|
-
/* @__PURE__ */ (0,
|
|
8347
|
-
/* @__PURE__ */ (0,
|
|
8355
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "878px", width: "99px", height: "44px" }, children: [
|
|
8356
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8357
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8358
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
|
|
8359
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
|
|
8348
8360
|
] }),
|
|
8349
|
-
/* @__PURE__ */ (0,
|
|
8350
|
-
/* @__PURE__ */ (0,
|
|
8351
|
-
/* @__PURE__ */ (0,
|
|
8361
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8362
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8363
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8352
8364
|
] }),
|
|
8353
|
-
/* @__PURE__ */ (0,
|
|
8354
|
-
/* @__PURE__ */ (0,
|
|
8355
|
-
/* @__PURE__ */ (0,
|
|
8356
|
-
/* @__PURE__ */ (0,
|
|
8357
|
-
/* @__PURE__ */ (0,
|
|
8365
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1278px", width: "99px", height: "44px" }, children: [
|
|
8366
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8367
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8368
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 6:00 PM): Install new laptops in conference rooms" }),
|
|
8369
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Install new laptops in conference rooms" })
|
|
8358
8370
|
] }),
|
|
8359
|
-
/* @__PURE__ */ (0,
|
|
8360
|
-
/* @__PURE__ */ (0,
|
|
8361
|
-
/* @__PURE__ */ (0,
|
|
8371
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8372
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8373
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8362
8374
|
] }),
|
|
8363
|
-
/* @__PURE__ */ (0,
|
|
8364
|
-
/* @__PURE__ */ (0,
|
|
8365
|
-
/* @__PURE__ */ (0,
|
|
8366
|
-
/* @__PURE__ */ (0,
|
|
8367
|
-
/* @__PURE__ */ (0,
|
|
8375
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "178px", width: "99px", height: "44px" }, children: [
|
|
8376
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8377
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
|
|
8378
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
|
|
8379
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
|
|
8368
8380
|
] }),
|
|
8369
|
-
/* @__PURE__ */ (0,
|
|
8370
|
-
/* @__PURE__ */ (0,
|
|
8371
|
-
/* @__PURE__ */ (0,
|
|
8381
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8382
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8383
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8372
8384
|
] }),
|
|
8373
|
-
/* @__PURE__ */ (0,
|
|
8374
|
-
/* @__PURE__ */ (0,
|
|
8375
|
-
/* @__PURE__ */ (0,
|
|
8376
|
-
/* @__PURE__ */ (0,
|
|
8377
|
-
/* @__PURE__ */ (0,
|
|
8385
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "765px", left: "578px", width: "99px", height: "44px" }, children: [
|
|
8386
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8387
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
|
|
8388
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
|
|
8389
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
|
|
8378
8390
|
] }),
|
|
8379
|
-
/* @__PURE__ */ (0,
|
|
8380
|
-
/* @__PURE__ */ (0,
|
|
8381
|
-
/* @__PURE__ */ (0,
|
|
8391
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8392
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8393
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8382
8394
|
] }),
|
|
8383
|
-
/* @__PURE__ */ (0,
|
|
8384
|
-
/* @__PURE__ */ (0,
|
|
8385
|
-
/* @__PURE__ */ (0,
|
|
8386
|
-
/* @__PURE__ */ (0,
|
|
8387
|
-
/* @__PURE__ */ (0,
|
|
8395
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "978px", width: "99px", height: "44px" }, children: [
|
|
8396
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8397
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
|
|
8398
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
|
|
8399
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
|
|
8388
8400
|
] }),
|
|
8389
|
-
/* @__PURE__ */ (0,
|
|
8390
|
-
/* @__PURE__ */ (0,
|
|
8391
|
-
/* @__PURE__ */ (0,
|
|
8401
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8402
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8403
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8392
8404
|
] }),
|
|
8393
|
-
/* @__PURE__ */ (0,
|
|
8394
|
-
/* @__PURE__ */ (0,
|
|
8395
|
-
/* @__PURE__ */ (0,
|
|
8396
|
-
/* @__PURE__ */ (0,
|
|
8397
|
-
/* @__PURE__ */ (0,
|
|
8405
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "765px", left: "1378px", width: "99px", height: "44px" }, children: [
|
|
8406
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8407
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Job Interview - Bernard Atkins", children: [
|
|
8408
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins" }),
|
|
8409
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Job Interview - Bernard Atkins" })
|
|
8398
8410
|
] }),
|
|
8399
|
-
/* @__PURE__ */ (0,
|
|
8400
|
-
/* @__PURE__ */ (0,
|
|
8401
|
-
/* @__PURE__ */ (0,
|
|
8411
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8412
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8413
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8402
8414
|
] }),
|
|
8403
|
-
/* @__PURE__ */ (0,
|
|
8404
|
-
/* @__PURE__ */ (0,
|
|
8405
|
-
/* @__PURE__ */ (0,
|
|
8406
|
-
/* @__PURE__ */ (0,
|
|
8407
|
-
/* @__PURE__ */ (0,
|
|
8415
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "278px", width: "199px", height: "89px" }, children: [
|
|
8416
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8417
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8418
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
|
|
8419
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
|
|
8408
8420
|
] }),
|
|
8409
|
-
/* @__PURE__ */ (0,
|
|
8410
|
-
/* @__PURE__ */ (0,
|
|
8411
|
-
/* @__PURE__ */ (0,
|
|
8421
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8422
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8423
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8412
8424
|
] }),
|
|
8413
|
-
/* @__PURE__ */ (0,
|
|
8414
|
-
/* @__PURE__ */ (0,
|
|
8415
|
-
/* @__PURE__ */ (0,
|
|
8416
|
-
/* @__PURE__ */ (0,
|
|
8417
|
-
/* @__PURE__ */ (0,
|
|
8425
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "360px", left: "678px", width: "199px", height: "89px" }, children: [
|
|
8426
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8427
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8428
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
|
|
8429
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
|
|
8418
8430
|
] }),
|
|
8419
|
-
/* @__PURE__ */ (0,
|
|
8420
|
-
/* @__PURE__ */ (0,
|
|
8421
|
-
/* @__PURE__ */ (0,
|
|
8431
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8432
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8433
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8422
8434
|
] }),
|
|
8423
|
-
/* @__PURE__ */ (0,
|
|
8424
|
-
/* @__PURE__ */ (0,
|
|
8425
|
-
/* @__PURE__ */ (0,
|
|
8426
|
-
/* @__PURE__ */ (0,
|
|
8427
|
-
/* @__PURE__ */ (0,
|
|
8435
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1078px", width: "199px", height: "89px" }, children: [
|
|
8436
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8437
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8438
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
|
|
8439
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
|
|
8428
8440
|
] }),
|
|
8429
|
-
/* @__PURE__ */ (0,
|
|
8430
|
-
/* @__PURE__ */ (0,
|
|
8431
|
-
/* @__PURE__ */ (0,
|
|
8441
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8442
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8443
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8432
8444
|
] }),
|
|
8433
|
-
/* @__PURE__ */ (0,
|
|
8434
|
-
/* @__PURE__ */ (0,
|
|
8435
|
-
/* @__PURE__ */ (0,
|
|
8436
|
-
/* @__PURE__ */ (0,
|
|
8437
|
-
/* @__PURE__ */ (0,
|
|
8445
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "360px", left: "1478px", width: "199px", height: "89px" }, children: [
|
|
8446
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8447
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8448
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(12:00 PM - 1:00 PM): Business breakfast with Caroline" }),
|
|
8449
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business breakfast with Caroline" })
|
|
8438
8450
|
] }),
|
|
8439
|
-
/* @__PURE__ */ (0,
|
|
8440
|
-
/* @__PURE__ */ (0,
|
|
8441
|
-
/* @__PURE__ */ (0,
|
|
8451
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8452
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8453
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8442
8454
|
] }),
|
|
8443
|
-
/* @__PURE__ */ (0,
|
|
8444
|
-
/* @__PURE__ */ (0,
|
|
8445
|
-
/* @__PURE__ */ (0,
|
|
8446
|
-
/* @__PURE__ */ (0,
|
|
8447
|
-
/* @__PURE__ */ (0,
|
|
8455
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "278px", width: "99px", height: "179px" }, children: [
|
|
8456
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8457
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8458
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
|
|
8459
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Software updates" })
|
|
8448
8460
|
] }),
|
|
8449
|
-
/* @__PURE__ */ (0,
|
|
8450
|
-
/* @__PURE__ */ (0,
|
|
8451
|
-
/* @__PURE__ */ (0,
|
|
8461
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8462
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8463
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8452
8464
|
] }),
|
|
8453
|
-
/* @__PURE__ */ (0,
|
|
8454
|
-
/* @__PURE__ */ (0,
|
|
8455
|
-
/* @__PURE__ */ (0,
|
|
8456
|
-
/* @__PURE__ */ (0,
|
|
8457
|
-
/* @__PURE__ */ (0,
|
|
8465
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "450px", left: "678px", width: "99px", height: "179px" }, children: [
|
|
8466
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8467
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8468
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
|
|
8469
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Software updates" })
|
|
8458
8470
|
] }),
|
|
8459
|
-
/* @__PURE__ */ (0,
|
|
8460
|
-
/* @__PURE__ */ (0,
|
|
8461
|
-
/* @__PURE__ */ (0,
|
|
8471
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8472
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8473
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8462
8474
|
] }),
|
|
8463
|
-
/* @__PURE__ */ (0,
|
|
8464
|
-
/* @__PURE__ */ (0,
|
|
8465
|
-
/* @__PURE__ */ (0,
|
|
8466
|
-
/* @__PURE__ */ (0,
|
|
8467
|
-
/* @__PURE__ */ (0,
|
|
8475
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1078px", width: "99px", height: "179px" }, children: [
|
|
8476
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8477
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8478
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
|
|
8479
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Software updates" })
|
|
8468
8480
|
] }),
|
|
8469
|
-
/* @__PURE__ */ (0,
|
|
8470
|
-
/* @__PURE__ */ (0,
|
|
8471
|
-
/* @__PURE__ */ (0,
|
|
8481
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8482
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8483
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8472
8484
|
] }),
|
|
8473
|
-
/* @__PURE__ */ (0,
|
|
8474
|
-
/* @__PURE__ */ (0,
|
|
8475
|
-
/* @__PURE__ */ (0,
|
|
8476
|
-
/* @__PURE__ */ (0,
|
|
8477
|
-
/* @__PURE__ */ (0,
|
|
8485
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "450px", left: "1478px", width: "99px", height: "179px" }, children: [
|
|
8486
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8487
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8488
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(1:00 PM - 3:00 PM): Software updates" }),
|
|
8489
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Software updates" })
|
|
8478
8490
|
] }),
|
|
8479
|
-
/* @__PURE__ */ (0,
|
|
8480
|
-
/* @__PURE__ */ (0,
|
|
8481
|
-
/* @__PURE__ */ (0,
|
|
8491
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8492
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8493
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8482
8494
|
] }),
|
|
8483
|
-
/* @__PURE__ */ (0,
|
|
8484
|
-
/* @__PURE__ */ (0,
|
|
8485
|
-
/* @__PURE__ */ (0,
|
|
8486
|
-
/* @__PURE__ */ (0,
|
|
8487
|
-
/* @__PURE__ */ (0,
|
|
8495
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "378px", width: "99px", height: "44px" }, children: [
|
|
8496
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8497
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Discuss projects' deadlines", children: [
|
|
8498
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
|
|
8499
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
|
|
8488
8500
|
] }),
|
|
8489
|
-
/* @__PURE__ */ (0,
|
|
8490
|
-
/* @__PURE__ */ (0,
|
|
8491
|
-
/* @__PURE__ */ (0,
|
|
8501
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8502
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8503
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8492
8504
|
] }),
|
|
8493
|
-
/* @__PURE__ */ (0,
|
|
8494
|
-
/* @__PURE__ */ (0,
|
|
8495
|
-
/* @__PURE__ */ (0,
|
|
8496
|
-
/* @__PURE__ */ (0,
|
|
8497
|
-
/* @__PURE__ */ (0,
|
|
8505
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "540px", left: "778px", width: "99px", height: "44px" }, children: [
|
|
8506
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8507
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Discuss projects' deadlines", children: [
|
|
8508
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
|
|
8509
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
|
|
8498
8510
|
] }),
|
|
8499
|
-
/* @__PURE__ */ (0,
|
|
8500
|
-
/* @__PURE__ */ (0,
|
|
8501
|
-
/* @__PURE__ */ (0,
|
|
8511
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8512
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8513
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8502
8514
|
] }),
|
|
8503
|
-
/* @__PURE__ */ (0,
|
|
8504
|
-
/* @__PURE__ */ (0,
|
|
8505
|
-
/* @__PURE__ */ (0,
|
|
8506
|
-
/* @__PURE__ */ (0,
|
|
8507
|
-
/* @__PURE__ */ (0,
|
|
8515
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1178px", width: "99px", height: "44px" }, children: [
|
|
8516
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8517
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Discuss projects' deadlines", children: [
|
|
8518
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
|
|
8519
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
|
|
8508
8520
|
] }),
|
|
8509
|
-
/* @__PURE__ */ (0,
|
|
8510
|
-
/* @__PURE__ */ (0,
|
|
8511
|
-
/* @__PURE__ */ (0,
|
|
8521
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8522
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8523
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8512
8524
|
] }),
|
|
8513
|
-
/* @__PURE__ */ (0,
|
|
8514
|
-
/* @__PURE__ */ (0,
|
|
8515
|
-
/* @__PURE__ */ (0,
|
|
8516
|
-
/* @__PURE__ */ (0,
|
|
8517
|
-
/* @__PURE__ */ (0,
|
|
8525
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "540px", left: "1578px", width: "99px", height: "44px" }, children: [
|
|
8526
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8527
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { title: "Discuss projects' deadlines", children: [
|
|
8528
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(2:00 PM - 2:30 PM): Discuss projects' deadlines" }),
|
|
8529
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Discuss projects' deadlines" })
|
|
8518
8530
|
] }),
|
|
8519
|
-
/* @__PURE__ */ (0,
|
|
8520
|
-
/* @__PURE__ */ (0,
|
|
8521
|
-
/* @__PURE__ */ (0,
|
|
8531
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8532
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8533
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8522
8534
|
] }),
|
|
8523
|
-
/* @__PURE__ */ (0,
|
|
8524
|
-
/* @__PURE__ */ (0,
|
|
8525
|
-
/* @__PURE__ */ (0,
|
|
8526
|
-
/* @__PURE__ */ (0,
|
|
8527
|
-
/* @__PURE__ */ (0,
|
|
8535
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "278px", width: "199px", height: "89px" }, children: [
|
|
8536
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8537
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8538
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
|
|
8539
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
|
|
8528
8540
|
] }),
|
|
8529
|
-
/* @__PURE__ */ (0,
|
|
8530
|
-
/* @__PURE__ */ (0,
|
|
8531
|
-
/* @__PURE__ */ (0,
|
|
8541
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8542
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8543
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8532
8544
|
] }),
|
|
8533
|
-
/* @__PURE__ */ (0,
|
|
8534
|
-
/* @__PURE__ */ (0,
|
|
8535
|
-
/* @__PURE__ */ (0,
|
|
8536
|
-
/* @__PURE__ */ (0,
|
|
8537
|
-
/* @__PURE__ */ (0,
|
|
8545
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "darkred", backgroundColor: "darkred", top: "630px", left: "678px", width: "199px", height: "89px" }, children: [
|
|
8546
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8547
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8548
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
|
|
8549
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
|
|
8538
8550
|
] }),
|
|
8539
|
-
/* @__PURE__ */ (0,
|
|
8540
|
-
/* @__PURE__ */ (0,
|
|
8541
|
-
/* @__PURE__ */ (0,
|
|
8551
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8552
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8553
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8542
8554
|
] }),
|
|
8543
|
-
/* @__PURE__ */ (0,
|
|
8544
|
-
/* @__PURE__ */ (0,
|
|
8545
|
-
/* @__PURE__ */ (0,
|
|
8546
|
-
/* @__PURE__ */ (0,
|
|
8547
|
-
/* @__PURE__ */ (0,
|
|
8555
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1078px", width: "199px", height: "89px" }, children: [
|
|
8556
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8557
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8558
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
|
|
8559
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
|
|
8548
8560
|
] }),
|
|
8549
|
-
/* @__PURE__ */ (0,
|
|
8550
|
-
/* @__PURE__ */ (0,
|
|
8551
|
-
/* @__PURE__ */ (0,
|
|
8561
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8562
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8563
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8552
8564
|
] }),
|
|
8553
|
-
/* @__PURE__ */ (0,
|
|
8554
|
-
/* @__PURE__ */ (0,
|
|
8555
|
-
/* @__PURE__ */ (0,
|
|
8556
|
-
/* @__PURE__ */ (0,
|
|
8557
|
-
/* @__PURE__ */ (0,
|
|
8565
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-event", style: { cursor: "pointer", userSelect: "none", borderColor: "green", backgroundColor: "green", top: "630px", left: "1478px", width: "199px", height: "89px" }, children: [
|
|
8566
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions" }),
|
|
8567
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { children: [
|
|
8568
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template k-event-time", children: "(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins" }),
|
|
8569
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-event-template", children: "Business Lunch with Gregory Watkins" })
|
|
8558
8570
|
] }),
|
|
8559
|
-
/* @__PURE__ */ (0,
|
|
8560
|
-
/* @__PURE__ */ (0,
|
|
8561
|
-
/* @__PURE__ */ (0,
|
|
8571
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-event-actions", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { className: "k-link k-event-delete", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x" }) }) }),
|
|
8572
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-n" }),
|
|
8573
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-resize-handle k-resize-s" })
|
|
8562
8574
|
] })
|
|
8563
8575
|
] })
|
|
8564
8576
|
] }),
|
|
8565
|
-
/* @__PURE__ */ (0,
|
|
8577
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Toolbar, { className: "k-scheduler-footer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "clock", className: "k-scheduler-fullday", children: "Show full day" }) })
|
|
8566
8578
|
] }) })
|
|
8567
8579
|
] });
|