@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
@@ -6179,8 +6179,18 @@ Skeleton.options = options28;
6179
6179
  Skeleton.className = SKELETON_CLASSNAME;
6180
6180
  Skeleton.defaultProps = defaultProps26;
6181
6181
 
6182
+ // src/skeleton/templates/skeleton-normal.tsx
6183
+ import { jsx as jsx71 } from "react/jsx-runtime";
6184
+ var SkeletonNormal = (props) => /* @__PURE__ */ jsx71(Skeleton, { ...props });
6185
+
6186
+ // src/skeleton/templates/skeleton-rectangle.tsx
6187
+ import { jsx as jsx72 } from "react/jsx-runtime";
6188
+
6189
+ // src/skeleton/templates/skeleton-circle.tsx
6190
+ import { jsx as jsx73 } from "react/jsx-runtime";
6191
+
6182
6192
  // src/textbox/textbox.spec.tsx
6183
- import { jsx as jsx71, jsxs as jsxs24 } from "react/jsx-runtime";
6193
+ import { jsx as jsx74, jsxs as jsxs24 } from "react/jsx-runtime";
6184
6194
  var TEXTBOX_CLASSNAME = `k-textbox`;
6185
6195
  var states30 = [
6186
6196
  States.hover,
@@ -6240,9 +6250,9 @@ var Textbox = (props) => {
6240
6250
  readonly,
6241
6251
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6242
6252
  children: [
6243
- /* @__PURE__ */ jsx71(InputPrefix, { children: prefix }),
6244
- /* @__PURE__ */ jsx71(InputInnerInput, { placeholder, value }),
6245
- /* @__PURE__ */ jsx71(
6253
+ /* @__PURE__ */ jsx74(InputPrefix, { children: prefix }),
6254
+ /* @__PURE__ */ jsx74(InputInnerInput, { placeholder, value }),
6255
+ /* @__PURE__ */ jsx74(
6246
6256
  InputValidationIcon,
6247
6257
  {
6248
6258
  valid,
@@ -6251,14 +6261,14 @@ var Textbox = (props) => {
6251
6261
  disabled
6252
6262
  }
6253
6263
  ),
6254
- /* @__PURE__ */ jsx71(
6264
+ /* @__PURE__ */ jsx74(
6255
6265
  InputLoadingIcon,
6256
6266
  {
6257
6267
  loading,
6258
6268
  disabled
6259
6269
  }
6260
6270
  ),
6261
- showClearButton && /* @__PURE__ */ jsx71(
6271
+ showClearButton && /* @__PURE__ */ jsx74(
6262
6272
  InputClearValue,
6263
6273
  {
6264
6274
  loading,
@@ -6267,7 +6277,7 @@ var Textbox = (props) => {
6267
6277
  value
6268
6278
  }
6269
6279
  ),
6270
- /* @__PURE__ */ jsx71(InputSuffix, { children: suffix })
6280
+ /* @__PURE__ */ jsx74(InputSuffix, { children: suffix })
6271
6281
  ]
6272
6282
  }
6273
6283
  );
@@ -6278,16 +6288,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
6278
6288
  Textbox.defaultProps = defaultProps27;
6279
6289
 
6280
6290
  // src/textbox/templates/textbox-normal.tsx
6281
- import { jsx as jsx72 } from "react/jsx-runtime";
6291
+ import { jsx as jsx75 } from "react/jsx-runtime";
6282
6292
 
6283
6293
  // src/textbox/templates/textbox-prefix.tsx
6284
- import { Fragment as Fragment16, jsx as jsx73, jsxs as jsxs25 } from "react/jsx-runtime";
6294
+ import { Fragment as Fragment16, jsx as jsx76, jsxs as jsxs25 } from "react/jsx-runtime";
6285
6295
 
6286
6296
  // src/textbox/templates/textbox-suffix.tsx
6287
- import { Fragment as Fragment17, jsx as jsx74, jsxs as jsxs26 } from "react/jsx-runtime";
6297
+ import { Fragment as Fragment17, jsx as jsx77, jsxs as jsxs26 } from "react/jsx-runtime";
6288
6298
 
6289
6299
  // src/button-group/button-group.spec.tsx
6290
- import { jsx as jsx75 } from "react/jsx-runtime";
6300
+ import { jsx as jsx78 } from "react/jsx-runtime";
6291
6301
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6292
6302
  var states31 = [
6293
6303
  States.disabled
@@ -6305,7 +6315,7 @@ var ButtonGroup = (props) => {
6305
6315
  stretched,
6306
6316
  ...other
6307
6317
  } = props;
6308
- return /* @__PURE__ */ jsx75(
6318
+ return /* @__PURE__ */ jsx78(
6309
6319
  "div",
6310
6320
  {
6311
6321
  ...other,
@@ -6332,19 +6342,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6332
6342
  ButtonGroup.defaultProps = defaultProps28;
6333
6343
 
6334
6344
  // src/button-group/templates/icon-button-group.tsx
6335
- import { jsx as jsx76, jsxs as jsxs27 } from "react/jsx-runtime";
6345
+ import { jsx as jsx79, jsxs as jsxs27 } from "react/jsx-runtime";
6336
6346
 
6337
6347
  // src/button-group/templates/icon-text-button-group.tsx
6338
- import { jsx as jsx77, jsxs as jsxs28 } from "react/jsx-runtime";
6348
+ import { jsx as jsx80, jsxs as jsxs28 } from "react/jsx-runtime";
6339
6349
 
6340
6350
  // src/button-group/templates/text-button-group.tsx
6341
- import { jsx as jsx78, jsxs as jsxs29 } from "react/jsx-runtime";
6351
+ import { jsx as jsx81, jsxs as jsxs29 } from "react/jsx-runtime";
6342
6352
 
6343
6353
  // src/button-group/templates/mixed-button-group.tsx
6344
- import { jsx as jsx79, jsxs as jsxs30 } from "react/jsx-runtime";
6354
+ import { jsx as jsx82, jsxs as jsxs30 } from "react/jsx-runtime";
6345
6355
 
6346
6356
  // src/color-preview/color-preview.tsx
6347
- import { jsx as jsx80, jsxs as jsxs31 } from "react/jsx-runtime";
6357
+ import { jsx as jsx83, jsxs as jsxs31 } from "react/jsx-runtime";
6348
6358
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6349
6359
  var states32 = [];
6350
6360
  var options31 = {};
@@ -6367,8 +6377,8 @@ var ColorPreview = (props) => {
6367
6377
  }
6368
6378
  ),
6369
6379
  children: [
6370
- iconName && /* @__PURE__ */ jsx80(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6371
- /* @__PURE__ */ jsx80(
6380
+ iconName && /* @__PURE__ */ jsx83(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6381
+ /* @__PURE__ */ jsx83(
6372
6382
  "span",
6373
6383
  {
6374
6384
  className: "k-color-preview-mask",
@@ -6384,7 +6394,7 @@ ColorPreview.options = options31;
6384
6394
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6385
6395
 
6386
6396
  // src/colorpicker/colorpicker.spec.tsx
6387
- import { Fragment as Fragment18, jsx as jsx81, jsxs as jsxs32 } from "react/jsx-runtime";
6397
+ import { Fragment as Fragment18, jsx as jsx84, jsxs as jsxs32 } from "react/jsx-runtime";
6388
6398
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6389
6399
  var states33 = [
6390
6400
  States.hover,
@@ -6446,14 +6456,14 @@ var ColorPicker = (props) => {
6446
6456
  "k-icon-picker"
6447
6457
  ),
6448
6458
  children: [
6449
- /* @__PURE__ */ jsx81(InputPrefix, { children: prefix }),
6450
- /* @__PURE__ */ jsx81(
6459
+ /* @__PURE__ */ jsx84(InputPrefix, { children: prefix }),
6460
+ /* @__PURE__ */ jsx84(
6451
6461
  InputInnerSpan,
6452
6462
  {
6453
6463
  placeholder,
6454
6464
  value,
6455
6465
  showValue: false,
6456
- valueIcon: /* @__PURE__ */ jsx81(
6466
+ valueIcon: /* @__PURE__ */ jsx84(
6457
6467
  ColorPreview,
6458
6468
  {
6459
6469
  className: "k-value-icon",
@@ -6464,8 +6474,8 @@ var ColorPicker = (props) => {
6464
6474
  valueIconName
6465
6475
  }
6466
6476
  ),
6467
- /* @__PURE__ */ jsx81(InputSuffix, { children: suffix }),
6468
- /* @__PURE__ */ jsx81(
6477
+ /* @__PURE__ */ jsx84(InputSuffix, { children: suffix }),
6478
+ /* @__PURE__ */ jsx84(
6469
6479
  Button,
6470
6480
  {
6471
6481
  className: "k-input-button",
@@ -6478,7 +6488,7 @@ var ColorPicker = (props) => {
6478
6488
  ]
6479
6489
  }
6480
6490
  ),
6481
- opened && popup && /* @__PURE__ */ jsx81(Popup, { className: "k-color-picker-popup", children: popup })
6491
+ opened && popup && /* @__PURE__ */ jsx84(Popup, { className: "k-color-picker-popup", children: popup })
6482
6492
  ] });
6483
6493
  };
6484
6494
  ColorPicker.states = states33;
@@ -6487,10 +6497,10 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
6487
6497
  ColorPicker.defaultProps = defaultProps29;
6488
6498
 
6489
6499
  // src/colorpicker/templates/colorpicker-normal.tsx
6490
- import { jsx as jsx82 } from "react/jsx-runtime";
6500
+ import { jsx as jsx85 } from "react/jsx-runtime";
6491
6501
 
6492
6502
  // src/action-buttons/action-buttons.spec.tsx
6493
- import { jsx as jsx83 } from "react/jsx-runtime";
6503
+ import { jsx as jsx86 } from "react/jsx-runtime";
6494
6504
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6495
6505
  var states34 = [];
6496
6506
  var options33 = {};
@@ -6504,7 +6514,7 @@ var ActionButtons = (props) => {
6504
6514
  orientation = defaultProps30.orientation,
6505
6515
  ...other
6506
6516
  } = props;
6507
- return /* @__PURE__ */ jsx83(
6517
+ return /* @__PURE__ */ jsx86(
6508
6518
  "div",
6509
6519
  {
6510
6520
  ...other,
@@ -6527,7 +6537,7 @@ ActionButtons.defaultProps = defaultProps30;
6527
6537
  var action_buttons_spec_default = ActionButtons;
6528
6538
 
6529
6539
  // src/slider/slider.spec.tsx
6530
- import { jsx as jsx84, jsxs as jsxs33 } from "react/jsx-runtime";
6540
+ import { jsx as jsx87, jsxs as jsxs33 } from "react/jsx-runtime";
6531
6541
  var SLIDER_CLASSNAME = "k-slider";
6532
6542
  var states35 = [
6533
6543
  States.hover,
@@ -6579,12 +6589,12 @@ var Slider = (props) => {
6579
6589
  "k-range-slider": type === "range"
6580
6590
  }
6581
6591
  ), dir, children: [
6582
- type !== "gradient" && /* @__PURE__ */ jsx84(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6592
+ type !== "gradient" && /* @__PURE__ */ jsx87(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6583
6593
  /* @__PURE__ */ jsxs33("div", { className: "k-slider-track-wrap", children: [
6584
- type !== "gradient" && /* @__PURE__ */ jsx84("ul", { className: "k-reset k-slider-items", children: props.children }),
6594
+ type !== "gradient" && /* @__PURE__ */ jsx87("ul", { className: "k-reset k-slider-items", children: props.children }),
6585
6595
  /* @__PURE__ */ jsxs33("div", { className: "k-slider-track", style: trackStyle, children: [
6586
- /* @__PURE__ */ jsx84("div", { className: "k-slider-selection" }),
6587
- type === "range" && /* @__PURE__ */ jsx84("span", { className: classNames(
6596
+ /* @__PURE__ */ jsx87("div", { className: "k-slider-selection" }),
6597
+ type === "range" && /* @__PURE__ */ jsx87("span", { className: classNames(
6588
6598
  "k-draghandle",
6589
6599
  "k-draghandle-start",
6590
6600
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6593,7 +6603,7 @@ var Slider = (props) => {
6593
6603
  active
6594
6604
  })
6595
6605
  ) }),
6596
- /* @__PURE__ */ jsx84("span", { className: classNames(
6606
+ /* @__PURE__ */ jsx87("span", { className: classNames(
6597
6607
  "k-draghandle",
6598
6608
  `k-draghandle-${handlePosition}`,
6599
6609
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6604,7 +6614,7 @@ var Slider = (props) => {
6604
6614
  ) })
6605
6615
  ] })
6606
6616
  ] }),
6607
- type !== "gradient" && /* @__PURE__ */ jsx84(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6617
+ type !== "gradient" && /* @__PURE__ */ jsx87(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6608
6618
  ] });
6609
6619
  };
6610
6620
  Slider.states = states35;
@@ -6613,7 +6623,7 @@ Slider.className = SLIDER_CLASSNAME;
6613
6623
  Slider.defaultProps = defaultProps31;
6614
6624
 
6615
6625
  // src/slider/slider-tick.tsx
6616
- import { jsx as jsx85 } from "react/jsx-runtime";
6626
+ import { jsx as jsx88 } from "react/jsx-runtime";
6617
6627
  var SLIDER_TICK_CLASSNAME = "k-tick";
6618
6628
  var states36 = [];
6619
6629
  var options35 = {};
@@ -6628,14 +6638,14 @@ var SliderTick = (props) => {
6628
6638
  large,
6629
6639
  text
6630
6640
  } = props;
6631
- return /* @__PURE__ */ jsx85("li", { className: classNames(
6641
+ return /* @__PURE__ */ jsx88("li", { className: classNames(
6632
6642
  props.className,
6633
6643
  SLIDER_TICK_CLASSNAME,
6634
6644
  {
6635
6645
  [`k-tick-${orientation}`]: orientation,
6636
6646
  "k-tick-large": large
6637
6647
  }
6638
- ), style, children: label && /* @__PURE__ */ jsx85("span", { className: "k-label", children: text }) });
6648
+ ), style, children: label && /* @__PURE__ */ jsx88("span", { className: "k-label", children: text }) });
6639
6649
  };
6640
6650
  SliderTick.states = states36;
6641
6651
  SliderTick.options = options35;
@@ -6643,7 +6653,7 @@ SliderTick.className = SLIDER_TICK_CLASSNAME;
6643
6653
  SliderTick.defaultProps = defaultProps32;
6644
6654
 
6645
6655
  // src/colorgradient/color-input.tsx
6646
- import { Fragment as Fragment19, jsx as jsx86, jsxs as jsxs34 } from "react/jsx-runtime";
6656
+ import { Fragment as Fragment19, jsx as jsx89, jsxs as jsxs34 } from "react/jsx-runtime";
6647
6657
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
6648
6658
  var states37 = [];
6649
6659
  var options36 = {};
@@ -6655,74 +6665,74 @@ var ColorInput = (props) => {
6655
6665
  mode = defaultProps33.mode
6656
6666
  } = props;
6657
6667
  return /* @__PURE__ */ jsxs34("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6658
- /* @__PURE__ */ jsx86("div", { className: "k-vstack", children: /* @__PURE__ */ jsx86(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6668
+ /* @__PURE__ */ jsx89("div", { className: "k-vstack", children: /* @__PURE__ */ jsx89(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6659
6669
  mode === "rgba" && /* @__PURE__ */ jsxs34(Fragment19, { children: [
6660
6670
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6661
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6662
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "R" })
6671
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6672
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "R" })
6663
6673
  ] }),
6664
6674
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6665
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6666
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "G" })
6675
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6676
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "G" })
6667
6677
  ] }),
6668
6678
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6669
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6670
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "B" })
6679
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6680
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "B" })
6671
6681
  ] }),
6672
6682
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6673
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6674
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "A" })
6683
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6684
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "A" })
6675
6685
  ] })
6676
6686
  ] }),
6677
6687
  mode === "rgb" && /* @__PURE__ */ jsxs34(Fragment19, { children: [
6678
6688
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6679
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6680
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "R" })
6689
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6690
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "R" })
6681
6691
  ] }),
6682
6692
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6683
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6684
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "G" })
6693
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6694
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "G" })
6685
6695
  ] }),
