@progress/kendo-themes-html 6.7.1-dev.0 → 6.7.1-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -5328,23 +5328,83 @@ Checkbox.options = options18;
5328
5328
  Checkbox.className = CHECKBOX_CLASSNAME;
5329
5329
  Checkbox.defaultProps = defaultProps16;
5330
5330
 
5331
- // src/checkbox/templates/checkbox-label.tsx
5332
- import { Fragment as Fragment14, jsx as jsx33, jsxs as jsxs10 } from "react/jsx-runtime";
5331
+ // src/checkbox/checkbox-group.spec.tsx
5332
+ import { jsx as jsx33 } from "react/jsx-runtime";
5333
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5334
+ var states21 = [];
5335
+ var options19 = {};
5336
+ var defaultProps17 = {
5337
+ layout: "vertical"
5338
+ };
5339
+ var CheckboxGroup = (props) => {
5340
+ const {
5341
+ layout = defaultProps17.layout,
5342
+ ...other
5343
+ } = props;
5344
+ return /* @__PURE__ */ jsx33(
5345
+ "ul",
5346
+ {
5347
+ ...other,
5348
+ className: classNames(
5349
+ props.className,
5350
+ CHECKBOXGROUP_CLASSNAME,
5351
+ {
5352
+ [`k-list-${layout}`]: layout
5353
+ }
5354
+ ),
5355
+ children: props.children
5356
+ }
5357
+ );
5358
+ };
5359
+ CheckboxGroup.states = states21;
5360
+ CheckboxGroup.options = options19;
5361
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5362
+ CheckboxGroup.defaultProps = defaultProps17;
5333
5363
 
5334
- // src/checkbox/templates/checkbox-normal.tsx
5364
+ // src/checkbox/checkbox-item.spec.tsx
5335
5365
  import { jsx as jsx34 } from "react/jsx-runtime";
5366
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5367
+ var states22 = [];
5368
+ var options20 = {};
5369
+ var defaultProps18 = {};
5370
+ var CheckboxItem = (props) => {
5371
+ const {
5372
+ ...other
5373
+ } = props;
5374
+ return /* @__PURE__ */ jsx34(
5375
+ "li",
5376
+ {
5377
+ ...other,
5378
+ className: classNames(
5379
+ props.className,
5380
+ CHECKBOXITEM_CLASSNAME
5381
+ ),
5382
+ children: props.children
5383
+ }
5384
+ );
5385
+ };
5386
+ CheckboxItem.states = states22;
5387
+ CheckboxItem.options = options20;
5388
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5389
+ CheckboxItem.defaultProps = defaultProps18;
5390
+
5391
+ // src/checkbox/templates/checkbox-with-label.tsx
5392
+ import { Fragment as Fragment14, jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5393
+
5394
+ // src/checkbox/templates/checkbox-normal.tsx
5395
+ import { jsx as jsx36 } from "react/jsx-runtime";
5336
5396
 
5337
5397
  // src/list/list-item.spec.tsx
5338
- import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5398
+ import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5339
5399
  var LISTITEM_CLASSNAME = `k-list-item`;
5340
- var states21 = [
5400
+ var states23 = [
5341
5401
  States.hover,
5342
5402
  States.focus,
5343
5403
  States.selected,
5344
5404
  States.disabled
5345
5405
  ];
5346
- var options19 = {};
5347
- var defaultProps17 = {};
5406
+ var options21 = {};
5407
+ var defaultProps19 = {};
5348
5408
  var ListItem = (props) => {
5349
5409
  const {
5350
5410
  text,
@@ -5375,66 +5435,66 @@ var ListItem = (props) => {
5375
5435
  })
5376
5436
  ),
5377
5437
  children: [
5378
- showCheckbox && /* @__PURE__ */ jsx35(Checkbox, { checked }),
5379
- showIcon && /* @__PURE__ */ jsx35(Icon, { icon: iconName }),
5380
- /* @__PURE__ */ jsx35("span", { className: "k-list-item-text", children: textOrChildren }),
5381
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx35("div", { className: "k-list-item-group-label", children: groupLabel })
5438
+ showCheckbox && /* @__PURE__ */ jsx37(Checkbox, { checked }),
5439
+ showIcon && /* @__PURE__ */ jsx37(Icon, { icon: iconName }),
5440
+ /* @__PURE__ */ jsx37("span", { className: "k-list-item-text", children: textOrChildren }),
5441
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx37("div", { className: "k-list-item-group-label", children: groupLabel })
5382
5442
  ]
5383
5443
  }
5384
5444
  );
5385
5445
  };
5386
- ListItem.states = states21;
5387
- ListItem.options = options19;
5446
+ ListItem.states = states23;
5447
+ ListItem.options = options21;
5388
5448
  ListItem.className = LISTITEM_CLASSNAME;
5389
- ListItem.defaultProps = defaultProps17;
5449
+ ListItem.defaultProps = defaultProps19;
5390
5450
 
5391
5451
  // src/list/list-content.tsx
