@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
@@ -6198,8 +6198,18 @@ Skeleton.options = options28;
6198
6198
  Skeleton.className = SKELETON_CLASSNAME;
6199
6199
  Skeleton.defaultProps = defaultProps26;
6200
6200
 
6201
- // src/textbox/textbox.spec.tsx
6201
+ // src/skeleton/templates/skeleton-normal.tsx
6202
6202
  var import_jsx_runtime71 = require("react/jsx-runtime");
6203
+ var SkeletonNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Skeleton, { ...props });
6204
+
6205
+ // src/skeleton/templates/skeleton-rectangle.tsx
6206
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6207
+
6208
+ // src/skeleton/templates/skeleton-circle.tsx
6209
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6210
+
6211
+ // src/textbox/textbox.spec.tsx
6212
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6203
6213
  var TEXTBOX_CLASSNAME = `k-textbox`;
6204
6214
  var states30 = [
6205
6215
  States.hover,
@@ -6242,7 +6252,7 @@ var Textbox = (props) => {
6242
6252
  showClearButton = defaultProps27.showClearButton,
6243
6253
  ...other
6244
6254
  } = props;
6245
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
6255
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6246
6256
  Input,
6247
6257
  {
6248
6258
  ...other,
@@ -6259,9 +6269,9 @@ var Textbox = (props) => {
6259
6269
  readonly,
6260
6270
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6261
6271
  children: [
6262
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(InputPrefix, { children: prefix }),
6263
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(InputInnerInput, { placeholder, value }),
6264
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6272
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputPrefix, { children: prefix }),
6273
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputInnerInput, { placeholder, value }),
6274
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6265
6275
  InputValidationIcon,
6266
6276
  {
6267
6277
  valid,
@@ -6270,14 +6280,14 @@ var Textbox = (props) => {
6270
6280
  disabled
6271
6281
  }
6272
6282
  ),
6273
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6283
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6274
6284
  InputLoadingIcon,
6275
6285
  {
6276
6286
  loading,
6277
6287
  disabled
6278
6288
  }
6279
6289
  ),
6280
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6290
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6281
6291
  InputClearValue,
6282
6292
  {
6283
6293
  loading,
@@ -6286,7 +6296,7 @@ var Textbox = (props) => {
6286
6296
  value
6287
6297
  }
6288
6298
  ),
6289
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(InputSuffix, { children: suffix })
6299
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputSuffix, { children: suffix })
6290
6300
  ]
6291
6301
  }
6292
6302
  );
@@ -6297,16 +6307,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
6297
6307
  Textbox.defaultProps = defaultProps27;
6298
6308
 
6299
6309
  // src/textbox/templates/textbox-normal.tsx
6300
- var import_jsx_runtime72 = require("react/jsx-runtime");
6310
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6301
6311
 
6302
6312
  // src/textbox/templates/textbox-prefix.tsx
6303
- var import_jsx_runtime73 = require("react/jsx-runtime");
6313
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6304
6314
 
6305
6315
  // src/textbox/templates/textbox-suffix.tsx
6306
- var import_jsx_runtime74 = require("react/jsx-runtime");
6316
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6307
6317
 
6308
6318
  // src/button-group/button-group.spec.tsx
6309
- var import_jsx_runtime75 = require("react/jsx-runtime");
6319
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6310
6320
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6311
6321
  var states31 = [
6312
6322
  States.disabled
@@ -6324,7 +6334,7 @@ var ButtonGroup = (props) => {
6324
6334
  stretched,
6325
6335
  ...other
6326
6336
  } = props;
6327
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6337
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6328
6338
  "div",
6329
6339
  {
6330
6340
  ...other,
@@ -6351,19 +6361,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6351
6361
  ButtonGroup.defaultProps = defaultProps28;
6352
6362
 
6353
6363
  // src/button-group/templates/icon-button-group.tsx
6354
- var import_jsx_runtime76 = require("react/jsx-runtime");
6364
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6355
6365
 
6356
6366
  // src/button-group/templates/icon-text-button-group.tsx
6357
- var import_jsx_runtime77 = require("react/jsx-runtime");
6367
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6358
6368
 
6359
6369
  // src/button-group/templates/text-button-group.tsx
6360
- var import_jsx_runtime78 = require("react/jsx-runtime");
6370
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6361
6371
 
6362
6372
  // src/button-group/templates/mixed-button-group.tsx
6363
- var import_jsx_runtime79 = require("react/jsx-runtime");
6373
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6364
6374
 
6365
6375
  // src/color-preview/color-preview.tsx
6366
- var import_jsx_runtime80 = require("react/jsx-runtime");
6376
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6367
6377
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6368
6378
  var states32 = [];
6369
6379
  var options31 = {};
@@ -6373,7 +6383,7 @@ var ColorPreview = (props) => {
6373
6383
  iconName,
6374
6384
  ...other
6375
6385
  } = props;
6376
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6386
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
6377
6387
  "span",
6378
6388
  {
6379
6389
  ...other,
@@ -6386,8 +6396,8 @@ var ColorPreview = (props) => {
6386
6396
  }
6387
6397
  ),
6388
6398
  children: [
6389
- iconName && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6390
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6399
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6400
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6391
6401
  "span",
6392
6402
  {
6393
6403
  className: "k-color-preview-mask",
@@ -6403,7 +6413,7 @@ ColorPreview.options = options31;
6403
6413
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6404
6414
 
6405
6415
  // src/colorpicker/colorpicker.spec.tsx
6406
- var import_jsx_runtime81 = require("react/jsx-runtime");
6416
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6407
6417
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6408
6418
  var states33 = [
6409
6419
  States.hover,
@@ -6445,8 +6455,8 @@ var ColorPicker = (props) => {
6445
6455
  opened,
6446
6456
  ...other
6447
6457
  } = props;
6448
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(import_jsx_runtime81.Fragment, { children: [
6449
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6458
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_jsx_runtime84.Fragment, { children: [
6459
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
6450
6460
  Picker,
6451
6461
  {
6452
6462
  ...other,
@@ -6465,14 +6475,14 @@ var ColorPicker = (props) => {
6465
6475
  "k-icon-picker"
6466
6476
  ),
6467
6477
  children: [
6468
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputPrefix, { children: prefix }),
6469
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6478
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(InputPrefix, { children: prefix }),
6479
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6470
6480
  InputInnerSpan,
6471
6481
  {
6472
6482
  placeholder,
6473
6483
  value,
6474
6484
  showValue: false,
6475
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6485
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6476
6486
  ColorPreview,
6477
6487
  {
6478
6488
  className: "k-value-icon",
@@ -6483,8 +6493,8 @@ var ColorPicker = (props) => {
6483
6493
  valueIconName
6484
6494
  }
6485
6495
  ),
6486
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputSuffix, { children: suffix }),
6487
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6496
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(InputSuffix, { children: suffix }),
6497
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6488
6498
  Button,
6489
6499
  {
6490
6500
  className: "k-input-button",
@@ -6497,7 +6507,7 @@ var ColorPicker = (props) => {
6497
6507
  ]
6498
6508
  }
6499
6509
  ),
6500
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6510
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6501
6511
  ] });
6502
6512
  };
6503
6513
  ColorPicker.states = states33;
@@ -6506,10 +6516,10 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
6506
6516
  ColorPicker.defaultProps = defaultProps29;
6507
6517
 
6508
6518
  // src/colorpicker/templates/colorpicker-normal.tsx
6509
- var import_jsx_runtime82 = require("react/jsx-runtime");
6519
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6510
6520
 
6511
6521
  // src/action-buttons/action-buttons.spec.tsx
6512
- var import_jsx_runtime83 = require("react/jsx-runtime");
6522
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6513
6523
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6514
6524
  var states34 = [];
6515
6525
  var options33 = {};
@@ -6523,7 +6533,7 @@ var ActionButtons = (props) => {
6523
6533
  orientation = defaultProps30.orientation,
6524
6534
  ...other
6525
6535
  } = props;
6526
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6536
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6527
6537
  "div",
6528
6538
  {
6529
6539
  ...other,
@@ -6546,7 +6556,7 @@ ActionButtons.defaultProps = defaultProps30;
6546
6556
  var action_buttons_spec_default = ActionButtons;
6547
6557
 
6548
6558
  // src/slider/slider.spec.tsx
6549
- var import_jsx_runtime84 = require("react/jsx-runtime");
6559
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6550
6560
  var SLIDER_CLASSNAME = "k-slider";
6551
6561
  var states35 = [
6552
6562
  States.hover,
@@ -6585,7 +6595,7 @@ var Slider = (props) => {
6585
6595
  iconIncrease = "caret-alt-up";
6586
6596
  iconDecrease = "caret-alt-down";
6587
6597
  }
6588
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: classNames(
6598
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: classNames(
6589
6599
  SLIDER_CLASSNAME,
6590
6600
  props.className,
6591
6601
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6598,12 +6608,12 @@ var Slider = (props) => {
6598
6608
  "k-range-slider": type === "range"
6599
6609
  }
6600
6610
  ), dir, children: [
6601
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6602
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: "k-slider-track-wrap", children: [
6603
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6604
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6605
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-slider-selection" }),
6606
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: classNames(
6611
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6612
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-slider-track-wrap", children: [
6613
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6614
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6615
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-slider-selection" }),
6616
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: classNames(
6607
6617
  "k-draghandle",
6608
6618
  "k-draghandle-start",
6609
6619
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6612,7 +6622,7 @@ var Slider = (props) => {
6612
6622
  active
6613
6623
  })
6614
6624
  ) }),
6615
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: classNames(
6625
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: classNames(
6616
6626
  "k-draghandle",
6617
6627
  `k-draghandle-${handlePosition}`,
6618
6628
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6623,7 +6633,7 @@ var Slider = (props) => {
6623
6633
  ) })
6624
6634
  ] })
6625
6635
  ] }),
6626
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6636
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6627
6637
  ] });
