@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
@@ -41,475 +41,485 @@ Skeleton.options = options;
41
41
  Skeleton.className = SKELETON_CLASSNAME;
42
42
  Skeleton.defaultProps = defaultProps;
43
43
 
44
+ // src/skeleton/templates/skeleton-normal.tsx
45
+ import { jsx as jsx2 } from "react/jsx-runtime";
46
+ var SkeletonNormal = (props) => /* @__PURE__ */ jsx2(Skeleton, { ...props });
47
+
48
+ // src/skeleton/templates/skeleton-rectangle.tsx
49
+ import { jsx as jsx3 } from "react/jsx-runtime";
50
+
51
+ // src/skeleton/templates/skeleton-circle.tsx
52
+ import { jsx as jsx4 } from "react/jsx-runtime";
53
+
44
54
  // src/grid/tests/grid-virtualization.tsx
45
- import { Fragment, jsx as jsx2, jsxs } from "react/jsx-runtime";
46
- var grid_virtualization_default = () => /* @__PURE__ */ jsx2(Fragment, { children: /* @__PURE__ */ jsxs("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
47
- /* @__PURE__ */ jsx2("span", { className: "col-2", children: "Grid with Virtualization" }),
48
- /* @__PURE__ */ jsx2("section", { className: "col-2", children: /* @__PURE__ */ jsxs("div", { className: "k-grid k-grid-md k-grid-virtual", style: { height: "220px", width: "500px" }, children: [
49
- /* @__PURE__ */ jsx2("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx2("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs("table", { className: "k-grid-header-table k-table k-table-md", children: [
55
+ import { Fragment, jsx as jsx5, jsxs } from "react/jsx-runtime";
56
+ var grid_virtualization_default = () => /* @__PURE__ */ jsx5(Fragment, { children: /* @__PURE__ */ jsxs("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
57
+ /* @__PURE__ */ jsx5("span", { className: "col-2", children: "Grid with Virtualization" }),
58
+ /* @__PURE__ */ jsx5("section", { className: "col-2", children: /* @__PURE__ */ jsxs("div", { className: "k-grid k-grid-md k-grid-virtual", style: { height: "220px", width: "500px" }, children: [
59
+ /* @__PURE__ */ jsx5("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx5("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs("table", { className: "k-grid-header-table k-table k-table-md", children: [
50
60
  /* @__PURE__ */ jsxs("colgroup", { children: [
51
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
52
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
53
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
54
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
55
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
56
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
57
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
58
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
59
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
60
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } })
61
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
62
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
63
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
64
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
65
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
66
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
67
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
68
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
69
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
70
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } })
61
71
  ] }),
62
- /* @__PURE__ */ jsx2("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
72
+ /* @__PURE__ */ jsx5("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
63
73
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
64
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 1" }) }) }),
65
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
74
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 1" }) }) }),
75
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
66
76
  ] }),
67
77
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
68
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 2" }) }) }),
69
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
78
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 2" }) }) }),
79
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
70
80
  ] }),
71
81
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th", children: [
72
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 3" }) }) }),
73
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
82
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 3" }) }) }),
83
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
74
84
  ] }),
75
85
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th", children: [
76
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 4" }) }) }),
77
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
86
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 4" }) }) }),
87
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
78
88
  ] }),
79
89
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
80
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 5" }) }) }),
81
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
90
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 5" }) }) }),
91
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
82
92
  ] }),
83
93
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th", children: [
84
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 6" }) }) }),
85
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
94
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 6" }) }) }),
95
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
86
96
  ] }),
87
97
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
88
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 7" }) }) }),
89
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
98
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 7" }) }) }),
99
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
90
100
  ] }),
91
101
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
92
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 8" }) }) }),
93
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
102
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 8" }) }) }),
103
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
94
104
  ] }),
95
105
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
96
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 9" }) }) }),
97
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
106
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 9" }) }) }),
107
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
98
108
  ] }),
99
109
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
100
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 10" }) }) }),
101
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
110
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 10" }) }) }),
111
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
102
112
  ] })
