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