@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
@@ -5607,34 +5607,89 @@ var import_jsx_runtime57 = require("react/jsx-runtime");
5607
5607
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5608
5608
  var import_jsx_runtime58 = require("react/jsx-runtime");
5609
5609
 
5610
- // src/textbox/textbox.spec.tsx
5610
+ // src/spinbutton/spinbutton.spec.tsx
5611
5611
  var import_jsx_runtime59 = require("react/jsx-runtime");
5612
- var TEXTBOX_CLASSNAME = `k-textbox`;
5613
- var states24 = [
5612
+ var SPINBUTTON_CLASSNAME = `k-spin-button`;
5613
+ var states24 = [];
5614
+ var options23 = {
5615
+ size: [Size.small, Size.medium, Size.large],
5616
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5617
+ };
5618
+ var defaultProps21 = {
5619
+ size: Size.medium,
5620
+ fillMode: FillMode.solid
5621
+ };
5622
+ var SpinButton = (props) => {
5623
+ const {
5624
+ size = defaultProps21.size,
5625
+ fillMode = defaultProps21.fillMode,
5626
+ ...other
5627
+ } = props;
5628
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5629
+ "span",
5630
+ {
5631
+ ...other,
5632
+ className: classNames(
5633
+ SPINBUTTON_CLASSNAME,
5634
+ props.className
5635
+ ),
5636
+ children: [
5637
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5638
+ Button,
5639
+ {
5640
+ className: "k-spinner-increase",
5641
+ icon: "caret-alt-up",
5642
+ rounded: null,
5643
+ size,
5644
+ fillMode
5645
+ }
5646
+ ),
5647
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5648
+ Button,
5649
+ {
5650
+ className: "k-spinner-decrease",
5651
+ icon: "caret-alt-down",
5652
+ rounded: null,
5653
+ size,
5654
+ fillMode
5655
+ }
5656
+ )
5657
+ ]
5658
+ }
5659
+ );
5660
+ };
5661
+ SpinButton.states = states24;
5662
+ SpinButton.options = options23;
5663
+ SpinButton.className = SPINBUTTON_CLASSNAME;
5664
+ SpinButton.defaultProps = defaultProps21;
5665
+
5666
+ // src/numerictextbox/numerictextbox.spec.tsx
5667
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5668
+ var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5669
+ var states25 = [
5614
5670
  States.hover,
5615
5671
  States.focus,
5616
5672
  States.valid,
5617
5673
  States.invalid,
5674
+ States.loading,
5618
5675
  States.required,
5619
5676
  States.disabled,
5620
- States.loading,
5621
5677
  States.readonly
5622
5678
  ];
5623
- var options23 = {
5679
+ var options24 = {
5624
5680
  size: [Size.small, Size.medium, Size.large],
5625
5681
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5626
5682
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5627
5683
  };
5628
- var defaultProps21 = {
5684
+ var defaultProps22 = {
5685
+ showSpinButton: true,
5629
5686
  showClearButton: true,
5630
5687
  size: Input.defaultProps.size,
5631
5688
  rounded: Input.defaultProps.rounded,
5632
5689
  fillMode: Input.defaultProps.fillMode
5633
5690
  };
5634
- var Textbox = (props) => {
5691
+ var NumericTextbox = (props) => {
5635
5692
  const {
5636
- prefix,
5637
- suffix,
5638
5693
  value,
5639
5694
  placeholder,
5640
5695
  size,
@@ -5648,10 +5703,11 @@ var Textbox = (props) => {
5648
5703
  loading,
5649
5704
  disabled,
5650
5705
  readonly,
5651
- showClearButton = defaultProps21.showClearButton,
5706
+ showClearButton = defaultProps22.showClearButton,
5707
+ showSpinButton = defaultProps22.showSpinButton,
5652
5708
  ...other
5653
5709
  } = props;
5654
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5710
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5655
5711
  Input,
5656
5712
  {
5657
5713
  ...other,
@@ -5666,11 +5722,10 @@ var Textbox = (props) => {
5666
5722
  loading,
5667
5723
  disabled,
5668
5724
  readonly,
5669
- className: classNames(props.className, TEXTBOX_CLASSNAME),
5725
+ className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5670
5726
  children: [
5671
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputPrefix, { children: prefix }),
5672
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputInnerInput, { placeholder, value }),
5673
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5727
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputInnerInput, { placeholder, value }),
5728
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5674
5729
  InputValidationIcon,
5675
5730
  {
5676
5731
  valid,
@@ -5679,14 +5734,14 @@ var Textbox = (props) => {
5679
5734
  disabled
5680
5735
  }
5681
5736
  ),
5682
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5737
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5683
5738
  InputLoadingIcon,
5684
5739
  {
5685
5740
  loading,
5686
5741
  disabled
5687
5742
  }
5688
5743
  ),
5689
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5744
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5690
5745
  InputClearValue,
5691
5746
  {
5692
5747
  loading,
@@ -5695,38 +5750,40 @@ var Textbox = (props) => {
5695
5750
  value
5696
5751
  }
5697
5752
  ),
5698
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputSuffix, { children: suffix })
5753
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5754
+ SpinButton,
5755
+ {
5756
+ className: "k-input-spinner",
5757
+ size,
5758
+ fillMode
5759
+ }
5760
+ )
5699
5761
  ]
5700
5762
  }
5701
5763
  );
5702
5764
  };
5703
- Textbox.states = states24;
5704
- Textbox.options = options23;
5705
- Textbox.className = TEXTBOX_CLASSNAME;
5706
- Textbox.defaultProps = defaultProps21;
5765
+ NumericTextbox.states = states25;
5766
+ NumericTextbox.options = options24;
5767
+ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5768
+ NumericTextbox.defaultProps = defaultProps22;
5707
5769
 
5708
- // src/textbox/templates/textbox-normal.tsx
5709
- var import_jsx_runtime60 = require("react/jsx-runtime");
5710
-
5711
- // src/textbox/templates/textbox-prefix.tsx
5770
+ // src/numerictextbox/templates/numerictextbox-normal.tsx
5712
5771
  var import_jsx_runtime61 = require("react/jsx-runtime");
5713
5772
 
5714
- // src/textbox/templates/textbox-suffix.tsx
5715
- var import_jsx_runtime62 = require("react/jsx-runtime");
5716
-
5717
5773
  // src/pager/pager.spec.tsx
5718
- var import_jsx_runtime63 = require("react/jsx-runtime");
5774
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5719
5775
  var PAGER_CLASSNAME = `k-pager`;
