@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
@@ -5764,23 +5764,83 @@ Checkbox.options = options24;
5764
5764
  Checkbox.className = CHECKBOX_CLASSNAME;
5765
5765
  Checkbox.defaultProps = defaultProps21;
5766
5766
 
5767
- // src/checkbox/templates/checkbox-label.tsx
5768
- import { Fragment as Fragment14, jsx as jsx51, jsxs as jsxs17 } from "react/jsx-runtime";
5767
+ // src/checkbox/checkbox-group.spec.tsx
5768
+ import { jsx as jsx51 } from "react/jsx-runtime";
5769
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5770
+ var states27 = [];
5771
+ var options25 = {};
5772
+ var defaultProps22 = {
5773
+ layout: "vertical"
5774
+ };
5775
+ var CheckboxGroup = (props) => {
5776
+ const {
5777
+ layout = defaultProps22.layout,
5778
+ ...other
5779
+ } = props;
5780
+ return /* @__PURE__ */ jsx51(
5781
+ "ul",
5782
+ {
5783
+ ...other,
5784
+ className: classNames(
5785
+ props.className,
5786
+ CHECKBOXGROUP_CLASSNAME,
5787
+ {
5788
+ [`k-list-${layout}`]: layout
5789
+ }
5790
+ ),
5791
+ children: props.children
5792
+ }
5793
+ );
5794
+ };
5795
+ CheckboxGroup.states = states27;
5796
+ CheckboxGroup.options = options25;
5797
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5798
+ CheckboxGroup.defaultProps = defaultProps22;
5769
5799
 
5770
- // src/checkbox/templates/checkbox-normal.tsx
5800
+ // src/checkbox/checkbox-item.spec.tsx
5771
5801
  import { jsx as jsx52 } from "react/jsx-runtime";
5802
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5803
+ var states28 = [];
5804
+ var options26 = {};
5805
+ var defaultProps23 = {};
5806
+ var CheckboxItem = (props) => {
5807
+ const {
5808
+ ...other
5809
+ } = props;
5810
+ return /* @__PURE__ */ jsx52(
5811
+ "li",
5812
+ {
5813
+ ...other,
5814
+ className: classNames(
5815
+ props.className,
5816
+ CHECKBOXITEM_CLASSNAME
5817
+ ),
5818
+ children: props.children
5819
+ }
5820
+ );
5821
+ };
5822
+ CheckboxItem.states = states28;
5823
+ CheckboxItem.options = options26;
5824
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5825
+ CheckboxItem.defaultProps = defaultProps23;
5826
+
5827
+ // src/checkbox/templates/checkbox-with-label.tsx
5828
+ import { Fragment as Fragment14, jsx as jsx53, jsxs as jsxs17 } from "react/jsx-runtime";
5829
+
5830
+ // src/checkbox/templates/checkbox-normal.tsx
5831
+ import { jsx as jsx54 } from "react/jsx-runtime";
5772
5832
 
5773
5833
  // src/list/list-item.spec.tsx
5774
- import { jsx as jsx53, jsxs as jsxs18 } from "react/jsx-runtime";
5834
+ import { jsx as jsx55, jsxs as jsxs18 } from "react/jsx-runtime";
5775
5835
  var LISTITEM_CLASSNAME = `k-list-item`;
5776
- var states27 = [
5836
+ var states29 = [
5777
5837
  States.hover,
5778
5838
  States.focus,
5779
5839
  States.selected,
5780
5840
  States.disabled
5781
5841
  ];
5782
- var options25 = {};
5783
- var defaultProps22 = {};
5842
+ var options27 = {};
5843
+ var defaultProps24 = {};
5784
5844
  var ListItem = (props) => {
5785
5845
  const {
5786
5846
  text,
@@ -5811,66 +5871,66 @@ var ListItem = (props) => {
5811
5871
  })
5812
5872
  ),
5813
5873
  children: [
5814
- showCheckbox && /* @__PURE__ */ jsx53(Checkbox, { checked }),
5815
- showIcon && /* @__PURE__ */ jsx53(Icon, { icon: iconName }),
5816
- /* @__PURE__ */ jsx53("span", { className: "k-list-item-text", children: textOrChildren }),
5817
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx53("div", { className: "k-list-item-group-label", children: groupLabel })
5874
+ showCheckbox && /* @__PURE__ */ jsx55(Checkbox, { checked }),
5875
+ showIcon && /* @__PURE__ */ jsx55(Icon, { icon: iconName }),
5876
+ /* @__PURE__ */ jsx55("span", { className: "k-list-item-text", children: textOrChildren }),
5877
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx55("div", { className: "k-list-item-group-label", children: groupLabel })
5818
5878
  ]
5819
5879
  }
5820
5880
  );
5821
5881
  };
5822
- ListItem.states = states27;
5823
- ListItem.options = options25;
5882
+ ListItem.states = states29;
5883
+ ListItem.options = options27;
5824
5884
  ListItem.className = LISTITEM_CLASSNAME;
5825
- ListItem.defaultProps = defaultProps22;
5885
+ ListItem.defaultProps = defaultProps24;
5826
5886
 
5827
5887
  // src/list/list-content.tsx
5828
- import { jsx as jsx54, jsxs as jsxs19 } from "react/jsx-runtime";
5888
+ import { jsx as jsx56, jsxs as jsxs19 } from "react/jsx-runtime";
5829
5889
  var className10 = `k-list-content`;
5830
5890
  var ListContent = (props) => {
5831
5891
  const {
5832
5892
  virtualization
5833
5893
  } = props;
5834
5894
  return /* @__PURE__ */ jsxs19("div", { className: classNames(className10, props.className), children: [
5835
- /* @__PURE__ */ jsx54("ul", { className: classNames("k-list-ul"), children: props.children }),
5836
- virtualization && /* @__PURE__ */ jsx54("div", { className: "k-height-container", children: /* @__PURE__ */ jsx54("div", {}) })
5895
+ /* @__PURE__ */ jsx56("ul", { className: classNames("k-list-ul"), children: props.children }),
5896
+ virtualization && /* @__PURE__ */ jsx56("div", { className: "k-height-container", children: /* @__PURE__ */ jsx56("div", {}) })
5837
5897
  ] });
5838
5898
  };
5839
5899
 
5840
5900
  // src/list/list-header.tsx
5841
- import { jsx as jsx55 } from "react/jsx-runtime";
5901
+ import { jsx as jsx57 } from "react/jsx-runtime";
5842
5902
  var className11 = `k-list-group-sticky-header`;
