@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
@@ -178,6 +178,23 @@ Breadcrumb.defaultProps = defaultProps;
178
178
 
179
179
  // src/breadcrumb/breadcrumb-root-item-container.tsx
180
180
  var import_jsx_runtime2 = require("react/jsx-runtime");
181
+ var BREADCRUMBROOTITEMCONTAINER_CLASSNAME = `k-breadcrumb-root-item-container`;
182
+ var BreadcrumbRootItemContainer = (props) => {
183
+ const {
184
+ ...other
185
+ } = props;
186
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
187
+ "ol",
188
+ {
189
+ ...other,
190
+ className: classNames(
191
+ props.className,
192
+ BREADCRUMBROOTITEMCONTAINER_CLASSNAME
193
+ ),
194
+ children: props.children
195
+ }
196
+ );
197
+ };
181
198
 
182
199
  // src/breadcrumb/breadcrumb-input-container.tsx
183
200
  var import_jsx_runtime3 = require("react/jsx-runtime");
@@ -277,9 +294,29 @@ var BreadcrumbLink = (props) => {
277
294
  }
278
295
  );
279
296
  };
297
+ BreadcrumbLink.states = states2;
280
298
 
281
299
  // src/breadcrumb/breadcrumb-item-text.tsx
282
300
  var import_jsx_runtime7 = require("react/jsx-runtime");
301
+ var BREADCRUMBITEMTEXT_CLASSNAME = `k-breadcrumb-item-text`;
302
+ var BreadcrumbItemText = (props) => {
303
+ const {
304
+ text,
305
+ ...other
306
+ } = props;
307
+ const textOrChildren = text ? text : props.children;
308
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
309
+ "span",
310
+ {
311
+ ...other,
312
+ className: classNames(
313
+ props.className,
314
+ BREADCRUMBITEMTEXT_CLASSNAME
315
+ ),
316
+ children: textOrChildren
317
+ }
318
+ );
319
+ };
283
320
 
284
321
  // src/icon/font-icon.spec.tsx
285
322
  var import_jsx_runtime8 = require("react/jsx-runtime");
@@ -4478,8 +4515,47 @@ Icon.states = states5;
4478
4515
  Icon.options = options4;
4479
4516
  Icon.defaultProps = defaultProps5;
4480
4517
 
4481
- // src/button/button.spec.tsx
4518
+ // src/breadcrumb/templates/breadcrumb-normal.tsx
4482
4519
  var import_jsx_runtime11 = require("react/jsx-runtime");
4520
+
4521
+ // src/breadcrumb/templates/breadcrumb-adaptive.tsx
4522
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4523
+
4524
+ // src/breadcrumb/templates/breadcrumb-root.tsx
4525
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4526
+ var BreadcrumbRoot = ({ collapsing, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4527
+ Breadcrumb,
4528
+ {
4529
+ collapsing,
4530
+ children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_jsx_runtime13.Fragment, { children: [
4531
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbRootItemContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbItem, { root: true, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(BreadcrumbLink, { root: true, icontext: true, children: [
4532
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { icon: "home" }),
4533
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbItemText, { text: "Start item" })
4534
+ ] }) }) }),
4535
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(BreadcrumbContainer, { collapsing, children: [
4536
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(BreadcrumbItem, { children: [
4537
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { className: "k-breadcrumb-delimiter-icon", icon: "chevron-right", size: "xsmall" }),
4538
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbLink, { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbItemText, { text: "Item 01" }) })
4539
+ ] }),
4540
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(BreadcrumbItem, { children: [
4541
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { className: "k-breadcrumb-delimiter-icon", icon: "chevron-right", size: "xsmall" }),
4542
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbLink, { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbItemText, { text: "Item 02" }) })
4543
+ ] }),
4544
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(BreadcrumbItem, { last: true, children: [
4545
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { className: "k-breadcrumb-delimiter-icon", icon: "chevron-right", size: "xsmall" }),
4546
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbLink, { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(BreadcrumbItemText, { text: "Item 03" }) })
4547
+ ] })
4548
+ ] })
4549
+ ] }),
4550
+ ...other
4551
+ }
4552
+ );
4553
+
4554
+ // src/breadcrumb/templates/breadcrumb-root-adaptive.tsx
4555
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4556
+
4557
+ // src/button/button.spec.tsx
4558
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4483
4559
  var BUTTON_CLASSNAME = `k-button`;
4484
4560
  var states6 = [
4485
4561
  States.hover,
@@ -4534,7 +4610,7 @@ var Button = (props) => {
4534
4610
  } = props;
4535
4611
  const hasIcon = icon !== void 0;
4536
4612
  const hasChildren = props.children !== void 0;
4537
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4613
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4538
4614
  "button",
4539
4615
  {
4540
4616
  ...other,
@@ -4559,18 +4635,18 @@ var Button = (props) => {
4559
4635
  }
4560
4636
  ),
4561
4637
  children: [
4562
- icon && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4638
+ icon && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4563
4639
  Icon,
4564
4640
  {
4565
4641
  className: classNames(iconClassName, "k-button-icon"),
4566
4642
  icon
4567
4643
  }
4568
4644
  ),
4569
- text ? /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_jsx_runtime11.Fragment, { children: [
4570
- text && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-button-text", children: text }),
4645
+ text ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4646
+ text && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-button-text", children: text }),
4571
4647
  props.children
4572
- ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-button-text", children: props.children }),
4573
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { icon: arrowIconName }) })
4648
+ ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-button-text", children: props.children }),
4649
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: arrowIconName }) })
4574
4650
  ]
4575
4651
  }
4576
4652
  );
@@ -4581,16 +4657,16 @@ Button.className = BUTTON_CLASSNAME;
4581
4657
  Button.defaultProps = defaultProps6;
4582
4658
 
4583
4659
  // src/button/templates/icon-button.tsx
4584
- var import_jsx_runtime12 = require("react/jsx-runtime");
4660
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4585
4661
 
4586
4662
  // src/button/templates/icon-text-button.tsx
4587
- var import_jsx_runtime13 = require("react/jsx-runtime");
4663
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4588
4664
 
4589
4665
  // src/button/templates/text-button.tsx
4590
- var import_jsx_runtime14 = require("react/jsx-runtime");
4666
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4591
4667
 
4592
4668
  // src/button-group/button-group.spec.tsx
4593
- var import_jsx_runtime15 = require("react/jsx-runtime");
4669
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4594
4670
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4595
4671
  var states7 = [
4596
4672
  States.disabled
@@ -4608,7 +4684,7 @@ var ButtonGroup = (props) => {
4608
4684
  stretched,
4609
4685
  ...other
4610
4686
  } = props;
4611
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4687
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4612
4688
  "div",
4613
4689
  {
4614
4690
  ...other,
@@ -4635,19 +4711,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4635
4711
  ButtonGroup.defaultProps = defaultProps7;
4636
4712
 
4637
4713
  // src/button-group/templates/icon-button-group.tsx
4638
- var import_jsx_runtime16 = require("react/jsx-runtime");
4714
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4639
4715
 
4640
4716
  // src/button-group/templates/icon-text-button-group.tsx
4641
- var import_jsx_runtime17 = require("react/jsx-runtime");
4717
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4642
4718
 
4643
4719
  // src/button-group/templates/text-button-group.tsx
4644
- var import_jsx_runtime18 = require("react/jsx-runtime");
4720
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4645
4721
 
4646
4722
  // src/button-group/templates/mixed-button-group.tsx
4647
- var import_jsx_runtime19 = require("react/jsx-runtime");
4723
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4648
4724
 
4649
4725
  // src/input/input.spec.tsx
4650
- var import_jsx_runtime20 = require("react/jsx-runtime");
4726
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4651
4727
  var INPUT_CLASSNAME = `k-input`;
4652
4728
  var states8 = [
4653
4729
  States.hover,
@@ -4683,7 +4759,7 @@ var Input = (props) => {
4683
4759
  fillMode = defaultProps8.fillMode,
4684
4760
  ...other
4685
4761
  } = props;
4686
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4762
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4687
4763
  "span",
4688
4764
  {
4689
4765
  ...other,
@@ -4702,7 +4778,7 @@ Input.className = INPUT_CLASSNAME;
4702
4778
  Input.defaultProps = defaultProps8;
4703
4779
 
4704
4780
  // src/input/picker.spec.tsx
4705
- var import_jsx_runtime21 = require("react/jsx-runtime");
4781
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4706
4782
  var PICKER_CLASSNAME = `k-picker`;
4707
4783
  var pickerStates = [
4708
4784
  States.hover,
@@ -4738,7 +4814,7 @@ var Picker = (props) => {
4738
4814
  fillMode = defaultProps9.fillMode,
4739
4815
  ...other
4740
4816
  } = props;
4741
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4817
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4742
4818
  "span",
4743
4819
  {
4744
4820
  ...other,
@@ -4758,7 +4834,7 @@ Picker.className = PICKER_CLASSNAME;
4758
4834
  Picker.defaultProps = defaultProps9;
4759
4835
 
4760
4836
  // src/input/input-clear-value.tsx
4761
- var import_jsx_runtime22 = require("react/jsx-runtime");
4837
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4762
4838
  var className = `k-clear-value`;
4763
4839
  var states9 = [
4764
4840
  States.disabled,
@@ -4774,16 +4850,16 @@ var InputClearValue = (props) => {
4774
4850
  value
4775
4851
  } = props;
4776
4852
  if (disabled || readonly || loading || !value) {
4777
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4853
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_jsx_runtime26.Fragment, {});
4778
4854
  }
4779
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { icon: "x" }) });
4855
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "x" }) });
4780
4856
  };
4781
4857
  InputClearValue.states = states9;
4782
4858
  InputClearValue.options = options8;
4783
4859
  InputClearValue.className = className;
4784
4860
 
4785
4861
  // src/input/input-inner-input.tsx
4786
- var import_jsx_runtime23 = require("react/jsx-runtime");
4862
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4787
4863
  var className2 = `k-input-inner`;
4788
4864
  var states10 = [];
4789
4865
  var options9 = {};
@@ -4801,7 +4877,7 @@ var InputInnerInput = (props) => {
4801
4877
  autocomplete = defaultProps10.autocomplete,
4802
4878
  ...other
4803
4879
  } = props;
4804
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4880
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4805
4881
  "input",
4806
4882
  {
4807
4883
  ...other,
@@ -4818,7 +4894,7 @@ InputInnerInput.options = options9;
4818
4894
  InputInnerInput.className = className2;
4819
4895
 
4820
4896
  // src/input/input-inner-span.tsx
4821
- var import_jsx_runtime24 = require("react/jsx-runtime");
4897
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4822
4898
  var className3 = `k-input-inner`;
4823
4899
  var states11 = [];
4824
4900
  var options10 = {};
@@ -4831,16 +4907,16 @@ var InputInnerSpan = (props) => {
4831
4907
  valueIconName,
4832
4908
  ...other
4833
4909
  } = props;
4834
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4910
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
4835
4911
  "span",
4836
4912
  {
4837
4913
  ...other,
4838
4914
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4839
4915
  children: [
4840
4916
  valueIcon,
4841
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4917
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4842
4918
  showValue && !value && placeholder,
4843
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-input-value-text", children: value })
4919
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-input-value-text", children: value })
4844
4920
  ]
4845
4921
  }
4846
4922
  );
@@ -4850,7 +4926,7 @@ InputInnerSpan.options = options10;
4850
4926
  InputInnerSpan.className = className3;
4851
4927
 
4852
4928
  // src/input/input-inner-textarea.tsx
4853
- var import_jsx_runtime25 = require("react/jsx-runtime");
4929
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4854
4930
  var defaultProps11 = {
4855
4931
  value: "",
4856
4932
  placeholder: ""
@@ -4865,7 +4941,7 @@ var InputInnerTextarea = (props) => {
4865
4941
  rows,
4866
4942
  ...other
4867
4943
  } = props;
4868
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4944
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4869
4945
  "textarea",
4870
4946
  {
4871
4947
  ...other,
@@ -4881,7 +4957,7 @@ InputInnerTextarea.options = options11;
4881
4957
  InputInnerTextarea.className = className4;
4882
4958
 
4883
4959
  // src/input/input-loading-icon.tsx
4884
- var import_jsx_runtime26 = require("react/jsx-runtime");
4960
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4885
4961
  var className5 = `k-input-loading-icon`;
4886
4962
  var states13 = [
4887
4963
  States.disabled,
@@ -4893,13 +4969,13 @@ var InputLoadingIcon = (props) => {
4893
4969
  loading
4894
4970
  } = props;
4895
4971
  if (disabled || !loading) {
4896
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_jsx_runtime26.Fragment, {});
4972
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
4897
4973
  }
4898
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4974
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4899
4975
  };
4900
4976
 
4901
4977
  // src/input/input-validation-icon.tsx
4902
- var import_jsx_runtime27 = require("react/jsx-runtime");
4978
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4903
4979
  var className6 = `k-input-validation-icon`;
4904
4980
  var states14 = [
4905
4981
  States.valid,
@@ -4918,39 +4994,39 @@ var InputValidationIcon = (props) => {
4918
4994
  const iconName = invalid ? "exclamation-circle" : "check";
4919
4995
  const renderValidationIcon = Boolean(valid || invalid);
4920
4996
  if (disabled || loading || !renderValidationIcon) {
4921
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, {});
4997
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, {});
4922
4998
  }
4923
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { className: classNames(className6), icon: iconName });
4999
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { className: classNames(className6), icon: iconName });
4924
5000
  };
