@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
@@ -4784,8 +4784,7 @@ var states14 = [
4784
4784
  States.valid,
4785
4785
  States.invalid,
4786
4786
  States.required,
4787
- States.disabled,
4788
- States.loading
4787
+ States.disabled
4789
4788
  ];
4790
4789
  var options13 = {
4791
4790
  size: [Size.small, Size.medium, Size.large],
@@ -4810,7 +4809,6 @@ var Textarea = (props) => {
4810
4809
  valid,
4811
4810
  invalid,
4812
4811
  required,
4813
- loading,
4814
4812
  disabled,
4815
4813
  ...other
4816
4814
  } = props;
@@ -4826,13 +4824,14 @@ var Textarea = (props) => {
4826
4824
  valid,
4827
4825
  invalid,
4828
4826
  required,
4829
- loading,
4830
4827
  disabled,
4831
4828
  className: classNames(props.className, TEXTAREA_CLASSNAME),
4832
4829
  children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4833
4830
  InputInnerTextarea,
4834
4831
  {
4835
- className: "!k-overflow-auto",
4832
+ className: classNames(
4833
+ "!k-overflow-auto"
4834
+ ),
4836
4835
  value,
4837
4836
  placeholder,
4838
4837
  rows
@@ -4846,8 +4845,11 @@ Textarea.options = options13;
4846
4845
  Textarea.className = TEXTAREA_CLASSNAME;
4847
4846
  Textarea.defaultProps = defaultProps11;
4848
4847
 
4849
- // src/textbox/textbox.spec.tsx
4848
+ // src/textarea/templates/textarea-normal.tsx
4850
4849
  var import_jsx_runtime22 = require("react/jsx-runtime");
4850
+
4851
+ // src/textbox/textbox.spec.tsx
4852
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4851
4853
  var TEXTBOX_CLASSNAME = `k-textbox`;
4852
4854
  var states15 = [
4853
4855
  States.hover,
@@ -4890,7 +4892,7 @@ var Textbox = (props) => {
4890
4892
  showClearButton = defaultProps12.showClearButton,
4891
4893
  ...other
4892
4894
  } = props;
4893
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4895
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4894
4896
  Input,
4895
4897
  {
4896
4898
  ...other,
@@ -4907,9 +4909,9 @@ var Textbox = (props) => {
4907
4909
  readonly,
4908
4910
  className: classNames(props.className, TEXTBOX_CLASSNAME),
4909
4911
  children: [
4910
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputPrefix, { children: prefix }),
4911
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputInnerInput, { placeholder, value }),
4912
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4912
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
4913
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputInnerInput, { placeholder, value }),
4914
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4913
4915
  InputValidationIcon,
4914
4916
  {
4915
4917
  valid,
@@ -4918,14 +4920,14 @@ var Textbox = (props) => {
4918
4920
  disabled
4919
4921
  }
4920
4922
  ),
4921
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4923
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4922
4924
  InputLoadingIcon,
4923
4925
  {
4924
4926
  loading,
4925
4927
  disabled
4926
4928
  }
4927
4929
  ),
4928
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4930
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4929
4931
  InputClearValue,
4930
4932
  {
4931
4933
  loading,
@@ -4934,7 +4936,7 @@ var Textbox = (props) => {
4934
4936
  value
4935
4937
  }
4936
4938
  ),
4937
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputSuffix, { children: suffix })
4939
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix })
4938
4940
  ]
4939
4941
  }
4940
4942
  );
@@ -4945,16 +4947,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
4945
4947
  Textbox.defaultProps = defaultProps12;
4946
4948
 
4947
4949
  // src/textbox/templates/textbox-normal.tsx
4948
- var import_jsx_runtime23 = require("react/jsx-runtime");
4950
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4949
4951
 
4950
4952
  // src/textbox/templates/textbox-prefix.tsx
4951
- var import_jsx_runtime24 = require("react/jsx-runtime");
4953
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4952
4954
 
4953
4955
  // src/textbox/templates/textbox-suffix.tsx
4954
- var import_jsx_runtime25 = require("react/jsx-runtime");
4956
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4955
4957
 
4956
4958
  // src/animation-container/animation-container.spec.tsx
4957
- var import_jsx_runtime26 = require("react/jsx-runtime");
4959
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4958
4960
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4959
4961
  var states16 = [];
4960
4962
  var options15 = {};
@@ -4968,7 +4970,7 @@ var AnimationContainer = (props) => {
4968
4970
  offset,
4969
4971
  ...other
4970
4972
  } = props;
4971
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4973
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4972
4974
  "div",
4973
4975
  {
4974
4976
  ...other,
@@ -4980,7 +4982,7 @@ var AnimationContainer = (props) => {
4980
4982
  ["k-animation-container-fixed"]: positionMode === "fixed"
4981
4983
  }
4982
4984
  ),
4983
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4985
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4984
4986
  }
4985
4987
  );
4986
4988
  };
@@ -4990,7 +4992,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4990
4992
  AnimationContainer.defaultProps = defaultProps13;
4991
4993
 
4992
4994
  // src/popup/popup.spec.tsx
4993
- var import_jsx_runtime27 = require("react/jsx-runtime");
4995
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4994
4996
  var POPUP_CLASSNAME = `k-popup`;
4995
4997
  var states17 = [];
4996
4998
  var options16 = {};