6686
6696
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6687
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6688
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "B" })
6697
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6698
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "B" })
6689
6699
  ] })
6690
6700
  ] }),
6691
6701
  mode === "hsva" && /* @__PURE__ */ jsxs34(Fragment19, { children: [
6692
6702
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6693
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6694
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "H" })
6703
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6704
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "H" })
6695
6705
  ] }),
6696
6706
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6697
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6698
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "S" })
6707
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6708
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "S" })
6699
6709
  ] }),
6700
6710
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6701
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6702
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "V" })
6711
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6712
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "V" })
6703
6713
  ] }),
6704
6714
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6705
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6706
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "A" })
6715
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6716
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "A" })
6707
6717
  ] })
6708
6718
  ] }),
6709
6719
  mode === "hsv" && /* @__PURE__ */ jsxs34(Fragment19, { children: [
6710
6720
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6711
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6712
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "H" })
6721
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6722
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "H" })
6713
6723
  ] }),
6714
6724
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6715
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6716
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "S" })
6725
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6726
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "S" })
6717
6727
  ] }),
6718
6728
  /* @__PURE__ */ jsxs34("div", { className: "k-vstack", children: [
6719
- /* @__PURE__ */ jsx86(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6720
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "V" })
6729
+ /* @__PURE__ */ jsx89(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6730
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "V" })
6721
6731
  ] })
6722
6732
  ] }),