4925
5001
  InputValidationIcon.states = states14;
4926
5002
  InputValidationIcon.options = options12;
4927
5003
  InputValidationIcon.className = className6;
4928
5004
 
4929
5005
  // src/input/input-prefix.tsx
4930
- var import_jsx_runtime28 = require("react/jsx-runtime");
5006
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4931
5007
  var className7 = `k-input-prefix`;
4932
5008
  var InputPrefix = (props) => {
4933
5009
  if (!props.children) {
4934
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, {});
5010
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, {});
4935
5011
  }
4936
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(className7, props.className), children: props.children });
5012
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4937
5013
  };
4938
5014
 
4939
5015
  // src/input/input-suffix.tsx
4940
- var import_jsx_runtime29 = require("react/jsx-runtime");
5016
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4941
5017
  var className8 = `k-input-suffix`;
4942
5018
  var InputSuffix = (props) => {
4943
5019
  if (!props.children) {
4944
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
5020
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
4945
5021
  }
4946
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(className8, props.className), children: props.children });
5022
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4947
5023
  };
4948
5024
 
4949
5025
  // src/input/input-separator.tsx
4950
- var import_jsx_runtime30 = require("react/jsx-runtime");
5026
+ var import_jsx_runtime34 = require("react/jsx-runtime");
4951
5027
 
4952
5028
  // src/color-preview/color-preview.tsx
4953
- var import_jsx_runtime31 = require("react/jsx-runtime");
5029
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4954
5030
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4955
5031
  var states15 = [];
4956
5032
  var options13 = {};
@@ -4960,7 +5036,7 @@ var ColorPreview = (props) => {
4960
5036
  iconName,
4961
5037
  ...other
4962
5038
  } = props;
4963
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5039
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
4964
5040
  "span",
4965
5041
  {
4966
5042
  ...other,
@@ -4973,8 +5049,8 @@ var ColorPreview = (props) => {
4973
5049
  }
4974
5050
  ),
4975
5051
  children: [
4976
- iconName && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4977
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5052
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5053
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4978
5054
  "span",
4979
5055
  {
4980
5056
  className: "k-color-preview-mask",
@@ -4990,7 +5066,7 @@ ColorPreview.options = options13;
4990
5066
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
4991
5067
 
4992
5068
  // src/animation-container/animation-container.spec.tsx
4993
- var import_jsx_runtime32 = require("react/jsx-runtime");
5069
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4994
5070
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4995
5071
  var states16 = [];
4996
5072
  var options14 = {};
@@ -5004,7 +5080,7 @@ var AnimationContainer = (props) => {
5004
5080
  offset,
5005
5081
  ...other
5006
5082
  } = props;
5007
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5083
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5008
5084
  "div",
5009
5085
  {
5010
5086
  ...other,
@@ -5016,7 +5092,7 @@ var AnimationContainer = (props) => {
5016
5092
  ["k-animation-container-fixed"]: positionMode === "fixed"
5017
5093
  }
5018
5094
  ),
5019
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5095
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5020
5096
  }
5021
5097
  );
5022
5098
  };
@@ -5026,7 +5102,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5026
5102
  AnimationContainer.defaultProps = defaultProps12;
5027
5103
 
5028
5104
  // src/popup/popup.spec.tsx
5029
- var import_jsx_runtime33 = require("react/jsx-runtime");
5105
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5030
5106
  var POPUP_CLASSNAME = `k-popup`;
5031
5107
  var states17 = [];
5032
5108
  var options15 = {};
@@ -5039,12 +5115,12 @@ var Popup = (props) => {
5039
5115
  positionMode,
5040
5116
  ...other
5041
5117
  } = props;
5042
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5118
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5043
5119
  AnimationContainer,
5044
5120
  {
5045
5121
  positionMode,
5046
5122
  offset,
5047
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5123
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5048
5124
  }
5049
5125
  );
5050
5126
  };
@@ -5054,7 +5130,7 @@ Popup.className = POPUP_CLASSNAME;
5054
5130
  Popup.defaultProps = defaultProps13;
5055
5131
 
5056
5132
  // src/colorpicker/colorpicker.spec.tsx
5057
- var import_jsx_runtime34 = require("react/jsx-runtime");
5133
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5058
5134
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5059
5135
  var states18 = [
5060
5136
  States.hover,
@@ -5096,8 +5172,8 @@ var ColorPicker = (props) => {
5096
5172
  opened,
5097
5173
  ...other
5098
5174
  } = props;
5099
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
5100
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5175
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5176
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5101
5177
  Picker,
5102
5178
  {
5103
5179
  ...other,
@@ -5116,14 +5192,14 @@ var ColorPicker = (props) => {
5116
5192
  "k-icon-picker"
5117
5193
  ),
5118
5194
  children: [
5119
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputPrefix, { children: prefix }),
5120
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5195
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputPrefix, { children: prefix }),
5196
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5121
5197
  InputInnerSpan,
5122
5198
  {
5123
5199
  placeholder,
5124
5200
  value,
5125
5201
  showValue: false,
5126
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5202
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5127
5203
  ColorPreview,
5128
5204
  {
5129
5205
  className: "k-value-icon",
@@ -5134,8 +5210,8 @@ var ColorPicker = (props) => {
5134
5210
  valueIconName
5135
5211
  }
5136
5212
  ),
5137
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputSuffix, { children: suffix }),
5138
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5213
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputSuffix, { children: suffix }),
5214
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5139
5215
  Button,
5140
5216
  {
5141
5217
  className: "k-input-button",
@@ -5148,7 +5224,7 @@ var ColorPicker = (props) => {
5148
5224
  ]
5149
5225
  }
5150
5226
  ),
5151
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
5227
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
5152
5228
  ] });
5153
5229
  };
5154
5230
  ColorPicker.states = states18;
@@ -5157,10 +5233,10 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
5157
5233
  ColorPicker.defaultProps = defaultProps14;
5158
5234
 
5159
5235
  // src/colorpicker/templates/colorpicker-normal.tsx
5160
- var import_jsx_runtime35 = require("react/jsx-runtime");
5236
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5161
5237
 
5162
5238
  // src/action-buttons/action-buttons.spec.tsx
5163
- var import_jsx_runtime36 = require("react/jsx-runtime");
5239
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5164
5240
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5165
5241
  var states19 = [];
5166
5242
  var options17 = {};
@@ -5174,7 +5250,7 @@ var ActionButtons = (props) => {
5174
5250
  orientation = defaultProps15.orientation,
5175
5251
  ...other
5176
5252
  } = props;
5177
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5253
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5178
5254
  "div",
5179
5255
  {
5180
5256
  ...other,
@@ -5197,7 +5273,7 @@ ActionButtons.defaultProps = defaultProps15;
5197
5273
  var action_buttons_spec_default = ActionButtons;
5198
5274
 
5199
5275
  // src/slider/slider.spec.tsx
5200
- var import_jsx_runtime37 = require("react/jsx-runtime");
5276
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5201
5277
  var SLIDER_CLASSNAME = "k-slider";
5202
5278
  var states20 = [
5203
5279
  States.hover,
@@ -5236,7 +5312,7 @@ var Slider = (props) => {
5236
5312
  iconIncrease = "caret-alt-up";
5237
5313
  iconDecrease = "caret-alt-down";
5238
5314
  }
5239
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: classNames(
5315
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: classNames(
5240
5316
  SLIDER_CLASSNAME,
5241
5317
  props.className,
5242
5318
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5249,12 +5325,12 @@ var Slider = (props) => {
5249
5325
  "k-range-slider": type === "range"
5250
5326
  }
5251
5327
  ), dir, children: [
5252
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
5253
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-slider-track-wrap", children: [
5254
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
5255
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
5256
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-slider-selection" }),
5257
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: classNames(
5328
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
5329
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-slider-track-wrap", children: [
5330
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
5331
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
5332
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-slider-selection" }),
5333
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: classNames(
5258
5334
  "k-draghandle",
5259
5335
  "k-draghandle-start",
5260
5336
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5263,7 +5339,7 @@ var Slider = (props) => {
5263
5339
  active
5264
5340
  })
5265
5341
  ) }),
5266
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: classNames(
5342
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: classNames(
5267
5343
  "k-draghandle",
5268
5344
  `k-draghandle-${handlePosition}`,
5269
5345
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5274,7 +5350,7 @@ var Slider = (props) => {
5274
5350
  ) })
5275
5351
  ] })
5276
5352
  ] }),
5277
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
5353
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
5278
5354
  ] });
5279
5355
  };
5280
5356
  Slider.states = states20;
@@ -5283,7 +5359,7 @@ Slider.className = SLIDER_CLASSNAME;
5283
5359
  Slider.defaultProps = defaultProps16;
5284
5360
 
5285
5361
  // src/slider/slider-tick.tsx
5286
- var import_jsx_runtime38 = require("react/jsx-runtime");
5362
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5287
5363
  var SLIDER_TICK_CLASSNAME = "k-tick";
5288
5364
  var states21 = [];
5289
5365
  var options19 = {};
@@ -5298,14 +5374,14 @@ var SliderTick = (props) => {
5298
5374
  large,
5299
5375
  text
5300
5376
  } = props;