@@ -5003,12 +5005,12 @@ var Popup = (props) => {
5003
5005
  positionMode,
5004
5006
  ...other
5005
5007
  } = props;
5006
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5008
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5007
5009
  AnimationContainer,
5008
5010
  {
5009
5011
  positionMode,
5010
5012
  offset,
5011
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5013
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5012
5014
  }
5013
5015
  );
5014
5016
  };
@@ -5018,7 +5020,7 @@ Popup.className = POPUP_CLASSNAME;
5018
5020
  Popup.defaultProps = defaultProps14;
5019
5021
 
5020
5022
  // src/calendar/calendar.spec.tsx
5021
- var import_jsx_runtime28 = require("react/jsx-runtime");
5023
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5022
5024
  var CALENDAR_CLASSNAME = `k-calendar`;
5023
5025
  var states18 = [];
5024
5026
  var options17 = {
@@ -5046,7 +5048,7 @@ var Calendar = (props) => {
5046
5048
  dir,
5047
5049
  ...other
5048
5050
  } = props;
5049
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5051
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5050
5052
  "div",
5051
5053
  {
5052
5054
  ...other,
@@ -5062,7 +5064,7 @@ var Calendar = (props) => {
5062
5064
  }
5063
5065
  ),
5064
5066
  children: [
5065
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5067
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5066
5068
  CalendarHeader,
5067
5069
  {
5068
5070
  showToday: showCalendarFooter ? false : true,
@@ -5072,7 +5074,7 @@ var Calendar = (props) => {
5072
5074
  dir
5073
5075
  }
5074
5076
  ),
5075
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5077
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5076
5078
  CalendarView,
5077
5079
  {
5078
5080
  calendarView,
@@ -5084,7 +5086,7 @@ var Calendar = (props) => {
5084
5086
  selectedRange
5085
5087
  }
5086
5088
  ),
5087
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarFooter, {})
5089
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarFooter, {})
5088
5090
  ]
5089
5091
  }
5090
5092
  );
@@ -5095,7 +5097,7 @@ Calendar.className = CALENDAR_CLASSNAME;
5095
5097
  Calendar.defaultProps = defaultProps15;
5096
5098
 
5097
5099
  // src/calendar/calendar-cell.tsx
5098
- var import_jsx_runtime29 = require("react/jsx-runtime");
5100
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5099
5101
  var states19 = [
5100
5102
  States.hover,
5101
5103
  States.focus,
@@ -5145,16 +5147,16 @@ var CalendarCell = (props) => {
5145
5147
  }
5146
5148
  ];
5147
5149
  if (headerCell) {
5148
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5150
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5149
5151
  }
5150
5152
  if (weekCell) {
5151
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5153
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5152
5154
  }
5153
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "k-link", children: text }) });
5155
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "k-link", children: text }) });
5154
5156
  };
5155
5157
 
5156
5158
  // src/calendar/calendar-header.tsx
5157
- var import_jsx_runtime30 = require("react/jsx-runtime");
5159
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5158
5160
  var className9 = `k-calendar-header`;
5159
5161
  var options18 = {
5160
5162
  size: [Size.small, Size.medium, Size.large]
@@ -5176,7 +5178,7 @@ var CalendarHeader = (props) => {
5176
5178
  } = props;
5177
5179
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5178
5180
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5179
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5181
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5180
5182
  "div",
5181
5183
  {
5182
5184
  ...other,
@@ -5188,12 +5190,12 @@ var CalendarHeader = (props) => {
5188
5190
  }
5189
5191
  ),
5190
5192
  children: [
5191
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5192
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "k-spacer" }),
5193
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("span", { className: "k-calendar-nav", children: [
5194
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5195
- showToday && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5196
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5193
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5194
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-spacer" }),
5195
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("span", { className: "k-calendar-nav", children: [
5196
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5197
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5198
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5197
5199
  ] })
5198
5200
  ]
5199
5201
  }
@@ -5201,12 +5203,12 @@ var CalendarHeader = (props) => {
5201
5203
  };
5202
5204
 
5203
5205
  // src/calendar/calendar-footer.tsx
5204
- var import_jsx_runtime31 = require("react/jsx-runtime");
5206
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5205
5207
  var className10 = `k-calendar-footer`;
5206
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5208
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5207
5209
 
5208
5210
  // src/calendar/calendar-table.tsx
5209
- var import_jsx_runtime32 = require("react/jsx-runtime");
5211
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5210
5212
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5211
5213
  var CalendarTable = (props) => {
5212
5214
  const {
@@ -5218,7 +5220,7 @@ var CalendarTable = (props) => {
5218
5220
  ...other
5219
5221
  } = props;
5220
5222
  if (calendarView === "year") {
5221
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5223
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5222
5224
  "table",
5223
5225
  {
5224
5226
  ...other,
@@ -5227,25 +5229,25 @@ var CalendarTable = (props) => {
5227
5229
  CALENDARTABLE_CLASSNAME
5228
5230
  ),
5229
5231
  children: [
5230
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5231
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5232
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5233
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Jan" }),
5234
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Feb" }),
5235
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Mar" }),
5236
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Apr" })
5232
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5233
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5234
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5235
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Jan" }),
5236
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Feb" }),
5237
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Mar" }),
5238
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Apr" })
5237
5239
  ] }),
5238
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5239
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "May" }),
5240
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Jun", hover: true }),
5241
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Jul", focus: true }),
5242
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Au", selected: true })
5240
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5241
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "May" }),
5242
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Jun", hover: true }),
5243
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Jul", focus: true }),
5244
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Au", selected: true })
5243
5245
  ] }),