6628
6638
  };
6629
6639
  Slider.states = states35;
@@ -6632,7 +6642,7 @@ Slider.className = SLIDER_CLASSNAME;
6632
6642
  Slider.defaultProps = defaultProps31;
6633
6643
 
6634
6644
  // src/slider/slider-tick.tsx
6635
- var import_jsx_runtime85 = require("react/jsx-runtime");
6645
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6636
6646
  var SLIDER_TICK_CLASSNAME = "k-tick";
6637
6647
  var states36 = [];
6638
6648
  var options35 = {};
@@ -6647,14 +6657,14 @@ var SliderTick = (props) => {
6647
6657
  large,
6648
6658
  text
6649
6659
  } = props;
6650
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { className: classNames(
6660
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("li", { className: classNames(
6651
6661
  props.className,
6652
6662
  SLIDER_TICK_CLASSNAME,
6653
6663
  {
6654
6664
  [`k-tick-${orientation}`]: orientation,
6655
6665
  "k-tick-large": large
6656
6666
  }
6657
- ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-label", children: text }) });
6667
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { className: "k-label", children: text }) });
6658
6668
  };
6659
6669
  SliderTick.states = states36;
6660
6670
  SliderTick.options = options35;
@@ -6662,7 +6672,7 @@ SliderTick.className = SLIDER_TICK_CLASSNAME;
6662
6672
  SliderTick.defaultProps = defaultProps32;
6663
6673
 
6664
6674
  // src/colorgradient/color-input.tsx
6665
- var import_jsx_runtime86 = require("react/jsx-runtime");
6675
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6666
6676
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
6667
6677
  var states37 = [];
6668
6678
  var options36 = {};
@@ -6673,75 +6683,75 @@ var ColorInput = (props) => {
6673
6683
  const {
6674
6684
  mode = defaultProps33.mode
6675
6685
  } = props;
6676
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6677
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6678
- mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
6679
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6680
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6681
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6686
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6687
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6688
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(import_jsx_runtime89.Fragment, { children: [
6689
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6690
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6691
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6682
6692
  ] }),
6683
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6684
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6685
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6693
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6694
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6695
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6686
6696
  ] }),
6687
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6688
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6689
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6697
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6698
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6699
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6690
6700
  ] }),
6691
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6692
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6693
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6701
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6702
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6703
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6694
6704
  ] })
6695
6705
  ] }),
6696
- mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
6697
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6698
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6699
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6706
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(import_jsx_runtime89.Fragment, { children: [
6707
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6708
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6709
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6700
6710
  ] }),
6701
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6702
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6703
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6711
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6712
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6713
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6704
6714
  ] }),
6705
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6706
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6707
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6715
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6716
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6717
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6708
6718
  ] })
6709
6719
  ] }),
6710
- mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
6711
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6712
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6713
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6720
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(import_jsx_runtime89.Fragment, { children: [
6721
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6722
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6723
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6714
6724
  ] }),
6715
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6716
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6717
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6725
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6726
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6727
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6718
6728
  ] }),
6719
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6720
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6721
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6729
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6730
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6731
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6722
6732
  ] }),
6723
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6724
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6725
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6733
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6734
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6735
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6726
6736
  ] })
6727
6737
  ] }),
6728
- mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
6729
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6730
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6731
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6738
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(import_jsx_runtime89.Fragment, { children: [
6739
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6740
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6741
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6732
6742
  ] }),
6733
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6734
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6735
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6743
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6744
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6745
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6736
6746
  ] }),
6737
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack", children: [
6738
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6739
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6747
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack", children: [
6748
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6749
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6740
6750
  ] })
6741
6751
  ] }),
6742
- mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_jsx_runtime86.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6743
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6744
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6752
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_jsx_runtime89.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6753
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6754
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6745
6755
  ] }) })
6746
6756
  ] });
6747
6757
  };
@@ -6751,31 +6761,31 @@ ColorInput.className = COLOR_INPUT_CLASSNAME;
6751
6761
  ColorInput.defaultProps = defaultProps33;
6752
6762
 
6753
6763
  // src/colorgradient/color-contrast.tsx
6754
- var import_jsx_runtime87 = require("react/jsx-runtime");
6764
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6755
6765
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
6756
6766
  var states38 = [];
6757
6767
  var options37 = {};
6758
6768
  var defaultProps34 = {};
6759
- var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6760
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-contrast-ratio", children: [
6761
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6762
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6763
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Icon, { icon: "check" }),
6764
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Icon, { icon: "check" })
6769
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6770
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "k-contrast-ratio", children: [
6771
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6772
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6773
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Icon, { icon: "check" }),
6774
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Icon, { icon: "check" })
6765
6775
  ] })
6766
6776
  ] }),
6767
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { children: [
6768
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: "AA: 4.5" }),
6769
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6777
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { children: [
6778
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { children: "AA: 4.5" }),
6779
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6770
6780
  "Pass",
6771
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Icon, { icon: "check" })
6781
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Icon, { icon: "check" })
6772
6782
  ] })
6773
6783
  ] }),
6774
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { children: [
6775
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: "AAA: 7.0" }),
6776
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6784
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { children: [
6785
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { children: "AAA: 7.0" }),
6786
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6777
6787
  "Fail",
6778
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Icon, { icon: "x" })
6788
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Icon, { icon: "x" })
6779
6789
  ] })
6780
6790
  ] })
6781
6791
  ] });
@@ -6785,7 +6795,7 @@ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
6785
6795
  ColorContrast.defaultProps = defaultProps34;
6786
6796
 
6787
6797
  // src/colorgradient/color-gradient.spec.tsx
6788
- var import_jsx_runtime88 = require("react/jsx-runtime");
6798
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6789
6799
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
6790
6800
  var states39 = [
6791
6801
  States.hover,
@@ -6818,7 +6828,7 @@ var ColorGradient = (props) => {
6818
6828
  dragHandleStyle = defaultProps35.dragHandleStyle,
6819
6829
  alphaStyle = defaultProps35.alphaStyle
6820
6830
  } = props;
6821
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: classNames(
6831
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: classNames(
6822
6832
  props.className,
6823
6833
  COLOR_GRADIENT_CLASSNAME,
6824
6834
  stateClassNames(COLOR_GRADIENT_CLASSNAME, {
@@ -6828,8 +6838,8 @@ var ColorGradient = (props) => {
6828
6838
  disabled
6829
6839
  })
6830
6840
  ), dir, children: [
6831
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6832
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: classNames(
6841
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6842
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: classNames(
6833
6843
  "k-hsv-draghandle",
6834
6844
  "k-draghandle",
6835
6845
  {
@@ -6837,13 +6847,13 @@ var ColorGradient = (props) => {
6837
6847
  "k-focus": focusHandle
6838
6848
  }
6839
6849
  ), style: dragHandleStyle }) }) }),