5301
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("li", { className: classNames(
5377
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("li", { className: classNames(
5302
5378
  props.className,
5303
5379
  SLIDER_TICK_CLASSNAME,
5304
5380
  {
5305
5381
  [`k-tick-${orientation}`]: orientation,
5306
5382
  "k-tick-large": large
5307
5383
  }
5308
- ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-label", children: text }) });
5384
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-label", children: text }) });
5309
5385
  };
5310
5386
  SliderTick.states = states21;
5311
5387
  SliderTick.options = options19;
@@ -5313,7 +5389,7 @@ SliderTick.className = SLIDER_TICK_CLASSNAME;
5313
5389
  SliderTick.defaultProps = defaultProps17;
5314
5390
 
5315
5391
  // src/spinbutton/spinbutton.spec.tsx
5316
- var import_jsx_runtime39 = require("react/jsx-runtime");
5392
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5317
5393
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5318
5394
  var states22 = [];
5319
5395
  var options20 = {
@@ -5330,7 +5406,7 @@ var SpinButton = (props) => {
5330
5406
  fillMode = defaultProps18.fillMode,
5331
5407
  ...other
5332
5408
  } = props;
5333
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5409
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5334
5410
  "span",
5335
5411
  {
5336
5412
  ...other,
@@ -5339,7 +5415,7 @@ var SpinButton = (props) => {
5339
5415
  props.className
5340
5416
  ),
5341
5417
  children: [
5342
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5418
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5343
5419
  Button,
5344
5420
  {
5345
5421
  className: "k-spinner-increase",
@@ -5349,7 +5425,7 @@ var SpinButton = (props) => {
5349
5425
  fillMode
5350
5426
  }
5351
5427
  ),
5352
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5428
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5353
5429
  Button,
5354
5430
  {
5355
5431
  className: "k-spinner-decrease",
@@ -5369,7 +5445,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
5369
5445
  SpinButton.defaultProps = defaultProps18;
5370
5446
 
5371
5447
  // src/numerictextbox/numerictextbox.spec.tsx
5372
- var import_jsx_runtime40 = require("react/jsx-runtime");
5448
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5373
5449
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5374
5450
  var states23 = [
5375
5451
  States.hover,
@@ -5412,7 +5488,7 @@ var NumericTextbox = (props) => {
5412
5488
  showSpinButton = defaultProps19.showSpinButton,
5413
5489
  ...other
5414
5490
  } = props;
5415
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5491
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5416
5492
  Input,
5417
5493
  {
5418
5494
  ...other,
@@ -5429,8 +5505,8 @@ var NumericTextbox = (props) => {
5429
5505
  readonly,
5430
5506
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5431
5507
  children: [
5432
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputInnerInput, { placeholder, value }),
5433
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5508
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputInnerInput, { placeholder, value }),
5509
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5434
5510
  InputValidationIcon,
5435
5511
  {
5436
5512
  valid,
@@ -5439,14 +5515,14 @@ var NumericTextbox = (props) => {
5439
5515
  disabled
5440
5516
  }
5441
5517
  ),
5442
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5518
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5443
5519
  InputLoadingIcon,
5444
5520
  {
5445
5521
  loading,
5446
5522
  disabled
5447
5523
  }
5448
5524
  ),
5449
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5525
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5450
5526
  InputClearValue,
5451
5527
  {
5452
5528
  loading,
@@ -5455,7 +5531,7 @@ var NumericTextbox = (props) => {
5455
5531
  value
5456
5532
  }
5457
5533
  ),
5458
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5534
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5459
5535
  SpinButton,
5460
5536
  {
5461
5537
  className: "k-input-spinner",
@@ -5473,10 +5549,10 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5473
5549
  NumericTextbox.defaultProps = defaultProps19;
5474
5550
 
5475
5551
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5476
- var import_jsx_runtime41 = require("react/jsx-runtime");
5552
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5477
5553
 
5478
5554
  // src/textbox/textbox.spec.tsx
5479
- var import_jsx_runtime42 = require("react/jsx-runtime");
5555
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5480
5556
  var TEXTBOX_CLASSNAME = `k-textbox`;
5481
5557
  var states24 = [
5482
5558
  States.hover,
@@ -5519,7 +5595,7 @@ var Textbox = (props) => {
5519
5595
  showClearButton = defaultProps20.showClearButton,
5520
5596
  ...other
5521
5597
  } = props;
5522
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5598
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5523
5599
  Input,
5524
5600
  {
5525
5601
  ...other,
@@ -5536,9 +5612,9 @@ var Textbox = (props) => {
5536
5612
  readonly,
5537
5613
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5538
5614
  children: [
5539
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
5540
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5541
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5615
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputPrefix, { children: prefix }),
5616
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputInnerInput, { placeholder, value }),
5617
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5542
5618
  InputValidationIcon,
5543
5619
  {
5544
5620
  valid,
@@ -5547,14 +5623,14 @@ var Textbox = (props) => {
5547
5623
  disabled
5548
5624
  }
5549
5625
  ),
5550
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5626
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5551
5627
  InputLoadingIcon,
5552
5628
  {
5553
5629
  loading,
5554
5630
  disabled
5555
5631
  }
5556
5632
  ),
5557
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5633
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5558
5634
  InputClearValue,
5559
5635
  {
5560
5636
  loading,
@@ -5563,7 +5639,7 @@ var Textbox = (props) => {
5563
5639
  value
5564
5640
  }
5565
5641
  ),
5566
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix })
5642
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputSuffix, { children: suffix })
5567
5643
  ]
5568
5644
  }
5569
5645
  );
@@ -5574,16 +5650,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
5574
5650
  Textbox.defaultProps = defaultProps20;
5575
5651
 
5576
5652
  // src/textbox/templates/textbox-normal.tsx
5577
- var import_jsx_runtime43 = require("react/jsx-runtime");
5653
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5578
5654
 
5579
5655
  // src/textbox/templates/textbox-prefix.tsx
5580
- var import_jsx_runtime44 = require("react/jsx-runtime");
5656
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5581
5657
 
5582
5658
  // src/textbox/templates/textbox-suffix.tsx
5583
- var import_jsx_runtime45 = require("react/jsx-runtime");
5659
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5584
5660
 
5585
5661
  // src/colorgradient/color-input.tsx
5586
- var import_jsx_runtime46 = require("react/jsx-runtime");
5662
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5587
5663
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
5588
5664
  var states25 = [];
5589
5665
  var options23 = {};
@@ -5594,75 +5670,75 @@ var ColorInput = (props) => {
5594
5670
  const {
5595
5671
  mode = defaultProps21.mode
5596
5672
  } = props;
5597
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
5598
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
5599
- mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5600
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5601
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5602
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
5673
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
5674
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
5675
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_jsx_runtime50.Fragment, { children: [
5676
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5677
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5678
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
5603
5679
  ] }),
5604
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5605
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5606
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
5680
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5681
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5682
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
5607
5683
  ] }),
5608
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5609
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5610
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
5684
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5685
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5686
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
5611
5687
  ] }),
5612
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5613
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
5614
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
5688
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5689
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
5690
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
5615
5691
  ] })
5616
5692
  ] }),
5617
- mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5618
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5619
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5620
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
5693
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_jsx_runtime50.Fragment, { children: [
5694
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5695
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5696
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
5621
5697
  ] }),
5622
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5623
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5624
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
5698
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5699
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5700
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
5625
5701
  ] }),
5626
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5627
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5628
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
5702
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5703
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5704
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
5629
5705
  ] })
5630
5706
  ] }),
5631
- mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5632
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5633
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5634
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
5707
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_jsx_runtime50.Fragment, { children: [
5708
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5709
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5710
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
5635
5711
  ] }),
5636
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5637
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5638
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
5712
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5713
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5714
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
5639
5715
  ] }),
5640
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5641
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5642
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
5716
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5717
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5718
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
5643
5719
  ] }),
5644
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5645
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
5646
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
5720
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5721
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
5722
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
5647
5723
  ] })
5648
5724
  ] }),
5649
- mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5650
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5651
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5652
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
5725
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_jsx_runtime50.Fragment, { children: [
5726
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5727
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5728
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
5653
5729
  ] }),
5654
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5655
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5656
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
5730
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5731
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5732
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
5657
5733
  ] }),
5658
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack", children: [
5659
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5660
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
5734
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack", children: [
5735
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5736
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
5661
5737
  ] })
5662
5738
  ] }),
5663
- mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-vstack k-flex-1", children: [
5664
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
5665
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
5739
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_jsx_runtime50.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-vstack k-flex-1", children: [
5740
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
5741
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
5666
5742
  ] }) })
5667
5743
  ] });
5668
5744
  };
@@ -5672,31 +5748,31 @@ ColorInput.className = COLOR_INPUT_CLASSNAME;
5672
5748
  ColorInput.defaultProps = defaultProps21;
5673
5749
 
5674
5750
  // src/colorgradient/color-contrast.tsx
5675
- var import_jsx_runtime47 = require("react/jsx-runtime");
5751
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5676
5752
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
5677
5753
  var states26 = [];
5678
5754
  var options24 = {};
5679
5755
  var defaultProps22 = {};
5680
- var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
5681
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-contrast-ratio", children: [
5682
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
5683
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
5684
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "check" }),
5685
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "check" })
5756
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
5757
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-contrast-ratio", children: [
5758
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
5759
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
5760
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Icon, { icon: "check" }),
5761
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Icon, { icon: "check" })
5686
5762
  ] })
5687
5763
  ] }),
5688
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { children: [
5689
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { children: "AA: 4.5" }),
5690
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
5764
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { children: [
5765
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { children: "AA: 4.5" }),
5766
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
5691
5767
  "Pass",
5692
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "check" })
5768
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Icon, { icon: "check" })
5693
5769
  ] })
5694
5770
  ] }),
5695
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { children: [
5696
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { children: "AAA: 7.0" }),
5697
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
5771
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { children: [
5772
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { children: "AAA: 7.0" }),
5773
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
5698
5774
  "Fail",
5699
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "x" })
5775
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Icon, { icon: "x" })
5700
5776
  ] })
5701
5777
  ] })
5702
5778
  ] });
@@ -5706,7 +5782,7 @@ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
5706
5782
  ColorContrast.defaultProps = defaultProps22;
5707
5783
 
5708
5784
  // src/colorgradient/color-gradient.spec.tsx
5709
- var import_jsx_runtime48 = require("react/jsx-runtime");
5785
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5710
5786
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
5711
5787
  var states27 = [
5712
5788
  States.hover,
@@ -5739,7 +5815,7 @@ var ColorGradient = (props) => {
5739
5815
  dragHandleStyle = defaultProps23.dragHandleStyle,
5740
5816
  alphaStyle = defaultProps23.alphaStyle
5741
5817
  } = props;
5742
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: classNames(
5818
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: classNames(
5743
5819
  props.className,
5744
5820
  COLOR_GRADIENT_CLASSNAME,
5745
5821
  stateClassNames(COLOR_GRADIENT_CLASSNAME, {
@@ -5749,8 +5825,8 @@ var ColorGradient = (props) => {
5749
5825
  disabled
5750
5826
  })
5751
5827
  ), dir, children: [
5752
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
5753
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: classNames(
5828
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
5829
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: classNames(
5754
5830
  "k-hsv-draghandle",
5755
5831
  "k-draghandle",
5756
5832
  {
@@ -5758,13 +5834,13 @@ var ColorGradient = (props) => {
5758
5834
  "k-focus": focusHandle
5759
5835
  }
5760
5836
  ), style: dragHandleStyle }) }) }),
5761
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
5762
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
5763
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
5837
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
5838
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
5839
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
5764
5840
  ] })
5765
5841
  ] }),
5766
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ColorInput, { mode: props.mode }),
5767
- contrast && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ColorContrast, {})
5842
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ColorInput, { mode: props.mode }),
5843
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ColorContrast, {})
5768
5844
  ] });
5769
5845
  };
5770
5846
  ColorGradient.states = states27;
@@ -5773,17 +5849,17 @@ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
5773
5849
  ColorGradient.defaultProps = defaultProps23;
5774
5850
 
5775
5851
  // src/colorgradient/templates/colorgradient-normal.tsx
5776
- var import_jsx_runtime49 = require("react/jsx-runtime");
5852
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5777
5853
 
5778
5854
  // src/colorgradient/templates/colorgradient-contrast.tsx
5779
- var import_jsx_runtime50 = require("react/jsx-runtime");
5855
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5780
5856
 
5781
5857
  // src/colorpalette/colorpalette-row.tsx
5782
- var import_jsx_runtime51 = require("react/jsx-runtime");
5783
- var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("tr", { children: props.children });
5858
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5859
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("tr", { children: props.children });
5784
5860
 
5785
5861
  // src/colorpalette/colorpalette-tile.tsx
5786
- var import_jsx_runtime52 = require("react/jsx-runtime");
5862
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5787
5863
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
5788
5864
  var states28 = [
5789
5865
  States.hover,
@@ -5805,7 +5881,7 @@ var ColorPaletteTile = (props) => {
5805
5881
  "width": tileSize ? tileSize + "px" : "",
5806
5882
  "height": tileSize ? tileSize + "px" : ""
5807
5883
  };
5808
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5884
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5809
5885
  "td",
5810
5886
  {
5811
5887
  ...other,
@@ -5827,7 +5903,7 @@ ColorPaletteTile.options = options26;
5827
5903
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
5828
5904
 
5829
5905
  // src/colorpalette/colorpalette.spec.tsx
5830
- var import_jsx_runtime53 = require("react/jsx-runtime");
5906
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5831
5907
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
5832
5908
  var states29 = [
5833
5909
  States.disabled
@@ -5852,14 +5928,14 @@ var ColorPalette = (props) => {
5852
5928
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
5853
5929
  const items = [];
5854
5930
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
5855
- items.push(/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ColorPaletteTile, { color, tileSize }));
5931
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ColorPaletteTile, { color, tileSize }));
5856
5932
  });
5857
- const row = /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ColorPaletteRow, { children: items });
5933
+ const row = /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ColorPaletteRow, { children: items });
5858
5934
  newChildren.push(row);
5859
5935
  });
5860
5936
  }
5861
5937
  }
5862
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5938
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5863
5939
  "div",
5864
5940
  {
5865
5941
  ...other,
@@ -5870,7 +5946,7 @@ var ColorPalette = (props) => {
5870
5946
  disabled
5871
5947
  })
5872
5948
  ),
5873
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
5949
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
5874
5950
  }
5875
5951
  );
5876
5952
  };
@@ -5880,7 +5956,7 @@ ColorPalette.className = COLORPALETTE_CLASSNAME;
5880
5956
  ColorPalette.defaultProps = defaultProps24;
5881
5957
 
5882
5958
  // src/colorpalette/templates/colorpalette-normal.tsx
5883
- var import_jsx_runtime54 = require("react/jsx-runtime");
5959
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5884
5960
 
5885
5961
  // src/colorpalette/colorpalette-presets.tsx
5886
5962
  var PALETTEPRESETS = {
@@ -5935,7 +6011,7 @@ var PALETTEPRESETS = {
5935
6011
  };
5936
6012
 
5937
6013
  // src/coloreditor/color-editor.spec.tsx
5938
- var import_jsx_runtime55 = require("react/jsx-runtime");
6014
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5939
6015
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
5940
6016
  var states30 = [
5941
6017
  States.focus
@@ -5957,30 +6033,30 @@ var ColorEditor = (props) => {
5957
6033
  group,
5958
6034
  palette = defaultProps25.palette
5959
6035
  } = props;
5960
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: classNames(
6036
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: classNames(
5961
6037
  props.className,
5962
6038
  "k-flatcolorpicker",
5963
6039
  COLOREDITOR_CLASSNAME,
5964
6040
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
5965
6041
  ), dir, children: [
5966
- /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
5967
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(ButtonGroup, { children: [
5968
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
5969
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
6042
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
6043
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ButtonGroup, { children: [
6044
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
6045
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
5970
6046
  ] }) }),
5971
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-spacer" }),
5972
- /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
5973
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
5974
- /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
5975
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
5976
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
6047
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-spacer" }),
6048
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
6049
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
6050
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
6051
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
6052
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
5977
6053
  ] })
5978
6054
  ] })
5979
6055
  ] }),
5980
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ColorPalette, { palette }) }),
5981
- /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
5982
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
5983
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
6056
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ColorPalette, { palette }) }),
6057
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
6058
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
6059
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
5984
6060
  ] })