5392
- import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5452
+ import { jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5393
5453
  var className10 = `k-list-content`;
5394
5454
  var ListContent = (props) => {
5395
5455
  const {
5396
5456
  virtualization
5397
5457
  } = props;
5398
5458
  return /* @__PURE__ */ jsxs12("div", { className: classNames(className10, props.className), children: [
5399
- /* @__PURE__ */ jsx36("ul", { className: classNames("k-list-ul"), children: props.children }),
5400
- virtualization && /* @__PURE__ */ jsx36("div", { className: "k-height-container", children: /* @__PURE__ */ jsx36("div", {}) })
5459
+ /* @__PURE__ */ jsx38("ul", { className: classNames("k-list-ul"), children: props.children }),
5460
+ virtualization && /* @__PURE__ */ jsx38("div", { className: "k-height-container", children: /* @__PURE__ */ jsx38("div", {}) })
5401
5461
  ] });
5402
5462
  };
5403
5463
 
5404
5464
  // src/list/list-header.tsx
5405
- import { jsx as jsx37 } from "react/jsx-runtime";
5465
+ import { jsx as jsx39 } from "react/jsx-runtime";
5406
5466
  var className11 = `k-list-group-sticky-header`;
5407
- var ListHeader = (props) => /* @__PURE__ */ jsx37("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx37("div", { className: "k-list-header-text", children: props.children }) });
5467
+ var ListHeader = (props) => /* @__PURE__ */ jsx39("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx39("div", { className: "k-list-header-text", children: props.children }) });
5408
5468
 
5409
5469
  // src/list/list-group.tsx
5410
- import { Fragment as Fragment15, jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5470
+ import { Fragment as Fragment15, jsx as jsx40, jsxs as jsxs13 } from "react/jsx-runtime";
5411
5471
  var ListGroup = (props) => {
5412
5472
  const {
5413
5473
  virtualization,
5414
5474
  label
5415
5475
  } = props;
5416
5476
  return /* @__PURE__ */ jsxs13(Fragment15, { children: [
5417
- label && /* @__PURE__ */ jsx38(ListHeader, { children: label }),
5418
- props.children && /* @__PURE__ */ jsx38(ListContent, { virtualization, children: props.children })
5477
+ label && /* @__PURE__ */ jsx40(ListHeader, { children: label }),
5478
+ props.children && /* @__PURE__ */ jsx40(ListContent, { virtualization, children: props.children })
5419
5479
  ] });
5420
5480
  };
5421
5481
 
5422
5482
  // src/list/list-group-item.tsx
5423
- import { jsx as jsx39 } from "react/jsx-runtime";
5483
+ import { jsx as jsx41 } from "react/jsx-runtime";
5424
5484
  var className12 = `k-list-group-item`;
5425
- var ListGroupItem = (props) => /* @__PURE__ */ jsx39("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx39("span", { className: "k-list-item-text", children: props.children }) });
5485
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx41("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx41("span", { className: "k-list-item-text", children: props.children }) });
5426
5486
 
5427
5487
  // src/list/list-option-label.tsx
5428
- import { jsx as jsx40 } from "react/jsx-runtime";
5488
+ import { jsx as jsx42 } from "react/jsx-runtime";
5429
5489
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5430
- var states22 = [
5490
+ var states24 = [
5431
5491
  States.hover,
5432
5492
  States.focus,
5433
5493
  States.selected,
5434
5494
  States.disabled
5435
5495
  ];
5436
- var options20 = {};
5437
- var defaultProps18 = {};
5496
+ var options22 = {};
5497
+ var defaultProps20 = {};
5438
5498
  var ListOptionLabel = (props) => {
5439
5499
  const {
5440
5500
  text,
@@ -5444,7 +5504,7 @@ var ListOptionLabel = (props) => {
5444
5504
  disabled,
5445
5505
  ...other
5446
5506
  } = props;
5447
- return /* @__PURE__ */ jsx40(
5507
+ return /* @__PURE__ */ jsx42(
5448
5508
  "div",
5449
5509
  {
5450
5510
  ...other,
@@ -5461,36 +5521,36 @@ var ListOptionLabel = (props) => {
5461
5521
  }
5462
5522
  );
5463
5523
  };
5464
- ListOptionLabel.states = states22;
5465
- ListOptionLabel.options = options20;
5524
+ ListOptionLabel.states = states24;
5525
+ ListOptionLabel.options = options22;
5466
5526
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5467
- ListOptionLabel.defaultProps = defaultProps18;
5527
+ ListOptionLabel.defaultProps = defaultProps20;
5468
5528
 
5469
5529
  // src/list/templates/list-normal.tsx
5470
- import { jsx as jsx41 } from "react/jsx-runtime";
5530
+ import { jsx as jsx43 } from "react/jsx-runtime";
5471
5531
 
5472
5532
  // src/list/templates/list-virtualization.tsx
5473
- import { jsx as jsx42 } from "react/jsx-runtime";
5533
+ import { jsx as jsx44 } from "react/jsx-runtime";
5474
5534
 
5475
5535
  // src/list/templates/list-grouping.tsx
5476
- import { jsx as jsx43, jsxs as jsxs14 } from "react/jsx-runtime";
5536
+ import { jsx as jsx45, jsxs as jsxs14 } from "react/jsx-runtime";
5477
5537
 
5478
5538
  // src/list/templates/list-virualization-grouping.tsx
5479
- import { jsx as jsx44, jsxs as jsxs15 } from "react/jsx-runtime";
5539
+ import { jsx as jsx46, jsxs as jsxs15 } from "react/jsx-runtime";
5480
5540
 
5481
5541
  // src/list/templates/list-virtualization-angular.tsx
5482
- import { jsx as jsx45 } from "react/jsx-runtime";
5542
+ import { jsx as jsx47 } from "react/jsx-runtime";
5483
5543
 
5484
5544
  // src/list/templates/list-grouping-angular.tsx
5485
- import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5545
+ import { jsx as jsx48, jsxs as jsxs16 } from "react/jsx-runtime";
5486
5546
 
5487
5547
  // src/list/templates/list-virualization-grouping-angular.tsx
5488
- import { jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5548
+ import { jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
5489
5549
 
5490
5550
  // src/autocomplete/autocomplete.spec.tsx
5491
- import { Fragment as Fragment16, jsx as jsx48, jsxs as jsxs18 } from "react/jsx-runtime";
5551
+ import { Fragment as Fragment16, jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
5492
5552
  var AUTOCOMPLETE_CLASSNAME = `k-autocomplete`;
5493
- var states23 = [
5553
+ var states25 = [
5494
5554
  States.hover,
5495
5555
  States.focus,
5496
5556
  States.valid,
@@ -5500,12 +5560,12 @@ var states23 = [
5500
5560
  States.loading,
5501
5561
  States.readonly
5502
5562
  ];
5503
- var options21 = {
5563
+ var options23 = {
5504
5564
  size: [Size.small, Size.medium, Size.large],
5505
5565
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5506
5566
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5507
5567
  };
5508
- var defaultProps19 = {
5568
+ var defaultProps21 = {
5509
5569
  size: Input.defaultProps.size,
5510
5570
  rounded: Input.defaultProps.rounded,
5511
5571
  fillMode: Input.defaultProps.fillMode
@@ -5551,9 +5611,9 @@ var Autocomplete = (props) => {
5551
5611
  readonly,
5552
5612
  className: classNames(props.className, AUTOCOMPLETE_CLASSNAME),
5553
5613
  children: [
5554
- /* @__PURE__ */ jsx48(InputPrefix, { children: prefix }),
5555
- /* @__PURE__ */ jsx48(InputInnerInput, { placeholder, value }),
5556
- /* @__PURE__ */ jsx48(
5614
+ /* @__PURE__ */ jsx50(InputPrefix, { children: prefix }),
5615
+ /* @__PURE__ */ jsx50(InputInnerInput, { placeholder, value }),
5616
+ /* @__PURE__ */ jsx50(
5557
5617
  InputValidationIcon,
5558
5618
  {
5559
5619
  valid,
@@ -5562,14 +5622,14 @@ var Autocomplete = (props) => {
5562
5622
  disabled
5563
5623
  }
5564
5624
  ),
5565
- /* @__PURE__ */ jsx48(
5625
+ /* @__PURE__ */ jsx50(
5566
5626
  InputLoadingIcon,
5567
5627
  {
5568
5628
  loading,
5569
5629
  disabled
5570
5630
  }
5571
5631
  ),
5572
- /* @__PURE__ */ jsx48(
5632
+ /* @__PURE__ */ jsx50(
5573
5633
  InputClearValue,
5574
5634
  {
5575
5635
  loading,
@@ -5578,13 +5638,13 @@ var Autocomplete = (props) => {
5578
5638
  value
5579
5639
  }
5580
5640
  ),
5581
- /* @__PURE__ */ jsx48(InputSuffix, { children: suffix })
5641
+ /* @__PURE__ */ jsx50(InputSuffix, { children: suffix })
5582
5642
  ]
5583
5643
  }
5584
5644
  ),
5585
- opened && popup && /* @__PURE__ */ jsx48(Popup, { className: "k-list-container k-autocomplete-popup", children: popup }),
5645
+ opened && popup && /* @__PURE__ */ jsx50(Popup, { className: "k-list-container k-autocomplete-popup", children: popup }),
5586
5646
  adaptive && /* @__PURE__ */ jsxs18(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5587
- /* @__PURE__ */ jsx48(
5647
+ /* @__PURE__ */ jsx50(
5588
5648
  ActionSheetHeader,
5589
5649
  {
5590
5650
  actions: ["x"],
@@ -5592,33 +5652,33 @@ var Autocomplete = (props) => {
5592
5652
  title: "Select Item"
5593
5653
  }
5594
5654
  ),
5595
- /* @__PURE__ */ jsx48("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs18(List, { size: "large", children: [
5596
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" }),
5597
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" }),
5598
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" })
5655
+ /* @__PURE__ */ jsx50("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs18(List, { size: "large", children: [
5656
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" }),
5657
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" }),
5658
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" })
5599
5659
  ] }) })
5600
5660
  ] })
5601
5661
  ] });
5602
5662
  };
5603
- Autocomplete.states = states23;
5604
- Autocomplete.options = options21;
5663
+ Autocomplete.states = states25;
5664
+ Autocomplete.options = options23;
5605
5665
  Autocomplete.className = AUTOCOMPLETE_CLASSNAME;
5606
- Autocomplete.defaultProps = defaultProps19;
5666
+ Autocomplete.defaultProps = defaultProps21;
5607
5667
 
5608
5668
  // src/autocomplete/templates/autocomplete-normal.tsx
5609
- import { jsx as jsx49 } from "react/jsx-runtime";
5669
+ import { jsx as jsx51 } from "react/jsx-runtime";
5610
5670
 
5611
5671
  // src/autocomplete/templates/autocomplete-popup.tsx
5612
- import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5672
+ import { jsx as jsx52, jsxs as jsxs19 } from "react/jsx-runtime";
5613
5673
 
5614
5674
  // src/autocomplete/templates/autocomplete-adaptive.tsx
5615
- import { jsx as jsx51 } from "react/jsx-runtime";
5675
+ import { jsx as jsx53 } from "react/jsx-runtime";
5616
5676
 
5617
5677
  // src/color-preview/color-preview.tsx
5618
- import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5678
+ import { jsx as jsx54, jsxs as jsxs20 } from "react/jsx-runtime";
5619
5679
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5620
- var states24 = [];
5621
- var options22 = {};
5680
+ var states26 = [];
5681
+ var options24 = {};
5622
5682
  var ColorPreview = (props) => {
5623
5683
  const {
5624
5684
  color,
@@ -5638,8 +5698,8 @@ var ColorPreview = (props) => {
5638
5698
  }
5639
5699
  ),
5640
5700
  children: [
5641
- iconName && /* @__PURE__ */ jsx52(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5642
- /* @__PURE__ */ jsx52(
5701
+ iconName && /* @__PURE__ */ jsx54(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5702
+ /* @__PURE__ */ jsx54(
5643
5703
  "span",
5644
5704
  {
5645
5705
  className: "k-color-preview-mask",
@@ -5650,14 +5710,14 @@ var ColorPreview = (props) => {
5650
5710
  }
5651
5711
  );
5652
5712
  };
5653
- ColorPreview.states = states24;
5654
- ColorPreview.options = options22;
5713
+ ColorPreview.states = states26;
5714
+ ColorPreview.options = options24;
5655
5715
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5656
5716
 
5657
5717
  // src/colorpicker/colorpicker.spec.tsx
5658
- import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5718
+ import { jsx as jsx55, jsxs as jsxs21 } from "react/jsx-runtime";
5659
5719
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5660
- var states25 = [
5720
+ var states27 = [
5661
5721
  States.hover,
5662
5722
  States.focus,
5663
5723
  States.valid,
@@ -5665,12 +5725,12 @@ var states25 = [
5665
5725
  States.required,
5666
5726
  States.disabled
5667
5727
  ];
5668
- var options23 = {
5728
+ var options25 = {
5669
5729
  size: [Size.small, Size.medium, Size.large],
5670
5730
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5671
5731
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5672
5732
  };
5673
- var defaultProps20 = {
5733
+ var defaultProps22 = {
5674
5734
  arrowIconName: "caret-alt-down",
5675
5735
  size: Picker.defaultProps.size,
5676
5736
  rounded: Picker.defaultProps.rounded,
@@ -5692,7 +5752,7 @@ var ColorPicker = (props) => {
5692
5752
  required,
5693
5753
  disabled,
5694
5754
  valueIconName,
5695
- arrowIconName = defaultProps20.arrowIconName,
5755
+ arrowIconName = defaultProps22.arrowIconName,
5696
5756
  ...other
5697
5757
  } = props;
5698
5758
  return /* @__PURE__ */ jsxs21(
@@ -5714,14 +5774,14 @@ var ColorPicker = (props) => {
5714
5774
  "k-icon-picker"
5715
5775
  ),
5716
5776
  children: [
5717
- /* @__PURE__ */ jsx53(InputPrefix, { children: prefix }),
5718
- /* @__PURE__ */ jsx53(
5777
+ /* @__PURE__ */ jsx55(InputPrefix, { children: prefix }),
5778
+ /* @__PURE__ */ jsx55(
5719
5779
  InputInnerSpan,
5720
5780
  {
5721
5781
  placeholder,
5722
5782
  value,
5723
5783
  showValue: false,
5724
- valueIcon: /* @__PURE__ */ jsx53(
5784
+ valueIcon: /* @__PURE__ */ jsx55(
5725
5785
  ColorPreview,
5726
5786
  {
5727
5787
  className: "k-value-icon",
@@ -5732,8 +5792,8 @@ var ColorPicker = (props) => {
5732
5792
  valueIconName
5733
5793
  }
5734
5794
  ),
5735
- /* @__PURE__ */ jsx53(InputSuffix, { children: suffix }),
5736
- /* @__PURE__ */ jsx53(
5795
+ /* @__PURE__ */ jsx55(InputSuffix, { children: suffix }),
5796
+ /* @__PURE__ */ jsx55(
5737
5797
  Button,
5738
5798
  {
5739
5799
  className: "k-input-button",
@@ -5747,15 +5807,15 @@ var ColorPicker = (props) => {
5747
5807
  }
5748
5808
  );
5749
5809
  };
5750
- ColorPicker.states = states25;
5751
- ColorPicker.options = options23;
5810
+ ColorPicker.states = states27;
5811
+ ColorPicker.options = options25;
5752
5812
  ColorPicker.className = COLORPICKER_CLASSNAME;
5753
- ColorPicker.defaultProps = defaultProps20;
5813
+ ColorPicker.defaultProps = defaultProps22;
5754
5814
 
5755
5815
  // src/combobox/combobox.spec.tsx
5756
- import { Fragment as Fragment17, jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5816
+ import { Fragment as Fragment17, jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
5757
5817
  var COMBOBOX_CLASSNAME = `k-combobox`;
5758
- var states26 = [
5818
+ var states28 = [
5759
5819
  States.hover,
5760
5820
  States.focus,
5761
5821
  States.valid,
@@ -5765,12 +5825,12 @@ var states26 = [
5765
5825
  States.disabled,
5766
5826
  States.readonly
5767
5827
  ];
5768
- var defaultProps21 = {
5828
+ var defaultProps23 = {
5769
5829
  size: Input.defaultProps.size,
5770
5830
  rounded: Input.defaultProps.rounded,
5771
5831
  fillMode: Input.defaultProps.fillMode
5772
5832
  };
5773
- var options24 = {
5833
+ var options26 = {
5774
5834
  size: [Size.small, Size.medium, Size.large],
5775
5835
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5776
5836
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5816,9 +5876,9 @@ var Combobox = (props) => {
5816
5876
  readonly,
5817
5877
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5818
5878
  children: [
5819
- /* @__PURE__ */ jsx54(InputPrefix, { children: prefix }),
5820
- /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
5821
- /* @__PURE__ */ jsx54(
5879
+ /* @__PURE__ */ jsx56(InputPrefix, { children: prefix }),
5880
+ /* @__PURE__ */ jsx56(InputInnerInput, { placeholder, value }),
5881
+ /* @__PURE__ */ jsx56(
5822
5882
  InputValidationIcon,
5823
5883
  {
5824
5884
  valid,
@@ -5827,14 +5887,14 @@ var Combobox = (props) => {
5827
5887
  disabled
5828
5888
  }
5829
5889
  ),
5830
- /* @__PURE__ */ jsx54(
5890
+ /* @__PURE__ */ jsx56(
5831
5891
  InputLoadingIcon,
5832
5892
  {
5833
5893
  loading,
5834
5894
  disabled
5835
5895
  }
5836
5896
  ),
5837
- /* @__PURE__ */ jsx54(
5897
+ /* @__PURE__ */ jsx56(
5838
5898
  InputClearValue,
5839
5899
  {
5840
5900
  loading,
@@ -5843,8 +5903,8 @@ var Combobox = (props) => {
5843
5903
  value
5844
5904
  }
5845
5905
  ),
5846
- /* @__PURE__ */ jsx54(InputSuffix, { children: suffix }),
5847
- /* @__PURE__ */ jsx54(
5906
+ /* @__PURE__ */ jsx56(InputSuffix, { children: suffix }),
5907
+ /* @__PURE__ */ jsx56(
5848
5908
  Button,
5849
5909
  {
5850
5910
  className: "k-input-button",
@@ -5857,9 +5917,9 @@ var Combobox = (props) => {
5857
5917
  ]
5858
5918
  }
5859
5919
  ),
5860
- opened && popup && /* @__PURE__ */ jsx54(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5920
+ opened && popup && /* @__PURE__ */ jsx56(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5861
5921
  adaptive && /* @__PURE__ */ jsxs22(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5862
- /* @__PURE__ */ jsx54(
5922
+ /* @__PURE__ */ jsx56(
5863
5923
  ActionSheetHeader,
5864
5924
  {
5865
5925
  actions: ["x"],
@@ -5867,39 +5927,39 @@ var Combobox = (props) => {
5867
5927
  title: "Select Item"
5868
5928
  }
5869
5929
  ),
5870
- /* @__PURE__ */ jsx54("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs22(List, { size: "large", children: [
5871
- /* @__PURE__ */ jsx54(ListItem, { text: "List item" }),
5872
- /* @__PURE__ */ jsx54(ListItem, { text: "List item" }),
5873
- /* @__PURE__ */ jsx54(ListItem, { text: "List item" })
5930
+ /* @__PURE__ */ jsx56("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs22(List, { size: "large", children: [
5931
+ /* @__PURE__ */ jsx56(ListItem, { text: "List item" }),
5932
+ /* @__PURE__ */ jsx56(ListItem, { text: "List item" }),
5933
+ /* @__PURE__ */ jsx56(ListItem, { text: "List item" })
5874
5934
  ] }) })
5875
5935
  ] })
5876
5936
  ] });
5877
5937
  };
5878
- Combobox.states = states26;
5879
- Combobox.options = options24;
5938
+ Combobox.states = states28;
5939
+ Combobox.options = options26;
5880
5940
  Combobox.className = COMBOBOX_CLASSNAME;
5881
- Combobox.defaultProps = defaultProps21;
5941
+ Combobox.defaultProps = defaultProps23;
5882
5942
 
5883
5943
  // src/combobox/templates/combobox-normal.tsx
5884
- import { jsx as jsx55 } from "react/jsx-runtime";
5944
+ import { jsx as jsx57 } from "react/jsx-runtime";
5885
5945
 
5886
5946
  // src/combobox/templates/combobox-popup.tsx
5887
- import { jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
5947
+ import { jsx as jsx58, jsxs as jsxs23 } from "react/jsx-runtime";
5888
5948
 
5889
5949
  // src/combobox/templates/combobox-grouping.tsx
5890
- import { jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
5950
+ import { jsx as jsx59, jsxs as jsxs24 } from "react/jsx-runtime";
5891
5951
 
5892
5952
  // src/combobox/templates/combobox-adaptive.tsx
5893
- import { jsx as jsx58 } from "react/jsx-runtime";
5953
+ import { jsx as jsx60 } from "react/jsx-runtime";
5894
5954
 
5895
5955
  // src/calendar/calendar.spec.tsx
5896
- import { jsx as jsx59, jsxs as jsxs25 } from "react/jsx-runtime";
5956
+ import { jsx as jsx61, jsxs as jsxs25 } from "react/jsx-runtime";
5897
5957
  var CALENDAR_CLASSNAME = `k-calendar`;
5898
- var states27 = [];
5899
- var options25 = {
5958
+ var states29 = [];
5959
+ var options27 = {
5900
5960
  size: [Size.small, Size.medium, Size.large]
5901
5961
  };
5902
- var defaultProps22 = {
5962
+ var defaultProps24 = {
5903
5963
  size: Size.medium,
5904
5964
  viewsCount: 1,
5905
5965
  orientation: "horizontal",
@@ -5908,11 +5968,11 @@ var defaultProps22 = {
5908
5968
  };
5909
5969
  var Calendar = (props) => {
5910
5970
  const {
5911
- size = defaultProps22.size,
5912
- orientation = defaultProps22.orientation,
5913
- calendarView = defaultProps22.calendarView,
5914
- calendarHeaderText = defaultProps22.calendarHeaderText,
5915
- viewsCount = defaultProps22.viewsCount,
5971
+ size = defaultProps24.size,
5972
+ orientation = defaultProps24.orientation,
5973
+ calendarView = defaultProps24.calendarView,
5974
+ calendarHeaderText = defaultProps24.calendarHeaderText,
5975
+ viewsCount = defaultProps24.viewsCount,
5916
5976
  showWeek,
5917
5977
  showOtherMonth,
5918
5978
  showCalendarCaption,
@@ -5937,7 +5997,7 @@ var Calendar = (props) => {
5937
5997
  }
5938
5998
  ),
5939
5999
  children: [
5940
- /* @__PURE__ */ jsx59(
6000
+ /* @__PURE__ */ jsx61(
5941
6001
  CalendarHeader,
5942
6002
  {
5943
6003
  showToday: showCalendarFooter ? false : true,
@@ -5947,7 +6007,7 @@ var Calendar = (props) => {
5947
6007
  dir
5948
6008
  }
5949
6009
  ),
5950
- /* @__PURE__ */ jsx59(
6010
+ /* @__PURE__ */ jsx61(
5951
6011
  CalendarView,
5952
6012
  {
5953
6013
  calendarView,
@@ -5959,19 +6019,19 @@ var Calendar = (props) => {
5959
6019
  selectedRange
5960
6020
  }
5961
6021
  ),
5962
- showCalendarFooter && /* @__PURE__ */ jsx59(CalendarFooter, {})
6022
+ showCalendarFooter && /* @__PURE__ */ jsx61(CalendarFooter, {})
5963
6023
  ]
5964
6024
  }
5965
6025
  );
5966
6026
  };
5967
- Calendar.states = states27;
5968
- Calendar.options = options25;
6027
+ Calendar.states = states29;
6028
+ Calendar.options = options27;
5969
6029
  Calendar.className = CALENDAR_CLASSNAME;
5970
- Calendar.defaultProps = defaultProps22;
6030
+ Calendar.defaultProps = defaultProps24;
5971
6031
 
5972
6032
  // src/calendar/calendar-cell.tsx
5973
- import { jsx as jsx60 } from "react/jsx-runtime";
5974
- var states28 = [
6033
+ import { jsx as jsx62 } from "react/jsx-runtime";
6034
+ var states30 = [
5975
6035
  States.hover,
5976
6036
  States.focus,
5977
6037
  States.active,
@@ -6020,21 +6080,21 @@ var CalendarCell = (props) => {
6020
6080
  }
6021
6081
  ];
6022
6082
  if (headerCell) {
6023
- return /* @__PURE__ */ jsx60("th", { ...other, className: classNames(calendarCellClasses), children: text });
6083
+ return /* @__PURE__ */ jsx62("th", { ...other, className: classNames(calendarCellClasses), children: text });
6024
6084
  }
6025
6085
  if (weekCell) {
6026
- return /* @__PURE__ */ jsx60("td", { ...other, className: classNames(calendarCellClasses), children: text });
6086
+ return /* @__PURE__ */ jsx62("td", { ...other, className: classNames(calendarCellClasses), children: text });
6027
6087
  }
6028
- return /* @__PURE__ */ jsx60("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx60("span", { className: "k-link", children: text }) });
6088
+ return /* @__PURE__ */ jsx62("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx62("span", { className: "k-link", children: text }) });
6029
6089
  };
6030
6090
 
6031
6091
  // src/calendar/calendar-header.tsx
6032
- import { jsx as jsx61, jsxs as jsxs26 } from "react/jsx-runtime";
6092
+ import { jsx as jsx63, jsxs as jsxs26 } from "react/jsx-runtime";
6033
6093
  var className13 = `k-calendar-header`;
6034
- var options26 = {
6094
+ var options28 = {
6035
6095
  size: [Size.small, Size.medium, Size.large]
6036
6096
  };
6037
- var defaultProps23 = {
6097
+ var defaultProps25 = {
6038
6098
  calendarHeaderText: "October 2021",
6039
6099
  showToday: true,
6040
6100
  orientation: "horizontal",
@@ -6042,10 +6102,10 @@ var defaultProps23 = {
6042
6102
  };
6043
6103
  var CalendarHeader = (props) => {
6044
6104
  const {
6045
- calendarHeaderText = defaultProps23.calendarHeaderText,
6046
- showToday = defaultProps23.showToday,
6047
- orientation = defaultProps23.orientation,
6048
- size = defaultProps23.size,
6105
+ calendarHeaderText = defaultProps25.calendarHeaderText,
6106
+ showToday = defaultProps25.showToday,
6107
+ orientation = defaultProps25.orientation,
6108
+ size = defaultProps25.size,
6049
6109
  dir,
6050
6110
  ...other
6051
6111
  } = props;
@@ -6063,12 +6123,12 @@ var CalendarHeader = (props) => {
6063
6123
  }
6064
6124
  ),
6065
6125
  children: [
6066
- /* @__PURE__ */ jsx61(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
6067
- /* @__PURE__ */ jsx61("span", { className: "k-spacer" }),
6126
+ /* @__PURE__ */ jsx63(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
6127
+ /* @__PURE__ */ jsx63("span", { className: "k-spacer" }),
6068
6128
  /* @__PURE__ */ jsxs26("span", { className: "k-calendar-nav", children: [
6069
- /* @__PURE__ */ jsx61(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
6070
- showToday && /* @__PURE__ */ jsx61(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
6071
- /* @__PURE__ */ jsx61(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
6129
+ /* @__PURE__ */ jsx63(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
6130
+ showToday && /* @__PURE__ */ jsx63(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
6131
+ /* @__PURE__ */ jsx63(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
6072
6132
  ] })
6073
6133
  ]
6074
6134
  }
@@ -6076,12 +6136,12 @@ var CalendarHeader = (props) => {
6076
6136
  };
6077
6137
 
6078
6138
  // src/calendar/calendar-footer.tsx
6079
- import { jsx as jsx62 } from "react/jsx-runtime";
6139
+ import { jsx as jsx64 } from "react/jsx-runtime";
6080
6140
  var className14 = `k-calendar-footer`;
6081
- var CalendarFooter = (props) => /* @__PURE__ */ jsx62("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
6141
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx64("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ jsx64(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
6082
6142
 
6083
6143
  // src/calendar/calendar-table.tsx
6084
- import { jsx as jsx63, jsxs as jsxs27 } from "react/jsx-runtime";
6144
+ import { jsx as jsx65, jsxs as jsxs27 } from "react/jsx-runtime";
6085
6145
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
6086
6146
  var CalendarTable = (props) => {
6087
6147
  const {
@@ -6102,25 +6162,25 @@ var CalendarTable = (props) => {
6102
6162
  CALENDARTABLE_CLASSNAME
6103
6163
  ),
6104
6164
  children: [
6105
- showCalendarCaption && /* @__PURE__ */ jsx63("caption", { className: "k-calendar-caption", children: "2022" }),
6165
+ showCalendarCaption && /* @__PURE__ */ jsx65("caption", { className: "k-calendar-caption", children: "2022" }),
6106
6166
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6107
6167
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6108
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Jan" }),
6109
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Feb" }),
6110
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Mar" }),
6111
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Apr" })
6168
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Jan" }),
6169
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Feb" }),
6170
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Mar" }),
6171
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Apr" })
6112
6172
  ] }),
6113
6173
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6114
- /* @__PURE__ */ jsx63(CalendarCell, { text: "May" }),
6115
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Jun", hover: true }),
6116
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Jul", focus: true }),
6117
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Au", selected: true })
6174
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "May" }),
6175
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Jun", hover: true }),
6176
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Jul", focus: true }),
6177
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Au", selected: true })
6118
6178
  ] }),
6119
6179
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6120
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Sep" }),
6121
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Oct", today: true }),
6122
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Nov" }),
6123
- /* @__PURE__ */ jsx63(CalendarCell, { text: "Dec" })
6180
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Sep" }),
6181
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Oct", today: true }),
6182
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Nov" }),
6183
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "Dec" })
6124
6184
  ] })
6125
6185
  ] })
6126
6186
  ]
@@ -6137,25 +6197,25 @@ var CalendarTable = (props) => {
6137
6197
  CALENDARTABLE_CLASSNAME
6138
6198
  ),
6139
6199
  children: [
6140
- showCalendarCaption && /* @__PURE__ */ jsx63("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
6200
+ showCalendarCaption && /* @__PURE__ */ jsx65("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
6141
6201
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6142
6202
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6143
- /* @__PURE__ */ jsx63(CalendarCell, { className: "k-out-of-range" }),
6144
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2020" }),
6145
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2021", today: true }),
6146
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2022" })
6203
+ /* @__PURE__ */ jsx65(CalendarCell, { className: "k-out-of-range" }),
6204
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2020" }),
6205
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2021", today: true }),
6206
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2022" })
6147
6207
  ] }),
6148
6208
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6149
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2023" }),
6150
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2024", hover: true }),
6151
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2025", focus: true }),
6152
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2026", selected: true })
6209
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2023" }),
6210
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2024", hover: true }),
6211
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2025", focus: true }),
6212
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2026", selected: true })
6153
6213
  ] }),
6154
6214
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6155
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2027" }),
6156
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2028" }),
6157
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2029" }),
6158
- /* @__PURE__ */ jsx63(CalendarCell, { className: "k-out-of-range" })
6215
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2027" }),
6216
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2028" }),
6217
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2029" }),
6218
+ /* @__PURE__ */ jsx65(CalendarCell, { className: "k-out-of-range" })
6159
6219
  ] })
6160
6220
  ] })
6161
6221
  ]
@@ -6172,25 +6232,25 @@ var CalendarTable = (props) => {
6172
6232
  CALENDARTABLE_CLASSNAME
6173
6233
  ),
6174
6234
  children: [
6175
- showCalendarCaption && /* @__PURE__ */ jsx63("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
6235
+ showCalendarCaption && /* @__PURE__ */ jsx65("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
6176
6236
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6177
6237
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6178
- /* @__PURE__ */ jsx63(CalendarCell, { text: "1990 - 1999" }),
6179
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2000 - 2009" }),
6180
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2010 - 2019", today: true }),
6181
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2020 - 2029" })
6238
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "1990 - 1999" }),
6239
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2000 - 2009" }),
6240
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2010 - 2019", today: true }),
6241
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2020 - 2029" })
6182
6242
  ] }),
6183
6243
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6184
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2030 - 2039" }),
6185
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2040 - 2049", hover: true }),
6186
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2050 - 2059", focus: true }),
6187
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2060 - 2069", selected: true })
6244
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2030 - 2039" }),
6245
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2040 - 2049", hover: true }),
6246
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2050 - 2059", focus: true }),
6247
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2060 - 2069", selected: true })
6188
6248
  ] }),
6189
6249
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6190
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2070 - 2079" }),
6191
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2080 - 2089" }),
6192
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2090 - 2099" }),
6193
- /* @__PURE__ */ jsx63(CalendarCell, { className: "k-out-of-range" })
6250
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2070 - 2079" }),
6251
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2080 - 2089" }),
6252
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2090 - 2099" }),
6253
+ /* @__PURE__ */ jsx65(CalendarCell, { className: "k-out-of-range" })
6194
6254
  ] })
6195
6255
  ] })
6196
6256
  ]
@@ -6206,68 +6266,68 @@ var CalendarTable = (props) => {
6206
6266
  CALENDARTABLE_CLASSNAME
6207
6267
  ),
6208
6268
  children: [
6209
- showCalendarCaption && /* @__PURE__ */ jsx63("caption", { className: "k-calendar-caption", children: "October 2021" }),
6210
- /* @__PURE__ */ jsx63(CalendarTableHead, { showWeek }),
6269
+ showCalendarCaption && /* @__PURE__ */ jsx65("caption", { className: "k-calendar-caption", children: "October 2021" }),
6270
+ /* @__PURE__ */ jsx65(CalendarTableHead, { showWeek }),
6211
6271
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6212
6272
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6213
- showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "39", weekCell: true }),
6214
- /* @__PURE__ */ jsx63(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
6215
- /* @__PURE__ */ jsx63(CalendarCell, { text: "1" }),
6216
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2" }),
6217
- /* @__PURE__ */ jsx63(CalendarCell, { text: "3" }),
6218
- /* @__PURE__ */ jsx63(CalendarCell, { text: "4" }),
6219
- /* @__PURE__ */ jsx63(CalendarCell, { text: "5" }),
6220
- /* @__PURE__ */ jsx63(CalendarCell, { text: "6", weekend: true })
6273
+ showWeek && /* @__PURE__ */ jsx65(CalendarCell, { text: "39", weekCell: true }),
6274
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
6275
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "1" }),
6276
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2" }),
6277
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "3" }),
6278
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "4" }),
6279
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "5" }),
6280
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "6", weekend: true })
6221
6281
  ] }),
6222
6282
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6223
- showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "40", weekCell: true }),
6224
- /* @__PURE__ */ jsx63(CalendarCell, { text: "7", weekend: true }),
6225
- /* @__PURE__ */ jsx63(CalendarCell, { text: "8", hover: true }),
6226
- /* @__PURE__ */ jsx63(CalendarCell, { text: "9", focus: true }),
6227
- /* @__PURE__ */ jsx63(CalendarCell, { text: "10", selected: true }),
6228
- /* @__PURE__ */ jsx63(CalendarCell, { text: "11", hover: true, focus: true }),
6229
- /* @__PURE__ */ jsx63(CalendarCell, { text: "12", hover: true, selected: true }),
6230
- /* @__PURE__ */ jsx63(CalendarCell, { text: "13", weekend: true })
6283
+ showWeek && /* @__PURE__ */ jsx65(CalendarCell, { text: "40", weekCell: true }),
6284
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "7", weekend: true }),
6285
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "8", hover: true }),
6286
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "9", focus: true }),
6287
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "10", selected: true }),
6288
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "11", hover: true, focus: true }),
6289
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "12", hover: true, selected: true }),
6290
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "13", weekend: true })
6231
6291
  ] }),