5720
- var states25 = [
5776
+ var states26 = [
5721
5777
  States.focus,
5722
5778
  States.disabled
5723
5779
  ];
5724
- var options24 = {
5780
+ var options25 = {
5725
5781
  size: [Size.small, Size.medium, Size.large]
5726
5782
  };
5727
- var defaultProps22 = {
5783
+ var defaultProps23 = {
5728
5784
  size: Size.medium,
5729
- mobile: null,
5785
+ adaptive: false,
5786
+ itemsPerPage: true,
5730
5787
  type: "numeric",
5731
5788
  pageSizes: true,
5732
5789
  refresh: true,
@@ -5734,18 +5791,19 @@ var defaultProps22 = {
5734
5791
  };
5735
5792
  var Pager = (props) => {
5736
5793
  const {
5737
- size = defaultProps22.size,
5738
- mobile = defaultProps22.mobile,
5739
- type = defaultProps22.type,
5740
- pageSizes = defaultProps22.pageSizes,
5741
- refresh = defaultProps22.refresh,
5742
- info = defaultProps22.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,
5743
5801
  focus,
5744
5802
  disabled,
5745
5803
  dir,
5746
5804
  ...other
5747
5805
  } = props;
5748
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
5806
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5749
5807
  "div",
5750
5808
  {
5751
5809
  dir,
@@ -5759,21 +5817,17 @@ var Pager = (props) => {
5759
5817
  stateClassNames(PAGER_CLASSNAME, {
5760
5818
  focus,
5761
5819
  disabled
5762
- }),
5763
- {
5764
- "k-pager-mobile-md": mobile === "medium",
5765
- "k-pager-mobile-sm": mobile === "small"
5766
- }
5820
+ })
5767
5821
  ),
5768
5822
  children: [
5769
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
5823
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5770
5824
  "div",
5771
5825
  {
5772
5826
  className: classNames(
5773
5827
  "k-pager-numbers-wrap"
5774
5828
  ),
5775
5829
  children: [
5776
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5830
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5777
5831
  Button,
5778
5832
  {
5779
5833
  className: classNames(
@@ -5787,7 +5841,7 @@ var Pager = (props) => {
5787
5841
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5788
5842
  }
5789
5843
  ),
5790
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5844
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5791
5845
  Button,
5792
5846
  {
5793
5847
  className: classNames(
@@ -5800,30 +5854,14 @@ var Pager = (props) => {
5800
5854
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
5801
5855
  }
5802
5856
  ),
5803
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5804
- "select",
5805
- {
5806
- className: classNames(
5807
- "k-picker",
5808
- "k-picker-solid",
5809
- "k-dropdown-list",
5810
- "k-dropdown",
5811
- "k-rounded-md",
5812
- optionClassNames("k-picker", {
5813
- size
5814
- })
5815
- ),
5816
- children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("option", { children: "1" })
5817
- }
5818
- ),
5819
- type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
5857
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5820
5858
  "div",
5821
5859
  {
5822
5860
  className: classNames(
5823
5861
  "k-pager-numbers"
5824
5862
  ),
5825
5863
  children: [
5826
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5864
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5827
5865
  Button,
5828
5866
  {
5829
5867
  fillMode: "flat",
@@ -5833,7 +5871,7 @@ var Pager = (props) => {
5833
5871
  children: "1"
5834
5872
  }
5835
5873
  ),
5836
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5874
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5837
5875
  Button,
5838
5876
  {
5839
5877
  hover: true,
@@ -5844,7 +5882,7 @@ var Pager = (props) => {
5844
5882
  children: "2"
5845
5883
  }
5846
5884
  ),
5847
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5885
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5848
5886
  Button,
5849
5887
  {
5850
5888
  focus: true,
@@ -5855,7 +5893,7 @@ var Pager = (props) => {
5855
5893
  children: "3"
5856
5894
  }
5857
5895
  ),
5858
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5896
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5859
5897
  Button,
5860
5898
  {
5861
5899
  selected: true,
@@ -5866,7 +5904,7 @@ var Pager = (props) => {
5866
5904
  children: "4"
5867
5905
  }
5868
5906
  ),
5869
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5907
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5870
5908
  Button,
5871
5909
  {
5872
5910
  hover: true,
@@ -5878,7 +5916,7 @@ var Pager = (props) => {
5878
5916
  children: "5"
5879
5917
  }
5880
5918
  ),
5881
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5919
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5882
5920
  Button,
5883
5921
  {
5884
5922
  selected: true,
@@ -5893,20 +5931,39 @@ var Pager = (props) => {
5893
5931
  ]
5894
5932
  }
5895
5933
  ),
5896
- type === "input" && /* @__PURE__ */ (0, import_jsx_runtime63.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)(
5897
5954
  "span",
5898
5955
  {
5899
5956
  className: classNames(
5900
5957
  "k-pager-input"
5901
5958
  ),
5902
5959
  children: [
5903
- "Page",
5904
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Textbox, { showClearButton: false, size, value: "999" }),
5905
- "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" })
5906
5963
  ]
5907
5964
  }
5908
5965
  ),
5909
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5966
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5910
5967
  Button,
5911
5968
  {
5912
5969
  className: classNames(
@@ -5919,7 +5976,7 @@ var Pager = (props) => {
5919
5976
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
5920
5977
  }
5921
5978
  ),
5922
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5979
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5923
5980
  Button,
5924
5981
  {
5925
5982
  className: classNames(
@@ -5935,19 +5992,19 @@ var Pager = (props) => {
5935
5992
  ]
5936
5993
  }
5937
5994
  ),
5938
- pageSizes && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
5995
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5939
5996
  "span",
5940
5997
  {
5941
5998
  className: classNames(
5942
5999
  "k-pager-sizes"
5943
6000
  ),
5944
6001
  children: [
5945
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(DropdownList, { value: "20", size }),
5946
- "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" })
5947
6004
  ]
5948
6005
  }
5949
6006
  ),
5950
- refresh && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6007
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5951
6008
  Button,
5952
6009
  {
5953
6010
  className: classNames(
@@ -5959,7 +6016,7 @@ var Pager = (props) => {
5959
6016
  icon: "arrow-rotate-cw"
5960
6017
  }
5961
6018
  ),
5962
- info && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6019
+ info && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5963
6020
  "span",
5964
6021
  {
5965
6022
  className: classNames(
@@ -5972,27 +6029,27 @@ var Pager = (props) => {
5972
6029
  }
5973
6030
  );
5974
6031
  };
5975
- Pager.states = states25;
5976
- Pager.options = options24;
6032
+ Pager.states = states26;
6033
+ Pager.options = options25;
5977
6034
  Pager.className = PAGER_CLASSNAME;
5978
- Pager.defaultProps = defaultProps22;
6035
+ Pager.defaultProps = defaultProps23;
5979
6036
 
5980
6037
  // src/table/data-table.spec.tsx
5981
- var import_jsx_runtime64 = require("react/jsx-runtime");
6038
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5982
6039
  var DATATABLE_CLASSNAME = `k-data-table`;
5983
- var states26 = [];
5984
- var options25 = {
6040
+ var states27 = [];
6041
+ var options26 = {
5985
6042
  size: [Size.small, Size.medium, Size.large]
5986
6043
  };
5987
- var defaultProps23 = {
6044
+ var defaultProps24 = {
5988
6045
  size: Size.medium
5989
6046
  };
5990
6047
  var DataTable = (props) => {
5991
6048
  const {
5992
- size = defaultProps23.size,
6049
+ size = defaultProps24.size,
5993
6050
  ...other
5994
6051
  } = props;
5995
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6052
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5996
6053
  "div",
5997
6054
  {
5998
6055
  ...other,
@@ -6007,34 +6064,34 @@ var DataTable = (props) => {
6007
6064
  }
6008
6065
  );
6009
6066
  };
6010
- DataTable.states = states26;
6011
- DataTable.options = options25;
6067
+ DataTable.states = states27;
6068
+ DataTable.options = options26;
6012
6069
  DataTable.className = DATATABLE_CLASSNAME;
6013
- DataTable.defaultProps = defaultProps23;
6070
+ DataTable.defaultProps = defaultProps24;
6014
6071
 
6015
6072
  // src/table/table-header.tsx
6016
- var import_jsx_runtime65 = require("react/jsx-runtime");
6073
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6017
6074
 
6018
6075
  // src/table/table-body.tsx
6019
- var import_jsx_runtime66 = require("react/jsx-runtime");
6076
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6020
6077
 
6021
6078
  // src/table/table-footer.tsx
6022
- var import_jsx_runtime67 = require("react/jsx-runtime");
6079
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6023
6080
 
6024
6081
  // src/table/table.spec.tsx
6025
- var import_jsx_runtime68 = require("react/jsx-runtime");
6082
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6026
6083
  var TABLE_CLASSNAME = `k-table`;
6027
- var states27 = [];
6028
- var options26 = {
6084
+ var states28 = [];
6085
+ var options27 = {
6029
6086
  size: [Size.small, Size.medium, Size.large]
6030
6087
  };
6031
- var defaultProps24 = {};
6088
+ var defaultProps25 = {};
6032
6089
  var Table = (props) => {
6033
6090
  const {
6034
6091
  size,
6035
6092
  ...other
6036
6093
  } = props;
6037
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6094
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6038
6095
  "table",
6039
6096
  {
6040
6097
  ...other,
@@ -6049,26 +6106,26 @@ var Table = (props) => {
6049
6106
  }
6050
6107
  );
6051
6108
  };
6052
- Table.states = states27;
6053
- Table.options = options26;
6109
+ Table.states = states28;
6110
+ Table.options = options27;
6054
6111
  Table.className = TABLE_CLASSNAME;
6055
- Table.defaultProps = defaultProps24;
6112
+ Table.defaultProps = defaultProps25;
6056
6113
 
6057
6114
  // src/table/table-list.spec.tsx
6058
- var import_jsx_runtime69 = require("react/jsx-runtime");
6115
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6059
6116
  var TABLELIST_CLASSNAME = `k-table-list`;
6060
- var states28 = [];
6061
- var options27 = {
6117
+ var states29 = [];
6118
+ var options28 = {
6062
6119
  size: [Size.small, Size.medium, Size.large]
6063
6120
  };
6064
- var defaultProps25 = {};
6121
+ var defaultProps26 = {};
6065
6122
  var TableList = (props) => {
6066
6123
  const {
6067
6124
  size,
6068
6125
  virtualization,
6069
6126
  ...other
6070
6127
  } = props;
6071
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6128
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6072
6129
  "ul",
6073
6130
  {
6074
6131
  ...other,
@@ -6087,15 +6144,15 @@ var TableList = (props) => {
6087
6144
  }
6088
6145
  );
6089
6146
  };
6090
- TableList.states = states28;
6091
- TableList.options = options27;
6147
+ TableList.states = states29;
6148
+ TableList.options = options28;
6092
6149
  TableList.className = TABLELIST_CLASSNAME;
6093
- TableList.defaultProps = defaultProps25;
6150
+ TableList.defaultProps = defaultProps26;
6094
6151
 
6095
6152
  // src/table/table-thead.tsx
6096
- var import_jsx_runtime70 = require("react/jsx-runtime");
6153
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6097
6154
  var className13 = `k-table-thead`;
6098
- var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6155
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6099
6156
  "thead",
6100
6157
  {
6101
6158
  className: classNames(
@@ -6107,9 +6164,9 @@ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6107
6164
  );
6108
6165
 
6109
6166
  // src/table/table-tbody.tsx
6110
- var import_jsx_runtime71 = require("react/jsx-runtime");
6167
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6111
6168
  var className14 = `k-table-tbody`;
6112
- var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6169
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6113
6170
  "tbody",
6114
6171
  {
6115
6172
  className: classNames(
@@ -6121,12 +6178,12 @@ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6121
6178
  );
6122
6179
 
6123
6180
  // src/table/table-tfoot.tsx
6124
- var import_jsx_runtime72 = require("react/jsx-runtime");
6181
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6125
6182
 
6126
6183
  // src/table/table-row.tsx
6127
- var import_jsx_runtime73 = require("react/jsx-runtime");
6184
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6128
6185
  var TABLEROW_CLASSNAME = `k-table-row`;
6129
- var states29 = [
6186
+ var states30 = [
6130
6187
  States.hover,
6131
6188
  States.focus,
6132
6189
  States.selected,
@@ -6141,7 +6198,7 @@ var TableRow = (props) => {
6141
6198
  alt,
6142
6199
  ...other
6143
6200
  } = props;
6144
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6201
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6145
6202
  "tr",
6146
6203
  {
6147
6204
  ...other,
@@ -6164,8 +6221,8 @@ var TableRow = (props) => {
6164
6221
  };
6165
6222
 
6166
6223
  // src/table/table-list-row.tsx
6167
- var import_jsx_runtime74 = require("react/jsx-runtime");
6168
- var states30 = [
6224
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6225
+ var states31 = [
6169
6226
  States.hover,
6170
6227
  States.focus,
6171
6228
  States.selected,
@@ -6173,7 +6230,7 @@ var states30 = [
6173
6230
  ];
6174
6231
 
6175
6232
  // src/table/table-th.tsx
6176
- var import_jsx_runtime75 = require("react/jsx-runtime");
6233
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6177
6234
  var className15 = `k-table-th`;
6178
6235
  var TableTh = (props) => {
6179
6236
  const {
@@ -6182,7 +6239,7 @@ var TableTh = (props) => {
6182
6239
  ...other
6183
6240
  } = props;
6184
6241
  const textOrChildren = text ? text : props.children;
6185
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6242
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6186
6243
  "th",
6187
6244
  {
6188
6245
  colSpan: colspan,
@@ -6197,10 +6254,10 @@ var TableTh = (props) => {
6197
6254
  };
6198
6255
 
6199
6256
  // src/table/table-list-th.tsx
6200
- var import_jsx_runtime76 = require("react/jsx-runtime");
6257
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6201
6258
 
6202
6259
  // src/table/table-td.tsx
6203
- var import_jsx_runtime77 = require("react/jsx-runtime");
6260
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6204
6261
  var className16 = `k-table-td`;
6205
6262
  var TableTd = (props) => {
6206
6263
  const {
@@ -6209,7 +6266,7 @@ var TableTd = (props) => {
6209
6266
  ...other
6210
6267
  } = props;
6211
6268
  const textOrChildren = text ? text : props.children;
6212
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6269
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6213
6270
  "td",
6214
6271
  {
6215
6272
  colSpan: colspan,
@@ -6224,40 +6281,52 @@ var TableTd = (props) => {
6224
6281
  };
6225
6282
 
6226
6283
  // src/table/table-list-td.tsx
6227
- var import_jsx_runtime78 = require("react/jsx-runtime");
6284
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6228
6285
 
6229
6286
  // src/table/table-group-header.tsx
6230
- var import_jsx_runtime79 = require("react/jsx-runtime");
6287
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6231
6288
 
6232
6289
  // src/table/table-group-sticky-header.tsx
6233
- var import_jsx_runtime80 = require("react/jsx-runtime");
6290
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6234
6291
 
6235
6292
  // src/table/table-group-row.tsx
6236
- var import_jsx_runtime81 = require("react/jsx-runtime");
6293
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6237
6294
 
6238
6295
  // src/table/table-list-group-row.tsx
6296
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6297
+
6298
+ // src/table/templates/table-list.tsx
6239
6299
  var import_jsx_runtime82 = require("react/jsx-runtime");
6240
6300
 
6241
- // src/button-group/button-group.spec.tsx
6301
+ // src/table/templates/table-list-virtualization.tsx
6242
6302
  var import_jsx_runtime83 = require("react/jsx-runtime");
6303
+
6304
+ // src/table/templates/data-table-normal.tsx
6305
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6306
+
6307
+ // src/table/templates/table-native.tsx
6308
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6309
+
6310
+ // src/button-group/button-group.spec.tsx
6311
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6243
6312
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6244
- var states31 = [
6313
+ var states32 = [
6245
6314
  States.disabled
6246
6315
  ];
6247
- var options28 = {
6316
+ var options29 = {
6248
6317
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6249
6318
  };
6250
- var defaultProps26 = {
6319
+ var defaultProps27 = {
6251
6320
  fillMode: FillMode.solid
6252
6321
  };
6253
6322
  var ButtonGroup = (props) => {
6254
6323
  const {
6255
- fillMode = defaultProps26.fillMode,
6324
+ fillMode = defaultProps27.fillMode,
6256
6325
  disabled,
6257
6326
  stretched,
6258
6327
  ...other
6259
6328
  } = props;
6260
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6329
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6261
6330
  "div",
6262
6331
  {
6263
6332
  ...other,
@@ -6278,35 +6347,35 @@ var ButtonGroup = (props) => {
6278
6347
  }
6279
6348
  );
6280
6349
  };
6281
- ButtonGroup.states = states31;
6282
- ButtonGroup.options = options28;
6350
+ ButtonGroup.states = states32;
6351
+ ButtonGroup.options = options29;
6283
6352
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6284
- ButtonGroup.defaultProps = defaultProps26;
6353
+ ButtonGroup.defaultProps = defaultProps27;
6285
6354
 
6286
6355
  // src/button-group/templates/icon-button-group.tsx
6287
- var import_jsx_runtime84 = require("react/jsx-runtime");
6356
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6288
6357
 
6289
6358
  // src/button-group/templates/icon-text-button-group.tsx
6290
- var import_jsx_runtime85 = require("react/jsx-runtime");
6359
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6291
6360
 
6292
6361
  // src/button-group/templates/text-button-group.tsx
6293
- var import_jsx_runtime86 = require("react/jsx-runtime");
6362
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6294
6363
 
6295
6364
  // src/button-group/templates/mixed-button-group.tsx
6296
- var import_jsx_runtime87 = require("react/jsx-runtime");
6365
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6297
6366
 
6298
6367
  // src/color-preview/color-preview.tsx
6299
- var import_jsx_runtime88 = require("react/jsx-runtime");
6368
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6300
6369
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6301
- var states32 = [];
6302
- var options29 = {};
6370
+ var states33 = [];
6371
+ var options30 = {};
6303
6372
  var ColorPreview = (props) => {
6304
6373
  const {
6305
6374
  color,
6306
6375
  iconName,
6307
6376
  ...other
6308
6377
  } = props;
6309
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
6378
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6310
6379
  "span",
6311
6380
  {
6312
6381
  ...other,
@@ -6319,8 +6388,8 @@ var ColorPreview = (props) => {
6319
6388
  }
6320
6389
  ),
6321
6390
  children: [
6322
- iconName && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6323
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
6391
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6392
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6324
6393
  "span",
6325
6394
  {
6326
6395
  className: "k-color-preview-mask",
@@ -6331,14 +6400,14 @@ var ColorPreview = (props) => {
6331
6400
  }
6332
6401
  );
6333
6402
  };
6334
- ColorPreview.states = states32;
6335
- ColorPreview.options = options29;
6403
+ ColorPreview.states = states33;
6404
+ ColorPreview.options = options30;
6336
6405
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6337
6406
 
6338
6407
  // src/colorpicker/colorpicker.spec.tsx
6339
- var import_jsx_runtime89 = require("react/jsx-runtime");
6408
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6340
6409
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6341
- var states33 = [
6410
+ var states34 = [
6342
6411
  States.hover,
6343
6412
  States.focus,
6344
6413
  States.valid,
@@ -6346,12 +6415,12 @@ var states33 = [
6346
6415
  States.required,
6347
6416
  States.disabled
6348
6417
  ];
6349
- var options30 = {
6418
+ var options31 = {
6350
6419
  size: [Size.small, Size.medium, Size.large],
6351
6420
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6352
6421
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6353
6422
  };
6354
- var defaultProps27 = {
6423
+ var defaultProps28 = {
6355
6424
  arrowIconName: "caret-alt-down",
6356
6425
  size: Picker.defaultProps.size,
6357
6426
  rounded: Picker.defaultProps.rounded,
@@ -6373,10 +6442,10 @@ var ColorPicker = (props) => {
6373
6442
  required,
6374
6443
  disabled,
6375
6444
  valueIconName,
6376
- arrowIconName = defaultProps27.arrowIconName,
6445
+ arrowIconName = defaultProps28.arrowIconName,
6377
6446
  ...other
6378
6447
  } = props;
6379
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
6448
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
6380
6449
  Picker,
6381
6450
  {
6382
6451
  ...other,
@@ -6395,14 +6464,14 @@ var ColorPicker = (props) => {
6395
6464
  "k-icon-picker"
6396
6465
  ),
6397
6466
  children: [
6398
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(InputPrefix, { children: prefix }),
6399
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
6467
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(InputPrefix, { children: prefix }),
6468
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6400
6469
  InputInnerSpan,
6401
6470
  {
6402
6471
  placeholder,
6403
6472
  value,
6404
6473
  showValue: false,
6405
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
6474
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6406
6475
  ColorPreview,
6407
6476
  {
6408
6477
  className: "k-value-icon",
@@ -6413,8 +6482,8 @@ var ColorPicker = (props) => {
6413
6482
  valueIconName
6414
6483
  }
6415
6484
  ),
6416
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(InputSuffix, { children: suffix }),
6417
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
6485
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(InputSuffix, { children: suffix }),
6486
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6418
6487
  Button,
6419
6488
  {
6420
6489
  className: "k-input-button",
@@ -6428,17 +6497,17 @@ var ColorPicker = (props) => {
6428
6497
  }
6429
6498
  );
6430
6499
  };
6431
- ColorPicker.states = states33;
6432
- ColorPicker.options = options30;
6500
+ ColorPicker.states = states34;
6501
+ ColorPicker.options = options31;
6433
6502
  ColorPicker.className = COLORPICKER_CLASSNAME;
6434
- ColorPicker.defaultProps = defaultProps27;
6503
+ ColorPicker.defaultProps = defaultProps28;
6435
6504
 
6436
6505
  // src/action-sheet/action-sheet.spec.tsx
6437
- var import_jsx_runtime90 = require("react/jsx-runtime");
6506
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6438
6507
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6439
- var states34 = [];
6440
- var options31 = {};
6441
- var defaultProps28 = {
6508
+ var states35 = [];
6509
+ var options32 = {};
6510
+ var defaultProps29 = {
6442
6511
  side: "bottom",
6443
6512
  fullscreen: false,
6444
6513
  adaptive: false,
@@ -6451,14 +6520,14 @@ var ActionSheet = (props) => {
6451
6520
  header,
6452
6521
  footer,
6453
6522
  actions,
6454
- side = defaultProps28.side,
6455
- fullscreen = defaultProps28.fullscreen,
6456
- adaptive = defaultProps28.adaptive,
6457
- overlay = defaultProps28.overlay,
6523
+ side = defaultProps29.side,
6524
+ fullscreen = defaultProps29.fullscreen,
6525
+ adaptive = defaultProps29.adaptive,
6526
+ overlay = defaultProps29.overlay,
6458
6527
  ...other
6459
6528
  } = props;
6460
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6461
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6529
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6530
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6462
6531
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6463
6532
  switch (child.type) {
6464
6533
  case ActionSheetHeader:
@@ -6468,10 +6537,10 @@ var ActionSheet = (props) => {
6468
6537
  return true;
6469
6538
  }
6470
6539
  return true;
6471
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(import_jsx_runtime90.Fragment, {});
6472
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "k-actionsheet-container", children: [
6473
- overlay && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "k-overlay" }),
6474
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
6540
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(import_jsx_runtime93.Fragment, {});
6541
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "k-actionsheet-container", children: [
6542
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-overlay" }),
6543
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6475
6544
  AnimationContainer,
6476
6545
  {
6477
6546
  animationStyle: {
@@ -6481,7 +6550,7 @@ var ActionSheet = (props) => {
6481
6550
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6482
6551
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6483
6552
  },
6484
- children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
6553
+ children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6485
6554
  "div",
6486
6555
  {
6487
6556
  ...other,
@@ -6494,9 +6563,9 @@ var ActionSheet = (props) => {
6494
6563
  "k-adaptive-actionsheet": adaptive
6495
6564
  }
6496
6565
  ),
6497
- children: /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(import_jsx_runtime90.Fragment, { children: [
6566
+ children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_jsx_runtime93.Fragment, { children: [
6498
6567
  _ActionSheetHeader,
6499
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: classNames(
6568
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: classNames(
6500
6569
  "k-actionsheet-content",
6501
6570
  {
6502
6571
  "!k-overflow-hidden": adaptive
@@ -6510,13 +6579,13 @@ var ActionSheet = (props) => {
6510
6579
  )
6511
6580
  ] });
6512
6581
  };
6513
- ActionSheet.states = states34;
6514
- ActionSheet.options = options31;
6582
+ ActionSheet.states = states35;
6583
+ ActionSheet.options = options32;
6515
6584
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
6516
- ActionSheet.defaultProps = defaultProps28;
6585
+ ActionSheet.defaultProps = defaultProps29;
6517
6586
 
6518
6587
  // src/action-sheet/actionsheet-header.tsx
6519
- var import_jsx_runtime91 = require("react/jsx-runtime");
6588
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6520
6589
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6521
6590
  var ActionSheetHeader = (props) => {
6522
6591
  const {
@@ -6526,7 +6595,7 @@ var ActionSheetHeader = (props) => {
6526
6595
  filter,
6527
6596
  ...other
6528
6597
  } = props;
6529
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6598
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
6530
6599
  "div",
6531
6600
  {
6532
6601
  ...other,
@@ -6534,37 +6603,37 @@ var ActionSheetHeader = (props) => {
6534
6603
  props.className,
6535
6604
  ACTIONSHEETHEADER_CLASSNAME
6536
6605
  ),
6537
- children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
6538
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6539
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(import_jsx_runtime91.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-actionsheet-title", children: [
6540
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-text-center", children: title }),
6541
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6606
+ children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(import_jsx_runtime94.Fragment, { children: [
6607
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6608
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(import_jsx_runtime94.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "k-actionsheet-title", children: [
6609
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-text-center", children: title }),
6610
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6542
6611
  ] }) }),
6543
- props.children && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6544
- actions && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(import_jsx_runtime91.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6612
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6613
+ actions && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(import_jsx_runtime94.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6545
6614
  ] }),
6546
- filter && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(import_jsx_runtime91.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6615
+ filter && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(import_jsx_runtime94.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6547
6616
  ] })
6548
6617
  }
6549
6618
  );
6550
6619
  };
6551
6620
 
6552
6621
  // src/action-buttons/action-buttons.spec.tsx
6553
- var import_jsx_runtime92 = require("react/jsx-runtime");
6622
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6554
6623
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6555
- var states35 = [];
6556
- var options32 = {};
6557
- var defaultProps29 = {
6624
+ var states36 = [];
6625
+ var options33 = {};
6626
+ var defaultProps30 = {
6558
6627
  alignment: "start",
6559
6628
  orientation: "horizontal"
6560
6629
  };
6561
6630
  var ActionButtons = (props) => {
6562
6631
  const {
6563
- alignment = defaultProps29.alignment,
6564
- orientation = defaultProps29.orientation,
6632
+ alignment = defaultProps30.alignment,
6633
+ orientation = defaultProps30.orientation,
6565
6634
  ...other
6566
6635
  } = props;
6567
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6636
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6568
6637
  "div",
6569
6638
  {
6570
6639
  ...other,
@@ -6580,21 +6649,21 @@ var ActionButtons = (props) => {
6580
6649
  }
6581
6650
  );
6582
6651
  };
6583
- ActionButtons.states = states35;
6584
- ActionButtons.options = options32;
6652
+ ActionButtons.states = states36;
6653
+ ActionButtons.options = options33;
6585
6654
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6586
- ActionButtons.defaultProps = defaultProps29;
6655
+ ActionButtons.defaultProps = defaultProps30;
6587
6656
  var action_buttons_spec_default = ActionButtons;
6588
6657
 
6589
6658
  // src/action-sheet/actionsheet-footer.tsx
6590
- var import_jsx_runtime93 = require("react/jsx-runtime");
6659
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6591
6660
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6592
6661
  var ActionSheetFooter = (props) => {
6593
6662
  const {
6594
6663
  actions,
6595
6664
  ...other
6596
6665
  } = props;
6597
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6666
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6598
6667
  action_buttons_spec_default,
6599
6668
  {
6600
6669
  ...other,
@@ -6603,17 +6672,17 @@ var ActionSheetFooter = (props) => {
6603
6672
  ACTIONSHEETFOOTER_CLASSNAME
6604
6673
  ),
6605
6674
  alignment: "stretched",
6606
- children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_jsx_runtime93.Fragment, { children: [
6675
+ children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
6607
6676
  actions && actions.map((action, index) => {
6608
6677
  if (action === "|") {
6609
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-separator" }, index);
6678
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("span", { className: "k-separator" }, index);
6610
6679
  }
6611
6680
  if (action === " ") {
6612
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("span", { className: "k-spacer" }, index);
6681
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("span", { className: "k-spacer" }, index);
6613
6682
  }
6614
6683
  const importantFlag = action.startsWith("!");
6615
6684
  const actionName = importantFlag ? action.substring(1) : action;
6616
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6685
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6617
6686
  }),
6618
6687
  !actions && props.children
6619
6688
  ] })
@@ -6622,12 +6691,12 @@ var ActionSheetFooter = (props) => {
6622
6691
  };
6623
6692
 
6624
6693
  // src/action-sheet/actionsheet-items.tsx
6625
- var import_jsx_runtime94 = require("react/jsx-runtime");
6694
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6626
6695
  var ActionSheetItems = (props) => {
6627
6696
  const {
6628
6697
  ...other
6629
6698
  } = props;
6630
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
6699
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6631
6700
  "div",
6632
6701
  {
6633
6702
  ...other,
@@ -6641,8 +6710,8 @@ var ActionSheetItems = (props) => {
6641
6710
  };
6642
6711
 
6643
6712
  // src/action-sheet/actionsheet-item.tsx
6644
- var import_jsx_runtime95 = require("react/jsx-runtime");
6645
- var states36 = [
6713
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6714
+ var states37 = [
6646
6715
  States.hover,
6647
6716
  States.focus,
6648
6717
  States.selected,
@@ -6650,9 +6719,9 @@ var states36 = [
6650
6719
  ];
6651
6720
 
6652
6721
  // src/combobox/combobox.spec.tsx
6653
- var import_jsx_runtime96 = require("react/jsx-runtime");
6722
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6654
6723
  var COMBOBOX_CLASSNAME = `k-combobox`;
6655
- var states37 = [
6724
+ var states38 = [
6656
6725
  States.hover,
6657
6726
  States.focus,
6658
6727
  States.valid,
@@ -6662,12 +6731,12 @@ var states37 = [
6662
6731
  States.disabled,
6663
6732
  States.readonly
6664
6733
  ];
6665
- var defaultProps30 = {
6734
+ var defaultProps31 = {
6666
6735
  size: Input.defaultProps.size,
6667
6736
  rounded: Input.defaultProps.rounded,
6668
6737
  fillMode: Input.defaultProps.fillMode
6669
6738
  };
6670
- var options33 = {
6739
+ var options34 = {
6671
6740
  size: [Size.small, Size.medium, Size.large],
6672
6741
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6673
6742
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6695,8 +6764,8 @@ var Combobox = (props) => {
6695
6764
  adaptiveSettings,
6696
6765
  ...other
6697
6766
  } = props;
6698
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
6699
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
6767
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(import_jsx_runtime99.Fragment, { children: [
6768
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
6700
6769
  Input,
6701
6770
  {
6702
6771
  ...other,
@@ -6713,9 +6782,9 @@ var Combobox = (props) => {
6713
6782
  readonly,
6714
6783
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6715
6784
  children: [
6716
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputPrefix, { children: prefix }),
6717
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputInnerInput, { placeholder, value }),
6718
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6785
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputPrefix, { children: prefix }),
6786
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputInnerInput, { placeholder, value }),
6787
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6719
6788
  InputValidationIcon,
6720
6789
  {
6721
6790
  valid,
@@ -6724,14 +6793,14 @@ var Combobox = (props) => {
6724
6793
  disabled
6725
6794
  }
6726
6795
  ),
6727
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6796
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6728
6797
  InputLoadingIcon,
6729
6798
  {
6730
6799
  loading,
6731
6800
  disabled
6732
6801
  }
6733
6802
  ),
6734
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6803
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6735
6804
  InputClearValue,
6736
6805
  {
6737
6806
  loading,
@@ -6740,8 +6809,8 @@ var Combobox = (props) => {
6740
6809
  value
6741
6810
  }
6742
6811
  ),
6743
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputSuffix, { children: suffix }),
6744
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6812
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputSuffix, { children: suffix }),
6813
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6745
6814
  Button,
6746
6815
  {
6747
6816
  className: "k-input-button",
@@ -6754,9 +6823,9 @@ var Combobox = (props) => {
6754
6823
  ]
6755
6824
  }
6756
6825
  ),
6757
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6758
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6759
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6826
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6827
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6828
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6760
6829
  ActionSheetHeader,
6761
6830
  {
6762
6831
  actions: ["x"],
@@ -6764,42 +6833,42 @@ var Combobox = (props) => {
6764
6833
  title: "Select Item"
6765
6834
  }
6766
6835
  ),
6767
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(List, { size: "large", children: [
6768
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ListItem, { text: "List item" }),
6769
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ListItem, { text: "List item" }),
6770
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ListItem, { text: "List item" })
6836
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(List, { size: "large", children: [
6837
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" }),
6838
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" }),
6839
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" })
6771
6840
  ] }) })
6772
6841
  ] })
6773
6842
  ] });
6774
6843
  };
6775
- Combobox.states = states37;
6776
- Combobox.options = options33;
6844
+ Combobox.states = states38;
6845
+ Combobox.options = options34;
6777
6846
  Combobox.className = COMBOBOX_CLASSNAME;
6778
- Combobox.defaultProps = defaultProps30;
6847
+ Combobox.defaultProps = defaultProps31;
6779
6848
 
6780
6849
  // src/combobox/templates/combobox-normal.tsx
6781
- var import_jsx_runtime97 = require("react/jsx-runtime");
6850
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6782
6851
 
6783
6852
  // src/combobox/templates/combobox-popup.tsx
6784
- var import_jsx_runtime98 = require("react/jsx-runtime");
6853
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6785
6854
 
6786
6855
  // src/combobox/templates/combobox-grouping.tsx
6787
- var import_jsx_runtime99 = require("react/jsx-runtime");
6856
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6788
6857
 
6789
6858
  // src/combobox/templates/combobox-adaptive.tsx
6790
- var import_jsx_runtime100 = require("react/jsx-runtime");
6859
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6791
6860
 
6792
6861
  // src/menu-button/menu-button.spec.tsx
6793
- var import_jsx_runtime101 = require("react/jsx-runtime");
6862
+ var import_jsx_runtime104 = require("react/jsx-runtime");
6794
6863
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6795
- var states38 = [
6864
+ var states39 = [
6796
6865
  States.hover,
6797
6866
  States.focus,
6798
6867
  States.active,
6799
6868
  States.selected,
6800
6869
  States.disabled
6801
6870
  ];
6802
- var options34 = {
6871
+ var options35 = {
6803
6872
  size: [Size.small, Size.medium, Size.large],
6804
6873
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6805
6874
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6817,7 +6886,7 @@ var options34 = {
6817
6886
  ThemeColor.inverse
6818
6887
  ]
6819
6888
  };
6820
- var defaultProps31 = {
6889
+ var defaultProps32 = {
6821
6890
  size: Size.medium,
6822
6891
  rounded: Roundness.medium,
6823
6892
  fillMode: FillMode.solid,
@@ -6827,10 +6896,10 @@ var defaultProps31 = {
6827
6896
  };
6828
6897
  var MenuButton = (props) => {
6829
6898
  const {
6830
- size = defaultProps31.size,
6831
- rounded = defaultProps31.rounded,
6832
- fillMode = defaultProps31.fillMode,
6833
- themeColor = defaultProps31.themeColor,
6899
+ size = defaultProps32.size,
6900
+ rounded = defaultProps32.rounded,
6901
+ fillMode = defaultProps32.fillMode,
6902
+ themeColor = defaultProps32.themeColor,
6834
6903
  hover,
6835
6904
  focus,
6836
6905
  active,
@@ -6838,14 +6907,14 @@ var MenuButton = (props) => {
6838
6907
  disabled,
6839
6908
  icon,
6840
6909
  text,
6841
- showArrow = defaultProps31.showArrow,
6842
- arrowIconName = defaultProps31.arrowIconName,
6910
+ showArrow = defaultProps32.showArrow,
6911
+ arrowIconName = defaultProps32.arrowIconName,
6843
6912
  popup,
6844
6913
  opened,
6845
6914
  ...other
6846
6915
  } = props;
6847
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(import_jsx_runtime101.Fragment, { children: [
6848
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
6916
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(import_jsx_runtime104.Fragment, { children: [
6917
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
6849
6918
  Button,
6850
6919
  {
6851
6920
  ...other,
@@ -6868,35 +6937,35 @@ var MenuButton = (props) => {
6868
6937
  arrowIconName
6869
6938
  }
6870
6939
  ),
6871
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Popup, { className: "k-menu-popup", children: popup })
6940
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Popup, { className: "k-menu-popup", children: popup })
6872
6941
  ] });
6873
6942
  };
6874
- MenuButton.states = states38;
6875
- MenuButton.options = options34;
6943
+ MenuButton.states = states39;
6944
+ MenuButton.options = options35;
6876
6945
  MenuButton.className = MENUBUTTON_CLASSNAME;
6877
- MenuButton.defaultProps = defaultProps31;
6946
+ MenuButton.defaultProps = defaultProps32;
6878
6947
 
6879
6948
  // src/menu-button/templates/icon-menu-button.tsx
6880
- var import_jsx_runtime102 = require("react/jsx-runtime");
6949
+ var import_jsx_runtime105 = require("react/jsx-runtime");
6881
6950
 
6882
6951
  // src/menu-button/templates/icon-text-menu-button.tsx
6883
- var import_jsx_runtime103 = require("react/jsx-runtime");
6952
+ var import_jsx_runtime106 = require("react/jsx-runtime");
6884
6953
 
6885
6954
  // src/menu-button/templates/text-menu-button.tsx
6886
- var import_jsx_runtime104 = require("react/jsx-runtime");
6955
+ var import_jsx_runtime107 = require("react/jsx-runtime");
6887
6956
 
6888
6957
  // src/menu/menu-item.spec.tsx
6889
- var import_jsx_runtime105 = require("react/jsx-runtime");
6958
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6890
6959
  var MENUITEM_CLASSNAME = `k-menu-item`;
6891
- var states39 = [
6960
+ var states40 = [
6892
6961
  States.hover,
6893
6962
  States.focus,
6894
6963
  States.active,
6895
6964
  States.selected,
6896
6965
  States.disabled
6897
6966
  ];
6898
- var options35 = {};
6899
- var defaultProps32 = {
6967
+ var options36 = {};
6968
+ var defaultProps33 = {
6900
6969
  dir: "ltr"
6901
6970
  };
6902
6971
  var MenuItem = (props) => {
@@ -6910,11 +6979,11 @@ var MenuItem = (props) => {
6910
6979
  text,
6911
6980
  showArrow,
6912
6981
  arrowIconName,
6913
- dir = defaultProps32.dir,
6982
+ dir = defaultProps33.dir,
6914
6983
  children,
6915
6984
  ...other
6916
6985
  } = props;
6917
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(import_jsx_runtime105.Fragment, {});
6986
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_jsx_runtime108.Fragment, {});
6918
6987
  if (children) {
6919
6988
  children.forEach((child) => {
6920
6989
  const component = child.type;
@@ -6928,7 +6997,7 @@ var MenuItem = (props) => {
6928
6997
  if (!expandArrowName) {
6929
6998
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6930
6999
  }
6931
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
7000
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
6932
7001
  "li",
6933
7002
  {
6934
7003
  ...other,
@@ -6943,7 +7012,7 @@ var MenuItem = (props) => {
6943
7012
  })
6944
7013
  ),
6945
7014
  children: [
6946
- /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
7015
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
6947
7016
  "span",
6948
7017
  {
6949
7018
  className: classNames(
@@ -6956,9 +7025,9 @@ var MenuItem = (props) => {
6956
7025
  })
6957
7026
  ),
6958
7027
  children: [
6959
- icon && /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6960
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("span", { className: "k-menu-link-text", children: text }),
6961
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Icon, { icon: expandArrowName }) })
7028
+ icon && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7029
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("span", { className: "k-menu-link-text", children: text }),
7030
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { icon: expandArrowName }) })
6962
7031
  ]
6963
7032
  }
6964
7033
  ),
@@ -6967,24 +7036,24 @@ var MenuItem = (props) => {
6967
7036
  }
6968
7037
  );
6969
7038
  };
6970
- MenuItem.states = states39;
6971
- MenuItem.options = options35;
7039
+ MenuItem.states = states40;
7040
+ MenuItem.options = options36;
6972
7041
  MenuItem.className = MENUITEM_CLASSNAME;
6973
- MenuItem.defaultProps = defaultProps32;
7042
+ MenuItem.defaultProps = defaultProps33;
6974
7043
  var menu_item_spec_default = MenuItem;
6975
7044
 
6976
7045
  // src/menu/menu-separator.spec.tsx
6977
- var import_jsx_runtime106 = require("react/jsx-runtime");
7046
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6978
7047
  var SEPARATOR_CLASSNAME = `k-separator`;
6979
- var defaultProps33 = {
7048
+ var defaultProps34 = {
6980
7049
  orientation: "horizontal"
6981
7050
  };
6982
7051
  var MenuSeparator = (props) => {
6983
7052
  const {
6984
- orientation = defaultProps33.orientation,
7053
+ orientation = defaultProps34.orientation,
6985
7054
  ...other
6986
7055
  } = props;
6987
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
7056
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6988
7057
  "li",
6989
7058
  {
6990
7059
  ...other,
@@ -7002,25 +7071,25 @@ var MenuSeparator = (props) => {
7002
7071
  var menu_separator_spec_default = MenuSeparator;
7003
7072
 
7004
7073
  // src/menu/menu-item-content.tsx
7005
- var import_jsx_runtime107 = require("react/jsx-runtime");
7074
+ var import_jsx_runtime110 = require("react/jsx-runtime");
7006
7075
 
7007
7076
  // src/menu/menu-list.spec.tsx
7008
- var import_jsx_runtime108 = require("react/jsx-runtime");
7077
+ var import_jsx_runtime111 = require("react/jsx-runtime");
7009
7078
  var import_react = require("react");
7010
7079
  var MENULIST_CLASSNAME = `k-menu-group`;
7011
- var states40 = [];
7012
- var options36 = {
7080
+ var states41 = [];
7081
+ var options37 = {
7013
7082
  size: [Size.small, Size.medium, Size.large]
7014
7083
  };
7015
- var defaultProps34 = {
7084
+ var defaultProps35 = {
7016
7085
  size: Size.medium,
7017
7086
  dir: "ltr"
7018
7087
  };
7019
7088
  var MenuList = (props) => {
7020
7089
  const {
7021
7090
  children,
7022
- size = defaultProps34.size,
7023
- dir = defaultProps34.dir,
7091
+ size = defaultProps35.size,
7092
+ dir = defaultProps35.dir,
7024
7093
  ...other
7025
7094
  } = props;
7026
7095
  const listChildren = [];
@@ -7033,7 +7102,7 @@ var MenuList = (props) => {
7033
7102
  );
7034
7103
  } else if (child.type === menu_separator_spec_default) {
7035
7104
  listChildren.push(
7036
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(menu_separator_spec_default, {})
7105
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(menu_separator_spec_default, {})
7037
7106
  );
7038
7107
  } else {
7039
7108
  listChildren.push(child);
@@ -7041,7 +7110,7 @@ var MenuList = (props) => {
7041
7110
  });
7042
7111
  }
7043
7112
  }
7044
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
7113
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7045
7114
  "ul",
7046
7115
  {
7047
7116
  ...other,
@@ -7056,25 +7125,25 @@ var MenuList = (props) => {
7056
7125
  }
7057
7126
  );
7058
7127
  };
7059
- MenuList.states = states40;
7060
- MenuList.options = options36;
7128
+ MenuList.states = states41;
7129
+ MenuList.options = options37;
7061
7130
  MenuList.className = MENULIST_CLASSNAME;
7062
- MenuList.defaultProps = defaultProps34;
7131
+ MenuList.defaultProps = defaultProps35;
7063
7132
 
7064
7133
  // src/menu-button/templates/menu-button-popup.tsx
7065
- var import_jsx_runtime109 = require("react/jsx-runtime");
7134
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7066
7135
 
7067
7136
  // src/split-button/split-button.spec.tsx
7068
- var import_jsx_runtime110 = require("react/jsx-runtime");
7137
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7069
7138
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7070
- var states41 = [
7139
+ var states42 = [
7071
7140
  States.hover,
7072
7141
  States.focus,
7073
7142
  States.active,
7074
7143
  States.selected,
7075
7144
  States.disabled
7076
7145
  ];
7077
- var options37 = {
7146
+ var options38 = {
7078
7147
  size: [Size.small, Size.medium, Size.large],
7079
7148
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7080
7149
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7092,7 +7161,7 @@ var options37 = {
7092
7161
  ThemeColor.inverse
7093
7162
  ]
7094
7163
  };
7095
- var defaultProps35 = {
7164
+ var defaultProps36 = {
7096
7165
  size: Size.medium,
7097
7166
  rounded: Roundness.medium,
7098
7167
  fillMode: FillMode.solid,
@@ -7101,10 +7170,10 @@ var defaultProps35 = {
7101
7170
  };
7102
7171
  var SplitButton = (props) => {
7103
7172
  const {
7104
- size = defaultProps35.size,
7105
- rounded = defaultProps35.rounded,
7106
- fillMode = defaultProps35.fillMode,
7107
- themeColor = defaultProps35.themeColor,
7173
+ size = defaultProps36.size,
7174
+ rounded = defaultProps36.rounded,
7175
+ fillMode = defaultProps36.fillMode,
7176
+ themeColor = defaultProps36.themeColor,
7108
7177
  hover,
7109
7178
  focus,
7110
7179
  active,
@@ -7112,75 +7181,80 @@ var SplitButton = (props) => {
7112
7181
  disabled,
7113
7182
  icon,
7114
7183
  text,
7115
- arrowIconName = defaultProps35.arrowIconName,
7184
+ arrowIconName = defaultProps36.arrowIconName,
7185
+ popup,
7186
+ opened,
7116
7187
  ...other
7117
7188
  } = props;
7118
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
7119
- "div",
7120
- {
7121
- ...other,
7122
- className: classNames(
7123
- props.className,
7124
- SPLITBUTTON_CLASSNAME,
7125
- "k-button-group",
7126
- optionClassNames(SPLITBUTTON_CLASSNAME, {
7127
- rounded
7128
- })
7129
- ),
7130
- children: [
7131
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7132
- Button,
7133
- {
7134
- text,
7135
- icon,
7136
- size,
7137
- rounded,
7138
- fillMode,
7139
- themeColor,
7140
- hover,
7141
- focus,
7142
- active,
7143
- selected,
7144
- disabled,
7145
- children: props.children
7146
- }
7189
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
7190
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7191
+ "div",
7192
+ {
7193
+ ...other,
7194
+ className: classNames(
7195
+ props.className,
7196
+ SPLITBUTTON_CLASSNAME,
7197
+ "k-button-group",
7198
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
7199
+ rounded
7200
+ })
7147
7201
  ),
7148
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7149
- Button,
7150
- {
7151
- className: "k-split-button-arrow",
7152
- icon: arrowIconName,
7153
- size,
7154
- rounded,
7155
- fillMode,
7156
- disabled
7157
- }
7158
- )
7159
- ]
7160
- }
7161
- );
7202
+ children: [
7203
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7204
+ Button,
7205
+ {
7206
+ text,
7207
+ icon,
7208
+ size,
7209
+ rounded,
7210
+ fillMode,
7211
+ themeColor,
7212
+ hover,
7213
+ focus,
7214
+ active,
7215
+ selected,
7216
+ disabled,
7217
+ children: props.children
7218
+ }
7219
+ ),
7220
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7221
+ Button,
7222
+ {
7223
+ className: "k-split-button-arrow",
7224
+ icon: arrowIconName,
7225
+ size,
7226
+ rounded,
7227
+ fillMode,
7228
+ disabled
7229
+ }
7230
+ )
7231
+ ]
7232
+ }
7233
+ ),
7234
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Popup, { className: "k-menu-popup", children: popup })
7235
+ ] });
7162
7236
  };
7163
- SplitButton.states = states41;
7164
- SplitButton.options = options37;
7237
+ SplitButton.states = states42;
7238
+ SplitButton.options = options38;
7165
7239
  SplitButton.className = SPLITBUTTON_CLASSNAME;
7166
- SplitButton.defaultProps = defaultProps35;
7240
+ SplitButton.defaultProps = defaultProps36;
7167
7241
  var split_button_spec_default = SplitButton;
7168
7242
 
7169
7243
  // src/toolbar/toolbar.spec.tsx
7170
- var import_jsx_runtime111 = require("react/jsx-runtime");
7244
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7171
7245
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7172
- var states42 = [
7246
+ var states43 = [
7173
7247
  States.focus
7174
7248
  ];
7175
- var options38 = {
7249
+ var options39 = {
7176
7250
  size: [Size.small, Size.medium, Size.large]
7177
7251
  };
7178
- var defaultProps36 = {
7252
+ var defaultProps37 = {
7179
7253
  size: Size.medium
7180
7254
  };
7181
7255
  var Toolbar = (props) => {
7182
7256
  const {
7183
- size = defaultProps36.size,
7257
+ size = defaultProps37.size,
7184
7258
  focus,
7185
7259
  resizable,
7186
7260
  ...other
@@ -7190,7 +7264,7 @@ var Toolbar = (props) => {
7190
7264
  const tempToolbarChildren = [];
7191
7265
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7192
7266
  tempToolbarChildren.push(
7193
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7267
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7194
7268
  Button,
7195
7269
  {
7196
7270
  ...child.props,
@@ -7201,7 +7275,7 @@ var Toolbar = (props) => {
7201
7275
  );
7202
7276
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7203
7277
  tempToolbarChildren.push(
7204
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7278
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7205
7279
  Button,
7206
7280
  {
7207
7281
  ...child.props,
@@ -7212,7 +7286,7 @@ var Toolbar = (props) => {
7212
7286
  );
7213
7287
  } else if (child.type === Button) {
7214
7288
  tempToolbarChildren.push(
7215
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7289
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7216
7290
  Button,
7217
7291
  {
7218
7292
  ...child.props,
@@ -7223,7 +7297,7 @@ var Toolbar = (props) => {
7223
7297
  );
7224
7298
  } else if (child.type === MenuButton) {
7225
7299
  tempToolbarChildren.push(
7226
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7300
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7227
7301
  MenuButton,
7228
7302
  {
7229
7303
  ...child.props,
@@ -7234,7 +7308,7 @@ var Toolbar = (props) => {
7234
7308
  );
7235
7309
  } else if (child.type === split_button_spec_default) {
7236
7310
  tempToolbarChildren.push(
7237
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7311
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7238
7312
  split_button_spec_default,
7239
7313
  {
7240
7314
  ...child.props,
@@ -7248,7 +7322,7 @@ var Toolbar = (props) => {
7248
7322
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7249
7323
  childrenArray.forEach((button, bindex) => {
7250
7324
  buttonGroupItems.push(
7251
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7325
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7252
7326
  Button,
7253
7327
  {
7254
7328
  ...button.props,
@@ -7259,7 +7333,7 @@ var Toolbar = (props) => {
7259
7333
  );
7260
7334
  });
7261
7335
  tempToolbarChildren.push(
7262
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7336
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7263
7337
  ButtonGroup,
7264
7338
  {
7265
7339
  ...child.props,
@@ -7271,7 +7345,7 @@ var Toolbar = (props) => {
7271
7345
  );
7272
7346
  } else if (child.type === Combobox) {
7273
7347
  tempToolbarChildren.push(
7274
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7348
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7275
7349
  Combobox,
7276
7350
  {
7277
7351
  ...child.props,
@@ -7282,7 +7356,7 @@ var Toolbar = (props) => {
7282
7356
  );
7283
7357
  } else if (child.type === DropdownList) {
7284
7358
  tempToolbarChildren.push(
7285
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7359
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7286
7360
  DropdownList,
7287
7361
  {
7288
7362
  ...child.props,
@@ -7293,7 +7367,7 @@ var Toolbar = (props) => {
7293
7367
  );
7294
7368
  } else if (child.type === ColorPicker) {
7295
7369
  tempToolbarChildren.push(
7296
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7370
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7297
7371
  ColorPicker,
7298
7372
  {
7299
7373
  ...child.props,
@@ -7315,7 +7389,7 @@ var Toolbar = (props) => {
7315
7389
  addUniqueToolClass(child, index);
7316
7390
  });
7317
7391
  }
7318
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7392
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7319
7393
  "div",
7320
7394
  {
7321
7395
  ...other,
@@ -7336,26 +7410,26 @@ var Toolbar = (props) => {
7336
7410
  }
7337
7411
  );
7338
7412
  };
7339
- Toolbar.states = states42;
7340
- Toolbar.options = options38;
7413
+ Toolbar.states = states43;
7414
+ Toolbar.options = options39;
7341
7415
  Toolbar.className = TOOLBAR_CLASSNAME;
7342
- Toolbar.defaultProps = defaultProps36;
7416
+ Toolbar.defaultProps = defaultProps37;
7343
7417
 
7344
7418
  // src/toolbar/toolbar-angular.spec.tsx
7345
- var import_jsx_runtime112 = require("react/jsx-runtime");
7419
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7346
7420
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7347
- var states43 = [
7421
+ var states44 = [
7348
7422
  States.focus
7349
7423
  ];
7350
- var options39 = {
7424
+ var options40 = {
7351
7425
  size: [Size.small, Size.medium, Size.large]
7352
7426
  };
7353
- var defaultProps37 = {
7427
+ var defaultProps38 = {
7354
7428
  size: Size.medium
7355
7429
  };
7356
7430
  var ToolbarAngular = (props) => {
7357
7431
  const {
7358
- size = defaultProps37.size,
7432
+ size = defaultProps38.size,
7359
7433
  focus,
7360
7434
  resizable,
7361
7435
  ...other
@@ -7365,7 +7439,7 @@ var ToolbarAngular = (props) => {
7365
7439
  const tempToolbarChildren = [];
7366
7440
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7367
7441
  tempToolbarChildren.push(
7368
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7442
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7369
7443
  Button,
7370
7444
  {
7371
7445
  ...child.props,
@@ -7376,7 +7450,7 @@ var ToolbarAngular = (props) => {
7376
7450
  );
7377
7451
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7378
7452
  tempToolbarChildren.push(
7379
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7453
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7380
7454
  Button,
7381
7455
  {
7382
7456
  ...child.props,
@@ -7387,7 +7461,7 @@ var ToolbarAngular = (props) => {
7387
7461
  );
7388
7462
  } else if (child.type === Button) {
7389
7463
  tempToolbarChildren.push(
7390
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7464
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7391
7465
  Button,
7392
7466
  {
7393
7467
  ...child.props,
@@ -7398,7 +7472,7 @@ var ToolbarAngular = (props) => {
7398
7472
  );
7399
7473
  } else if (child.type === MenuButton) {
7400
7474
  tempToolbarChildren.push(
7401
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7475
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7402
7476
  MenuButton,
7403
7477
  {
7404
7478
  ...child.props,
@@ -7409,7 +7483,7 @@ var ToolbarAngular = (props) => {
7409
7483
  );
7410
7484
  } else if (child.type === split_button_spec_default) {
7411
7485
  tempToolbarChildren.push(
7412
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7486
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7413
7487
  split_button_spec_default,
7414
7488
  {
7415
7489
  ...child.props,
@@ -7423,7 +7497,7 @@ var ToolbarAngular = (props) => {
7423
7497
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7424
7498
  childrenArray.forEach((button, bindex) => {
7425
7499
  buttonGroupItems.push(
7426
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7500
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7427
7501
  Button,
7428
7502
  {
7429
7503
  ...button.props,
@@ -7434,7 +7508,7 @@ var ToolbarAngular = (props) => {
7434
7508
  );
7435
7509
  });
7436
7510
  tempToolbarChildren.push(
7437
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7511
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7438
7512
  ButtonGroup,
7439
7513
  {
7440
7514
  ...child.props,
@@ -7446,7 +7520,7 @@ var ToolbarAngular = (props) => {
7446
7520
  );
7447
7521
  } else if (child.type === Combobox) {
7448
7522
  tempToolbarChildren.push(
7449
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7523
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7450
7524
  Combobox,
7451
7525
  {
7452
7526
  ...child.props,
@@ -7457,7 +7531,7 @@ var ToolbarAngular = (props) => {
7457
7531
  );
7458
7532
  } else if (child.type === DropdownList) {
7459
7533
  tempToolbarChildren.push(
7460
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7534
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7461
7535
  DropdownList,
7462
7536
  {
7463
7537
  ...child.props,
@@ -7468,7 +7542,7 @@ var ToolbarAngular = (props) => {
7468
7542
  );
7469
7543
  } else if (child.type === ColorPicker) {
7470
7544
  tempToolbarChildren.push(
7471
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7545
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7472
7546
  ColorPicker,
7473
7547
  {
7474
7548
  ...child.props,
@@ -7490,7 +7564,7 @@ var ToolbarAngular = (props) => {
7490
7564
  addUniqueToolClass(child, index);
7491
7565
  });
7492
7566
  }
7493
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7567
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7494
7568
  "div",
7495
7569
  {
7496
7570
  ...other,
@@ -7511,28 +7585,28 @@ var ToolbarAngular = (props) => {
7511
7585
  }
7512
7586
  );
7513
7587
  };
7514
- ToolbarAngular.states = states43;
7515
- ToolbarAngular.options = options39;
7588
+ ToolbarAngular.states = states44;
7589
+ ToolbarAngular.options = options40;
7516
7590
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7517
- ToolbarAngular.defaultProps = defaultProps37;
7591
+ ToolbarAngular.defaultProps = defaultProps38;
7518
7592
 
7519
7593
  // src/toolbar/toolbar-separator.tsx
7520
- var import_jsx_runtime113 = require("react/jsx-runtime");
7594
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7521
7595
 
7522
7596
  // src/toolbar/toolbar-item.spec.tsx
7523
- var import_jsx_runtime114 = require("react/jsx-runtime");
7597
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7524
7598
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7525
- var states44 = [
7599
+ var states45 = [
7526
7600
  States.focus
7527
7601
  ];
7528
- var options40 = {};
7529
- var defaultProps38 = {};
7602
+ var options41 = {};
7603
+ var defaultProps39 = {};
7530
7604
  var ToolbarItem = (props) => {
7531
7605
  const {
7532
7606
  focus,
7533
7607
  ...other
7534
7608
  } = props;
7535
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7609
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7536
7610
  "div",
7537
7611
  {
7538
7612
  ...other,
@@ -7547,23 +7621,23 @@ var ToolbarItem = (props) => {
7547
7621
  }
7548
7622
  );
7549
7623
  };
7550
- ToolbarItem.states = states44;
7551
- ToolbarItem.options = options40;
7624
+ ToolbarItem.states = states45;
7625
+ ToolbarItem.options = options41;
7552
7626
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7553
- ToolbarItem.defaultProps = defaultProps38;
7627
+ ToolbarItem.defaultProps = defaultProps39;
7554
7628
 
7555
7629
  // src/window/window.spec.tsx
7556
- var import_jsx_runtime115 = require("react/jsx-runtime");
7630
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7557
7631
  var WINDOW_CLASSNAME = `k-window`;
7558
- var states45 = [];
7559
- var options41 = {
7632
+ var states46 = [];
7633
+ var options42 = {
7560
7634
  themeColor: [
7561
7635
  ThemeColor.primary,
7562
7636
  ThemeColor.light,
7563
7637
  ThemeColor.dark
7564
7638
  ]
7565
7639
  };
7566
- var defaultProps39 = {};
7640
+ var defaultProps40 = {};
7567
7641
  var Window = (props) => {
7568
7642
  const {
7569
7643
  title,
@@ -7574,7 +7648,7 @@ var Window = (props) => {
7574
7648
  actionButtonsAlign,
7575
7649
  ...other
7576
7650
  } = props;
7577
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
7651
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
7578
7652
  "div",
7579
7653
  {
7580
7654
  ...other,
@@ -7587,32 +7661,32 @@ var Window = (props) => {
7587
7661
  }
7588
7662
  ),
7589
7663
  children: [
7590
- (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("div", { className: "k-window-titlebar", children: [
7591
- title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: "k-window-title", children: title }),
7592
- actions && /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(import_jsx_runtime115.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
7593
- (actionName) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
7664
+ (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-window-titlebar", children: [
7665
+ title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-window-title", children: title }),
7666
+ actions && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(import_jsx_runtime118.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
7667
+ (actionName) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
7594
7668
  ) }) })
7595
7669
  ] }),
7596
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: classNames(
7670
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: classNames(
7597
7671
  "k-window-content",
7598
7672
  {
7599
7673
  "k-hidden": minimized
7600
7674
  }
7601
7675
  ), children: props.children }),
7602
- actionButtons && /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
7676
+ actionButtons && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
7603
7677
  ]
7604
7678
  }
7605
7679
  );
7606
7680
  };
7607
- Window.states = states45;
7608
- Window.options = options41;
7681
+ Window.states = states46;
7682
+ Window.options = options42;
7609
7683
  Window.className = WINDOW_CLASSNAME;
7610
- Window.defaultProps = defaultProps39;
7684
+ Window.defaultProps = defaultProps40;
7611
7685
 
7612
7686
  // src/form/form-field.tsx
7613
- var import_jsx_runtime116 = require("react/jsx-runtime");
7687
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7614
7688
  var FORMFIELD_CLASSNAME = "k-form-field";
7615
- var states46 = [
7689
+ var states47 = [
7616
7690
  States.disabled
7617
7691
  ];
7618
7692
  var FormField = (props) => {
@@ -7628,7 +7702,7 @@ var FormField = (props) => {
7628
7702
  dir,
7629
7703
  colSpan
7630
7704
  } = props;
7631
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7705
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7632
7706
  "div",
7633
7707
  {
7634
7708
  className: classNames(
@@ -7641,19 +7715,19 @@ var FormField = (props) => {
7641
7715
  ),
7642
7716
  dir,
7643
7717
  children: [
7644
- label && /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("label", { className: classNames(
7718
+ label && /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("label", { className: classNames(
7645
7719
  "k-label",
7646
7720
  "k-form-label"
7647
7721
  ), children: [
7648
7722
  label,
7649
- optional && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
7650
- info && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-field-info", children: "(field info)" })
7723
+ optional && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
7724
+ info && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-field-info", children: "(field info)" })
7651
7725
  ] }),
7652
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
7653
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("div", { className: "k-form-field-wrap", children: [
7726
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
7727
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-form-field-wrap", children: [
7654
7728
  editor,
7655
- hint && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("div", { className: "k-form-hint", children: hint }),
7656
- error && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("div", { className: "k-form-error", children: error })
7729
+ hint && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-form-hint", children: hint }),
7730
+ error && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-form-error", children: error })
7657
7731
  ] })
7658
7732
  ]
7659
7733
  }
@@ -7662,7 +7736,7 @@ var FormField = (props) => {
7662
7736
  FormField.className = FORMFIELD_CLASSNAME;
7663
7737
 
7664
7738
  // src/form/fieldset.tsx
7665
- var import_jsx_runtime117 = require("react/jsx-runtime");
7739
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7666
7740
  var FIELDSET_CLASSNAME = "k-form-fieldset";
7667
7741
  var Fieldset = (props) => {
7668
7742
  const {
@@ -7672,9 +7746,9 @@ var Fieldset = (props) => {
7672
7746
  gapX,
7673
7747
  gapY
7674
7748
  } = props;
7675
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7676
- legend && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("legend", { className: "k-form-legend", children: legend }),
7677
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: classNames(
7749
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7750
+ legend && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("legend", { className: "k-form-legend", children: legend }),
7751
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: classNames(
7678
7752
  "k-form-layout",
7679
7753
  "k-d-grid",
7680
7754
  {
@@ -7682,37 +7756,37 @@ var Fieldset = (props) => {
7682
7756
  [`k-gap-x-${gapX}`]: gapX,
7683
7757
  [`k-gap-y-${gapY}`]: gapY
7684
7758
  }
7685
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(import_jsx_runtime117.Fragment, { children: props.children })
7759
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(import_jsx_runtime120.Fragment, { children: props.children })
7686
7760
  ] });
7687
7761
  };
7688
7762
  Fieldset.className = FIELDSET_CLASSNAME;
7689
7763
 
7690
7764
  // src/form/form.spec.tsx
7691
- var import_jsx_runtime118 = require("react/jsx-runtime");
7765
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7692
7766
  var import_react2 = require("react");
7693
7767
  var FORM_CLASSNAME = "k-form";
7694
- var states47 = [];
7695
- var options42 = {
7768
+ var states48 = [];
7769
+ var options43 = {
7696
7770
  size: [Size.small, Size.medium, Size.large]
7697
7771
  };
7698
- var defaultProps40 = {
7772
+ var defaultProps41 = {
7699
7773
  size: Size.medium,
7700
7774
  layout: "basic",
7701
7775
  tag: "form"
7702
7776
  };
7703
7777
  var Form = (props) => {
7704
7778
  const {
7705
- size = defaultProps40.size,
7779
+ size = defaultProps41.size,
7706
7780
  orientation,
7707
- layout = defaultProps40.layout,
7781
+ layout = defaultProps41.layout,
7708
7782
  formButtons,
7709
7783
  cols,
7710
7784
  gapX,
7711
7785
  gapY,
7712
- tag = defaultProps40.tag,
7786
+ tag = defaultProps41.tag,
7713
7787
  children
7714
7788
  } = props;
7715
- const Parent = ({ tag: tag2, className: className17, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("form", { className: className17, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: className17, children: children2 });
7789
+ const Parent = ({ tag: tag2, className: className17, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("form", { className: className17, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: className17, children: children2 });
7716
7790
  const formChildren = [];
7717
7791
  if (children) {
7718
7792
  if (Array.isArray(children)) {
@@ -7731,7 +7805,7 @@ var Form = (props) => {
7731
7805
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react2.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
7732
7806
  }
7733
7807
  }
7734
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(Parent, { tag, className: classNames(
7808
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(Parent, { tag, className: classNames(
7735
7809
  props.className,
7736
7810
  FORM_CLASSNAME,
7737
7811
  optionClassNames(FORM_CLASSNAME, {
@@ -7741,7 +7815,7 @@ var Form = (props) => {
7741
7815
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
7742
7816
  }
7743
7817
  ), children: [
7744
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: classNames(
7818
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: classNames(
7745
7819
  "k-form-layout",
7746
7820
  "k-d-grid",
7747
7821
  {
@@ -7749,17 +7823,124 @@ var Form = (props) => {
7749
7823
  [`k-gap-x-${gapX}`]: gapX,
7750
7824
  [`k-gap-y-${gapY}`]: gapY
7751
7825
  }
7752
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(import_jsx_runtime118.Fragment, { children: formChildren }),
7753
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-form-buttons", children: formButtons })
7826
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(import_jsx_runtime121.Fragment, { children: formChildren }),
7827
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-form-buttons", children: formButtons })
7754
7828
  ] });
7755
7829
  };
7756
- Form.states = states47;
7757
- Form.options = options42;
7830
+ Form.states = states48;
7831
+ Form.options = options43;
7758
7832
  Form.className = FORM_CLASSNAME;
7759
- Form.defaultProps = defaultProps40;
7833
+ Form.defaultProps = defaultProps41;
7834
+
7835
+ // src/textbox/textbox.spec.tsx
7836
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7837
+ var TEXTBOX_CLASSNAME = `k-textbox`;
7838
+ var states49 = [
7839
+ States.hover,
7840
+ States.focus,
7841
+ States.valid,
7842
+ States.invalid,
7843
+ States.required,
7844
+ States.disabled,
7845
+ States.loading,
7846
+ States.readonly
7847
+ ];
7848
+ var options44 = {
7849
+ size: [Size.small, Size.medium, Size.large],
7850
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7851
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7852
+ };
7853
+ var defaultProps42 = {
7854
+ showClearButton: true,
7855
+ size: Input.defaultProps.size,
7856
+ rounded: Input.defaultProps.rounded,
7857
+ fillMode: Input.defaultProps.fillMode
7858
+ };
7859
+ var Textbox = (props) => {
7860
+ const {
7861
+ prefix,
7862
+ suffix,
7863
+ value,
7864
+ placeholder,
7865
+ size,
7866
+ rounded,
7867
+ fillMode,
7868
+ hover,
7869
+ focus,
7870
+ valid,
7871
+ invalid,
7872
+ required,
7873
+ loading,
7874
+ disabled,
7875
+ readonly,
7876
+ showClearButton = defaultProps42.showClearButton,
7877
+ ...other
7878
+ } = props;
7879
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
7880
+ Input,
7881
+ {
7882
+ ...other,
7883
+ size,
7884
+ rounded,
7885
+ fillMode,
7886
+ hover,
7887
+ focus,
7888
+ valid,
7889
+ invalid,
7890
+ required,
7891
+ loading,
7892
+ disabled,
7893
+ readonly,
7894
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
7895
+ children: [
7896
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(InputPrefix, { children: prefix }),
7897
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(InputInnerInput, { placeholder, value }),
7898
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7899
+ InputValidationIcon,
7900
+ {
7901
+ valid,
7902
+ invalid,
7903
+ loading,
7904
+ disabled
7905
+ }
7906
+ ),
7907
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7908
+ InputLoadingIcon,
7909
+ {
7910
+ loading,
7911
+ disabled
7912
+ }
7913
+ ),
7914
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
7915
+ InputClearValue,
7916
+ {
7917
+ loading,
7918
+ disabled,
7919
+ readonly,
7920
+ value
7921
+ }
7922
+ ),
7923
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(InputSuffix, { children: suffix })
7924
+ ]
7925
+ }
7926
+ );
7927
+ };
7928
+ Textbox.states = states49;
7929
+ Textbox.options = options44;
7930
+ Textbox.className = TEXTBOX_CLASSNAME;
7931
+ Textbox.defaultProps = defaultProps42;
7932
+
7933
+ // src/textbox/templates/textbox-normal.tsx
7934
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7935
+
7936
+ // src/textbox/templates/textbox-prefix.tsx
7937
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7938
+
7939
+ // src/textbox/templates/textbox-suffix.tsx
7940
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7760
7941
 
7761
7942
  // src/grid/tests/grid-column-resizing-actions.tsx
7762
- var import_jsx_runtime119 = require("react/jsx-runtime");
7943
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7763
7944
  var styles = `
7764
7945
  .k-animation-container,
7765
7946
  .k-popup {
@@ -7776,159 +7957,159 @@ var styles = `
7776
7957
  margin-inline-end: 16px;
7777
7958
  }
7778
7959
  `;
7779
- var grid_column_resizing_actions_default = () => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_jsx_runtime119.Fragment, { children: [
7780
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("style", { children: styles }),
7781
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { id: "test-area", children: [
7782
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7783
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(ChipList, { children: [
7784
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_jsx_runtime119.Fragment, { children: [
7785
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(ChipAction, { type: "more" }),
7786
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(ChipAction, { type: "remove" })
7960
+ var grid_column_resizing_actions_default = () => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_jsx_runtime126.Fragment, { children: [
7961
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("style", { children: styles }),
7962
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { id: "test-area", children: [
7963
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7964
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(ChipList, { children: [
7965
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_jsx_runtime126.Fragment, { children: [
7966
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(ChipAction, { type: "more" }),
7967
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(ChipAction, { type: "remove" })
7787
7968
  ] }) }),
7788
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_jsx_runtime119.Fragment, { children: [
7789
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(ChipAction, { type: "more" }),
7790
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(ChipAction, { type: "remove" })
7969
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_jsx_runtime126.Fragment, { children: [
7970
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(ChipAction, { type: "more" }),
7971
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(ChipAction, { type: "remove" })
7791
7972
  ] }) })
7792
7973
  ] }) }),
7793
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
7794
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("colgroup", { children: [
7795
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("col", {}),
7796
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("col", {}),
7797
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("col", {})
7974
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
7975
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("colgroup", { children: [
7976
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("col", {}),
7977
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("col", {}),
7978
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("col", {})
7798
7979
  ] }),
7799
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(TableRow, { children: [
7800
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-cell-inner", children: [
7801
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-link", children: [
7802
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-column-title", children: "Product Id" }),
7803
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "sort-asc-small" }) })
7980
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(TableRow, { children: [
7981
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("span", { className: "k-cell-inner", children: [
7982
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("span", { className: "k-link", children: [
7983
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-column-title", children: "Product Id" }),
7984
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "sort-asc-small" }) })
7804
7985
  ] }),
7805
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "more-vertical" }) })
7986
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "more-vertical" }) })
7806
7987
  ] }) }),
7807
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-cell-inner", children: [
7808
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-link", children: [
7809
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
7810
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "sort-asc-small" }) })
7988
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("span", { className: "k-cell-inner", children: [
7989
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("span", { className: "k-link", children: [
7990
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
7991
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "sort-asc-small" }) })
7811
7992
  ] }),
7812
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "more-vertical" }) })
7993
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "more-vertical" }) })
7813
7994
  ] }) }),
7814
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-cell-inner", children: [
7815
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-link", children: [
7816
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
7817
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "sort-asc-small" }) })
7995
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("span", { className: "k-cell-inner", children: [
7996
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("span", { className: "k-link", children: [
7997
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
7998
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "sort-asc-small" }) })
7818
7999
  ] }),
7819
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "more-vertical" }) })
8000
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "more-vertical" }) })
7820
8001
  ] }) }),
7821
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-cell-inner", children: [
7822
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-link", children: [
7823
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-column-title", children: "Category" }),
7824
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "sort-asc-small" }) })
8002
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("span", { className: "k-cell-inner", children: [
8003
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("span", { className: "k-link", children: [
8004
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-column-title", children: "Category" }),
8005
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "sort-asc-small" }) })
7825
8006
  ] }),
7826
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "more-vertical" }) })
8007
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "more-vertical" }) })
7827
8008
  ] }) })
7828
8009
  ] }) })
7829
8010
  ] }) }) }),
7830
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
7831
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("colgroup", { children: [
7832
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("col", {}),
7833
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("col", {}),
7834
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("col", {})
8011
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
8012
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("colgroup", { children: [
8013
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("col", {}),
8014
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("col", {}),
8015
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("col", {})
7835
8016
  ] }),
7836
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(TableTbody, { children: [
7837
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(TableRow, { className: "k-master-row", children: [
7838
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
7839
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "21.35" }),
7840
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "0" }),
7841
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Condiments" })
8017
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(TableTbody, { children: [
8018
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(TableRow, { className: "k-master-row", children: [
8019
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
8020
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "21.35" }),
8021
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "0" }),
8022
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Condiments" })
7842
8023
  ] }),
7843
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(TableRow, { alt: true, children: [
7844
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Alice Mutton" }),
7845
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "39" }),
7846
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "0" }),
7847
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Meat/Poultry" })
8024
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(TableRow, { alt: true, children: [
8025
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Alice Mutton" }),
8026
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "39" }),
8027
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "0" }),
8028
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Meat/Poultry" })
7848
8029
  ] }),
7849
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(TableRow, { className: "k-master-row", children: [
7850
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7851
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "123.79" }),
7852
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "1" }),
7853
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Meat/Poultry" })
8030
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(TableRow, { className: "k-master-row", children: [
8031
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
8032
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "123.79" }),
8033
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "1" }),
8034
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Meat/Poultry" })
7854
8035
  ] }),
7855
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(TableRow, { alt: true, children: [
7856
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Gorgonzola Telino" }),
7857
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "12.5" }),
7858
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "0" }),
7859
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Meat/Poultry" })
8036
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(TableRow, { alt: true, children: [
8037
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Gorgonzola Telino" }),
8038
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "12.5" }),
8039
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "0" }),
8040
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Meat/Poultry" })
7860
8041
  ] }),
7861
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(TableRow, { className: "k-master-row", children: [
7862
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Perth Pasties" }),
7863
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "32.8" }),
7864
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "0" }),
7865
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TableTd, { children: "Meat/Poultry" })
8042
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(TableRow, { className: "k-master-row", children: [
8043
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Perth Pasties" }),
8044
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "32.8" }),
8045
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "0" }),
8046
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(TableTd, { children: "Meat/Poultry" })
7866
8047
  ] })
7867
8048
  ] })
7868
8049
  ] }) }),
7869
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
8050
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
7870
8051
  ] }) }),
7871
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
7872
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
7873
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item", children: [
7874
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "sort-asc-small" }),
8052
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
8053
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
8054
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item", children: [
8055
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "sort-asc-small" }),
7875
8056
  "Sort ascending"
7876
8057
  ] }),
7877
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item", children: [
7878
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "sort-desc-small" }),
8058
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item", children: [
8059
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "sort-desc-small" }),
7879
8060
  "Sort descending"
7880
8061
  ] })
7881
8062
  ] }),
7882
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item", children: [
7883
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "columns" }),
8063
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item", children: [
8064
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "columns" }),
7884
8065
  "Columns",
7885
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-spacer" }),
7886
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "chevron-down" }) })
8066
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-spacer" }),
8067
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "chevron-down" }) })
7887
8068
  ] }) }) }),
7888
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item", children: [
7889
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "filter" }),
8069
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item", children: [
8070
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "filter" }),
7890
8071
  "Filter",
7891
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-spacer" }),
7892
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "chevron-down" }) })
8072
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-spacer" }),
8073
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "chevron-down" }) })
7893
8074
  ] }) }) }),
7894
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item", children: [
7895
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "group" }),
8075
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item", children: [
8076
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "group" }),
7896
8077
  "Group column"
7897
8078
  ] }) }),
7898
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item", children: [
7899
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "arrows-left-right" }),
8079
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item", children: [
8080
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "arrows-left-right" }),
7900
8081
  "Resize column",
7901
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-spacer" }),
7902
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "window-restore" }) })
8082
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-spacer" }),
8083
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "window-restore" }) })
7903
8084
  ] }) }) }),
7904
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item", children: [
7905
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "group" }),
8085
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item", children: [
8086
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "group" }),
7906
8087
  "Autosize all columns"
7907
8088
  ] }) }),
7908
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-columnmenu-item", children: [
7909
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "set-column-position" }),
8089
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-columnmenu-item", children: [
8090
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "set-column-position" }),
7910
8091
  "Set column position",
7911
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-spacer" }),
7912
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "chevron-down" }) })
8092
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-spacer" }),
8093
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { icon: "chevron-down" }) })
7913
8094
  ] }) }) })
7914
8095
  ] }),
7915
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Window, { title: "Column Width", actions: ["x"], className: "k-grid-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_jsx_runtime119.Fragment, { children: [
7916
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Button, { themeColor: "primary", children: "Apply" }),
7917
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Button, { children: "Cancel" })
7918
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(Form, { children: [
7919
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8096
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Window, { title: "Column Width", actions: ["x"], className: "k-grid-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_jsx_runtime126.Fragment, { children: [
8097
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { themeColor: "primary", children: "Apply" }),
8098
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { children: "Cancel" })
8099
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(Form, { children: [
8100
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
7920
8101
  FormField,
7921
8102
  {
7922
8103
  label: "Value in px",
7923
- editor: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Textbox, { value: "412" })
8104
+ editor: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Textbox, { value: "412" })
7924
8105
  }
7925
8106
  ),
7926
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8107
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
7927
8108
  FormField,
7928
8109
  {
7929
- editor: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_jsx_runtime119.Fragment, { children: [
7930
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Checkbox, {}),
7931
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("label", { className: "k-checkbox-label", children: "Autofit to content" })
8110
+ editor: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_jsx_runtime126.Fragment, { children: [
8111
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Checkbox, {}),
8112
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("label", { className: "k-checkbox-label", children: "Autofit to content" })
7932
8113
  ] })
7933
8114
  }
7934
8115
  )