5985
6061
  ] });
5986
6062
  };
@@ -5990,25 +6066,25 @@ ColorEditor.className = COLOREDITOR_CLASSNAME;
5990
6066
  ColorEditor.defaultProps = defaultProps25;
5991
6067
 
5992
6068
  // src/coloreditor/templates/coloreditor-normal.tsx
5993
- var import_jsx_runtime56 = require("react/jsx-runtime");
6069
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5994
6070
 
5995
6071
  // src/coloreditor/templates/coloreditor-palette.tsx
5996
- var import_jsx_runtime57 = require("react/jsx-runtime");
6072
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5997
6073
 
5998
6074
  // src/coloreditor/templates/coloreditor-group.tsx
5999
- var import_jsx_runtime58 = require("react/jsx-runtime");
6075
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6000
6076
 
6001
6077
  // src/coloreditor/templates/coloreditor-palette-group.tsx
6002
- var import_jsx_runtime59 = require("react/jsx-runtime");
6078
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6003
6079
 
6004
6080
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
6005
- var import_jsx_runtime60 = require("react/jsx-runtime");
6081
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6006
6082
 
6007
6083
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
6008
- var import_jsx_runtime61 = require("react/jsx-runtime");
6084
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6009
6085
 
6010
6086
  // src/action-sheet/action-sheet.spec.tsx
6011
- var import_jsx_runtime62 = require("react/jsx-runtime");
6087
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6012
6088
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6013
6089
  var states31 = [];
6014
6090
  var options29 = {};
@@ -6031,8 +6107,8 @@ var ActionSheet = (props) => {
6031
6107
  overlay = defaultProps26.overlay,
6032
6108
  ...other
6033
6109
  } = props;
6034
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6035
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6110
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6111
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6036
6112
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6037
6113
  switch (child.type) {
6038
6114
  case ActionSheetHeader:
@@ -6042,10 +6118,10 @@ var ActionSheet = (props) => {
6042
6118
  return true;
6043
6119
  }
6044
6120
  return true;
6045
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_jsx_runtime62.Fragment, {});
6046
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "k-actionsheet-container", children: [
6047
- overlay && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-overlay" }),
6048
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6121
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_jsx_runtime66.Fragment, {});
6122
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-actionsheet-container", children: [
6123
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-overlay" }),
6124
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6049
6125
  AnimationContainer,
6050
6126
  {
6051
6127
  animationStyle: {
@@ -6055,7 +6131,7 @@ var ActionSheet = (props) => {
6055
6131
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6056
6132
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6057
6133
  },
6058
- children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6134
+ children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6059
6135
  "div",
6060
6136
  {
6061
6137
  ...other,
@@ -6068,9 +6144,9 @@ var ActionSheet = (props) => {
6068
6144
  "k-adaptive-actionsheet": adaptive
6069
6145
  }
6070
6146
  ),
6071
- children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
6147
+ children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6072
6148
  _ActionSheetHeader,
6073
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: classNames(
6149
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: classNames(
6074
6150
  "k-actionsheet-content",
6075
6151
  {
6076
6152
  "!k-overflow-hidden": adaptive
@@ -6090,7 +6166,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
6090
6166
  ActionSheet.defaultProps = defaultProps26;
6091
6167
 
6092
6168
  // src/searchbox/searchbox.spec.tsx
6093
- var import_jsx_runtime63 = require("react/jsx-runtime");
6169
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6094
6170
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
6095
6171
  var states32 = [
6096
6172
  States.hover,
@@ -6131,7 +6207,7 @@ var Searchbox = (props) => {
6131
6207
  icon = defaultProps27.icon,
6132
6208
  ...other
6133
6209
  } = props;
6134
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
6210
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6135
6211
  Input,
6136
6212
  {
6137
6213
  ...other,
@@ -6147,11 +6223,11 @@ var Searchbox = (props) => {
6147
6223
  disabled,
6148
6224
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
6149
6225
  children: [
6150
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Icon, { className: "k-input-icon", icon }),
6151
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputInnerInput, { placeholder, value }),
6152
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputLoadingIcon, { ...props }),
6153
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputValidationIcon, { ...props }),
6154
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputClearValue, { ...props })
6226
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, { className: "k-input-icon", icon }),
6227
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputInnerInput, { placeholder, value }),
6228
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputLoadingIcon, { ...props }),
6229
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputValidationIcon, { ...props }),
6230
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputClearValue, { ...props })
6155
6231
  ]
6156
6232
  }
6157
6233
  );
@@ -6162,10 +6238,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
6162
6238
  Searchbox.defaultProps = defaultProps27;
6163
6239
 
6164
6240
  // src/searchbox/templates/searchbox-normal.tsx
6165
- var import_jsx_runtime64 = require("react/jsx-runtime");
6241
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6166
6242
 
6167
6243
  // src/action-sheet/actionsheet-header.tsx
6168
- var import_jsx_runtime65 = require("react/jsx-runtime");
6244
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6169
6245
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6170
6246
  var ActionSheetHeader = (props) => {
6171
6247
  const {
@@ -6175,7 +6251,7 @@ var ActionSheetHeader = (props) => {
6175
6251
  filter,
6176
6252
  ...other
6177
6253
  } = props;
6178
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6254
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6179
6255
  "div",
6180
6256
  {
6181
6257
  ...other,
@@ -6183,30 +6259,30 @@ var ActionSheetHeader = (props) => {
6183
6259
  props.className,
6184
6260
  ACTIONSHEETHEADER_CLASSNAME
6185
6261
  ),
6186
- children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6187
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6188
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-actionsheet-title", children: [
6189
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-text-center", children: title }),
6190
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6262
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_jsx_runtime69.Fragment, { children: [
6263
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6264
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_jsx_runtime69.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: "k-actionsheet-title", children: [
6265
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-text-center", children: title }),
6266
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6191
6267
  ] }) }),
6192
- props.children && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6193
- actions && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6268
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6269
+ actions && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_jsx_runtime69.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6194
6270
  ] }),
6195
- filter && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6271
+ filter && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_jsx_runtime69.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6196
6272
  ] })
6197
6273
  }
6198
6274
  );
6199
6275
  };
6200
6276
 
6201
6277
  // src/action-sheet/actionsheet-footer.tsx
6202
- var import_jsx_runtime66 = require("react/jsx-runtime");
6278
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6203
6279
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6204
6280
  var ActionSheetFooter = (props) => {
6205
6281
  const {
6206
6282
  actions,
6207
6283
  ...other
6208
6284
  } = props;
6209
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6285
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6210
6286
  action_buttons_spec_default,
6211
6287
  {
6212
6288
  ...other,
@@ -6215,17 +6291,17 @@ var ActionSheetFooter = (props) => {
6215
6291
  ACTIONSHEETFOOTER_CLASSNAME
6216
6292
  ),
6217
6293
  alignment: "stretched",
6218
- children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6294
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6219
6295
  actions && actions.map((action, index) => {
6220
6296
  if (action === "|") {
6221
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-separator" }, index);
6297
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-separator" }, index);
6222
6298
  }
6223
6299
  if (action === " ") {
6224
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }, index);
6300
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-spacer" }, index);
6225
6301
  }
6226
6302
  const importantFlag = action.startsWith("!");
6227
6303
  const actionName = importantFlag ? action.substring(1) : action;
6228
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6304
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6229
6305
  }),
6230
6306
  !actions && props.children
6231
6307
  ] })
@@ -6234,12 +6310,12 @@ var ActionSheetFooter = (props) => {
6234
6310
  };
6235
6311
 
6236
6312
  // src/action-sheet/actionsheet-items.tsx
6237
- var import_jsx_runtime67 = require("react/jsx-runtime");
6313
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6238
6314
  var ActionSheetItems = (props) => {
6239
6315
  const {
6240
6316
  ...other
6241
6317
  } = props;
6242
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6318
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6243
6319
  "div",
6244
6320
  {
6245
6321
  ...other,
@@ -6253,7 +6329,7 @@ var ActionSheetItems = (props) => {
6253
6329
  };
6254
6330
 
6255
6331
  // src/action-sheet/actionsheet-item.tsx
6256
- var import_jsx_runtime68 = require("react/jsx-runtime");
6332
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6257
6333
  var states33 = [
6258
6334
  States.hover,
6259
6335
  States.focus,
@@ -6262,12 +6338,12 @@ var states33 = [
6262
6338
  ];
6263
6339
 
6264
6340
  // src/nodata/nodata.tsx
6265
- var import_jsx_runtime69 = require("react/jsx-runtime");
6341
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6266
6342
  var className9 = `k-nodata`;
6267
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: classNames(className9, props.className), children: props.children });
6343
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: classNames(className9, props.className), children: props.children });
6268
6344
 
6269
6345
  // src/list/list.spec.tsx
6270
- var import_jsx_runtime70 = require("react/jsx-runtime");
6346
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6271
6347
  var LIST_CLASSNAME = `k-list`;
6272
6348
  var states34 = [];
6273
6349
  var options31 = {
@@ -6295,7 +6371,7 @@ var List = (props) => {
6295
6371
  listHeader = child.props.label;
6296
6372
  child.props.children.map((optChild, index2) => {
6297
6373
  listChildren.push(
6298
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6374
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6299
6375
  ListItem,
6300
6376
  {
6301
6377
  ...optChild.props
@@ -6311,7 +6387,7 @@ var List = (props) => {
6311
6387
  groupLabel = child.props.label;
6312
6388
  }
6313
6389
  listChildren.push(
6314
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6390
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6315
6391
  ListItem,
6316
6392
  {
6317
6393
  className: index2 === 0 ? "k-first" : "",
@@ -6323,16 +6399,16 @@ var List = (props) => {
6323
6399
  );
6324
6400
  });
6325
6401
  }
6326
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6402
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6327
6403
  } else if (child.type === ListItem) {
6328
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6329
- listContent = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListContent, { virtualization, children: listChildren });
6404
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6405
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ListContent, { virtualization, children: listChildren });
6330
6406
  }
6331
6407
  });
6332
6408
  } else {
6333
- listContent = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(NoData, { children: "No data found." });
6409
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(NoData, { children: "No data found." });
6334
6410
  }
6335
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
6411
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6336
6412
  "div",