103
113
  ] }) })
104
114
  ] }) }) }),
105
- /* @__PURE__ */ jsx2("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs("div", { className: "k-grid-content k-virtual-scroller", children: [
106
- /* @__PURE__ */ jsx2("div", { className: "k-virtual-scroller-wrap", children: /* @__PURE__ */ jsx2("div", { className: "k-virtual-scroller-content", style: { transform: "translateY(-600px)" }, children: /* @__PURE__ */ jsxs("table", { "data-role": "grid", className: "k-grid-table k-table k-table-md", style: { height: "auto" }, children: [
115
+ /* @__PURE__ */ jsx5("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs("div", { className: "k-grid-content k-virtual-scroller", children: [
116
+ /* @__PURE__ */ jsx5("div", { className: "k-virtual-scroller-wrap", children: /* @__PURE__ */ jsx5("div", { className: "k-virtual-scroller-content", style: { transform: "translateY(-600px)" }, children: /* @__PURE__ */ jsxs("table", { "data-role": "grid", className: "k-grid-table k-table k-table-md", style: { height: "auto" }, children: [
107
117
  /* @__PURE__ */ jsxs("colgroup", { children: [
108
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
109
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
110
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
111
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
112
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
113
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
114
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
115
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
116
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
117
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } })
118
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
119
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
120
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
121
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
122
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
123
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
124
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
125
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
126
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
127
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } })
118
128
  ] }),
119
129
  /* @__PURE__ */ jsxs("tbody", { className: "k-table-tbody", children: [
120
130
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
121
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
122
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
123
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
124
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
125
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
126
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
127
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
128
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
129
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
130
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
131
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
132
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
133
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
134
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
135
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
136
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
137
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
138
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
139
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
140
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
131
141
  ] }),
132
142
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
133
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
134
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
135
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
136
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
137
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
138
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
139
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
140
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
141
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
142
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
143
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
144
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
145
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
146
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
147
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
148
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
149
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
150
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
151
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
152
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
143
153
  ] }),
144
154
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
145
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
146
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
147
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
148
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
149
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
150
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
151
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
152
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
153
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
154
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
155
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
156
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
157
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
158
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
159
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
160
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
161
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
162
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
163
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
164
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
155
165
  ] }),
156
166
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
157
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
158
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
159
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
160
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
161
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
162
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
163
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
164
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
165
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
166
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
167
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
168
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
169
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
170
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
171
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
172
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
173
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
174
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
175
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
176
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
167
177
  ] }),
168
178
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
169
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
170
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
171
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
172
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
173
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
174
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
175
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
176
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
177
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
178
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
179
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
180
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
181
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
182
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
183
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
184
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
185
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
186
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
187
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
188
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
179
189
  ] }),
180
190
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
181
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
182
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
183
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
184
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
185
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
186
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
187
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
188
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
189
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
190
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
191
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
192
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
193
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
194
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
195
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
196
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
197
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
198
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
199
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
200
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
191
201
  ] }),
192
202
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
193
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
194
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
195
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
196
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
197
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
198
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
199
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
200
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
201
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
202
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
203
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
204
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
205
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
206
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
207
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
208
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
209
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
210
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
211
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
212
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
203
213
  ] }),
204
214
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
205
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
206
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
207
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
208
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
209
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
210
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
211
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
212
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
213
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
214
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
215
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
216
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
217
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
218
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
219
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
220
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
221
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
222
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
223
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
224
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
215
225
  ] }),
216
226
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
217
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
218
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
219
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
220
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
221
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
222
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
223
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
224
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
225
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
226
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
227
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
228
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
229
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
230
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
231
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
232
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
233
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
234
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
235
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
236
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
227
237
  ] }),
228
238
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
229
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
230
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
231
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
232
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
233
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
234
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
235
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
236
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
237
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
238
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
239
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
240
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
241
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
242
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
243
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
244
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
245
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
246
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
247
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
248
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
239
249
  ] }),
