@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
@@ -5770,126 +5770,20 @@ NumericTextbox.defaultProps = defaultProps22;
5770
5770
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5771
5771
  var import_jsx_runtime61 = require("react/jsx-runtime");
5772
5772
 
5773
- // src/textbox/textbox.spec.tsx
5774
- var import_jsx_runtime62 = require("react/jsx-runtime");
5775
- var TEXTBOX_CLASSNAME = `k-textbox`;
5776
- var states26 = [
5777
- States.hover,
5778
- States.focus,
5779
- States.valid,
5780
- States.invalid,
5781
- States.required,
5782
- States.disabled,
5783
- States.loading,
5784
- States.readonly
5785
- ];
5786
- var options25 = {
5787
- size: [Size.small, Size.medium, Size.large],
5788
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5789
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5790
- };
5791
- var defaultProps23 = {
5792
- showClearButton: true,
5793
- size: Input.defaultProps.size,
5794
- rounded: Input.defaultProps.rounded,
5795
- fillMode: Input.defaultProps.fillMode
5796
- };
5797
- var Textbox = (props) => {
5798
- const {
5799
- prefix,
5800
- suffix,
5801
- value,
5802
- placeholder,
5803
- size,
5804
- rounded,
5805
- fillMode,
5806
- hover,
5807
- focus,
5808
- valid,
5809
- invalid,
5810
- required,
5811
- loading,
5812
- disabled,
5813
- readonly,
5814
- showClearButton = defaultProps23.showClearButton,
5815
- ...other
5816
- } = props;
5817
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5818
- Input,
5819
- {
5820
- ...other,
5821
- size,
5822
- rounded,
5823
- fillMode,
5824
- hover,
5825
- focus,
5826
- valid,
5827
- invalid,
5828
- required,
5829
- loading,
5830
- disabled,
5831
- readonly,
5832
- className: classNames(props.className, TEXTBOX_CLASSNAME),
5833
- children: [
5834
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputPrefix, { children: prefix }),
5835
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputInnerInput, { placeholder, value }),
5836
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5837
- InputValidationIcon,
5838
- {
5839
- valid,
5840
- invalid,
5841
- loading,
5842
- disabled
5843
- }
5844
- ),
5845
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5846
- InputLoadingIcon,
5847
- {
5848
- loading,
5849
- disabled
5850
- }
5851
- ),
5852
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5853
- InputClearValue,
5854
- {
5855
- loading,
5856
- disabled,
5857
- readonly,
5858
- value
5859
- }
5860
- ),
5861
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputSuffix, { children: suffix })
5862
- ]
5863
- }
5864
- );
5865
- };
5866
- Textbox.states = states26;
5867
- Textbox.options = options25;
5868
- Textbox.className = TEXTBOX_CLASSNAME;
5869
- Textbox.defaultProps = defaultProps23;
5870
-
5871
- // src/textbox/templates/textbox-normal.tsx
5872
- var import_jsx_runtime63 = require("react/jsx-runtime");
5873
-
5874
- // src/textbox/templates/textbox-prefix.tsx
5875
- var import_jsx_runtime64 = require("react/jsx-runtime");
5876
-
5877
- // src/textbox/templates/textbox-suffix.tsx
5878
- var import_jsx_runtime65 = require("react/jsx-runtime");
5879
-
5880
5773
  // src/pager/pager.spec.tsx
5881
- var import_jsx_runtime66 = require("react/jsx-runtime");
5774
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5882
5775
  var PAGER_CLASSNAME = `k-pager`;
5883
- var states27 = [
5776
+ var states26 = [
5884
5777
  States.focus,
5885
5778
  States.disabled
5886
5779
  ];
5887
- var options26 = {
5780
+ var options25 = {
5888
5781
  size: [Size.small, Size.medium, Size.large]
5889
5782
  };
5890
- var defaultProps24 = {
5783
+ var defaultProps23 = {
5891
5784
  size: Size.medium,
5892
- mobile: null,
5785
+ adaptive: false,
5786
+ itemsPerPage: true,
5893
5787
  type: "numeric",
5894
5788
  pageSizes: true,
5895
5789
  refresh: true,
@@ -5897,18 +5791,19 @@ var defaultProps24 = {
5897
5791
  };
5898
5792
  var Pager = (props) => {
5899
5793
  const {
5900
- size = defaultProps24.size,
5901
- mobile = defaultProps24.mobile,
5902
- type = defaultProps24.type,
5903
- pageSizes = defaultProps24.pageSizes,
5904
- refresh = defaultProps24.refresh,
5905
- info = defaultProps24.info,
5794
+ size = defaultProps23.size,
5795
+ adaptive = defaultProps23.adaptive,
5796
+ itemsPerPage = defaultProps23.itemsPerPage,
5797
+ type = defaultProps23.type,
5798
+ pageSizes = defaultProps23.pageSizes,
5799
+ refresh = defaultProps23.refresh,
5800
+ info = defaultProps23.info,
5906
5801
  focus,
5907
5802
  disabled,
5908
5803
  dir,
5909
5804
  ...other
5910
5805
  } = props;
5911
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5806
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5912
5807
  "div",
5913
5808
  {
5914
5809
  dir,
@@ -5922,21 +5817,17 @@ var Pager = (props) => {
5922
5817
  stateClassNames(PAGER_CLASSNAME, {
5923
5818
  focus,
5924
5819
  disabled
5925
- }),
5926
- {
5927
- "k-pager-mobile-md": mobile === "medium",
5928
- "k-pager-mobile-sm": mobile === "small"
5929
- }
5820
+ })
5930
5821
  ),
5931
5822
  children: [
5932
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5823
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5933
5824
  "div",
5934
5825
  {
5935
5826
  className: classNames(
5936
5827
  "k-pager-numbers-wrap"
5937
5828
  ),
5938
5829
  children: [
5939
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5830
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5940
5831
  Button,
5941
5832
  {
5942
5833
  className: classNames(
@@ -5950,7 +5841,7 @@ var Pager = (props) => {
5950
5841
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5951
5842
  }
5952
5843
  ),
5953
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5844
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5954
5845
  Button,
5955
5846
  {
5956
5847
  className: classNames(
@@ -5963,30 +5854,14 @@ var Pager = (props) => {
5963
5854
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
5964
5855
  }
5965
5856
  ),
5966
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5967
- "select",
5968
- {
5969
- className: classNames(
5970
- "k-picker",
5971
- "k-picker-solid",
5972
- "k-dropdown-list",
5973
- "k-dropdown",
5974
- "k-rounded-md",
5975
- optionClassNames("k-picker", {
5976
- size
5977
- })
5978
- ),
5979
- children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("option", { children: "1" })
5980
- }
5981
- ),
5982
- type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5857
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5983
5858
  "div",
5984
5859
  {
5985
5860
  className: classNames(
5986
5861
  "k-pager-numbers"
5987
5862
  ),
5988
5863
  children: [
5989
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5864
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5990
5865
  Button,
5991
5866
  {
5992
5867
  fillMode: "flat",
@@ -5996,7 +5871,7 @@ var Pager = (props) => {
5996
5871
  children: "1"
5997
5872
  }
5998
5873
  ),
5999
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5874
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6000
5875
  Button,
6001
5876
  {
6002
5877
  hover: true,
@@ -6007,7 +5882,7 @@ var Pager = (props) => {
6007
5882
  children: "2"
6008
5883
  }
6009
5884
  ),
6010
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5885
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6011
5886
  Button,
6012
5887
  {
6013
5888
  focus: true,
@@ -6018,7 +5893,7 @@ var Pager = (props) => {
6018
5893
  children: "3"
6019
5894
  }
6020
5895
  ),
6021
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5896
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6022
5897
  Button,
6023
5898
  {
6024
5899
  selected: true,
@@ -6029,7 +5904,7 @@ var Pager = (props) => {
6029
5904
  children: "4"
6030
5905
  }
6031
5906
  ),
6032
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5907
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6033
5908
  Button,
6034
5909
  {
6035
5910
  hover: true,
@@ -6041,7 +5916,7 @@ var Pager = (props) => {
6041
5916
  children: "5"
6042
5917
  }
6043
5918
  ),
6044
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5919
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6045
5920
  Button,
6046
5921
  {
6047
5922
  selected: true,
@@ -6056,20 +5931,39 @@ var Pager = (props) => {
6056
5931
  ]
6057
5932
  }
6058
5933
  ),
6059
- type === "input" && /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5934
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5935
+ "select",
5936
+ {
5937
+ className: classNames(
5938
+ "k-picker",
5939
+ "k-picker-solid",
5940
+ "k-dropdown-list",
5941
+ "k-dropdown",
5942
+ "k-rounded-md",
5943
+ optionClassNames("k-picker", {
5944
+ size
5945
+ }),
5946
+ {
5947
+ ["k-hidden"]: !adaptive
5948
+ }
5949
+ ),
5950
+ children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("option", { children: "99" })
5951
+ }
5952
+ ),
5953
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6060
5954
  "span",
6061
5955
  {
6062
5956
  className: classNames(
6063
5957
  "k-pager-input"
6064
5958
  ),
6065
5959
  children: [
6066
- "Page",
6067
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textbox, { showClearButton: false, size, value: "999" }),
6068
- "of 8"
5960
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { children: "Page" }),
5961
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
5962
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { children: "of 8" })
6069
5963
  ]
6070
5964
  }
6071
5965
  ),
6072
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5966
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6073
5967
  Button,
6074
5968
  {
6075
5969
  className: classNames(
@@ -6082,7 +5976,7 @@ var Pager = (props) => {
6082
5976
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6083
5977
  }
6084
5978
  ),
6085
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5979
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6086
5980
  Button,
6087
5981
  {
6088
5982
  className: classNames(
@@ -6098,19 +5992,19 @@ var Pager = (props) => {
6098
5992
  ]
6099
5993
  }
6100
5994
  ),
6101
- pageSizes && /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5995
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6102
5996
  "span",
6103
5997
  {
6104
5998
  className: classNames(
6105
5999
  "k-pager-sizes"
6106
6000
  ),
6107
6001
  children: [
6108
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { value: "20", size }),
6109
- "items per page"
6002
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "99", size }),
6003
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { children: "items per page" })
6110
6004
  ]
6111
6005
  }
6112
6006
  ),