6337
6413
  {
6338
6414
  ...other,
@@ -6360,7 +6436,7 @@ List.className = LIST_CLASSNAME;
6360
6436
  List.defaultProps = defaultProps28;
6361
6437
 
6362
6438
  // src/list/list-angular.spec.tsx
6363
- var import_jsx_runtime71 = require("react/jsx-runtime");
6439
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6364
6440
  var LISTANGULAR_CLASSNAME = `k-list`;
6365
6441
  var states35 = [];
6366
6442
  var options32 = {
@@ -6387,7 +6463,7 @@ var ListAngular = (props) => {
6387
6463
  listHeader = child.props.label;
6388
6464
  child.props.children.map((optChild, index2) => {
6389
6465
  listChildren.push(
6390
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6466
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6391
6467
  ListItem,
6392
6468
  {
6393
6469
  ...optChild.props
@@ -6398,7 +6474,7 @@ var ListAngular = (props) => {
6398
6474
  });
6399
6475
  } else {
6400
6476
  listChildren.push(
6401
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6477
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6402
6478
  ListGroupItem,
6403
6479
  {
6404
6480
  ...child.props,
@@ -6409,7 +6485,7 @@ var ListAngular = (props) => {
6409
6485
  );
6410
6486
  child.props.children.map((optChild, index2) => {
6411
6487
  listChildren.push(
6412
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6488
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6413
6489
  ListItem,
6414
6490
  {
6415
6491
  ...optChild.props
@@ -6419,16 +6495,16 @@ var ListAngular = (props) => {
6419
6495
  );
6420
6496
  });
6421
6497
  }
6422
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6498
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6423
6499
  } else if (child.type === ListItem) {
6424
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6425
- listContent = /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListContent, { virtualization, children: listChildren });
6500
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6501
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ListContent, { virtualization, children: listChildren });
6426
6502
  }
6427
6503
  });
6428
6504
  } else {
6429
- listContent = /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(NoData, { children: "No data found." });
6505
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(NoData, { children: "No data found." });
6430
6506
  }
6431
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
6507
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6432
6508
  "div",
6433
6509
  {
6434
6510
  ...other,
@@ -6455,7 +6531,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
6455
6531
  ListAngular.defaultProps = defaultProps29;
6456
6532
 
6457
6533
  // src/checkbox/checkbox.spec.tsx
6458
- var import_jsx_runtime72 = require("react/jsx-runtime");
6534
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6459
6535
  var CHECKBOX_CLASSNAME = `k-checkbox`;
6460
6536
  var states36 = [
6461
6537
  States.hover,
@@ -6490,7 +6566,7 @@ var Checkbox = (props) => {
6490
6566
  rounded = defaultProps30.rounded,
6491
6567
  ...other
6492
6568
  } = props;
6493
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6569
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6494
6570
  "input",
6495
6571
  {
6496
6572
  ...other,
@@ -6513,7 +6589,7 @@ Checkbox.className = CHECKBOX_CLASSNAME;
6513
6589
  Checkbox.defaultProps = defaultProps30;
6514
6590
 
6515
6591
  // src/checkbox/checkbox-group.spec.tsx
6516
- var import_jsx_runtime73 = require("react/jsx-runtime");
6592
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6517
6593
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
6518
6594
  var states37 = [];
6519
6595
  var options34 = {};
@@ -6525,7 +6601,7 @@ var CheckboxGroup = (props) => {
6525
6601
  layout = defaultProps31.layout,
6526
6602
  ...other
6527
6603
  } = props;
6528
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6604
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6529
6605
  "ul",
6530
6606
  {
6531
6607
  ...other,
@@ -6546,7 +6622,7 @@ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
6546
6622
  CheckboxGroup.defaultProps = defaultProps31;
6547
6623
 
6548
6624
  // src/checkbox/checkbox-item.spec.tsx
6549
- var import_jsx_runtime74 = require("react/jsx-runtime");
6625
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6550
6626
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
6551
6627
  var states38 = [];
6552
6628
  var options35 = {};
@@ -6555,7 +6631,7 @@ var CheckboxItem = (props) => {
6555
6631
  const {
6556
6632
  ...other
6557
6633
  } = props;
6558
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6634
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6559
6635
  "li",
6560
6636
  {
6561
6637
  ...other,
@@ -6573,16 +6649,16 @@ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
6573
6649
  CheckboxItem.defaultProps = defaultProps32;
6574
6650
 
6575
6651
  // src/checkbox/templates/checkbox-with-label-after.tsx
6576
- var import_jsx_runtime75 = require("react/jsx-runtime");
6652
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6577
6653
 
6578
6654
  // src/checkbox/templates/checkbox-with-label-before.tsx
6579
- var import_jsx_runtime76 = require("react/jsx-runtime");
6655
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6580
6656
 
6581
6657
  // src/checkbox/templates/checkbox-normal.tsx
6582
- var import_jsx_runtime77 = require("react/jsx-runtime");
6658
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6583
6659
 
6584
6660
  // src/list/list-item.spec.tsx
6585
- var import_jsx_runtime78 = require("react/jsx-runtime");
6661
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6586
6662
  var LISTITEM_CLASSNAME = `k-list-item`;
6587
6663
  var states39 = [
6588
6664
  States.hover,
@@ -6607,7 +6683,7 @@ var ListItem = (props) => {
6607
6683
  ...other
6608
6684
  } = props;
6609
6685
  const textOrChildren = text ? text : props.children;
6610
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6686
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
6611
6687
  "li",
6612
6688
  {
6613
6689
  ...other,
@@ -6622,10 +6698,10 @@ var ListItem = (props) => {
6622
6698
  })
6623
6699
  ),
6624
6700
  children: [
6625
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, { checked }),
6626
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Icon, { icon: iconName }),
6627
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6628
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6701
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Checkbox, { checked }),
6702
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: iconName }),
6703
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6704
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6629
6705
  ]
6630
6706
  }
6631
6707
  );
@@ -6636,43 +6712,43 @@ ListItem.className = LISTITEM_CLASSNAME;
6636
6712
  ListItem.defaultProps = defaultProps33;
6637
6713
 
6638
6714
  // src/list/list-content.tsx
6639
- var import_jsx_runtime79 = require("react/jsx-runtime");
6715
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6640
6716
  var className10 = `k-list-content`;
6641
6717
  var ListContent = (props) => {
6642
6718
  const {
6643
6719
  virtualization
6644
6720
  } = props;
6645
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: classNames(className10, props.className), children: [
6646
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6647
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", {}) })
6721
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: classNames(className10, props.className), children: [
6722
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6723
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", {}) })
6648
6724
  ] });
6649
6725
  };
6650
6726
 
6651
6727
  // src/list/list-header.tsx
6652
- var import_jsx_runtime80 = require("react/jsx-runtime");
6728
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6653
6729
  var className11 = `k-list-group-sticky-header`;
6654
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6730
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6655
6731
 
6656
6732
  // src/list/list-group.tsx
6657
- var import_jsx_runtime81 = require("react/jsx-runtime");
6733
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6658
6734
  var ListGroup = (props) => {
6659
6735
  const {
6660
6736
  virtualization,
6661
6737
  label
6662
6738
  } = props;
6663
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(import_jsx_runtime81.Fragment, { children: [
6664
- label && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListHeader, { children: label }),
6665
- props.children && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListContent, { virtualization, children: props.children })
6739
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(import_jsx_runtime85.Fragment, { children: [
6740
+ label && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ListHeader, { children: label }),
6741
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ListContent, { virtualization, children: props.children })
6666
6742
  ] });
6667
6743
  };
6668
6744
 
6669
6745
  // src/list/list-group-item.tsx
6670
- var import_jsx_runtime82 = require("react/jsx-runtime");
6746
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6671
6747
  var className12 = `k-list-group-item`;
6672
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6748
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6673
6749
 
6674
6750
  // src/list/list-option-label.tsx
6675
- var import_jsx_runtime83 = require("react/jsx-runtime");
6751
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6676
6752
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6677
6753
  var states40 = [
6678
6754
  States.hover,
@@ -6691,7 +6767,7 @@ var ListOptionLabel = (props) => {
6691
6767
  disabled,
6692
6768
  ...other
6693
6769
  } = props;
6694
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6770
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6695
6771
  "div",
6696
6772
  {
6697
6773
  ...other,
@@ -6714,28 +6790,28 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6714
6790
  ListOptionLabel.defaultProps = defaultProps34;
6715
6791
 
6716
6792
  // src/list/templates/list-normal.tsx
6717
- var import_jsx_runtime84 = require("react/jsx-runtime");
6793
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6718
6794
 
6719
6795
  // src/list/templates/list-virtualization.tsx
6720
- var import_jsx_runtime85 = require("react/jsx-runtime");
6796
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6721
6797
 
6722
6798
  // src/list/templates/list-grouping.tsx
6723
- var import_jsx_runtime86 = require("react/jsx-runtime");
6799
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6724
6800
 
6725
6801
  // src/list/templates/list-virualization-grouping.tsx
6726
- var import_jsx_runtime87 = require("react/jsx-runtime");
6802
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6727
6803
 
6728
6804
  // src/list/templates/list-virtualization-angular.tsx
6729
- var import_jsx_runtime88 = require("react/jsx-runtime");
6805
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6730
6806
 
6731
6807
  // src/list/templates/list-grouping-angular.tsx
6732
- var import_jsx_runtime89 = require("react/jsx-runtime");
6808
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6733
6809
 
6734
6810
  // src/list/templates/list-virualization-grouping-angular.tsx
6735
- var import_jsx_runtime90 = require("react/jsx-runtime");
6811
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6736
6812
 
6737
6813
  // src/combobox/combobox.spec.tsx
6738
- var import_jsx_runtime91 = require("react/jsx-runtime");
6814
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6739
6815
  var COMBOBOX_CLASSNAME = `k-combobox`;
6740
6816
  var states41 = [
6741
6817
  States.hover,
@@ -6780,8 +6856,8 @@ var Combobox = (props) => {
6780
6856
  adaptiveSettings,
6781
6857
  ...other
6782
6858
  } = props;
6783
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
6784
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6859
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_jsx_runtime95.Fragment, { children: [
6860
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
6785
6861
  Input,
6786
6862
  {
6787
6863
  ...other,
@@ -6798,9 +6874,9 @@ var Combobox = (props) => {
6798
6874
  readonly,
6799
6875
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6800
6876
  children: [
6801
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(InputPrefix, { children: prefix }),
6802
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(InputInnerInput, { placeholder, value }),
6803
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6877
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(InputPrefix, { children: prefix }),
6878
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(InputInnerInput, { placeholder, value }),
6879
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6804
6880
  InputValidationIcon,
6805
6881
  {
6806
6882
  valid,
@@ -6809,14 +6885,14 @@ var Combobox = (props) => {
6809
6885
  disabled
6810
6886
  }
6811
6887
  ),
6812
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6888
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6813
6889
  InputLoadingIcon,
6814
6890
  {
6815
6891
  loading,
6816
6892
  disabled
6817
6893
  }
6818
6894
  ),
6819
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6895
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6820
6896
  InputClearValue,
6821
6897
  {
6822
6898
  loading,
@@ -6825,8 +6901,8 @@ var Combobox = (props) => {
6825
6901
  value
6826
6902
  }
6827
6903
  ),
6828
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(InputSuffix, { children: suffix }),
6829
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6904
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(InputSuffix, { children: suffix }),
6905
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6830
6906
  Button,
6831
6907
  {
6832
6908
  className: "k-input-button",
@@ -6839,9 +6915,9 @@ var Combobox = (props) => {
6839
6915
  ]
6840
6916
  }
6841
6917
  ),
6842
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6843
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6844
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6918
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6919
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6920
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6845
6921
  ActionSheetHeader,
6846
6922
  {
6847
6923
  actions: ["x"],
@@ -6849,10 +6925,10 @@ var Combobox = (props) => {
6849
6925
  title: "Select Item"
6850
6926
  }
6851
6927
  ),
6852
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(List, { size: "large", children: [
6853
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ListItem, { text: "List item" }),
6854
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ListItem, { text: "List item" }),
6855
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ListItem, { text: "List item" })
6928
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(List, { size: "large", children: [
6929
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ListItem, { text: "List item" }),
6930
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ListItem, { text: "List item" }),
6931
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ListItem, { text: "List item" })
6856
6932
  ] }) })
6857
6933
  ] })
6858
6934
  ] });
@@ -6863,19 +6939,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6863
6939
  Combobox.defaultProps = defaultProps35;
6864
6940
 
6865
6941
  // src/combobox/templates/combobox-normal.tsx
6866
- var import_jsx_runtime92 = require("react/jsx-runtime");
6942
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6867
6943
 
6868
6944
  // src/combobox/templates/combobox-popup.tsx
6869
- var import_jsx_runtime93 = require("react/jsx-runtime");
6945
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6870
6946
 
6871
6947
  // src/combobox/templates/combobox-grouping.tsx
6872
- var import_jsx_runtime94 = require("react/jsx-runtime");
6948
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6873
6949
 
6874
6950
  // src/combobox/templates/combobox-adaptive.tsx
6875
- var import_jsx_runtime95 = require("react/jsx-runtime");
6951
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6876
6952
 
6877
6953
  // src/dropdownlist/dropdownlist.spec.tsx
6878
- var import_jsx_runtime96 = require("react/jsx-runtime");
6954
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6879
6955
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6880
6956
  var states42 = [
6881
6957
  States.hover,
@@ -6923,8 +6999,8 @@ var DropdownList = (props) => {
6923
6999
  opened,
6924
7000
  ...other
6925
7001
  } = props;
6926
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
6927
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
7002
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
7003
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
6928
7004
  Picker,
6929
7005
  {
6930
7006
  ...other,
@@ -6947,8 +7023,8 @@ var DropdownList = (props) => {
6947
7023
  }
6948
7024
  ),
6949
7025
  children: [
6950
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputPrefix, { children: prefix }),
6951
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7026
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputPrefix, { children: prefix }),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
6952
7028
  InputInnerSpan,
6953
7029
  {
6954
7030
  placeholder,
@@ -6957,7 +7033,7 @@ var DropdownList = (props) => {
6957
7033
  valueIconName
6958
7034
  }
6959
7035
  ),
6960
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7036
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
6961
7037
  InputValidationIcon,
6962
7038
  {
6963
7039
  valid,
@@ -6966,15 +7042,15 @@ var DropdownList = (props) => {
6966
7042
  disabled
6967
7043
  }
6968
7044
  ),
6969
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7045
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
6970
7046
  InputLoadingIcon,
6971
7047
  {
6972
7048
  loading,
6973
7049
  disabled
6974
7050
  }
6975
7051
  ),
6976
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputSuffix, { children: suffix }),
6977
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7052
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSuffix, { children: suffix }),
7053
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
6978
7054
  Button,
6979
7055
  {
6980
7056
  className: "k-input-button",
@@ -6987,7 +7063,7 @@ var DropdownList = (props) => {
6987
7063
  ]
6988
7064
  }
6989
7065
  ),
6990
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7066
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6991
7067
  ] });
6992
7068
  };
6993
7069
  DropdownList.states = states42;
@@ -6996,22 +7072,22 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
6996
7072
  DropdownList.defaultProps = defaultProps36;
6997
7073
 
6998
7074
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6999
- var import_jsx_runtime97 = require("react/jsx-runtime");
7075
+ var import_jsx_runtime101 = require("react/jsx-runtime");
7000
7076
 
7001
7077
  // src/dropdownlist/templates/dropdownlist-popup.tsx
7002
- var import_jsx_runtime98 = require("react/jsx-runtime");
7078
+ var import_jsx_runtime102 = require("react/jsx-runtime");
7003
7079
 
