@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
@@ -4998,119 +4998,12 @@ var InputSuffix = (props) => {
4998
4998
  // src/input/input-separator.tsx
4999
4999
  var import_jsx_runtime24 = require("react/jsx-runtime");
5000
5000
 
5001
- // src/textbox/textbox.spec.tsx
5002
- var import_jsx_runtime25 = require("react/jsx-runtime");
5003
- var TEXTBOX_CLASSNAME = `k-textbox`;
5004
- var states16 = [
5005
- States.hover,
5006
- States.focus,
5007
- States.valid,
5008
- States.invalid,
5009
- States.required,
5010
- States.disabled,
5011
- States.loading,
5012
- States.readonly
5013
- ];
5014
- var options14 = {
5015
- size: [Size.small, Size.medium, Size.large],
5016
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5017
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5018
- };
5019
- var defaultProps12 = {
5020
- showClearButton: true,
5021
- size: Input.defaultProps.size,
5022
- rounded: Input.defaultProps.rounded,
5023
- fillMode: Input.defaultProps.fillMode
5024
- };
5025
- var Textbox = (props) => {
5026
- const {
5027
- prefix,
5028
- suffix,
5029
- value,
5030
- placeholder,
5031
- size,
5032
- rounded,
5033
- fillMode,
5034
- hover,
5035
- focus,
5036
- valid,
5037
- invalid,
5038
- required,
5039
- loading,
5040
- disabled,
5041
- readonly,
5042
- showClearButton = defaultProps12.showClearButton,
5043
- ...other
5044
- } = props;
5045
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5046
- Input,
5047
- {
5048
- ...other,
5049
- size,
5050
- rounded,
5051
- fillMode,
5052
- hover,
5053
- focus,
5054
- valid,
5055
- invalid,
5056
- required,
5057
- loading,
5058
- disabled,
5059
- readonly,
5060
- className: classNames(props.className, TEXTBOX_CLASSNAME),
5061
- children: [
5062
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputPrefix, { children: prefix }),
5063
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputInnerInput, { placeholder, value }),
5064
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5065
- InputValidationIcon,
5066
- {
5067
- valid,
5068
- invalid,
5069
- loading,
5070
- disabled
5071
- }
5072
- ),
5073
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5074
- InputLoadingIcon,
5075
- {
5076
- loading,
5077
- disabled
5078
- }
5079
- ),
5080
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5081
- InputClearValue,
5082
- {
5083
- loading,
5084
- disabled,
5085
- readonly,
5086
- value
5087
- }
5088
- ),
5089
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputSuffix, { children: suffix })
5090
- ]
5091
- }
5092
- );
5093
- };
5094
- Textbox.states = states16;
5095
- Textbox.options = options14;
5096
- Textbox.className = TEXTBOX_CLASSNAME;
5097
- Textbox.defaultProps = defaultProps12;
5098
-
5099
- // src/textbox/templates/textbox-normal.tsx
5100
- var import_jsx_runtime26 = require("react/jsx-runtime");
5101
-
5102
- // src/textbox/templates/textbox-prefix.tsx
5103
- var import_jsx_runtime27 = require("react/jsx-runtime");
5104
-
5105
- // src/textbox/templates/textbox-suffix.tsx
5106
- var import_jsx_runtime28 = require("react/jsx-runtime");
5107
-
5108
5001
  // src/animation-container/animation-container.spec.tsx
5109
- var import_jsx_runtime29 = require("react/jsx-runtime");
5002
+ var import_jsx_runtime25 = require("react/jsx-runtime");
5110
5003
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5111
- var states17 = [];
5112
- var options15 = {};
5113
- var defaultProps13 = {
5004
+ var states16 = [];
5005
+ var options14 = {};
5006
+ var defaultProps12 = {
5114
5007
  positionMode: "absolute"
5115
5008
  };
5116
5009
  var AnimationContainer = (props) => {
@@ -5120,7 +5013,7 @@ var AnimationContainer = (props) => {
5120
5013
  offset,
5121
5014
  ...other
5122
5015
  } = props;
5123
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5016
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5124
5017
  "div",
5125
5018
  {
5126
5019
  ...other,
@@ -5132,21 +5025,21 @@ var AnimationContainer = (props) => {
5132
5025
  ["k-animation-container-fixed"]: positionMode === "fixed"
5133
5026
  }
5134
5027
  ),
5135
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5028
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5136
5029
  }
5137
5030
  );
5138
5031
  };
5139
- AnimationContainer.states = states17;
5140
- AnimationContainer.options = options15;
5032
+ AnimationContainer.states = states16;
5033
+ AnimationContainer.options = options14;
5141
5034
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5142
- AnimationContainer.defaultProps = defaultProps13;
5035
+ AnimationContainer.defaultProps = defaultProps12;
5143
5036
 
5144
5037
  // src/popup/popup.spec.tsx
5145
- var import_jsx_runtime30 = require("react/jsx-runtime");
5038
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5146
5039
  var POPUP_CLASSNAME = `k-popup`;
5147
- var states18 = [];
5148
- var options16 = {};
5149
- var defaultProps14 = {
5040
+ var states17 = [];
5041
+ var options15 = {};
5042
+ var defaultProps13 = {
5150
5043
  positionMode: "absolute"
5151
5044
  };
5152
5045
  var Popup = (props) => {
@@ -5155,24 +5048,24 @@ var Popup = (props) => {
5155
5048
  positionMode,
5156
5049
  ...other
5157
5050
  } = props;
5158
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5051
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5159
5052
  AnimationContainer,
5160
5053
  {
5161
5054
  positionMode,
5162
5055
  offset,
5163
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5056
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5164
5057
  }
5165
5058
  );
5166
5059
  };
5167
- Popup.states = states18;
5168
- Popup.options = options16;
5060
+ Popup.states = states17;
5061
+ Popup.options = options15;
5169
5062
  Popup.className = POPUP_CLASSNAME;
5170
- Popup.defaultProps = defaultProps14;
5063
+ Popup.defaultProps = defaultProps13;
5171
5064
 
5172
5065
  // src/dropdownlist/dropdownlist.spec.tsx
5173
- var import_jsx_runtime31 = require("react/jsx-runtime");
5066
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5174
5067
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5175
- var states19 = [
5068
+ var states18 = [
5176
5069
  States.hover,
5177
5070
  States.focus,
5178
5071
  States.valid,
@@ -5182,12 +5075,12 @@ var states19 = [
5182
5075
  States.loading,
5183
5076
  States.readonly
5184
5077
  ];
5185
- var options17 = {
5078
+ var options16 = {
5186
5079
  size: [Size.small, Size.medium, Size.large],
5187
5080
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5188
5081
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5189
5082
  };
5190
- var defaultProps15 = {
5083
+ var defaultProps14 = {
5191
5084
  showValue: true,
5192
5085
  arrowIconName: "caret-alt-down",
5193
5086
  size: Size.medium,
@@ -5197,7 +5090,7 @@ var defaultProps15 = {
5197
5090
  var DropdownList = (props) => {
5198
5091
  const {
5199
5092
  valueIconName,
5200
- arrowIconName = defaultProps15.arrowIconName,
5093
+ arrowIconName = defaultProps14.arrowIconName,
5201
5094
  prefix,
5202
5095
  suffix,
5203
5096
  value,
@@ -5213,13 +5106,13 @@ var DropdownList = (props) => {
5213
5106
  loading,
5214
5107
  disabled,
5215
5108
  readonly,
5216
- showValue = defaultProps15.showValue,
5109
+ showValue = defaultProps14.showValue,
5217
5110
  popup,
5218
5111
  opened,
5219
5112
  ...other
5220
5113
  } = props;
5221
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5222
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5114
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_jsx_runtime27.Fragment, { children: [
5115
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5223
5116
  Picker,
5224
5117
  {
5225
5118
  ...other,
@@ -5242,8 +5135,8 @@ var DropdownList = (props) => {
5242
5135
  }
5243
5136
  ),
5244
5137
  children: [
5245
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5246
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5138
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputPrefix, { children: prefix }),
5139
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5247
5140
  InputInnerSpan,
5248
5141
  {
5249
5142
  placeholder,
@@ -5252,7 +5145,7 @@ var DropdownList = (props) => {
5252
5145
  valueIconName
5253
5146
  }
5254
5147
  ),
5255
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5148
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5256
5149
  InputValidationIcon,
5257
5150
  {
5258
5151
  valid,
@@ -5261,15 +5154,15 @@ var DropdownList = (props) => {
5261
5154
  disabled
5262
5155
  }
5263
5156
  ),
5264
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5157
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5265
5158
  InputLoadingIcon,
5266
5159
  {
5267
5160
  loading,
5268
5161
  disabled
5269
5162
  }
5270
5163
  ),
5271
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5272
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5164
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputSuffix, { children: suffix }),
5165
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5273
5166
  Button,
5274
5167
  {
5275
5168
  className: "k-input-button",
@@ -5282,35 +5175,35 @@ var DropdownList = (props) => {
5282
5175
  ]
5283
5176
  }
5284
5177
  ),
5285
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5178
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5286
5179
  ] });
5287
5180
  };
5288
- DropdownList.states = states19;
5289
- DropdownList.options = options17;
5181
+ DropdownList.states = states18;
5182
+ DropdownList.options = options16;
5290
5183
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5291
- DropdownList.defaultProps = defaultProps15;
5184
+ DropdownList.defaultProps = defaultProps14;
5292
5185
 
5293
5186
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5294
- var import_jsx_runtime32 = require("react/jsx-runtime");
5187
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5295
5188
 
5296
5189
  // src/nodata/nodata.tsx
5297
- var import_jsx_runtime33 = require("react/jsx-runtime");
5190
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5298
5191
  var className9 = `k-nodata`;
5299
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5192
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5300
5193
 
5301
5194
  // src/list/list.spec.tsx
5302
- var import_jsx_runtime34 = require("react/jsx-runtime");
5195
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5303
5196
  var LIST_CLASSNAME = `k-list`;
5304
- var states20 = [];
5305
- var options18 = {
5197
+ var states19 = [];
5198
+ var options17 = {
5306
5199
  size: [Size.small, Size.medium, Size.large]
5307
5200
  };
5308
- var defaultProps16 = {
5201
+ var defaultProps15 = {
5309
5202
  size: Size.medium
5310
5203
  };
5311
5204
  var List = (props) => {
5312
5205
  const {
5313
- size = defaultProps16.size,
5206
+ size = defaultProps15.size,
5314
5207
  virtualization,
5315
5208
  children,
5316
5209
  optionLabel,
@@ -5327,7 +5220,7 @@ var List = (props) => {
5327
5220
  listHeader = child.props.label;
5328
5221
  child.props.children.map((optChild, index2) => {
5329
5222
  listChildren.push(
5330
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5223
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5331
5224
  ListItem,
5332
5225
  {
5333
5226
  ...optChild.props
@@ -5343,7 +5236,7 @@ var List = (props) => {
5343
5236
  groupLabel = child.props.label;
5344
5237
  }
5345
5238
  listChildren.push(
5346
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5239
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5347
5240
  ListItem,
5348
5241
  {
5349
5242
  className: index2 === 0 ? "k-first" : "",
@@ -5355,16 +5248,16 @@ var List = (props) => {
5355
5248
  );
5356
5249
  });
5357
5250
  }
5358
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5251
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5359
5252
  } else if (child.type === ListItem) {
5360
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5361
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5253
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5254
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: listChildren });
5362
5255
  }
5363
5256
  });
5364
5257
  } else {
5365
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5258
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(NoData, { children: "No data found." });
5366
5259
  }
5367
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5260
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5368
5261
  "div",
5369
5262
  {
5370
5263
  ...other,
@@ -5386,25 +5279,25 @@ var List = (props) => {
5386
5279
  }
5387
5280
  );
5388
5281
  };
5389
- List.states = states20;
5390
- List.options = options18;
5282
+ List.states = states19;
5283
+ List.options = options17;
5391
5284
  List.className = LIST_CLASSNAME;
5392
- List.defaultProps = defaultProps16;
5285
+ List.defaultProps = defaultProps15;
5393
5286
  var list_spec_default = List;
5394
5287
 
5395
5288
  // src/list/list-angular.spec.tsx
5396
- var import_jsx_runtime35 = require("react/jsx-runtime");
5289
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5397
5290
  var LISTANGULAR_CLASSNAME = `k-list`;
5398
- var states21 = [];
5399
- var options19 = {
5291
+ var states20 = [];
5292
+ var options18 = {
5400
5293
  size: [Size.small, Size.medium, Size.large]
5401
5294
  };
5402
- var defaultProps17 = {
5295
+ var defaultProps16 = {
5403
5296
  size: Size.medium
5404
5297
  };
5405
5298
  var ListAngular = (props) => {
5406
5299
  const {
5407
- size = defaultProps17.size,
5300
+ size = defaultProps16.size,
5408
5301
  virtualization,
5409
5302
  children,
5410
5303
  ...other
@@ -5420,7 +5313,7 @@ var ListAngular = (props) => {
5420
5313
  listHeader = child.props.label;
5421
5314
  child.props.children.map((optChild, index2) => {
5422
5315
  listChildren.push(
5423
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5316
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5424
5317
  ListItem,
5425
5318
  {
5426
5319
  ...optChild.props
@@ -5431,7 +5324,7 @@ var ListAngular = (props) => {
5431
5324
  });
5432
5325
  } else {
5433
5326
  listChildren.push(
5434
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5327
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5435
5328
  ListGroupItem,
5436
5329
  {
5437
5330
  ...child.props,
@@ -5442,7 +5335,7 @@ var ListAngular = (props) => {
5442
5335
  );
5443
5336
  child.props.children.map((optChild, index2) => {
5444
5337
  listChildren.push(
5445
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5338
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5446
5339
  ListItem,
5447
5340
  {
5448
5341
  ...optChild.props
@@ -5452,16 +5345,16 @@ var ListAngular = (props) => {
5452
5345
  );
5453
5346
  });
5454
5347
  }
5455
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5348
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5456
5349
  } else if (child.type === ListItem) {
5457
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5458
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5350
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5351
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListContent, { virtualization, children: listChildren });
5459
5352
  }
5460
5353
  });
5461
5354
  } else {
5462
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5355
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(NoData, { children: "No data found." });
5463
5356
  }
5464
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5357
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5465
5358
  "div",
5466
5359
  {
5467
5360
  ...other,
@@ -5482,15 +5375,15 @@ var ListAngular = (props) => {
5482
5375
  }
5483
5376
  );
5484
5377
  };
5485
- ListAngular.states = states21;
5486
- ListAngular.options = options19;
5378
+ ListAngular.states = states20;
5379
+ ListAngular.options = options18;
5487
5380
  ListAngular.className = LISTANGULAR_CLASSNAME;
5488
- ListAngular.defaultProps = defaultProps17;
5381
+ ListAngular.defaultProps = defaultProps16;
5489
5382
 
5490
5383
  // src/checkbox/checkbox.spec.tsx
5491
- var import_jsx_runtime36 = require("react/jsx-runtime");
5384
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5492
5385
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5493
- var states22 = [
5386
+ var states21 = [
5494
5387
  States.hover,
5495
5388
  States.focus,
5496
5389
  States.valid,
@@ -5500,11 +5393,11 @@ var states22 = [
5500
5393
  States.checked,
5501
5394
  States.indeterminate
5502
5395
  ];
5503
- var options20 = {
5396
+ var options19 = {
5504
5397
  size: [Size.small, Size.medium, Size.large],
5505
5398
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5506
5399
  };
5507
- var defaultProps18 = {
5400
+ var defaultProps17 = {
5508
5401
  size: Size.medium,
5509
5402
  rounded: Roundness.medium
5510
5403
  };
@@ -5519,11 +5412,11 @@ var Checkbox = (props) => {
5519
5412
  invalid,
5520
5413
  valid,
5521
5414
  required,
5522
- size = defaultProps18.size,
5523
- rounded = defaultProps18.rounded,
5415
+ size = defaultProps17.size,
5416
+ rounded = defaultProps17.rounded,
5524
5417
  ...other
5525
5418
  } = props;
5526
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5419
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5527
5420
  "input",
5528
5421
  {
5529
5422
  ...other,
@@ -5540,25 +5433,25 @@ var Checkbox = (props) => {
5540
5433
  }
5541
5434
  ) });
5542
5435
  };
5543
- Checkbox.states = states22;
5544
- Checkbox.options = options20;
5436
+ Checkbox.states = states21;
5437
+ Checkbox.options = options19;
5545
5438
  Checkbox.className = CHECKBOX_CLASSNAME;
5546
- Checkbox.defaultProps = defaultProps18;
5439
+ Checkbox.defaultProps = defaultProps17;
5547
5440
 
5548
5441
  // src/checkbox/checkbox-group.spec.tsx
5549
- var import_jsx_runtime37 = require("react/jsx-runtime");
5442
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5550
5443
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5551
- var states23 = [];
5552
- var options21 = {};
5553
- var defaultProps19 = {
5444
+ var states22 = [];
5445
+ var options20 = {};
5446
+ var defaultProps18 = {
5554
5447
  layout: "vertical"
5555
5448
  };
5556
5449
  var CheckboxGroup = (props) => {
5557
5450
  const {
5558
- layout = defaultProps19.layout,
5451
+ layout = defaultProps18.layout,
5559
5452
  ...other
5560
5453
  } = props;
5561
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5454
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5562
5455
  "ul",
5563
5456
  {
5564
5457
  ...other,
@@ -5573,22 +5466,22 @@ var CheckboxGroup = (props) => {
5573
5466
  }
5574
5467
  );
5575
5468
  };
5576
- CheckboxGroup.states = states23;
5577
- CheckboxGroup.options = options21;
5469
+ CheckboxGroup.states = states22;
5470
+ CheckboxGroup.options = options20;
5578
5471
  CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5579
- CheckboxGroup.defaultProps = defaultProps19;
5472
+ CheckboxGroup.defaultProps = defaultProps18;
5580
5473
 
5581
5474
  // src/checkbox/checkbox-item.spec.tsx
5582
- var import_jsx_runtime38 = require("react/jsx-runtime");
5475
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5583
5476
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5584
- var states24 = [];
5585
- var options22 = {};
5586
- var defaultProps20 = {};
5477
+ var states23 = [];
5478
+ var options21 = {};
5479
+ var defaultProps19 = {};
5587
5480
  var CheckboxItem = (props) => {
5588
5481
  const {
5589
5482
  ...other
5590
5483
  } = props;
5591
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5484
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5592
5485
  "li",
5593
5486
  {
5594
5487
  ...other,
@@ -5600,31 +5493,31 @@ var CheckboxItem = (props) => {
5600
5493
  }
5601
5494
  );
5602
5495
  };
5603
- CheckboxItem.states = states24;
5604
- CheckboxItem.options = options22;
5496
+ CheckboxItem.states = states23;
5497
+ CheckboxItem.options = options21;
5605
5498
  CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5606
- CheckboxItem.defaultProps = defaultProps20;
5499
+ CheckboxItem.defaultProps = defaultProps19;
5607
5500
 
5608
5501
  // src/checkbox/templates/checkbox-with-label-after.tsx
5609
- var import_jsx_runtime39 = require("react/jsx-runtime");
5502
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5610
5503
 
5611
5504
  // src/checkbox/templates/checkbox-with-label-before.tsx
5612
- var import_jsx_runtime40 = require("react/jsx-runtime");
5505
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5613
5506
 
5614
5507
  // src/checkbox/templates/checkbox-normal.tsx
5615
- var import_jsx_runtime41 = require("react/jsx-runtime");
5508
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5616
5509
 
5617
5510
  // src/list/list-item.spec.tsx
5618
- var import_jsx_runtime42 = require("react/jsx-runtime");
5511
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5619
5512
  var LISTITEM_CLASSNAME = `k-list-item`;
5620
- var states25 = [
5513
+ var states24 = [
5621
5514
  States.hover,
5622
5515
  States.focus,
5623
5516
  States.selected,
5624
5517
  States.disabled
5625
5518
  ];
5626
- var options23 = {};
5627
- var defaultProps21 = {};
5519
+ var options22 = {};
5520
+ var defaultProps20 = {};
5628
5521
  var ListItem = (props) => {
5629
5522
  const {
5630
5523
  text,
@@ -5640,7 +5533,7 @@ var ListItem = (props) => {
5640
5533
  ...other
5641
5534
  } = props;
5642
5535
  const textOrChildren = text ? text : props.children;
5643
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5536
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5644
5537
  "li",
5645
5538
  {
5646
5539
  ...other,
@@ -5655,66 +5548,66 @@ var ListItem = (props) => {
5655
5548
  })
5656
5549
  ),
5657
5550
  children: [
5658
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Checkbox, { checked }),
5659
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: iconName }),
5660
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5661
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5551
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Checkbox, { checked }),
5552
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { icon: iconName }),
5553
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5554
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5662
5555
  ]
5663
5556
  }
5664
5557
  );
5665
5558
  };
5666
- ListItem.states = states25;
5667
- ListItem.options = options23;
5559
+ ListItem.states = states24;
5560
+ ListItem.options = options22;
5668
5561
  ListItem.className = LISTITEM_CLASSNAME;
5669
- ListItem.defaultProps = defaultProps21;
5562
+ ListItem.defaultProps = defaultProps20;
5670
5563
 
5671
5564
  // src/list/list-content.tsx
5672
- var import_jsx_runtime43 = require("react/jsx-runtime");
5565
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5673
5566
  var className10 = `k-list-content`;
5674
5567
  var ListContent = (props) => {
5675
5568
  const {
5676
5569
  virtualization
5677
5570
  } = props;
5678
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: classNames(className10, props.className), children: [
5679
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5680
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", {}) })
5571
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: classNames(className10, props.className), children: [
5572
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5573
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", {}) })
5681
5574
  ] });
5682
5575
  };
5683
5576
 
5684
5577
  // src/list/list-header.tsx
5685
- var import_jsx_runtime44 = require("react/jsx-runtime");
5578
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5686
5579
  var className11 = `k-list-group-sticky-header`;
5687
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5580
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5688
5581
 
5689
5582
  // src/list/list-group.tsx
5690
- var import_jsx_runtime45 = require("react/jsx-runtime");
5583
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5691
5584
  var ListGroup = (props) => {
5692
5585
  const {
5693
5586
  virtualization,
5694
5587
  label
5695
5588
  } = props;
5696
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_jsx_runtime45.Fragment, { children: [
5697
- label && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListHeader, { children: label }),
5698
- props.children && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListContent, { virtualization, children: props.children })
5589
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5590
+ label && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListHeader, { children: label }),
5591
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListContent, { virtualization, children: props.children })
5699
5592
  ] });
