@progress/kendo-themes-html 6.7.1-dev.0 → 6.7.1-dev.1

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 (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -4513,17 +4513,82 @@ Checkbox.states = states6;
4513
4513
  Checkbox.options = options6;
4514
4514
  Checkbox.className = CHECKBOX_CLASSNAME;
4515
4515
  Checkbox.defaultProps = defaultProps6;
4516
+ var checkbox_spec_default = Checkbox;
4516
4517
 
4517
- // src/checkbox/templates/checkbox-label.tsx
4518
- import { Fragment as Fragment5, jsx as jsx10, jsxs as jsxs2 } from "react/jsx-runtime";
4518
+ // src/checkbox/checkbox-group.spec.tsx
4519
+ import { jsx as jsx10 } from "react/jsx-runtime";
4520
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4521
+ var states7 = [];
4522
+ var options7 = {};
4523
+ var defaultProps7 = {
4524
+ layout: "vertical"
4525
+ };
4526
+ var CheckboxGroup = (props) => {
4527
+ const {
4528
+ layout = defaultProps7.layout,
4529
+ ...other
4530
+ } = props;
4531
+ return /* @__PURE__ */ jsx10(
4532
+ "ul",
4533
+ {
4534
+ ...other,
4535
+ className: classNames(
4536
+ props.className,
4537
+ CHECKBOXGROUP_CLASSNAME,
4538
+ {
4539
+ [`k-list-${layout}`]: layout
4540
+ }
4541
+ ),
4542
+ children: props.children
4543
+ }
4544
+ );
4545
+ };
4546
+ CheckboxGroup.states = states7;
4547
+ CheckboxGroup.options = options7;
4548
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4549
+ CheckboxGroup.defaultProps = defaultProps7;
4519
4550
 
4520
- // src/checkbox/templates/checkbox-normal.tsx
4551
+ // src/checkbox/checkbox-item.spec.tsx
4521
4552
  import { jsx as jsx11 } from "react/jsx-runtime";
4553
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4554
+ var states8 = [];
4555
+ var options8 = {};
4556
+ var defaultProps8 = {};
4557
+ var CheckboxItem = (props) => {
4558
+ const {
4559
+ ...other
4560
+ } = props;
4561
+ return /* @__PURE__ */ jsx11(
4562
+ "li",
4563
+ {
4564
+ ...other,
4565
+ className: classNames(
4566
+ props.className,
4567
+ CHECKBOXITEM_CLASSNAME
4568
+ ),
4569
+ children: props.children
4570
+ }
4571
+ );
4572
+ };
4573
+ CheckboxItem.states = states8;
4574
+ CheckboxItem.options = options8;
4575
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4576
+ CheckboxItem.defaultProps = defaultProps8;
4577
+
4578
+ // src/checkbox/templates/checkbox-with-label.tsx
4579
+ import { Fragment as Fragment5, jsx as jsx12, jsxs as jsxs2 } from "react/jsx-runtime";
4580
+ var CheckboxWithLabel = ({ children, id, ...other }) => /* @__PURE__ */ jsxs2(Fragment5, { children: [
4581
+ /* @__PURE__ */ jsx12(checkbox_spec_default, { id, ...other }),
4582
+ /* @__PURE__ */ jsx12("label", { className: "k-checkbox-label", htmlFor: id, children })
4583
+ ] });
4584
+
4585
+ // src/checkbox/templates/checkbox-normal.tsx
4586
+ import { jsx as jsx13 } from "react/jsx-runtime";
4522
4587
 
4523
4588
  // src/input/input.spec.tsx
4524
- import { jsx as jsx12 } from "react/jsx-runtime";
4589
+ import { jsx as jsx14 } from "react/jsx-runtime";
4525
4590
  var INPUT_CLASSNAME = `k-input`;
4526
- var states7 = [
4591
+ var states9 = [
4527
4592
  States.hover,
4528
4593
  States.focus,
4529
4594
  States.valid,
@@ -4533,12 +4598,12 @@ var states7 = [
4533
4598
  States.loading,
4534
4599
  States.readonly
4535
4600
  ];
4536
- var options7 = {
4601
+ var options9 = {
4537
4602
  size: [Size.small, Size.medium, Size.large],
4538
4603
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4539
4604
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4540
4605
  };
4541
- var defaultProps7 = {
4606
+ var defaultProps9 = {
4542
4607
  size: Size.medium,
4543
4608
  rounded: Size.medium,
4544
4609
  fillMode: FillMode.solid
@@ -4552,12 +4617,12 @@ var Input = (props) => {
4552
4617
  valid,
4553
4618
  loading,
4554
4619
  readonly,
4555
- size = defaultProps7.size,
4556
- rounded = defaultProps7.rounded,
4557
- fillMode = defaultProps7.fillMode,
4620
+ size = defaultProps9.size,
4621
+ rounded = defaultProps9.rounded,
4622
+ fillMode = defaultProps9.fillMode,
4558
4623
  ...other
4559
4624
  } = props;
4560
- return /* @__PURE__ */ jsx12(
4625
+ return /* @__PURE__ */ jsx14(
4561
4626
  "span",
4562
4627
  {
4563
4628
  ...other,
@@ -4570,13 +4635,13 @@ var Input = (props) => {
4570
4635
  }
4571
4636
  );
4572
4637
  };
4573
- Input.states = states7;
4574
- Input.options = options7;
4638
+ Input.states = states9;
4639
+ Input.options = options9;
4575
4640
  Input.className = INPUT_CLASSNAME;
4576
- Input.defaultProps = defaultProps7;
4641
+ Input.defaultProps = defaultProps9;
4577
4642
 
4578
4643
  // src/input/picker.spec.tsx
4579
- import { jsx as jsx13 } from "react/jsx-runtime";
4644
+ import { jsx as jsx15 } from "react/jsx-runtime";
4580
4645
  var PICKER_CLASSNAME = `k-picker`;
4581
4646
  var pickerStates = [
4582
4647
  States.hover,
@@ -4593,7 +4658,7 @@ var pickerOptions = {
4593
4658
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4594
4659
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4595
4660
  };
4596
- var defaultProps8 = {
4661
+ var defaultProps10 = {
4597
4662
  size: Size.medium,
4598
4663
  rounded: Roundness.medium,
4599
4664
  fillMode: FillMode.solid
@@ -4607,12 +4672,12 @@ var Picker = (props) => {
4607
4672
  valid,
4608
4673
  loading,
4609
4674
  readonly,
4610
- size = defaultProps8.size,
4611
- rounded = defaultProps8.rounded,
4612
- fillMode = defaultProps8.fillMode,
4675
+ size = defaultProps10.size,
4676
+ rounded = defaultProps10.rounded,
4677
+ fillMode = defaultProps10.fillMode,
4613
4678
  ...other
4614
4679
  } = props;
4615
- return /* @__PURE__ */ jsx13(
4680
+ return /* @__PURE__ */ jsx15(
4616
4681
  "span",
4617
4682
  {
4618
4683
  ...other,
@@ -4629,17 +4694,17 @@ var Picker = (props) => {
4629
4694
  Picker.states = pickerStates;
4630
4695
  Picker.options = pickerOptions;
4631
4696
  Picker.className = PICKER_CLASSNAME;
4632
- Picker.defaultProps = defaultProps8;
4697
+ Picker.defaultProps = defaultProps10;
4633
4698
 
4634
4699
  // src/input/input-clear-value.tsx
4635
- import { Fragment as Fragment6, jsx as jsx14 } from "react/jsx-runtime";
4700
+ import { Fragment as Fragment6, jsx as jsx16 } from "react/jsx-runtime";
4636
4701
  var className = `k-clear-value`;
4637
- var states8 = [
4702
+ var states10 = [
4638
4703
  States.disabled,
4639
4704
  States.loading,
4640
4705
  States.readonly
4641
4706
  ];
4642
- var options8 = {};
4707
+ var options10 = {};
4643
4708
  var InputClearValue = (props) => {
4644
4709
  const {
4645
4710
  disabled,
@@ -4648,20 +4713,20 @@ var InputClearValue = (props) => {
4648
4713
  value
4649
4714
  } = props;
4650
4715
  if (disabled || readonly || loading || !value) {
4651
- return /* @__PURE__ */ jsx14(Fragment6, {});
4716
+ return /* @__PURE__ */ jsx16(Fragment6, {});
4652
4717
  }
4653
- return /* @__PURE__ */ jsx14("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx14(Icon, { icon: "x" }) });
4718
+ return /* @__PURE__ */ jsx16("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx16(Icon, { icon: "x" }) });
4654
4719
  };
4655
- InputClearValue.states = states8;
4656
- InputClearValue.options = options8;
4720
+ InputClearValue.states = states10;
4721
+ InputClearValue.options = options10;
4657
4722
  InputClearValue.className = className;
4658
4723
 
4659
4724
  // src/input/input-inner-input.tsx
4660
- import { jsx as jsx15 } from "react/jsx-runtime";
4725
+ import { jsx as jsx17 } from "react/jsx-runtime";
4661
4726
  var className2 = `k-input-inner`;
4662
- var states9 = [];
4663
- var options9 = {};
4664
- var defaultProps9 = {
4727
+ var states11 = [];
4728
+ var options11 = {};
4729
+ var defaultProps11 = {
4665
4730
  type: "text",
4666
4731
  autocomplete: "off",
4667
4732
  value: "",
@@ -4669,13 +4734,13 @@ var defaultProps9 = {
4669
4734
  };
4670
4735
  var InputInnerInput = (props) => {
4671
4736
  const {
4672
- value = defaultProps9.value,
4673
- type = defaultProps9.type,
4674
- placeholder = defaultProps9.placeholder,
4675
- autocomplete = defaultProps9.autocomplete,
4737
+ value = defaultProps11.value,
4738
+ type = defaultProps11.type,
4739
+ placeholder = defaultProps11.placeholder,
4740
+ autocomplete = defaultProps11.autocomplete,
4676
4741
  ...other
4677
4742
  } = props;
4678
- return /* @__PURE__ */ jsx15(
4743
+ return /* @__PURE__ */ jsx17(
4679
4744
  "input",
4680
4745
  {
4681
4746
  ...other,
@@ -4687,15 +4752,15 @@ var InputInnerInput = (props) => {
4687
4752
  }
4688
4753
  );
4689
4754
  };
4690
- InputInnerInput.states = states9;
4691
- InputInnerInput.options = options9;
4755
+ InputInnerInput.states = states11;
4756
+ InputInnerInput.options = options11;
4692
4757
  InputInnerInput.className = className2;
4693
4758
 
4694
4759
  // src/input/input-inner-span.tsx
4695
- import { jsx as jsx16, jsxs as jsxs3 } from "react/jsx-runtime";
4760
+ import { jsx as jsx18, jsxs as jsxs3 } from "react/jsx-runtime";
4696
4761
  var className3 = `k-input-inner`;
4697
- var states10 = [];
4698
- var options10 = {};
4762
+ var states12 = [];
4763
+ var options12 = {};
4699
4764
  var InputInnerSpan = (props) => {
4700
4765
  const {
4701
4766
  value,
@@ -4712,34 +4777,34 @@ var InputInnerSpan = (props) => {
4712
4777
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4713
4778
  children: [
4714
4779
  valueIcon,
4715
- !valueIcon && valueIconName && /* @__PURE__ */ jsx16(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4780
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx18(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4716
4781
  showValue && !value && placeholder,
4717
- showValue && value && /* @__PURE__ */ jsx16("span", { className: "k-input-value-text", children: value })
4782
+ showValue && value && /* @__PURE__ */ jsx18("span", { className: "k-input-value-text", children: value })
4718
4783
  ]
4719
4784
  }
4720
4785
  );
4721
4786
  };
4722
- InputInnerSpan.states = states10;
4723
- InputInnerSpan.options = options10;
4787
+ InputInnerSpan.states = states12;
4788
+ InputInnerSpan.options = options12;
4724
4789
  InputInnerSpan.className = className3;
4725
4790
 
4726
4791
  // src/input/input-inner-textarea.tsx
4727
- import { jsx as jsx17 } from "react/jsx-runtime";
4728
- var defaultProps10 = {
4792
+ import { jsx as jsx19 } from "react/jsx-runtime";
4793
+ var defaultProps12 = {
4729
4794
  value: "",
4730
4795
  placeholder: ""
4731
4796
  };
4732
4797
  var className4 = `k-input-inner`;
4733
- var states11 = [];
4734
- var options11 = {};
4798
+ var states13 = [];
4799
+ var options13 = {};
4735
4800
  var InputInnerTextarea = (props) => {
4736
4801
  const {
4737
- value = defaultProps10.value,
4738
- placeholder = defaultProps10.placeholder,
4802
+ value = defaultProps12.value,
4803
+ placeholder = defaultProps12.placeholder,
4739
4804
  rows,
4740
4805
  ...other
4741
4806
  } = props;
4742
- return /* @__PURE__ */ jsx17(
4807
+ return /* @__PURE__ */ jsx19(
4743
4808
  "textarea",
4744
4809
  {
4745
4810
  ...other,
@@ -4750,14 +4815,14 @@ var InputInnerTextarea = (props) => {
4750
4815
  }
4751
4816
  );
4752
4817
  };
4753
- InputInnerTextarea.states = states11;
4754
- InputInnerTextarea.options = options11;
4818
+ InputInnerTextarea.states = states13;
4819
+ InputInnerTextarea.options = options13;
4755
4820
  InputInnerTextarea.className = className4;
4756
4821
 
4757
4822
  // src/input/input-loading-icon.tsx
4758
- import { Fragment as Fragment7, jsx as jsx18 } from "react/jsx-runtime";
4823
+ import { Fragment as Fragment7, jsx as jsx20 } from "react/jsx-runtime";
4759
4824
  var className5 = `k-input-loading-icon`;
4760
- var states12 = [
4825
+ var states14 = [
4761
4826
  States.disabled,
4762
4827
  States.loading
4763
4828
  ];
@@ -4767,21 +4832,21 @@ var InputLoadingIcon = (props) => {
4767
4832
  loading
4768
4833
  } = props;
4769
4834
  if (disabled || !loading) {
4770
- return /* @__PURE__ */ jsx18(Fragment7, {});
4835
+ return /* @__PURE__ */ jsx20(Fragment7, {});
4771
4836
  }
4772
- return /* @__PURE__ */ jsx18(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4837
+ return /* @__PURE__ */ jsx20(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4773
4838
  };
4774
4839
 
4775
4840
  // src/input/input-validation-icon.tsx
4776
- import { Fragment as Fragment8, jsx as jsx19 } from "react/jsx-runtime";
4841
+ import { Fragment as Fragment8, jsx as jsx21 } from "react/jsx-runtime";
4777
4842
  var className6 = `k-input-validation-icon`;
4778
- var states13 = [
4843
+ var states15 = [
4779
4844
  States.valid,
4780
4845
  States.invalid,
4781
4846
  States.disabled,
4782
4847
  States.loading
4783
4848
  ];
4784
- var options12 = {};
4849
+ var options14 = {};
4785
4850
  var InputValidationIcon = (props) => {
4786
4851
  const {
4787
4852
  valid,
@@ -4792,41 +4857,41 @@ var InputValidationIcon = (props) => {
4792
4857
  const iconName = invalid ? "exclamation-circle" : "check";
4793
4858
  const renderValidationIcon = Boolean(valid || invalid);
4794
4859
  if (disabled || loading || !renderValidationIcon) {
4795
- return /* @__PURE__ */ jsx19(Fragment8, {});
4860
+ return /* @__PURE__ */ jsx21(Fragment8, {});
4796
4861
  }
4797
- return /* @__PURE__ */ jsx19(Icon, { className: classNames(className6), icon: iconName });
4862
+ return /* @__PURE__ */ jsx21(Icon, { className: classNames(className6), icon: iconName });
4798
4863
  };
4799
- InputValidationIcon.states = states13;
4800
- InputValidationIcon.options = options12;
4864
+ InputValidationIcon.states = states15;
4865
+ InputValidationIcon.options = options14;
4801
4866
  InputValidationIcon.className = className6;
4802
4867
 
4803
4868
  // src/input/input-prefix.tsx
4804
- import { Fragment as Fragment9, jsx as jsx20 } from "react/jsx-runtime";
4869
+ import { Fragment as Fragment9, jsx as jsx22 } from "react/jsx-runtime";
4805
4870
  var className7 = `k-input-prefix`;
4806
4871
  var InputPrefix = (props) => {
4807
4872
  if (!props.children) {
4808
- return /* @__PURE__ */ jsx20(Fragment9, {});
4873
+ return /* @__PURE__ */ jsx22(Fragment9, {});
4809
4874
  }
4810
- return /* @__PURE__ */ jsx20("span", { className: classNames(className7, props.className), children: props.children });
4875
+ return /* @__PURE__ */ jsx22("span", { className: classNames(className7, props.className), children: props.children });
4811
4876
  };
4812
4877
 
4813
4878
  // src/input/input-suffix.tsx
4814
- import { Fragment as Fragment10, jsx as jsx21 } from "react/jsx-runtime";
4879
+ import { Fragment as Fragment10, jsx as jsx23 } from "react/jsx-runtime";
4815
4880
  var className8 = `k-input-suffix`;
4816
4881
  var InputSuffix = (props) => {
4817
4882
  if (!props.children) {
4818
- return /* @__PURE__ */ jsx21(Fragment10, {});
4883
+ return /* @__PURE__ */ jsx23(Fragment10, {});
4819
4884
  }
4820
- return /* @__PURE__ */ jsx21("span", { className: classNames(className8, props.className), children: props.children });
4885
+ return /* @__PURE__ */ jsx23("span", { className: classNames(className8, props.className), children: props.children });
4821
4886
  };
4822
4887
 
4823
4888
  // src/input/input-separator.tsx
4824
- import { jsx as jsx22 } from "react/jsx-runtime";
4889
+ import { jsx as jsx24 } from "react/jsx-runtime";
4825
4890
 
4826
4891
  // src/textbox/textbox.spec.tsx
4827
- import { jsx as jsx23, jsxs as jsxs4 } from "react/jsx-runtime";
4892
+ import { jsx as jsx25, jsxs as jsxs4 } from "react/jsx-runtime";
4828
4893
  var TEXTBOX_CLASSNAME = `k-textbox`;
4829
- var states14 = [
4894
+ var states16 = [
4830
4895
  States.hover,
4831
4896
  States.focus,
4832
4897
  States.valid,
@@ -4836,12 +4901,12 @@ var states14 = [
4836
4901
  States.loading,
4837
4902
  States.readonly
4838
4903
  ];
4839
- var options13 = {
4904
+ var options15 = {
4840
4905
  size: [Size.small, Size.medium, Size.large],
4841
4906
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4842
4907
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4843
4908
  };
4844
- var defaultProps11 = {
4909
+ var defaultProps13 = {
4845
4910
  showClearButton: true,
4846
4911
  size: Input.defaultProps.size,
4847
4912
  rounded: Input.defaultProps.rounded,
@@ -4864,7 +4929,7 @@ var Textbox = (props) => {
4864
4929
  loading,
4865
4930
  disabled,
4866
4931
  readonly,
4867
- showClearButton = defaultProps11.showClearButton,
4932
+ showClearButton = defaultProps13.showClearButton,
4868
4933
  ...other
4869
4934
  } = props;
4870
4935
  return /* @__PURE__ */ jsxs4(
@@ -4884,9 +4949,9 @@ var Textbox = (props) => {
4884
4949
  readonly,
4885
4950
  className: classNames(props.className, TEXTBOX_CLASSNAME),
4886
4951
  children: [
4887
- /* @__PURE__ */ jsx23(InputPrefix, { children: prefix }),
4888
- /* @__PURE__ */ jsx23(InputInnerInput, { placeholder, value }),
4889
- /* @__PURE__ */ jsx23(
4952
+ /* @__PURE__ */ jsx25(InputPrefix, { children: prefix }),
4953
+ /* @__PURE__ */ jsx25(InputInnerInput, { placeholder, value }),
4954
+ /* @__PURE__ */ jsx25(
4890
4955
  InputValidationIcon,
4891
4956
  {
4892
4957
  valid,
@@ -4895,14 +4960,14 @@ var Textbox = (props) => {
4895
4960
  disabled
4896
4961
  }
4897
4962
  ),
4898
- /* @__PURE__ */ jsx23(
4963
+ /* @__PURE__ */ jsx25(
4899
4964
  InputLoadingIcon,
4900
4965
  {
4901
4966
  loading,
4902
4967
  disabled
4903
4968
  }
4904
4969
  ),
4905
- showClearButton && /* @__PURE__ */ jsx23(
4970
+ showClearButton && /* @__PURE__ */ jsx25(
4906
4971
  InputClearValue,
4907
4972
  {
4908
4973
  loading,
@@ -4911,39 +4976,39 @@ var Textbox = (props) => {
4911
4976
  value
4912
4977
  }
4913
4978
  ),
4914
- /* @__PURE__ */ jsx23(InputSuffix, { children: suffix })
4979
+ /* @__PURE__ */ jsx25(InputSuffix, { children: suffix })
4915
4980
  ]
4916
4981
  }
4917
4982
  );
4918
4983
  };
4919
- Textbox.states = states14;
4920
- Textbox.options = options13;
4984
+ Textbox.states = states16;
4985
+ Textbox.options = options15;
4921
4986
  Textbox.className = TEXTBOX_CLASSNAME;
4922
- Textbox.defaultProps = defaultProps11;
4987
+ Textbox.defaultProps = defaultProps13;
4923
4988
 
4924
4989
  // src/textbox/templates/textbox-normal.tsx
4925
- import { jsx as jsx24 } from "react/jsx-runtime";
4990
+ import { jsx as jsx26 } from "react/jsx-runtime";
4926
4991
 
4927
4992
  // src/textbox/templates/textbox-prefix.tsx
4928
- import { jsx as jsx25, jsxs as jsxs5 } from "react/jsx-runtime";
4993
+ import { jsx as jsx27, jsxs as jsxs5 } from "react/jsx-runtime";
4929
4994
 
4930
4995
  // src/textbox/templates/textbox-suffix.tsx
4931
- import { jsx as jsx26, jsxs as jsxs6 } from "react/jsx-runtime";
4996
+ import { jsx as jsx28, jsxs as jsxs6 } from "react/jsx-runtime";
4932
4997
 
4933
4998
  // src/editor/editor.spec.tsx
4934
- import { jsx as jsx27 } from "react/jsx-runtime";
4999
+ import { jsx as jsx29 } from "react/jsx-runtime";
4935
5000
  var EDITOR_CLASSNAME = `k-editor`;
4936
- var states15 = [
5001
+ var states17 = [
4937
5002
  States.readonly
4938
5003
  ];
4939
- var options14 = {};
4940
- var defaultProps12 = {};
5004
+ var options16 = {};
5005
+ var defaultProps14 = {};
4941
5006
  var Editor = (props) => {
4942
5007
  const {
4943
5008
  readonly,
4944
5009
  ...other
4945
5010
  } = props;
4946
- return /* @__PURE__ */ jsx27(
5011
+ return /* @__PURE__ */ jsx29(
4947
5012
  "div",
4948
5013
  {
4949
5014
  ...other,
@@ -4958,31 +5023,31 @@ var Editor = (props) => {
4958
5023
  }
4959
5024
  );
4960
5025
  };
4961
- Editor.states = states15;
4962
- Editor.options = options14;
5026
+ Editor.states = states17;
5027
+ Editor.options = options16;
4963
5028
  Editor.className = EDITOR_CLASSNAME;
4964
- Editor.defaultProps = defaultProps12;
5029
+ Editor.defaultProps = defaultProps14;
4965
5030
 
4966
5031
  // src/button-group/button-group.spec.tsx
4967
- import { jsx as jsx28 } from "react/jsx-runtime";
5032
+ import { jsx as jsx30 } from "react/jsx-runtime";
4968
5033
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4969
- var states16 = [
5034
+ var states18 = [
4970
5035
  States.disabled
4971
5036
  ];
4972
- var options15 = {
5037
+ var options17 = {
4973
5038
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4974
5039
  };
4975
- var defaultProps13 = {
5040
+ var defaultProps15 = {
4976
5041
  fillMode: FillMode.solid
4977
5042
  };
4978
5043
  var ButtonGroup = (props) => {
4979
5044
  const {
4980
- fillMode = defaultProps13.fillMode,
5045
+ fillMode = defaultProps15.fillMode,
4981
5046
  disabled,
4982
5047
  stretched,
4983
5048
  ...other
4984
5049
  } = props;
4985
- return /* @__PURE__ */ jsx28(
5050
+ return /* @__PURE__ */ jsx30(
4986
5051
  "div",
4987
5052
  {
4988
5053
  ...other,
@@ -5003,28 +5068,28 @@ var ButtonGroup = (props) => {
5003
5068
  }
5004
5069
  );
5005
5070
  };
5006
- ButtonGroup.states = states16;
5007
- ButtonGroup.options = options15;
5071
+ ButtonGroup.states = states18;
5072
+ ButtonGroup.options = options17;
5008
5073
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5009
- ButtonGroup.defaultProps = defaultProps13;
5074
+ ButtonGroup.defaultProps = defaultProps15;
5010
5075
 
5011
5076
  // src/button-group/templates/icon-button-group.tsx
5012
- import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5077
+ import { jsx as jsx31, jsxs as jsxs7 } from "react/jsx-runtime";
5013
5078
 
5014
5079
  // src/button-group/templates/icon-text-button-group.tsx
5015
- import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5080
+ import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
5016
5081
 
5017
5082
  // src/button-group/templates/text-button-group.tsx
5018
- import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
5083
+ import { jsx as jsx33, jsxs as jsxs9 } from "react/jsx-runtime";
5019
5084
 
5020
5085
  // src/button-group/templates/mixed-button-group.tsx
5021
- import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
5086
+ import { jsx as jsx34, jsxs as jsxs10 } from "react/jsx-runtime";
5022
5087
 
5023
5088
  // src/color-preview/color-preview.tsx
5024
- import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
5089
+ import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5025
5090
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5026
- var states17 = [];
5027
- var options16 = {};
5091
+ var states19 = [];
5092
+ var options18 = {};
5028
5093
  var ColorPreview = (props) => {
5029
5094
  const {
5030
5095
  color,
@@ -5044,8 +5109,8 @@ var ColorPreview = (props) => {
5044
5109
  }
5045
5110
  ),
5046
5111
  children: [
5047
- iconName && /* @__PURE__ */ jsx33(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5048
- /* @__PURE__ */ jsx33(
5112
+ iconName && /* @__PURE__ */ jsx35(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5113
+ /* @__PURE__ */ jsx35(
5049
5114
  "span",
5050
5115
  {
5051
5116
  className: "k-color-preview-mask",
@@ -5056,14 +5121,14 @@ var ColorPreview = (props) => {
5056
5121
  }
5057
5122
  );
5058
5123
  };
5059
- ColorPreview.states = states17;
5060
- ColorPreview.options = options16;
5124
+ ColorPreview.states = states19;
5125
+ ColorPreview.options = options18;
5061
5126
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5062
5127
 
5063
5128
  // src/colorpicker/colorpicker.spec.tsx
5064
- import { jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
5129
+ import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5065
5130
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5066
- var states18 = [
5131
+ var states20 = [
5067
5132
  States.hover,
5068
5133
  States.focus,
5069
5134
  States.valid,
@@ -5071,12 +5136,12 @@ var states18 = [
5071
5136
  States.required,
5072
5137
  States.disabled
5073
5138
  ];
5074
- var options17 = {
5139
+ var options19 = {
5075
5140
  size: [Size.small, Size.medium, Size.large],
5076
5141
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5077
5142
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5078
5143
  };
5079
- var defaultProps14 = {
5144
+ var defaultProps16 = {
5080
5145
  arrowIconName: "caret-alt-down",
5081
5146
  size: Picker.defaultProps.size,
5082
5147
  rounded: Picker.defaultProps.rounded,
@@ -5098,7 +5163,7 @@ var ColorPicker = (props) => {
5098
5163
  required,
5099
5164
  disabled,
5100
5165
  valueIconName,
5101
- arrowIconName = defaultProps14.arrowIconName,
5166
+ arrowIconName = defaultProps16.arrowIconName,
5102
5167
  ...other
5103
5168
  } = props;
5104
5169
  return /* @__PURE__ */ jsxs12(
@@ -5120,14 +5185,14 @@ var ColorPicker = (props) => {
5120
5185
  "k-icon-picker"
5121
5186
  ),
5122
5187
  children: [
5123
- /* @__PURE__ */ jsx34(InputPrefix, { children: prefix }),
5124
- /* @__PURE__ */ jsx34(
5188
+ /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5189
+ /* @__PURE__ */ jsx36(
5125
5190
  InputInnerSpan,
5126
5191
  {
5127
5192
  placeholder,
5128
5193
  value,
5129
5194
  showValue: false,
5130
- valueIcon: /* @__PURE__ */ jsx34(
5195
+ valueIcon: /* @__PURE__ */ jsx36(
5131
5196
  ColorPreview,
5132
5197
  {
5133
5198
  className: "k-value-icon",
@@ -5138,8 +5203,8 @@ var ColorPicker = (props) => {
5138
5203
  valueIconName
5139
5204
  }
5140
5205
  ),
5141
- /* @__PURE__ */ jsx34(InputSuffix, { children: suffix }),
5142
- /* @__PURE__ */ jsx34(
5206
+ /* @__PURE__ */ jsx36(InputSuffix, { children: suffix }),
5207
+ /* @__PURE__ */ jsx36(
5143
5208
  Button,
5144
5209
  {
5145
5210
  className: "k-input-button",
@@ -5153,17 +5218,17 @@ var ColorPicker = (props) => {
5153
5218
  }
5154
5219
  );
5155
5220
  };
5156
- ColorPicker.states = states18;
5157
- ColorPicker.options = options17;
5221
+ ColorPicker.states = states20;
5222
+ ColorPicker.options = options19;
5158
5223
  ColorPicker.className = COLORPICKER_CLASSNAME;
5159
- ColorPicker.defaultProps = defaultProps14;
5224
+ ColorPicker.defaultProps = defaultProps16;
5160
5225
 
5161
5226
  // src/animation-container/animation-container.spec.tsx
5162
- import { jsx as jsx35 } from "react/jsx-runtime";
5227
+ import { jsx as jsx37 } from "react/jsx-runtime";
5163
5228
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5164
- var states19 = [];
5165
- var options18 = {};
5166
- var defaultProps15 = {
5229
+ var states21 = [];
5230
+ var options20 = {};
5231
+ var defaultProps17 = {
5167
5232
  positionMode: "absolute"
5168
5233
  };
5169
5234
  var AnimationContainer = (props) => {
@@ -5173,7 +5238,7 @@ var AnimationContainer = (props) => {
5173
5238
  offset,
5174
5239
  ...other
5175
5240
  } = props;
5176
- return /* @__PURE__ */ jsx35(
5241
+ return /* @__PURE__ */ jsx37(
5177
5242
  "div",
5178
5243
  {
5179
5244
  ...other,
@@ -5185,21 +5250,21 @@ var AnimationContainer = (props) => {
5185
5250
  ["k-animation-container-fixed"]: positionMode === "fixed"
5186
5251
  }
5187
5252
  ),
5188
- children: /* @__PURE__ */ jsx35("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5253
+ children: /* @__PURE__ */ jsx37("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5189
5254
  }
5190
5255
  );
5191
5256
  };
5192
- AnimationContainer.states = states19;
5193
- AnimationContainer.options = options18;
5257
+ AnimationContainer.states = states21;
5258
+ AnimationContainer.options = options20;
5194
5259
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5195
- AnimationContainer.defaultProps = defaultProps15;
5260
+ AnimationContainer.defaultProps = defaultProps17;
5196
5261
 
5197
5262
  // src/popup/popup.spec.tsx
5198
- import { jsx as jsx36 } from "react/jsx-runtime";
5263
+ import { jsx as jsx38 } from "react/jsx-runtime";
5199
5264
  var POPUP_CLASSNAME = `k-popup`;
5200
- var states20 = [];
5201
- var options19 = {};
5202
- var defaultProps16 = {
5265
+ var states22 = [];
5266
+ var options21 = {};
5267
+ var defaultProps18 = {
5203
5268
  positionMode: "absolute"
5204
5269
  };
5205
5270
  var Popup = (props) => {
@@ -5208,26 +5273,26 @@ var Popup = (props) => {
5208
5273
  positionMode,
5209
5274
  ...other
5210
5275
  } = props;
5211
- return /* @__PURE__ */ jsx36(
5276
+ return /* @__PURE__ */ jsx38(
5212
5277
  AnimationContainer,
5213
5278
  {
5214
5279
  positionMode,
5215
5280
  offset,
5216
- children: /* @__PURE__ */ jsx36("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5281
+ children: /* @__PURE__ */ jsx38("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5217
5282
  }
5218
5283
  );
5219
5284
  };
5220
- Popup.states = states20;
5221
- Popup.options = options19;
5285
+ Popup.states = states22;
5286
+ Popup.options = options21;
5222
5287
  Popup.className = POPUP_CLASSNAME;
5223
- Popup.defaultProps = defaultProps16;
5288
+ Popup.defaultProps = defaultProps18;
5224
5289
 
5225
5290
  // src/action-sheet/action-sheet.spec.tsx
5226
- import { Fragment as Fragment11, jsx as jsx37, jsxs as jsxs13 } from "react/jsx-runtime";
5291
+ import { Fragment as Fragment11, jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5227
5292
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5228
- var states21 = [];
5229
- var options20 = {};
5230
- var defaultProps17 = {
5293
+ var states23 = [];
5294
+ var options22 = {};
5295
+ var defaultProps19 = {
5231
5296
  side: "bottom",
5232
5297
  fullscreen: false,
5233
5298
  adaptive: false,
@@ -5240,14 +5305,14 @@ var ActionSheet = (props) => {
5240
5305
  header,
5241
5306
  footer,
5242
5307
  actions,
5243
- side = defaultProps17.side,
5244
- fullscreen = defaultProps17.fullscreen,
5245
- adaptive = defaultProps17.adaptive,
5246
- overlay = defaultProps17.overlay,
5308
+ side = defaultProps19.side,
5309
+ fullscreen = defaultProps19.fullscreen,
5310
+ adaptive = defaultProps19.adaptive,
5311
+ overlay = defaultProps19.overlay,
5247
5312
  ...other
5248
5313
  } = props;
5249
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx37(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5250
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx37(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx37(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5314
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx39(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5315
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx39(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx39(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5251
5316
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5252
5317
  switch (child.type) {
5253
5318
  case ActionSheetHeader:
@@ -5257,10 +5322,10 @@ var ActionSheet = (props) => {
5257
5322
  return true;
5258
5323
  }
5259
5324
  return true;
5260
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx37(Fragment11, {});
5325
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx39(Fragment11, {});
5261
5326
  return /* @__PURE__ */ jsxs13("div", { className: "k-actionsheet-container", children: [
5262
- overlay && /* @__PURE__ */ jsx37("div", { className: "k-overlay" }),
5263
- /* @__PURE__ */ jsx37(
5327
+ overlay && /* @__PURE__ */ jsx39("div", { className: "k-overlay" }),
5328
+ /* @__PURE__ */ jsx39(
5264
5329
  AnimationContainer,
5265
5330
  {
5266
5331
  animationStyle: {
@@ -5270,7 +5335,7 @@ var ActionSheet = (props) => {
5270
5335
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5271
5336
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5272
5337
  },
5273
- children: /* @__PURE__ */ jsx37(
5338
+ children: /* @__PURE__ */ jsx39(
5274
5339
  "div",
5275
5340
  {
5276
5341
  ...other,
@@ -5285,7 +5350,7 @@ var ActionSheet = (props) => {
5285
5350
  ),
5286
5351
  children: /* @__PURE__ */ jsxs13(Fragment11, { children: [
5287
5352
  _ActionSheetHeader,
5288
- /* @__PURE__ */ jsx37("div", { className: classNames(
5353
+ /* @__PURE__ */ jsx39("div", { className: classNames(
5289
5354
  "k-actionsheet-content",
5290
5355
  {
5291
5356
  "!k-overflow-hidden": adaptive
@@ -5299,15 +5364,15 @@ var ActionSheet = (props) => {
5299
5364
  )
5300
5365
  ] });
5301
5366
  };
5302
- ActionSheet.states = states21;
5303
- ActionSheet.options = options20;
5367
+ ActionSheet.states = states23;
5368
+ ActionSheet.options = options22;
5304
5369
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5305
- ActionSheet.defaultProps = defaultProps17;
5370
+ ActionSheet.defaultProps = defaultProps19;
5306
5371
 
5307
5372
  // src/searchbox/searchbox.spec.tsx
5308
- import { jsx as jsx38, jsxs as jsxs14 } from "react/jsx-runtime";
5373
+ import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5309
5374
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5310
- var states22 = [
5375
+ var states24 = [
5311
5376
  States.hover,
5312
5377
  States.focus,
5313
5378
  States.valid,
@@ -5316,12 +5381,12 @@ var states22 = [
5316
5381
  States.disabled,
5317
5382
  States.loading
5318
5383
  ];
5319
- var options21 = {
5384
+ var options23 = {
5320
5385
  size: [Size.small, Size.medium, Size.large],
5321
5386
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5322
5387
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5323
5388
  };
5324
- var defaultProps18 = {
5389
+ var defaultProps20 = {
5325
5390
  showIcon: true,
5326
5391
  icon: "search",
5327
5392
  size: Input.defaultProps.size,
@@ -5342,8 +5407,8 @@ var Searchbox = (props) => {
5342
5407
  required,
5343
5408
  loading,
5344
5409
  disabled,
5345
- showIcon = defaultProps18.showIcon,
5346
- icon = defaultProps18.icon,
5410
+ showIcon = defaultProps20.showIcon,
5411
+ icon = defaultProps20.icon,
5347
5412
  ...other
5348
5413
  } = props;
5349
5414
  return /* @__PURE__ */ jsxs14(
@@ -5362,25 +5427,25 @@ var Searchbox = (props) => {
5362
5427
  disabled,
5363
5428
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5364
5429
  children: [
5365
- showIcon && /* @__PURE__ */ jsx38(Icon, { className: "k-input-icon", icon }),
5366
- /* @__PURE__ */ jsx38(InputInnerInput, { placeholder, value }),
5367
- /* @__PURE__ */ jsx38(InputLoadingIcon, { ...props }),
5368
- /* @__PURE__ */ jsx38(InputValidationIcon, { ...props }),
5369
- /* @__PURE__ */ jsx38(InputClearValue, { ...props })
5430
+ showIcon && /* @__PURE__ */ jsx40(Icon, { className: "k-input-icon", icon }),
5431
+ /* @__PURE__ */ jsx40(InputInnerInput, { placeholder, value }),
5432
+ /* @__PURE__ */ jsx40(InputLoadingIcon, { ...props }),
5433
+ /* @__PURE__ */ jsx40(InputValidationIcon, { ...props }),
5434
+ /* @__PURE__ */ jsx40(InputClearValue, { ...props })
5370
5435
  ]
5371
5436
  }
5372
5437
  );
5373
5438
  };
5374
- Searchbox.states = states22;
5375
- Searchbox.options = options21;
5439
+ Searchbox.states = states24;
5440
+ Searchbox.options = options23;
5376
5441
  Searchbox.className = SEARCHBOX_CLASSNAME;
5377
- Searchbox.defaultProps = defaultProps18;
5442
+ Searchbox.defaultProps = defaultProps20;
5378
5443
 
5379
5444
  // src/searchbox/templates/searchbox-normal.tsx
5380
- import { jsx as jsx39 } from "react/jsx-runtime";
5445
+ import { jsx as jsx41 } from "react/jsx-runtime";
5381
5446
 
5382
5447
  // src/action-sheet/actionsheet-header.tsx
5383
- import { Fragment as Fragment12, jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
5448
+ import { Fragment as Fragment12, jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
5384
5449
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5385
5450
  var ActionSheetHeader = (props) => {
5386
5451
  const {
@@ -5390,7 +5455,7 @@ var ActionSheetHeader = (props) => {
5390
5455
  filter,
5391
5456
  ...other
5392
5457
  } = props;
5393
- return /* @__PURE__ */ jsx40(
5458
+ return /* @__PURE__ */ jsx42(
5394
5459
  "div",
5395
5460
  {
5396
5461
  ...other,
@@ -5400,28 +5465,28 @@ var ActionSheetHeader = (props) => {
5400
5465
  ),
5401
5466
  children: /* @__PURE__ */ jsxs15(Fragment12, { children: [
5402
5467
  /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5403
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx40(Fragment12, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5404
- title !== "" && /* @__PURE__ */ jsx40("div", { className: "k-text-center", children: title }),
5405
- subTitle !== "" && /* @__PURE__ */ jsx40("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5468
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx42(Fragment12, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5469
+ title !== "" && /* @__PURE__ */ jsx42("div", { className: "k-text-center", children: title }),
5470
+ subTitle !== "" && /* @__PURE__ */ jsx42("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5406
5471
  ] }) }),
5407
- props.children && /* @__PURE__ */ jsx40("div", { className: "k-actionsheet-title", children: props.children }),
5408
- actions && /* @__PURE__ */ jsx40(Fragment12, { children: /* @__PURE__ */ jsx40("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx40(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5472
+ props.children && /* @__PURE__ */ jsx42("div", { className: "k-actionsheet-title", children: props.children }),
5473
+ actions && /* @__PURE__ */ jsx42(Fragment12, { children: /* @__PURE__ */ jsx42("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx42(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5409
5474
  ] }),
5410
- filter && /* @__PURE__ */ jsx40(Fragment12, { children: /* @__PURE__ */ jsx40("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx40(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5475
+ filter && /* @__PURE__ */ jsx42(Fragment12, { children: /* @__PURE__ */ jsx42("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx42(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5411
5476
  ] })
5412
5477
  }
5413
5478
  );
5414
5479
  };
5415
5480
 
5416
5481
  // src/action-sheet/actionsheet-footer.tsx
5417
- import { Fragment as Fragment13, jsx as jsx41, jsxs as jsxs16 } from "react/jsx-runtime";
5482
+ import { Fragment as Fragment13, jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
5418
5483
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5419
5484
  var ActionSheetFooter = (props) => {
5420
5485
  const {
5421
5486
  actions,
5422
5487
  ...other
5423
5488
  } = props;
5424
- return /* @__PURE__ */ jsx41(
5489
+ return /* @__PURE__ */ jsx43(
5425
5490
  action_buttons_spec_default,
5426
5491
  {
5427
5492
  ...other,
@@ -5433,14 +5498,14 @@ var ActionSheetFooter = (props) => {
5433
5498
  children: /* @__PURE__ */ jsxs16(Fragment13, { children: [
5434
5499
  actions && actions.map((action, index) => {
5435
5500
  if (action === "|") {
5436
- return /* @__PURE__ */ jsx41("span", { className: "k-separator" }, index);
5501
+ return /* @__PURE__ */ jsx43("span", { className: "k-separator" }, index);
5437
5502
  }
5438
5503
  if (action === " ") {
5439
- return /* @__PURE__ */ jsx41("span", { className: "k-spacer" }, index);
5504
+ return /* @__PURE__ */ jsx43("span", { className: "k-spacer" }, index);
5440
5505
  }
5441
5506
  const importantFlag = action.startsWith("!");
5442
5507
  const actionName = importantFlag ? action.substring(1) : action;
5443
- return /* @__PURE__ */ jsx41(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5508
+ return /* @__PURE__ */ jsx43(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5444
5509
  }),
5445
5510
  !actions && props.children
5446
5511
  ] })
@@ -5449,12 +5514,12 @@ var ActionSheetFooter = (props) => {
5449
5514
  };
5450
5515
 
5451
5516
  // src/action-sheet/actionsheet-items.tsx
5452
- import { jsx as jsx42 } from "react/jsx-runtime";
5517
+ import { jsx as jsx44 } from "react/jsx-runtime";
5453
5518
  var ActionSheetItems = (props) => {
5454
5519
  const {
5455
5520
  ...other
5456
5521
  } = props;
5457
- return /* @__PURE__ */ jsx42(
5522
+ return /* @__PURE__ */ jsx44(
5458
5523
  "div",
5459
5524
  {
5460
5525
  ...other,
@@ -5468,8 +5533,8 @@ var ActionSheetItems = (props) => {
5468
5533
  };
5469
5534
 
5470
5535
  // src/action-sheet/actionsheet-item.tsx
5471
- import { Fragment as Fragment14, jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
5472
- var states23 = [
5536
+ import { Fragment as Fragment14, jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5537
+ var states25 = [
5473
5538
  States.hover,
5474
5539
  States.focus,
5475
5540
  States.selected,
@@ -5477,23 +5542,23 @@ var states23 = [
5477
5542
  ];
5478
5543
 
5479
5544
  // src/nodata/nodata.tsx
5480
- import { jsx as jsx44 } from "react/jsx-runtime";
5545
+ import { jsx as jsx46 } from "react/jsx-runtime";
5481
5546
  var className9 = `k-nodata`;
5482
- var NoData = (props) => /* @__PURE__ */ jsx44("span", { className: classNames(className9, props.className), children: props.children });
5547
+ var NoData = (props) => /* @__PURE__ */ jsx46("span", { className: classNames(className9, props.className), children: props.children });
5483
5548
 
5484
5549
  // src/list/list.spec.tsx
5485
- import { jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
5550
+ import { jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5486
5551
  var LIST_CLASSNAME = `k-list`;
5487
- var states24 = [];
5488
- var options22 = {
5552
+ var states26 = [];
5553
+ var options24 = {
5489
5554
  size: [Size.small, Size.medium, Size.large]
5490
5555
  };
5491
- var defaultProps19 = {
5556
+ var defaultProps21 = {
5492
5557
  size: Size.medium
5493
5558
  };
5494
5559
  var List = (props) => {
5495
5560
  const {
5496
- size = defaultProps19.size,
5561
+ size = defaultProps21.size,
5497
5562
  virtualization,
5498
5563
  children,
5499
5564
  optionLabel,
@@ -5510,7 +5575,7 @@ var List = (props) => {
5510
5575
  listHeader = child.props.label;
5511
5576
  child.props.children.map((optChild, index2) => {
5512
5577
  listChildren.push(
5513
- /* @__PURE__ */ jsx45(
5578
+ /* @__PURE__ */ jsx47(
5514
5579
  ListItem,
5515
5580
  {
5516
5581
  ...optChild.props
@@ -5526,7 +5591,7 @@ var List = (props) => {
5526
5591
  groupLabel = child.props.label;
5527
5592
  }
5528
5593
  listChildren.push(
5529
- /* @__PURE__ */ jsx45(
5594
+ /* @__PURE__ */ jsx47(
5530
5595
  ListItem,
5531
5596
  {
5532
5597
  className: index2 === 0 ? "k-first" : "",
@@ -5538,14 +5603,14 @@ var List = (props) => {
5538
5603
  );
5539
5604
  });
5540
5605
  }
5541
- listGroup = /* @__PURE__ */ jsx45(ListGroup, { label: listHeader, virtualization, children: listChildren });
5606
+ listGroup = /* @__PURE__ */ jsx47(ListGroup, { label: listHeader, virtualization, children: listChildren });
5542
5607
  } else if (child.type === ListItem) {
5543
- listChildren.push(/* @__PURE__ */ jsx45(ListItem, { ...child.props }, `${child.type}-${index}`));
5544
- listContent = /* @__PURE__ */ jsx45(ListContent, { virtualization, children: listChildren });
5608
+ listChildren.push(/* @__PURE__ */ jsx47(ListItem, { ...child.props }, `${child.type}-${index}`));
5609
+ listContent = /* @__PURE__ */ jsx47(ListContent, { virtualization, children: listChildren });
5545
5610
  }
5546
5611
  });
5547
5612
  } else {
5548
- listContent = /* @__PURE__ */ jsx45(NoData, { children: "No data found." });
5613
+ listContent = /* @__PURE__ */ jsx47(NoData, { children: "No data found." });
5549
5614
  }
5550
5615
  return /* @__PURE__ */ jsxs18(
5551
5616
  "div",
@@ -5569,24 +5634,24 @@ var List = (props) => {
5569
5634
  }
5570
5635
  );
5571
5636
  };
5572
- List.states = states24;
5573
- List.options = options22;
5637
+ List.states = states26;
5638
+ List.options = options24;
5574
5639
  List.className = LIST_CLASSNAME;
5575
- List.defaultProps = defaultProps19;
5640
+ List.defaultProps = defaultProps21;
5576
5641
 
5577
5642
  // src/list/list-angular.spec.tsx
5578
- import { jsx as jsx46, jsxs as jsxs19 } from "react/jsx-runtime";
5643
+ import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
5579
5644
  var LISTANGULAR_CLASSNAME = `k-list`;
5580
- var states25 = [];
5581
- var options23 = {
5645
+ var states27 = [];
5646
+ var options25 = {
5582
5647
  size: [Size.small, Size.medium, Size.large]
5583
5648
  };
5584
- var defaultProps20 = {
5649
+ var defaultProps22 = {
5585
5650
  size: Size.medium
5586
5651
  };
5587
5652
  var ListAngular = (props) => {
5588
5653
  const {
5589
- size = defaultProps20.size,
5654
+ size = defaultProps22.size,
5590
5655
  virtualization,
5591
5656
  children,
5592
5657
  ...other
@@ -5602,7 +5667,7 @@ var ListAngular = (props) => {
5602
5667
  listHeader = child.props.label;
5603
5668
  child.props.children.map((optChild, index2) => {
5604
5669
  listChildren.push(
5605
- /* @__PURE__ */ jsx46(
5670
+ /* @__PURE__ */ jsx48(
5606
5671
  ListItem,
5607
5672
  {
5608
5673
  ...optChild.props
@@ -5613,7 +5678,7 @@ var ListAngular = (props) => {
5613
5678
  });
5614
5679
  } else {
5615
5680
  listChildren.push(
5616
- /* @__PURE__ */ jsx46(
5681
+ /* @__PURE__ */ jsx48(
5617
5682
  ListGroupItem,
5618
5683
  {
5619
5684
  ...child.props,
@@ -5624,7 +5689,7 @@ var ListAngular = (props) => {
5624
5689
  );
5625
5690
  child.props.children.map((optChild, index2) => {
5626
5691
  listChildren.push(
5627
- /* @__PURE__ */ jsx46(
5692
+ /* @__PURE__ */ jsx48(
5628
5693
  ListItem,
5629
5694
  {
5630
5695
  ...optChild.props
@@ -5634,14 +5699,14 @@ var ListAngular = (props) => {
5634
5699
  );
5635
5700
  });
5636
5701
  }
5637
- listGroup = /* @__PURE__ */ jsx46(ListGroup, { label: listHeader, virtualization, children: listChildren });
5702
+ listGroup = /* @__PURE__ */ jsx48(ListGroup, { label: listHeader, virtualization, children: listChildren });
5638
5703
  } else if (child.type === ListItem) {
5639
- listChildren.push(/* @__PURE__ */ jsx46(ListItem, { ...child.props }, `${child.type}-${index}`));
5640
- listContent = /* @__PURE__ */ jsx46(ListContent, { virtualization, children: listChildren });
5704
+ listChildren.push(/* @__PURE__ */ jsx48(ListItem, { ...child.props }, `${child.type}-${index}`));
5705
+ listContent = /* @__PURE__ */ jsx48(ListContent, { virtualization, children: listChildren });
5641
5706
  }
5642
5707
  });
5643
5708
  } else {
5644
- listContent = /* @__PURE__ */ jsx46(NoData, { children: "No data found." });
5709
+ listContent = /* @__PURE__ */ jsx48(NoData, { children: "No data found." });
5645
5710
  }
5646
5711
  return /* @__PURE__ */ jsxs19(
5647
5712
  "div",
@@ -5664,22 +5729,22 @@ var ListAngular = (props) => {
5664
5729
  }
5665
5730
  );
5666
5731
  };
5667
- ListAngular.states = states25;
5668
- ListAngular.options = options23;
5732
+ ListAngular.states = states27;
5733
+ ListAngular.options = options25;
5669
5734
  ListAngular.className = LISTANGULAR_CLASSNAME;
5670
- ListAngular.defaultProps = defaultProps20;
5735
+ ListAngular.defaultProps = defaultProps22;
5671
5736
 
5672
5737
  // src/list/list-item.spec.tsx
5673
- import { jsx as jsx47, jsxs as jsxs20 } from "react/jsx-runtime";
5738
+ import { jsx as jsx49, jsxs as jsxs20 } from "react/jsx-runtime";
5674
5739
  var LISTITEM_CLASSNAME = `k-list-item`;
5675
- var states26 = [
5740
+ var states28 = [
5676
5741
  States.hover,
5677
5742
  States.focus,
5678
5743
  States.selected,
5679
5744
  States.disabled
5680
5745
  ];
5681
- var options24 = {};
5682
- var defaultProps21 = {};
5746
+ var options26 = {};
5747
+ var defaultProps23 = {};
5683
5748
  var ListItem = (props) => {
5684
5749
  const {
5685
5750
  text,
@@ -5710,66 +5775,66 @@ var ListItem = (props) => {
5710
5775
  })
5711
5776
  ),
5712
5777
  children: [
5713
- showCheckbox && /* @__PURE__ */ jsx47(Checkbox, { checked }),
5714
- showIcon && /* @__PURE__ */ jsx47(Icon, { icon: iconName }),
5715
- /* @__PURE__ */ jsx47("span", { className: "k-list-item-text", children: textOrChildren }),
5716
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx47("div", { className: "k-list-item-group-label", children: groupLabel })
5778
+ showCheckbox && /* @__PURE__ */ jsx49(Checkbox, { checked }),
5779
+ showIcon && /* @__PURE__ */ jsx49(Icon, { icon: iconName }),
5780
+ /* @__PURE__ */ jsx49("span", { className: "k-list-item-text", children: textOrChildren }),
5781
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx49("div", { className: "k-list-item-group-label", children: groupLabel })
5717
5782
  ]
5718
5783
  }
5719
5784
  );
5720
5785
  };
5721
- ListItem.states = states26;
5722
- ListItem.options = options24;
5786
+ ListItem.states = states28;
5787
+ ListItem.options = options26;
5723
5788
  ListItem.className = LISTITEM_CLASSNAME;
5724
- ListItem.defaultProps = defaultProps21;
5789
+ ListItem.defaultProps = defaultProps23;
5725
5790
 
5726
5791
  // src/list/list-content.tsx
5727
- import { jsx as jsx48, jsxs as jsxs21 } from "react/jsx-runtime";
5792
+ import { jsx as jsx50, jsxs as jsxs21 } from "react/jsx-runtime";
5728
5793
  var className10 = `k-list-content`;
5729
5794
  var ListContent = (props) => {
5730
5795
  const {
5731
5796
  virtualization
5732
5797
  } = props;
5733
5798
  return /* @__PURE__ */ jsxs21("div", { className: classNames(className10, props.className), children: [
5734
- /* @__PURE__ */ jsx48("ul", { className: classNames("k-list-ul"), children: props.children }),
5735
- virtualization && /* @__PURE__ */ jsx48("div", { className: "k-height-container", children: /* @__PURE__ */ jsx48("div", {}) })
5799
+ /* @__PURE__ */ jsx50("ul", { className: classNames("k-list-ul"), children: props.children }),
5800
+ virtualization && /* @__PURE__ */ jsx50("div", { className: "k-height-container", children: /* @__PURE__ */ jsx50("div", {}) })
5736
5801
  ] });
5737
5802
  };
5738
5803
 
5739
5804
  // src/list/list-header.tsx
5740
- import { jsx as jsx49 } from "react/jsx-runtime";
5805
+ import { jsx as jsx51 } from "react/jsx-runtime";
5741
5806
  var className11 = `k-list-group-sticky-header`;
5742
- var ListHeader = (props) => /* @__PURE__ */ jsx49("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx49("div", { className: "k-list-header-text", children: props.children }) });
5807
+ var ListHeader = (props) => /* @__PURE__ */ jsx51("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx51("div", { className: "k-list-header-text", children: props.children }) });
5743
5808
 
5744
5809
  // src/list/list-group.tsx
5745
- import { Fragment as Fragment15, jsx as jsx50, jsxs as jsxs22 } from "react/jsx-runtime";
5810
+ import { Fragment as Fragment15, jsx as jsx52, jsxs as jsxs22 } from "react/jsx-runtime";
5746
5811
  var ListGroup = (props) => {
5747
5812
  const {
5748
5813
  virtualization,
5749
5814
  label
5750
5815
  } = props;
5751
5816
  return /* @__PURE__ */ jsxs22(Fragment15, { children: [
5752
- label && /* @__PURE__ */ jsx50(ListHeader, { children: label }),
5753
- props.children && /* @__PURE__ */ jsx50(ListContent, { virtualization, children: props.children })
5817
+ label && /* @__PURE__ */ jsx52(ListHeader, { children: label }),
5818
+ props.children && /* @__PURE__ */ jsx52(ListContent, { virtualization, children: props.children })
5754
5819
  ] });
5755
5820
  };
5756
5821
 
5757
5822
  // src/list/list-group-item.tsx
5758
- import { jsx as jsx51 } from "react/jsx-runtime";
5823
+ import { jsx as jsx53 } from "react/jsx-runtime";
5759
5824
  var className12 = `k-list-group-item`;
5760
- var ListGroupItem = (props) => /* @__PURE__ */ jsx51("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx51("span", { className: "k-list-item-text", children: props.children }) });
5825
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx53("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx53("span", { className: "k-list-item-text", children: props.children }) });
5761
5826
 
5762
5827
  // src/list/list-option-label.tsx
5763
- import { jsx as jsx52 } from "react/jsx-runtime";
5828
+ import { jsx as jsx54 } from "react/jsx-runtime";
5764
5829
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5765
- var states27 = [
5830
+ var states29 = [
5766
5831
  States.hover,
5767
5832
  States.focus,
5768
5833
  States.selected,
5769
5834
  States.disabled
5770
5835
  ];
5771
- var options25 = {};
5772
- var defaultProps22 = {};
5836
+ var options27 = {};
5837
+ var defaultProps24 = {};
5773
5838
  var ListOptionLabel = (props) => {
5774
5839
  const {
5775
5840
  text,
@@ -5779,7 +5844,7 @@ var ListOptionLabel = (props) => {
5779
5844
  disabled,
5780
5845
  ...other
5781
5846
  } = props;
5782
- return /* @__PURE__ */ jsx52(
5847
+ return /* @__PURE__ */ jsx54(
5783
5848
  "div",
5784
5849
  {
5785
5850
  ...other,
@@ -5796,36 +5861,36 @@ var ListOptionLabel = (props) => {
5796
5861
  }
5797
5862
  );
5798
5863
  };
5799
- ListOptionLabel.states = states27;
5800
- ListOptionLabel.options = options25;
5864
+ ListOptionLabel.states = states29;
5865
+ ListOptionLabel.options = options27;
5801
5866
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5802
- ListOptionLabel.defaultProps = defaultProps22;
5867
+ ListOptionLabel.defaultProps = defaultProps24;
5803
5868
 
5804
5869
  // src/list/templates/list-normal.tsx
5805
- import { jsx as jsx53 } from "react/jsx-runtime";
5870
+ import { jsx as jsx55 } from "react/jsx-runtime";
5806
5871
 
5807
5872
  // src/list/templates/list-virtualization.tsx
5808
- import { jsx as jsx54 } from "react/jsx-runtime";
5873
+ import { jsx as jsx56 } from "react/jsx-runtime";
5809
5874
 
5810
5875
  // src/list/templates/list-grouping.tsx
5811
- import { jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
5876
+ import { jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
5812
5877
 
5813
5878
  // src/list/templates/list-virualization-grouping.tsx
5814
- import { jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
5879
+ import { jsx as jsx58, jsxs as jsxs24 } from "react/jsx-runtime";
5815
5880
 
5816
5881
  // src/list/templates/list-virtualization-angular.tsx
5817
- import { jsx as jsx57 } from "react/jsx-runtime";
5882
+ import { jsx as jsx59 } from "react/jsx-runtime";
5818
5883
 
5819
5884
  // src/list/templates/list-grouping-angular.tsx
5820
- import { jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
5885
+ import { jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
5821
5886
 
5822
5887
  // src/list/templates/list-virualization-grouping-angular.tsx
5823
- import { jsx as jsx59, jsxs as jsxs26 } from "react/jsx-runtime";
5888
+ import { jsx as jsx61, jsxs as jsxs26 } from "react/jsx-runtime";
5824
5889
 
5825
5890
  // src/combobox/combobox.spec.tsx
5826
- import { Fragment as Fragment16, jsx as jsx60, jsxs as jsxs27 } from "react/jsx-runtime";
5891
+ import { Fragment as Fragment16, jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
5827
5892
  var COMBOBOX_CLASSNAME = `k-combobox`;
5828
- var states28 = [
5893
+ var states30 = [
5829
5894
  States.hover,
5830
5895
  States.focus,
5831
5896
  States.valid,
@@ -5835,12 +5900,12 @@ var states28 = [
5835
5900
  States.disabled,
5836
5901
  States.readonly
5837
5902
  ];
5838
- var defaultProps23 = {
5903
+ var defaultProps25 = {
5839
5904
  size: Input.defaultProps.size,
5840
5905
  rounded: Input.defaultProps.rounded,
5841
5906
  fillMode: Input.defaultProps.fillMode
5842
5907
  };
5843
- var options26 = {
5908
+ var options28 = {
5844
5909
  size: [Size.small, Size.medium, Size.large],
5845
5910
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5846
5911
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5886,9 +5951,9 @@ var Combobox = (props) => {
5886
5951
  readonly,
5887
5952
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5888
5953
  children: [
5889
- /* @__PURE__ */ jsx60(InputPrefix, { children: prefix }),
5890
- /* @__PURE__ */ jsx60(InputInnerInput, { placeholder, value }),
5891
- /* @__PURE__ */ jsx60(
5954
+ /* @__PURE__ */ jsx62(InputPrefix, { children: prefix }),
5955
+ /* @__PURE__ */ jsx62(InputInnerInput, { placeholder, value }),
5956
+ /* @__PURE__ */ jsx62(
5892
5957
  InputValidationIcon,
5893
5958
  {
5894
5959
  valid,
@@ -5897,14 +5962,14 @@ var Combobox = (props) => {
5897
5962
  disabled
5898
5963
  }
5899
5964
  ),
5900
- /* @__PURE__ */ jsx60(
5965
+ /* @__PURE__ */ jsx62(
5901
5966
  InputLoadingIcon,
5902
5967
  {
5903
5968
  loading,
5904
5969
  disabled
5905
5970
  }
5906
5971
  ),
5907
- /* @__PURE__ */ jsx60(
5972
+ /* @__PURE__ */ jsx62(
5908
5973
  InputClearValue,
5909
5974
  {
5910
5975
  loading,
@@ -5913,8 +5978,8 @@ var Combobox = (props) => {
5913
5978
  value
5914
5979
  }
5915
5980
  ),
5916
- /* @__PURE__ */ jsx60(InputSuffix, { children: suffix }),
5917
- /* @__PURE__ */ jsx60(
5981
+ /* @__PURE__ */ jsx62(InputSuffix, { children: suffix }),
5982
+ /* @__PURE__ */ jsx62(
5918
5983
  Button,
5919
5984
  {
5920
5985
  className: "k-input-button",
@@ -5927,9 +5992,9 @@ var Combobox = (props) => {
5927
5992
  ]
5928
5993
  }
5929
5994
  ),
5930
- opened && popup && /* @__PURE__ */ jsx60(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5995
+ opened && popup && /* @__PURE__ */ jsx62(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5931
5996
  adaptive && /* @__PURE__ */ jsxs27(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5932
- /* @__PURE__ */ jsx60(
5997
+ /* @__PURE__ */ jsx62(
5933
5998
  ActionSheetHeader,
5934
5999
  {
5935
6000
  actions: ["x"],
@@ -5937,35 +6002,35 @@ var Combobox = (props) => {
5937
6002
  title: "Select Item"
5938
6003
  }
5939
6004
  ),
5940
- /* @__PURE__ */ jsx60("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs27(List, { size: "large", children: [
5941
- /* @__PURE__ */ jsx60(ListItem, { text: "List item" }),
5942
- /* @__PURE__ */ jsx60(ListItem, { text: "List item" }),
5943
- /* @__PURE__ */ jsx60(ListItem, { text: "List item" })
6005
+ /* @__PURE__ */ jsx62("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs27(List, { size: "large", children: [
6006
+ /* @__PURE__ */ jsx62(ListItem, { text: "List item" }),
6007
+ /* @__PURE__ */ jsx62(ListItem, { text: "List item" }),
6008
+ /* @__PURE__ */ jsx62(ListItem, { text: "List item" })
5944
6009
  ] }) })
5945
6010
  ] })
5946
6011
  ] });
5947
6012
  };
5948
- Combobox.states = states28;
5949
- Combobox.options = options26;
6013
+ Combobox.states = states30;
6014
+ Combobox.options = options28;
5950
6015
  Combobox.className = COMBOBOX_CLASSNAME;
5951
- Combobox.defaultProps = defaultProps23;
6016
+ Combobox.defaultProps = defaultProps25;
5952
6017
 
5953
6018
  // src/combobox/templates/combobox-normal.tsx
5954
- import { jsx as jsx61 } from "react/jsx-runtime";
6019
+ import { jsx as jsx63 } from "react/jsx-runtime";
5955
6020
 
5956
6021
  // src/combobox/templates/combobox-popup.tsx
5957
- import { jsx as jsx62, jsxs as jsxs28 } from "react/jsx-runtime";
6022
+ import { jsx as jsx64, jsxs as jsxs28 } from "react/jsx-runtime";
5958
6023
 
5959
6024
  // src/combobox/templates/combobox-grouping.tsx
5960
- import { jsx as jsx63, jsxs as jsxs29 } from "react/jsx-runtime";
6025
+ import { jsx as jsx65, jsxs as jsxs29 } from "react/jsx-runtime";
5961
6026
 
5962
6027
  // src/combobox/templates/combobox-adaptive.tsx
5963
- import { jsx as jsx64 } from "react/jsx-runtime";
6028
+ import { jsx as jsx66 } from "react/jsx-runtime";
5964
6029
 
5965
6030
  // src/dropdownlist/dropdownlist.spec.tsx
5966
- import { Fragment as Fragment17, jsx as jsx65, jsxs as jsxs30 } from "react/jsx-runtime";
6031
+ import { Fragment as Fragment17, jsx as jsx67, jsxs as jsxs30 } from "react/jsx-runtime";
5967
6032
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5968
- var states29 = [
6033
+ var states31 = [
5969
6034
  States.hover,
5970
6035
  States.focus,
5971
6036
  States.valid,
@@ -5975,12 +6040,12 @@ var states29 = [
5975
6040
  States.loading,
5976
6041
  States.readonly
5977
6042
  ];
5978
- var options27 = {
6043
+ var options29 = {
5979
6044
  size: [Size.small, Size.medium, Size.large],
5980
6045
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5981
6046
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5982
6047
  };
5983
- var defaultProps24 = {
6048
+ var defaultProps26 = {
5984
6049
  showValue: true,
5985
6050
  arrowIconName: "caret-alt-down",
5986
6051
  size: Size.medium,
@@ -5990,7 +6055,7 @@ var defaultProps24 = {
5990
6055
  var DropdownList = (props) => {
5991
6056
  const {
5992
6057
  valueIconName,
5993
- arrowIconName = defaultProps24.arrowIconName,
6058
+ arrowIconName = defaultProps26.arrowIconName,
5994
6059
  prefix,
5995
6060
  suffix,
5996
6061
  value,
@@ -6006,7 +6071,7 @@ var DropdownList = (props) => {
6006
6071
  loading,
6007
6072
  disabled,
6008
6073
  readonly,
6009
- showValue = defaultProps24.showValue,
6074
+ showValue = defaultProps26.showValue,
6010
6075
  popup,
6011
6076
  opened,
6012
6077
  ...other
@@ -6035,8 +6100,8 @@ var DropdownList = (props) => {
6035
6100
  }
6036
6101
  ),
6037
6102
  children: [
6038
- /* @__PURE__ */ jsx65(InputPrefix, { children: prefix }),
6039
- /* @__PURE__ */ jsx65(
6103
+ /* @__PURE__ */ jsx67(InputPrefix, { children: prefix }),
6104
+ /* @__PURE__ */ jsx67(
6040
6105
  InputInnerSpan,
6041
6106
  {
6042
6107
  placeholder,
@@ -6045,7 +6110,7 @@ var DropdownList = (props) => {
6045
6110
  valueIconName
6046
6111
  }
6047
6112
  ),
6048
- /* @__PURE__ */ jsx65(
6113
+ /* @__PURE__ */ jsx67(
6049
6114
  InputValidationIcon,
6050
6115
  {
6051
6116
  valid,
@@ -6054,15 +6119,15 @@ var DropdownList = (props) => {
6054
6119
  disabled
6055
6120
  }
6056
6121
  ),
6057
- /* @__PURE__ */ jsx65(
6122
+ /* @__PURE__ */ jsx67(
6058
6123
  InputLoadingIcon,
6059
6124
  {
6060
6125
  loading,
6061
6126
  disabled
6062
6127
  }
6063
6128
  ),
6064
- /* @__PURE__ */ jsx65(InputSuffix, { children: suffix }),
6065
- /* @__PURE__ */ jsx65(
6129
+ /* @__PURE__ */ jsx67(InputSuffix, { children: suffix }),
6130
+ /* @__PURE__ */ jsx67(
6066
6131
  Button,
6067
6132
  {
6068
6133
  className: "k-input-button",
@@ -6075,40 +6140,40 @@ var DropdownList = (props) => {
6075
6140
  ]
6076
6141
  }
6077
6142
  ),
6078
- opened && popup && /* @__PURE__ */ jsx65(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6143
+ opened && popup && /* @__PURE__ */ jsx67(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6079
6144
  ] });
6080
6145
  };
6081
- DropdownList.states = states29;
6082
- DropdownList.options = options27;
6146
+ DropdownList.states = states31;
6147
+ DropdownList.options = options29;
6083
6148
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6084
- DropdownList.defaultProps = defaultProps24;
6149
+ DropdownList.defaultProps = defaultProps26;
6085
6150
 
6086
6151
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6087
- import { jsx as jsx66 } from "react/jsx-runtime";
6152
+ import { jsx as jsx68 } from "react/jsx-runtime";
6088
6153
 
6089
6154
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6090
- import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
6155
+ import { jsx as jsx69, jsxs as jsxs31 } from "react/jsx-runtime";
6091
6156
 
6092
6157
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6093
- import { Fragment as Fragment18, jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
6158
+ import { Fragment as Fragment18, jsx as jsx70, jsxs as jsxs32 } from "react/jsx-runtime";
6094
6159
 
6095
6160
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6096
- import { jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
6161
+ import { jsx as jsx71, jsxs as jsxs33 } from "react/jsx-runtime";
6097
6162
 
6098
6163
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6099
- import { Fragment as Fragment19, jsx as jsx70, jsxs as jsxs34 } from "react/jsx-runtime";
6164
+ import { Fragment as Fragment19, jsx as jsx72, jsxs as jsxs34 } from "react/jsx-runtime";
6100
6165
 
6101
6166
  // src/menu-button/menu-button.spec.tsx
6102
- import { Fragment as Fragment20, jsx as jsx71, jsxs as jsxs35 } from "react/jsx-runtime";
6167
+ import { Fragment as Fragment20, jsx as jsx73, jsxs as jsxs35 } from "react/jsx-runtime";
6103
6168
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6104
- var states30 = [
6169
+ var states32 = [
6105
6170
  States.hover,
6106
6171
  States.focus,
6107
6172
  States.active,
6108
6173
  States.selected,
6109
6174
  States.disabled
6110
6175
  ];
6111
- var options28 = {
6176
+ var options30 = {
6112
6177
  size: [Size.small, Size.medium, Size.large],
6113
6178
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6114
6179
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6126,7 +6191,7 @@ var options28 = {
6126
6191
  ThemeColor.inverse
6127
6192
  ]
6128
6193
  };
6129
- var defaultProps25 = {
6194
+ var defaultProps27 = {
6130
6195
  size: Size.medium,
6131
6196
  rounded: Roundness.medium,
6132
6197
  fillMode: FillMode.solid,
@@ -6136,10 +6201,10 @@ var defaultProps25 = {
6136
6201
  };
6137
6202
  var MenuButton = (props) => {
6138
6203
  const {
6139
- size = defaultProps25.size,
6140
- rounded = defaultProps25.rounded,
6141
- fillMode = defaultProps25.fillMode,
6142
- themeColor = defaultProps25.themeColor,
6204
+ size = defaultProps27.size,
6205
+ rounded = defaultProps27.rounded,
6206
+ fillMode = defaultProps27.fillMode,
6207
+ themeColor = defaultProps27.themeColor,
6143
6208
  hover,
6144
6209
  focus,
6145
6210
  active,
@@ -6147,14 +6212,14 @@ var MenuButton = (props) => {
6147
6212
  disabled,
6148
6213
  icon,
6149
6214
  text,
6150
- showArrow = defaultProps25.showArrow,
6151
- arrowIconName = defaultProps25.arrowIconName,
6215
+ showArrow = defaultProps27.showArrow,
6216
+ arrowIconName = defaultProps27.arrowIconName,
6152
6217
  popup,
6153
6218
  opened,
6154
6219
  ...other
6155
6220
  } = props;
6156
6221
  return /* @__PURE__ */ jsxs35(Fragment20, { children: [
6157
- /* @__PURE__ */ jsx71(
6222
+ /* @__PURE__ */ jsx73(
6158
6223
  Button,
6159
6224
  {
6160
6225
  ...other,
@@ -6177,35 +6242,35 @@ var MenuButton = (props) => {
6177
6242
  arrowIconName
6178
6243
  }
6179
6244
  ),
6180
- opened && popup && /* @__PURE__ */ jsx71(Popup, { className: "k-menu-popup", children: popup })
6245
+ opened && popup && /* @__PURE__ */ jsx73(Popup, { className: "k-menu-popup", children: popup })
6181
6246
  ] });
6182
6247
  };
6183
- MenuButton.states = states30;
6184
- MenuButton.options = options28;
6248
+ MenuButton.states = states32;
6249
+ MenuButton.options = options30;
6185
6250
  MenuButton.className = MENUBUTTON_CLASSNAME;
6186
- MenuButton.defaultProps = defaultProps25;
6251
+ MenuButton.defaultProps = defaultProps27;
6187
6252
 
6188
6253
  // src/menu-button/templates/icon-menu-button.tsx
6189
- import { jsx as jsx72 } from "react/jsx-runtime";
6254
+ import { jsx as jsx74 } from "react/jsx-runtime";
6190
6255
 
6191
6256
  // src/menu-button/templates/icon-text-menu-button.tsx
6192
- import { jsx as jsx73 } from "react/jsx-runtime";
6257
+ import { jsx as jsx75 } from "react/jsx-runtime";
6193
6258
 
6194
6259
  // src/menu-button/templates/text-menu-button.tsx
6195
- import { jsx as jsx74 } from "react/jsx-runtime";
6260
+ import { jsx as jsx76 } from "react/jsx-runtime";
6196
6261
 
6197
6262
  // src/menu/menu-item.spec.tsx
6198
- import { Fragment as Fragment21, jsx as jsx75, jsxs as jsxs36 } from "react/jsx-runtime";
6263
+ import { Fragment as Fragment21, jsx as jsx77, jsxs as jsxs36 } from "react/jsx-runtime";
6199
6264
  var MENUITEM_CLASSNAME = `k-menu-item`;
6200
- var states31 = [
6265
+ var states33 = [
6201
6266
  States.hover,
6202
6267
  States.focus,
6203
6268
  States.active,
6204
6269
  States.selected,
6205
6270
  States.disabled
6206
6271
  ];
6207
- var options29 = {};
6208
- var defaultProps26 = {
6272
+ var options31 = {};
6273
+ var defaultProps28 = {
6209
6274
  dir: "ltr"
6210
6275
  };
6211
6276
  var MenuItem = (props) => {
@@ -6219,11 +6284,11 @@ var MenuItem = (props) => {
6219
6284
  text,
6220
6285
  showArrow,
6221
6286
  arrowIconName,
6222
- dir = defaultProps26.dir,
6287
+ dir = defaultProps28.dir,
6223
6288
  children,
6224
6289
  ...other
6225
6290
  } = props;
6226
- const contentTemplate = /* @__PURE__ */ jsx75(Fragment21, {});
6291
+ const contentTemplate = /* @__PURE__ */ jsx77(Fragment21, {});
6227
6292
  if (children) {
6228
6293
  children.forEach((child) => {
6229
6294
  const component = child.type;
@@ -6265,9 +6330,9 @@ var MenuItem = (props) => {
6265
6330
  })
6266
6331
  ),
6267
6332
  children: [
6268
- icon && /* @__PURE__ */ jsx75(Icon, { className: "k-menu-link-icon", icon }),
6269
- /* @__PURE__ */ jsx75("span", { className: "k-menu-link-text", children: text }),
6270
- showArrow && /* @__PURE__ */ jsx75("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx75(Icon, { icon: expandArrowName }) })
6333
+ icon && /* @__PURE__ */ jsx77(Icon, { className: "k-menu-link-icon", icon }),
6334
+ /* @__PURE__ */ jsx77("span", { className: "k-menu-link-text", children: text }),
6335
+ showArrow && /* @__PURE__ */ jsx77("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx77(Icon, { icon: expandArrowName }) })
6271
6336
  ]
6272
6337
  }
6273
6338
  ),
@@ -6276,24 +6341,24 @@ var MenuItem = (props) => {
6276
6341
  }
6277
6342
  );
6278
6343
  };
6279
- MenuItem.states = states31;
6280
- MenuItem.options = options29;
6344
+ MenuItem.states = states33;
6345
+ MenuItem.options = options31;
6281
6346
  MenuItem.className = MENUITEM_CLASSNAME;
6282
- MenuItem.defaultProps = defaultProps26;
6347
+ MenuItem.defaultProps = defaultProps28;
6283
6348
  var menu_item_spec_default = MenuItem;
6284
6349
 
6285
6350
  // src/menu/menu-separator.spec.tsx
6286
- import { jsx as jsx76 } from "react/jsx-runtime";
6351
+ import { jsx as jsx78 } from "react/jsx-runtime";
6287
6352
  var SEPARATOR_CLASSNAME = `k-separator`;
6288
- var defaultProps27 = {
6353
+ var defaultProps29 = {
6289
6354
  orientation: "horizontal"
6290
6355
  };
6291
6356
  var MenuSeparator = (props) => {
6292
6357
  const {
6293
- orientation = defaultProps27.orientation,
6358
+ orientation = defaultProps29.orientation,
6294
6359
  ...other
6295
6360
  } = props;
6296
- return /* @__PURE__ */ jsx76(
6361
+ return /* @__PURE__ */ jsx78(
6297
6362
  "li",
6298
6363
  {
6299
6364
  ...other,
@@ -6311,25 +6376,25 @@ var MenuSeparator = (props) => {
6311
6376
  var menu_separator_spec_default = MenuSeparator;
6312
6377
 
6313
6378
  // src/menu/menu-item-content.tsx
6314
- import { Fragment as Fragment22, jsx as jsx77 } from "react/jsx-runtime";
6379
+ import { Fragment as Fragment22, jsx as jsx79 } from "react/jsx-runtime";
6315
6380
 
6316
6381
  // src/menu/menu-list.spec.tsx
6317
- import { jsx as jsx78 } from "react/jsx-runtime";
6382
+ import { jsx as jsx80 } from "react/jsx-runtime";
6318
6383
  import { createElement } from "react";
6319
6384
  var MENULIST_CLASSNAME = `k-menu-group`;
6320
- var states32 = [];
6321
- var options30 = {
6385
+ var states34 = [];
6386
+ var options32 = {
6322
6387
  size: [Size.small, Size.medium, Size.large]
6323
6388
  };
6324
- var defaultProps28 = {
6389
+ var defaultProps30 = {
6325
6390
  size: Size.medium,
6326
6391
  dir: "ltr"
6327
6392
  };
6328
6393
  var MenuList = (props) => {
6329
6394
  const {
6330
6395
  children,
6331
- size = defaultProps28.size,
6332
- dir = defaultProps28.dir,
6396
+ size = defaultProps30.size,
6397
+ dir = defaultProps30.dir,
6333
6398
  ...other
6334
6399
  } = props;
6335
6400
  const listChildren = [];
@@ -6342,7 +6407,7 @@ var MenuList = (props) => {
6342
6407
  );
6343
6408
  } else if (child.type === menu_separator_spec_default) {
6344
6409
  listChildren.push(
6345
- /* @__PURE__ */ jsx78(menu_separator_spec_default, {})
6410
+ /* @__PURE__ */ jsx80(menu_separator_spec_default, {})
6346
6411
  );
6347
6412
  } else {
6348
6413
  listChildren.push(child);
@@ -6350,7 +6415,7 @@ var MenuList = (props) => {
6350
6415
  });
6351
6416
  }
6352
6417
  }
6353
- return /* @__PURE__ */ jsx78(
6418
+ return /* @__PURE__ */ jsx80(
6354
6419
  "ul",
6355
6420
  {
6356
6421
  ...other,
@@ -6365,25 +6430,25 @@ var MenuList = (props) => {
6365
6430
  }
6366
6431
  );
6367
6432
  };
6368
- MenuList.states = states32;
6369
- MenuList.options = options30;
6433
+ MenuList.states = states34;
6434
+ MenuList.options = options32;
6370
6435
  MenuList.className = MENULIST_CLASSNAME;
6371
- MenuList.defaultProps = defaultProps28;
6436
+ MenuList.defaultProps = defaultProps30;
6372
6437
 
6373
6438
  // src/menu-button/templates/menu-button-popup.tsx
6374
- import { jsx as jsx79, jsxs as jsxs37 } from "react/jsx-runtime";
6439
+ import { jsx as jsx81, jsxs as jsxs37 } from "react/jsx-runtime";
6375
6440
 
6376
6441
  // src/split-button/split-button.spec.tsx
6377
- import { Fragment as Fragment23, jsx as jsx80, jsxs as jsxs38 } from "react/jsx-runtime";
6442
+ import { Fragment as Fragment23, jsx as jsx82, jsxs as jsxs38 } from "react/jsx-runtime";
6378
6443
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6379
- var states33 = [
6444
+ var states35 = [
6380
6445
  States.hover,
6381
6446
  States.focus,
6382
6447
  States.active,
6383
6448
  States.selected,
6384
6449
  States.disabled
6385
6450
  ];
6386
- var options31 = {
6451
+ var options33 = {
6387
6452
  size: [Size.small, Size.medium, Size.large],
6388
6453
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6389
6454
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6401,7 +6466,7 @@ var options31 = {
6401
6466
  ThemeColor.inverse
6402
6467
  ]
6403
6468
  };
6404
- var defaultProps29 = {
6469
+ var defaultProps31 = {
6405
6470
  size: Size.medium,
6406
6471
  rounded: Roundness.medium,
6407
6472
  fillMode: FillMode.solid,
@@ -6410,10 +6475,10 @@ var defaultProps29 = {
6410
6475
  };
6411
6476
  var SplitButton = (props) => {
6412
6477
  const {
6413
- size = defaultProps29.size,
6414
- rounded = defaultProps29.rounded,
6415
- fillMode = defaultProps29.fillMode,
6416
- themeColor = defaultProps29.themeColor,
6478
+ size = defaultProps31.size,
6479
+ rounded = defaultProps31.rounded,
6480
+ fillMode = defaultProps31.fillMode,
6481
+ themeColor = defaultProps31.themeColor,
6417
6482
  hover,
6418
6483
  focus,
6419
6484
  active,
@@ -6421,7 +6486,7 @@ var SplitButton = (props) => {
6421
6486
  disabled,
6422
6487
  icon,
6423
6488
  text,
6424
- arrowIconName = defaultProps29.arrowIconName,
6489
+ arrowIconName = defaultProps31.arrowIconName,
6425
6490
  popup,
6426
6491
  opened,
6427
6492
  ...other
@@ -6440,7 +6505,7 @@ var SplitButton = (props) => {
6440
6505
  })
6441
6506
  ),
6442
6507
  children: [
6443
- /* @__PURE__ */ jsx80(
6508
+ /* @__PURE__ */ jsx82(
6444
6509
  Button,
6445
6510
  {
6446
6511
  text,
@@ -6457,7 +6522,7 @@ var SplitButton = (props) => {
6457
6522
  children: props.children
6458
6523
  }
6459
6524
  ),
6460
- /* @__PURE__ */ jsx80(
6525
+ /* @__PURE__ */ jsx82(
6461
6526
  Button,
6462
6527
  {
6463
6528
  className: "k-split-button-arrow",
@@ -6471,30 +6536,30 @@ var SplitButton = (props) => {
6471
6536
  ]
6472
6537
  }
6473
6538
  ),
6474
- opened && popup && /* @__PURE__ */ jsx80(Popup, { className: "k-menu-popup", children: popup })
6539
+ opened && popup && /* @__PURE__ */ jsx82(Popup, { className: "k-menu-popup", children: popup })
6475
6540
  ] });
6476
6541
  };
6477
- SplitButton.states = states33;
6478
- SplitButton.options = options31;
6542
+ SplitButton.states = states35;
6543
+ SplitButton.options = options33;
6479
6544
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6480
- SplitButton.defaultProps = defaultProps29;
6545
+ SplitButton.defaultProps = defaultProps31;
6481
6546
  var split_button_spec_default = SplitButton;
6482
6547
 
6483
6548
  // src/toolbar/toolbar.spec.tsx
6484
- import { jsx as jsx81 } from "react/jsx-runtime";
6549
+ import { jsx as jsx83 } from "react/jsx-runtime";
6485
6550
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6486
- var states34 = [
6551
+ var states36 = [
6487
6552
  States.focus
6488
6553
  ];
6489
- var options32 = {
6554
+ var options34 = {
6490
6555
  size: [Size.small, Size.medium, Size.large]
6491
6556
  };
6492
- var defaultProps30 = {
6557
+ var defaultProps32 = {
6493
6558
  size: Size.medium
6494
6559
  };
6495
6560
  var Toolbar = (props) => {
6496
6561
  const {
6497
- size = defaultProps30.size,
6562
+ size = defaultProps32.size,
6498
6563
  focus,
6499
6564
  resizable,
6500
6565
  ...other
@@ -6504,7 +6569,7 @@ var Toolbar = (props) => {
6504
6569
  const tempToolbarChildren = [];
6505
6570
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6506
6571
  tempToolbarChildren.push(
6507
- /* @__PURE__ */ jsx81(
6572
+ /* @__PURE__ */ jsx83(
6508
6573
  Button,
6509
6574
  {
6510
6575
  ...child.props,
@@ -6515,7 +6580,7 @@ var Toolbar = (props) => {
6515
6580
  );
6516
6581
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6517
6582
  tempToolbarChildren.push(
6518
- /* @__PURE__ */ jsx81(
6583
+ /* @__PURE__ */ jsx83(
6519
6584
  Button,
6520
6585
  {
6521
6586
  ...child.props,
@@ -6526,7 +6591,7 @@ var Toolbar = (props) => {
6526
6591
  );
6527
6592
  } else if (child.type === Button) {
6528
6593
  tempToolbarChildren.push(
6529
- /* @__PURE__ */ jsx81(
6594
+ /* @__PURE__ */ jsx83(
6530
6595
  Button,
6531
6596
  {
6532
6597
  ...child.props,
@@ -6537,7 +6602,7 @@ var Toolbar = (props) => {
6537
6602
  );
6538
6603
  } else if (child.type === MenuButton) {
6539
6604
  tempToolbarChildren.push(
6540
- /* @__PURE__ */ jsx81(
6605
+ /* @__PURE__ */ jsx83(
6541
6606
  MenuButton,
6542
6607
  {
6543
6608
  ...child.props,
@@ -6548,7 +6613,7 @@ var Toolbar = (props) => {
6548
6613
  );
6549
6614
  } else if (child.type === split_button_spec_default) {
6550
6615
  tempToolbarChildren.push(
6551
- /* @__PURE__ */ jsx81(
6616
+ /* @__PURE__ */ jsx83(
6552
6617
  split_button_spec_default,
6553
6618
  {
6554
6619
  ...child.props,
@@ -6562,7 +6627,7 @@ var Toolbar = (props) => {
6562
6627
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6563
6628
  childrenArray.forEach((button, bindex) => {
6564
6629
  buttonGroupItems.push(
6565
- /* @__PURE__ */ jsx81(
6630
+ /* @__PURE__ */ jsx83(
6566
6631
  Button,
6567
6632
  {
6568
6633
  ...button.props,
@@ -6573,7 +6638,7 @@ var Toolbar = (props) => {
6573
6638
  );
6574
6639
  });
6575
6640
  tempToolbarChildren.push(
6576
- /* @__PURE__ */ jsx81(
6641
+ /* @__PURE__ */ jsx83(
6577
6642
  ButtonGroup,
6578
6643
  {
6579
6644
  ...child.props,
@@ -6585,7 +6650,7 @@ var Toolbar = (props) => {
6585
6650
  );
6586
6651
  } else if (child.type === Combobox) {
6587
6652
  tempToolbarChildren.push(
6588
- /* @__PURE__ */ jsx81(
6653
+ /* @__PURE__ */ jsx83(
6589
6654
  Combobox,
6590
6655
  {
6591
6656
  ...child.props,
@@ -6596,7 +6661,7 @@ var Toolbar = (props) => {
6596
6661
  );
6597
6662
  } else if (child.type === DropdownList) {
6598
6663
  tempToolbarChildren.push(
6599
- /* @__PURE__ */ jsx81(
6664
+ /* @__PURE__ */ jsx83(
6600
6665
  DropdownList,
6601
6666
  {
6602
6667
  ...child.props,
@@ -6607,7 +6672,7 @@ var Toolbar = (props) => {
6607
6672
  );
6608
6673
  } else if (child.type === ColorPicker) {
6609
6674
  tempToolbarChildren.push(
6610
- /* @__PURE__ */ jsx81(
6675
+ /* @__PURE__ */ jsx83(
6611
6676
  ColorPicker,
6612
6677
  {
6613
6678
  ...child.props,
@@ -6629,7 +6694,7 @@ var Toolbar = (props) => {
6629
6694
  addUniqueToolClass(child, index);
6630
6695
  });
6631
6696
  }
6632
- return /* @__PURE__ */ jsx81(
6697
+ return /* @__PURE__ */ jsx83(
6633
6698
  "div",
6634
6699
  {
6635
6700
  ...other,
@@ -6650,26 +6715,26 @@ var Toolbar = (props) => {
6650
6715
  }
6651
6716
  );
6652
6717
  };
6653
- Toolbar.states = states34;
6654
- Toolbar.options = options32;
6718
+ Toolbar.states = states36;
6719
+ Toolbar.options = options34;
6655
6720
  Toolbar.className = TOOLBAR_CLASSNAME;
6656
- Toolbar.defaultProps = defaultProps30;
6721
+ Toolbar.defaultProps = defaultProps32;
6657
6722
 
6658
6723
  // src/toolbar/toolbar-angular.spec.tsx
6659
- import { jsx as jsx82 } from "react/jsx-runtime";
6724
+ import { jsx as jsx84 } from "react/jsx-runtime";
6660
6725
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6661
- var states35 = [
6726
+ var states37 = [
6662
6727
  States.focus
6663
6728
  ];
6664
- var options33 = {
6729
+ var options35 = {
6665
6730
  size: [Size.small, Size.medium, Size.large]
6666
6731
  };
6667
- var defaultProps31 = {
6732
+ var defaultProps33 = {
6668
6733
  size: Size.medium
6669
6734
  };
6670
6735
  var ToolbarAngular = (props) => {
6671
6736
  const {
6672
- size = defaultProps31.size,
6737
+ size = defaultProps33.size,
6673
6738
  focus,
6674
6739
  resizable,
6675
6740
  ...other
@@ -6679,7 +6744,7 @@ var ToolbarAngular = (props) => {
6679
6744
  const tempToolbarChildren = [];
6680
6745
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6681
6746
  tempToolbarChildren.push(
6682
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6747
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6683
6748
  Button,
6684
6749
  {
6685
6750
  ...child.props,
@@ -6690,7 +6755,7 @@ var ToolbarAngular = (props) => {
6690
6755
  );
6691
6756
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6692
6757
  tempToolbarChildren.push(
6693
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6758
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6694
6759
  Button,
6695
6760
  {
6696
6761
  ...child.props,
@@ -6701,7 +6766,7 @@ var ToolbarAngular = (props) => {
6701
6766
  );
6702
6767
  } else if (child.type === Button) {
6703
6768
  tempToolbarChildren.push(
6704
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6769
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6705
6770
  Button,
6706
6771
  {
6707
6772
  ...child.props,
@@ -6712,7 +6777,7 @@ var ToolbarAngular = (props) => {
6712
6777
  );
6713
6778
  } else if (child.type === MenuButton) {
6714
6779
  tempToolbarChildren.push(
6715
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6780
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6716
6781
  MenuButton,
6717
6782
  {
6718
6783
  ...child.props,
@@ -6723,7 +6788,7 @@ var ToolbarAngular = (props) => {
6723
6788
  );
6724
6789
  } else if (child.type === split_button_spec_default) {
6725
6790
  tempToolbarChildren.push(
6726
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6791
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6727
6792
  split_button_spec_default,
6728
6793
  {
6729
6794
  ...child.props,
@@ -6737,7 +6802,7 @@ var ToolbarAngular = (props) => {
6737
6802
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6738
6803
  childrenArray.forEach((button, bindex) => {
6739
6804
  buttonGroupItems.push(
6740
- /* @__PURE__ */ jsx82(
6805
+ /* @__PURE__ */ jsx84(
6741
6806
  Button,
6742
6807
  {
6743
6808
  ...button.props,
@@ -6748,7 +6813,7 @@ var ToolbarAngular = (props) => {
6748
6813
  );
6749
6814
  });
6750
6815
  tempToolbarChildren.push(
6751
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6816
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6752
6817
  ButtonGroup,
6753
6818
  {
6754
6819
  ...child.props,
@@ -6760,7 +6825,7 @@ var ToolbarAngular = (props) => {
6760
6825
  );
6761
6826
  } else if (child.type === Combobox) {
6762
6827
  tempToolbarChildren.push(
6763
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6828
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6764
6829
  Combobox,
6765
6830
  {
6766
6831
  ...child.props,
@@ -6771,7 +6836,7 @@ var ToolbarAngular = (props) => {
6771
6836
  );
6772
6837
  } else if (child.type === DropdownList) {
6773
6838
  tempToolbarChildren.push(
6774
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6839
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6775
6840
  DropdownList,
6776
6841
  {
6777
6842
  ...child.props,
@@ -6782,7 +6847,7 @@ var ToolbarAngular = (props) => {
6782
6847
  );
6783
6848
  } else if (child.type === ColorPicker) {
6784
6849
  tempToolbarChildren.push(
6785
- /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6850
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6786
6851
  ColorPicker,
6787
6852
  {
6788
6853
  ...child.props,
@@ -6804,7 +6869,7 @@ var ToolbarAngular = (props) => {
6804
6869
  addUniqueToolClass(child, index);
6805
6870
  });
6806
6871
  }
6807
- return /* @__PURE__ */ jsx82(
6872
+ return /* @__PURE__ */ jsx84(
6808
6873
  "div",
6809
6874
  {
6810
6875
  ...other,
@@ -6825,28 +6890,28 @@ var ToolbarAngular = (props) => {
6825
6890
  }
6826
6891
  );
6827
6892
  };
6828
- ToolbarAngular.states = states35;
6829
- ToolbarAngular.options = options33;
6893
+ ToolbarAngular.states = states37;
6894
+ ToolbarAngular.options = options35;
6830
6895
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6831
- ToolbarAngular.defaultProps = defaultProps31;
6896
+ ToolbarAngular.defaultProps = defaultProps33;
6832
6897
 
6833
6898
  // src/toolbar/toolbar-separator.tsx
6834
- import { jsx as jsx83 } from "react/jsx-runtime";
6899
+ import { jsx as jsx85 } from "react/jsx-runtime";
6835
6900
 
6836
6901
  // src/toolbar/toolbar-item.spec.tsx
6837
- import { jsx as jsx84 } from "react/jsx-runtime";
6902
+ import { jsx as jsx86 } from "react/jsx-runtime";
6838
6903
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6839
- var states36 = [
6904
+ var states38 = [
6840
6905
  States.focus
6841
6906
  ];
6842
- var options34 = {};
6843
- var defaultProps32 = {};
6907
+ var options36 = {};
6908
+ var defaultProps34 = {};
6844
6909
  var ToolbarItem = (props) => {
6845
6910
  const {
6846
6911
  focus,
6847
6912
  ...other
6848
6913
  } = props;
6849
- return /* @__PURE__ */ jsx84(
6914
+ return /* @__PURE__ */ jsx86(
6850
6915
  "div",
6851
6916
  {
6852
6917
  ...other,
@@ -6861,20 +6926,20 @@ var ToolbarItem = (props) => {
6861
6926
  }
6862
6927
  );
6863
6928
  };
6864
- ToolbarItem.states = states36;
6865
- ToolbarItem.options = options34;
6929
+ ToolbarItem.states = states38;
6930
+ ToolbarItem.options = options36;
6866
6931
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6867
- ToolbarItem.defaultProps = defaultProps32;
6932
+ ToolbarItem.defaultProps = defaultProps34;
6868
6933
 
6869
6934
  // src/editor/editor-toolbar.tsx
6870
- import { jsx as jsx85 } from "react/jsx-runtime";
6935
+ import { jsx as jsx87 } from "react/jsx-runtime";
6871
6936
  var EDITORTOOLBAR_CLASSNAME = `k-editor-toolbar`;
6872
6937
  var EditorToolbar = (props) => {
6873
6938
  const {
6874
6939
  resizable,
6875
6940
  ...other
6876
6941
  } = props;
6877
- return /* @__PURE__ */ jsx85(
6942
+ return /* @__PURE__ */ jsx87(
6878
6943
  Toolbar,
6879
6944
  {
6880
6945
  ...other,
@@ -6889,9 +6954,9 @@ var EditorToolbar = (props) => {
6889
6954
  };
6890
6955
 
6891
6956
  // src/editor/editor-content.tsx
6892
- import { jsx as jsx86 } from "react/jsx-runtime";
6957
+ import { jsx as jsx88 } from "react/jsx-runtime";
6893
6958
  var EDITORCONTENT_CLASSNAME = `k-editor-content`;
6894
- var states37 = [
6959
+ var states39 = [
6895
6960
  States.focus
6896
6961
  ];
6897
6962
  var EditorContent = (props) => {
@@ -6899,7 +6964,7 @@ var EditorContent = (props) => {
6899
6964
  focus,
6900
6965
  ...other
6901
6966
  } = props;
6902
- return /* @__PURE__ */ jsx86(
6967
+ return /* @__PURE__ */ jsx88(
6903
6968
  "div",
6904
6969
  {
6905
6970
  ...other,
@@ -6916,17 +6981,17 @@ var EditorContent = (props) => {
6916
6981
  };
6917
6982
 
6918
6983
  // src/window/window.spec.tsx
6919
- import { Fragment as Fragment24, jsx as jsx87, jsxs as jsxs39 } from "react/jsx-runtime";
6984
+ import { Fragment as Fragment24, jsx as jsx89, jsxs as jsxs39 } from "react/jsx-runtime";
6920
6985
  var WINDOW_CLASSNAME = `k-window`;
6921
- var states38 = [];
6922
- var options35 = {
6986
+ var states40 = [];
6987
+ var options37 = {
6923
6988
  themeColor: [
6924
6989
  ThemeColor.primary,
6925
6990
  ThemeColor.light,
6926
6991
  ThemeColor.dark
6927
6992
  ]
6928
6993
  };
6929
- var defaultProps33 = {};
6994
+ var defaultProps35 = {};
6930
6995
  var Window = (props) => {
6931
6996
  const {
6932
6997
  title,
@@ -6951,31 +7016,31 @@ var Window = (props) => {
6951
7016
  ),
6952
7017
  children: [
6953
7018
  (title !== void 0 || actions) && /* @__PURE__ */ jsxs39("div", { className: "k-window-titlebar", children: [
6954
- title !== void 0 && /* @__PURE__ */ jsx87("span", { className: "k-window-title", children: title }),
6955
- actions && /* @__PURE__ */ jsx87(Fragment24, { children: /* @__PURE__ */ jsx87("div", { className: "k-window-titlebar-actions", children: actions.map(
6956
- (actionName) => /* @__PURE__ */ jsx87(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
7019
+ title !== void 0 && /* @__PURE__ */ jsx89("span", { className: "k-window-title", children: title }),
7020
+ actions && /* @__PURE__ */ jsx89(Fragment24, { children: /* @__PURE__ */ jsx89("div", { className: "k-window-titlebar-actions", children: actions.map(
7021
+ (actionName) => /* @__PURE__ */ jsx89(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
6957
7022
  ) }) })
6958
7023
  ] }),
6959
- /* @__PURE__ */ jsx87("div", { className: classNames(
7024
+ /* @__PURE__ */ jsx89("div", { className: classNames(
6960
7025
  "k-window-content",
6961
7026
  {
6962
7027
  "k-hidden": minimized
6963
7028
  }
6964
7029
  ), children: props.children }),
6965
- actionButtons && /* @__PURE__ */ jsx87(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
7030
+ actionButtons && /* @__PURE__ */ jsx89(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
6966
7031
  ]
6967
7032
  }
6968
7033
  );
6969
7034
  };
6970
- Window.states = states38;
6971
- Window.options = options35;
7035
+ Window.states = states40;
7036
+ Window.options = options37;
6972
7037
  Window.className = WINDOW_CLASSNAME;
6973
- Window.defaultProps = defaultProps33;
7038
+ Window.defaultProps = defaultProps35;
6974
7039
 
6975
7040
  // src/form/form-field.tsx
6976
- import { jsx as jsx88, jsxs as jsxs40 } from "react/jsx-runtime";
7041
+ import { jsx as jsx90, jsxs as jsxs40 } from "react/jsx-runtime";
6977
7042
  var FORMFIELD_CLASSNAME = "k-form-field";
6978
- var states39 = [
7043
+ var states41 = [
6979
7044
  States.disabled
6980
7045
  ];
6981
7046
  var FormField = (props) => {
@@ -7009,14 +7074,14 @@ var FormField = (props) => {
7009
7074
  "k-form-label"
7010
7075
  ), children: [
7011
7076
  label,
7012
- optional && /* @__PURE__ */ jsx88("span", { className: "k-label-optional", children: "(Optional)" }),
7013
- info && /* @__PURE__ */ jsx88("span", { className: "k-field-info", children: "(field info)" })
7077
+ optional && /* @__PURE__ */ jsx90("span", { className: "k-label-optional", children: "(Optional)" }),
7078
+ info && /* @__PURE__ */ jsx90("span", { className: "k-field-info", children: "(field info)" })
7014
7079
  ] }),
7015
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx88("span", { className: "k-label k-form-label k-label-empty" }),
7080
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx90("span", { className: "k-label k-form-label k-label-empty" }),
7016
7081
  /* @__PURE__ */ jsxs40("div", { className: "k-form-field-wrap", children: [
7017
7082
  editor,
7018
- hint && /* @__PURE__ */ jsx88("div", { className: "k-form-hint", children: hint }),
7019
- error && /* @__PURE__ */ jsx88("div", { className: "k-form-error", children: error })
7083
+ hint && /* @__PURE__ */ jsx90("div", { className: "k-form-hint", children: hint }),
7084
+ error && /* @__PURE__ */ jsx90("div", { className: "k-form-error", children: error })
7020
7085
  ] })
7021
7086
  ]
7022
7087
  }
@@ -7025,7 +7090,7 @@ var FormField = (props) => {
7025
7090
  FormField.className = FORMFIELD_CLASSNAME;
7026
7091
 
7027
7092
  // src/form/fieldset.tsx
7028
- import { Fragment as Fragment25, jsx as jsx89, jsxs as jsxs41 } from "react/jsx-runtime";
7093
+ import { Fragment as Fragment25, jsx as jsx91, jsxs as jsxs41 } from "react/jsx-runtime";
7029
7094
  var FIELDSET_CLASSNAME = "k-form-fieldset";
7030
7095
  var Fieldset = (props) => {
7031
7096
  const {
@@ -7036,8 +7101,8 @@ var Fieldset = (props) => {
7036
7101
  gapY
7037
7102
  } = props;
7038
7103
  return /* @__PURE__ */ jsxs41("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7039
- legend && /* @__PURE__ */ jsx89("legend", { className: "k-form-legend", children: legend }),
7040
- layout === "grid" ? /* @__PURE__ */ jsx89("div", { className: classNames(
7104
+ legend && /* @__PURE__ */ jsx91("legend", { className: "k-form-legend", children: legend }),
7105
+ layout === "grid" ? /* @__PURE__ */ jsx91("div", { className: classNames(
7041
7106
  "k-form-layout",
7042
7107
  "k-d-grid",
7043
7108
  {
@@ -7045,37 +7110,37 @@ var Fieldset = (props) => {
7045
7110
  [`k-gap-x-${gapX}`]: gapX,
7046
7111
  [`k-gap-y-${gapY}`]: gapY
7047
7112
  }
7048
- ), children: props.children }) : /* @__PURE__ */ jsx89(Fragment25, { children: props.children })
7113
+ ), children: props.children }) : /* @__PURE__ */ jsx91(Fragment25, { children: props.children })
7049
7114
  ] });
7050
7115
  };
7051
7116
  Fieldset.className = FIELDSET_CLASSNAME;
7052
7117
 
7053
7118
  // src/form/form.spec.tsx
7054
- import { Fragment as Fragment26, jsx as jsx90, jsxs as jsxs42 } from "react/jsx-runtime";
7119
+ import { Fragment as Fragment26, jsx as jsx92, jsxs as jsxs42 } from "react/jsx-runtime";
7055
7120
  import { createElement as createElement2 } from "react";
7056
7121
  var FORM_CLASSNAME = "k-form";
7057
- var states40 = [];
7058
- var options36 = {
7122
+ var states42 = [];
7123
+ var options38 = {
7059
7124
  size: [Size.small, Size.medium, Size.large]
7060
7125
  };
7061
- var defaultProps34 = {
7126
+ var defaultProps36 = {
7062
7127
  size: Size.medium,
7063
7128
  layout: "basic",
7064
7129
  tag: "form"
7065
7130
  };
7066
7131
  var Form = (props) => {
7067
7132
  const {
7068
- size = defaultProps34.size,
7133
+ size = defaultProps36.size,
7069
7134
  orientation,
7070
- layout = defaultProps34.layout,
7135
+ layout = defaultProps36.layout,
7071
7136
  formButtons,
7072
7137
  cols,
7073
7138
  gapX,
7074
7139
  gapY,
7075
- tag = defaultProps34.tag,
7140
+ tag = defaultProps36.tag,
7076
7141
  children
7077
7142
  } = props;
7078
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx90("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx90("div", { className: className13, children: children2 });
7143
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx92("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx92("div", { className: className13, children: children2 });
7079
7144
  const formChildren = [];
7080
7145
  if (children) {
7081
7146
  if (Array.isArray(children)) {
@@ -7104,7 +7169,7 @@ var Form = (props) => {
7104
7169
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
7105
7170
  }
7106
7171
  ), children: [
7107
- layout === "grid" ? /* @__PURE__ */ jsx90("div", { className: classNames(
7172
+ layout === "grid" ? /* @__PURE__ */ jsx92("div", { className: classNames(
7108
7173
  "k-form-layout",
7109
7174
  "k-d-grid",
7110
7175
  {
@@ -7112,17 +7177,17 @@ var Form = (props) => {
7112
7177
  [`k-gap-x-${gapX}`]: gapX,
7113
7178
  [`k-gap-y-${gapY}`]: gapY
7114
7179
  }
7115
- ), children: formChildren }) : /* @__PURE__ */ jsx90(Fragment26, { children: formChildren }),
7116
- formButtons && /* @__PURE__ */ jsx90("div", { className: "k-form-buttons", children: formButtons })
7180
+ ), children: formChildren }) : /* @__PURE__ */ jsx92(Fragment26, { children: formChildren }),
7181
+ formButtons && /* @__PURE__ */ jsx92("div", { className: "k-form-buttons", children: formButtons })
7117
7182
  ] });
7118
7183
  };
7119
- Form.states = states40;
7120
- Form.options = options36;
7184
+ Form.states = states42;
7185
+ Form.options = options38;
7121
7186
  Form.className = FORM_CLASSNAME;
7122
- Form.defaultProps = defaultProps34;
7187
+ Form.defaultProps = defaultProps36;
7123
7188
 
7124
7189
  // src/editor/tests/editor-find-replace.tsx
7125
- import { Fragment as Fragment27, jsx as jsx91, jsxs as jsxs43 } from "react/jsx-runtime";
7190
+ import { Fragment as Fragment27, jsx as jsx93, jsxs as jsxs43 } from "react/jsx-runtime";
7126
7191
  var styles = `
7127
7192
  .k-window {
7128
7193
  width: 100%;
@@ -7140,94 +7205,70 @@ var styles = `
7140
7205
  }
7141
7206
  `;
7142
7207
  var editor_find_replace_default = () => /* @__PURE__ */ jsxs43(Fragment27, { children: [
7143
- /* @__PURE__ */ jsx91("style", { children: styles }),
7208
+ /* @__PURE__ */ jsx93("style", { children: styles }),
7144
7209
  /* @__PURE__ */ jsxs43("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7145
- /* @__PURE__ */ jsx91("span", { children: "Find Window" }),
7146
- /* @__PURE__ */ jsx91("span", { children: "Replace Window" }),
7147
- /* @__PURE__ */ jsx91("section", { children: /* @__PURE__ */ jsx91(Window, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ jsxs43("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
7148
- /* @__PURE__ */ jsx91("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs43("ul", { className: "k-tabstrip-items k-reset", children: [
7149
- /* @__PURE__ */ jsx91("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: "Find" }) }),
7150
- /* @__PURE__ */ jsx91("li", { className: "k-item", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: "Replace" }) })
7210
+ /* @__PURE__ */ jsx93("span", { children: "Find Window" }),
7211
+ /* @__PURE__ */ jsx93("span", { children: "Replace Window" }),
7212
+ /* @__PURE__ */ jsx93("section", { children: /* @__PURE__ */ jsx93(Window, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ jsxs43("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
7213
+ /* @__PURE__ */ jsx93("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs43("ul", { className: "k-tabstrip-items k-reset", children: [
7214
+ /* @__PURE__ */ jsx93("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ jsx93("span", { className: "k-link", children: "Find" }) }),
7215
+ /* @__PURE__ */ jsx93("li", { className: "k-item", children: /* @__PURE__ */ jsx93("span", { className: "k-link", children: "Replace" }) })
7151
7216
  ] }) }),
7152
- /* @__PURE__ */ jsx91("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs43(Form, { tag: "div", children: [
7153
- /* @__PURE__ */ jsx91(FormField, { label: "Find What:", editor: /* @__PURE__ */ jsx91(Textbox, { showClearButton: false, value: "editor" }) }),
7154
- /* @__PURE__ */ jsx91(FormField, { editor: /* @__PURE__ */ jsxs43("div", { className: "k-search-options k-checkbox-list", children: [
7155
- /* @__PURE__ */ jsxs43("span", { className: "k-checkbox-list-item", children: [
7156
- /* @__PURE__ */ jsx91(Checkbox, {}),
7157
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Match case" })
7158
- ] }),
7159
- /* @__PURE__ */ jsxs43("span", { className: "k-checkbox-list-item", children: [
7160
- /* @__PURE__ */ jsx91(Checkbox, {}),
7161
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Match whole word only" })
7162
- ] }),
7163
- /* @__PURE__ */ jsxs43("span", { className: "k-checkbox-list-item", children: [
7164
- /* @__PURE__ */ jsx91(Checkbox, {}),
7165
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Match cyclic (Wrap around)" })
7166
- ] }),
7167
- /* @__PURE__ */ jsxs43("span", { className: "k-checkbox-list-item", children: [
7168
- /* @__PURE__ */ jsx91(Checkbox, {}),
7169
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Regular Expression" })
7170
- ] })
7217
+ /* @__PURE__ */ jsx93("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs43(Form, { tag: "div", children: [
7218
+ /* @__PURE__ */ jsx93(FormField, { label: "Find What:", editor: /* @__PURE__ */ jsx93(Textbox, { showClearButton: false, value: "editor" }) }),
7219
+ /* @__PURE__ */ jsx93(FormField, { editor: /* @__PURE__ */ jsxs43(CheckboxGroup, { className: "k-search-options", children: [
7220
+ /* @__PURE__ */ jsx93(CheckboxItem, { children: /* @__PURE__ */ jsx93(CheckboxWithLabel, { children: "Match case" }) }),
7221
+ /* @__PURE__ */ jsx93(CheckboxItem, { children: /* @__PURE__ */ jsx93(CheckboxWithLabel, { children: "Match whole word only" }) }),
7222
+ /* @__PURE__ */ jsx93(CheckboxItem, { children: /* @__PURE__ */ jsx93(CheckboxWithLabel, { children: "Match cyclic (Wrap around)" }) }),
7223
+ /* @__PURE__ */ jsx93(CheckboxItem, { children: /* @__PURE__ */ jsx93(CheckboxWithLabel, { children: "Regular Expression" }) })
7171
7224
  ] }) }),
7172
7225
  /* @__PURE__ */ jsxs43("div", { className: "k-matches-container", children: [
7173
- /* @__PURE__ */ jsx91(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
7174
- /* @__PURE__ */ jsx91("span", { children: "1 of 3 matches" }),
7175
- /* @__PURE__ */ jsx91(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
7226
+ /* @__PURE__ */ jsx93(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
7227
+ /* @__PURE__ */ jsx93("span", { children: "1 of 3 matches" }),
7228
+ /* @__PURE__ */ jsx93(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
7176
7229
  ] })
7177
7230
  ] }) })
7178
7231
  ] }) }) }),
7179
- /* @__PURE__ */ jsx91("section", { children: /* @__PURE__ */ jsx91(Window, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ jsxs43("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
7180
- /* @__PURE__ */ jsx91("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs43("ul", { className: "k-tabstrip-items k-reset", children: [
7181
- /* @__PURE__ */ jsx91("li", { className: "k-item", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: "Find" }) }),
7182
- /* @__PURE__ */ jsx91("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: "Replace" }) })
7232
+ /* @__PURE__ */ jsx93("section", { children: /* @__PURE__ */ jsx93(Window, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ jsxs43("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
7233
+ /* @__PURE__ */ jsx93("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs43("ul", { className: "k-tabstrip-items k-reset", children: [
7234
+ /* @__PURE__ */ jsx93("li", { className: "k-item", children: /* @__PURE__ */ jsx93("span", { className: "k-link", children: "Find" }) }),
7235
+ /* @__PURE__ */ jsx93("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ jsx93("span", { className: "k-link", children: "Replace" }) })
7183
7236
  ] }) }),
7184
- /* @__PURE__ */ jsx91("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs43(Form, { tag: "div", children: [
7185
- /* @__PURE__ */ jsx91(FormField, { label: "Find What:", editor: /* @__PURE__ */ jsx91(Textbox, { showClearButton: false, value: "editor" }) }),
7186
- /* @__PURE__ */ jsx91(FormField, { label: "Replace With:", editor: /* @__PURE__ */ jsx91(Textbox, { showClearButton: false, value: "grid" }) }),
7187
- /* @__PURE__ */ jsx91(FormField, { editor: /* @__PURE__ */ jsxs43(ActionButtons, { alignment: "end", children: [
7188
- /* @__PURE__ */ jsx91(Button, { children: "Replace" }),
7189
- /* @__PURE__ */ jsx91(Button, { children: "Replace All" })
7237
+ /* @__PURE__ */ jsx93("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs43(Form, { tag: "div", children: [
7238
+ /* @__PURE__ */ jsx93(FormField, { label: "Find What:", editor: /* @__PURE__ */ jsx93(Textbox, { showClearButton: false, value: "editor" }) }),
7239
+ /* @__PURE__ */ jsx93(FormField, { label: "Replace With:", editor: /* @__PURE__ */ jsx93(Textbox, { showClearButton: false, value: "grid" }) }),
7240
+ /* @__PURE__ */ jsx93(FormField, { editor: /* @__PURE__ */ jsxs43(ActionButtons, { alignment: "end", children: [
7241
+ /* @__PURE__ */ jsx93(Button, { children: "Replace" }),
7242
+ /* @__PURE__ */ jsx93(Button, { children: "Replace All" })
7190
7243
  ] }) }),
7191
- /* @__PURE__ */ jsx91(FormField, { editor: /* @__PURE__ */ jsxs43("div", { className: "k-search-options k-checkbox-list", children: [
7192
- /* @__PURE__ */ jsxs43("span", { className: "k-checkbox-list-item", children: [
7193
- /* @__PURE__ */ jsx91(Checkbox, {}),
7194
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Match case" })
7195
- ] }),
7196
- /* @__PURE__ */ jsxs43("span", { className: "k-checkbox-list-item", children: [
7197
- /* @__PURE__ */ jsx91(Checkbox, {}),
7198
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Match whole word only" })
7199
- ] }),
7200
- /* @__PURE__ */ jsxs43("span", { className: "k-checkbox-list-item", children: [
7201
- /* @__PURE__ */ jsx91(Checkbox, {}),
7202
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Match cyclic (Wrap around)" })
7203
- ] }),
7204
- /* @__PURE__ */ jsxs43("span", { className: "k-checkbox-list-item", children: [
7205
- /* @__PURE__ */ jsx91(Checkbox, {}),
7206
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Regular Expression" })
7207
- ] })
7244
+ /* @__PURE__ */ jsx93(FormField, { editor: /* @__PURE__ */ jsxs43(CheckboxGroup, { className: "k-search-options", children: [
7245
+ /* @__PURE__ */ jsx93(CheckboxItem, { children: /* @__PURE__ */ jsx93(CheckboxWithLabel, { children: "Match case" }) }),
7246
+ /* @__PURE__ */ jsx93(CheckboxItem, { children: /* @__PURE__ */ jsx93(CheckboxWithLabel, { children: "Match whole word only" }) }),
7247
+ /* @__PURE__ */ jsx93(CheckboxItem, { children: /* @__PURE__ */ jsx93(CheckboxWithLabel, { children: "Match cyclic (Wrap around)" }) }),
7248
+ /* @__PURE__ */ jsx93(CheckboxItem, { children: /* @__PURE__ */ jsx93(CheckboxWithLabel, { children: "Regular Expression" }) })
7208
7249
  ] }) }),
7209
7250
  /* @__PURE__ */ jsxs43("div", { className: "k-matches-container", children: [
7210
- /* @__PURE__ */ jsx91(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
7211
- /* @__PURE__ */ jsx91("span", { children: "1 of 3 matches" }),
7212
- /* @__PURE__ */ jsx91(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
7251
+ /* @__PURE__ */ jsx93(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
7252
+ /* @__PURE__ */ jsx93("span", { children: "1 of 3 matches" }),
7253
+ /* @__PURE__ */ jsx93(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
7213
7254
  ] })
7214
7255
  ] }) })
7215
7256
  ] }) }) }),
7216
- /* @__PURE__ */ jsx91("span", { children: "Text Highlight" }),
7217
- /* @__PURE__ */ jsx91("span", {}),
7218
- /* @__PURE__ */ jsx91("section", { children: /* @__PURE__ */ jsxs43(Editor, { style: { height: "150px" }, children: [
7219
- /* @__PURE__ */ jsx91(EditorToolbar, { resizable: true, children: /* @__PURE__ */ jsxs43(ButtonGroup, { children: [
7220
- /* @__PURE__ */ jsx91(Button, { icon: "bold" }),
7221
- /* @__PURE__ */ jsx91(Button, { icon: "italic" }),
7222
- /* @__PURE__ */ jsx91(Button, { icon: "underline" }),
7223
- /* @__PURE__ */ jsx91(Button, { icon: "binoculars", selected: true })
7257
+ /* @__PURE__ */ jsx93("span", { children: "Text Highlight" }),
7258
+ /* @__PURE__ */ jsx93("span", {}),
7259
+ /* @__PURE__ */ jsx93("section", { children: /* @__PURE__ */ jsxs43(Editor, { style: { height: "150px" }, children: [
7260
+ /* @__PURE__ */ jsx93(EditorToolbar, { resizable: true, children: /* @__PURE__ */ jsxs43(ButtonGroup, { children: [
7261
+ /* @__PURE__ */ jsx93(Button, { icon: "bold" }),
7262
+ /* @__PURE__ */ jsx93(Button, { icon: "italic" }),
7263
+ /* @__PURE__ */ jsx93(Button, { icon: "underline" }),
7264
+ /* @__PURE__ */ jsx93(Button, { icon: "binoculars", selected: true })
7224
7265
  ] }) }),
7225
- /* @__PURE__ */ jsx91(EditorContent, { children: /* @__PURE__ */ jsxs43("div", { className: "ProseMirror", children: [
7226
- /* @__PURE__ */ jsx91("span", { className: "k-text-selected", children: "Word" }),
7266
+ /* @__PURE__ */ jsx93(EditorContent, { children: /* @__PURE__ */ jsxs43("div", { className: "ProseMirror", children: [
7267
+ /* @__PURE__ */ jsx93("span", { className: "k-text-selected", children: "Word" }),
7227
7268
  " and few more ",
7228
- /* @__PURE__ */ jsx91("span", { className: "k-text-highlighted", children: "word" }),
7269
+ /* @__PURE__ */ jsx93("span", { className: "k-text-highlighted", children: "word" }),
7229
7270
  "s. And yet again. ",
7230
- /* @__PURE__ */ jsx91("span", { className: "k-text-highlighted", children: "Word" }),
7271
+ /* @__PURE__ */ jsx93("span", { className: "k-text-highlighted", children: "Word" }),
7231
7272
  "."
7232
7273
  ] }) })
7233
7274
  ] }) })