7004
7080
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
7005
- var import_jsx_runtime99 = require("react/jsx-runtime");
7081
+ var import_jsx_runtime103 = require("react/jsx-runtime");
7006
7082
 
7007
7083
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
7008
- var import_jsx_runtime100 = require("react/jsx-runtime");
7084
+ var import_jsx_runtime104 = require("react/jsx-runtime");
7009
7085
 
7010
7086
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
7011
- var import_jsx_runtime101 = require("react/jsx-runtime");
7087
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7012
7088
 
7013
7089
  // src/menu-button/menu-button.spec.tsx
7014
- var import_jsx_runtime102 = require("react/jsx-runtime");
7090
+ var import_jsx_runtime106 = require("react/jsx-runtime");
7015
7091
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
7016
7092
  var states43 = [
7017
7093
  States.hover,
@@ -7065,8 +7141,8 @@ var MenuButton = (props) => {
7065
7141
  opened,
7066
7142
  ...other
7067
7143
  } = props;
7068
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(import_jsx_runtime102.Fragment, { children: [
7069
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
7144
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(import_jsx_runtime106.Fragment, { children: [
7145
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
7070
7146
  Button,
7071
7147
  {
7072
7148
  ...other,
@@ -7089,7 +7165,7 @@ var MenuButton = (props) => {
7089
7165
  arrowIconName
7090
7166
  }
7091
7167
  ),
7092
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(Popup, { className: "k-menu-popup", children: popup })
7168
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Popup, { className: "k-menu-popup", children: popup })
7093
7169
  ] });
7094
7170
  };
7095
7171
  MenuButton.states = states43;
@@ -7098,16 +7174,16 @@ MenuButton.className = MENUBUTTON_CLASSNAME;
7098
7174
  MenuButton.defaultProps = defaultProps37;
7099
7175
 
7100
7176
  // src/menu-button/templates/icon-menu-button.tsx
7101
- var import_jsx_runtime103 = require("react/jsx-runtime");
7177
+ var import_jsx_runtime107 = require("react/jsx-runtime");
7102
7178
 
7103
7179
  // src/menu-button/templates/icon-text-menu-button.tsx
7104
- var import_jsx_runtime104 = require("react/jsx-runtime");
7180
+ var import_jsx_runtime108 = require("react/jsx-runtime");
7105
7181
 
7106
7182
  // src/menu-button/templates/text-menu-button.tsx
7107
- var import_jsx_runtime105 = require("react/jsx-runtime");
7183
+ var import_jsx_runtime109 = require("react/jsx-runtime");
7108
7184
 
7109
7185
  // src/menu/menu-item.spec.tsx
7110
- var import_jsx_runtime106 = require("react/jsx-runtime");
7186
+ var import_jsx_runtime110 = require("react/jsx-runtime");
7111
7187
  var MENUITEM_CLASSNAME = `k-menu-item`;
7112
7188
  var states44 = [
7113
7189
  States.hover,
@@ -7135,7 +7211,7 @@ var MenuItem = (props) => {
7135
7211
  children,
7136
7212
  ...other
7137
7213
  } = props;
7138
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_jsx_runtime106.Fragment, {});
7214
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(import_jsx_runtime110.Fragment, {});
7139
7215
  if (children) {
7140
7216
  children.forEach((child) => {
7141
7217
  const component = child.type;
@@ -7149,7 +7225,7 @@ var MenuItem = (props) => {
7149
7225
  if (!expandArrowName) {
7150
7226
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7151
7227
  }
7152
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
7228
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
7153
7229
  "li",
7154
7230
  {
7155
7231
  ...other,
@@ -7164,7 +7240,7 @@ var MenuItem = (props) => {
7164
7240
  })
7165
7241
  ),
7166
7242
  children: [
7167
- /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
7243
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
7168
7244
  "span",
7169
7245
  {
7170
7246
  className: classNames(
@@ -7177,9 +7253,9 @@ var MenuItem = (props) => {
7177
7253
  })
7178
7254
  ),
7179
7255
  children: [
7180
- icon && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7181
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("span", { className: "k-menu-link-text", children: text }),
7182
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Icon, { icon: expandArrowName }) })
7256
+ icon && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7257
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: "k-menu-link-text", children: text }),
7258
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Icon, { icon: expandArrowName }) })
7183
7259
  ]
7184
7260
  }
7185
7261
  ),
@@ -7195,7 +7271,7 @@ MenuItem.defaultProps = defaultProps38;
7195
7271
  var menu_item_spec_default = MenuItem;
7196
7272
 
7197
7273
  // src/menu/menu-separator.spec.tsx
7198
- var import_jsx_runtime107 = require("react/jsx-runtime");
7274
+ var import_jsx_runtime111 = require("react/jsx-runtime");
7199
7275
  var SEPARATOR_CLASSNAME = `k-separator`;
7200
7276
  var defaultProps39 = {
7201
7277
  orientation: "horizontal"
@@ -7205,7 +7281,7 @@ var MenuSeparator = (props) => {
7205
7281
  orientation = defaultProps39.orientation,
7206
7282
  ...other
7207
7283
  } = props;
7208
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7284
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7209
7285
  "li",
7210
7286
  {
7211
7287
  ...other,
@@ -7223,10 +7299,10 @@ var MenuSeparator = (props) => {
7223
7299
  var menu_separator_spec_default = MenuSeparator;
7224
7300
 
7225
7301
  // src/menu/menu-item-content.tsx
7226
- var import_jsx_runtime108 = require("react/jsx-runtime");
7302
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7227
7303
 
7228
7304
  // src/menu/menu-list.spec.tsx
7229
- var import_jsx_runtime109 = require("react/jsx-runtime");
7305
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7230
7306
  var import_react = require("react");
7231
7307
  var MENULIST_CLASSNAME = `k-menu-group`;
7232
7308
  var states45 = [];
@@ -7254,7 +7330,7 @@ var MenuList = (props) => {
7254
7330
  );
7255
7331
  } else if (child.type === menu_separator_spec_default) {
7256
7332
  listChildren.push(
7257
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(menu_separator_spec_default, {})
7333
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(menu_separator_spec_default, {})
7258
7334
  );
7259
7335
  } else {
7260
7336
  listChildren.push(child);
@@ -7262,7 +7338,7 @@ var MenuList = (props) => {
7262
7338
  });
7263
7339
  }
7264
7340
  }
7265
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
7341
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7266
7342
  "ul",