6840
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
6841
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6842
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6850
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
6851
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6852
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6843
6853
  ] })
6844
6854
  ] }),
6845
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorInput, { mode: props.mode }),
6846
- contrast && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorContrast, {})
6855
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ColorInput, { mode: props.mode }),
6856
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ColorContrast, {})
6847
6857
  ] });
6848
6858
  };
6849
6859
  ColorGradient.states = states39;
@@ -6852,17 +6862,17 @@ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
6852
6862
  ColorGradient.defaultProps = defaultProps35;
6853
6863
 
6854
6864
  // src/colorgradient/templates/colorgradient-normal.tsx
6855
- var import_jsx_runtime89 = require("react/jsx-runtime");
6865
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6856
6866
 
6857
6867
  // src/colorgradient/templates/colorgradient-contrast.tsx
6858
- var import_jsx_runtime90 = require("react/jsx-runtime");
6868
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6859
6869
 
6860
6870
  // src/colorpalette/colorpalette-row.tsx
6861
- var import_jsx_runtime91 = require("react/jsx-runtime");
6862
- var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("tr", { children: props.children });
6871
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6872
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("tr", { children: props.children });
6863
6873
 
6864
6874
  // src/colorpalette/colorpalette-tile.tsx
6865
- var import_jsx_runtime92 = require("react/jsx-runtime");
6875
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6866
6876
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
6867
6877
  var states40 = [
6868
6878
  States.hover,
@@ -6884,7 +6894,7 @@ var ColorPaletteTile = (props) => {
6884
6894
  "width": tileSize ? tileSize + "px" : "",
6885
6895
  "height": tileSize ? tileSize + "px" : ""
6886
6896
  };
6887
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6897
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6888
6898
  "td",
6889
6899
  {
6890
6900
  ...other,
@@ -6906,7 +6916,7 @@ ColorPaletteTile.options = options39;
6906
6916
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
6907
6917
 
6908
6918
  // src/colorpalette/colorpalette.spec.tsx
6909
- var import_jsx_runtime93 = require("react/jsx-runtime");
6919
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6910
6920
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
6911
6921
  var states41 = [
6912
6922
  States.disabled
@@ -6931,14 +6941,14 @@ var ColorPalette = (props) => {
6931
6941
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
6932
6942
  const items = [];
6933
6943
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
6934
- items.push(/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ColorPaletteTile, { color, tileSize }));
6944
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ColorPaletteTile, { color, tileSize }));
6935
6945
  });
6936
- const row = /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ColorPaletteRow, { children: items });
6946
+ const row = /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ColorPaletteRow, { children: items });
6937
6947
  newChildren.push(row);
6938
6948
  });
6939
6949
  }
6940
6950
  }
6941
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6951
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6942
6952
  "div",
6943
6953
  {
6944
6954
  ...other,
@@ -6949,7 +6959,7 @@ var ColorPalette = (props) => {
6949
6959
  disabled
6950
6960
  })
6951
6961
  ),
6952
- children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6962
+ children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6953
6963
  }
6954
6964
  );
6955
6965
  };
@@ -6959,7 +6969,7 @@ ColorPalette.className = COLORPALETTE_CLASSNAME;
6959
6969
  ColorPalette.defaultProps = defaultProps36;
6960
6970
 
6961
6971
  // src/colorpalette/templates/colorpalette-normal.tsx
6962
- var import_jsx_runtime94 = require("react/jsx-runtime");
6972
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6963
6973
 
6964
6974
  // src/colorpalette/colorpalette-presets.tsx
6965
6975
  var PALETTEPRESETS = {
@@ -7014,7 +7024,7 @@ var PALETTEPRESETS = {
7014
7024
  };
7015
7025
 
7016
7026
  // src/coloreditor/color-editor.spec.tsx
7017
- var import_jsx_runtime95 = require("react/jsx-runtime");
7027
+ var import_jsx_runtime98 = require("react/jsx-runtime");
7018
7028
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
7019
7029
  var states42 = [
7020
7030
  States.focus
@@ -7036,30 +7046,30 @@ var ColorEditor = (props) => {
7036
7046
  group,
7037
7047
  palette = defaultProps37.palette
7038
7048
  } = props;
7039
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: classNames(
7049
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: classNames(
7040
7050
  props.className,
7041
7051
  "k-flatcolorpicker",
7042
7052
  COLOREDITOR_CLASSNAME,
7043
7053
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
7044
7054
  ), dir, children: [
7045
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7046
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(ButtonGroup, { children: [
7047
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7048
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7055
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7056
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(ButtonGroup, { children: [
7057
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7058
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7049
7059
  ] }) }),
7050
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-spacer" }),
7051
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7052
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7053
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7054
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7055
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7060
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "k-spacer" }),
7061
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7062
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7063
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7064
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7065
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7056
7066
  ] })
7057
7067
  ] })
7058
7068
  ] }),
7059
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ColorPalette, { palette }) }),
7060
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7061
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7062
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7069
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(ColorPalette, { palette }) }),
7070
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7071
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7072
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7063
7073
  ] })
7064
7074
  ] });
7065
7075
  };
@@ -7069,25 +7079,25 @@ ColorEditor.className = COLOREDITOR_CLASSNAME;
7069
7079
  ColorEditor.defaultProps = defaultProps37;
7070
7080
 
7071
7081
  // src/coloreditor/templates/coloreditor-normal.tsx
7072
- var import_jsx_runtime96 = require("react/jsx-runtime");
7082
+ var import_jsx_runtime99 = require("react/jsx-runtime");
7073
7083
 
7074
7084
  // src/coloreditor/templates/coloreditor-palette.tsx
7075
- var import_jsx_runtime97 = require("react/jsx-runtime");
7085
+ var import_jsx_runtime100 = require("react/jsx-runtime");
7076
7086
 
7077
7087
  // src/coloreditor/templates/coloreditor-group.tsx
7078
- var import_jsx_runtime98 = require("react/jsx-runtime");
7088
+ var import_jsx_runtime101 = require("react/jsx-runtime");
7079
7089
 
7080
7090
  // src/coloreditor/templates/coloreditor-palette-group.tsx
7081
- var import_jsx_runtime99 = require("react/jsx-runtime");
7091
+ var import_jsx_runtime102 = require("react/jsx-runtime");
7082
7092
 
7083
7093
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
7084
- var import_jsx_runtime100 = require("react/jsx-runtime");
7094
+ var import_jsx_runtime103 = require("react/jsx-runtime");
7085
7095
 
7086
7096
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
7087
- var import_jsx_runtime101 = require("react/jsx-runtime");
7097
+ var import_jsx_runtime104 = require("react/jsx-runtime");
7088
7098
 
7089
7099
  // src/action-sheet/action-sheet.spec.tsx
7090
- var import_jsx_runtime102 = require("react/jsx-runtime");
7100
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7091
7101
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
7092
7102
  var states43 = [];
7093
7103
  var options42 = {};
@@ -7110,8 +7120,8 @@ var ActionSheet = (props) => {
7110
7120
  overlay = defaultProps38.overlay,
7111
7121
  ...other
7112
7122
  } = props;