6232
6292
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6233
- showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "41", weekCell: true }),
6234
- /* @__PURE__ */ jsx63(CalendarCell, { text: "14", weekend: true }),
6235
- /* @__PURE__ */ jsx63(CalendarCell, { text: "15" }),
6236
- /* @__PURE__ */ jsx63(CalendarCell, { text: "16", today: true }),
6237
- /* @__PURE__ */ jsx63(CalendarCell, { text: "17" }),
6238
- /* @__PURE__ */ jsx63(CalendarCell, { text: "18" }),
6239
- /* @__PURE__ */ jsx63(CalendarCell, { text: "19" }),
6240
- /* @__PURE__ */ jsx63(CalendarCell, { text: "20", weekend: true })
6293
+ showWeek && /* @__PURE__ */ jsx65(CalendarCell, { text: "41", weekCell: true }),
6294
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "14", weekend: true }),
6295
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "15" }),
6296
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "16", today: true }),
6297
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "17" }),
6298
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "18" }),
6299
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "19" }),
6300
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "20", weekend: true })
6241
6301
  ] }),
6242
6302
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6243
- showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "42", weekCell: true }),
6244
- /* @__PURE__ */ jsx63(CalendarCell, { text: "21", weekend: true }),
6245
- /* @__PURE__ */ jsx63(CalendarCell, { text: "22" }),
6246
- /* @__PURE__ */ jsx63(CalendarCell, { text: "23" }),
6247
- /* @__PURE__ */ jsx63(CalendarCell, { text: "24" }),
6248
- /* @__PURE__ */ jsx63(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
6249
- /* @__PURE__ */ jsx63(CalendarCell, { text: "26", rangeMid: selectedRange }),
6250
- /* @__PURE__ */ jsx63(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
6303
+ showWeek && /* @__PURE__ */ jsx65(CalendarCell, { text: "42", weekCell: true }),
6304
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "21", weekend: true }),
6305
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "22" }),
6306
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "23" }),
6307
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "24" }),
6308
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
6309
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "26", rangeMid: selectedRange }),
6310
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
6251
6311
  ] }),