6723
- mode === "hex" && /* @__PURE__ */ jsx86(Fragment19, { children: /* @__PURE__ */ jsxs34("div", { className: "k-vstack k-flex-1", children: [
6724
- /* @__PURE__ */ jsx86(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6725
- /* @__PURE__ */ jsx86("label", { className: "k-colorgradient-input-label", children: "HEX" })
6733
+ mode === "hex" && /* @__PURE__ */ jsx89(Fragment19, { children: /* @__PURE__ */ jsxs34("div", { className: "k-vstack k-flex-1", children: [
6734
+ /* @__PURE__ */ jsx89(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6735
+ /* @__PURE__ */ jsx89("label", { className: "k-colorgradient-input-label", children: "HEX" })
6726
6736
  ] }) })
6727
6737
  ] });
6728
6738
  };
@@ -6732,31 +6742,31 @@ ColorInput.className = COLOR_INPUT_CLASSNAME;
6732
6742
  ColorInput.defaultProps = defaultProps33;
6733
6743
 
6734
6744
  // src/colorgradient/color-contrast.tsx
6735
- import { jsx as jsx87, jsxs as jsxs35 } from "react/jsx-runtime";
6745
+ import { jsx as jsx90, jsxs as jsxs35 } from "react/jsx-runtime";
6736
6746
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
6737
6747
  var states38 = [];
6738
6748
  var options37 = {};
6739
6749
  var defaultProps34 = {};
6740
6750
  var ColorContrast = () => /* @__PURE__ */ jsxs35("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6741
6751
  /* @__PURE__ */ jsxs35("div", { className: "k-contrast-ratio", children: [
6742
- /* @__PURE__ */ jsx87("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6752
+ /* @__PURE__ */ jsx90("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6743
6753
  /* @__PURE__ */ jsxs35("span", { className: "k-contrast-validation !k-text-success", children: [
6744
- /* @__PURE__ */ jsx87(Icon, { icon: "check" }),
6745
- /* @__PURE__ */ jsx87(Icon, { icon: "check" })
6754
+ /* @__PURE__ */ jsx90(Icon, { icon: "check" }),
6755
+ /* @__PURE__ */ jsx90(Icon, { icon: "check" })
6746
6756
  ] })
6747
6757
  ] }),
6748
6758
  /* @__PURE__ */ jsxs35("div", { children: [
6749
- /* @__PURE__ */ jsx87("span", { children: "AA: 4.5" }),
6759
+ /* @__PURE__ */ jsx90("span", { children: "AA: 4.5" }),
6750
6760
  /* @__PURE__ */ jsxs35("span", { className: "k-contrast-validation !k-text-success", children: [
6751
6761
  "Pass",
6752
- /* @__PURE__ */ jsx87(Icon, { icon: "check" })
6762
+ /* @__PURE__ */ jsx90(Icon, { icon: "check" })
6753
6763
  ] })
6754
6764
  ] }),
6755
6765
  /* @__PURE__ */ jsxs35("div", { children: [
6756
- /* @__PURE__ */ jsx87("span", { children: "AAA: 7.0" }),
6766
+ /* @__PURE__ */ jsx90("span", { children: "AAA: 7.0" }),
6757
6767
  /* @__PURE__ */ jsxs35("span", { className: "k-contrast-validation !k-text-error", children: [
6758
6768
  "Fail",
6759
- /* @__PURE__ */ jsx87(Icon, { icon: "x" })
6769
+ /* @__PURE__ */ jsx90(Icon, { icon: "x" })
6760
6770
  ] })
6761
6771
  ] })
6762
6772
  ] });
@@ -6766,7 +6776,7 @@ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
6766
6776
  ColorContrast.defaultProps = defaultProps34;
6767
6777
 
6768
6778
  // src/colorgradient/color-gradient.spec.tsx
6769
- import { jsx as jsx88, jsxs as jsxs36 } from "react/jsx-runtime";
6779
+ import { jsx as jsx91, jsxs as jsxs36 } from "react/jsx-runtime";
6770
6780
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
6771
6781
  var states39 = [
6772
6782
  States.hover,
@@ -6810,7 +6820,7 @@ var ColorGradient = (props) => {
6810
6820
  })
6811
6821
  ), dir, children: [
6812
6822
  /* @__PURE__ */ jsxs36("div", { className: "k-colorgradient-canvas k-hstack", children: [
6813
- /* @__PURE__ */ jsx88("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ jsx88("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ jsx88("div", { className: classNames(
6823
+ /* @__PURE__ */ jsx91("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ jsx91("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ jsx91("div", { className: classNames(
6814
6824
  "k-hsv-draghandle",
6815
6825
  "k-draghandle",
6816
6826
  {
@@ -6819,12 +6829,12 @@ var ColorGradient = (props) => {
6819
6829
  }
6820
6830
  ), style: dragHandleStyle }) }) }),
6821
6831
  /* @__PURE__ */ jsxs36("div", { className: "k-hsv-controls k-hstack", children: [
6822
- /* @__PURE__ */ jsx88(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6823
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ jsx88(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6832
+ /* @__PURE__ */ jsx91(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6833
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ jsx91(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6824
6834
  ] })
6825
6835
  ] }),
6826
- /* @__PURE__ */ jsx88(ColorInput, { mode: props.mode }),
6827
- contrast && /* @__PURE__ */ jsx88(ColorContrast, {})
6836
+ /* @__PURE__ */ jsx91(ColorInput, { mode: props.mode }),
6837
+ contrast && /* @__PURE__ */ jsx91(ColorContrast, {})
6828
6838
  ] });
6829
6839
  };
6830
6840
  ColorGradient.states = states39;
@@ -6833,17 +6843,17 @@ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
6833
6843
  ColorGradient.defaultProps = defaultProps35;
6834
6844
 
6835
6845
  // src/colorgradient/templates/colorgradient-normal.tsx
6836
- import { jsx as jsx89 } from "react/jsx-runtime";
6846
+ import { jsx as jsx92 } from "react/jsx-runtime";
6837
6847
 
6838
6848
  // src/colorgradient/templates/colorgradient-contrast.tsx
6839
- import { jsx as jsx90 } from "react/jsx-runtime";
6849
+ import { jsx as jsx93 } from "react/jsx-runtime";
6840
6850
 
6841
6851
  // src/colorpalette/colorpalette-row.tsx
6842
- import { jsx as jsx91 } from "react/jsx-runtime";
6843
- var ColorPaletteRow = (props) => /* @__PURE__ */ jsx91("tr", { children: props.children });
6852
+ import { jsx as jsx94 } from "react/jsx-runtime";
6853
+ var ColorPaletteRow = (props) => /* @__PURE__ */ jsx94("tr", { children: props.children });
6844
6854
 
6845
6855
  // src/colorpalette/colorpalette-tile.tsx
6846
- import { jsx as jsx92 } from "react/jsx-runtime";
6856
+ import { jsx as jsx95 } from "react/jsx-runtime";
6847
6857
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
6848
6858
  var states40 = [
6849
6859
  States.hover,
@@ -6865,7 +6875,7 @@ var ColorPaletteTile = (props) => {
6865
6875
  "width": tileSize ? tileSize + "px" : "",
6866
6876
  "height": tileSize ? tileSize + "px" : ""
6867
6877
  };
6868
- return /* @__PURE__ */ jsx92(
6878
+ return /* @__PURE__ */ jsx95(
6869
6879
  "td",
6870
6880
  {
6871
6881
  ...other,
@@ -6887,7 +6897,7 @@ ColorPaletteTile.options = options39;
6887
6897
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
6888
6898
 
6889
6899
  // src/colorpalette/colorpalette.spec.tsx
6890
- import { jsx as jsx93 } from "react/jsx-runtime";
6900
+ import { jsx as jsx96 } from "react/jsx-runtime";
6891
6901
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
6892
6902
  var states41 = [
6893
6903
  States.disabled
@@ -6912,14 +6922,14 @@ var ColorPalette = (props) => {
6912
6922
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
6913
6923
  const items = [];
6914
6924
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
6915
- items.push(/* @__PURE__ */ jsx93(ColorPaletteTile, { color, tileSize }));
6925
+ items.push(/* @__PURE__ */ jsx96(ColorPaletteTile, { color, tileSize }));
6916
6926
  });
6917
- const row = /* @__PURE__ */ jsx93(ColorPaletteRow, { children: items });
6927
+ const row = /* @__PURE__ */ jsx96(ColorPaletteRow, { children: items });
6918
6928
  newChildren.push(row);
6919
6929
  });
6920
6930
  }
6921
6931
  }
6922
- return /* @__PURE__ */ jsx93(
6932
+ return /* @__PURE__ */ jsx96(
6923
6933
  "div",
6924
6934
  {
6925
6935
  ...other,
@@ -6930,7 +6940,7 @@ var ColorPalette = (props) => {
6930
6940
  disabled
6931
6941
  })
6932
6942
  ),
6933
- children: /* @__PURE__ */ jsx93("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6943
+ children: /* @__PURE__ */ jsx96("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6934
6944
  }
6935
6945
  );
6936
6946
  };
@@ -6940,7 +6950,7 @@ ColorPalette.className = COLORPALETTE_CLASSNAME;
6940
6950
  ColorPalette.defaultProps = defaultProps36;
6941
6951
 
6942
6952
  // src/colorpalette/templates/colorpalette-normal.tsx
6943
- import { jsx as jsx94 } from "react/jsx-runtime";
6953
+ import { jsx as jsx97 } from "react/jsx-runtime";
6944
6954
 
6945
6955
  // src/colorpalette/colorpalette-presets.tsx
6946
6956
  var PALETTEPRESETS = {
@@ -6995,7 +7005,7 @@ var PALETTEPRESETS = {
6995
7005
  };
6996
7006
 
6997
7007
  // src/coloreditor/color-editor.spec.tsx
6998
- import { jsx as jsx95, jsxs as jsxs37 } from "react/jsx-runtime";
7008
+ import { jsx as jsx98, jsxs as jsxs37 } from "react/jsx-runtime";
6999
7009
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
7000
7010
  var states42 = [
7001
7011
  States.focus
@@ -7024,23 +7034,23 @@ var ColorEditor = (props) => {
7024
7034
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
7025
7035
  ), dir, children: [
7026
7036
  /* @__PURE__ */ jsxs37("div", { className: "k-coloreditor-header k-hstack", children: [
7027
- /* @__PURE__ */ jsx95("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
7028
- /* @__PURE__ */ jsx95(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7029
- /* @__PURE__ */ jsx95(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7037
+ /* @__PURE__ */ jsx98("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
7038
+ /* @__PURE__ */ jsx98(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7039
+ /* @__PURE__ */ jsx98(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7030
7040
  ] }) }),
7031
- /* @__PURE__ */ jsx95("div", { className: "k-spacer" }),
7041
+ /* @__PURE__ */ jsx98("div", { className: "k-spacer" }),
7032
7042
  /* @__PURE__ */ jsxs37("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7033
- /* @__PURE__ */ jsx95(Button, { fillMode: "flat", icon: "droplet-slash" }),
7043
+ /* @__PURE__ */ jsx98(Button, { fillMode: "flat", icon: "droplet-slash" }),
7034
7044
  /* @__PURE__ */ jsxs37("div", { className: "k-coloreditor-preview k-vstack", children: [
7035
- /* @__PURE__ */ jsx95(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7036
- /* @__PURE__ */ jsx95(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7045
+ /* @__PURE__ */ jsx98(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7046
+ /* @__PURE__ */ jsx98(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7037
7047
  ] })
7038
7048
  ] })
7039
7049
  ] }),
7040
- /* @__PURE__ */ jsx95("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ jsx95(ColorGradient, { focus: focusView }) : /* @__PURE__ */ jsx95(ColorPalette, { palette }) }),
7050
+ /* @__PURE__ */ jsx98("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ jsx98(ColorGradient, { focus: focusView }) : /* @__PURE__ */ jsx98(ColorPalette, { palette }) }),
7041
7051
  /* @__PURE__ */ jsxs37(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7042
- /* @__PURE__ */ jsx95(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7043
- /* @__PURE__ */ jsx95(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7052
+ /* @__PURE__ */ jsx98(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7053
+ /* @__PURE__ */ jsx98(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7044
7054
  ] })
7045
7055
  ] });
7046
7056
  };
@@ -7050,25 +7060,25 @@ ColorEditor.className = COLOREDITOR_CLASSNAME;
7050
7060
  ColorEditor.defaultProps = defaultProps37;
7051
7061
 
7052
7062
  // src/coloreditor/templates/coloreditor-normal.tsx
7053
- import { jsx as jsx96 } from "react/jsx-runtime";
7063
+ import { jsx as jsx99 } from "react/jsx-runtime";
7054
7064
 
7055
7065
  // src/coloreditor/templates/coloreditor-palette.tsx
7056
- import { jsx as jsx97 } from "react/jsx-runtime";
7066
+ import { jsx as jsx100 } from "react/jsx-runtime";
7057
7067
 
7058
7068
  // src/coloreditor/templates/coloreditor-group.tsx
7059
- import { jsx as jsx98 } from "react/jsx-runtime";
7069
+ import { jsx as jsx101 } from "react/jsx-runtime";
7060
7070
 
7061
7071
  // src/coloreditor/templates/coloreditor-palette-group.tsx
7062
- import { jsx as jsx99 } from "react/jsx-runtime";
7072
+ import { jsx as jsx102 } from "react/jsx-runtime";
7063
7073
 
7064
7074
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
7065
- import { jsx as jsx100 } from "react/jsx-runtime";
7075
+ import { jsx as jsx103 } from "react/jsx-runtime";
7066
7076
 
7067
7077
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
7068
- import { jsx as jsx101 } from "react/jsx-runtime";
7078
+ import { jsx as jsx104 } from "react/jsx-runtime";
7069
7079
 
7070
7080
  // src/action-sheet/action-sheet.spec.tsx
7071
- import { Fragment as Fragment20, jsx as jsx102, jsxs as jsxs38 } from "react/jsx-runtime";
7081
+ import { Fragment as Fragment20, jsx as jsx105, jsxs as jsxs38 } from "react/jsx-runtime";
7072
7082
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
7073
7083
  var states43 = [];
7074
7084
  var options42 = {};
@@ -7091,8 +7101,8 @@ var ActionSheet = (props) => {
7091
7101
  overlay = defaultProps38.overlay,
7092
7102
  ...other
7093
7103
  } = props;
7094
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx102(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7095
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx102(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx102(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7104
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx105(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7105
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx105(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx105(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7096
7106
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
7097
7107
  switch (child.type) {
7098
7108
  case ActionSheetHeader:
@@ -7102,10 +7112,10 @@ var ActionSheet = (props) => {
7102
7112
  return true;
7103
7113
  }
7104
7114
  return true;
7105
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx102(Fragment20, {});
7115
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx105(Fragment20, {});
7106
7116
  return /* @__PURE__ */ jsxs38("div", { className: "k-actionsheet-container", children: [
7107
- overlay && /* @__PURE__ */ jsx102("div", { className: "k-overlay" }),
7108
- /* @__PURE__ */ jsx102(
7117
+ overlay && /* @__PURE__ */ jsx105("div", { className: "k-overlay" }),
7118
+ /* @__PURE__ */ jsx105(
7109
7119
  AnimationContainer,
7110
7120
  {
7111
7121
  animationStyle: {
@@ -7115,7 +7125,7 @@ var ActionSheet = (props) => {
7115
7125
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
7116
7126
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
7117
7127
  },
7118
- children: /* @__PURE__ */ jsx102(
7128
+ children: /* @__PURE__ */ jsx105(
7119
7129
  "div",
7120
7130
  {
7121
7131
  ...other,
@@ -7130,7 +7140,7 @@ var ActionSheet = (props) => {
7130
7140
  ),
7131
7141
  children: /* @__PURE__ */ jsxs38(Fragment20, { children: [
7132
7142
  _ActionSheetHeader,
7133
- /* @__PURE__ */ jsx102("div", { className: classNames(
7143
+ /* @__PURE__ */ jsx105("div", { className: classNames(
7134
7144
  "k-actionsheet-content",
7135
7145
  {
7136
7146
  "!k-overflow-hidden": adaptive
@@ -7150,7 +7160,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
7150
7160
  ActionSheet.defaultProps = defaultProps38;
7151
7161
 
7152
7162
  // src/action-sheet/actionsheet-header.tsx
7153
- import { Fragment as Fragment21, jsx as jsx103, jsxs as jsxs39 } from "react/jsx-runtime";
7163
+ import { Fragment as Fragment21, jsx as jsx106, jsxs as jsxs39 } from "react/jsx-runtime";
7154
7164
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7155
7165
  var ActionSheetHeader = (props) => {
7156
7166
  const {
@@ -7160,7 +7170,7 @@ var ActionSheetHeader = (props) => {
7160
7170
  filter,
7161
7171
  ...other
7162
7172
  } = props;
7163
- return /* @__PURE__ */ jsx103(
7173
+ return /* @__PURE__ */ jsx106(
7164
7174
  "div",
7165
7175
  {
7166
7176
  ...other,
@@ -7170,28 +7180,28 @@ var ActionSheetHeader = (props) => {
7170
7180
  ),
7171
7181
  children: /* @__PURE__ */ jsxs39(Fragment21, { children: [
7172
7182
  /* @__PURE__ */ jsxs39("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7173
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx103(Fragment21, { children: /* @__PURE__ */ jsxs39("div", { className: "k-actionsheet-title", children: [
7174
- title !== "" && /* @__PURE__ */ jsx103("div", { className: "k-text-center", children: title }),
7175
- subTitle !== "" && /* @__PURE__ */ jsx103("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7183
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx106(Fragment21, { children: /* @__PURE__ */ jsxs39("div", { className: "k-actionsheet-title", children: [
7184
+ title !== "" && /* @__PURE__ */ jsx106("div", { className: "k-text-center", children: title }),
7185
+ subTitle !== "" && /* @__PURE__ */ jsx106("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7176
7186
  ] }) }),
7177
- props.children && /* @__PURE__ */ jsx103("div", { className: "k-actionsheet-title", children: props.children }),
7178
- actions && /* @__PURE__ */ jsx103(Fragment21, { children: /* @__PURE__ */ jsx103("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx103(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7187
+ props.children && /* @__PURE__ */ jsx106("div", { className: "k-actionsheet-title", children: props.children }),
7188
+ actions && /* @__PURE__ */ jsx106(Fragment21, { children: /* @__PURE__ */ jsx106("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx106(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7179
7189
  ] }),
7180
- filter && /* @__PURE__ */ jsx103(Fragment21, { children: /* @__PURE__ */ jsx103("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx103(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7190
+ filter && /* @__PURE__ */ jsx106(Fragment21, { children: /* @__PURE__ */ jsx106("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx106(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7181
7191
  ] })
7182
7192
  }
7183
7193
  );
7184
7194
  };
7185
7195
 
7186
7196
  // src/action-sheet/actionsheet-footer.tsx
7187
- import { Fragment as Fragment22, jsx as jsx104, jsxs as jsxs40 } from "react/jsx-runtime";
7197
+ import { Fragment as Fragment22, jsx as jsx107, jsxs as jsxs40 } from "react/jsx-runtime";
7188
7198
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7189
7199
  var ActionSheetFooter = (props) => {
7190
7200
  const {
7191
7201
  actions,
7192
7202
  ...other
7193
7203
  } = props;
7194
- return /* @__PURE__ */ jsx104(
7204
+ return /* @__PURE__ */ jsx107(
7195
7205
  action_buttons_spec_default,
7196
7206
  {
7197
7207
  ...other,
@@ -7203,14 +7213,14 @@ var ActionSheetFooter = (props) => {
7203
7213
  children: /* @__PURE__ */ jsxs40(Fragment22, { children: [
7204
7214
  actions && actions.map((action, index) => {
7205
7215
  if (action === "|") {
7206
- return /* @__PURE__ */ jsx104("span", { className: "k-separator" }, index);
7216
+ return /* @__PURE__ */ jsx107("span", { className: "k-separator" }, index);
7207
7217
  }
7208
7218
  if (action === " ") {
7209
- return /* @__PURE__ */ jsx104("span", { className: "k-spacer" }, index);
7219
+ return /* @__PURE__ */ jsx107("span", { className: "k-spacer" }, index);
7210
7220
  }
7211
7221
  const importantFlag = action.startsWith("!");
7212
7222
  const actionName = importantFlag ? action.substring(1) : action;
7213
- return /* @__PURE__ */ jsx104(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7223
+ return /* @__PURE__ */ jsx107(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7214
7224
  }),
7215
7225
  !actions && props.children
7216
7226
  ] })
@@ -7219,12 +7229,12 @@ var ActionSheetFooter = (props) => {
7219
7229
  };
7220
7230
 
7221
7231
  // src/action-sheet/actionsheet-items.tsx
7222
- import { jsx as jsx105 } from "react/jsx-runtime";
7232
+ import { jsx as jsx108 } from "react/jsx-runtime";
7223
7233
  var ActionSheetItems = (props) => {
7224
7234
  const {
7225
7235
  ...other
7226
7236
  } = props;
7227
- return /* @__PURE__ */ jsx105(
7237
+ return /* @__PURE__ */ jsx108(
7228
7238
  "div",
7229
7239
  {
7230
7240
  ...other,
@@ -7238,7 +7248,7 @@ var ActionSheetItems = (props) => {
7238
7248
  };
7239
7249
 
7240
7250
  // src/action-sheet/actionsheet-item.tsx
7241
- import { Fragment as Fragment23, jsx as jsx106, jsxs as jsxs41 } from "react/jsx-runtime";
7251
+ import { Fragment as Fragment23, jsx as jsx109, jsxs as jsxs41 } from "react/jsx-runtime";
7242
7252
  var states44 = [
7243
7253
  States.hover,
7244
7254
  States.focus,
@@ -7247,7 +7257,7 @@ var states44 = [
7247
7257
  ];
7248
7258
 
7249
7259
  // src/combobox/combobox.spec.tsx
7250
- import { Fragment as Fragment24, jsx as jsx107, jsxs as jsxs42 } from "react/jsx-runtime";
7260
+ import { Fragment as Fragment24, jsx as jsx110, jsxs as jsxs42 } from "react/jsx-runtime";
7251
7261
  var COMBOBOX_CLASSNAME = `k-combobox`;
7252
7262
  var states45 = [
7253
7263
  States.hover,
@@ -7310,9 +7320,9 @@ var Combobox = (props) => {
7310
7320
  readonly,
7311
7321
  className: classNames(props.className, COMBOBOX_CLASSNAME),
7312
7322
  children: [
7313
- /* @__PURE__ */ jsx107(InputPrefix, { children: prefix }),
7314
- /* @__PURE__ */ jsx107(InputInnerInput, { placeholder, value }),
7315
- /* @__PURE__ */ jsx107(
7323
+ /* @__PURE__ */ jsx110(InputPrefix, { children: prefix }),
7324
+ /* @__PURE__ */ jsx110(InputInnerInput, { placeholder, value }),
7325
+ /* @__PURE__ */ jsx110(
7316
7326
  InputValidationIcon,
7317
7327
  {
7318
7328
  valid,
@@ -7321,14 +7331,14 @@ var Combobox = (props) => {
7321
7331
  disabled
7322
7332
  }
7323
7333
  ),
7324
- /* @__PURE__ */ jsx107(
7334
+ /* @__PURE__ */ jsx110(
7325
7335
  InputLoadingIcon,
7326
7336
  {
7327
7337
  loading,
7328
7338
  disabled
7329
7339
  }
7330
7340
  ),
7331
- /* @__PURE__ */ jsx107(
7341
+ /* @__PURE__ */ jsx110(
7332
7342
  InputClearValue,
7333
7343
  {
7334
7344
  loading,
@@ -7337,8 +7347,8 @@ var Combobox = (props) => {
7337
7347
  value
7338
7348
  }
7339
7349
  ),
7340
- /* @__PURE__ */ jsx107(InputSuffix, { children: suffix }),
7341
- /* @__PURE__ */ jsx107(
7350
+ /* @__PURE__ */ jsx110(InputSuffix, { children: suffix }),
7351
+ /* @__PURE__ */ jsx110(
7342
7352
  Button,
7343
7353
  {
7344
7354
  className: "k-input-button",
@@ -7351,9 +7361,9 @@ var Combobox = (props) => {
7351
7361
  ]
7352
7362
  }
7353
7363
  ),
7354
- opened && popup && /* @__PURE__ */ jsx107(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7364
+ opened && popup && /* @__PURE__ */ jsx110(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7355
7365
  adaptive && /* @__PURE__ */ jsxs42(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7356
- /* @__PURE__ */ jsx107(
7366
+ /* @__PURE__ */ jsx110(
7357
7367
  ActionSheetHeader,
7358
7368
  {
7359
7369
  actions: ["x"],
@@ -7361,10 +7371,10 @@ var Combobox = (props) => {
7361
7371
  title: "Select Item"
7362
7372
  }
7363
7373
  ),
7364
- /* @__PURE__ */ jsx107("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs42(List, { size: "large", children: [
7365
- /* @__PURE__ */ jsx107(ListItem, { text: "List item" }),
7366
- /* @__PURE__ */ jsx107(ListItem, { text: "List item" }),
7367
- /* @__PURE__ */ jsx107(ListItem, { text: "List item" })
7374
+ /* @__PURE__ */ jsx110("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs42(List, { size: "large", children: [
7375
+ /* @__PURE__ */ jsx110(ListItem, { text: "List item" }),
7376
+ /* @__PURE__ */ jsx110(ListItem, { text: "List item" }),
7377
+ /* @__PURE__ */ jsx110(ListItem, { text: "List item" })
7368
7378
  ] }) })
7369
7379
  ] })
7370
7380
  ] });
@@ -7375,19 +7385,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
7375
7385
  Combobox.defaultProps = defaultProps39;
7376
7386
 
7377
7387
  // src/combobox/templates/combobox-normal.tsx
7378
- import { jsx as jsx108 } from "react/jsx-runtime";
7388
+ import { jsx as jsx111 } from "react/jsx-runtime";
7379
7389
 
7380
7390
  // src/combobox/templates/combobox-popup.tsx
7381
- import { jsx as jsx109, jsxs as jsxs43 } from "react/jsx-runtime";
7391
+ import { jsx as jsx112, jsxs as jsxs43 } from "react/jsx-runtime";
7382
7392
 
7383
7393
  // src/combobox/templates/combobox-grouping.tsx
7384
- import { jsx as jsx110, jsxs as jsxs44 } from "react/jsx-runtime";
7394
+ import { jsx as jsx113, jsxs as jsxs44 } from "react/jsx-runtime";
7385
7395
 
7386
7396
  // src/combobox/templates/combobox-adaptive.tsx
7387
- import { jsx as jsx111 } from "react/jsx-runtime";
7397
+ import { jsx as jsx114 } from "react/jsx-runtime";
7388
7398
 
7389
7399
  // src/menu-button/menu-button.spec.tsx
7390
- import { Fragment as Fragment25, jsx as jsx112, jsxs as jsxs45 } from "react/jsx-runtime";
7400
+ import { Fragment as Fragment25, jsx as jsx115, jsxs as jsxs45 } from "react/jsx-runtime";
7391
7401
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
7392
7402
  var states46 = [
7393
7403
  States.hover,
@@ -7442,7 +7452,7 @@ var MenuButton = (props) => {
7442
7452
  ...other
7443
7453
  } = props;
7444
7454
  return /* @__PURE__ */ jsxs45(Fragment25, { children: [
7445
- /* @__PURE__ */ jsx112(
7455
+ /* @__PURE__ */ jsx115(
7446
7456
  Button,
7447
7457
  {
7448
7458
  ...other,
@@ -7465,7 +7475,7 @@ var MenuButton = (props) => {
7465
7475
  arrowIconName
7466
7476
  }
7467
7477
  ),
7468
- opened && popup && /* @__PURE__ */ jsx112(Popup, { className: "k-menu-popup", children: popup })
7478
+ opened && popup && /* @__PURE__ */ jsx115(Popup, { className: "k-menu-popup", children: popup })
7469
7479
  ] });
7470
7480
  };
7471
7481
  MenuButton.states = states46;
@@ -7474,16 +7484,16 @@ MenuButton.className = MENUBUTTON_CLASSNAME;
7474
7484
  MenuButton.defaultProps = defaultProps40;
7475
7485
 
7476
7486
  // src/menu-button/templates/icon-menu-button.tsx
7477
- import { jsx as jsx113 } from "react/jsx-runtime";
7487
+ import { jsx as jsx116 } from "react/jsx-runtime";
7478
7488
 
7479
7489
  // src/menu-button/templates/icon-text-menu-button.tsx
7480
- import { jsx as jsx114 } from "react/jsx-runtime";
7490
+ import { jsx as jsx117 } from "react/jsx-runtime";
7481
7491
 
7482
7492
  // src/menu-button/templates/text-menu-button.tsx
7483
- import { jsx as jsx115 } from "react/jsx-runtime";
7493
+ import { jsx as jsx118 } from "react/jsx-runtime";
7484
7494
 
7485
7495
  // src/menu/menu-item.spec.tsx
7486
- import { Fragment as Fragment26, jsx as jsx116, jsxs as jsxs46 } from "react/jsx-runtime";
7496
+ import { Fragment as Fragment26, jsx as jsx119, jsxs as jsxs46 } from "react/jsx-runtime";
7487
7497
  var MENUITEM_CLASSNAME = `k-menu-item`;
7488
7498
  var states47 = [
7489
7499
  States.hover,
@@ -7511,7 +7521,7 @@ var MenuItem = (props) => {
7511
7521
  children,
7512
7522
  ...other
7513
7523
  } = props;
7514
- const contentTemplate = /* @__PURE__ */ jsx116(Fragment26, {});
7524
+ const contentTemplate = /* @__PURE__ */ jsx119(Fragment26, {});
7515
7525
  if (children) {
7516
7526
  children.forEach((child) => {
7517
7527
  const component = child.type;
@@ -7553,9 +7563,9 @@ var MenuItem = (props) => {
7553
7563
  })
7554
7564
  ),
7555
7565
  children: [
7556
- icon && /* @__PURE__ */ jsx116(Icon, { className: "k-menu-link-icon", icon }),
7557
- /* @__PURE__ */ jsx116("span", { className: "k-menu-link-text", children: text }),
7558
- showArrow && /* @__PURE__ */ jsx116("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx116(Icon, { icon: expandArrowName }) })
7566
+ icon && /* @__PURE__ */ jsx119(Icon, { className: "k-menu-link-icon", icon }),
7567
+ /* @__PURE__ */ jsx119("span", { className: "k-menu-link-text", children: text }),
7568
+ showArrow && /* @__PURE__ */ jsx119("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx119(Icon, { icon: expandArrowName }) })
7559
7569
  ]
7560
7570
  }
7561
7571
  ),
@@ -7571,7 +7581,7 @@ MenuItem.defaultProps = defaultProps41;
7571
7581
  var menu_item_spec_default = MenuItem;
7572
7582
 
7573
7583
  // src/menu/menu-separator.spec.tsx
7574
- import { jsx as jsx117 } from "react/jsx-runtime";
7584
+ import { jsx as jsx120 } from "react/jsx-runtime";
7575
7585
  var SEPARATOR_CLASSNAME = `k-separator`;
7576
7586
  var defaultProps42 = {
7577
7587
  orientation: "horizontal"
@@ -7581,7 +7591,7 @@ var MenuSeparator = (props) => {
7581
7591
  orientation = defaultProps42.orientation,
7582
7592
  ...other
7583
7593
  } = props;
7584
- return /* @__PURE__ */ jsx117(
7594
+ return /* @__PURE__ */ jsx120(
7585
7595
  "li",
7586
7596
  {
7587
7597
  ...other,
@@ -7599,10 +7609,10 @@ var MenuSeparator = (props) => {
7599
7609
  var menu_separator_spec_default = MenuSeparator;
7600
7610
 
7601
7611
  // src/menu/menu-item-content.tsx
7602
- import { Fragment as Fragment27, jsx as jsx118 } from "react/jsx-runtime";
7612
+ import { Fragment as Fragment27, jsx as jsx121 } from "react/jsx-runtime";
7603
7613
 
7604
7614
  // src/menu/menu-list.spec.tsx
7605
- import { jsx as jsx119 } from "react/jsx-runtime";
7615
+ import { jsx as jsx122 } from "react/jsx-runtime";
7606
7616
  import { createElement } from "react";
7607
7617
  var MENULIST_CLASSNAME = `k-menu-group`;
7608
7618
  var states48 = [];
@@ -7630,7 +7640,7 @@ var MenuList = (props) => {
7630
7640
  );
7631
7641
  } else if (child.type === menu_separator_spec_default) {
7632
7642
  listChildren.push(
7633
- /* @__PURE__ */ jsx119(menu_separator_spec_default, {})
7643
+ /* @__PURE__ */ jsx122(menu_separator_spec_default, {})
7634
7644
  );
7635
7645
  } else {
7636
7646
  listChildren.push(child);
@@ -7638,7 +7648,7 @@ var MenuList = (props) => {
7638
7648
  });
7639
7649
  }
7640
7650
  }
7641
- return /* @__PURE__ */ jsx119(
7651
+ return /* @__PURE__ */ jsx122(
7642
7652
  "ul",
7643
7653
  {
7644
7654
  ...other,
@@ -7659,10 +7669,10 @@ MenuList.className = MENULIST_CLASSNAME;
7659
7669
  MenuList.defaultProps = defaultProps43;
7660
7670
 
7661
7671
  // src/menu-button/templates/menu-button-popup.tsx
7662
- import { jsx as jsx120, jsxs as jsxs47 } from "react/jsx-runtime";
7672
+ import { jsx as jsx123, jsxs as jsxs47 } from "react/jsx-runtime";
7663
7673
 
7664
7674
  // src/split-button/split-button.spec.tsx
7665
- import { Fragment as Fragment28, jsx as jsx121, jsxs as jsxs48 } from "react/jsx-runtime";
7675
+ import { Fragment as Fragment28, jsx as jsx124, jsxs as jsxs48 } from "react/jsx-runtime";
7666
7676
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7667
7677
  var states49 = [
7668
7678
  States.hover,
@@ -7728,7 +7738,7 @@ var SplitButton = (props) => {
7728
7738
  })
7729
7739
  ),
7730
7740
  children: [
7731
- /* @__PURE__ */ jsx121(
7741
+ /* @__PURE__ */ jsx124(
7732
7742
  Button,
7733
7743
  {
7734
7744
  text,
@@ -7745,7 +7755,7 @@ var SplitButton = (props) => {
7745
7755
  children: props.children
7746
7756
  }
7747
7757
  ),
7748
- /* @__PURE__ */ jsx121(
7758
+ /* @__PURE__ */ jsx124(
7749
7759
  Button,
7750
7760
  {
7751
7761
  className: "k-split-button-arrow",
@@ -7759,7 +7769,7 @@ var SplitButton = (props) => {
7759
7769
  ]
7760
7770
  }
7761
7771
  ),
7762
- opened && popup && /* @__PURE__ */ jsx121(Popup, { className: "k-menu-popup", children: popup })
7772
+ opened && popup && /* @__PURE__ */ jsx124(Popup, { className: "k-menu-popup", children: popup })
7763
7773
  ] });
7764
7774
  };
7765
7775
  SplitButton.states = states49;
@@ -7769,7 +7779,7 @@ SplitButton.defaultProps = defaultProps44;
7769
7779
  var split_button_spec_default = SplitButton;
7770
7780
 
7771
7781
  // src/toolbar/toolbar.spec.tsx
7772
- import { jsx as jsx122 } from "react/jsx-runtime";
7782
+ import { jsx as jsx125 } from "react/jsx-runtime";
7773
7783
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7774
7784
  var states50 = [
7775
7785
  States.focus
@@ -7792,7 +7802,7 @@ var Toolbar = (props) => {
7792
7802
  const tempToolbarChildren = [];
7793
7803
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7794
7804
  tempToolbarChildren.push(
7795
- /* @__PURE__ */ jsx122(
7805
+ /* @__PURE__ */ jsx125(
7796
7806
  Button,
7797
7807
  {
7798
7808
  ...child.props,
@@ -7803,7 +7813,7 @@ var Toolbar = (props) => {
7803
7813
  );
7804
7814
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7805
7815
  tempToolbarChildren.push(
7806
- /* @__PURE__ */ jsx122(
7816
+ /* @__PURE__ */ jsx125(
7807
7817
  Button,
7808
7818
  {
7809
7819
  ...child.props,
@@ -7814,7 +7824,7 @@ var Toolbar = (props) => {
7814
7824
  );
7815
7825
  } else if (child.type === Button) {
7816
7826
  tempToolbarChildren.push(
7817
- /* @__PURE__ */ jsx122(
7827
+ /* @__PURE__ */ jsx125(
7818
7828
  Button,
7819
7829
  {
7820
7830
  ...child.props,
@@ -7825,7 +7835,7 @@ var Toolbar = (props) => {
7825
7835
  );
7826
7836
  } else if (child.type === MenuButton) {
7827
7837
  tempToolbarChildren.push(
7828
- /* @__PURE__ */ jsx122(
7838
+ /* @__PURE__ */ jsx125(
7829
7839
  MenuButton,
7830
7840
  {
7831
7841
  ...child.props,
@@ -7836,7 +7846,7 @@ var Toolbar = (props) => {
7836
7846
  );
7837
7847
  } else if (child.type === split_button_spec_default) {
7838
7848
  tempToolbarChildren.push(
7839
- /* @__PURE__ */ jsx122(
7849
+ /* @__PURE__ */ jsx125(
7840
7850
  split_button_spec_default,
7841
7851
  {
7842
7852
  ...child.props,
@@ -7850,7 +7860,7 @@ var Toolbar = (props) => {
7850
7860
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7851
7861
  childrenArray.forEach((button, bindex) => {
7852
7862
  buttonGroupItems.push(
7853
- /* @__PURE__ */ jsx122(
7863
+ /* @__PURE__ */ jsx125(
7854
7864
  Button,
7855
7865
  {
7856
7866
  ...button.props,
@@ -7861,7 +7871,7 @@ var Toolbar = (props) => {
7861
7871
  );
7862
7872
  });
7863
7873
  tempToolbarChildren.push(
7864
- /* @__PURE__ */ jsx122(
7874
+ /* @__PURE__ */ jsx125(
7865
7875
  ButtonGroup,
7866
7876
  {
7867
7877
  ...child.props,
@@ -7873,7 +7883,7 @@ var Toolbar = (props) => {
7873
7883
  );
7874
7884
  } else if (child.type === Combobox) {
7875
7885
  tempToolbarChildren.push(
7876
- /* @__PURE__ */ jsx122(
7886
+ /* @__PURE__ */ jsx125(
7877
7887
  Combobox,
7878
7888
  {
7879
7889
  ...child.props,
@@ -7884,7 +7894,7 @@ var Toolbar = (props) => {
7884
7894
  );
7885
7895
  } else if (child.type === DropdownList) {
7886
7896
  tempToolbarChildren.push(
7887
- /* @__PURE__ */ jsx122(
7897
+ /* @__PURE__ */ jsx125(
7888
7898
  DropdownList,
7889
7899
  {
7890
7900
  ...child.props,
@@ -7895,7 +7905,7 @@ var Toolbar = (props) => {
7895
7905
  );
7896
7906
  } else if (child.type === ColorPicker) {
7897
7907
  tempToolbarChildren.push(
7898
- /* @__PURE__ */ jsx122(
7908
+ /* @__PURE__ */ jsx125(
7899
7909
  ColorPicker,
7900
7910
  {
7901
7911
  ...child.props,
@@ -7917,7 +7927,7 @@ var Toolbar = (props) => {
7917
7927
  addUniqueToolClass(child, index);
7918
7928
  });
7919
7929
  }
7920
- return /* @__PURE__ */ jsx122(
7930
+ return /* @__PURE__ */ jsx125(
7921
7931
  "div",
7922
7932
  {
7923
7933
  ...other,
@@ -7944,7 +7954,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
7944
7954
  Toolbar.defaultProps = defaultProps45;
7945
7955
 
7946
7956
  // src/toolbar/toolbar-angular.spec.tsx
7947
- import { jsx as jsx123 } from "react/jsx-runtime";
7957
+ import { jsx as jsx126 } from "react/jsx-runtime";
7948
7958
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7949
7959
  var states51 = [
7950
7960
  States.focus
@@ -7967,7 +7977,7 @@ var ToolbarAngular = (props) => {
7967
7977
  const tempToolbarChildren = [];
7968
7978
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7969
7979
  tempToolbarChildren.push(
7970
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
7980
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
7971
7981
  Button,
7972
7982
  {
7973
7983
  ...child.props,
@@ -7978,7 +7988,7 @@ var ToolbarAngular = (props) => {
7978
7988
  );
7979
7989
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7980
7990
  tempToolbarChildren.push(
7981
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
7991
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
7982
7992
  Button,
7983
7993
  {
7984
7994
  ...child.props,
@@ -7989,7 +7999,7 @@ var ToolbarAngular = (props) => {
7989
7999
  );
7990
8000
  } else if (child.type === Button) {
7991
8001
  tempToolbarChildren.push(
7992
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
8002
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
7993
8003
  Button,
7994
8004
  {
7995
8005
  ...child.props,
@@ -8000,7 +8010,7 @@ var ToolbarAngular = (props) => {
8000
8010
  );
8001
8011
  } else if (child.type === MenuButton) {
8002
8012
  tempToolbarChildren.push(
8003
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
8013
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
8004
8014
  MenuButton,
8005
8015
  {
8006
8016
  ...child.props,
@@ -8011,7 +8021,7 @@ var ToolbarAngular = (props) => {
8011
8021
  );
8012
8022
  } else if (child.type === split_button_spec_default) {
8013
8023
  tempToolbarChildren.push(
8014
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
8024
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
8015
8025
  split_button_spec_default,
8016
8026
  {
8017
8027
  ...child.props,
@@ -8025,7 +8035,7 @@ var ToolbarAngular = (props) => {
8025
8035
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8026
8036
  childrenArray.forEach((button, bindex) => {
8027
8037
  buttonGroupItems.push(
8028
- /* @__PURE__ */ jsx123(
8038
+ /* @__PURE__ */ jsx126(
8029
8039
  Button,
8030
8040
  {
8031
8041
  ...button.props,
@@ -8036,7 +8046,7 @@ var ToolbarAngular = (props) => {
8036
8046
  );
8037
8047
  });
8038
8048
  tempToolbarChildren.push(
8039
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
8049
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
8040
8050
  ButtonGroup,
8041
8051
  {
8042
8052
  ...child.props,
@@ -8048,7 +8058,7 @@ var ToolbarAngular = (props) => {
8048
8058
  );
8049
8059
  } else if (child.type === Combobox) {
8050
8060
  tempToolbarChildren.push(
8051
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
8061
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
8052
8062
  Combobox,
8053
8063
  {
8054
8064
  ...child.props,
@@ -8059,7 +8069,7 @@ var ToolbarAngular = (props) => {
8059
8069
  );
8060
8070
  } else if (child.type === DropdownList) {
8061
8071
  tempToolbarChildren.push(
8062
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
8072
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
8063
8073
  DropdownList,
8064
8074
  {
8065
8075
  ...child.props,
@@ -8070,7 +8080,7 @@ var ToolbarAngular = (props) => {
8070
8080
  );
8071
8081
  } else if (child.type === ColorPicker) {
8072
8082
  tempToolbarChildren.push(
8073
- /* @__PURE__ */ jsx123("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx123(
8083
+ /* @__PURE__ */ jsx126("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx126(
8074
8084
  ColorPicker,
8075
8085
  {
8076
8086
  ...child.props,
@@ -8092,7 +8102,7 @@ var ToolbarAngular = (props) => {
8092
8102
  addUniqueToolClass(child, index);
8093
8103
  });
8094
8104
  }
8095
- return /* @__PURE__ */ jsx123(
8105
+ return /* @__PURE__ */ jsx126(
8096
8106
  "div",
8097
8107
  {
8098
8108
  ...other,
@@ -8119,10 +8129,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
8119
8129
  ToolbarAngular.defaultProps = defaultProps46;
8120
8130
 
8121
8131
  // src/toolbar/toolbar-separator.tsx
8122
- import { jsx as jsx124 } from "react/jsx-runtime";
8132
+ import { jsx as jsx127 } from "react/jsx-runtime";
8123
8133
 
8124
8134
  // src/toolbar/toolbar-item.spec.tsx
8125
- import { jsx as jsx125 } from "react/jsx-runtime";
8135
+ import { jsx as jsx128 } from "react/jsx-runtime";
8126
8136
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
8127
8137
  var states52 = [
8128
8138
  States.focus
@@ -8134,7 +8144,7 @@ var ToolbarItem = (props) => {
8134
8144
  focus,
8135
8145
  ...other
8136
8146
  } = props;
8137
- return /* @__PURE__ */ jsx125(
8147
+ return /* @__PURE__ */ jsx128(
8138
8148
  "div",
8139
8149
  {
8140
8150
  ...other,
@@ -8155,14 +8165,14 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
8155
8165
  ToolbarItem.defaultProps = defaultProps47;
8156
8166
 
8157
8167
  // src/toolbar/toolbar-popup.spec.tsx
8158
- import { jsx as jsx126 } from "react/jsx-runtime";
8168
+ import { jsx as jsx129 } from "react/jsx-runtime";
8159
8169
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
8160
8170
  var states53 = [];
8161
8171
  var options51 = {};
8162
8172
  var defaultProps48 = {};
8163
8173
  var ToolbarPopup = (props) => {
8164
8174
  const { ...other } = props;
8165
- return /* @__PURE__ */ jsx126(
8175
+ return /* @__PURE__ */ jsx129(
8166
8176
  Popup,
8167
8177
  {
8168
8178
  ...other,
@@ -8180,31 +8190,31 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
8180
8190
  ToolbarPopup.defaultProps = defaultProps48;
8181
8191
 
8182
8192
  // src/split-button/templates/icon-split-button.tsx
8183
- import { jsx as jsx127 } from "react/jsx-runtime";
8193
+ import { jsx as jsx130 } from "react/jsx-runtime";
8184
8194
 
8185
8195
  // src/split-button/templates/icon-text-split-button.tsx
8186
- import { jsx as jsx128 } from "react/jsx-runtime";
8196
+ import { jsx as jsx131 } from "react/jsx-runtime";
8187
8197
 
8188
8198
  // src/split-button/templates/text-split-button.tsx
8189
- import { jsx as jsx129 } from "react/jsx-runtime";
8199
+ import { jsx as jsx132 } from "react/jsx-runtime";
8190
8200
 
8191
8201
  // src/split-button/templates/split-button-popup.tsx
8192
- import { jsx as jsx130, jsxs as jsxs49 } from "react/jsx-runtime";
8202
+ import { jsx as jsx133, jsxs as jsxs49 } from "react/jsx-runtime";
8193
8203
 
8194
8204
  // src/toolbar/templates/toolbar-normal.tsx
8195
- import { Fragment as Fragment29, jsx as jsx131, jsxs as jsxs50 } from "react/jsx-runtime";
8205
+ import { Fragment as Fragment29, jsx as jsx134, jsxs as jsxs50 } from "react/jsx-runtime";
8196
8206
 
8197
8207
  // src/toolbar/templates/toolbar-resizable.tsx
8198
- import { jsx as jsx132 } from "react/jsx-runtime";
8208
+ import { jsx as jsx135 } from "react/jsx-runtime";
8199
8209
 
8200
8210
  // src/toolbar/templates/toolbar-angular-normal.tsx
8201
- import { jsx as jsx133 } from "react/jsx-runtime";
8211
+ import { jsx as jsx136 } from "react/jsx-runtime";
8202
8212
 
8203
8213
  // src/toolbar/templates/toolbar-angular-resizable.tsx
8204
- import { jsx as jsx134 } from "react/jsx-runtime";
8214
+ import { jsx as jsx137 } from "react/jsx-runtime";
8205
8215
 
8206
8216
  // src/grid/tests/grid-size-sm-comp-sm.tsx
8207
- import { Fragment as Fragment30, jsx as jsx135, jsxs as jsxs51 } from "react/jsx-runtime";
8217
+ import { Fragment as Fragment30, jsx as jsx138, jsxs as jsxs51 } from "react/jsx-runtime";
8208
8218
  var styles = `
8209
8219
  .k-grouping-header .k-grouping-dropclue {
8210
8220
  left: 0;
@@ -8214,274 +8224,274 @@ var styles = `
8214
8224
  }
8215
8225
  `;
8216
8226
  var grid_size_sm_comp_sm_default = () => /* @__PURE__ */ jsxs51(Fragment30, { children: [
8217
- /* @__PURE__ */ jsx135("style", { children: styles }),
8227
+ /* @__PURE__ */ jsx138("style", { children: styles }),
8218
8228
  /* @__PURE__ */ jsxs51("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8219
- /* @__PURE__ */ jsx135("span", { className: "col-2", children: "Grid" }),
8220
- /* @__PURE__ */ jsx135("section", { className: "col-2", children: /* @__PURE__ */ jsxs51("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8221
- /* @__PURE__ */ jsx135("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx135("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8229
+ /* @__PURE__ */ jsx138("span", { className: "col-2", children: "Grid" }),
8230
+ /* @__PURE__ */ jsx138("section", { className: "col-2", children: /* @__PURE__ */ jsxs51("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8231
+ /* @__PURE__ */ jsx138("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx138("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8222
8232
  /* @__PURE__ */ jsxs51("colgroup", { children: [
8223
- /* @__PURE__ */ jsx135("col", { style: { width: "100px" } }),
8224
- /* @__PURE__ */ jsx135("col", {})
8233
+ /* @__PURE__ */ jsx138("col", { style: { width: "100px" } }),
8234
+ /* @__PURE__ */ jsx138("col", {})
8225
8235
  ] }),
8226
- /* @__PURE__ */ jsx135("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8227
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "100px" }) }) }) }),
8228
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "no width" }) }) }) })
8236
+ /* @__PURE__ */ jsx138("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8237
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "100px" }) }) }) }),
8238
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "no width" }) }) }) })
8229
8239
  ] }) })
8230
8240
  ] }) }) }),
8231
- /* @__PURE__ */ jsx135("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-table", children: [
8241
+ /* @__PURE__ */ jsx138("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-table", children: [
8232
8242
  /* @__PURE__ */ jsxs51("colgroup", { children: [
8233
- /* @__PURE__ */ jsx135("col", { style: { width: "100px" } }),
8234
- /* @__PURE__ */ jsx135("col", {})
8243
+ /* @__PURE__ */ jsx138("col", { style: { width: "100px" } }),
8244
+ /* @__PURE__ */ jsx138("col", {})
8235
8245
  ] }),
8236
8246
  /* @__PURE__ */ jsxs51("tbody", { className: "k-table-tbody", children: [
8237
8247
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8238
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "1" }),
8239
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Row" })
8248
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "1" }),
8249
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Row" })
8240
8250
  ] }),
8241
8251
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8242
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "2" }),
8243
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Alt row" })
8252
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "2" }),
8253
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Alt row" })
8244
8254
  ] }),
8245
8255
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8246
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "3" }),
8247
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
8256
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "3" }),
8257
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
8248
8258
  ] }),
8249
8259
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8250
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "4" }),
8251
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: /* @__PURE__ */ jsx135(Skeleton, { animation: false }) })
8260
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "4" }),
8261
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: /* @__PURE__ */ jsx138(SkeletonNormal, { animation: false }) })
8252
8262
  ] }),
8253
8263
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8254
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "5" }),
8255
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: /* @__PURE__ */ jsx135(Skeleton, { animation: false }) })
8264
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "5" }),
8265
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: /* @__PURE__ */ jsx138(SkeletonNormal, { animation: false }) })
8256
8266
  ] })
8257
8267
  ] })
8258
8268
  ] }) }),
8259
- /* @__PURE__ */ jsx135(Pager, { className: "k-grid-pager", size: "small" })
8269
+ /* @__PURE__ */ jsx138(Pager, { className: "k-grid-pager", size: "small" })
8260
8270
  ] }) }),
8261
- /* @__PURE__ */ jsx135("span", { className: "col-2", children: "Filtering" }),
8262
- /* @__PURE__ */ jsx135("section", { className: "col-2", children: /* @__PURE__ */ jsxs51("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
8263
- /* @__PURE__ */ jsx135("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx135("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8271
+ /* @__PURE__ */ jsx138("span", { className: "col-2", children: "Filtering" }),
8272
+ /* @__PURE__ */ jsx138("section", { className: "col-2", children: /* @__PURE__ */ jsxs51("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
8273
+ /* @__PURE__ */ jsx138("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx138("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8264
8274
  /* @__PURE__ */ jsxs51("colgroup", { children: [
8265
- /* @__PURE__ */ jsx135("col", { className: "k-hierarchy-col" }),
8266
- /* @__PURE__ */ jsx135("col", {}),
8267
- /* @__PURE__ */ jsx135("col", {}),
8268
- /* @__PURE__ */ jsx135("col", {}),
8269
- /* @__PURE__ */ jsx135("col", {})
8275
+ /* @__PURE__ */ jsx138("col", { className: "k-hierarchy-col" }),
8276
+ /* @__PURE__ */ jsx138("col", {}),
8277
+ /* @__PURE__ */ jsx138("col", {}),
8278
+ /* @__PURE__ */ jsx138("col", {}),
8279
+ /* @__PURE__ */ jsx138("col", {})
8270
8280
  ] }),
8271
8281
  /* @__PURE__ */ jsxs51("thead", { className: "k-table-thead", children: [
8272
8282
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8273
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header k-hierarchy-cell" }),
8274
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8275
- /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Default" }) }),
8276
- /* @__PURE__ */ jsx135("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx135(Icon, { icon: "filter" }) })
8283
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header k-hierarchy-cell" }),
8284
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8285
+ /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Default" }) }),
8286
+ /* @__PURE__ */ jsx138("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx138(Icon, { icon: "filter" }) })
8277
8287
  ] }) }),
8278
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8279
- /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Hover" }) }),
8280
- /* @__PURE__ */ jsx135("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx135(Icon, { icon: "filter" }) })
8288
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8289
+ /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Hover" }) }),
8290
+ /* @__PURE__ */ jsx138("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx138(Icon, { icon: "filter" }) })
8281
8291
  ] }) }),
8282
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8283
- /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Focus" }) }),
8284
- /* @__PURE__ */ jsx135("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx135(Icon, { icon: "filter" }) })
8292
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8293
+ /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Focus" }) }),
8294
+ /* @__PURE__ */ jsx138("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx138(Icon, { icon: "filter" }) })
8285
8295
  ] }) }),
8286
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8287
- /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Active" }) }),
8288
- /* @__PURE__ */ jsx135("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ jsx135(Icon, { icon: "filter" }) })
8296
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8297
+ /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Active" }) }),
8298
+ /* @__PURE__ */ jsx138("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ jsx138(Icon, { icon: "filter" }) })
8289
8299
  ] }) }),
8290
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8300
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ jsxs51("span", { className: "k-cell-inner", children: [
8291
8301
  /* @__PURE__ */ jsxs51("span", { className: "k-link", children: [
8292
- /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Sorted" }),
8293
- /* @__PURE__ */ jsx135("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx135(Icon, { icon: "sort-asc-small" }) })
8302
+ /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Sorted" }),
8303
+ /* @__PURE__ */ jsx138("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx138(Icon, { icon: "sort-asc-small" }) })
8294
8304
  ] }),
8295
- /* @__PURE__ */ jsx135("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx135(Icon, { icon: "filter" }) })
8305
+ /* @__PURE__ */ jsx138("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx138(Icon, { icon: "filter" }) })
8296
8306
  ] }) })
8297
8307
  ] }),
8298
8308
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row k-filter-row", children: [
8299
- /* @__PURE__ */ jsx135("th", { className: "k-table-th", children: /* @__PURE__ */ jsx135("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx135("div", { className: "k-filtercell-wrapper" }) }) }),
8300
- /* @__PURE__ */ jsx135("th", { className: "k-table-th", children: /* @__PURE__ */ jsx135("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-wrapper", children: [
8301
- /* @__PURE__ */ jsx135(NumericTextbox, { size: "small" }),
8309
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th", children: /* @__PURE__ */ jsx138("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx138("div", { className: "k-filtercell-wrapper" }) }) }),
8310
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th", children: /* @__PURE__ */ jsx138("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-wrapper", children: [
8311
+ /* @__PURE__ */ jsx138(NumericTextbox, { size: "small" }),
8302
8312
  /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-operator", children: [
8303
- /* @__PURE__ */ jsx135(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
8313
+ /* @__PURE__ */ jsx138(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
8304
8314
  " ",
8305
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "filter-clear", disabled: true })
8315
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "filter-clear", disabled: true })
8306
8316
  ] })
8307
8317
  ] }) }) }),
8308
- /* @__PURE__ */ jsx135("th", { className: "k-table-th", children: /* @__PURE__ */ jsx135("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-wrapper", children: [
8309
- /* @__PURE__ */ jsx135(Textbox, { size: "small", showClearButton: false, value: "p" }),
8318
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th", children: /* @__PURE__ */ jsx138("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-wrapper", children: [
8319
+ /* @__PURE__ */ jsx138(Textbox, { size: "small", showClearButton: false, value: "p" }),
8310
8320
  /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-operator", children: [
8311
- /* @__PURE__ */ jsx135(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
8321
+ /* @__PURE__ */ jsx138(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
8312
8322
  " ",
8313
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "filter-clear" })
8323
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "filter-clear" })
8314
8324
  ] })
8315
8325
  ] }) }) }),
8316
- /* @__PURE__ */ jsx135("th", { className: "k-table-th", children: /* @__PURE__ */ jsx135("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-wrapper", children: [
8317
- /* @__PURE__ */ jsx135(Textbox, { size: "small", showClearButton: false, value: "p" }),
8326
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th", children: /* @__PURE__ */ jsx138("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-wrapper", children: [
8327
+ /* @__PURE__ */ jsx138(Textbox, { size: "small", showClearButton: false, value: "p" }),
8318
8328
  /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-operator", children: [
8319
- /* @__PURE__ */ jsx135(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
8329
+ /* @__PURE__ */ jsx138(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
8320
8330
  " ",
8321
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "filter-clear" })
8331
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "filter-clear" })
8322
8332
  ] })
8323
8333
  ] }) }) }),
8324
- /* @__PURE__ */ jsx135("th", { className: "k-table-th", children: /* @__PURE__ */ jsx135("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-wrapper", children: [
8325
- /* @__PURE__ */ jsx135(Textbox, { size: "small", showClearButton: false, value: "p" }),
8334
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th", children: /* @__PURE__ */ jsx138("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-wrapper", children: [
8335
+ /* @__PURE__ */ jsx138(Textbox, { size: "small", showClearButton: false, value: "p" }),
8326
8336
  /* @__PURE__ */ jsxs51("div", { className: "k-filtercell-operator", children: [
8327
- /* @__PURE__ */ jsx135(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
8337
+ /* @__PURE__ */ jsx138(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
8328
8338
  " ",
8329
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "filter-clear" })
8339
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "filter-clear" })
8330
8340
  ] })
8331
8341
  ] }) }) }),
8332
- /* @__PURE__ */ jsx135("th", { className: "k-table-th", children: /* @__PURE__ */ jsx135("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx135("div", { className: "k-filtercell-wrapper" }) }) })
8342
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th", children: /* @__PURE__ */ jsx138("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx138("div", { className: "k-filtercell-wrapper" }) }) })
8333
8343
  ] })
8334
8344
  ] })
8335
8345
  ] }) }) }),
8336
- /* @__PURE__ */ jsx135("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-table", children: [
8346
+ /* @__PURE__ */ jsx138("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-table", children: [
8337
8347
  /* @__PURE__ */ jsxs51("colgroup", { children: [
8338
- /* @__PURE__ */ jsx135("col", { className: "k-hierarchy-col" }),
8339
- /* @__PURE__ */ jsx135("col", {}),
8340
- /* @__PURE__ */ jsx135("col", {}),
8341
- /* @__PURE__ */ jsx135("col", {}),
8342
- /* @__PURE__ */ jsx135("col", {})
8348
+ /* @__PURE__ */ jsx138("col", { className: "k-hierarchy-col" }),
8349
+ /* @__PURE__ */ jsx138("col", {}),
8350
+ /* @__PURE__ */ jsx138("col", {}),
8351
+ /* @__PURE__ */ jsx138("col", {}),
8352
+ /* @__PURE__ */ jsx138("col", {})
8343
8353
  ] }),
8344
8354
  /* @__PURE__ */ jsxs51("tbody", { className: "k-table-tbody", children: [
8345
8355
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row k-master-row k-expanded", children: [
8346
- /* @__PURE__ */ jsx135("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx135(Icon, { icon: "caret-alt-down" }) }),
8347
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "1" }),
8348
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Text" }),
8349
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Text" }),
8350
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Text" }),
8351
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Text" })
8356
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx138(Icon, { icon: "caret-alt-down" }) }),
8357
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "1" }),
8358
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Text" }),
8359
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Text" }),
8360
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Text" }),
8361
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Text" })
8352
8362
  ] }),
8353
8363
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row k-detail-row", children: [
8354
- /* @__PURE__ */ jsx135("td", { className: "k-table-td k-hierarchy-cell" }),
8355
- /* @__PURE__ */ jsx135("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ jsx135("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
8364
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td k-hierarchy-cell" }),
8365
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ jsx138("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
8356
8366
  ] }),
8357
8367
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
8358
- /* @__PURE__ */ jsx135("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx135(Icon, { icon: "caret-alt-right" }) }),
8359
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "2" }),
8360
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Text" }),
8361
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Text" }),
8362
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Text" }),
8363
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Text" })
8368
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx138(Icon, { icon: "caret-alt-right" }) }),
8369
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "2" }),
8370
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Text" }),
8371
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Text" }),
8372
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Text" }),
8373
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Text" })
8364
8374
  ] })
8365
8375
  ] })
8366
8376
  ] }) })
8367
8377
  ] }) }),
8368
- /* @__PURE__ */ jsx135("span", { children: "Editing" }),
8369
- /* @__PURE__ */ jsx135("section", { className: "col-2", children: /* @__PURE__ */ jsxs51("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8370
- /* @__PURE__ */ jsx135(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ jsx135(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
8371
- /* @__PURE__ */ jsx135("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx135("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8378
+ /* @__PURE__ */ jsx138("span", { children: "Editing" }),
8379
+ /* @__PURE__ */ jsx138("section", { className: "col-2", children: /* @__PURE__ */ jsxs51("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8380
+ /* @__PURE__ */ jsx138(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ jsx138(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
8381
+ /* @__PURE__ */ jsx138("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx138("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8372
8382
  /* @__PURE__ */ jsxs51("colgroup", { children: [
8373
- /* @__PURE__ */ jsx135("col", {}),
8374
- /* @__PURE__ */ jsx135("col", {}),
8375
- /* @__PURE__ */ jsx135("col", {}),
8376
- /* @__PURE__ */ jsx135("col", { style: { width: "300px" } })
8383
+ /* @__PURE__ */ jsx138("col", {}),
8384
+ /* @__PURE__ */ jsx138("col", {}),
8385
+ /* @__PURE__ */ jsx138("col", {}),
8386
+ /* @__PURE__ */ jsx138("col", { style: { width: "300px" } })
8377
8387
  ] }),
8378
- /* @__PURE__ */ jsx135("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8379
- /* @__PURE__ */ jsx135("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Name" }) }) }) }),
8380
- /* @__PURE__ */ jsx135("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Price" }) }) }) }),
8381
- /* @__PURE__ */ jsx135("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Available" }) }) }) }),
8382
- /* @__PURE__ */ jsx135("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
8388
+ /* @__PURE__ */ jsx138("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8389
+ /* @__PURE__ */ jsx138("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Name" }) }) }) }),
8390
+ /* @__PURE__ */ jsx138("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Price" }) }) }) }),
8391
+ /* @__PURE__ */ jsx138("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Available" }) }) }) }),
8392
+ /* @__PURE__ */ jsx138("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
8383
8393
  ] }) })
8384
8394
  ] }) }) }),
8385
- /* @__PURE__ */ jsx135("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8395
+ /* @__PURE__ */ jsx138("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8386
8396
  /* @__PURE__ */ jsxs51("colgroup", { children: [
8387
- /* @__PURE__ */ jsx135("col", {}),
8388
- /* @__PURE__ */ jsx135("col", {}),
8389
- /* @__PURE__ */ jsx135("col", {}),
8390
- /* @__PURE__ */ jsx135("col", { style: { width: "300px" } })
8397
+ /* @__PURE__ */ jsx138("col", {}),
8398
+ /* @__PURE__ */ jsx138("col", {}),
8399
+ /* @__PURE__ */ jsx138("col", {}),
8400
+ /* @__PURE__ */ jsx138("col", { style: { width: "300px" } })
8391
8401
  ] }),
8392
8402
  /* @__PURE__ */ jsxs51("tbody", { className: "k-table-tbody", children: [
8393
8403
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row k-grid-edit-row", children: [
8394
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: /* @__PURE__ */ jsx135(Textbox, { value: "Towel", required: true, size: "small" }) }),
8404
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: /* @__PURE__ */ jsx138(Textbox, { value: "Towel", required: true, size: "small" }) }),
8395
8405
  /* @__PURE__ */ jsxs51("td", { className: "k-table-td", children: [
8396
- /* @__PURE__ */ jsx135(NumericTextbox, { invalid: true, size: "small" }),
8406
+ /* @__PURE__ */ jsx138(NumericTextbox, { invalid: true, size: "small" }),
8397
8407
  /* @__PURE__ */ jsxs51("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
8398
- /* @__PURE__ */ jsx135(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
8399
- /* @__PURE__ */ jsx135("span", { className: "k-tooltip-content", children: "Price" }),
8400
- /* @__PURE__ */ jsx135("div", { className: "k-callout k-callout-n" })
8408
+ /* @__PURE__ */ jsx138(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
8409
+ /* @__PURE__ */ jsx138("span", { className: "k-tooltip-content", children: "Price" }),
8410
+ /* @__PURE__ */ jsx138("div", { className: "k-callout k-callout-n" })
8401
8411
  ] })
8402
8412
  ] }),
8403
8413
  /* @__PURE__ */ jsxs51("td", { className: "k-table-td", children: [
8404
- /* @__PURE__ */ jsx135(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
8405
- /* @__PURE__ */ jsx135("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
8414
+ /* @__PURE__ */ jsx138(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
8415
+ /* @__PURE__ */ jsx138("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
8406
8416
  ] }),
8407
8417
  /* @__PURE__ */ jsxs51("td", { className: "k-table-td k-command-cell", children: [
8408
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
8409
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "cancel", children: "Cancel" })
8418
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
8419
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "cancel", children: "Cancel" })
8410
8420
  ] })
8411
8421
  ] }),
8412
8422
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
8413
8423
  /* @__PURE__ */ jsxs51("td", { className: "k-table-td k-dirty-cell", children: [
8414
- /* @__PURE__ */ jsx135("span", { className: "k-dirty" }),
8424
+ /* @__PURE__ */ jsx138("span", { className: "k-dirty" }),
8415
8425
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
8416
8426
  ] }),
8417
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "18" }),
8418
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "false" }),
8427
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "18" }),
8428
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "false" }),
8419
8429
  /* @__PURE__ */ jsxs51("td", { className: "k-table-td k-command-cell", children: [
8420
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "pencil", children: "Edit" }),
8421
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "x", children: "Delete" })
8430
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "pencil", children: "Edit" }),
8431
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "x", children: "Delete" })
8422
8432
  ] })
8423
8433
  ] }),
8424
8434
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8425
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Chang" }),
8426
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "19" }),
8427
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "false" }),
8435
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Chang" }),
8436
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "19" }),
8437
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "false" }),
8428
8438
  /* @__PURE__ */ jsxs51("td", { className: "k-table-td k-command-cell", children: [
8429
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "pencil", children: "Edit" }),
8430
- /* @__PURE__ */ jsx135(Button, { size: "small", icon: "x", children: "Delete" })
8439
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "pencil", children: "Edit" }),
8440
+ /* @__PURE__ */ jsx138(Button, { size: "small", icon: "x", children: "Delete" })
8431
8441
  ] })
8432
8442
  ] })
8433
8443
  ] })
8434
8444
  ] }) })
8435
8445
  ] }) }),
8436
- /* @__PURE__ */ jsx135("span", { children: "Grouping" }),
8437
- /* @__PURE__ */ jsx135("section", { className: "col-2", children: /* @__PURE__ */ jsxs51("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8446
+ /* @__PURE__ */ jsx138("span", { children: "Grouping" }),
8447
+ /* @__PURE__ */ jsx138("section", { className: "col-2", children: /* @__PURE__ */ jsxs51("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8438
8448
  /* @__PURE__ */ jsxs51("div", { className: "k-grouping-header", children: [
8439
- /* @__PURE__ */ jsx135("div", { className: "k-grouping-dropclue" }),
8449
+ /* @__PURE__ */ jsx138("div", { className: "k-grouping-dropclue" }),
8440
8450
  /* @__PURE__ */ jsxs51(ChipList, { size: "small", children: [
8441
- /* @__PURE__ */ jsx135(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ jsx135(ChipAction, { type: "remove" }), children: "Price" }),
8442
- /* @__PURE__ */ jsx135(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ jsx135(ChipAction, { type: "remove" }), children: "Name" })
8451
+ /* @__PURE__ */ jsx138(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ jsx138(ChipAction, { type: "remove" }), children: "Price" }),
8452
+ /* @__PURE__ */ jsx138(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ jsx138(ChipAction, { type: "remove" }), children: "Name" })
8443
8453
  ] }),
8444
- /* @__PURE__ */ jsx135("div", { className: "k-grouping-drop-container" })
8454
+ /* @__PURE__ */ jsx138("div", { className: "k-grouping-drop-container" })
8445
8455
  ] }),
8446
- /* @__PURE__ */ jsx135("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx135("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8456
+ /* @__PURE__ */ jsx138("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx138("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8447
8457
  /* @__PURE__ */ jsxs51("colgroup", { children: [
8448
- /* @__PURE__ */ jsx135("col", { className: "k-group-col" }),
8449
- /* @__PURE__ */ jsx135("col", {}),
8450
- /* @__PURE__ */ jsx135("col", {}),
8451
- /* @__PURE__ */ jsx135("col", {}),
8452
- /* @__PURE__ */ jsx135("col", {})
8458
+ /* @__PURE__ */ jsx138("col", { className: "k-group-col" }),
8459
+ /* @__PURE__ */ jsx138("col", {}),
8460
+ /* @__PURE__ */ jsx138("col", {}),
8461
+ /* @__PURE__ */ jsx138("col", {}),
8462
+ /* @__PURE__ */ jsx138("col", {})
8453
8463
  ] }),
8454
- /* @__PURE__ */ jsx135("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8455
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
8456
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Name" }) }) }) }),
8457
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Price" }) }) }) }),
8458
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Available" }) }) }) }),
8459
- /* @__PURE__ */ jsx135("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx135("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx135("span", { className: "k-link", children: /* @__PURE__ */ jsx135("span", { className: "k-column-title", children: "Units" }) }) }) })
8464
+ /* @__PURE__ */ jsx138("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8465
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
8466
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Name" }) }) }) }),
8467
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Price" }) }) }) }),
8468
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Available" }) }) }) }),
8469
+ /* @__PURE__ */ jsx138("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx138("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx138("span", { className: "k-link", children: /* @__PURE__ */ jsx138("span", { className: "k-column-title", children: "Units" }) }) }) })
8460
8470
  ] }) })
8461
8471
  ] }) }) }),
8462
- /* @__PURE__ */ jsx135("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8472
+ /* @__PURE__ */ jsx138("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs51("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8463
8473
  /* @__PURE__ */ jsxs51("colgroup", { children: [
8464
- /* @__PURE__ */ jsx135("col", { className: "k-group-col" }),
8465
- /* @__PURE__ */ jsx135("col", {}),
8466
- /* @__PURE__ */ jsx135("col", {}),
8467
- /* @__PURE__ */ jsx135("col", {}),
8468
- /* @__PURE__ */ jsx135("col", {})
8474
+ /* @__PURE__ */ jsx138("col", { className: "k-group-col" }),
8475
+ /* @__PURE__ */ jsx138("col", {}),
8476
+ /* @__PURE__ */ jsx138("col", {}),
8477
+ /* @__PURE__ */ jsx138("col", {}),
8478
+ /* @__PURE__ */ jsx138("col", {})
8469
8479
  ] }),
8470
8480
  /* @__PURE__ */ jsxs51("tbody", { className: "k-table-tbody", children: [
8471
- /* @__PURE__ */ jsx135("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx135("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs51("p", { className: "k-reset", children: [
8472
- /* @__PURE__ */ jsx135(Icon, { icon: "caret-alt-right" }),
8481
+ /* @__PURE__ */ jsx138("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx138("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs51("p", { className: "k-reset", children: [
8482
+ /* @__PURE__ */ jsx138(Icon, { icon: "caret-alt-right" }),
8473
8483
  "Price: 19"
8474
8484
  ] }) }) }),
8475
- /* @__PURE__ */ jsx135("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx135("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs51("p", { className: "k-reset", children: [
8476
- /* @__PURE__ */ jsx135(Icon, { icon: "caret-alt-down" }),
8485
+ /* @__PURE__ */ jsx138("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx138("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs51("p", { className: "k-reset", children: [
8486
+ /* @__PURE__ */ jsx138(Icon, { icon: "caret-alt-down" }),
8477
8487
  "Price: 30"
8478
8488
  ] }) }) }),
8479
8489
  /* @__PURE__ */ jsxs51("tr", { className: "k-table-row", children: [
8480
- /* @__PURE__ */ jsx135("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
8481
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "Chai" }),
8482
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "30" }),
8483
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "false" }),
8484
- /* @__PURE__ */ jsx135("td", { className: "k-table-td", children: "15" })
8490
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
8491
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "Chai" }),
8492
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "30" }),
8493
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "false" }),
8494
+ /* @__PURE__ */ jsx138("td", { className: "k-table-td", children: "15" })
8485
8495
  ] })
8486
8496
  ] })
8487
8497
  ] }) })