@progress/kendo-themes-html 6.7.0-dev.0 → 6.7.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (705) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +100 -88
  2. package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
  3. package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +51 -14
  4. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +56 -44
  5. package/dist/cjs/captcha/captcha.spec.js +55 -25
  6. package/dist/cjs/captcha/tests/captcha-loading.js +59 -29
  7. package/dist/cjs/captcha/tests/captcha.js +59 -29
  8. package/dist/cjs/chat/chat-message-group.js +261 -0
  9. package/dist/cjs/chat/chat-message.js +112 -0
  10. package/dist/cjs/chat/chat-quick-replies.js +71 -0
  11. package/dist/cjs/chat/chat.spec.js +6859 -0
  12. package/dist/cjs/chat/tests/chat-rtl.js +2613 -235
  13. package/dist/cjs/chat/tests/chat-scrollable-deck.js +2802 -206
  14. package/dist/cjs/chat/tests/chat.js +1117 -790
  15. package/dist/cjs/datetime-selector/datetime-selector.spec.js +96 -23
  16. package/dist/cjs/datetime-selector/tests/datetime-selector.js +94 -85
  17. package/dist/cjs/datetimepicker/datetimepicker.spec.js +75 -66
  18. package/dist/cjs/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
  19. package/dist/cjs/datetimepicker/templates/datetimepicker-normal.js +77 -68
  20. package/dist/cjs/datetimepicker/templates/datetimepicker-popup.js +77 -68
  21. package/dist/cjs/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
  22. package/dist/cjs/datetimepicker/tests/datetimepicker-flat.js +92 -83
  23. package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +89 -80
  24. package/dist/cjs/datetimepicker/tests/datetimepicker-outline.js +92 -83
  25. package/dist/cjs/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
  26. package/dist/cjs/datetimepicker/tests/datetimepicker-solid.js +92 -83
  27. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +63 -51
  28. package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
  29. package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
  30. package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
  31. package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
  32. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
  33. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
  34. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
  35. package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
  36. package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
  37. package/dist/cjs/dropdowntree/dropdowntree.spec.js +35 -23
  38. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
  39. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +37 -25
  40. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +47 -35
  41. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
  42. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +52 -40
  43. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +57 -45
  44. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +52 -40
  45. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
  46. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +52 -40
  47. package/dist/cjs/editor/editor-toolbar.js +48 -43
  48. package/dist/cjs/editor/tests/editor-find-replace.js +48 -43
  49. package/dist/cjs/editor/tests/editor-table-wizard.js +129 -127
  50. package/dist/cjs/editor/tests/editor-view-source.js +14 -12
  51. package/dist/cjs/editor/tests/editor.js +48 -43
  52. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +84 -67
  53. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +84 -67
  54. package/dist/cjs/filemanager/tests/filemanager-gridview.js +149 -132
  55. package/dist/cjs/filemanager/tests/filemanager-listview.js +103 -86
  56. package/dist/cjs/filemanager/tests/filemanager-preview.js +202 -185
  57. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +605 -580
  58. package/dist/cjs/filter/tests/filter.js +48 -43
  59. package/dist/cjs/floating-label/tests/floating-label-flat.js +43 -41
  60. package/dist/cjs/floating-label/tests/floating-label-outline.js +43 -41
  61. package/dist/cjs/floating-label/tests/floating-label.js +43 -41
  62. package/dist/cjs/form/tests/form-field-dateinputs.js +111 -102
  63. package/dist/cjs/form/tests/form-field-dropdowns.js +82 -47
  64. package/dist/cjs/form/tests/form-field-fieldset.js +68 -66
  65. package/dist/cjs/form/tests/form-field-inputs-rtl.js +239 -222
  66. package/dist/cjs/form/tests/form-field-inputs.js +240 -223
  67. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +204 -195
  68. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +288 -286
  69. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +48 -43
  70. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +48 -43
  71. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +48 -43
  72. package/dist/cjs/gantt/tests/gantt-react.js +48 -43
  73. package/dist/cjs/gantt/tests/gantt-row-reordering.js +48 -43
  74. package/dist/cjs/gantt/tests/gantt.js +48 -43
  75. package/dist/cjs/grid/tests/grid-adaptive-column-menu.js +58 -50
  76. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +28 -19
  77. package/dist/cjs/grid/tests/grid-adaptive-filter.js +37 -28
  78. package/dist/cjs/grid/tests/grid-adaptive-pager.js +149 -92
  79. package/dist/cjs/grid/tests/grid-adaptive-search.js +48 -43
  80. package/dist/cjs/grid/tests/grid-angular.js +180 -87
  81. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +580 -506
  82. package/dist/cjs/grid/tests/grid-column-reordering.js +585 -511
  83. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +728 -547
  84. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +275 -223
  85. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +48 -43
  86. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +48 -43
  87. package/dist/cjs/grid/tests/grid-editing.js +48 -43
  88. package/dist/cjs/grid/tests/grid-filter-row-angular.js +48 -43
  89. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +48 -43
  90. package/dist/cjs/grid/tests/grid-filter-row.js +160 -151
  91. package/dist/cjs/grid/tests/grid-grouping-actions.js +546 -472
  92. package/dist/cjs/grid/tests/grid-grouping.js +48 -43
  93. package/dist/cjs/grid/tests/grid-pager.js +235 -178
  94. package/dist/cjs/grid/tests/grid-row-reordering.js +538 -464
  95. package/dist/cjs/grid/tests/grid-rows-resizing.js +48 -43
  96. package/dist/cjs/grid/tests/grid-rtl-angular.js +181 -88
  97. package/dist/cjs/grid/tests/grid-rtl.js +181 -88
  98. package/dist/cjs/grid/tests/grid-selection-aggregates.js +183 -90
  99. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +670 -628
  100. package/dist/cjs/grid/tests/grid-size-sm.js +670 -628
  101. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +295 -238
  102. package/dist/cjs/grid/tests/grid-toolbar.js +48 -43
  103. package/dist/cjs/grid/tests/grid-virtualization.js +452 -407
  104. package/dist/cjs/grid/tests/grid.js +181 -88
  105. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +48 -43
  106. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +48 -43
  107. package/dist/cjs/imageeditor/tests/imageeditor.js +48 -43
  108. package/dist/cjs/index.js +3301 -2760
  109. package/dist/cjs/listgroup/listgroup-item.spec.js +78 -0
  110. package/dist/cjs/listgroup/listgroup.spec.js +125 -0
  111. package/dist/cjs/listgroup/templates/listgroup-normal.js +136 -0
  112. package/dist/cjs/listgroup/tests/listgroup.js +145 -40
  113. package/dist/cjs/listview/listview.spec.js +162 -105
  114. package/dist/cjs/listview/tests/listview-layout.js +209 -152
  115. package/dist/cjs/listview/tests/listview-loading.js +180 -123
  116. package/dist/cjs/listview/tests/listview.js +195 -138
  117. package/dist/cjs/mediaplayer/tests/mediaplayer.js +48 -43
  118. package/dist/cjs/multiselect/multiselect.spec.js +737 -19
  119. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +5802 -0
  120. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +5796 -0
  121. package/dist/cjs/multiselect/templates/multiselect-grouping.js +5814 -0
  122. package/dist/cjs/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1260 -614
  123. package/dist/cjs/multiselect/templates/multiselect-popup.js +5808 -0
  124. package/dist/cjs/multiselect/templates/multiselect-value.js +5834 -0
  125. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +5842 -0
  126. package/dist/cjs/multiselect/tests/multiselect-flat.js +799 -148
  127. package/dist/cjs/multiselect/tests/multiselect-grouping.js +5850 -0
  128. package/dist/cjs/multiselect/tests/multiselect-opened.js +1175 -895
  129. package/dist/cjs/multiselect/tests/multiselect-outline.js +799 -148
  130. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +5870 -0
  131. package/dist/cjs/multiselect/tests/{multiselect.js → multiselect-solid.js} +805 -142
  132. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +54 -42
  133. package/dist/cjs/pager/index.js +143 -86
  134. package/dist/cjs/pager/pager.spec.js +143 -86
  135. package/dist/cjs/pager/tests/{pager-responsive.js → pager-adaptive.js} +169 -113
  136. package/dist/cjs/pager/tests/pager-sizes.js +163 -106
  137. package/dist/cjs/pager/tests/pager.js +153 -96
  138. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +204 -142
  139. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +214 -152
  140. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +293 -124
  141. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +204 -142
  142. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
  143. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
  144. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +48 -43
  145. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
  146. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
  147. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
  148. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
  149. package/dist/cjs/pivotgrid/tests/pivotgrid.js +337 -325
  150. package/dist/cjs/radio/templates/radio-inside-label.js +165 -0
  151. package/dist/cjs/radio/templates/radio-label.js +165 -0
  152. package/dist/cjs/radio/templates/radio-normal.js +162 -0
  153. package/dist/cjs/radio/tests/radio-size.js +23 -74
  154. package/dist/cjs/radio/tests/radio.js +44 -136
  155. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +48 -43
  156. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +48 -43
  157. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +48 -43
  158. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +48 -43
  159. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +48 -43
  160. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +48 -43
  161. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +48 -43
  162. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +48 -43
  163. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +48 -43
  164. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +48 -43
  165. package/dist/cjs/scheduler/tests/scheduler-angular.js +48 -43
  166. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +513 -458
  167. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +527 -472
  168. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +48 -43
  169. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +48 -43
  170. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +48 -43
  171. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +48 -43
  172. package/dist/cjs/scheduler/tests/scheduler-react-day.js +48 -43
  173. package/dist/cjs/scheduler/tests/scheduler-react-month.js +48 -43
  174. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +48 -43
  175. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +48 -43
  176. package/dist/cjs/scheduler/tests/scheduler-react-week.js +48 -43
  177. package/dist/cjs/scheduler/tests/scheduler-year.js +48 -43
  178. package/dist/cjs/scheduler/tests/scheduler.js +48 -43
  179. package/dist/cjs/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +98 -84
  180. package/dist/cjs/scrollview/tests/scrollview.js +108 -89
  181. package/dist/cjs/skeleton/index.js +68 -0
  182. package/dist/cjs/skeleton/skeleton.spec.js +70 -0
  183. package/dist/cjs/skeleton/tests/skeleton.js +58 -13
  184. package/dist/cjs/split-button/split-button.spec.js +124 -55
  185. package/dist/cjs/split-button/{tests/split-button.js → templates/icon-split-button.js} +132 -100
  186. package/dist/cjs/split-button/templates/icon-text-split-button.js +4553 -0
  187. package/dist/cjs/split-button/{tests/split-button-size.js → templates/split-button-popup.js} +306 -147
  188. package/dist/cjs/split-button/templates/text-split-button.js +4553 -0
  189. package/dist/cjs/split-button/tests/split-button-flat.js +4763 -0
  190. package/dist/cjs/split-button/tests/split-button-opened.js +4770 -0
  191. package/dist/cjs/split-button/tests/split-button-outline.js +4763 -0
  192. package/dist/cjs/split-button/tests/split-button-size-rounded.js +4770 -0
  193. package/dist/cjs/split-button/tests/split-button-solid.js +4763 -0
  194. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
  195. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +216 -205
  196. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
  197. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +48 -43
  198. package/dist/cjs/spreadsheet/tests/spreadsheet.js +48 -43
  199. package/dist/cjs/switch/switch.spec.js +17 -9
  200. package/dist/cjs/switch/templates/switch-checked.js +203 -0
  201. package/dist/cjs/switch/templates/switch-normal.js +203 -0
  202. package/dist/cjs/switch/tests/switch-size-rounded.js +51 -53
  203. package/dist/cjs/switch/tests/switch.js +49 -37
  204. package/dist/cjs/table/table-header.js +15 -3
  205. package/dist/cjs/table/templates/data-table-normal.js +489 -0
  206. package/dist/cjs/table/templates/table-list-virtualization.js +489 -0
  207. package/dist/cjs/table/templates/table-list.js +519 -0
  208. package/dist/cjs/table/templates/table-native.js +452 -0
  209. package/dist/cjs/table/tests/table-data-sizes.js +76 -175
  210. package/dist/cjs/table/tests/table-list-jquery.js +151 -139
  211. package/dist/cjs/table/tests/table-list-sizes.js +69 -154
  212. package/dist/cjs/table/tests/table-list-virtual.js +89 -76
  213. package/dist/cjs/table/tests/table-native-sizes.js +69 -144
  214. package/dist/cjs/table/tests/table-native-states.js +145 -58
  215. package/dist/cjs/taskboard/tests/taskboard-card.js +48 -43
  216. package/dist/cjs/taskboard/tests/taskboard-pane.js +48 -43
  217. package/dist/cjs/taskboard/tests/taskboard-rtl.js +48 -43
  218. package/dist/cjs/taskboard/tests/taskboard.js +48 -43
  219. package/dist/cjs/textarea/templates/textarea-normal.js +4621 -0
  220. package/dist/cjs/textarea/tests/textarea-flat.js +25 -27
  221. package/dist/cjs/textarea/tests/textarea-outline.js +25 -27
  222. package/dist/cjs/textarea/tests/textarea-size-rounded.js +4642 -0
  223. package/dist/cjs/textarea/tests/{textarea.js → textarea-solid.js} +30 -32
  224. package/dist/cjs/textarea/textarea.spec.js +4 -5
  225. package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +190 -107
  226. package/dist/cjs/tilelayout/tests/tilelayout.js +231 -134
  227. package/dist/cjs/tilelayout/tilelayout-item-hint.spec.js +40 -0
  228. package/dist/cjs/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +61 -27
  229. package/dist/cjs/tilelayout/tilelayout.spec.js +72 -0
  230. package/dist/cjs/time-selector/templates/time-selector-all.js +4653 -0
  231. package/dist/cjs/time-selector/templates/time-selector-hour.js +4653 -0
  232. package/dist/cjs/time-selector/templates/time-selector-minute.js +4653 -0
  233. package/dist/cjs/time-selector/tests/time-selector.js +196 -165
  234. package/dist/cjs/time-selector/time-selector.spec.js +87 -14
  235. package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
  236. package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +46 -37
  237. package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +24 -15
  238. package/dist/cjs/timepicker/templates/timepicker-adaptive.js +67 -58
  239. package/dist/cjs/timepicker/templates/timepicker-normal.js +67 -58
  240. package/dist/cjs/timepicker/templates/timepicker-popup.js +67 -58
  241. package/dist/cjs/timepicker/tests/timepicker-adaptive.js +77 -68
  242. package/dist/cjs/timepicker/tests/timepicker-flat.js +82 -73
  243. package/dist/cjs/timepicker/tests/timepicker-opened.js +77 -68
  244. package/dist/cjs/timepicker/tests/timepicker-outline.js +82 -73
  245. package/dist/cjs/timepicker/tests/timepicker-solid.js +82 -73
  246. package/dist/cjs/timepicker/timepicker.spec.js +65 -56
  247. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +48 -43
  248. package/dist/cjs/toolbar/tests/toolbar-angular.js +442 -425
  249. package/dist/cjs/toolbar/tests/toolbar-components.js +444 -427
  250. package/dist/cjs/toolbar/tests/toolbar-sizes.js +308 -295
  251. package/dist/cjs/toolbar/tests/toolbar.js +529 -504
  252. package/dist/cjs/toolbar/toolbar-angular.spec.js +48 -43
  253. package/dist/cjs/toolbar/toolbar.spec.js +48 -43
  254. package/dist/cjs/treeview/templates/treeview-checkboxes.js +4595 -0
  255. package/dist/cjs/treeview/templates/treeview-hierarchy.js +4595 -0
  256. package/dist/cjs/treeview/templates/treeview-icons.js +4595 -0
  257. package/dist/cjs/treeview/templates/treeview-normal.js +4586 -0
  258. package/dist/cjs/treeview/tests/treeview-size.js +38 -38
  259. package/dist/cjs/treeview/tests/treeview.js +117 -112
  260. package/dist/cjs/treeview/treeview.spec.js +17 -5
  261. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +100 -88
  262. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
  263. package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +51 -14
  264. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +56 -44
  265. package/dist/esm/captcha/captcha.spec.js +50 -20
  266. package/dist/esm/captcha/tests/captcha-loading.js +54 -24
  267. package/dist/esm/captcha/tests/captcha.js +54 -24
  268. package/dist/esm/chat/chat-message-group.js +239 -0
  269. package/dist/esm/chat/chat-message.js +90 -0
  270. package/dist/esm/chat/chat-quick-replies.js +49 -0
  271. package/dist/esm/chat/chat.spec.js +6843 -0
  272. package/dist/esm/chat/tests/chat-rtl.js +2624 -246
  273. package/dist/esm/chat/tests/chat-scrollable-deck.js +2799 -203
  274. package/dist/esm/chat/tests/chat.js +1113 -786
  275. package/dist/esm/datetime-selector/datetime-selector.spec.js +96 -23
  276. package/dist/esm/datetime-selector/tests/datetime-selector.js +95 -86
  277. package/dist/esm/datetimepicker/datetimepicker.spec.js +75 -66
  278. package/dist/esm/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
  279. package/dist/esm/datetimepicker/templates/datetimepicker-normal.js +77 -68
  280. package/dist/esm/datetimepicker/templates/datetimepicker-popup.js +77 -68
  281. package/dist/esm/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
  282. package/dist/esm/datetimepicker/tests/datetimepicker-flat.js +92 -83
  283. package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +89 -80
  284. package/dist/esm/datetimepicker/tests/datetimepicker-outline.js +92 -83
  285. package/dist/esm/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
  286. package/dist/esm/datetimepicker/tests/datetimepicker-solid.js +92 -83
  287. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +63 -51
  288. package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
  289. package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
  290. package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
  291. package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
  292. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
  293. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
  294. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
  295. package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
  296. package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
  297. package/dist/esm/dropdowntree/dropdowntree.spec.js +35 -23
  298. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
  299. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +37 -25
  300. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +47 -35
  301. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
  302. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +52 -40
  303. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +57 -45
  304. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +52 -40
  305. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
  306. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +52 -40
  307. package/dist/esm/editor/editor-toolbar.js +49 -44
  308. package/dist/esm/editor/tests/editor-find-replace.js +57 -52
  309. package/dist/esm/editor/tests/editor-table-wizard.js +118 -116
  310. package/dist/esm/editor/tests/editor-view-source.js +13 -11
  311. package/dist/esm/editor/tests/editor.js +51 -46
  312. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +87 -70
  313. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +87 -70
  314. package/dist/esm/filemanager/tests/filemanager-gridview.js +152 -135
  315. package/dist/esm/filemanager/tests/filemanager-listview.js +106 -89
  316. package/dist/esm/filemanager/tests/filemanager-preview.js +205 -188
  317. package/dist/esm/filemanager/tests/filemanager-toolbar.js +651 -626
  318. package/dist/esm/filter/tests/filter.js +53 -48
  319. package/dist/esm/floating-label/tests/floating-label-flat.js +41 -39
  320. package/dist/esm/floating-label/tests/floating-label-outline.js +41 -39
  321. package/dist/esm/floating-label/tests/floating-label.js +41 -39
  322. package/dist/esm/form/tests/form-field-dateinputs.js +111 -102
  323. package/dist/esm/form/tests/form-field-dropdowns.js +82 -47
  324. package/dist/esm/form/tests/form-field-fieldset.js +54 -52
  325. package/dist/esm/form/tests/form-field-inputs-rtl.js +239 -222
  326. package/dist/esm/form/tests/form-field-inputs.js +240 -223
  327. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +204 -195
  328. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +241 -239
  329. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -47
  330. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +52 -47
  331. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -47
  332. package/dist/esm/gantt/tests/gantt-react.js +51 -46
  333. package/dist/esm/gantt/tests/gantt-row-reordering.js +51 -46
  334. package/dist/esm/gantt/tests/gantt.js +51 -46
  335. package/dist/esm/grid/tests/grid-adaptive-column-menu.js +55 -47
  336. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +28 -19
  337. package/dist/esm/grid/tests/grid-adaptive-filter.js +37 -28
  338. package/dist/esm/grid/tests/grid-adaptive-pager.js +150 -93
  339. package/dist/esm/grid/tests/grid-adaptive-search.js +51 -46
  340. package/dist/esm/grid/tests/grid-angular.js +234 -141
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +582 -508
  342. package/dist/esm/grid/tests/grid-column-reordering.js +587 -513
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +730 -549
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +275 -223
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +51 -46
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +51 -46
  347. package/dist/esm/grid/tests/grid-editing.js +51 -46
  348. package/dist/esm/grid/tests/grid-filter-row-angular.js +51 -46
  349. package/dist/esm/grid/tests/grid-filter-row-blazor.js +51 -46
  350. package/dist/esm/grid/tests/grid-filter-row.js +160 -151
  351. package/dist/esm/grid/tests/grid-grouping-actions.js +548 -474
  352. package/dist/esm/grid/tests/grid-grouping.js +51 -46
  353. package/dist/esm/grid/tests/grid-pager.js +236 -179
  354. package/dist/esm/grid/tests/grid-row-reordering.js +540 -466
  355. package/dist/esm/grid/tests/grid-rows-resizing.js +51 -46
  356. package/dist/esm/grid/tests/grid-rtl-angular.js +216 -123
  357. package/dist/esm/grid/tests/grid-rtl.js +212 -119
  358. package/dist/esm/grid/tests/grid-selection-aggregates.js +222 -129
  359. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +615 -573
  360. package/dist/esm/grid/tests/grid-size-sm.js +615 -573
  361. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +296 -239
  362. package/dist/esm/grid/tests/grid-toolbar.js +51 -46
  363. package/dist/esm/grid/tests/grid-virtualization.js +399 -356
  364. package/dist/esm/grid/tests/grid.js +221 -128
  365. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +56 -51
  366. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +56 -51
  367. package/dist/esm/imageeditor/tests/imageeditor.js +51 -46
  368. package/dist/esm/index.js +3301 -2760
  369. package/dist/esm/listgroup/listgroup-item.spec.js +56 -0
  370. package/dist/esm/listgroup/listgroup.spec.js +103 -0
  371. package/dist/esm/listgroup/templates/listgroup-normal.js +114 -0
  372. package/dist/esm/listgroup/tests/listgroup.js +145 -40
  373. package/dist/esm/listview/listview.spec.js +163 -106
  374. package/dist/esm/listview/tests/listview-layout.js +210 -153
  375. package/dist/esm/listview/tests/listview-loading.js +181 -124
  376. package/dist/esm/listview/tests/listview.js +196 -139
  377. package/dist/esm/mediaplayer/tests/mediaplayer.js +51 -46
  378. package/dist/esm/multiselect/multiselect.spec.js +737 -19
  379. package/dist/esm/multiselect/templates/multiselect-adaptive.js +5786 -0
  380. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +5780 -0
  381. package/dist/esm/multiselect/templates/multiselect-grouping.js +5798 -0
  382. package/dist/esm/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1223 -577
  383. package/dist/esm/multiselect/templates/multiselect-popup.js +5792 -0
  384. package/dist/esm/multiselect/templates/multiselect-value.js +5818 -0
  385. package/dist/esm/multiselect/tests/multiselect-adaptive.js +5826 -0
  386. package/dist/esm/multiselect/tests/multiselect-flat.js +799 -148
  387. package/dist/esm/multiselect/tests/multiselect-grouping.js +5834 -0
  388. package/dist/esm/multiselect/tests/multiselect-opened.js +1161 -881
  389. package/dist/esm/multiselect/tests/multiselect-outline.js +799 -148
  390. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +5854 -0
  391. package/dist/esm/multiselect/tests/{multiselect.js → multiselect-solid.js} +801 -138
  392. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +54 -42
  393. package/dist/esm/pager/index.js +144 -87
  394. package/dist/esm/pager/pager.spec.js +144 -87
  395. package/dist/esm/pager/tests/{pager-responsive.js → pager-adaptive.js} +166 -110
  396. package/dist/esm/pager/tests/pager-sizes.js +164 -107
  397. package/dist/esm/pager/tests/pager.js +154 -97
  398. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +206 -144
  399. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +216 -154
  400. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +294 -125
  401. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +206 -144
  402. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
  403. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
  404. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +55 -50
  405. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
  406. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
  407. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
  408. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
  409. package/dist/esm/pivotgrid/tests/pivotgrid.js +337 -325
  410. package/dist/esm/radio/templates/radio-inside-label.js +143 -0
  411. package/dist/esm/radio/templates/radio-label.js +143 -0
  412. package/dist/esm/radio/templates/radio-normal.js +140 -0
  413. package/dist/esm/radio/tests/radio-size.js +23 -74
  414. package/dist/esm/radio/tests/radio.js +44 -136
  415. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +51 -46
  416. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +51 -46
  417. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +51 -46
  418. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +51 -46
  419. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +51 -46
  420. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +51 -46
  421. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +51 -46
  422. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +51 -46
  423. package/dist/esm/scheduler/tests/scheduler-angular-month.js +51 -46
  424. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +51 -46
  425. package/dist/esm/scheduler/tests/scheduler-angular.js +51 -46
  426. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +480 -425
  427. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +494 -439
  428. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +51 -46
  429. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +51 -46
  430. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +51 -46
  431. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +51 -46
  432. package/dist/esm/scheduler/tests/scheduler-react-day.js +51 -46
  433. package/dist/esm/scheduler/tests/scheduler-react-month.js +51 -46
  434. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +51 -46
  435. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +51 -46
  436. package/dist/esm/scheduler/tests/scheduler-react-week.js +51 -46
  437. package/dist/esm/scheduler/tests/scheduler-year.js +51 -46
  438. package/dist/esm/scheduler/tests/scheduler.js +51 -46
  439. package/dist/esm/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +94 -80
  440. package/dist/esm/scrollview/tests/scrollview.js +108 -89
  441. package/dist/esm/skeleton/index.js +46 -0
  442. package/dist/esm/skeleton/skeleton.spec.js +48 -0
  443. package/dist/esm/skeleton/tests/skeleton.js +54 -11
  444. package/dist/esm/split-button/split-button.spec.js +124 -55
  445. package/dist/esm/split-button/{tests/split-button.js → templates/icon-split-button.js} +128 -96
  446. package/dist/esm/split-button/{tests/split-button-size.js → templates/icon-text-split-button.js} +128 -157
  447. package/dist/esm/split-button/templates/split-button-popup.js +4725 -0
  448. package/dist/esm/{scrollview/tests/scrollview-blazor.js → split-button/templates/text-split-button.js} +327 -91
  449. package/dist/esm/split-button/tests/split-button-flat.js +4747 -0
  450. package/dist/esm/split-button/tests/split-button-opened.js +4754 -0
  451. package/dist/esm/split-button/tests/split-button-outline.js +4747 -0
  452. package/dist/esm/split-button/tests/split-button-size-rounded.js +4754 -0
  453. package/dist/esm/split-button/tests/split-button-solid.js +4747 -0
  454. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
  455. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +211 -200
  456. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
  457. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +51 -46
  458. package/dist/esm/spreadsheet/tests/spreadsheet.js +51 -46
  459. package/dist/esm/switch/switch.spec.js +17 -9
  460. package/dist/esm/switch/templates/switch-checked.js +181 -0
  461. package/dist/esm/switch/templates/switch-normal.js +181 -0
  462. package/dist/esm/switch/tests/switch-size-rounded.js +49 -51
  463. package/dist/esm/switch/tests/switch.js +48 -36
  464. package/dist/esm/table/table-header.js +15 -3
  465. package/dist/esm/table/templates/data-table-normal.js +467 -0
  466. package/dist/esm/table/templates/table-list-virtualization.js +467 -0
  467. package/dist/esm/table/templates/table-list.js +497 -0
  468. package/dist/esm/table/templates/table-native.js +430 -0
  469. package/dist/esm/table/tests/table-data-sizes.js +76 -175
  470. package/dist/esm/table/tests/table-list-jquery.js +151 -139
  471. package/dist/esm/table/tests/table-list-sizes.js +69 -154
  472. package/dist/esm/table/tests/table-list-virtual.js +89 -76
  473. package/dist/esm/table/tests/table-native-sizes.js +70 -145
  474. package/dist/esm/table/tests/table-native-states.js +145 -58
  475. package/dist/esm/taskboard/tests/taskboard-card.js +51 -46
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +55 -50
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +51 -46
  478. package/dist/esm/taskboard/tests/taskboard.js +51 -46
  479. package/dist/esm/textarea/templates/textarea-normal.js +4605 -0
  480. package/dist/esm/textarea/tests/textarea-flat.js +23 -25
  481. package/dist/esm/textarea/tests/textarea-outline.js +23 -25
  482. package/dist/esm/textarea/tests/textarea-size-rounded.js +4626 -0
  483. package/dist/esm/textarea/tests/{textarea.js → textarea-solid.js} +26 -28
  484. package/dist/esm/textarea/textarea.spec.js +4 -5
  485. package/dist/esm/tilelayout/tests/tilelayout-resizing.js +175 -102
  486. package/dist/esm/tilelayout/tests/tilelayout.js +216 -129
  487. package/dist/esm/tilelayout/tilelayout-item-hint.spec.js +20 -0
  488. package/dist/esm/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +50 -24
  489. package/dist/esm/tilelayout/tilelayout.spec.js +50 -0
  490. package/dist/esm/time-selector/templates/time-selector-all.js +4637 -0
  491. package/dist/esm/time-selector/templates/time-selector-hour.js +4637 -0
  492. package/dist/esm/time-selector/templates/time-selector-minute.js +4637 -0
  493. package/dist/esm/time-selector/tests/time-selector.js +197 -166
  494. package/dist/esm/time-selector/time-selector.spec.js +87 -14
  495. package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
  496. package/dist/esm/timedurationpicker/tests/timedurationpicker.js +46 -37
  497. package/dist/esm/timedurationpicker/timedurationpicker.spec.js +24 -15
  498. package/dist/esm/timepicker/templates/timepicker-adaptive.js +67 -58
  499. package/dist/esm/timepicker/templates/timepicker-normal.js +67 -58
  500. package/dist/esm/timepicker/templates/timepicker-popup.js +67 -58
  501. package/dist/esm/timepicker/tests/timepicker-adaptive.js +77 -68
  502. package/dist/esm/timepicker/tests/timepicker-flat.js +82 -73
  503. package/dist/esm/timepicker/tests/timepicker-opened.js +77 -68
  504. package/dist/esm/timepicker/tests/timepicker-outline.js +82 -73
  505. package/dist/esm/timepicker/tests/timepicker-solid.js +82 -73
  506. package/dist/esm/timepicker/timepicker.spec.js +65 -56
  507. package/dist/esm/toolbar/tests/toolbar-adaptive.js +51 -46
  508. package/dist/esm/toolbar/tests/toolbar-angular.js +442 -425
  509. package/dist/esm/toolbar/tests/toolbar-components.js +444 -427
  510. package/dist/esm/toolbar/tests/toolbar-sizes.js +283 -270
  511. package/dist/esm/toolbar/tests/toolbar.js +529 -504
  512. package/dist/esm/toolbar/toolbar-angular.spec.js +49 -44
  513. package/dist/esm/toolbar/toolbar.spec.js +49 -44
  514. package/dist/esm/treeview/templates/treeview-checkboxes.js +4579 -0
  515. package/dist/esm/treeview/templates/treeview-hierarchy.js +4579 -0
  516. package/dist/esm/treeview/templates/treeview-icons.js +4579 -0
  517. package/dist/esm/treeview/templates/treeview-normal.js +4570 -0
  518. package/dist/esm/treeview/tests/treeview-size.js +38 -38
  519. package/dist/esm/treeview/tests/treeview.js +117 -112
  520. package/dist/esm/treeview/treeview.spec.js +17 -5
  521. package/dist/types/chat/chat-message-group.d.ts +22 -0
  522. package/dist/types/chat/chat-message.d.ts +22 -0
  523. package/dist/types/chat/chat-quick-replies.d.ts +13 -0
  524. package/dist/types/chat/chat.spec.d.ts +18 -0
  525. package/dist/types/chat/index.d.ts +4 -0
  526. package/dist/types/listgroup/index.d.ts +3 -0
  527. package/dist/types/listgroup/listgroup-item.spec.d.ts +25 -0
  528. package/dist/types/listgroup/listgroup.spec.d.ts +16 -0
  529. package/dist/types/listgroup/templates/listgroup-normal.d.ts +1 -0
  530. package/dist/types/multiselect/index.d.ts +6 -0
  531. package/dist/types/multiselect/multiselect.spec.d.ts +3 -0
  532. package/dist/types/multiselect/templates/multiselect-adaptive.d.ts +1 -0
  533. package/dist/types/multiselect/templates/multiselect-arrow-button.d.ts +1 -0
  534. package/dist/types/multiselect/templates/multiselect-grouping.d.ts +1 -0
  535. package/dist/types/multiselect/templates/multiselect-normal.d.ts +1 -0
  536. package/dist/types/multiselect/templates/multiselect-popup.d.ts +1 -0
  537. package/dist/types/multiselect/templates/multiselect-value.d.ts +1 -0
  538. package/dist/types/pager/pager.spec.d.ts +4 -2
  539. package/dist/types/radio/index.d.ts +3 -0
  540. package/dist/types/radio/templates/radio-inside-label.d.ts +1 -0
  541. package/dist/types/radio/templates/radio-label.d.ts +1 -0
  542. package/dist/types/radio/templates/radio-normal.d.ts +1 -0
  543. package/dist/types/scrollview/index.d.ts +1 -0
  544. package/dist/types/scrollview/scrollview-spec.d.ts +23 -0
  545. package/dist/types/skeleton/index.d.ts +1 -0
  546. package/dist/types/skeleton/skeleton.spec.d.ts +18 -0
  547. package/dist/types/split-button/index.d.ts +4 -0
  548. package/dist/types/split-button/split-button.spec.d.ts +3 -0
  549. package/dist/types/split-button/templates/icon-split-button.d.ts +1 -0
  550. package/dist/types/split-button/templates/icon-text-split-button.d.ts +1 -0
  551. package/dist/types/split-button/templates/split-button-popup.d.ts +1 -0
  552. package/dist/types/split-button/templates/text-split-button.d.ts +1 -0
  553. package/dist/types/split-button/tests/split-button-solid.d.ts +2 -0
  554. package/dist/types/switch/index.d.ts +2 -0
  555. package/dist/types/switch/switch.spec.d.ts +8 -4
  556. package/dist/types/switch/templates/switch-checked.d.ts +1 -0
  557. package/dist/types/switch/templates/switch-normal.d.ts +1 -0
  558. package/dist/types/table/index.d.ts +4 -0
  559. package/dist/types/table/templates/data-table-normal.d.ts +1 -0
  560. package/dist/types/table/templates/table-list-virtualization.d.ts +1 -0
  561. package/dist/types/table/templates/table-list.d.ts +1 -0
  562. package/dist/types/table/templates/table-native.d.ts +1 -0
  563. package/dist/types/textarea/index.d.ts +1 -0
  564. package/dist/types/textarea/templates/textarea-normal.d.ts +1 -0
  565. package/dist/types/textarea/tests/textarea-size-rounded.d.ts +2 -0
  566. package/dist/types/textarea/tests/textarea-solid.d.ts +2 -0
  567. package/dist/types/textarea/textarea.spec.d.ts +2 -2
  568. package/dist/types/tilelayout/index.d.ts +3 -0
  569. package/dist/types/tilelayout/tilelayout-item-hint.spec.d.ts +13 -0
  570. package/dist/types/tilelayout/tilelayout-item.spec.d.ts +17 -0
  571. package/dist/types/tilelayout/tilelayout.spec.d.ts +18 -0
  572. package/dist/types/time-selector/index.d.ts +3 -0
  573. package/dist/types/time-selector/templates/time-selector-all.d.ts +1 -0
  574. package/dist/types/time-selector/templates/time-selector-hour.d.ts +1 -0
  575. package/dist/types/time-selector/templates/time-selector-minute.d.ts +1 -0
  576. package/dist/types/treeview/index.d.ts +4 -0
  577. package/dist/types/treeview/templates/treeview-checkboxes.d.ts +1 -0
  578. package/dist/types/treeview/templates/treeview-hierarchy.d.ts +1 -0
  579. package/dist/types/treeview/templates/treeview-icons.d.ts +1 -0
  580. package/dist/types/treeview/templates/treeview-normal.d.ts +1 -0
  581. package/package.json +2 -2
  582. package/src/captcha/captcha.spec.tsx +2 -4
  583. package/src/chat/chat-message-group.tsx +63 -0
  584. package/src/chat/chat-message.tsx +58 -0
  585. package/src/chat/chat-quick-replies.tsx +54 -0
  586. package/src/chat/chat.spec.tsx +88 -0
  587. package/src/chat/index.ts +4 -0
  588. package/src/chat/tests/chat-rtl.tsx +45 -84
  589. package/src/chat/tests/chat-scrollable-deck.tsx +42 -56
  590. package/src/chat/tests/chat.tsx +85 -150
  591. package/src/grid/tests/grid-adaptive-pager.tsx +2 -2
  592. package/src/grid/tests/grid-angular.tsx +2 -1
  593. package/src/grid/tests/grid-rtl-angular.tsx +3 -2
  594. package/src/grid/tests/grid-rtl.tsx +3 -2
  595. package/src/grid/tests/grid-selection-aggregates.tsx +5 -4
  596. package/src/grid/tests/grid-size-sm-comp-sm.tsx +3 -2
  597. package/src/grid/tests/grid-size-sm.tsx +3 -2
  598. package/src/grid/tests/grid-sticky-columns-rtl.tsx +1 -1
  599. package/src/grid/tests/grid-virtualization.tsx +202 -200
  600. package/src/grid/tests/grid.tsx +3 -2
  601. package/src/listgroup/index.ts +3 -0
  602. package/src/listgroup/listgroup-item.spec.tsx +69 -0
  603. package/src/listgroup/listgroup.spec.tsx +62 -0
  604. package/src/listgroup/templates/listgroup-normal.tsx +12 -0
  605. package/src/listgroup/tests/listgroup.tsx +35 -38
  606. package/src/multiselect/index.ts +6 -0
  607. package/src/multiselect/multiselect.spec.tsx +22 -0
  608. package/src/multiselect/templates/multiselect-adaptive.tsx +8 -0
  609. package/src/multiselect/templates/multiselect-arrow-button.tsx +3 -0
  610. package/src/multiselect/templates/multiselect-grouping.tsx +23 -0
  611. package/src/multiselect/templates/multiselect-normal.tsx +3 -0
  612. package/src/multiselect/templates/multiselect-popup.tsx +16 -0
  613. package/src/multiselect/templates/multiselect-value.tsx +12 -0
  614. package/src/multiselect/tests/multiselect-adaptive.tsx +33 -0
  615. package/src/multiselect/tests/multiselect-flat.tsx +28 -124
  616. package/src/multiselect/tests/multiselect-grouping.tsx +28 -0
  617. package/src/multiselect/tests/multiselect-opened.tsx +3 -36
  618. package/src/multiselect/tests/multiselect-outline.tsx +28 -124
  619. package/src/multiselect/tests/multiselect-size-rounded.tsx +32 -0
  620. package/src/multiselect/tests/multiselect-solid.tsx +79 -0
  621. package/src/pager/pager.spec.tsx +36 -29
  622. package/src/pager/tests/pager-adaptive.tsx +25 -0
  623. package/src/radio/index.ts +3 -0
  624. package/src/radio/templates/radio-inside-label.tsx +10 -0
  625. package/src/radio/templates/radio-label.tsx +8 -0
  626. package/src/radio/templates/radio-normal.tsx +3 -0
  627. package/src/radio/tests/radio-size.tsx +11 -73
  628. package/src/radio/tests/radio.tsx +29 -142
  629. package/src/scrollview/index.ts +1 -0
  630. package/src/scrollview/scrollview-spec.tsx +134 -0
  631. package/src/scrollview/tests/scrollview.tsx +5 -119
  632. package/src/skeleton/index.tsx +1 -0
  633. package/src/skeleton/skeleton.spec.tsx +50 -0
  634. package/src/skeleton/tests/skeleton.tsx +11 -12
  635. package/src/split-button/index.ts +4 -0
  636. package/src/split-button/split-button.spec.tsx +47 -35
  637. package/src/split-button/templates/icon-split-button.tsx +3 -0
  638. package/src/split-button/templates/icon-text-split-button.tsx +3 -0
  639. package/src/split-button/templates/split-button-popup.tsx +17 -0
  640. package/src/split-button/templates/text-split-button.tsx +3 -0
  641. package/src/split-button/tests/split-button-flat.tsx +28 -0
  642. package/src/split-button/tests/split-button-opened.tsx +27 -0
  643. package/src/split-button/tests/split-button-outline.tsx +28 -0
  644. package/src/split-button/tests/split-button-size-rounded.tsx +39 -0
  645. package/src/split-button/tests/split-button-solid.tsx +29 -0
  646. package/src/switch/index.ts +2 -0
  647. package/src/switch/switch.spec.tsx +14 -12
  648. package/src/switch/templates/switch-checked.tsx +3 -0
  649. package/src/switch/templates/switch-normal.tsx +3 -0
  650. package/src/switch/tests/switch-size-rounded.tsx +23 -102
  651. package/src/switch/tests/switch.tsx +26 -51
  652. package/src/table/index.ts +5 -0
  653. package/src/table/templates/data-table-normal.tsx +76 -0
  654. package/src/table/templates/table-list-virtualization.tsx +79 -0
  655. package/src/table/templates/table-list.tsx +63 -0
  656. package/src/table/templates/table-native.tsx +64 -0
  657. package/src/table/tests/table-data-sizes.tsx +4 -226
  658. package/src/table/tests/table-list-sizes.tsx +4 -187
  659. package/src/table/tests/table-list-virtual.tsx +2 -78
  660. package/src/table/tests/table-native-sizes.tsx +4 -182
  661. package/src/table/tests/table-native-states.tsx +3 -5
  662. package/src/textarea/index.ts +1 -0
  663. package/src/textarea/templates/textarea-normal.tsx +3 -0
  664. package/src/textarea/tests/textarea-flat.tsx +17 -40
  665. package/src/textarea/tests/textarea-outline.tsx +17 -41
  666. package/src/textarea/tests/textarea-size-rounded.tsx +32 -0
  667. package/src/textarea/tests/textarea-solid.tsx +52 -0
  668. package/src/textarea/textarea.spec.tsx +4 -5
  669. package/src/tilelayout/index.ts +3 -0
  670. package/src/tilelayout/tests/tilelayout-resizing.tsx +8 -35
  671. package/src/tilelayout/tests/tilelayout.tsx +27 -87
  672. package/src/tilelayout/tilelayout-item-hint.spec.tsx +30 -0
  673. package/src/tilelayout/tilelayout-item.spec.tsx +69 -0
  674. package/src/tilelayout/tilelayout.spec.tsx +56 -0
  675. package/src/time-selector/index.ts +3 -0
  676. package/src/time-selector/templates/time-selector-all.tsx +23 -0
  677. package/src/time-selector/templates/time-selector-hour.tsx +23 -0
  678. package/src/time-selector/templates/time-selector-minute.tsx +23 -0
  679. package/src/time-selector/tests/time-selector.tsx +4 -39
  680. package/src/treeview/index.ts +4 -0
  681. package/src/treeview/templates/treeview-checkboxes.tsx +28 -0
  682. package/src/treeview/templates/treeview-hierarchy.tsx +30 -0
  683. package/src/treeview/templates/treeview-icons.tsx +30 -0
  684. package/src/treeview/templates/treeview-normal.tsx +13 -0
  685. package/src/treeview/tests/treeview-size.tsx +4 -41
  686. package/src/treeview/tests/treeview.tsx +11 -136
  687. package/dist/cjs/scrollview/tests/scrollview-blazor.js +0 -4317
  688. package/src/multiselect/tests/multiselect-size.tsx +0 -50
  689. package/src/multiselect/tests/multiselect.tsx +0 -176
  690. package/src/pager/tests/pager-responsive.tsx +0 -27
  691. package/src/scrollview/tests/scrollview-angular.tsx +0 -109
  692. package/src/scrollview/tests/scrollview-blazor.tsx +0 -120
  693. package/src/split-button/tests/split-button-size.tsx +0 -111
  694. package/src/split-button/tests/split-button.tsx +0 -87
  695. package/src/textarea/tests/textarea.tsx +0 -75
  696. package/src/tilelayout/tests/tilelayout-react.tsx +0 -44
  697. /package/dist/types/multiselect/tests/{multiselect-size.d.ts → multiselect-adaptive.d.ts} +0 -0
  698. /package/dist/types/multiselect/tests/{multiselect.d.ts → multiselect-grouping.d.ts} +0 -0
  699. /package/dist/types/{pager/tests/pager-responsive.d.ts → multiselect/tests/multiselect-size-rounded.d.ts} +0 -0
  700. /package/dist/types/{scrollview/tests/scrollview-angular.d.ts → multiselect/tests/multiselect-solid.d.ts} +0 -0
  701. /package/dist/types/{scrollview/tests/scrollview-blazor.d.ts → pager/tests/pager-adaptive.d.ts} +0 -0
  702. /package/dist/types/split-button/tests/{split-button-size.d.ts → split-button-flat.d.ts} +0 -0
  703. /package/dist/types/split-button/tests/{split-button.d.ts → split-button-opened.d.ts} +0 -0
  704. /package/dist/types/{textarea/tests/textarea.d.ts → split-button/tests/split-button-outline.d.ts} +0 -0
  705. /package/dist/types/{tilelayout/tests/tilelayout-react.d.ts → split-button/tests/split-button-size-rounded.d.ts} +0 -0