6252
6312
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6253
- showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "43", weekCell: true }),
6254
- /* @__PURE__ */ jsx63(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
6255
- /* @__PURE__ */ jsx63(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
6256
- /* @__PURE__ */ jsx63(CalendarCell, { text: "30" }),
6257
- /* @__PURE__ */ jsx63(CalendarCell, { text: "31" }),
6258
- /* @__PURE__ */ jsx63(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
6259
- /* @__PURE__ */ jsx63(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
6260
- /* @__PURE__ */ jsx63(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
6313
+ showWeek && /* @__PURE__ */ jsx65(CalendarCell, { text: "43", weekCell: true }),
6314
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
6315
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
6316
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "30" }),
6317
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "31" }),
6318
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
6319
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
6320
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
6261
6321
  ] }),
6262
6322
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6263
- showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "44", weekCell: true }),
6264
- /* @__PURE__ */ jsx63(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
6265
- /* @__PURE__ */ jsx63(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
6266
- /* @__PURE__ */ jsx63(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
6267
- /* @__PURE__ */ jsx63(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
6268
- /* @__PURE__ */ jsx63(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
6269
- /* @__PURE__ */ jsx63(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
6270
- /* @__PURE__ */ jsx63(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
6323
+ showWeek && /* @__PURE__ */ jsx65(CalendarCell, { text: "44", weekCell: true }),
6324
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
6325
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
6326
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
6327
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
6328
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
6329
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
6330
+ /* @__PURE__ */ jsx65(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
6271
6331
  ] })
6272
6332
  ] })
6273
6333
  ]
@@ -6276,52 +6336,52 @@ var CalendarTable = (props) => {
6276
6336
  };
6277
6337
 
6278
6338
  // src/calendar/calendar-table-head.tsx
6279
- import { jsx as jsx64, jsxs as jsxs28 } from "react/jsx-runtime";
6339
+ import { jsx as jsx66, jsxs as jsxs28 } from "react/jsx-runtime";
6280
6340
  var className15 = `k-calendar-thead`;
6281
6341
  var CalendarTableHead = (props) => {
6282
6342
  const {
6283
6343
  showWeek,
6284
6344
  ...other
6285
6345
  } = props;
6286
- return /* @__PURE__ */ jsx64(
6346
+ return /* @__PURE__ */ jsx66(
6287
6347
  "thead",
6288
6348
  {
6289
6349
  ...other,
6290
6350
  className: classNames(props.className, className15),
6291
6351
  children: /* @__PURE__ */ jsxs28("tr", { className: "k-calendar-tr", children: [
6292
- showWeek && /* @__PURE__ */ jsx64(CalendarCell, { weekCell: true, headerCell: true }),
6293
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Su", headerCell: true }),
6294
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Mo", headerCell: true }),
6295
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Tu", headerCell: true }),
6296
- /* @__PURE__ */ jsx64(CalendarCell, { text: "We", headerCell: true }),
6297
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Th", headerCell: true }),
6298
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Fr", headerCell: true }),
6299
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Sa", headerCell: true })
6352
+ showWeek && /* @__PURE__ */ jsx66(CalendarCell, { weekCell: true, headerCell: true }),
6353
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Su", headerCell: true }),
6354
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Mo", headerCell: true }),
6355
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Tu", headerCell: true }),
6356
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "We", headerCell: true }),
6357
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Th", headerCell: true }),
6358
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Fr", headerCell: true }),
6359
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Sa", headerCell: true })
6300
6360
  ] })
6301
6361
  }
6302
6362
  );
6303
6363
  };
6304
6364
 
6305
6365
  // src/calendar/calendar-view.tsx
6306
- import { jsx as jsx65 } from "react/jsx-runtime";
6366
+ import { jsx as jsx67 } from "react/jsx-runtime";
6307
6367
  var className16 = `k-calendar-view`;
