@progress/kendo-themes-html 7.0.1 → 7.0.2-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/dist/cjs/appbar/templates/appbar-normal.js +4367 -0
  2. package/dist/cjs/appbar/tests/appbar-rtl.js +5011 -0
  3. package/dist/cjs/appbar/tests/appbar.js +123 -310
  4. package/dist/cjs/bottom-nav/bottom-nav.spec.js +41 -3
  5. package/dist/cjs/bottom-nav/templates/bottom-nav-icons.js +4436 -0
  6. package/dist/cjs/bottom-nav/templates/bottom-nav-links.js +4436 -0
  7. package/dist/cjs/bottom-nav/templates/bottom-nav-normal.js +4436 -0
  8. package/dist/cjs/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +51 -182
  9. package/dist/cjs/bottom-nav/tests/bottom-nav-items.js +70 -44
  10. package/dist/cjs/bottom-nav/tests/bottom-nav-rtl.js +47 -21
  11. package/dist/cjs/bottom-nav/tests/bottom-nav-solid.js +4461 -0
  12. package/dist/cjs/bottom-nav/tests/bottom-nav.js +83 -35
  13. package/dist/cjs/daterangepicker/daterangepicker.spec.js +410 -289
  14. package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
  15. package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +412 -291
  16. package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +412 -291
  17. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
  18. package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +431 -310
  19. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +422 -301
  20. package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +431 -310
  21. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
  22. package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +431 -310
  23. package/dist/cjs/dialog/templates/dialog-normal.js +5 -3
  24. package/dist/cjs/dialog/tests/dialog-action-buttons.js +5 -3
  25. package/dist/cjs/dialog/tests/dialog-theme-colors.js +5 -3
  26. package/dist/cjs/dialog/tests/dialog.js +5 -3
  27. package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
  28. package/dist/cjs/dock-manager/tests/dock-manager.js +74 -62
  29. package/dist/cjs/editor/editor-toolbar.js +18 -6
  30. package/dist/cjs/editor/templates/editor-normal.js +7678 -3
  31. package/dist/cjs/editor/tests/editor-find-replace.js +119 -91
  32. package/dist/cjs/editor/tests/editor-states.js +51 -23
  33. package/dist/cjs/editor/tests/editor.js +232 -213
  34. package/dist/cjs/expansion-panel/expansion-panel.spec.js +3 -1
  35. package/dist/cjs/expansion-panel/templates/expansion-panel-expanded.js +4386 -0
  36. package/dist/cjs/expansion-panel/templates/expansion-panel-normal.js +4385 -0
  37. package/dist/cjs/expansion-panel/tests/expansion-panel-rtl.js +37 -11
  38. package/dist/cjs/expansion-panel/tests/expansion-panel.js +37 -11
  39. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +65 -53
  40. package/dist/cjs/filemanager/tests/filemanager-dialogs.js +5 -3
  41. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +65 -53
  42. package/dist/cjs/filemanager/tests/filemanager-gridview.js +130 -118
  43. package/dist/cjs/filemanager/tests/filemanager-listview.js +84 -72
  44. package/dist/cjs/filemanager/tests/filemanager-preview.js +183 -171
  45. package/dist/cjs/filter/templates/filter-normal.js +8429 -0
  46. package/dist/cjs/filter/tests/filter.js +139 -67
  47. package/dist/cjs/floating-label/templates/floating-label-normal.js +4793 -2
  48. package/dist/cjs/floating-label/tests/floating-label-flat.js +76 -67
  49. package/dist/cjs/floating-label/tests/floating-label-outline.js +76 -67
  50. package/dist/cjs/floating-label/tests/floating-label-solid.js +76 -67
  51. package/dist/cjs/form/tests/form-field-dateinputs.js +318 -211
  52. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
  53. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +95 -83
  54. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +52 -40
  55. package/dist/cjs/gantt/tests/gantt-react.js +384 -372
  56. package/dist/cjs/gantt/tests/gantt-row-reordering.js +689 -677
  57. package/dist/cjs/gantt/tests/gantt.js +664 -652
  58. package/dist/cjs/grid/tests/grid-adaptive-search.js +25 -13
  59. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +125 -113
  60. package/dist/cjs/grid/tests/grid-column-reordering.js +130 -118
  61. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +150 -138
  62. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +90 -78
  63. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +88 -76
  64. package/dist/cjs/grid/tests/grid-editing.js +108 -96
  65. package/dist/cjs/grid/tests/grid-filter-row-angular.js +116 -104
  66. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +111 -99
  67. package/dist/cjs/grid/tests/grid-grouping-actions.js +91 -79
  68. package/dist/cjs/grid/tests/grid-grouping.js +207 -195
  69. package/dist/cjs/grid/tests/grid-row-reordering.js +114 -102
  70. package/dist/cjs/grid/tests/grid-rows-resizing.js +112 -100
  71. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +216 -204
  72. package/dist/cjs/grid/tests/grid-size-sm.js +216 -204
  73. package/dist/cjs/grid/tests/grid-toolbar.js +85 -73
  74. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +80 -68
  75. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +68 -56
  76. package/dist/cjs/imageeditor/tests/imageeditor.js +35 -23
  77. package/dist/cjs/index.js +1996 -1429
  78. package/dist/cjs/listview/templates/listview-normal.js +13 -1
  79. package/dist/cjs/listview/tests/listview-layout.js +13 -1
  80. package/dist/cjs/listview/tests/listview-states.js +13 -1
  81. package/dist/cjs/listview/tests/listview.js +13 -1
  82. package/dist/cjs/mediaplayer/tests/mediaplayer.js +38 -26
  83. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
  84. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
  85. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +58 -46
  86. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +98 -86
  87. package/dist/cjs/popover/templates/popover-normal.js +92 -0
  88. package/dist/cjs/popover/tests/popover.js +53 -48
  89. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
  90. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
  91. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +159 -147
  92. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +104 -92
  93. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
  94. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +140 -128
  95. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
  96. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
  97. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +157 -145
  98. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +312 -300
  99. package/dist/cjs/scheduler/tests/scheduler-angular.js +312 -300
  100. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +170 -158
  101. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +80 -68
  102. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +149 -137
  103. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +227 -215
  104. package/dist/cjs/scheduler/tests/scheduler-react-day.js +712 -700
  105. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1647 -1635
  106. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
  107. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +533 -521
  108. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1448 -1436
  109. package/dist/cjs/scheduler/tests/scheduler-year.js +762 -750
  110. package/dist/cjs/scheduler/tests/scheduler.js +412 -400
  111. package/dist/cjs/scrollview/templates/scrollview-normal.js +4382 -0
  112. package/dist/cjs/scrollview/tests/scrollview-rtl.js +4412 -0
  113. package/dist/cjs/scrollview/tests/scrollview.js +21 -14
  114. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
  115. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +256 -244
  116. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
  117. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +235 -223
  118. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +291 -279
  119. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
  120. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +160 -148
  121. package/dist/cjs/spreadsheet/tests/spreadsheet.js +254 -242
  122. package/dist/cjs/taskboard/tests/taskboard-card.js +90 -78
  123. package/dist/cjs/taskboard/tests/taskboard-pane.js +162 -150
  124. package/dist/cjs/taskboard/tests/taskboard-rtl.js +87 -75
  125. package/dist/cjs/taskboard/tests/taskboard.js +81 -69
  126. package/dist/cjs/tilelayout/templates/tilelayout-normal.js +4797 -0
  127. package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +36 -6
  128. package/dist/cjs/tilelayout/tests/tilelayout.js +29 -14
  129. package/dist/cjs/toolbar/templates/toolbar-normal.js +31 -2
  130. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +42 -30
  131. package/dist/cjs/toolbar/tests/toolbar-components.js +18 -1
  132. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +29 -17
  133. package/dist/cjs/toolbar/tests/toolbar-popup.js +52 -40
  134. package/dist/cjs/toolbar/tests/toolbar-sizes.js +37 -25
  135. package/dist/cjs/toolbar/tests/toolbar.js +20 -23
  136. package/dist/esm/appbar/templates/appbar-normal.js +4351 -0
  137. package/dist/esm/appbar/tests/appbar-rtl.js +4995 -0
  138. package/dist/esm/appbar/tests/appbar.js +123 -310
  139. package/dist/esm/bottom-nav/bottom-nav.spec.js +41 -3
  140. package/dist/esm/bottom-nav/templates/bottom-nav-icons.js +4420 -0
  141. package/dist/esm/bottom-nav/templates/bottom-nav-links.js +4420 -0
  142. package/dist/esm/bottom-nav/templates/bottom-nav-normal.js +4420 -0
  143. package/dist/esm/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +48 -179
  144. package/dist/esm/bottom-nav/tests/bottom-nav-items.js +57 -31
  145. package/dist/esm/bottom-nav/tests/bottom-nav-rtl.js +43 -17
  146. package/dist/esm/bottom-nav/tests/bottom-nav-solid.js +4445 -0
  147. package/dist/esm/bottom-nav/tests/bottom-nav.js +82 -34
  148. package/dist/esm/daterangepicker/daterangepicker.spec.js +410 -289
  149. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
  150. package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +412 -291
  151. package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +412 -291
  152. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
  153. package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +431 -310
  154. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +422 -301
  155. package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +431 -310
  156. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
  157. package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +431 -310
  158. package/dist/esm/dialog/templates/dialog-normal.js +6 -4
  159. package/dist/esm/dialog/tests/dialog-action-buttons.js +13 -11
  160. package/dist/esm/dialog/tests/dialog-in-window.js +5 -5
  161. package/dist/esm/dialog/tests/dialog-modal.js +6 -6
  162. package/dist/esm/dialog/tests/dialog-theme-colors.js +13 -11
  163. package/dist/esm/dialog/tests/dialog.js +14 -12
  164. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
  165. package/dist/esm/dock-manager/tests/dock-manager.js +74 -62
  166. package/dist/esm/editor/editor-toolbar.js +18 -6
  167. package/dist/esm/editor/templates/editor-normal.js +7684 -3
  168. package/dist/esm/editor/tests/editor-find-replace.js +119 -91
  169. package/dist/esm/editor/tests/editor-states.js +51 -23
  170. package/dist/esm/editor/tests/editor.js +232 -213
  171. package/dist/esm/expansion-panel/expansion-panel.spec.js +3 -1
  172. package/dist/esm/expansion-panel/templates/expansion-panel-expanded.js +4370 -0
  173. package/dist/esm/expansion-panel/templates/expansion-panel-normal.js +4369 -0
  174. package/dist/esm/expansion-panel/tests/expansion-panel-rtl.js +37 -11
  175. package/dist/esm/expansion-panel/tests/expansion-panel.js +37 -11
  176. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +65 -53
  177. package/dist/esm/filemanager/tests/filemanager-dialogs.js +20 -18
  178. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +65 -53
  179. package/dist/esm/filemanager/tests/filemanager-gridview.js +130 -118
  180. package/dist/esm/filemanager/tests/filemanager-listview.js +84 -72
  181. package/dist/esm/filemanager/tests/filemanager-preview.js +183 -171
  182. package/dist/esm/filemanager/tests/filemanager-toolbar.js +7 -7
  183. package/dist/esm/filter/templates/filter-normal.js +8413 -0
  184. package/dist/esm/filter/tests/filter.js +139 -67
  185. package/dist/esm/floating-label/templates/floating-label-normal.js +4799 -2
  186. package/dist/esm/floating-label/tests/floating-label-flat.js +73 -64
  187. package/dist/esm/floating-label/tests/floating-label-outline.js +73 -64
  188. package/dist/esm/floating-label/tests/floating-label-solid.js +73 -64
  189. package/dist/esm/form/tests/form-field-dateinputs.js +318 -211
  190. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
  191. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +95 -83
  192. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -40
  193. package/dist/esm/gantt/tests/gantt-react.js +384 -372
  194. package/dist/esm/gantt/tests/gantt-row-reordering.js +689 -677
  195. package/dist/esm/gantt/tests/gantt.js +664 -652
  196. package/dist/esm/grid/tests/grid-adaptive-search.js +25 -13
  197. package/dist/esm/grid/tests/grid-column-reordering-actions.js +125 -113
  198. package/dist/esm/grid/tests/grid-column-reordering.js +130 -118
  199. package/dist/esm/grid/tests/grid-column-resizing-actions.js +150 -138
  200. package/dist/esm/grid/tests/grid-editing-inline-angular.js +90 -78
  201. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +88 -76
  202. package/dist/esm/grid/tests/grid-editing.js +108 -96
  203. package/dist/esm/grid/tests/grid-filter-row-angular.js +116 -104
  204. package/dist/esm/grid/tests/grid-filter-row-blazor.js +111 -99
  205. package/dist/esm/grid/tests/grid-grouping-actions.js +91 -79
  206. package/dist/esm/grid/tests/grid-grouping.js +207 -195
  207. package/dist/esm/grid/tests/grid-row-reordering.js +114 -102
  208. package/dist/esm/grid/tests/grid-rows-resizing.js +112 -100
  209. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +216 -204
  210. package/dist/esm/grid/tests/grid-size-sm.js +216 -204
  211. package/dist/esm/grid/tests/grid-toolbar.js +85 -73
  212. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +80 -68
  213. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +68 -56
  214. package/dist/esm/imageeditor/tests/imageeditor.js +35 -23
  215. package/dist/esm/index.js +1972 -1415
  216. package/dist/esm/listview/templates/listview-normal.js +14 -2
  217. package/dist/esm/listview/tests/listview-layout.js +27 -15
  218. package/dist/esm/listview/tests/listview-states.js +18 -6
  219. package/dist/esm/listview/tests/listview.js +21 -9
  220. package/dist/esm/mediaplayer/tests/mediaplayer.js +38 -26
  221. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
  222. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
  223. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +58 -46
  224. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +98 -86
  225. package/dist/esm/popover/templates/popover-normal.js +70 -0
  226. package/dist/esm/popover/tests/popover.js +49 -44
  227. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
  228. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
  229. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +159 -147
  230. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +104 -92
  231. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
  232. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +140 -128
  233. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
  234. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
  235. package/dist/esm/scheduler/tests/scheduler-angular-month.js +157 -145
  236. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +312 -300
  237. package/dist/esm/scheduler/tests/scheduler-angular.js +312 -300
  238. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +170 -158
  239. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +80 -68
  240. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +149 -137
  241. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +227 -215
  242. package/dist/esm/scheduler/tests/scheduler-react-day.js +712 -700
  243. package/dist/esm/scheduler/tests/scheduler-react-month.js +1647 -1635
  244. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
  245. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +533 -521
  246. package/dist/esm/scheduler/tests/scheduler-react-week.js +1448 -1436
  247. package/dist/esm/scheduler/tests/scheduler-year.js +762 -750
  248. package/dist/esm/scheduler/tests/scheduler.js +412 -400
  249. package/dist/esm/scrollview/templates/scrollview-normal.js +4366 -0
  250. package/dist/esm/scrollview/tests/scrollview-rtl.js +4396 -0
  251. package/dist/esm/scrollview/tests/scrollview.js +19 -12
  252. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
  253. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +256 -244
  254. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
  255. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +235 -223
  256. package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +291 -279
  257. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
  258. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +160 -148
  259. package/dist/esm/spreadsheet/tests/spreadsheet.js +254 -242
  260. package/dist/esm/taskboard/tests/taskboard-card.js +90 -78
  261. package/dist/esm/taskboard/tests/taskboard-pane.js +162 -150
  262. package/dist/esm/taskboard/tests/taskboard-rtl.js +87 -75
  263. package/dist/esm/taskboard/tests/taskboard.js +81 -69
  264. package/dist/esm/tilelayout/templates/tilelayout-normal.js +4771 -0
  265. package/dist/esm/tilelayout/tests/tilelayout-resizing.js +36 -6
  266. package/dist/esm/tilelayout/tests/tilelayout.js +30 -15
  267. package/dist/esm/toolbar/templates/toolbar-normal.js +31 -2
  268. package/dist/esm/toolbar/tests/toolbar-adaptive.js +42 -30
  269. package/dist/esm/toolbar/tests/toolbar-angular.js +9 -9
  270. package/dist/esm/toolbar/tests/toolbar-components.js +28 -11
  271. package/dist/esm/toolbar/tests/toolbar-popup-size.js +29 -17
  272. package/dist/esm/toolbar/tests/toolbar-popup.js +52 -40
  273. package/dist/esm/toolbar/tests/toolbar-sizes.js +37 -25
  274. package/dist/esm/toolbar/tests/toolbar.js +34 -37
  275. package/dist/types/appbar/index.d.ts +1 -0
  276. package/dist/types/appbar/templates/appbar-normal.d.ts +1 -0
  277. package/dist/types/bottom-nav/bottom-nav.spec.d.ts +7 -3
  278. package/dist/types/bottom-nav/index.d.ts +3 -0
  279. package/dist/types/bottom-nav/templates/bottom-nav-icons.d.ts +1 -0
  280. package/dist/types/bottom-nav/templates/bottom-nav-links.d.ts +1 -0
  281. package/dist/types/bottom-nav/templates/bottom-nav-normal.d.ts +1 -0
  282. package/dist/types/bottom-nav/tests/bottom-nav-flat.d.ts +2 -0
  283. package/dist/types/bottom-nav/tests/bottom-nav-solid.d.ts +2 -0
  284. package/dist/types/dialog/templates/dialog-normal.d.ts +1 -1
  285. package/dist/types/expansion-panel/expansion-panel.spec.d.ts +1 -1
  286. package/dist/types/expansion-panel/index.d.ts +2 -0
  287. package/dist/types/expansion-panel/templates/expansion-panel-expanded.d.ts +1 -0
  288. package/dist/types/expansion-panel/templates/expansion-panel-normal.d.ts +1 -0
  289. package/dist/types/filter/index.d.ts +1 -0
  290. package/dist/types/filter/templates/filter-normal.d.ts +1 -0
  291. package/dist/types/floating-label/templates/floating-label-normal.d.ts +1 -4
  292. package/dist/types/index.d.ts +3 -0
  293. package/dist/types/popover/index.d.ts +1 -0
  294. package/dist/types/popover/templates/popover-normal.d.ts +4 -0
  295. package/dist/types/scrollview/index.d.ts +1 -0
  296. package/dist/types/scrollview/templates/scrollview-normal.d.ts +1 -0
  297. package/dist/types/scrollview/tests/scrollview-rtl.d.ts +2 -0
  298. package/dist/types/tilelayout/index.d.ts +1 -0
  299. package/dist/types/tilelayout/templates/tilelayout-normal.d.ts +1 -0
  300. package/dist/types/toolbar/templates/toolbar-normal.d.ts +1 -4
  301. package/package.json +2 -2
  302. package/src/appbar/index.ts +1 -0
  303. package/src/appbar/templates/appbar-normal.tsx +31 -0
  304. package/src/appbar/tests/appbar-rtl.tsx +110 -0
  305. package/src/appbar/tests/appbar.tsx +41 -412
  306. package/src/bottom-nav/bottom-nav.spec.tsx +13 -4
  307. package/src/bottom-nav/index.ts +3 -0
  308. package/src/bottom-nav/templates/bottom-nav-icons.tsx +13 -0
  309. package/src/bottom-nav/templates/bottom-nav-links.tsx +13 -0
  310. package/src/bottom-nav/templates/bottom-nav-normal.tsx +13 -0
  311. package/src/bottom-nav/tests/bottom-nav-flat.tsx +35 -0
  312. package/src/bottom-nav/tests/bottom-nav-items.tsx +7 -7
  313. package/src/bottom-nav/tests/bottom-nav-rtl.tsx +5 -5
  314. package/src/bottom-nav/tests/bottom-nav-solid.tsx +32 -0
  315. package/src/bottom-nav/tests/bottom-nav.tsx +11 -11
  316. package/src/dialog/templates/dialog-normal.tsx +10 -5
  317. package/src/editor/templates/editor-normal.tsx +21 -2
  318. package/src/editor/tests/editor.tsx +1 -12
  319. package/src/expansion-panel/expansion-panel.spec.tsx +2 -0
  320. package/src/expansion-panel/index.ts +2 -0
  321. package/src/expansion-panel/templates/expansion-panel-expanded.tsx +14 -0
  322. package/src/expansion-panel/templates/expansion-panel-normal.tsx +13 -0
  323. package/src/expansion-panel/tests/expansion-panel-rtl.tsx +23 -53
  324. package/src/expansion-panel/tests/expansion-panel.tsx +23 -52
  325. package/src/filter/index.ts +1 -0
  326. package/src/filter/templates/filter-normal.tsx +95 -0
  327. package/src/filter/tests/filter.tsx +3 -3
  328. package/src/floating-label/templates/floating-label-normal.tsx +9 -3
  329. package/src/index.ts +11 -2
  330. package/src/listview/templates/listview-normal.tsx +12 -2
  331. package/src/popover/index.ts +1 -0
  332. package/src/popover/templates/popover-normal.tsx +7 -0
  333. package/src/popover/tests/popover.tsx +11 -11
  334. package/src/scrollview/index.ts +1 -0
  335. package/src/scrollview/templates/scrollview-normal.tsx +3 -0
  336. package/src/scrollview/tests/scrollview-rtl.tsx +36 -0
  337. package/src/scrollview/tests/scrollview.tsx +8 -7
  338. package/src/tilelayout/index.ts +1 -0
  339. package/src/tilelayout/templates/tilelayout-normal.tsx +14 -0
  340. package/src/tilelayout/tests/tilelayout-resizing.tsx +3 -3
  341. package/src/tilelayout/tests/tilelayout.tsx +3 -3
  342. package/src/toolbar/templates/toolbar-normal.tsx +18 -3
  343. package/src/toolbar/tests/toolbar.tsx +2 -22
  344. package/src/bottom-nav/tests/bottom-nav-colors.tsx +0 -205
  345. /package/dist/types/{bottom-nav/tests/bottom-nav-colors.d.ts → appbar/tests/appbar-rtl.d.ts} +0 -0
