@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
@@ -4532,17 +4532,82 @@ Checkbox.states = states6;
4532
4532
  Checkbox.options = options6;
4533
4533
  Checkbox.className = CHECKBOX_CLASSNAME;
4534
4534
  Checkbox.defaultProps = defaultProps6;
4535
+ var checkbox_spec_default = Checkbox;
4535
4536
 
4536
- // src/checkbox/templates/checkbox-label.tsx
4537
+ // src/checkbox/checkbox-group.spec.tsx
4537
4538
  var import_jsx_runtime10 = require("react/jsx-runtime");
4539
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4540
+ var states7 = [];
4541
+ var options7 = {};
4542
+ var defaultProps7 = {
4543
+ layout: "vertical"
4544
+ };
4545
+ var CheckboxGroup = (props) => {
4546
+ const {
4547
+ layout = defaultProps7.layout,
4548
+ ...other
4549
+ } = props;
4550
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4551
+ "ul",
4552
+ {
4553
+ ...other,
4554
+ className: classNames(
4555
+ props.className,
4556
+ CHECKBOXGROUP_CLASSNAME,
4557
+ {
4558
+ [`k-list-${layout}`]: layout
4559
+ }
4560
+ ),
4561
+ children: props.children
4562
+ }
4563
+ );
4564
+ };
4565
+ CheckboxGroup.states = states7;
4566
+ CheckboxGroup.options = options7;
4567
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4568
+ CheckboxGroup.defaultProps = defaultProps7;
4538
4569
 
4539
- // src/checkbox/templates/checkbox-normal.tsx
4570
+ // src/checkbox/checkbox-item.spec.tsx
4540
4571
  var import_jsx_runtime11 = require("react/jsx-runtime");
4572
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4573
+ var states8 = [];
4574
+ var options8 = {};
4575
+ var defaultProps8 = {};
4576
+ var CheckboxItem = (props) => {
4577
+ const {
4578
+ ...other
4579
+ } = props;
4580
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4581
+ "li",
4582
+ {
4583
+ ...other,
4584
+ className: classNames(
4585
+ props.className,
4586
+ CHECKBOXITEM_CLASSNAME
4587
+ ),
4588
+ children: props.children
4589
+ }
4590
+ );
4591
+ };
4592
+ CheckboxItem.states = states8;
4593
+ CheckboxItem.options = options8;
4594
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4595
+ CheckboxItem.defaultProps = defaultProps8;
4541
4596
 
4542
- // src/input/input.spec.tsx
4597
+ // src/checkbox/templates/checkbox-with-label.tsx
4543
4598
  var import_jsx_runtime12 = require("react/jsx-runtime");
4599
+ var CheckboxWithLabel = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_jsx_runtime12.Fragment, { children: [
4600
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(checkbox_spec_default, { id, ...other }),
4601
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("label", { className: "k-checkbox-label", htmlFor: id, children })
4602
+ ] });
4603
+
4604
+ // src/checkbox/templates/checkbox-normal.tsx
4605
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4606
+
4607
+ // src/input/input.spec.tsx
4608
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4544
4609
  var INPUT_CLASSNAME = `k-input`;
4545
- var states7 = [
4610
+ var states9 = [
4546
4611
  States.hover,
4547
4612
  States.focus,
4548
4613
  States.valid,
@@ -4552,12 +4617,12 @@ var states7 = [
4552
4617
  States.loading,
4553
4618
  States.readonly
4554
4619
  ];
4555
- var options7 = {
4620
+ var options9 = {
4556
4621
  size: [Size.small, Size.medium, Size.large],
4557
4622
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4558
4623
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4559
4624
  };
4560
- var defaultProps7 = {
4625
+ var defaultProps9 = {
4561
4626
  size: Size.medium,
4562
4627
  rounded: Size.medium,
4563
4628
  fillMode: FillMode.solid
@@ -4571,12 +4636,12 @@ var Input = (props) => {
4571
4636
  valid,
4572
4637
  loading,
4573
4638
  readonly,
4574
- size = defaultProps7.size,
4575
- rounded = defaultProps7.rounded,
4576
- fillMode = defaultProps7.fillMode,
4639
+ size = defaultProps9.size,
4640
+ rounded = defaultProps9.rounded,
4641
+ fillMode = defaultProps9.fillMode,
4577
4642
  ...other
4578
4643
  } = props;
4579
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4644
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4580
4645
  "span",
4581
4646
  {
4582
4647
  ...other,
@@ -4589,13 +4654,13 @@ var Input = (props) => {
4589
4654
  }
4590
4655
  );
4591
4656
  };
4592
- Input.states = states7;
4593
- Input.options = options7;
4657
+ Input.states = states9;
4658
+ Input.options = options9;
4594
4659
  Input.className = INPUT_CLASSNAME;
4595
- Input.defaultProps = defaultProps7;
4660
+ Input.defaultProps = defaultProps9;
4596
4661
 
4597
4662
  // src/input/picker.spec.tsx
4598
- var import_jsx_runtime13 = require("react/jsx-runtime");
4663
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4599
4664
  var PICKER_CLASSNAME = `k-picker`;
4600
4665
  var pickerStates = [
4601
4666
  States.hover,
@@ -4612,7 +4677,7 @@ var pickerOptions = {
4612
4677
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4613
4678
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4614
4679
  };
4615
- var defaultProps8 = {
4680
+ var defaultProps10 = {
4616
4681
  size: Size.medium,
4617
4682
  rounded: Roundness.medium,
4618
4683
  fillMode: FillMode.solid
@@ -4626,12 +4691,12 @@ var Picker = (props) => {
4626
4691
  valid,
4627
4692
  loading,
4628
4693
  readonly,
4629
- size = defaultProps8.size,
4630
- rounded = defaultProps8.rounded,
4631
- fillMode = defaultProps8.fillMode,
4694
+ size = defaultProps10.size,
4695
+ rounded = defaultProps10.rounded,
4696
+ fillMode = defaultProps10.fillMode,
4632
4697
  ...other
4633
4698
  } = props;
4634
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4699
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4635
4700
  "span",
4636
4701
  {
4637
4702
  ...other,
@@ -4648,17 +4713,17 @@ var Picker = (props) => {
4648
4713
  Picker.states = pickerStates;
4649
4714
  Picker.options = pickerOptions;
4650
4715
  Picker.className = PICKER_CLASSNAME;
4651
- Picker.defaultProps = defaultProps8;
4716
+ Picker.defaultProps = defaultProps10;
4652
4717
 
4653
4718
  // src/input/input-clear-value.tsx
4654
- var import_jsx_runtime14 = require("react/jsx-runtime");
4719
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4655
4720
  var className = `k-clear-value`;
4656
- var states8 = [
4721
+ var states10 = [
4657
4722
  States.disabled,
4658
4723
  States.loading,
4659
4724
  States.readonly
4660
4725
  ];
4661
- var options8 = {};
4726
+ var options10 = {};
4662
4727
  var InputClearValue = (props) => {
4663
4728
  const {
4664
4729
  disabled,
@@ -4667,20 +4732,20 @@ var InputClearValue = (props) => {
4667
4732
  value
4668
4733
  } = props;
4669
4734
  if (disabled || readonly || loading || !value) {
4670
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
4735
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
4671
4736
  }
4672
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { icon: "x" }) });
4737
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { icon: "x" }) });
4673
4738
  };
4674
- InputClearValue.states = states8;
4675
- InputClearValue.options = options8;
4739
+ InputClearValue.states = states10;
4740
+ InputClearValue.options = options10;
4676
4741
  InputClearValue.className = className;
4677
4742
 
4678
4743
  // src/input/input-inner-input.tsx
4679
- var import_jsx_runtime15 = require("react/jsx-runtime");
4744
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4680
4745
  var className2 = `k-input-inner`;
4681
- var states9 = [];
4682
- var options9 = {};
4683
- var defaultProps9 = {
4746
+ var states11 = [];
4747
+ var options11 = {};
4748
+ var defaultProps11 = {
4684
4749
  type: "text",
4685
4750
  autocomplete: "off",
4686
4751
  value: "",
@@ -4688,13 +4753,13 @@ var defaultProps9 = {
4688
4753
  };
4689
4754
  var InputInnerInput = (props) => {
4690
4755
  const {
4691
- value = defaultProps9.value,
4692
- type = defaultProps9.type,
4693
- placeholder = defaultProps9.placeholder,
4694
- autocomplete = defaultProps9.autocomplete,
4756
+ value = defaultProps11.value,
4757
+ type = defaultProps11.type,
4758
+ placeholder = defaultProps11.placeholder,
4759
+ autocomplete = defaultProps11.autocomplete,
4695
4760
  ...other
4696
4761
  } = props;
4697
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4762
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4698
4763
  "input",
4699
4764
  {
4700
4765
  ...other,
@@ -4706,15 +4771,15 @@ var InputInnerInput = (props) => {
4706
4771
  }
4707
4772
  );
4708
4773
  };
4709
- InputInnerInput.states = states9;
4710
- InputInnerInput.options = options9;
4774
+ InputInnerInput.states = states11;
4775
+ InputInnerInput.options = options11;
4711
4776
  InputInnerInput.className = className2;
4712
4777
 
4713
4778
  // src/input/input-inner-span.tsx
4714
- var import_jsx_runtime16 = require("react/jsx-runtime");
4779
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4715
4780
  var className3 = `k-input-inner`;
4716
- var states10 = [];
4717
- var options10 = {};
4781
+ var states12 = [];
4782
+ var options12 = {};
4718
4783
  var InputInnerSpan = (props) => {
4719
4784
  const {
4720
4785
  value,
@@ -4724,41 +4789,41 @@ var InputInnerSpan = (props) => {
4724
4789
  valueIconName,
4725
4790
  ...other
4726
4791
  } = props;
4727
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
4792
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
4728
4793
  "span",
4729
4794
  {
4730
4795
  ...other,
4731
4796
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4732
4797
  children: [
4733
4798
  valueIcon,
4734
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4799
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4735
4800
  showValue && !value && placeholder,
4736
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: "k-input-value-text", children: value })
4801
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "k-input-value-text", children: value })
4737
4802
  ]
4738
4803
  }
4739
4804
  );
4740
4805
  };
4741
- InputInnerSpan.states = states10;
4742
- InputInnerSpan.options = options10;
4806
+ InputInnerSpan.states = states12;
4807
+ InputInnerSpan.options = options12;
4743
4808
  InputInnerSpan.className = className3;
4744
4809
 
4745
4810
  // src/input/input-inner-textarea.tsx
4746
- var import_jsx_runtime17 = require("react/jsx-runtime");
4747
- var defaultProps10 = {
4811
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4812
+ var defaultProps12 = {
4748
4813
  value: "",
4749
4814
  placeholder: ""
4750
4815
  };
4751
4816
  var className4 = `k-input-inner`;
4752
- var states11 = [];
4753
- var options11 = {};
4817
+ var states13 = [];
4818
+ var options13 = {};
4754
4819
  var InputInnerTextarea = (props) => {
4755
4820
  const {
4756
- value = defaultProps10.value,
4757
- placeholder = defaultProps10.placeholder,
4821
+ value = defaultProps12.value,
4822
+ placeholder = defaultProps12.placeholder,
4758
4823
  rows,
4759
4824
  ...other
4760
4825
  } = props;
4761
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4826
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4762
4827
  "textarea",
4763
4828
  {
4764
4829
  ...other,
@@ -4769,14 +4834,14 @@ var InputInnerTextarea = (props) => {
4769
4834
  }
4770
4835
  );
4771
4836
  };
4772
- InputInnerTextarea.states = states11;
4773
- InputInnerTextarea.options = options11;
4837
+ InputInnerTextarea.states = states13;
4838
+ InputInnerTextarea.options = options13;
4774
4839
  InputInnerTextarea.className = className4;
4775
4840
 
4776
4841
  // src/input/input-loading-icon.tsx
4777
- var import_jsx_runtime18 = require("react/jsx-runtime");
4842
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4778
4843
  var className5 = `k-input-loading-icon`;
4779
- var states12 = [
4844
+ var states14 = [
4780
4845
  States.disabled,
4781
4846
  States.loading
4782
4847
  ];
@@ -4786,21 +4851,21 @@ var InputLoadingIcon = (props) => {
4786
4851
  loading
4787
4852
  } = props;
4788
4853
  if (disabled || !loading) {
4789
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, {});
4854
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4790
4855
  }
4791
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4856
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4792
4857
  };
4793
4858
 
4794
4859
  // src/input/input-validation-icon.tsx
4795
- var import_jsx_runtime19 = require("react/jsx-runtime");
4860
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4796
4861
  var className6 = `k-input-validation-icon`;
4797
- var states13 = [
4862
+ var states15 = [
4798
4863
  States.valid,
4799
4864
  States.invalid,
4800
4865
  States.disabled,
4801
4866
  States.loading
4802
4867
  ];
4803
- var options12 = {};
4868
+ var options14 = {};
4804
4869
  var InputValidationIcon = (props) => {
4805
4870
  const {
4806
4871
  valid,
@@ -4811,41 +4876,41 @@ var InputValidationIcon = (props) => {
4811
4876
  const iconName = invalid ? "exclamation-circle" : "check";
4812
4877
  const renderValidationIcon = Boolean(valid || invalid);
4813
4878
  if (disabled || loading || !renderValidationIcon) {
4814
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4879
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4815
4880
  }
4816
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: classNames(className6), icon: iconName });
4881
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { className: classNames(className6), icon: iconName });
4817
4882
  };
4818
- InputValidationIcon.states = states13;
4819
- InputValidationIcon.options = options12;
4883
+ InputValidationIcon.states = states15;
4884
+ InputValidationIcon.options = options14;
4820
4885
  InputValidationIcon.className = className6;
4821
4886
 
4822
4887
  // src/input/input-prefix.tsx
4823
- var import_jsx_runtime20 = require("react/jsx-runtime");
4888
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4824
4889
  var className7 = `k-input-prefix`;
4825
4890
  var InputPrefix = (props) => {
4826
4891
  if (!props.children) {
4827
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4892
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4828
4893
  }
4829
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4894
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4830
4895
  };
4831
4896
 
4832
4897
  // src/input/input-suffix.tsx
4833
- var import_jsx_runtime21 = require("react/jsx-runtime");
4898
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4834
4899
  var className8 = `k-input-suffix`;
4835
4900
  var InputSuffix = (props) => {
4836
4901
  if (!props.children) {
4837
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4902
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, {});
4838
4903
  }
4839
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4904
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4840
4905
  };
4841
4906
 
4842
4907
  // src/input/input-separator.tsx
4843
- var import_jsx_runtime22 = require("react/jsx-runtime");
4908
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4844
4909
 
4845
4910
  // src/textbox/textbox.spec.tsx
4846
- var import_jsx_runtime23 = require("react/jsx-runtime");
4911
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4847
4912
  var TEXTBOX_CLASSNAME = `k-textbox`;
4848
- var states14 = [
4913
+ var states16 = [
4849
4914
  States.hover,
4850
4915
  States.focus,
4851
4916
  States.valid,
@@ -4855,12 +4920,12 @@ var states14 = [
4855
4920
  States.loading,
4856
4921
  States.readonly
4857
4922
  ];
4858
- var options13 = {
4923
+ var options15 = {
4859
4924
  size: [Size.small, Size.medium, Size.large],
4860
4925
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4861
4926
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4862
4927
  };
4863
- var defaultProps11 = {
4928
+ var defaultProps13 = {
4864
4929
  showClearButton: true,
4865
4930
  size: Input.defaultProps.size,
4866
4931
  rounded: Input.defaultProps.rounded,
@@ -4883,10 +4948,10 @@ var Textbox = (props) => {
4883
4948
  loading,
4884
4949
  disabled,
4885
4950
  readonly,
4886
- showClearButton = defaultProps11.showClearButton,
4951
+ showClearButton = defaultProps13.showClearButton,
4887
4952
  ...other
4888
4953
  } = props;
4889
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4954
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4890
4955
  Input,
4891
4956
  {
4892
4957
  ...other,
@@ -4903,9 +4968,9 @@ var Textbox = (props) => {
4903
4968
  readonly,
4904
4969
  className: classNames(props.className, TEXTBOX_CLASSNAME),
4905
4970
  children: [
4906
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
4907
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputInnerInput, { placeholder, value }),
4908
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4971
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputPrefix, { children: prefix }),
4972
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputInnerInput, { placeholder, value }),
4973
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4909
4974
  InputValidationIcon,
4910
4975
  {
4911
4976
  valid,
@@ -4914,14 +4979,14 @@ var Textbox = (props) => {
4914
4979
  disabled
4915
4980
  }
4916
4981
  ),
4917
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4982
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4918
4983
  InputLoadingIcon,
4919
4984
  {
4920
4985
  loading,
4921
4986
  disabled
4922
4987
  }
4923
4988
  ),
4924
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4989
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4925
4990
  InputClearValue,
4926
4991
  {
4927
4992
  loading,
@@ -4930,39 +4995,39 @@ var Textbox = (props) => {
4930
4995
  value
4931
4996
  }
4932
4997
  ),
4933
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix })
4998
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputSuffix, { children: suffix })
4934
4999
  ]
4935
5000
  }
4936
5001
  );