6113
- refresh && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6007
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6114
6008
  Button,
6115
6009
  {
6116
6010
  className: classNames(
@@ -6122,7 +6016,7 @@ var Pager = (props) => {
6122
6016
  icon: "arrow-rotate-cw"
6123
6017
  }
6124
6018
  ),
6125
- info && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6019
+ info && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6126
6020
  "span",
6127
6021
  {
6128
6022
  className: classNames(
@@ -6135,31 +6029,174 @@ var Pager = (props) => {
6135
6029
  }
6136
6030
  );
6137
6031
  };
6138
- Pager.states = states27;
6139
- Pager.options = options26;
6032
+ Pager.states = states26;
6033
+ Pager.options = options25;
6140
6034
  Pager.className = PAGER_CLASSNAME;
6141
- Pager.defaultProps = defaultProps24;
6035
+ Pager.defaultProps = defaultProps23;
6142
6036
 
6143
- // src/button-group/button-group.spec.tsx
6037
+ // src/skeleton/skeleton.spec.tsx
6038
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6039
+ var SKELETON_CLASSNAME = `k-skeleton`;
6040
+ var states27 = [];
6041
+ var options26 = {};
6042
+ var defaultProps24 = {
6043
+ shape: "text",
6044
+ animation: "pulse"
6045
+ };
6046
+ var Skeleton = (props) => {
6047
+ const {
6048
+ shape = defaultProps24.shape,
6049
+ animation = defaultProps24.animation,
6050
+ ...other
6051
+ } = props;
6052
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6053
+ "span",
6054
+ {
6055
+ ...other,
6056
+ className: classNames(
6057
+ props.className,
6058
+ SKELETON_CLASSNAME,
6059
+ {
6060
+ [`k-skeleton-${shape}`]: shape,
6061
+ [`k-skeleton-${animation}`]: animation
6062
+ }
6063
+ ),
6064
+ style: props.style
6065
+ }
6066
+ );
6067
+ };
6068
+ Skeleton.states = states27;
6069
+ Skeleton.options = options26;
6070
+ Skeleton.className = SKELETON_CLASSNAME;
6071
+ Skeleton.defaultProps = defaultProps24;
6072
+
6073
+ // src/textbox/textbox.spec.tsx
6074
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6075
+ var TEXTBOX_CLASSNAME = `k-textbox`;
6076
+ var states28 = [
6077
+ States.hover,
6078
+ States.focus,
6079
+ States.valid,
6080
+ States.invalid,
6081
+ States.required,
6082
+ States.disabled,
6083
+ States.loading,
6084
+ States.readonly
6085
+ ];
6086
+ var options27 = {
6087
+ size: [Size.small, Size.medium, Size.large],
6088
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6089
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6090
+ };
6091
+ var defaultProps25 = {
6092
+ showClearButton: true,
6093
+ size: Input.defaultProps.size,
6094
+ rounded: Input.defaultProps.rounded,
6095
+ fillMode: Input.defaultProps.fillMode
6096
+ };
6097
+ var Textbox = (props) => {
6098
+ const {
6099
+ prefix,
6100
+ suffix,
6101
+ value,
6102
+ placeholder,
6103
+ size,
6104
+ rounded,
6105
+ fillMode,
6106
+ hover,
6107
+ focus,
6108
+ valid,
6109
+ invalid,
6110
+ required,
6111
+ loading,
6112
+ disabled,
6113
+ readonly,
6114
+ showClearButton = defaultProps25.showClearButton,
6115
+ ...other
6116
+ } = props;
6117
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6118
+ Input,
6119
+ {
6120
+ ...other,
6121
+ size,
6122
+ rounded,
6123
+ fillMode,
6124
+ hover,
6125
+ focus,
6126
+ valid,
6127
+ invalid,
6128
+ required,
6129
+ loading,
6130
+ disabled,
6131
+ readonly,
6132
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
6133
+ children: [
6134
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputPrefix, { children: prefix }),
6135
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputInnerInput, { placeholder, value }),
6136
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6137
+ InputValidationIcon,
6138
+ {
6139
+ valid,
6140
+ invalid,
6141
+ loading,
6142
+ disabled
6143
+ }
6144
+ ),
6145
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6146
+ InputLoadingIcon,
6147
+ {
6148
+ loading,
6149
+ disabled
6150
+ }
6151
+ ),
6152
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6153
+ InputClearValue,
6154
+ {
6155
+ loading,
6156
+ disabled,
6157
+ readonly,
6158
+ value
6159
+ }
6160
+ ),
6161
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSuffix, { children: suffix })
6162
+ ]
6163
+ }
6164
+ );
6165
+ };
6166
+ Textbox.states = states28;
6167
+ Textbox.options = options27;
6168
+ Textbox.className = TEXTBOX_CLASSNAME;
6169
+ Textbox.defaultProps = defaultProps25;
6170
+
6171
+ // src/textbox/templates/textbox-normal.tsx
6172
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6173
+
6174
+ // src/textbox/templates/textbox-prefix.tsx
6175
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6176
+
6177
+ // src/textbox/templates/textbox-suffix.tsx
6144
6178
  var import_jsx_runtime67 = require("react/jsx-runtime");