5700
5593
  };
5701
5594
 
5702
5595
  // src/list/list-group-item.tsx
5703
- var import_jsx_runtime46 = require("react/jsx-runtime");
5596
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5704
5597
  var className12 = `k-list-group-item`;
5705
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5598
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5706
5599
 
5707
5600
  // src/list/list-option-label.tsx
5708
- var import_jsx_runtime47 = require("react/jsx-runtime");
5601
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5709
5602
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5710
- var states26 = [
5603
+ var states25 = [
5711
5604
  States.hover,
5712
5605
  States.focus,
5713
5606
  States.selected,
5714
5607
  States.disabled
5715
5608
  ];
5716
- var options24 = {};
5717
- var defaultProps22 = {};
5609
+ var options23 = {};
5610
+ var defaultProps21 = {};
5718
5611
  var ListOptionLabel = (props) => {
5719
5612
  const {
5720
5613
  text,
@@ -5724,7 +5617,7 @@ var ListOptionLabel = (props) => {
5724
5617
  disabled,
5725
5618
  ...other
5726
5619
  } = props;
5727
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5620
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5728
5621
  "div",
5729
5622
  {
5730
5623
  ...other,
@@ -5741,39 +5634,39 @@ var ListOptionLabel = (props) => {
5741
5634
  }
5742
5635
  );
5743
5636
  };
5744
- ListOptionLabel.states = states26;
5745
- ListOptionLabel.options = options24;
5637
+ ListOptionLabel.states = states25;
5638
+ ListOptionLabel.options = options23;
5746
5639
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5747
- ListOptionLabel.defaultProps = defaultProps22;
5640
+ ListOptionLabel.defaultProps = defaultProps21;
5748
5641
 
5749
5642
  // src/list/templates/list-normal.tsx
5750
- var import_jsx_runtime48 = require("react/jsx-runtime");
5643
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5751
5644
 
5752
5645
  // src/list/templates/list-virtualization.tsx
5753
- var import_jsx_runtime49 = require("react/jsx-runtime");
5646
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5754
5647
 
5755
5648
  // src/list/templates/list-grouping.tsx
5756
- var import_jsx_runtime50 = require("react/jsx-runtime");
5649
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5757
5650
 
5758
5651
  // src/list/templates/list-virualization-grouping.tsx
5759
- var import_jsx_runtime51 = require("react/jsx-runtime");
5652
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5760
5653
 
5761
5654
  // src/list/templates/list-virtualization-angular.tsx
5762
- var import_jsx_runtime52 = require("react/jsx-runtime");
5655
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5763
5656
 
5764
5657
  // src/list/templates/list-grouping-angular.tsx
5765
- var import_jsx_runtime53 = require("react/jsx-runtime");
5658
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5766
5659
 
5767
5660
  // src/list/templates/list-virualization-grouping-angular.tsx
5768
- var import_jsx_runtime54 = require("react/jsx-runtime");
5661
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5769
5662
 
5770
5663
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5771
- var import_jsx_runtime55 = require("react/jsx-runtime");
5664
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5772
5665
 
5773
5666
  // src/searchbox/searchbox.spec.tsx
5774
- var import_jsx_runtime56 = require("react/jsx-runtime");
5667
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5775
5668
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5776
- var states27 = [
5669
+ var states26 = [
5777
5670
  States.hover,
5778
5671
  States.focus,
5779
5672
  States.valid,
@@ -5782,12 +5675,12 @@ var states27 = [
5782
5675
  States.disabled,
5783
5676
  States.loading
5784
5677
  ];
5785
- var options25 = {
5678
+ var options24 = {
5786
5679
  size: [Size.small, Size.medium, Size.large],
5787
5680
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5788
5681
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5789
5682
  };
5790
- var defaultProps23 = {
5683
+ var defaultProps22 = {
5791
5684
  showIcon: true,
5792
5685
  icon: "search",
5793
5686
  size: Input.defaultProps.size,
@@ -5808,11 +5701,11 @@ var Searchbox = (props) => {
5808
5701
  required,
5809
5702
  loading,
5810
5703
  disabled,
5811
- showIcon = defaultProps23.showIcon,
5812
- icon = defaultProps23.icon,
5704
+ showIcon = defaultProps22.showIcon,
5705
+ icon = defaultProps22.icon,
5813
5706
  ...other
5814
5707
  } = props;
5815
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
5708
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5816
5709
  Input,
5817
5710
  {
5818
5711
  ...other,
@@ -5828,56 +5721,336 @@ var Searchbox = (props) => {
5828
5721
  disabled,
5829
5722
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5830
5723
  children: [
5831
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Icon, { className: "k-input-icon", icon }),
5832
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputInnerInput, { placeholder, value }),
5833
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputLoadingIcon, { ...props }),
5834
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputValidationIcon, { ...props }),
5835
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputClearValue, { ...props })
5724
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { className: "k-input-icon", icon }),
5725
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputInnerInput, { placeholder, value }),
5726
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputLoadingIcon, { ...props }),
5727
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputValidationIcon, { ...props }),
5728
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputClearValue, { ...props })
5836
5729
  ]
5837
5730
  }
5838
5731
  );
5839
5732
  };
5840
- Searchbox.states = states27;
5841
- Searchbox.options = options25;
5733
+ Searchbox.states = states26;
5734
+ Searchbox.options = options24;
5842
5735
  Searchbox.className = SEARCHBOX_CLASSNAME;
5843
- Searchbox.defaultProps = defaultProps23;
5736
+ Searchbox.defaultProps = defaultProps22;
5844
5737
 
5845
5738
  // src/searchbox/templates/searchbox-normal.tsx
5739
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5740
+
5741
+ // src/dropdownlist/templates/dropdownlist-filtering.tsx
5742
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5743
+
5744
+ // src/dropdownlist/templates/dropdownlist-grouping.tsx
5745
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5746
+
5747
+ // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5748
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5749
+
5750
+ // src/radio/radio.spec.tsx
5846
5751
  var import_jsx_runtime57 = require("react/jsx-runtime");
