@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
|
@@ -7633,883 +7633,895 @@ ToolbarPopup.options = options46;
|
|
|
7633
7633
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7634
7634
|
ToolbarPopup.defaultProps = defaultProps43;
|
|
7635
7635
|
|
|
7636
|
-
// src/
|
|
7636
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7637
7637
|
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
7638
7638
|
|
|
7639
|
-
// src/
|
|
7639
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7640
7640
|
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
7641
7641
|
|
|
7642
|
-
// src/
|
|
7642
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7643
7643
|
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
7644
7644
|
|
|
7645
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7646
|
+
import { jsx as jsx113, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
7647
|
+
|
|
7648
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7649
|
+
import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7650
|
+
|
|
7651
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7652
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
7653
|
+
|
|
7654
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7655
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
7656
|
+
|
|
7645
7657
|
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7646
|
-
import { jsx as
|
|
7658
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7647
7659
|
|
|
7648
7660
|
// src/scheduler/tests/scheduler-year.tsx
|
|
7649
|
-
import { Fragment as
|
|
7650
|
-
var scheduler_year_default = () => /* @__PURE__ */
|
|
7651
|
-
/* @__PURE__ */
|
|
7652
|
-
/* @__PURE__ */
|
|
7653
|
-
/* @__PURE__ */
|
|
7654
|
-
/* @__PURE__ */
|
|
7655
|
-
/* @__PURE__ */
|
|
7661
|
+
import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7662
|
+
var scheduler_year_default = () => /* @__PURE__ */ jsx118(Fragment30, { children: /* @__PURE__ */ jsx118("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsxs49("div", { id: "scheduler", className: "k-widget k-scheduler", children: [
|
|
7663
|
+
/* @__PURE__ */ jsxs49(Toolbar, { className: "k-scheduler-toolbar", children: [
|
|
7664
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { className: "k-scheduler-navigation", children: [
|
|
7665
|
+
/* @__PURE__ */ jsx118(Button, { children: "Today" }),
|
|
7666
|
+
/* @__PURE__ */ jsx118(Button, { icon: "caret-alt-left" }),
|
|
7667
|
+
/* @__PURE__ */ jsx118(Button, { icon: "caret-alt-right" })
|
|
7656
7668
|
] }),
|
|
7657
|
-
/* @__PURE__ */
|
|
7658
|
-
/* @__PURE__ */
|
|
7659
|
-
/* @__PURE__ */
|
|
7660
|
-
/* @__PURE__ */
|
|
7661
|
-
/* @__PURE__ */
|
|
7662
|
-
/* @__PURE__ */
|
|
7663
|
-
/* @__PURE__ */
|
|
7669
|
+
/* @__PURE__ */ jsx118(Button, { icon: "calendar", className: "k-nav-current", fillMode: "flat", children: "2021" }),
|
|
7670
|
+
/* @__PURE__ */ jsx118("span", { className: "k-spacer" }),
|
|
7671
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { className: "k-scheduler-views", children: [
|
|
7672
|
+
/* @__PURE__ */ jsx118(Button, { children: "Day" }),
|
|
7673
|
+
/* @__PURE__ */ jsx118(Button, { children: "Week" }),
|
|
7674
|
+
/* @__PURE__ */ jsx118(Button, { children: "Month" }),
|
|
7675
|
+
/* @__PURE__ */ jsx118(Button, { selected: true, children: "Year" })
|
|
7664
7676
|
] })
|
|
7665
7677
|
] }),
|
|
7666
|
-
/* @__PURE__ */
|
|
7667
|
-
/* @__PURE__ */
|
|
7668
|
-
/* @__PURE__ */
|
|
7669
|
-
/* @__PURE__ */
|
|
7670
|
-
/* @__PURE__ */
|
|
7671
|
-
/* @__PURE__ */
|
|
7672
|
-
/* @__PURE__ */
|
|
7678
|
+
/* @__PURE__ */ jsx118("div", { className: "k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview", children: /* @__PURE__ */ jsx118("div", { className: "k-scheduler-body", children: /* @__PURE__ */ jsxs49("div", { className: "k-widget k-calendar k-calendar-range", children: [
|
|
7679
|
+
/* @__PURE__ */ jsxs49("div", { className: "k-calendar-header k-hstack k-hidden", children: [
|
|
7680
|
+
/* @__PURE__ */ jsx118(Button, { fillMode: "flat", className: "k-calendar-title k-title", children: "January 2020 - December 2020" }),
|
|
7681
|
+
/* @__PURE__ */ jsx118("span", { className: "k-spacer" }),
|
|
7682
|
+
/* @__PURE__ */ jsxs49("span", { className: "k-calendar-nav k-hstack", children: [
|
|
7683
|
+
/* @__PURE__ */ jsx118(Button, { fillMode: "flat", className: "k-prev-view", icon: "caret-alt-left" }),
|
|
7684
|
+
/* @__PURE__ */ jsx118(Button, { fillMode: "flat", className: "k-next-view", icon: "caret-alt-right" })
|
|
7673
7685
|
] })
|
|
7674
7686
|
] }),
|
|
7675
|
-
/* @__PURE__ */
|
|
7676
|
-
/* @__PURE__ */
|
|
7677
|
-
/* @__PURE__ */
|
|
7678
|
-
/* @__PURE__ */
|
|
7679
|
-
/* @__PURE__ */
|
|
7680
|
-
/* @__PURE__ */
|
|
7681
|
-
/* @__PURE__ */
|
|
7682
|
-
/* @__PURE__ */
|
|
7683
|
-
/* @__PURE__ */
|
|
7684
|
-
/* @__PURE__ */
|
|
7685
|
-
/* @__PURE__ */
|
|
7687
|
+
/* @__PURE__ */ jsxs49("div", { className: "k-calendar-view k-calendar-monthview k-hstack k-align-items-start k-justify-content-center", children: [
|
|
7688
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
7689
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "January 2020" }),
|
|
7690
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7691
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
7692
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
7693
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
7694
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
7695
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
7696
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
7697
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
7686
7698
|
] }) }),
|
|
7687
|
-
/* @__PURE__ */
|
|
7688
|
-
/* @__PURE__ */
|
|
7689
|
-
/* @__PURE__ */
|
|
7690
|
-
/* @__PURE__ */
|
|
7691
|
-
/* @__PURE__ */
|
|
7692
|
-
/* @__PURE__ */
|
|
7693
|
-
/* @__PURE__ */
|
|
7694
|
-
/* @__PURE__ */
|
|
7699
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
7700
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7701
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
7702
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7703
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7704
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsxs49("a", { className: "k-link", href: "#", children: [
|
|
7705
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }),
|
|
7706
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day-indicator" })
|
|
7695
7707
|
] }) }),
|
|
7696
|
-
/* @__PURE__ */
|
|
7697
|
-
/* @__PURE__ */
|
|
7698
|
-
/* @__PURE__ */
|
|
7708
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsxs49("a", { className: "k-link", href: "#", children: [
|
|
7709
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }),
|
|
7710
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day-indicator" })
|
|
7699
7711
|
] }) }),
|
|
7700
|
-
/* @__PURE__ */
|
|
7701
|
-
/* @__PURE__ */
|
|
7702
|
-
/* @__PURE__ */
|
|
7712
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsxs49("a", { className: "k-link", href: "#", children: [
|
|
7713
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }),
|
|
7714
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day-indicator" })
|
|
7703
7715
|
] }) }),
|
|
7704
|
-
/* @__PURE__ */
|
|
7716
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) })
|
|
7705
7717
|
] }),
|
|
7706
|
-
/* @__PURE__ */
|
|
7707
|
-
/* @__PURE__ */
|
|
7708
|
-
/* @__PURE__ */
|
|
7709
|
-
/* @__PURE__ */
|
|
7718
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7719
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsxs49("a", { className: "k-link", href: "#", children: [
|
|
7720
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }),
|
|
7721
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day-indicator" })
|
|
7710
7722
|
] }) }),
|
|
7711
|
-
/* @__PURE__ */
|
|
7712
|
-
/* @__PURE__ */
|
|
7713
|
-
/* @__PURE__ */
|
|
7714
|
-
/* @__PURE__ */
|
|
7715
|
-
/* @__PURE__ */
|
|
7723
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
7724
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
7725
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsxs49("a", { className: "k-link", href: "#", children: [
|
|
7726
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }),
|
|
7727
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day-indicator" })
|
|
7716
7728
|
] }) }),
|
|
7717
|
-
/* @__PURE__ */
|
|
7718
|
-
/* @__PURE__ */
|
|
7719
|
-
/* @__PURE__ */
|
|
7729
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
7730
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
7731
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) })
|
|
7720
7732
|
] }),
|
|
7721
|
-
/* @__PURE__ */
|
|
7722
|
-
/* @__PURE__ */
|
|
7723
|
-
/* @__PURE__ */
|
|
7724
|
-
/* @__PURE__ */
|
|
7725
|
-
/* @__PURE__ */
|
|
7733
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7734
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
7735
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsxs49("a", { className: "k-link", href: "#", children: [
|
|
7736
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }),
|
|
7737
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day-indicator" })
|
|
7726
7738
|
] }) }),
|
|
7727
|
-
/* @__PURE__ */
|
|
7728
|
-
/* @__PURE__ */
|
|
7729
|
-
/* @__PURE__ */
|
|
7730
|
-
/* @__PURE__ */
|
|
7731
|
-
/* @__PURE__ */
|
|
7739
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
7740
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
7741
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
7742
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
7743
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) })
|
|
7732
7744
|
] }),
|
|
7733
|
-
/* @__PURE__ */
|
|
7734
|
-
/* @__PURE__ */
|
|
7735
|
-
/* @__PURE__ */
|
|
7736
|
-
/* @__PURE__ */
|
|
7737
|
-
/* @__PURE__ */
|
|
7738
|
-
/* @__PURE__ */
|
|
7745
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7746
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
7747
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
7748
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsxs49("a", { className: "k-link", href: "#", children: [
|
|
7749
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }),
|
|
7750
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day-indicator" })
|
|
7739
7751
|
] }) }),
|
|
7740
|
-
/* @__PURE__ */
|
|
7741
|
-
/* @__PURE__ */
|
|
7742
|
-
/* @__PURE__ */
|
|
7743
|
-
/* @__PURE__ */
|
|
7752
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
7753
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
7754
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
7755
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) })
|
|
7744
7756
|
] }),
|
|
7745
|
-
/* @__PURE__ */
|
|
7746
|
-
/* @__PURE__ */
|
|
7747
|
-
/* @__PURE__ */
|
|
7748
|
-
/* @__PURE__ */
|
|
7749
|
-
/* @__PURE__ */
|
|
7750
|
-
/* @__PURE__ */
|
|
7751
|
-
/* @__PURE__ */
|
|
7752
|
-
/* @__PURE__ */
|
|
7753
|
-
/* @__PURE__ */
|
|
7757
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7758
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
7759
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
7760
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
7761
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
7762
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
7763
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsxs49("a", { className: "k-link", href: "#", children: [
|
|
7764
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day", children: "31" }),
|
|
7765
|
+
/* @__PURE__ */ jsx118("span", { className: "k-day-indicator" })
|
|
7754
7766
|
] }) }),
|
|
7755
|
-
/* @__PURE__ */
|
|
7767
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
7756
7768
|
] }),
|
|
7757
|
-
/* @__PURE__ */
|
|
7758
|
-
/* @__PURE__ */
|
|
7759
|
-
/* @__PURE__ */
|
|
7760
|
-
/* @__PURE__ */
|
|
7761
|
-
/* @__PURE__ */
|
|
7762
|
-
/* @__PURE__ */
|
|
7763
|
-
/* @__PURE__ */
|
|
7764
|
-
/* @__PURE__ */
|
|
7769
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7770
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
7771
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7772
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7773
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7774
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7775
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7776
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
7765
7777
|
] })
|
|
7766
7778
|
] })
|
|
7767
7779
|
] }),
|
|
7768
|
-
/* @__PURE__ */
|
|
7769
|
-
/* @__PURE__ */
|
|
7770
|
-
/* @__PURE__ */
|
|
7771
|
-
/* @__PURE__ */
|
|
7772
|
-
/* @__PURE__ */
|
|
7773
|
-
/* @__PURE__ */
|
|
7774
|
-
/* @__PURE__ */
|
|
7775
|
-
/* @__PURE__ */
|
|
7776
|
-
/* @__PURE__ */
|
|
7777
|
-
/* @__PURE__ */
|
|
7780
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
7781
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "February 2020" }),
|
|
7782
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7783
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
7784
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
7785
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
7786
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
7787
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
7788
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
7789
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
7778
7790
|
] }) }),
|
|
7779
|
-
/* @__PURE__ */
|
|
7780
|
-
/* @__PURE__ */
|
|
7781
|
-
/* @__PURE__ */
|
|
7782
|
-
/* @__PURE__ */
|
|
7783
|
-
/* @__PURE__ */
|
|
7784
|
-
/* @__PURE__ */
|
|
7785
|
-
/* @__PURE__ */
|
|
7786
|
-
/* @__PURE__ */
|
|
7787
|
-
/* @__PURE__ */
|
|
7791
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
7792
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7793
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
7794
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7795
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7796
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7797
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7798
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7799
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) })
|
|
7788
7800
|
] }),
|
|
7789
|
-
/* @__PURE__ */
|
|
7790
|
-
/* @__PURE__ */
|
|
7791
|
-
/* @__PURE__ */
|
|
7792
|
-
/* @__PURE__ */
|
|
7793
|
-
/* @__PURE__ */
|
|
7794
|
-
/* @__PURE__ */
|
|
7795
|
-
/* @__PURE__ */
|
|
7796
|
-
/* @__PURE__ */
|
|
7801
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7802
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
7803
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
7804
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
7805
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
7806
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
7807
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
7808
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) })
|
|
7797
7809
|
] }),
|
|
7798
|
-
/* @__PURE__ */
|
|
7799
|
-
/* @__PURE__ */
|
|
7800
|
-
/* @__PURE__ */
|
|
7801
|
-
/* @__PURE__ */
|
|
7802
|
-
/* @__PURE__ */
|
|
7803
|
-
/* @__PURE__ */
|
|
7804
|
-
/* @__PURE__ */
|
|
7805
|
-
/* @__PURE__ */
|
|
7810
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7811
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
7812
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
7813
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
7814
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
7815
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
7816
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
7817
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) })
|
|
7806
7818
|
] }),
|
|
7807
|
-
/* @__PURE__ */
|
|
7808
|
-
/* @__PURE__ */
|
|
7809
|
-
/* @__PURE__ */
|
|
7810
|
-
/* @__PURE__ */
|
|
7811
|
-
/* @__PURE__ */
|
|
7812
|
-
/* @__PURE__ */
|
|
7813
|
-
/* @__PURE__ */
|
|
7814
|
-
/* @__PURE__ */
|
|
7819
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7820
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
7821
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
7822
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
7823
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
7824
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
7825
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
7826
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) })
|
|
7815
7827
|
] }),
|
|
7816
|
-
/* @__PURE__ */
|
|
7817
|
-
/* @__PURE__ */
|
|
7818
|
-
/* @__PURE__ */
|
|
7819
|
-
/* @__PURE__ */
|
|
7820
|
-
/* @__PURE__ */
|
|
7821
|
-
/* @__PURE__ */
|
|
7822
|
-
/* @__PURE__ */
|
|
7823
|
-
/* @__PURE__ */
|
|
7828
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7829
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
7830
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
7831
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
7832
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
7833
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
7834
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
7835
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) })
|
|
7824
7836
|
] }),
|
|
7825
|
-
/* @__PURE__ */
|
|
7826
|
-
/* @__PURE__ */
|
|
7827
|
-
/* @__PURE__ */
|
|
7828
|
-
/* @__PURE__ */
|
|
7829
|
-
/* @__PURE__ */
|
|
7830
|
-
/* @__PURE__ */
|
|
7831
|
-
/* @__PURE__ */
|
|
7832
|
-
/* @__PURE__ */
|
|
7837
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7838
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
7839
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7840
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7841
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7842
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7843
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7844
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
7833
7845
|
] })
|
|
7834
7846
|
] })
|
|
7835
7847
|
] }),
|
|
7836
|
-
/* @__PURE__ */
|
|
7837
|
-
/* @__PURE__ */
|
|
7838
|
-
/* @__PURE__ */
|
|
7839
|
-
/* @__PURE__ */
|
|
7840
|
-
/* @__PURE__ */
|
|
7841
|
-
/* @__PURE__ */
|
|
7842
|
-
/* @__PURE__ */
|
|
7843
|
-
/* @__PURE__ */
|
|
7844
|
-
/* @__PURE__ */
|
|
7845
|
-
/* @__PURE__ */
|
|
7848
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
7849
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "March 2020" }),
|
|
7850
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7851
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
7852
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
7853
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
7854
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
7855
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
7856
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
7857
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
7846
7858
|
] }) }),
|
|
7847
|
-
/* @__PURE__ */
|
|
7848
|
-
/* @__PURE__ */
|
|
7849
|
-
/* @__PURE__ */
|
|
7850
|
-
/* @__PURE__ */
|
|
7851
|
-
/* @__PURE__ */
|
|
7852
|
-
/* @__PURE__ */
|
|
7853
|
-
/* @__PURE__ */
|
|
7854
|
-
/* @__PURE__ */
|
|
7855
|
-
/* @__PURE__ */
|
|
7859
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
7860
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7861
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
7862
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
7863
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
7864
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
7865
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
7866
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
7867
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) })
|
|
7856
7868
|
] }),
|
|
7857
|
-
/* @__PURE__ */
|
|
7858
|
-
/* @__PURE__ */
|
|
7859
|
-
/* @__PURE__ */
|
|
7860
|
-
/* @__PURE__ */
|
|
7861
|
-
/* @__PURE__ */
|
|
7862
|
-
/* @__PURE__ */
|
|
7863
|
-
/* @__PURE__ */
|
|
7864
|
-
/* @__PURE__ */
|
|
7869
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7870
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
7871
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
7872
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
7873
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
7874
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
7875
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
7876
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) })
|
|
7865
7877
|
] }),
|
|
7866
|
-
/* @__PURE__ */
|
|
7867
|
-
/* @__PURE__ */
|
|
7868
|
-
/* @__PURE__ */
|
|
7869
|
-
/* @__PURE__ */
|
|
7870
|
-
/* @__PURE__ */
|
|
7871
|
-
/* @__PURE__ */
|
|
7872
|
-
/* @__PURE__ */
|
|
7873
|
-
/* @__PURE__ */
|
|
7878
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7879
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
7880
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
7881
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
7882
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
7883
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
7884
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
7885
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) })
|
|
7874
7886
|
] }),
|
|
7875
|
-
/* @__PURE__ */
|
|
7876
|
-
/* @__PURE__ */
|
|
7877
|
-
/* @__PURE__ */
|
|
7878
|
-
/* @__PURE__ */
|
|
7879
|
-
/* @__PURE__ */
|
|
7880
|
-
/* @__PURE__ */
|
|
7881
|
-
/* @__PURE__ */
|
|
7882
|
-
/* @__PURE__ */
|
|
7887
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7888
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
7889
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
7890
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
7891
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
7892
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
7893
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
7894
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) })
|
|
7883
7895
|
] }),
|
|
7884
|
-
/* @__PURE__ */
|
|
7885
|
-
/* @__PURE__ */
|
|
7886
|
-
/* @__PURE__ */
|
|
7887
|
-
/* @__PURE__ */
|
|
7888
|
-
/* @__PURE__ */
|
|
7889
|
-
/* @__PURE__ */
|
|
7890
|
-
/* @__PURE__ */
|
|
7891
|
-
/* @__PURE__ */
|
|
7896
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7897
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
7898
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
7899
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "31" }) }) }),
|
|
7900
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7901
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7902
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7903
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
7892
7904
|
] }),
|
|
7893
|
-
/* @__PURE__ */
|
|
7894
|
-
/* @__PURE__ */
|
|
7895
|
-
/* @__PURE__ */
|
|
7896
|
-
/* @__PURE__ */
|
|
7897
|
-
/* @__PURE__ */
|
|
7898
|
-
/* @__PURE__ */
|
|
7899
|
-
/* @__PURE__ */
|
|
7900
|
-
/* @__PURE__ */
|
|
7905
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7906
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
7907
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7908
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7909
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7910
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7911
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7912
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
7901
7913
|
] })
|
|
7902
7914
|
] })
|
|
7903
7915
|
] }),
|
|
7904
|
-
/* @__PURE__ */
|
|
7905
|
-
/* @__PURE__ */
|
|
7906
|
-
/* @__PURE__ */
|
|
7907
|
-
/* @__PURE__ */
|
|
7908
|
-
/* @__PURE__ */
|
|
7909
|
-
/* @__PURE__ */
|
|
7910
|
-
/* @__PURE__ */
|
|
7911
|
-
/* @__PURE__ */
|
|
7912
|
-
/* @__PURE__ */
|
|
7913
|
-
/* @__PURE__ */
|
|
7916
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
7917
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "April 2020" }),
|
|
7918
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7919
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
7920
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
7921
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
7922
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
7923
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
7924
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
7925
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
7914
7926
|
] }) }),
|
|
7915
|
-
/* @__PURE__ */
|
|
7916
|
-
/* @__PURE__ */
|
|
7917
|
-
/* @__PURE__ */
|
|
7918
|
-
/* @__PURE__ */
|
|
7919
|
-
/* @__PURE__ */
|
|
7920
|
-
/* @__PURE__ */
|
|
7921
|
-
/* @__PURE__ */
|
|
7922
|
-
/* @__PURE__ */
|
|
7923
|
-
/* @__PURE__ */
|
|
7927
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
7928
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7929
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
7930
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7931
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7932
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
7933
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
7934
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
7935
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) })
|
|
7924
7936
|
] }),
|
|
7925
|
-
/* @__PURE__ */
|
|
7926
|
-
/* @__PURE__ */
|
|
7927
|
-
/* @__PURE__ */
|
|
7928
|
-
/* @__PURE__ */
|
|
7929
|
-
/* @__PURE__ */
|
|
7930
|
-
/* @__PURE__ */
|
|
7931
|
-
/* @__PURE__ */
|
|
7932
|
-
/* @__PURE__ */
|
|
7937
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7938
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
7939
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
7940
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
7941
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
7942
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
7943
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
7944
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) })
|
|
7933
7945
|
] }),
|
|
7934
|
-
/* @__PURE__ */
|
|
7935
|
-
/* @__PURE__ */
|
|
7936
|
-
/* @__PURE__ */
|
|
7937
|
-
/* @__PURE__ */
|
|
7938
|
-
/* @__PURE__ */
|
|
7939
|
-
/* @__PURE__ */
|
|
7940
|
-
/* @__PURE__ */
|
|
7941
|
-
/* @__PURE__ */
|
|
7946
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7947
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
7948
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
7949
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
7950
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
7951
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
7952
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
7953
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) })
|
|
7942
7954
|
] }),
|
|
7943
|
-
/* @__PURE__ */
|
|
7944
|
-
/* @__PURE__ */
|
|
7945
|
-
/* @__PURE__ */
|
|
7946
|
-
/* @__PURE__ */
|
|
7947
|
-
/* @__PURE__ */
|
|
7948
|
-
/* @__PURE__ */
|
|
7949
|
-
/* @__PURE__ */
|
|
7950
|
-
/* @__PURE__ */
|
|
7955
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7956
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
7957
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
7958
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
7959
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
7960
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
7961
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
7962
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) })
|
|
7951
7963
|
] }),
|
|
7952
|
-
/* @__PURE__ */
|
|
7953
|
-
/* @__PURE__ */
|
|
7954
|
-
/* @__PURE__ */
|
|
7955
|
-
/* @__PURE__ */
|
|
7956
|
-
/* @__PURE__ */
|
|
7957
|
-
/* @__PURE__ */
|
|
7958
|
-
/* @__PURE__ */
|
|
7959
|
-
/* @__PURE__ */
|
|
7964
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7965
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
7966
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
7967
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
7968
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
7969
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
7970
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7971
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
7960
7972
|
] }),
|
|
7961
|
-
/* @__PURE__ */
|
|
7962
|
-
/* @__PURE__ */
|
|
7963
|
-
/* @__PURE__ */
|
|
7964
|
-
/* @__PURE__ */
|
|
7965
|
-
/* @__PURE__ */
|
|
7966
|
-
/* @__PURE__ */
|
|
7967
|
-
/* @__PURE__ */
|
|
7968
|
-
/* @__PURE__ */
|
|
7973
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7974
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
7975
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7976
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7977
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7978
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7979
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7980
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
7969
7981
|
] })
|
|
7970
7982
|
] })
|
|
7971
7983
|
] }),
|
|
7972
|
-
/* @__PURE__ */
|
|
7973
|
-
/* @__PURE__ */
|
|
7974
|
-
/* @__PURE__ */
|
|
7975
|
-
/* @__PURE__ */
|
|
7976
|
-
/* @__PURE__ */
|
|
7977
|
-
/* @__PURE__ */
|
|
7978
|
-
/* @__PURE__ */
|
|
7979
|
-
/* @__PURE__ */
|
|
7980
|
-
/* @__PURE__ */
|
|
7981
|
-
/* @__PURE__ */
|
|
7984
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
7985
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "May 2020" }),
|
|
7986
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7987
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
7988
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
7989
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
7990
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
7991
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
7992
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
7993
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
7982
7994
|
] }) }),
|
|
7983
|
-
/* @__PURE__ */
|
|
7984
|
-
/* @__PURE__ */
|
|
7985
|
-
/* @__PURE__ */
|
|
7986
|
-
/* @__PURE__ */
|
|
7987
|
-
/* @__PURE__ */
|
|
7988
|
-
/* @__PURE__ */
|
|
7989
|
-
/* @__PURE__ */
|
|
7990
|
-
/* @__PURE__ */
|
|
7991
|
-
/* @__PURE__ */
|
|
7995
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
7996
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
7997
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
7998
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
7999
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8000
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8001
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8002
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
8003
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) })
|
|
7992
8004
|
] }),
|
|
7993
|
-
/* @__PURE__ */
|
|
7994
|
-
/* @__PURE__ */
|
|
7995
|
-
/* @__PURE__ */
|
|
7996
|
-
/* @__PURE__ */
|
|
7997
|
-
/* @__PURE__ */
|
|
7998
|
-
/* @__PURE__ */
|
|
7999
|
-
/* @__PURE__ */
|
|
8000
|
-
/* @__PURE__ */
|
|
8005
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8006
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
8007
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
8008
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
8009
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
8010
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
8011
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
8012
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) })
|
|
8001
8013
|
] }),
|
|
8002
|
-
/* @__PURE__ */
|
|
8003
|
-
/* @__PURE__ */
|
|
8004
|
-
/* @__PURE__ */
|
|
8005
|
-
/* @__PURE__ */
|
|
8006
|
-
/* @__PURE__ */
|
|
8007
|
-
/* @__PURE__ */
|
|
8008
|
-
/* @__PURE__ */
|
|
8009
|
-
/* @__PURE__ */
|
|
8014
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8015
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
8016
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
8017
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
8018
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
8019
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
8020
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
8021
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) })
|
|
8010
8022
|
] }),
|
|
8011
|
-
/* @__PURE__ */
|
|
8012
|
-
/* @__PURE__ */
|
|
8013
|
-
/* @__PURE__ */
|
|
8014
|
-
/* @__PURE__ */
|
|
8015
|
-
/* @__PURE__ */
|
|
8016
|
-
/* @__PURE__ */
|
|
8017
|
-
/* @__PURE__ */
|
|
8018
|
-
/* @__PURE__ */
|
|
8023
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8024
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
8025
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
8026
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
8027
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
8028
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
8029
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
8030
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) })
|
|
8019
8031
|
] }),
|
|
8020
|
-
/* @__PURE__ */
|
|
8021
|
-
/* @__PURE__ */
|
|
8022
|
-
/* @__PURE__ */
|
|
8023
|
-
/* @__PURE__ */
|
|
8024
|
-
/* @__PURE__ */
|
|
8025
|
-
/* @__PURE__ */
|
|
8026
|
-
/* @__PURE__ */
|
|
8027
|
-
/* @__PURE__ */
|
|
8032
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8033
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
8034
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
8035
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
8036
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
8037
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
8038
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
8039
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) })
|
|
8028
8040
|
] }),
|
|
8029
|
-
/* @__PURE__ */
|
|
8030
|
-
/* @__PURE__ */
|
|
8031
|
-
/* @__PURE__ */
|
|
8032
|
-
/* @__PURE__ */
|
|
8033
|
-
/* @__PURE__ */
|
|
8034
|
-
/* @__PURE__ */
|
|
8035
|
-
/* @__PURE__ */
|
|
8036
|
-
/* @__PURE__ */
|
|
8041
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8042
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "31" }) }) }),
|
|
8043
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8044
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8045
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8046
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8047
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8048
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8037
8049
|
] })
|
|
8038
8050
|
] })
|
|
8039
8051
|
] }),
|
|
8040
|
-
/* @__PURE__ */
|
|
8041
|
-
/* @__PURE__ */
|
|
8042
|
-
/* @__PURE__ */
|
|
8043
|
-
/* @__PURE__ */
|
|
8044
|
-
/* @__PURE__ */
|
|
8045
|
-
/* @__PURE__ */
|
|
8046
|
-
/* @__PURE__ */
|
|
8047
|
-
/* @__PURE__ */
|
|
8048
|
-
/* @__PURE__ */
|
|
8049
|
-
/* @__PURE__ */
|
|
8052
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
8053
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "June 2020" }),
|
|
8054
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8055
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
8056
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
8057
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
8058
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
8059
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
8060
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
8061
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
8050
8062
|
] }) }),
|
|
8051
|
-
/* @__PURE__ */
|
|
8052
|
-
/* @__PURE__ */
|
|
8053
|
-
/* @__PURE__ */
|
|
8054
|
-
/* @__PURE__ */
|
|
8055
|
-
/* @__PURE__ */
|
|
8056
|
-
/* @__PURE__ */
|
|
8057
|
-
/* @__PURE__ */
|
|
8058
|
-
/* @__PURE__ */
|
|
8059
|
-
/* @__PURE__ */
|
|
8063
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
8064
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8065
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8066
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
8067
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
8068
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
8069
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
8070
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
8071
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) })
|
|
8060
8072
|
] }),
|
|
8061
|
-
/* @__PURE__ */
|
|
8062
|
-
/* @__PURE__ */
|
|
8063
|
-
/* @__PURE__ */
|
|
8064
|
-
/* @__PURE__ */
|
|
8065
|
-
/* @__PURE__ */
|
|
8066
|
-
/* @__PURE__ */
|
|
8067
|
-
/* @__PURE__ */
|
|
8068
|
-
/* @__PURE__ */
|
|
8073
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8074
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
8075
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
8076
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
8077
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
8078
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
8079
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
8080
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) })
|
|
8069
8081
|
] }),
|
|
8070
|
-
/* @__PURE__ */
|
|
8071
|
-
/* @__PURE__ */
|
|
8072
|
-
/* @__PURE__ */
|
|
8073
|
-
/* @__PURE__ */
|
|
8074
|
-
/* @__PURE__ */
|
|
8075
|
-
/* @__PURE__ */
|
|
8076
|
-
/* @__PURE__ */
|
|
8077
|
-
/* @__PURE__ */
|
|
8082
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8083
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
8084
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
8085
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
8086
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
8087
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
8088
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
8089
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) })
|
|
8078
8090
|
] }),
|
|
8079
|
-
/* @__PURE__ */
|
|
8080
|
-
/* @__PURE__ */
|
|
8081
|
-
/* @__PURE__ */
|
|
8082
|
-
/* @__PURE__ */
|
|
8083
|
-
/* @__PURE__ */
|
|
8084
|
-
/* @__PURE__ */
|
|
8085
|
-
/* @__PURE__ */
|
|
8086
|
-
/* @__PURE__ */
|
|
8091
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8092
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
8093
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
8094
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
8095
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
8096
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
8097
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
8098
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) })
|
|
8087
8099
|
] }),
|
|
8088
|
-
/* @__PURE__ */
|
|
8089
|
-
/* @__PURE__ */
|
|
8090
|
-
/* @__PURE__ */
|
|
8091
|
-
/* @__PURE__ */
|
|
8092
|
-
/* @__PURE__ */
|
|
8093
|
-
/* @__PURE__ */
|
|
8094
|
-
/* @__PURE__ */
|
|
8095
|
-
/* @__PURE__ */
|
|
8100
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8101
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
8102
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
8103
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
8104
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8105
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8106
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8107
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8096
8108
|
] }),
|
|
8097
|
-
/* @__PURE__ */
|
|
8098
|
-
/* @__PURE__ */
|
|
8099
|
-
/* @__PURE__ */
|
|
8100
|
-
/* @__PURE__ */
|
|
8101
|
-
/* @__PURE__ */
|
|
8102
|
-
/* @__PURE__ */
|
|
8103
|
-
/* @__PURE__ */
|
|
8104
|
-
/* @__PURE__ */
|
|
8109
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8110
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8111
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8112
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8113
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8114
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8115
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8116
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8105
8117
|
] })
|
|
8106
8118
|
] })
|
|
8107
8119
|
] }),
|
|
8108
|
-
/* @__PURE__ */
|
|
8109
|
-
/* @__PURE__ */
|
|
8110
|
-
/* @__PURE__ */
|
|
8111
|
-
/* @__PURE__ */
|
|
8112
|
-
/* @__PURE__ */
|
|
8113
|
-
/* @__PURE__ */
|
|
8114
|
-
/* @__PURE__ */
|
|
8115
|
-
/* @__PURE__ */
|
|
8116
|
-
/* @__PURE__ */
|
|
8117
|
-
/* @__PURE__ */
|
|
8120
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
8121
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "July 2020" }),
|
|
8122
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8123
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
8124
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
8125
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
8126
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
8127
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
8128
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
8129
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
8118
8130
|
] }) }),
|
|
8119
|
-
/* @__PURE__ */
|
|
8120
|
-
/* @__PURE__ */
|
|
8121
|
-
/* @__PURE__ */
|
|
8122
|
-
/* @__PURE__ */
|
|
8123
|
-
/* @__PURE__ */
|
|
8124
|
-
/* @__PURE__ */
|
|
8125
|
-
/* @__PURE__ */
|
|
8126
|
-
/* @__PURE__ */
|
|
8127
|
-
/* @__PURE__ */
|
|
8131
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
8132
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8133
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8134
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8135
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8136
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
8137
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
8138
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
8139
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) })
|
|
8128
8140
|
] }),
|
|
8129
|
-
/* @__PURE__ */
|
|
8130
|
-
/* @__PURE__ */
|
|
8131
|
-
/* @__PURE__ */
|
|
8132
|
-
/* @__PURE__ */
|
|
8133
|
-
/* @__PURE__ */
|
|
8134
|
-
/* @__PURE__ */
|
|
8135
|
-
/* @__PURE__ */
|
|
8136
|
-
/* @__PURE__ */
|
|
8141
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8142
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
8143
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
8144
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
8145
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
8146
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
8147
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
8148
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) })
|
|
8137
8149
|
] }),
|
|
8138
|
-
/* @__PURE__ */
|
|
8139
|
-
/* @__PURE__ */
|
|
8140
|
-
/* @__PURE__ */
|
|
8141
|
-
/* @__PURE__ */
|
|
8142
|
-
/* @__PURE__ */
|
|
8143
|
-
/* @__PURE__ */
|
|
8144
|
-
/* @__PURE__ */
|
|
8145
|
-
/* @__PURE__ */
|
|
8150
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8151
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
8152
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
8153
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
8154
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
8155
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
8156
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
8157
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) })
|
|
8146
8158
|
] }),
|
|
8147
|
-
/* @__PURE__ */
|
|
8148
|
-
/* @__PURE__ */
|
|
8149
|
-
/* @__PURE__ */
|
|
8150
|
-
/* @__PURE__ */
|
|
8151
|
-
/* @__PURE__ */
|
|
8152
|
-
/* @__PURE__ */
|
|
8153
|
-
/* @__PURE__ */
|
|
8154
|
-
/* @__PURE__ */
|
|
8159
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8160
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
8161
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
8162
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
8163
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
8164
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
8165
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
8166
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) })
|
|
8155
8167
|
] }),
|
|
8156
|
-
/* @__PURE__ */
|
|
8157
|
-
/* @__PURE__ */
|
|
8158
|
-
/* @__PURE__ */
|
|
8159
|
-
/* @__PURE__ */
|
|
8160
|
-
/* @__PURE__ */
|
|
8161
|
-
/* @__PURE__ */
|
|
8162
|
-
/* @__PURE__ */
|
|
8163
|
-
/* @__PURE__ */
|
|
8168
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8169
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
8170
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
8171
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
8172
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
8173
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
8174
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "31" }) }) }),
|
|
8175
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8164
8176
|
] }),
|
|
8165
|
-
/* @__PURE__ */
|
|
8166
|
-
/* @__PURE__ */
|
|
8167
|
-
/* @__PURE__ */
|
|
8168
|
-
/* @__PURE__ */
|
|
8169
|
-
/* @__PURE__ */
|
|
8170
|
-
/* @__PURE__ */
|
|
8171
|
-
/* @__PURE__ */
|
|
8172
|
-
/* @__PURE__ */
|
|
8177
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8178
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8179
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8180
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8181
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8182
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8183
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8184
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8173
8185
|
] })
|
|
8174
8186
|
] })
|
|
8175
8187
|
] }),
|
|
8176
|
-
/* @__PURE__ */
|
|
8177
|
-
/* @__PURE__ */
|
|
8178
|
-
/* @__PURE__ */
|
|
8179
|
-
/* @__PURE__ */
|
|
8180
|
-
/* @__PURE__ */
|
|
8181
|
-
/* @__PURE__ */
|
|
8182
|
-
/* @__PURE__ */
|
|
8183
|
-
/* @__PURE__ */
|
|
8184
|
-
/* @__PURE__ */
|
|
8185
|
-
/* @__PURE__ */
|
|
8188
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
8189
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "August 2020" }),
|
|
8190
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8191
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
8192
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
8193
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
8194
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
8195
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
8196
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
8197
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
8186
8198
|
] }) }),
|
|
8187
|
-
/* @__PURE__ */
|
|
8188
|
-
/* @__PURE__ */
|
|
8189
|
-
/* @__PURE__ */
|
|
8190
|
-
/* @__PURE__ */
|
|
8191
|
-
/* @__PURE__ */
|
|
8192
|
-
/* @__PURE__ */
|
|
8193
|
-
/* @__PURE__ */
|
|
8194
|
-
/* @__PURE__ */
|
|
8195
|
-
/* @__PURE__ */
|
|
8199
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
8200
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8201
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8202
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8203
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8204
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8205
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8206
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8207
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) })
|
|
8196
8208
|
] }),
|
|
8197
|
-
/* @__PURE__ */
|
|
8198
|
-
/* @__PURE__ */
|
|
8199
|
-
/* @__PURE__ */
|
|
8200
|
-
/* @__PURE__ */
|
|
8201
|
-
/* @__PURE__ */
|
|
8202
|
-
/* @__PURE__ */
|
|
8203
|
-
/* @__PURE__ */
|
|
8204
|
-
/* @__PURE__ */
|
|
8209
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8210
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
8211
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
8212
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
8213
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
8214
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
8215
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
8216
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) })
|
|
8205
8217
|
] }),
|
|
8206
|
-
/* @__PURE__ */
|
|
8207
|
-
/* @__PURE__ */
|
|
8208
|
-
/* @__PURE__ */
|
|
8209
|
-
/* @__PURE__ */
|
|
8210
|
-
/* @__PURE__ */
|
|
8211
|
-
/* @__PURE__ */
|
|
8212
|
-
/* @__PURE__ */
|
|
8213
|
-
/* @__PURE__ */
|
|
8218
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8219
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
8220
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
8221
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
8222
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
8223
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
8224
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
8225
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) })
|
|
8214
8226
|
] }),
|
|
8215
|
-
/* @__PURE__ */
|
|
8216
|
-
/* @__PURE__ */
|
|
8217
|
-
/* @__PURE__ */
|
|
8218
|
-
/* @__PURE__ */
|
|
8219
|
-
/* @__PURE__ */
|
|
8220
|
-
/* @__PURE__ */
|
|
8221
|
-
/* @__PURE__ */
|
|
8222
|
-
/* @__PURE__ */
|
|
8227
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8228
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
8229
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
8230
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
8231
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
8232
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
8233
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
8234
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) })
|
|
8223
8235
|
] }),
|
|
8224
|
-
/* @__PURE__ */
|
|
8225
|
-
/* @__PURE__ */
|
|
8226
|
-
/* @__PURE__ */
|
|
8227
|
-
/* @__PURE__ */
|
|
8228
|
-
/* @__PURE__ */
|
|
8229
|
-
/* @__PURE__ */
|
|
8230
|
-
/* @__PURE__ */
|
|
8231
|
-
/* @__PURE__ */
|
|
8236
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8237
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
8238
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
8239
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
8240
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
8241
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
8242
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
8243
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) })
|
|
8232
8244
|
] }),
|
|
8233
|
-
/* @__PURE__ */
|
|
8234
|
-
/* @__PURE__ */
|
|
8235
|
-
/* @__PURE__ */
|
|
8236
|
-
/* @__PURE__ */
|
|
8237
|
-
/* @__PURE__ */
|
|
8238
|
-
/* @__PURE__ */
|
|
8239
|
-
/* @__PURE__ */
|
|
8240
|
-
/* @__PURE__ */
|
|
8245
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8246
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
8247
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "31" }) }) }),
|
|
8248
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8249
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8250
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8251
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8252
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8241
8253
|
] })
|
|
8242
8254
|
] })
|
|
8243
8255
|
] }),
|
|
8244
|
-
/* @__PURE__ */
|
|
8245
|
-
/* @__PURE__ */
|
|
8246
|
-
/* @__PURE__ */
|
|
8247
|
-
/* @__PURE__ */
|
|
8248
|
-
/* @__PURE__ */
|
|
8249
|
-
/* @__PURE__ */
|
|
8250
|
-
/* @__PURE__ */
|
|
8251
|
-
/* @__PURE__ */
|
|
8252
|
-
/* @__PURE__ */
|
|
8253
|
-
/* @__PURE__ */
|
|
8256
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
8257
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "September 2020" }),
|
|
8258
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8259
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
8260
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
8261
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
8262
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
8263
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
8264
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
8265
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
8254
8266
|
] }) }),
|
|
8255
|
-
/* @__PURE__ */
|
|
8256
|
-
/* @__PURE__ */
|
|
8257
|
-
/* @__PURE__ */
|
|
8258
|
-
/* @__PURE__ */
|
|
8259
|
-
/* @__PURE__ */
|
|
8260
|
-
/* @__PURE__ */
|
|
8261
|
-
/* @__PURE__ */
|
|
8262
|
-
/* @__PURE__ */
|
|
8263
|
-
/* @__PURE__ */
|
|
8267
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
8268
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8269
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8270
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8271
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
8272
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
8273
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
8274
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
8275
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) })
|
|
8264
8276
|
] }),
|
|
8265
|
-
/* @__PURE__ */
|
|
8266
|
-
/* @__PURE__ */
|
|
8267
|
-
/* @__PURE__ */
|
|
8268
|
-
/* @__PURE__ */
|
|
8269
|
-
/* @__PURE__ */
|
|
8270
|
-
/* @__PURE__ */
|
|
8271
|
-
/* @__PURE__ */
|
|
8272
|
-
/* @__PURE__ */
|
|
8277
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8278
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
8279
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
8280
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
8281
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
8282
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
8283
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
8284
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) })
|
|
8273
8285
|
] }),
|
|
8274
|
-
/* @__PURE__ */
|
|
8275
|
-
/* @__PURE__ */
|
|
8276
|
-
/* @__PURE__ */
|
|
8277
|
-
/* @__PURE__ */
|
|
8278
|
-
/* @__PURE__ */
|
|
8279
|
-
/* @__PURE__ */
|
|
8280
|
-
/* @__PURE__ */
|
|
8281
|
-
/* @__PURE__ */
|
|
8286
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8287
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
8288
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
8289
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
8290
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
8291
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
8292
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
8293
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) })
|
|
8282
8294
|
] }),
|
|
8283
|
-
/* @__PURE__ */
|
|
8284
|
-
/* @__PURE__ */
|
|
8285
|
-
/* @__PURE__ */
|
|
8286
|
-
/* @__PURE__ */
|
|
8287
|
-
/* @__PURE__ */
|
|
8288
|
-
/* @__PURE__ */
|
|
8289
|
-
/* @__PURE__ */
|
|
8290
|
-
/* @__PURE__ */
|
|
8295
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8296
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
8297
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
8298
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
8299
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
8300
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
8301
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
8302
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) })
|
|
8291
8303
|
] }),
|
|
8292
|
-
/* @__PURE__ */
|
|
8293
|
-
/* @__PURE__ */
|
|
8294
|
-
/* @__PURE__ */
|
|
8295
|
-
/* @__PURE__ */
|
|
8296
|
-
/* @__PURE__ */
|
|
8297
|
-
/* @__PURE__ */
|
|
8298
|
-
/* @__PURE__ */
|
|
8299
|
-
/* @__PURE__ */
|
|
8304
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8305
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
8306
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
8307
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
8308
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
8309
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8310
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8311
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8300
8312
|
] }),
|
|
8301
|
-
/* @__PURE__ */
|
|
8302
|
-
/* @__PURE__ */
|
|
8303
|
-
/* @__PURE__ */
|
|
8304
|
-
/* @__PURE__ */
|
|
8305
|
-
/* @__PURE__ */
|
|
8306
|
-
/* @__PURE__ */
|
|
8307
|
-
/* @__PURE__ */
|
|
8308
|
-
/* @__PURE__ */
|
|
8313
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8314
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8315
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8316
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8317
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8318
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8319
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8320
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8309
8321
|
] })
|
|
8310
8322
|
] })
|
|
8311
8323
|
] }),
|
|
8312
|
-
/* @__PURE__ */
|
|
8313
|
-
/* @__PURE__ */
|
|
8314
|
-
/* @__PURE__ */
|
|
8315
|
-
/* @__PURE__ */
|
|
8316
|
-
/* @__PURE__ */
|
|
8317
|
-
/* @__PURE__ */
|
|
8318
|
-
/* @__PURE__ */
|
|
8319
|
-
/* @__PURE__ */
|
|
8320
|
-
/* @__PURE__ */
|
|
8321
|
-
/* @__PURE__ */
|
|
8324
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
8325
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "October 2020" }),
|
|
8326
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8327
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
8328
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
8329
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
8330
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
8331
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
8332
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
8333
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
8322
8334
|
] }) }),
|
|
8323
|
-
/* @__PURE__ */
|
|
8324
|
-
/* @__PURE__ */
|
|
8325
|
-
/* @__PURE__ */
|
|
8326
|
-
/* @__PURE__ */
|
|
8327
|
-
/* @__PURE__ */
|
|
8328
|
-
/* @__PURE__ */
|
|
8329
|
-
/* @__PURE__ */
|
|
8330
|
-
/* @__PURE__ */
|
|
8331
|
-
/* @__PURE__ */
|
|
8335
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
8336
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8337
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8338
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8339
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8340
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8341
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
8342
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
8343
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) })
|
|
8332
8344
|
] }),
|
|
8333
|
-
/* @__PURE__ */
|
|
8334
|
-
/* @__PURE__ */
|
|
8335
|
-
/* @__PURE__ */
|
|
8336
|
-
/* @__PURE__ */
|
|
8337
|
-
/* @__PURE__ */
|
|
8338
|
-
/* @__PURE__ */
|
|
8339
|
-
/* @__PURE__ */
|
|
8340
|
-
/* @__PURE__ */
|
|
8345
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8346
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
8347
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
8348
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
8349
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
8350
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
8351
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
8352
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) })
|
|
8341
8353
|
] }),
|
|
8342
|
-
/* @__PURE__ */
|
|
8343
|
-
/* @__PURE__ */
|
|
8344
|
-
/* @__PURE__ */
|
|
8345
|
-
/* @__PURE__ */
|
|
8346
|
-
/* @__PURE__ */
|
|
8347
|
-
/* @__PURE__ */
|
|
8348
|
-
/* @__PURE__ */
|
|
8349
|
-
/* @__PURE__ */
|
|
8354
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8355
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
8356
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
8357
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
8358
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
8359
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
8360
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
8361
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) })
|
|
8350
8362
|
] }),
|
|
8351
|
-
/* @__PURE__ */
|
|
8352
|
-
/* @__PURE__ */
|
|
8353
|
-
/* @__PURE__ */
|
|
8354
|
-
/* @__PURE__ */
|
|
8355
|
-
/* @__PURE__ */
|
|
8356
|
-
/* @__PURE__ */
|
|
8357
|
-
/* @__PURE__ */
|
|
8358
|
-
/* @__PURE__ */
|
|
8363
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8364
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
8365
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
8366
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
8367
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
8368
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
8369
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
8370
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) })
|
|
8359
8371
|
] }),
|
|
8360
|
-
/* @__PURE__ */
|
|
8361
|
-
/* @__PURE__ */
|
|
8362
|
-
/* @__PURE__ */
|
|
8363
|
-
/* @__PURE__ */
|
|
8364
|
-
/* @__PURE__ */
|
|
8365
|
-
/* @__PURE__ */
|
|
8366
|
-
/* @__PURE__ */
|
|
8367
|
-
/* @__PURE__ */
|
|
8372
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8373
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
8374
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
8375
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
8376
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
8377
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
8378
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
8379
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "31" }) }) })
|
|
8368
8380
|
] }),
|
|
8369
|
-
/* @__PURE__ */
|
|
8370
|
-
/* @__PURE__ */
|
|
8371
|
-
/* @__PURE__ */
|
|
8372
|
-
/* @__PURE__ */
|
|
8373
|
-
/* @__PURE__ */
|
|
8374
|
-
/* @__PURE__ */
|
|
8375
|
-
/* @__PURE__ */
|
|
8376
|
-
/* @__PURE__ */
|
|
8381
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8382
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8383
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8384
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8385
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8386
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8387
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8388
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8377
8389
|
] })
|
|
8378
8390
|
] })
|
|
8379
8391
|
] }),
|
|
8380
|
-
/* @__PURE__ */
|
|
8381
|
-
/* @__PURE__ */
|
|
8382
|
-
/* @__PURE__ */
|
|
8383
|
-
/* @__PURE__ */
|
|
8384
|
-
/* @__PURE__ */
|
|
8385
|
-
/* @__PURE__ */
|
|
8386
|
-
/* @__PURE__ */
|
|
8387
|
-
/* @__PURE__ */
|
|
8388
|
-
/* @__PURE__ */
|
|
8389
|
-
/* @__PURE__ */
|
|
8392
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
8393
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "November 2020" }),
|
|
8394
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8395
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
8396
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
8397
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
8398
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
8399
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
8400
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
8401
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
8390
8402
|
] }) }),
|
|
8391
|
-
/* @__PURE__ */
|
|
8392
|
-
/* @__PURE__ */
|
|
8393
|
-
/* @__PURE__ */
|
|
8394
|
-
/* @__PURE__ */
|
|
8395
|
-
/* @__PURE__ */
|
|
8396
|
-
/* @__PURE__ */
|
|
8397
|
-
/* @__PURE__ */
|
|
8398
|
-
/* @__PURE__ */
|
|
8399
|
-
/* @__PURE__ */
|
|
8403
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
8404
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8405
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
8406
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
8407
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
8408
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
8409
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) }),
|
|
8410
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
8411
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) })
|
|
8400
8412
|
] }),
|
|
8401
|
-
/* @__PURE__ */
|
|
8402
|
-
/* @__PURE__ */
|
|
8403
|
-
/* @__PURE__ */
|
|
8404
|
-
/* @__PURE__ */
|
|
8405
|
-
/* @__PURE__ */
|
|
8406
|
-
/* @__PURE__ */
|
|
8407
|
-
/* @__PURE__ */
|
|
8408
|
-
/* @__PURE__ */
|
|
8413
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8414
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
8415
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
8416
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
8417
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
8418
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) }),
|
|
8419
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
8420
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) })
|
|
8409
8421
|
] }),
|
|
8410
|
-
/* @__PURE__ */
|
|
8411
|
-
/* @__PURE__ */
|
|
8412
|
-
/* @__PURE__ */
|
|
8413
|
-
/* @__PURE__ */
|
|
8414
|
-
/* @__PURE__ */
|
|
8415
|
-
/* @__PURE__ */
|
|
8416
|
-
/* @__PURE__ */
|
|
8417
|
-
/* @__PURE__ */
|
|
8422
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8423
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
8424
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
8425
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
8426
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
8427
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) }),
|
|
8428
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
8429
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) })
|
|
8418
8430
|
] }),
|
|
8419
|
-
/* @__PURE__ */
|
|
8420
|
-
/* @__PURE__ */
|
|
8421
|
-
/* @__PURE__ */
|
|
8422
|
-
/* @__PURE__ */
|
|
8423
|
-
/* @__PURE__ */
|
|
8424
|
-
/* @__PURE__ */
|
|
8425
|
-
/* @__PURE__ */
|
|
8426
|
-
/* @__PURE__ */
|
|
8431
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8432
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
8433
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
8434
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
8435
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
8436
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) }),
|
|
8437
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
8438
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) })
|
|
8427
8439
|
] }),
|
|
8428
|
-
/* @__PURE__ */
|
|
8429
|
-
/* @__PURE__ */
|
|
8430
|
-
/* @__PURE__ */
|
|
8431
|
-
/* @__PURE__ */
|
|
8432
|
-
/* @__PURE__ */
|
|
8433
|
-
/* @__PURE__ */
|
|
8434
|
-
/* @__PURE__ */
|
|
8435
|
-
/* @__PURE__ */
|
|
8440
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8441
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
8442
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
8443
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8444
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8445
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8446
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8447
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8436
8448
|
] }),
|
|
8437
|
-
/* @__PURE__ */
|
|
8438
|
-
/* @__PURE__ */
|
|
8439
|
-
/* @__PURE__ */
|
|
8440
|
-
/* @__PURE__ */
|
|
8441
|
-
/* @__PURE__ */
|
|
8442
|
-
/* @__PURE__ */
|
|
8443
|
-
/* @__PURE__ */
|
|
8444
|
-
/* @__PURE__ */
|
|
8449
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8450
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8451
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8452
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8453
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8454
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8455
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8456
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8445
8457
|
] })
|
|
8446
8458
|
] })
|
|
8447
8459
|
] }),
|
|
8448
|
-
/* @__PURE__ */
|
|
8449
|
-
/* @__PURE__ */
|
|
8450
|
-
/* @__PURE__ */
|
|
8451
|
-
/* @__PURE__ */
|
|
8452
|
-
/* @__PURE__ */
|
|
8453
|
-
/* @__PURE__ */
|
|
8454
|
-
/* @__PURE__ */
|
|
8455
|
-
/* @__PURE__ */
|
|
8456
|
-
/* @__PURE__ */
|
|
8457
|
-
/* @__PURE__ */
|
|
8460
|
+
/* @__PURE__ */ jsxs49("table", { className: "k-calendar-table k-month", children: [
|
|
8461
|
+
/* @__PURE__ */ jsx118("caption", { className: "k-calendar-caption k-month-header", children: "December 2020" }),
|
|
8462
|
+
/* @__PURE__ */ jsx118("thead", { className: "k-calendar-thead", children: /* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8463
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Su" }),
|
|
8464
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Mo" }),
|
|
8465
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Tu" }),
|
|
8466
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "We" }),
|
|
8467
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Th" }),
|
|
8468
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Fr" }),
|
|
8469
|
+
/* @__PURE__ */ jsx118("th", { className: "k-calendar-th", children: "Sa" })
|
|
8458
8470
|
] }) }),
|
|
8459
|
-
/* @__PURE__ */
|
|
8460
|
-
/* @__PURE__ */
|
|
8461
|
-
/* @__PURE__ */
|
|
8462
|
-
/* @__PURE__ */
|
|
8463
|
-
/* @__PURE__ */
|
|
8464
|
-
/* @__PURE__ */
|
|
8465
|
-
/* @__PURE__ */
|
|
8466
|
-
/* @__PURE__ */
|
|
8467
|
-
/* @__PURE__ */
|
|
8471
|
+
/* @__PURE__ */ jsxs49("tbody", { className: "k-calendar-tbody", children: [
|
|
8472
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8473
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8474
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8475
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "1" }) }) }),
|
|
8476
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "2" }) }) }),
|
|
8477
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "3" }) }) }),
|
|
8478
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "4" }) }) }),
|
|
8479
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "5" }) }) })
|
|
8468
8480
|
] }),
|
|
8469
|
-
/* @__PURE__ */
|
|
8470
|
-
/* @__PURE__ */
|
|
8471
|
-
/* @__PURE__ */
|
|
8472
|
-
/* @__PURE__ */
|
|
8473
|
-
/* @__PURE__ */
|
|
8474
|
-
/* @__PURE__ */
|
|
8475
|
-
/* @__PURE__ */
|
|
8476
|
-
/* @__PURE__ */
|
|
8481
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8482
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "6" }) }) }),
|
|
8483
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "7" }) }) }),
|
|
8484
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "8" }) }) }),
|
|
8485
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "9" }) }) }),
|
|
8486
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "10" }) }) }),
|
|
8487
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "11" }) }) }),
|
|
8488
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "12" }) }) })
|
|
8477
8489
|
] }),
|
|
8478
|
-
/* @__PURE__ */
|
|
8479
|
-
/* @__PURE__ */
|
|
8480
|
-
/* @__PURE__ */
|
|
8481
|
-
/* @__PURE__ */
|
|
8482
|
-
/* @__PURE__ */
|
|
8483
|
-
/* @__PURE__ */
|
|
8484
|
-
/* @__PURE__ */
|
|
8485
|
-
/* @__PURE__ */
|
|
8490
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8491
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "13" }) }) }),
|
|
8492
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "14" }) }) }),
|
|
8493
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "15" }) }) }),
|
|
8494
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "16" }) }) }),
|
|
8495
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "17" }) }) }),
|
|
8496
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "18" }) }) }),
|
|
8497
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "19" }) }) })
|
|
8486
8498
|
] }),
|
|
8487
|
-
/* @__PURE__ */
|
|
8488
|
-
/* @__PURE__ */
|
|
8489
|
-
/* @__PURE__ */
|
|
8490
|
-
/* @__PURE__ */
|
|
8491
|
-
/* @__PURE__ */
|
|
8492
|
-
/* @__PURE__ */
|
|
8493
|
-
/* @__PURE__ */
|
|
8494
|
-
/* @__PURE__ */
|
|
8499
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8500
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "20" }) }) }),
|
|
8501
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "21" }) }) }),
|
|
8502
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "22" }) }) }),
|
|
8503
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "23" }) }) }),
|
|
8504
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "24" }) }) }),
|
|
8505
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "25" }) }) }),
|
|
8506
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "26" }) }) })
|
|
8495
8507
|
] }),
|
|
8496
|
-
/* @__PURE__ */
|
|
8497
|
-
/* @__PURE__ */
|
|
8498
|
-
/* @__PURE__ */
|
|
8499
|
-
/* @__PURE__ */
|
|
8500
|
-
/* @__PURE__ */
|
|
8501
|
-
/* @__PURE__ */
|
|
8502
|
-
/* @__PURE__ */
|
|
8503
|
-
/* @__PURE__ */
|
|
8508
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8509
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "27" }) }) }),
|
|
8510
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "28" }) }) }),
|
|
8511
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "29" }) }) }),
|
|
8512
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "30" }) }) }),
|
|
8513
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td", children: /* @__PURE__ */ jsx118("a", { className: "k-link", href: "#", children: /* @__PURE__ */ jsx118("span", { className: "k-day", children: "31" }) }) }),
|
|
8514
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8515
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8504
8516
|
] }),
|
|
8505
|
-
/* @__PURE__ */
|
|
8506
|
-
/* @__PURE__ */
|
|
8507
|
-
/* @__PURE__ */
|
|
8508
|
-
/* @__PURE__ */
|
|
8509
|
-
/* @__PURE__ */
|
|
8510
|
-
/* @__PURE__ */
|
|
8511
|
-
/* @__PURE__ */
|
|
8512
|
-
/* @__PURE__ */
|
|
8517
|
+
/* @__PURE__ */ jsxs49("tr", { className: "k-calendar-tr", children: [
|
|
8518
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" }),
|
|
8519
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8520
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8521
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8522
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8523
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-other-month k-out-of-range" }),
|
|
8524
|
+
/* @__PURE__ */ jsx118("td", { className: "k-calendar-td k-weekend k-other-month k-out-of-range" })
|
|
8513
8525
|
] })
|
|
8514
8526
|
] })
|
|
8515
8527
|
] })
|