7267
7343
  {
7268
7344
  ...other,
@@ -7283,10 +7359,10 @@ MenuList.className = MENULIST_CLASSNAME;
7283
7359
  MenuList.defaultProps = defaultProps40;
7284
7360
 
7285
7361
  // src/menu-button/templates/menu-button-popup.tsx
7286
- var import_jsx_runtime110 = require("react/jsx-runtime");
7362
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7287
7363
 
7288
7364
  // src/split-button/split-button.spec.tsx
7289
- var import_jsx_runtime111 = require("react/jsx-runtime");
7365
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7290
7366
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7291
7367
  var states46 = [
7292
7368
  States.hover,
@@ -7338,8 +7414,8 @@ var SplitButton = (props) => {
7338
7414
  opened,
7339
7415
  ...other
7340
7416
  } = props;
7341
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(import_jsx_runtime111.Fragment, { children: [
7342
- /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7417
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(import_jsx_runtime115.Fragment, { children: [
7418
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
7343
7419
  "div",
7344
7420
  {
7345
7421
  ...other,
@@ -7352,7 +7428,7 @@ var SplitButton = (props) => {
7352
7428
  })
7353
7429
  ),
7354
7430
  children: [
7355
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7431
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7356
7432
  Button,
7357
7433
  {
7358
7434
  text,
@@ -7369,7 +7445,7 @@ var SplitButton = (props) => {
7369
7445
  children: props.children
7370
7446
  }
7371
7447
  ),
7372
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7448
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7373
7449
  Button,
7374
7450
  {
7375
7451
  className: "k-split-button-arrow",
@@ -7383,7 +7459,7 @@ var SplitButton = (props) => {
7383
7459
  ]
7384
7460
  }
7385
7461
  ),
7386
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Popup, { className: "k-menu-popup", children: popup })
7462
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(Popup, { className: "k-menu-popup", children: popup })
7387
7463
  ] });
7388
7464
  };
7389
7465
  SplitButton.states = states46;
@@ -7393,7 +7469,7 @@ SplitButton.defaultProps = defaultProps41;
7393
7469
  var split_button_spec_default = SplitButton;
7394
7470
 
7395
7471
  // src/toolbar/toolbar.spec.tsx
7396
- var import_jsx_runtime112 = require("react/jsx-runtime");
7472
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7397
7473
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7398
7474
  var states47 = [
7399
7475
  States.focus
@@ -7416,7 +7492,7 @@ var Toolbar = (props) => {
7416
7492
  const tempToolbarChildren = [];
7417
7493
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7418
7494
  tempToolbarChildren.push(
7419
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7495
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7420
7496
  Button,
7421
7497
  {
7422
7498
  ...child.props,
@@ -7427,7 +7503,7 @@ var Toolbar = (props) => {
7427
7503
  );
7428
7504
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7429
7505
  tempToolbarChildren.push(
7430
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7506
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7431
7507
  Button,
7432
7508
  {
7433
7509
  ...child.props,
@@ -7438,7 +7514,7 @@ var Toolbar = (props) => {
7438
7514
  );
7439
7515
  } else if (child.type === Button) {
7440
7516
  tempToolbarChildren.push(
7441
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7517
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7442
7518
  Button,
7443
7519
  {
7444
7520
  ...child.props,
@@ -7449,7 +7525,7 @@ var Toolbar = (props) => {
7449
7525
  );
7450
7526
  } else if (child.type === MenuButton) {
7451
7527
  tempToolbarChildren.push(
7452
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7528
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7453
7529
  MenuButton,
7454
7530
  {
7455
7531
  ...child.props,
@@ -7460,7 +7536,7 @@ var Toolbar = (props) => {
7460
7536
  );
7461
7537
  } else if (child.type === split_button_spec_default) {
7462
7538
  tempToolbarChildren.push(
7463
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7539
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7464
7540
  split_button_spec_default,
7465
7541
  {
7466
7542
  ...child.props,
@@ -7474,7 +7550,7 @@ var Toolbar = (props) => {
7474
7550
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7475
7551
  childrenArray.forEach((button, bindex) => {
7476
7552
  buttonGroupItems.push(
7477
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7553
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7478
7554
  Button,
7479
7555
  {
7480
7556
  ...button.props,
@@ -7485,7 +7561,7 @@ var Toolbar = (props) => {
7485
7561
  );
7486
7562
  });
7487
7563
  tempToolbarChildren.push(
7488
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7564
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7489
7565
  ButtonGroup,
7490
7566
  {
7491
7567
  ...child.props,
@@ -7497,7 +7573,7 @@ var Toolbar = (props) => {
7497
7573
  );
7498
7574
  } else if (child.type === Combobox) {
7499
7575
  tempToolbarChildren.push(
7500
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7576
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7501
7577
  Combobox,
7502
7578
  {
7503
7579
  ...child.props,
@@ -7508,7 +7584,7 @@ var Toolbar = (props) => {
7508
7584
  );
7509
7585
  } else if (child.type === DropdownList) {
7510
7586
  tempToolbarChildren.push(
7511
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7587
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7512
7588
  DropdownList,
7513
7589
  {
7514
7590
  ...child.props,
@@ -7519,7 +7595,7 @@ var Toolbar = (props) => {
7519
7595
  );
7520
7596
  } else if (child.type === ColorPicker) {
7521
7597
  tempToolbarChildren.push(
7522
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7598
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7523
7599
  ColorPicker,
7524
7600
  {
7525
7601
  ...child.props,
@@ -7541,7 +7617,7 @@ var Toolbar = (props) => {
7541
7617
  addUniqueToolClass(child, index);
7542
7618
  });
7543
7619
  }
7544
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7620
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7545
7621
  "div",
7546
7622
  {
7547
7623
  ...other,
@@ -7568,7 +7644,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
7568
7644
  Toolbar.defaultProps = defaultProps42;
7569
7645
 
7570
7646
  // src/toolbar/toolbar-angular.spec.tsx
7571
- var import_jsx_runtime113 = require("react/jsx-runtime");
7647
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7572
7648
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7573
7649
  var states48 = [
7574
7650
  States.focus
@@ -7591,7 +7667,7 @@ var ToolbarAngular = (props) => {
7591
7667
  const tempToolbarChildren = [];
7592
7668
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7593
7669
  tempToolbarChildren.push(
7594
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7670
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7595
7671
  Button,
7596
7672
  {
7597
7673
  ...child.props,
@@ -7602,7 +7678,7 @@ var ToolbarAngular = (props) => {
7602
7678
  );
7603
7679
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7604
7680
  tempToolbarChildren.push(
7605
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7681
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7606
7682
  Button,
7607
7683
  {
7608
7684
  ...child.props,
@@ -7613,7 +7689,7 @@ var ToolbarAngular = (props) => {
7613
7689
  );
7614
7690
  } else if (child.type === Button) {
7615
7691
  tempToolbarChildren.push(
7616
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7692
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7617
7693
  Button,
7618
7694
  {
7619
7695
  ...child.props,
@@ -7624,7 +7700,7 @@ var ToolbarAngular = (props) => {
7624
7700
  );
7625
7701
  } else if (child.type === MenuButton) {
7626
7702
  tempToolbarChildren.push(
7627
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7703
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7628
7704
  MenuButton,
7629
7705
  {
7630
7706
  ...child.props,
@@ -7635,7 +7711,7 @@ var ToolbarAngular = (props) => {
7635
7711
  );
7636
7712
  } else if (child.type === split_button_spec_default) {
7637
7713
  tempToolbarChildren.push(
7638
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7714
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7639
7715
  split_button_spec_default,
7640
7716
  {
7641
7717
  ...child.props,
@@ -7649,7 +7725,7 @@ var ToolbarAngular = (props) => {
7649
7725
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7650
7726
  childrenArray.forEach((button, bindex) => {
7651
7727
  buttonGroupItems.push(
7652
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7728
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7653
7729
  Button,
7654
7730
  {
7655
7731
  ...button.props,
@@ -7660,7 +7736,7 @@ var ToolbarAngular = (props) => {
7660
7736
  );
7661
7737
  });
7662
7738
  tempToolbarChildren.push(
7663
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7739
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7664
7740
  ButtonGroup,
7665
7741
  {
7666
7742
  ...child.props,
@@ -7672,7 +7748,7 @@ var ToolbarAngular = (props) => {
7672
7748
  );
7673
7749
  } else if (child.type === Combobox) {
7674
7750
  tempToolbarChildren.push(
7675
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7751
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7676
7752
  Combobox,
7677
7753
  {
7678
7754
  ...child.props,
@@ -7683,7 +7759,7 @@ var ToolbarAngular = (props) => {
7683
7759
  );
7684
7760
  } else if (child.type === DropdownList) {
7685
7761
  tempToolbarChildren.push(
7686
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7762
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7687
7763
  DropdownList,
7688
7764
  {
7689
7765
  ...child.props,
@@ -7694,7 +7770,7 @@ var ToolbarAngular = (props) => {
7694
7770
  );
7695
7771
  } else if (child.type === ColorPicker) {
7696
7772
  tempToolbarChildren.push(
7697
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7773
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7698
7774
  ColorPicker,
7699
7775
  {
7700
7776
  ...child.props,
@@ -7716,7 +7792,7 @@ var ToolbarAngular = (props) => {
7716
7792
  addUniqueToolClass(child, index);
7717
7793
  });
7718
7794
  }
7719
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7795
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7720
7796
  "div",
7721
7797
  {
7722
7798
  ...other,
@@ -7743,10 +7819,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7743
7819
  ToolbarAngular.defaultProps = defaultProps43;
7744
7820
 
7745
7821
  // src/toolbar/toolbar-separator.tsx
7746
- var import_jsx_runtime114 = require("react/jsx-runtime");
7822
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7747
7823
 
7748
7824
  // src/toolbar/toolbar-item.spec.tsx
7749
- var import_jsx_runtime115 = require("react/jsx-runtime");
7825
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7750
7826
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7751
7827
  var states49 = [
7752
7828
  States.focus
@@ -7758,7 +7834,7 @@ var ToolbarItem = (props) => {
7758
7834
  focus,
7759
7835
  ...other
7760
7836
  } = props;
7761
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7837
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7762
7838
  "div",
7763
7839
  {
7764
7840
  ...other,
@@ -7779,14 +7855,14 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7779
7855
  ToolbarItem.defaultProps = defaultProps44;
7780
7856
 
7781
7857
  // src/toolbar/toolbar-popup.spec.tsx
7782
- var import_jsx_runtime116 = require("react/jsx-runtime");
7858
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7783
7859
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
7784
7860
  var states50 = [];
7785
7861
  var options47 = {};
7786
7862
  var defaultProps45 = {};
7787
7863
  var ToolbarPopup = (props) => {
7788
7864
  const { ...other } = props;
7789
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7865
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7790
7866
  Popup,
7791
7867
  {
7792
7868
  ...other,
@@ -7804,31 +7880,31 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7804
7880
  ToolbarPopup.defaultProps = defaultProps45;
7805
7881
 
7806
7882
  // src/split-button/templates/icon-split-button.tsx
7807
- var import_jsx_runtime117 = require("react/jsx-runtime");
7883
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7808
7884
 
7809
7885
  // src/split-button/templates/icon-text-split-button.tsx
7810
- var import_jsx_runtime118 = require("react/jsx-runtime");
7886
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7811
7887
 
7812
7888
  // src/split-button/templates/text-split-button.tsx
7813
- var import_jsx_runtime119 = require("react/jsx-runtime");
7889
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7814
7890
 
7815
7891
  // src/split-button/templates/split-button-popup.tsx
7816
- var import_jsx_runtime120 = require("react/jsx-runtime");
7892
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7817
7893
 
7818
7894
  // src/toolbar/templates/toolbar-normal.tsx
7819
- var import_jsx_runtime121 = require("react/jsx-runtime");
7895
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7820
7896
 
7821
7897
  // src/toolbar/templates/toolbar-resizable.tsx
7822
- var import_jsx_runtime122 = require("react/jsx-runtime");
7898
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7823
7899
 
7824
7900
  // src/toolbar/templates/toolbar-angular-normal.tsx
7825
- var import_jsx_runtime123 = require("react/jsx-runtime");
7901
+ var import_jsx_runtime127 = require("react/jsx-runtime");
7826
7902
 
7827
7903
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7828
- var import_jsx_runtime124 = require("react/jsx-runtime");
7904
+ var import_jsx_runtime128 = require("react/jsx-runtime");
7829
7905
 
7830
7906
  // src/treeview/treeview.spec.tsx
7831
- var import_jsx_runtime125 = require("react/jsx-runtime");
7907
+ var import_jsx_runtime129 = require("react/jsx-runtime");
7832
7908
  var import_react2 = require("react");
7833
7909
  var TREEVIEW_CLASSNAME = `k-treeview`;
7834
7910
  var states51 = [];
@@ -7863,17 +7939,17 @@ var Treeview = (props) => {
7863
7939
  } else {
7864
7940
  if (children.type === TreeviewItem) {
7865
7941
  listChildren.push(
7866
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(TreeviewItem, { ...children.props, dir })
7942
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(TreeviewItem, { ...children.props, dir })
7867
7943
  );
7868
7944
  }
7869
7945
  if (children.type === TreeviewGroup) {
7870
7946
  listChildren.push(
7871
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(TreeviewGroup, { ...children.props, dir })
7947
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(TreeviewGroup, { ...children.props, dir })
7872
7948
  );
7873
7949
  }
7874
7950
  }
7875
7951
  }
7876
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7952
+ return /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
7877
7953
  "div",
7878
7954
  {
7879
7955
  ...other,
@@ -7885,7 +7961,7 @@ var Treeview = (props) => {
7885
7961
  size
7886
7962
  })
7887
7963
  ),
7888
- children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
7964
+ children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
7889
7965
  }
7890
7966
  );
7891
7967
  };
@@ -7895,7 +7971,7 @@ Treeview.className = TREEVIEW_CLASSNAME;
7895
7971
  Treeview.defaultProps = defaultProps46;
7896
7972
 
7897
7973
  // src/treeview/treeview-group.tsx
7898
- var import_jsx_runtime126 = require("react/jsx-runtime");
7974
+ var import_jsx_runtime130 = require("react/jsx-runtime");
7899
7975
  var import_react3 = require("react");
7900
7976
  var className13 = `k-treeview-group`;
7901
7977
  var TreeviewGroup = (props) => {
@@ -7916,16 +7992,16 @@ var TreeviewGroup = (props) => {
7916
7992
  } else {
7917
7993
  if (children.type === treeview_item_spec_default) {
7918
7994
  listChildren.push(
7919
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(treeview_item_spec_default, { ...children.props, dir })
7995
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(treeview_item_spec_default, { ...children.props, dir })
7920
7996
  );
7921
7997
  }
7922
7998
  }
7923
7999
  }
7924
- return /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("ul", { className: classNames(props.className, className13), children: listChildren });
8000
+ return /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("ul", { className: classNames(props.className, className13), children: listChildren });
7925
8001
  };
7926
8002
 
7927
8003
  // src/treeview/treeview-leaf.tsx
7928
- var import_jsx_runtime127 = require("react/jsx-runtime");
8004
+ var import_jsx_runtime131 = require("react/jsx-runtime");
7929
8005
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
7930
8006
  var states52 = [
7931
8007
  States.hover,
@@ -7943,7 +8019,7 @@ var TreeviewLeaf = (props) => {
7943
8019
  selected,
7944
8020
  ...other
7945
8021
  } = props;
7946
- return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
8022
+ return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
7947
8023
  "span",
7948
8024
  {
7949
8025
  ...other,
@@ -7957,8 +8033,8 @@ var TreeviewLeaf = (props) => {
7957
8033
  })
7958
8034
  ),
7959
8035
  children: [
7960
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Icon, { icon }),
7961
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-treeview-leaf-text", children: text })
8036
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(Icon, { icon }),
8037
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("span", { className: "k-treeview-leaf-text", children: text })
7962
8038
  ]
7963
8039
  }
7964
8040
  );
@@ -7969,7 +8045,7 @@ TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
7969
8045
  var treeview_leaf_default = TreeviewLeaf;
7970
8046
 
7971
8047
  // src/treeview/treeview-item.spec.tsx
7972
- var import_jsx_runtime128 = require("react/jsx-runtime");
8048
+ var import_jsx_runtime132 = require("react/jsx-runtime");
7973
8049
  var import_react4 = require("react");
7974
8050
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
7975
8051
  var states53 = [
@@ -8012,12 +8088,12 @@ var TreeviewItem = (props) => {
8012
8088
  } else {
8013
8089
  if (children.type === TreeviewGroup) {
8014
8090
  listChildren.push(
8015
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
8091
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
8016
8092
  );
8017
8093
  }
8018
8094
  }
8019
8095
  }
8020
- return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
8096
+ return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
8021
8097
  "li",
8022
8098
  {
8023
8099
  ...other,
@@ -8026,19 +8102,19 @@ var TreeviewItem = (props) => {
8026
8102
  TREEVIEWITEM_CLASSNAME
8027
8103
  ),
8028
8104
  children: [
8029
- /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("span", { className: "k-treeview-mid", children: [
8030
- _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
8105
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("span", { className: "k-treeview-mid", children: [
8106
+ _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
8031
8107
  "span",
8032
8108
  {
8033
8109
  className: classNames(
8034
8110
  "k-treeview-toggle",
8035
8111
  stateClassNames("k-treeview-toggle", { disabled })
8036
8112
  ),
8037
- children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
8113
+ children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
8038
8114
  }
8039
8115
  ),
8040
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(Checkbox, { checked, disabled }),
8041
- /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
8116
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(Checkbox, { checked, disabled }),
8117
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
8042
8118
  treeview_leaf_default,
8043
8119
  {
8044
8120
  className: classNames(
@@ -8054,7 +8130,7 @@ var TreeviewItem = (props) => {
8054
8130
  }
8055
8131
  )
8056
8132
  ] }),
8057
- expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_jsx_runtime128.Fragment, { children: listChildren })
8133
+ expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(import_jsx_runtime132.Fragment, { children: listChildren })
8058
8134
  ]
8059
8135
  }
8060
8136
  );
@@ -8066,209 +8142,209 @@ TreeviewItem.defaultProps = defaultProps47;
8066
8142
  var treeview_item_spec_default = TreeviewItem;
8067
8143
 
8068
8144
  // src/treeview/templates/treeview-normal.tsx
8069
- var import_jsx_runtime129 = require("react/jsx-runtime");
8145
+ var import_jsx_runtime133 = require("react/jsx-runtime");
8070
8146
 
8071
8147
  // src/treeview/templates/treeview-hierarchy.tsx
8072
- var import_jsx_runtime130 = require("react/jsx-runtime");
8148
+ var import_jsx_runtime134 = require("react/jsx-runtime");
8073
8149
 
8074
8150
  // src/treeview/templates/treeview-icons.tsx
8075
- var import_jsx_runtime131 = require("react/jsx-runtime");
8151
+ var import_jsx_runtime135 = require("react/jsx-runtime");
8076
8152
 
8077
8153
  // src/treeview/templates/treeview-checkboxes.tsx
8078
- var import_jsx_runtime132 = require("react/jsx-runtime");
8154
+ var import_jsx_runtime136 = require("react/jsx-runtime");
8079
8155
 
8080
8156
  // src/filemanager/tests/filemanager-preview.tsx
8081
- var import_jsx_runtime133 = require("react/jsx-runtime");
8082
- var filemanager_preview_default = () => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(import_jsx_runtime133.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
8083
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "Preview Pane" }),
8084
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-widget k-filemanager", children: [
8085
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(Toolbar, { className: "k-filemanager-toolbar", children: [
8086
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "New Folder" }),
8087
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Upload" })
8157
+ var import_jsx_runtime137 = require("react/jsx-runtime");
8158
+ var filemanager_preview_default = () => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(import_jsx_runtime137.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
8159
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { children: "Preview Pane" }),
8160
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-widget k-filemanager", children: [
8161
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(Toolbar, { className: "k-filemanager-toolbar", children: [
8162
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Button, { children: "New Folder" }),
8163
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Button, { children: "Upload" })
8088
8164
  ] }) }),
8089
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-content-container", children: [
8090
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(TreeviewItem, { text: "Folder" }) }) }),
8091
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-content", children: [
8092
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbItem, { root: true, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "home" }) }) }) }) }),
8093
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-grid k-grid k-grid-md k-grid-display-block k-editable", children: [
8094
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8095
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8096
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8097
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8098
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {})
8165
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-content-container", children: [
8166
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(TreeviewItem, { text: "Folder" }) }) }),
8167
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-content", children: [
8168
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbRoot, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbItem, { root: true, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { icon: "home" }) }) }) }) }),
8169
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-grid k-grid k-grid-md k-grid-display-block k-editable", children: [
8170
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8171
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("colgroup", { children: [
8172
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8173
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8174
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {})
8099
8175
  ] }),
8100
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
8101
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("span", { className: "k-link", children: [
8102
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Name" }),
8103
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "sort-asc-small" }) })
8176
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row", children: [
8177
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("span", { className: "k-link", children: [
8178
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "Name" }),
8179
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { icon: "sort-asc-small" }) })
8104
8180
  ] }) }) }),
8105
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Date Created" }) }) }) }),
8106
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "File Size" }) }) }) })
8181
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "Date Created" }) }) }) }),
8182
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "File Size" }) }) }) })
8107
8183
  ] }) })