5244
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5245
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Sep" }),
5246
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Oct", today: true }),
5247
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Nov" }),
5248
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Dec" })
5246
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5247
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Sep" }),
5248
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Oct", today: true }),
5249
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Nov" }),
5250
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Dec" })
5249
5251
  ] })
5250
5252
  ] })
5251
5253
  ]
@@ -5253,7 +5255,7 @@ var CalendarTable = (props) => {
5253
5255
  );
5254
5256
  }
5255
5257
  if (calendarView === "decade") {
5256
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5258
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5257
5259
  "table",
5258
5260
  {
5259
5261
  ...other,
@@ -5262,25 +5264,25 @@ var CalendarTable = (props) => {
5262
5264
  CALENDARTABLE_CLASSNAME
5263
5265
  ),
5264
5266
  children: [
5265
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5266
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5267
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5268
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { className: "k-out-of-range" }),
5269
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2020" }),
5270
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2021", today: true }),
5271
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2022" })
5267
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5268
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5269
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5270
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { className: "k-out-of-range" }),
5271
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2020" }),
5272
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2021", today: true }),
5273
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2022" })
5272
5274
  ] }),
5273
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5274
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2023" }),
5275
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2024", hover: true }),
5276
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2025", focus: true }),
5277
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2026", selected: true })
5275
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5276
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2023" }),
5277
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2024", hover: true }),
5278
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2025", focus: true }),
5279
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2026", selected: true })
5278
5280
  ] }),
5279
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5280
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2027" }),
5281
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2028" }),
5282
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2029" }),
5283
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { className: "k-out-of-range" })
5281
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5282
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2027" }),
5283
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2028" }),
5284
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2029" }),
5285
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { className: "k-out-of-range" })
5284
5286
  ] })
5285
5287
  ] })
5286
5288
  ]
@@ -5288,7 +5290,7 @@ var CalendarTable = (props) => {
5288
5290
  );
5289
5291
  }
5290
5292
  if (calendarView === "century") {
5291
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5293
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5292
5294
  "table",
5293
5295
  {
5294
5296
  ...other,
@@ -5297,32 +5299,32 @@ var CalendarTable = (props) => {
5297
5299
  CALENDARTABLE_CLASSNAME
5298
5300
  ),
5299
5301
  children: [
5300
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5301
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5302
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5303
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "1990 - 1999" }),
5304
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2000 - 2009" }),
5305
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5306
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2020 - 2029" })
5302
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5303
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5304
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5305
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "1990 - 1999" }),
5306
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2000 - 2009" }),
5307
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5308
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2020 - 2029" })
5307
5309
  ] }),
5308
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5309
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2030 - 2039" }),
5310
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5311
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5312
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5310
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5311
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2030 - 2039" }),
5312
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5313
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5314
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5313
5315
  ] }),
5314
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5315
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2070 - 2079" }),
5316
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2080 - 2089" }),
5317
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2090 - 2099" }),
5318
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { className: "k-out-of-range" })
5316
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5317
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2070 - 2079" }),
5318
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2080 - 2089" }),
5319
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2090 - 2099" }),
5320
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { className: "k-out-of-range" })
5319
5321
  ] })
5320
5322
  ] })
5321
5323
  ]
5322
5324
  }
5323
5325
  );
5324
5326
  }
5325
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5327
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5326
5328
  "table",
5327
5329
  {
5328
5330
  ...other,
@@ -5331,68 +5333,68 @@ var CalendarTable = (props) => {
5331
5333
  CALENDARTABLE_CLASSNAME
5332
5334
  ),
5333
5335
  children: [
5334
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5335
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarTableHead, { showWeek }),
5336
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5337
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5338
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "39", weekCell: true }),
5339
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5340
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "1" }),
5341
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2" }),
5342
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "3" }),
5343
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "4" }),
5344
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "5" }),
5345
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "6", weekend: true })
5336
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5337
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarTableHead, { showWeek }),
5338
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5339
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5340
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "39", weekCell: true }),
5341
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5342
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "1" }),
5343
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2" }),
5344
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "3" }),
5345
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "4" }),
5346
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "5" }),
5347
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "6", weekend: true })
5346
5348
  ] }),
5347
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5348
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "40", weekCell: true }),
5349
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "7", weekend: true }),
5350
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "8", hover: true }),
5351
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "9", focus: true }),
5352
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "10", selected: true }),
5353
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5354
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5355
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "13", weekend: true })
5349
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5350
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "40", weekCell: true }),
5351
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "7", weekend: true }),
5352
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "8", hover: true }),
5353
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "9", focus: true }),
5354
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "10", selected: true }),
5355
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5356
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5357
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "13", weekend: true })
5356
5358
  ] }),
5357
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5358
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "41", weekCell: true }),
5359
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "14", weekend: true }),
5360
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "15" }),
5361
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "16", today: true }),
5362
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "17" }),
5363
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "18" }),
5364
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "19" }),
5365
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "20", weekend: true })
5359
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5360
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "41", weekCell: true }),
5361
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "14", weekend: true }),
5362
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "15" }),
5363
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "16", today: true }),
5364
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "17" }),
5365
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "18" }),
5366
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "19" }),
5367
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "20", weekend: true })
5366
5368
  ] }),