4937
5002
  };
4938
- Textbox.states = states14;
4939
- Textbox.options = options13;
5003
+ Textbox.states = states16;
5004
+ Textbox.options = options15;
4940
5005
  Textbox.className = TEXTBOX_CLASSNAME;
4941
- Textbox.defaultProps = defaultProps11;
5006
+ Textbox.defaultProps = defaultProps13;
4942
5007
 
4943
5008
  // src/textbox/templates/textbox-normal.tsx
4944
- var import_jsx_runtime24 = require("react/jsx-runtime");
5009
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4945
5010
 
4946
5011
  // src/textbox/templates/textbox-prefix.tsx
4947
- var import_jsx_runtime25 = require("react/jsx-runtime");
5012
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4948
5013
 
4949
5014
  // src/textbox/templates/textbox-suffix.tsx
4950
- var import_jsx_runtime26 = require("react/jsx-runtime");
5015
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4951
5016
 
4952
5017
  // src/editor/editor.spec.tsx
4953
- var import_jsx_runtime27 = require("react/jsx-runtime");
5018
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4954
5019
  var EDITOR_CLASSNAME = `k-editor`;
4955
- var states15 = [
5020
+ var states17 = [
4956
5021
  States.readonly
4957
5022
  ];
4958
- var options14 = {};
4959
- var defaultProps12 = {};
5023
+ var options16 = {};
5024
+ var defaultProps14 = {};
4960
5025
  var Editor = (props) => {
4961
5026
  const {
4962
5027
  readonly,
4963
5028
  ...other
4964
5029
  } = props;
4965
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5030
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4966
5031
  "div",
4967
5032
  {
4968
5033
  ...other,
@@ -4977,31 +5042,31 @@ var Editor = (props) => {
4977
5042
  }
4978
5043
  );
4979
5044
  };
4980
- Editor.states = states15;
4981
- Editor.options = options14;
5045
+ Editor.states = states17;
5046
+ Editor.options = options16;
4982
5047
  Editor.className = EDITOR_CLASSNAME;
4983
- Editor.defaultProps = defaultProps12;
5048
+ Editor.defaultProps = defaultProps14;
4984
5049
 
4985
5050
  // src/button-group/button-group.spec.tsx
4986
- var import_jsx_runtime28 = require("react/jsx-runtime");
5051
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4987
5052
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4988
- var states16 = [
5053
+ var states18 = [
4989
5054
  States.disabled
4990
5055
  ];
4991
- var options15 = {
5056
+ var options17 = {
4992
5057
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4993
5058
  };
4994
- var defaultProps13 = {
5059
+ var defaultProps15 = {
4995
5060
  fillMode: FillMode.solid
4996
5061
  };
4997
5062
  var ButtonGroup = (props) => {
4998
5063
  const {
4999
- fillMode = defaultProps13.fillMode,
5064
+ fillMode = defaultProps15.fillMode,
5000
5065
  disabled,
5001
5066
  stretched,
5002
5067
  ...other
5003
5068
  } = props;
5004
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5069
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5005
5070
  "div",
5006
5071
  {
5007
5072
  ...other,
@@ -5022,35 +5087,35 @@ var ButtonGroup = (props) => {
5022
5087
  }
5023
5088
  );
5024
5089
  };
5025
- ButtonGroup.states = states16;
5026
- ButtonGroup.options = options15;
5090
+ ButtonGroup.states = states18;
5091
+ ButtonGroup.options = options17;
5027
5092
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5028
- ButtonGroup.defaultProps = defaultProps13;
5093
+ ButtonGroup.defaultProps = defaultProps15;
5029
5094
 
5030
5095
  // src/button-group/templates/icon-button-group.tsx
5031
- var import_jsx_runtime29 = require("react/jsx-runtime");
5096
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5032
5097
 
5033
5098
  // src/button-group/templates/icon-text-button-group.tsx
5034
- var import_jsx_runtime30 = require("react/jsx-runtime");
5099
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5035
5100
 
5036
5101
  // src/button-group/templates/text-button-group.tsx
5037
- var import_jsx_runtime31 = require("react/jsx-runtime");
5102
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5038
5103
 
5039
5104
  // src/button-group/templates/mixed-button-group.tsx
5040
- var import_jsx_runtime32 = require("react/jsx-runtime");
5105
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5041
5106
 
5042
5107
  // src/color-preview/color-preview.tsx
5043
- var import_jsx_runtime33 = require("react/jsx-runtime");
5108
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5044
5109
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5045
- var states17 = [];
5046
- var options16 = {};
5110
+ var states19 = [];
5111
+ var options18 = {};
5047
5112
  var ColorPreview = (props) => {
5048
5113
  const {
5049
5114
  color,
5050
5115
  iconName,
5051
5116
  ...other
5052
5117
  } = props;
5053
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5118
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5054
5119
  "span",
5055
5120
  {
5056
5121
  ...other,
@@ -5063,8 +5128,8 @@ var ColorPreview = (props) => {
5063
5128
  }
5064
5129
  ),
5065
5130
  children: [
5066
- iconName && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5067
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5131
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5132
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5068
5133
  "span",
5069
5134
  {
5070
5135
  className: "k-color-preview-mask",
@@ -5075,14 +5140,14 @@ var ColorPreview = (props) => {
5075
5140
  }
5076
5141
  );
5077
5142
  };
5078
- ColorPreview.states = states17;
5079
- ColorPreview.options = options16;
5143
+ ColorPreview.states = states19;
5144
+ ColorPreview.options = options18;
5080
5145
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5081
5146
 
5082
5147
  // src/colorpicker/colorpicker.spec.tsx
5083
- var import_jsx_runtime34 = require("react/jsx-runtime");
5148
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5084
5149
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5085
- var states18 = [
5150
+ var states20 = [
5086
5151
  States.hover,
5087
5152
  States.focus,
5088
5153
  States.valid,
@@ -5090,12 +5155,12 @@ var states18 = [
5090
5155
  States.required,
5091
5156
  States.disabled
5092
5157
  ];
5093
- var options17 = {
5158
+ var options19 = {
5094
5159
  size: [Size.small, Size.medium, Size.large],
5095
5160
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5096
5161
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5097
5162
  };
5098
- var defaultProps14 = {
5163
+ var defaultProps16 = {
5099
5164
  arrowIconName: "caret-alt-down",
5100
5165
  size: Picker.defaultProps.size,
5101
5166
  rounded: Picker.defaultProps.rounded,
@@ -5117,10 +5182,10 @@ var ColorPicker = (props) => {
5117
5182
  required,
5118
5183
  disabled,
5119
5184
  valueIconName,
5120
- arrowIconName = defaultProps14.arrowIconName,
5185
+ arrowIconName = defaultProps16.arrowIconName,
5121
5186
  ...other
5122
5187
  } = props;
5123
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5188
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5124
5189
  Picker,
5125
5190
  {
5126
5191
  ...other,
@@ -5139,14 +5204,14 @@ var ColorPicker = (props) => {
5139
5204
  "k-icon-picker"
5140
5205
  ),
5141
5206
  children: [
5142
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputPrefix, { children: prefix }),
5143
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5207
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputPrefix, { children: prefix }),
5208
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5144
5209
  InputInnerSpan,
5145
5210
  {
5146
5211
  placeholder,
5147
5212
  value,
5148
5213
  showValue: false,
5149
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5214
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5150
5215
  ColorPreview,
5151
5216
  {
5152
5217
  className: "k-value-icon",
@@ -5157,8 +5222,8 @@ var ColorPicker = (props) => {
5157
5222
  valueIconName
5158
5223
  }
5159
5224
  ),
5160
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputSuffix, { children: suffix }),
5161
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5225
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputSuffix, { children: suffix }),
5226
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5162
5227
  Button,
5163
5228
  {
5164
5229
  className: "k-input-button",
@@ -5172,17 +5237,17 @@ var ColorPicker = (props) => {
5172
5237
  }
5173
5238
  );
5174
5239
  };
5175
- ColorPicker.states = states18;
5176
- ColorPicker.options = options17;
5240
+ ColorPicker.states = states20;
5241
+ ColorPicker.options = options19;
5177
5242
  ColorPicker.className = COLORPICKER_CLASSNAME;
5178
- ColorPicker.defaultProps = defaultProps14;
5243
+ ColorPicker.defaultProps = defaultProps16;
5179
5244
 
5180
5245
  // src/animation-container/animation-container.spec.tsx
5181
- var import_jsx_runtime35 = require("react/jsx-runtime");
5246
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5182
5247
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5183
- var states19 = [];
5184
- var options18 = {};
5185
- var defaultProps15 = {
5248
+ var states21 = [];
5249
+ var options20 = {};
5250
+ var defaultProps17 = {
5186
5251
  positionMode: "absolute"
5187
5252
  };
5188
5253
  var AnimationContainer = (props) => {
@@ -5192,7 +5257,7 @@ var AnimationContainer = (props) => {
5192
5257
  offset,
5193
5258
  ...other
5194
5259
  } = props;
5195
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5260
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5196
5261
  "div",
5197
5262
  {
5198
5263
  ...other,
@@ -5204,21 +5269,21 @@ var AnimationContainer = (props) => {
5204
5269
  ["k-animation-container-fixed"]: positionMode === "fixed"
5205
5270
  }
5206
5271
  ),
5207
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5272
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5208
5273
  }
5209
5274
  );
5210
5275
  };
5211
- AnimationContainer.states = states19;
5212
- AnimationContainer.options = options18;
5276
+ AnimationContainer.states = states21;
5277
+ AnimationContainer.options = options20;
5213
5278
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5214
- AnimationContainer.defaultProps = defaultProps15;
5279
+ AnimationContainer.defaultProps = defaultProps17;
5215
5280
 
5216
5281
  // src/popup/popup.spec.tsx
5217
- var import_jsx_runtime36 = require("react/jsx-runtime");
5282
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5218
5283
  var POPUP_CLASSNAME = `k-popup`;
5219
- var states20 = [];
5220
- var options19 = {};
5221
- var defaultProps16 = {
5284
+ var states22 = [];
5285
+ var options21 = {};
5286
+ var defaultProps18 = {
5222
5287
  positionMode: "absolute"
5223
5288
  };
5224
5289
  var Popup = (props) => {
@@ -5227,26 +5292,26 @@ var Popup = (props) => {
5227
5292
  positionMode,
5228
5293
  ...other
5229
5294
  } = props;
5230
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5295
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5231
5296
  AnimationContainer,
5232
5297
  {
5233
5298
  positionMode,
5234
5299
  offset,
5235
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5300
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5236
5301
  }
5237
5302
  );
5238
5303
  };
5239
- Popup.states = states20;
5240
- Popup.options = options19;
5304
+ Popup.states = states22;
5305
+ Popup.options = options21;
5241
5306
  Popup.className = POPUP_CLASSNAME;
5242
- Popup.defaultProps = defaultProps16;
5307
+ Popup.defaultProps = defaultProps18;
5243
5308
 
5244
5309
  // src/action-sheet/action-sheet.spec.tsx
5245
- var import_jsx_runtime37 = require("react/jsx-runtime");
5310
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5246
5311
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5247
- var states21 = [];
5248
- var options20 = {};
5249
- var defaultProps17 = {
5312
+ var states23 = [];
5313
+ var options22 = {};
5314
+ var defaultProps19 = {
5250
5315
  side: "bottom",
5251
5316
  fullscreen: false,
5252
5317
  adaptive: false,
@@ -5259,14 +5324,14 @@ var ActionSheet = (props) => {
5259
5324
  header,
5260
5325
  footer,
5261
5326
  actions,
5262
- side = defaultProps17.side,
5263
- fullscreen = defaultProps17.fullscreen,
5264
- adaptive = defaultProps17.adaptive,
5265
- overlay = defaultProps17.overlay,
5327
+ side = defaultProps19.side,
5328
+ fullscreen = defaultProps19.fullscreen,
5329
+ adaptive = defaultProps19.adaptive,
5330
+ overlay = defaultProps19.overlay,
5266
5331
  ...other
5267
5332
  } = props;
5268
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5269
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5333
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5334
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5270
5335
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5271
5336
  switch (child.type) {
5272
5337
  case ActionSheetHeader:
@@ -5276,10 +5341,10 @@ var ActionSheet = (props) => {
5276
5341
  return true;
5277
5342
  }
5278
5343
  return true;
5279
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, {});
5280
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-actionsheet-container", children: [
5281
- overlay && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-overlay" }),
5282
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5344
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, {});
5345
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-actionsheet-container", children: [
5346
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-overlay" }),
5347
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5283
5348
  AnimationContainer,
5284
5349
  {
5285
5350
  animationStyle: {
@@ -5289,7 +5354,7 @@ var ActionSheet = (props) => {
5289
5354
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5290
5355
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5291
5356
  },
5292
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5357
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5293
5358
  "div",
5294
5359
  {
5295
5360
  ...other,
@@ -5302,9 +5367,9 @@ var ActionSheet = (props) => {
5302
5367
  "k-adaptive-actionsheet": adaptive
5303
5368
  }
5304
5369
  ),
5305
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5370
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5306
5371
  _ActionSheetHeader,
5307
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: classNames(
5372
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: classNames(
5308
5373
  "k-actionsheet-content",
5309
5374
  {
5310
5375
  "!k-overflow-hidden": adaptive
@@ -5318,15 +5383,15 @@ var ActionSheet = (props) => {
5318
5383
  )
5319
5384
  ] });
5320
5385
  };
5321
- ActionSheet.states = states21;
5322
- ActionSheet.options = options20;
5386
+ ActionSheet.states = states23;
5387
+ ActionSheet.options = options22;
5323
5388
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5324
- ActionSheet.defaultProps = defaultProps17;
5389
+ ActionSheet.defaultProps = defaultProps19;
5325
5390
 
5326
5391
  // src/searchbox/searchbox.spec.tsx
5327
- var import_jsx_runtime38 = require("react/jsx-runtime");
5392
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5328
5393
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5329
- var states22 = [
5394
+ var states24 = [
5330
5395
  States.hover,
5331
5396
  States.focus,
5332
5397
  States.valid,
@@ -5335,12 +5400,12 @@ var states22 = [
5335
5400
  States.disabled,
5336
5401
  States.loading
5337
5402
  ];
5338
- var options21 = {
5403
+ var options23 = {
5339
5404
  size: [Size.small, Size.medium, Size.large],
5340
5405
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5341
5406
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5342
5407
  };
5343
- var defaultProps18 = {
5408
+ var defaultProps20 = {
5344
5409
  showIcon: true,
5345
5410
  icon: "search",
5346
5411
  size: Input.defaultProps.size,
@@ -5361,11 +5426,11 @@ var Searchbox = (props) => {
5361
5426
  required,
5362
5427
  loading,
5363
5428
  disabled,
5364
- showIcon = defaultProps18.showIcon,
5365
- icon = defaultProps18.icon,
5429
+ showIcon = defaultProps20.showIcon,
5430
+ icon = defaultProps20.icon,
5366
5431
  ...other
5367
5432
  } = props;
5368
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5433
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5369
5434
  Input,
5370
5435
  {
5371
5436
  ...other,
@@ -5381,25 +5446,25 @@ var Searchbox = (props) => {
5381
5446
  disabled,
5382
5447
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5383
5448
  children: [
5384
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { className: "k-input-icon", icon }),
5385
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputInnerInput, { placeholder, value }),
5386
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputLoadingIcon, { ...props }),
5387
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputValidationIcon, { ...props }),
5388
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputClearValue, { ...props })
5449
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Icon, { className: "k-input-icon", icon }),
5450
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputInnerInput, { placeholder, value }),
5451
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputLoadingIcon, { ...props }),
5452
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputValidationIcon, { ...props }),
5453
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputClearValue, { ...props })
5389
5454
  ]
5390
5455
  }
5391
5456
  );
5392
5457
  };
5393
- Searchbox.states = states22;
5394
- Searchbox.options = options21;
5458
+ Searchbox.states = states24;
5459
+ Searchbox.options = options23;
5395
5460
  Searchbox.className = SEARCHBOX_CLASSNAME;
5396
- Searchbox.defaultProps = defaultProps18;
5461
+ Searchbox.defaultProps = defaultProps20;
5397
5462
 
5398
5463
  // src/searchbox/templates/searchbox-normal.tsx
5399
- var import_jsx_runtime39 = require("react/jsx-runtime");
5464
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5400
5465
 
5401
5466
  // src/action-sheet/actionsheet-header.tsx
5402
- var import_jsx_runtime40 = require("react/jsx-runtime");
5467
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5403
5468
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5404
5469
  var ActionSheetHeader = (props) => {
5405
5470
  const {
@@ -5409,7 +5474,7 @@ var ActionSheetHeader = (props) => {
5409
5474
  filter,
5410
5475
  ...other
5411
5476
  } = props;
5412
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5477
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5413
5478
  "div",
5414
5479
  {
5415
5480
  ...other,
@@ -5417,30 +5482,30 @@ var ActionSheetHeader = (props) => {
5417
5482
  props.className,
5418
5483
  ACTIONSHEETHEADER_CLASSNAME
5419
5484
  ),
5420
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5421
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5422
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_jsx_runtime40.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "k-actionsheet-title", children: [
5423
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-text-center", children: title }),
5424
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5485
+ children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5486
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5487
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-actionsheet-title", children: [
5488
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-text-center", children: title }),
5489
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5425
5490
  ] }) }),
5426
- props.children && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5427
- actions && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_jsx_runtime40.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5491
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5492
+ actions && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5428
5493
  ] }),