6179
+
6180
+ // src/button-group/button-group.spec.tsx
6181
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6145
6182
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6146
- var states28 = [
6183
+ var states29 = [
6147
6184
  States.disabled
6148
6185
  ];
6149
- var options27 = {
6186
+ var options28 = {
6150
6187
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6151
6188
  };
6152
- var defaultProps25 = {
6189
+ var defaultProps26 = {
6153
6190
  fillMode: FillMode.solid
6154
6191
  };
6155
6192
  var ButtonGroup = (props) => {
6156
6193
  const {
6157
- fillMode = defaultProps25.fillMode,
6194
+ fillMode = defaultProps26.fillMode,
6158
6195
  disabled,
6159
6196
  stretched,
6160
6197
  ...other
6161
6198
  } = props;
6162
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6199
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6163
6200
  "div",
6164
6201
  {
6165
6202
  ...other,
@@ -6180,35 +6217,35 @@ var ButtonGroup = (props) => {
6180
6217
  }
6181
6218
  );
6182
6219
  };
6183
- ButtonGroup.states = states28;
6184
- ButtonGroup.options = options27;
6220
+ ButtonGroup.states = states29;
6221
+ ButtonGroup.options = options28;
6185
6222
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6186
- ButtonGroup.defaultProps = defaultProps25;
6223
+ ButtonGroup.defaultProps = defaultProps26;
6187
6224
 
6188
6225
  // src/button-group/templates/icon-button-group.tsx
6189
- var import_jsx_runtime68 = require("react/jsx-runtime");
6226
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6190
6227
 
6191
6228
  // src/button-group/templates/icon-text-button-group.tsx
6192
- var import_jsx_runtime69 = require("react/jsx-runtime");
6229
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6193
6230
 
6194
6231
  // src/button-group/templates/text-button-group.tsx
6195
- var import_jsx_runtime70 = require("react/jsx-runtime");
6232
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6196
6233
 
6197
6234
  // src/button-group/templates/mixed-button-group.tsx
6198
- var import_jsx_runtime71 = require("react/jsx-runtime");
6235
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6199
6236
 
6200
6237
  // src/color-preview/color-preview.tsx
6201
- var import_jsx_runtime72 = require("react/jsx-runtime");
6238
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6202
6239
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6203
- var states29 = [];
6204
- var options28 = {};
6240
+ var states30 = [];
6241
+ var options29 = {};
6205
6242
  var ColorPreview = (props) => {
6206
6243
  const {
6207
6244
  color,
6208
6245
  iconName,
6209
6246
  ...other
6210
6247
  } = props;
6211
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
6248
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6212
6249
  "span",
6213
6250
  {
6214
6251
  ...other,
@@ -6221,8 +6258,8 @@ var ColorPreview = (props) => {
6221
6258
  }
6222
6259
  ),
6223
6260
  children: [
6224
- iconName && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6225
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6261
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6262
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6226
6263
  "span",
6227
6264
  {
6228
6265
  className: "k-color-preview-mask",
@@ -6233,14 +6270,14 @@ var ColorPreview = (props) => {
6233
6270
  }
6234
6271
  );
6235
6272
  };
6236
- ColorPreview.states = states29;
6237
- ColorPreview.options = options28;
6273
+ ColorPreview.states = states30;
6274
+ ColorPreview.options = options29;
6238
6275
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6239
6276
 
6240
6277
  // src/colorpicker/colorpicker.spec.tsx
6241
- var import_jsx_runtime73 = require("react/jsx-runtime");
6278
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6242
6279
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6243
- var states30 = [
6280
+ var states31 = [
6244
6281
  States.hover,
6245
6282
  States.focus,
6246
6283
  States.valid,
@@ -6248,12 +6285,12 @@ var states30 = [
6248
6285
  States.required,
6249
6286
  States.disabled
6250
6287
  ];
6251
- var options29 = {
6288
+ var options30 = {
6252
6289
  size: [Size.small, Size.medium, Size.large],
6253
6290
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6254
6291
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6255
6292
  };
6256
- var defaultProps26 = {
6293
+ var defaultProps27 = {
6257
6294
  arrowIconName: "caret-alt-down",
6258
6295
  size: Picker.defaultProps.size,
6259
6296
  rounded: Picker.defaultProps.rounded,
@@ -6275,10 +6312,10 @@ var ColorPicker = (props) => {
6275
6312
  required,
6276
6313
  disabled,
6277
6314
  valueIconName,
6278
- arrowIconName = defaultProps26.arrowIconName,
6315
+ arrowIconName = defaultProps27.arrowIconName,
6279
6316
  ...other
6280
6317
  } = props;
6281
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6318
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6282
6319
  Picker,
6283
6320
  {
6284
6321
  ...other,
@@ -6297,14 +6334,14 @@ var ColorPicker = (props) => {
6297
6334
  "k-icon-picker"
6298
6335
  ),
6299
6336
  children: [
6300
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputPrefix, { children: prefix }),
6301
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6337
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputPrefix, { children: prefix }),
6338
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6302
6339
  InputInnerSpan,
6303
6340
  {
6304
6341
  placeholder,
6305
6342
  value,
6306
6343
  showValue: false,
6307
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6344
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6308
6345
  ColorPreview,
6309
6346
  {
6310
6347
  className: "k-value-icon",
@@ -6315,8 +6352,8 @@ var ColorPicker = (props) => {
6315
6352
  valueIconName
6316
6353
  }
6317
6354
  ),
6318
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputSuffix, { children: suffix }),
6319
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6355
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputSuffix, { children: suffix }),
6356
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6320
6357
  Button,
6321
6358
  {
6322
6359
  className: "k-input-button",
@@ -6330,17 +6367,17 @@ var ColorPicker = (props) => {
6330
6367
  }
6331
6368
  );
6332
6369
  };
6333
- ColorPicker.states = states30;
6334
- ColorPicker.options = options29;
6370
+ ColorPicker.states = states31;
6371
+ ColorPicker.options = options30;
6335
6372
  ColorPicker.className = COLORPICKER_CLASSNAME;
6336
- ColorPicker.defaultProps = defaultProps26;
6373
+ ColorPicker.defaultProps = defaultProps27;
6337
6374
 
6338
6375
  // src/action-sheet/action-sheet.spec.tsx
6339
- var import_jsx_runtime74 = require("react/jsx-runtime");
6376
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6340
6377
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6341
- var states31 = [];
6342
- var options30 = {};
6343
- var defaultProps27 = {
6378
+ var states32 = [];
6379
+ var options31 = {};
6380
+ var defaultProps28 = {
6344
6381
  side: "bottom",
6345
6382
  fullscreen: false,
6346
6383
  adaptive: false,
@@ -6353,14 +6390,14 @@ var ActionSheet = (props) => {
6353
6390
  header,
6354
6391
  footer,
6355
6392
  actions,
6356
- side = defaultProps27.side,
6357
- fullscreen = defaultProps27.fullscreen,
6358
- adaptive = defaultProps27.adaptive,
6359
- overlay = defaultProps27.overlay,
6393
+ side = defaultProps28.side,
6394
+ fullscreen = defaultProps28.fullscreen,
6395
+ adaptive = defaultProps28.adaptive,
6396
+ overlay = defaultProps28.overlay,
6360
6397
  ...other
6361
6398
  } = props;
6362
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6363
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6399
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6400
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6364
6401
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6365
6402
  switch (child.type) {
6366
6403
  case ActionSheetHeader:
@@ -6370,10 +6407,10 @@ var ActionSheet = (props) => {
6370
6407
  return true;
6371
6408
  }
6372
6409
  return true;
6373
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(import_jsx_runtime74.Fragment, {});
6374
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "k-actionsheet-container", children: [
6375
- overlay && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "k-overlay" }),
6376
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6410
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_jsx_runtime75.Fragment, {});
6411
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("div", { className: "k-actionsheet-container", children: [
6412
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: "k-overlay" }),
6413
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6377
6414
  AnimationContainer,
6378
6415
  {
6379
6416
  animationStyle: {
@@ -6383,7 +6420,7 @@ var ActionSheet = (props) => {
6383
6420
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6384
6421
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6385
6422
  },
6386
- children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6423
+ children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6387
6424
  "div",
6388
6425
  {
6389
6426
  ...other,
@@ -6396,9 +6433,9 @@ var ActionSheet = (props) => {
6396
6433
  "k-adaptive-actionsheet": adaptive
6397
6434
  }
6398
6435
  ),
6399
- children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
6436
+ children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
6400
6437
  _ActionSheetHeader,
6401
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: classNames(
6438
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: classNames(
6402
6439
  "k-actionsheet-content",
6403
6440
  {
6404
6441
  "!k-overflow-hidden": adaptive
@@ -6412,13 +6449,13 @@ var ActionSheet = (props) => {
6412
6449
  )
6413
6450
  ] });
6414
6451
  };
6415
- ActionSheet.states = states31;
6416
- ActionSheet.options = options30;
6452
+ ActionSheet.states = states32;
6453
+ ActionSheet.options = options31;
6417
6454
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
6418
- ActionSheet.defaultProps = defaultProps27;
6455
+ ActionSheet.defaultProps = defaultProps28;
6419
6456
 
6420
6457
  // src/action-sheet/actionsheet-header.tsx
6421
- var import_jsx_runtime75 = require("react/jsx-runtime");
6458
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6422
6459
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6423
6460
  var ActionSheetHeader = (props) => {
6424
6461
  const {
@@ -6428,7 +6465,7 @@ var ActionSheetHeader = (props) => {
6428
6465
  filter,
6429
6466
  ...other
6430
6467
  } = props;
6431
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6468
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6432
6469
  "div",
6433
6470
  {
6434
6471
  ...other,
@@ -6436,37 +6473,37 @@ var ActionSheetHeader = (props) => {
6436
6473
  props.className,
6437
6474
  ACTIONSHEETHEADER_CLASSNAME
6438
6475
  ),
6439
- children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
6440
- /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6441
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_jsx_runtime75.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("div", { className: "k-actionsheet-title", children: [
6442
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: "k-text-center", children: title }),
6443
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6476
+ children: /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(import_jsx_runtime76.Fragment, { children: [
6477
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6478
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_jsx_runtime76.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "k-actionsheet-title", children: [
6479
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("div", { className: "k-text-center", children: title }),
6480
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6444
6481
  ] }) }),
6445
- props.children && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6446
- actions && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_jsx_runtime75.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6482
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6483
+ actions && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_jsx_runtime76.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6447
6484
  ] }),
6448
- filter && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_jsx_runtime75.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6485
+ filter && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_jsx_runtime76.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6449
6486
  ] })
6450
6487
  }
6451
6488
  );
6452
6489
  };
6453
6490
 
6454
6491
  // src/action-buttons/action-buttons.spec.tsx
6455
- var import_jsx_runtime76 = require("react/jsx-runtime");
6492
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6456
6493
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6457
- var states32 = [];
6458
- var options31 = {};
6459
- var defaultProps28 = {
6494
+ var states33 = [];
6495
+ var options32 = {};
6496
+ var defaultProps29 = {
6460
6497
  alignment: "start",
6461
6498
  orientation: "horizontal"
6462
6499
  };
6463
6500
  var ActionButtons = (props) => {
6464
6501
  const {
6465
- alignment = defaultProps28.alignment,
6466
- orientation = defaultProps28.orientation,
6502
+ alignment = defaultProps29.alignment,
6503
+ orientation = defaultProps29.orientation,
6467
6504
  ...other
6468
6505
  } = props;
6469
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6506
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6470
6507
  "div",
6471
6508
  {
6472
6509
  ...other,
@@ -6482,21 +6519,21 @@ var ActionButtons = (props) => {
6482
6519
  }
6483
6520
  );
6484
6521
  };
6485
- ActionButtons.states = states32;
6486
- ActionButtons.options = options31;
6522
+ ActionButtons.states = states33;
6523
+ ActionButtons.options = options32;
6487
6524
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6488
- ActionButtons.defaultProps = defaultProps28;
6525
+ ActionButtons.defaultProps = defaultProps29;
6489
6526
  var action_buttons_spec_default = ActionButtons;
6490
6527
 
6491
6528
  // src/action-sheet/actionsheet-footer.tsx
6492
- var import_jsx_runtime77 = require("react/jsx-runtime");
6529
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6493
6530
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6494
6531
  var ActionSheetFooter = (props) => {
6495
6532
  const {
6496
6533
  actions,
6497
6534
  ...other
6498
6535
  } = props;
6499
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6536
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6500
6537
  action_buttons_spec_default,
6501
6538
  {
6502
6539
  ...other,
@@ -6505,17 +6542,17 @@ var ActionSheetFooter = (props) => {
6505
6542
  ACTIONSHEETFOOTER_CLASSNAME
6506
6543
  ),
6507
6544
  alignment: "stretched",
6508
- children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(import_jsx_runtime77.Fragment, { children: [
6545
+ children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6509
6546
  actions && actions.map((action, index) => {
6510
6547
  if (action === "|") {
6511
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "k-separator" }, index);
6548
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "k-separator" }, index);
6512
6549
  }
6513
6550
  if (action === " ") {
6514
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "k-spacer" }, index);
6551
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "k-spacer" }, index);
6515
6552
  }
6516
6553
  const importantFlag = action.startsWith("!");
6517
6554
  const actionName = importantFlag ? action.substring(1) : action;
6518
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6555
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6519
6556
  }),
6520
6557
  !actions && props.children
6521
6558
  ] })