@@ -7652,20 +7652,32 @@ ToolbarPopup.options = options46;
7652
7652
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7653
7653
  ToolbarPopup.defaultProps = defaultProps43;
7654
7654
 
7655
- // src/toolbar/templates/toolbar-normal.tsx
7655
+ // src/split-button/templates/icon-split-button.tsx
7656
7656
  var import_jsx_runtime110 = require("react/jsx-runtime");
7657
7657
 
7658
- // src/toolbar/templates/toolbar-resizable.tsx
7658
+ // src/split-button/templates/icon-text-split-button.tsx
7659
7659
  var import_jsx_runtime111 = require("react/jsx-runtime");
7660
7660
 
7661
- // src/toolbar/templates/toolbar-angular-normal.tsx
7661
+ // src/split-button/templates/text-split-button.tsx
7662
7662
  var import_jsx_runtime112 = require("react/jsx-runtime");
7663
7663
 
7664
- // src/toolbar/templates/toolbar-angular-resizable.tsx
7664
+ // src/split-button/templates/split-button-popup.tsx
7665
7665
  var import_jsx_runtime113 = require("react/jsx-runtime");
7666
7666
 
7667
- // src/chip/chip-action.tsx
7667
+ // src/toolbar/templates/toolbar-normal.tsx
7668
7668
  var import_jsx_runtime114 = require("react/jsx-runtime");