@@ -5366,34 +5366,89 @@ var import_jsx_runtime46 = require("react/jsx-runtime");
5366
5366
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5367
5367
  var import_jsx_runtime47 = require("react/jsx-runtime");
5368
5368
 
5369
- // src/textbox/textbox.spec.tsx
5369
+ // src/spinbutton/spinbutton.spec.tsx
5370
5370
  var import_jsx_runtime48 = require("react/jsx-runtime");
5371
- var TEXTBOX_CLASSNAME = `k-textbox`;
5372
- var states21 = [
5371
+ var SPINBUTTON_CLASSNAME = `k-spin-button`;
5372
+ var states21 = [];
5373
+ var options20 = {
5374
+ size: [Size.small, Size.medium, Size.large],
5375
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5376
+ };
5377
+ var defaultProps18 = {
5378
+ size: Size.medium,
5379
+ fillMode: FillMode.solid
5380
+ };
5381
+ var SpinButton = (props) => {
5382
+ const {
5383
+ size = defaultProps18.size,
5384
+ fillMode = defaultProps18.fillMode,
5385
+ ...other
5386
+ } = props;
5387
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5388
+ "span",
5389
+ {
5390
+ ...other,
5391
+ className: classNames(
5392
+ SPINBUTTON_CLASSNAME,
5393
+ props.className
5394
+ ),
5395
+ children: [
5396
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5397
+ Button,
5398
+ {
5399
+ className: "k-spinner-increase",
5400
+ icon: "caret-alt-up",
5401
+ rounded: null,
5402
+ size,
5403
+ fillMode
5404
+ }
5405
+ ),
5406
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5407
+ Button,
5408
+ {
5409
+ className: "k-spinner-decrease",
5410
+ icon: "caret-alt-down",
5411
+ rounded: null,
5412
+ size,
5413
+ fillMode
5414
+ }
5415
+ )
5416
+ ]
5417
+ }
5418
+ );
5419
+ };
5420
+ SpinButton.states = states21;
5421
+ SpinButton.options = options20;
5422
+ SpinButton.className = SPINBUTTON_CLASSNAME;
5423
+ SpinButton.defaultProps = defaultProps18;
5424
+
5425
+ // src/numerictextbox/numerictextbox.spec.tsx
5426
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5427
+ var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5428
+ var states22 = [
5373
5429
  States.hover,
5374
5430
  States.focus,
5375
5431
  States.valid,
5376
5432
  States.invalid,
5433
+ States.loading,
5377
5434
  States.required,
5378
5435
  States.disabled,
5379
- States.loading,
5380
5436
  States.readonly
5381
5437
  ];
