@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
@@ -6123,23 +6123,83 @@ Checkbox.options = options23;
6123
6123
  Checkbox.className = CHECKBOX_CLASSNAME;
6124
6124
  Checkbox.defaultProps = defaultProps22;
6125
6125
 
6126
- // src/checkbox/templates/checkbox-label.tsx
6126
+ // src/checkbox/checkbox-group.spec.tsx
6127
6127
  var import_jsx_runtime51 = require("react/jsx-runtime");
6128
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
6129
+ var states26 = [];
6130
+ var options24 = {};
6131
+ var defaultProps23 = {
6132
+ layout: "vertical"
6133
+ };
6134
+ var CheckboxGroup = (props) => {
6135
+ const {
6136
+ layout = defaultProps23.layout,
6137
+ ...other
6138
+ } = props;
6139
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6140
+ "ul",
6141
+ {
6142
+ ...other,
6143
+ className: classNames(
6144
+ props.className,
6145
+ CHECKBOXGROUP_CLASSNAME,
6146
+ {
6147
+ [`k-list-${layout}`]: layout
6148
+ }
6149
+ ),
6150
+ children: props.children
6151
+ }
6152
+ );
6153
+ };
6154
+ CheckboxGroup.states = states26;
6155
+ CheckboxGroup.options = options24;
6156
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
6157
+ CheckboxGroup.defaultProps = defaultProps23;
6128
6158
 
6129
- // src/checkbox/templates/checkbox-normal.tsx
6159
+ // src/checkbox/checkbox-item.spec.tsx
6130
6160
  var import_jsx_runtime52 = require("react/jsx-runtime");
6161
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
6162
+ var states27 = [];
6163
+ var options25 = {};
6164
+ var defaultProps24 = {};
6165
+ var CheckboxItem = (props) => {
6166
+ const {
6167
+ ...other
6168
+ } = props;
6169
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6170
+ "li",
6171
+ {
6172
+ ...other,
6173
+ className: classNames(
6174
+ props.className,
6175
+ CHECKBOXITEM_CLASSNAME
6176
+ ),
6177
+ children: props.children
6178
+ }
6179
+ );
6180
+ };
6181
+ CheckboxItem.states = states27;
6182
+ CheckboxItem.options = options25;
6183
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
6184
+ CheckboxItem.defaultProps = defaultProps24;
6131
6185
 
6132
- // src/list/list-item.spec.tsx
6186
+ // src/checkbox/templates/checkbox-with-label.tsx
6133
6187
  var import_jsx_runtime53 = require("react/jsx-runtime");
6188
+
6189
+ // src/checkbox/templates/checkbox-normal.tsx
6190
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6191
+
6192
+ // src/list/list-item.spec.tsx
6193
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6134
6194
  var LISTITEM_CLASSNAME = `k-list-item`;
6135
- var states26 = [
6195
+ var states28 = [
6136
6196
  States.hover,
6137
6197
  States.focus,
6138
6198
  States.selected,
6139
6199
  States.disabled
6140
6200
  ];
6141
- var options24 = {};
6142
- var defaultProps23 = {};
6201
+ var options26 = {};
6202
+ var defaultProps25 = {};
6143
6203
  var ListItem = (props) => {
6144
6204
  const {
6145
6205
  text,
@@ -6155,7 +6215,7 @@ var ListItem = (props) => {
6155
6215
  ...other
6156
6216
  } = props;
6157
6217
  const textOrChildren = text ? text : props.children;
6158
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6218
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
6159
6219
  "li",
6160
6220
  {
6161
6221
  ...other,
@@ -6170,66 +6230,66 @@ var ListItem = (props) => {
6170
6230
  })
6171
6231
  ),
6172
6232
  children: [
6173
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Checkbox, { checked }),
6174
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: iconName }),
6175
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6176
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6233
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Checkbox, { checked }),
6234
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: iconName }),
6235
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6236
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6177
6237
  ]
6178
6238
  }
6179
6239
  );
6180
6240
  };
6181
- ListItem.states = states26;
6182
- ListItem.options = options24;
6241
+ ListItem.states = states28;
6242
+ ListItem.options = options26;
6183
6243
  ListItem.className = LISTITEM_CLASSNAME;
6184
- ListItem.defaultProps = defaultProps23;
6244
+ ListItem.defaultProps = defaultProps25;
6185
6245
 
6186
6246
  // src/list/list-content.tsx
6187
- var import_jsx_runtime54 = require("react/jsx-runtime");
6247
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6188
6248
  var className14 = `k-list-content`;
6189
6249
  var ListContent = (props) => {
6190
6250
  const {
6191
6251
  virtualization
6192
6252
  } = props;
6193
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: classNames(className14, props.className), children: [
6194
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6195
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", {}) })
6253
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: classNames(className14, props.className), children: [
6254
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6255
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", {}) })
6196
6256
  ] });
6197
6257
  };
6198
6258
 
6199
6259
  // src/list/list-header.tsx
6200
- var import_jsx_runtime55 = require("react/jsx-runtime");
6260
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6201
6261
  var className15 = `k-list-group-sticky-header`;
6202
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(className15, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6262
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: classNames(className15, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6203
6263
 
6204
6264
  // src/list/list-group.tsx
6205
- var import_jsx_runtime56 = require("react/jsx-runtime");
6265
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6206
6266
  var ListGroup = (props) => {
6207
6267
  const {
6208
6268
  virtualization,
6209
6269
  label
6210
6270
  } = props;
6211
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6212
- label && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListHeader, { children: label }),
6213
- props.children && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListContent, { virtualization, children: props.children })
6271
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
6272
+ label && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ListHeader, { children: label }),
6273
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ListContent, { virtualization, children: props.children })
6214
6274
  ] });
6215
6275
  };
6216
6276
 
6217
6277
  // src/list/list-group-item.tsx
6218
- var import_jsx_runtime57 = require("react/jsx-runtime");
6278
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6219
6279
  var className16 = `k-list-group-item`;