@@ -6524,12 +6561,12 @@ var ActionSheetFooter = (props) => {
6524
6561
  };
6525
6562
 
6526
6563
  // src/action-sheet/actionsheet-items.tsx
6527
- var import_jsx_runtime78 = require("react/jsx-runtime");
6564
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6528
6565
  var ActionSheetItems = (props) => {
6529
6566
  const {
6530
6567
  ...other
6531
6568
  } = props;
6532
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6569
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6533
6570
  "div",
6534
6571
  {
6535
6572
  ...other,
@@ -6543,8 +6580,8 @@ var ActionSheetItems = (props) => {
6543
6580
  };
6544
6581
 
6545
6582
  // src/action-sheet/actionsheet-item.tsx
6546
- var import_jsx_runtime79 = require("react/jsx-runtime");
6547
- var states33 = [
6583
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6584
+ var states34 = [
6548
6585
  States.hover,
6549
6586
  States.focus,
6550
6587
  States.selected,
@@ -6552,9 +6589,9 @@ var states33 = [
6552
6589
  ];
6553
6590
 
6554
6591
  // src/combobox/combobox.spec.tsx
6555
- var import_jsx_runtime80 = require("react/jsx-runtime");
6592
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6556
6593
  var COMBOBOX_CLASSNAME = `k-combobox`;
6557
- var states34 = [
6594
+ var states35 = [
6558
6595
  States.hover,
6559
6596
  States.focus,
6560
6597
  States.valid,
@@ -6564,12 +6601,12 @@ var states34 = [
6564
6601
  States.disabled,
6565
6602
  States.readonly
6566
6603
  ];
6567
- var defaultProps29 = {
6604
+ var defaultProps30 = {
6568
6605
  size: Input.defaultProps.size,
6569
6606
  rounded: Input.defaultProps.rounded,
6570
6607
  fillMode: Input.defaultProps.fillMode
6571
6608
  };
6572
- var options32 = {
6609
+ var options33 = {
6573
6610
  size: [Size.small, Size.medium, Size.large],
6574
6611
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6575
6612
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6597,8 +6634,8 @@ var Combobox = (props) => {
6597
6634
  adaptiveSettings,
6598
6635
  ...other
6599
6636
  } = props;
6600
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(import_jsx_runtime80.Fragment, { children: [
6601
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6637
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(import_jsx_runtime81.Fragment, { children: [
6638
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6602
6639
  Input,
6603
6640
  {
6604
6641
  ...other,
@@ -6615,9 +6652,9 @@ var Combobox = (props) => {
6615
6652
  readonly,
6616
6653
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6617
6654
  children: [
6618
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(InputPrefix, { children: prefix }),
6619
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(InputInnerInput, { placeholder, value }),
6620
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6655
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputPrefix, { children: prefix }),
6656
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputInnerInput, { placeholder, value }),
6657
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6621
6658
  InputValidationIcon,
6622
6659
  {
6623
6660
  valid,
@@ -6626,14 +6663,14 @@ var Combobox = (props) => {
6626
6663
  disabled
6627
6664
  }
6628
6665
  ),
6629
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6666
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6630
6667
  InputLoadingIcon,
6631
6668
  {
6632
6669
  loading,
6633
6670
  disabled
6634
6671
  }
6635
6672
  ),
6636
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6673
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6637
6674
  InputClearValue,
6638
6675
  {
6639
6676
  loading,
@@ -6642,8 +6679,8 @@ var Combobox = (props) => {
6642
6679
  value
6643
6680
  }
6644
6681
  ),
6645
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(InputSuffix, { children: suffix }),
6646
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6682
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputSuffix, { children: suffix }),
6683
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6647
6684
  Button,
6648
6685
  {
6649
6686
  className: "k-input-button",
@@ -6656,9 +6693,9 @@ var Combobox = (props) => {
6656
6693
  ]
6657
6694
  }
6658
6695
  ),
6659
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6660
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6661
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6696
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6697
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6698
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6662
6699
  ActionSheetHeader,
6663
6700
  {
6664
6701
  actions: ["x"],
@@ -6666,42 +6703,42 @@ var Combobox = (props) => {
6666
6703
  title: "Select Item"
6667
6704
  }
6668
6705
  ),
6669
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(List, { size: "large", children: [
6670
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ListItem, { text: "List item" }),
6671
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ListItem, { text: "List item" }),
6672
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ListItem, { text: "List item" })
6706
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(List, { size: "large", children: [
6707
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" }),
6708
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" }),
6709
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" })
6673
6710
  ] }) })
6674
6711
  ] })
6675
6712
  ] });
6676
6713
  };
6677
- Combobox.states = states34;
6678
- Combobox.options = options32;
6714
+ Combobox.states = states35;
6715
+ Combobox.options = options33;
6679
6716
  Combobox.className = COMBOBOX_CLASSNAME;
6680
- Combobox.defaultProps = defaultProps29;
6717
+ Combobox.defaultProps = defaultProps30;
6681
6718
 
6682
6719
  // src/combobox/templates/combobox-normal.tsx
6683
- var import_jsx_runtime81 = require("react/jsx-runtime");
6720
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6684
6721
 
6685
6722
  // src/combobox/templates/combobox-popup.tsx
6686
- var import_jsx_runtime82 = require("react/jsx-runtime");
6723
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6687
6724
 
6688
6725
  // src/combobox/templates/combobox-grouping.tsx
6689
- var import_jsx_runtime83 = require("react/jsx-runtime");
6726
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6690
6727
 
6691
6728
  // src/combobox/templates/combobox-adaptive.tsx
6692
- var import_jsx_runtime84 = require("react/jsx-runtime");
6729
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6693
6730
 
6694
6731
  // src/menu-button/menu-button.spec.tsx
6695
- var import_jsx_runtime85 = require("react/jsx-runtime");
6732
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6696
6733
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6697
- var states35 = [
6734
+ var states36 = [
6698
6735
  States.hover,
6699
6736
  States.focus,
6700
6737
  States.active,
6701
6738
  States.selected,
6702
6739
  States.disabled
6703
6740
  ];
6704
- var options33 = {
6741
+ var options34 = {
6705
6742
  size: [Size.small, Size.medium, Size.large],
6706
6743
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6707
6744
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6719,7 +6756,7 @@ var options33 = {
6719
6756
  ThemeColor.inverse
6720
6757
  ]
6721
6758
  };
6722
- var defaultProps30 = {
6759
+ var defaultProps31 = {
6723
6760
  size: Size.medium,
6724
6761
  rounded: Roundness.medium,
6725
6762
  fillMode: FillMode.solid,
@@ -6729,10 +6766,10 @@ var defaultProps30 = {
6729
6766
  };
6730
6767
  var MenuButton = (props) => {
6731
6768
  const {
6732
- size = defaultProps30.size,
6733
- rounded = defaultProps30.rounded,
6734
- fillMode = defaultProps30.fillMode,
6735
- themeColor = defaultProps30.themeColor,
6769
+ size = defaultProps31.size,
6770
+ rounded = defaultProps31.rounded,
6771
+ fillMode = defaultProps31.fillMode,
6772
+ themeColor = defaultProps31.themeColor,
6736
6773
  hover,
6737
6774
  focus,
6738
6775
  active,
@@ -6740,14 +6777,14 @@ var MenuButton = (props) => {
6740
6777
  disabled,
6741
6778
  icon,
6742
6779
  text,
6743
- showArrow = defaultProps30.showArrow,
6744
- arrowIconName = defaultProps30.arrowIconName,
6780
+ showArrow = defaultProps31.showArrow,
6781
+ arrowIconName = defaultProps31.arrowIconName,
6745
6782
  popup,
6746
6783
  opened,
6747
6784
  ...other
6748
6785
  } = props;
6749
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(import_jsx_runtime85.Fragment, { children: [
6750
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6786
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
6787
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6751
6788
  Button,
6752
6789
  {
6753
6790
  ...other,
@@ -6770,35 +6807,35 @@ var MenuButton = (props) => {
6770
6807
  arrowIconName
6771
6808
  }
6772
6809
  ),
6773
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Popup, { className: "k-menu-popup", children: popup })
6810
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Popup, { className: "k-menu-popup", children: popup })
6774
6811
  ] });
6775
6812
  };
6776
- MenuButton.states = states35;
6777
- MenuButton.options = options33;
6813
+ MenuButton.states = states36;
6814
+ MenuButton.options = options34;
6778
6815
  MenuButton.className = MENUBUTTON_CLASSNAME;
6779
- MenuButton.defaultProps = defaultProps30;
6816
+ MenuButton.defaultProps = defaultProps31;
6780
6817
 
6781
6818
  // src/menu-button/templates/icon-menu-button.tsx
6782
- var import_jsx_runtime86 = require("react/jsx-runtime");
6819
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6783
6820
 
6784
6821
  // src/menu-button/templates/icon-text-menu-button.tsx
6785
- var import_jsx_runtime87 = require("react/jsx-runtime");
6822
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6786
6823
 
6787
6824
  // src/menu-button/templates/text-menu-button.tsx
6788
- var import_jsx_runtime88 = require("react/jsx-runtime");
6825
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6789
6826
 
6790
6827
  // src/menu/menu-item.spec.tsx
6791
- var import_jsx_runtime89 = require("react/jsx-runtime");
6828
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6792
6829
  var MENUITEM_CLASSNAME = `k-menu-item`;
6793
- var states36 = [
6830
+ var states37 = [
6794
6831
  States.hover,
6795
6832
  States.focus,
6796
6833
  States.active,
6797
6834
  States.selected,
6798
6835
  States.disabled
6799
6836
  ];
6800
- var options34 = {};
6801
- var defaultProps31 = {
6837
+ var options35 = {};
6838
+ var defaultProps32 = {
6802
6839
  dir: "ltr"
6803
6840
  };
6804
6841
  var MenuItem = (props) => {
@@ -6812,11 +6849,11 @@ var MenuItem = (props) => {
6812
6849
  text,
6813
6850
  showArrow,
6814
6851
  arrowIconName,
6815
- dir = defaultProps31.dir,
6852
+ dir = defaultProps32.dir,
6816
6853
  children,
6817
6854
  ...other
6818
6855
  } = props;
6819
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_jsx_runtime89.Fragment, {});
6856
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(import_jsx_runtime90.Fragment, {});
6820
6857
  if (children) {
6821
6858
  children.forEach((child) => {
6822
6859
  const component = child.type;
@@ -6830,7 +6867,7 @@ var MenuItem = (props) => {
6830
6867
  if (!expandArrowName) {
6831
6868
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6832
6869
  }
6833
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
6870
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
6834
6871
  "li",
6835
6872
  {
6836
6873
  ...other,
@@ -6845,7 +6882,7 @@ var MenuItem = (props) => {
6845
6882
  })
6846
6883
  ),
6847
6884
  children: [
6848
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
6885
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
6849
6886
  "span",
6850
6887
  {
6851
6888
  className: classNames(
@@ -6858,9 +6895,9 @@ var MenuItem = (props) => {
6858
6895
  })
6859
6896
  ),
6860
6897
  children: [
6861
- icon && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6862
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-menu-link-text", children: text }),
6863
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Icon, { icon: expandArrowName }) })
6898
+ icon && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6899
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "k-menu-link-text", children: text }),
6900
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Icon, { icon: expandArrowName }) })
6864
6901
  ]
6865
6902
  }
6866
6903
  ),
@@ -6869,24 +6906,24 @@ var MenuItem = (props) => {
6869
6906
  }
6870
6907
  );
6871
6908
  };
6872
- MenuItem.states = states36;
6873
- MenuItem.options = options34;
6909
+ MenuItem.states = states37;
6910
+ MenuItem.options = options35;
6874
6911
  MenuItem.className = MENUITEM_CLASSNAME;
6875
- MenuItem.defaultProps = defaultProps31;
6912
+ MenuItem.defaultProps = defaultProps32;
6876
6913
  var menu_item_spec_default = MenuItem;
6877
6914
 
6878
6915
  // src/menu/menu-separator.spec.tsx
6879
- var import_jsx_runtime90 = require("react/jsx-runtime");
6916
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6880
6917
  var SEPARATOR_CLASSNAME = `k-separator`;
6881
- var defaultProps32 = {
6918
+ var defaultProps33 = {
6882
6919
  orientation: "horizontal"
6883
6920
  };
6884
6921
  var MenuSeparator = (props) => {
6885
6922
  const {
6886
- orientation = defaultProps32.orientation,
6923
+ orientation = defaultProps33.orientation,
6887
6924
  ...other
6888
6925
  } = props;
6889
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
6926
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6890
6927
  "li",
6891
6928
  {
6892
6929
  ...other,
@@ -6904,25 +6941,25 @@ var MenuSeparator = (props) => {
6904
6941
  var menu_separator_spec_default = MenuSeparator;
6905
6942
 
6906
6943
  // src/menu/menu-item-content.tsx
6907
- var import_jsx_runtime91 = require("react/jsx-runtime");
6944
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6908
6945
 
6909
6946
  // src/menu/menu-list.spec.tsx
6910
- var import_jsx_runtime92 = require("react/jsx-runtime");
6947
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6911
6948
  var import_react = require("react");
6912
6949
  var MENULIST_CLASSNAME = `k-menu-group`;
6913
- var states37 = [];
6914
- var options35 = {
6950
+ var states38 = [];
6951
+ var options36 = {
6915
6952
  size: [Size.small, Size.medium, Size.large]
6916
6953
  };
6917
- var defaultProps33 = {
6954
+ var defaultProps34 = {
6918
6955
  size: Size.medium,
6919
6956
  dir: "ltr"
6920
6957
  };
6921
6958
  var MenuList = (props) => {
6922
6959
  const {
6923
6960
  children,
6924
- size = defaultProps33.size,
6925
- dir = defaultProps33.dir,
6961
+ size = defaultProps34.size,
6962
+ dir = defaultProps34.dir,
6926
6963
  ...other
6927
6964
  } = props;
6928
6965
  const listChildren = [];
@@ -6935,7 +6972,7 @@ var MenuList = (props) => {
6935
6972
  );
6936
6973
  } else if (child.type === menu_separator_spec_default) {
6937
6974
  listChildren.push(
6938
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(menu_separator_spec_default, {})
6975
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(menu_separator_spec_default, {})
6939
6976
  );
6940
6977
  } else {
6941
6978
  listChildren.push(child);
@@ -6943,7 +6980,7 @@ var MenuList = (props) => {
6943
6980
  });
6944
6981
  }
6945
6982
  }
6946
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6983
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6947
6984
  "ul",
6948
6985
  {
6949
6986
  ...other,
@@ -6958,25 +6995,25 @@ var MenuList = (props) => {
6958
6995
  }
6959
6996
  );
6960
6997
  };
6961
- MenuList.states = states37;
6962
- MenuList.options = options35;
6998
+ MenuList.states = states38;
6999
+ MenuList.options = options36;
6963
7000
  MenuList.className = MENULIST_CLASSNAME;
6964
- MenuList.defaultProps = defaultProps33;
7001
+ MenuList.defaultProps = defaultProps34;
6965
7002
 
6966
7003
  // src/menu-button/templates/menu-button-popup.tsx
6967
- var import_jsx_runtime93 = require("react/jsx-runtime");
7004
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6968
7005
 
6969
7006
  // src/split-button/split-button.spec.tsx
6970
- var import_jsx_runtime94 = require("react/jsx-runtime");
7007
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6971
7008
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6972
- var states38 = [
7009
+ var states39 = [
6973
7010
  States.hover,
6974
7011
  States.focus,
6975
7012
  States.active,
6976
7013
  States.selected,
6977
7014
  States.disabled
6978
7015
  ];
6979
- var options36 = {
7016
+ var options37 = {
6980
7017
  size: [Size.small, Size.medium, Size.large],
6981
7018
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6982
7019
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6994,7 +7031,7 @@ var options36 = {
6994
7031
  ThemeColor.inverse
6995
7032
  ]
6996
7033
  };
6997
- var defaultProps34 = {
7034
+ var defaultProps35 = {
6998
7035
  size: Size.medium,
6999
7036
  rounded: Roundness.medium,
7000
7037
  fillMode: FillMode.solid,
@@ -7003,10 +7040,10 @@ var defaultProps34 = {
7003
7040
  };
7004
7041
  var SplitButton = (props) => {
7005
7042
  const {
7006
- size = defaultProps34.size,
7007
- rounded = defaultProps34.rounded,
7008
- fillMode = defaultProps34.fillMode,
7009
- themeColor = defaultProps34.themeColor,
7043
+ size = defaultProps35.size,
7044
+ rounded = defaultProps35.rounded,
7045
+ fillMode = defaultProps35.fillMode,
7046
+ themeColor = defaultProps35.themeColor,
7010
7047
  hover,
7011
7048
  focus,
7012
7049
  active,
@@ -7014,75 +7051,80 @@ var SplitButton = (props) => {
7014
7051
  disabled,
7015
7052
  icon,
7016
7053
  text,
7017
- arrowIconName = defaultProps34.arrowIconName,
7054
+ arrowIconName = defaultProps35.arrowIconName,
7055
+ popup,
7056
+ opened,
7018
7057
  ...other
7019
7058
  } = props;
7020
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
7021
- "div",
7022
- {
7023
- ...other,
7024
- className: classNames(
7025
- props.className,
7026
- SPLITBUTTON_CLASSNAME,
7027
- "k-button-group",
7028
- optionClassNames(SPLITBUTTON_CLASSNAME, {
7029
- rounded
7030
- })
7031
- ),
7032
- children: [
7033
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7034
- Button,
7035
- {
7036
- text,
7037
- icon,
7038
- size,
7039
- rounded,
7040
- fillMode,
7041
- themeColor,
7042
- hover,
7043
- focus,
7044
- active,
7045
- selected,
7046
- disabled,
7047
- children: props.children
7048
- }
7059
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_jsx_runtime95.Fragment, { children: [
7060
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
7061
+ "div",
7062
+ {
7063
+ ...other,
7064
+ className: classNames(
7065
+ props.className,
7066
+ SPLITBUTTON_CLASSNAME,
7067
+ "k-button-group",
7068
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
7069
+ rounded
7070
+ })
7049
7071
  ),
7050
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7051
- Button,
7052
- {
7053
- className: "k-split-button-arrow",
7054
- icon: arrowIconName,
7055
- size,
7056
- rounded,
7057
- fillMode,
7058
- disabled
7059
- }
7060
- )
7061
- ]
7062
- }
7063
- );
7072
+ children: [
7073
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7074
+ Button,
7075
+ {
7076
+ text,
7077
+ icon,
7078
+ size,
7079
+ rounded,
7080
+ fillMode,
7081
+ themeColor,
7082
+ hover,
7083
+ focus,
7084
+ active,
7085
+ selected,
7086
+ disabled,
7087
+ children: props.children
7088
+ }
7089
+ ),
7090
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7091
+ Button,
7092
+ {
7093
+ className: "k-split-button-arrow",
7094
+ icon: arrowIconName,
7095
+ size,
7096
+ rounded,
7097
+ fillMode,
7098
+ disabled
7099
+ }
7100
+ )
7101
+ ]
7102
+ }
7103
+ ),
7104
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Popup, { className: "k-menu-popup", children: popup })
7105
+ ] });
7064
7106
  };