5382
- var options20 = {
5438
+ var options21 = {
5383
5439
  size: [Size.small, Size.medium, Size.large],
5384
5440
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5385
5441
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5386
5442
  };
5387
- var defaultProps18 = {
5443
+ var defaultProps19 = {
5444
+ showSpinButton: true,
5388
5445
  showClearButton: true,
5389
5446
  size: Input.defaultProps.size,
5390
5447
  rounded: Input.defaultProps.rounded,
5391
5448
  fillMode: Input.defaultProps.fillMode
5392
5449
  };
5393
- var Textbox = (props) => {
5450
+ var NumericTextbox = (props) => {
5394
5451
  const {
5395
- prefix,
5396
- suffix,
5397
5452
  value,
5398
5453
  placeholder,
5399
5454
  size,
@@ -5407,10 +5462,11 @@ var Textbox = (props) => {
5407
5462
  loading,
5408
5463
  disabled,
5409
5464
  readonly,
5410
- showClearButton = defaultProps18.showClearButton,
5465
+ showClearButton = defaultProps19.showClearButton,
5466
+ showSpinButton = defaultProps19.showSpinButton,
5411
5467
  ...other
5412
5468
  } = props;
5413
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5469
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5414
5470
  Input,
5415
5471
  {
5416
5472
  ...other,
@@ -5425,11 +5481,10 @@ var Textbox = (props) => {
5425
5481
  loading,
5426
5482
  disabled,
5427
5483
  readonly,
5428
- className: classNames(props.className, TEXTBOX_CLASSNAME),
5484
+ className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5429
5485
  children: [
5430
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputPrefix, { children: prefix }),
5431
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputInnerInput, { placeholder, value }),
5432
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5486
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(InputInnerInput, { placeholder, value }),
5487
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5433
5488
  InputValidationIcon,
5434
5489
  {
5435
5490
  valid,
@@ -5438,14 +5493,14 @@ var Textbox = (props) => {
5438
5493
  disabled
5439
5494
  }
5440
5495
  ),
5441
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5496
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5442
5497
  InputLoadingIcon,
5443
5498
  {
5444
5499
  loading,
5445
5500
  disabled
5446
5501
  }
5447
5502
  ),
5448
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5503
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5449
5504
  InputClearValue,
5450
5505
  {
5451
5506
  loading,
@@ -5454,38 +5509,40 @@ var Textbox = (props) => {
5454
5509
  value
5455
5510
  }
5456
5511
  ),
5457
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputSuffix, { children: suffix })
5512
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5513
+ SpinButton,
5514
+ {
5515
+ className: "k-input-spinner",
5516
+ size,
5517
+ fillMode
5518
+ }
5519
+ )
5458
5520
  ]
5459
5521
  }
5460
5522
  );