5367
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5368
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "42", weekCell: true }),
5369
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "21", weekend: true }),
5370
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "22" }),
5371
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "23" }),
5372
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "24" }),
5373
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5374
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5375
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5369
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5370
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "42", weekCell: true }),
5371
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "21", weekend: true }),
5372
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "22" }),
5373
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "23" }),
5374
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "24" }),
5375
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5376
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5377
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5376
5378
  ] }),
5377
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5378
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "43", weekCell: true }),
5379
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5380
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5381
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "30" }),
5382
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "31" }),
5383
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5384
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5385
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5379
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5380
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "43", weekCell: true }),
5381
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5382
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5383
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "30" }),
5384
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "31" }),
5385
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5386
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5387
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5386
5388
  ] }),
5387
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5388
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "44", weekCell: true }),
5389
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5390
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5391
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5392
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5393
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5394
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5395
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5389
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5390
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "44", weekCell: true }),
5391
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5392
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5393
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5394
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5395
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5396
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5397
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5396
5398
  ] })
5397
5399
  ] })
5398
5400
  ]
@@ -5401,34 +5403,34 @@ var CalendarTable = (props) => {
5401
5403
  };
5402
5404
 
5403
5405
  // src/calendar/calendar-table-head.tsx
5404
- var import_jsx_runtime33 = require("react/jsx-runtime");
5406
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5405
5407
  var className11 = `k-calendar-thead`;
5406
5408
  var CalendarTableHead = (props) => {
5407
5409
  const {
5408
5410
  showWeek,
5409
5411
  ...other
5410
5412
  } = props;
5411
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5413
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5412
5414
  "thead",
5413
5415
  {
5414
5416
  ...other,
5415
5417
  className: classNames(props.className, className11),
5416
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5417
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5418
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5419
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5420
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5421
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "We", headerCell: true }),
5422
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5423
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5424
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5418
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("tr", { className: "k-calendar-tr", children: [
5419
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5420
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5421
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5422
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5423
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CalendarCell, { text: "We", headerCell: true }),
5424
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5425
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5426
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5425
5427
  ] })
5426
5428
  }
5427
5429
  );
5428
5430
  };
5429
5431
 
5430
5432
  // src/calendar/calendar-view.tsx
5431
- var import_jsx_runtime34 = require("react/jsx-runtime");
5433
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5432
5434
  var className12 = `k-calendar-view`;
5433
5435
  var defaultProps17 = {
5434
5436
  viewsCount: 1,
@@ -5446,7 +5448,7 @@ var CalendarView = (props) => {
5446
5448
  selectedRange,
5447
5449
  ...other
5448
5450
  } = props;
5449
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5451
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5450
5452
  "div",
5451
5453
  {
5452
5454
  ...other,
@@ -5462,7 +5464,7 @@ var CalendarView = (props) => {
5462
5464
  }
5463
5465
  ),
5464
5466
  children: [...Array(viewsCount)].map(
5465
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5467
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5466
5468
  CalendarTable,
5467
5469
  {
5468
5470
  calendarView,
@@ -5479,7 +5481,7 @@ var CalendarView = (props) => {
5479
5481
  };
5480
5482
 
5481
5483
  // src/action-sheet/action-sheet.spec.tsx
5482
- var import_jsx_runtime35 = require("react/jsx-runtime");
5484
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5483
5485
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5484
5486
  var states20 = [];
5485
5487
  var options19 = {};
@@ -5502,8 +5504,8 @@ var ActionSheet = (props) => {
5502
5504
  overlay = defaultProps18.overlay,
5503
5505
  ...other
5504
5506
  } = props;
5505
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5506
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5507
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5508
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5507
5509
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5508
5510
  switch (child.type) {
5509
5511
  case ActionSheetHeader:
@@ -5513,10 +5515,10 @@ var ActionSheet = (props) => {
5513
5515
  return true;
5514
5516
  }
5515
5517
  return true;
5516
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_jsx_runtime35.Fragment, {});
5517
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "k-actionsheet-container", children: [
5518
- overlay && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-overlay" }),
5519
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5518
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_jsx_runtime36.Fragment, {});
5519
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "k-actionsheet-container", children: [
5520
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-overlay" }),
5521
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5520
5522
  AnimationContainer,
5521
5523
  {
5522
5524
  animationStyle: {
@@ -5526,7 +5528,7 @@ var ActionSheet = (props) => {
5526
5528
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5527
5529
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5528
5530
  },
5529
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5531
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5530
5532
  "div",
5531
5533
  {
5532
5534
  ...other,
@@ -5539,9 +5541,9 @@ var ActionSheet = (props) => {
5539
5541
  "k-adaptive-actionsheet": adaptive
5540
5542
  }
5541
5543
  ),
5542
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
5544
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
5543
5545
  _ActionSheetHeader,
5544
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: classNames(
5546
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: classNames(
5545
5547
  "k-actionsheet-content",
5546
5548
  {
5547
5549
  "!k-overflow-hidden": adaptive
@@ -5561,7 +5563,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5561
5563
  ActionSheet.defaultProps = defaultProps18;
5562
5564
 
5563
5565
  // src/searchbox/searchbox.spec.tsx
5564
- var import_jsx_runtime36 = require("react/jsx-runtime");
5566
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5565
5567
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5566
5568
  var states21 = [
5567
5569
  States.hover,
@@ -5602,7 +5604,7 @@ var Searchbox = (props) => {
5602
5604
  icon = defaultProps19.icon,
5603
5605
  ...other
5604
5606
  } = props;
5605
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5607
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5606
5608
  Input,
5607
5609
  {
5608
5610
  ...other,
@@ -5618,11 +5620,11 @@ var Searchbox = (props) => {
5618
5620
  disabled,
5619
5621
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5620
5622
  children: [
5621
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { className: "k-input-icon", icon }),
5622
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputInnerInput, { placeholder, value }),
5623
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputLoadingIcon, { ...props }),
5624
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputValidationIcon, { ...props }),
5625
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputClearValue, { ...props })
5623
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { className: "k-input-icon", icon }),
5624
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputInnerInput, { placeholder, value }),
5625
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputLoadingIcon, { ...props }),
5626
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputValidationIcon, { ...props }),
5627
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputClearValue, { ...props })
5626
5628
  ]
5627
5629
  }
5628
5630
  );