240
250
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row", style: { height: "60px" }, children: [
241
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 1" }),
242
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 2" }),
243
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 3" }),
244
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 4" }),
245
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 5" }),
246
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 6" }),
247
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 7" }),
248
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 8" }),
249
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 9" }),
250
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 10" })
251
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 1" }),
252
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 2" }),
253
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 3" }),
254
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 4" }),
255
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 5" }),
256
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 6" }),
257
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 7" }),
258
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 8" }),
259
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 9" }),
260
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 10" })
251
261
  ] }),
252
262
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
253
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 1" }),
254
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 2" }),
255
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 3" }),
256
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 4" }),
257
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 5" }),
258
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 6" }),
259
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 7" }),
260
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 8" }),
261
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 9" }),
262
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 10" })
263
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 1" }),
264
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 2" }),
265
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 3" }),
266
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 4" }),
267
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 5" }),
268
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 6" }),
269
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 7" }),
270
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 8" }),
271
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 9" }),
272
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 10" })
263
273
  ] }),
264
274
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row", style: { height: "60px" }, children: [
265
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 1" }),
266
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 2" }),
267
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 3" }),
268
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 4" }),
269
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 5" }),
270
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 6" }),
271
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 7" }),
272
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 8" }),
273
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 9" }),
274
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 10" })
275
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 1" }),
276
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 2" }),
277
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 3" }),
278
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 4" }),
279
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 5" }),
280
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 6" }),
281
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 7" }),
282
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 8" }),
283
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 9" }),
284
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 10" })
275
285
  ] })
276
286
  ] })
277
287
  ] }) }) }),
278
- /* @__PURE__ */ jsx2("div", { className: "k-virtual-scroller-size", style: { height: "30000px" } })
288
+ /* @__PURE__ */ jsx5("div", { className: "k-virtual-scroller-size", style: { height: "30000px" } })
279
289
  ] }) })
280
290
  ] }) }),
281
- /* @__PURE__ */ jsx2("span", { className: "col-2", children: "Grid with Virtualization RTL" }),
282
- /* @__PURE__ */ jsx2("section", { className: "col-2", children: /* @__PURE__ */ jsxs("div", { className: "k-grid k-grid-md k-grid-virtual", dir: "rtl", style: { height: "220px", width: "500px" }, children: [
283
- /* @__PURE__ */ jsx2("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx2("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs("table", { className: "k-grid-header-table k-table k-table-md", children: [
291
+ /* @__PURE__ */ jsx5("span", { className: "col-2", children: "Grid with Virtualization RTL" }),
292
+ /* @__PURE__ */ jsx5("section", { className: "col-2", children: /* @__PURE__ */ jsxs("div", { className: "k-grid k-grid-md k-grid-virtual", dir: "rtl", style: { height: "220px", width: "500px" }, children: [
293
+ /* @__PURE__ */ jsx5("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx5("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs("table", { className: "k-grid-header-table k-table k-table-md", children: [
284
294
  /* @__PURE__ */ jsxs("colgroup", { children: [
285
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
286
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
287
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
288
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
289
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
290
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
291
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
292
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
293
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
294
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } })
295
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
296
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
297
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
298
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
299
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
300
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
301
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
302
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
303
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
304
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } })
295
305
  ] }),
296
- /* @__PURE__ */ jsx2("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
306
+ /* @__PURE__ */ jsx5("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
297
307
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
298
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 1" }) }) }),
299
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
308
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 1" }) }) }),
309
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
300
310
  ] }),
301
311
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
302
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 2" }) }) }),
303
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
312
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 2" }) }) }),
313
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
304
314
  ] }),
305
315
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th", children: [
306
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 3" }) }) }),
307
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
316
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 3" }) }) }),
317
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
308
318
  ] }),
309
319
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th", children: [
310
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 4" }) }) }),
311
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
320
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 4" }) }) }),
321
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
312
322
  ] }),
313
323
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
314
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 5" }) }) }),
315
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
324
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 5" }) }) }),
325
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
316
326
  ] }),