7113
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7114
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7123
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7124
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7115
7125
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
7116
7126
  switch (child.type) {
7117
7127
  case ActionSheetHeader:
@@ -7121,10 +7131,10 @@ var ActionSheet = (props) => {
7121
7131
  return true;
7122
7132
  }
7123
7133
  return true;
7124
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(import_jsx_runtime102.Fragment, {});
7125
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("div", { className: "k-actionsheet-container", children: [
7126
- overlay && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: "k-overlay" }),
7127
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
7134
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(import_jsx_runtime105.Fragment, {});
7135
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("div", { className: "k-actionsheet-container", children: [
7136
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("div", { className: "k-overlay" }),
7137
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7128
7138
  AnimationContainer,
7129
7139
  {
7130
7140
  animationStyle: {
@@ -7134,7 +7144,7 @@ var ActionSheet = (props) => {
7134
7144
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
7135
7145
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
7136
7146
  },
7137
- children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
7147
+ children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7138
7148
  "div",
7139
7149
  {
7140
7150
  ...other,
@@ -7147,9 +7157,9 @@ var ActionSheet = (props) => {
7147
7157
  "k-adaptive-actionsheet": adaptive
7148
7158
  }
7149
7159
  ),
7150
- children: /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(import_jsx_runtime102.Fragment, { children: [
7160
+ children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(import_jsx_runtime105.Fragment, { children: [
7151
7161
  _ActionSheetHeader,
7152
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: classNames(
7162
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("div", { className: classNames(
7153
7163
  "k-actionsheet-content",
7154
7164
  {
7155
7165
  "!k-overflow-hidden": adaptive
@@ -7169,7 +7179,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
7169
7179
  ActionSheet.defaultProps = defaultProps38;
7170
7180
 
7171
7181
  // src/action-sheet/actionsheet-header.tsx
7172
- var import_jsx_runtime103 = require("react/jsx-runtime");
7182
+ var import_jsx_runtime106 = require("react/jsx-runtime");
7173
7183
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7174
7184
  var ActionSheetHeader = (props) => {
7175
7185
  const {
@@ -7179,7 +7189,7 @@ var ActionSheetHeader = (props) => {
7179
7189
  filter,
7180
7190
  ...other
7181
7191
  } = props;
7182
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
7192
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
7183
7193
  "div",
7184
7194
  {
7185
7195
  ...other,
@@ -7187,30 +7197,30 @@ var ActionSheetHeader = (props) => {
7187
7197
  props.className,
7188
7198
  ACTIONSHEETHEADER_CLASSNAME
7189
7199
  ),
7190
- children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(import_jsx_runtime103.Fragment, { children: [
7191
- /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7192
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(import_jsx_runtime103.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "k-actionsheet-title", children: [
7193
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: "k-text-center", children: title }),
7194
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7200
+ children: /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(import_jsx_runtime106.Fragment, { children: [
7201
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7202
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_jsx_runtime106.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "k-actionsheet-title", children: [
7203
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-text-center", children: title }),
7204
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7195
7205
  ] }) }),
7196
- props.children && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7197
- actions && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(import_jsx_runtime103.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7206
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7207
+ actions && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_jsx_runtime106.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7198
7208
  ] }),
7199
- filter && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(import_jsx_runtime103.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7209
+ filter && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_jsx_runtime106.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7200
7210
  ] })
7201
7211
  }
7202
7212
  );
7203
7213
  };
7204
7214
 
7205
7215
  // src/action-sheet/actionsheet-footer.tsx
7206
- var import_jsx_runtime104 = require("react/jsx-runtime");
7216
+ var import_jsx_runtime107 = require("react/jsx-runtime");
7207
7217
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7208
7218
  var ActionSheetFooter = (props) => {
7209
7219
  const {
7210
7220
  actions,
7211
7221
  ...other
7212
7222
  } = props;
7213
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
7223
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7214
7224
  action_buttons_spec_default,
7215
7225
  {
7216
7226
  ...other,
@@ -7219,17 +7229,17 @@ var ActionSheetFooter = (props) => {
7219
7229
  ACTIONSHEETFOOTER_CLASSNAME
7220
7230
  ),
7221
7231
  alignment: "stretched",
7222
- children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(import_jsx_runtime104.Fragment, { children: [
7232
+ children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
7223
7233
  actions && actions.map((action, index) => {
7224
7234
  if (action === "|") {
7225
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-separator" }, index);
7235
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-separator" }, index);
7226
7236
  }
7227
7237
  if (action === " ") {
7228
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-spacer" }, index);
7238
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-spacer" }, index);
7229
7239
  }
7230
7240
  const importantFlag = action.startsWith("!");
7231
7241
  const actionName = importantFlag ? action.substring(1) : action;
7232
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7242
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7233
7243
  }),
7234
7244
  !actions && props.children
7235
7245
  ] })
@@ -7238,12 +7248,12 @@ var ActionSheetFooter = (props) => {
7238
7248
  };
7239
7249
 
7240
7250
  // src/action-sheet/actionsheet-items.tsx
7241
- var import_jsx_runtime105 = require("react/jsx-runtime");
7251
+ var import_jsx_runtime108 = require("react/jsx-runtime");
7242
7252
  var ActionSheetItems = (props) => {
7243
7253
  const {
7244
7254
  ...other
7245
7255
  } = props;
7246
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7256
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
7247
7257
  "div",
7248
7258
  {
7249
7259
  ...other,
@@ -7257,7 +7267,7 @@ var ActionSheetItems = (props) => {
7257
7267
  };
7258
7268
 
7259
7269
  // src/action-sheet/actionsheet-item.tsx
7260
- var import_jsx_runtime106 = require("react/jsx-runtime");
7270
+ var import_jsx_runtime109 = require("react/jsx-runtime");
7261
7271
  var states44 = [
7262
7272
  States.hover,
7263
7273
  States.focus,
@@ -7266,7 +7276,7 @@ var states44 = [
7266
7276
  ];
7267
7277
 
7268
7278
  // src/combobox/combobox.spec.tsx
7269
- var import_jsx_runtime107 = require("react/jsx-runtime");
7279
+ var import_jsx_runtime110 = require("react/jsx-runtime");
7270
7280
  var COMBOBOX_CLASSNAME = `k-combobox`;
7271
7281
  var states45 = [
7272
7282
  States.hover,
@@ -7311,8 +7321,8 @@ var Combobox = (props) => {
7311
7321
  adaptiveSettings,
7312
7322
  ...other
7313
7323
  } = props;
7314
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
7315
- /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
7324
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(import_jsx_runtime110.Fragment, { children: [
7325
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
7316
7326
  Input,
7317
7327
  {
7318
7328
  ...other,
@@ -7329,9 +7339,9 @@ var Combobox = (props) => {
7329
7339
  readonly,
7330
7340
  className: classNames(props.className, COMBOBOX_CLASSNAME),
7331
7341
  children: [
7332
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputPrefix, { children: prefix }),
7333
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputInnerInput, { placeholder, value }),
7334
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7342
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(InputPrefix, { children: prefix }),
7343
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(InputInnerInput, { placeholder, value }),
7344
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7335
7345
  InputValidationIcon,
7336
7346
  {
7337
7347
  valid,
@@ -7340,14 +7350,14 @@ var Combobox = (props) => {
7340
7350
  disabled
7341
7351
  }
7342
7352
  ),
7343
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7353
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7344
7354
  InputLoadingIcon,
7345
7355
  {
7346
7356
  loading,
7347
7357
  disabled
7348
7358
  }
7349
7359
  ),
7350
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7360
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7351
7361
  InputClearValue,
7352
7362
  {
7353
7363
  loading,
@@ -7356,8 +7366,8 @@ var Combobox = (props) => {
7356
7366
  value
7357
7367
  }
7358
7368
  ),
7359
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputSuffix, { children: suffix }),
7360
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7369
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(InputSuffix, { children: suffix }),
7370
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7361
7371
  Button,
7362
7372
  {
7363
7373
  className: "k-input-button",
@@ -7370,9 +7380,9 @@ var Combobox = (props) => {
7370
7380
  ]
7371
7381
  }
7372
7382
  ),
7373
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7374
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7375
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7383
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7384
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7385
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7376
7386
  ActionSheetHeader,
7377
7387
  {
7378
7388
  actions: ["x"],
@@ -7380,10 +7390,10 @@ var Combobox = (props) => {
7380
7390
  title: "Select Item"
7381
7391
  }
7382
7392
  ),
7383
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(List, { size: "large", children: [
7384
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ListItem, { text: "List item" }),
7385
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ListItem, { text: "List item" }),
7386
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ListItem, { text: "List item" })
7393
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(List, { size: "large", children: [
7394
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(ListItem, { text: "List item" }),
7395
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(ListItem, { text: "List item" }),
7396
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(ListItem, { text: "List item" })
7387
7397
  ] }) })
7388
7398
  ] })
7389
7399
  ] });
@@ -7394,19 +7404,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
7394
7404
  Combobox.defaultProps = defaultProps39;
7395
7405
 
7396
7406
  // src/combobox/templates/combobox-normal.tsx
7397
- var import_jsx_runtime108 = require("react/jsx-runtime");
7407
+ var import_jsx_runtime111 = require("react/jsx-runtime");
7398
7408
 
7399
7409
  // src/combobox/templates/combobox-popup.tsx
7400
- var import_jsx_runtime109 = require("react/jsx-runtime");
7410
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7401
7411
 
7402
7412
  // src/combobox/templates/combobox-grouping.tsx
7403
- var import_jsx_runtime110 = require("react/jsx-runtime");
7413
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7404
7414
 
7405
7415
  // src/combobox/templates/combobox-adaptive.tsx
7406
- var import_jsx_runtime111 = require("react/jsx-runtime");
7416
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7407
7417
 
7408
7418
  // src/menu-button/menu-button.spec.tsx
7409
- var import_jsx_runtime112 = require("react/jsx-runtime");
7419
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7410
7420
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
7411
7421
  var states46 = [
7412
7422
  States.hover,
@@ -7460,8 +7470,8 @@ var MenuButton = (props) => {
7460
7470
  opened,
7461
7471
  ...other
7462
7472
  } = props;
7463
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(import_jsx_runtime112.Fragment, { children: [
7464
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7473
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(import_jsx_runtime115.Fragment, { children: [
7474
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7465
7475
  Button,
7466
7476
  {
7467
7477
  ...other,
@@ -7484,7 +7494,7 @@ var MenuButton = (props) => {
7484
7494
  arrowIconName
7485
7495
  }
7486
7496
  ),
7487
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(Popup, { className: "k-menu-popup", children: popup })
7497
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(Popup, { className: "k-menu-popup", children: popup })
7488
7498
  ] });
7489
7499
  };
7490
7500
  MenuButton.states = states46;
@@ -7493,16 +7503,16 @@ MenuButton.className = MENUBUTTON_CLASSNAME;
7493
7503
  MenuButton.defaultProps = defaultProps40;
7494
7504
 
7495
7505
  // src/menu-button/templates/icon-menu-button.tsx
7496
- var import_jsx_runtime113 = require("react/jsx-runtime");
7506
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7497
7507
 
7498
7508
  // src/menu-button/templates/icon-text-menu-button.tsx
7499
- var import_jsx_runtime114 = require("react/jsx-runtime");
7509
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7500
7510
 
7501
7511
  // src/menu-button/templates/text-menu-button.tsx
7502
- var import_jsx_runtime115 = require("react/jsx-runtime");
7512
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7503
7513
 
7504
7514
  // src/menu/menu-item.spec.tsx
7505
- var import_jsx_runtime116 = require("react/jsx-runtime");
7515
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7506
7516
  var MENUITEM_CLASSNAME = `k-menu-item`;
7507
7517
  var states47 = [
7508
7518
  States.hover,
@@ -7530,7 +7540,7 @@ var MenuItem = (props) => {
7530
7540
  children,
7531
7541
  ...other
7532
7542
  } = props;
7533
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(import_jsx_runtime116.Fragment, {});
7543
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(import_jsx_runtime119.Fragment, {});
7534
7544
  if (children) {
7535
7545
  children.forEach((child) => {
7536
7546
  const component = child.type;
@@ -7544,7 +7554,7 @@ var MenuItem = (props) => {
7544
7554
  if (!expandArrowName) {
7545
7555
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7546
7556
  }
7547
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7557
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7548
7558
  "li",
7549
7559
  {
7550
7560
  ...other,
@@ -7559,7 +7569,7 @@ var MenuItem = (props) => {
7559
7569
  })
7560
7570
  ),
7561
7571
  children: [
7562
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7572
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7563
7573
  "span",
7564
7574
  {
7565
7575
  className: classNames(
@@ -7572,9 +7582,9 @@ var MenuItem = (props) => {
7572
7582
  })
7573
7583
  ),
7574
7584
  children: [
7575
- icon && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7576
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-menu-link-text", children: text }),
7577
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Icon, { icon: expandArrowName }) })
7585
+ icon && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7586
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-menu-link-text", children: text }),
7587
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: expandArrowName }) })
7578
7588
  ]
7579
7589
  }
7580
7590
  ),
@@ -7590,7 +7600,7 @@ MenuItem.defaultProps = defaultProps41;
7590
7600
  var menu_item_spec_default = MenuItem;
7591
7601
 
7592
7602
  // src/menu/menu-separator.spec.tsx
7593
- var import_jsx_runtime117 = require("react/jsx-runtime");
7603
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7594
7604
  var SEPARATOR_CLASSNAME = `k-separator`;
7595
7605
  var defaultProps42 = {
7596
7606
  orientation: "horizontal"
@@ -7600,7 +7610,7 @@ var MenuSeparator = (props) => {
7600
7610
  orientation = defaultProps42.orientation,
7601
7611
  ...other
7602
7612
  } = props;
7603
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7613
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7604
7614
  "li",
7605
7615
  {
7606
7616
  ...other,
@@ -7618,10 +7628,10 @@ var MenuSeparator = (props) => {
7618
7628
  var menu_separator_spec_default = MenuSeparator;
7619
7629
 
7620
7630
  // src/menu/menu-item-content.tsx
7621
- var import_jsx_runtime118 = require("react/jsx-runtime");
7631
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7622
7632
 
7623
7633
  // src/menu/menu-list.spec.tsx
7624
- var import_jsx_runtime119 = require("react/jsx-runtime");
7634
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7625
7635
  var import_react = require("react");
7626
7636
  var MENULIST_CLASSNAME = `k-menu-group`;
7627
7637
  var states48 = [];
@@ -7649,7 +7659,7 @@ var MenuList = (props) => {
7649
7659
  );
7650
7660
  } else if (child.type === menu_separator_spec_default) {
7651
7661
  listChildren.push(
7652
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(menu_separator_spec_default, {})
7662
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(menu_separator_spec_default, {})
7653
7663
  );
7654
7664
  } else {
7655
7665
  listChildren.push(child);
@@ -7657,7 +7667,7 @@ var MenuList = (props) => {
7657
7667
  });
7658
7668
  }
7659
7669
  }
7660
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7670
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7661
7671
  "ul",
7662
7672
  {
7663
7673
  ...other,
@@ -7678,10 +7688,10 @@ MenuList.className = MENULIST_CLASSNAME;
7678
7688
  MenuList.defaultProps = defaultProps43;
7679
7689
 
7680
7690
  // src/menu-button/templates/menu-button-popup.tsx
7681
- var import_jsx_runtime120 = require("react/jsx-runtime");
7691
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7682
7692
 
7683
7693
  // src/split-button/split-button.spec.tsx
7684
- var import_jsx_runtime121 = require("react/jsx-runtime");
7694
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7685
7695
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7686
7696
  var states49 = [
7687
7697
  States.hover,
@@ -7733,8 +7743,8 @@ var SplitButton = (props) => {
7733
7743
  opened,
7734
7744
  ...other
7735
7745
  } = props;
7736
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
7737
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
7746
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_jsx_runtime124.Fragment, { children: [
7747
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
7738
7748
  "div",
7739
7749
  {
7740
7750
  ...other,
@@ -7747,7 +7757,7 @@ var SplitButton = (props) => {
7747
7757
  })
7748
7758
  ),
7749
7759
  children: [
7750
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7760
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7751
7761
  Button,
7752
7762
  {
7753
7763
  text,
@@ -7764,7 +7774,7 @@ var SplitButton = (props) => {
7764
7774
  children: props.children
7765
7775
  }
7766
7776
  ),
7767
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7777
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7768
7778
  Button,
7769
7779
  {
7770
7780
  className: "k-split-button-arrow",
@@ -7778,7 +7788,7 @@ var SplitButton = (props) => {
7778
7788
  ]
7779
7789
  }
7780
7790
  ),
7781
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Popup, { className: "k-menu-popup", children: popup })
7791
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(Popup, { className: "k-menu-popup", children: popup })
7782
7792
  ] });
7783
7793
  };
7784
7794
  SplitButton.states = states49;
@@ -7788,7 +7798,7 @@ SplitButton.defaultProps = defaultProps44;
7788
7798
  var split_button_spec_default = SplitButton;
7789
7799
 
7790
7800
  // src/toolbar/toolbar.spec.tsx
7791
- var import_jsx_runtime122 = require("react/jsx-runtime");
7801
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7792
7802
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7793
7803
  var states50 = [
7794
7804
  States.focus
@@ -7811,7 +7821,7 @@ var Toolbar = (props) => {
7811
7821
  const tempToolbarChildren = [];
7812
7822
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7813
7823
  tempToolbarChildren.push(
7814
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7824
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7815
7825
  Button,
7816
7826
  {
7817
7827
  ...child.props,
@@ -7822,7 +7832,7 @@ var Toolbar = (props) => {
7822
7832
  );
7823
7833
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7824
7834
  tempToolbarChildren.push(
7825
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7835
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7826
7836
  Button,
7827
7837
  {
7828
7838
  ...child.props,
@@ -7833,7 +7843,7 @@ var Toolbar = (props) => {
7833
7843
  );
7834
7844
  } else if (child.type === Button) {
7835
7845
  tempToolbarChildren.push(
7836
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7846
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7837
7847
  Button,
7838
7848
  {
7839
7849
  ...child.props,
@@ -7844,7 +7854,7 @@ var Toolbar = (props) => {
7844
7854
  );
7845
7855
  } else if (child.type === MenuButton) {
7846
7856
  tempToolbarChildren.push(
7847
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7857
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7848
7858
  MenuButton,
7849
7859
  {
7850
7860
  ...child.props,
@@ -7855,7 +7865,7 @@ var Toolbar = (props) => {
7855
7865
  );
7856
7866
  } else if (child.type === split_button_spec_default) {
7857
7867
  tempToolbarChildren.push(
7858
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7868
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7859
7869
  split_button_spec_default,
7860
7870
  {
7861
7871
  ...child.props,
@@ -7869,7 +7879,7 @@ var Toolbar = (props) => {
7869
7879
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7870
7880
  childrenArray.forEach((button, bindex) => {
7871
7881
  buttonGroupItems.push(
7872
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7882
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7873
7883
  Button,
7874
7884
  {
7875
7885
  ...button.props,
@@ -7880,7 +7890,7 @@ var Toolbar = (props) => {
7880
7890
  );
7881
7891
  });
7882
7892
  tempToolbarChildren.push(
7883
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7893
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7884
7894
  ButtonGroup,
7885
7895
  {
7886
7896
  ...child.props,
@@ -7892,7 +7902,7 @@ var Toolbar = (props) => {
7892
7902
  );
7893
7903
  } else if (child.type === Combobox) {
7894
7904
  tempToolbarChildren.push(
7895
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7905
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7896
7906
  Combobox,
7897
7907
  {
7898
7908
  ...child.props,
@@ -7903,7 +7913,7 @@ var Toolbar = (props) => {
7903
7913
  );
7904
7914
  } else if (child.type === DropdownList) {
7905
7915
  tempToolbarChildren.push(
7906
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7916
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7907
7917
  DropdownList,
7908
7918
  {
7909
7919
  ...child.props,
@@ -7914,7 +7924,7 @@ var Toolbar = (props) => {
7914
7924
  );
7915
7925
  } else if (child.type === ColorPicker) {
7916
7926
  tempToolbarChildren.push(
7917
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7927
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7918
7928
  ColorPicker,
7919
7929
  {
7920
7930
  ...child.props,
@@ -7936,7 +7946,7 @@ var Toolbar = (props) => {
7936
7946
  addUniqueToolClass(child, index);
7937
7947
  });
7938
7948
  }
7939
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7949
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7940
7950
  "div",
7941
7951
  {
7942
7952
  ...other,
@@ -7963,7 +7973,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
7963
7973
  Toolbar.defaultProps = defaultProps45;
7964
7974
 
7965
7975
  // src/toolbar/toolbar-angular.spec.tsx
7966
- var import_jsx_runtime123 = require("react/jsx-runtime");
7976
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7967
7977
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7968
7978
  var states51 = [
7969
7979
  States.focus
@@ -7986,7 +7996,7 @@ var ToolbarAngular = (props) => {
7986
7996
  const tempToolbarChildren = [];
7987
7997
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7988
7998
  tempToolbarChildren.push(
7989
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7999
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
7990
8000
  Button,
7991
8001
  {
7992
8002
  ...child.props,
@@ -7997,7 +8007,7 @@ var ToolbarAngular = (props) => {
7997
8007
  );
7998
8008
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7999
8009
  tempToolbarChildren.push(
8000
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8010
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8001
8011
  Button,
8002
8012
  {
8003
8013
  ...child.props,
@@ -8008,7 +8018,7 @@ var ToolbarAngular = (props) => {
8008
8018
  );
8009
8019
  } else if (child.type === Button) {
8010
8020
  tempToolbarChildren.push(
8011
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8021
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8012
8022
  Button,
8013
8023
  {
8014
8024
  ...child.props,
@@ -8019,7 +8029,7 @@ var ToolbarAngular = (props) => {
8019
8029
  );
8020
8030
  } else if (child.type === MenuButton) {
8021
8031
  tempToolbarChildren.push(
8022
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8032
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8023
8033
  MenuButton,
8024
8034
  {
8025
8035
  ...child.props,
@@ -8030,7 +8040,7 @@ var ToolbarAngular = (props) => {
8030
8040
  );
8031
8041
  } else if (child.type === split_button_spec_default) {
8032
8042
  tempToolbarChildren.push(
8033
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8043
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8034
8044
  split_button_spec_default,
8035
8045
  {
8036
8046
  ...child.props,
@@ -8044,7 +8054,7 @@ var ToolbarAngular = (props) => {
8044
8054
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8045
8055
  childrenArray.forEach((button, bindex) => {
8046
8056
  buttonGroupItems.push(
8047
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8057
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8048
8058
  Button,
8049
8059
  {
8050
8060
  ...button.props,
@@ -8055,7 +8065,7 @@ var ToolbarAngular = (props) => {
8055
8065
  );
8056
8066
  });
8057
8067
  tempToolbarChildren.push(
8058
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8068
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8059
8069
  ButtonGroup,
8060
8070
  {
8061
8071
  ...child.props,
@@ -8067,7 +8077,7 @@ var ToolbarAngular = (props) => {
8067
8077
  );
8068
8078
  } else if (child.type === Combobox) {
8069
8079
  tempToolbarChildren.push(
8070
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8080
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8071
8081
  Combobox,
8072
8082
  {
8073
8083
  ...child.props,
@@ -8078,7 +8088,7 @@ var ToolbarAngular = (props) => {
8078
8088
  );
8079
8089
  } else if (child.type === DropdownList) {
8080
8090
  tempToolbarChildren.push(
8081
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8091
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8082
8092
  DropdownList,
8083
8093
  {
8084
8094
  ...child.props,
@@ -8089,7 +8099,7 @@ var ToolbarAngular = (props) => {
8089
8099
  );
8090
8100
  } else if (child.type === ColorPicker) {
8091
8101
  tempToolbarChildren.push(
8092
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8102
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8093
8103
  ColorPicker,
8094
8104
  {
8095
8105
  ...child.props,
@@ -8111,7 +8121,7 @@ var ToolbarAngular = (props) => {
8111
8121
  addUniqueToolClass(child, index);
8112
8122
  });
8113
8123
  }
8114
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8124
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8115
8125
  "div",
8116
8126
  {
8117
8127
  ...other,
@@ -8138,10 +8148,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
8138
8148
  ToolbarAngular.defaultProps = defaultProps46;
8139
8149
 
8140
8150
  // src/toolbar/toolbar-separator.tsx
8141
- var import_jsx_runtime124 = require("react/jsx-runtime");
8151
+ var import_jsx_runtime127 = require("react/jsx-runtime");
8142
8152
 
8143
8153
  // src/toolbar/toolbar-item.spec.tsx
8144
- var import_jsx_runtime125 = require("react/jsx-runtime");
8154
+ var import_jsx_runtime128 = require("react/jsx-runtime");
8145
8155
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
8146
8156
  var states52 = [
8147
8157
  States.focus
@@ -8153,7 +8163,7 @@ var ToolbarItem = (props) => {
8153
8163
  focus,
8154
8164
  ...other
8155
8165
  } = props;
8156
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
8166
+ return /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
8157
8167
  "div",
8158
8168
  {
8159
8169
  ...other,
@@ -8174,14 +8184,14 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
8174
8184
  ToolbarItem.defaultProps = defaultProps47;
8175
8185
 
8176
8186
  // src/toolbar/toolbar-popup.spec.tsx
8177
- var import_jsx_runtime126 = require("react/jsx-runtime");
8187
+ var import_jsx_runtime129 = require("react/jsx-runtime");
8178
8188
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
8179
8189
  var states53 = [];
8180
8190
  var options51 = {};
8181
8191
  var defaultProps48 = {};
8182
8192
  var ToolbarPopup = (props) => {
8183
8193
  const { ...other } = props;
8184
- return /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8194
+ return /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
8185
8195
  Popup,
8186
8196
  {
8187
8197
  ...other,
@@ -8199,31 +8209,31 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
8199
8209
  ToolbarPopup.defaultProps = defaultProps48;
8200
8210
 
8201
8211
  // src/split-button/templates/icon-split-button.tsx
8202
- var import_jsx_runtime127 = require("react/jsx-runtime");
8212
+ var import_jsx_runtime130 = require("react/jsx-runtime");
8203
8213
 
8204
8214
  // src/split-button/templates/icon-text-split-button.tsx
8205
- var import_jsx_runtime128 = require("react/jsx-runtime");
8215
+ var import_jsx_runtime131 = require("react/jsx-runtime");
8206
8216
 
8207
8217
  // src/split-button/templates/text-split-button.tsx
8208
- var import_jsx_runtime129 = require("react/jsx-runtime");
8218
+ var import_jsx_runtime132 = require("react/jsx-runtime");
8209
8219
 
8210
8220
  // src/split-button/templates/split-button-popup.tsx
8211
- var import_jsx_runtime130 = require("react/jsx-runtime");
8221
+ var import_jsx_runtime133 = require("react/jsx-runtime");
8212
8222
 
8213
8223
  // src/toolbar/templates/toolbar-normal.tsx
8214
- var import_jsx_runtime131 = require("react/jsx-runtime");
8224
+ var import_jsx_runtime134 = require("react/jsx-runtime");
8215
8225
 
8216
8226
  // src/toolbar/templates/toolbar-resizable.tsx
8217
- var import_jsx_runtime132 = require("react/jsx-runtime");
8227
+ var import_jsx_runtime135 = require("react/jsx-runtime");
8218
8228
 
8219
8229
  // src/toolbar/templates/toolbar-angular-normal.tsx
8220
- var import_jsx_runtime133 = require("react/jsx-runtime");
8230
+ var import_jsx_runtime136 = require("react/jsx-runtime");
8221
8231
 
8222
8232
  // src/toolbar/templates/toolbar-angular-resizable.tsx
8223
- var import_jsx_runtime134 = require("react/jsx-runtime");
8233
+ var import_jsx_runtime137 = require("react/jsx-runtime");
8224
8234
 
8225
8235
  // src/grid/tests/grid-size-sm.tsx
8226
- var import_jsx_runtime135 = require("react/jsx-runtime");
8236
+ var import_jsx_runtime138 = require("react/jsx-runtime");
8227
8237
  var styles = `
8228
8238
  .k-grouping-header .k-grouping-dropclue {
8229
8239
  left: 0;
@@ -8232,275 +8242,275 @@ var styles = `
8232
8242
  position: relative;
8233
8243
  }
8234
8244
  `;
8235
- var grid_size_sm_default = () => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(import_jsx_runtime135.Fragment, { children: [
8236
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("style", { children: styles }),
8237
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8238
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "col-2", children: "Grid" }),
8239
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8240
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8241
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
8242
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { style: { width: "100px" } }),
8243
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
8245
+ var grid_size_sm_default = () => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(import_jsx_runtime138.Fragment, { children: [
8246
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("style", { children: styles }),
8247
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8248
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "col-2", children: "Grid" }),
8249
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8250
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8251
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("colgroup", { children: [
8252
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", { style: { width: "100px" } }),
8253
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {})
8244
8254
  ] }),
8245
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8246
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
8247
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
8255
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8256
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
8257
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
8248
8258
  ] }) })
8249
8259
  ] }) }) }),
8250
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
8251
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
8252
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { style: { width: "100px" } }),
8253
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
8260
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
8261
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("colgroup", { children: [
8262
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", { style: { width: "100px" } }),
8263
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {})
8254
8264
  ] }),
8255
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tbody", { className: "k-table-tbody", children: [
8256
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8257
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "1" }),
8258
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Row" })
8265
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tbody", { className: "k-table-tbody", children: [
8266
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8267
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "1" }),
8268
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Row" })
8259
8269
  ] }),
8260
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8261
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "2" }),
8262
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Alt row" })
8270
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8271
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "2" }),
8272
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Alt row" })
8263
8273
  ] }),
8264
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8265
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "3" }),
8266
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("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." })
8274
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8275
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "3" }),
8276
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("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." })
8267
8277
  ] }),
8268
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8269
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "4" }),
8270
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Skeleton, { animation: false }) })
8278
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8279
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "4" }),
8280
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(SkeletonNormal, { animation: false }) })
8271
8281
  ] }),
8272
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8273
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "5" }),
8274
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Skeleton, { animation: false }) })
8282
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8283
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "5" }),
8284
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(SkeletonNormal, { animation: false }) })
8275
8285
  ] })
8276
8286
  ] })
8277
8287
  ] }) }),
8278
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Pager, { className: "k-grid-pager", size: "small" })
8288
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Pager, { className: "k-grid-pager", size: "small" })
8279
8289
  ] }) }),
8280
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "col-2", children: "Filtering" }),
8281
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
8282
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8283
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
8284
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { className: "k-hierarchy-col" }),
8285
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8286
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8287
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8288
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
8290
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "col-2", children: "Filtering" }),
8291
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
8292
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8293
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("colgroup", { children: [
8294
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", { className: "k-hierarchy-col" }),
8295
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8296
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8297
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8298
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {})
8289
8299
  ] }),
8290
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("thead", { className: "k-table-thead", children: [
8291
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8292
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-hierarchy-cell" }),
8293
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
8294
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Default" }) }),
8295
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
8300
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("thead", { className: "k-table-thead", children: [
8301
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8302
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header k-hierarchy-cell" }),
8303
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("span", { className: "k-cell-inner", children: [
8304
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Default" }) }),
8305
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "filter" }) })
8296
8306
  ] }) }),
8297
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
8298
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Hover" }) }),
8299
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
8307
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("span", { className: "k-cell-inner", children: [
8308
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Hover" }) }),
8309
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "filter" }) })
8300
8310
  ] }) }),
8301
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
8302
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Focus" }) }),
8303
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
8311
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("span", { className: "k-cell-inner", children: [
8312
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Focus" }) }),
8313
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "filter" }) })
8304
8314
  ] }) }),
8305
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
8306
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Active" }) }),
8307
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
8315
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("span", { className: "k-cell-inner", children: [
8316
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Active" }) }),
8317
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "filter" }) })
8308
8318
  ] }) }),
8309
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
8310
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-link", children: [
8311
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Sorted" }),
8312
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "sort-asc-small" }) })
8319
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("span", { className: "k-cell-inner", children: [
8320
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("span", { className: "k-link", children: [
8321
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Sorted" }),
8322
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "sort-asc-small" }) })
8313
8323
  ] }),
8314
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
8324
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "filter" }) })
8315
8325
  ] }) })
8316
8326
  ] }),
8317
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
8318
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
8319
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8320
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(NumericTextbox, {}),
8321
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-operator", children: [
8322
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8327
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
8328
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
8329
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8330
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(NumericTextbox, {}),
8331
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-filtercell-operator", children: [
8332
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8323
8333
  " ",
8324
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "filter-clear", disabled: true })
8334
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "filter-clear", disabled: true })
8325
8335
  ] })
8326
8336
  ] }) }) }),
8327
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8328
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Textbox, { showClearButton: false, value: "p" }),
8329
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-operator", children: [
8330
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8337
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8338
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Textbox, { showClearButton: false, value: "p" }),
8339
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-filtercell-operator", children: [
8340
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8331
8341
  " ",
8332
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "filter-clear" })
8342
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "filter-clear" })
8333
8343
  ] })
8334
8344
  ] }) }) }),
8335
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8336
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Textbox, { showClearButton: false, value: "p" }),
8337
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-operator", children: [
8338
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8345
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8346
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Textbox, { showClearButton: false, value: "p" }),
8347
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-filtercell-operator", children: [
8348
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8339
8349
  " ",
8340
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "filter-clear" })
8350
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "filter-clear" })
8341
8351
  ] })
8342
8352
  ] }) }) }),
8343
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8344
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Textbox, { showClearButton: false, value: "p" }),
8345
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-operator", children: [
8346
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8353
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8354
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Textbox, { showClearButton: false, value: "p" }),
8355
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-filtercell-operator", children: [
8356
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8347
8357
  " ",
8348
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "filter-clear" })
8358
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "filter-clear" })
8349
8359
  ] })
8350
8360
  ] }) }) }),
8351
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
8361
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
8352
8362
  ] })
8353
8363
  ] })
8354
8364
  ] }) }) }),
8355
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
8356
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
8357
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { className: "k-hierarchy-col" }),
8358
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8359
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8360
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8361
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
8365
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
8366
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("colgroup", { children: [
8367
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", { className: "k-hierarchy-col" }),
8368
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8369
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8370
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8371
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {})
8362
8372
  ] }),
8363
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tbody", { className: "k-table-tbody", children: [
8364
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-master-row k-table-row k-expanded", children: [
8365
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "caret-alt-down" }) }),
8366
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "1" }),
8367
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
8368
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
8369
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
8370
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" })
8373
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tbody", { className: "k-table-tbody", children: [
8374
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-master-row k-table-row k-expanded", children: [
8375
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "caret-alt-down" }) }),
8376
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "1" }),
8377
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Text" }),
8378
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Text" }),
8379
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Text" }),
8380
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Text" })
8371
8381
  ] }),
8372
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-detail-row k-table-row", children: [
8373
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-hierarchy-cell k-table-td" }),
8374
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-detail-cell k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
8382
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-detail-row k-table-row", children: [
8383
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-hierarchy-cell k-table-td" }),
8384
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-detail-cell k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
8375
8385
  ] }),
8376
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
8377
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "caret-alt-right" }) }),
8378
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "2" }),
8379
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
8380
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
8381
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
8382
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" })
8386
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
8387
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "caret-alt-right" }) }),
8388
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "2" }),
8389
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Text" }),
8390
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Text" }),
8391
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Text" }),
8392
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Text" })
8383
8393
  ] })
8384
8394
  ] })
8385
8395
  ] }) })
8386
8396
  ] }) }),
8387
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { children: "Editing" }),
8388
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8389
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "plus", children: "Add new record" }) }),
8390
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8391
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
8392
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8393
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8394
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8395
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { style: { width: "300px" } })
8397
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { children: "Editing" }),
8398
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8399
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "plus", children: "Add new record" }) }),
8400
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8401
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("colgroup", { children: [
8402
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8403
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8404
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8405
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", { style: { width: "300px" } })
8396
8406
  ] }),
8397
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8398
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8399
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8400
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
8401
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
8407
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8408
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8409
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8410
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
8411
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
8402
8412
  ] }) })
8403
8413
  ] }) }) }),
8404
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8405
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
8406
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8407
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8408
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8409
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { style: { width: "300px" } })
8414
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8415
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("colgroup", { children: [
8416
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8417
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8418
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8419
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", { style: { width: "300px" } })
8410
8420
  ] }),
8411
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tbody", { className: "k-table-tbody", children: [
8412
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
8413
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Textbox, { value: "Towel", required: true }) }),
8414
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td", children: [
8415
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(NumericTextbox, { invalid: true }),
8416
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
8417
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
8418
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-tooltip-content", children: "Price" }),
8419
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-callout k-callout-n" })
8421
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tbody", { className: "k-table-tbody", children: [
8422
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
8423
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Textbox, { value: "Towel", required: true }) }),
8424
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("td", { className: "k-table-td", children: [
8425
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(NumericTextbox, { invalid: true }),
8426
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
8427
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
8428
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-tooltip-content", children: "Price" }),
8429
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-callout k-callout-n" })
8420
8430
  ] })
8421
8431
  ] }),
8422
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td", children: [
8423
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
8424
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
8432
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("td", { className: "k-table-td", children: [
8433
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
8434
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
8425
8435
  ] }),
8426
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8427
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "check", themeColor: "primary", children: "Update" }),
8428
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "cancel", children: "Cancel" })
8436
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8437
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "check", themeColor: "primary", children: "Update" }),
8438
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "cancel", children: "Cancel" })
8429
8439
  ] })
8430
8440
  ] }),
8431
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
8432
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td k-dirty-cell", children: [
8433
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-dirty" }),
8441
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
8442
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("td", { className: "k-table-td k-dirty-cell", children: [
8443
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-dirty" }),
8434
8444
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
8435
8445
  ] }),
8436
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "18" }),
8437
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "false" }),
8438
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8439
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "pencil", children: "Edit" }),
8440
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "x", children: "Delete" })
8446
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "18" }),
8447
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "false" }),
8448
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8449
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "pencil", children: "Edit" }),
8450
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "x", children: "Delete" })
8441
8451
  ] })
8442
8452
  ] }),
8443
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8444
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Chang" }),
8445
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "19" }),
8446
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "false" }),
8447
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8448
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "pencil", children: "Edit" }),
8449
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "x", children: "Delete" })
8453
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8454
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Chang" }),
8455
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "19" }),
8456
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "false" }),
8457
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8458
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "pencil", children: "Edit" }),
8459
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: "x", children: "Delete" })
8450
8460
  ] })
8451
8461
  ] })
8452
8462
  ] })
8453
8463
  ] }) })
8454
8464
  ] }) }),
8455
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { children: "Grouping" }),
8456
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8457
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grouping-header", children: [
8458
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grouping-dropclue" }),
8459
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(ChipList, { size: "small", children: [
8460
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
8461
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(ChipAction, { type: "remove" }), children: "Name" })
8465
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { children: "Grouping" }),
8466
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8467
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-grouping-header", children: [
8468
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grouping-dropclue" }),
8469
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(ChipList, { size: "small", children: [
8470
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
8471
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(ChipAction, { type: "remove" }), children: "Name" })
8462
8472
  ] }),
8463
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grouping-drop-container" })
8473
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grouping-drop-container" })
8464
8474
  ] }),
8465
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8466
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
8467
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { className: "k-group-col" }),
8468
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8469
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8470
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8471
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
8475
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8476
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("colgroup", { children: [
8477
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", { className: "k-group-col" }),
8478
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8479
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8480
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8481
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {})
8472
8482
  ] }),
8473
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8474
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
8475
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8476
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8477
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
8478
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
8483
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8484
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
8485
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8486
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8487
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
8488
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
8479
8489
  ] }) })
8480
8490
  ] }) }) }),
8481
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8482
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
8483
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { className: "k-group-col" }),
8484
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8485
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8486
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
8487
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
8491
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8492
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("colgroup", { children: [
8493
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", { className: "k-group-col" }),
8494
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8495
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8496
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {}),
8497
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("col", {})
8488
8498
  ] }),
8489
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tbody", { className: "k-table-tbody", children: [
8490
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("p", { className: "k-reset", children: [
8491
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "caret-alt-right" }),
8499
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tbody", { className: "k-table-tbody", children: [
8500
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("p", { className: "k-reset", children: [
8501
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "caret-alt-right" }),
8492
8502
  "Price: 19"
8493
8503
  ] }) }) }),
8494
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("p", { className: "k-reset", children: [
8495
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "caret-alt-down" }),
8504
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("p", { className: "k-reset", children: [
8505
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { icon: "caret-alt-down" }),
8496
8506
  "Price: 30"
8497
8507
  ] }) }) }),
8498
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
8499
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
8500
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Chai" }),
8501
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "30" }),
8502
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "false" }),
8503
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "15" })
8508
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("tr", { className: "k-table-row", children: [
8509
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
8510
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "Chai" }),
8511
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "30" }),
8512
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "false" }),
8513
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("td", { className: "k-table-td", children: "15" })
8504
8514
  ] })
8505
8515
  ] })
8506
8516
  ] }) })