@@ -5633,10 +5635,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5633
5635
  Searchbox.defaultProps = defaultProps19;
5634
5636
 
5635
5637
  // src/searchbox/templates/searchbox-normal.tsx
5636
- var import_jsx_runtime37 = require("react/jsx-runtime");
5638
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5637
5639
 
5638
5640
  // src/action-sheet/actionsheet-header.tsx
5639
- var import_jsx_runtime38 = require("react/jsx-runtime");
5641
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5640
5642
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5641
5643
  var ActionSheetHeader = (props) => {
5642
5644
  const {
@@ -5646,7 +5648,7 @@ var ActionSheetHeader = (props) => {
5646
5648
  filter,
5647
5649
  ...other
5648
5650
  } = props;
5649
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5651
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5650
5652
  "div",
5651
5653
  {
5652
5654
  ...other,
@@ -5654,30 +5656,30 @@ var ActionSheetHeader = (props) => {
5654
5656
  props.className,
5655
5657
  ACTIONSHEETHEADER_CLASSNAME
5656
5658
  ),
5657
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5658
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5659
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "k-actionsheet-title", children: [
5660
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-text-center", children: title }),
5661
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5659
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5660
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5661
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-actionsheet-title", children: [
5662
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-text-center", children: title }),
5663
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5662
5664
  ] }) }),
5663
- props.children && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5664
- actions && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5665
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5666
+ actions && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5665
5667
  ] }),
5666
- filter && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5668
+ filter && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5667
5669
  ] })
5668
5670
  }
5669
5671
  );
5670
5672
  };
5671
5673
 
5672
5674
  // src/action-sheet/actionsheet-footer.tsx
5673
- var import_jsx_runtime39 = require("react/jsx-runtime");
5675
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5674
5676
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5675
5677
  var ActionSheetFooter = (props) => {
5676
5678
  const {
5677
5679
  actions,
5678
5680
  ...other
5679
5681
  } = props;
5680
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5682
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5681
5683
  action_buttons_spec_default,
5682
5684
  {
5683
5685
  ...other,
@@ -5686,17 +5688,17 @@ var ActionSheetFooter = (props) => {
5686
5688
  ACTIONSHEETFOOTER_CLASSNAME
5687
5689
  ),
5688
5690
  alignment: "stretched",
5689
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5691
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5690
5692
  actions && actions.map((action, index) => {
5691
5693
  if (action === "|") {
5692
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-separator" }, index);
5694
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-separator" }, index);
5693
5695
  }
5694
5696
  if (action === " ") {
5695
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }, index);
5697
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-spacer" }, index);
5696
5698
  }
5697
5699
  const importantFlag = action.startsWith("!");
5698
5700
  const actionName = importantFlag ? action.substring(1) : action;
5699
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5701
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5700
5702
  }),
5701
5703
  !actions && props.children
5702
5704
  ] })
@@ -5705,12 +5707,12 @@ var ActionSheetFooter = (props) => {
5705
5707
  };
5706
5708
 
5707
5709
  // src/action-sheet/actionsheet-items.tsx