6308
- var defaultProps24 = {
6368
+ var defaultProps26 = {
6309
6369
  viewsCount: 1,
6310
6370
  orientation: "horizontal",
6311
6371
  calendarView: "month"
6312
6372
  };
6313
6373
  var CalendarView = (props) => {
6314
6374
  const {
6315
- orientation = defaultProps24.orientation,
6316
- calendarView = defaultProps24.calendarView,
6317
- viewsCount = defaultProps24.viewsCount,
6375
+ orientation = defaultProps26.orientation,
6376
+ calendarView = defaultProps26.calendarView,
6377
+ viewsCount = defaultProps26.viewsCount,
6318
6378
  showWeek,
6319
6379
  showOtherMonth,
6320
6380
  showCalendarCaption,
6321
6381
  selectedRange,
6322
6382
  ...other
6323
6383
  } = props;
6324
- return /* @__PURE__ */ jsx65(
6384
+ return /* @__PURE__ */ jsx67(
6325
6385
  "div",
6326
6386
  {
6327
6387
  ...other,
@@ -6337,7 +6397,7 @@ var CalendarView = (props) => {
6337
6397
  }
6338
6398
  ),
6339
6399
  children: [...Array(viewsCount)].map(
6340
- (_e, i) => /* @__PURE__ */ jsx65(
6400
+ (_e, i) => /* @__PURE__ */ jsx67(
6341
6401
  CalendarTable,
6342
6402
  {
6343
6403
  calendarView,
@@ -6354,9 +6414,9 @@ var CalendarView = (props) => {
6354
6414
  };
6355
6415
 
6356
6416
  // src/datepicker/datepicker.spec.tsx
6357
- import { Fragment as Fragment18, jsx as jsx66, jsxs as jsxs29 } from "react/jsx-runtime";
6417
+ import { Fragment as Fragment18, jsx as jsx68, jsxs as jsxs29 } from "react/jsx-runtime";
6358
6418
  var DATEPICKER_CLASSNAME = `k-datepicker`;
6359
- var states29 = [
6419
+ var states31 = [
6360
6420
  States.hover,
6361
6421
  States.focus,
6362
6422
  States.valid,
@@ -6366,12 +6426,12 @@ var states29 = [
6366
6426
  States.loading,
6367
6427
  States.readonly
6368
6428
  ];
6369
- var options27 = {
6429
+ var options29 = {
6370
6430
  size: [Size.small, Size.medium, Size.large],
6371
6431
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6372
6432
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6373
6433
  };
6374
- var defaultProps25 = {
6434
+ var defaultProps27 = {
6375
6435
  size: Input.defaultProps.size,
6376
6436
  rounded: Input.defaultProps.rounded,
6377
6437
  fillMode: Input.defaultProps.fillMode
@@ -6418,9 +6478,9 @@ var DatePicker = (props) => {
6418
6478
  readonly,
6419
6479
  className: classNames(props.className, DATEPICKER_CLASSNAME),
6420
6480
  children: [
6421
- /* @__PURE__ */ jsx66(InputPrefix, { children: prefix }),
6422
- /* @__PURE__ */ jsx66(InputInnerInput, { placeholder, value }),
6423
- /* @__PURE__ */ jsx66(
6481
+ /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6482
+ /* @__PURE__ */ jsx68(InputInnerInput, { placeholder, value }),
6483
+ /* @__PURE__ */ jsx68(
6424
6484
  InputValidationIcon,
6425
6485
  {
6426
6486
  valid,
@@ -6429,14 +6489,14 @@ var DatePicker = (props) => {
6429
6489
  disabled
6430
6490
  }
6431
6491
  ),
6432
- /* @__PURE__ */ jsx66(
6492
+ /* @__PURE__ */ jsx68(
6433
6493
  InputLoadingIcon,
6434
6494
  {
6435
6495
  loading,
6436
6496
  disabled
6437
6497
  }
6438
6498
  ),
6439
- /* @__PURE__ */ jsx66(
6499
+ /* @__PURE__ */ jsx68(
6440
6500
  InputClearValue,
6441
6501
  {
6442
6502
  loading,
@@ -6445,8 +6505,8 @@ var DatePicker = (props) => {
6445
6505
  value
6446
6506
  }
6447
6507
  ),
6448
- /* @__PURE__ */ jsx66(InputSuffix, { children: suffix }),
6449
- /* @__PURE__ */ jsx66(
6508
+ /* @__PURE__ */ jsx68(InputSuffix, { children: suffix }),
6509
+ /* @__PURE__ */ jsx68(
6450
6510
  Button,
6451
6511
  {
6452
6512
  className: "k-input-button",
@@ -6459,9 +6519,9 @@ var DatePicker = (props) => {
6459
6519
  ]
6460
6520
  }
6461
6521
  ),
6462
- opened && /* @__PURE__ */ jsx66(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx66(Calendar, { dir }) }),
6522
+ opened && /* @__PURE__ */ jsx68(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx68(Calendar, { dir }) }),
6463
6523
  adaptive && /* @__PURE__ */ jsxs29(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6464
- /* @__PURE__ */ jsx66(
6524
+ /* @__PURE__ */ jsx68(
6465
6525
  ActionSheetHeader,
6466
6526
  {
6467
6527
  actions: ["x"],
@@ -6469,44 +6529,44 @@ var DatePicker = (props) => {
6469
6529
  subTitle: "DD / MM / YY"
6470
6530
  }
6471
6531
  ),
6472
- /* @__PURE__ */ jsx66(Calendar, { size: "large" })
6532
+ /* @__PURE__ */ jsx68(Calendar, { size: "large" })
6473
6533
  ] })
6474
6534
  ] });
6475
6535
  };
6476
- DatePicker.states = states29;
6477
- DatePicker.options = options27;
6536
+ DatePicker.states = states31;
6537
+ DatePicker.options = options29;
6478
6538
  DatePicker.className = DATEPICKER_CLASSNAME;
6479
- DatePicker.defaultProps = defaultProps25;
6539
+ DatePicker.defaultProps = defaultProps27;
6480
6540
 
6481
6541
  // src/datepicker/templates/datepicker-normal.tsx
6482
- import { jsx as jsx67 } from "react/jsx-runtime";
6542
+ import { jsx as jsx69 } from "react/jsx-runtime";
6483
6543
 
6484
6544
  // src/datepicker/templates/datepicker-popup.tsx
6485
- import { jsx as jsx68 } from "react/jsx-runtime";
6545
+ import { jsx as jsx70 } from "react/jsx-runtime";
6486
6546
 
6487
6547
  // src/datepicker/templates/datepicker-adaptive.tsx
6488
- import { jsx as jsx69 } from "react/jsx-runtime";
6548
+ import { jsx as jsx71 } from "react/jsx-runtime";
6489
6549
 
6490
6550
  // src/button-group/button-group.spec.tsx
6491
- import { jsx as jsx70 } from "react/jsx-runtime";
6551
+ import { jsx as jsx72 } from "react/jsx-runtime";
6492
6552
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6493
- var states30 = [
6553
+ var states32 = [
6494
6554
  States.disabled
6495
6555
  ];
6496
- var options28 = {
6556
+ var options30 = {
6497
6557
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6498
6558
  };
6499
- var defaultProps26 = {
6559
+ var defaultProps28 = {
6500
6560
  fillMode: FillMode.solid
6501
6561
  };
6502
6562
  var ButtonGroup = (props) => {
6503
6563
  const {
6504
- fillMode = defaultProps26.fillMode,
6564
+ fillMode = defaultProps28.fillMode,
6505
6565
  disabled,
6506
6566
  stretched,
6507
6567
  ...other
6508
6568
  } = props;
6509
- return /* @__PURE__ */ jsx70(
6569
+ return /* @__PURE__ */ jsx72(
6510
6570
  "div",
6511
6571
  {
6512
6572
  ...other,
@@ -6527,36 +6587,36 @@ var ButtonGroup = (props) => {
6527
6587
  }
6528
6588
  );
6529
6589
  };
6530
- ButtonGroup.states = states30;
6531
- ButtonGroup.options = options28;
6590
+ ButtonGroup.states = states32;
6591
+ ButtonGroup.options = options30;
6532
6592
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6533
- ButtonGroup.defaultProps = defaultProps26;
6593
+ ButtonGroup.defaultProps = defaultProps28;
6534
6594
 
6535
6595
  // src/button-group/templates/icon-button-group.tsx
6536
- import { jsx as jsx71, jsxs as jsxs30 } from "react/jsx-runtime";
6596
+ import { jsx as jsx73, jsxs as jsxs30 } from "react/jsx-runtime";
6537
6597
 
6538
6598
  // src/button-group/templates/icon-text-button-group.tsx
6539
- import { jsx as jsx72, jsxs as jsxs31 } from "react/jsx-runtime";
6599
+ import { jsx as jsx74, jsxs as jsxs31 } from "react/jsx-runtime";
6540
6600
 
6541
6601
  // src/button-group/templates/text-button-group.tsx
6542
- import { jsx as jsx73, jsxs as jsxs32 } from "react/jsx-runtime";
6602
+ import { jsx as jsx75, jsxs as jsxs32 } from "react/jsx-runtime";
6543
6603
 
6544
6604
  // src/button-group/templates/mixed-button-group.tsx
6545
- import { jsx as jsx74, jsxs as jsxs33 } from "react/jsx-runtime";
6605
+ import { jsx as jsx76, jsxs as jsxs33 } from "react/jsx-runtime";
6546
6606
 
6547
6607
  // src/time-selector/time-selector.spec.tsx
6548
- import { Fragment as Fragment19, jsx as jsx75, jsxs as jsxs34 } from "react/jsx-runtime";
6608
+ import { Fragment as Fragment19, jsx as jsx77, jsxs as jsxs34 } from "react/jsx-runtime";
6549
6609
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
6550
- var states31 = [];
6551
- var options29 = {
6610
+ var states33 = [];
6611
+ var options31 = {
6552
6612
  size: [Size.small, Size.medium, Size.large]
6553
6613
  };
6554
- var defaultProps27 = {
6614
+ var defaultProps29 = {
6555
6615
  size: Size.medium
6556
6616
  };
6557
6617
  var TimeSelector = (props) => {
6558
6618
  const {
6559
- size = defaultProps27.size,
6619
+ size = defaultProps29.size,
6560
6620
  header,
6561
6621
  fastSelection,
6562
6622
  columns,
@@ -6572,7 +6632,7 @@ var TimeSelector = (props) => {
6572
6632
  if (index === 0 || columnType === "tt") {
6573
6633
  separator = false;
6574
6634
  }
6575
- return /* @__PURE__ */ jsx75(Fragment19, { children: /* @__PURE__ */ jsx75(TimeSelectorColumn, { type: columnType, focus, separator }) });
6635
+ return /* @__PURE__ */ jsx77(Fragment19, { children: /* @__PURE__ */ jsx77(TimeSelectorColumn, { type: columnType, focus, separator }) });
6576
6636
  });
6577
6637
  return /* @__PURE__ */ jsxs34(
6578
6638
  "div",
@@ -6586,24 +6646,24 @@ var TimeSelector = (props) => {
6586
6646
  })
6587
6647
  ),
6588
6648
  children: [
6589
- /* @__PURE__ */ jsx75(Fragment19, { children: header }),
6590
- /* @__PURE__ */ jsx75(Fragment19, { children: fastSelection }),
6649
+ /* @__PURE__ */ jsx77(Fragment19, { children: header }),
6650
+ /* @__PURE__ */ jsx77(Fragment19, { children: fastSelection }),
6591
6651
  /* @__PURE__ */ jsxs34("div", { className: "k-time-list-container", children: [
6592
- /* @__PURE__ */ jsx75("span", { className: "k-time-highlight" }),
6652
+ /* @__PURE__ */ jsx77("span", { className: "k-time-highlight" }),
6593
6653
  columnsDom
6594
6654
  ] })
6595
6655
  ]
6596
6656
  }
6597
6657
  );
6598
6658
  };
6599
- TimeSelector.states = states31;
6600
- TimeSelector.options = options29;
6659
+ TimeSelector.states = states33;
6660
+ TimeSelector.options = options31;
6601
6661
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
6602
- TimeSelector.defaultProps = defaultProps27;
6662
+ TimeSelector.defaultProps = defaultProps29;
6603
6663
 
6604
6664
  // src/time-selector/time-selector-column.tsx
6605
- import { Fragment as Fragment20, jsx as jsx76, jsxs as jsxs35 } from "react/jsx-runtime";
6606
- var states32 = [
6665
+ import { Fragment as Fragment20, jsx as jsx78, jsxs as jsxs35 } from "react/jsx-runtime";
6666
+ var states34 = [
6607
6667
  States.focus
6608
6668
  ];
6609
6669
  var TimeSelectorColumn = (props) => {
@@ -6641,10 +6701,10 @@ var TimeSelectorColumn = (props) => {
6641
6701
  break;
6642
6702
  }
6643
6703
  const items = columnData.map(
6644
- (data) => /* @__PURE__ */ jsx76(Fragment20, { children: /* @__PURE__ */ jsx76("li", { className: "k-item", children: /* @__PURE__ */ jsx76("span", { children: data }) }) })
6704
+ (data) => /* @__PURE__ */ jsx78(Fragment20, { children: /* @__PURE__ */ jsx78("li", { className: "k-item", children: /* @__PURE__ */ jsx78("span", { children: data }) }) })
6645
6705
  );
6646
6706
  return /* @__PURE__ */ jsxs35(Fragment20, { children: [
6647
- separator && /* @__PURE__ */ jsx76("div", { className: "k-time-separator", children: ":" }),
6707
+ separator && /* @__PURE__ */ jsx78("div", { className: "k-time-separator", children: ":" }),
6648
6708
  /* @__PURE__ */ jsxs35(
6649
6709
  "div",
6650
6710
  {
@@ -6657,10 +6717,10 @@ var TimeSelectorColumn = (props) => {
6657
6717
  })
6658
6718
  ),
6659
6719
  children: [
6660
- /* @__PURE__ */ jsx76("span", { className: "k-title", children: text }),
6661
- /* @__PURE__ */ jsx76("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs35("div", { className: "k-content k-scrollable k-time-container", children: [
6662
- /* @__PURE__ */ jsx76("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
6663
- /* @__PURE__ */ jsx76("div", { className: "k-scrollable-placeholder" })
6720
+ /* @__PURE__ */ jsx78("span", { className: "k-title", children: text }),
6721
+ /* @__PURE__ */ jsx78("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs35("div", { className: "k-content k-scrollable k-time-container", children: [
6722
+ /* @__PURE__ */ jsx78("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
6723
+ /* @__PURE__ */ jsx78("div", { className: "k-scrollable-placeholder" })
6664
6724
  ] }) })
6665
6725
  ]
6666
6726
  }
@@ -6669,7 +6729,7 @@ var TimeSelectorColumn = (props) => {
6669
6729
  };
6670
6730
 
6671
6731
  // src/time-selector/time-selector-header.tsx
6672
- import { jsx as jsx77, jsxs as jsxs36 } from "react/jsx-runtime";
6732
+ import { jsx as jsx79, jsxs as jsxs36 } from "react/jsx-runtime";
6673
6733
  var className17 = `k-time-header`;
6674
6734
  var TimeSelectorHeader = (props) => {
6675
6735
  const {
@@ -6685,7 +6745,7 @@ var TimeSelectorHeader = (props) => {
6685
6745
  className17
6686
6746
  ),
6687
6747
  children: [
6688
- title != null && /* @__PURE__ */ jsx77("span", { className: "k-title", children: title }),
6748
+ title != null && /* @__PURE__ */ jsx79("span", { className: "k-title", children: title }),
6689
6749
  props.children
6690
6750
  ]
6691
6751
  }
@@ -6693,34 +6753,34 @@ var TimeSelectorHeader = (props) => {
6693
6753
  };
6694
6754
 
6695
6755
  // src/time-selector/time-selector-fast-selection.tsx
6696
- import { jsx as jsx78, jsxs as jsxs37 } from "react/jsx-runtime";
6756
+ import { jsx as jsx80, jsxs as jsxs37 } from "react/jsx-runtime";
6697
6757
 
6698
6758
  // src/time-selector/templates/time-selector-all.tsx
6699
- import { jsx as jsx79, jsxs as jsxs38 } from "react/jsx-runtime";
6759
+ import { jsx as jsx81, jsxs as jsxs38 } from "react/jsx-runtime";
6700
6760
 
6701
6761
  // src/time-selector/templates/time-selector-hour.tsx
6702
- import { jsx as jsx80, jsxs as jsxs39 } from "react/jsx-runtime";
6762
+ import { jsx as jsx82, jsxs as jsxs39 } from "react/jsx-runtime";
6703
6763
 
6704
6764
  // src/time-selector/templates/time-selector-minute.tsx
6705
- import { jsx as jsx81, jsxs as jsxs40 } from "react/jsx-runtime";
6765
+ import { jsx as jsx83, jsxs as jsxs40 } from "react/jsx-runtime";
6706
6766
 
6707
6767
  // src/datetime-selector/datetime-selector.spec.tsx
6708
- import { Fragment as Fragment21, jsx as jsx82, jsxs as jsxs41 } from "react/jsx-runtime";
6768
+ import { Fragment as Fragment21, jsx as jsx84, jsxs as jsxs41 } from "react/jsx-runtime";
6709
6769
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
6710
- var states33 = [];
6711
- var options30 = {
6770
+ var states35 = [];
6771
+ var options32 = {
6712
6772
  size: [Size.small, Size.medium, Size.large]
6713
6773
  };
6714
- var defaultProps28 = {
6774
+ var defaultProps30 = {
6715
6775
  tab: "date",
6716
6776
  size: Size.medium,
6717
6777
  actionButtons: true
6718
6778
  };
6719
6779
  var DateTimeSelector = (props) => {
6720
6780
  const {
6721
- size = defaultProps28.size,
6722
- tab = defaultProps28.tab,
6723
- actionButtons = defaultProps28.actionButtons,
6781
+ size = defaultProps30.size,
6782
+ tab = defaultProps30.tab,
6783
+ actionButtons = defaultProps30.actionButtons,
6724
6784
  dir,
6725
6785
  ...other
6726
6786
  } = props;
@@ -6740,34 +6800,34 @@ var DateTimeSelector = (props) => {
6740
6800
  })
6741
6801
  ),
6742
6802
  children: [
6743
- /* @__PURE__ */ jsx82("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs41(ButtonGroup, { stretched: true, children: [
6744
- /* @__PURE__ */ jsx82(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
6745
- /* @__PURE__ */ jsx82(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
6803
+ /* @__PURE__ */ jsx84("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs41(ButtonGroup, { stretched: true, children: [
6804
+ /* @__PURE__ */ jsx84(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
6805
+ /* @__PURE__ */ jsx84(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
6746
6806
  ] }) }),
6747
- /* @__PURE__ */ jsx82("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs41(Fragment21, { children: [
6748
- /* @__PURE__ */ jsx82("div", { className: "k-datetime-calendar-wrap" }),
6749
- /* @__PURE__ */ jsx82("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx82(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx82(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx82(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
6807
+ /* @__PURE__ */ jsx84("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs41(Fragment21, { children: [
6808
+ /* @__PURE__ */ jsx84("div", { className: "k-datetime-calendar-wrap" }),
6809
+ /* @__PURE__ */ jsx84("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx84(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx84(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx84(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
6750
6810
  ] }) : /* @__PURE__ */ jsxs41(Fragment21, { children: [
6751
- /* @__PURE__ */ jsx82("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx82(Calendar, { size, showOtherMonth: true, dir }) }),
6752
- /* @__PURE__ */ jsx82("div", { className: "k-datetime-time-wrap" })
6811
+ /* @__PURE__ */ jsx84("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx84(Calendar, { size, showOtherMonth: true, dir }) }),
6812
+ /* @__PURE__ */ jsx84("div", { className: "k-datetime-time-wrap" })
6753
6813
  ] }) }),
6754
6814
  actionButtons && /* @__PURE__ */ jsxs41(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
6755
- /* @__PURE__ */ jsx82(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
6756
- /* @__PURE__ */ jsx82(Button, { size, className: "k-time-cancel", children: "Cancel" })
6815
+ /* @__PURE__ */ jsx84(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
6816
+ /* @__PURE__ */ jsx84(Button, { size, className: "k-time-cancel", children: "Cancel" })
6757
6817
  ] })
6758
6818
  ]
6759
6819
  }
6760
6820
  );
6761
6821
  };
6762
- DateTimeSelector.states = states33;
6763
- DateTimeSelector.options = options30;
6822
+ DateTimeSelector.states = states35;
6823
+ DateTimeSelector.options = options32;
6764
6824
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
6765
- DateTimeSelector.defaultProps = defaultProps28;
6825
+ DateTimeSelector.defaultProps = defaultProps30;
6766
6826
 
6767
6827
  // src/datetimepicker/datetimepicker.spec.tsx
6768
- import { Fragment as Fragment22, jsx as jsx83, jsxs as jsxs42 } from "react/jsx-runtime";
6828
+ import { Fragment as Fragment22, jsx as jsx85, jsxs as jsxs42 } from "react/jsx-runtime";
6769
6829
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
6770
- var states34 = [
6830
+ var states36 = [
6771
6831
  States.hover,
6772
6832
  States.focus,
6773
6833
  States.valid,
@@ -6777,12 +6837,12 @@ var states34 = [
6777
6837
  States.loading,
6778
6838
  States.readonly
6779
6839
  ];
6780
- var options31 = {
6840
+ var options33 = {
6781
6841
  size: [Size.small, Size.medium, Size.large],
6782
6842
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6783
6843
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6784
6844
  };
6785
- var defaultProps29 = {
6845
+ var defaultProps31 = {
6786
6846
  tab: "date",
6787
6847
  size: Input.defaultProps.size,
6788
6848
  rounded: Input.defaultProps.rounded,
@@ -6806,7 +6866,7 @@ var DateTimePicker = (props) => {
6806
6866
  disabled,
6807
6867
  readonly,
6808
6868
  opened,
6809
- tab = defaultProps29.tab,
6869
+ tab = defaultProps31.tab,
6810
6870
  dir,
6811
6871
  adaptive,
6812
6872
  adaptiveSettings,
@@ -6831,9 +6891,9 @@ var DateTimePicker = (props) => {
6831
6891
  readonly,
6832
6892
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
6833
6893
  children: [
6834
- /* @__PURE__ */ jsx83(InputPrefix, { children: prefix }),
6835
- /* @__PURE__ */ jsx83(InputInnerInput, { placeholder, value }),
6836
- /* @__PURE__ */ jsx83(
6894
+ /* @__PURE__ */ jsx85(InputPrefix, { children: prefix }),
6895
+ /* @__PURE__ */ jsx85(InputInnerInput, { placeholder, value }),
6896
+ /* @__PURE__ */ jsx85(
6837
6897
  InputValidationIcon,
6838
6898
  {
6839
6899
  valid,
@@ -6842,14 +6902,14 @@ var DateTimePicker = (props) => {
6842
6902
  disabled
6843
6903
  }
6844
6904
  ),
6845
- /* @__PURE__ */ jsx83(
6905
+ /* @__PURE__ */ jsx85(
6846
6906
  InputLoadingIcon,
6847
6907
  {
6848
6908
  loading,
6849
6909
  disabled
6850
6910
  }
6851
6911
  ),
6852
- /* @__PURE__ */ jsx83(
6912
+ /* @__PURE__ */ jsx85(
6853
6913
  InputClearValue,
6854
6914
  {
6855
6915
  loading,
@@ -6858,8 +6918,8 @@ var DateTimePicker = (props) => {
6858
6918
  value
6859
6919
  }
6860
6920
  ),
6861
- /* @__PURE__ */ jsx83(InputSuffix, { children: suffix }),
6862
- /* @__PURE__ */ jsx83(
6921
+ /* @__PURE__ */ jsx85(InputSuffix, { children: suffix }),
6922
+ /* @__PURE__ */ jsx85(
6863
6923
  Button,
6864
6924
  {
6865
6925
  className: "k-input-button",
@@ -6872,9 +6932,9 @@ var DateTimePicker = (props) => {
6872
6932
  ]
6873
6933
  }
6874
6934
  ),
6875
- opened && /* @__PURE__ */ jsx83(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx83(DateTimeSelector, { tab, dir }) }),
6935
+ opened && /* @__PURE__ */ jsx85(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx85(DateTimeSelector, { tab, dir }) }),
6876
6936
  adaptive && /* @__PURE__ */ jsxs42(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6877
- /* @__PURE__ */ jsx83(
6937
+ /* @__PURE__ */ jsx85(
6878
6938
  ActionSheetHeader,
6879
6939
  {
6880
6940
  actions: ["x"],
@@ -6882,29 +6942,29 @@ var DateTimePicker = (props) => {
6882
6942
  subTitle: "DD / MM / YY"
6883
6943
  }
6884
6944
  ),
6885
- /* @__PURE__ */ jsx83(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6886
- /* @__PURE__ */ jsx83(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6945
+ /* @__PURE__ */ jsx85(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6946
+ /* @__PURE__ */ jsx85(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6887
6947
  ] })
6888
6948
  ] });
6889
6949
  };
6890
- DateTimePicker.states = states34;
6891
- DateTimePicker.options = options31;
6950
+ DateTimePicker.states = states36;
6951
+ DateTimePicker.options = options33;
6892
6952
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
6893
- DateTimePicker.defaultProps = defaultProps29;
6953
+ DateTimePicker.defaultProps = defaultProps31;
6894
6954
 
6895
6955
  // src/datetimepicker/templates/datetimepicker-normal.tsx
6896
- import { jsx as jsx84 } from "react/jsx-runtime";
6956
+ import { jsx as jsx86 } from "react/jsx-runtime";
6897
6957
 
6898
6958
  // src/datetimepicker/templates/datetimepicker-popup.tsx
6899
- import { jsx as jsx85 } from "react/jsx-runtime";
6959
+ import { jsx as jsx87 } from "react/jsx-runtime";
6900
6960
 
6901
6961
  // src/datetimepicker/templates/datetimepicker-adaptive.tsx
6902
- import { jsx as jsx86 } from "react/jsx-runtime";
6962
+ import { jsx as jsx88 } from "react/jsx-runtime";
6903
6963
 
6904
6964
  // src/dropdownlist/dropdownlist.spec.tsx
6905
- import { Fragment as Fragment23, jsx as jsx87, jsxs as jsxs43 } from "react/jsx-runtime";
6965
+ import { Fragment as Fragment23, jsx as jsx89, jsxs as jsxs43 } from "react/jsx-runtime";
6906
6966
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6907
- var states35 = [
6967
+ var states37 = [
6908
6968
  States.hover,
6909
6969
  States.focus,
6910
6970
  States.valid,
@@ -6914,12 +6974,12 @@ var states35 = [
6914
6974
  States.loading,
6915
6975
  States.readonly
6916
6976
  ];
6917
- var options32 = {
6977
+ var options34 = {
6918
6978
  size: [Size.small, Size.medium, Size.large],
6919
6979
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6920
6980
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6921
6981
  };
6922
- var defaultProps30 = {
6982
+ var defaultProps32 = {
6923
6983
  showValue: true,
6924
6984
  arrowIconName: "caret-alt-down",
6925
6985
  size: Size.medium,
@@ -6929,7 +6989,7 @@ var defaultProps30 = {
6929
6989
  var DropdownList = (props) => {
6930
6990
  const {
6931
6991
  valueIconName,
6932
- arrowIconName = defaultProps30.arrowIconName,
6992
+ arrowIconName = defaultProps32.arrowIconName,
6933
6993
  prefix,
6934
6994
  suffix,
6935
6995
  value,
@@ -6945,7 +7005,7 @@ var DropdownList = (props) => {
6945
7005
  loading,
6946
7006
  disabled,
6947
7007
  readonly,
6948
- showValue = defaultProps30.showValue,
7008
+ showValue = defaultProps32.showValue,
6949
7009
  popup,
6950
7010
  opened,
6951
7011
  ...other
@@ -6974,8 +7034,8 @@ var DropdownList = (props) => {
6974
7034
  }
6975
7035
  ),
6976
7036
  children: [
6977
- /* @__PURE__ */ jsx87(InputPrefix, { children: prefix }),
6978
- /* @__PURE__ */ jsx87(
7037
+ /* @__PURE__ */ jsx89(InputPrefix, { children: prefix }),
7038
+ /* @__PURE__ */ jsx89(
6979
7039
  InputInnerSpan,
6980
7040
  {
6981
7041
  placeholder,
@@ -6984,7 +7044,7 @@ var DropdownList = (props) => {
6984
7044
  valueIconName
6985
7045
  }
6986
7046
  ),
6987
- /* @__PURE__ */ jsx87(
7047
+ /* @__PURE__ */ jsx89(
6988
7048
  InputValidationIcon,
6989
7049
  {
6990
7050
  valid,
@@ -6993,15 +7053,15 @@ var DropdownList = (props) => {
6993
7053
  disabled
6994
7054
  }
6995
7055
  ),
6996
- /* @__PURE__ */ jsx87(
7056
+ /* @__PURE__ */ jsx89(
6997
7057
  InputLoadingIcon,
6998
7058
  {
6999
7059
  loading,
7000
7060
  disabled
7001
7061
  }
7002
7062
  ),
7003
- /* @__PURE__ */ jsx87(InputSuffix, { children: suffix }),
7004
- /* @__PURE__ */ jsx87(
7063
+ /* @__PURE__ */ jsx89(InputSuffix, { children: suffix }),
7064
+ /* @__PURE__ */ jsx89(
7005
7065
  Button,
7006
7066
  {
7007
7067
  className: "k-input-button",
@@ -7014,45 +7074,45 @@ var DropdownList = (props) => {
7014
7074
  ]
7015
7075
  }
7016
7076
  ),
7017
- opened && popup && /* @__PURE__ */ jsx87(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7077
+ opened && popup && /* @__PURE__ */ jsx89(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7018
7078
  ] });
7019
7079
  };
7020
- DropdownList.states = states35;
7021
- DropdownList.options = options32;
7080
+ DropdownList.states = states37;
7081
+ DropdownList.options = options34;
7022
7082
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
7023
- DropdownList.defaultProps = defaultProps30;
7083
+ DropdownList.defaultProps = defaultProps32;
7024
7084
 
7025
7085
  // src/dropdownlist/templates/dropdownlist-normal.tsx
7026
- import { jsx as jsx88 } from "react/jsx-runtime";
7086
+ import { jsx as jsx90 } from "react/jsx-runtime";
7027
7087
 
7028
7088
  // src/dropdownlist/templates/dropdownlist-popup.tsx
7029
- import { jsx as jsx89, jsxs as jsxs44 } from "react/jsx-runtime";
7089
+ import { jsx as jsx91, jsxs as jsxs44 } from "react/jsx-runtime";
7030
7090
 
7031
7091
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
7032
- import { Fragment as Fragment24, jsx as jsx90, jsxs as jsxs45 } from "react/jsx-runtime";
7092
+ import { Fragment as Fragment24, jsx as jsx92, jsxs as jsxs45 } from "react/jsx-runtime";
7033
7093
 
7034
7094
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
7035
- import { jsx as jsx91, jsxs as jsxs46 } from "react/jsx-runtime";
7095
+ import { jsx as jsx93, jsxs as jsxs46 } from "react/jsx-runtime";
7036
7096
 
7037
7097
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
7038
- import { Fragment as Fragment25, jsx as jsx92, jsxs as jsxs47 } from "react/jsx-runtime";
7098
+ import { Fragment as Fragment25, jsx as jsx94, jsxs as jsxs47 } from "react/jsx-runtime";
7039
7099
 
7040
7100
  // src/spinbutton/spinbutton.spec.tsx
7041
- import { jsx as jsx93, jsxs as jsxs48 } from "react/jsx-runtime";
7101
+ import { jsx as jsx95, jsxs as jsxs48 } from "react/jsx-runtime";
7042
7102
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
7043
- var states36 = [];
7044
- var options33 = {
7103
+ var states38 = [];
7104
+ var options35 = {
7045
7105
  size: [Size.small, Size.medium, Size.large],
7046
7106
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
7047
7107
  };
7048
- var defaultProps31 = {
7108
+ var defaultProps33 = {
7049
7109
  size: Size.medium,
7050
7110
  fillMode: FillMode.solid
7051
7111
  };
7052
7112
  var SpinButton = (props) => {
7053
7113
  const {
7054
- size = defaultProps31.size,
7055
- fillMode = defaultProps31.fillMode,
7114
+ size = defaultProps33.size,
7115
+ fillMode = defaultProps33.fillMode,
7056
7116
  ...other
7057
7117
  } = props;
7058
7118
  return /* @__PURE__ */ jsxs48(
@@ -7064,7 +7124,7 @@ var SpinButton = (props) => {
7064
7124
  props.className
7065
7125
  ),
7066
7126
  children: [
7067
- /* @__PURE__ */ jsx93(
7127
+ /* @__PURE__ */ jsx95(
7068
7128
  Button,
7069
7129
  {
7070
7130
  className: "k-spinner-increase",
@@ -7074,7 +7134,7 @@ var SpinButton = (props) => {
7074
7134
  fillMode
7075
7135
  }
7076
7136
  ),
7077
- /* @__PURE__ */ jsx93(
7137
+ /* @__PURE__ */ jsx95(
7078
7138
  Button,
7079
7139
  {
7080
7140
  className: "k-spinner-decrease",
@@ -7088,15 +7148,15 @@ var SpinButton = (props) => {
7088
7148
  }
7089
7149
  );
7090
7150
  };
7091
- SpinButton.states = states36;
7092
- SpinButton.options = options33;
7151
+ SpinButton.states = states38;
7152
+ SpinButton.options = options35;
7093
7153
  SpinButton.className = SPINBUTTON_CLASSNAME;
7094
- SpinButton.defaultProps = defaultProps31;
7154
+ SpinButton.defaultProps = defaultProps33;
7095
7155
 
7096
7156
  // src/numerictextbox/numerictextbox.spec.tsx
7097
- import { jsx as jsx94, jsxs as jsxs49 } from "react/jsx-runtime";
7157
+ import { jsx as jsx96, jsxs as jsxs49 } from "react/jsx-runtime";
7098
7158
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
7099
- var states37 = [
7159
+ var states39 = [
7100
7160
  States.hover,
7101
7161
  States.focus,
7102
7162
  States.valid,
@@ -7106,12 +7166,12 @@ var states37 = [
7106
7166
  States.disabled,
7107
7167
  States.readonly
7108
7168
  ];
7109
- var options34 = {
7169
+ var options36 = {
7110
7170
  size: [Size.small, Size.medium, Size.large],
7111
7171
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7112
7172
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7113
7173
  };
7114
- var defaultProps32 = {
7174
+ var defaultProps34 = {
7115
7175
  showSpinButton: true,
7116
7176
  showClearButton: true,
7117
7177
  size: Input.defaultProps.size,
@@ -7133,8 +7193,8 @@ var NumericTextbox = (props) => {
7133
7193
  loading,
7134
7194
  disabled,
7135
7195
  readonly,
7136
- showClearButton = defaultProps32.showClearButton,
7137
- showSpinButton = defaultProps32.showSpinButton,
7196
+ showClearButton = defaultProps34.showClearButton,
7197
+ showSpinButton = defaultProps34.showSpinButton,
7138
7198
  ...other
7139
7199
  } = props;
7140
7200
  return /* @__PURE__ */ jsxs49(
@@ -7154,8 +7214,8 @@ var NumericTextbox = (props) => {
7154
7214
  readonly,
7155
7215
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
7156
7216
  children: [
7157
- /* @__PURE__ */ jsx94(InputInnerInput, { placeholder, value }),
7158
- /* @__PURE__ */ jsx94(
7217
+ /* @__PURE__ */ jsx96(InputInnerInput, { placeholder, value }),
7218
+ /* @__PURE__ */ jsx96(
7159
7219
  InputValidationIcon,
7160
7220
  {
7161
7221
  valid,
@@ -7164,14 +7224,14 @@ var NumericTextbox = (props) => {
7164
7224
  disabled
7165
7225
  }
7166
7226
  ),
7167
- /* @__PURE__ */ jsx94(
7227
+ /* @__PURE__ */ jsx96(
7168
7228
  InputLoadingIcon,
7169
7229
  {
7170
7230
  loading,
7171
7231
  disabled
7172
7232
  }
7173
7233
  ),
7174
- showClearButton && /* @__PURE__ */ jsx94(
7234
+ showClearButton && /* @__PURE__ */ jsx96(
7175
7235
  InputClearValue,
7176
7236
  {
7177
7237
  loading,
@@ -7180,7 +7240,7 @@ var NumericTextbox = (props) => {
7180
7240
  value
7181
7241
  }
7182
7242
  ),
7183
- showSpinButton && /* @__PURE__ */ jsx94(
7243
+ showSpinButton && /* @__PURE__ */ jsx96(
7184
7244
  SpinButton,
7185
7245
  {
7186
7246
  className: "k-input-spinner",
@@ -7192,18 +7252,18 @@ var NumericTextbox = (props) => {
7192
7252
  }
7193
7253
  );
7194
7254
  };
7195
- NumericTextbox.states = states37;
7196
- NumericTextbox.options = options34;
7255
+ NumericTextbox.states = states39;
7256
+ NumericTextbox.options = options36;
7197
7257
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
7198
- NumericTextbox.defaultProps = defaultProps32;
7258
+ NumericTextbox.defaultProps = defaultProps34;
7199
7259
 
7200
7260
  // src/numerictextbox/templates/numerictextbox-normal.tsx
7201
- import { jsx as jsx95 } from "react/jsx-runtime";
7261
+ import { jsx as jsx97 } from "react/jsx-runtime";
7202
7262
 
7203
7263
  // src/textbox/textbox.spec.tsx
7204
- import { jsx as jsx96, jsxs as jsxs50 } from "react/jsx-runtime";
7264
+ import { jsx as jsx98, jsxs as jsxs50 } from "react/jsx-runtime";
7205
7265
  var TEXTBOX_CLASSNAME = `k-textbox`;
7206
- var states38 = [
7266
+ var states40 = [
7207
7267
  States.hover,
7208
7268
  States.focus,
7209
7269
  States.valid,
@@ -7213,12 +7273,12 @@ var states38 = [
7213
7273
  States.loading,
7214
7274
  States.readonly
7215
7275
  ];
7216
- var options35 = {
7276
+ var options37 = {
7217
7277
  size: [Size.small, Size.medium, Size.large],
7218
7278
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7219
7279
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7220
7280
  };
7221
- var defaultProps33 = {
7281
+ var defaultProps35 = {
7222
7282
  showClearButton: true,
7223
7283
  size: Input.defaultProps.size,
7224
7284
  rounded: Input.defaultProps.rounded,
@@ -7241,7 +7301,7 @@ var Textbox = (props) => {
7241
7301
  loading,
7242
7302
  disabled,
7243
7303
  readonly,
7244
- showClearButton = defaultProps33.showClearButton,
7304
+ showClearButton = defaultProps35.showClearButton,
7245
7305
  ...other
7246
7306
  } = props;
7247
7307
  return /* @__PURE__ */ jsxs50(
@@ -7261,9 +7321,9 @@ var Textbox = (props) => {
7261
7321
  readonly,
7262
7322
  className: classNames(props.className, TEXTBOX_CLASSNAME),
7263
7323
  children: [
7264
- /* @__PURE__ */ jsx96(InputPrefix, { children: prefix }),
7265
- /* @__PURE__ */ jsx96(InputInnerInput, { placeholder, value }),
7266
- /* @__PURE__ */ jsx96(
7324
+ /* @__PURE__ */ jsx98(InputPrefix, { children: prefix }),
7325
+ /* @__PURE__ */ jsx98(InputInnerInput, { placeholder, value }),
7326
+ /* @__PURE__ */ jsx98(
7267
7327
  InputValidationIcon,
7268
7328
  {
7269
7329
  valid,
@@ -7272,14 +7332,14 @@ var Textbox = (props) => {
7272
7332
  disabled
7273
7333
  }
7274
7334
  ),
7275
- /* @__PURE__ */ jsx96(
7335
+ /* @__PURE__ */ jsx98(
7276
7336
  InputLoadingIcon,
7277
7337
  {
7278
7338
  loading,
7279
7339
  disabled
7280
7340
  }
7281
7341
  ),
7282
- showClearButton && /* @__PURE__ */ jsx96(
7342
+ showClearButton && /* @__PURE__ */ jsx98(
7283
7343
  InputClearValue,
7284
7344
  {
7285
7345
  loading,
@@ -7288,29 +7348,29 @@ var Textbox = (props) => {
7288
7348
  value
7289
7349
  }
7290
7350
  ),
7291
- /* @__PURE__ */ jsx96(InputSuffix, { children: suffix })
7351
+ /* @__PURE__ */ jsx98(InputSuffix, { children: suffix })
7292
7352
  ]
7293
7353
  }
7294
7354
  );
7295
7355
  };
7296
- Textbox.states = states38;
7297
- Textbox.options = options35;
7356
+ Textbox.states = states40;
7357
+ Textbox.options = options37;
7298
7358
  Textbox.className = TEXTBOX_CLASSNAME;
7299
- Textbox.defaultProps = defaultProps33;
7359
+ Textbox.defaultProps = defaultProps35;
7300
7360
 
7301
7361
  // src/textbox/templates/textbox-normal.tsx
7302
- import { jsx as jsx97 } from "react/jsx-runtime";
7362
+ import { jsx as jsx99 } from "react/jsx-runtime";
7303
7363
 
7304
7364
  // src/textbox/templates/textbox-prefix.tsx
7305
- import { jsx as jsx98, jsxs as jsxs51 } from "react/jsx-runtime";
7365
+ import { jsx as jsx100, jsxs as jsxs51 } from "react/jsx-runtime";
7306
7366
 
7307
7367
  // src/textbox/templates/textbox-suffix.tsx
7308
- import { jsx as jsx99, jsxs as jsxs52 } from "react/jsx-runtime";
7368
+ import { jsx as jsx101, jsxs as jsxs52 } from "react/jsx-runtime";
7309
7369
 
7310
7370
  // src/timepicker/timepicker.spec.tsx
7311
- import { Fragment as Fragment26, jsx as jsx100, jsxs as jsxs53 } from "react/jsx-runtime";
7371
+ import { Fragment as Fragment26, jsx as jsx102, jsxs as jsxs53 } from "react/jsx-runtime";
7312
7372
  var TIMEPICKER_CLASSNAME = `k-timepicker`;
7313
- var states39 = [
7373
+ var states41 = [
7314
7374
  States.hover,
7315
7375
  States.focus,
7316
7376
  States.valid,
@@ -7320,12 +7380,12 @@ var states39 = [
7320
7380
  States.loading,
7321
7381
  States.readonly
7322
7382
  ];
7323
- var options36 = {
7383
+ var options38 = {
7324
7384
  size: [Size.small, Size.medium, Size.large],
7325
7385
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7326
7386
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7327
7387
  };
7328
- var defaultProps34 = {
7388
+ var defaultProps36 = {
7329
7389
  size: Input.defaultProps.size,
7330
7390
  rounded: Input.defaultProps.rounded,
7331
7391
  fillMode: Input.defaultProps.fillMode
@@ -7370,9 +7430,9 @@ var TimePicker = (props) => {
7370
7430
  readonly,
7371
7431
  className: classNames(props.className, TIMEPICKER_CLASSNAME),
7372
7432
  children: [
7373
- /* @__PURE__ */ jsx100(InputPrefix, { children: prefix }),
7374
- /* @__PURE__ */ jsx100(InputInnerInput, { placeholder, value }),
7375
- /* @__PURE__ */ jsx100(
7433
+ /* @__PURE__ */ jsx102(InputPrefix, { children: prefix }),
7434
+ /* @__PURE__ */ jsx102(InputInnerInput, { placeholder, value }),
7435
+ /* @__PURE__ */ jsx102(
7376
7436
  InputValidationIcon,
7377
7437
  {
7378
7438
  valid,
@@ -7381,14 +7441,14 @@ var TimePicker = (props) => {
7381
7441
  disabled
7382
7442
  }
7383
7443
  ),
7384
- /* @__PURE__ */ jsx100(
7444
+ /* @__PURE__ */ jsx102(
7385
7445
  InputLoadingIcon,
7386
7446
  {
7387
7447
  loading,
7388
7448
  disabled
7389
7449
  }
7390
7450
  ),
7391
- /* @__PURE__ */ jsx100(
7451
+ /* @__PURE__ */ jsx102(
7392
7452
  InputClearValue,
7393
7453
  {
7394
7454
  loading,
@@ -7397,8 +7457,8 @@ var TimePicker = (props) => {
7397
7457
  value
7398
7458
  }
7399
7459
  ),
7400
- /* @__PURE__ */ jsx100(InputSuffix, { children: suffix }),
7401
- /* @__PURE__ */ jsx100(
7460
+ /* @__PURE__ */ jsx102(InputSuffix, { children: suffix }),
7461
+ /* @__PURE__ */ jsx102(
7402
7462
  Button,
7403
7463
  {
7404
7464
  className: "k-input-button",
@@ -7412,14 +7472,14 @@ var TimePicker = (props) => {
7412
7472
  }
7413
7473
  ),
7414
7474
  opened && /* @__PURE__ */ jsxs53(Popup, { className: "k-list-container k-timepicker-popup", children: [
7415
- /* @__PURE__ */ jsx100(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx100(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx100(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7475
+ /* @__PURE__ */ jsx102(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx102(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx102(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7416
7476
  /* @__PURE__ */ jsxs53(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
7417
- /* @__PURE__ */ jsx100(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
7418
- /* @__PURE__ */ jsx100(Button, { className: "k-time-cancel", children: "Cancel" })
7477
+ /* @__PURE__ */ jsx102(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
7478
+ /* @__PURE__ */ jsx102(Button, { className: "k-time-cancel", children: "Cancel" })
7419
7479
  ] })
7420
7480
  ] }),
7421
7481
  adaptive && /* @__PURE__ */ jsxs53(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7422
- /* @__PURE__ */ jsx100(
7482
+ /* @__PURE__ */ jsx102(
7423
7483
  ActionSheetHeader,
7424
7484
  {
7425
7485
  actions: ["x"],
@@ -7427,101 +7487,101 @@ var TimePicker = (props) => {
7427
7487
  subTitle: "DD / MM / YY"
7428
7488
  }
7429
7489
  ),
7430
- /* @__PURE__ */ jsx100(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ jsx100(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ jsx100(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7431
- /* @__PURE__ */ jsx100(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
7490
+ /* @__PURE__ */ jsx102(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ jsx102(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ jsx102(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7491
+ /* @__PURE__ */ jsx102(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
7432
7492
  ] })
7433
7493
  ] });
7434
7494
  };
7435
- TimePicker.states = states39;
7436
- TimePicker.options = options36;
7495
+ TimePicker.states = states41;
7496
+ TimePicker.options = options38;
7437
7497
  TimePicker.className = TIMEPICKER_CLASSNAME;
7438
- TimePicker.defaultProps = defaultProps34;
7498
+ TimePicker.defaultProps = defaultProps36;
7439
7499
 
7440
7500
  // src/timepicker/templates/timepicker-normal.tsx
7441
- import { jsx as jsx101 } from "react/jsx-runtime";
7501
+ import { jsx as jsx103 } from "react/jsx-runtime";
7442
7502
 
7443
7503
  // src/timepicker/templates/timepicker-popup.tsx
7444
- import { jsx as jsx102 } from "react/jsx-runtime";
7504
+ import { jsx as jsx104 } from "react/jsx-runtime";
7445
7505
 
7446
7506
  // src/timepicker/templates/timepicker-adaptive.tsx
7447
- import { jsx as jsx103 } from "react/jsx-runtime";
7507
+ import { jsx as jsx105 } from "react/jsx-runtime";
7448
7508
 
7449
7509
  // src/grid/tests/grid-filter-row.tsx
7450
- import { Fragment as Fragment27, jsx as jsx104, jsxs as jsxs54 } from "react/jsx-runtime";
7451
- var grid_filter_row_default = () => /* @__PURE__ */ jsx104(Fragment27, { children: /* @__PURE__ */ jsxs54("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
7452
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7453
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7454
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7455
- /* @__PURE__ */ jsx104(ColorPicker, {}),
7456
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7457
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7510
+ import { Fragment as Fragment27, jsx as jsx106, jsxs as jsxs54 } from "react/jsx-runtime";
7511
+ var grid_filter_row_default = () => /* @__PURE__ */ jsx106(Fragment27, { children: /* @__PURE__ */ jsxs54("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
7512
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7513
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7514
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7515
+ /* @__PURE__ */ jsx106(ColorPicker, {}),
7516
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7517
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7458
7518
  ] }) }) }) }) })
7459
7519
  ] }) }) }) }) }),
7460
- /* @__PURE__ */ jsx104("div", {}),
7461
- /* @__PURE__ */ jsx104("div", {}),
7462
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7463
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7464
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7465
- /* @__PURE__ */ jsx104(Autocomplete, { placeholder: "Autocomplete..." }),
7466
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7467
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7520
+ /* @__PURE__ */ jsx106("div", {}),
7521
+ /* @__PURE__ */ jsx106("div", {}),
7522
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7523
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7524
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7525
+ /* @__PURE__ */ jsx106(Autocomplete, { placeholder: "Autocomplete..." }),
7526
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7527
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7468
7528
  ] }) }) }) }) })
7469
7529
  ] }) }) }) }) }),
7470
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7471
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7472
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7473
- /* @__PURE__ */ jsx104(Combobox, { placeholder: "Combobox..." }),
7474
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7475
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7530
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7531
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7532
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7533
+ /* @__PURE__ */ jsx106(Combobox, { placeholder: "Combobox..." }),
7534
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7535
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7476
7536
  ] }) }) }) }) })
7477
7537
  ] }) }) }) }) }),
7478
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7479
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7480
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7481
- /* @__PURE__ */ jsx104(DropdownList, { placeholder: "DropdownList..." }),
7482
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7483
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7538
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7539
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7540
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7541
+ /* @__PURE__ */ jsx106(DropdownList, { placeholder: "DropdownList..." }),
7542
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7543
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7484
7544
  ] }) }) }) }) })
7485
7545
  ] }) }) }) }) }),
7486
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7487
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7488
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7489
- /* @__PURE__ */ jsx104(NumericTextbox, { placeholder: "Numeric..." }),
7490
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7491
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7546
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7547
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7548
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7549
+ /* @__PURE__ */ jsx106(NumericTextbox, { placeholder: "Numeric..." }),
7550
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7551
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7492
7552
  ] }) }) }) }) })
7493
7553
  ] }) }) }) }) }),