8108
8184
  ] }) }) }),
8109
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-content k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-table k-selectable", children: [
8110
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8111
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { className: "k-sorted" }),
8112
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8113
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {})
8185
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-content k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("table", { className: "k-table k-table-md k-grid-table k-selectable", children: [
8186
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("colgroup", { children: [
8187
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", { className: "k-sorted" }),
8188
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8189
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {})
8114
8190
  ] }),
8115
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tbody", { className: "k-table-tbody", children: [
8116
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
8117
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td", children: [
8118
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "folder" }) }),
8119
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name", children: "Folder" })
8191
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tbody", { className: "k-table-tbody", children: [
8192
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row", children: [
8193
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("td", { className: "k-table-td", children: [
8194
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "folder" }) }),
8195
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name", children: "Folder" })
8120
8196
  ] }),
8121
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8122
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "0" })
8197
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8198
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "0" })
8123
8199
  ] }),
8124
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-selected", children: [
8125
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td", children: [
8126
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "file" }) }),
8127
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name", children: "file.png" })
8200
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-selected", children: [
8201
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("td", { className: "k-table-td", children: [
8202
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "file" }) }),
8203
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name", children: "file.png" })
8128
8204
  ] }),
8129
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8130
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "73289" })
8205
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8206
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "73289" })
8131
8207
  ] })
8132
8208
  ] })
8133
8209
  ] }) })
8134
8210
  ] })
8135
8211
  ] }),
8136
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-file-info", children: [
8137
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
8138
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name k-single-file-selected", children: "file.png" }),
8139
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("dl", { className: "k-file-meta", children: [
8140
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dt", { className: "k-file-meta-label", children: "Type: " }),
8141
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dd", { className: "k-file-meta-value k-file-type", children: "image" }),
8142
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dd", { className: "k-line-break" }),
8143
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dt", { className: "k-file-meta-label", children: "Size: " }),
8144
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dd", { className: "k-file-meta-value k-file-size", children: "72 KB" }),
8145
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dd", { className: "k-line-break" }),
8146
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dt", { className: "k-file-meta-label", children: "Date Created: " }),
8147
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dd", { className: "k-file-meta-value k-file-created", children: "12/24/2019 1:57:36 PM" }),
8148
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dd", { className: "k-line-break" }),
8149
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
8150
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dd", { className: "k-file-meta-value k-file-modified", children: "11/25/2019 3:23:45 PM" }),
8151
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("dd", { className: "k-line-break" })
8212
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-file-info", children: [
8213
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
8214
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name k-single-file-selected", children: "file.png" }),
8215
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("dl", { className: "k-file-meta", children: [
8216
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dt", { className: "k-file-meta-label", children: "Type: " }),
8217
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dd", { className: "k-file-meta-value k-file-type", children: "image" }),
8218
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dd", { className: "k-line-break" }),
8219
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dt", { className: "k-file-meta-label", children: "Size: " }),
8220
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dd", { className: "k-file-meta-value k-file-size", children: "72 KB" }),
8221
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dd", { className: "k-line-break" }),
8222
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dt", { className: "k-file-meta-label", children: "Date Created: " }),
8223
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dd", { className: "k-file-meta-value k-file-created", children: "12/24/2019 1:57:36 PM" }),
8224
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dd", { className: "k-line-break" }),
8225
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
8226
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dd", { className: "k-file-meta-value k-file-modified", children: "11/25/2019 3:23:45 PM" }),
8227
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("dd", { className: "k-line-break" })
8152
8228
  ] })
8153
8229
  ] }) })
8154
8230
  ] })
8155
8231
  ] }),
8156
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "Preview Pane Resizable" }),
8157
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-widget k-filemanager", children: [
8158
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(Toolbar, { className: "k-filemanager-toolbar", children: [
8159
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "New Folder" }),
8160
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Upload" })
8232
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { children: "Preview Pane Resizable" }),
8233
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-widget k-filemanager", children: [
8234
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(Toolbar, { className: "k-filemanager-toolbar", children: [
8235
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Button, { children: "New Folder" }),
8236
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Button, { children: "Upload" })
8161
8237
  ] }) }),
8162
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-content-container", children: [
8163
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(TreeviewItem, { text: "Folder" }) }) }),
8164
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-content", children: [
8165
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbItem, { root: true, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "home" }) }) }) }) }),
8166
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-grid k-grid k-grid-md k-grid-display-block k-editable", children: [
8167
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8168
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8169
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8170
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8171
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {})
8238
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-content-container", children: [
8239
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(TreeviewItem, { text: "Folder" }) }) }),
8240
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-content", children: [
8241
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbRoot, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbItem, { root: true, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { icon: "home" }) }) }) }) }),
8242
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-grid k-grid k-grid-md k-grid-display-block k-editable", children: [
8243
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8244
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("colgroup", { children: [
8245
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8246
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8247
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {})
8172
8248
  ] }),
8173
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
8174
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("span", { className: "k-link", children: [
8175
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Name" }),
8176
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "sort-asc-small" }) })
8249
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row", children: [
8250
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("span", { className: "k-link", children: [
8251
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "Name" }),
8252
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { icon: "sort-asc-small" }) })
8177
8253
  ] }) }) }),
8178
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Date Created" }) }) }) }),
8179
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "File Size" }) }) }) })
8254
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "Date Created" }) }) }) }),
8255
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "File Size" }) }) }) })
8180
8256
  ] }) })
8181
8257
  ] }) }) }),
8182
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-content k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-table k-selectable", children: [
8183
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8184
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { className: "k-sorted" }),
8185
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8186
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {})
8258
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-content k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("table", { className: "k-table k-table-md k-grid-table k-selectable", children: [
8259
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("colgroup", { children: [
8260
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", { className: "k-sorted" }),
8261
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8262
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {})
8187
8263
  ] }),
8188
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tbody", { className: "k-table-tbody", children: [
8189
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
8190
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td", children: [
8191
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "folder" }) }),
8192
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name", children: "Folder" })
8264
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tbody", { className: "k-table-tbody", children: [
8265
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row", children: [
8266
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("td", { className: "k-table-td", children: [
8267
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "folder" }) }),
8268
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name", children: "Folder" })
8193
8269
  ] }),
8194
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8195
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "0" })
8270
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8271
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "0" })
8196
8272
  ] }),
8197
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8198
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td", children: [
8199
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "file" }) }),
8200
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name", children: "file.png" })
8273
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8274
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("td", { className: "k-table-td", children: [
8275
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "file" }) }),
8276
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name", children: "file.png" })
8201
8277
  ] }),
8202
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8203
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "73289" })
8278
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8279
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "73289" })
8204
8280
  ] })
8205
8281
  ] })
8206
8282
  ] }) })
8207
8283
  ] })
8208
8284
  ] }),
8209
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-splitbar k-splitbar-horizontal k-splitbar-draggable-horizontal k-filemanager-splitbar-navigation k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-resize-handle" }) }),
8210
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-preview", style: { width: "234px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-file-info", children: [
8211
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "none", size: "xxxlarge" }) }),
8212
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name k-no-file-selected", children: "No File Selected" })
8285
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-splitbar k-splitbar-horizontal k-splitbar-draggable-horizontal k-filemanager-splitbar-navigation k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-resize-handle" }) }),
8286
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-preview", style: { width: "234px" }, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-file-info", children: [
8287
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "none", size: "xxxlarge" }) }),
8288
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name k-no-file-selected", children: "No File Selected" })
8213
8289
  ] }) })
8214
8290
  ] })
8215
8291
  ] }),
8216
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "Multiple Files Selected" }),
8217
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-widget k-filemanager", children: [
8218
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(Toolbar, { className: "k-filemanager-toolbar", children: [
8219
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "New Folder" }),
8220
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Upload" })
8292
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { children: "Multiple Files Selected" }),
8293
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-widget k-filemanager", children: [
8294
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(Toolbar, { className: "k-filemanager-toolbar", children: [
8295
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Button, { children: "New Folder" }),
8296
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Button, { children: "Upload" })
8221
8297
  ] }) }),
8222
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-content-container", children: [
8223
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(TreeviewItem, { text: "Folder" }) }) }),
8224
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-content", children: [
8225
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbItem, { root: true, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "home" }) }) }) }) }),
8226
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-grid k-grid k-grid-md k-grid-display-block k-editable", children: [
8227
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8228
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8229
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8230
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8231
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {})
8298
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-content-container", children: [
8299
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(TreeviewItem, { text: "Folder" }) }) }),
8300
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-content", children: [
8301
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbRoot, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbItem, { root: true, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { icon: "home" }) }) }) }) }),
8302
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-filemanager-grid k-grid k-grid-md k-grid-display-block k-editable", children: [
8303
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8304
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("colgroup", { children: [
8305
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8306
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8307
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {})
8232
8308
  ] }),
8233
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
8234
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("span", { className: "k-link", children: [
8235
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Name" }),
8236
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "sort-asc-small" }) })
8309
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row", children: [
8310
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("span", { className: "k-link", children: [
8311
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "Name" }),
8312
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { icon: "sort-asc-small" }) })
8237
8313
  ] }) }) }),
8238
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Date Created" }) }) }) }),
8239
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "File Size" }) }) }) })
8314
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "Date Created" }) }) }) }),
8315
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-column-title", children: "File Size" }) }) }) })
8240
8316
  ] }) })
8241
8317
  ] }) }) }),
8242
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-content k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-table k-selectable", children: [
8243
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8244
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { className: "k-sorted" }),
8245
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8246
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {})
8318
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-grid-content k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("table", { className: "k-table k-table-md k-grid-table k-selectable", children: [
8319
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("colgroup", { children: [
8320
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", { className: "k-sorted" }),
8321
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {}),
8322
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("col", {})
8247
8323
  ] }),
8248
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tbody", { className: "k-table-tbody", children: [
8249
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row k-selected", children: [
8250
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td", children: [
8251
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "folder" }) }),
8252
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name", children: "Folder" })
8324
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tbody", { className: "k-table-tbody", children: [
8325
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row k-selected", children: [
8326
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("td", { className: "k-table-td", children: [
8327
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "folder" }) }),
8328
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name", children: "Folder" })
8253
8329
  ] }),
8254
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8255
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "0" })
8330
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8331
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "0" })
8256
8332
  ] }),
8257
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-selected", children: [
8258
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td", children: [
8259
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "file" }) }),
8260
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name", children: "file.png" })
8333
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-selected", children: [
8334
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("td", { className: "k-table-td", children: [
8335
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "file" }) }),
8336
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name", children: "file.png" })
8261
8337
  ] }),
8262
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8263
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "73289" })
8338
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "13/12/2019 at 12:22:04 PM" }),
8339
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("td", { className: "k-table-td", children: "73289" })
8264
8340
  ] })
8265
8341
  ] })
8266
8342
  ] }) })
8267
8343
  ] })
8268
8344
  ] }),
8269
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-file-info", children: [
8270
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "file", size: "xxxlarge" }) }),
8271
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name k-multiple-files-selected", children: "3 items" })
8345
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-filemanager-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-file-info", children: [
8346
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(Icon, { className: "k-file-icon", icon: "file", size: "xxxlarge" }) }),
8347
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("span", { className: "k-file-name k-multiple-files-selected", children: "3 items" })
8272
8348
  ] }) })
8273
8349
  ] })
8274
8350
  ] })