5461
5523
  };
5462
- Textbox.states = states21;
5463
- Textbox.options = options20;
5464
- Textbox.className = TEXTBOX_CLASSNAME;
5465
- Textbox.defaultProps = defaultProps18;
5524
+ NumericTextbox.states = states22;
5525
+ NumericTextbox.options = options21;
5526
+ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5527
+ NumericTextbox.defaultProps = defaultProps19;
5466
5528
 
5467
- // src/textbox/templates/textbox-normal.tsx
5468
- var import_jsx_runtime49 = require("react/jsx-runtime");
5469
-
5470
- // src/textbox/templates/textbox-prefix.tsx
5529
+ // src/numerictextbox/templates/numerictextbox-normal.tsx
5471
5530
  var import_jsx_runtime50 = require("react/jsx-runtime");
5472
5531
 
5473
- // src/textbox/templates/textbox-suffix.tsx
5474
- var import_jsx_runtime51 = require("react/jsx-runtime");
5475
-
5476
5532
  // src/pager/pager.spec.tsx
5477
- var import_jsx_runtime52 = require("react/jsx-runtime");
5533
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5478
5534
  var PAGER_CLASSNAME = `k-pager`;
5479
- var states22 = [
5535
+ var states23 = [
5480
5536
  States.focus,
5481
5537
  States.disabled
5482
5538
  ];
5483
- var options21 = {
5539
+ var options22 = {
5484
5540
  size: [Size.small, Size.medium, Size.large]
5485
5541
  };
5486
- var defaultProps19 = {
5542
+ var defaultProps20 = {
5487
5543
  size: Size.medium,
5488
- mobile: null,
5544
+ adaptive: false,
5545
+ itemsPerPage: true,
5489
5546
  type: "numeric",
5490
5547
  pageSizes: true,
5491
5548
  refresh: true,
@@ -5493,18 +5550,19 @@ var defaultProps19 = {
5493
5550
  };
5494
5551
  var Pager = (props) => {
5495
5552
  const {
5496
- size = defaultProps19.size,
5497
- mobile = defaultProps19.mobile,
5498
- type = defaultProps19.type,
5499
- pageSizes = defaultProps19.pageSizes,
5500
- refresh = defaultProps19.refresh,
5501
- info = defaultProps19.info,
5553
+ size = defaultProps20.size,
5554
+ adaptive = defaultProps20.adaptive,
5555
+ itemsPerPage = defaultProps20.itemsPerPage,
5556
+ type = defaultProps20.type,
5557
+ pageSizes = defaultProps20.pageSizes,
5558
+ refresh = defaultProps20.refresh,
5559
+ info = defaultProps20.info,
5502
5560
  focus,
5503
5561
  disabled,
5504
5562
  dir,
5505
5563
  ...other
5506
5564
  } = props;
5507
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5565
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5508
5566
  "div",
5509
5567
  {
5510
5568
  dir,
@@ -5518,21 +5576,17 @@ var Pager = (props) => {
5518
5576
  stateClassNames(PAGER_CLASSNAME, {
5519
5577
  focus,
5520
5578
  disabled
5521
- }),
5522
- {
5523
- "k-pager-mobile-md": mobile === "medium",
5524
- "k-pager-mobile-sm": mobile === "small"
5525
- }
5579
+ })
5526
5580
  ),
5527
5581
  children: [
5528
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5582
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5529
5583
  "div",
5530
5584
  {
5531
5585
  className: classNames(
5532
5586
  "k-pager-numbers-wrap"
5533
5587
  ),
5534
5588
  children: [
5535
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5589
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5536
5590
  Button,
5537
5591
  {
5538
5592
  className: classNames(
@@ -5546,7 +5600,7 @@ var Pager = (props) => {
5546
5600
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5547
5601
  }
5548
5602
  ),
5549
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5603
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5550
5604
  Button,
5551
5605
  {
5552
5606
  className: classNames(
@@ -5559,30 +5613,14 @@ var Pager = (props) => {
5559
5613
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
5560
5614
  }
5561
5615
  ),
5562
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5563
- "select",
5564
- {
5565
- className: classNames(
5566
- "k-picker",
5567
- "k-picker-solid",
5568
- "k-dropdown-list",
5569
- "k-dropdown",
5570
- "k-rounded-md",
5571
- optionClassNames("k-picker", {
5572
- size
5573
- })
5574
- ),
5575
- children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("option", { children: "1" })
5576
- }
5577
- ),
5578
- type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5616
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5579
5617
  "div",
5580
5618
  {
5581
5619
  className: classNames(
5582
5620
  "k-pager-numbers"
5583
5621
  ),
5584
5622
  children: [
5585
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5623
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5586
5624
  Button,
5587
5625
  {
5588
5626
  fillMode: "flat",
@@ -5592,7 +5630,7 @@ var Pager = (props) => {
5592
5630
  children: "1"
5593
5631
  }
5594
5632
  ),
5595
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5633
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5596
5634
  Button,
5597
5635
  {
5598
5636
  hover: true,
@@ -5603,7 +5641,7 @@ var Pager = (props) => {
5603
5641
  children: "2"
5604
5642
  }
5605
5643
  ),
5606
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5644
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5607
5645
  Button,
5608
5646
  {
5609
5647
  focus: true,
@@ -5614,7 +5652,7 @@ var Pager = (props) => {
5614
5652
  children: "3"
5615
5653
  }
5616
5654
  ),
5617
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5655
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5618
5656
  Button,
5619
5657
  {
5620
5658
  selected: true,
@@ -5625,7 +5663,7 @@ var Pager = (props) => {
5625
5663
  children: "4"
5626
5664
  }
5627
5665
  ),
5628
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5666
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5629
5667
  Button,
5630
5668
  {
5631
5669
  hover: true,
@@ -5637,7 +5675,7 @@ var Pager = (props) => {
5637
5675
  children: "5"
5638
5676
  }
5639
5677
  ),
5640
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5678
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5641
5679
  Button,
5642
5680
  {
5643
5681
  selected: true,
@@ -5652,20 +5690,39 @@ var Pager = (props) => {
5652
5690
  ]
5653
5691
  }
5654
5692
  ),
5655
- type === "input" && /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5693
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5694
+ "select",
5695
+ {
5696
+ className: classNames(
5697
+ "k-picker",
5698
+ "k-picker-solid",
5699
+ "k-dropdown-list",
5700
+ "k-dropdown",
5701
+ "k-rounded-md",
5702
+ optionClassNames("k-picker", {
5703
+ size
5704
+ }),
5705
+ {
5706
+ ["k-hidden"]: !adaptive
5707
+ }
5708
+ ),
5709
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("option", { children: "99" })
5710
+ }
5711
+ ),
5712
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5656
5713
  "span",
5657
5714
  {
5658
5715
  className: classNames(
5659
5716
  "k-pager-input"
5660
5717
  ),
5661
5718
  children: [
5662
- "Page",
5663
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Textbox, { showClearButton: false, size, value: "999" }),
5664
- "of 8"
5719
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { children: "Page" }),
5720
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
5721
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { children: "of 8" })
5665
5722
  ]
5666
5723
  }
5667
5724
  ),
5668
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5725
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5669
5726
  Button,
5670
5727
  {
5671
5728
  className: classNames(
@@ -5678,7 +5735,7 @@ var Pager = (props) => {
5678
5735
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
5679
5736
  }
5680
5737
  ),
5681
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5738
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5682
5739
  Button,
5683
5740
  {
5684
5741
  className: classNames(
@@ -5694,19 +5751,19 @@ var Pager = (props) => {
5694
5751
  ]
5695
5752
  }
5696
5753
  ),
5697
- pageSizes && /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5754
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5698
5755
  "span",
5699
5756
  {
5700
5757
  className: classNames(
5701
5758
  "k-pager-sizes"
5702
5759
  ),
5703
5760
  children: [
5704
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(DropdownList, { value: "20", size }),
5705
- "items per page"
5761
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(DropdownList, { value: "99", size }),
5762
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { children: "items per page" })
5706
5763
  ]
5707
5764
  }
5708
5765
  ),
5709
- refresh && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5766
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5710
5767
  Button,
5711
5768
  {
5712
5769
  className: classNames(
@@ -5718,7 +5775,7 @@ var Pager = (props) => {
5718
5775
  icon: "arrow-rotate-cw"
5719
5776
  }
5720
5777
  ),
5721
- info && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5778
+ info && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5722
5779
  "span",
5723
5780
  {
5724
5781
  className: classNames(
@@ -5731,31 +5788,31 @@ var Pager = (props) => {
5731
5788
  }
5732
5789
  );
5733
5790
  };
5734
- Pager.states = states22;
5735
- Pager.options = options21;
5791
+ Pager.states = states23;
5792
+ Pager.options = options22;
5736
5793
  Pager.className = PAGER_CLASSNAME;
5737
- Pager.defaultProps = defaultProps19;
5794
+ Pager.defaultProps = defaultProps20;
5738
5795
 
5739
5796
  // src/button-group/button-group.spec.tsx
5740
- var import_jsx_runtime53 = require("react/jsx-runtime");
5797
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5741
5798
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5742
- var states23 = [
5799
+ var states24 = [
5743
5800
  States.disabled
5744
5801
  ];
5745
- var options22 = {
5802
+ var options23 = {
5746
5803
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5747
5804
  };
5748
- var defaultProps20 = {
5805
+ var defaultProps21 = {
5749
5806
  fillMode: FillMode.solid
5750
5807
  };
5751
5808
  var ButtonGroup = (props) => {
5752
5809
  const {
5753
- fillMode = defaultProps20.fillMode,
5810
+ fillMode = defaultProps21.fillMode,
5754
5811
  disabled,
5755
5812
  stretched,
5756
5813
  ...other
5757
5814
  } = props;
5758
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5815
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5759
5816
  "div",
5760
5817
  {
5761
5818
  ...other,
@@ -5776,35 +5833,35 @@ var ButtonGroup = (props) => {
5776
5833
  }
5777
5834
  );
5778
5835
  };
5779
- ButtonGroup.states = states23;
5780
- ButtonGroup.options = options22;
5836
+ ButtonGroup.states = states24;
5837
+ ButtonGroup.options = options23;
5781
5838
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5782
- ButtonGroup.defaultProps = defaultProps20;
5839
+ ButtonGroup.defaultProps = defaultProps21;
5783
5840
 
5784
5841
  // src/button-group/templates/icon-button-group.tsx
5785
- var import_jsx_runtime54 = require("react/jsx-runtime");
5842
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5786
5843
 
5787
5844
  // src/button-group/templates/icon-text-button-group.tsx
5788
- var import_jsx_runtime55 = require("react/jsx-runtime");
5845
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5789
5846
 
5790
5847
  // src/button-group/templates/text-button-group.tsx
5791
- var import_jsx_runtime56 = require("react/jsx-runtime");
5848
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5792
5849
 
5793
5850
  // src/button-group/templates/mixed-button-group.tsx
5794
- var import_jsx_runtime57 = require("react/jsx-runtime");
5851
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5795
5852
 
5796
5853
  // src/color-preview/color-preview.tsx
5797
- var import_jsx_runtime58 = require("react/jsx-runtime");
5854
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5798
5855
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5799
- var states24 = [];
5800
- var options23 = {};
5856
+ var states25 = [];
5857
+ var options24 = {};
5801
5858
  var ColorPreview = (props) => {
5802
5859
  const {
5803
5860
  color,
5804
5861
  iconName,
5805
5862
  ...other
5806
5863
  } = props;
5807
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
5864
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
5808
5865
  "span",
5809
5866
  {
5810
5867
  ...other,
@@ -5817,8 +5874,8 @@ var ColorPreview = (props) => {
5817
5874
  }
5818
5875
  ),
5819
5876
  children: [
5820
- iconName && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5821
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5877
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5878
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5822
5879
  "span",
5823
5880
  {
5824
5881
  className: "k-color-preview-mask",
@@ -5829,14 +5886,14 @@ var ColorPreview = (props) => {
5829
5886
  }
5830
5887
  );
5831
5888
  };
5832
- ColorPreview.states = states24;
5833
- ColorPreview.options = options23;
5889
+ ColorPreview.states = states25;
5890
+ ColorPreview.options = options24;
5834
5891
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5835
5892
 
5836
5893
  // src/colorpicker/colorpicker.spec.tsx
5837
- var import_jsx_runtime59 = require("react/jsx-runtime");
5894
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5838
5895
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5839
- var states25 = [
5896
+ var states26 = [
5840
5897
  States.hover,
5841
5898
  States.focus,
5842
5899
  States.valid,
@@ -5844,12 +5901,12 @@ var states25 = [
5844
5901
  States.required,
5845
5902
  States.disabled
5846
5903
  ];
5847
- var options24 = {
5904
+ var options25 = {
5848
5905
  size: [Size.small, Size.medium, Size.large],
5849
5906
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5850
5907
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5851
5908
  };
5852
- var defaultProps21 = {
5909
+ var defaultProps22 = {
5853
5910
  arrowIconName: "caret-alt-down",
5854
5911
  size: Picker.defaultProps.size,
5855
5912
  rounded: Picker.defaultProps.rounded,
@@ -5871,10 +5928,10 @@ var ColorPicker = (props) => {
5871
5928
  required,
5872
5929
  disabled,
5873
5930
  valueIconName,
5874
- arrowIconName = defaultProps21.arrowIconName,
5931
+ arrowIconName = defaultProps22.arrowIconName,
5875
5932
  ...other
5876
5933
  } = props;
5877
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5934
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
5878
5935
  Picker,
5879
5936
  {
5880
5937
  ...other,
@@ -5893,14 +5950,14 @@ var ColorPicker = (props) => {
5893
5950
  "k-icon-picker"
5894
5951
  ),
5895
5952
  children: [
5896
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputPrefix, { children: prefix }),
5897
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5953
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputPrefix, { children: prefix }),
5954
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5898
5955
  InputInnerSpan,
5899
5956
  {
5900
5957
  placeholder,
5901
5958
  value,
5902
5959
  showValue: false,
5903
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5960
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5904
5961
  ColorPreview,
5905
5962
  {
5906
5963
  className: "k-value-icon",
@@ -5911,8 +5968,8 @@ var ColorPicker = (props) => {
5911
5968
  valueIconName
5912
5969
  }
5913
5970
  ),
5914
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputSuffix, { children: suffix }),
5915
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5971
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputSuffix, { children: suffix }),
5972
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5916
5973
  Button,
5917
5974
  {
5918
5975
  className: "k-input-button",
@@ -5926,17 +5983,17 @@ var ColorPicker = (props) => {
5926
5983
  }
5927
5984
  );
5928
5985
  };
5929
- ColorPicker.states = states25;
5930
- ColorPicker.options = options24;
5986
+ ColorPicker.states = states26;
5987
+ ColorPicker.options = options25;
5931
5988
  ColorPicker.className = COLORPICKER_CLASSNAME;
5932
- ColorPicker.defaultProps = defaultProps21;
5989
+ ColorPicker.defaultProps = defaultProps22;
5933
5990
 
5934
5991
  // src/action-sheet/action-sheet.spec.tsx
5935
- var import_jsx_runtime60 = require("react/jsx-runtime");
5992
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5936
5993
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5937
- var states26 = [];
5938
- var options25 = {};
5939
- var defaultProps22 = {
5994
+ var states27 = [];
5995
+ var options26 = {};
5996
+ var defaultProps23 = {
5940
5997
  side: "bottom",
5941
5998
  fullscreen: false,
5942
5999
  adaptive: false,
@@ -5949,14 +6006,14 @@ var ActionSheet = (props) => {
5949
6006
  header,
5950
6007
  footer,
5951
6008
  actions,
5952
- side = defaultProps22.side,
5953
- fullscreen = defaultProps22.fullscreen,
5954
- adaptive = defaultProps22.adaptive,
5955
- overlay = defaultProps22.overlay,
6009
+ side = defaultProps23.side,
6010
+ fullscreen = defaultProps23.fullscreen,
6011
+ adaptive = defaultProps23.adaptive,
6012
+ overlay = defaultProps23.overlay,
5956
6013
  ...other
5957
6014
  } = props;
5958
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5959
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6015
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6016
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5960
6017
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5961
6018
  switch (child.type) {
5962
6019
  case ActionSheetHeader:
@@ -5966,10 +6023,10 @@ var ActionSheet = (props) => {
5966
6023
  return true;
5967
6024
  }
5968
6025
  return true;
5969
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_jsx_runtime60.Fragment, {});
5970
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-actionsheet-container", children: [
5971
- overlay && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-overlay" }),
5972
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6026
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, {});
6027
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-actionsheet-container", children: [
6028
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-overlay" }),
6029
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5973
6030
  AnimationContainer,
5974
6031
  {
5975
6032
  animationStyle: {
@@ -5979,7 +6036,7 @@ var ActionSheet = (props) => {
5979
6036
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5980
6037
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5981
6038
  },
5982
- children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6039
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5983
6040
  "div",
5984
6041
  {
5985
6042
  ...other,
@@ -5992,9 +6049,9 @@ var ActionSheet = (props) => {
5992
6049
  "k-adaptive-actionsheet": adaptive
5993
6050
  }
5994
6051
  ),
5995
- children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
6052
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
5996
6053
  _ActionSheetHeader,
5997
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: classNames(
6054
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: classNames(
5998
6055
  "k-actionsheet-content",
5999
6056
  {
6000
6057
  "!k-overflow-hidden": adaptive
@@ -6008,13 +6065,13 @@ var ActionSheet = (props) => {
6008
6065
  )
6009
6066
  ] });
6010
6067
  };
6011
- ActionSheet.states = states26;
6012
- ActionSheet.options = options25;
6068
+ ActionSheet.states = states27;
6069
+ ActionSheet.options = options26;
6013
6070
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
6014
- ActionSheet.defaultProps = defaultProps22;
6071
+ ActionSheet.defaultProps = defaultProps23;
6015
6072
 
6016
6073
  // src/action-sheet/actionsheet-header.tsx
6017
- var import_jsx_runtime61 = require("react/jsx-runtime");
6074
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6018
6075
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6019
6076
  var ActionSheetHeader = (props) => {
6020
6077
  const {
@@ -6024,7 +6081,7 @@ var ActionSheetHeader = (props) => {
6024
6081
  filter,
6025
6082
  ...other
6026
6083
  } = props;
6027
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6084
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6028
6085
  "div",
6029
6086
  {
6030
6087
  ...other,
@@ -6032,37 +6089,37 @@ var ActionSheetHeader = (props) => {
6032
6089
  props.className,
6033
6090
  ACTIONSHEETHEADER_CLASSNAME
6034
6091
  ),
6035
- children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
6036
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6037
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_jsx_runtime61.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "k-actionsheet-title", children: [
6038
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-text-center", children: title }),
6039
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6092
+ children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
6093
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6094
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_jsx_runtime60.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-actionsheet-title", children: [
6095
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-text-center", children: title }),
6096
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6040
6097
  ] }) }),
6041
- props.children && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6042
- actions && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_jsx_runtime61.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6098
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6099
+ actions && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_jsx_runtime60.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6043
6100
  ] }),
6044
- filter && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_jsx_runtime61.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6101
+ filter && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_jsx_runtime60.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6045
6102
  ] })
6046
6103
  }
6047
6104
  );
6048
6105
  };
6049
6106
 
6050
6107
  // src/action-buttons/action-buttons.spec.tsx
6051
- var import_jsx_runtime62 = require("react/jsx-runtime");
6108
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6052
6109
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6053
- var states27 = [];
6054
- var options26 = {};
6055
- var defaultProps23 = {
6110
+ var states28 = [];
6111
+ var options27 = {};
6112
+ var defaultProps24 = {
6056
6113
  alignment: "start",
6057
6114
  orientation: "horizontal"
6058
6115
  };
6059
6116
  var ActionButtons = (props) => {
6060
6117
  const {
6061
- alignment = defaultProps23.alignment,
6062
- orientation = defaultProps23.orientation,
6118
+ alignment = defaultProps24.alignment,
6119
+ orientation = defaultProps24.orientation,
6063
6120
  ...other
6064
6121
  } = props;
6065
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6122
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6066
6123
  "div",
6067
6124
  {
6068
6125
  ...other,
@@ -6078,21 +6135,21 @@ var ActionButtons = (props) => {
6078
6135
  }
6079
6136
  );
6080
6137
  };
6081
- ActionButtons.states = states27;
6082
- ActionButtons.options = options26;
6138
+ ActionButtons.states = states28;
6139
+ ActionButtons.options = options27;
6083
6140
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6084
- ActionButtons.defaultProps = defaultProps23;
6141
+ ActionButtons.defaultProps = defaultProps24;
6085
6142
  var action_buttons_spec_default = ActionButtons;
6086
6143
 
6087
6144
  // src/action-sheet/actionsheet-footer.tsx
6088
- var import_jsx_runtime63 = require("react/jsx-runtime");
6145
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6089
6146
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6090
6147
  var ActionSheetFooter = (props) => {
6091
6148
  const {
6092
6149
  actions,
6093
6150
  ...other
6094
6151
  } = props;
6095
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6152
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6096
6153
  action_buttons_spec_default,
6097
6154
  {
6098
6155
  ...other,
@@ -6101,17 +6158,17 @@ var ActionSheetFooter = (props) => {
6101
6158
  ACTIONSHEETFOOTER_CLASSNAME
6102
6159
  ),
6103
6160
  alignment: "stretched",
6104
- children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_jsx_runtime63.Fragment, { children: [
6161
+ children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
6105
6162
  actions && actions.map((action, index) => {
6106
6163
  if (action === "|") {
6107
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-separator" }, index);
6164
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-separator" }, index);
6108
6165
  }
6109
6166
  if (action === " ") {
6110
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-spacer" }, index);
6167
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-spacer" }, index);
6111
6168
  }
6112
6169
  const importantFlag = action.startsWith("!");
6113
6170
  const actionName = importantFlag ? action.substring(1) : action;
6114
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6171
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6115
6172
  }),
6116
6173
  !actions && props.children
6117
6174
  ] })
@@ -6120,12 +6177,12 @@ var ActionSheetFooter = (props) => {
6120
6177
  };
6121
6178
 
6122
6179
  // src/action-sheet/actionsheet-items.tsx
6123
- var import_jsx_runtime64 = require("react/jsx-runtime");
6180
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6124
6181
  var ActionSheetItems = (props) => {
6125
6182
  const {
6126
6183
  ...other
6127
6184
  } = props;
6128
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6185
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6129
6186
  "div",
6130
6187
  {
6131
6188
  ...other,
@@ -6139,8 +6196,8 @@ var ActionSheetItems = (props) => {
6139
6196
  };
6140
6197
 
6141
6198
  // src/action-sheet/actionsheet-item.tsx
6142
- var import_jsx_runtime65 = require("react/jsx-runtime");
6143
- var states28 = [
6199
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6200
+ var states29 = [
6144
6201
  States.hover,
6145
6202
  States.focus,
6146
6203
  States.selected,
@@ -6148,9 +6205,9 @@ var states28 = [
6148
6205
  ];
6149
6206
 
6150
6207
  // src/combobox/combobox.spec.tsx
6151
- var import_jsx_runtime66 = require("react/jsx-runtime");
6208
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6152
6209
  var COMBOBOX_CLASSNAME = `k-combobox`;
6153
- var states29 = [
6210
+ var states30 = [
6154
6211
  States.hover,
6155
6212
  States.focus,
6156
6213
  States.valid,
@@ -6160,12 +6217,12 @@ var states29 = [
6160
6217
  States.disabled,
6161
6218
  States.readonly
6162
6219
  ];
6163
- var defaultProps24 = {
6220
+ var defaultProps25 = {
6164
6221
  size: Input.defaultProps.size,
6165
6222
  rounded: Input.defaultProps.rounded,
6166
6223
  fillMode: Input.defaultProps.fillMode
6167
6224
  };
6168
- var options27 = {
6225
+ var options28 = {
6169
6226
  size: [Size.small, Size.medium, Size.large],
6170
6227
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6171
6228
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6193,8 +6250,8 @@ var Combobox = (props) => {
6193
6250
  adaptiveSettings,
6194
6251
  ...other
6195
6252
  } = props;
6196
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6197
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6253
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6254
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6198
6255
  Input,
6199
6256
  {
6200
6257
  ...other,
@@ -6211,9 +6268,9 @@ var Combobox = (props) => {
6211
6268
  readonly,
6212
6269
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6213
6270
  children: [
6214
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputPrefix, { children: prefix }),
6215
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputInnerInput, { placeholder, value }),
6216
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6271
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputPrefix, { children: prefix }),
6272
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputInnerInput, { placeholder, value }),
6273
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6217
6274
  InputValidationIcon,
6218
6275
  {
6219
6276
  valid,
@@ -6222,14 +6279,14 @@ var Combobox = (props) => {
6222
6279
  disabled
6223
6280
  }
6224
6281
  ),
6225
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6282
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6226
6283
  InputLoadingIcon,
6227
6284
  {
6228
6285
  loading,
6229
6286
  disabled
6230
6287
  }
6231
6288
  ),
6232
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6289
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6233
6290
  InputClearValue,
6234
6291
  {
6235
6292
  loading,
@@ -6238,8 +6295,8 @@ var Combobox = (props) => {
6238
6295
  value
6239
6296
  }
6240
6297
  ),
6241
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputSuffix, { children: suffix }),
6242
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6298
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputSuffix, { children: suffix }),
6299
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6243
6300
  Button,
6244
6301
  {
6245
6302
  className: "k-input-button",
@@ -6252,9 +6309,9 @@ var Combobox = (props) => {
6252
6309
  ]
6253
6310
  }
6254
6311
  ),
6255
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6256
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6257
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6312
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6313
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6314
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6258
6315
  ActionSheetHeader,
6259
6316
  {
6260
6317
  actions: ["x"],
@@ -6262,42 +6319,42 @@ var Combobox = (props) => {
6262
6319
  title: "Select Item"
6263
6320
  }
6264
6321
  ),
6265
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(List, { size: "large", children: [
6266
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListItem, { text: "List item" }),
6267
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListItem, { text: "List item" }),
6268
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListItem, { text: "List item" })
6322
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(List, { size: "large", children: [
6323
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ListItem, { text: "List item" }),
6324
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ListItem, { text: "List item" }),
6325
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ListItem, { text: "List item" })
6269
6326
  ] }) })
6270
6327
  ] })
6271
6328
  ] });