7065
- SplitButton.states = states38;
7066
- SplitButton.options = options36;
7107
+ SplitButton.states = states39;
7108
+ SplitButton.options = options37;
7067
7109
  SplitButton.className = SPLITBUTTON_CLASSNAME;
7068
- SplitButton.defaultProps = defaultProps34;
7110
+ SplitButton.defaultProps = defaultProps35;
7069
7111
  var split_button_spec_default = SplitButton;
7070
7112
 
7071
7113
  // src/toolbar/toolbar.spec.tsx
7072
- var import_jsx_runtime95 = require("react/jsx-runtime");
7114
+ var import_jsx_runtime96 = require("react/jsx-runtime");
7073
7115
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7074
- var states39 = [
7116
+ var states40 = [
7075
7117
  States.focus
7076
7118
  ];
7077
- var options37 = {
7119
+ var options38 = {
7078
7120
  size: [Size.small, Size.medium, Size.large]
7079
7121
  };
7080
- var defaultProps35 = {
7122
+ var defaultProps36 = {
7081
7123
  size: Size.medium
7082
7124
  };
7083
7125
  var Toolbar = (props) => {
7084
7126
  const {
7085
- size = defaultProps35.size,
7127
+ size = defaultProps36.size,
7086
7128
  focus,
7087
7129
  resizable,
7088
7130
  ...other
@@ -7092,7 +7134,7 @@ var Toolbar = (props) => {
7092
7134
  const tempToolbarChildren = [];
7093
7135
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7094
7136
  tempToolbarChildren.push(
7095
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7137
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7096
7138
  Button,
7097
7139
  {
7098
7140
  ...child.props,
@@ -7103,7 +7145,7 @@ var Toolbar = (props) => {
7103
7145
  );
7104
7146
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7105
7147
  tempToolbarChildren.push(
7106
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7148
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7107
7149
  Button,
7108
7150
  {
7109
7151
  ...child.props,
@@ -7114,7 +7156,7 @@ var Toolbar = (props) => {
7114
7156
  );
7115
7157
  } else if (child.type === Button) {
7116
7158
  tempToolbarChildren.push(
7117
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7159
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7118
7160
  Button,
7119
7161
  {
7120
7162
  ...child.props,
@@ -7125,7 +7167,7 @@ var Toolbar = (props) => {
7125
7167
  );
7126
7168
  } else if (child.type === MenuButton) {
7127
7169
  tempToolbarChildren.push(
7128
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7170
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7129
7171
  MenuButton,
7130
7172
  {
7131
7173
  ...child.props,
@@ -7136,7 +7178,7 @@ var Toolbar = (props) => {
7136
7178
  );
7137
7179
  } else if (child.type === split_button_spec_default) {
7138
7180
  tempToolbarChildren.push(
7139
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7181
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7140
7182
  split_button_spec_default,
7141
7183
  {
7142
7184
  ...child.props,
@@ -7150,7 +7192,7 @@ var Toolbar = (props) => {
7150
7192
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7151
7193
  childrenArray.forEach((button, bindex) => {
7152
7194
  buttonGroupItems.push(
7153
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7195
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7154
7196
  Button,
7155
7197
  {
7156
7198
  ...button.props,
@@ -7161,7 +7203,7 @@ var Toolbar = (props) => {
7161
7203
  );
7162
7204
  });
7163
7205
  tempToolbarChildren.push(
7164
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7206
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7165
7207
  ButtonGroup,
7166
7208
  {
7167
7209
  ...child.props,
@@ -7173,7 +7215,7 @@ var Toolbar = (props) => {
7173
7215
  );
7174
7216
  } else if (child.type === Combobox) {
7175
7217
  tempToolbarChildren.push(
7176
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7218
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7177
7219
  Combobox,
7178
7220
  {
7179
7221
  ...child.props,
@@ -7184,7 +7226,7 @@ var Toolbar = (props) => {
7184
7226
  );
7185
7227
  } else if (child.type === DropdownList) {
7186
7228
  tempToolbarChildren.push(
7187
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7229
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7188
7230
  DropdownList,
7189
7231
  {
7190
7232
  ...child.props,
@@ -7195,7 +7237,7 @@ var Toolbar = (props) => {
7195
7237
  );
7196
7238
  } else if (child.type === ColorPicker) {
7197
7239
  tempToolbarChildren.push(
7198
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7240
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7199
7241
  ColorPicker,
7200
7242
  {
7201
7243
  ...child.props,
@@ -7217,7 +7259,7 @@ var Toolbar = (props) => {
7217
7259
  addUniqueToolClass(child, index);
7218
7260
  });
7219
7261
  }
7220
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7262
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7221
7263
  "div",
7222
7264
  {
7223
7265
  ...other,
@@ -7238,26 +7280,26 @@ var Toolbar = (props) => {
7238
7280
  }
7239
7281
  );
7240
7282
  };
7241
- Toolbar.states = states39;
7242
- Toolbar.options = options37;
7283
+ Toolbar.states = states40;
7284
+ Toolbar.options = options38;
7243
7285
  Toolbar.className = TOOLBAR_CLASSNAME;
7244
- Toolbar.defaultProps = defaultProps35;
7286
+ Toolbar.defaultProps = defaultProps36;
7245
7287
 
7246
7288
  // src/toolbar/toolbar-angular.spec.tsx
7247
- var import_jsx_runtime96 = require("react/jsx-runtime");
7289
+ var import_jsx_runtime97 = require("react/jsx-runtime");
7248
7290
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7249
- var states40 = [
7291
+ var states41 = [
7250
7292
  States.focus
7251
7293
  ];
7252
- var options38 = {
7294
+ var options39 = {
7253
7295
  size: [Size.small, Size.medium, Size.large]
7254
7296
  };
7255
- var defaultProps36 = {
7297
+ var defaultProps37 = {
7256
7298
  size: Size.medium
7257
7299
  };
7258
7300
  var ToolbarAngular = (props) => {
7259
7301
  const {
7260
- size = defaultProps36.size,
7302
+ size = defaultProps37.size,
7261
7303
  focus,
7262
7304
  resizable,
7263
7305
  ...other
@@ -7267,7 +7309,7 @@ var ToolbarAngular = (props) => {
7267
7309
  const tempToolbarChildren = [];
7268
7310
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7269
7311
  tempToolbarChildren.push(
7270
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7312
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7271
7313
  Button,
7272
7314
  {
7273
7315
  ...child.props,
@@ -7278,7 +7320,7 @@ var ToolbarAngular = (props) => {
7278
7320
  );
7279
7321
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7280
7322
  tempToolbarChildren.push(
7281
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7323
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7282
7324
  Button,
7283
7325
  {
7284
7326
  ...child.props,
@@ -7289,7 +7331,7 @@ var ToolbarAngular = (props) => {
7289
7331
  );
7290
7332
  } else if (child.type === Button) {
7291
7333
  tempToolbarChildren.push(
7292
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7334
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7293
7335
  Button,
7294
7336
  {
7295
7337
  ...child.props,
@@ -7300,7 +7342,7 @@ var ToolbarAngular = (props) => {
7300
7342
  );
7301
7343
  } else if (child.type === MenuButton) {
7302
7344
  tempToolbarChildren.push(
7303
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7345
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7304
7346
  MenuButton,
7305
7347
  {
7306
7348
  ...child.props,
@@ -7311,7 +7353,7 @@ var ToolbarAngular = (props) => {
7311
7353
  );
7312
7354
  } else if (child.type === split_button_spec_default) {
7313
7355
  tempToolbarChildren.push(
7314
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7356
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7315
7357
  split_button_spec_default,
7316
7358
  {
7317
7359
  ...child.props,
@@ -7325,7 +7367,7 @@ var ToolbarAngular = (props) => {
7325
7367
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7326
7368
  childrenArray.forEach((button, bindex) => {
7327
7369
  buttonGroupItems.push(
7328
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7370
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7329
7371
  Button,
7330
7372
  {
7331
7373
  ...button.props,
@@ -7336,7 +7378,7 @@ var ToolbarAngular = (props) => {
7336
7378
  );
7337
7379
  });
7338
7380
  tempToolbarChildren.push(
7339
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7381
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7340
7382
  ButtonGroup,
7341
7383
  {
7342
7384
  ...child.props,
@@ -7348,7 +7390,7 @@ var ToolbarAngular = (props) => {
7348
7390
  );
7349
7391
  } else if (child.type === Combobox) {
7350
7392
  tempToolbarChildren.push(
7351
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7393
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7352
7394
  Combobox,
7353
7395
  {
7354
7396
  ...child.props,
@@ -7359,7 +7401,7 @@ var ToolbarAngular = (props) => {
7359
7401
  );
7360
7402
  } else if (child.type === DropdownList) {
7361
7403
  tempToolbarChildren.push(
7362
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7404
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7363
7405
  DropdownList,
7364
7406
  {
7365
7407
  ...child.props,
@@ -7370,7 +7412,7 @@ var ToolbarAngular = (props) => {
7370
7412
  );
7371
7413
  } else if (child.type === ColorPicker) {
7372
7414
  tempToolbarChildren.push(
7373
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7415
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7374
7416
  ColorPicker,
7375
7417
  {
7376
7418
  ...child.props,
@@ -7392,7 +7434,7 @@ var ToolbarAngular = (props) => {
7392
7434
  addUniqueToolClass(child, index);
7393
7435
  });
7394
7436
  }
7395
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7437
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7396
7438
  "div",
7397
7439
  {
7398
7440
  ...other,
@@ -7413,28 +7455,28 @@ var ToolbarAngular = (props) => {
7413
7455
  }
7414
7456
  );
7415
7457
  };
7416
- ToolbarAngular.states = states40;
7417
- ToolbarAngular.options = options38;
7458
+ ToolbarAngular.states = states41;
7459
+ ToolbarAngular.options = options39;
7418
7460
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7419
- ToolbarAngular.defaultProps = defaultProps36;
7461
+ ToolbarAngular.defaultProps = defaultProps37;
7420
7462
 
7421
7463
  // src/toolbar/toolbar-separator.tsx
7422
- var import_jsx_runtime97 = require("react/jsx-runtime");
7464
+ var import_jsx_runtime98 = require("react/jsx-runtime");
7423
7465
 
7424
7466
  // src/toolbar/toolbar-item.spec.tsx
7425
- var import_jsx_runtime98 = require("react/jsx-runtime");
7467
+ var import_jsx_runtime99 = require("react/jsx-runtime");
7426
7468
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7427
- var states41 = [
7469
+ var states42 = [
7428
7470
  States.focus
7429
7471
  ];
7430
- var options39 = {};
7431
- var defaultProps37 = {};
7472
+ var options40 = {};
7473
+ var defaultProps38 = {};
7432
7474
  var ToolbarItem = (props) => {
7433
7475
  const {
7434
7476
  focus,
7435
7477
  ...other
7436
7478
  } = props;
7437
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7479
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7438
7480
  "div",
7439
7481
  {
7440
7482
  ...other,
@@ -7449,13 +7491,13 @@ var ToolbarItem = (props) => {
7449
7491
  }
7450
7492
  );
7451
7493
  };
7452
- ToolbarItem.states = states41;
7453
- ToolbarItem.options = options39;
7494
+ ToolbarItem.states = states42;
7495
+ ToolbarItem.options = options40;
7454
7496
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7455
- ToolbarItem.defaultProps = defaultProps37;
7497
+ ToolbarItem.defaultProps = defaultProps38;
7456
7498
 
7457
7499
  // src/grid/tests/grid-size-sm-comp-sm.tsx
7458
- var import_jsx_runtime99 = require("react/jsx-runtime");
7500
+ var import_jsx_runtime100 = require("react/jsx-runtime");
7459
7501
  var styles = `
7460
7502
  .k-grouping-header .k-grouping-dropclue {
7461
7503
  left: 0;
@@ -7464,275 +7506,275 @@ var styles = `
7464
7506
  position: relative;
7465
7507
  }
7466
7508
  `;
7467
- var grid_size_sm_comp_sm_default = () => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(import_jsx_runtime99.Fragment, { children: [
7468
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("style", { children: styles }),
7469
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7470
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "col-2", children: "Grid" }),
7471
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7472
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7473
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("colgroup", { children: [
7474
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", { style: { width: "100px" } }),
7475
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {})
7509
+ var grid_size_sm_comp_sm_default = () => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
7510
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("style", { children: styles }),
7511
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7512
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "col-2", children: "Grid" }),
7513
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7514
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7515
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("colgroup", { children: [
7516
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", { style: { width: "100px" } }),
7517
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {})
7476
7518
  ] }),
7477
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7478
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
7479
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
7519
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7520
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
7521
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
7480
7522
  ] }) })
7481
7523
  ] }) }) }),
7482
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
7483
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("colgroup", { children: [
7484
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", { style: { width: "100px" } }),
7485
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {})
7524
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
7525
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("colgroup", { children: [
7526
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", { style: { width: "100px" } }),
7527
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {})
7486
7528
  ] }),
7487
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tbody", { className: "k-table-tbody", children: [
7488
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7489
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "1" }),
7490
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Row" })
7529
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tbody", { className: "k-table-tbody", children: [
7530
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7531
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "1" }),
7532
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Row" })
7491
7533
  ] }),
7492
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7493
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "2" }),
7494
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Alt row" })
7534
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7535
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "2" }),
7536
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Alt row" })
7495
7537
  ] }),
7496
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7497
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "3" }),
7498
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
7538
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7539
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "3" }),
7540
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
7499
7541
  ] }),
7500
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7501
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "4" }),
7502
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-placeholder-line" }) })
7542
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7543
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "4" }),
7544
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Skeleton, { animation: false }) })
7503
7545
  ] }),
7504
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7505
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "5" }),
7506
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-placeholder-line" }) })
7546
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7547
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "5" }),
7548
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Skeleton, { animation: false }) })
7507
7549
  ] })
7508
7550
  ] })
7509
7551
  ] }) }),
7510
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Pager, { className: "k-grid-pager", size: "small" })
7552
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Pager, { className: "k-grid-pager", size: "small" })
7511
7553
  ] }) }),
7512
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "col-2", children: "Filtering" }),
7513
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
7514
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7515
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("colgroup", { children: [
7516
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", { className: "k-hierarchy-col" }),
7517
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7518
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7519
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7520
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {})
7554
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "col-2", children: "Filtering" }),
7555
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
7556
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7557
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("colgroup", { children: [
7558
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", { className: "k-hierarchy-col" }),
7559
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7560
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7561
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7562
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {})
7521
7563
  ] }),
7522
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("thead", { className: "k-table-thead", children: [
7523
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7524
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header k-hierarchy-cell" }),
7525
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("span", { className: "k-cell-inner", children: [
7526
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Default" }) }),
7527
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "filter" }) })
7564
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("thead", { className: "k-table-thead", children: [
7565
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7566
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header k-hierarchy-cell" }),
7567
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("span", { className: "k-cell-inner", children: [
7568
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Default" }) }),
7569
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "filter" }) })
7528
7570
  ] }) }),
7529
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("span", { className: "k-cell-inner", children: [
7530
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Hover" }) }),
7531
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "filter" }) })
7571
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("span", { className: "k-cell-inner", children: [
7572
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Hover" }) }),
7573
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "filter" }) })
7532
7574
  ] }) }),
7533
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("span", { className: "k-cell-inner", children: [
7534
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Focus" }) }),
7535
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "filter" }) })
7575
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("span", { className: "k-cell-inner", children: [
7576
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Focus" }) }),
7577
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "filter" }) })
7536
7578
  ] }) }),
7537
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("span", { className: "k-cell-inner", children: [
7538
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Active" }) }),
7539
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "filter" }) })
7579
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("span", { className: "k-cell-inner", children: [
7580
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Active" }) }),
7581
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "filter" }) })
7540
7582
  ] }) }),
7541
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("span", { className: "k-cell-inner", children: [
7542
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("span", { className: "k-link", children: [
7543
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Sorted" }),
7544
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "sort-asc-small" }) })
7583
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("span", { className: "k-cell-inner", children: [
7584
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("span", { className: "k-link", children: [
7585
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Sorted" }),
7586
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "sort-asc-small" }) })
7545
7587
  ] }),
7546
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "filter" }) })
7588
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "filter" }) })
7547
7589
  ] }) })
7548
7590
  ] }),
7549
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
7550
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
7551
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7552
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(NumericTextbox, { size: "small" }),
7553
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-filtercell-operator", children: [
7554
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7591
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
7592
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
7593
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7594
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(NumericTextbox, { size: "small" }),
7595
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-filtercell-operator", children: [
7596
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7555
7597
  " ",
7556
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "filter-clear", disabled: true })
7598
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "filter-clear", disabled: true })
7557
7599
  ] })
7558
7600
  ] }) }) }),
7559
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7560
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7561
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-filtercell-operator", children: [
7562
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7601
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7602
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7603
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-filtercell-operator", children: [
7604
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7563
7605
  " ",
7564
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "filter-clear" })
7606
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "filter-clear" })
7565
7607
  ] })
7566
7608
  ] }) }) }),
7567
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7568
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7569
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-filtercell-operator", children: [
7570
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7609
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7610
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7611
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-filtercell-operator", children: [
7612
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7571
7613
  " ",
7572
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "filter-clear" })
7614
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "filter-clear" })
7573
7615
  ] })
7574
7616
  ] }) }) }),
7575
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7576
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7577
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-filtercell-operator", children: [
7578
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7617
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7618
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
7619
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-filtercell-operator", children: [
7620
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
7579
7621
  " ",
7580
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "filter-clear" })
7622
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "filter-clear" })
7581
7623
  ] })
7582
7624
  ] }) }) }),
7583
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
7625
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
7584
7626
  ] })
7585
7627
  ] })
7586
7628
  ] }) }) }),
7587
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
7588
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("colgroup", { children: [
7589
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", { className: "k-hierarchy-col" }),
7590
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7591
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7592
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7593
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {})
7629
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
7630
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("colgroup", { children: [
7631
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", { className: "k-hierarchy-col" }),
7632
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7633
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7634
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7635
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {})
7594
7636
  ] }),
7595
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tbody", { className: "k-table-tbody", children: [
7596
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row k-master-row k-expanded", children: [
7597
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "caret-alt-down" }) }),
7598
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "1" }),
7599
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Text" }),
7600
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Text" }),
7601
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Text" }),
7602
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Text" })
7637
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tbody", { className: "k-table-tbody", children: [
7638
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row k-master-row k-expanded", children: [
7639
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "caret-alt-down" }) }),
7640
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "1" }),
7641
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Text" }),
7642
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Text" }),
7643
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Text" }),
7644
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Text" })
7603
7645
  ] }),
7604
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row k-detail-row", children: [
7605
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td k-hierarchy-cell" }),
7606
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
7646
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row k-detail-row", children: [
7647
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td k-hierarchy-cell" }),
7648
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
7607
7649
  ] }),
7608
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
7609
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "caret-alt-right" }) }),
7610
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "2" }),
7611
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Text" }),
7612
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Text" }),
7613
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Text" }),
7614
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Text" })
7650
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
7651
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "caret-alt-right" }) }),
7652
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "2" }),
7653
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Text" }),
7654
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Text" }),
7655
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Text" }),
7656
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Text" })
7615
7657
  ] })
7616
7658
  ] })
7617
7659
  ] }) })
7618
7660
  ] }) }),
7619
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { children: "Editing" }),
7620
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7621
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
7622
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7623
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("colgroup", { children: [
7624
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7625
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7626
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7627
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", { style: { width: "300px" } })
7661
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { children: "Editing" }),
7662
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7663
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
7664
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7665
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("colgroup", { children: [
7666
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7667
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7668
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7669
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", { style: { width: "300px" } })
7628
7670
  ] }),
7629
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7630
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7631
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7632
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7633
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7671
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7672
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7673
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7674
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7675
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
7634
7676
  ] }) })
7635
7677
  ] }) }) }),
7636
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7637
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("colgroup", { children: [
7638
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7639
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7640
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7641
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", { style: { width: "300px" } })
7678
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7679
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("colgroup", { children: [
7680
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7681
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7682
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7683
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", { style: { width: "300px" } })
7642
7684
  ] }),
7643
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tbody", { className: "k-table-tbody", children: [
7644
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7645
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Textbox, { value: "Towel", required: true, size: "small" }) }),
7646
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("td", { className: "k-table-td", children: [
7647
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(NumericTextbox, { invalid: true, size: "small" }),
7648
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
7649
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7650
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-tooltip-content", children: "Price" }),
7651
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-callout k-callout-n" })
7685
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tbody", { className: "k-table-tbody", children: [
7686
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7687
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Textbox, { value: "Towel", required: true, size: "small" }) }),
7688
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("td", { className: "k-table-td", children: [
7689
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(NumericTextbox, { invalid: true, size: "small" }),
7690
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
7691
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
7692
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-tooltip-content", children: "Price" }),
7693
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-callout k-callout-n" })
7652
7694
  ] })
7653
7695
  ] }),
7654
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("td", { className: "k-table-td", children: [
7655
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7656
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7696
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("td", { className: "k-table-td", children: [
7697
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
7698
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
7657
7699
  ] }),
7658
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7659
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
7660
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "cancel", children: "Cancel" })
7700
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7701
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
7702
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "cancel", children: "Cancel" })
7661
7703
  ] })
7662
7704
  ] }),
7663
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7664
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("td", { className: "k-table-td k-dirty-cell", children: [
7665
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-dirty" }),
7705
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7706
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("td", { className: "k-table-td k-dirty-cell", children: [
7707
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-dirty" }),
7666
7708
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
7667
7709
  ] }),
7668
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "18" }),
7669
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "false" }),
7670
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7671
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
7672
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
7710
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "18" }),
7711
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "false" }),
7712
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7713
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
7714
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
7673
7715
  ] })
7674
7716
  ] }),
7675
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7676
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Chang" }),
7677
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "19" }),
7678
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "false" }),
7679
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7680
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
7681
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
7717
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7718
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Chang" }),
7719
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "19" }),
7720
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "false" }),
7721
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7722
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
7723
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
7682
7724
  ] })
7683
7725
  ] })
7684
7726
  ] })
7685
7727
  ] }) })
7686
7728
  ] }) }),
7687
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { children: "Grouping" }),
7688
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7689
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "k-grouping-header", children: [
7690
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grouping-dropclue" }),
7691
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(ChipList, { size: "small", children: [
7692
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
7693
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ChipAction, { type: "remove" }), children: "Name" })
7729
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { children: "Grouping" }),
7730
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
7731
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-grouping-header", children: [
7732
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grouping-dropclue" }),
7733
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(ChipList, { size: "small", children: [
7734
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
7735
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ChipAction, { type: "remove" }), children: "Name" })
7694
7736
  ] }),
7695
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grouping-drop-container" })
7737
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grouping-drop-container" })
7696
7738
  ] }),
7697
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7698
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("colgroup", { children: [
7699
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", { className: "k-group-col" }),
7700
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7701
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7702
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7703
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {})
7739
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
7740
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("colgroup", { children: [
7741
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", { className: "k-group-col" }),
7742
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7743
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7744
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7745
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {})
7704
7746
  ] }),
7705
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7706
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
7707
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7708
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7709
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7710
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
7747
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7748
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
7749
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7750
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7751
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7752
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
7711
7753
  ] }) })
7712
7754
  ] }) }) }),
7713
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7714
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("colgroup", { children: [
7715
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", { className: "k-group-col" }),
7716
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7717
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7718
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {}),
7719
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("col", {})
7755
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
7756
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("colgroup", { children: [
7757
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", { className: "k-group-col" }),
7758
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7759
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7760
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {}),
7761
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("col", {})
7720
7762
  ] }),
7721
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tbody", { className: "k-table-tbody", children: [
7722
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("p", { className: "k-reset", children: [
7723
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "caret-alt-right" }),
7763
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tbody", { className: "k-table-tbody", children: [
7764
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("p", { className: "k-reset", children: [
7765
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "caret-alt-right" }),
7724
7766
  "Price: 19"
7725
7767
  ] }) }) }),
7726
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("p", { className: "k-reset", children: [
7727
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon: "caret-alt-down" }),
7768
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("p", { className: "k-reset", children: [
7769
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Icon, { icon: "caret-alt-down" }),
7728
7770
  "Price: 30"
7729
7771
  ] }) }) }),
7730
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("tr", { className: "k-table-row", children: [
7731
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
7732
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "Chai" }),
7733
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "30" }),
7734
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "false" }),
7735
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("td", { className: "k-table-td", children: "15" })
7772
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("tr", { className: "k-table-row", children: [
7773
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
7774
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "Chai" }),
7775
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "30" }),
7776
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "false" }),
7777
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("td", { className: "k-table-td", children: "15" })
7736
7778
  ] })
7737
7779
  ] })
7738
7780
  ] }) })