5429
- filter && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_jsx_runtime40.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5494
+ filter && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5430
5495
  ] })
5431
5496
  }
5432
5497
  );
5433
5498
  };
5434
5499
 
5435
5500
  // src/action-sheet/actionsheet-footer.tsx
5436
- var import_jsx_runtime41 = require("react/jsx-runtime");
5501
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5437
5502
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5438
5503
  var ActionSheetFooter = (props) => {
5439
5504
  const {
5440
5505
  actions,
5441
5506
  ...other
5442
5507
  } = props;
5443
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5508
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5444
5509
  action_buttons_spec_default,
5445
5510
  {
5446
5511
  ...other,
@@ -5449,17 +5514,17 @@ var ActionSheetFooter = (props) => {
5449
5514
  ACTIONSHEETFOOTER_CLASSNAME
5450
5515
  ),
5451
5516
  alignment: "stretched",
5452
- children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5517
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5453
5518
  actions && actions.map((action, index) => {
5454
5519
  if (action === "|") {
5455
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-separator" }, index);
5520
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-separator" }, index);
5456
5521
  }
5457
5522
  if (action === " ") {
5458
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-spacer" }, index);
5523
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-spacer" }, index);
5459
5524
  }
5460
5525
  const importantFlag = action.startsWith("!");
5461
5526
  const actionName = importantFlag ? action.substring(1) : action;
5462
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5527
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5463
5528
  }),
5464
5529
  !actions && props.children
5465
5530
  ] })
@@ -5468,12 +5533,12 @@ var ActionSheetFooter = (props) => {
5468
5533
  };
5469
5534
 
5470
5535
  // src/action-sheet/actionsheet-items.tsx