6272
6329
  };
6273
- Combobox.states = states29;
6274
- Combobox.options = options27;
6330
+ Combobox.states = states30;
6331
+ Combobox.options = options28;
6275
6332
  Combobox.className = COMBOBOX_CLASSNAME;
6276
- Combobox.defaultProps = defaultProps24;
6333
+ Combobox.defaultProps = defaultProps25;
6277
6334
 
6278
6335
  // src/combobox/templates/combobox-normal.tsx
6279
- var import_jsx_runtime67 = require("react/jsx-runtime");
6336
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6280
6337
 
6281
6338
  // src/combobox/templates/combobox-popup.tsx
6282
- var import_jsx_runtime68 = require("react/jsx-runtime");
6339
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6283
6340
 
6284
6341
  // src/combobox/templates/combobox-grouping.tsx
6285
- var import_jsx_runtime69 = require("react/jsx-runtime");
6342
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6286
6343
 
6287
6344
  // src/combobox/templates/combobox-adaptive.tsx
6288
- var import_jsx_runtime70 = require("react/jsx-runtime");
6345
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6289
6346
 
6290
6347
  // src/menu-button/menu-button.spec.tsx
6291
- var import_jsx_runtime71 = require("react/jsx-runtime");
6348
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6292
6349
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6293
- var states30 = [
6350
+ var states31 = [
6294
6351
  States.hover,
6295
6352
  States.focus,
6296
6353
  States.active,
6297
6354
  States.selected,
6298
6355
  States.disabled
6299
6356
  ];
6300
- var options28 = {
6357
+ var options29 = {
6301
6358
  size: [Size.small, Size.medium, Size.large],
6302
6359
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6303
6360
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6315,7 +6372,7 @@ var options28 = {
6315
6372
  ThemeColor.inverse
6316
6373
  ]
6317
6374
  };
6318
- var defaultProps25 = {
6375
+ var defaultProps26 = {
6319
6376
  size: Size.medium,
6320
6377
  rounded: Roundness.medium,
6321
6378
  fillMode: FillMode.solid,
@@ -6325,10 +6382,10 @@ var defaultProps25 = {
6325
6382
  };
6326
6383
  var MenuButton = (props) => {
6327
6384
  const {
6328
- size = defaultProps25.size,
6329
- rounded = defaultProps25.rounded,
6330
- fillMode = defaultProps25.fillMode,
6331
- themeColor = defaultProps25.themeColor,
6385
+ size = defaultProps26.size,
6386
+ rounded = defaultProps26.rounded,
6387
+ fillMode = defaultProps26.fillMode,
6388
+ themeColor = defaultProps26.themeColor,
6332
6389
  hover,
6333
6390
  focus,
6334
6391
  active,
@@ -6336,14 +6393,14 @@ var MenuButton = (props) => {
6336
6393
  disabled,
6337
6394
  icon,
6338
6395
  text,
6339
- showArrow = defaultProps25.showArrow,
6340
- arrowIconName = defaultProps25.arrowIconName,
6396
+ showArrow = defaultProps26.showArrow,
6397
+ arrowIconName = defaultProps26.arrowIconName,
6341
6398
  popup,
6342
6399
  opened,
6343
6400
  ...other
6344
6401
  } = props;
6345
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(import_jsx_runtime71.Fragment, { children: [
6346
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6402
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6403
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6347
6404
  Button,
6348
6405
  {
6349
6406
  ...other,
@@ -6366,35 +6423,35 @@ var MenuButton = (props) => {
6366
6423
  arrowIconName
6367
6424
  }
6368
6425
  ),
6369
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Popup, { className: "k-menu-popup", children: popup })
6426
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popup, { className: "k-menu-popup", children: popup })
6370
6427
  ] });
6371
6428
  };
6372
- MenuButton.states = states30;
6373
- MenuButton.options = options28;
6429
+ MenuButton.states = states31;
6430
+ MenuButton.options = options29;
6374
6431
  MenuButton.className = MENUBUTTON_CLASSNAME;
6375
- MenuButton.defaultProps = defaultProps25;
6432
+ MenuButton.defaultProps = defaultProps26;
6376
6433
 
6377
6434
  // src/menu-button/templates/icon-menu-button.tsx
6378
- var import_jsx_runtime72 = require("react/jsx-runtime");
6435
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6379
6436
 
6380
6437
  // src/menu-button/templates/icon-text-menu-button.tsx
6381
- var import_jsx_runtime73 = require("react/jsx-runtime");
6438
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6382
6439
 
6383
6440
  // src/menu-button/templates/text-menu-button.tsx
6384
- var import_jsx_runtime74 = require("react/jsx-runtime");
6441
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6385
6442
 
6386
6443
  // src/menu/menu-item.spec.tsx
6387
- var import_jsx_runtime75 = require("react/jsx-runtime");
6444
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6388
6445
  var MENUITEM_CLASSNAME = `k-menu-item`;
6389
- var states31 = [
6446
+ var states32 = [
6390
6447
  States.hover,
6391
6448
  States.focus,
6392
6449
  States.active,
6393
6450
  States.selected,
6394
6451
  States.disabled
6395
6452
  ];
6396
- var options29 = {};
6397
- var defaultProps26 = {
6453
+ var options30 = {};
6454
+ var defaultProps27 = {
6398
6455
  dir: "ltr"
6399
6456
  };
6400
6457
  var MenuItem = (props) => {
@@ -6408,11 +6465,11 @@ var MenuItem = (props) => {
6408
6465
  text,
6409
6466
  showArrow,
6410
6467
  arrowIconName,
6411
- dir = defaultProps26.dir,
6468
+ dir = defaultProps27.dir,
6412
6469
  children,
6413
6470
  ...other
6414
6471
  } = props;
6415
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_jsx_runtime75.Fragment, {});
6472
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(import_jsx_runtime74.Fragment, {});
6416
6473
  if (children) {
6417
6474
  children.forEach((child) => {
6418
6475
  const component = child.type;
@@ -6426,7 +6483,7 @@ var MenuItem = (props) => {
6426
6483
  if (!expandArrowName) {
6427
6484
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6428
6485
  }
6429
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6486
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6430
6487
  "li",
6431
6488
  {
6432
6489
  ...other,
@@ -6441,7 +6498,7 @@ var MenuItem = (props) => {
6441
6498
  })
6442
6499
  ),
6443
6500
  children: [
6444
- /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6501
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6445
6502
  "span",
6446
6503
  {
6447
6504
  className: classNames(
@@ -6454,9 +6511,9 @@ var MenuItem = (props) => {
6454
6511
  })
6455
6512
  ),
6456
6513
  children: [
6457
- icon && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6458
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: "k-menu-link-text", children: text }),
6459
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Icon, { icon: expandArrowName }) })
6514
+ icon && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6515
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: "k-menu-link-text", children: text }),
6516
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { icon: expandArrowName }) })
6460
6517
  ]