5752
+ var RADIOBUTTON_CLASSNAME = `k-radio`;
5753
+ var states27 = [
5754
+ States.hover,
5755
+ States.focus,
5756
+ States.valid,
5757
+ States.invalid,
5758
+ States.required,
5759
+ States.disabled,
5760
+ States.checked
5761
+ ];
5762
+ var options25 = {
5763
+ size: [Size.small, Size.medium, Size.large]
5764
+ };
5765
+ var defaultProps23 = {
5766
+ size: Size.medium
5767
+ };
5768
+ var RadioButton = (props) => {
5769
+ const {
5770
+ id,
5771
+ checked,
5772
+ hover,
5773
+ focus,
5774
+ disabled,
5775
+ invalid,
5776
+ valid,
5777
+ required,
5778
+ size = defaultProps23.size,
5779
+ ...other
5780
+ } = props;
5781
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5782
+ "input",
5783
+ {
5784
+ ...other,
5785
+ id,
5786
+ type: "radio",
5787
+ checked,
5788
+ required,
5789
+ className: classNames(
5790
+ props.className,
5791
+ RADIOBUTTON_CLASSNAME,
5792
+ optionClassNames(RADIOBUTTON_CLASSNAME, { size }),
5793
+ stateClassNames(RADIOBUTTON_CLASSNAME, { hover, focus, disabled, invalid, valid, checked })
5794
+ )
5795
+ }
5796
+ ) });
5797
+ };
5798
+ RadioButton.states = states27;
5799
+ RadioButton.options = options25;
5800
+ RadioButton.className = RADIOBUTTON_CLASSNAME;
5801
+ RadioButton.defaultProps = defaultProps23;
5802
+
5803
+ // src/radio/radio-group.spec.tsx
5804
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5805
+ var RADIOGROUP_CLASSNAME = `k-radio-list`;
5806
+ var states28 = [];
5807
+ var options26 = {};
5808
+ var defaultProps24 = {
5809
+ layout: "vertical"
5810
+ };
5811
+ var RadioGroup = (props) => {
5812
+ const {
5813
+ layout = defaultProps24.layout,
5814
+ ...other
5815
+ } = props;
5816
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5817
+ "ul",
5818
+ {
5819
+ ...other,
5820
+ className: classNames(
5821
+ props.className,
5822
+ RADIOGROUP_CLASSNAME,
5823
+ {
5824
+ [`k-list-${layout}`]: layout
5825
+ }
5826
+ ),
5827
+ children: props.children
5828
+ }
5829
+ );
5830
+ };
5831
+ RadioGroup.states = states28;
5832
+ RadioGroup.options = options26;
5833
+ RadioGroup.className = RADIOGROUP_CLASSNAME;
5834
+ RadioGroup.defaultProps = defaultProps24;
5835
+
5836
+ // src/radio/radio-item.spec.tsx
5837
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5838
+ var RADIOITEM_CLASSNAME = `k-radio-list-item`;
5839
+ var states29 = [];
5840
+ var options27 = {};
5841
+ var defaultProps25 = {};
5842
+ var RadioItem = (props) => {
5843
+ const {
5844
+ ...other
5845
+ } = props;
5846
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5847
+ "li",
5848
+ {
5849
+ ...other,
5850
+ className: classNames(
5851
+ props.className,
5852
+ RADIOITEM_CLASSNAME
5853
+ ),
5854
+ children: props.children
5855
+ }
5856
+ );
5857
+ };
5858
+ RadioItem.states = states29;
5859
+ RadioItem.options = options27;
5860
+ RadioItem.className = RADIOITEM_CLASSNAME;
5861
+ RadioItem.defaultProps = defaultProps25;
5862
+
5863
+ // src/radio/templates/radio-normal.tsx
5864
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5865
+
5866
+ // src/radio/templates/radio-with-label-after.tsx
5867
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5868
+
5869
+ // src/radio/templates/radio-with-label-before.tsx
5870
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5871
+
5872
+ // src/radio/templates/radio-inside-label.tsx
5873
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5874
+
5875
+ // src/textbox/textbox.spec.tsx
5876
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5877
+ var TEXTBOX_CLASSNAME = `k-textbox`;
5878
+ var states30 = [
5879
+ States.hover,
5880
+ States.focus,
5881
+ States.valid,
5882
+ States.invalid,
5883
+ States.required,
5884
+ States.disabled,
5885
+ States.loading,
5886
+ States.readonly
5887
+ ];
5888
+ var options28 = {
5889
+ size: [Size.small, Size.medium, Size.large],
5890
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5891
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5892
+ };
5893
+ var defaultProps26 = {
5894
+ showClearButton: true,
5895
+ size: Input.defaultProps.size,
5896
+ rounded: Input.defaultProps.rounded,
5897
+ fillMode: Input.defaultProps.fillMode
5898
+ };
5899
+ var Textbox = (props) => {
5900
+ const {
5901
+ prefix,
5902
+ suffix,
5903
+ value,
5904
+ placeholder,
5905
+ size,
5906
+ rounded,
5907
+ fillMode,
5908
+ hover,
5909
+ focus,
5910
+ valid,
5911
+ invalid,
5912
+ required,
5913
+ loading,
5914
+ disabled,
5915
+ readonly,
5916
+ showClearButton = defaultProps26.showClearButton,
5917
+ ...other
5918
+ } = props;
5919
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
5920
+ Input,
5921
+ {
5922
+ ...other,
5923
+ size,
5924
+ rounded,
5925
+ fillMode,
5926
+ hover,
5927
+ focus,
5928
+ valid,
5929
+ invalid,
5930
+ required,
5931
+ loading,
5932
+ disabled,
5933
+ readonly,
5934
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
5935
+ children: [
5936
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputPrefix, { children: prefix }),
5937
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputInnerInput, { placeholder, value }),
5938
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5939
+ InputValidationIcon,
5940
+ {
5941
+ valid,
5942
+ invalid,
5943
+ loading,
5944
+ disabled
5945
+ }
5946
+ ),
5947
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5948
+ InputLoadingIcon,
5949
+ {
5950
+ loading,
5951
+ disabled
5952
+ }
5953
+ ),
5954
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5955
+ InputClearValue,
5956
+ {
5957
+ loading,
5958
+ disabled,
5959
+ readonly,
5960
+ value
5961
+ }
5962
+ ),
5963
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSuffix, { children: suffix })
5964
+ ]
5965
+ }
5966
+ );
5967
+ };
5968
+ Textbox.states = states30;
5969
+ Textbox.options = options28;
5970
+ Textbox.className = TEXTBOX_CLASSNAME;
5971
+ Textbox.defaultProps = defaultProps26;
5972
+
5973
+ // src/textbox/templates/textbox-normal.tsx
5974
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5975
+
5976
+ // src/textbox/templates/textbox-prefix.tsx
5977
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5847
5978
 
5848
- // src/dropdownlist/templates/dropdownlist-filtering.tsx
5849
- var import_jsx_runtime58 = require("react/jsx-runtime");
5979
+ // src/textbox/templates/textbox-suffix.tsx
5980
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5850
5981
 
5851
- // src/dropdownlist/templates/dropdownlist-grouping.tsx
5852
- var import_jsx_runtime59 = require("react/jsx-runtime");
5982
+ // src/form/templates/form-normal.tsx
5983
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5984
+ var FormNormal = ({ size, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5985
+ Form,
5986
+ {
5987
+ formButtons: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
5988
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { className: "k-form-submit", themeColor: "primary", size, children: "Submit" }),
5989
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { className: "k-form-clear", size, children: "Clear" })
5990
+ ] }),
5991
+ children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(Fieldset, { legend: "Form Legend", children: [
5992
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(FormField, { label: "Label", placeholder: "Input Value", editor: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Textbox, { size }) }),
5993
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5994
+ FormField,
5995
+ {
5996
+ label: "Label",
5997
+ hint: "Hint text",
5998
+ editor: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Dropdown List", size })
5999
+ }
6000
+ ),
6001
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6002
+ FormField,
6003
+ {
6004
+ label: "City",
6005
+ editor: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("ul", { className: "k-radio-list k-list-horizontal", children: [
6006
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("li", { className: "k-radio-list-item", children: [
6007
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(RadioButton, { checked: true, size }),
6008
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("label", { className: "k-radio-label", children: "Label" })
6009
+ ] }),
6010
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("li", { className: "k-radio-list-item", children: [
6011
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(RadioButton, { size }),
6012
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("label", { className: "k-radio-label", children: "Label" })
6013
+ ] }),
6014
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("li", { className: "k-radio-list-item", children: [
6015
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(RadioButton, { size }),
6016
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("label", { className: "k-radio-label", children: "Label" })
6017
+ ] })
6018
+ ] })
6019
+ }
6020
+ )
6021
+ ] }),
6022
+ size,
6023
+ ...other
6024
+ }
6025
+ );
5853
6026
 
5854
- // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5855
- var import_jsx_runtime60 = require("react/jsx-runtime");
6027
+ // src/form/templates/form-horizontal.tsx
6028
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5856
6029
 
5857
6030
  // src/listbox/listbox.spec.tsx
5858
- var import_jsx_runtime61 = require("react/jsx-runtime");
6031
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5859
6032
  var LISTBOX_CLASSNAME = `k-listbox`;
5860
- var states28 = [
6033
+ var states31 = [
5861
6034
  States.disabled
5862
6035
  ];
5863
- var options26 = {
6036
+ var options29 = {
5864
6037
  size: [Size.small, Size.medium, Size.large]
5865
6038
  };
5866
- var defaultProps24 = {
6039
+ var defaultProps27 = {
5867
6040
  size: Size.medium,
5868
6041
  actionsPosition: "left"
5869
6042
  };
5870
6043
  var ListBox = (props) => {
5871
6044
  const {
5872
- size = defaultProps24.size,
6045
+ size = defaultProps27.size,
5873
6046
  disabled,
5874
6047
  children,
5875
- actionsPosition = defaultProps24.actionsPosition,
6048
+ actionsPosition = defaultProps27.actionsPosition,
5876
6049
  actions,
5877
6050
  dir,
5878
6051
  ...other
5879
6052
  } = props;
5880
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
6053
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5881
6054
  "div",
5882
6055
  {
5883
6056
  ...other,
@@ -5896,7 +6069,7 @@ var ListBox = (props) => {
5896
6069
  }
5897
6070
  ),
5898
6071
  children: [
5899
- actions && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-listbox-actions", children: actions.map((action) => {
6072
+ actions && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-listbox-actions", children: actions.map((action) => {
5900
6073
  const actionsIconMap = {
5901
6074
  "left": dir !== "rtl" ? "caret-alt-left" : "caret-alt-right",
5902
6075
  "right": dir !== "rtl" ? "caret-alt-right" : "caret-alt-left",
@@ -5906,43 +6079,43 @@ var ListBox = (props) => {
5906
6079
  "down": "caret-alt-down",
5907
6080
  "x": "x"
5908
6081
  };
5909
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { icon: actionsIconMap[action], size });
6082
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { icon: actionsIconMap[action], size });
5910
6083
  }) }),
5911
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: classNames(
6084
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: classNames(
5912
6085
  "k-list-scroller",
5913
6086
  "k-selectable"
5914
- ), children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(list_spec_default, { size, children }) })
6087
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(list_spec_default, { size, children }) })
5915
6088
  ]
5916
6089
  }
5917
6090
  );
5918
6091
  };
5919
- ListBox.states = states28;
5920
- ListBox.options = options26;
6092
+ ListBox.states = states31;
6093
+ ListBox.options = options29;
5921
6094
  ListBox.className = LISTBOX_CLASSNAME;
5922
- ListBox.defaultProps = defaultProps24;
6095
+ ListBox.defaultProps = defaultProps27;
5923
6096
 
5924
6097
  // src/listbox/templates/listbox-normal.tsx
5925
- var import_jsx_runtime62 = require("react/jsx-runtime");
6098
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5926
6099
 
5927
6100
  // src/spinbutton/spinbutton.spec.tsx