6220
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6280
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("li", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6221
6281
 
6222
6282
  // src/list/list-option-label.tsx
6223
- var import_jsx_runtime58 = require("react/jsx-runtime");
6283
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6224
6284
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6225
- var states27 = [
6285
+ var states29 = [
6226
6286
  States.hover,
6227
6287
  States.focus,
6228
6288
  States.selected,
6229
6289
  States.disabled
6230
6290
  ];
6231
- var options25 = {};
6232
- var defaultProps24 = {};
6291
+ var options27 = {};
6292
+ var defaultProps26 = {};
6233
6293
  var ListOptionLabel = (props) => {
6234
6294
  const {
6235
6295
  text,
@@ -6239,7 +6299,7 @@ var ListOptionLabel = (props) => {
6239
6299
  disabled,
6240
6300
  ...other
6241
6301
  } = props;
6242
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6302
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6243
6303
  "div",
6244
6304
  {
6245
6305
  ...other,
@@ -6256,63 +6316,63 @@ var ListOptionLabel = (props) => {
6256
6316
  }
6257
6317
  );
6258
6318
  };
6259
- ListOptionLabel.states = states27;
6260
- ListOptionLabel.options = options25;
6319
+ ListOptionLabel.states = states29;
6320
+ ListOptionLabel.options = options27;
6261
6321
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6262
- ListOptionLabel.defaultProps = defaultProps24;
6322
+ ListOptionLabel.defaultProps = defaultProps26;
6263
6323
 
6264
6324
  // src/list/templates/list-normal.tsx
6265
- var import_jsx_runtime59 = require("react/jsx-runtime");
6325
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6266
6326
 
6267
6327
  // src/list/templates/list-virtualization.tsx
6268
- var import_jsx_runtime60 = require("react/jsx-runtime");
6328
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6269
6329
 
6270
6330
  // src/list/templates/list-grouping.tsx
6271
- var import_jsx_runtime61 = require("react/jsx-runtime");
6331
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6272
6332
 
6273
6333
  // src/list/templates/list-virualization-grouping.tsx
6274
- var import_jsx_runtime62 = require("react/jsx-runtime");
6334
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6275
6335
 
6276
6336
  // src/list/templates/list-virtualization-angular.tsx
6277
- var import_jsx_runtime63 = require("react/jsx-runtime");
6337
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6278
6338
 
6279
6339
  // src/list/templates/list-grouping-angular.tsx
6280
- var import_jsx_runtime64 = require("react/jsx-runtime");
6340
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6281
6341
 
6282
6342
  // src/list/templates/list-virualization-grouping-angular.tsx
6283
- var import_jsx_runtime65 = require("react/jsx-runtime");
6343
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6284
6344
 
6285
6345
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6286
- var import_jsx_runtime66 = require("react/jsx-runtime");
6346
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6287
6347
 
6288
6348
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6289
- var import_jsx_runtime67 = require("react/jsx-runtime");
6349
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6290
6350
 
6291
6351
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6292
- var import_jsx_runtime68 = require("react/jsx-runtime");
6352
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6293
6353
 
6294
6354
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6295
- var import_jsx_runtime69 = require("react/jsx-runtime");
6355
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6296
6356
 
6297
6357
  // src/spinbutton/spinbutton.spec.tsx
6298
- var import_jsx_runtime70 = require("react/jsx-runtime");
6358
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6299
6359
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
6300
- var states28 = [];
6301
- var options26 = {
6360
+ var states30 = [];
6361
+ var options28 = {
6302
6362
  size: [Size.small, Size.medium, Size.large],
6303
6363
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6304
6364
  };
6305
- var defaultProps25 = {
6365
+ var defaultProps27 = {
6306
6366
  size: Size.medium,
6307
6367
  fillMode: FillMode.solid
6308
6368
  };
6309
6369
  var SpinButton = (props) => {
6310
6370
  const {
6311
- size = defaultProps25.size,
6312
- fillMode = defaultProps25.fillMode,
6371
+ size = defaultProps27.size,
6372
+ fillMode = defaultProps27.fillMode,
6313
6373
  ...other
6314
6374
  } = props;
6315
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
6375
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
6316
6376
  "span",
6317
6377
  {
6318
6378
  ...other,
@@ -6321,7 +6381,7 @@ var SpinButton = (props) => {
6321
6381
  props.className
6322
6382
  ),
6323
6383
  children: [
6324
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6384
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6325
6385
  Button,
6326
6386
  {
6327
6387
  className: "k-spinner-increase",
@@ -6331,7 +6391,7 @@ var SpinButton = (props) => {
6331
6391
  fillMode
6332
6392
  }
6333
6393
  ),
6334
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6394
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6335
6395
  Button,
6336
6396
  {
6337
6397
  className: "k-spinner-decrease",
@@ -6345,15 +6405,15 @@ var SpinButton = (props) => {
6345
6405
  }
6346
6406
  );
6347
6407
  };
6348
- SpinButton.states = states28;
6349
- SpinButton.options = options26;
6408
+ SpinButton.states = states30;
6409
+ SpinButton.options = options28;
6350
6410
  SpinButton.className = SPINBUTTON_CLASSNAME;
6351
- SpinButton.defaultProps = defaultProps25;
6411
+ SpinButton.defaultProps = defaultProps27;
6352
6412
 
6353
6413
  // src/numerictextbox/numerictextbox.spec.tsx
6354
- var import_jsx_runtime71 = require("react/jsx-runtime");
6414
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6355
6415
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6356
- var states29 = [
6416
+ var states31 = [
6357
6417
  States.hover,
6358
6418
  States.focus,
6359
6419
  States.valid,
@@ -6363,12 +6423,12 @@ var states29 = [
6363
6423
  States.disabled,
6364
6424
  States.readonly
6365
6425
  ];
6366
- var options27 = {
6426
+ var options29 = {
6367
6427
  size: [Size.small, Size.medium, Size.large],
6368
6428
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6369
6429
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6370
6430
  };
6371
- var defaultProps26 = {
6431
+ var defaultProps28 = {
6372
6432
  showSpinButton: true,
6373
6433
  showClearButton: true,
6374
6434
  size: Input.defaultProps.size,
@@ -6390,11 +6450,11 @@ var NumericTextbox = (props) => {
6390
6450
  loading,
6391
6451
  disabled,
6392
6452
  readonly,
6393
- showClearButton = defaultProps26.showClearButton,
6394
- showSpinButton = defaultProps26.showSpinButton,
6453
+ showClearButton = defaultProps28.showClearButton,
6454
+ showSpinButton = defaultProps28.showSpinButton,
6395
6455
  ...other
6396
6456
  } = props;
6397
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
6457
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6398
6458
  Input,
6399
6459
  {
6400
6460
  ...other,
@@ -6411,8 +6471,8 @@ var NumericTextbox = (props) => {
6411
6471
  readonly,
6412
6472
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6413
6473
  children: [
6414
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(InputInnerInput, { placeholder, value }),
6415
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6474
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputInnerInput, { placeholder, value }),
6475
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6416
6476
  InputValidationIcon,
6417
6477
  {
6418
6478
  valid,
@@ -6421,14 +6481,14 @@ var NumericTextbox = (props) => {
6421
6481
  disabled
6422
6482
  }
6423
6483
  ),
6424
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6484
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6425
6485
  InputLoadingIcon,
6426
6486
  {
6427
6487
  loading,
6428
6488
  disabled
6429
6489
  }
6430
6490
  ),
6431
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6491
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6432
6492
  InputClearValue,
6433
6493
  {
6434
6494
  loading,
@@ -6437,7 +6497,7 @@ var NumericTextbox = (props) => {
6437
6497
  value
6438
6498
  }
6439
6499
  ),
6440
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6500
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6441
6501
  SpinButton,
6442
6502
  {
6443
6503
  className: "k-input-spinner",
@@ -6449,18 +6509,18 @@ var NumericTextbox = (props) => {
6449
6509
  }
6450
6510
  );
6451
6511
  };
6452
- NumericTextbox.states = states29;
6453
- NumericTextbox.options = options27;
6512
+ NumericTextbox.states = states31;
6513
+ NumericTextbox.options = options29;
6454
6514
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6455
- NumericTextbox.defaultProps = defaultProps26;
6515
+ NumericTextbox.defaultProps = defaultProps28;
6456
6516
 
6457
6517
  // src/numerictextbox/templates/numerictextbox-normal.tsx
6458
- var import_jsx_runtime72 = require("react/jsx-runtime");
6518
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6459
6519
 
6460
6520
  // src/textbox/textbox.spec.tsx
6461
- var import_jsx_runtime73 = require("react/jsx-runtime");
6521
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6462
6522
  var TEXTBOX_CLASSNAME = `k-textbox`;
6463
- var states30 = [
6523
+ var states32 = [
6464
6524
  States.hover,
6465
6525
  States.focus,
6466
6526
  States.valid,
@@ -6470,12 +6530,12 @@ var states30 = [
6470
6530
  States.loading,
6471
6531
  States.readonly
6472
6532
  ];
6473
- var options28 = {
6533
+ var options30 = {
6474
6534
  size: [Size.small, Size.medium, Size.large],
6475
6535
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6476
6536
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6477
6537
  };
6478
- var defaultProps27 = {
6538
+ var defaultProps29 = {
6479
6539
  showClearButton: true,
6480
6540
  size: Input.defaultProps.size,
6481
6541
  rounded: Input.defaultProps.rounded,
@@ -6498,10 +6558,10 @@ var Textbox = (props) => {
6498
6558
  loading,
6499
6559
  disabled,
6500
6560
  readonly,
6501
- showClearButton = defaultProps27.showClearButton,
6561
+ showClearButton = defaultProps29.showClearButton,
6502
6562
  ...other
6503
6563
  } = props;
6504
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6564
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6505
6565
  Input,
6506
6566
  {
6507
6567
  ...other,
@@ -6518,9 +6578,9 @@ var Textbox = (props) => {
6518
6578
  readonly,
6519
6579
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6520
6580
  children: [
6521
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputPrefix, { children: prefix }),
6522
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputInnerInput, { placeholder, value }),
6523
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6581
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputPrefix, { children: prefix }),
6582
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputInnerInput, { placeholder, value }),
6583
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6524
6584
  InputValidationIcon,
6525
6585
  {
6526
6586
  valid,
@@ -6529,14 +6589,14 @@ var Textbox = (props) => {
6529
6589
  disabled
6530
6590
  }
6531
6591
  ),
6532
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6592
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6533
6593
  InputLoadingIcon,
6534
6594
  {
6535
6595
  loading,
6536
6596
  disabled
6537
6597
  }
6538
6598
  ),
6539
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6599
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6540
6600
  InputClearValue,
6541
6601
  {
6542
6602
  loading,
@@ -6545,37 +6605,37 @@ var Textbox = (props) => {
6545
6605
  value
6546
6606
  }
6547
6607
  ),
6548
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputSuffix, { children: suffix })
6608
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputSuffix, { children: suffix })
6549
6609
  ]
6550
6610
  }
6551
6611
  );
6552
6612
  };
6553
- Textbox.states = states30;
6554
- Textbox.options = options28;
6613
+ Textbox.states = states32;
6614
+ Textbox.options = options30;
6555
6615
  Textbox.className = TEXTBOX_CLASSNAME;
6556
- Textbox.defaultProps = defaultProps27;
6616
+ Textbox.defaultProps = defaultProps29;
6557
6617
 
6558
6618
  // src/textbox/templates/textbox-normal.tsx
6559
- var import_jsx_runtime74 = require("react/jsx-runtime");
6619
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6560
6620
 
6561
6621
  // src/textbox/templates/textbox-prefix.tsx
6562
- var import_jsx_runtime75 = require("react/jsx-runtime");
6622
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6563
6623
 
6564
6624
  // src/textbox/templates/textbox-suffix.tsx
6565
- var import_jsx_runtime76 = require("react/jsx-runtime");
6625
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6566
6626
 
6567
6627
  // src/color-preview/color-preview.tsx
6568
- var import_jsx_runtime77 = require("react/jsx-runtime");
6628
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6569
6629
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6570
- var states31 = [];
6571
- var options29 = {};
6630
+ var states33 = [];
6631
+ var options31 = {};
6572
6632
  var ColorPreview = (props) => {
6573
6633
  const {
6574
6634
  color,
6575
6635
  iconName,
6576
6636
  ...other
6577
6637
  } = props;
6578
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6638
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6579
6639
  "span",
6580
6640
  {
6581
6641
  ...other,
@@ -6588,8 +6648,8 @@ var ColorPreview = (props) => {
6588
6648
  }
6589
6649
  ),
6590
6650
  children: [
6591
- iconName && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6592
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6651
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6652
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6593
6653
  "span",
6594
6654
  {
6595
6655
  className: "k-color-preview-mask",
@@ -6600,14 +6660,14 @@ var ColorPreview = (props) => {
6600
6660
  }
6601
6661
  );
6602
6662
  };
6603
- ColorPreview.states = states31;
6604
- ColorPreview.options = options29;
6663
+ ColorPreview.states = states33;
6664
+ ColorPreview.options = options31;
6605
6665
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6606
6666
 
6607
6667
  // src/colorpicker/colorpicker.spec.tsx
6608
- var import_jsx_runtime78 = require("react/jsx-runtime");
6668
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6609
6669
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6610
- var states32 = [
6670
+ var states34 = [
6611
6671
  States.hover,
6612
6672
  States.focus,
6613
6673
  States.valid,
@@ -6615,12 +6675,12 @@ var states32 = [
6615
6675
  States.required,
6616
6676
  States.disabled
6617
6677
  ];
6618
- var options30 = {
6678
+ var options32 = {
6619
6679
  size: [Size.small, Size.medium, Size.large],
6620
6680
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6621
6681
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6622
6682
  };
6623
- var defaultProps28 = {
6683
+ var defaultProps30 = {
6624
6684
  arrowIconName: "caret-alt-down",
6625
6685
  size: Picker.defaultProps.size,
6626
6686
  rounded: Picker.defaultProps.rounded,
@@ -6642,10 +6702,10 @@ var ColorPicker = (props) => {
6642
6702
  required,
6643
6703
  disabled,
6644
6704
  valueIconName,
6645
- arrowIconName = defaultProps28.arrowIconName,
6705
+ arrowIconName = defaultProps30.arrowIconName,
6646
6706
  ...other
6647
6707
  } = props;
6648
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6708
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6649
6709
  Picker,
6650
6710
  {
6651
6711
  ...other,
@@ -6664,14 +6724,14 @@ var ColorPicker = (props) => {
6664
6724
  "k-icon-picker"
6665
6725
  ),
6666
6726
  children: [
6667
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(InputPrefix, { children: prefix }),
6668
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6727
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(InputPrefix, { children: prefix }),
6728
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6669
6729
  InputInnerSpan,
6670
6730
  {
6671
6731
  placeholder,
6672
6732
  value,
6673
6733
  showValue: false,
6674
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6734
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6675
6735
  ColorPreview,
6676
6736
  {
6677
6737
  className: "k-value-icon",
@@ -6682,8 +6742,8 @@ var ColorPicker = (props) => {
6682
6742
  valueIconName
6683
6743
  }
6684
6744
  ),
6685
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(InputSuffix, { children: suffix }),
6686
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6745
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(InputSuffix, { children: suffix }),
6746
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6687
6747
  Button,
6688
6748
  {
6689
6749
  className: "k-input-button",
@@ -6697,15 +6757,15 @@ var ColorPicker = (props) => {
6697
6757
  }
6698
6758
  );
6699
6759
  };
6700
- ColorPicker.states = states32;
6701
- ColorPicker.options = options30;
6760
+ ColorPicker.states = states34;
6761
+ ColorPicker.options = options32;
6702
6762
  ColorPicker.className = COLORPICKER_CLASSNAME;
6703
- ColorPicker.defaultProps = defaultProps28;
6763
+ ColorPicker.defaultProps = defaultProps30;
6704
6764
 
6705
6765
  // src/combobox/combobox.spec.tsx
6706
- var import_jsx_runtime79 = require("react/jsx-runtime");
6766
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6707
6767
  var COMBOBOX_CLASSNAME = `k-combobox`;
6708
- var states33 = [
6768
+ var states35 = [
6709
6769
  States.hover,
6710
6770
  States.focus,
6711
6771
  States.valid,
@@ -6715,12 +6775,12 @@ var states33 = [
6715
6775
  States.disabled,
6716
6776
  States.readonly
6717
6777
  ];
6718
- var defaultProps29 = {
6778
+ var defaultProps31 = {
6719
6779
  size: Input.defaultProps.size,
6720
6780
  rounded: Input.defaultProps.rounded,
6721
6781
  fillMode: Input.defaultProps.fillMode
6722
6782
  };
6723
- var options31 = {
6783
+ var options33 = {
6724
6784
  size: [Size.small, Size.medium, Size.large],
6725
6785
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6726
6786
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6748,8 +6808,8 @@ var Combobox = (props) => {
6748
6808
  adaptiveSettings,
6749
6809
  ...other
6750
6810
  } = props;
6751
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6752
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6811
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(import_jsx_runtime81.Fragment, { children: [
6812
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6753
6813
  Input,
6754
6814
  {
6755
6815
  ...other,
@@ -6766,9 +6826,9 @@ var Combobox = (props) => {
6766
6826
  readonly,
6767
6827
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6768
6828
  children: [
6769
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputPrefix, { children: prefix }),
6770
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputInnerInput, { placeholder, value }),
6771
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6829
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputPrefix, { children: prefix }),
6830
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputInnerInput, { placeholder, value }),
6831
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6772
6832
  InputValidationIcon,
6773
6833
  {
6774
6834
  valid,
@@ -6777,14 +6837,14 @@ var Combobox = (props) => {
6777
6837
  disabled
6778
6838
  }
6779
6839
  ),
6780
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6840
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6781
6841
  InputLoadingIcon,
6782
6842
  {
6783
6843
  loading,
6784
6844
  disabled
6785
6845
  }
6786
6846
  ),
6787
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6847
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6788
6848
  InputClearValue,
6789
6849
  {
6790
6850
  loading,
@@ -6793,8 +6853,8 @@ var Combobox = (props) => {
6793
6853
  value
6794
6854
  }
6795
6855
  ),
6796
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputSuffix, { children: suffix }),
6797
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6856
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputSuffix, { children: suffix }),
6857
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6798
6858
  Button,
6799
6859
  {
6800
6860
  className: "k-input-button",
@@ -6807,9 +6867,9 @@ var Combobox = (props) => {
6807
6867
  ]
6808
6868
  }
6809
6869
  ),
6810
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6811
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6812
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6870
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6871
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6872
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6813
6873
  ActionSheetHeader,
6814
6874
  {
6815
6875
  actions: ["x"],
@@ -6817,42 +6877,42 @@ var Combobox = (props) => {
6817
6877
  title: "Select Item"
6818
6878
  }
6819
6879
  ),
6820
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(List, { size: "large", children: [
6821
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(ListItem, { text: "List item" }),
6822
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(ListItem, { text: "List item" }),
6823
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(ListItem, { text: "List item" })
6880
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(List, { size: "large", children: [
6881
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" }),
6882
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" }),
6883
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" })
6824
6884
  ] }) })
6825
6885
  ] })
6826
6886
  ] });
6827
6887
  };
6828
- Combobox.states = states33;
6829
- Combobox.options = options31;
6888
+ Combobox.states = states35;
6889
+ Combobox.options = options33;
6830
6890
  Combobox.className = COMBOBOX_CLASSNAME;
6831
- Combobox.defaultProps = defaultProps29;
6891
+ Combobox.defaultProps = defaultProps31;
6832
6892
 
6833
6893
  // src/combobox/templates/combobox-normal.tsx
6834
- var import_jsx_runtime80 = require("react/jsx-runtime");
6894
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6835
6895
 
6836
6896
  // src/combobox/templates/combobox-popup.tsx
6837
- var import_jsx_runtime81 = require("react/jsx-runtime");
6897
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6838
6898
 
6839
6899
  // src/combobox/templates/combobox-grouping.tsx
6840
- var import_jsx_runtime82 = require("react/jsx-runtime");
6900
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6841
6901
 
6842
6902
  // src/combobox/templates/combobox-adaptive.tsx
6843
- var import_jsx_runtime83 = require("react/jsx-runtime");
6903
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6844
6904
 
6845
6905
  // src/menu-button/menu-button.spec.tsx
6846
- var import_jsx_runtime84 = require("react/jsx-runtime");
6906
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6847
6907
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6848
- var states34 = [
6908
+ var states36 = [
6849
6909
  States.hover,
6850
6910
  States.focus,
6851
6911
  States.active,
6852
6912
  States.selected,
6853
6913
  States.disabled
6854
6914
  ];
6855
- var options32 = {
6915
+ var options34 = {
6856
6916
  size: [Size.small, Size.medium, Size.large],
6857
6917
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6858
6918
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6870,7 +6930,7 @@ var options32 = {
6870
6930
  ThemeColor.inverse
6871
6931
  ]
6872
6932
  };
6873
- var defaultProps30 = {
6933
+ var defaultProps32 = {
6874
6934
  size: Size.medium,
6875
6935
  rounded: Roundness.medium,
6876
6936
  fillMode: FillMode.solid,
@@ -6880,10 +6940,10 @@ var defaultProps30 = {
6880
6940
  };
6881
6941
  var MenuButton = (props) => {
6882
6942
  const {
6883
- size = defaultProps30.size,
6884
- rounded = defaultProps30.rounded,
6885
- fillMode = defaultProps30.fillMode,
6886
- themeColor = defaultProps30.themeColor,
6943
+ size = defaultProps32.size,
6944
+ rounded = defaultProps32.rounded,
6945
+ fillMode = defaultProps32.fillMode,
6946
+ themeColor = defaultProps32.themeColor,
6887
6947
  hover,
6888
6948
  focus,
6889
6949
  active,
@@ -6891,14 +6951,14 @@ var MenuButton = (props) => {
6891
6951
  disabled,
6892
6952
  icon,
6893
6953
  text,
6894
- showArrow = defaultProps30.showArrow,
6895
- arrowIconName = defaultProps30.arrowIconName,
6954
+ showArrow = defaultProps32.showArrow,
6955
+ arrowIconName = defaultProps32.arrowIconName,
6896
6956
  popup,
6897
6957
  opened,
6898
6958
  ...other
6899
6959
  } = props;
6900
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_jsx_runtime84.Fragment, { children: [
6901
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6960
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
6961
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6902
6962
  Button,
6903
6963
  {
6904
6964
  ...other,
@@ -6921,35 +6981,35 @@ var MenuButton = (props) => {
6921
6981
  arrowIconName
6922
6982
  }
6923
6983
  ),
6924
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Popup, { className: "k-menu-popup", children: popup })
6984
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Popup, { className: "k-menu-popup", children: popup })
6925
6985
  ] });
6926
6986
  };
6927
- MenuButton.states = states34;
6928
- MenuButton.options = options32;
6987
+ MenuButton.states = states36;
6988
+ MenuButton.options = options34;
6929
6989
  MenuButton.className = MENUBUTTON_CLASSNAME;
6930
- MenuButton.defaultProps = defaultProps30;
6990
+ MenuButton.defaultProps = defaultProps32;
6931
6991
 
6932
6992
  // src/menu-button/templates/icon-menu-button.tsx
6933
- var import_jsx_runtime85 = require("react/jsx-runtime");
6993
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6934
6994
 
6935
6995
  // src/menu-button/templates/icon-text-menu-button.tsx
6936
- var import_jsx_runtime86 = require("react/jsx-runtime");
6996
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6937
6997
 
6938
6998
  // src/menu-button/templates/text-menu-button.tsx
6939
- var import_jsx_runtime87 = require("react/jsx-runtime");
6999
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6940
7000
 
6941
7001
  // src/menu/menu-item.spec.tsx
6942
- var import_jsx_runtime88 = require("react/jsx-runtime");
7002
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6943
7003
  var MENUITEM_CLASSNAME = `k-menu-item`;
6944
- var states35 = [
7004
+ var states37 = [
6945
7005
  States.hover,
6946
7006
  States.focus,
6947
7007
  States.active,
6948
7008
  States.selected,
6949
7009
  States.disabled
6950
7010
  ];
6951
- var options33 = {};
6952
- var defaultProps31 = {
7011
+ var options35 = {};
7012
+ var defaultProps33 = {
6953
7013
  dir: "ltr"
6954
7014
  };
6955
7015
  var MenuItem = (props) => {
@@ -6963,11 +7023,11 @@ var MenuItem = (props) => {
6963
7023
  text,
6964
7024
  showArrow,
6965
7025
  arrowIconName,
6966
- dir = defaultProps31.dir,
7026
+ dir = defaultProps33.dir,
6967
7027
  children,
6968
7028
  ...other
6969
7029
  } = props;
6970
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(import_jsx_runtime88.Fragment, {});
7030
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(import_jsx_runtime90.Fragment, {});
6971
7031
  if (children) {
6972
7032
  children.forEach((child) => {
6973
7033
  const component = child.type;
@@ -6981,7 +7041,7 @@ var MenuItem = (props) => {
6981
7041
  if (!expandArrowName) {
6982
7042
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6983
7043
  }
6984
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
7044
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
6985
7045
  "li",
6986
7046
  {
6987
7047
  ...other,
@@ -6996,7 +7056,7 @@ var MenuItem = (props) => {
6996
7056
  })
6997
7057
  ),
6998
7058
  children: [
6999
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
7059
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
7000
7060
  "span",
7001
7061
  {
7002
7062
  className: classNames(
@@ -7009,9 +7069,9 @@ var MenuItem = (props) => {
7009
7069
  })
7010
7070
  ),
7011
7071
  children: [
7012
- icon && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7013
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { className: "k-menu-link-text", children: text }),
7014
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Icon, { icon: expandArrowName }) })
7072
+ icon && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7073
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "k-menu-link-text", children: text }),
7074
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Icon, { icon: expandArrowName }) })
7015
7075
  ]
7016
7076
  }
7017
7077
  ),
@@ -7020,24 +7080,24 @@ var MenuItem = (props) => {
7020
7080
  }
7021
7081
  );
7022
7082
  };
7023
- MenuItem.states = states35;
7024
- MenuItem.options = options33;
7083
+ MenuItem.states = states37;
7084
+ MenuItem.options = options35;
7025
7085
  MenuItem.className = MENUITEM_CLASSNAME;
7026
- MenuItem.defaultProps = defaultProps31;
7086
+ MenuItem.defaultProps = defaultProps33;
7027
7087
  var menu_item_spec_default = MenuItem;
7028
7088
 
7029
7089
  // src/menu/menu-separator.spec.tsx
7030
- var import_jsx_runtime89 = require("react/jsx-runtime");
7090
+ var import_jsx_runtime91 = require("react/jsx-runtime");
7031
7091
  var SEPARATOR_CLASSNAME = `k-separator`;
7032
- var defaultProps32 = {
7092
+ var defaultProps34 = {
7033
7093
  orientation: "horizontal"
7034
7094
  };
7035
7095
  var MenuSeparator = (props) => {
7036
7096
  const {
7037
- orientation = defaultProps32.orientation,
7097
+ orientation = defaultProps34.orientation,
7038
7098
  ...other
7039
7099
  } = props;
7040
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
7100
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
7041
7101
  "li",
7042
7102
  {
7043
7103
  ...other,
@@ -7055,25 +7115,25 @@ var MenuSeparator = (props) => {
7055
7115
  var menu_separator_spec_default = MenuSeparator;
7056
7116
 
7057
7117
  // src/menu/menu-item-content.tsx
7058
- var import_jsx_runtime90 = require("react/jsx-runtime");
7118
+ var import_jsx_runtime92 = require("react/jsx-runtime");
7059
7119
 
7060
7120
  // src/menu/menu-list.spec.tsx
7061
- var import_jsx_runtime91 = require("react/jsx-runtime");
7121
+ var import_jsx_runtime93 = require("react/jsx-runtime");
7062
7122
  var import_react = require("react");
7063
7123
  var MENULIST_CLASSNAME = `k-menu-group`;
7064
- var states36 = [];
7065
- var options34 = {
7124
+ var states38 = [];
7125
+ var options36 = {
7066
7126
  size: [Size.small, Size.medium, Size.large]
7067
7127
  };
7068
- var defaultProps33 = {
7128
+ var defaultProps35 = {
7069
7129
  size: Size.medium,
7070
7130
  dir: "ltr"
7071
7131
  };
7072
7132
  var MenuList = (props) => {
7073
7133
  const {
7074
7134
  children,
7075
- size = defaultProps33.size,
7076
- dir = defaultProps33.dir,
7135
+ size = defaultProps35.size,
7136
+ dir = defaultProps35.dir,
7077
7137
  ...other
7078
7138
  } = props;
7079
7139
  const listChildren = [];
@@ -7086,7 +7146,7 @@ var MenuList = (props) => {
7086
7146
  );
7087
7147
  } else if (child.type === menu_separator_spec_default) {
7088
7148
  listChildren.push(
7089
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(menu_separator_spec_default, {})
7149
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(menu_separator_spec_default, {})
7090
7150
  );
7091
7151
  } else {
7092
7152
  listChildren.push(child);
@@ -7094,7 +7154,7 @@ var MenuList = (props) => {
7094
7154
  });
7095
7155
  }
7096
7156
  }
7097
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
7157
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
7098
7158
  "ul",
7099
7159
  {
7100
7160
  ...other,
@@ -7109,25 +7169,25 @@ var MenuList = (props) => {
7109
7169
  }
7110
7170
  );
7111
7171
  };
7112
- MenuList.states = states36;
7113
- MenuList.options = options34;
7172
+ MenuList.states = states38;
7173
+ MenuList.options = options36;
7114
7174
  MenuList.className = MENULIST_CLASSNAME;
7115
- MenuList.defaultProps = defaultProps33;
7175
+ MenuList.defaultProps = defaultProps35;
7116
7176
 
7117
7177
  // src/menu-button/templates/menu-button-popup.tsx
7118
- var import_jsx_runtime92 = require("react/jsx-runtime");
7178
+ var import_jsx_runtime94 = require("react/jsx-runtime");
7119
7179
 
7120
7180
  // src/split-button/split-button.spec.tsx
7121
- var import_jsx_runtime93 = require("react/jsx-runtime");
7181
+ var import_jsx_runtime95 = require("react/jsx-runtime");
7122
7182
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7123
- var states37 = [
7183
+ var states39 = [
7124
7184
  States.hover,
7125
7185
  States.focus,
7126
7186
  States.active,
7127
7187
  States.selected,
7128
7188
  States.disabled
7129
7189
  ];
7130
- var options35 = {
7190
+ var options37 = {
7131
7191
  size: [Size.small, Size.medium, Size.large],
7132
7192
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7133
7193
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7145,7 +7205,7 @@ var options35 = {
7145
7205
  ThemeColor.inverse
7146
7206
  ]
7147
7207
  };
7148
- var defaultProps34 = {
7208
+ var defaultProps36 = {
7149
7209
  size: Size.medium,
7150
7210
  rounded: Roundness.medium,
7151
7211
  fillMode: FillMode.solid,
@@ -7154,10 +7214,10 @@ var defaultProps34 = {
7154
7214
  };
7155
7215
  var SplitButton = (props) => {
7156
7216
  const {
7157
- size = defaultProps34.size,
7158
- rounded = defaultProps34.rounded,
7159
- fillMode = defaultProps34.fillMode,
7160
- themeColor = defaultProps34.themeColor,
7217
+ size = defaultProps36.size,
7218
+ rounded = defaultProps36.rounded,
7219
+ fillMode = defaultProps36.fillMode,
7220
+ themeColor = defaultProps36.themeColor,
7161
7221
  hover,
7162
7222
  focus,
7163
7223
  active,
@@ -7165,13 +7225,13 @@ var SplitButton = (props) => {
7165
7225
  disabled,
7166
7226
  icon,
7167
7227
  text,
7168
- arrowIconName = defaultProps34.arrowIconName,
7228
+ arrowIconName = defaultProps36.arrowIconName,
7169
7229
  popup,
7170
7230
  opened,
7171
7231
  ...other
7172
7232
  } = props;
7173
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_jsx_runtime93.Fragment, { children: [
7174
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
7233
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_jsx_runtime95.Fragment, { children: [
7234
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
7175
7235
  "div",
7176
7236
  {
7177
7237
  ...other,
@@ -7184,7 +7244,7 @@ var SplitButton = (props) => {
7184
7244
  })
7185
7245
  ),
7186
7246
  children: [
7187
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
7247
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7188
7248
  Button,
7189
7249
  {
7190
7250
  text,
@@ -7201,7 +7261,7 @@ var SplitButton = (props) => {
7201
7261
  children: props.children
7202
7262
  }
7203
7263
  ),
7204
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
7264
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7205
7265
  Button,
7206
7266
  {
7207
7267
  className: "k-split-button-arrow",
@@ -7215,30 +7275,30 @@ var SplitButton = (props) => {
7215
7275
  ]
7216
7276
  }
7217
7277
  ),
7218
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Popup, { className: "k-menu-popup", children: popup })
7278
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Popup, { className: "k-menu-popup", children: popup })
7219
7279
  ] });
7220
7280
  };
7221
- SplitButton.states = states37;
7222
- SplitButton.options = options35;
7281
+ SplitButton.states = states39;
7282
+ SplitButton.options = options37;
7223
7283
  SplitButton.className = SPLITBUTTON_CLASSNAME;
7224
- SplitButton.defaultProps = defaultProps34;
7284
+ SplitButton.defaultProps = defaultProps36;
7225
7285
  var split_button_spec_default = SplitButton;
7226
7286
 
7227
7287
  // src/toolbar/toolbar.spec.tsx
7228
- var import_jsx_runtime94 = require("react/jsx-runtime");
7288
+ var import_jsx_runtime96 = require("react/jsx-runtime");
7229
7289
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7230
- var states38 = [
7290
+ var states40 = [
7231
7291
  States.focus
7232
7292
  ];
7233
- var options36 = {
7293
+ var options38 = {
7234
7294
  size: [Size.small, Size.medium, Size.large]
7235
7295
  };
7236
- var defaultProps35 = {
7296
+ var defaultProps37 = {
7237
7297
  size: Size.medium
7238
7298
  };
7239
7299
  var Toolbar = (props) => {
7240
7300
  const {
7241
- size = defaultProps35.size,
7301
+ size = defaultProps37.size,
7242
7302
  focus,
7243
7303
  resizable,
7244
7304
  ...other
@@ -7248,7 +7308,7 @@ var Toolbar = (props) => {
7248
7308
  const tempToolbarChildren = [];
7249
7309
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7250
7310
  tempToolbarChildren.push(
7251
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7311
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7252
7312
  Button,
7253
7313
  {
7254
7314
  ...child.props,
@@ -7259,7 +7319,7 @@ var Toolbar = (props) => {
7259
7319
  );
7260
7320
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7261
7321
  tempToolbarChildren.push(
7262
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7322
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7263
7323
  Button,
7264
7324
  {
7265
7325
  ...child.props,
@@ -7270,7 +7330,7 @@ var Toolbar = (props) => {
7270
7330
  );
7271
7331
  } else if (child.type === Button) {
7272
7332
  tempToolbarChildren.push(
7273
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7333
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7274
7334
  Button,
7275
7335
  {
7276
7336
  ...child.props,
@@ -7281,7 +7341,7 @@ var Toolbar = (props) => {
7281
7341
  );
7282
7342
  } else if (child.type === MenuButton) {
7283
7343
  tempToolbarChildren.push(
7284
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7344
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7285
7345
  MenuButton,
7286
7346
  {
7287
7347
  ...child.props,
@@ -7292,7 +7352,7 @@ var Toolbar = (props) => {
7292
7352
  );
7293
7353
  } else if (child.type === split_button_spec_default) {
7294
7354
  tempToolbarChildren.push(
7295
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7355
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7296
7356
  split_button_spec_default,
7297
7357
  {
7298
7358
  ...child.props,
@@ -7306,7 +7366,7 @@ var Toolbar = (props) => {
7306
7366
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7307
7367
  childrenArray.forEach((button, bindex) => {
7308
7368
  buttonGroupItems.push(
7309
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7369
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7310
7370
  Button,
7311
7371
  {
7312
7372
  ...button.props,
@@ -7317,7 +7377,7 @@ var Toolbar = (props) => {
7317
7377
  );
7318
7378
  });
7319
7379
  tempToolbarChildren.push(
7320
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7380
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7321
7381
  ButtonGroup,
7322
7382
  {
7323
7383
  ...child.props,
@@ -7329,7 +7389,7 @@ var Toolbar = (props) => {
7329
7389
  );
7330
7390
  } else if (child.type === Combobox) {
7331
7391
  tempToolbarChildren.push(
7332
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7392
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7333
7393
  Combobox,
7334
7394
  {
7335
7395
  ...child.props,
@@ -7340,7 +7400,7 @@ var Toolbar = (props) => {
7340
7400
  );
7341
7401
  } else if (child.type === DropdownList) {
7342
7402
  tempToolbarChildren.push(
7343
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7403
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7344
7404
  DropdownList,
7345
7405
  {
7346
7406
  ...child.props,
@@ -7351,7 +7411,7 @@ var Toolbar = (props) => {
7351
7411
  );
7352
7412
  } else if (child.type === ColorPicker) {
7353
7413
  tempToolbarChildren.push(
7354
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7414
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7355
7415
  ColorPicker,
7356
7416
  {
7357
7417
  ...child.props,
@@ -7373,7 +7433,7 @@ var Toolbar = (props) => {
7373
7433
  addUniqueToolClass(child, index);
7374
7434
  });
7375
7435
  }
7376
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7436
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7377
7437
  "div",
7378
7438
  {
7379
7439
  ...other,
@@ -7394,26 +7454,26 @@ var Toolbar = (props) => {
7394
7454
  }
7395
7455
  );
7396
7456
  };
7397
- Toolbar.states = states38;
7398
- Toolbar.options = options36;
7457
+ Toolbar.states = states40;
7458
+ Toolbar.options = options38;
7399
7459
  Toolbar.className = TOOLBAR_CLASSNAME;
7400
- Toolbar.defaultProps = defaultProps35;
7460
+ Toolbar.defaultProps = defaultProps37;
7401
7461
 
7402
7462
  // src/toolbar/toolbar-angular.spec.tsx
7403
- var import_jsx_runtime95 = require("react/jsx-runtime");
7463
+ var import_jsx_runtime97 = require("react/jsx-runtime");
7404
7464
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7405
- var states39 = [
7465
+ var states41 = [
7406
7466
  States.focus
7407
7467
  ];
7408
- var options37 = {
7468
+ var options39 = {
7409
7469
  size: [Size.small, Size.medium, Size.large]
7410
7470
  };
7411
- var defaultProps36 = {
7471
+ var defaultProps38 = {
7412
7472
  size: Size.medium
7413
7473
  };
7414
7474
  var ToolbarAngular = (props) => {
7415
7475
  const {
7416
- size = defaultProps36.size,
7476
+ size = defaultProps38.size,
7417
7477
  focus,
7418
7478
  resizable,
7419
7479
  ...other
@@ -7423,7 +7483,7 @@ var ToolbarAngular = (props) => {
7423
7483
  const tempToolbarChildren = [];
7424
7484
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7425
7485
  tempToolbarChildren.push(
7426
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7486
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7427
7487
  Button,
7428
7488
  {
7429
7489
  ...child.props,
@@ -7434,7 +7494,7 @@ var ToolbarAngular = (props) => {
7434
7494
  );
7435
7495
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7436
7496
  tempToolbarChildren.push(
7437
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7497
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7438
7498
  Button,
7439
7499
  {
7440
7500
  ...child.props,
@@ -7445,7 +7505,7 @@ var ToolbarAngular = (props) => {
7445
7505
  );
7446
7506
  } else if (child.type === Button) {
7447
7507
  tempToolbarChildren.push(
7448
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7508
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7449
7509
  Button,
7450
7510
  {
7451
7511
  ...child.props,
@@ -7456,7 +7516,7 @@ var ToolbarAngular = (props) => {
7456
7516
  );
7457
7517
  } else if (child.type === MenuButton) {
7458
7518
  tempToolbarChildren.push(
7459
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7519
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7460
7520
  MenuButton,
7461
7521
  {
7462
7522
  ...child.props,
@@ -7467,7 +7527,7 @@ var ToolbarAngular = (props) => {
7467
7527
  );
7468
7528
  } else if (child.type === split_button_spec_default) {
7469
7529
  tempToolbarChildren.push(
7470
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7530
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7471
7531
  split_button_spec_default,
7472
7532
  {
7473
7533
  ...child.props,
@@ -7481,7 +7541,7 @@ var ToolbarAngular = (props) => {
7481
7541
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7482
7542
  childrenArray.forEach((button, bindex) => {
7483
7543
  buttonGroupItems.push(
7484
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7544
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7485
7545
  Button,
7486
7546
  {
7487
7547
  ...button.props,
@@ -7492,7 +7552,7 @@ var ToolbarAngular = (props) => {
7492
7552
  );
7493
7553
  });
7494
7554
  tempToolbarChildren.push(
7495
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7555
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7496
7556
  ButtonGroup,
7497
7557
  {
7498
7558
  ...child.props,
@@ -7504,7 +7564,7 @@ var ToolbarAngular = (props) => {
7504
7564
  );
7505
7565
  } else if (child.type === Combobox) {
7506
7566
  tempToolbarChildren.push(
7507
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7567
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7508
7568
  Combobox,
7509
7569
  {
7510
7570
  ...child.props,
@@ -7515,7 +7575,7 @@ var ToolbarAngular = (props) => {
7515
7575
  );
7516
7576
  } else if (child.type === DropdownList) {
7517
7577
  tempToolbarChildren.push(
7518
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7578
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7519
7579
  DropdownList,
7520
7580
  {
7521
7581
  ...child.props,
@@ -7526,7 +7586,7 @@ var ToolbarAngular = (props) => {
7526
7586
  );
7527
7587
  } else if (child.type === ColorPicker) {
7528
7588
  tempToolbarChildren.push(
7529
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7589
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7530
7590
  ColorPicker,
7531
7591
  {
7532
7592
  ...child.props,
@@ -7548,7 +7608,7 @@ var ToolbarAngular = (props) => {
7548
7608
  addUniqueToolClass(child, index);
7549
7609
  });
7550
7610
  }
7551
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7611
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7552
7612
  "div",
7553
7613
  {
7554
7614
  ...other,
@@ -7569,28 +7629,28 @@ var ToolbarAngular = (props) => {
7569
7629
  }
7570
7630
  );
7571
7631
  };
7572
- ToolbarAngular.states = states39;
7573
- ToolbarAngular.options = options37;
7632
+ ToolbarAngular.states = states41;
7633
+ ToolbarAngular.options = options39;
7574
7634
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7575
- ToolbarAngular.defaultProps = defaultProps36;
7635
+ ToolbarAngular.defaultProps = defaultProps38;
7576
7636
 
7577
7637
  // src/toolbar/toolbar-separator.tsx
7578
- var import_jsx_runtime96 = require("react/jsx-runtime");
7638
+ var import_jsx_runtime98 = require("react/jsx-runtime");
7579
7639
 
7580
7640
  // src/toolbar/toolbar-item.spec.tsx
7581
- var import_jsx_runtime97 = require("react/jsx-runtime");
7641
+ var import_jsx_runtime99 = require("react/jsx-runtime");
7582
7642
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7583
- var states40 = [
7643
+ var states42 = [
7584
7644
  States.focus
7585
7645
  ];
7586
- var options38 = {};
7587
- var defaultProps37 = {};
7646
+ var options40 = {};
7647
+ var defaultProps39 = {};
7588
7648
  var ToolbarItem = (props) => {
7589
7649
  const {
7590
7650
  focus,
7591
7651
  ...other
7592
7652
  } = props;
7593
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7653
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7594
7654
  "div",
7595
7655
  {
7596
7656
  ...other,
@@ -7605,170 +7665,170 @@ var ToolbarItem = (props) => {
7605
7665
  }
7606
7666
  );
7607
7667
  };
7608
- ToolbarItem.states = states40;
7609
- ToolbarItem.options = options38;
7668
+ ToolbarItem.states = states42;
7669
+ ToolbarItem.options = options40;
7610
7670
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7611
- ToolbarItem.defaultProps = defaultProps37;
7671
+ ToolbarItem.defaultProps = defaultProps39;
7612
7672
 
7613
7673
  // src/filter/filter-preview.tsx
7614
- var import_jsx_runtime98 = require("react/jsx-runtime");
7674
+ var import_jsx_runtime100 = require("react/jsx-runtime");
7615
7675
  var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
7616
- var states41 = [];
7617
- var options39 = {};
7618
- var defaultProps38 = {};
7676
+ var states43 = [];
7677
+ var options41 = {};
7678
+ var defaultProps40 = {};
7619
7679
  var FilterPreview = (props) => {
7620
7680
  const { fields } = props;
7621
7681
  const expressionPreview = [];
7622
7682
  if (fields) {
7623
7683
  fields.map(({ name, value }) => {
7624
7684
  expressionPreview.push(
7625
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
7685
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
7626
7686
  );
7627
7687
  });
7628
7688
  }
7629
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
7689
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
7630
7690
  };
7631
- FilterPreview.states = states41;
7632
- FilterPreview.options = options39;
7633
- FilterPreview.defaultProps = defaultProps38;
7691
+ FilterPreview.states = states43;
7692
+ FilterPreview.options = options41;
7693
+ FilterPreview.defaultProps = defaultProps40;
7634
7694
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
7635
7695
 
7636
7696
  // src/filter/filter.spec.tsx
7637
- var import_jsx_runtime99 = require("react/jsx-runtime");
7697
+ var import_jsx_runtime101 = require("react/jsx-runtime");
7638
7698
  var FILTER_CLASSNAME = "k-filter";
7639
- var states42 = [];
7640
- var options40 = {};
7641
- var defaultProps39 = {};
7699
+ var states44 = [];
7700
+ var options42 = {};
7701
+ var defaultProps41 = {};
7642
7702
  var Filter = (props) => {
7643
7703
  const { children } = props;
7644
7704
  const filterChildren = [];
7645
- let expressionPreview = /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_jsx_runtime99.Fragment, {});
7705
+ let expressionPreview = /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(import_jsx_runtime101.Fragment, {});
7646
7706
  if (children) {
7647
7707
  if (Array.isArray(children)) {
7648
7708
  children.map((child) => {
7649
7709
  if (child.type !== FilterPreview) {
7650
7710
  filterChildren.push(child);
7651
7711
  } else {
7652
- expressionPreview = /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(FilterPreview, { ...child.props });
7712
+ expressionPreview = /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(FilterPreview, { ...child.props });
7653
7713
  }
7654
7714
  });
7655
7715
  }
7656
7716
  }
7657
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
7658
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("ul", { className: "k-filter-container", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("li", { className: "k-filter-group-main", children: filterChildren }) }),
7717
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
7718
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("ul", { className: "k-filter-container", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("li", { className: "k-filter-group-main", children: filterChildren }) }),
7659
7719
  expressionPreview,
7660
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { className: "k-filter-apply", children: "Apply" })
7720
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Button, { className: "k-filter-apply", children: "Apply" })
7661
7721
  ] });
7662
7722
  };
7663
- Filter.states = states42;
7664
- Filter.options = options40;
7665
- Filter.defaultProps = defaultProps39;
7723
+ Filter.states = states44;
7724
+ Filter.options = options42;
7725
+ Filter.defaultProps = defaultProps41;
7666
7726
  Filter.className = FILTER_CLASSNAME;
7667
7727
 
7668
7728
  // src/filter/filter-toolbar.tsx
7669
- var import_jsx_runtime100 = require("react/jsx-runtime");
7729
+ var import_jsx_runtime102 = require("react/jsx-runtime");
7670
7730
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
7671
- var states43 = [];
7672
- var options41 = {};
7673
- var defaultProps40 = {};
7731
+ var states45 = [];
7732
+ var options43 = {};
7733
+ var defaultProps42 = {};
7674
7734
  var FilterToolbar = (props) => {
7675
7735
  const { children } = props;
7676
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
7736
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
7677
7737
  };
7678
- FilterToolbar.states = states43;
7679
- FilterToolbar.options = options41;
7680
- FilterToolbar.defaultProps = defaultProps40;
7738
+ FilterToolbar.states = states45;
7739
+ FilterToolbar.options = options43;
7740
+ FilterToolbar.defaultProps = defaultProps42;
7681
7741
 
7682
7742
  // src/filter/filter-lines.tsx
7683
- var import_jsx_runtime101 = require("react/jsx-runtime");
7743
+ var import_jsx_runtime103 = require("react/jsx-runtime");
7684
7744
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
7685
- var states44 = [];
7686
- var options42 = {};
7687
- var defaultProps41 = {};
7745
+ var states46 = [];
7746
+ var options44 = {};
7747
+ var defaultProps43 = {};
7688
7748
  var FilterLines = (props) => {
7689
7749
  const { children } = props;
7690
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
7750
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
7691
7751
  };
7692
- FilterLines.states = states44;
7693
- FilterLines.options = options42;
7694
- FilterLines.defaultProps = defaultProps41;
7752
+ FilterLines.states = states46;
7753
+ FilterLines.options = options44;
7754
+ FilterLines.defaultProps = defaultProps43;
7695
7755
 
7696
7756
  // src/filter/filter-item.tsx
7697
- var import_jsx_runtime102 = require("react/jsx-runtime");
7757
+ var import_jsx_runtime104 = require("react/jsx-runtime");
7698
7758
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
7699
- var states45 = [];
7700
- var options43 = {};
7701
- var defaultProps42 = {};
7759
+ var states47 = [];
7760
+ var options45 = {};
7761
+ var defaultProps44 = {};
7702
7762
  var FilterItem = (props) => {
7703
7763
  const { children } = props;
7704
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
7764
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
7705
7765
  };
7706
- FilterItem.states = states45;
7707
- FilterItem.options = options43;
7708
- FilterItem.defaultProps = defaultProps42;
7766
+ FilterItem.states = states47;
7767
+ FilterItem.options = options45;
7768
+ FilterItem.defaultProps = defaultProps44;
7709
7769
 
7710
7770
  // src/filter/tests/filter.tsx
7711
- var import_jsx_runtime103 = require("react/jsx-runtime");
7712
- var filter_default = () => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(import_jsx_runtime103.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Filter, { children: [
7713
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Toolbar, { focus: true, children: [
7714
- /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(ButtonGroup, { children: [
7715
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { selected: true, children: "And" }),
7716
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { children: "Or" })
7771
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7772
+ var filter_default = () => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(import_jsx_runtime105.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Filter, { children: [
7773
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Toolbar, { focus: true, children: [
7774
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(ButtonGroup, { children: [
7775
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { selected: true, children: "And" }),
7776
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { children: "Or" })
7717
7777
  ] }),
7718
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { icon: "filter-add-expression", children: "Add Expression" }),
7719
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { icon: "filter-add-group", children: "Add Group" }),
7720
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { fillMode: "flat", icon: "x" })
7778
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { icon: "filter-add-expression", children: "Add Expression" }),
7779
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { icon: "filter-add-group", children: "Add Group" }),
7780
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { fillMode: "flat", icon: "x" })
7721
7781
  ] }) }),
7722
- /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(FilterLines, { children: [
7723
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Toolbar, { children: [
7724
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Name" }) }),
7725
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-operator", focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Is equal to" }) }),
7726
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Textbox, { placeholder: "James" }) }),
7727
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { fillMode: "flat", icon: "x" })
7782
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(FilterLines, { children: [
7783
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Toolbar, { children: [
7784
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Name" }) }),
7785
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-operator", focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Is equal to" }) }),
7786
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Textbox, { placeholder: "James" }) }),
7787
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { fillMode: "flat", icon: "x" })
7728
7788
  ] }) }) }),
7729
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Toolbar, { children: [
7730
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Price" }) }),
7731
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Is greater than" }) }),
7732
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(NumericTextbox, { placeholder: "100,00" }) }),
7733
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { fillMode: "flat", icon: "x" })
7789
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Toolbar, { children: [
7790
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Price" }) }),
7791
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Is greater than" }) }),
7792
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(NumericTextbox, { placeholder: "100,00" }) }),
7793
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { fillMode: "flat", icon: "x" })
7734
7794
  ] }) }) }),
7735
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Toolbar, { focus: true, children: [
7736
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Discontinued" }) }),
7737
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Is equal to" }) }),
7738
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "False" }) }),
7739
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { fillMode: "flat", icon: "x" })
7795
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Toolbar, { focus: true, children: [
7796
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Discontinued" }) }),
7797
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Is equal to" }) }),
7798
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "False" }) }),
7799
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { fillMode: "flat", icon: "x" })
7740
7800
  ] }) }) }),
7741
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Toolbar, { children: [
7742
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "First Ordered" }) }),
7743
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Is before" }) }),
7744
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DatePicker, { placeholder: "1/21/2021" }) }),
7745
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { fillMode: "flat", icon: "x" })
7801
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Toolbar, { children: [
7802
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "First Ordered" }) }),
7803
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Is before" }) }),
7804
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DatePicker, { placeholder: "1/21/2021" }) }),
7805
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { fillMode: "flat", icon: "x" })
7746
7806
  ] }) }) }),
7747
- /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(FilterItem, { children: [
7748
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Toolbar, { children: [
7749
- /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(ButtonGroup, { children: [
7750
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { selected: true, children: "And" }),
7751
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { children: "Or" })
7807
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(FilterItem, { children: [
7808
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Toolbar, { children: [
7809
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(ButtonGroup, { children: [
7810
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { selected: true, children: "And" }),
7811
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { children: "Or" })
7752
7812
  ] }),
7753
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { icon: "filter-add-expression", children: "Add Expression" }),
7754
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { icon: "filter-add-group", children: "Add Group" }),
7755
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { fillMode: "flat", icon: "x" })
7813
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { icon: "filter-add-expression", children: "Add Expression" }),
7814
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { icon: "filter-add-group", children: "Add Group" }),
7815
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { fillMode: "flat", icon: "x" })
7756
7816
  ] }) }),
7757
- /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(FilterLines, { children: [
7758
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Toolbar, { children: [
7759
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Name" }) }),
7760
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Is empty" }) }),
7761
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { fillMode: "flat", icon: "x" })
7817
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(FilterLines, { children: [
7818
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Toolbar, { children: [
7819
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Name" }) }),
7820
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Is empty" }) }),
7821
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { fillMode: "flat", icon: "x" })
7762
7822
  ] }) }) }),
7763
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Toolbar, { children: [
7764
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Price" }) }),
7765
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ToolbarItem, { className: " k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(DropdownList, { value: "Is not null" }) }),
7766
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Button, { fillMode: "flat", icon: "x" })
7823
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterItem, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(FilterToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(Toolbar, { children: [
7824
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: "k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Price" }) }),
7825
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ToolbarItem, { className: " k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DropdownList, { value: "Is not null" }) }),
7826
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Button, { fillMode: "flat", icon: "x" })
7767
7827
  ] }) }) })
7768
7828
  ] })
7769
7829
  ] })
7770
7830
  ] }),
7771
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
7831
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7772
7832
  FilterPreview,
7773
7833
  {
7774
7834
  fields: [