5708
- var import_jsx_runtime40 = require("react/jsx-runtime");
5710
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5709
5711
  var ActionSheetItems = (props) => {
5710
5712
  const {
5711
5713
  ...other
5712
5714
  } = props;
5713
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5715
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5714
5716
  "div",
5715
5717
  {
5716
5718
  ...other,
@@ -5724,7 +5726,7 @@ var ActionSheetItems = (props) => {
5724
5726
  };
5725
5727
 
5726
5728
  // src/action-sheet/actionsheet-item.tsx
5727
- var import_jsx_runtime41 = require("react/jsx-runtime");
5729
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5728
5730
  var states22 = [
5729
5731
  States.hover,
5730
5732
  States.focus,
@@ -5733,7 +5735,7 @@ var states22 = [
5733
5735
  ];
5734
5736
 
5735
5737
  // src/datepicker/datepicker.spec.tsx
5736
- var import_jsx_runtime42 = require("react/jsx-runtime");
5738
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5737
5739
  var DATEPICKER_CLASSNAME = `k-datepicker`;
5738
5740
  var states23 = [
5739
5741
  States.hover,
@@ -5778,8 +5780,8 @@ var DatePicker = (props) => {
5778
5780
  dir,
5779
5781
  ...other
5780
5782
  } = props;
5781
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5782
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5783
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5784
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5783
5785
  Input,
5784
5786
  {
5785
5787
  ...other,
@@ -5797,9 +5799,9 @@ var DatePicker = (props) => {
5797
5799
  readonly,
5798
5800
  className: classNames(props.className, DATEPICKER_CLASSNAME),
5799
5801
  children: [
5800
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
5801
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5802
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5802
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
5803
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5804
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5803
5805
  InputValidationIcon,
5804
5806
  {
5805
5807
  valid,
@@ -5808,14 +5810,14 @@ var DatePicker = (props) => {
5808
5810
  disabled
5809
5811
  }
5810
5812
  ),
5811
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5813
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5812
5814
  InputLoadingIcon,
5813
5815
  {
5814
5816
  loading,
5815
5817
  disabled
5816
5818
  }
5817
5819
  ),
5818
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5820
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5819
5821
  InputClearValue,
5820
5822
  {
5821
5823
  loading,
@@ -5824,8 +5826,8 @@ var DatePicker = (props) => {
5824
5826
  value
5825
5827
  }
5826
5828
  ),
5827
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix }),
5828
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5829
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix }),
5830
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5829
5831
  Button,
5830
5832
  {
5831
5833
  className: "k-input-button",
@@ -5838,9 +5840,9 @@ var DatePicker = (props) => {
5838
5840
  ]
5839
5841
  }
5840
5842
  ),
5841
- opened && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Calendar, { dir }) }),
5842
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5843
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5843
+ opened && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Calendar, { dir }) }),
5844
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5845
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5844
5846
  ActionSheetHeader,
5845
5847
  {
5846
5848
  actions: ["x"],
@@ -5848,7 +5850,7 @@ var DatePicker = (props) => {
5848
5850
  subTitle: "DD / MM / YY"
5849
5851
  }
5850
5852
  ),
5851
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Calendar, { size: "large" })
5853
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Calendar, { size: "large" })
5852
5854
  ] })
5853
5855
  ] });
5854
5856
  };
@@ -5858,16 +5860,16 @@ DatePicker.className = DATEPICKER_CLASSNAME;
5858
5860
  DatePicker.defaultProps = defaultProps20;
5859
5861
 
5860
5862
  // src/datepicker/templates/datepicker-normal.tsx
5861
- var import_jsx_runtime43 = require("react/jsx-runtime");
5863
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5862
5864
 
5863
5865
  // src/datepicker/templates/datepicker-popup.tsx
5864
- var import_jsx_runtime44 = require("react/jsx-runtime");
5866
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5865
5867
 
5866
5868
  // src/datepicker/templates/datepicker-adaptive.tsx
5867
- var import_jsx_runtime45 = require("react/jsx-runtime");
5869
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5868
5870
 
5869
5871
  // src/spinbutton/spinbutton.spec.tsx
5870
- var import_jsx_runtime46 = require("react/jsx-runtime");
5872
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5871
5873
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5872
5874
  var states24 = [];
