@progress/kendo-themes-html 7.0.3-dev.0 → 7.0.3-dev.2
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/badge/templates/badge-normal.js +4370 -0
- package/dist/cjs/badge/templates/icon-badge.js +4376 -0
- package/dist/cjs/badge/tests/badge-cutout-border.js +4421 -0
- package/dist/cjs/badge/tests/badge-misc.js +63 -73
- package/dist/cjs/badge/tests/badge-outline.js +4392 -0
- package/dist/cjs/badge/tests/badge-position-outline.js +4454 -0
- package/dist/cjs/badge/tests/badge-position-solid.js +4454 -0
- package/dist/cjs/badge/tests/badge-size.js +4235 -63
- package/dist/cjs/badge/tests/badge-solid.js +4392 -0
- package/dist/cjs/breadcrumb/breadcrumb-link.js +1 -0
- package/dist/cjs/breadcrumb/{tests → templates}/breadcrumb-adaptive.js +237 -260
- package/dist/cjs/breadcrumb/templates/breadcrumb-normal.js +4520 -0
- package/dist/cjs/breadcrumb/templates/breadcrumb-root-adaptive.js +4543 -0
- package/dist/cjs/breadcrumb/templates/breadcrumb-root.js +4542 -0
- package/dist/cjs/breadcrumb/tests/breadcrumb-items-rtl.js +5202 -0
- package/dist/cjs/breadcrumb/tests/breadcrumb-items.js +5202 -0
- package/dist/cjs/breadcrumb/tests/breadcrumb-rtl.js +469 -945
- package/dist/cjs/breadcrumb/tests/breadcrumb-size.js +55 -53
- package/dist/cjs/breadcrumb/tests/breadcrumb.js +405 -951
- package/dist/cjs/captcha/captcha.spec.js +29 -13
- package/dist/cjs/captcha/{tests/captcha-loading.js → templates/captcha-normal.js} +37 -24
- package/dist/cjs/captcha/tests/captcha-rtl.js +4987 -0
- package/dist/cjs/captcha/tests/captcha.js +41 -18
- package/dist/cjs/chat/chat.spec.js +4 -4
- package/dist/cjs/chat/templates/chat-normal.js +5142 -0
- package/dist/cjs/chat/templates/chat-with-options.js +5143 -0
- package/dist/cjs/chat/templates/chat-with-toolbar.js +5144 -0
- package/dist/cjs/chat/tests/chat-content-rtl.js +5455 -0
- package/dist/cjs/chat/tests/{chat-scrollable-deck.js → chat-content.js} +115 -37
- package/dist/cjs/chat/tests/chat-rtl.js +300 -472
- package/dist/cjs/chat/tests/chat.js +296 -484
- package/dist/cjs/dropzone/dropzone.spec.js +11 -9
- package/dist/cjs/dropzone/templates/dropzone-normal.js +4364 -0
- package/dist/cjs/dropzone/templates/dropzone-with-note.js +4370 -0
- package/dist/cjs/dropzone/tests/dropzone-states.js +4386 -0
- package/dist/cjs/dropzone/tests/dropzone.js +37 -19
- package/dist/cjs/editor/tests/editor-find-replace.js +225 -52
- package/dist/cjs/editor/tests/editor-image-editor.js +936 -15
- package/dist/cjs/editor/tests/editor-table-wizard.js +301 -128
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +529 -453
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +529 -453
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +594 -518
- package/dist/cjs/filemanager/tests/filemanager-listview.js +548 -472
- package/dist/cjs/filemanager/tests/filemanager-preview.js +647 -571
- package/dist/cjs/form/templates/form-horizontal.js +5920 -0
- package/dist/cjs/form/templates/form-normal.js +5919 -0
- package/dist/cjs/form/tests/form-field-dateinputs.js +895 -58
- package/dist/cjs/form/tests/form-field-dropdowns.js +394 -59
- package/dist/cjs/form/tests/form-field-fieldset.js +1003 -27
- package/dist/cjs/form/tests/form-field-inputs-rtl.js +898 -238
- package/dist/cjs/form/tests/form-field-inputs.js +2304 -1664
- package/dist/cjs/form/tests/form-grid-layout.js +192 -22
- package/dist/cjs/form/tests/form-misc.js +874 -43
- package/dist/cjs/form/tests/form-sizes.js +680 -505
- package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +202 -29
- package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +684 -29
- package/dist/cjs/grid/tests/grid-angular.js +156 -146
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +279 -106
- package/dist/cjs/grid/tests/grid-editing-popup.js +187 -14
- package/dist/cjs/grid/tests/grid-rtl-angular.js +102 -92
- package/dist/cjs/grid/tests/grid-rtl.js +95 -85
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +104 -94
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +480 -470
- package/dist/cjs/grid/tests/grid-size-sm.js +480 -470
- package/dist/cjs/grid/tests/grid-virtualization.js +418 -408
- package/dist/cjs/grid/tests/grid.js +120 -110
- package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +217 -44
- package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +205 -32
- package/dist/cjs/index.js +4482 -4153
- package/dist/cjs/loader/templates/loader-container-normal.js +250 -0
- package/dist/cjs/loader/templates/loader-converging.js +250 -0
- package/dist/cjs/loader/templates/loader-infinite.js +250 -0
- package/dist/cjs/loader/templates/loader-normal.js +250 -0
- package/dist/cjs/loader/tests/{loader-sizes.js → loader-colors.js} +32 -23
- package/dist/cjs/loader/tests/loader-container-colors.js +20 -25
- package/dist/cjs/loader/tests/loader-container-overlay.js +26 -13
- package/dist/cjs/loader/tests/loader-container.js +27 -20
- package/dist/cjs/loader/tests/loader.js +27 -46
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +28 -21
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +309 -125
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +420 -236
- package/dist/cjs/skeleton/index.js +28 -1
- package/dist/cjs/skeleton/templates/skeleton-circle.js +83 -0
- package/dist/cjs/skeleton/templates/skeleton-normal.js +77 -0
- package/dist/cjs/skeleton/templates/skeleton-rectangle.js +83 -0
- package/dist/cjs/skeleton/tests/skeleton.js +38 -14
- package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +370 -322
- package/dist/cjs/spreadsheet/tests/spreadsheet-file-dialogs.js +548 -368
- package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +450 -277
- package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +950 -777
- package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +308 -28
- package/dist/cjs/spreadsheet/tests/spreadsheet-insert-dialogs.js +1119 -933
- package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +782 -734
- package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +924 -67
- package/dist/cjs/taskboard/tests/taskboard-pane.js +299 -126
- package/dist/cjs/treelist/tests/treelist-editing-popup.js +673 -18
- package/dist/esm/badge/templates/badge-normal.js +4354 -0
- package/dist/esm/badge/templates/icon-badge.js +4360 -0
- package/dist/esm/badge/tests/badge-cutout-border.js +4405 -0
- package/dist/esm/badge/tests/badge-misc.js +62 -72
- package/dist/esm/badge/tests/badge-outline.js +4376 -0
- package/dist/esm/badge/tests/badge-position-outline.js +4438 -0
- package/dist/esm/badge/tests/badge-position-solid.js +4438 -0
- package/dist/esm/badge/tests/badge-size.js +4242 -64
- package/dist/esm/badge/tests/badge-solid.js +4376 -0
- package/dist/esm/breadcrumb/breadcrumb-link.js +1 -0
- package/dist/esm/breadcrumb/templates/breadcrumb-adaptive.js +4507 -0
- package/dist/esm/breadcrumb/templates/breadcrumb-normal.js +4504 -0
- package/dist/esm/breadcrumb/{tests/breadcrumb-adaptive.js → templates/breadcrumb-root-adaptive.js} +258 -261
- package/dist/esm/breadcrumb/templates/breadcrumb-root.js +4526 -0
- package/dist/esm/breadcrumb/tests/breadcrumb-items-rtl.js +5186 -0
- package/dist/esm/breadcrumb/tests/breadcrumb-items.js +5186 -0
- package/dist/esm/breadcrumb/tests/breadcrumb-rtl.js +470 -946
- package/dist/esm/breadcrumb/tests/breadcrumb-size.js +56 -54
- package/dist/esm/breadcrumb/tests/breadcrumb.js +406 -952
- package/dist/esm/captcha/captcha.spec.js +24 -8
- package/dist/esm/captcha/{tests/captcha-loading.js → templates/captcha-normal.js} +28 -15
- package/dist/esm/captcha/tests/captcha-rtl.js +4971 -0
- package/dist/esm/captcha/tests/captcha.js +36 -13
- package/dist/esm/chat/chat.spec.js +4 -4
- package/dist/esm/chat/templates/chat-normal.js +5126 -0
- package/dist/esm/chat/templates/chat-with-options.js +5127 -0
- package/dist/esm/chat/templates/chat-with-toolbar.js +5128 -0
- package/dist/esm/chat/tests/chat-content-rtl.js +5439 -0
- package/dist/esm/chat/tests/{chat-scrollable-deck.js → chat-content.js} +111 -33
- package/dist/esm/chat/tests/chat-rtl.js +300 -472
- package/dist/esm/chat/tests/chat.js +295 -483
- package/dist/esm/dropzone/dropzone.spec.js +11 -9
- package/dist/esm/dropzone/templates/dropzone-normal.js +4348 -0
- package/dist/esm/dropzone/templates/dropzone-with-note.js +4354 -0
- package/dist/esm/dropzone/tests/dropzone-states.js +4370 -0
- package/dist/esm/dropzone/tests/dropzone.js +34 -16
- package/dist/esm/editor/tests/editor-find-replace.js +225 -52
- package/dist/esm/editor/tests/editor-image-editor.js +936 -15
- package/dist/esm/editor/tests/editor-table-wizard.js +301 -128
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +529 -453
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +529 -453
- package/dist/esm/filemanager/tests/filemanager-gridview.js +594 -518
- package/dist/esm/filemanager/tests/filemanager-listview.js +548 -472
- package/dist/esm/filemanager/tests/filemanager-preview.js +647 -571
- package/dist/esm/form/templates/form-horizontal.js +5904 -0
- package/dist/esm/form/templates/form-normal.js +5903 -0
- package/dist/esm/form/tests/form-field-dateinputs.js +895 -58
- package/dist/esm/form/tests/form-field-dropdowns.js +395 -60
- package/dist/esm/form/tests/form-field-fieldset.js +1003 -27
- package/dist/esm/form/tests/form-field-inputs-rtl.js +898 -238
- package/dist/esm/form/tests/form-field-inputs.js +2317 -1677
- package/dist/esm/form/tests/form-grid-layout.js +192 -22
- package/dist/esm/form/tests/form-misc.js +874 -43
- package/dist/esm/form/tests/form-sizes.js +680 -505
- package/dist/esm/gantt/tests/gantt-editing-popup-general.js +202 -29
- package/dist/esm/gantt/tests/gantt-editing-popup-other.js +684 -29
- package/dist/esm/grid/tests/grid-angular.js +126 -116
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +279 -106
- package/dist/esm/grid/tests/grid-editing-popup.js +187 -14
- package/dist/esm/grid/tests/grid-rtl-angular.js +84 -74
- package/dist/esm/grid/tests/grid-rtl.js +80 -70
- package/dist/esm/grid/tests/grid-selection-aggregates.js +76 -66
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +383 -373
- package/dist/esm/grid/tests/grid-size-sm.js +383 -373
- package/dist/esm/grid/tests/grid-virtualization.js +366 -356
- package/dist/esm/grid/tests/grid.js +100 -90
- package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +217 -44
- package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +205 -32
- package/dist/esm/index.js +4462 -4133
- package/dist/esm/loader/templates/loader-container-normal.js +228 -0
- package/dist/esm/loader/templates/loader-converging.js +228 -0
- package/dist/esm/loader/templates/loader-infinite.js +228 -0
- package/dist/esm/loader/templates/loader-normal.js +228 -0
- package/dist/esm/loader/tests/{loader-sizes.js → loader-colors.js} +29 -20
- package/dist/esm/loader/tests/loader-container-colors.js +19 -24
- package/dist/esm/loader/tests/loader-container-overlay.js +24 -11
- package/dist/esm/loader/tests/loader-container.js +25 -18
- package/dist/esm/loader/tests/loader.js +27 -46
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +26 -19
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +309 -125
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +420 -236
- package/dist/esm/skeleton/index.js +28 -1
- package/dist/esm/skeleton/templates/skeleton-circle.js +61 -0
- package/dist/esm/skeleton/templates/skeleton-normal.js +55 -0
- package/dist/esm/skeleton/templates/skeleton-rectangle.js +61 -0
- package/dist/esm/skeleton/tests/skeleton.js +35 -11
- package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +370 -322
- package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +549 -369
- package/dist/esm/spreadsheet/tests/spreadsheet-find-replace-dialog.js +451 -278
- package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +948 -775
- package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +309 -29
- package/dist/esm/spreadsheet/tests/spreadsheet-insert-dialogs.js +1124 -938
- package/dist/esm/spreadsheet/tests/spreadsheet-print.js +587 -539
- package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +925 -68
- package/dist/esm/taskboard/tests/taskboard-pane.js +299 -126
- package/dist/esm/treelist/tests/treelist-editing-popup.js +673 -18
- package/dist/types/badge/index.d.ts +2 -0
- package/dist/types/badge/templates/badge-normal.d.ts +1 -0
- package/dist/types/badge/templates/icon-badge.d.ts +1 -0
- package/dist/types/breadcrumb/breadcrumb-link.d.ts +4 -1
- package/dist/types/breadcrumb/index.d.ts +4 -0
- package/dist/types/breadcrumb/templates/breadcrumb-adaptive.d.ts +1 -0
- package/dist/types/breadcrumb/templates/breadcrumb-normal.d.ts +1 -0
- package/dist/types/breadcrumb/templates/breadcrumb-root-adaptive.d.ts +1 -0
- package/dist/types/breadcrumb/templates/breadcrumb-root.d.ts +1 -0
- package/dist/types/breadcrumb/tests/breadcrumb-items.d.ts +2 -0
- package/dist/types/captcha/index.d.ts +1 -0
- package/dist/types/captcha/templates/captcha-normal.d.ts +1 -0
- package/dist/types/captcha/tests/captcha-rtl.d.ts +2 -0
- package/dist/types/chat/index.d.ts +3 -0
- package/dist/types/chat/templates/chat-normal.d.ts +1 -0
- package/dist/types/chat/templates/chat-with-options.d.ts +1 -0
- package/dist/types/chat/templates/chat-with-toolbar.d.ts +1 -0
- package/dist/types/chat/tests/chat-content-rtl.d.ts +2 -0
- package/dist/types/chat/tests/chat-content.d.ts +2 -0
- package/dist/types/dropzone/dropzone.spec.d.ts +12 -3
- package/dist/types/dropzone/index.d.ts +2 -0
- package/dist/types/dropzone/templates/dropzone-normal.d.ts +1 -0
- package/dist/types/dropzone/templates/dropzone-with-note.d.ts +1 -0
- package/dist/types/dropzone/tests/dropzone-states.d.ts +2 -0
- package/dist/types/form/index.d.ts +2 -0
- package/dist/types/form/templates/form-horizontal.d.ts +1 -0
- package/dist/types/form/templates/form-normal.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/loader/index.d.ts +4 -0
- package/dist/types/loader/templates/loader-container-normal.d.ts +1 -0
- package/dist/types/loader/templates/loader-converging.d.ts +1 -0
- package/dist/types/loader/templates/loader-infinite.d.ts +1 -0
- package/dist/types/loader/templates/loader-normal.d.ts +1 -0
- package/dist/types/loader/tests/loader-colors.d.ts +2 -0
- package/dist/types/skeleton/index.d.ts +3 -0
- package/dist/types/skeleton/templates/skeleton-circle.d.ts +1 -0
- package/dist/types/skeleton/templates/skeleton-normal.d.ts +1 -0
- package/dist/types/skeleton/templates/skeleton-rectangle.d.ts +1 -0
- package/package.json +2 -2
- package/src/badge/index.ts +2 -0
- package/src/badge/templates/badge-normal.tsx +3 -0
- package/src/badge/templates/icon-badge.tsx +11 -0
- package/src/badge/tests/badge-cutout-border.tsx +91 -0
- package/src/badge/tests/badge-misc.tsx +73 -136
- package/src/badge/tests/badge-outline.tsx +29 -0
- package/src/badge/tests/badge-position-outline.tsx +171 -0
- package/src/badge/tests/{badge-position.tsx → badge-position-solid.tsx} +36 -36
- package/src/badge/tests/badge-size.tsx +28 -65
- package/src/badge/tests/badge-solid.tsx +29 -0
- package/src/breadcrumb/breadcrumb-link.tsx +2 -0
- package/src/breadcrumb/index.ts +4 -0
- package/src/breadcrumb/templates/breadcrumb-adaptive.tsx +37 -0
- package/src/breadcrumb/templates/breadcrumb-normal.tsx +36 -0
- package/src/breadcrumb/templates/breadcrumb-root-adaptive.tsx +45 -0
- package/src/breadcrumb/templates/breadcrumb-root.tsx +41 -0
- package/src/breadcrumb/tests/breadcrumb-items-rtl.tsx +194 -0
- package/src/breadcrumb/tests/breadcrumb-items.tsx +194 -0
- package/src/breadcrumb/tests/breadcrumb-rtl.tsx +107 -187
- package/src/breadcrumb/tests/breadcrumb-size.tsx +27 -78
- package/src/breadcrumb/tests/breadcrumb.tsx +59 -253
- package/src/captcha/captcha.spec.tsx +2 -2
- package/src/captcha/index.ts +1 -0
- package/src/captcha/templates/captcha-normal.tsx +5 -0
- package/src/captcha/tests/captcha-rtl.tsx +16 -0
- package/src/captcha/tests/captcha.tsx +9 -6
- package/src/chat/chat.spec.tsx +4 -4
- package/src/chat/index.ts +3 -0
- package/src/chat/templates/chat-normal.tsx +23 -0
- package/src/chat/templates/chat-with-options.tsx +25 -0
- package/src/chat/templates/chat-with-toolbar.tsx +26 -0
- package/src/chat/tests/chat-content-rtl.tsx +166 -0
- package/src/chat/tests/chat-content.tsx +166 -0
- package/src/chat/tests/chat-rtl.tsx +28 -40
- package/src/chat/tests/chat.tsx +22 -78
- package/src/dropzone/dropzone.spec.tsx +13 -5
- package/src/dropzone/index.ts +2 -0
- package/src/dropzone/templates/dropzone-normal.tsx +3 -0
- package/src/dropzone/templates/dropzone-with-note.tsx +7 -0
- package/src/dropzone/tests/dropzone-states.tsx +22 -0
- package/src/dropzone/tests/dropzone.tsx +11 -9
- package/src/editor/tests/editor-find-replace.tsx +5 -5
- package/src/editor/tests/editor-image-editor.tsx +3 -3
- package/src/editor/tests/editor-table-wizard.tsx +7 -7
- package/src/filemanager/tests/filemanager-contextmenu.tsx +3 -3
- package/src/filemanager/tests/filemanager-drag-hint.tsx +3 -3
- package/src/filemanager/tests/filemanager-gridview.tsx +5 -5
- package/src/filemanager/tests/filemanager-listview.tsx +5 -5
- package/src/filemanager/tests/filemanager-preview.tsx +7 -7
- package/src/form/index.ts +2 -0
- package/src/form/templates/form-horizontal.tsx +48 -0
- package/src/form/templates/form-normal.tsx +47 -0
- package/src/form/tests/form-field-dateinputs.tsx +9 -9
- package/src/form/tests/form-field-dropdowns.tsx +9 -9
- package/src/form/tests/form-field-fieldset.tsx +9 -7
- package/src/form/tests/form-field-inputs-rtl.tsx +10 -10
- package/src/form/tests/form-field-inputs.tsx +37 -69
- package/src/form/tests/form-grid-layout.tsx +3 -9
- package/src/form/tests/form-misc.tsx +7 -22
- package/src/form/tests/form-sizes.tsx +27 -59
- package/src/gantt/tests/gantt-editing-popup-general.tsx +3 -3
- package/src/gantt/tests/gantt-editing-popup-other.tsx +3 -3
- package/src/grid/tests/grid-angular.tsx +2 -2
- package/src/grid/tests/grid-column-resizing-actions.tsx +3 -3
- package/src/grid/tests/grid-editing-popup.tsx +3 -3
- package/src/grid/tests/grid-rtl-angular.tsx +3 -3
- package/src/grid/tests/grid-rtl.tsx +3 -3
- package/src/grid/tests/grid-selection-aggregates.tsx +5 -5
- package/src/grid/tests/grid-size-sm-comp-sm.tsx +3 -3
- package/src/grid/tests/grid-size-sm.tsx +3 -3
- package/src/grid/tests/grid-virtualization.tsx +201 -201
- package/src/grid/tests/grid.tsx +3 -3
- package/src/imageeditor/tests/imageeditor-crop-pane.tsx +3 -3
- package/src/imageeditor/tests/imageeditor-resize-pane.tsx +3 -3
- package/src/index.ts +1 -1
- package/src/loader/index.ts +4 -0
- package/src/loader/templates/loader-container-normal.tsx +5 -0
- package/src/loader/templates/loader-converging.tsx +5 -0
- package/src/loader/templates/loader-infinite.tsx +5 -0
- package/src/loader/templates/loader-normal.tsx +5 -0
- package/src/loader/tests/loader-colors.tsx +34 -0
- package/src/loader/tests/loader-container-colors.tsx +11 -52
- package/src/loader/tests/loader-container-overlay.tsx +5 -5
- package/src/loader/tests/loader-container.tsx +16 -35
- package/src/loader/tests/loader.tsx +15 -129
- package/src/pdf-viewer/tests/pdf-viewer-blank-page.tsx +2 -2
- package/src/scheduler/tests/scheduler-edit-dialog.tsx +3 -3
- package/src/scheduler/tests/scheduler-editing-weekly.tsx +3 -3
- package/src/skeleton/index.tsx +3 -0
- package/src/skeleton/templates/skeleton-circle.tsx +7 -0
- package/src/skeleton/templates/skeleton-normal.tsx +3 -0
- package/src/skeleton/templates/skeleton-rectangle.tsx +7 -0
- package/src/skeleton/tests/skeleton.tsx +10 -10
- package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +3 -3
- package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +5 -5
- package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +3 -3
- package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +5 -5
- package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +3 -3
- package/src/spreadsheet/tests/spreadsheet-insert-dialogs.tsx +11 -11
- package/src/spreadsheet/tests/spreadsheet-print.tsx +5 -5
- package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +3 -3
- package/src/taskboard/tests/taskboard-pane.tsx +5 -5
- package/src/treelist/tests/treelist-editing-popup.tsx +3 -3
- package/dist/cjs/badge/tests/badge-position.js +0 -250
- package/dist/cjs/badge/tests/badge.js +0 -357
- package/dist/esm/badge/tests/badge-position.js +0 -228
- package/dist/esm/badge/tests/badge.js +0 -335
- package/src/badge/tests/badge.tsx +0 -221
- package/src/breadcrumb/tests/breadcrumb-adaptive.tsx +0 -82
- package/src/captcha/tests/captcha-loading.tsx +0 -13
- package/src/chat/tests/chat-scrollable-deck.tsx +0 -64
- package/src/loader/tests/loader-sizes.tsx +0 -54
- /package/dist/types/badge/tests/{badge-position.d.ts → badge-cutout-border.d.ts} +0 -0
- /package/dist/types/badge/tests/{badge.d.ts → badge-outline.d.ts} +0 -0
- /package/dist/types/{breadcrumb/tests/breadcrumb-adaptive.d.ts → badge/tests/badge-position-outline.d.ts} +0 -0
- /package/dist/types/{captcha/tests/captcha-loading.d.ts → badge/tests/badge-position-solid.d.ts} +0 -0
- /package/dist/types/{chat/tests/chat-scrollable-deck.d.ts → badge/tests/badge-solid.d.ts} +0 -0
- /package/dist/types/{loader/tests/loader-sizes.d.ts → breadcrumb/tests/breadcrumb-items-rtl.d.ts} +0 -0
|
@@ -66,475 +66,485 @@ Skeleton.options = options;
|
|
|
66
66
|
Skeleton.className = SKELETON_CLASSNAME;
|
|
67
67
|
Skeleton.defaultProps = defaultProps;
|
|
68
68
|
|
|
69
|
-
// src/
|
|
69
|
+
// src/skeleton/templates/skeleton-normal.tsx
|
|
70
70
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
71
|
-
var
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
71
|
+
var SkeletonNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Skeleton, { ...props });
|
|
72
|
+
|
|
73
|
+
// src/skeleton/templates/skeleton-rectangle.tsx
|
|
74
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
75
|
+
|
|
76
|
+
// src/skeleton/templates/skeleton-circle.tsx
|
|
77
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
78
|
+
|
|
79
|
+
// src/grid/tests/grid-virtualization.tsx
|
|
80
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
81
|
+
var grid_virtualization_default = () => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_jsx_runtime5.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
82
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "col-2", children: "Grid with Virtualization" }),
|
|
83
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "k-grid k-grid-md k-grid-virtual", style: { height: "220px", width: "500px" }, children: [
|
|
84
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("table", { className: "k-grid-header-table k-table k-table-md", children: [
|
|
85
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("colgroup", { children: [
|
|
86
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
87
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
88
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
89
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
90
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
91
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
92
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
93
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
94
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
95
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } })
|
|
86
96
|
] }),
|
|
87
|
-
/* @__PURE__ */ (0,
|
|
88
|
-
/* @__PURE__ */ (0,
|
|
89
|
-
/* @__PURE__ */ (0,
|
|
90
|
-
/* @__PURE__ */ (0,
|
|
97
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-table-row", children: [
|
|
98
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
99
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 1" }) }) }),
|
|
100
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
91
101
|
] }),
|
|
92
|
-
/* @__PURE__ */ (0,
|
|
93
|
-
/* @__PURE__ */ (0,
|
|
94
|
-
/* @__PURE__ */ (0,
|
|
102
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
103
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 2" }) }) }),
|
|
104
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
95
105
|
] }),
|
|
96
|
-
/* @__PURE__ */ (0,
|
|
97
|
-
/* @__PURE__ */ (0,
|
|
98
|
-
/* @__PURE__ */ (0,
|
|
106
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th", children: [
|
|
107
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 3" }) }) }),
|
|
108
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
99
109
|
] }),
|
|
100
|
-
/* @__PURE__ */ (0,
|
|
101
|
-
/* @__PURE__ */ (0,
|
|
102
|
-
/* @__PURE__ */ (0,
|
|
110
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th", children: [
|
|
111
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 4" }) }) }),
|
|
112
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
103
113
|
] }),
|
|
104
|
-
/* @__PURE__ */ (0,
|
|
105
|
-
/* @__PURE__ */ (0,
|
|
106
|
-
/* @__PURE__ */ (0,
|
|
114
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
115
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 5" }) }) }),
|
|
116
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
107
117
|
] }),
|
|
108
|
-
/* @__PURE__ */ (0,
|
|
109
|
-
/* @__PURE__ */ (0,
|
|
110
|
-
/* @__PURE__ */ (0,
|
|
118
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th", children: [
|
|
119
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 6" }) }) }),
|
|
120
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
111
121
|
] }),
|
|
112
|
-
/* @__PURE__ */ (0,
|
|
113
|
-
/* @__PURE__ */ (0,
|
|
114
|
-
/* @__PURE__ */ (0,
|
|
122
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
123
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 7" }) }) }),
|
|
124
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
115
125
|
] }),
|
|
116
|
-
/* @__PURE__ */ (0,
|
|
117
|
-
/* @__PURE__ */ (0,
|
|
118
|
-
/* @__PURE__ */ (0,
|
|
126
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
127
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 8" }) }) }),
|
|
128
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
119
129
|
] }),
|
|
120
|
-
/* @__PURE__ */ (0,
|
|
121
|
-
/* @__PURE__ */ (0,
|
|
122
|
-
/* @__PURE__ */ (0,
|
|
130
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
131
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 9" }) }) }),
|
|
132
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
123
133
|
] }),
|
|
124
|
-
/* @__PURE__ */ (0,
|
|
125
|
-
/* @__PURE__ */ (0,
|
|
126
|
-
/* @__PURE__ */ (0,
|
|
134
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
135
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 10" }) }) }),
|
|
136
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
127
137
|
] })
|
|
128
138
|
] }) })
|
|
129
139
|
] }) }) }),
|
|
130
|
-
/* @__PURE__ */ (0,
|
|
131
|
-
/* @__PURE__ */ (0,
|
|
132
|
-
/* @__PURE__ */ (0,
|
|
133
|
-
/* @__PURE__ */ (0,
|
|
134
|
-
/* @__PURE__ */ (0,
|
|
135
|
-
/* @__PURE__ */ (0,
|
|
136
|
-
/* @__PURE__ */ (0,
|
|
137
|
-
/* @__PURE__ */ (0,
|
|
138
|
-
/* @__PURE__ */ (0,
|
|
139
|
-
/* @__PURE__ */ (0,
|
|
140
|
-
/* @__PURE__ */ (0,
|
|
141
|
-
/* @__PURE__ */ (0,
|
|
142
|
-
/* @__PURE__ */ (0,
|
|
140
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "k-grid-content k-virtual-scroller", children: [
|
|
141
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-virtual-scroller-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-virtual-scroller-content", style: { transform: "translateY(-600px)" }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("table", { "data-role": "grid", className: "k-grid-table k-table k-table-md", style: { height: "auto" }, children: [
|
|
142
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("colgroup", { children: [
|
|
143
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
144
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
145
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
146
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
147
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
148
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
149
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
150
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
151
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
152
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } })
|
|
143
153
|
] }),
|
|
144
|
-
/* @__PURE__ */ (0,
|
|
145
|
-
/* @__PURE__ */ (0,
|
|
146
|
-
/* @__PURE__ */ (0,
|
|
147
|
-
/* @__PURE__ */ (0,
|
|
148
|
-
/* @__PURE__ */ (0,
|
|
149
|
-
/* @__PURE__ */ (0,
|
|
150
|
-
/* @__PURE__ */ (0,
|
|
151
|
-
/* @__PURE__ */ (0,
|
|
152
|
-
/* @__PURE__ */ (0,
|
|
153
|
-
/* @__PURE__ */ (0,
|
|
154
|
-
/* @__PURE__ */ (0,
|
|
155
|
-
/* @__PURE__ */ (0,
|
|
154
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tbody", { className: "k-table-tbody", children: [
|
|
155
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
156
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
157
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
158
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
159
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
160
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
161
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
162
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
163
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
164
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
165
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
156
166
|
] }),
|
|
157
|
-
/* @__PURE__ */ (0,
|
|
158
|
-
/* @__PURE__ */ (0,
|
|
159
|
-
/* @__PURE__ */ (0,
|
|
160
|
-
/* @__PURE__ */ (0,
|
|
161
|
-
/* @__PURE__ */ (0,
|
|
162
|
-
/* @__PURE__ */ (0,
|
|
163
|
-
/* @__PURE__ */ (0,
|
|
164
|
-
/* @__PURE__ */ (0,
|
|
165
|
-
/* @__PURE__ */ (0,
|
|
166
|
-
/* @__PURE__ */ (0,
|
|
167
|
-
/* @__PURE__ */ (0,
|
|
167
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
168
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
169
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
170
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
171
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
172
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
173
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
174
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
175
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
176
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
177
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
168
178
|
] }),
|
|
169
|
-
/* @__PURE__ */ (0,
|
|
170
|
-
/* @__PURE__ */ (0,
|
|
171
|
-
/* @__PURE__ */ (0,
|
|
172
|
-
/* @__PURE__ */ (0,
|
|
173
|
-
/* @__PURE__ */ (0,
|
|
174
|
-
/* @__PURE__ */ (0,
|
|
175
|
-
/* @__PURE__ */ (0,
|
|
176
|
-
/* @__PURE__ */ (0,
|
|
177
|
-
/* @__PURE__ */ (0,
|
|
178
|
-
/* @__PURE__ */ (0,
|
|
179
|
-
/* @__PURE__ */ (0,
|
|
179
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
180
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
181
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
182
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
183
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
184
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
185
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
186
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
187
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
188
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
189
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
180
190
|
] }),
|
|
181
|
-
/* @__PURE__ */ (0,
|
|
182
|
-
/* @__PURE__ */ (0,
|
|
183
|
-
/* @__PURE__ */ (0,
|
|
184
|
-
/* @__PURE__ */ (0,
|
|
185
|
-
/* @__PURE__ */ (0,
|
|
186
|
-
/* @__PURE__ */ (0,
|
|
187
|
-
/* @__PURE__ */ (0,
|
|
188
|
-
/* @__PURE__ */ (0,
|
|
189
|
-
/* @__PURE__ */ (0,
|
|
190
|
-
/* @__PURE__ */ (0,
|
|
191
|
-
/* @__PURE__ */ (0,
|
|
191
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
192
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
193
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
194
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
195
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
196
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
197
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
198
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
199
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
200
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
201
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
192
202
|
] }),
|
|
193
|
-
/* @__PURE__ */ (0,
|
|
194
|
-
/* @__PURE__ */ (0,
|
|
195
|
-
/* @__PURE__ */ (0,
|
|
196
|
-
/* @__PURE__ */ (0,
|
|
197
|
-
/* @__PURE__ */ (0,
|
|
198
|
-
/* @__PURE__ */ (0,
|
|
199
|
-
/* @__PURE__ */ (0,
|
|
200
|
-
/* @__PURE__ */ (0,
|
|
201
|
-
/* @__PURE__ */ (0,
|
|
202
|
-
/* @__PURE__ */ (0,
|
|
203
|
-
/* @__PURE__ */ (0,
|
|
203
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
204
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
205
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
206
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
207
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
208
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
209
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
210
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
211
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
212
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
213
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
204
214
|
] }),
|
|
205
|
-
/* @__PURE__ */ (0,
|
|
206
|
-
/* @__PURE__ */ (0,
|
|
207
|
-
/* @__PURE__ */ (0,
|
|
208
|
-
/* @__PURE__ */ (0,
|
|
209
|
-
/* @__PURE__ */ (0,
|
|
210
|
-
/* @__PURE__ */ (0,
|
|
211
|
-
/* @__PURE__ */ (0,
|
|
212
|
-
/* @__PURE__ */ (0,
|
|
213
|
-
/* @__PURE__ */ (0,
|
|
214
|
-
/* @__PURE__ */ (0,
|
|
215
|
-
/* @__PURE__ */ (0,
|
|
215
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
216
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
217
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
218
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
219
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
220
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
221
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
222
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
223
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
224
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
225
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
216
226
|
] }),
|
|
217
|
-
/* @__PURE__ */ (0,
|
|
218
|
-
/* @__PURE__ */ (0,
|
|
219
|
-
/* @__PURE__ */ (0,
|
|
220
|
-
/* @__PURE__ */ (0,
|
|
221
|
-
/* @__PURE__ */ (0,
|
|
222
|
-
/* @__PURE__ */ (0,
|
|
223
|
-
/* @__PURE__ */ (0,
|
|
224
|
-
/* @__PURE__ */ (0,
|
|
225
|
-
/* @__PURE__ */ (0,
|
|
226
|
-
/* @__PURE__ */ (0,
|
|
227
|
-
/* @__PURE__ */ (0,
|
|
227
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
228
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
229
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
230
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
231
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
232
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
233
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
234
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
235
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
236
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
237
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
228
238
|
] }),
|
|
229
|
-
/* @__PURE__ */ (0,
|
|
230
|
-
/* @__PURE__ */ (0,
|
|
231
|
-
/* @__PURE__ */ (0,
|
|
232
|
-
/* @__PURE__ */ (0,
|
|
233
|
-
/* @__PURE__ */ (0,
|
|
234
|
-
/* @__PURE__ */ (0,
|
|
235
|
-
/* @__PURE__ */ (0,
|
|
236
|
-
/* @__PURE__ */ (0,
|
|
237
|
-
/* @__PURE__ */ (0,
|
|
238
|
-
/* @__PURE__ */ (0,
|
|
239
|
-
/* @__PURE__ */ (0,
|
|
239
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
240
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
241
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
242
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
243
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
244
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
245
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
246
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
247
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
248
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
249
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
240
250
|
] }),
|
|
241
|
-
/* @__PURE__ */ (0,
|
|
242
|
-
/* @__PURE__ */ (0,
|
|
243
|
-
/* @__PURE__ */ (0,
|
|
244
|
-
/* @__PURE__ */ (0,
|
|
245
|
-
/* @__PURE__ */ (0,
|
|
246
|
-
/* @__PURE__ */ (0,
|
|
247
|
-
/* @__PURE__ */ (0,
|
|
248
|
-
/* @__PURE__ */ (0,
|
|
249
|
-
/* @__PURE__ */ (0,
|
|
250
|
-
/* @__PURE__ */ (0,
|
|
251
|
-
/* @__PURE__ */ (0,
|
|
251
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
252
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
253
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
254
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
255
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
256
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
257
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
258
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
259
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
260
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
261
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
252
262
|
] }),
|
|
253
|
-
/* @__PURE__ */ (0,
|
|
254
|
-
/* @__PURE__ */ (0,
|
|
255
|
-
/* @__PURE__ */ (0,
|
|
256
|
-
/* @__PURE__ */ (0,
|
|
257
|
-
/* @__PURE__ */ (0,
|
|
258
|
-
/* @__PURE__ */ (0,
|
|
259
|
-
/* @__PURE__ */ (0,
|
|
260
|
-
/* @__PURE__ */ (0,
|
|
261
|
-
/* @__PURE__ */ (0,
|
|
262
|
-
/* @__PURE__ */ (0,
|
|
263
|
-
/* @__PURE__ */ (0,
|
|
263
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
264
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
265
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
266
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
267
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
268
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
269
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
270
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
271
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
272
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
273
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
264
274
|
] }),
|
|
265
|
-
/* @__PURE__ */ (0,
|
|
266
|
-
/* @__PURE__ */ (0,
|
|
267
|
-
/* @__PURE__ */ (0,
|
|
268
|
-
/* @__PURE__ */ (0,
|
|
269
|
-
/* @__PURE__ */ (0,
|
|
270
|
-
/* @__PURE__ */ (0,
|
|
271
|
-
/* @__PURE__ */ (0,
|
|
272
|
-
/* @__PURE__ */ (0,
|
|
273
|
-
/* @__PURE__ */ (0,
|
|
274
|
-
/* @__PURE__ */ (0,
|
|
275
|
-
/* @__PURE__ */ (0,
|
|
275
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row", style: { height: "60px" }, children: [
|
|
276
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 1" }),
|
|
277
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 2" }),
|
|
278
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 3" }),
|
|
279
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 4" }),
|
|
280
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 5" }),
|
|
281
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 6" }),
|
|
282
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 7" }),
|
|
283
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 8" }),
|
|
284
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 9" }),
|
|
285
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 10" })
|
|
276
286
|
] }),
|
|
277
|
-
/* @__PURE__ */ (0,
|
|
278
|
-
/* @__PURE__ */ (0,
|
|
279
|
-
/* @__PURE__ */ (0,
|
|
280
|
-
/* @__PURE__ */ (0,
|
|
281
|
-
/* @__PURE__ */ (0,
|
|
282
|
-
/* @__PURE__ */ (0,
|
|
283
|
-
/* @__PURE__ */ (0,
|
|
284
|
-
/* @__PURE__ */ (0,
|
|
285
|
-
/* @__PURE__ */ (0,
|
|
286
|
-
/* @__PURE__ */ (0,
|
|
287
|
-
/* @__PURE__ */ (0,
|
|
287
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
288
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 1" }),
|
|
289
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 2" }),
|
|
290
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 3" }),
|
|
291
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 4" }),
|
|
292
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 5" }),
|
|
293
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 6" }),
|
|
294
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 7" }),
|
|
295
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 8" }),
|
|
296
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 9" }),
|
|
297
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 10" })
|
|
288
298
|
] }),
|
|
289
|
-
/* @__PURE__ */ (0,
|
|
290
|
-
/* @__PURE__ */ (0,
|
|
291
|
-
/* @__PURE__ */ (0,
|
|
292
|
-
/* @__PURE__ */ (0,
|
|
293
|
-
/* @__PURE__ */ (0,
|
|
294
|
-
/* @__PURE__ */ (0,
|
|
295
|
-
/* @__PURE__ */ (0,
|
|
296
|
-
/* @__PURE__ */ (0,
|
|
297
|
-
/* @__PURE__ */ (0,
|
|
298
|
-
/* @__PURE__ */ (0,
|
|
299
|
-
/* @__PURE__ */ (0,
|
|
299
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row", style: { height: "60px" }, children: [
|
|
300
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 1" }),
|
|
301
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 2" }),
|
|
302
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 3" }),
|
|
303
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 4" }),
|
|
304
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 5" }),
|
|
305
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 6" }),
|
|
306
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 7" }),
|
|
307
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 8" }),
|
|
308
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 9" }),
|
|
309
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 10" })
|
|
300
310
|
] })
|
|
301
311
|
] })
|
|
302
312
|
] }) }) }),
|
|
303
|
-
/* @__PURE__ */ (0,
|
|
313
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-virtual-scroller-size", style: { height: "30000px" } })
|
|
304
314
|
] }) })
|
|
305
315
|
] }) }),
|
|
306
|
-
/* @__PURE__ */ (0,
|
|
307
|
-
/* @__PURE__ */ (0,
|
|
308
|
-
/* @__PURE__ */ (0,
|
|
309
|
-
/* @__PURE__ */ (0,
|
|
310
|
-
/* @__PURE__ */ (0,
|
|
311
|
-
/* @__PURE__ */ (0,
|
|
312
|
-
/* @__PURE__ */ (0,
|
|
313
|
-
/* @__PURE__ */ (0,
|
|
314
|
-
/* @__PURE__ */ (0,
|
|
315
|
-
/* @__PURE__ */ (0,
|
|
316
|
-
/* @__PURE__ */ (0,
|
|
317
|
-
/* @__PURE__ */ (0,
|
|
318
|
-
/* @__PURE__ */ (0,
|
|
319
|
-
/* @__PURE__ */ (0,
|
|
316
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "col-2", children: "Grid with Virtualization RTL" }),
|
|
317
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "k-grid k-grid-md k-grid-virtual", dir: "rtl", style: { height: "220px", width: "500px" }, children: [
|
|
318
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("table", { className: "k-grid-header-table k-table k-table-md", children: [
|
|
319
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("colgroup", { children: [
|
|
320
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
321
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
322
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
323
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
324
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
325
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
326
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
327
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
328
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
329
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } })
|
|
320
330
|
] }),
|
|
321
|
-
/* @__PURE__ */ (0,
|
|
322
|
-
/* @__PURE__ */ (0,
|
|
323
|
-
/* @__PURE__ */ (0,
|
|
324
|
-
/* @__PURE__ */ (0,
|
|
331
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-table-row", children: [
|
|
332
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
333
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 1" }) }) }),
|
|
334
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
325
335
|
] }),
|
|
326
|
-
/* @__PURE__ */ (0,
|
|
327
|
-
/* @__PURE__ */ (0,
|
|
328
|
-
/* @__PURE__ */ (0,
|
|
336
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
337
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 2" }) }) }),
|
|
338
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
329
339
|
] }),
|
|
330
|
-
/* @__PURE__ */ (0,
|
|
331
|
-
/* @__PURE__ */ (0,
|
|
332
|
-
/* @__PURE__ */ (0,
|
|
340
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th", children: [
|
|
341
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 3" }) }) }),
|
|
342
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
333
343
|
] }),
|
|
334
|
-
/* @__PURE__ */ (0,
|
|
335
|
-
/* @__PURE__ */ (0,
|
|
336
|
-
/* @__PURE__ */ (0,
|
|
344
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th", children: [
|
|
345
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 4" }) }) }),
|
|
346
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
337
347
|
] }),
|
|
338
|
-
/* @__PURE__ */ (0,
|
|
339
|
-
/* @__PURE__ */ (0,
|
|
340
|
-
/* @__PURE__ */ (0,
|
|
348
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
349
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 5" }) }) }),
|
|
350
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
341
351
|
] }),
|
|
342
|
-
/* @__PURE__ */ (0,
|
|
343
|
-
/* @__PURE__ */ (0,
|
|
344
|
-
/* @__PURE__ */ (0,
|
|
352
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th", children: [
|
|
353
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 6" }) }) }),
|
|
354
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
345
355
|
] }),
|
|
346
|
-
/* @__PURE__ */ (0,
|
|
347
|
-
/* @__PURE__ */ (0,
|
|
348
|
-
/* @__PURE__ */ (0,
|
|
356
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
357
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 7" }) }) }),
|
|
358
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
349
359
|
] }),
|
|
350
|
-
/* @__PURE__ */ (0,
|
|
351
|
-
/* @__PURE__ */ (0,
|
|
352
|
-
/* @__PURE__ */ (0,
|
|
360
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
361
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 8" }) }) }),
|
|
362
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
353
363
|
] }),
|
|
354
|
-
/* @__PURE__ */ (0,
|
|
355
|
-
/* @__PURE__ */ (0,
|
|
356
|
-
/* @__PURE__ */ (0,
|
|
364
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
365
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 9" }) }) }),
|
|
366
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
357
367
|
] }),
|
|
358
|
-
/* @__PURE__ */ (0,
|
|
359
|
-
/* @__PURE__ */ (0,
|
|
360
|
-
/* @__PURE__ */ (0,
|
|
368
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("th", { className: "k-header k-touch-action-none k-table-th ", children: [
|
|
369
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-title", children: "Field 10" }) }) }),
|
|
370
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
|
|
361
371
|
] })
|
|
362
372
|
] }) })
|
|
363
373
|
] }) }) }),
|
|
364
|
-
/* @__PURE__ */ (0,
|
|
365
|
-
/* @__PURE__ */ (0,
|
|
366
|
-
/* @__PURE__ */ (0,
|
|
367
|
-
/* @__PURE__ */ (0,
|
|
368
|
-
/* @__PURE__ */ (0,
|
|
369
|
-
/* @__PURE__ */ (0,
|
|
370
|
-
/* @__PURE__ */ (0,
|
|
371
|
-
/* @__PURE__ */ (0,
|
|
372
|
-
/* @__PURE__ */ (0,
|
|
373
|
-
/* @__PURE__ */ (0,
|
|
374
|
-
/* @__PURE__ */ (0,
|
|
375
|
-
/* @__PURE__ */ (0,
|
|
376
|
-
/* @__PURE__ */ (0,
|
|
374
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "k-grid-content k-virtual-scroller", children: [
|
|
375
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-virtual-scroller-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-virtual-scroller-content", style: { transform: "translateY(-600px)" }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("table", { "data-role": "grid", className: "k-grid-table k-table k-table-md", style: { height: "auto" }, children: [
|
|
376
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("colgroup", { children: [
|
|
377
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
378
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
379
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
380
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
381
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
382
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
383
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
384
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
385
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } }),
|
|
386
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("col", { style: { width: "110px" } })
|
|
377
387
|
] }),
|
|
378
|
-
/* @__PURE__ */ (0,
|
|
379
|
-
/* @__PURE__ */ (0,
|
|
380
|
-
/* @__PURE__ */ (0,
|
|
381
|
-
/* @__PURE__ */ (0,
|
|
382
|
-
/* @__PURE__ */ (0,
|
|
383
|
-
/* @__PURE__ */ (0,
|
|
384
|
-
/* @__PURE__ */ (0,
|
|
385
|
-
/* @__PURE__ */ (0,
|
|
386
|
-
/* @__PURE__ */ (0,
|
|
387
|
-
/* @__PURE__ */ (0,
|
|
388
|
-
/* @__PURE__ */ (0,
|
|
389
|
-
/* @__PURE__ */ (0,
|
|
388
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tbody", { className: "k-table-tbody", children: [
|
|
389
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
390
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
391
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
392
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
393
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
394
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
395
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
396
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
397
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
398
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
399
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
390
400
|
] }),
|
|
391
|
-
/* @__PURE__ */ (0,
|
|
392
|
-
/* @__PURE__ */ (0,
|
|
393
|
-
/* @__PURE__ */ (0,
|
|
394
|
-
/* @__PURE__ */ (0,
|
|
395
|
-
/* @__PURE__ */ (0,
|
|
396
|
-
/* @__PURE__ */ (0,
|
|
397
|
-
/* @__PURE__ */ (0,
|
|
398
|
-
/* @__PURE__ */ (0,
|
|
399
|
-
/* @__PURE__ */ (0,
|
|
400
|
-
/* @__PURE__ */ (0,
|
|
401
|
-
/* @__PURE__ */ (0,
|
|
401
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
402
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
403
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
404
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
405
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
406
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
407
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
408
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
409
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
410
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
411
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
402
412
|
] }),
|
|
403
|
-
/* @__PURE__ */ (0,
|
|
404
|
-
/* @__PURE__ */ (0,
|
|
405
|
-
/* @__PURE__ */ (0,
|
|
406
|
-
/* @__PURE__ */ (0,
|
|
407
|
-
/* @__PURE__ */ (0,
|
|
408
|
-
/* @__PURE__ */ (0,
|
|
409
|
-
/* @__PURE__ */ (0,
|
|
410
|
-
/* @__PURE__ */ (0,
|
|
411
|
-
/* @__PURE__ */ (0,
|
|
412
|
-
/* @__PURE__ */ (0,
|
|
413
|
-
/* @__PURE__ */ (0,
|
|
413
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
414
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
415
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
416
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
417
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
418
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
419
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
420
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
421
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
422
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
423
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
414
424
|
] }),
|
|
415
|
-
/* @__PURE__ */ (0,
|
|
416
|
-
/* @__PURE__ */ (0,
|
|
417
|
-
/* @__PURE__ */ (0,
|
|
418
|
-
/* @__PURE__ */ (0,
|
|
419
|
-
/* @__PURE__ */ (0,
|
|
420
|
-
/* @__PURE__ */ (0,
|
|
421
|
-
/* @__PURE__ */ (0,
|
|
422
|
-
/* @__PURE__ */ (0,
|
|
423
|
-
/* @__PURE__ */ (0,
|
|
424
|
-
/* @__PURE__ */ (0,
|
|
425
|
-
/* @__PURE__ */ (0,
|
|
425
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
426
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
427
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
428
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
429
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
430
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
431
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
432
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
433
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
434
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
435
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
426
436
|
] }),
|
|
427
|
-
/* @__PURE__ */ (0,
|
|
428
|
-
/* @__PURE__ */ (0,
|
|
429
|
-
/* @__PURE__ */ (0,
|
|
430
|
-
/* @__PURE__ */ (0,
|
|
431
|
-
/* @__PURE__ */ (0,
|
|
432
|
-
/* @__PURE__ */ (0,
|
|
433
|
-
/* @__PURE__ */ (0,
|
|
434
|
-
/* @__PURE__ */ (0,
|
|
435
|
-
/* @__PURE__ */ (0,
|
|
436
|
-
/* @__PURE__ */ (0,
|
|
437
|
-
/* @__PURE__ */ (0,
|
|
437
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
438
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
439
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
440
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
441
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
442
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
443
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
444
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
445
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
446
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
447
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
438
448
|
] }),
|
|
439
|
-
/* @__PURE__ */ (0,
|
|
440
|
-
/* @__PURE__ */ (0,
|
|
441
|
-
/* @__PURE__ */ (0,
|
|
442
|
-
/* @__PURE__ */ (0,
|
|
443
|
-
/* @__PURE__ */ (0,
|
|
444
|
-
/* @__PURE__ */ (0,
|
|
445
|
-
/* @__PURE__ */ (0,
|
|
446
|
-
/* @__PURE__ */ (0,
|
|
447
|
-
/* @__PURE__ */ (0,
|
|
448
|
-
/* @__PURE__ */ (0,
|
|
449
|
-
/* @__PURE__ */ (0,
|
|
449
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
450
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
451
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
452
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
453
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
454
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
455
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
456
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
457
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
458
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
459
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
450
460
|
] }),
|
|
451
|
-
/* @__PURE__ */ (0,
|
|
452
|
-
/* @__PURE__ */ (0,
|
|
453
|
-
/* @__PURE__ */ (0,
|
|
454
|
-
/* @__PURE__ */ (0,
|
|
455
|
-
/* @__PURE__ */ (0,
|
|
456
|
-
/* @__PURE__ */ (0,
|
|
457
|
-
/* @__PURE__ */ (0,
|
|
458
|
-
/* @__PURE__ */ (0,
|
|
459
|
-
/* @__PURE__ */ (0,
|
|
460
|
-
/* @__PURE__ */ (0,
|
|
461
|
-
/* @__PURE__ */ (0,
|
|
461
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
462
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
463
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
464
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
465
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
466
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
467
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
468
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
469
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
470
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
471
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
462
472
|
] }),
|
|
463
|
-
/* @__PURE__ */ (0,
|
|
464
|
-
/* @__PURE__ */ (0,
|
|
465
|
-
/* @__PURE__ */ (0,
|
|
466
|
-
/* @__PURE__ */ (0,
|
|
467
|
-
/* @__PURE__ */ (0,
|
|
468
|
-
/* @__PURE__ */ (0,
|
|
469
|
-
/* @__PURE__ */ (0,
|
|
470
|
-
/* @__PURE__ */ (0,
|
|
471
|
-
/* @__PURE__ */ (0,
|
|
472
|
-
/* @__PURE__ */ (0,
|
|
473
|
-
/* @__PURE__ */ (0,
|
|
473
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
474
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
475
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
476
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
477
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
478
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
479
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
480
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
481
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
482
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
483
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
474
484
|
] }),
|
|
475
|
-
/* @__PURE__ */ (0,
|
|
476
|
-
/* @__PURE__ */ (0,
|
|
477
|
-
/* @__PURE__ */ (0,
|
|
478
|
-
/* @__PURE__ */ (0,
|
|
479
|
-
/* @__PURE__ */ (0,
|
|
480
|
-
/* @__PURE__ */ (0,
|
|
481
|
-
/* @__PURE__ */ (0,
|
|
482
|
-
/* @__PURE__ */ (0,
|
|
483
|
-
/* @__PURE__ */ (0,
|
|
484
|
-
/* @__PURE__ */ (0,
|
|
485
|
-
/* @__PURE__ */ (0,
|
|
485
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
|
|
486
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
487
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
488
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
489
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
490
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
491
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
492
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
493
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
494
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
495
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
486
496
|
] }),
|
|
487
|
-
/* @__PURE__ */ (0,
|
|
488
|
-
/* @__PURE__ */ (0,
|
|
489
|
-
/* @__PURE__ */ (0,
|
|
490
|
-
/* @__PURE__ */ (0,
|
|
491
|
-
/* @__PURE__ */ (0,
|
|
492
|
-
/* @__PURE__ */ (0,
|
|
493
|
-
/* @__PURE__ */ (0,
|
|
494
|
-
/* @__PURE__ */ (0,
|
|
495
|
-
/* @__PURE__ */ (0,
|
|
496
|
-
/* @__PURE__ */ (0,
|
|
497
|
-
/* @__PURE__ */ (0,
|
|
497
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
498
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
499
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
500
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
501
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
502
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
503
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
504
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
505
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
506
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) }),
|
|
507
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td ", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SkeletonNormal, { animation: false }) })
|
|
498
508
|
] }),
|
|
499
|
-
/* @__PURE__ */ (0,
|
|
500
|
-
/* @__PURE__ */ (0,
|
|
501
|
-
/* @__PURE__ */ (0,
|
|
502
|
-
/* @__PURE__ */ (0,
|
|
503
|
-
/* @__PURE__ */ (0,
|
|
504
|
-
/* @__PURE__ */ (0,
|
|
505
|
-
/* @__PURE__ */ (0,
|
|
506
|
-
/* @__PURE__ */ (0,
|
|
507
|
-
/* @__PURE__ */ (0,
|
|
508
|
-
/* @__PURE__ */ (0,
|
|
509
|
-
/* @__PURE__ */ (0,
|
|
509
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row", style: { height: "60px" }, children: [
|
|
510
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 1" }),
|
|
511
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 2" }),
|
|
512
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 3" }),
|
|
513
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 4" }),
|
|
514
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 5" }),
|
|
515
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 6" }),
|
|
516
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 7" }),
|
|
517
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 8" }),
|
|
518
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 9" }),
|
|
519
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 1, Col: 10" })
|
|
510
520
|
] }),
|
|
511
|
-
/* @__PURE__ */ (0,
|
|
512
|
-
/* @__PURE__ */ (0,
|
|
513
|
-
/* @__PURE__ */ (0,
|
|
514
|
-
/* @__PURE__ */ (0,
|
|
515
|
-
/* @__PURE__ */ (0,
|
|
516
|
-
/* @__PURE__ */ (0,
|
|
517
|
-
/* @__PURE__ */ (0,
|
|
518
|
-
/* @__PURE__ */ (0,
|
|
519
|
-
/* @__PURE__ */ (0,
|
|
520
|
-
/* @__PURE__ */ (0,
|
|
521
|
-
/* @__PURE__ */ (0,
|
|
521
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
|
|
522
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 1" }),
|
|
523
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 2" }),
|
|
524
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 3" }),
|
|
525
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 4" }),
|
|
526
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 5" }),
|
|
527
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 6" }),
|
|
528
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 7" }),
|
|
529
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 8" }),
|
|
530
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 9" }),
|
|
531
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 2, Col: 10" })
|
|
522
532
|
] }),
|
|
523
|
-
/* @__PURE__ */ (0,
|
|
524
|
-
/* @__PURE__ */ (0,
|
|
525
|
-
/* @__PURE__ */ (0,
|
|
526
|
-
/* @__PURE__ */ (0,
|
|
527
|
-
/* @__PURE__ */ (0,
|
|
528
|
-
/* @__PURE__ */ (0,
|
|
529
|
-
/* @__PURE__ */ (0,
|
|
530
|
-
/* @__PURE__ */ (0,
|
|
531
|
-
/* @__PURE__ */ (0,
|
|
532
|
-
/* @__PURE__ */ (0,
|
|
533
|
-
/* @__PURE__ */ (0,
|
|
533
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("tr", { className: "k-master-row k-table-row", style: { height: "60px" }, children: [
|
|
534
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 1" }),
|
|
535
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 2" }),
|
|
536
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 3" }),
|
|
537
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 4" }),
|
|
538
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 5" }),
|
|
539
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 6" }),
|
|
540
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 7" }),
|
|
541
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 8" }),
|
|
542
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 9" }),
|
|
543
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { className: "k-table-td", children: "Row: 3, Col: 10" })
|
|
534
544
|
] })
|
|
535
545
|
] })
|
|
536
546
|
] }) }) }),
|
|
537
|
-
/* @__PURE__ */ (0,
|
|
547
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "k-virtual-scroller-size", style: { height: "30000px" } })
|
|
538
548
|
] }) })
|
|
539
549
|
] }) })
|
|
540
550
|
] }) });
|