5471
- var import_jsx_runtime42 = require("react/jsx-runtime");
5536
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5472
5537
  var ActionSheetItems = (props) => {
5473
5538
  const {
5474
5539
  ...other
5475
5540
  } = props;
5476
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5541
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5477
5542
  "div",
5478
5543
  {
5479
5544
  ...other,
@@ -5487,8 +5552,8 @@ var ActionSheetItems = (props) => {
5487
5552
  };
5488
5553
 
5489
5554
  // src/action-sheet/actionsheet-item.tsx
5490
- var import_jsx_runtime43 = require("react/jsx-runtime");
5491
- var states23 = [
5555
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5556
+ var states25 = [
5492
5557
  States.hover,
5493
5558
  States.focus,
5494
5559
  States.selected,
@@ -5496,23 +5561,23 @@ var states23 = [
5496
5561
  ];
5497
5562
 
5498
5563
  // src/nodata/nodata.tsx
5499
- var import_jsx_runtime44 = require("react/jsx-runtime");
5564
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5500
5565
  var className9 = `k-nodata`;
5501
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5566
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5502
5567
 
5503
5568
  // src/list/list.spec.tsx
5504
- var import_jsx_runtime45 = require("react/jsx-runtime");
5569
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5505
5570
  var LIST_CLASSNAME = `k-list`;
5506
- var states24 = [];
5507
- var options22 = {
5571
+ var states26 = [];
5572
+ var options24 = {
5508
5573
  size: [Size.small, Size.medium, Size.large]
5509
5574
  };
5510
- var defaultProps19 = {
5575
+ var defaultProps21 = {
5511
5576
  size: Size.medium
5512
5577
  };
5513
5578
  var List = (props) => {
5514
5579
  const {
5515
- size = defaultProps19.size,
5580
+ size = defaultProps21.size,
5516
5581
  virtualization,
5517
5582
  children,
5518
5583
  optionLabel,
@@ -5529,7 +5594,7 @@ var List = (props) => {
5529
5594
  listHeader = child.props.label;
5530
5595
  child.props.children.map((optChild, index2) => {
5531
5596
  listChildren.push(
5532
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5597
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5533
5598
  ListItem,
5534
5599
  {
5535
5600
  ...optChild.props
@@ -5545,7 +5610,7 @@ var List = (props) => {
5545
5610
  groupLabel = child.props.label;
5546
5611
  }
5547
5612
  listChildren.push(
5548
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5613
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5549
5614
  ListItem,
5550
5615
  {
5551
5616
  className: index2 === 0 ? "k-first" : "",
@@ -5557,16 +5622,16 @@ var List = (props) => {
5557
5622
  );
5558
5623
  });
5559
5624
  }
5560
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5625
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5561
5626
  } else if (child.type === ListItem) {
5562
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5563
- listContent = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListContent, { virtualization, children: listChildren });
5627
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5628
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: listChildren });
5564
5629
  }
5565
5630
  });
5566
5631
  } else {
5567
- listContent = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(NoData, { children: "No data found." });
5632
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NoData, { children: "No data found." });
5568
5633
  }
5569
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5634
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5570
5635
  "div",
5571
5636
  {
5572
5637
  ...other,
@@ -5588,24 +5653,24 @@ var List = (props) => {
5588
5653
  }
5589
5654
  );
5590
5655
  };
5591
- List.states = states24;
5592
- List.options = options22;
5656
+ List.states = states26;
5657
+ List.options = options24;
5593
5658
  List.className = LIST_CLASSNAME;
5594
- List.defaultProps = defaultProps19;
5659
+ List.defaultProps = defaultProps21;
5595
5660
 
5596
5661
  // src/list/list-angular.spec.tsx
5597
- var import_jsx_runtime46 = require("react/jsx-runtime");
5662
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5598
5663
  var LISTANGULAR_CLASSNAME = `k-list`;
5599
- var states25 = [];
5600
- var options23 = {
5664
+ var states27 = [];
5665
+ var options25 = {
5601
5666
  size: [Size.small, Size.medium, Size.large]
5602
5667
  };
5603
- var defaultProps20 = {
5668
+ var defaultProps22 = {
5604
5669
  size: Size.medium
5605
5670
  };
5606
5671
  var ListAngular = (props) => {
5607
5672
  const {
5608
- size = defaultProps20.size,
5673
+ size = defaultProps22.size,
5609
5674
  virtualization,
5610
5675
  children,
5611
5676
  ...other
@@ -5621,7 +5686,7 @@ var ListAngular = (props) => {
5621
5686
  listHeader = child.props.label;
5622
5687
  child.props.children.map((optChild, index2) => {
5623
5688
  listChildren.push(
5624
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5689
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5625
5690
  ListItem,
5626
5691
  {
5627
5692
  ...optChild.props
@@ -5632,7 +5697,7 @@ var ListAngular = (props) => {
5632
5697
  });
5633
5698
  } else {
5634
5699
  listChildren.push(
5635
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5700
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5636
5701
  ListGroupItem,
5637
5702
  {
5638
5703
  ...child.props,
@@ -5643,7 +5708,7 @@ var ListAngular = (props) => {
5643
5708
  );
5644
5709
  child.props.children.map((optChild, index2) => {
5645
5710
  listChildren.push(
5646
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5711
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5647
5712
  ListItem,
5648
5713
  {
5649
5714
  ...optChild.props
@@ -5653,16 +5718,16 @@ var ListAngular = (props) => {
5653
5718
  );
5654
5719
  });
5655
5720
  }
5656
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5721
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5657
5722
  } else if (child.type === ListItem) {
5658
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5659
- listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListContent, { virtualization, children: listChildren });
5723
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5724
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListContent, { virtualization, children: listChildren });
5660
5725
  }
5661
5726
  });
5662
5727
  } else {
5663
- listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NoData, { children: "No data found." });
5728
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NoData, { children: "No data found." });
5664
5729
  }
5665
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5730
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5666
5731
  "div",
5667
5732
  {
5668
5733
  ...other,
@@ -5683,22 +5748,22 @@ var ListAngular = (props) => {
5683
5748
  }
5684
5749
  );
5685
5750
  };
5686
- ListAngular.states = states25;
5687
- ListAngular.options = options23;
5751
+ ListAngular.states = states27;
5752
+ ListAngular.options = options25;
5688
5753
  ListAngular.className = LISTANGULAR_CLASSNAME;
5689
- ListAngular.defaultProps = defaultProps20;
5754
+ ListAngular.defaultProps = defaultProps22;
5690
5755
 
5691
5756
  // src/list/list-item.spec.tsx
5692
- var import_jsx_runtime47 = require("react/jsx-runtime");
5757
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5693
5758
  var LISTITEM_CLASSNAME = `k-list-item`;
5694
- var states26 = [
5759
+ var states28 = [
5695
5760
  States.hover,
5696
5761
  States.focus,
5697
5762
  States.selected,
5698
5763
  States.disabled
5699
5764
  ];
5700
- var options24 = {};
5701
- var defaultProps21 = {};
5765
+ var options26 = {};
5766
+ var defaultProps23 = {};
5702
5767
  var ListItem = (props) => {
5703
5768
  const {
5704
5769
  text,
@@ -5714,7 +5779,7 @@ var ListItem = (props) => {
5714
5779
  ...other
5715
5780
  } = props;
5716
5781
  const textOrChildren = text ? text : props.children;
5717
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5782
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5718
5783
  "li",
5719
5784
  {
5720
5785
  ...other,
@@ -5729,66 +5794,66 @@ var ListItem = (props) => {
5729
5794
  })
5730
5795
  ),
5731
5796
  children: [
5732
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Checkbox, { checked }),
5733
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: iconName }),
5734
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5735
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5797
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Checkbox, { checked }),
5798
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: iconName }),
5799
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5800
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5736
5801
  ]
5737
5802
  }
5738
5803
  );
5739
5804
  };
5740
- ListItem.states = states26;
5741
- ListItem.options = options24;
5805
+ ListItem.states = states28;
5806
+ ListItem.options = options26;
5742
5807
  ListItem.className = LISTITEM_CLASSNAME;
5743
- ListItem.defaultProps = defaultProps21;
5808
+ ListItem.defaultProps = defaultProps23;
5744
5809
 
5745
5810
  // src/list/list-content.tsx
5746
- var import_jsx_runtime48 = require("react/jsx-runtime");
5811
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5747
5812
  var className10 = `k-list-content`;
5748
5813
  var ListContent = (props) => {
5749
5814
  const {
5750
5815
  virtualization
5751
5816
  } = props;
5752
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: classNames(className10, props.className), children: [
5753
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5754
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", {}) })
5817
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: classNames(className10, props.className), children: [
5818
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5819
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", {}) })
5755
5820
  ] });
5756
5821
  };
5757
5822
 
5758
5823
  // src/list/list-header.tsx
5759
- var import_jsx_runtime49 = require("react/jsx-runtime");
5824
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5760
5825
  var className11 = `k-list-group-sticky-header`;
5761
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5826
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5762
5827
 
5763
5828
  // src/list/list-group.tsx
5764
- var import_jsx_runtime50 = require("react/jsx-runtime");
5829
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5765
5830
  var ListGroup = (props) => {
5766
5831
  const {
5767
5832
  virtualization,
5768
5833
  label
5769
5834
  } = props;
5770
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_jsx_runtime50.Fragment, { children: [
5771
- label && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ListHeader, { children: label }),
5772
- props.children && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ListContent, { virtualization, children: props.children })
5835
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
5836
+ label && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListHeader, { children: label }),
5837
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListContent, { virtualization, children: props.children })
5773
5838
  ] });
5774
5839
  };
5775
5840
 
5776
5841
  // src/list/list-group-item.tsx
5777
- var import_jsx_runtime51 = require("react/jsx-runtime");
5842
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5778
5843
  var className12 = `k-list-group-item`;
5779
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5844
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5780
5845
 
5781
5846
  // src/list/list-option-label.tsx