5873
5875
  var options22 = {
@@ -5884,7 +5886,7 @@ var SpinButton = (props) => {
5884
5886
  fillMode = defaultProps21.fillMode,
5885
5887
  ...other
5886
5888
  } = props;
5887
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5889
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5888
5890
  "span",
5889
5891
  {
5890
5892
  ...other,
@@ -5893,7 +5895,7 @@ var SpinButton = (props) => {
5893
5895
  props.className
5894
5896
  ),
5895
5897
  children: [
5896
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5898
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5897
5899
  Button,
5898
5900
  {
5899
5901
  className: "k-spinner-increase",
@@ -5903,7 +5905,7 @@ var SpinButton = (props) => {
5903
5905
  fillMode
5904
5906
  }
5905
5907
  ),
5906
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5908
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5907
5909
  Button,
5908
5910
  {
5909
5911
  className: "k-spinner-decrease",
@@ -5923,7 +5925,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
5923
5925
  SpinButton.defaultProps = defaultProps21;
5924
5926
 
5925
5927
  // src/numerictextbox/numerictextbox.spec.tsx
5926
- var import_jsx_runtime47 = require("react/jsx-runtime");
5928
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5927
5929
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5928
5930
  var states25 = [
5929
5931
  States.hover,
@@ -5966,7 +5968,7 @@ var NumericTextbox = (props) => {
5966
5968
  showSpinButton = defaultProps22.showSpinButton,
5967
5969
  ...other
5968
5970
  } = props;
5969
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5971
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5970
5972
  Input,
5971
5973
  {
5972
5974
  ...other,
@@ -5983,8 +5985,8 @@ var NumericTextbox = (props) => {
5983
5985
  readonly,
5984
5986
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5985
5987
  children: [
5986
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(InputInnerInput, { placeholder, value }),
5987
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5988
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputInnerInput, { placeholder, value }),
5989
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5988
5990
  InputValidationIcon,
5989
5991
  {
5990
5992
  valid,
@@ -5993,14 +5995,14 @@ var NumericTextbox = (props) => {
5993
5995
  disabled
5994
5996
  }
5995
5997
  ),
5996
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5998
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5997
5999
  InputLoadingIcon,
5998
6000
  {
5999
6001
  loading,
6000
6002
  disabled
6001
6003
  }
6002
6004
  ),
6003
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6005
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6004
6006
  InputClearValue,
6005
6007
  {
6006
6008
  loading,
@@ -6009,7 +6011,7 @@ var NumericTextbox = (props) => {
6009
6011
  value
6010
6012
  }
6011
6013
  ),
6012
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6014
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6013
6015
  SpinButton,
6014
6016
  {
6015
6017
  className: "k-input-spinner",
@@ -6027,10 +6029,10 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6027
6029
  NumericTextbox.defaultProps = defaultProps22;
6028
6030
 
6029
6031
  // src/numerictextbox/templates/numerictextbox-normal.tsx
6030
- var import_jsx_runtime48 = require("react/jsx-runtime");
6032
+ var import_jsx_runtime49 = require("react/jsx-runtime");
6031
6033
 
6032
6034
  // src/checkbox/checkbox.spec.tsx
6033
- var import_jsx_runtime49 = require("react/jsx-runtime");
6035
+ var import_jsx_runtime50 = require("react/jsx-runtime");
6034
6036
  var CHECKBOX_CLASSNAME = `k-checkbox`;
6035
6037
  var states26 = [
6036
6038
  States.hover,
@@ -6065,7 +6067,7 @@ var Checkbox = (props) => {
6065
6067
  rounded = defaultProps23.rounded,
6066
6068
  ...other
6067
6069
  } = props;
6068
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6070
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6069
6071
  "input",
6070
6072
  {
6071
6073
  ...other,
@@ -6088,13 +6090,13 @@ Checkbox.className = CHECKBOX_CLASSNAME;
6088
6090
  Checkbox.defaultProps = defaultProps23;
6089
6091
 
6090
6092
  // src/checkbox/templates/checkbox-label.tsx
6091
- var import_jsx_runtime50 = require("react/jsx-runtime");
6093
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6092
6094
 
6093
6095
  // src/checkbox/templates/checkbox-normal.tsx
6094
- var import_jsx_runtime51 = require("react/jsx-runtime");
6096
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6095
6097
 
6096
6098
  // src/form/form-field.tsx
6097
- var import_jsx_runtime52 = require("react/jsx-runtime");
6099
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6098
6100
  var FORMFIELD_CLASSNAME = "k-form-field";
6099
6101
  var states27 = [
6100
6102
  States.disabled
@@ -6112,7 +6114,7 @@ var FormField = (props) => {
6112
6114
  dir,
6113
6115
  colSpan
6114
6116
  } = props;
6115
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
6117
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6116
6118
  "div",
6117
6119
  {
6118
6120
  className: classNames(
@@ -6125,19 +6127,19 @@ var FormField = (props) => {
6125
6127
  ),
6126
6128
  dir,
6127
6129
  children: [
6128
- label && /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("label", { className: classNames(
6130
+ label && /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("label", { className: classNames(
6129
6131
  "k-label",
6130
6132
  "k-form-label"
6131
6133
  ), children: [
6132
6134
  label,
6133
- optional && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6134
- info && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-field-info", children: "(field info)" })
6135
+ optional && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6136
+ info && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-field-info", children: "(field info)" })
6135
6137
  ] }),
6136
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6137
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-form-field-wrap", children: [
6138
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6139
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-form-field-wrap", children: [
6138
6140
  editor,
6139
- hint && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-form-hint", children: hint }),
6140
- error && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-form-error", children: error })
6141
+ hint && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-form-hint", children: hint }),
6142
+ error && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-form-error", children: error })
6141
6143
  ] })
6142
6144
  ]
6143
6145
  }
@@ -6146,7 +6148,7 @@ var FormField = (props) => {
6146
6148
  FormField.className = FORMFIELD_CLASSNAME;
6147
6149
 
6148
6150
  // src/form/fieldset.tsx
6149
- var import_jsx_runtime53 = require("react/jsx-runtime");
6151
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6150
6152
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6151
6153
  var Fieldset = (props) => {
6152
6154
  const {
@@ -6156,9 +6158,9 @@ var Fieldset = (props) => {
6156
6158
  gapX,
6157
6159
  gapY
6158
6160
  } = props;
6159
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6160
- legend && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("legend", { className: "k-form-legend", children: legend }),
6161
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: classNames(
6161
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6162
+ legend && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("legend", { className: "k-form-legend", children: legend }),
6163
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: classNames(
6162
6164
  "k-form-layout",
6163
6165
  "k-d-grid",
6164
6166
  {
@@ -6166,13 +6168,13 @@ var Fieldset = (props) => {
6166
6168
  [`k-gap-x-${gapX}`]: gapX,
6167
6169
  [`k-gap-y-${gapY}`]: gapY
6168
6170
  }
6169
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_jsx_runtime53.Fragment, { children: props.children })
6171
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, { children: props.children })
6170
6172
  ] });
6171
6173
  };
6172
6174
  Fieldset.className = FIELDSET_CLASSNAME;
6173
6175
 
6174
6176
  // src/form/form.spec.tsx
6175
- var import_jsx_runtime54 = require("react/jsx-runtime");
6177
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6176
6178
  var import_react = require("react");
6177
6179
  var FORM_CLASSNAME = "k-form";
6178
6180
  var states28 = [];
@@ -6196,7 +6198,7 @@ var Form = (props) => {
6196
6198
  tag = defaultProps24.tag,
6197
6199
  children
6198
6200
  } = props;
6199
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: className13, children: children2 });
6201
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: className13, children: children2 });
6200
6202
  const formChildren = [];
6201
6203
  if (children) {
6202
6204
  if (Array.isArray(children)) {
@@ -6215,7 +6217,7 @@ var Form = (props) => {
6215
6217
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
6216
6218
  }
6217
6219
  }
6218
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Parent, { tag, className: classNames(
6220
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(Parent, { tag, className: classNames(
6219
6221
  props.className,
6220
6222
  FORM_CLASSNAME,
6221
6223
  optionClassNames(FORM_CLASSNAME, {
@@ -6225,7 +6227,7 @@ var Form = (props) => {
6225
6227
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6226
6228
  }
6227
6229
  ), children: [
6228
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: classNames(
6230
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(
6229
6231
  "k-form-layout",
6230
6232
  "k-d-grid",
6231
6233
  {
@@ -6233,8 +6235,8 @@ var Form = (props) => {
6233
6235
  [`k-gap-x-${gapX}`]: gapX,
6234
6236
  [`k-gap-y-${gapY}`]: gapY
6235
6237
  }
6236
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, { children: formChildren }),
6237
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-form-buttons", children: formButtons })
6238
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: formChildren }),
6239
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-form-buttons", children: formButtons })
6238
6240
  ] });
6239
6241
  };
6240
6242
  Form.states = states28;
@@ -6243,64 +6245,64 @@ Form.className = FORM_CLASSNAME;
6243
6245
  Form.defaultProps = defaultProps24;
6244
6246
 
6245
6247
  // src/gantt/tests/gantt-editing-popup-other.tsx
6246
- var import_jsx_runtime55 = require("react/jsx-runtime");
6248
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6247
6249
  var styles = `
6248
6250
  .k-window {
6249
6251
  min-width: 580px;
6250
6252
  position: relative;
6251
6253
  }
6252
6254
  `;
6253
- var gantt_editing_popup_other_default = () => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6254
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("style", { children: styles }),
6255
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Window, { title: "Edit task", actions: ["window-minimize", "window", "x"], actionButtons: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6256
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { icon: "save", themeColor: "primary", children: "Save" }),
6257
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { icon: "cancel", children: "Cancel" }),
6258
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-spacer" }),
6259
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { icon: "trash", fillMode: "flat", themeColor: "primary", children: "Delete" })
6260
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6261
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
6262
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-link", children: "General" }) }),
6263
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-link", children: "Resources" }) }),
6264
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-link", children: "Predecessors" }) }),
6265
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-link", children: "Successors" }) }),
6266
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-link", children: "Other" }) })
6255
+ var gantt_editing_popup_other_default = () => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6256
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("style", { children: styles }),
6257
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Window, { title: "Edit task", actions: ["window-minimize", "window", "x"], actionButtons: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6258
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "save", themeColor: "primary", children: "Save" }),
6259
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "cancel", children: "Cancel" }),
6260
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-spacer" }),
6261
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "trash", fillMode: "flat", themeColor: "primary", children: "Delete" })
6262
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6263
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
6264
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-link", children: "General" }) }),
6265
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-link", children: "Resources" }) }),
6266
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-link", children: "Predecessors" }) }),
6267
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-link", children: "Successors" }) }),
6268
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-link", children: "Other" }) })
6267
6269
  ] }) }),