7669
+
7670
+ // src/toolbar/templates/toolbar-resizable.tsx
7671
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7672
+
7673
+ // src/toolbar/templates/toolbar-angular-normal.tsx
7674
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7675
+
7676
+ // src/toolbar/templates/toolbar-angular-resizable.tsx
7677
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7678
+
7679
+ // src/chip/chip-action.tsx
7680
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7669
7681
  var CHIPACTION_CLASSNAME = `k-chip-action`;
7670
7682
  var ChipAction = (props) => {
7671
7683
  const {
@@ -7675,15 +7687,15 @@ var ChipAction = (props) => {
7675
7687
  let icon;
7676
7688
  switch (type) {
7677
7689
  case "remove" /* REMOVE */:
7678
- icon = /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "x-circle", size: "small" });
7690
+ icon = /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "x-circle", size: "small" });
7679
7691
  break;
7680
7692
  case "more" /* MORE */:
7681
- icon = /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: "more-vertical", size: "small" });
7693
+ icon = /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "more-vertical", size: "small" });
7682
7694
  break;
7683
7695
  default:
7684
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Icon, { icon: type, size: "small" });
7696
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: type, size: "small" });
7685
7697
  }
7686
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7698
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7687
7699
  "span",
7688
7700
  {
7689
7701
  ...other,
@@ -7698,7 +7710,7 @@ var ChipAction = (props) => {
7698
7710
  };
7699
7711
 
7700
7712
  // src/avatar/avatar.spec.tsx
7701
- var import_jsx_runtime115 = require("react/jsx-runtime");
7713
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7702
7714
  var AVATAR_CLASSNAME = `k-avatar`;
7703
7715
  var states49 = [
7704
7716
  States.hover,
@@ -7743,7 +7755,7 @@ var Avatar = (props) => {
7743
7755
  border = defaultProps44.border,
7744
7756
  ...other
7745
7757
  } = props;
7746
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7758
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7747
7759
  "div",
7748
7760
  {
7749
7761
  ...other,
@@ -7760,7 +7772,7 @@ var Avatar = (props) => {
7760
7772
  [`${AVATAR_CLASSNAME}-bordered`]: border
7761
7773
  }
7762
7774
  ),
7763
- children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
7775
+ children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
7764
7776
  }
7765
7777
  );