5782
- var import_jsx_runtime52 = require("react/jsx-runtime");
5847
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5783
5848
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5784
- var states27 = [
5849
+ var states29 = [
5785
5850
  States.hover,
5786
5851
  States.focus,
5787
5852
  States.selected,
5788
5853
  States.disabled
5789
5854
  ];
5790
- var options25 = {};
5791
- var defaultProps22 = {};
5855
+ var options27 = {};
5856
+ var defaultProps24 = {};
5792
5857
  var ListOptionLabel = (props) => {
5793
5858
  const {
5794
5859
  text,
@@ -5798,7 +5863,7 @@ var ListOptionLabel = (props) => {
5798
5863
  disabled,
5799
5864
  ...other
5800
5865
  } = props;
5801
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5866
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5802
5867
  "div",
5803
5868
  {
5804
5869
  ...other,
@@ -5815,36 +5880,36 @@ var ListOptionLabel = (props) => {
5815
5880
  }
5816
5881
  );
5817
5882
  };
5818
- ListOptionLabel.states = states27;
5819
- ListOptionLabel.options = options25;
5883
+ ListOptionLabel.states = states29;
5884
+ ListOptionLabel.options = options27;
5820
5885
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5821
- ListOptionLabel.defaultProps = defaultProps22;
5886
+ ListOptionLabel.defaultProps = defaultProps24;
5822
5887
 
5823
5888
  // src/list/templates/list-normal.tsx
5824
- var import_jsx_runtime53 = require("react/jsx-runtime");
5889
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5825
5890
 
5826
5891
  // src/list/templates/list-virtualization.tsx
5827
- var import_jsx_runtime54 = require("react/jsx-runtime");
5892
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5828
5893
 
5829
5894
  // src/list/templates/list-grouping.tsx
5830
- var import_jsx_runtime55 = require("react/jsx-runtime");
5895
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5831
5896
 
5832
5897
  // src/list/templates/list-virualization-grouping.tsx
5833
- var import_jsx_runtime56 = require("react/jsx-runtime");
5898
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5834
5899
 
5835
5900
  // src/list/templates/list-virtualization-angular.tsx
5836
- var import_jsx_runtime57 = require("react/jsx-runtime");
5901
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5837
5902
 
5838
5903
  // src/list/templates/list-grouping-angular.tsx
5839
- var import_jsx_runtime58 = require("react/jsx-runtime");
5904
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5840
5905
 
5841
5906
  // src/list/templates/list-virualization-grouping-angular.tsx
5842
- var import_jsx_runtime59 = require("react/jsx-runtime");
5907
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5843
5908
 
5844
5909
  // src/combobox/combobox.spec.tsx
5845
- var import_jsx_runtime60 = require("react/jsx-runtime");
5910
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5846
5911
  var COMBOBOX_CLASSNAME = `k-combobox`;
5847
- var states28 = [
5912
+ var states30 = [
5848
5913
  States.hover,
5849
5914
  States.focus,
5850
5915
  States.valid,
@@ -5854,12 +5919,12 @@ var states28 = [
5854
5919
  States.disabled,
5855
5920
  States.readonly
5856
5921
  ];
5857
- var defaultProps23 = {
5922
+ var defaultProps25 = {
5858
5923
  size: Input.defaultProps.size,
5859
5924
  rounded: Input.defaultProps.rounded,
5860
5925
  fillMode: Input.defaultProps.fillMode
5861
5926
  };
5862
- var options26 = {
5927
+ var options28 = {
5863
5928
  size: [Size.small, Size.medium, Size.large],
5864
5929
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5865
5930
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5887,8 +5952,8 @@ var Combobox = (props) => {
5887
5952
  adaptiveSettings,
5888
5953
  ...other
5889
5954
  } = props;
5890
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
5891
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5955
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
5956
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5892
5957
  Input,
5893
5958
  {
5894
5959
  ...other,
@@ -5905,9 +5970,9 @@ var Combobox = (props) => {
5905
5970
  readonly,
5906
5971
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5907
5972
  children: [
5908
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputPrefix, { children: prefix }),
5909
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputInnerInput, { placeholder, value }),
5910
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5973
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputPrefix, { children: prefix }),
5974
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputInnerInput, { placeholder, value }),
5975
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5911
5976
  InputValidationIcon,
5912
5977
  {
5913
5978
  valid,
@@ -5916,14 +5981,14 @@ var Combobox = (props) => {
5916
5981
  disabled
5917
5982
  }
5918
5983
  ),
5919
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5984
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5920
5985
  InputLoadingIcon,
5921
5986
  {
5922
5987
  loading,
5923
5988
  disabled
5924
5989
  }
5925
5990
  ),
5926
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5991
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5927
5992
  InputClearValue,
5928
5993
  {
5929
5994
  loading,
@@ -5932,8 +5997,8 @@ var Combobox = (props) => {
5932
5997
  value
5933
5998
  }
5934
5999
  ),
5935
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputSuffix, { children: suffix }),
5936
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6000
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputSuffix, { children: suffix }),
6001
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5937
6002
  Button,
5938
6003
  {
5939
6004
  className: "k-input-button",
@@ -5946,9 +6011,9 @@ var Combobox = (props) => {
5946
6011
  ]
5947
6012
  }
5948
6013
  ),
5949
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5950
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5951
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6014
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6015
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6016
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5952
6017
  ActionSheetHeader,
5953
6018
  {
5954
6019
  actions: ["x"],
@@ -5956,35 +6021,35 @@ var Combobox = (props) => {
5956
6021
  title: "Select Item"
5957
6022
  }
5958
6023
  ),
5959
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(List, { size: "large", children: [
5960
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListItem, { text: "List item" }),
5961
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListItem, { text: "List item" }),
5962
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListItem, { text: "List item" })
6024
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(List, { size: "large", children: [
6025
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListItem, { text: "List item" }),
6026
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListItem, { text: "List item" }),
6027
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListItem, { text: "List item" })
5963
6028
  ] }) })
5964
6029
  ] })
5965
6030
  ] });
5966
6031
  };
5967
- Combobox.states = states28;
5968
- Combobox.options = options26;
6032
+ Combobox.states = states30;
6033
+ Combobox.options = options28;
5969
6034
  Combobox.className = COMBOBOX_CLASSNAME;
5970
- Combobox.defaultProps = defaultProps23;
6035
+ Combobox.defaultProps = defaultProps25;
5971
6036
 
5972
6037
  // src/combobox/templates/combobox-normal.tsx
5973
- var import_jsx_runtime61 = require("react/jsx-runtime");
6038
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5974
6039
 
5975
6040
  // src/combobox/templates/combobox-popup.tsx
5976
- var import_jsx_runtime62 = require("react/jsx-runtime");
6041
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5977
6042
 
5978
6043
  // src/combobox/templates/combobox-grouping.tsx
5979
- var import_jsx_runtime63 = require("react/jsx-runtime");
6044
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5980
6045
 
5981
6046
  // src/combobox/templates/combobox-adaptive.tsx
5982
- var import_jsx_runtime64 = require("react/jsx-runtime");
6047
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5983
6048
 
5984
6049
  // src/dropdownlist/dropdownlist.spec.tsx
5985
- var import_jsx_runtime65 = require("react/jsx-runtime");
6050
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5986
6051
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5987
- var states29 = [
6052
+ var states31 = [
5988
6053
  States.hover,
5989
6054
  States.focus,
5990
6055
  States.valid,
@@ -5994,12 +6059,12 @@ var states29 = [
5994
6059
  States.loading,
5995
6060
  States.readonly
5996
6061
  ];
5997
- var options27 = {
6062
+ var options29 = {
5998
6063
  size: [Size.small, Size.medium, Size.large],
5999
6064
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6000
6065
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6001
6066
  };
6002
- var defaultProps24 = {
6067
+ var defaultProps26 = {
6003
6068
  showValue: true,
6004
6069
  arrowIconName: "caret-alt-down",
6005
6070
  size: Size.medium,
@@ -6009,7 +6074,7 @@ var defaultProps24 = {
6009
6074
  var DropdownList = (props) => {
6010
6075
  const {
6011
6076
  valueIconName,
6012
- arrowIconName = defaultProps24.arrowIconName,
6077
+ arrowIconName = defaultProps26.arrowIconName,
6013
6078
  prefix,
6014
6079
  suffix,
6015
6080
  value,
@@ -6025,13 +6090,13 @@ var DropdownList = (props) => {
6025
6090
  loading,
6026
6091
  disabled,
6027
6092
  readonly,
6028
- showValue = defaultProps24.showValue,
6093
+ showValue = defaultProps26.showValue,
6029
6094
  popup,
6030
6095
  opened,
6031
6096
  ...other
6032
6097
  } = props;
6033
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6034
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6098
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
6099
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6035
6100
  Picker,
6036
6101
  {
6037
6102
  ...other,
@@ -6054,8 +6119,8 @@ var DropdownList = (props) => {
6054
6119
  }
6055
6120
  ),
6056
6121
  children: [
6057
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputPrefix, { children: prefix }),
6058
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6122
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputPrefix, { children: prefix }),
6123
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6059
6124
  InputInnerSpan,
6060
6125
  {
6061
6126
  placeholder,
@@ -6064,7 +6129,7 @@ var DropdownList = (props) => {
6064
6129
  valueIconName
6065
6130
  }
6066
6131
  ),
6067
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6132
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6068
6133
  InputValidationIcon,
6069
6134
  {
6070
6135
  valid,
@@ -6073,15 +6138,15 @@ var DropdownList = (props) => {
6073
6138
  disabled
6074
6139
  }
6075
6140
  ),
6076
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6141
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6077
6142
  InputLoadingIcon,
6078
6143
  {
6079
6144
  loading,
6080
6145
  disabled
6081
6146
  }
6082
6147
  ),
6083
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputSuffix, { children: suffix }),
6084
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6148
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputSuffix, { children: suffix }),
6149
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6085
6150
  Button,
6086
6151
  {
6087
6152
  className: "k-input-button",
@@ -6094,40 +6159,40 @@ var DropdownList = (props) => {
6094
6159
  ]
6095
6160
  }
6096
6161
  ),
6097
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6162
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6098
6163
  ] });
6099
6164
  };
6100
- DropdownList.states = states29;
6101
- DropdownList.options = options27;
6165
+ DropdownList.states = states31;
6166
+ DropdownList.options = options29;
6102
6167
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6103
- DropdownList.defaultProps = defaultProps24;
6168
+ DropdownList.defaultProps = defaultProps26;
6104
6169
 
6105
6170
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6106
- var import_jsx_runtime66 = require("react/jsx-runtime");
6171
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6107
6172
 
6108
6173
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6109
- var import_jsx_runtime67 = require("react/jsx-runtime");
6174
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6110
6175
 
6111
6176
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6112
- var import_jsx_runtime68 = require("react/jsx-runtime");
6177
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6113
6178
 
6114
6179
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6115
- var import_jsx_runtime69 = require("react/jsx-runtime");
6180
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6116
6181
 
6117
6182
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6118
- var import_jsx_runtime70 = require("react/jsx-runtime");
6183
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6119
6184
 
6120
6185
  // src/menu-button/menu-button.spec.tsx
6121
- var import_jsx_runtime71 = require("react/jsx-runtime");
6186
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6122
6187
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6123
- var states30 = [
6188
+ var states32 = [
6124
6189
  States.hover,
6125
6190
  States.focus,
6126
6191
  States.active,
6127
6192
  States.selected,
6128
6193
  States.disabled
6129
6194
  ];
6130
- var options28 = {
6195
+ var options30 = {
6131
6196
  size: [Size.small, Size.medium, Size.large],
6132
6197
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6133
6198
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6145,7 +6210,7 @@ var options28 = {
6145
6210
  ThemeColor.inverse
6146
6211
  ]
6147
6212
  };
6148
- var defaultProps25 = {
6213
+ var defaultProps27 = {
6149
6214
  size: Size.medium,
6150
6215
  rounded: Roundness.medium,
6151
6216
  fillMode: FillMode.solid,
@@ -6155,10 +6220,10 @@ var defaultProps25 = {
6155
6220
  };
6156
6221
  var MenuButton = (props) => {
6157
6222
  const {
6158
- size = defaultProps25.size,
6159
- rounded = defaultProps25.rounded,
6160
- fillMode = defaultProps25.fillMode,
6161
- themeColor = defaultProps25.themeColor,
6223
+ size = defaultProps27.size,
6224
+ rounded = defaultProps27.rounded,
6225
+ fillMode = defaultProps27.fillMode,
6226
+ themeColor = defaultProps27.themeColor,
6162
6227
  hover,
6163
6228
  focus,
6164
6229
  active,
@@ -6166,14 +6231,14 @@ var MenuButton = (props) => {
6166
6231
  disabled,
6167
6232
  icon,
6168
6233
  text,
6169
- showArrow = defaultProps25.showArrow,
6170
- arrowIconName = defaultProps25.arrowIconName,
6234
+ showArrow = defaultProps27.showArrow,
6235
+ arrowIconName = defaultProps27.arrowIconName,
6171
6236
  popup,
6172
6237
  opened,
6173
6238
  ...other
6174
6239
  } = props;
6175
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(import_jsx_runtime71.Fragment, { children: [
6176
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6240
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(import_jsx_runtime73.Fragment, { children: [
6241
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6177
6242
  Button,
6178
6243
  {
6179
6244
  ...other,
@@ -6196,35 +6261,35 @@ var MenuButton = (props) => {
6196
6261
  arrowIconName
6197
6262
  }
6198
6263
  ),
6199
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Popup, { className: "k-menu-popup", children: popup })
6264
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Popup, { className: "k-menu-popup", children: popup })
6200
6265
  ] });
6201
6266
  };
6202
- MenuButton.states = states30;
6203
- MenuButton.options = options28;
6267
+ MenuButton.states = states32;
6268
+ MenuButton.options = options30;
6204
6269
  MenuButton.className = MENUBUTTON_CLASSNAME;
6205
- MenuButton.defaultProps = defaultProps25;
6270
+ MenuButton.defaultProps = defaultProps27;
6206
6271
 
6207
6272
  // src/menu-button/templates/icon-menu-button.tsx
6208
- var import_jsx_runtime72 = require("react/jsx-runtime");
6273
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6209
6274
 
6210
6275
  // src/menu-button/templates/icon-text-menu-button.tsx
6211
- var import_jsx_runtime73 = require("react/jsx-runtime");
6276
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6212
6277
 
6213
6278
  // src/menu-button/templates/text-menu-button.tsx
6214
- var import_jsx_runtime74 = require("react/jsx-runtime");
6279
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6215
6280
 
6216
6281
  // src/menu/menu-item.spec.tsx
6217
- var import_jsx_runtime75 = require("react/jsx-runtime");
6282
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6218
6283
  var MENUITEM_CLASSNAME = `k-menu-item`;
6219
- var states31 = [
6284
+ var states33 = [
6220
6285
  States.hover,
6221
6286
  States.focus,
6222
6287
  States.active,
6223
6288
  States.selected,
6224
6289
  States.disabled
6225
6290
  ];
6226
- var options29 = {};
6227
- var defaultProps26 = {
6291
+ var options31 = {};
6292
+ var defaultProps28 = {
6228
6293
  dir: "ltr"
6229
6294
  };
6230
6295
  var MenuItem = (props) => {
@@ -6238,11 +6303,11 @@ var MenuItem = (props) => {
6238
6303
  text,
6239
6304
  showArrow,
6240
6305
  arrowIconName,
6241
- dir = defaultProps26.dir,
6306
+ dir = defaultProps28.dir,
6242
6307
  children,
6243
6308
  ...other
6244
6309
  } = props;
6245
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_jsx_runtime75.Fragment, {});
6310
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_jsx_runtime77.Fragment, {});
6246
6311
  if (children) {
6247
6312
  children.forEach((child) => {
6248
6313
  const component = child.type;
@@ -6256,7 +6321,7 @@ var MenuItem = (props) => {
6256
6321
  if (!expandArrowName) {
6257
6322
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6258
6323
  }
6259
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6324
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6260
6325
  "li",
6261
6326
  {
6262
6327
  ...other,
@@ -6271,7 +6336,7 @@ var MenuItem = (props) => {
6271
6336
  })
6272
6337
  ),
6273
6338
  children: [
6274
- /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6339
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6275
6340
  "span",
6276
6341
  {
6277
6342
  className: classNames(
@@ -6284,9 +6349,9 @@ var MenuItem = (props) => {
6284
6349
  })
6285
6350
  ),
6286
6351
  children: [
6287
- icon && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6288
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: "k-menu-link-text", children: text }),
6289
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Icon, { icon: expandArrowName }) })
6352
+ icon && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6353
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "k-menu-link-text", children: text }),
6354
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { icon: expandArrowName }) })
6290
6355
  ]
6291
6356
  }