5928
- var import_jsx_runtime63 = require("react/jsx-runtime");
6101
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5929
6102
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5930
- var states29 = [];
5931
- var options27 = {
6103
+ var states32 = [];
6104
+ var options30 = {
5932
6105
  size: [Size.small, Size.medium, Size.large],
5933
6106
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5934
6107
  };
5935
- var defaultProps25 = {
6108
+ var defaultProps28 = {
5936
6109
  size: Size.medium,
5937
6110
  fillMode: FillMode.solid
5938
6111
  };
5939
6112
  var SpinButton = (props) => {
5940
6113
  const {
5941
- size = defaultProps25.size,
5942
- fillMode = defaultProps25.fillMode,
6114
+ size = defaultProps28.size,
6115
+ fillMode = defaultProps28.fillMode,
5943
6116
  ...other
5944
6117
  } = props;
5945
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
6118
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5946
6119
  "span",
5947
6120
  {
5948
6121
  ...other,
@@ -5951,7 +6124,7 @@ var SpinButton = (props) => {
5951
6124
  props.className
5952
6125
  ),
5953
6126
  children: [
5954
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6127
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5955
6128
  Button,
5956
6129
  {
5957
6130
  className: "k-spinner-increase",
@@ -5961,7 +6134,7 @@ var SpinButton = (props) => {
5961
6134
  fillMode
5962
6135
  }
5963
6136
  ),
5964
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6137
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5965
6138
  Button,
5966
6139
  {
5967
6140
  className: "k-spinner-decrease",
@@ -5975,15 +6148,15 @@ var SpinButton = (props) => {
5975
6148
  }
5976
6149
  );
5977
6150
  };
5978
- SpinButton.states = states29;
5979
- SpinButton.options = options27;
6151
+ SpinButton.states = states32;
6152
+ SpinButton.options = options30;
5980
6153
  SpinButton.className = SPINBUTTON_CLASSNAME;
5981
- SpinButton.defaultProps = defaultProps25;
6154
+ SpinButton.defaultProps = defaultProps28;
5982
6155
 
5983
6156
  // src/dateinput/dateinput.spec.tsx
5984
- var import_jsx_runtime64 = require("react/jsx-runtime");
6157
+ var import_jsx_runtime73 = require("react/jsx-runtime");
5985
6158
  var DATEINPUT_CLASSNAME = `k-dateinput`;
5986
- var states30 = [
6159
+ var states33 = [
5987
6160
  States.hover,
5988
6161
  States.focus,
5989
6162
  States.valid,
@@ -5993,12 +6166,12 @@ var states30 = [
5993
6166
  States.loading,
5994
6167
  States.readonly
5995
6168
  ];
5996
- var options28 = {
6169
+ var options31 = {
5997
6170
  size: [Size.small, Size.medium, Size.large],
5998
6171
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5999
6172
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6000
6173
  };
6001
- var defaultProps26 = {
6174
+ var defaultProps29 = {
6002
6175
  size: Input.defaultProps.size,
6003
6176
  rounded: Input.defaultProps.rounded,
6004
6177
  fillMode: Input.defaultProps.fillMode
@@ -6021,7 +6194,7 @@ var DateInput = (props) => {
6021
6194
  showSpinButton,
6022
6195
  ...other
6023
6196
  } = props;
6024
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6197
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6025
6198
  Input,
6026
6199
  {
6027
6200
  ...other,
@@ -6038,8 +6211,8 @@ var DateInput = (props) => {
6038
6211
  readonly,
6039
6212
  className: classNames(props.className, DATEINPUT_CLASSNAME),
6040
6213
  children: [
6041
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputInnerInput, { placeholder, value }),
6042
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6214
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputInnerInput, { placeholder, value }),
6215
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6043
6216
  InputValidationIcon,
6044
6217
  {
6045
6218
  valid,
@@ -6048,14 +6221,14 @@ var DateInput = (props) => {
6048
6221
  disabled
6049
6222
  }
6050
6223
  ),
6051
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6224
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6052
6225
  InputLoadingIcon,
6053
6226
  {
6054
6227
  loading,
6055
6228
  disabled
6056
6229
  }
6057
6230
  ),
6058
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6231
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6059
6232
  SpinButton,
6060
6233
  {
6061
6234
  className: "k-input-spinner",
@@ -6067,26 +6240,26 @@ var DateInput = (props) => {
6067
6240
  }
6068
6241
  );
6069
6242
  };
6070
- DateInput.states = states30;
6071
- DateInput.options = options28;
6243
+ DateInput.states = states33;
6244
+ DateInput.options = options31;
6072
6245
  DateInput.className = DATEINPUT_CLASSNAME;
6073
- DateInput.defaultProps = defaultProps26;
6246
+ DateInput.defaultProps = defaultProps29;
6074
6247
 
6075
6248
  // src/dateinput/templates/dateinput-normal.tsx
6076
- var import_jsx_runtime65 = require("react/jsx-runtime");
6249
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6077
6250
 
6078
6251
  // src/color-preview/color-preview.tsx
6079
- var import_jsx_runtime66 = require("react/jsx-runtime");
6252
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6080
6253
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6081
- var states31 = [];
6082
- var options29 = {};
6254
+ var states34 = [];
6255
+ var options32 = {};
6083
6256
  var ColorPreview = (props) => {
6084
6257
  const {
6085
6258
  color,
6086
6259
  iconName,
6087
6260
  ...other
6088
6261
  } = props;
6089
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6262
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6090
6263
  "span",
6091
6264
  {
6092
6265
  ...other,
@@ -6099,8 +6272,8 @@ var ColorPreview = (props) => {
6099
6272
  }
6100
6273
  ),
6101
6274
  children: [
6102
- iconName && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6103
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6275
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6276
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6104
6277
  "span",
6105
6278
  {
6106
6279
  className: "k-color-preview-mask",
@@ -6111,14 +6284,14 @@ var ColorPreview = (props) => {
6111
6284
  }
6112
6285
  );
6113
6286
  };
6114
- ColorPreview.states = states31;
6115
- ColorPreview.options = options29;
6287
+ ColorPreview.states = states34;
6288
+ ColorPreview.options = options32;
6116
6289
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6117
6290
 
6118
6291
  // src/colorpicker/colorpicker.spec.tsx
6119
- var import_jsx_runtime67 = require("react/jsx-runtime");
6292
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6120
6293
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6121
- var states32 = [
6294
+ var states35 = [
6122
6295
  States.hover,
6123
6296
  States.focus,
6124
6297
  States.valid,
@@ -6126,12 +6299,12 @@ var states32 = [
6126
6299
  States.required,
6127
6300
  States.disabled
6128
6301
  ];
6129
- var options30 = {
6302
+ var options33 = {
6130
6303
  size: [Size.small, Size.medium, Size.large],
6131
6304
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6132
6305
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6133
6306
  };
6134
- var defaultProps27 = {
6307
+ var defaultProps30 = {
6135
6308
  arrowIconName: "caret-alt-down",
6136
6309
  size: Picker.defaultProps.size,
6137
6310
  rounded: Picker.defaultProps.rounded,
@@ -6153,13 +6326,13 @@ var ColorPicker = (props) => {
6153
6326
  required,
6154
6327
  disabled,
6155
6328
  valueIconName,
6156
- arrowIconName = defaultProps27.arrowIconName,
6329
+ arrowIconName = defaultProps30.arrowIconName,
6157
6330
  popup,
6158
6331
  opened,
6159
6332
  ...other
6160
6333
  } = props;
6161
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
6162
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6334
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(import_jsx_runtime76.Fragment, { children: [
6335
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6163
6336
  Picker,
6164
6337
  {
6165
6338
  ...other,
@@ -6178,14 +6351,14 @@ var ColorPicker = (props) => {
6178
6351
  "k-icon-picker"
6179
6352
  ),
6180
6353
  children: [
6181
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputPrefix, { children: prefix }),
6182
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6354
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(InputPrefix, { children: prefix }),
6355
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6183
6356
  InputInnerSpan,
6184
6357
  {
6185
6358
  placeholder,
6186
6359
  value,
6187
6360
  showValue: false,
6188
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6361
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6189
6362
  ColorPreview,
6190
6363
  {
6191
6364
  className: "k-value-icon",
@@ -6196,8 +6369,8 @@ var ColorPicker = (props) => {
6196
6369
  valueIconName
6197
6370
  }
6198
6371
  ),
6199
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputSuffix, { children: suffix }),
6200
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6372
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(InputSuffix, { children: suffix }),
6373
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6201
6374
  Button,
6202
6375
  {
6203
6376
  className: "k-input-button",
@@ -6210,37 +6383,37 @@ var ColorPicker = (props) => {
6210
6383
  ]
6211
6384
  }
6212
6385
  ),
6213
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6386
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6214
6387
  ] });
6215
6388
  };
6216
- ColorPicker.states = states32;
6217
- ColorPicker.options = options30;
6389
+ ColorPicker.states = states35;
6390
+ ColorPicker.options = options33;
6218
6391
  ColorPicker.className = COLORPICKER_CLASSNAME;
6219
- ColorPicker.defaultProps = defaultProps27;
6392
+ ColorPicker.defaultProps = defaultProps30;
6220
6393
 
6221
6394
  // src/colorpicker/templates/colorpicker-normal.tsx
6222
- var import_jsx_runtime68 = require("react/jsx-runtime");
6395
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6223
6396
 
6224
6397
  // src/button-group/button-group.spec.tsx
6225
- var import_jsx_runtime69 = require("react/jsx-runtime");
6398
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6226
6399
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6227
- var states33 = [
6400
+ var states36 = [
6228
6401
  States.disabled
6229
6402
  ];
6230
- var options31 = {
6403
+ var options34 = {
6231
6404
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6232
6405
  };
6233
- var defaultProps28 = {
6406
+ var defaultProps31 = {
6234
6407
  fillMode: FillMode.solid
6235
6408
  };
6236
6409
  var ButtonGroup = (props) => {
6237
6410
  const {
6238
- fillMode = defaultProps28.fillMode,
6411
+ fillMode = defaultProps31.fillMode,
6239
6412
  disabled,
6240
6413
  stretched,
6241
6414
  ...other
6242
6415
  } = props;
6243
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6416
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6244
6417
  "div",
6245
6418
  {
6246
6419
  ...other,
@@ -6261,35 +6434,35 @@ var ButtonGroup = (props) => {
6261
6434
  }
6262
6435
  );
6263
6436
  };
6264
- ButtonGroup.states = states33;
6265
- ButtonGroup.options = options31;
6437
+ ButtonGroup.states = states36;
6438
+ ButtonGroup.options = options34;
6266
6439
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6267
- ButtonGroup.defaultProps = defaultProps28;
6440
+ ButtonGroup.defaultProps = defaultProps31;
6268
6441
 
6269
6442
  // src/button-group/templates/icon-button-group.tsx
6270
- var import_jsx_runtime70 = require("react/jsx-runtime");
6443
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6271
6444
 
6272
6445
  // src/button-group/templates/icon-text-button-group.tsx
6273
- var import_jsx_runtime71 = require("react/jsx-runtime");
6446
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6274
6447
 
6275
6448
  // src/button-group/templates/text-button-group.tsx
6276
- var import_jsx_runtime72 = require("react/jsx-runtime");
6449
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6277
6450
 
6278
6451
  // src/button-group/templates/mixed-button-group.tsx
6279
- var import_jsx_runtime73 = require("react/jsx-runtime");
6452
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6280
6453
 
6281
6454
  // src/slider/slider.spec.tsx
6282
- var import_jsx_runtime74 = require("react/jsx-runtime");
6455
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6283
6456
  var SLIDER_CLASSNAME = "k-slider";
6284
- var states34 = [
6457
+ var states37 = [
6285
6458
  States.hover,
6286
6459
  States.focus,
6287
6460
  States.active,
6288
6461
  States.disabled,
6289
6462
  States.readonly
6290
6463
  ];
6291
- var options32 = {};
6292
- var defaultProps29 = {
6464
+ var options35 = {};
6465
+ var defaultProps32 = {
6293
6466
  type: "single",
6294
6467
  orientation: "horizontal",
6295
6468
  readonly: false,
@@ -6298,11 +6471,11 @@ var defaultProps29 = {
6298
6471
  };
6299
6472
  var Slider = (props) => {
6300
6473
  const {
6301
- type = defaultProps29.type,
6302
- orientation = defaultProps29.orientation,
6303
- readonly = defaultProps29.readonly,
6304
- disabled = defaultProps29.disabled,
6305
- handlePosition = defaultProps29.handlePosition,
6474
+ type = defaultProps32.type,
6475
+ orientation = defaultProps32.orientation,
6476
+ readonly = defaultProps32.readonly,
6477
+ disabled = defaultProps32.disabled,
6478
+ handlePosition = defaultProps32.handlePosition,
6306
6479
  hover,
6307
6480
  focus,
6308
6481
  active,
@@ -6318,7 +6491,7 @@ var Slider = (props) => {
6318
6491
  iconIncrease = "caret-alt-up";
6319
6492
  iconDecrease = "caret-alt-down";
6320
6493
  }
6321
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: classNames(
6494
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: classNames(
6322
6495
  SLIDER_CLASSNAME,
6323
6496
  props.className,
6324
6497
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6331,12 +6504,12 @@ var Slider = (props) => {
6331
6504
  "k-range-slider": type === "range"
6332
6505
  }
6333
6506
  ), dir, children: [
6334
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6335
- /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "k-slider-track-wrap", children: [
6336
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6337
- /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6338
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "k-slider-selection" }),
6339
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: classNames(
6507
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6508
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: "k-slider-track-wrap", children: [
6509
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6510
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6511
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-slider-selection" }),
6512
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: classNames(
6340
6513
  "k-draghandle",
6341
6514
  "k-draghandle-start",
6342
6515
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6345,7 +6518,7 @@ var Slider = (props) => {
6345
6518
  active
6346
6519
  })
6347
6520
  ) }),
6348
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: classNames(
6521
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: classNames(
6349
6522
  "k-draghandle",
6350
6523
  `k-draghandle-${handlePosition}`,
6351
6524
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6356,48 +6529,48 @@ var Slider = (props) => {
6356
6529
  ) })
6357
6530
  ] })
6358
6531
  ] }),
6359
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6532
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6360
6533
  ] });
6361
6534
  };
6362
- Slider.states = states34;
6363
- Slider.options = options32;
6535
+ Slider.states = states37;
6536
+ Slider.options = options35;
6364
6537
  Slider.className = SLIDER_CLASSNAME;
6365
- Slider.defaultProps = defaultProps29;
6538
+ Slider.defaultProps = defaultProps32;
6366
6539
 
6367
6540
  // src/slider/slider-tick.tsx
6368
- var import_jsx_runtime75 = require("react/jsx-runtime");
6541
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6369
6542
  var SLIDER_TICK_CLASSNAME = "k-tick";
6370
- var states35 = [];
6371
- var options33 = {};
6372
- var defaultProps30 = {
6543
+ var states38 = [];
6544
+ var options36 = {};
6545
+ var defaultProps33 = {
6373
6546
  label: false
6374
6547
  };
6375
6548
  var SliderTick = (props) => {
6376
6549
  const {
6377
6550
  style: style2,
6378
- label = defaultProps30.label,
6551
+ label = defaultProps33.label,
6379
6552
  orientation,
6380
6553
  large,
6381
6554
  text
6382
6555
  } = props;
6383
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("li", { className: classNames(
6556
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("li", { className: classNames(
6384
6557
  props.className,
6385
6558
  SLIDER_TICK_CLASSNAME,
6386
6559
  {
6387
6560
  [`k-tick-${orientation}`]: orientation,
6388
6561
  "k-tick-large": large
6389
6562
  }
6390
- ), style: style2, children: label && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: "k-label", children: text }) });
6563
+ ), style: style2, children: label && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-label", children: text }) });
6391
6564
  };
6392
- SliderTick.states = states35;
6393
- SliderTick.options = options33;
6565
+ SliderTick.states = states38;
6566
+ SliderTick.options = options36;
6394
6567
  SliderTick.className = SLIDER_TICK_CLASSNAME;
6395
- SliderTick.defaultProps = defaultProps30;
6568
+ SliderTick.defaultProps = defaultProps33;
6396
6569
 
6397
6570
  // src/numerictextbox/numerictextbox.spec.tsx
6398
- var import_jsx_runtime76 = require("react/jsx-runtime");
6571
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6399
6572
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6400
- var states36 = [
6573
+ var states39 = [
6401
6574
  States.hover,
6402
6575
  States.focus,
6403
6576
  States.valid,
@@ -6407,12 +6580,12 @@ var states36 = [
6407
6580
  States.disabled,
6408
6581
  States.readonly
6409
6582
  ];
6410
- var options34 = {
6583
+ var options37 = {
6411
6584
  size: [Size.small, Size.medium, Size.large],
6412
6585
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6413
6586
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6414
6587
  };
6415
- var defaultProps31 = {
6588
+ var defaultProps34 = {
6416
6589
  showSpinButton: true,
6417
6590
  showClearButton: true,
6418
6591
  size: Input.defaultProps.size,
@@ -6434,11 +6607,11 @@ var NumericTextbox = (props) => {
6434
6607
  loading,
6435
6608
  disabled,
6436
6609
  readonly,
6437
- showClearButton = defaultProps31.showClearButton,
6438
- showSpinButton = defaultProps31.showSpinButton,
6610
+ showClearButton = defaultProps34.showClearButton,
6611
+ showSpinButton = defaultProps34.showSpinButton,
6439
6612
  ...other
6440
6613
  } = props;
6441
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6614
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
6442
6615
  Input,
6443
6616
  {
6444
6617
  ...other,
@@ -6455,8 +6628,8 @@ var NumericTextbox = (props) => {
6455
6628
  readonly,
6456
6629
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6457
6630
  children: [
6458
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(InputInnerInput, { placeholder, value }),
6459
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6631
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(InputInnerInput, { placeholder, value }),
6632
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6460
6633
  InputValidationIcon,
6461
6634
  {
6462
6635
  valid,
@@ -6465,14 +6638,14 @@ var NumericTextbox = (props) => {
6465
6638
  disabled
6466
6639
  }
6467
6640
  ),
6468
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6641
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6469
6642
  InputLoadingIcon,
6470
6643
  {
6471
6644
  loading,
6472
6645
  disabled
6473
6646
  }
6474
6647
  ),
6475
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6648
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6476
6649
  InputClearValue,
6477
6650
  {
6478
6651
  loading,
@@ -6481,7 +6654,7 @@ var NumericTextbox = (props) => {
6481
6654
  value
6482
6655
  }
6483
6656
  ),
6484
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6657
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6485
6658
  SpinButton,
6486
6659
  {
6487
6660
  className: "k-input-spinner",
@@ -6493,148 +6666,148 @@ var NumericTextbox = (props) => {
6493
6666
  }
6494
6667
  );
6495
6668
  };
6496
- NumericTextbox.states = states36;
6497
- NumericTextbox.options = options34;
6669
+ NumericTextbox.states = states39;
6670
+ NumericTextbox.options = options37;
6498
6671
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6499
- NumericTextbox.defaultProps = defaultProps31;
6672
+ NumericTextbox.defaultProps = defaultProps34;
6500
6673
 
6501
6674
  // src/numerictextbox/templates/numerictextbox-normal.tsx
6502
- var import_jsx_runtime77 = require("react/jsx-runtime");
6675
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6503
6676
 
6504
6677
  // src/colorgradient/color-input.tsx
6505
- var import_jsx_runtime78 = require("react/jsx-runtime");
6678
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6506
6679
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
6507
- var states37 = [];
6508
- var options35 = {};
6509
- var defaultProps32 = {
6680
+ var states40 = [];
6681
+ var options38 = {};
6682
+ var defaultProps35 = {
6510
6683
  mode: "rgba"
6511
6684
  };
6512
6685
  var ColorInput = (props) => {
6513
6686
  const {
6514
- mode = defaultProps32.mode
6687
+ mode = defaultProps35.mode
6515
6688
  } = props;
6516
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6517
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6518
- mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6519
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6520
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6521
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6689
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6690
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6691
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6692
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6693
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6694
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6522
6695
  ] }),
6523
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6524
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6525
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6696
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6697
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6698
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6526
6699
  ] }),
6527
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6528
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6529
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6700
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6701
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6702
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6530
6703
  ] }),
6531
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6532
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6533
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6704
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6705
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6706
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6534
6707
  ] })
6535
6708
  ] }),
6536
- mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6537
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6538
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6539
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6709
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6710
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6711
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6712
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6540
6713
  ] }),
6541
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6542
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6543
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6714
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6715
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6716
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6544
6717
  ] }),