6461
6518
  }
6462
6519
  ),
@@ -6465,24 +6522,24 @@ var MenuItem = (props) => {
6465
6522
  }
6466
6523
  );
6467
6524
  };
6468
- MenuItem.states = states31;
6469
- MenuItem.options = options29;
6525
+ MenuItem.states = states32;
6526
+ MenuItem.options = options30;
6470
6527
  MenuItem.className = MENUITEM_CLASSNAME;
6471
- MenuItem.defaultProps = defaultProps26;
6528
+ MenuItem.defaultProps = defaultProps27;
6472
6529
  var menu_item_spec_default = MenuItem;
6473
6530
 
6474
6531
  // src/menu/menu-separator.spec.tsx
6475
- var import_jsx_runtime76 = require("react/jsx-runtime");
6532
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6476
6533
  var SEPARATOR_CLASSNAME = `k-separator`;
6477
- var defaultProps27 = {
6534
+ var defaultProps28 = {
6478
6535
  orientation: "horizontal"
6479
6536
  };
6480
6537
  var MenuSeparator = (props) => {
6481
6538
  const {
6482
- orientation = defaultProps27.orientation,
6539
+ orientation = defaultProps28.orientation,
6483
6540
  ...other
6484
6541
  } = props;
6485
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6542
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6486
6543
  "li",
6487
6544
  {
6488
6545
  ...other,
@@ -6500,25 +6557,25 @@ var MenuSeparator = (props) => {
6500
6557
  var menu_separator_spec_default = MenuSeparator;
6501
6558
 
6502
6559
  // src/menu/menu-item-content.tsx
6503
- var import_jsx_runtime77 = require("react/jsx-runtime");
6560
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6504
6561
 
6505
6562
  // src/menu/menu-list.spec.tsx
6506
- var import_jsx_runtime78 = require("react/jsx-runtime");
6563
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6507
6564
  var import_react = require("react");
6508
6565
  var MENULIST_CLASSNAME = `k-menu-group`;
6509
- var states32 = [];
6510
- var options30 = {
6566
+ var states33 = [];
6567
+ var options31 = {
6511
6568
  size: [Size.small, Size.medium, Size.large]
6512
6569
  };
6513
- var defaultProps28 = {
6570
+ var defaultProps29 = {
6514
6571
  size: Size.medium,
6515
6572
  dir: "ltr"
6516
6573
  };
6517
6574
  var MenuList = (props) => {
6518
6575
  const {
6519
6576
  children,
6520
- size = defaultProps28.size,
6521
- dir = defaultProps28.dir,
6577
+ size = defaultProps29.size,
6578
+ dir = defaultProps29.dir,
6522
6579
  ...other
6523
6580
  } = props;
6524
6581
  const listChildren = [];
@@ -6531,7 +6588,7 @@ var MenuList = (props) => {
6531
6588
  );
6532
6589
  } else if (child.type === menu_separator_spec_default) {
6533
6590
  listChildren.push(
6534
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(menu_separator_spec_default, {})
6591
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(menu_separator_spec_default, {})
6535
6592
  );
6536
6593
  } else {
6537
6594
  listChildren.push(child);
@@ -6539,7 +6596,7 @@ var MenuList = (props) => {
6539
6596
  });
6540
6597
  }
6541
6598
  }
6542
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6599
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6543
6600
  "ul",
6544
6601
  {
6545
6602
  ...other,
@@ -6554,25 +6611,25 @@ var MenuList = (props) => {
6554
6611
  }
6555
6612
  );
6556
6613
  };
6557
- MenuList.states = states32;
6558
- MenuList.options = options30;
6614
+ MenuList.states = states33;
6615
+ MenuList.options = options31;
6559
6616
  MenuList.className = MENULIST_CLASSNAME;
6560
- MenuList.defaultProps = defaultProps28;
6617
+ MenuList.defaultProps = defaultProps29;
6561
6618
 
6562
6619
  // src/menu-button/templates/menu-button-popup.tsx
6563
- var import_jsx_runtime79 = require("react/jsx-runtime");
6620
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6564
6621
 
6565
6622
  // src/split-button/split-button.spec.tsx
6566
- var import_jsx_runtime80 = require("react/jsx-runtime");
6623
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6567
6624
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6568
- var states33 = [
6625
+ var states34 = [
6569
6626
  States.hover,
6570
6627
  States.focus,
6571
6628
  States.active,
6572
6629
  States.selected,
6573
6630
  States.disabled
6574
6631
  ];
6575
- var options31 = {
6632
+ var options32 = {
6576
6633
  size: [Size.small, Size.medium, Size.large],
6577
6634
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6578
6635
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6590,7 +6647,7 @@ var options31 = {
6590
6647
  ThemeColor.inverse
6591
6648
  ]
6592
6649
  };
6593
- var defaultProps29 = {
6650
+ var defaultProps30 = {
6594
6651
  size: Size.medium,
6595
6652
  rounded: Roundness.medium,
6596
6653
  fillMode: FillMode.solid,
@@ -6599,10 +6656,10 @@ var defaultProps29 = {
6599
6656
  };
6600
6657
  var SplitButton = (props) => {
6601
6658
  const {
6602
- size = defaultProps29.size,
6603
- rounded = defaultProps29.rounded,
6604
- fillMode = defaultProps29.fillMode,
6605
- themeColor = defaultProps29.themeColor,
6659
+ size = defaultProps30.size,
6660
+ rounded = defaultProps30.rounded,
6661
+ fillMode = defaultProps30.fillMode,
6662
+ themeColor = defaultProps30.themeColor,
6606
6663
  hover,
6607
6664
  focus,
6608
6665
  active,
@@ -6610,75 +6667,80 @@ var SplitButton = (props) => {
6610
6667
  disabled,
6611
6668
  icon,
6612
6669
  text,
6613
- arrowIconName = defaultProps29.arrowIconName,
6670
+ arrowIconName = defaultProps30.arrowIconName,
6671
+ popup,
6672
+ opened,
6614
6673
  ...other
6615
6674
  } = props;
6616
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6617
- "div",
6618
- {
6619
- ...other,
6620
- className: classNames(
6621
- props.className,
6622
- SPLITBUTTON_CLASSNAME,
6623
- "k-button-group",
6624
- optionClassNames(SPLITBUTTON_CLASSNAME, {
6625
- rounded
6626
- })
6627
- ),
6628
- children: [
6629
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6630
- Button,
6631
- {
6632
- text,
6633
- icon,
6634
- size,
6635
- rounded,
6636
- fillMode,
6637
- themeColor,
6638
- hover,
6639
- focus,
6640
- active,
6641
- selected,
6642
- disabled,
6643
- children: props.children
6644
- }
6675
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6676
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6677
+ "div",
6678
+ {
6679
+ ...other,
6680
+ className: classNames(
6681
+ props.className,
6682
+ SPLITBUTTON_CLASSNAME,
6683
+ "k-button-group",
6684
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
6685
+ rounded
6686
+ })
6645
6687
  ),
6646
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6647
- Button,
6648
- {
6649
- className: "k-split-button-arrow",
6650
- icon: arrowIconName,
6651
- size,
6652
- rounded,
6653
- fillMode,
6654
- disabled
6655
- }
6656
- )
6657
- ]
6658
- }
6659
- );
6688
+ children: [
6689
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6690
+ Button,
6691
+ {
6692
+ text,
6693
+ icon,
6694
+ size,
6695
+ rounded,
6696
+ fillMode,
6697
+ themeColor,
6698
+ hover,
6699
+ focus,
6700
+ active,
6701
+ selected,
6702
+ disabled,
6703
+ children: props.children
6704
+ }
6705
+ ),
6706
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6707
+ Button,
6708
+ {
6709
+ className: "k-split-button-arrow",
6710
+ icon: arrowIconName,
6711
+ size,
6712
+ rounded,
6713
+ fillMode,
6714
+ disabled
6715
+ }
6716
+ )
6717
+ ]
6718
+ }
6719
+ ),
6720
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Popup, { className: "k-menu-popup", children: popup })
6721
+ ] });
6660
6722
  };