5843
- var ListHeader = (props) => /* @__PURE__ */ jsx55("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx55("div", { className: "k-list-header-text", children: props.children }) });
5903
+ var ListHeader = (props) => /* @__PURE__ */ jsx57("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx57("div", { className: "k-list-header-text", children: props.children }) });
5844
5904
 
5845
5905
  // src/list/list-group.tsx
5846
- import { Fragment as Fragment15, jsx as jsx56, jsxs as jsxs20 } from "react/jsx-runtime";
5906
+ import { Fragment as Fragment15, jsx as jsx58, jsxs as jsxs20 } from "react/jsx-runtime";
5847
5907
  var ListGroup = (props) => {
5848
5908
  const {
5849
5909
  virtualization,
5850
5910
  label
5851
5911
  } = props;
5852
5912
  return /* @__PURE__ */ jsxs20(Fragment15, { children: [
5853
- label && /* @__PURE__ */ jsx56(ListHeader, { children: label }),
5854
- props.children && /* @__PURE__ */ jsx56(ListContent, { virtualization, children: props.children })
5913
+ label && /* @__PURE__ */ jsx58(ListHeader, { children: label }),
5914
+ props.children && /* @__PURE__ */ jsx58(ListContent, { virtualization, children: props.children })
5855
5915
  ] });
5856
5916
  };
5857
5917
 
5858
5918
  // src/list/list-group-item.tsx
5859
- import { jsx as jsx57 } from "react/jsx-runtime";
5919
+ import { jsx as jsx59 } from "react/jsx-runtime";
5860
5920
  var className12 = `k-list-group-item`;
5861
- var ListGroupItem = (props) => /* @__PURE__ */ jsx57("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx57("span", { className: "k-list-item-text", children: props.children }) });
5921
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx59("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx59("span", { className: "k-list-item-text", children: props.children }) });
5862
5922
 
5863
5923
  // src/list/list-option-label.tsx
5864
- import { jsx as jsx58 } from "react/jsx-runtime";
5924
+ import { jsx as jsx60 } from "react/jsx-runtime";
5865
5925
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5866
- var states28 = [
5926
+ var states30 = [
5867
5927
  States.hover,
5868
5928
  States.focus,
5869
5929
  States.selected,
5870
5930
  States.disabled
5871
5931
  ];
5872
- var options26 = {};
5873
- var defaultProps23 = {};
5932
+ var options28 = {};
5933
+ var defaultProps25 = {};
5874
5934
  var ListOptionLabel = (props) => {
5875
5935
  const {
5876
5936
  text,
@@ -5880,7 +5940,7 @@ var ListOptionLabel = (props) => {
5880
5940
  disabled,
5881
5941
  ...other
5882
5942
  } = props;
5883
- return /* @__PURE__ */ jsx58(
5943
+ return /* @__PURE__ */ jsx60(
5884
5944
  "div",
5885
5945
  {
5886
5946
  ...other,
@@ -5897,36 +5957,36 @@ var ListOptionLabel = (props) => {
5897
5957
  }
5898
5958
  );
5899
5959
  };
5900
- ListOptionLabel.states = states28;
5901
- ListOptionLabel.options = options26;
5960
+ ListOptionLabel.states = states30;
5961
+ ListOptionLabel.options = options28;
5902
5962
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5903
- ListOptionLabel.defaultProps = defaultProps23;
5963
+ ListOptionLabel.defaultProps = defaultProps25;
5904
5964
 
5905
5965
  // src/list/templates/list-normal.tsx
5906
- import { jsx as jsx59 } from "react/jsx-runtime";
5966
+ import { jsx as jsx61 } from "react/jsx-runtime";
5907
5967
 
5908
5968
  // src/list/templates/list-virtualization.tsx
5909
- import { jsx as jsx60 } from "react/jsx-runtime";
5969
+ import { jsx as jsx62 } from "react/jsx-runtime";
5910
5970
 
5911
5971
  // src/list/templates/list-grouping.tsx
5912
- import { jsx as jsx61, jsxs as jsxs21 } from "react/jsx-runtime";
5972
+ import { jsx as jsx63, jsxs as jsxs21 } from "react/jsx-runtime";
5913
5973
 
5914
5974
  // src/list/templates/list-virualization-grouping.tsx
5915
- import { jsx as jsx62, jsxs as jsxs22 } from "react/jsx-runtime";
5975
+ import { jsx as jsx64, jsxs as jsxs22 } from "react/jsx-runtime";
5916
5976
 
5917
5977
  // src/list/templates/list-virtualization-angular.tsx
5918
- import { jsx as jsx63 } from "react/jsx-runtime";
5978
+ import { jsx as jsx65 } from "react/jsx-runtime";
5919
5979
 
5920
5980
  // src/list/templates/list-grouping-angular.tsx
5921
- import { jsx as jsx64, jsxs as jsxs23 } from "react/jsx-runtime";
5981
+ import { jsx as jsx66, jsxs as jsxs23 } from "react/jsx-runtime";
5922
5982
 
5923
5983
  // src/list/templates/list-virualization-grouping-angular.tsx
5924
- import { jsx as jsx65, jsxs as jsxs24 } from "react/jsx-runtime";
5984
+ import { jsx as jsx67, jsxs as jsxs24 } from "react/jsx-runtime";
5925
5985
 
5926
5986
  // src/combobox/combobox.spec.tsx
5927
- import { Fragment as Fragment16, jsx as jsx66, jsxs as jsxs25 } from "react/jsx-runtime";
5987
+ import { Fragment as Fragment16, jsx as jsx68, jsxs as jsxs25 } from "react/jsx-runtime";
5928
5988
  var COMBOBOX_CLASSNAME = `k-combobox`;
5929
- var states29 = [
5989
+ var states31 = [
5930
5990
  States.hover,
5931
5991
  States.focus,
5932
5992
  States.valid,
@@ -5936,12 +5996,12 @@ var states29 = [
5936
5996
  States.disabled,
5937
5997
  States.readonly
5938
5998
  ];
5939
- var defaultProps24 = {
5999
+ var defaultProps26 = {
5940
6000
  size: Input.defaultProps.size,
5941
6001
  rounded: Input.defaultProps.rounded,
5942
6002
  fillMode: Input.defaultProps.fillMode
5943
6003
  };
5944
- var options27 = {
6004
+ var options29 = {
5945
6005
  size: [Size.small, Size.medium, Size.large],
5946
6006
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5947
6007
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5987,9 +6047,9 @@ var Combobox = (props) => {
5987
6047
  readonly,
5988
6048
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5989
6049
  children: [
5990
- /* @__PURE__ */ jsx66(InputPrefix, { children: prefix }),
5991
- /* @__PURE__ */ jsx66(InputInnerInput, { placeholder, value }),
5992
- /* @__PURE__ */ jsx66(
6050
+ /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6051
+ /* @__PURE__ */ jsx68(InputInnerInput, { placeholder, value }),
6052
+ /* @__PURE__ */ jsx68(
5993
6053
  InputValidationIcon,
5994
6054
  {
5995
6055
  valid,
@@ -5998,14 +6058,14 @@ var Combobox = (props) => {
5998
6058
  disabled
5999
6059
  }
6000
6060
  ),
6001
- /* @__PURE__ */ jsx66(
6061
+ /* @__PURE__ */ jsx68(
6002
6062
  InputLoadingIcon,
6003
6063
  {
6004
6064
  loading,
6005
6065
  disabled
6006
6066
  }
6007
6067
  ),
6008
- /* @__PURE__ */ jsx66(
6068
+ /* @__PURE__ */ jsx68(
6009
6069
  InputClearValue,
6010
6070
  {
6011
6071
  loading,
@@ -6014,8 +6074,8 @@ var Combobox = (props) => {
6014
6074
  value
6015
6075
  }
6016
6076
  ),
6017
- /* @__PURE__ */ jsx66(InputSuffix, { children: suffix }),
6018
- /* @__PURE__ */ jsx66(
6077
+ /* @__PURE__ */ jsx68(InputSuffix, { children: suffix }),
6078
+ /* @__PURE__ */ jsx68(
6019
6079
  Button,
6020
6080
  {
6021
6081
  className: "k-input-button",
@@ -6028,9 +6088,9 @@ var Combobox = (props) => {
6028
6088
  ]
6029
6089
  }
6030
6090
  ),
6031
- opened && popup && /* @__PURE__ */ jsx66(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6091
+ opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6032
6092
  adaptive && /* @__PURE__ */ jsxs25(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6033
- /* @__PURE__ */ jsx66(
6093
+ /* @__PURE__ */ jsx68(
6034
6094
  ActionSheetHeader,
6035
6095
  {
6036
6096
  actions: ["x"],
@@ -6038,35 +6098,35 @@ var Combobox = (props) => {
6038
6098
  title: "Select Item"
6039
6099
  }
6040
6100
  ),
6041
- /* @__PURE__ */ jsx66("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs25(List, { size: "large", children: [
6042
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" }),
6043
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" }),
6044
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" })
6101
+ /* @__PURE__ */ jsx68("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs25(List, { size: "large", children: [
6102
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6103
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6104
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" })
6045
6105
  ] }) })
6046
6106
  ] })
6047
6107
  ] });
6048
6108
  };
6049
- Combobox.states = states29;
6050
- Combobox.options = options27;
6109
+ Combobox.states = states31;
6110
+ Combobox.options = options29;
6051
6111
  Combobox.className = COMBOBOX_CLASSNAME;
6052
- Combobox.defaultProps = defaultProps24;
6112
+ Combobox.defaultProps = defaultProps26;
6053
6113
 
6054
6114
  // src/combobox/templates/combobox-normal.tsx
6055
- import { jsx as jsx67 } from "react/jsx-runtime";
6115
+ import { jsx as jsx69 } from "react/jsx-runtime";
6056
6116
 
6057
6117
  // src/combobox/templates/combobox-popup.tsx
6058
- import { jsx as jsx68, jsxs as jsxs26 } from "react/jsx-runtime";
6118
+ import { jsx as jsx70, jsxs as jsxs26 } from "react/jsx-runtime";
6059
6119
 
6060
6120
  // src/combobox/templates/combobox-grouping.tsx
6061
- import { jsx as jsx69, jsxs as jsxs27 } from "react/jsx-runtime";
6121
+ import { jsx as jsx71, jsxs as jsxs27 } from "react/jsx-runtime";
6062
6122
 
6063
6123
  // src/combobox/templates/combobox-adaptive.tsx
6064
- import { jsx as jsx70 } from "react/jsx-runtime";
6124
+ import { jsx as jsx72 } from "react/jsx-runtime";
6065
6125
 
6066
6126
  // src/dropdownlist/dropdownlist.spec.tsx
6067
- import { Fragment as Fragment17, jsx as jsx71, jsxs as jsxs28 } from "react/jsx-runtime";
6127
+ import { Fragment as Fragment17, jsx as jsx73, jsxs as jsxs28 } from "react/jsx-runtime";
6068
6128
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6069
- var states30 = [
6129
+ var states32 = [
6070
6130
  States.hover,
6071
6131
  States.focus,
6072
6132
  States.valid,
@@ -6076,12 +6136,12 @@ var states30 = [
6076
6136
  States.loading,
6077
6137
  States.readonly
6078
6138
  ];
6079
- var options28 = {
6139
+ var options30 = {
6080
6140
  size: [Size.small, Size.medium, Size.large],
6081
6141
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6082
6142
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6083
6143
  };
6084
- var defaultProps25 = {
6144
+ var defaultProps27 = {
6085
6145
  showValue: true,
6086
6146
  arrowIconName: "caret-alt-down",
6087
6147
  size: Size.medium,
@@ -6091,7 +6151,7 @@ var defaultProps25 = {
6091
6151
  var DropdownList = (props) => {
6092
6152
  const {
6093
6153
  valueIconName,
6094
- arrowIconName = defaultProps25.arrowIconName,
6154
+ arrowIconName = defaultProps27.arrowIconName,
6095
6155
  prefix,
6096
6156
  suffix,
6097
6157
  value,
@@ -6107,7 +6167,7 @@ var DropdownList = (props) => {
6107
6167
  loading,
6108
6168
  disabled,
6109
6169
  readonly,
6110
- showValue = defaultProps25.showValue,
6170
+ showValue = defaultProps27.showValue,
6111
6171
  popup,
6112
6172
  opened,
6113
6173
  ...other
@@ -6136,8 +6196,8 @@ var DropdownList = (props) => {
6136
6196
  }
6137
6197
  ),
6138
6198
  children: [
6139
- /* @__PURE__ */ jsx71(InputPrefix, { children: prefix }),
6140
- /* @__PURE__ */ jsx71(
6199
+ /* @__PURE__ */ jsx73(InputPrefix, { children: prefix }),
6200
+ /* @__PURE__ */ jsx73(
6141
6201
  InputInnerSpan,
6142
6202
  {
6143
6203
  placeholder,
@@ -6146,7 +6206,7 @@ var DropdownList = (props) => {
6146
6206
  valueIconName
6147
6207
  }
6148
6208
  ),
6149
- /* @__PURE__ */ jsx71(
6209
+ /* @__PURE__ */ jsx73(
6150
6210
  InputValidationIcon,
6151
6211
  {
6152
6212
  valid,
@@ -6155,15 +6215,15 @@ var DropdownList = (props) => {
6155
6215
  disabled
6156
6216
  }
6157
6217
  ),
6158
- /* @__PURE__ */ jsx71(
6218
+ /* @__PURE__ */ jsx73(
6159
6219
  InputLoadingIcon,
6160
6220
  {
6161
6221
  loading,
6162
6222
  disabled
6163
6223
  }
6164
6224
  ),
6165
- /* @__PURE__ */ jsx71(InputSuffix, { children: suffix }),
6166
- /* @__PURE__ */ jsx71(
6225
+ /* @__PURE__ */ jsx73(InputSuffix, { children: suffix }),
6226
+ /* @__PURE__ */ jsx73(
6167
6227
  Button,
6168
6228
  {
6169
6229
  className: "k-input-button",
@@ -6176,40 +6236,40 @@ var DropdownList = (props) => {
6176
6236
  ]
6177
6237
  }
6178
6238
  ),
6179
- opened && popup && /* @__PURE__ */ jsx71(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6239
+ opened && popup && /* @__PURE__ */ jsx73(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6180
6240
  ] });
6181
6241
  };
6182
- DropdownList.states = states30;
6183
- DropdownList.options = options28;
6242
+ DropdownList.states = states32;
6243
+ DropdownList.options = options30;
6184
6244
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6185
- DropdownList.defaultProps = defaultProps25;
6245
+ DropdownList.defaultProps = defaultProps27;
6186
6246
 
6187
6247
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6188
- import { jsx as jsx72 } from "react/jsx-runtime";
6248
+ import { jsx as jsx74 } from "react/jsx-runtime";
6189
6249
 
6190
6250
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6191
- import { jsx as jsx73, jsxs as jsxs29 } from "react/jsx-runtime";
6251
+ import { jsx as jsx75, jsxs as jsxs29 } from "react/jsx-runtime";
6192
6252
 
6193
6253
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6194
- import { Fragment as Fragment18, jsx as jsx74, jsxs as jsxs30 } from "react/jsx-runtime";
6254
+ import { Fragment as Fragment18, jsx as jsx76, jsxs as jsxs30 } from "react/jsx-runtime";
6195
6255
 
6196
6256
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6197
- import { jsx as jsx75, jsxs as jsxs31 } from "react/jsx-runtime";
6257
+ import { jsx as jsx77, jsxs as jsxs31 } from "react/jsx-runtime";
6198
6258
 
6199
6259
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6200
- import { Fragment as Fragment19, jsx as jsx76, jsxs as jsxs32 } from "react/jsx-runtime";
6260
+ import { Fragment as Fragment19, jsx as jsx78, jsxs as jsxs32 } from "react/jsx-runtime";
6201
6261
 
6202
6262
  // src/menu-button/menu-button.spec.tsx
6203
- import { Fragment as Fragment20, jsx as jsx77, jsxs as jsxs33 } from "react/jsx-runtime";
6263
+ import { Fragment as Fragment20, jsx as jsx79, jsxs as jsxs33 } from "react/jsx-runtime";
6204
6264
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6205
- var states31 = [
6265
+ var states33 = [
6206
6266
  States.hover,
6207
6267
  States.focus,
6208
6268
  States.active,
6209
6269
  States.selected,
6210
6270
  States.disabled
6211
6271
  ];
6212
- var options29 = {
6272
+ var options31 = {
6213
6273
  size: [Size.small, Size.medium, Size.large],
6214
6274
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6215
6275
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6227,7 +6287,7 @@ var options29 = {
6227
6287
  ThemeColor.inverse
6228
6288
  ]
6229
6289
  };
6230
- var defaultProps26 = {
6290
+ var defaultProps28 = {
6231
6291
  size: Size.medium,
6232
6292
  rounded: Roundness.medium,
6233
6293
  fillMode: FillMode.solid,
@@ -6237,10 +6297,10 @@ var defaultProps26 = {
6237
6297
  };
6238
6298
  var MenuButton = (props) => {
6239
6299
  const {
6240
- size = defaultProps26.size,
6241
- rounded = defaultProps26.rounded,
6242
- fillMode = defaultProps26.fillMode,
6243
- themeColor = defaultProps26.themeColor,
6300
+ size = defaultProps28.size,
6301
+ rounded = defaultProps28.rounded,
6302
+ fillMode = defaultProps28.fillMode,
6303
+ themeColor = defaultProps28.themeColor,
6244
6304
  hover,
6245
6305
  focus,
6246
6306
  active,
@@ -6248,14 +6308,14 @@ var MenuButton = (props) => {
6248
6308
  disabled,
6249
6309
  icon,
6250
6310
  text,
6251
- showArrow = defaultProps26.showArrow,
6252
- arrowIconName = defaultProps26.arrowIconName,
6311
+ showArrow = defaultProps28.showArrow,
6312
+ arrowIconName = defaultProps28.arrowIconName,
6253
6313
  popup,
6254
6314
  opened,
6255
6315
  ...other
6256
6316
  } = props;
6257
6317
  return /* @__PURE__ */ jsxs33(Fragment20, { children: [
6258
- /* @__PURE__ */ jsx77(
6318
+ /* @__PURE__ */ jsx79(
6259
6319
  Button,
6260
6320
  {
6261
6321
  ...other,
@@ -6278,35 +6338,35 @@ var MenuButton = (props) => {
6278
6338
  arrowIconName
6279
6339
  }
6280
6340
  ),
6281
- opened && popup && /* @__PURE__ */ jsx77(Popup, { className: "k-menu-popup", children: popup })
6341
+ opened && popup && /* @__PURE__ */ jsx79(Popup, { className: "k-menu-popup", children: popup })
6282
6342
  ] });
6283
6343
  };
6284
- MenuButton.states = states31;
6285
- MenuButton.options = options29;
6344
+ MenuButton.states = states33;
6345
+ MenuButton.options = options31;
6286
6346
  MenuButton.className = MENUBUTTON_CLASSNAME;
6287
- MenuButton.defaultProps = defaultProps26;
6347
+ MenuButton.defaultProps = defaultProps28;
6288
6348
 
6289
6349
  // src/menu-button/templates/icon-menu-button.tsx
6290
- import { jsx as jsx78 } from "react/jsx-runtime";
6350
+ import { jsx as jsx80 } from "react/jsx-runtime";
6291
6351
 
6292
6352
  // src/menu-button/templates/icon-text-menu-button.tsx
6293
- import { jsx as jsx79 } from "react/jsx-runtime";
6353
+ import { jsx as jsx81 } from "react/jsx-runtime";
6294
6354
 
6295
6355
  // src/menu-button/templates/text-menu-button.tsx
6296
- import { jsx as jsx80 } from "react/jsx-runtime";
6356
+ import { jsx as jsx82 } from "react/jsx-runtime";
6297
6357
 
6298
6358
  // src/menu/menu-item.spec.tsx
6299
- import { Fragment as Fragment21, jsx as jsx81, jsxs as jsxs34 } from "react/jsx-runtime";
6359
+ import { Fragment as Fragment21, jsx as jsx83, jsxs as jsxs34 } from "react/jsx-runtime";
6300
6360
  var MENUITEM_CLASSNAME = `k-menu-item`;
6301
- var states32 = [
6361
+ var states34 = [
6302
6362
  States.hover,
6303
6363
  States.focus,
6304
6364
  States.active,
6305
6365
  States.selected,
6306
6366
  States.disabled
6307
6367
  ];
6308
- var options30 = {};
6309
- var defaultProps27 = {
6368
+ var options32 = {};
6369
+ var defaultProps29 = {
6310
6370
  dir: "ltr"
6311
6371
  };
6312
6372
  var MenuItem = (props) => {
@@ -6320,11 +6380,11 @@ var MenuItem = (props) => {
6320
6380
  text,
6321
6381
  showArrow,
6322
6382
  arrowIconName,
6323
- dir = defaultProps27.dir,
6383
+ dir = defaultProps29.dir,
6324
6384
  children,
6325
6385
  ...other
6326
6386
  } = props;
6327
- const contentTemplate = /* @__PURE__ */ jsx81(Fragment21, {});
6387
+ const contentTemplate = /* @__PURE__ */ jsx83(Fragment21, {});
6328
6388
  if (children) {
6329
6389
  children.forEach((child) => {
6330
6390
  const component = child.type;
@@ -6366,9 +6426,9 @@ var MenuItem = (props) => {
6366
6426
  })
6367
6427
  ),
6368
6428
  children: [
6369
- icon && /* @__PURE__ */ jsx81(Icon, { className: "k-menu-link-icon", icon }),
6370
- /* @__PURE__ */ jsx81("span", { className: "k-menu-link-text", children: text }),
6371
- showArrow && /* @__PURE__ */ jsx81("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx81(Icon, { icon: expandArrowName }) })
6429
+ icon && /* @__PURE__ */ jsx83(Icon, { className: "k-menu-link-icon", icon }),
6430
+ /* @__PURE__ */ jsx83("span", { className: "k-menu-link-text", children: text }),
6431
+ showArrow && /* @__PURE__ */ jsx83("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx83(Icon, { icon: expandArrowName }) })
6372
6432
  ]
6373
6433
  }
6374
6434
  ),
@@ -6377,24 +6437,24 @@ var MenuItem = (props) => {
6377
6437
  }
6378
6438
  );
6379
6439
  };
6380
- MenuItem.states = states32;
6381
- MenuItem.options = options30;
6440
+ MenuItem.states = states34;
6441
+ MenuItem.options = options32;
6382
6442
  MenuItem.className = MENUITEM_CLASSNAME;
6383
- MenuItem.defaultProps = defaultProps27;
6443
+ MenuItem.defaultProps = defaultProps29;
6384
6444
  var menu_item_spec_default = MenuItem;
6385
6445
 
6386
6446
  // src/menu/menu-separator.spec.tsx
6387
- import { jsx as jsx82 } from "react/jsx-runtime";
6447
+ import { jsx as jsx84 } from "react/jsx-runtime";
6388
6448
  var SEPARATOR_CLASSNAME = `k-separator`;
6389
- var defaultProps28 = {
6449
+ var defaultProps30 = {
6390
6450
  orientation: "horizontal"
6391
6451
  };
6392
6452
  var MenuSeparator = (props) => {
6393
6453
  const {
6394
- orientation = defaultProps28.orientation,
6454
+ orientation = defaultProps30.orientation,
6395
6455
  ...other
6396
6456
  } = props;
6397
- return /* @__PURE__ */ jsx82(
6457
+ return /* @__PURE__ */ jsx84(
6398
6458
  "li",
6399
6459
  {
6400
6460
  ...other,
@@ -6412,25 +6472,25 @@ var MenuSeparator = (props) => {
6412
6472
  var menu_separator_spec_default = MenuSeparator;
6413
6473
 
6414
6474
  // src/menu/menu-item-content.tsx
6415
- import { Fragment as Fragment22, jsx as jsx83 } from "react/jsx-runtime";
6475
+ import { Fragment as Fragment22, jsx as jsx85 } from "react/jsx-runtime";
6416
6476
 
6417
6477
  // src/menu/menu-list.spec.tsx
6418
- import { jsx as jsx84 } from "react/jsx-runtime";
6478
+ import { jsx as jsx86 } from "react/jsx-runtime";
6419
6479
  import { createElement } from "react";
6420
6480
  var MENULIST_CLASSNAME = `k-menu-group`;
6421
- var states33 = [];
6422
- var options31 = {
6481
+ var states35 = [];
6482
+ var options33 = {
6423
6483
  size: [Size.small, Size.medium, Size.large]
6424
6484
  };
6425
- var defaultProps29 = {
6485
+ var defaultProps31 = {
6426
6486
  size: Size.medium,
6427
6487
  dir: "ltr"
6428
6488
  };
6429
6489
  var MenuList = (props) => {
6430
6490
  const {
6431
6491
  children,
6432
- size = defaultProps29.size,
6433
- dir = defaultProps29.dir,
6492
+ size = defaultProps31.size,
6493
+ dir = defaultProps31.dir,
6434
6494
  ...other
6435
6495
  } = props;
6436
6496
  const listChildren = [];
@@ -6443,7 +6503,7 @@ var MenuList = (props) => {
6443
6503
  );
6444
6504
  } else if (child.type === menu_separator_spec_default) {
6445
6505
  listChildren.push(
6446
- /* @__PURE__ */ jsx84(menu_separator_spec_default, {})
6506
+ /* @__PURE__ */ jsx86(menu_separator_spec_default, {})
6447
6507
  );
6448
6508
  } else {
6449
6509
  listChildren.push(child);
@@ -6451,7 +6511,7 @@ var MenuList = (props) => {
6451
6511
  });
6452
6512
  }
6453
6513
  }
6454
- return /* @__PURE__ */ jsx84(
6514
+ return /* @__PURE__ */ jsx86(
6455
6515
  "ul",
6456
6516
  {
6457
6517
  ...other,
@@ -6466,25 +6526,25 @@ var MenuList = (props) => {
6466
6526
  }
6467
6527
  );
6468
6528
  };
6469
- MenuList.states = states33;
6470
- MenuList.options = options31;
6529
+ MenuList.states = states35;
6530
+ MenuList.options = options33;
6471
6531
  MenuList.className = MENULIST_CLASSNAME;
6472
- MenuList.defaultProps = defaultProps29;
6532
+ MenuList.defaultProps = defaultProps31;
6473
6533
 
6474
6534
  // src/menu-button/templates/menu-button-popup.tsx
6475
- import { jsx as jsx85, jsxs as jsxs35 } from "react/jsx-runtime";
6535
+ import { jsx as jsx87, jsxs as jsxs35 } from "react/jsx-runtime";
6476
6536
 
6477
6537
  // src/split-button/split-button.spec.tsx
6478
- import { Fragment as Fragment23, jsx as jsx86, jsxs as jsxs36 } from "react/jsx-runtime";
6538
+ import { Fragment as Fragment23, jsx as jsx88, jsxs as jsxs36 } from "react/jsx-runtime";
6479
6539
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6480
- var states34 = [
6540
+ var states36 = [
6481
6541
  States.hover,
6482
6542
  States.focus,
6483
6543
  States.active,
6484
6544
  States.selected,
6485
6545
  States.disabled
6486
6546
  ];
6487
- var options32 = {
6547
+ var options34 = {
6488
6548
  size: [Size.small, Size.medium, Size.large],
6489
6549
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6490
6550
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6502,7 +6562,7 @@ var options32 = {
6502
6562
  ThemeColor.inverse
6503
6563
  ]
6504
6564
  };
6505
- var defaultProps30 = {
6565
+ var defaultProps32 = {
6506
6566
  size: Size.medium,
6507
6567
  rounded: Roundness.medium,
6508
6568
  fillMode: FillMode.solid,
@@ -6511,10 +6571,10 @@ var defaultProps30 = {
6511
6571
  };
6512
6572
  var SplitButton = (props) => {
6513
6573
  const {
6514
- size = defaultProps30.size,
6515
- rounded = defaultProps30.rounded,
6516
- fillMode = defaultProps30.fillMode,
6517
- themeColor = defaultProps30.themeColor,
6574
+ size = defaultProps32.size,
6575
+ rounded = defaultProps32.rounded,
6576
+ fillMode = defaultProps32.fillMode,
6577
+ themeColor = defaultProps32.themeColor,
6518
6578
  hover,
6519
6579
  focus,
6520
6580
  active,
@@ -6522,7 +6582,7 @@ var SplitButton = (props) => {
6522
6582
  disabled,
6523
6583
  icon,
6524
6584
  text,
6525
- arrowIconName = defaultProps30.arrowIconName,
6585
+ arrowIconName = defaultProps32.arrowIconName,
6526
6586
  popup,
6527
6587
  opened,
6528
6588
  ...other
@@ -6541,7 +6601,7 @@ var SplitButton = (props) => {
6541
6601
  })
6542
6602
  ),
6543
6603
  children: [
6544
- /* @__PURE__ */ jsx86(
6604
+ /* @__PURE__ */ jsx88(
6545
6605
  Button,
6546
6606
  {
6547
6607
  text,
@@ -6558,7 +6618,7 @@ var SplitButton = (props) => {
6558
6618
  children: props.children
6559
6619
  }
6560
6620
  ),
6561
- /* @__PURE__ */ jsx86(
6621
+ /* @__PURE__ */ jsx88(
6562
6622
  Button,
6563
6623
  {
6564
6624
  className: "k-split-button-arrow",
@@ -6572,30 +6632,30 @@ var SplitButton = (props) => {
6572
6632
  ]
6573
6633
  }
6574
6634
  ),
6575
- opened && popup && /* @__PURE__ */ jsx86(Popup, { className: "k-menu-popup", children: popup })
6635
+ opened && popup && /* @__PURE__ */ jsx88(Popup, { className: "k-menu-popup", children: popup })
6576
6636
  ] });
6577
6637
  };
6578
- SplitButton.states = states34;
6579
- SplitButton.options = options32;
6638
+ SplitButton.states = states36;
6639
+ SplitButton.options = options34;
6580
6640
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6581
- SplitButton.defaultProps = defaultProps30;
6641
+ SplitButton.defaultProps = defaultProps32;
6582
6642
  var split_button_spec_default = SplitButton;
6583
6643
 
6584
6644
  // src/toolbar/toolbar.spec.tsx
6585
- import { jsx as jsx87 } from "react/jsx-runtime";
6645
+ import { jsx as jsx89 } from "react/jsx-runtime";
6586
6646
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6587
- var states35 = [
6647
+ var states37 = [
6588
6648
  States.focus
6589
6649
  ];
6590
- var options33 = {
6650
+ var options35 = {
6591
6651
  size: [Size.small, Size.medium, Size.large]
6592
6652
  };
6593
- var defaultProps31 = {
6653
+ var defaultProps33 = {
6594
6654
  size: Size.medium
6595
6655
  };
6596
6656
  var Toolbar = (props) => {
6597
6657
  const {
6598
- size = defaultProps31.size,
6658
+ size = defaultProps33.size,
6599
6659
  focus,
6600
6660
  resizable,
6601
6661
  ...other
@@ -6605,7 +6665,7 @@ var Toolbar = (props) => {
6605
6665
  const tempToolbarChildren = [];
6606
6666
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6607
6667
  tempToolbarChildren.push(
6608
- /* @__PURE__ */ jsx87(
6668
+ /* @__PURE__ */ jsx89(
6609
6669
  Button,
6610
6670
  {
6611
6671
  ...child.props,
@@ -6616,7 +6676,7 @@ var Toolbar = (props) => {
6616
6676
  );
6617
6677
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6618
6678
  tempToolbarChildren.push(
6619
- /* @__PURE__ */ jsx87(
6679
+ /* @__PURE__ */ jsx89(
6620
6680
  Button,
6621
6681
  {
6622
6682
  ...child.props,
@@ -6627,7 +6687,7 @@ var Toolbar = (props) => {
6627
6687
  );
6628
6688
  } else if (child.type === Button) {
6629
6689
  tempToolbarChildren.push(
6630
- /* @__PURE__ */ jsx87(
6690
+ /* @__PURE__ */ jsx89(
6631
6691
  Button,
6632
6692
  {
6633
6693
  ...child.props,
@@ -6638,7 +6698,7 @@ var Toolbar = (props) => {
6638
6698
  );
6639
6699
  } else if (child.type === MenuButton) {
6640
6700
  tempToolbarChildren.push(
6641
- /* @__PURE__ */ jsx87(
6701
+ /* @__PURE__ */ jsx89(
6642
6702
  MenuButton,
6643
6703
  {
6644
6704
  ...child.props,
@@ -6649,7 +6709,7 @@ var Toolbar = (props) => {
6649
6709
  );
6650
6710
  } else if (child.type === split_button_spec_default) {
6651
6711
  tempToolbarChildren.push(
6652
- /* @__PURE__ */ jsx87(
6712
+ /* @__PURE__ */ jsx89(
6653
6713
  split_button_spec_default,
6654
6714
  {
6655
6715
  ...child.props,
@@ -6663,7 +6723,7 @@ var Toolbar = (props) => {
6663
6723
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6664
6724
  childrenArray.forEach((button, bindex) => {
6665
6725
  buttonGroupItems.push(
6666
- /* @__PURE__ */ jsx87(
6726
+ /* @__PURE__ */ jsx89(
6667
6727
  Button,
6668
6728
  {
6669
6729
  ...button.props,
@@ -6674,7 +6734,7 @@ var Toolbar = (props) => {
6674
6734
  );
6675
6735
  });
6676
6736
  tempToolbarChildren.push(
6677
- /* @__PURE__ */ jsx87(
6737
+ /* @__PURE__ */ jsx89(
6678
6738
  ButtonGroup,
6679
6739
  {
6680
6740
  ...child.props,
@@ -6686,7 +6746,7 @@ var Toolbar = (props) => {
6686
6746
  );
6687
6747
  } else if (child.type === Combobox) {
6688
6748
  tempToolbarChildren.push(
6689
- /* @__PURE__ */ jsx87(
6749
+ /* @__PURE__ */ jsx89(
6690
6750
  Combobox,
6691
6751
  {
6692
6752
  ...child.props,
@@ -6697,7 +6757,7 @@ var Toolbar = (props) => {
6697
6757
  );
6698
6758
  } else if (child.type === DropdownList) {
6699
6759
  tempToolbarChildren.push(
6700
- /* @__PURE__ */ jsx87(
6760
+ /* @__PURE__ */ jsx89(
6701
6761
  DropdownList,
6702
6762
  {
6703
6763
  ...child.props,
@@ -6708,7 +6768,7 @@ var Toolbar = (props) => {
6708
6768
  );
6709
6769
  } else if (child.type === ColorPicker) {
6710
6770
  tempToolbarChildren.push(
6711
- /* @__PURE__ */ jsx87(
6771
+ /* @__PURE__ */ jsx89(
6712
6772
  ColorPicker,
6713
6773
  {
6714
6774
  ...child.props,
@@ -6730,7 +6790,7 @@ var Toolbar = (props) => {
6730
6790
  addUniqueToolClass(child, index);
6731
6791
  });
6732
6792
  }
6733
- return /* @__PURE__ */ jsx87(
6793
+ return /* @__PURE__ */ jsx89(
6734
6794
  "div",
6735
6795
  {
6736
6796
  ...other,
@@ -6751,26 +6811,26 @@ var Toolbar = (props) => {
6751
6811
  }
6752
6812
  );
6753
6813
  };
6754
- Toolbar.states = states35;
6755
- Toolbar.options = options33;
6814
+ Toolbar.states = states37;
6815
+ Toolbar.options = options35;
6756
6816
  Toolbar.className = TOOLBAR_CLASSNAME;
6757
- Toolbar.defaultProps = defaultProps31;
6817
+ Toolbar.defaultProps = defaultProps33;
6758
6818
 
6759
6819
  // src/toolbar/toolbar-angular.spec.tsx
6760
- import { jsx as jsx88 } from "react/jsx-runtime";
6820
+ import { jsx as jsx90 } from "react/jsx-runtime";
6761
6821
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6762
- var states36 = [
6822
+ var states38 = [
6763
6823
  States.focus
6764
6824
  ];
6765
- var options34 = {
6825
+ var options36 = {
6766
6826
  size: [Size.small, Size.medium, Size.large]
6767
6827
  };
6768
- var defaultProps32 = {
6828
+ var defaultProps34 = {
6769
6829
  size: Size.medium
6770
6830
  };
6771
6831
  var ToolbarAngular = (props) => {
6772
6832
  const {
6773
- size = defaultProps32.size,
6833
+ size = defaultProps34.size,
6774
6834
  focus,
6775
6835
  resizable,
6776
6836
  ...other
@@ -6780,7 +6840,7 @@ var ToolbarAngular = (props) => {
6780
6840
  const tempToolbarChildren = [];
6781
6841
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6782
6842
  tempToolbarChildren.push(
6783
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6843
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6784
6844
  Button,
6785
6845
  {
6786
6846
  ...child.props,
@@ -6791,7 +6851,7 @@ var ToolbarAngular = (props) => {
6791
6851
  );
6792
6852
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6793
6853
  tempToolbarChildren.push(
6794
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6854
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6795
6855
  Button,
6796
6856
  {
6797
6857
  ...child.props,
@@ -6802,7 +6862,7 @@ var ToolbarAngular = (props) => {
6802
6862
  );
6803
6863
  } else if (child.type === Button) {
6804
6864
  tempToolbarChildren.push(
6805
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6865
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6806
6866
  Button,
6807
6867
  {
6808
6868
  ...child.props,
@@ -6813,7 +6873,7 @@ var ToolbarAngular = (props) => {
6813
6873
  );
6814
6874
  } else if (child.type === MenuButton) {
6815
6875
  tempToolbarChildren.push(
6816
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6876
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6817
6877
  MenuButton,
6818
6878
  {
6819
6879
  ...child.props,
@@ -6824,7 +6884,7 @@ var ToolbarAngular = (props) => {
6824
6884
  );
6825
6885
  } else if (child.type === split_button_spec_default) {
6826
6886
  tempToolbarChildren.push(
6827
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6887
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6828
6888
  split_button_spec_default,
6829
6889
  {
6830
6890
  ...child.props,
@@ -6838,7 +6898,7 @@ var ToolbarAngular = (props) => {
6838
6898
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6839
6899
  childrenArray.forEach((button, bindex) => {
6840
6900
  buttonGroupItems.push(
6841
- /* @__PURE__ */ jsx88(
6901
+ /* @__PURE__ */ jsx90(
6842
6902
  Button,
6843
6903
  {
6844
6904
  ...button.props,
@@ -6849,7 +6909,7 @@ var ToolbarAngular = (props) => {
6849
6909
  );
6850
6910
  });
6851
6911
  tempToolbarChildren.push(
6852
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6912
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6853
6913
  ButtonGroup,
6854
6914
  {
6855
6915
  ...child.props,
@@ -6861,7 +6921,7 @@ var ToolbarAngular = (props) => {
6861
6921
  );
6862
6922
  } else if (child.type === Combobox) {
6863
6923
  tempToolbarChildren.push(
6864
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6924
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6865
6925
  Combobox,
6866
6926
  {
6867
6927
  ...child.props,
@@ -6872,7 +6932,7 @@ var ToolbarAngular = (props) => {
6872
6932
  );
6873
6933
  } else if (child.type === DropdownList) {
6874
6934
  tempToolbarChildren.push(
6875
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6935
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6876
6936
  DropdownList,
6877
6937
  {
6878
6938
  ...child.props,
@@ -6883,7 +6943,7 @@ var ToolbarAngular = (props) => {
6883
6943
  );
6884
6944
  } else if (child.type === ColorPicker) {
6885
6945
  tempToolbarChildren.push(
6886
- /* @__PURE__ */ jsx88("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx88(
6946
+ /* @__PURE__ */ jsx90("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx90(
6887
6947
  ColorPicker,
6888
6948
  {
6889
6949
  ...child.props,
@@ -6905,7 +6965,7 @@ var ToolbarAngular = (props) => {
6905
6965
  addUniqueToolClass(child, index);
6906
6966
  });
6907
6967
  }
6908
- return /* @__PURE__ */ jsx88(
6968
+ return /* @__PURE__ */ jsx90(
6909
6969
  "div",
6910
6970
  {
6911
6971
  ...other,
@@ -6926,28 +6986,28 @@ var ToolbarAngular = (props) => {
6926
6986
  }
6927
6987
  );
6928
6988
  };
6929
- ToolbarAngular.states = states36;
6930
- ToolbarAngular.options = options34;
6989
+ ToolbarAngular.states = states38;
6990
+ ToolbarAngular.options = options36;
6931
6991
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6932
- ToolbarAngular.defaultProps = defaultProps32;
6992
+ ToolbarAngular.defaultProps = defaultProps34;
6933
6993
 
6934
6994
  // src/toolbar/toolbar-separator.tsx
6935
- import { jsx as jsx89 } from "react/jsx-runtime";
6995
+ import { jsx as jsx91 } from "react/jsx-runtime";
6936
6996
 
6937
6997
  // src/toolbar/toolbar-item.spec.tsx
6938
- import { jsx as jsx90 } from "react/jsx-runtime";
6998
+ import { jsx as jsx92 } from "react/jsx-runtime";
6939
6999
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6940
- var states37 = [
7000
+ var states39 = [
6941
7001
  States.focus
6942
7002
  ];
6943
- var options35 = {};
6944
- var defaultProps33 = {};
7003
+ var options37 = {};
7004
+ var defaultProps35 = {};
6945
7005
  var ToolbarItem = (props) => {
6946
7006
  const {
6947
7007
  focus,
6948
7008
  ...other
6949
7009
  } = props;
6950
- return /* @__PURE__ */ jsx90(
7010
+ return /* @__PURE__ */ jsx92(
6951
7011
  "div",
6952
7012
  {
6953
7013
  ...other,
@@ -6962,139 +7022,139 @@ var ToolbarItem = (props) => {
6962
7022
  }
6963
7023
  );
6964
7024
  };
6965
- ToolbarItem.states = states37;
6966
- ToolbarItem.options = options35;
7025
+ ToolbarItem.states = states39;
7026
+ ToolbarItem.options = options37;
6967
7027
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6968
- ToolbarItem.defaultProps = defaultProps33;
7028
+ ToolbarItem.defaultProps = defaultProps35;
6969
7029
 
6970
7030
  // src/pivotgrid/tests/pivotgrid-jquery.tsx
6971
- import { Fragment as Fragment24, jsx as jsx91, jsxs as jsxs37 } from "react/jsx-runtime";
6972
- var pivotgrid_jquery_default = () => /* @__PURE__ */ jsx91(Fragment24, { children: /* @__PURE__ */ jsx91("div", { id: "test-area", children: /* @__PURE__ */ jsx91("div", { className: "hidden-on-narrow k-widget k-pivot", style: { height: "580px" }, children: /* @__PURE__ */ jsx91("table", { className: "k-pivot-layout", children: /* @__PURE__ */ jsx91("tbody", { children: /* @__PURE__ */ jsxs37("tr", { children: [
6973
- /* @__PURE__ */ jsx91("td", { children: /* @__PURE__ */ jsxs37("div", { className: "k-pivot-rowheaders", style: { width: "163px" }, children: [
6974
- /* @__PURE__ */ jsx91(Toolbar, { className: "k-pivot-toolbar k-settings-measures k-pivot-setting", style: { height: "72px" }, children: /* @__PURE__ */ jsx91(
7031
+ import { Fragment as Fragment24, jsx as jsx93, jsxs as jsxs37 } from "react/jsx-runtime";
7032
+ var pivotgrid_jquery_default = () => /* @__PURE__ */ jsx93(Fragment24, { children: /* @__PURE__ */ jsx93("div", { id: "test-area", children: /* @__PURE__ */ jsx93("div", { className: "hidden-on-narrow k-widget k-pivot", style: { height: "580px" }, children: /* @__PURE__ */ jsx93("table", { className: "k-pivot-layout", children: /* @__PURE__ */ jsx93("tbody", { children: /* @__PURE__ */ jsxs37("tr", { children: [
7033
+ /* @__PURE__ */ jsx93("td", { children: /* @__PURE__ */ jsxs37("div", { className: "k-pivot-rowheaders", style: { width: "163px" }, children: [
7034
+ /* @__PURE__ */ jsx93(Toolbar, { className: "k-pivot-toolbar k-settings-measures k-pivot-setting", style: { height: "72px" }, children: /* @__PURE__ */ jsx93(
6975
7035
  Chip,
6976
7036
  {
6977
7037
  text: "[Measures].[Reseller Freight Cost]",
6978
7038
  actions: /* @__PURE__ */ jsxs37(Fragment24, { children: [
6979
- /* @__PURE__ */ jsx91(ChipAction, { type: "more" }),
6980
- /* @__PURE__ */ jsx91(ChipAction, { type: "remove" })
7039
+ /* @__PURE__ */ jsx93(ChipAction, { type: "more" }),
7040
+ /* @__PURE__ */ jsx93(ChipAction, { type: "remove" })
6981
7041
  ] })
6982
7042
  }
6983
7043
  ) }),
6984
- /* @__PURE__ */ jsx91(Toolbar, { className: "k-pivot-toolbar k-settings-rows k-pivot-setting", style: { height: "94px" }, children: /* @__PURE__ */ jsx91(
7044
+ /* @__PURE__ */ jsx93(Toolbar, { className: "k-pivot-toolbar k-settings-rows k-pivot-setting", style: { height: "94px" }, children: /* @__PURE__ */ jsx93(
6985
7045
  Chip,
6986
7046
  {
6987
7047
  text: "[Geography].[City]",
6988
7048
  actions: /* @__PURE__ */ jsxs37(Fragment24, { children: [
6989
- /* @__PURE__ */ jsx91(ChipAction, { type: "more" }),
6990
- /* @__PURE__ */ jsx91(ChipAction, { type: "remove" })
7049
+ /* @__PURE__ */ jsx93(ChipAction, { type: "more" }),
7050
+ /* @__PURE__ */ jsx93(ChipAction, { type: "remove" })
6991
7051
  ] })
6992
7052
  }
6993
7053
  ) }),
6994
- /* @__PURE__ */ jsx91("div", { className: "k-grid k-grid-md k-alt", style: { height: "363px" }, children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md", children: [
6995
- /* @__PURE__ */ jsx91("colgroup", { children: /* @__PURE__ */ jsx91("col", {}) }),
6996
- /* @__PURE__ */ jsx91("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ jsx91("tr", { className: "k-table-row", children: /* @__PURE__ */ jsxs37("td", { className: "k-table-td k-first", children: [
6997
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
6998
- /* @__PURE__ */ jsx91("span", { children: "All Geographies" })
7054
+ /* @__PURE__ */ jsx93("div", { className: "k-grid k-grid-md k-alt", style: { height: "363px" }, children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md", children: [
7055
+ /* @__PURE__ */ jsx93("colgroup", { children: /* @__PURE__ */ jsx93("col", {}) }),
7056
+ /* @__PURE__ */ jsx93("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ jsx93("tr", { className: "k-table-row", children: /* @__PURE__ */ jsxs37("td", { className: "k-table-td k-first", children: [
7057
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7058
+ /* @__PURE__ */ jsx93("span", { children: "All Geographies" })
6999
7059
  ] }) }) })
7000
7060
  ] }) })
7001
7061
  ] }) }),
7002
- /* @__PURE__ */ jsx91("td", { children: /* @__PURE__ */ jsxs37("div", { className: "k-pivot-table", children: [
7062
+ /* @__PURE__ */ jsx93("td", { children: /* @__PURE__ */ jsxs37("div", { className: "k-pivot-table", children: [
7003
7063
  /* @__PURE__ */ jsxs37(Toolbar, { className: "k-pivot-toolbar k-settings-columns k-pivot-setting", style: { height: "72px" }, children: [
7004
- /* @__PURE__ */ jsx91(
7064
+ /* @__PURE__ */ jsx93(
7005
7065
  Chip,
7006
7066
  {
7007
7067
  text: "[Date].[Calendar]",
7008
7068
  actions: /* @__PURE__ */ jsxs37(Fragment24, { children: [
7009
- /* @__PURE__ */ jsx91(ChipAction, { type: "more" }),
7010
- /* @__PURE__ */ jsx91(ChipAction, { type: "remove" })
7069
+ /* @__PURE__ */ jsx93(ChipAction, { type: "more" }),
7070
+ /* @__PURE__ */ jsx93(ChipAction, { type: "remove" })
7011
7071
  ] })
7012
7072
  }
7013
7073
  ),
7014
- /* @__PURE__ */ jsx91(
7074
+ /* @__PURE__ */ jsx93(
7015
7075
  Chip,
7016
7076
  {
7017
7077
  text: "[Product].[Category]",
7018
7078
  actions: /* @__PURE__ */ jsxs37(Fragment24, { children: [
7019
- /* @__PURE__ */ jsx91(ChipAction, { type: "more" }),
7020
- /* @__PURE__ */ jsx91(ChipAction, { type: "remove" })
7079
+ /* @__PURE__ */ jsx93(ChipAction, { type: "more" }),
7080
+ /* @__PURE__ */ jsx93(ChipAction, { type: "remove" })
7021
7081
  ] })
7022
7082
  }
7023
7083
  )
7024
7084
  ] }),
7025
7085
  /* @__PURE__ */ jsxs37("div", { className: "k-grid k-grid-md", children: [
7026
- /* @__PURE__ */ jsx91("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx91("div", { className: "k-grid-header-wrap", style: { height: "110px" }, children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", style: { width: "199%" }, children: [
7086
+ /* @__PURE__ */ jsx93("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx93("div", { className: "k-grid-header-wrap", style: { height: "110px" }, children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", style: { width: "199%" }, children: [
7027
7087
  /* @__PURE__ */ jsxs37("colgroup", { children: [
7028
- /* @__PURE__ */ jsx91("col", {}),
7029
- /* @__PURE__ */ jsx91("col", {}),
7030
- /* @__PURE__ */ jsx91("col", {}),
7031
- /* @__PURE__ */ jsx91("col", {}),
7032
- /* @__PURE__ */ jsx91("col", {})
7088
+ /* @__PURE__ */ jsx93("col", {}),
7089
+ /* @__PURE__ */ jsx93("col", {}),
7090
+ /* @__PURE__ */ jsx93("col", {}),
7091
+ /* @__PURE__ */ jsx93("col", {}),
7092
+ /* @__PURE__ */ jsx93("col", {})
7033
7093
  ] }),
7034
7094
  /* @__PURE__ */ jsxs37("tbody", { className: "k-table-tbody", children: [
7035
7095
  /* @__PURE__ */ jsxs37("tr", { className: "k-table-row", children: [
7036
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", colSpan: 4, children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7037
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-down" }),
7038
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "All Periods" })
7096
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", colSpan: 4, children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7097
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-down" }),
7098
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "All Periods" })
7039
7099
  ] }) }) }),
7040
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header k-alt", colSpan: 1, rowSpan: 2, children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "All Periods" }) }) }) })
7100
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header k-alt", colSpan: 1, rowSpan: 2, children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx93("span", { className: "k-link", children: /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "All Periods" }) }) }) })
7041
7101
  ] }),
7042
7102
  /* @__PURE__ */ jsxs37("tr", { className: "k-table-row", children: [
7043
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7044
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7045
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "CY 2005" })
7103
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7104
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7105
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "CY 2005" })
7046
7106
  ] }) }) }),
7047
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7048
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7049
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "CY 2006" })
7107
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7108
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7109
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "CY 2006" })
7050
7110
  ] }) }) }),
7051
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7052
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7053
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "CY 2007" })
7111
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7112
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7113
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "CY 2007" })
7054
7114
  ] }) }) }),
7055
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7056
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7057
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "CY 2008" })
7115
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7116
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7117
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "CY 2008" })
7058
7118
  ] }) }) })
7059
7119
  ] }),
7060
7120
  /* @__PURE__ */ jsxs37("tr", { className: "k-table-row", children: [
7061
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7062
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7063
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "All Products" })
7121
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7122
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7123
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "All Products" })
7064
7124
  ] }) }) }),
7065
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7066
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7067
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "All Products" })
7125
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7126
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7127
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "All Products" })
7068
7128
  ] }) }) }),
7069
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7070
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7071
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "All Products" })
7129
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7130
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7131
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "All Products" })
7072
7132
  ] }) }) }),
7073
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7074
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7075
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "All Products" })
7133
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7134
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7135
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "All Products" })
7076
7136
  ] }) }) }),
7077
- /* @__PURE__ */ jsx91("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx91("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7078
- /* @__PURE__ */ jsx91(Icon, { icon: "caret-alt-right" }),
7079
- /* @__PURE__ */ jsx91("span", { className: "k-column-title", children: "All Products" })
7137
+ /* @__PURE__ */ jsx93("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx93("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs37("span", { className: "k-link", children: [
7138
+ /* @__PURE__ */ jsx93(Icon, { icon: "caret-alt-right" }),
7139
+ /* @__PURE__ */ jsx93("span", { className: "k-column-title", children: "All Products" })
7080
7140
  ] }) }) })
7081
7141
  ] })
7082
7142
  ] })
7083
7143
  ] }) }) }),
7084
- /* @__PURE__ */ jsx91("div", { className: "k-grid-content", style: { height: "380px" }, children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-table", style: { width: "199%" }, children: [
7144
+ /* @__PURE__ */ jsx93("div", { className: "k-grid-content", style: { height: "380px" }, children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-table", style: { width: "199%" }, children: [
7085
7145
  /* @__PURE__ */ jsxs37("colgroup", { children: [
7086
- /* @__PURE__ */ jsx91("col", {}),
7087
- /* @__PURE__ */ jsx91("col", {}),
7088
- /* @__PURE__ */ jsx91("col", {}),
7089
- /* @__PURE__ */ jsx91("col", {}),
7090
- /* @__PURE__ */ jsx91("col", {})
7146
+ /* @__PURE__ */ jsx93("col", {}),
7147
+ /* @__PURE__ */ jsx93("col", {}),
7148
+ /* @__PURE__ */ jsx93("col", {}),
7149
+ /* @__PURE__ */ jsx93("col", {}),
7150
+ /* @__PURE__ */ jsx93("col", {})
7091
7151
  ] }),
7092
- /* @__PURE__ */ jsx91("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ jsxs37("tr", { className: "k-table-row", children: [
7093
- /* @__PURE__ */ jsx91("td", { className: "k-table-td", children: "$201,635.92" }),
7094
- /* @__PURE__ */ jsx91("td", { className: "k-table-td", children: "$603,610.94" }),
7095
- /* @__PURE__ */ jsx91("td", { className: "k-table-td", children: "$805,067.19" }),
7096
- /* @__PURE__ */ jsx91("td", { className: "k-table-td", children: "$400,951.86" }),
7097
- /* @__PURE__ */ jsx91("td", { className: "k-table-td k-alt", children: "$2,011,265.92" })
7152
+ /* @__PURE__ */ jsx93("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ jsxs37("tr", { className: "k-table-row", children: [
7153
+ /* @__PURE__ */ jsx93("td", { className: "k-table-td", children: "$201,635.92" }),
7154
+ /* @__PURE__ */ jsx93("td", { className: "k-table-td", children: "$603,610.94" }),
7155
+ /* @__PURE__ */ jsx93("td", { className: "k-table-td", children: "$805,067.19" }),
7156
+ /* @__PURE__ */ jsx93("td", { className: "k-table-td", children: "$400,951.86" }),
7157
+ /* @__PURE__ */ jsx93("td", { className: "k-table-td k-alt", children: "$2,011,265.92" })
7098
7158
  ] }) })
7099
7159
  ] }) })
7100
7160
  ] })