6545
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6546
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6547
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6718
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6719
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6720
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6548
6721
  ] })
6549
6722
  ] }),
6550
- mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6551
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6552
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6553
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6723
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6724
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6725
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6726
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6554
6727
  ] }),
6555
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6556
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6557
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6728
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6729
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6730
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6558
6731
  ] }),
6559
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6560
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6561
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6732
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6733
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6734
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6562
6735
  ] }),
6563
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6564
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6565
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6736
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6737
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6738
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6566
6739
  ] })
6567
6740
  ] }),
6568
- mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6569
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6570
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6571
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6741
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6742
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6743
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6744
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6572
6745
  ] }),
6573
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6574
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6575
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6746
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6747
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6748
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6576
6749
  ] }),
6577
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack", children: [
6578
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6579
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6750
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack", children: [
6751
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6752
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6580
6753
  ] })
6581
6754
  ] }),
6582
- mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(import_jsx_runtime78.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6583
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6584
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6755
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_jsx_runtime87.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6756
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6757
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6585
6758
  ] }) })
6586
6759
  ] });
6587
6760
  };
6588
- ColorInput.states = states37;
6589
- ColorInput.options = options35;
6761
+ ColorInput.states = states40;
6762
+ ColorInput.options = options38;
6590
6763
  ColorInput.className = COLOR_INPUT_CLASSNAME;
6591
- ColorInput.defaultProps = defaultProps32;
6764
+ ColorInput.defaultProps = defaultProps35;
6592
6765
 
6593
6766
  // src/colorgradient/color-contrast.tsx
6594
- var import_jsx_runtime79 = require("react/jsx-runtime");
6767
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6595
6768
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
6596
- var states38 = [];
6597
- var options36 = {};
6598
- var defaultProps33 = {};
6599
- var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6600
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-contrast-ratio", children: [
6601
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6602
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6603
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Icon, { icon: "check" }),
6604
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Icon, { icon: "check" })
6769
+ var states41 = [];
6770
+ var options39 = {};
6771
+ var defaultProps36 = {};
6772
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6773
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-contrast-ratio", children: [
6774
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6775
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6776
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Icon, { icon: "check" }),
6777
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Icon, { icon: "check" })
6605
6778
  ] })
6606
6779
  ] }),
6607
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { children: [
6608
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { children: "AA: 4.5" }),
6609
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6780
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { children: [
6781
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { children: "AA: 4.5" }),
6782
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6610
6783
  "Pass",
6611
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Icon, { icon: "check" })
6784
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Icon, { icon: "check" })
6612
6785
  ] })
6613
6786
  ] }),
6614
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { children: [
6615
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { children: "AAA: 7.0" }),
6616
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6787
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { children: [
6788
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { children: "AAA: 7.0" }),
6789
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6617
6790
  "Fail",
6618
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Icon, { icon: "x" })
6791
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Icon, { icon: "x" })
6619
6792
  ] })
6620
6793
  ] })
6621
6794
  ] });
6622
- ColorContrast.states = states38;
6623
- ColorContrast.options = options36;
6795
+ ColorContrast.states = states41;
6796
+ ColorContrast.options = options39;
6624
6797
  ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
6625
- ColorContrast.defaultProps = defaultProps33;
6798
+ ColorContrast.defaultProps = defaultProps36;
6626
6799
 
6627
6800
  // src/colorgradient/color-gradient.spec.tsx
6628
- var import_jsx_runtime80 = require("react/jsx-runtime");
6801
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6629
6802
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
6630
- var states39 = [
6803
+ var states42 = [
6631
6804
  States.hover,
6632
6805
  States.focus,
6633
6806
  States.readonly,
6634
6807
  States.disabled
6635
6808
  ];
6636
- var options37 = {};
6637
- var defaultProps34 = {
6809
+ var options40 = {};
6810
+ var defaultProps37 = {
6638
6811
  mode: "rgba",
6639
6812
  readonly: false,
6640
6813
  disabled: false,
@@ -6645,20 +6818,20 @@ var defaultProps34 = {
6645
6818
  };
6646
6819
  var ColorGradient = (props) => {
6647
6820
  const {
6648
- mode = defaultProps34.mode,
6649
- readonly = defaultProps34.readonly,
6650
- disabled = defaultProps34.disabled,
6821
+ mode = defaultProps37.mode,
6822
+ readonly = defaultProps37.readonly,
6823
+ disabled = defaultProps37.disabled,
6651
6824
  dir,
6652
- contrast = defaultProps34.contrast,
6825
+ contrast = defaultProps37.contrast,
6653
6826
  hover,
6654
6827
  focus,
6655
6828
  hoverHandle,
6656
6829
  focusHandle,
6657
- gradientStyle = defaultProps34.gradientStyle,
6658
- dragHandleStyle = defaultProps34.dragHandleStyle,
6659
- alphaStyle = defaultProps34.alphaStyle
6830
+ gradientStyle = defaultProps37.gradientStyle,
6831
+ dragHandleStyle = defaultProps37.dragHandleStyle,
6832
+ alphaStyle = defaultProps37.alphaStyle
6660
6833
  } = props;
6661
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: classNames(
6834
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: classNames(
6662
6835
  props.className,
6663
6836
  COLOR_GRADIENT_CLASSNAME,
6664
6837
  stateClassNames(COLOR_GRADIENT_CLASSNAME, {
@@ -6668,8 +6841,8 @@ var ColorGradient = (props) => {
6668
6841
  disabled
6669
6842
  })
6670
6843
  ), dir, children: [
6671
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6672
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: classNames(
6844
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6845
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: classNames(
6673
6846
  "k-hsv-draghandle",
6674
6847
  "k-draghandle",
6675
6848
  {
@@ -6677,39 +6850,39 @@ var ColorGradient = (props) => {
6677
6850
  "k-focus": focusHandle
6678
6851
  }
6679
6852
  ), style: dragHandleStyle }) }) }),
6680
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
6681
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6682
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6853
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
6854
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6855
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6683
6856
  ] })
6684
6857
  ] }),
6685
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ColorInput, { mode: props.mode }),
6686
- contrast && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ColorContrast, {})
6858
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ColorInput, { mode: props.mode }),
6859
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ColorContrast, {})
6687
6860
  ] });
6688
6861
  };
6689
- ColorGradient.states = states39;
6690
- ColorGradient.options = options37;
6862
+ ColorGradient.states = states42;
6863
+ ColorGradient.options = options40;
6691
6864
  ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
6692
- ColorGradient.defaultProps = defaultProps34;
6865
+ ColorGradient.defaultProps = defaultProps37;
6693
6866
 
6694
6867
  // src/colorgradient/templates/colorgradient-normal.tsx
6695
- var import_jsx_runtime81 = require("react/jsx-runtime");
6868
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6696
6869
 
6697
6870
  // src/colorgradient/templates/colorgradient-contrast.tsx
6698
- var import_jsx_runtime82 = require("react/jsx-runtime");
6871
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6699
6872
 
6700
6873
  // src/colorpalette/colorpalette-row.tsx
6701
- var import_jsx_runtime83 = require("react/jsx-runtime");
6702
- var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("tr", { children: props.children });
6874
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6875
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("tr", { children: props.children });
6703
6876
 
6704
6877
  // src/colorpalette/colorpalette-tile.tsx
6705
- var import_jsx_runtime84 = require("react/jsx-runtime");
6878
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6706
6879
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
6707
- var states40 = [
6880
+ var states43 = [
6708
6881
  States.hover,
6709
6882
  States.focus,
6710
6883
  States.selected
6711
6884
  ];
6712
- var options38 = {};
6885
+ var options41 = {};
6713
6886
  var ColorPaletteTile = (props) => {
6714
6887
  const {
6715
6888
  color,
@@ -6724,7 +6897,7 @@ var ColorPaletteTile = (props) => {
6724
6897
  "width": tileSize ? tileSize + "px" : "",
6725
6898
  "height": tileSize ? tileSize + "px" : ""
6726
6899
  };
6727
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6900
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6728
6901
  "td",
6729
6902
  {
6730
6903
  ...other,
@@ -6741,24 +6914,24 @@ var ColorPaletteTile = (props) => {
6741
6914
  }
6742
6915
  );
6743
6916
  };
6744
- ColorPaletteTile.states = states40;
6745
- ColorPaletteTile.options = options38;
6917
+ ColorPaletteTile.states = states43;
6918
+ ColorPaletteTile.options = options41;
6746
6919
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
6747
6920
 
6748
6921
  // src/colorpalette/colorpalette.spec.tsx
6749
- var import_jsx_runtime85 = require("react/jsx-runtime");
6922
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6750
6923
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
6751
- var states41 = [
6924
+ var states44 = [
6752
6925
  States.disabled
6753
6926
  ];
6754
- var options39 = {};
6755
- var defaultProps35 = {
6927
+ var options42 = {};
6928
+ var defaultProps38 = {
6756
6929
  columns: 10
6757
6930
  };
6758
6931
  var ColorPalette = (props) => {
6759
6932
  const {
6760
6933
  palette,
6761
- columns = defaultProps35.columns,
6934
+ columns = defaultProps38.columns,
6762
6935
  tileSize,
6763
6936
  disabled,
6764
6937
  ...other
@@ -6771,14 +6944,14 @@ var ColorPalette = (props) => {
6771
6944
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
6772
6945
  const items = [];
6773
6946
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
6774
- items.push(/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ColorPaletteTile, { color, tileSize }));
6947
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ColorPaletteTile, { color, tileSize }));
6775
6948
  });
6776
- const row = /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ColorPaletteRow, { children: items });
6949
+ const row = /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ColorPaletteRow, { children: items });
6777
6950
  newChildren.push(row);
6778
6951
  });
6779
6952
  }
6780
6953
  }
6781
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6954
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
6782
6955
  "div",
6783
6956
  {
6784
6957
  ...other,
@@ -6789,17 +6962,17 @@ var ColorPalette = (props) => {
6789
6962
  disabled
6790
6963
  })
6791
6964
  ),
6792
- children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6965
+ children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6793
6966
  }
6794
6967
  );
6795
6968
  };
6796
- ColorPalette.states = states41;
6797
- ColorPalette.options = options39;
6969
+ ColorPalette.states = states44;
6970
+ ColorPalette.options = options42;
6798
6971
  ColorPalette.className = COLORPALETTE_CLASSNAME;
6799
- ColorPalette.defaultProps = defaultProps35;
6972
+ ColorPalette.defaultProps = defaultProps38;
6800
6973
 
6801
6974
  // src/colorpalette/templates/colorpalette-normal.tsx
6802
- var import_jsx_runtime86 = require("react/jsx-runtime");
6975
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6803
6976
 
6804
6977
  // src/colorpalette/colorpalette-presets.tsx
6805
6978
  var PALETTEPRESETS = {
@@ -6854,84 +7027,84 @@ var PALETTEPRESETS = {
6854
7027
  };
6855
7028
 
6856
7029
  // src/coloreditor/color-editor.spec.tsx
6857
- var import_jsx_runtime87 = require("react/jsx-runtime");
7030
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6858
7031
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
6859
- var states42 = [
7032
+ var states45 = [
6860
7033
  States.focus
6861
7034
  ];
6862
- var options40 = {};
6863
- var defaultProps36 = {
7035
+ var options43 = {};
7036
+ var defaultProps39 = {
6864
7037
  view: "gradient",
6865
7038
  currentColor: "fuchsia",
6866
7039
  palette: PALETTEPRESETS.office
6867
7040
  };
6868
7041
  var ColorEditor = (props) => {
6869
7042
  const {
6870
- view = defaultProps36.view,
7043
+ view = defaultProps39.view,
6871
7044
  color,
6872
- currentColor = defaultProps36.currentColor,
7045
+ currentColor = defaultProps39.currentColor,
6873
7046
  focus,
6874
7047
  focusView,
6875
7048
  dir,
6876
7049
  group,
6877
- palette = defaultProps36.palette
7050
+ palette = defaultProps39.palette
6878
7051
  } = props;
6879
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: classNames(
7052
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: classNames(
6880
7053
  props.className,
6881
7054
  "k-flatcolorpicker",
6882
7055
  COLOREDITOR_CLASSNAME,
6883
7056
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
6884
7057
  ), dir, children: [
6885
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
6886
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6887
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
6888
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7058
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7059
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(ButtonGroup, { children: [
7060
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7061
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
6889
7062
  ] }) }),
6890
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-spacer" }),
6891
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
6892
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
6893
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
6894
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
6895
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7063
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-spacer" }),
7064
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7065
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7066
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7067
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7068
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
6896
7069
  ] })
6897
7070
  ] })
6898
7071
  ] }),
6899
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ColorPalette, { palette }) }),
6900
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
6901
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
6902
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7072
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ColorPalette, { palette }) }),
7073
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7074
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7075
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
6903
7076
  ] })
6904
7077
  ] });
6905
7078
  };
6906
- ColorEditor.states = states42;
6907
- ColorEditor.options = options40;
7079
+ ColorEditor.states = states45;
7080
+ ColorEditor.options = options43;
6908
7081
  ColorEditor.className = COLOREDITOR_CLASSNAME;