7766
7778
  };
@@ -7770,16 +7782,16 @@ Avatar.className = AVATAR_CLASSNAME;
7770
7782
  Avatar.defaultProps = defaultProps44;
7771
7783
 
7772
7784
  // src/avatar/templates/avatar-icon.tsx
7773
- var import_jsx_runtime116 = require("react/jsx-runtime");
7785
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7774
7786
 
7775
7787
  // src/avatar/templates/avatar-text.tsx
7776
- var import_jsx_runtime117 = require("react/jsx-runtime");
7788
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7777
7789
 
7778
7790
  // src/avatar/templates/avatar-image.tsx
7779
- var import_jsx_runtime118 = require("react/jsx-runtime");
7791
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7780
7792
 
7781
7793
  // src/chip/chip.spec.tsx
7782
- var import_jsx_runtime119 = require("react/jsx-runtime");
7794
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7783
7795
  var CHIP_CLASSNAME = `k-chip`;
7784
7796
  var states50 = [
7785
7797
  States.hover,
@@ -7823,7 +7835,7 @@ var Chip = (props) => {
7823
7835
  disabled,
7824
7836
  ...other
7825
7837
  } = props;
7826
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7838
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
7827
7839
  "div",
7828
7840
  {
7829
7841
  ...other,
@@ -7845,10 +7857,10 @@ var Chip = (props) => {
7845
7857
  })
7846
7858
  ),