6268
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(Form, { tag: "div", children: [
6269
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6270
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(Form, { tag: "div", children: [
6271
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6270
6272
  FormField,
6271
6273
  {
6272
6274
  label: "Notes",
6273
6275
  optional: true,
6274
- editor: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Textarea, { placeholder: "Placeholder" })
6276
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textarea, { placeholder: "Placeholder" })
6275
6277
  }
6276
6278
  ),
6277
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6279
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6278
6280
  FormField,
6279
6281
  {
6280
6282
  label: "Text data field label",
6281
- editor: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Textbox, { placeholder: "Placeholder" })
6283
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, { placeholder: "Placeholder" })
6282
6284
  }
6283
6285
  ),
6284
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6286
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6285
6287
  FormField,
6286
6288
  {
6287
6289
  label: "Date data field label",
6288
- editor: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(DatePicker, { placeholder: "dd/MM/yyyy" })
6290
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(DatePicker, { placeholder: "dd/MM/yyyy" })
6289
6291
  }
6290
6292
  ),
6291
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6293
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6292
6294
  FormField,
6293
6295
  {
6294
6296
  label: "Numeric data field label",
6295
- editor: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(NumericTextbox, { placeholder: "##,##" })
6297
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(NumericTextbox, { placeholder: "##,##" })
6296
6298
  }
6297
6299
  ),
6298
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6300
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6299
6301
  FormField,
6300
6302
  {
6301
- editor: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6302
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Checkbox, { checked: true }),
6303
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("label", { className: "k-checkbox-label", children: "Boolean data field label" })
6303
+ editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6304
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, { checked: true }),
6305
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("label", { className: "k-checkbox-label", children: "Boolean data field label" })
6304
6306
  ] })
6305
6307
  }
6306
6308
  )