6909
- ColorEditor.defaultProps = defaultProps36;
7082
+ ColorEditor.defaultProps = defaultProps39;
6910
7083
 
6911
7084
  // src/coloreditor/templates/coloreditor-normal.tsx
6912
- var import_jsx_runtime88 = require("react/jsx-runtime");
7085
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6913
7086
 
6914
7087
  // src/coloreditor/templates/coloreditor-palette.tsx
6915
- var import_jsx_runtime89 = require("react/jsx-runtime");
7088
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6916
7089
 
6917
7090
  // src/coloreditor/templates/coloreditor-group.tsx
6918
- var import_jsx_runtime90 = require("react/jsx-runtime");
7091
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6919
7092
 
6920
7093
  // src/coloreditor/templates/coloreditor-palette-group.tsx
6921
- var import_jsx_runtime91 = require("react/jsx-runtime");
7094
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6922
7095
 
6923
7096
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
6924
- var import_jsx_runtime92 = require("react/jsx-runtime");
7097
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6925
7098
 
6926
7099
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
6927
- var import_jsx_runtime93 = require("react/jsx-runtime");
7100
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6928
7101
 
6929
7102
  // src/action-sheet/action-sheet.spec.tsx
6930
- var import_jsx_runtime94 = require("react/jsx-runtime");
7103
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6931
7104
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6932
- var states43 = [];
6933
- var options41 = {};
6934
- var defaultProps37 = {
7105
+ var states46 = [];
7106
+ var options44 = {};
7107
+ var defaultProps40 = {
6935
7108
  side: "bottom",
6936
7109
  fullscreen: false,
6937
7110
  adaptive: false,
@@ -6944,14 +7117,14 @@ var ActionSheet = (props) => {
6944
7117
  header,
6945
7118
  footer,
6946
7119
  actions,
6947
- side = defaultProps37.side,
6948
- fullscreen = defaultProps37.fullscreen,
6949
- adaptive = defaultProps37.adaptive,
6950
- overlay = defaultProps37.overlay,
7120
+ side = defaultProps40.side,
7121
+ fullscreen = defaultProps40.fullscreen,
7122
+ adaptive = defaultProps40.adaptive,
7123
+ overlay = defaultProps40.overlay,
6951
7124
  ...other
6952
7125
  } = props;
6953
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6954
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7126
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7127
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6955
7128
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6956
7129
  switch (child.type) {
6957
7130
  case ActionSheetHeader:
@@ -6961,10 +7134,10 @@ var ActionSheet = (props) => {
6961
7134
  return true;
6962
7135
  }
6963
7136
  return true;
6964
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(import_jsx_runtime94.Fragment, {});
6965
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "k-actionsheet-container", children: [
6966
- overlay && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-overlay" }),
6967
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7137
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(import_jsx_runtime103.Fragment, {});
7138
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "k-actionsheet-container", children: [
7139
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: "k-overlay" }),
7140
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6968
7141
  AnimationContainer,
6969
7142
  {
6970
7143
  animationStyle: {
@@ -6974,7 +7147,7 @@ var ActionSheet = (props) => {
6974
7147
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6975
7148
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6976
7149
  },
6977
- children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7150
+ children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6978
7151
  "div",
6979
7152
  {
6980
7153
  ...other,
@@ -6987,9 +7160,9 @@ var ActionSheet = (props) => {
6987
7160
  "k-adaptive-actionsheet": adaptive
6988
7161
  }
6989
7162
  ),
6990
- children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(import_jsx_runtime94.Fragment, { children: [
7163
+ children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(import_jsx_runtime103.Fragment, { children: [
6991
7164
  _ActionSheetHeader,
6992
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: classNames(
7165
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: classNames(
6993
7166
  "k-actionsheet-content",
6994
7167
  {
6995
7168
  "!k-overflow-hidden": adaptive
@@ -7003,13 +7176,13 @@ var ActionSheet = (props) => {
7003
7176
  )
7004
7177
  ] });
7005
7178
  };
7006
- ActionSheet.states = states43;
7007
- ActionSheet.options = options41;
7179
+ ActionSheet.states = states46;
7180
+ ActionSheet.options = options44;
7008
7181
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
7009
- ActionSheet.defaultProps = defaultProps37;
7182
+ ActionSheet.defaultProps = defaultProps40;
7010
7183
 
7011
7184
  // src/action-sheet/actionsheet-header.tsx
7012
- var import_jsx_runtime95 = require("react/jsx-runtime");
7185
+ var import_jsx_runtime104 = require("react/jsx-runtime");
7013
7186
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7014
7187
  var ActionSheetHeader = (props) => {
7015
7188
  const {
@@ -7019,7 +7192,7 @@ var ActionSheetHeader = (props) => {
7019
7192
  filter,
7020
7193
  ...other
7021
7194
  } = props;
7022
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7195
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
7023
7196
  "div",
7024
7197
  {
7025
7198
  ...other,
@@ -7027,30 +7200,30 @@ var ActionSheetHeader = (props) => {
7027
7200
  props.className,
7028
7201
  ACTIONSHEETHEADER_CLASSNAME
7029
7202
  ),
7030
- children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_jsx_runtime95.Fragment, { children: [
7031
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7032
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_jsx_runtime95.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-actionsheet-title", children: [
7033
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-text-center", children: title }),
7034
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7203
+ children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(import_jsx_runtime104.Fragment, { children: [
7204
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7205
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(import_jsx_runtime104.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "k-actionsheet-title", children: [
7206
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-text-center", children: title }),
7207
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7035
7208
  ] }) }),
7036
- props.children && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7037
- actions && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_jsx_runtime95.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7209
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7210
+ actions && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(import_jsx_runtime104.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7038
7211
  ] }),
7039
- filter && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_jsx_runtime95.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7212
+ filter && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(import_jsx_runtime104.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7040
7213
  ] })
7041
7214
  }
7042
7215
  );
7043
7216
  };
7044
7217
 
7045
7218
  // src/action-sheet/actionsheet-footer.tsx
7046
- var import_jsx_runtime96 = require("react/jsx-runtime");
7219
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7047
7220
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7048
7221
  var ActionSheetFooter = (props) => {
7049
7222
  const {
7050
7223
  actions,
7051
7224
  ...other
7052
7225
  } = props;
7053
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7226
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7054
7227
  action_buttons_spec_default,
7055
7228
  {
7056
7229
  ...other,
@@ -7059,17 +7232,17 @@ var ActionSheetFooter = (props) => {
7059
7232
  ACTIONSHEETFOOTER_CLASSNAME
7060
7233
  ),
7061
7234
  alignment: "stretched",
7062
- children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
7235
+ children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(import_jsx_runtime105.Fragment, { children: [
7063
7236
  actions && actions.map((action, index) => {
7064
7237
  if (action === "|") {
7065
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("span", { className: "k-separator" }, index);
7238
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("span", { className: "k-separator" }, index);
7066
7239
  }
7067
7240
  if (action === " ") {
7068
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("span", { className: "k-spacer" }, index);
7241
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("span", { className: "k-spacer" }, index);
7069
7242
  }
7070
7243
  const importantFlag = action.startsWith("!");
7071
7244
  const actionName = importantFlag ? action.substring(1) : action;
7072
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7245
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7073
7246
  }),
7074
7247
  !actions && props.children
7075
7248
  ] })
@@ -7078,12 +7251,12 @@ var ActionSheetFooter = (props) => {
7078
7251
  };
7079
7252
 
7080
7253
  // src/action-sheet/actionsheet-items.tsx
7081
- var import_jsx_runtime97 = require("react/jsx-runtime");
7254
+ var import_jsx_runtime106 = require("react/jsx-runtime");
7082
7255
  var ActionSheetItems = (props) => {
7083
7256
  const {
7084
7257
  ...other
7085
7258
  } = props;
7086
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7259
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
7087
7260
  "div",
7088
7261
  {
7089
7262
  ...other,
@@ -7097,8 +7270,8 @@ var ActionSheetItems = (props) => {
7097
7270
  };
7098
7271
 
7099
7272
  // src/action-sheet/actionsheet-item.tsx
7100
- var import_jsx_runtime98 = require("react/jsx-runtime");
7101
- var states44 = [
7273
+ var import_jsx_runtime107 = require("react/jsx-runtime");
7274
+ var states47 = [
7102
7275
  States.hover,
7103
7276
  States.focus,
7104
7277
  States.selected,
@@ -7106,9 +7279,9 @@ var states44 = [
7106
7279
  ];
7107
7280
 
7108
7281
  // src/combobox/combobox.spec.tsx
7109
- var import_jsx_runtime99 = require("react/jsx-runtime");
7282
+ var import_jsx_runtime108 = require("react/jsx-runtime");
7110
7283
  var COMBOBOX_CLASSNAME = `k-combobox`;
7111
- var states45 = [
7284
+ var states48 = [
7112
7285
  States.hover,
7113
7286
  States.focus,
7114
7287
  States.valid,
@@ -7118,12 +7291,12 @@ var states45 = [
7118
7291
  States.disabled,
7119
7292
  States.readonly
7120
7293
  ];
7121
- var defaultProps38 = {
7294
+ var defaultProps41 = {
7122
7295
  size: Input.defaultProps.size,
7123
7296
  rounded: Input.defaultProps.rounded,
7124
7297
  fillMode: Input.defaultProps.fillMode
7125
7298
  };
7126
- var options42 = {
7299
+ var options45 = {
7127
7300
  size: [Size.small, Size.medium, Size.large],
7128
7301
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7129
7302
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -7151,8 +7324,8 @@ var Combobox = (props) => {
7151
7324
  adaptiveSettings,
7152
7325
  ...other
7153
7326
  } = props;
7154
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(import_jsx_runtime99.Fragment, { children: [
7155
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
7327
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(import_jsx_runtime108.Fragment, { children: [
7328
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
7156
7329
  Input,
7157
7330
  {
7158
7331
  ...other,
@@ -7169,9 +7342,9 @@ var Combobox = (props) => {
7169
7342
  readonly,
7170
7343
  className: classNames(props.className, COMBOBOX_CLASSNAME),
7171
7344
  children: [
7172
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputPrefix, { children: prefix }),
7173
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputInnerInput, { placeholder, value }),
7174
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7345
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(InputPrefix, { children: prefix }),
7346
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(InputInnerInput, { placeholder, value }),
7347
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
7175
7348
  InputValidationIcon,
7176
7349
  {
7177
7350
  valid,
@@ -7180,14 +7353,14 @@ var Combobox = (props) => {
7180
7353
  disabled
7181
7354
  }
7182
7355
  ),
7183
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7356
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
7184
7357
  InputLoadingIcon,
7185
7358
  {
7186
7359
  loading,
7187
7360
  disabled
7188
7361
  }
7189
7362
  ),
7190
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7363
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
7191
7364
  InputClearValue,
7192
7365
  {
7193
7366
  loading,
@@ -7196,8 +7369,8 @@ var Combobox = (props) => {
7196
7369
  value
7197
7370
  }
7198
7371
  ),
7199
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputSuffix, { children: suffix }),
7200
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7372
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(InputSuffix, { children: suffix }),
7373
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
7201
7374
  Button,
7202
7375
  {
7203
7376
  className: "k-input-button",
@@ -7210,9 +7383,9 @@ var Combobox = (props) => {
7210
7383
  ]
7211
7384
  }
7212
7385
  ),
7213
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7214
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7215
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7386
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7387
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7388
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
7216
7389
  ActionSheetHeader,
7217
7390
  {
7218
7391
  actions: ["x"],
@@ -7220,42 +7393,42 @@ var Combobox = (props) => {
7220
7393
  title: "Select Item"
7221
7394
  }
7222
7395
  ),
7223
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(List, { size: "large", children: [
7224
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" }),
7225
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" }),
7226
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" })
7396
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(List, { size: "large", children: [
7397
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(ListItem, { text: "List item" }),
7398
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(ListItem, { text: "List item" }),
7399
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(ListItem, { text: "List item" })
7227
7400
  ] }) })
7228
7401
  ] })
7229
7402
  ] });
7230
7403
  };
7231
- Combobox.states = states45;
7232
- Combobox.options = options42;
7404
+ Combobox.states = states48;
7405
+ Combobox.options = options45;
7233
7406
  Combobox.className = COMBOBOX_CLASSNAME;
7234
- Combobox.defaultProps = defaultProps38;
7407
+ Combobox.defaultProps = defaultProps41;
7235
7408
 
7236
7409
  // src/combobox/templates/combobox-normal.tsx
7237
- var import_jsx_runtime100 = require("react/jsx-runtime");
7410
+ var import_jsx_runtime109 = require("react/jsx-runtime");
7238
7411
 
7239
7412
  // src/combobox/templates/combobox-popup.tsx
7240
- var import_jsx_runtime101 = require("react/jsx-runtime");
7413
+ var import_jsx_runtime110 = require("react/jsx-runtime");
7241
7414
 
7242
7415
  // src/combobox/templates/combobox-grouping.tsx
7243
- var import_jsx_runtime102 = require("react/jsx-runtime");
7416
+ var import_jsx_runtime111 = require("react/jsx-runtime");
7244
7417
 
7245
7418
  // src/combobox/templates/combobox-adaptive.tsx
7246
- var import_jsx_runtime103 = require("react/jsx-runtime");
7419
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7247
7420
 
7248
7421
  // src/menu-button/menu-button.spec.tsx
7249
- var import_jsx_runtime104 = require("react/jsx-runtime");
7422
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7250
7423
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
7251
- var states46 = [
7424
+ var states49 = [
7252
7425
  States.hover,
7253
7426
  States.focus,
7254
7427
  States.active,
7255
7428
  States.selected,
7256
7429
  States.disabled
7257
7430
  ];
7258
- var options43 = {
7431
+ var options46 = {
7259
7432
  size: [Size.small, Size.medium, Size.large],
7260
7433
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7261
7434
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7273,7 +7446,7 @@ var options43 = {
7273
7446
  ThemeColor.inverse
7274
7447
  ]
7275
7448
  };
7276
- var defaultProps39 = {
7449
+ var defaultProps42 = {
7277
7450
  size: Size.medium,
7278
7451
  rounded: Roundness.medium,
7279
7452
  fillMode: FillMode.solid,
@@ -7283,10 +7456,10 @@ var defaultProps39 = {
7283
7456
  };
7284
7457
  var MenuButton = (props) => {
7285
7458
  const {
7286
- size = defaultProps39.size,
7287
- rounded = defaultProps39.rounded,
7288
- fillMode = defaultProps39.fillMode,
7289
- themeColor = defaultProps39.themeColor,
7459
+ size = defaultProps42.size,
7460
+ rounded = defaultProps42.rounded,
7461
+ fillMode = defaultProps42.fillMode,
7462
+ themeColor = defaultProps42.themeColor,
7290
7463
  hover,
7291
7464
  focus,
7292
7465
  active,
@@ -7294,14 +7467,14 @@ var MenuButton = (props) => {
7294
7467
  disabled,
7295
7468
  icon,
7296
7469
  text,
7297
- showArrow = defaultProps39.showArrow,
7298
- arrowIconName = defaultProps39.arrowIconName,
7470
+ showArrow = defaultProps42.showArrow,
7471
+ arrowIconName = defaultProps42.arrowIconName,
7299
7472
  popup,
7300
7473
  opened,
7301
7474
  ...other
7302
7475
  } = props;
7303
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(import_jsx_runtime104.Fragment, { children: [
7304
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
7476
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
7477
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7305
7478
  Button,
7306
7479
  {
7307
7480
  ...other,
@@ -7324,35 +7497,35 @@ var MenuButton = (props) => {
7324
7497
  arrowIconName
7325
7498
  }
7326
7499
  ),
7327
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Popup, { className: "k-menu-popup", children: popup })
7500
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Popup, { className: "k-menu-popup", children: popup })
7328
7501
  ] });
7329
7502
  };
7330
- MenuButton.states = states46;
7331
- MenuButton.options = options43;
7503
+ MenuButton.states = states49;
7504
+ MenuButton.options = options46;
7332
7505
  MenuButton.className = MENUBUTTON_CLASSNAME;
7333
- MenuButton.defaultProps = defaultProps39;
7506
+ MenuButton.defaultProps = defaultProps42;
7334
7507
 
7335
7508
  // src/menu-button/templates/icon-menu-button.tsx
7336
- var import_jsx_runtime105 = require("react/jsx-runtime");
7509
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7337
7510
 
7338
7511
  // src/menu-button/templates/icon-text-menu-button.tsx
7339
- var import_jsx_runtime106 = require("react/jsx-runtime");
7512
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7340
7513
 
7341
7514
  // src/menu-button/templates/text-menu-button.tsx
7342
- var import_jsx_runtime107 = require("react/jsx-runtime");
7515
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7343
7516
 
7344
7517
  // src/menu/menu-item.spec.tsx
7345
- var import_jsx_runtime108 = require("react/jsx-runtime");
7518
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7346
7519
  var MENUITEM_CLASSNAME = `k-menu-item`;
7347
- var states47 = [
7520
+ var states50 = [
7348
7521
  States.hover,
7349
7522
  States.focus,
7350
7523
  States.active,
7351
7524
  States.selected,
7352
7525
  States.disabled
7353
7526
  ];
7354
- var options44 = {};
7355
- var defaultProps40 = {
7527
+ var options47 = {};
7528
+ var defaultProps43 = {
7356
7529
  dir: "ltr"
7357
7530
  };
7358
7531
  var MenuItem = (props) => {
@@ -7366,11 +7539,11 @@ var MenuItem = (props) => {
7366
7539
  text,
7367
7540
  showArrow,
7368
7541
  arrowIconName,
7369
- dir = defaultProps40.dir,
7542
+ dir = defaultProps43.dir,
7370
7543
  children,
7371
7544
  ...other
7372
7545
  } = props;
7373
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_jsx_runtime108.Fragment, {});
7546
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(import_jsx_runtime117.Fragment, {});
7374
7547
  if (children) {
7375
7548
  children.forEach((child) => {
7376
7549
  const component = child.type;
@@ -7384,7 +7557,7 @@ var MenuItem = (props) => {
7384
7557
  if (!expandArrowName) {
7385
7558
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7386
7559
  }
7387
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
7560
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
7388
7561
  "li",
7389
7562
  {
7390
7563
  ...other,
@@ -7399,7 +7572,7 @@ var MenuItem = (props) => {
7399
7572
  })
7400
7573
  ),
7401
7574
  children: [
7402
- /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
7575
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
7403
7576
  "span",
7404
7577
  {
7405
7578
  className: classNames(
@@ -7412,9 +7585,9 @@ var MenuItem = (props) => {
7412
7585
  })
7413
7586
  ),
7414
7587
  children: [
7415
- icon && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7416
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("span", { className: "k-menu-link-text", children: text }),
7417
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { icon: expandArrowName }) })
7588
+ icon && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7589
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("span", { className: "k-menu-link-text", children: text }),
7590
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Icon, { icon: expandArrowName }) })
7418
7591
  ]
7419
7592
  }
7420
7593
  ),
@@ -7423,24 +7596,24 @@ var MenuItem = (props) => {
7423
7596
  }
7424
7597
  );
7425
7598
  };
7426
- MenuItem.states = states47;
7427
- MenuItem.options = options44;
7599
+ MenuItem.states = states50;
7600
+ MenuItem.options = options47;
7428
7601
  MenuItem.className = MENUITEM_CLASSNAME;
7429
- MenuItem.defaultProps = defaultProps40;
7602
+ MenuItem.defaultProps = defaultProps43;
7430
7603
  var menu_item_spec_default = MenuItem;
7431
7604
 
7432
7605
  // src/menu/menu-separator.spec.tsx
7433
- var import_jsx_runtime109 = require("react/jsx-runtime");
7606
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7434
7607
  var SEPARATOR_CLASSNAME = `k-separator`;
7435
- var defaultProps41 = {
7608
+ var defaultProps44 = {
7436
7609
  orientation: "horizontal"
7437
7610
  };
7438
7611
  var MenuSeparator = (props) => {
7439
7612
  const {
7440
- orientation = defaultProps41.orientation,
7613
+ orientation = defaultProps44.orientation,
7441
7614
  ...other
7442
7615
  } = props;
7443
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
7616
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7444
7617
  "li",
7445
7618
  {
7446
7619
  ...other,
@@ -7458,25 +7631,25 @@ var MenuSeparator = (props) => {
7458
7631
  var menu_separator_spec_default = MenuSeparator;
7459
7632
 
7460
7633
  // src/menu/menu-item-content.tsx
7461
- var import_jsx_runtime110 = require("react/jsx-runtime");
7634
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7462
7635
 
7463
7636
  // src/menu/menu-list.spec.tsx
7464
- var import_jsx_runtime111 = require("react/jsx-runtime");
7637
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7465
7638
  var import_react2 = require("react");
7466
7639
  var MENULIST_CLASSNAME = `k-menu-group`;
7467
- var states48 = [];
7468
- var options45 = {
7640
+ var states51 = [];
7641
+ var options48 = {
7469
7642
  size: [Size.small, Size.medium, Size.large]
7470
7643
  };
7471
- var defaultProps42 = {
7644
+ var defaultProps45 = {
7472
7645
  size: Size.medium,
7473
7646
  dir: "ltr"
7474
7647
  };
7475
7648
  var MenuList = (props) => {
7476
7649
  const {
7477
7650
  children,
7478
- size = defaultProps42.size,
7479
- dir = defaultProps42.dir,
7651
+ size = defaultProps45.size,
7652
+ dir = defaultProps45.dir,
7480
7653
  ...other
7481
7654
  } = props;
7482
7655
  const listChildren = [];
@@ -7489,7 +7662,7 @@ var MenuList = (props) => {
7489
7662
  );
7490
7663
  } else if (child.type === menu_separator_spec_default) {
7491
7664
  listChildren.push(
7492
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(menu_separator_spec_default, {})
7665
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(menu_separator_spec_default, {})
7493
7666
  );
7494
7667
  } else {
7495
7668
  listChildren.push(child);
@@ -7497,7 +7670,7 @@ var MenuList = (props) => {
7497
7670
  });
7498
7671
  }
7499
7672
  }
7500
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7673
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7501
7674
  "ul",
7502
7675
  {
7503
7676
  ...other,
@@ -7512,25 +7685,25 @@ var MenuList = (props) => {
7512
7685
  }
7513
7686
  );
7514
7687
  };
7515
- MenuList.states = states48;
7516
- MenuList.options = options45;
7688
+ MenuList.states = states51;
7689
+ MenuList.options = options48;
7517
7690
  MenuList.className = MENULIST_CLASSNAME;
7518
- MenuList.defaultProps = defaultProps42;
7691
+ MenuList.defaultProps = defaultProps45;
7519
7692
 
7520
7693
  // src/menu-button/templates/menu-button-popup.tsx
7521
- var import_jsx_runtime112 = require("react/jsx-runtime");
7694
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7522
7695
 
7523
7696
  // src/split-button/split-button.spec.tsx
7524
- var import_jsx_runtime113 = require("react/jsx-runtime");
7697
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7525
7698
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7526
- var states49 = [
7699
+ var states52 = [
7527
7700
  States.hover,
7528
7701
  States.focus,
7529
7702
  States.active,
7530
7703
  States.selected,
7531
7704
  States.disabled
7532
7705
  ];
7533
- var options46 = {
7706
+ var options49 = {
7534
7707
  size: [Size.small, Size.medium, Size.large],
7535
7708
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7536
7709
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7548,7 +7721,7 @@ var options46 = {
7548
7721
  ThemeColor.inverse
7549
7722
  ]
7550
7723
  };
7551
- var defaultProps43 = {
7724
+ var defaultProps46 = {
7552
7725
  size: Size.medium,
7553
7726
  rounded: Roundness.medium,
7554
7727
  fillMode: FillMode.solid,
@@ -7557,10 +7730,10 @@ var defaultProps43 = {
7557
7730
  };
7558
7731
  var SplitButton = (props) => {
7559
7732
  const {
7560
- size = defaultProps43.size,
7561
- rounded = defaultProps43.rounded,
7562
- fillMode = defaultProps43.fillMode,
7563
- themeColor = defaultProps43.themeColor,
7733
+ size = defaultProps46.size,
7734
+ rounded = defaultProps46.rounded,
7735
+ fillMode = defaultProps46.fillMode,
7736
+ themeColor = defaultProps46.themeColor,
7564
7737
  hover,
7565
7738
  focus,
7566
7739
  active,
@@ -7568,13 +7741,13 @@ var SplitButton = (props) => {
7568
7741
  disabled,
7569
7742
  icon,
7570
7743
  text,
7571
- arrowIconName = defaultProps43.arrowIconName,
7744
+ arrowIconName = defaultProps46.arrowIconName,
7572
7745
  popup,
7573
7746
  opened,
7574
7747
  ...other
7575
7748
  } = props;
7576
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
7577
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7749
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
7750
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
7578
7751
  "div",
7579
7752
  {
7580
7753
  ...other,
@@ -7587,7 +7760,7 @@ var SplitButton = (props) => {
7587
7760
  })
7588
7761
  ),
7589
7762
  children: [
7590
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7763
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7591
7764
  Button,
7592
7765
  {
7593
7766
  text,
@@ -7604,7 +7777,7 @@ var SplitButton = (props) => {
7604
7777
  children: props.children
7605
7778
  }
7606
7779
  ),
7607
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7780
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7608
7781
  Button,
7609
7782
  {
7610
7783
  className: "k-split-button-arrow",
@@ -7618,30 +7791,30 @@ var SplitButton = (props) => {
7618
7791
  ]
7619
7792
  }
7620
7793
  ),
7621
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Popup, { className: "k-menu-popup", children: popup })
7794
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Popup, { className: "k-menu-popup", children: popup })
7622
7795
  ] });
7623
7796
  };
7624
- SplitButton.states = states49;
7625
- SplitButton.options = options46;
7797
+ SplitButton.states = states52;
7798
+ SplitButton.options = options49;
7626
7799
  SplitButton.className = SPLITBUTTON_CLASSNAME;
7627
- SplitButton.defaultProps = defaultProps43;
7800
+ SplitButton.defaultProps = defaultProps46;
7628
7801
  var split_button_spec_default = SplitButton;
7629
7802
 
7630
7803
  // src/toolbar/toolbar.spec.tsx
7631
- var import_jsx_runtime114 = require("react/jsx-runtime");
7804
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7632
7805
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7633
- var states50 = [
7806
+ var states53 = [
7634
7807
  States.focus
7635
7808
  ];
7636
- var options47 = {
7809
+ var options50 = {
7637
7810
  size: [Size.small, Size.medium, Size.large]
7638
7811
  };
7639
- var defaultProps44 = {
7812
+ var defaultProps47 = {
7640
7813
  size: Size.medium
7641
7814
  };
7642
7815
  var Toolbar = (props) => {
7643
7816
  const {
7644
- size = defaultProps44.size,
7817
+ size = defaultProps47.size,
7645
7818
  focus,
7646
7819
  resizable,
7647
7820
  ...other
@@ -7651,7 +7824,7 @@ var Toolbar = (props) => {
7651
7824
  const tempToolbarChildren = [];
7652
7825
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7653
7826
  tempToolbarChildren.push(
7654
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7827
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7655
7828
  Button,
7656
7829
  {
7657
7830
  ...child.props,
@@ -7662,7 +7835,7 @@ var Toolbar = (props) => {
7662
7835
  );
7663
7836
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7664
7837
  tempToolbarChildren.push(
7665
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7838
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7666
7839
  Button,
7667
7840
  {
7668
7841
  ...child.props,
@@ -7673,7 +7846,7 @@ var Toolbar = (props) => {
7673
7846
  );
7674
7847
  } else if (child.type === Button) {
7675
7848
  tempToolbarChildren.push(
7676
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7849
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7677
7850
  Button,
7678
7851
  {
7679
7852
  ...child.props,
@@ -7684,7 +7857,7 @@ var Toolbar = (props) => {
7684
7857
  );
7685
7858
  } else if (child.type === MenuButton) {
7686
7859
  tempToolbarChildren.push(
7687
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7860
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7688
7861
  MenuButton,
7689
7862
  {
7690
7863
  ...child.props,
@@ -7695,7 +7868,7 @@ var Toolbar = (props) => {
7695
7868
  );
7696
7869
  } else if (child.type === split_button_spec_default) {
7697
7870
  tempToolbarChildren.push(
7698
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7871
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7699
7872
  split_button_spec_default,
7700
7873
  {
7701
7874
  ...child.props,
@@ -7709,7 +7882,7 @@ var Toolbar = (props) => {
7709
7882
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7710
7883
  childrenArray.forEach((button, bindex) => {
7711
7884
  buttonGroupItems.push(
7712
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7885
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7713
7886
  Button,
7714
7887
  {
7715
7888
  ...button.props,
@@ -7720,7 +7893,7 @@ var Toolbar = (props) => {
7720
7893
  );
7721
7894
  });
7722
7895
  tempToolbarChildren.push(
7723
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7896
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7724
7897
  ButtonGroup,
7725
7898
  {
7726
7899
  ...child.props,
@@ -7732,7 +7905,7 @@ var Toolbar = (props) => {
7732
7905
  );
7733
7906
  } else if (child.type === Combobox) {
7734
7907
  tempToolbarChildren.push(
7735
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7908
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7736
7909
  Combobox,
7737
7910
  {
7738
7911
  ...child.props,
@@ -7743,7 +7916,7 @@ var Toolbar = (props) => {
7743
7916
  );
7744
7917
  } else if (child.type === DropdownList) {
7745
7918
  tempToolbarChildren.push(
7746
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7919
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7747
7920
  DropdownList,
7748
7921
  {
7749
7922
  ...child.props,
@@ -7754,7 +7927,7 @@ var Toolbar = (props) => {
7754
7927
  );
7755
7928
  } else if (child.type === ColorPicker) {
7756
7929
  tempToolbarChildren.push(
7757
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7930
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7758
7931
  ColorPicker,
7759
7932
  {
7760
7933
  ...child.props,
@@ -7776,7 +7949,7 @@ var Toolbar = (props) => {
7776
7949
  addUniqueToolClass(child, index);
7777
7950
  });
7778
7951
  }
7779
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7952
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7780
7953
  "div",
7781
7954
  {
7782
7955
  ...other,
@@ -7797,26 +7970,26 @@ var Toolbar = (props) => {
7797
7970
  }
7798
7971
  );
7799
7972
  };
7800
- Toolbar.states = states50;
7801
- Toolbar.options = options47;
7973
+ Toolbar.states = states53;
7974
+ Toolbar.options = options50;
7802
7975
  Toolbar.className = TOOLBAR_CLASSNAME;
7803
- Toolbar.defaultProps = defaultProps44;
7976
+ Toolbar.defaultProps = defaultProps47;
7804
7977
 
7805
7978
  // src/toolbar/toolbar-angular.spec.tsx
7806
- var import_jsx_runtime115 = require("react/jsx-runtime");
7979
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7807
7980
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7808
- var states51 = [
7981
+ var states54 = [
7809
7982
  States.focus
7810
7983
  ];
7811
- var options48 = {
7984
+ var options51 = {
7812
7985
  size: [Size.small, Size.medium, Size.large]
7813
7986
  };
7814
- var defaultProps45 = {
7987
+ var defaultProps48 = {
7815
7988
  size: Size.medium
7816
7989
  };
7817
7990
  var ToolbarAngular = (props) => {
7818
7991
  const {
7819
- size = defaultProps45.size,
7992
+ size = defaultProps48.size,
7820
7993
  focus,
7821
7994
  resizable,
7822
7995
  ...other
@@ -7826,7 +7999,7 @@ var ToolbarAngular = (props) => {
7826
7999
  const tempToolbarChildren = [];
7827
8000
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7828
8001
  tempToolbarChildren.push(
7829
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8002
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7830
8003
  Button,
7831
8004
  {
7832
8005
  ...child.props,
@@ -7837,7 +8010,7 @@ var ToolbarAngular = (props) => {
7837
8010
  );
7838
8011
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7839
8012
  tempToolbarChildren.push(
7840
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8013
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7841
8014
  Button,
7842
8015
  {
7843
8016
  ...child.props,
@@ -7848,7 +8021,7 @@ var ToolbarAngular = (props) => {
7848
8021
  );
7849
8022
  } else if (child.type === Button) {
7850
8023
  tempToolbarChildren.push(
7851
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8024
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7852
8025
  Button,
7853
8026
  {
7854
8027
  ...child.props,
@@ -7859,7 +8032,7 @@ var ToolbarAngular = (props) => {
7859
8032
  );
7860
8033
  } else if (child.type === MenuButton) {
7861
8034
  tempToolbarChildren.push(
7862
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8035
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7863
8036
  MenuButton,
7864
8037
  {
7865
8038
  ...child.props,
@@ -7870,7 +8043,7 @@ var ToolbarAngular = (props) => {
7870
8043
  );
7871
8044
  } else if (child.type === split_button_spec_default) {
7872
8045
  tempToolbarChildren.push(
7873
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8046
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7874
8047
  split_button_spec_default,
7875
8048
  {
7876
8049
  ...child.props,
@@ -7884,7 +8057,7 @@ var ToolbarAngular = (props) => {
7884
8057
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7885
8058
  childrenArray.forEach((button, bindex) => {
7886
8059
  buttonGroupItems.push(
7887
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8060
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7888
8061
  Button,
7889
8062
  {
7890
8063
  ...button.props,
@@ -7895,7 +8068,7 @@ var ToolbarAngular = (props) => {
7895
8068
  );
7896
8069
  });
7897
8070
  tempToolbarChildren.push(
7898
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8071
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7899
8072
  ButtonGroup,
7900
8073
  {
7901
8074
  ...child.props,
@@ -7907,7 +8080,7 @@ var ToolbarAngular = (props) => {
7907
8080
  );
7908
8081
  } else if (child.type === Combobox) {
7909
8082
  tempToolbarChildren.push(
7910
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8083
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7911
8084
  Combobox,
7912
8085
  {
7913
8086
  ...child.props,
@@ -7918,7 +8091,7 @@ var ToolbarAngular = (props) => {
7918
8091
  );
7919
8092
  } else if (child.type === DropdownList) {
7920
8093
  tempToolbarChildren.push(
7921
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8094
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7922
8095
  DropdownList,
7923
8096
  {
7924
8097
  ...child.props,
@@ -7929,7 +8102,7 @@ var ToolbarAngular = (props) => {
7929
8102
  );
7930
8103
  } else if (child.type === ColorPicker) {
7931
8104
  tempToolbarChildren.push(
7932
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8105
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7933
8106
  ColorPicker,
7934
8107
  {
7935
8108
  ...child.props,
@@ -7951,7 +8124,7 @@ var ToolbarAngular = (props) => {
7951
8124
  addUniqueToolClass(child, index);
7952
8125
  });
7953
8126
  }
7954
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
8127
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7955
8128
  "div",
7956
8129
  {
7957
8130
  ...other,
@@ -7972,28 +8145,28 @@ var ToolbarAngular = (props) => {
7972
8145
  }
7973
8146
  );
7974
8147
  };
7975
- ToolbarAngular.states = states51;
7976
- ToolbarAngular.options = options48;
8148
+ ToolbarAngular.states = states54;
8149
+ ToolbarAngular.options = options51;
7977
8150
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7978
- ToolbarAngular.defaultProps = defaultProps45;
8151
+ ToolbarAngular.defaultProps = defaultProps48;
7979
8152
 
7980
8153
  // src/toolbar/toolbar-separator.tsx
7981
- var import_jsx_runtime116 = require("react/jsx-runtime");
8154
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7982
8155
 
7983
8156
  // src/toolbar/toolbar-item.spec.tsx
7984
- var import_jsx_runtime117 = require("react/jsx-runtime");
8157
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7985
8158
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7986
- var states52 = [
8159
+ var states55 = [
7987
8160
  States.focus
7988
8161
  ];
7989
- var options49 = {};
7990
- var defaultProps46 = {};
8162
+ var options52 = {};
8163
+ var defaultProps49 = {};
7991
8164
  var ToolbarItem = (props) => {
7992
8165
  const {
7993
8166
  focus,
7994
8167
  ...other
7995
8168
  } = props;
7996
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8169
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
7997
8170
  "div",
7998
8171
  {
7999
8172
  ...other,
@@ -8008,20 +8181,20 @@ var ToolbarItem = (props) => {
8008
8181
  }
8009
8182
  );
8010
8183
  };
8011
- ToolbarItem.states = states52;
8012
- ToolbarItem.options = options49;
8184
+ ToolbarItem.states = states55;
8185
+ ToolbarItem.options = options52;
8013
8186
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
8014
- ToolbarItem.defaultProps = defaultProps46;
8187
+ ToolbarItem.defaultProps = defaultProps49;
8015
8188
 
8016
8189
  // src/toolbar/toolbar-popup.spec.tsx
8017
- var import_jsx_runtime118 = require("react/jsx-runtime");
8190
+ var import_jsx_runtime127 = require("react/jsx-runtime");
8018
8191
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
8019
- var states53 = [];
8020
- var options50 = {};
8021
- var defaultProps47 = {};
8192
+ var states56 = [];
8193
+ var options53 = {};
8194
+ var defaultProps50 = {};
8022
8195
  var ToolbarPopup = (props) => {
8023
8196
  const { ...other } = props;
8024
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8197
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8025
8198
  Popup,
8026
8199
  {
8027
8200
  ...other,
@@ -8033,75 +8206,75 @@ var ToolbarPopup = (props) => {
8033
8206
  }
8034
8207
  );
8035
8208
  };
8036
- ToolbarPopup.states = states53;
8037
- ToolbarPopup.options = options50;
8209
+ ToolbarPopup.states = states56;
8210
+ ToolbarPopup.options = options53;
8038
8211
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
8039
- ToolbarPopup.defaultProps = defaultProps47;
8212
+ ToolbarPopup.defaultProps = defaultProps50;
8040
8213
 
8041
8214
  // src/split-button/templates/icon-split-button.tsx
8042
- var import_jsx_runtime119 = require("react/jsx-runtime");
8215
+ var import_jsx_runtime128 = require("react/jsx-runtime");
8043
8216
 
8044
8217
  // src/split-button/templates/icon-text-split-button.tsx
8045
- var import_jsx_runtime120 = require("react/jsx-runtime");
8218
+ var import_jsx_runtime129 = require("react/jsx-runtime");
8046
8219
 
8047
8220
  // src/split-button/templates/text-split-button.tsx
8048
- var import_jsx_runtime121 = require("react/jsx-runtime");
8221
+ var import_jsx_runtime130 = require("react/jsx-runtime");
8049
8222
 
8050
8223
  // src/split-button/templates/split-button-popup.tsx
8051
- var import_jsx_runtime122 = require("react/jsx-runtime");
8224
+ var import_jsx_runtime131 = require("react/jsx-runtime");
8052
8225
 
8053
8226
  // src/toolbar/templates/toolbar-normal.tsx
8054
- var import_jsx_runtime123 = require("react/jsx-runtime");
8227
+ var import_jsx_runtime132 = require("react/jsx-runtime");
8055
8228
 
8056
8229
  // src/toolbar/templates/toolbar-resizable.tsx
8057
- var import_jsx_runtime124 = require("react/jsx-runtime");
8230
+ var import_jsx_runtime133 = require("react/jsx-runtime");
8058
8231
 
8059
8232
  // src/toolbar/templates/toolbar-angular-normal.tsx
8060
- var import_jsx_runtime125 = require("react/jsx-runtime");
8233
+ var import_jsx_runtime134 = require("react/jsx-runtime");
8061
8234
 
8062
8235
  // src/toolbar/templates/toolbar-angular-resizable.tsx
8063
- var import_jsx_runtime126 = require("react/jsx-runtime");
8236
+ var import_jsx_runtime135 = require("react/jsx-runtime");
8064
8237
 
8065
8238
  // src/spreadsheet/tests/spreadsheet-format-dialogs.tsx
8066
- var import_jsx_runtime127 = require("react/jsx-runtime");
8239
+ var import_jsx_runtime136 = require("react/jsx-runtime");
8067
8240
  var style = `
8068
8241
  .k-window {
8069
8242
  min-width: 400px;
8070
8243
  position: relative;
8071
8244
  }
8072
8245
  `;
8073
- var spreadsheet_format_dialogs_default = () => /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_jsx_runtime127.Fragment, { children: [
8074
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("style", { children: style }),
8075
- /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8076
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(WindowNormal, { title: "Custom Format", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_jsx_runtime127.Fragment, { children: [
8077
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", children: "Apply" }),
8078
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { children: "Cancel" })
8079
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(Form, { children: [
8080
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Category", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(DropdownList, { value: "Date" }) }),
8081
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Sample", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(DateInput, { value: "1/17/2022" }) }),
8082
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Symbol", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ListBox, { style: { width: "100%" }, children: [
8083
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ListItem, { children: "1/17/2022" }),
8084
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ListItem, { children: "Monday, January 17, 2022" }),
8085
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ListItem, { children: "Monday, January 17, 2022 6:25:37 PM" }),
8086
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ListItem, { children: "1/17/2022 6:25 PM" }),
8087
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ListItem, { children: "1/17/2022 6:25:37 PM" })
8246
+ var spreadsheet_format_dialogs_default = () => /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(import_jsx_runtime136.Fragment, { children: [
8247
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("style", { children: style }),
8248
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8249
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(WindowNormal, { title: "Custom Format", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(import_jsx_runtime136.Fragment, { children: [
8250
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { themeColor: "primary", children: "Apply" }),
8251
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { children: "Cancel" })
8252
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(FormNormal, { formButtons: null, children: [
8253
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(FormField, { label: "Category", editor: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(DropdownList, { value: "Date" }) }),
8254
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(FormField, { label: "Sample", editor: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(DateInput, { value: "1/17/2022" }) }),
8255
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(FormField, { label: "Symbol", editor: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(ListBox, { style: { width: "100%" }, children: [
8256
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ListItem, { children: "1/17/2022" }),
8257
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ListItem, { children: "Monday, January 17, 2022" }),
8258
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ListItem, { children: "Monday, January 17, 2022 6:25:37 PM" }),
8259
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ListItem, { children: "1/17/2022 6:25 PM" }),
8260
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ListItem, { children: "1/17/2022 6:25:37 PM" })
8088
8261
  ] }) })
8089
8262
  ] }) }) }),
8090
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(WindowNormal, { title: "Conditional Formatting", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_jsx_runtime127.Fragment, { children: [
8091
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", children: "Apply" }),
8092
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { children: "Cancel" })
8093
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(Form, { children: [
8094
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Apply to range", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Textbox, { placeholder: "Placeholder" }) }),
8095
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Format cells if", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(DropdownList, { value: "Cell value" }) }),
8096
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "is", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(DropdownList, { value: "Greater than" }) }),
8097
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Apply to range", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Textbox, { placeholder: "Placeholder" }) }),
8098
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Format with", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(Toolbar, { resizable: true, children: [
8099
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { icon: "bold" }),
8100
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { icon: "italic" }),
8101
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { icon: "underline" }),
8102
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { icon: "strikethrough" }),
8103
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color" }),
8104
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet" })
8263
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(WindowNormal, { title: "Conditional Formatting", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(import_jsx_runtime136.Fragment, { children: [
8264
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { themeColor: "primary", children: "Apply" }),
8265
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { children: "Cancel" })
8266
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(FormNormal, { formButtons: null, children: [
8267
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(FormField, { label: "Apply to range", editor: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Textbox, { placeholder: "Placeholder" }) }),
8268
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(FormField, { label: "Format cells if", editor: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(DropdownList, { value: "Cell value" }) }),
8269
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(FormField, { label: "is", editor: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(DropdownList, { value: "Greater than" }) }),
8270
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(FormField, { label: "Apply to range", editor: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Textbox, { placeholder: "Placeholder" }) }),
8271
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(FormField, { label: "Format with", editor: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(Toolbar, { resizable: true, children: [
8272
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { icon: "bold" }),
8273
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { icon: "italic" }),
8274
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { icon: "underline" }),
8275
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { icon: "strikethrough" }),
8276
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color" }),
8277
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet" })
8105
8278
  ] }) })
8106
8279
  ] }) }) })
8107
8280
  ] })