6661
- SplitButton.states = states33;
6662
- SplitButton.options = options31;
6723
+ SplitButton.states = states34;
6724
+ SplitButton.options = options32;
6663
6725
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6664
- SplitButton.defaultProps = defaultProps29;
6726
+ SplitButton.defaultProps = defaultProps30;
6665
6727
  var split_button_spec_default = SplitButton;
6666
6728
 
6667
6729
  // src/toolbar/toolbar.spec.tsx
6668
- var import_jsx_runtime81 = require("react/jsx-runtime");
6730
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6669
6731
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6670
- var states34 = [
6732
+ var states35 = [
6671
6733
  States.focus
6672
6734
  ];
6673
- var options32 = {
6735
+ var options33 = {
6674
6736
  size: [Size.small, Size.medium, Size.large]
6675
6737
  };
6676
- var defaultProps30 = {
6738
+ var defaultProps31 = {
6677
6739
  size: Size.medium
6678
6740
  };
6679
6741
  var Toolbar = (props) => {
6680
6742
  const {
6681
- size = defaultProps30.size,
6743
+ size = defaultProps31.size,
6682
6744
  focus,
6683
6745
  resizable,
6684
6746
  ...other
@@ -6688,7 +6750,7 @@ var Toolbar = (props) => {
6688
6750
  const tempToolbarChildren = [];
6689
6751
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6690
6752
  tempToolbarChildren.push(
6691
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6753
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6692
6754
  Button,
6693
6755
  {
6694
6756
  ...child.props,
@@ -6699,7 +6761,7 @@ var Toolbar = (props) => {
6699
6761
  );
6700
6762
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6701
6763
  tempToolbarChildren.push(
6702
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6764
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6703
6765
  Button,
6704
6766
  {
6705
6767
  ...child.props,
@@ -6710,7 +6772,7 @@ var Toolbar = (props) => {
6710
6772
  );
6711
6773
  } else if (child.type === Button) {
6712
6774
  tempToolbarChildren.push(
6713
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6775
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6714
6776
  Button,
6715
6777
  {
6716
6778
  ...child.props,
@@ -6721,7 +6783,7 @@ var Toolbar = (props) => {
6721
6783
  );
6722
6784
  } else if (child.type === MenuButton) {
6723
6785
  tempToolbarChildren.push(
6724
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6786
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6725
6787
  MenuButton,
6726
6788
  {
6727
6789
  ...child.props,
@@ -6732,7 +6794,7 @@ var Toolbar = (props) => {
6732
6794
  );
6733
6795
  } else if (child.type === split_button_spec_default) {
6734
6796
  tempToolbarChildren.push(
6735
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6797
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6736
6798
  split_button_spec_default,
6737
6799
  {
6738
6800
  ...child.props,
@@ -6746,7 +6808,7 @@ var Toolbar = (props) => {
6746
6808
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6747
6809
  childrenArray.forEach((button, bindex) => {
6748
6810
  buttonGroupItems.push(
6749
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6811
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6750
6812
  Button,
6751
6813
  {
6752
6814
  ...button.props,
@@ -6757,7 +6819,7 @@ var Toolbar = (props) => {
6757
6819
  );
6758
6820
  });
6759
6821
  tempToolbarChildren.push(
6760
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6822
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6761
6823
  ButtonGroup,
6762
6824
  {
6763
6825
  ...child.props,
@@ -6769,7 +6831,7 @@ var Toolbar = (props) => {
6769
6831
  );
6770
6832
  } else if (child.type === Combobox) {
6771
6833
  tempToolbarChildren.push(
6772
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6834
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6773
6835
  Combobox,
6774
6836
  {
6775
6837
  ...child.props,
@@ -6780,7 +6842,7 @@ var Toolbar = (props) => {
6780
6842
  );
6781
6843
  } else if (child.type === DropdownList) {
6782
6844
  tempToolbarChildren.push(
6783
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6845
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6784
6846
  DropdownList,
6785
6847
  {
6786
6848
  ...child.props,
@@ -6791,7 +6853,7 @@ var Toolbar = (props) => {
6791
6853
  );
6792
6854
  } else if (child.type === ColorPicker) {
6793
6855
  tempToolbarChildren.push(
6794
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6856
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6795
6857
  ColorPicker,
6796
6858
  {
6797
6859
  ...child.props,
@@ -6813,7 +6875,7 @@ var Toolbar = (props) => {
6813
6875
  addUniqueToolClass(child, index);
6814
6876
  });
6815
6877
  }
6816
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6878
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6817
6879
  "div",
6818
6880
  {
6819
6881
  ...other,
@@ -6834,26 +6896,26 @@ var Toolbar = (props) => {
6834
6896
  }
6835
6897
  );
6836
6898
  };
6837
- Toolbar.states = states34;
6838
- Toolbar.options = options32;
6899
+ Toolbar.states = states35;
6900
+ Toolbar.options = options33;
6839
6901
  Toolbar.className = TOOLBAR_CLASSNAME;
6840
- Toolbar.defaultProps = defaultProps30;
6902
+ Toolbar.defaultProps = defaultProps31;
6841
6903
 
6842
6904
  // src/toolbar/toolbar-angular.spec.tsx
6843
- var import_jsx_runtime82 = require("react/jsx-runtime");
6905
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6844
6906
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6845
- var states35 = [
6907
+ var states36 = [
6846
6908
  States.focus
6847
6909
  ];
6848
- var options33 = {
6910
+ var options34 = {
6849
6911
  size: [Size.small, Size.medium, Size.large]
6850
6912
  };
6851
- var defaultProps31 = {
6913
+ var defaultProps32 = {
6852
6914
  size: Size.medium
6853
6915
  };
6854
6916
  var ToolbarAngular = (props) => {
6855
6917
  const {
6856
- size = defaultProps31.size,
6918
+ size = defaultProps32.size,
6857
6919
  focus,
6858
6920
  resizable,
6859
6921
  ...other
@@ -6863,7 +6925,7 @@ var ToolbarAngular = (props) => {
6863
6925
  const tempToolbarChildren = [];
6864
6926
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6865
6927
  tempToolbarChildren.push(
6866
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6928
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6867
6929
  Button,
6868
6930
  {
6869
6931
  ...child.props,
@@ -6874,7 +6936,7 @@ var ToolbarAngular = (props) => {
6874
6936
  );
6875
6937
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6876
6938
  tempToolbarChildren.push(
6877
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6939
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6878
6940
  Button,
6879
6941
  {
6880
6942
  ...child.props,
@@ -6885,7 +6947,7 @@ var ToolbarAngular = (props) => {
6885
6947
  );
6886
6948
  } else if (child.type === Button) {
6887
6949
  tempToolbarChildren.push(
6888
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6950
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6889
6951
  Button,
6890
6952
  {
6891
6953
  ...child.props,
@@ -6896,7 +6958,7 @@ var ToolbarAngular = (props) => {
6896
6958
  );
6897
6959
  } else if (child.type === MenuButton) {
6898
6960
  tempToolbarChildren.push(
6899
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6961
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6900
6962
  MenuButton,
6901
6963
  {
6902
6964
  ...child.props,
@@ -6907,7 +6969,7 @@ var ToolbarAngular = (props) => {
6907
6969
  );
6908
6970
  } else if (child.type === split_button_spec_default) {
6909
6971
  tempToolbarChildren.push(
6910
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6972
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6911
6973
  split_button_spec_default,
6912
6974
  {
6913
6975
  ...child.props,
@@ -6921,7 +6983,7 @@ var ToolbarAngular = (props) => {
6921
6983
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6922
6984
  childrenArray.forEach((button, bindex) => {
6923
6985
  buttonGroupItems.push(
6924
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6986
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6925
6987
  Button,
6926
6988
  {
6927
6989
  ...button.props,
@@ -6932,7 +6994,7 @@ var ToolbarAngular = (props) => {
6932
6994
  );
6933
6995
  });
6934
6996
  tempToolbarChildren.push(
6935
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6997
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6936
6998
  ButtonGroup,
6937
6999
  {
6938
7000
  ...child.props,
@@ -6944,7 +7006,7 @@ var ToolbarAngular = (props) => {
6944
7006
  );
6945
7007
  } else if (child.type === Combobox) {
6946
7008
  tempToolbarChildren.push(
6947
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
7009
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6948
7010
  Combobox,
6949
7011
  {
6950
7012
  ...child.props,
@@ -6955,7 +7017,7 @@ var ToolbarAngular = (props) => {
6955
7017
  );
6956
7018
  } else if (child.type === DropdownList) {
6957
7019
  tempToolbarChildren.push(
6958
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
7020
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6959
7021
  DropdownList,
6960
7022
  {
6961
7023
  ...child.props,
@@ -6966,7 +7028,7 @@ var ToolbarAngular = (props) => {
6966
7028
  );
6967
7029
  } else if (child.type === ColorPicker) {
6968
7030
  tempToolbarChildren.push(
6969
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
7031
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6970
7032
  ColorPicker,
6971
7033
  {
6972
7034
  ...child.props,
@@ -6988,7 +7050,7 @@ var ToolbarAngular = (props) => {
6988
7050
  addUniqueToolClass(child, index);
6989
7051
  });
6990
7052
  }
6991
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
7053
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6992
7054
  "div",
6993
7055
  {
6994
7056
  ...other,
@@ -7009,28 +7071,28 @@ var ToolbarAngular = (props) => {
7009
7071
  }
7010
7072
  );
7011
7073
  };
7012
- ToolbarAngular.states = states35;
7013
- ToolbarAngular.options = options33;
7074
+ ToolbarAngular.states = states36;
7075
+ ToolbarAngular.options = options34;
7014
7076
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7015
- ToolbarAngular.defaultProps = defaultProps31;
7077
+ ToolbarAngular.defaultProps = defaultProps32;
7016
7078
 
7017
7079
  // src/toolbar/toolbar-separator.tsx
7018
- var import_jsx_runtime83 = require("react/jsx-runtime");
7080
+ var import_jsx_runtime82 = require("react/jsx-runtime");
7019
7081
 
7020
7082
  // src/toolbar/toolbar-item.spec.tsx
7021
- var import_jsx_runtime84 = require("react/jsx-runtime");
7083
+ var import_jsx_runtime83 = require("react/jsx-runtime");
7022
7084
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7023
- var states36 = [
7085
+ var states37 = [
7024
7086
  States.focus
7025
7087
  ];
7026
- var options34 = {};
7027
- var defaultProps32 = {};
7088
+ var options35 = {};
7089
+ var defaultProps33 = {};
7028
7090
  var ToolbarItem = (props) => {
7029
7091
  const {
7030
7092
  focus,
7031
7093
  ...other
7032
7094
  } = props;
7033
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
7095
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
7034
7096
  "div",
7035
7097
  {
7036
7098
  ...other,
@@ -7045,27 +7107,27 @@ var ToolbarItem = (props) => {
7045
7107
  }
7046
7108
  );
7047
7109
  };
7048
- ToolbarItem.states = states36;
7049
- ToolbarItem.options = options34;
7110
+ ToolbarItem.states = states37;
7111
+ ToolbarItem.options = options35;
7050
7112
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7051
- ToolbarItem.defaultProps = defaultProps32;
7113
+ ToolbarItem.defaultProps = defaultProps33;
7052
7114
 
7053
7115
  // src/table/data-table.spec.tsx
7054
- var import_jsx_runtime85 = require("react/jsx-runtime");
7116
+ var import_jsx_runtime84 = require("react/jsx-runtime");
7055
7117
  var DATATABLE_CLASSNAME = `k-data-table`;
7056
- var states37 = [];
7057
- var options35 = {
7118
+ var states38 = [];
7119
+ var options36 = {
7058
7120
  size: [Size.small, Size.medium, Size.large]
7059
7121
  };
7060
- var defaultProps33 = {
7122
+ var defaultProps34 = {
7061
7123
  size: Size.medium
7062
7124
  };
7063
7125
  var DataTable = (props) => {
7064
7126
  const {
7065
- size = defaultProps33.size,
7127
+ size = defaultProps34.size,
7066
7128
  ...other
7067
7129
  } = props;
7068
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
7130
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
7069
7131
  "div",
7070
7132
  {
7071
7133
  ...other,
@@ -7080,34 +7142,34 @@ var DataTable = (props) => {
7080
7142
  }
7081
7143
  );
7082
7144
  };
7083
- DataTable.states = states37;
7084
- DataTable.options = options35;
7145
+ DataTable.states = states38;
7146
+ DataTable.options = options36;
7085
7147
  DataTable.className = DATATABLE_CLASSNAME;
7086
- DataTable.defaultProps = defaultProps33;
7148
+ DataTable.defaultProps = defaultProps34;
7087
7149
 
7088
7150
  // src/table/table-header.tsx
7089
- var import_jsx_runtime86 = require("react/jsx-runtime");
7151
+ var import_jsx_runtime85 = require("react/jsx-runtime");
7090
7152
 
7091
7153
  // src/table/table-body.tsx
7092
- var import_jsx_runtime87 = require("react/jsx-runtime");
7154
+ var import_jsx_runtime86 = require("react/jsx-runtime");
7093
7155
 
7094
7156
  // src/table/table-footer.tsx
7095
- var import_jsx_runtime88 = require("react/jsx-runtime");
7157
+ var import_jsx_runtime87 = require("react/jsx-runtime");
7096
7158
 
7097
7159
  // src/table/table.spec.tsx
7098
- var import_jsx_runtime89 = require("react/jsx-runtime");
7160
+ var import_jsx_runtime88 = require("react/jsx-runtime");
7099
7161
  var TABLE_CLASSNAME = `k-table`;
7100
- var states38 = [];
7101
- var options36 = {
7162
+ var states39 = [];
7163
+ var options37 = {
7102
7164
  size: [Size.small, Size.medium, Size.large]
7103
7165
  };
7104
- var defaultProps34 = {};
7166
+ var defaultProps35 = {};
7105
7167
  var Table = (props) => {
7106
7168
  const {
7107
7169
  size,
7108
7170
  ...other
7109
7171
  } = props;
7110
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
7172
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
7111
7173
  "table",
7112
7174
  {
7113
7175
  ...other,
@@ -7122,26 +7184,26 @@ var Table = (props) => {
7122
7184
  }
7123
7185
  );
7124
7186
  };
7125
- Table.states = states38;
7126
- Table.options = options36;
7187
+ Table.states = states39;
7188
+ Table.options = options37;
7127
7189
  Table.className = TABLE_CLASSNAME;
7128
- Table.defaultProps = defaultProps34;
7190
+ Table.defaultProps = defaultProps35;
7129
7191
 
7130
7192
  // src/table/table-list.spec.tsx
7131
- var import_jsx_runtime90 = require("react/jsx-runtime");
7193
+ var import_jsx_runtime89 = require("react/jsx-runtime");
7132
7194
  var TABLELIST_CLASSNAME = `k-table-list`;
7133
- var states39 = [];
7134
- var options37 = {
7195
+ var states40 = [];
7196
+ var options38 = {
7135
7197
  size: [Size.small, Size.medium, Size.large]
7136
7198
  };
7137
- var defaultProps35 = {};
7199
+ var defaultProps36 = {};
7138
7200
  var TableList = (props) => {
7139
7201
  const {
7140
7202
  size,
7141
7203
  virtualization,
7142
7204
  ...other
7143
7205
  } = props;
7144
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
7206
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
7145
7207
  "ul",
7146
7208
  {
7147
7209
  ...other,
@@ -7160,15 +7222,15 @@ var TableList = (props) => {
7160
7222
  }
7161
7223
  );
7162
7224
  };
7163
- TableList.states = states39;
7164
- TableList.options = options37;
7225
+ TableList.states = states40;
7226
+ TableList.options = options38;
7165
7227
  TableList.className = TABLELIST_CLASSNAME;
7166
- TableList.defaultProps = defaultProps35;
7228
+ TableList.defaultProps = defaultProps36;
7167
7229
 
7168
7230
  // src/table/table-thead.tsx
7169
- var import_jsx_runtime91 = require("react/jsx-runtime");
7231
+ var import_jsx_runtime90 = require("react/jsx-runtime");
7170
7232
  var className13 = `k-table-thead`;
7171
- var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
7233
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
7172
7234
  "thead",
7173
7235
  {
7174
7236
  className: classNames(
@@ -7180,9 +7242,9 @@ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
7180
7242
  );
7181
7243
 
7182
7244
  // src/table/table-tbody.tsx
7183
- var import_jsx_runtime92 = require("react/jsx-runtime");
7245
+ var import_jsx_runtime91 = require("react/jsx-runtime");
7184
7246
  var className14 = `k-table-tbody`;
7185
- var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
7247
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
7186
7248
  "tbody",
7187
7249
  {
7188
7250
  className: classNames(
@@ -7194,12 +7256,12 @@ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
7194
7256
  );
7195
7257
 
7196
7258
  // src/table/table-tfoot.tsx
7197
- var import_jsx_runtime93 = require("react/jsx-runtime");
7259
+ var import_jsx_runtime92 = require("react/jsx-runtime");
7198
7260
 
7199
7261
  // src/table/table-row.tsx
7200
- var import_jsx_runtime94 = require("react/jsx-runtime");
7262
+ var import_jsx_runtime93 = require("react/jsx-runtime");
7201
7263
  var TABLEROW_CLASSNAME = `k-table-row`;
7202
- var states40 = [
7264
+ var states41 = [
7203
7265
  States.hover,
7204
7266
  States.focus,
7205
7267
  States.selected,
@@ -7214,7 +7276,7 @@ var TableRow = (props) => {
7214
7276
  alt,
7215
7277
  ...other
7216
7278
  } = props;
7217
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7279
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
7218
7280
  "tr",
7219
7281
  {
7220
7282
  ...other,
@@ -7237,8 +7299,8 @@ var TableRow = (props) => {
7237
7299
  };
7238
7300
 
7239
7301
  // src/table/table-list-row.tsx
7240
- var import_jsx_runtime95 = require("react/jsx-runtime");
7241
- var states41 = [
7302
+ var import_jsx_runtime94 = require("react/jsx-runtime");
7303
+ var states42 = [
7242
7304
  States.hover,
7243
7305
  States.focus,
7244
7306
  States.selected,
@@ -7246,7 +7308,7 @@ var states41 = [
7246
7308
  ];
7247
7309
 
7248
7310
  // src/table/table-th.tsx
7249
- var import_jsx_runtime96 = require("react/jsx-runtime");
7311
+ var import_jsx_runtime95 = require("react/jsx-runtime");
7250
7312
  var className15 = `k-table-th`;
7251
7313
  var TableTh = (props) => {
7252
7314
  const {
@@ -7255,7 +7317,7 @@ var TableTh = (props) => {
7255
7317
  ...other
7256
7318
  } = props;
7257
7319
  const textOrChildren = text ? text : props.children;
7258
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7320
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7259
7321
  "th",
7260
7322
  {
7261
7323
  colSpan: colspan,
@@ -7270,10 +7332,10 @@ var TableTh = (props) => {
7270
7332
  };
7271
7333
 
7272
7334
  // src/table/table-list-th.tsx
7273
- var import_jsx_runtime97 = require("react/jsx-runtime");
7335
+ var import_jsx_runtime96 = require("react/jsx-runtime");
7274
7336
 
7275
7337
  // src/table/table-td.tsx
7276
- var import_jsx_runtime98 = require("react/jsx-runtime");
7338
+ var import_jsx_runtime97 = require("react/jsx-runtime");
7277
7339
  var className16 = `k-table-td`;
7278
7340
  var TableTd = (props) => {
7279
7341
  const {
@@ -7282,7 +7344,7 @@ var TableTd = (props) => {
7282
7344
  ...other
7283
7345
  } = props;
7284
7346
  const textOrChildren = text ? text : props.children;
7285
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7347
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7286
7348
  "td",
7287
7349
  {
7288
7350
  colSpan: colspan,
@@ -7297,105 +7359,117 @@ var TableTd = (props) => {
7297
7359
  };
7298
7360
 
7299
7361
  // src/table/table-list-td.tsx
7300
- var import_jsx_runtime99 = require("react/jsx-runtime");
7362
+ var import_jsx_runtime98 = require("react/jsx-runtime");
7301
7363
 
7302
7364
  // src/table/table-group-header.tsx
7303
- var import_jsx_runtime100 = require("react/jsx-runtime");
7365
+ var import_jsx_runtime99 = require("react/jsx-runtime");
7304
7366
 
7305
7367
  // src/table/table-group-sticky-header.tsx
7306
- var import_jsx_runtime101 = require("react/jsx-runtime");
7368
+ var import_jsx_runtime100 = require("react/jsx-runtime");
7307
7369
 
7308
7370
  // src/table/table-group-row.tsx
7309
- var import_jsx_runtime102 = require("react/jsx-runtime");
7371
+ var import_jsx_runtime101 = require("react/jsx-runtime");
7310
7372
 
7311
7373
  // src/table/table-list-group-row.tsx
7374
+ var import_jsx_runtime102 = require("react/jsx-runtime");
7375
+
7376
+ // src/table/templates/table-list.tsx
7312
7377
  var import_jsx_runtime103 = require("react/jsx-runtime");
7313
7378
 
7314
- // src/grid/tests/grid-row-reordering.tsx
7379
+ // src/table/templates/table-list-virtualization.tsx
7315
7380
  var import_jsx_runtime104 = require("react/jsx-runtime");
7316
- var grid_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(import_jsx_runtime104.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7317
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Button, { className: "k-toolbar-button", themeColor: "primary", children: "Add New" }) }),
7318
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
7319
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("colgroup", { children: [
7320
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("col", { className: "k-drag-col" }),
7321
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("col", {}),
7322
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("col", {})
7381
+
7382
+ // src/table/templates/data-table-normal.tsx
7383
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7384
+
7385
+ // src/table/templates/table-native.tsx
7386
+ var import_jsx_runtime106 = require("react/jsx-runtime");
7387
+
7388
+ // src/grid/tests/grid-row-reordering.tsx
7389
+ var import_jsx_runtime107 = require("react/jsx-runtime");
7390
+ var grid_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(import_jsx_runtime107.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7391
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Button, { className: "k-toolbar-button", themeColor: "primary", children: "Add New" }) }),
7392
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
7393
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("colgroup", { children: [
7394
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("col", { className: "k-drag-col" }),
7395
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("col", {}),
7396
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("col", {})
7323
7397
  ] }),
7324
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(TableRow, { children: [
7325
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTh, { className: "k-drag-cell k-header" }),
7326
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("span", { className: "k-cell-inner", children: [
7327
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("span", { className: "k-link", children: [
7328
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-column-title", children: "Product Id" }),
7329
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "sort-asc-small" }) })
7398
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(TableRow, { children: [
7399
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTh, { className: "k-drag-cell k-header" }),
7400
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("span", { className: "k-cell-inner", children: [
7401
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("span", { className: "k-link", children: [
7402
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-column-title", children: "Product Id" }),
7403
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "sort-asc-small" }) })
7330
7404
  ] }),
7331
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "more-vertical" }) })
7405
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "more-vertical" }) })
7332
7406
  ] }) }),
7333
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("span", { className: "k-cell-inner", children: [
7334
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("span", { className: "k-link", children: [
7335
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
7336
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "sort-asc-small" }) })
7407
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("span", { className: "k-cell-inner", children: [
7408
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("span", { className: "k-link", children: [
7409
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
7410
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "sort-asc-small" }) })
7337
7411
  ] }),
7338
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "more-vertical" }) })
7412
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "more-vertical" }) })
7339
7413
  ] }) }),
7340
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("span", { className: "k-cell-inner", children: [
7341
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("span", { className: "k-link", children: [
7342
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
7343
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "sort-asc-small" }) })
7414
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("span", { className: "k-cell-inner", children: [
7415
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("span", { className: "k-link", children: [
7416
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
7417
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "sort-asc-small" }) })
7344
7418
  ] }),
7345
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "more-vertical" }) })
7419
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "more-vertical" }) })
7346
7420
  ] }) }),
7347
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("span", { className: "k-cell-inner", children: [
7348
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("span", { className: "k-link", children: [
7349
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-column-title", children: "Category" }),
7350
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "sort-asc-small" }) })
7421
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("span", { className: "k-cell-inner", children: [
7422
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("span", { className: "k-link", children: [
7423
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-column-title", children: "Category" }),
7424
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "sort-asc-small" }) })
7351
7425
  ] }),
7352
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "more-vertical" }) })
7426
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "more-vertical" }) })
7353
7427
  ] }) })
7354
7428
  ] }) })
7355
7429
  ] }) }) }),
7356
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
7357
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("colgroup", { children: [
7358
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("col", { className: "k-drag-col" }),
7359
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("col", {}),
7360
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("col", {})
7430
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
7431
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("colgroup", { children: [
7432
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("col", { className: "k-drag-col" }),
7433
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("col", {}),
7434
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("col", {})
7361
7435
  ] }),
7362
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(TableTbody, { children: [
7363
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(TableRow, { className: "k-master-row", children: [
7364
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "reorder" }) }),
7365
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
7366
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "21.35" }),
7367
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "0" }),
7368
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Condiments" })
7436
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(TableTbody, { children: [
7437
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(TableRow, { className: "k-master-row", children: [
7438
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "reorder" }) }),
7439
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
7440
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "21.35" }),
7441
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "0" }),
7442
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Condiments" })
7369
7443
  ] }),
7370
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(TableRow, { alt: true, children: [
7371
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "reorder" }) }),
7372
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Alice Mutton" }),
7373
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "39" }),
7374
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "0" }),
7375
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Meat/Poultry" })
7444
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(TableRow, { alt: true, children: [
7445
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "reorder" }) }),
7446
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Alice Mutton" }),
7447
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "39" }),
7448
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "0" }),
7449
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Meat/Poultry" })
7376
7450
  ] }),