7847
7859
  children: [
7848
- icon && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
7849
- showAvatar && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
7850
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
7851
- actions && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-chip-actions", children: actions })
7860
+ icon && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
7861
+ showAvatar && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
7862
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
7863
+ actions && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-chip-actions", children: actions })
7852
7864
  ]
7853
7865
  }
7854
7866
  );
@@ -7859,7 +7871,7 @@ Chip.className = CHIP_CLASSNAME;
7859
7871
  Chip.defaultProps = defaultProps45;
7860
7872
 
7861
7873
  // src/chip/chip-list.spec.tsx
7862
- var import_jsx_runtime120 = require("react/jsx-runtime");
7874
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7863
7875
  var CHIPLIST_CLASSNAME = `k-chip-list`;
7864
7876
  var states51 = [];
7865
7877
  var options49 = {
@@ -7873,7 +7885,7 @@ var ChipList = (props) => {
7873
7885
  size = defaultProps46.size,
7874
7886
  ...other
7875
7887
  } = props;
7876
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7888
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7877
7889
  "div",
7878
7890
  {
7879
7891
  ...other,
@@ -7894,19 +7906,19 @@ ChipList.className = CHIPLIST_CLASSNAME;
7894
7906
  ChipList.defaultProps = defaultProps46;
7895
7907
 
7896
7908
  // src/chip/templates/chip-avatar.tsx
7897
- var import_jsx_runtime121 = require("react/jsx-runtime");
7909
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7898
7910
 
7899
7911
  // src/chip/templates/chip-icon.tsx
7900
- var import_jsx_runtime122 = require("react/jsx-runtime");
7912
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7901
7913
 
7902
7914
  // src/chip/templates/chip-normal.tsx
7903
- var import_jsx_runtime123 = require("react/jsx-runtime");
7915
+ var import_jsx_runtime127 = require("react/jsx-runtime");
7904
7916
 
7905
7917
  // src/chip/templates/chip-removable.tsx
7906
- var import_jsx_runtime124 = require("react/jsx-runtime");
7918
+ var import_jsx_runtime128 = require("react/jsx-runtime");
7907
7919
 
7908
7920
  // src/grid/tests/grid-grouping.tsx
7909
- var import_jsx_runtime125 = require("react/jsx-runtime");
7921
+ var import_jsx_runtime129 = require("react/jsx-runtime");
7910
7922
  var styles = `
7911
7923
  .k-grouping-header .k-grouping-dropclue {
7912
7924
  left: 0;
@@ -7915,229 +7927,229 @@ var styles = `
7915
7927
  position: relative;
7916
7928
  }
7917
7929
  `;
7918
- var grid_grouping_default = () => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_jsx_runtime125.Fragment, { children: [
7919
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("style", { children: styles }),
7920
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7921
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { children: "angular no grouping" }),
7922
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { children: "jquery no grouping" }),
7923
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7924
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
7925
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { children: "Button" }),
7926
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(ButtonGroup, { children: [
7927
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "bold" }),
7928
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "italic" }),
7929
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "underline" })
7930
+ var grid_grouping_default = () => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(import_jsx_runtime129.Fragment, { children: [
7931
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("style", { children: styles }),
7932
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7933
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { children: "angular no grouping" }),
7934
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { children: "jquery no grouping" }),
7935
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7936
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
7937
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { children: "Button" }),
7938
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(ButtonGroup, { children: [
7939
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "bold" }),
7940
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "italic" }),
7941
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "underline" })
7930
7942
  ] })
7931
7943
  ] }),
7932
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grouping-header", children: [
7933
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grouping-dropclue" }),
7934
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grouping-drop-container", children: "Drag a column header and drop it here to group by that column" })
7944
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grouping-header", children: [
7945
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grouping-dropclue" }),
7946
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grouping-drop-container", children: "Drag a column header and drop it here to group by that column" })
7935
7947
  ] }),
7936
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grid-aria-root", children: [
7937
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7938
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("colgroup", { children: [
7939
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7940
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7941
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7942
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {})
7948
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grid-aria-root", children: [
7949
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7950
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("colgroup", { children: [
7951
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7952
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7953
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7954
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {})
7943
7955
  ] }),
7944
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tr", { className: "k-table-row", children: [
7945
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7946
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7947
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7948
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
7956
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tr", { className: "k-table-row", children: [
7957
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7958
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7959
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7960
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
7949
7961
  ] }) })
7950
7962
  ] }) }) }),
7951
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-content k-virtual-content", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7952
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("colgroup", { children: [
7953
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7954
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7955
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7956
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {})
7963
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-content k-virtual-content", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7964
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("colgroup", { children: [
7965
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7966
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7967
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7968
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {})
7957
7969
  ] }),
7958
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tr", { className: "k-table-row", children: [
7959
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "Chai" }),
7960
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "30" }),
7961
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "false" }),
7962
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "15" })
7970
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tr", { className: "k-table-row", children: [
7971
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "Chai" }),
7972
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "30" }),
7973
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "false" }),
7974
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "15" })
7963
7975
  ] }) })
7964
7976
  ] }) }) }) })
7965
7977
  ] })
7966
7978
  ] }),
7967
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7968
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
7969
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { children: "Button" }),
7970
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("span", { className: "k-button-group", children: [
7971
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "bold" }),
7972
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "italic" }),
7973
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "underline" })
7979
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7980
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
7981
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { children: "Button" }),
7982
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("span", { className: "k-button-group", children: [
7983
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "bold" }),
7984
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "italic" }),
7985
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "underline" })
7974
7986
  ] })
7975
7987
  ] }),
7976
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grouping-header", children: [
7977
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grouping-dropclue" }),
7978
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grouping-drop-container", children: "Drag a column header and drop it here to group by that column" })
7988
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grouping-header", children: [
7989
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grouping-dropclue" }),
7990
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grouping-drop-container", children: "Drag a column header and drop it here to group by that column" })
7979
7991
  ] }),
7980
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7981
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("colgroup", { children: [
7982
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7983
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7984
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7985
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {})
7992
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7993
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("colgroup", { children: [
7994
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7995
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7996
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
7997
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {})
7986
7998
  ] }),
7987
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tr", { className: "k-table-row", children: [
7988
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7989
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7990
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7991
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
7999
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tr", { className: "k-table-row", children: [
8000
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8001
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8002
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
8003
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
7992
8004
  ] }) })
7993
8005
  ] }) }) }),
7994
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7995
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("colgroup", { children: [
7996
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7997
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7998
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
7999
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {})
8006
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
8007
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("colgroup", { children: [
8008
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8009
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8010
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8011
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {})
8000
8012
  ] }),
8001
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tr", { className: "k-table-row", children: [
8002
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "Chai" }),
8003
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "30" }),
8004
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "false" }),
8005
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "15" })
8013
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tr", { className: "k-table-row", children: [
8014
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "Chai" }),
8015
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "30" }),
8016
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "false" }),
8017
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "15" })
8006
8018
  ] }) })
8007
8019
  ] }) })
8008
8020
  ] }),
8009
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { children: "angular with grouping" }),
8010
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { children: "jquery with grouping" }),
8011
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
8012
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
8013
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { children: "Button" }),
8014
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(ButtonGroup, { children: [
8015
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "bold" }),
8016
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "italic" }),
8017
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "underline" })
8021
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { children: "angular with grouping" }),
8022
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { children: "jquery with grouping" }),
8023
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
8024
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
8025
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { children: "Button" }),
8026
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(ButtonGroup, { children: [
8027
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "bold" }),
8028
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "italic" }),
8029
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "underline" })
8018
8030
  ] })
8019
8031
  ] }),
8020
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grouping-header", children: [
8021
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grouping-dropclue" }),
8022
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(ChipList, { children: [
8023
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
8024
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Chip, { icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ChipAction, { type: "remove" }), children: "Name" })
8032
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grouping-header", children: [
8033
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grouping-dropclue" }),
8034
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(ChipList, { children: [
8035
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
8036
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Chip, { icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(ChipAction, { type: "remove" }), children: "Name" })
8025
8037
  ] }),
8026
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grouping-drop-container" })
8038
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grouping-drop-container" })
8027
8039
  ] }),
8028
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grid-aria-root", children: [
8029
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8030
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("colgroup", { children: [
8031
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", { className: "k-group-col" }),
8032
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8033
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8034
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8035
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {})
8040
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grid-aria-root", children: [
8041
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8042
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("colgroup", { children: [
8043
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", { className: "k-group-col" }),
8044
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8045
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8046
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8047
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {})
8036
8048
  ] }),
8037
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tr", { className: "k-table-row", children: [
8038
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-group-cell k-header" }),
8039
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8040
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8041
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Discontinued" }) }) }) }),
8042
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
8049
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tr", { className: "k-table-row", children: [
8050
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-group-cell k-header" }),
8051
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8052
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8053
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Discontinued" }) }) }) }),
8054
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
8043
8055
  ] }) })
8044
8056
  ] }) }) }),
8045
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-content k-virtual-content", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
8046
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("colgroup", { children: [
8047
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", { className: "k-group-col" }),
8048
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8049
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8050
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8051
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {})
8057
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-content k-virtual-content", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
8058
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("colgroup", { children: [
8059
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", { className: "k-group-col" }),
8060
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8061
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8062
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8063
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {})
8052
8064
  ] }),
8053
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tbody", { className: "k-table-tbody", children: [
8054
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("p", { className: "k-reset", children: [
8055
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Icon, { icon: "caret-alt-right" }),
8065
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tbody", { className: "k-table-tbody", children: [
8066
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("p", { className: "k-reset", children: [
8067
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Icon, { icon: "caret-alt-right" }),
8056
8068
  "Price: 19"
8057
8069
  ] }) }) }),
8058
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("p", { className: "k-reset", children: [
8059
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Icon, { icon: "caret-alt-down" }),
8070
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("p", { className: "k-reset", children: [
8071
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Icon, { icon: "caret-alt-down" }),
8060
8072
  "Price: 30"
8061
8073
  ] }) }) }),
8062
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tr", { className: "k-table-row", children: [
8063
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
8064
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "Chai" }),
8065
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "30" }),
8066
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "false" }),
8067
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "15" })
8074
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tr", { className: "k-table-row", children: [
8075
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
8076
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "Chai" }),
8077
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "30" }),
8078
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "false" }),
8079
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "15" })
8068
8080
  ] })
8069
8081
  ] })
8070
8082
  ] }) }) }) })
8071
8083
  ] })
8072
8084
  ] }),
8073
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar k-grid-display-block", children: [
8074
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
8075
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { children: "Button" }),
8076
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(ButtonGroup, { children: [
8077
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "bold" }),
8078
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "italic" }),
8079
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Button, { icon: "underline" })
8085
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar k-grid-display-block", children: [
8086
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
8087
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { children: "Button" }),
8088
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(ButtonGroup, { children: [
8089
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "bold" }),
8090
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "italic" }),
8091
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { icon: "underline" })
8080
8092
  ] })
8081
8093
  ] }),
8082
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-grouping-header", children: [
8083
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grouping-dropclue" }),
8084
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(ChipList, { children: [
8085
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
8086
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Chip, { icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ChipAction, { type: "remove" }), children: "Name" })
8094
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-grouping-header", children: [
8095
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grouping-dropclue" }),
8096
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(ChipList, { children: [
8097
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
8098
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Chip, { icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(ChipAction, { type: "remove" }), children: "Name" })
8087
8099
  ] }),
8088
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grouping-drop-container" })
8100
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grouping-drop-container" })
8089
8101
  ] }),
8090
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8091
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("colgroup", { children: [
8092
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", { className: "k-group-col" }),
8093
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8094
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8095
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8096
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {})
8102
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8103
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("colgroup", { children: [
8104
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", { className: "k-group-col" }),
8105
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8106
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8107
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8108
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {})
8097
8109
  ] }),
8098
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tr", { className: "k-table-row", children: [
8099
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
8100
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8101
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8102
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
8103
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
8110
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tr", { className: "k-table-row", children: [
8111
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
8112
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8113
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8114
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
8115
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
8104
8116
  ] }) })
8105
8117
  ] }) }) }),
8106
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("table", { className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
8107
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("colgroup", { children: [
8108
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", { className: "k-group-col" }),
8109
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8110
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8111
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {}),
8112
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("col", {})
8118
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("table", { className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
8119
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("colgroup", { children: [
8120
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", { className: "k-group-col" }),
8121
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8122
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8123
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {}),
8124
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("col", {})
8113
8125
  ] }),
8114
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tbody", { className: "k-table-tbody", children: [
8115
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("p", { className: "k-reset", children: [
8116
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Icon, { icon: "caret-alt-right" }),
8126
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tbody", { className: "k-table-tbody", children: [
8127
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("p", { className: "k-reset", children: [
8128
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Icon, { icon: "caret-alt-right" }),
8117
8129
  "Price: 19"
8118
8130
  ] }) }) }),
8119
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("p", { className: "k-reset", children: [
8120
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Icon, { icon: "caret-alt-down" }),
8131
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("p", { className: "k-reset", children: [
8132
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Icon, { icon: "caret-alt-down" }),
8121
8133
  "Price: 30"
8122
8134
  ] }) }) }),
8123
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("tr", { className: "k-table-row", children: [
8124
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
8125
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "Chai" }),
8126
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "30" }),
8127
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "false" }),
8128
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("td", { className: "k-table-td", children: "15" })
8135
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("tr", { className: "k-table-row", children: [
8136
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
8137
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "Chai" }),
8138
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "30" }),
8139
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "false" }),
8140
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("td", { className: "k-table-td", children: "15" })
8129
8141
  ] })
8130
8142
  ] })
8131
8143
  ] }) })
8132
8144
  ] }),
8133
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { children: "angular grid drag clue" }),
8134
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("span", { children: "jquery grid drag clue" }),
8135
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("section", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-header k-drag-clue", children: [
8136
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Icon, { className: "k-drag-status", icon: "cancel" }),
8145
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { children: "angular grid drag clue" }),
8146
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { children: "jquery grid drag clue" }),
8147
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("section", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-header k-drag-clue", children: [
8148
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Icon, { className: "k-drag-status", icon: "cancel" }),
8137
8149
  "Drag clue"
8138
8150
  ] }) }),
8139
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("section", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("div", { className: "k-header k-drag-clue k-group-clue", children: [
8140
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Icon, { className: "k-drag-status", icon: "plus" }),
8151
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("section", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-header k-drag-clue k-group-clue", children: [
8152
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Icon, { className: "k-drag-status", icon: "plus" }),
8141
8153
  "Drag clue"
8142
8154
  ] }) })
8143
8155
  ] })