6292
6357
  ),
@@ -6295,24 +6360,24 @@ var MenuItem = (props) => {
6295
6360
  }
6296
6361
  );
6297
6362
  };
6298
- MenuItem.states = states31;
6299
- MenuItem.options = options29;
6363
+ MenuItem.states = states33;
6364
+ MenuItem.options = options31;
6300
6365
  MenuItem.className = MENUITEM_CLASSNAME;
6301
- MenuItem.defaultProps = defaultProps26;
6366
+ MenuItem.defaultProps = defaultProps28;
6302
6367
  var menu_item_spec_default = MenuItem;
6303
6368
 
6304
6369
  // src/menu/menu-separator.spec.tsx
6305
- var import_jsx_runtime76 = require("react/jsx-runtime");
6370
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6306
6371
  var SEPARATOR_CLASSNAME = `k-separator`;
6307
- var defaultProps27 = {
6372
+ var defaultProps29 = {
6308
6373
  orientation: "horizontal"
6309
6374
  };
6310
6375
  var MenuSeparator = (props) => {
6311
6376
  const {
6312
- orientation = defaultProps27.orientation,
6377
+ orientation = defaultProps29.orientation,
6313
6378
  ...other
6314
6379
  } = props;
6315
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6380
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6316
6381
  "li",
6317
6382
  {
6318
6383
  ...other,
@@ -6330,25 +6395,25 @@ var MenuSeparator = (props) => {
6330
6395
  var menu_separator_spec_default = MenuSeparator;
6331
6396
 
6332
6397
  // src/menu/menu-item-content.tsx
6333
- var import_jsx_runtime77 = require("react/jsx-runtime");
6398
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6334
6399
 
6335
6400
  // src/menu/menu-list.spec.tsx
6336
- var import_jsx_runtime78 = require("react/jsx-runtime");
6401
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6337
6402
  var import_react = require("react");
6338
6403
  var MENULIST_CLASSNAME = `k-menu-group`;
6339
- var states32 = [];
6340
- var options30 = {
6404
+ var states34 = [];
6405
+ var options32 = {
6341
6406
  size: [Size.small, Size.medium, Size.large]
6342
6407
  };
6343
- var defaultProps28 = {
6408
+ var defaultProps30 = {
6344
6409
  size: Size.medium,
6345
6410
  dir: "ltr"
6346
6411
  };
6347
6412
  var MenuList = (props) => {
6348
6413
  const {
6349
6414
  children,
6350
- size = defaultProps28.size,
6351
- dir = defaultProps28.dir,
6415
+ size = defaultProps30.size,
6416
+ dir = defaultProps30.dir,
6352
6417
  ...other
6353
6418
  } = props;
6354
6419
  const listChildren = [];
@@ -6361,7 +6426,7 @@ var MenuList = (props) => {
6361
6426
  );
6362
6427
  } else if (child.type === menu_separator_spec_default) {
6363
6428
  listChildren.push(
6364
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(menu_separator_spec_default, {})
6429
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(menu_separator_spec_default, {})
6365
6430
  );
6366
6431
  } else {
6367
6432
  listChildren.push(child);
@@ -6369,7 +6434,7 @@ var MenuList = (props) => {
6369
6434
  });
6370
6435
  }
6371
6436
  }
6372
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6437
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6373
6438
  "ul",
6374
6439
  {
6375
6440
  ...other,
@@ -6384,25 +6449,25 @@ var MenuList = (props) => {
6384
6449
  }
6385
6450
  );
6386
6451
  };
6387
- MenuList.states = states32;
6388
- MenuList.options = options30;
6452
+ MenuList.states = states34;
6453
+ MenuList.options = options32;
6389
6454
  MenuList.className = MENULIST_CLASSNAME;
6390
- MenuList.defaultProps = defaultProps28;
6455
+ MenuList.defaultProps = defaultProps30;
6391
6456
 
6392
6457
  // src/menu-button/templates/menu-button-popup.tsx
6393
- var import_jsx_runtime79 = require("react/jsx-runtime");
6458
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6394
6459
 
6395
6460
  // src/split-button/split-button.spec.tsx
6396
- var import_jsx_runtime80 = require("react/jsx-runtime");
6461
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6397
6462
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6398
- var states33 = [
6463
+ var states35 = [
6399
6464
  States.hover,
6400
6465
  States.focus,
6401
6466
  States.active,
6402
6467
  States.selected,
6403
6468
  States.disabled
6404
6469
  ];
6405
- var options31 = {
6470
+ var options33 = {
6406
6471
  size: [Size.small, Size.medium, Size.large],
6407
6472
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6408
6473
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6420,7 +6485,7 @@ var options31 = {
6420
6485
  ThemeColor.inverse
6421
6486
  ]
6422
6487
  };
6423
- var defaultProps29 = {
6488
+ var defaultProps31 = {
6424
6489
  size: Size.medium,
6425
6490
  rounded: Roundness.medium,
6426
6491
  fillMode: FillMode.solid,
@@ -6429,10 +6494,10 @@ var defaultProps29 = {
6429
6494
  };
6430
6495
  var SplitButton = (props) => {
6431
6496
  const {
6432
- size = defaultProps29.size,
6433
- rounded = defaultProps29.rounded,
6434
- fillMode = defaultProps29.fillMode,
6435
- themeColor = defaultProps29.themeColor,
6497
+ size = defaultProps31.size,
6498
+ rounded = defaultProps31.rounded,
6499
+ fillMode = defaultProps31.fillMode,
6500
+ themeColor = defaultProps31.themeColor,
6436
6501
  hover,
6437
6502
  focus,
6438
6503
  active,
@@ -6440,13 +6505,13 @@ var SplitButton = (props) => {
6440
6505
  disabled,
6441
6506
  icon,
6442
6507
  text,
6443
- arrowIconName = defaultProps29.arrowIconName,
6508
+ arrowIconName = defaultProps31.arrowIconName,
6444
6509
  popup,
6445
6510
  opened,
6446
6511
  ...other
6447
6512
  } = props;
6448
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(import_jsx_runtime80.Fragment, { children: [
6449
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6513
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(import_jsx_runtime82.Fragment, { children: [
6514
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
6450
6515
  "div",
6451
6516
  {
6452
6517
  ...other,
@@ -6459,7 +6524,7 @@ var SplitButton = (props) => {
6459
6524
  })
6460
6525
  ),
6461
6526
  children: [
6462
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6527
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6463
6528
  Button,
6464
6529
  {
6465
6530
  text,
@@ -6476,7 +6541,7 @@ var SplitButton = (props) => {
6476
6541
  children: props.children
6477
6542
  }
6478
6543
  ),
6479
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6544
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6480
6545
  Button,
6481
6546
  {
6482
6547
  className: "k-split-button-arrow",
@@ -6490,30 +6555,30 @@ var SplitButton = (props) => {
6490
6555
  ]
6491
6556
  }
6492
6557
  ),
6493
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Popup, { className: "k-menu-popup", children: popup })
6558
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Popup, { className: "k-menu-popup", children: popup })
6494
6559
  ] });
6495
6560
  };
6496
- SplitButton.states = states33;
6497
- SplitButton.options = options31;
6561
+ SplitButton.states = states35;
6562
+ SplitButton.options = options33;
6498
6563
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6499
- SplitButton.defaultProps = defaultProps29;
6564
+ SplitButton.defaultProps = defaultProps31;
6500
6565
  var split_button_spec_default = SplitButton;
6501
6566
 
6502
6567
  // src/toolbar/toolbar.spec.tsx
6503
- var import_jsx_runtime81 = require("react/jsx-runtime");
6568
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6504
6569
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6505
- var states34 = [
6570
+ var states36 = [
6506
6571
  States.focus
6507
6572
  ];
6508
- var options32 = {
6573
+ var options34 = {
6509
6574
  size: [Size.small, Size.medium, Size.large]
6510
6575
  };
6511
- var defaultProps30 = {
6576
+ var defaultProps32 = {
6512
6577
  size: Size.medium
6513
6578
  };
6514
6579
  var Toolbar = (props) => {
6515
6580
  const {
6516
- size = defaultProps30.size,
6581
+ size = defaultProps32.size,
6517
6582
  focus,
6518
6583
  resizable,
6519
6584
  ...other
@@ -6523,7 +6588,7 @@ var Toolbar = (props) => {
6523
6588
  const tempToolbarChildren = [];
6524
6589
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6525
6590
  tempToolbarChildren.push(
6526
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6591
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6527
6592
  Button,
6528
6593
  {
6529
6594
  ...child.props,
@@ -6534,7 +6599,7 @@ var Toolbar = (props) => {
6534
6599
  );
6535
6600
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6536
6601
  tempToolbarChildren.push(
6537
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6602
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6538
6603
  Button,
6539
6604
  {
6540
6605
  ...child.props,
@@ -6545,7 +6610,7 @@ var Toolbar = (props) => {
6545
6610
  );
6546
6611
  } else if (child.type === Button) {
6547
6612
  tempToolbarChildren.push(
6548
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6613
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6549
6614
  Button,
6550
6615
  {
6551
6616
  ...child.props,
@@ -6556,7 +6621,7 @@ var Toolbar = (props) => {
6556
6621
  );
6557
6622
  } else if (child.type === MenuButton) {
6558
6623
  tempToolbarChildren.push(
6559
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6624
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6560
6625
  MenuButton,
6561
6626
  {
6562
6627
  ...child.props,
@@ -6567,7 +6632,7 @@ var Toolbar = (props) => {
6567
6632
  );
6568
6633
  } else if (child.type === split_button_spec_default) {
6569
6634
  tempToolbarChildren.push(
6570
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6635
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6571
6636
  split_button_spec_default,
6572
6637
  {
6573
6638
  ...child.props,
@@ -6581,7 +6646,7 @@ var Toolbar = (props) => {
6581
6646
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6582
6647
  childrenArray.forEach((button, bindex) => {
6583
6648
  buttonGroupItems.push(
6584
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6649
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6585
6650
  Button,
6586
6651
  {
6587
6652
  ...button.props,
@@ -6592,7 +6657,7 @@ var Toolbar = (props) => {
6592
6657
  );
6593
6658
  });
6594
6659
  tempToolbarChildren.push(
6595
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6660
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6596
6661
  ButtonGroup,
6597
6662
  {
6598
6663
  ...child.props,
@@ -6604,7 +6669,7 @@ var Toolbar = (props) => {
6604
6669
  );
6605
6670
  } else if (child.type === Combobox) {
6606
6671
  tempToolbarChildren.push(
6607
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6672
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6608
6673
  Combobox,
6609
6674
  {
6610
6675
  ...child.props,
@@ -6615,7 +6680,7 @@ var Toolbar = (props) => {
6615
6680
  );
6616
6681
  } else if (child.type === DropdownList) {
6617
6682
  tempToolbarChildren.push(
6618
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6683
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6619
6684
  DropdownList,
6620
6685
  {
6621
6686
  ...child.props,
@@ -6626,7 +6691,7 @@ var Toolbar = (props) => {
6626
6691
  );
6627
6692
  } else if (child.type === ColorPicker) {
6628
6693
  tempToolbarChildren.push(
6629
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6694
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6630
6695
  ColorPicker,
6631
6696
  {
6632
6697
  ...child.props,
@@ -6648,7 +6713,7 @@ var Toolbar = (props) => {
6648
6713
  addUniqueToolClass(child, index);
6649
6714
  });
6650
6715
  }
6651
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6716
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6652
6717
  "div",
6653
6718
  {
6654
6719
  ...other,
@@ -6669,26 +6734,26 @@ var Toolbar = (props) => {
6669
6734
  }
6670
6735
  );
6671
6736
  };
6672
- Toolbar.states = states34;
6673
- Toolbar.options = options32;
6737
+ Toolbar.states = states36;
6738
+ Toolbar.options = options34;
6674
6739
  Toolbar.className = TOOLBAR_CLASSNAME;
6675
- Toolbar.defaultProps = defaultProps30;
6740
+ Toolbar.defaultProps = defaultProps32;
6676
6741
 
6677
6742
  // src/toolbar/toolbar-angular.spec.tsx
6678
- var import_jsx_runtime82 = require("react/jsx-runtime");
6743
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6679
6744
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6680
- var states35 = [
6745
+ var states37 = [
6681
6746
  States.focus
6682
6747
  ];
6683
- var options33 = {
6748
+ var options35 = {
6684
6749
  size: [Size.small, Size.medium, Size.large]
6685
6750
  };
6686
- var defaultProps31 = {
6751
+ var defaultProps33 = {
6687
6752
  size: Size.medium
6688
6753
  };
6689
6754
  var ToolbarAngular = (props) => {
6690
6755
  const {
6691
- size = defaultProps31.size,
6756
+ size = defaultProps33.size,
6692
6757
  focus,
6693
6758
  resizable,
6694
6759
  ...other
@@ -6698,7 +6763,7 @@ var ToolbarAngular = (props) => {
6698
6763
  const tempToolbarChildren = [];
6699
6764
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6700
6765
  tempToolbarChildren.push(
6701
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6766
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6702
6767
  Button,
6703
6768
  {
6704
6769
  ...child.props,
@@ -6709,7 +6774,7 @@ var ToolbarAngular = (props) => {
6709
6774
  );
6710
6775
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6711
6776
  tempToolbarChildren.push(
6712
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6777
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6713
6778
  Button,
6714
6779
  {
6715
6780
  ...child.props,
@@ -6720,7 +6785,7 @@ var ToolbarAngular = (props) => {
6720
6785
  );
6721
6786
  } else if (child.type === Button) {
6722
6787
  tempToolbarChildren.push(
6723
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6788
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6724
6789
  Button,
6725
6790
  {
6726
6791
  ...child.props,
@@ -6731,7 +6796,7 @@ var ToolbarAngular = (props) => {
6731
6796
  );
6732
6797
  } else if (child.type === MenuButton) {
6733
6798
  tempToolbarChildren.push(
6734
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6799
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6735
6800
  MenuButton,
6736
6801
  {
6737
6802
  ...child.props,
@@ -6742,7 +6807,7 @@ var ToolbarAngular = (props) => {
6742
6807
  );
6743
6808
  } else if (child.type === split_button_spec_default) {
6744
6809
  tempToolbarChildren.push(
6745
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6810
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6746
6811
  split_button_spec_default,
6747
6812
  {
6748
6813
  ...child.props,
@@ -6756,7 +6821,7 @@ var ToolbarAngular = (props) => {
6756
6821
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6757
6822
  childrenArray.forEach((button, bindex) => {
6758
6823
  buttonGroupItems.push(
6759
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6824
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6760
6825
  Button,
6761
6826
  {
6762
6827
  ...button.props,
@@ -6767,7 +6832,7 @@ var ToolbarAngular = (props) => {
6767
6832
  );
6768
6833
  });
6769
6834
  tempToolbarChildren.push(
6770
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6835
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6771
6836
  ButtonGroup,
6772
6837
  {
6773
6838
  ...child.props,
@@ -6779,7 +6844,7 @@ var ToolbarAngular = (props) => {
6779
6844
  );
6780
6845
  } else if (child.type === Combobox) {
6781
6846
  tempToolbarChildren.push(
6782
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6847
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6783
6848
  Combobox,
6784
6849
  {
6785
6850
  ...child.props,
@@ -6790,7 +6855,7 @@ var ToolbarAngular = (props) => {
6790
6855
  );
6791
6856
  } else if (child.type === DropdownList) {
6792
6857
  tempToolbarChildren.push(
6793
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6858
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6794
6859
  DropdownList,
6795
6860
  {
6796
6861
  ...child.props,
@@ -6801,7 +6866,7 @@ var ToolbarAngular = (props) => {
6801
6866
  );
6802
6867
  } else if (child.type === ColorPicker) {
6803
6868
  tempToolbarChildren.push(
6804
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6869
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6805
6870
  ColorPicker,
6806
6871
  {
6807
6872
  ...child.props,
@@ -6823,7 +6888,7 @@ var ToolbarAngular = (props) => {
6823
6888
  addUniqueToolClass(child, index);
6824
6889
  });
6825
6890
  }
6826
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6891
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6827
6892
  "div",
6828
6893
  {
6829
6894
  ...other,
@@ -6844,28 +6909,28 @@ var ToolbarAngular = (props) => {
6844
6909
  }
6845
6910
  );
6846
6911
  };
6847
- ToolbarAngular.states = states35;
6848
- ToolbarAngular.options = options33;
6912
+ ToolbarAngular.states = states37;
6913
+ ToolbarAngular.options = options35;
6849
6914
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6850
- ToolbarAngular.defaultProps = defaultProps31;
6915
+ ToolbarAngular.defaultProps = defaultProps33;
6851
6916
 
6852
6917
  // src/toolbar/toolbar-separator.tsx
6853
- var import_jsx_runtime83 = require("react/jsx-runtime");
6918
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6854
6919
 
6855
6920
  // src/toolbar/toolbar-item.spec.tsx
6856
- var import_jsx_runtime84 = require("react/jsx-runtime");
6921
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6857
6922
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6858
- var states36 = [
6923
+ var states38 = [
6859
6924
  States.focus
6860
6925
  ];
6861
- var options34 = {};
6862
- var defaultProps32 = {};
6926
+ var options36 = {};
6927
+ var defaultProps34 = {};
6863
6928
  var ToolbarItem = (props) => {
6864
6929
  const {
6865
6930
  focus,
6866
6931
  ...other
6867
6932
  } = props;
6868
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6933
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6869
6934
  "div",
6870
6935
  {
6871
6936
  ...other,
@@ -6880,20 +6945,20 @@ var ToolbarItem = (props) => {
6880
6945
  }
6881
6946
  );
6882
6947
  };
6883
- ToolbarItem.states = states36;
6884
- ToolbarItem.options = options34;
6948
+ ToolbarItem.states = states38;
6949
+ ToolbarItem.options = options36;
6885
6950
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6886
- ToolbarItem.defaultProps = defaultProps32;
6951
+ ToolbarItem.defaultProps = defaultProps34;
6887
6952
 
6888
6953
  // src/editor/editor-toolbar.tsx
6889
- var import_jsx_runtime85 = require("react/jsx-runtime");
6954
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6890
6955
  var EDITORTOOLBAR_CLASSNAME = `k-editor-toolbar`;
6891
6956
  var EditorToolbar = (props) => {
6892
6957
  const {
6893
6958
  resizable,
6894
6959
  ...other
6895
6960
  } = props;
6896
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6961
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6897
6962
  Toolbar,
6898
6963
  {
6899
6964
  ...other,
@@ -6908,9 +6973,9 @@ var EditorToolbar = (props) => {
6908
6973
  };
6909
6974
 
6910
6975
  // src/editor/editor-content.tsx
6911
- var import_jsx_runtime86 = require("react/jsx-runtime");
6976
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6912
6977
  var EDITORCONTENT_CLASSNAME = `k-editor-content`;
6913
- var states37 = [
6978
+ var states39 = [
6914
6979
  States.focus
6915
6980
  ];
6916
6981
  var EditorContent = (props) => {
@@ -6918,7 +6983,7 @@ var EditorContent = (props) => {
6918
6983
  focus,
6919
6984
  ...other
6920
6985
  } = props;
6921
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6986
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
6922
6987
  "div",
6923
6988
  {
6924
6989
  ...other,
@@ -6935,17 +7000,17 @@ var EditorContent = (props) => {
6935
7000
  };
6936
7001
 
6937
7002
  // src/window/window.spec.tsx
6938
- var import_jsx_runtime87 = require("react/jsx-runtime");
7003
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6939
7004
  var WINDOW_CLASSNAME = `k-window`;
6940
- var states38 = [];
6941
- var options35 = {
7005
+ var states40 = [];
7006
+ var options37 = {
6942
7007
  themeColor: [
6943
7008
  ThemeColor.primary,
6944
7009
  ThemeColor.light,
6945
7010
  ThemeColor.dark
6946
7011
  ]
6947
7012
  };
6948
- var defaultProps33 = {};
7013
+ var defaultProps35 = {};
6949
7014
  var Window = (props) => {
6950
7015
  const {
6951
7016
  title,
@@ -6956,7 +7021,7 @@ var Window = (props) => {
6956
7021
  actionButtonsAlign,
6957
7022
  ...other
6958
7023
  } = props;
6959
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
7024
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
6960
7025
  "div",
6961
7026
  {
6962
7027
  ...other,
@@ -6969,32 +7034,32 @@ var Window = (props) => {
6969
7034
  }
6970
7035
  ),
6971
7036
  children: [
6972
- (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "k-window-titlebar", children: [
6973
- title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-window-title", children: title }),
6974
- actions && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_jsx_runtime87.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
6975
- (actionName) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
7037
+ (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "k-window-titlebar", children: [
7038
+ title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-window-title", children: title }),
7039
+ actions && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_jsx_runtime89.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
7040
+ (actionName) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
6976
7041
  ) }) })
6977
7042
  ] }),
6978
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: classNames(
7043
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: classNames(
6979
7044
  "k-window-content",
6980
7045
  {
6981
7046
  "k-hidden": minimized
6982
7047
  }
6983
7048
  ), children: props.children }),
6984
- actionButtons && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
7049
+ actionButtons && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
6985
7050
  ]
6986
7051
  }
6987
7052
  );
6988
7053
  };
6989
- Window.states = states38;
6990
- Window.options = options35;
7054
+ Window.states = states40;
7055
+ Window.options = options37;
6991
7056
  Window.className = WINDOW_CLASSNAME;
6992
- Window.defaultProps = defaultProps33;
7057
+ Window.defaultProps = defaultProps35;
6993
7058
 
6994
7059
  // src/form/form-field.tsx
6995
- var import_jsx_runtime88 = require("react/jsx-runtime");
7060
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6996
7061
  var FORMFIELD_CLASSNAME = "k-form-field";
6997
- var states39 = [
7062
+ var states41 = [
6998
7063
  States.disabled
6999
7064
  ];
7000
7065
  var FormField = (props) => {
@@ -7010,7 +7075,7 @@ var FormField = (props) => {
7010
7075
  dir,
7011
7076
  colSpan
7012
7077
  } = props;
7013
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
7078
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
7014
7079
  "div",
7015
7080
  {
7016
7081
  className: classNames(
@@ -7023,19 +7088,19 @@ var FormField = (props) => {
7023
7088
  ),
7024
7089
  dir,
7025
7090
  children: [
7026
- label && /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("label", { className: classNames(
7091
+ label && /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("label", { className: classNames(
7027
7092
  "k-label",
7028
7093
  "k-form-label"
7029
7094
  ), children: [
7030
7095
  label,
7031
- optional && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
7032
- info && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { className: "k-field-info", children: "(field info)" })
7096
+ optional && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
7097
+ info && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "k-field-info", children: "(field info)" })
7033
7098
  ] }),
7034
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
7035
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-form-field-wrap", children: [
7099
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
7100
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "k-form-field-wrap", children: [
7036
7101
  editor,
7037
- hint && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-form-hint", children: hint }),
7038
- error && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-form-error", children: error })
7102
+ hint && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "k-form-hint", children: hint }),
7103
+ error && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "k-form-error", children: error })
7039
7104
  ] })
7040
7105
  ]
7041
7106
  }
@@ -7044,7 +7109,7 @@ var FormField = (props) => {
7044
7109
  FormField.className = FORMFIELD_CLASSNAME;
7045
7110
 
7046
7111
  // src/form/fieldset.tsx
7047
- var import_jsx_runtime89 = require("react/jsx-runtime");
7112
+ var import_jsx_runtime91 = require("react/jsx-runtime");
7048
7113
  var FIELDSET_CLASSNAME = "k-form-fieldset";
7049
7114
  var Fieldset = (props) => {
7050
7115
  const {
@@ -7054,9 +7119,9 @@ var Fieldset = (props) => {
7054
7119
  gapX,
7055
7120
  gapY
7056
7121
  } = props;
7057
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7058
- legend && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("legend", { className: "k-form-legend", children: legend }),
7059
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: classNames(
7122
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7123
+ legend && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("legend", { className: "k-form-legend", children: legend }),
7124
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: classNames(
7060
7125
  "k-form-layout",
7061
7126
  "k-d-grid",
7062
7127
  {
@@ -7064,37 +7129,37 @@ var Fieldset = (props) => {
7064
7129
  [`k-gap-x-${gapX}`]: gapX,
7065
7130
  [`k-gap-y-${gapY}`]: gapY
7066
7131
  }
7067
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_jsx_runtime89.Fragment, { children: props.children })
7132
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(import_jsx_runtime91.Fragment, { children: props.children })
7068
7133
  ] });
7069
7134
  };
7070
7135
  Fieldset.className = FIELDSET_CLASSNAME;
7071
7136
 
7072
7137
  // src/form/form.spec.tsx
7073
- var import_jsx_runtime90 = require("react/jsx-runtime");
7138
+ var import_jsx_runtime92 = require("react/jsx-runtime");
7074
7139
  var import_react2 = require("react");
7075
7140
  var FORM_CLASSNAME = "k-form";
7076
- var states40 = [];
7077
- var options36 = {
7141
+ var states42 = [];
7142
+ var options38 = {
7078
7143
  size: [Size.small, Size.medium, Size.large]
7079
7144
  };
7080
- var defaultProps34 = {
7145
+ var defaultProps36 = {
7081
7146
  size: Size.medium,
7082
7147
  layout: "basic",
7083
7148
  tag: "form"
7084
7149
  };
7085
7150
  var Form = (props) => {
7086
7151
  const {
7087
- size = defaultProps34.size,
7152
+ size = defaultProps36.size,
7088
7153
  orientation,
7089
- layout = defaultProps34.layout,
7154
+ layout = defaultProps36.layout,
7090
7155
  formButtons,
7091
7156
  cols,
7092
7157
  gapX,
7093
7158
  gapY,
7094
- tag = defaultProps34.tag,
7159
+ tag = defaultProps36.tag,
7095
7160
  children
7096
7161
  } = props;
7097
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: className13, children: children2 });
7162
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: className13, children: children2 });
7098
7163
  const formChildren = [];
7099
7164
  if (children) {
7100
7165
  if (Array.isArray(children)) {
@@ -7113,7 +7178,7 @@ var Form = (props) => {
7113
7178
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react2.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
7114
7179
  }
7115
7180
  }
7116
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(Parent, { tag, className: classNames(
7181
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Parent, { tag, className: classNames(
7117
7182
  props.className,
7118
7183
  FORM_CLASSNAME,
7119
7184
  optionClassNames(FORM_CLASSNAME, {
@@ -7123,7 +7188,7 @@ var Form = (props) => {
7123
7188
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
7124
7189
  }
7125
7190
  ), children: [
7126
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: classNames(
7191
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: classNames(
7127
7192
  "k-form-layout",
7128
7193
  "k-d-grid",
7129
7194
  {
@@ -7131,17 +7196,17 @@ var Form = (props) => {
7131
7196
  [`k-gap-x-${gapX}`]: gapX,
7132
7197
  [`k-gap-y-${gapY}`]: gapY
7133
7198
  }
7134
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(import_jsx_runtime90.Fragment, { children: formChildren }),
7135
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "k-form-buttons", children: formButtons })
7199
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(import_jsx_runtime92.Fragment, { children: formChildren }),
7200
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "k-form-buttons", children: formButtons })
7136
7201
  ] });
7137
7202
  };
7138
- Form.states = states40;
7139
- Form.options = options36;
7203
+ Form.states = states42;
7204
+ Form.options = options38;
7140
7205
  Form.className = FORM_CLASSNAME;
7141
- Form.defaultProps = defaultProps34;
7206
+ Form.defaultProps = defaultProps36;
7142
7207
 
7143
7208
  // src/editor/tests/editor-find-replace.tsx
7144
- var import_jsx_runtime91 = require("react/jsx-runtime");
7209
+ var import_jsx_runtime93 = require("react/jsx-runtime");
7145
7210
  var styles = `
7146
7211
  .k-window {
7147
7212
  width: 100%;
@@ -7158,95 +7223,71 @@ var styles = `
7158
7223
  max-width: initial;
7159
7224
  }
7160
7225
  `;
7161
- var editor_find_replace_default = () => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
7162
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("style", { children: styles }),
7163
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7164
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "Find Window" }),
7165
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "Replace Window" }),
7166
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Window, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
7167
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
7168
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-link", children: "Find" }) }),
7169
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-link", children: "Replace" }) })
7226
+ var editor_find_replace_default = () => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_jsx_runtime93.Fragment, { children: [
7227
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("style", { children: styles }),
7228
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7229
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { children: "Find Window" }),
7230
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { children: "Replace Window" }),
7231
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Window, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
7232
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
7233
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-link", children: "Find" }) }),
7234
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-link", children: "Replace" }) })
7170
7235
  ] }) }),
7171
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(Form, { tag: "div", children: [
7172
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
7173
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
7174
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("span", { className: "k-checkbox-list-item", children: [
7175
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Checkbox, {}),
7176
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-checkbox-label", children: "Match case" })
7177
- ] }),
7178
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("span", { className: "k-checkbox-list-item", children: [
7179
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Checkbox, {}),
7180
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-checkbox-label", children: "Match whole word only" })
7181
- ] }),
7182
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("span", { className: "k-checkbox-list-item", children: [
7183
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Checkbox, {}),
7184
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-checkbox-label", children: "Match cyclic (Wrap around)" })
7185
- ] }),
7186
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("span", { className: "k-checkbox-list-item", children: [
7187
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Checkbox, {}),
7188
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-checkbox-label", children: "Regular Expression" })
7189
- ] })
7236
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(Form, { tag: "div", children: [
7237
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
7238
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(CheckboxGroup, { className: "k-search-options", children: [
7239
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxWithLabel, { children: "Match case" }) }),
7240
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxWithLabel, { children: "Match whole word only" }) }),
7241
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxWithLabel, { children: "Match cyclic (Wrap around)" }) }),
7242
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxWithLabel, { children: "Regular Expression" }) })
7190
7243
  ] }) }),
7191
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-matches-container", children: [
7192
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
7193
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "1 of 3 matches" }),
7194
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
7244
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "k-matches-container", children: [
7245
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
7246
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { children: "1 of 3 matches" }),
7247
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
7195
7248
  ] })
7196
7249
  ] }) })
7197
7250
  ] }) }) }),
7198
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Window, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
7199
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
7200
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-link", children: "Find" }) }),
7201
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-link", children: "Replace" }) })
7251
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Window, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
7252
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
7253
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-link", children: "Find" }) }),
7254
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-link", children: "Replace" }) })
7202
7255
  ] }) }),
7203
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(Form, { tag: "div", children: [
7204
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
7205
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(FormField, { label: "Replace With:", editor: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Textbox, { showClearButton: false, value: "grid" }) }),
7206
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(ActionButtons, { alignment: "end", children: [
7207
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { children: "Replace" }),
7208
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { children: "Replace All" })
7256
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(Form, { tag: "div", children: [
7257
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
7258
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(FormField, { label: "Replace With:", editor: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Textbox, { showClearButton: false, value: "grid" }) }),
7259
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(ActionButtons, { alignment: "end", children: [
7260
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { children: "Replace" }),
7261
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { children: "Replace All" })
7209
7262
  ] }) }),
7210
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
7211
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("span", { className: "k-checkbox-list-item", children: [
7212
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Checkbox, {}),
7213
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-checkbox-label", children: "Match case" })
7214
- ] }),
7215
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("span", { className: "k-checkbox-list-item", children: [
7216
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Checkbox, {}),
7217
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-checkbox-label", children: "Match whole word only" })
7218
- ] }),
7219
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("span", { className: "k-checkbox-list-item", children: [
7220
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Checkbox, {}),
7221
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-checkbox-label", children: "Match cyclic (Wrap around)" })
7222
- ] }),
7223
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("span", { className: "k-checkbox-list-item", children: [
7224
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Checkbox, {}),
7225
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-checkbox-label", children: "Regular Expression" })
7226
- ] })
7263
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(CheckboxGroup, { className: "k-search-options", children: [
7264
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxWithLabel, { children: "Match case" }) }),
7265
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxWithLabel, { children: "Match whole word only" }) }),
7266
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxWithLabel, { children: "Match cyclic (Wrap around)" }) }),
7267
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(CheckboxWithLabel, { children: "Regular Expression" }) })
7227
7268
  ] }) }),
7228
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-matches-container", children: [
7229
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
7230
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "1 of 3 matches" }),
7231
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
7269
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "k-matches-container", children: [
7270
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
7271
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { children: "1 of 3 matches" }),
7272
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
7232
7273
  ] })
7233
7274
  ] }) })
7234
7275
  ] }) }) }),
7235
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "Text Highlight" }),
7236
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", {}),
7237
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(Editor, { style: { height: "150px" }, children: [
7238
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(EditorToolbar, { resizable: true, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(ButtonGroup, { children: [
7239
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { icon: "bold" }),
7240
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { icon: "italic" }),
7241
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { icon: "underline" }),
7242
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { icon: "binoculars", selected: true })
7276
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { children: "Text Highlight" }),
7277
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", {}),
7278
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(Editor, { style: { height: "150px" }, children: [
7279
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(EditorToolbar, { resizable: true, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(ButtonGroup, { children: [
7280
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { icon: "bold" }),
7281
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { icon: "italic" }),
7282
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { icon: "underline" }),
7283
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { icon: "binoculars", selected: true })
7243
7284
  ] }) }),
7244
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "ProseMirror", children: [
7245
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-text-selected", children: "Word" }),
7285
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "ProseMirror", children: [
7286
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-text-selected", children: "Word" }),
7246
7287
  " and few more ",
7247
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-text-highlighted", children: "word" }),
7288
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-text-highlighted", children: "word" }),
7248
7289
  "s. And yet again. ",
7249
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-text-highlighted", children: "Word" }),
7290
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-text-highlighted", children: "Word" }),
7250
7291
  "."
7251
7292
  ] }) })
7252
7293
  ] }) })