7377
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(TableRow, { className: "k-master-row", children: [
7378
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "reorder" }) }),
7379
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7380
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "123.79" }),
7381
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "1" }),
7382
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Meat/Poultry" })
7451
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(TableRow, { className: "k-master-row", children: [
7452
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "reorder" }) }),
7453
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7454
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "123.79" }),
7455
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "1" }),
7456
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Meat/Poultry" })
7383
7457
  ] }),
7384
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(TableRow, { alt: true, children: [
7385
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "reorder" }) }),
7386
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Gorgonzola Telino" }),
7387
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "12.5" }),
7388
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "0" }),
7389
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Meat/Poultry" })
7458
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(TableRow, { alt: true, children: [
7459
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "reorder" }) }),
7460
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Gorgonzola Telino" }),
7461
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "12.5" }),
7462
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "0" }),
7463
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Meat/Poultry" })
7390
7464
  ] }),
7391
- /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(TableRow, { className: "k-master-row", children: [
7392
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Icon, { icon: "reorder" }) }),
7393
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Perth Pasties" }),
7394
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "32.8" }),
7395
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "0" }),
7396
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(TableTd, { children: "Meat/Poultry" })
7465
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(TableRow, { className: "k-master-row", children: [
7466
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Icon, { icon: "reorder" }) }),
7467
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Perth Pasties" }),
7468
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "32.8" }),
7469
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "0" }),
7470
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(TableTd, { children: "Meat/Poultry" })
7397
7471
  ] })
7398
7472
  ] })
7399
7473
  ] }) }),
7400
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
7474
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
7401
7475
  ] }) }) }) });