317
327
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th", children: [
318
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 6" }) }) }),
319
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
328
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 6" }) }) }),
329
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
320
330
  ] }),
321
331
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
322
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 7" }) }) }),
323
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
332
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 7" }) }) }),
333
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
324
334
  ] }),
325
335
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
326
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 8" }) }) }),
327
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
336
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 8" }) }) }),
337
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
328
338
  ] }),
329
339
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
330
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 9" }) }) }),
331
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
340
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 9" }) }) }),
341
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
332
342
  ] }),
333
343
  /* @__PURE__ */ jsxs("th", { className: "k-header k-touch-action-none k-table-th ", children: [
334
- /* @__PURE__ */ jsx2("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx2("span", { className: "k-link", children: /* @__PURE__ */ jsx2("span", { className: "k-column-title", children: "Field 10" }) }) }),
335
- /* @__PURE__ */ jsx2("span", { className: "k-column-resizer k-touch-action-none" })
344
+ /* @__PURE__ */ jsx5("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx5("span", { className: "k-link", children: /* @__PURE__ */ jsx5("span", { className: "k-column-title", children: "Field 10" }) }) }),
345
+ /* @__PURE__ */ jsx5("span", { className: "k-column-resizer k-touch-action-none" })
336
346
  ] })
337
347
  ] }) })
338
348
  ] }) }) }),
339
- /* @__PURE__ */ jsx2("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs("div", { className: "k-grid-content k-virtual-scroller", children: [
340
- /* @__PURE__ */ jsx2("div", { className: "k-virtual-scroller-wrap", children: /* @__PURE__ */ jsx2("div", { className: "k-virtual-scroller-content", style: { transform: "translateY(-600px)" }, children: /* @__PURE__ */ jsxs("table", { "data-role": "grid", className: "k-grid-table k-table k-table-md", style: { height: "auto" }, children: [
349
+ /* @__PURE__ */ jsx5("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs("div", { className: "k-grid-content k-virtual-scroller", children: [
350
+ /* @__PURE__ */ jsx5("div", { className: "k-virtual-scroller-wrap", children: /* @__PURE__ */ jsx5("div", { className: "k-virtual-scroller-content", style: { transform: "translateY(-600px)" }, children: /* @__PURE__ */ jsxs("table", { "data-role": "grid", className: "k-grid-table k-table k-table-md", style: { height: "auto" }, children: [
341
351
  /* @__PURE__ */ jsxs("colgroup", { children: [
342
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
343
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
344
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
345
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
346
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
347
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
348
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
349
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
350
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } }),
351
- /* @__PURE__ */ jsx2("col", { style: { width: "110px" } })
352
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
353
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
354
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
355
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
356
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
357
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
358
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
359
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
360
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } }),
361
+ /* @__PURE__ */ jsx5("col", { style: { width: "110px" } })
352
362
  ] }),
353
363
  /* @__PURE__ */ jsxs("tbody", { className: "k-table-tbody", children: [
354
364
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
355
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
356
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
357
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
358
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
359
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
360
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
361
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
362
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
363
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
364
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
365
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
366
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
367
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
368
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
369
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
370
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
371
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
372
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
373
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
374
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
365
375
  ] }),
366
376
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
367
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
368
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
369
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
370
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
371
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
372
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
373
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
374
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
375
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
376
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
377
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
378
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
379
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
380
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
381
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
382
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
383
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
384
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
385
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
386
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
377
387
  ] }),
378
388
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
379
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
380
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
381
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
382
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
383
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
384
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
385
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
386
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
387
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
388
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
389
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
390
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
391
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
392
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
393
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
394
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
395
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
396
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
397
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
398
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
389
399
  ] }),
390
400
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
391
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
392
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
393
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
394
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
395
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
396
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
397
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
398
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
399
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
400
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
401
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
402
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
403
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
404
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
405
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
406
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
407
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
408
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
409
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
410
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
401
411
  ] }),
402
412
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
403
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
404
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
405
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
406
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
407
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
408
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
409
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
410
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
411
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
412
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
413
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
414
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
415
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
416
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
417
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
418
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
419
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
420
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
421
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
422
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
413
423
  ] }),