7494
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7495
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7496
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7497
- /* @__PURE__ */ jsx104(Textbox, { placeholder: "Textbox..." }),
7498
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7499
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7554
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7555
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7556
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7557
+ /* @__PURE__ */ jsx106(Textbox, { placeholder: "Textbox..." }),
7558
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7559
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7500
7560
  ] }) }) }) }) })
7501
7561
  ] }) }) }) }) }),
7502
- /* @__PURE__ */ jsx104("div", {}),
7503
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7504
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7505
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7506
- /* @__PURE__ */ jsx104(DatePicker, { placeholder: "Datepicker..." }),
7507
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7508
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7562
+ /* @__PURE__ */ jsx106("div", {}),
7563
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7564
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7565
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7566
+ /* @__PURE__ */ jsx106(DatePicker, { placeholder: "Datepicker..." }),
7567
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7568
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7509
7569
  ] }) }) }) }) })
7510
7570
  ] }) }) }) }) }),
7511
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7512
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7513
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7514
- /* @__PURE__ */ jsx104(TimePicker, { placeholder: "TimePicker..." }),
7515
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7516
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7571
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7572
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7573
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7574
+ /* @__PURE__ */ jsx106(TimePicker, { placeholder: "TimePicker..." }),
7575
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7576
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7517
7577
  ] }) }) }) }) })
7518
7578
  ] }) }) }) }) }),
7519
- /* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7520
- /* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
7521
- /* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7522
- /* @__PURE__ */ jsx104(DateTimePicker, { placeholder: "DateTimePicker..." }),
7523
- /* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7524
- /* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
7579
+ /* @__PURE__ */ jsx106("div", { className: "section", children: /* @__PURE__ */ jsx106("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx106("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
7580
+ /* @__PURE__ */ jsx106("colgroup", { children: /* @__PURE__ */ jsx106("col", {}) }),
7581
+ /* @__PURE__ */ jsx106("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx106("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx106("th", { className: "k-table-th", children: /* @__PURE__ */ jsx106("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
7582
+ /* @__PURE__ */ jsx106(DateTimePicker, { placeholder: "DateTimePicker..." }),
7583
+ /* @__PURE__ */ jsx106(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7584
+ /* @__PURE__ */ jsx106(Button, { icon: "filter-clear", disabled: true })
7525
7585
  ] }) }) }) }) })
7526
7586
  ] }) }) }) }) })
7527
7587
  ] }) });