414
424
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
415
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
416
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
417
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
418
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
419
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
420
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
421
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
422
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
423
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
424
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
425
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
426
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
427
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
428
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
429
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
430
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
431
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
432
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
433
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
434
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
425
435
  ] }),
426
436
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
427
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
428
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
429
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
430
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
431
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
432
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
433
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
434
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
435
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
436
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
437
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
438
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
439
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
440
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
441
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
442
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
443
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
444
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
445
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
446
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
437
447
  ] }),
438
448
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
439
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
440
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
441
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
442
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
443
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
444
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
445
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
446
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
447
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
448
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
449
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
450
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
451
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
452
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
453
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
454
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
455
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
456
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
457
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
458
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
449
459
  ] }),
450
460
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row ", style: { height: "60px" }, children: [
451
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
452
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
453
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
454
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
455
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
456
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
457
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
458
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
459
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
460
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
461
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
462
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
463
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
464
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
465
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
466
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
467
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
468
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
469
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
470
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
461
471
  ] }),
462
472
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
463
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
464
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
465
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
466
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
467
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
468
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
469
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
470
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
471
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) }),
472
- /* @__PURE__ */ jsx2("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx2(Skeleton, { animation: false }) })
473
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
474
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
475
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
476
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
477
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
478
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
479
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
480
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
481
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) }),
482
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td ", children: /* @__PURE__ */ jsx5(SkeletonNormal, { animation: false }) })
473
483
  ] }),
474
484
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row", style: { height: "60px" }, children: [
475
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 1" }),
476
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 2" }),
477
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 3" }),
478
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 4" }),
479
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 5" }),
480
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 6" }),
481
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 7" }),
482
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 8" }),
483
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 9" }),
484
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 1, Col: 10" })
485
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 1" }),
486
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 2" }),
487
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 3" }),
488
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 4" }),
489
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 5" }),
490
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 6" }),
491
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 7" }),
492
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 8" }),
493
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 9" }),
494
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 1, Col: 10" })
485
495
  ] }),
486
496
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row k-alt k-table-alt-row", style: { height: "60px" }, children: [
487
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 1" }),
488
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 2" }),
489
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 3" }),
490
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 4" }),
491
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 5" }),
492
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 6" }),
493
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 7" }),
494
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 8" }),
495
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 9" }),
496
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 2, Col: 10" })
497
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 1" }),
498
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 2" }),
499
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 3" }),
500
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 4" }),
501
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 5" }),
502
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 6" }),
503
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 7" }),
504
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 8" }),
505
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 9" }),
506
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 2, Col: 10" })
497
507
  ] }),
498
508
  /* @__PURE__ */ jsxs("tr", { className: "k-master-row k-table-row", style: { height: "60px" }, children: [
499
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 1" }),
500
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 2" }),
501
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 3" }),
502
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 4" }),
503
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 5" }),
504
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 6" }),
505
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 7" }),
506
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 8" }),
507
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 9" }),
508
- /* @__PURE__ */ jsx2("td", { className: "k-table-td", children: "Row: 3, Col: 10" })
509
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 1" }),
510
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 2" }),
511
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 3" }),
512
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 4" }),
513
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 5" }),
514
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 6" }),
515
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 7" }),
516
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 8" }),
517
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 9" }),
518
+ /* @__PURE__ */ jsx5("td", { className: "k-table-td", children: "Row: 3, Col: 10" })
509
519
  ] })
510
520
  ] })
511
521
  ] }) }) }),
512
- /* @__PURE__ */ jsx2("div", { className: "k-virtual-scroller-size", style: { height: "30000px" } })
522
+ /* @__PURE__ */ jsx5("div", { className: "k-virtual-scroller-size", style: { height: "30000px" } })
513
523
  ] }) })
514
524
  ] }) })
515
525
  ] }) });