@progress/kendo-themes-html 6.7.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
@@ -5347,23 +5347,83 @@ Checkbox.options = options18;
5347
5347
  Checkbox.className = CHECKBOX_CLASSNAME;
5348
5348
  Checkbox.defaultProps = defaultProps16;
5349
5349
 
5350
- // src/checkbox/templates/checkbox-label.tsx
5350
+ // src/checkbox/checkbox-group.spec.tsx
5351
5351
  var import_jsx_runtime33 = require("react/jsx-runtime");
5352
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5353
+ var states21 = [];
5354
+ var options19 = {};
5355
+ var defaultProps17 = {
5356
+ layout: "vertical"
5357
+ };
5358
+ var CheckboxGroup = (props) => {
5359
+ const {
5360
+ layout = defaultProps17.layout,
5361
+ ...other
5362
+ } = props;
5363
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5364
+ "ul",
5365
+ {
5366
+ ...other,
5367
+ className: classNames(
5368
+ props.className,
5369
+ CHECKBOXGROUP_CLASSNAME,
5370
+ {
5371
+ [`k-list-${layout}`]: layout
5372
+ }
5373
+ ),
5374
+ children: props.children
5375
+ }
5376
+ );
5377
+ };
5378
+ CheckboxGroup.states = states21;
5379
+ CheckboxGroup.options = options19;
5380
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5381
+ CheckboxGroup.defaultProps = defaultProps17;
5352
5382
 
5353
- // src/checkbox/templates/checkbox-normal.tsx
5383
+ // src/checkbox/checkbox-item.spec.tsx
5354
5384
  var import_jsx_runtime34 = require("react/jsx-runtime");
5385
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5386
+ var states22 = [];
5387
+ var options20 = {};
5388
+ var defaultProps18 = {};
5389
+ var CheckboxItem = (props) => {
5390
+ const {
5391
+ ...other
5392
+ } = props;
5393
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5394
+ "li",
5395
+ {
5396
+ ...other,
5397
+ className: classNames(
5398
+ props.className,
5399
+ CHECKBOXITEM_CLASSNAME
5400
+ ),
5401
+ children: props.children
5402
+ }
5403
+ );
5404
+ };
5405
+ CheckboxItem.states = states22;
5406
+ CheckboxItem.options = options20;
5407
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5408
+ CheckboxItem.defaultProps = defaultProps18;
5355
5409
 
5356
- // src/list/list-item.spec.tsx
5410
+ // src/checkbox/templates/checkbox-with-label.tsx
5357
5411
  var import_jsx_runtime35 = require("react/jsx-runtime");
5412
+
5413
+ // src/checkbox/templates/checkbox-normal.tsx
5414
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5415
+
5416
+ // src/list/list-item.spec.tsx
5417
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5358
5418
  var LISTITEM_CLASSNAME = `k-list-item`;
5359
- var states21 = [
5419
+ var states23 = [
5360
5420
  States.hover,
5361
5421
  States.focus,
5362
5422
  States.selected,
5363
5423
  States.disabled
5364
5424
  ];
5365
- var options19 = {};
5366
- var defaultProps17 = {};
5425
+ var options21 = {};
5426
+ var defaultProps19 = {};
5367
5427
  var ListItem = (props) => {
5368
5428
  const {
5369
5429
  text,
@@ -5379,7 +5439,7 @@ var ListItem = (props) => {
5379
5439
  ...other
5380
5440
  } = props;
5381
5441
  const textOrChildren = text ? text : props.children;
5382
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5442
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5383
5443
  "li",
5384
5444
  {
5385
5445
  ...other,
@@ -5394,66 +5454,66 @@ var ListItem = (props) => {
5394
5454
  })
5395
5455
  ),
5396
5456
  children: [
5397
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Checkbox, { checked }),
5398
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { icon: iconName }),
5399
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5400
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5457
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Checkbox, { checked }),
5458
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { icon: iconName }),
5459
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5460
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5401
5461
  ]
5402
5462
  }
5403
5463
  );
5404
5464
  };
5405
- ListItem.states = states21;
5406
- ListItem.options = options19;
5465
+ ListItem.states = states23;
5466
+ ListItem.options = options21;
5407
5467
  ListItem.className = LISTITEM_CLASSNAME;
5408
- ListItem.defaultProps = defaultProps17;
5468
+ ListItem.defaultProps = defaultProps19;
5409
5469
 
5410
5470
  // src/list/list-content.tsx
5411
- var import_jsx_runtime36 = require("react/jsx-runtime");
5471
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5412
5472
  var className10 = `k-list-content`;
5413
5473
  var ListContent = (props) => {
5414
5474
  const {
5415
5475
  virtualization
5416
5476
  } = props;
5417
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: classNames(className10, props.className), children: [
5418
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5419
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", {}) })
5477
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: classNames(className10, props.className), children: [
5478
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5479
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", {}) })
5420
5480
  ] });
5421
5481
  };
5422
5482
 
5423
5483
  // src/list/list-header.tsx
5424
- var import_jsx_runtime37 = require("react/jsx-runtime");
5484
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5425
5485
  var className11 = `k-list-group-sticky-header`;
5426
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5486
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5427
5487
 
5428
5488
  // src/list/list-group.tsx
5429
- var import_jsx_runtime38 = require("react/jsx-runtime");
5489
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5430
5490
  var ListGroup = (props) => {
5431
5491
  const {
5432
5492
  virtualization,
5433
5493
  label
5434
5494
  } = props;
5435
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5436
- label && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListHeader, { children: label }),
5437
- props.children && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListContent, { virtualization, children: props.children })
5495
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5496
+ label && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListHeader, { children: label }),
5497
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListContent, { virtualization, children: props.children })
5438
5498
  ] });
5439
5499
  };
5440
5500
 
5441
5501
  // src/list/list-group-item.tsx
5442
- var import_jsx_runtime39 = require("react/jsx-runtime");
5502
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5443
5503
  var className12 = `k-list-group-item`;
5444
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5504
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5445
5505
 
5446
5506
  // src/list/list-option-label.tsx
5447
- var import_jsx_runtime40 = require("react/jsx-runtime");
5507
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5448
5508
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5449
- var states22 = [
5509
+ var states24 = [
5450
5510
  States.hover,
5451
5511
  States.focus,
5452
5512
  States.selected,
5453
5513
  States.disabled
5454
5514
  ];
5455
- var options20 = {};
5456
- var defaultProps18 = {};
5515
+ var options22 = {};
5516
+ var defaultProps20 = {};
5457
5517
  var ListOptionLabel = (props) => {
5458
5518
  const {
5459
5519
  text,
@@ -5463,7 +5523,7 @@ var ListOptionLabel = (props) => {
5463
5523
  disabled,
5464
5524
  ...other
5465
5525
  } = props;
5466
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5526
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5467
5527
  "div",
5468
5528
  {
5469
5529
  ...other,
@@ -5480,36 +5540,36 @@ var ListOptionLabel = (props) => {
5480
5540
  }
5481
5541
  );
5482
5542
  };
5483
- ListOptionLabel.states = states22;
5484
- ListOptionLabel.options = options20;
5543
+ ListOptionLabel.states = states24;
5544
+ ListOptionLabel.options = options22;
5485
5545
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5486
- ListOptionLabel.defaultProps = defaultProps18;
5546
+ ListOptionLabel.defaultProps = defaultProps20;
5487
5547
 
5488
5548
  // src/list/templates/list-normal.tsx
5489
- var import_jsx_runtime41 = require("react/jsx-runtime");
5549
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5490
5550
 
5491
5551
  // src/list/templates/list-virtualization.tsx
5492
- var import_jsx_runtime42 = require("react/jsx-runtime");
5552
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5493
5553
 
5494
5554
  // src/list/templates/list-grouping.tsx
5495
- var import_jsx_runtime43 = require("react/jsx-runtime");
5555
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5496
5556
 
5497
5557
  // src/list/templates/list-virualization-grouping.tsx
5498
- var import_jsx_runtime44 = require("react/jsx-runtime");
5558
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5499
5559
 
5500
5560
  // src/list/templates/list-virtualization-angular.tsx
5501
- var import_jsx_runtime45 = require("react/jsx-runtime");
5561
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5502
5562
 
5503
5563
  // src/list/templates/list-grouping-angular.tsx
5504
- var import_jsx_runtime46 = require("react/jsx-runtime");
5564
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5505
5565
 
5506
5566
  // src/list/templates/list-virualization-grouping-angular.tsx
5507
- var import_jsx_runtime47 = require("react/jsx-runtime");
5567
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5508
5568
 
5509
5569
  // src/autocomplete/autocomplete.spec.tsx
5510
- var import_jsx_runtime48 = require("react/jsx-runtime");
5570
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5511
5571
  var AUTOCOMPLETE_CLASSNAME = `k-autocomplete`;
5512
- var states23 = [
5572
+ var states25 = [
5513
5573
  States.hover,
5514
5574
  States.focus,
5515
5575
  States.valid,
@@ -5519,12 +5579,12 @@ var states23 = [
5519
5579
  States.loading,
5520
5580
  States.readonly
5521
5581
  ];
5522
- var options21 = {
5582
+ var options23 = {
5523
5583
  size: [Size.small, Size.medium, Size.large],
5524
5584
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5525
5585
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5526
5586
  };
5527
- var defaultProps19 = {
5587
+ var defaultProps21 = {
5528
5588
  size: Input.defaultProps.size,
5529
5589
  rounded: Input.defaultProps.rounded,
5530
5590
  fillMode: Input.defaultProps.fillMode
@@ -5552,8 +5612,8 @@ var Autocomplete = (props) => {
5552
5612
  adaptiveSettings,
5553
5613
  ...other
5554
5614
  } = props;
5555
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5556
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5615
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_jsx_runtime50.Fragment, { children: [
5616
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5557
5617
  Input,
5558
5618
  {
5559
5619
  ...other,
@@ -5570,9 +5630,9 @@ var Autocomplete = (props) => {
5570
5630
  readonly,
5571
5631
  className: classNames(props.className, AUTOCOMPLETE_CLASSNAME),
5572
5632
  children: [
5573
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputPrefix, { children: prefix }),
5574
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputInnerInput, { placeholder, value }),
5575
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5633
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputPrefix, { children: prefix }),
5634
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputInnerInput, { placeholder, value }),
5635
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5576
5636
  InputValidationIcon,
5577
5637
  {
5578
5638
  valid,
@@ -5581,14 +5641,14 @@ var Autocomplete = (props) => {
5581
5641
  disabled
5582
5642
  }
5583
5643
  ),
5584
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5644
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5585
5645
  InputLoadingIcon,
5586
5646
  {
5587
5647
  loading,
5588
5648
  disabled
5589
5649
  }
5590
5650
  ),
5591
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5651
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5592
5652
  InputClearValue,
5593
5653
  {
5594
5654
  loading,
@@ -5597,13 +5657,13 @@ var Autocomplete = (props) => {
5597
5657
  value
5598
5658
  }
5599
5659
  ),
5600
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputSuffix, { children: suffix })
5660
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputSuffix, { children: suffix })
5601
5661
  ]
5602
5662
  }
5603
5663
  ),
5604
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Popup, { className: "k-list-container k-autocomplete-popup", children: popup }),
5605
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5606
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5664
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Popup, { className: "k-list-container k-autocomplete-popup", children: popup }),
5665
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5666
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5607
5667
  ActionSheetHeader,
5608
5668
  {
5609
5669
  actions: ["x"],
@@ -5611,32 +5671,32 @@ var Autocomplete = (props) => {
5611
5671
  title: "Select Item"
5612
5672
  }
5613
5673
  ),
5614
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(List, { size: "large", children: [
5615
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListItem, { text: "List item" }),
5616
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListItem, { text: "List item" }),
5617
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListItem, { text: "List item" })
5674
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(List, { size: "large", children: [
5675
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ListItem, { text: "List item" }),
5676
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ListItem, { text: "List item" }),
5677
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ListItem, { text: "List item" })
5618
5678
  ] }) })
5619
5679
  ] })
5620
5680
  ] });
5621
5681
  };
5622
- Autocomplete.states = states23;
5623
- Autocomplete.options = options21;
5682
+ Autocomplete.states = states25;
5683
+ Autocomplete.options = options23;
5624
5684
  Autocomplete.className = AUTOCOMPLETE_CLASSNAME;
5625
- Autocomplete.defaultProps = defaultProps19;
5685
+ Autocomplete.defaultProps = defaultProps21;
5626
5686
 
5627
5687
  // src/autocomplete/templates/autocomplete-normal.tsx
5628
- var import_jsx_runtime49 = require("react/jsx-runtime");
5688
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5629
5689
 
5630
5690
  // src/autocomplete/templates/autocomplete-popup.tsx
5631
- var import_jsx_runtime50 = require("react/jsx-runtime");
5691
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5632
5692
 
5633
5693
  // src/autocomplete/templates/autocomplete-adaptive.tsx
5634
- var import_jsx_runtime51 = require("react/jsx-runtime");
5694
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5635
5695
 
5636
5696
  // src/combobox/combobox.spec.tsx
5637
- var import_jsx_runtime52 = require("react/jsx-runtime");
5697
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5638
5698
  var COMBOBOX_CLASSNAME = `k-combobox`;
5639
- var states24 = [
5699
+ var states26 = [
5640
5700
  States.hover,
5641
5701
  States.focus,
5642
5702
  States.valid,
@@ -5646,12 +5706,12 @@ var states24 = [
5646
5706
  States.disabled,
5647
5707
  States.readonly
5648
5708
  ];
5649
- var defaultProps20 = {
5709
+ var defaultProps22 = {
5650
5710
  size: Input.defaultProps.size,
5651
5711
  rounded: Input.defaultProps.rounded,
5652
5712
  fillMode: Input.defaultProps.fillMode
5653
5713
  };
5654
- var options22 = {
5714
+ var options24 = {
5655
5715
  size: [Size.small, Size.medium, Size.large],
5656
5716
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5657
5717
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5679,8 +5739,8 @@ var Combobox = (props) => {
5679
5739
  adaptiveSettings,
5680
5740
  ...other
5681
5741
  } = props;
5682
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
5683
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5742
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
5743
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5684
5744
  Input,
5685
5745
  {
5686
5746
  ...other,
@@ -5697,9 +5757,9 @@ var Combobox = (props) => {
5697
5757
  readonly,
5698
5758
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5699
5759
  children: [
5700
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputPrefix, { children: prefix }),
5701
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputInnerInput, { placeholder, value }),
5702
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5760
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputPrefix, { children: prefix }),
5761
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputInnerInput, { placeholder, value }),
5762
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5703
5763
  InputValidationIcon,
5704
5764
  {
5705
5765
  valid,
@@ -5708,14 +5768,14 @@ var Combobox = (props) => {
5708
5768
  disabled
5709
5769
  }
5710
5770
  ),
5711
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5771
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5712
5772
  InputLoadingIcon,
5713
5773
  {
5714
5774
  loading,
5715
5775
  disabled
5716
5776
  }
5717
5777
  ),
5718
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5778
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5719
5779
  InputClearValue,
5720
5780
  {
5721
5781
  loading,
@@ -5724,8 +5784,8 @@ var Combobox = (props) => {
5724
5784
  value
5725
5785
  }
5726
5786
  ),
5727
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputSuffix, { children: suffix }),
5728
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5787
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSuffix, { children: suffix }),
5788
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5729
5789
  Button,
5730
5790
  {
5731
5791
  className: "k-input-button",
@@ -5738,9 +5798,9 @@ var Combobox = (props) => {
5738
5798
  ]
5739
5799
  }
5740
5800
  ),
5741
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5742
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5743
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5801
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5802
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5803
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5744
5804
  ActionSheetHeader,
5745
5805
  {
5746
5806
  actions: ["x"],
@@ -5748,50 +5808,50 @@ var Combobox = (props) => {
5748
5808
  title: "Select Item"
5749
5809
  }
5750
5810
  ),
5751
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(List, { size: "large", children: [
5752
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListItem, { text: "List item" }),
5753
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListItem, { text: "List item" }),
5754
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListItem, { text: "List item" })
5811
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(List, { size: "large", children: [
5812
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ListItem, { text: "List item" }),
5813
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ListItem, { text: "List item" }),
5814
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ListItem, { text: "List item" })
5755
5815
  ] }) })
5756
5816
  ] })
5757
5817
  ] });
5758
5818
  };
5759
- Combobox.states = states24;
5760
- Combobox.options = options22;
5819
+ Combobox.states = states26;
5820
+ Combobox.options = options24;
5761
5821
  Combobox.className = COMBOBOX_CLASSNAME;
5762
- Combobox.defaultProps = defaultProps20;
5822
+ Combobox.defaultProps = defaultProps22;
5763
5823
 
5764
5824
  // src/combobox/templates/combobox-normal.tsx
5765
- var import_jsx_runtime53 = require("react/jsx-runtime");
5825
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5766
5826
 
5767
5827
  // src/combobox/templates/combobox-popup.tsx
5768
- var import_jsx_runtime54 = require("react/jsx-runtime");
5828
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5769
5829
 
5770
5830
  // src/combobox/templates/combobox-grouping.tsx
5771
- var import_jsx_runtime55 = require("react/jsx-runtime");
5831
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5772
5832
 
5773
5833
  // src/combobox/templates/combobox-adaptive.tsx
5774
- var import_jsx_runtime56 = require("react/jsx-runtime");
5834
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5775
5835
 
5776
5836
  // src/spinbutton/spinbutton.spec.tsx
5777
- var import_jsx_runtime57 = require("react/jsx-runtime");
5837
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5778
5838
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5779
- var states25 = [];
5780
- var options23 = {
5839
+ var states27 = [];
5840
+ var options25 = {
5781
5841
  size: [Size.small, Size.medium, Size.large],
5782
5842
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5783
5843
  };
5784
- var defaultProps21 = {
5844
+ var defaultProps23 = {
5785
5845
  size: Size.medium,
5786
5846
  fillMode: FillMode.solid
5787
5847
  };
5788
5848
  var SpinButton = (props) => {
5789
5849
  const {
5790
- size = defaultProps21.size,
5791
- fillMode = defaultProps21.fillMode,
5850
+ size = defaultProps23.size,
5851
+ fillMode = defaultProps23.fillMode,
5792
5852
  ...other
5793
5853
  } = props;
5794
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
5854
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5795
5855
  "span",
5796
5856
  {
5797
5857
  ...other,
@@ -5800,7 +5860,7 @@ var SpinButton = (props) => {
5800
5860
  props.className
5801
5861
  ),
5802
5862
  children: [
5803
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5863
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5804
5864
  Button,
5805
5865
  {
5806
5866
  className: "k-spinner-increase",
@@ -5810,7 +5870,7 @@ var SpinButton = (props) => {
5810
5870
  fillMode
5811
5871
  }
5812
5872
  ),
5813
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5873
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5814
5874
  Button,
5815
5875
  {
5816
5876
  className: "k-spinner-decrease",
@@ -5824,15 +5884,15 @@ var SpinButton = (props) => {
5824
5884
  }
5825
5885
  );
5826
5886
  };
5827
- SpinButton.states = states25;
5828
- SpinButton.options = options23;
5887
+ SpinButton.states = states27;
5888
+ SpinButton.options = options25;
5829
5889
  SpinButton.className = SPINBUTTON_CLASSNAME;
5830
- SpinButton.defaultProps = defaultProps21;
5890
+ SpinButton.defaultProps = defaultProps23;
5831
5891
 
5832
5892
  // src/dateinput/dateinput.spec.tsx
5833
- var import_jsx_runtime58 = require("react/jsx-runtime");
5893
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5834
5894
  var DATEINPUT_CLASSNAME = `k-dateinput`;
5835
- var states26 = [
5895
+ var states28 = [
5836
5896
  States.hover,
5837
5897
  States.focus,
5838
5898
  States.valid,
@@ -5842,12 +5902,12 @@ var states26 = [
5842
5902
  States.loading,
5843
5903
  States.readonly
5844
5904
  ];
5845
- var options24 = {
5905
+ var options26 = {
5846
5906
  size: [Size.small, Size.medium, Size.large],
5847
5907
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5848
5908
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5849
5909
  };
5850
- var defaultProps22 = {
5910
+ var defaultProps24 = {
5851
5911
  size: Input.defaultProps.size,
5852
5912
  rounded: Input.defaultProps.rounded,
5853
5913
  fillMode: Input.defaultProps.fillMode
@@ -5870,7 +5930,7 @@ var DateInput = (props) => {
5870
5930
  showSpinButton,
5871
5931
  ...other
5872
5932
  } = props;
5873
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
5933
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5874
5934
  Input,
5875
5935
  {
5876
5936
  ...other,
@@ -5887,8 +5947,8 @@ var DateInput = (props) => {
5887
5947
  readonly,
5888
5948
  className: classNames(props.className, DATEINPUT_CLASSNAME),
5889
5949
  children: [
5890
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputInnerInput, { placeholder, value }),
5891
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5950
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputInnerInput, { placeholder, value }),
5951
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5892
5952
  InputValidationIcon,
5893
5953
  {
5894
5954
  valid,
@@ -5897,14 +5957,14 @@ var DateInput = (props) => {
5897
5957
  disabled
5898
5958
  }
5899
5959
  ),
5900
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5960
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5901
5961
  InputLoadingIcon,
5902
5962
  {
5903
5963
  loading,
5904
5964
  disabled
5905
5965
  }
5906
5966
  ),
5907
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5967
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5908
5968
  SpinButton,
5909
5969
  {
5910
5970
  className: "k-input-spinner",
@@ -5916,22 +5976,22 @@ var DateInput = (props) => {
5916
5976
  }
5917
5977
  );
5918
5978
  };
5919
- DateInput.states = states26;
5920
- DateInput.options = options24;
5979
+ DateInput.states = states28;
5980
+ DateInput.options = options26;
5921
5981
  DateInput.className = DATEINPUT_CLASSNAME;
5922
- DateInput.defaultProps = defaultProps22;
5982
+ DateInput.defaultProps = defaultProps24;
5923
5983
 
5924
5984
  // src/dateinput/templates/dateinput-normal.tsx
5925
- var import_jsx_runtime59 = require("react/jsx-runtime");
5985
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5926
5986
 
5927
5987
  // src/calendar/calendar.spec.tsx
5928
- var import_jsx_runtime60 = require("react/jsx-runtime");
5988
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5929
5989
  var CALENDAR_CLASSNAME = `k-calendar`;
5930
- var states27 = [];
5931
- var options25 = {
5990
+ var states29 = [];
5991
+ var options27 = {
5932
5992
  size: [Size.small, Size.medium, Size.large]
5933
5993
  };
5934
- var defaultProps23 = {
5994
+ var defaultProps25 = {
5935
5995
  size: Size.medium,
5936
5996
  viewsCount: 1,
5937
5997
  orientation: "horizontal",
@@ -5940,11 +6000,11 @@ var defaultProps23 = {
5940
6000
  };
5941
6001
  var Calendar = (props) => {
5942
6002
  const {
5943
- size = defaultProps23.size,
5944
- orientation = defaultProps23.orientation,
5945
- calendarView = defaultProps23.calendarView,
5946
- calendarHeaderText = defaultProps23.calendarHeaderText,
5947
- viewsCount = defaultProps23.viewsCount,
6003
+ size = defaultProps25.size,
6004
+ orientation = defaultProps25.orientation,
6005
+ calendarView = defaultProps25.calendarView,
6006
+ calendarHeaderText = defaultProps25.calendarHeaderText,
6007
+ viewsCount = defaultProps25.viewsCount,
5948
6008
  showWeek,
5949
6009
  showOtherMonth,
5950
6010
  showCalendarCaption,
@@ -5953,7 +6013,7 @@ var Calendar = (props) => {
5953
6013
  dir,
5954
6014
  ...other
5955
6015
  } = props;
5956
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
6016
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5957
6017
  "div",
5958
6018
  {
5959
6019
  ...other,
@@ -5969,7 +6029,7 @@ var Calendar = (props) => {
5969
6029
  }
5970
6030
  ),
5971
6031
  children: [
5972
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6032
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5973
6033
  CalendarHeader,
5974
6034
  {
5975
6035
  showToday: showCalendarFooter ? false : true,
@@ -5979,7 +6039,7 @@ var Calendar = (props) => {
5979
6039
  dir
5980
6040
  }
5981
6041
  ),
5982
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6042
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5983
6043
  CalendarView,
5984
6044
  {
5985
6045
  calendarView,
@@ -5991,19 +6051,19 @@ var Calendar = (props) => {
5991
6051
  selectedRange
5992
6052
  }
5993
6053
  ),
5994
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(CalendarFooter, {})
6054
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(CalendarFooter, {})
5995
6055
  ]
5996
6056
  }
5997
6057
  );
5998
6058
  };
5999
- Calendar.states = states27;
6000
- Calendar.options = options25;
6059
+ Calendar.states = states29;
6060
+ Calendar.options = options27;
6001
6061
  Calendar.className = CALENDAR_CLASSNAME;
6002
- Calendar.defaultProps = defaultProps23;
6062
+ Calendar.defaultProps = defaultProps25;
6003
6063
 
6004
6064
  // src/calendar/calendar-cell.tsx
6005
- var import_jsx_runtime61 = require("react/jsx-runtime");
6006
- var states28 = [
6065
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6066
+ var states30 = [
6007
6067
  States.hover,
6008
6068
  States.focus,
6009
6069
  States.active,
@@ -6052,21 +6112,21 @@ var CalendarCell = (props) => {
6052
6112
  }
6053
6113
  ];
6054
6114
  if (headerCell) {
6055
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
6115
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
6056
6116
  }
6057
6117
  if (weekCell) {
6058
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
6118
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
6059
6119
  }
6060
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-link", children: text }) });
6120
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: text }) });
6061
6121
  };
6062
6122
 
6063
6123
  // src/calendar/calendar-header.tsx
6064
- var import_jsx_runtime62 = require("react/jsx-runtime");
6124
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6065
6125
  var className13 = `k-calendar-header`;
6066
- var options26 = {
6126
+ var options28 = {
6067
6127
  size: [Size.small, Size.medium, Size.large]
6068
6128
  };
6069
- var defaultProps24 = {
6129
+ var defaultProps26 = {
6070
6130
  calendarHeaderText: "October 2021",
6071
6131
  showToday: true,
6072
6132
  orientation: "horizontal",
@@ -6074,16 +6134,16 @@ var defaultProps24 = {
6074
6134
  };
6075
6135
  var CalendarHeader = (props) => {
6076
6136
  const {
6077
- calendarHeaderText = defaultProps24.calendarHeaderText,
6078
- showToday = defaultProps24.showToday,
6079
- orientation = defaultProps24.orientation,
6080
- size = defaultProps24.size,
6137
+ calendarHeaderText = defaultProps26.calendarHeaderText,
6138
+ showToday = defaultProps26.showToday,
6139
+ orientation = defaultProps26.orientation,
6140
+ size = defaultProps26.size,
6081
6141
  dir,
6082
6142
  ...other
6083
6143
  } = props;
6084
6144
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
6085
6145
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
6086
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6146
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6087
6147
  "div",
6088
6148
  {
6089
6149
  ...other,
@@ -6095,12 +6155,12 @@ var CalendarHeader = (props) => {
6095
6155
  }
6096
6156
  ),
6097
6157
  children: [
6098
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
6099
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-spacer" }),
6100
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("span", { className: "k-calendar-nav", children: [
6101
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
6102
- showToday && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
6103
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
6158
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
6159
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6160
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { className: "k-calendar-nav", children: [
6161
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
6162
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
6163
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
6104
6164
  ] })
6105
6165
  ]
6106
6166
  }
@@ -6108,12 +6168,12 @@ var CalendarHeader = (props) => {
6108
6168
  };
6109
6169
 
6110
6170
  // src/calendar/calendar-footer.tsx
6111
- var import_jsx_runtime63 = require("react/jsx-runtime");
6171
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6112
6172
  var className14 = `k-calendar-footer`;
6113
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
6173
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
6114
6174
 
6115
6175
  // src/calendar/calendar-table.tsx
6116
- var import_jsx_runtime64 = require("react/jsx-runtime");
6176
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6117
6177
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
6118
6178
  var CalendarTable = (props) => {
6119
6179
  const {
@@ -6125,7 +6185,7 @@ var CalendarTable = (props) => {
6125
6185
  ...other
6126
6186
  } = props;
6127
6187
  if (calendarView === "year") {
6128
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6188
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6129
6189
  "table",
6130
6190
  {
6131
6191
  ...other,
@@ -6134,25 +6194,25 @@ var CalendarTable = (props) => {
6134
6194
  CALENDARTABLE_CLASSNAME
6135
6195
  ),
6136
6196
  children: [
6137
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
6138
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tbody", { className: "k-calendar-tbody", children: [
6139
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6140
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Jan" }),
6141
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Feb" }),
6142
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Mar" }),
6143
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Apr" })
6197
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
6198
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tbody", { className: "k-calendar-tbody", children: [
6199
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6200
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Jan" }),
6201
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Feb" }),
6202
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Mar" }),
6203
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Apr" })
6144
6204
  ] }),
6145
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6146
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "May" }),
6147
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Jun", hover: true }),
6148
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Jul", focus: true }),
6149
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Au", selected: true })
6205
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6206
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "May" }),
6207
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Jun", hover: true }),
6208
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Jul", focus: true }),
6209
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Au", selected: true })
6150
6210
  ] }),
6151
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6152
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Sep" }),
6153
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Oct", today: true }),
6154
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Nov" }),
6155
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "Dec" })
6211
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6212
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Sep" }),
6213
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Oct", today: true }),
6214
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Nov" }),
6215
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "Dec" })
6156
6216
  ] })
6157
6217
  ] })
6158
6218
  ]
@@ -6160,7 +6220,7 @@ var CalendarTable = (props) => {
6160
6220
  );
6161
6221
  }
6162
6222
  if (calendarView === "decade") {
6163
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6223
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6164
6224
  "table",
6165
6225
  {
6166
6226
  ...other,
@@ -6169,25 +6229,25 @@ var CalendarTable = (props) => {
6169
6229
  CALENDARTABLE_CLASSNAME
6170
6230
  ),
6171
6231
  children: [
6172
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
6173
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tbody", { className: "k-calendar-tbody", children: [
6174
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6175
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { className: "k-out-of-range" }),
6176
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2020" }),
6177
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2021", today: true }),
6178
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2022" })
6232
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
6233
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tbody", { className: "k-calendar-tbody", children: [
6234
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6235
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { className: "k-out-of-range" }),
6236
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2020" }),
6237
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2021", today: true }),
6238
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2022" })
6179
6239
  ] }),
6180
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6181
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2023" }),
6182
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2024", hover: true }),
6183
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2025", focus: true }),
6184
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2026", selected: true })
6240
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6241
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2023" }),
6242
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2024", hover: true }),
6243
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2025", focus: true }),
6244
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2026", selected: true })
6185
6245
  ] }),
6186
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6187
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2027" }),
6188
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2028" }),
6189
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2029" }),
6190
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { className: "k-out-of-range" })
6246
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6247
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2027" }),
6248
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2028" }),
6249
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2029" }),
6250
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { className: "k-out-of-range" })
6191
6251
  ] })
6192
6252
  ] })
6193
6253
  ]
@@ -6195,7 +6255,7 @@ var CalendarTable = (props) => {
6195
6255
  );
6196
6256
  }
6197
6257
  if (calendarView === "century") {
6198
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6258
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6199
6259
  "table",
6200
6260
  {
6201
6261
  ...other,
@@ -6204,32 +6264,32 @@ var CalendarTable = (props) => {
6204
6264
  CALENDARTABLE_CLASSNAME
6205
6265
  ),
6206
6266
  children: [
6207
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
6208
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tbody", { className: "k-calendar-tbody", children: [
6209
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6210
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "1990 - 1999" }),
6211
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2000 - 2009" }),
6212
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
6213
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2020 - 2029" })
6267
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
6268
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tbody", { className: "k-calendar-tbody", children: [
6269
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6270
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "1990 - 1999" }),
6271
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2000 - 2009" }),
6272
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
6273
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2020 - 2029" })
6214
6274
  ] }),
6215
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6216
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2030 - 2039" }),
6217
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
6218
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
6219
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
6275
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6276
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2030 - 2039" }),
6277
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
6278
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
6279
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
6220
6280
  ] }),
6221
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6222
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2070 - 2079" }),
6223
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2080 - 2089" }),
6224
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2090 - 2099" }),
6225
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { className: "k-out-of-range" })
6281
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6282
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2070 - 2079" }),
6283
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2080 - 2089" }),
6284
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2090 - 2099" }),
6285
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { className: "k-out-of-range" })
6226
6286
  ] })
6227
6287
  ] })
6228
6288
  ]
6229
6289
  }
6230
6290
  );
6231
6291
  }
6232
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6292
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6233
6293
  "table",
6234
6294
  {
6235
6295
  ...other,
@@ -6238,68 +6298,68 @@ var CalendarTable = (props) => {
6238
6298
  CALENDARTABLE_CLASSNAME
6239
6299
  ),
6240
6300
  children: [
6241
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
6242
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarTableHead, { showWeek }),
6243
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tbody", { className: "k-calendar-tbody", children: [
6244
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6245
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "39", weekCell: true }),
6246
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
6247
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "1" }),
6248
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2" }),
6249
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "3" }),
6250
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "4" }),
6251
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "5" }),
6252
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "6", weekend: true })
6301
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
6302
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarTableHead, { showWeek }),
6303
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tbody", { className: "k-calendar-tbody", children: [
6304
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6305
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "39", weekCell: true }),
6306
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
6307
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "1" }),
6308
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2" }),
6309
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "3" }),
6310
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "4" }),
6311
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "5" }),
6312
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "6", weekend: true })
6253
6313
  ] }),
6254
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6255
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "40", weekCell: true }),
6256
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "7", weekend: true }),
6257
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "8", hover: true }),
6258
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "9", focus: true }),
6259
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "10", selected: true }),
6260
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
6261
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
6262
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "13", weekend: true })
6314
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6315
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "40", weekCell: true }),
6316
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "7", weekend: true }),
6317
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "8", hover: true }),
6318
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "9", focus: true }),
6319
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "10", selected: true }),
6320
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
6321
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
6322
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "13", weekend: true })
6263
6323
  ] }),
6264
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6265
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "41", weekCell: true }),
6266
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "14", weekend: true }),
6267
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "15" }),
6268
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "16", today: true }),
6269
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "17" }),
6270
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "18" }),
6271
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "19" }),
6272
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "20", weekend: true })
6324
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6325
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "41", weekCell: true }),
6326
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "14", weekend: true }),
6327
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "15" }),
6328
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "16", today: true }),
6329
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "17" }),
6330
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "18" }),
6331
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "19" }),
6332
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "20", weekend: true })
6273
6333
  ] }),
6274
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6275
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "42", weekCell: true }),
6276
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "21", weekend: true }),
6277
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "22" }),
6278
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "23" }),
6279
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "24" }),
6280
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
6281
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
6282
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
6334
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6335
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "42", weekCell: true }),
6336
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "21", weekend: true }),
6337
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "22" }),
6338
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "23" }),
6339
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "24" }),
6340
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
6341
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
6342
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
6283
6343
  ] }),
6284
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6285
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "43", weekCell: true }),
6286
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
6287
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
6288
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "30" }),
6289
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "31" }),
6290
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
6291
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
6292
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
6344
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6345
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "43", weekCell: true }),
6346
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
6347
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
6348
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "30" }),
6349
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "31" }),
6350
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
6351
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
6352
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
6293
6353
  ] }),
6294
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("tr", { className: "k-calendar-tr", children: [
6295
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "44", weekCell: true }),
6296
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
6297
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
6298
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
6299
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
6300
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
6301
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
6302
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
6354
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("tr", { className: "k-calendar-tr", children: [
6355
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "44", weekCell: true }),
6356
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
6357
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
6358
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
6359
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
6360
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
6361
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
6362
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
6303
6363
  ] })
6304
6364
  ] })
6305
6365
  ]
@@ -6308,52 +6368,52 @@ var CalendarTable = (props) => {
6308
6368
  };
6309
6369
 
6310
6370
  // src/calendar/calendar-table-head.tsx
6311
- var import_jsx_runtime65 = require("react/jsx-runtime");
6371
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6312
6372
  var className15 = `k-calendar-thead`;
6313
6373
  var CalendarTableHead = (props) => {
6314
6374
  const {
6315
6375
  showWeek,
6316
6376
  ...other
6317
6377
  } = props;
6318
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6378
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6319
6379
  "thead",
6320
6380
  {
6321
6381
  ...other,
6322
6382
  className: classNames(props.className, className15),
6323
- children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("tr", { className: "k-calendar-tr", children: [
6324
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
6325
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CalendarCell, { text: "Su", headerCell: true }),
6326
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
6327
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
6328
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CalendarCell, { text: "We", headerCell: true }),
6329
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CalendarCell, { text: "Th", headerCell: true }),
6330
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
6331
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CalendarCell, { text: "Sa", headerCell: true })
6383
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("tr", { className: "k-calendar-tr", children: [
6384
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
6385
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CalendarCell, { text: "Su", headerCell: true }),
6386
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
6387
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
6388
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CalendarCell, { text: "We", headerCell: true }),
6389
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CalendarCell, { text: "Th", headerCell: true }),
6390
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
6391
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CalendarCell, { text: "Sa", headerCell: true })
6332
6392
  ] })
6333
6393
  }
6334
6394
  );
6335
6395
  };
6336
6396
 
6337
6397
  // src/calendar/calendar-view.tsx
6338
- var import_jsx_runtime66 = require("react/jsx-runtime");
6398
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6339
6399
  var className16 = `k-calendar-view`;
6340
- var defaultProps25 = {
6400
+ var defaultProps27 = {
6341
6401
  viewsCount: 1,
6342
6402
  orientation: "horizontal",
6343
6403
  calendarView: "month"
6344
6404
  };
6345
6405
  var CalendarView = (props) => {
6346
6406
  const {
6347
- orientation = defaultProps25.orientation,
6348
- calendarView = defaultProps25.calendarView,
6349
- viewsCount = defaultProps25.viewsCount,
6407
+ orientation = defaultProps27.orientation,
6408
+ calendarView = defaultProps27.calendarView,
6409
+ viewsCount = defaultProps27.viewsCount,
6350
6410
  showWeek,
6351
6411
  showOtherMonth,
6352
6412
  showCalendarCaption,
6353
6413
  selectedRange,
6354
6414
  ...other
6355
6415
  } = props;
6356
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6416
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6357
6417
  "div",
6358
6418
  {
6359
6419
  ...other,
@@ -6369,7 +6429,7 @@ var CalendarView = (props) => {
6369
6429
  }
6370
6430
  ),
6371
6431
  children: [...Array(viewsCount)].map(
6372
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6432
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6373
6433
  CalendarTable,
6374
6434
  {
6375
6435
  calendarView,
@@ -6386,9 +6446,9 @@ var CalendarView = (props) => {
6386
6446
  };
6387
6447
 
6388
6448
  // src/datepicker/datepicker.spec.tsx
6389
- var import_jsx_runtime67 = require("react/jsx-runtime");
6449
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6390
6450
  var DATEPICKER_CLASSNAME = `k-datepicker`;
6391
- var states29 = [
6451
+ var states31 = [
6392
6452
  States.hover,
6393
6453
  States.focus,
6394
6454
  States.valid,
@@ -6398,12 +6458,12 @@ var states29 = [
6398
6458
  States.loading,
6399
6459
  States.readonly
6400
6460
  ];
6401
- var options27 = {
6461
+ var options29 = {
6402
6462
  size: [Size.small, Size.medium, Size.large],
6403
6463
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6404
6464
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6405
6465
  };
6406
- var defaultProps26 = {
6466
+ var defaultProps28 = {
6407
6467
  size: Input.defaultProps.size,
6408
6468
  rounded: Input.defaultProps.rounded,
6409
6469
  fillMode: Input.defaultProps.fillMode
@@ -6431,8 +6491,8 @@ var DatePicker = (props) => {
6431
6491
  dir,
6432
6492
  ...other
6433
6493
  } = props;
6434
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
6435
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6494
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_jsx_runtime69.Fragment, { children: [
6495
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
6436
6496
  Input,
6437
6497
  {
6438
6498
  ...other,
@@ -6450,9 +6510,9 @@ var DatePicker = (props) => {
6450
6510
  readonly,
6451
6511
  className: classNames(props.className, DATEPICKER_CLASSNAME),
6452
6512
  children: [
6453
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputPrefix, { children: prefix }),
6454
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputInnerInput, { placeholder, value }),
6455
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6513
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(InputPrefix, { children: prefix }),
6514
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(InputInnerInput, { placeholder, value }),
6515
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6456
6516
  InputValidationIcon,
6457
6517
  {
6458
6518
  valid,
@@ -6461,14 +6521,14 @@ var DatePicker = (props) => {
6461
6521
  disabled
6462
6522
  }
6463
6523
  ),
6464
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6524
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6465
6525
  InputLoadingIcon,
6466
6526
  {
6467
6527
  loading,
6468
6528
  disabled
6469
6529
  }
6470
6530
  ),
6471
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6531
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6472
6532
  InputClearValue,
6473
6533
  {
6474
6534
  loading,
@@ -6477,8 +6537,8 @@ var DatePicker = (props) => {
6477
6537
  value
6478
6538
  }
6479
6539
  ),
6480
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputSuffix, { children: suffix }),
6481
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6540
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(InputSuffix, { children: suffix }),
6541
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6482
6542
  Button,
6483
6543
  {
6484
6544
  className: "k-input-button",
@@ -6491,9 +6551,9 @@ var DatePicker = (props) => {
6491
6551
  ]
6492
6552
  }
6493
6553
  ),
6494
- opened && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Calendar, { dir }) }),
6495
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6496
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6554
+ opened && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Calendar, { dir }) }),
6555
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6556
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6497
6557
  ActionSheetHeader,
6498
6558
  {
6499
6559
  actions: ["x"],
@@ -6501,44 +6561,44 @@ var DatePicker = (props) => {
6501
6561
  subTitle: "DD / MM / YY"
6502
6562
  }
6503
6563
  ),
6504
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Calendar, { size: "large" })
6564
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Calendar, { size: "large" })
6505
6565
  ] })
6506
6566
  ] });
6507
6567
  };
6508
- DatePicker.states = states29;
6509
- DatePicker.options = options27;
6568
+ DatePicker.states = states31;
6569
+ DatePicker.options = options29;
6510
6570
  DatePicker.className = DATEPICKER_CLASSNAME;
6511
- DatePicker.defaultProps = defaultProps26;
6571
+ DatePicker.defaultProps = defaultProps28;
6512
6572
 
6513
6573
  // src/datepicker/templates/datepicker-normal.tsx
6514
- var import_jsx_runtime68 = require("react/jsx-runtime");
6574
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6515
6575
 
6516
6576
  // src/datepicker/templates/datepicker-popup.tsx
6517
- var import_jsx_runtime69 = require("react/jsx-runtime");
6577
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6518
6578
 
6519
6579
  // src/datepicker/templates/datepicker-adaptive.tsx
6520
- var import_jsx_runtime70 = require("react/jsx-runtime");
6580
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6521
6581
 
6522
6582
  // src/button-group/button-group.spec.tsx
6523
- var import_jsx_runtime71 = require("react/jsx-runtime");
6583
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6524
6584
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6525
- var states30 = [
6585
+ var states32 = [
6526
6586
  States.disabled
6527
6587
  ];
6528
- var options28 = {
6588
+ var options30 = {
6529
6589
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6530
6590
  };
6531
- var defaultProps27 = {
6591
+ var defaultProps29 = {
6532
6592
  fillMode: FillMode.solid
6533
6593
  };
6534
6594
  var ButtonGroup = (props) => {
6535
6595
  const {
6536
- fillMode = defaultProps27.fillMode,
6596
+ fillMode = defaultProps29.fillMode,
6537
6597
  disabled,
6538
6598
  stretched,
6539
6599
  ...other
6540
6600
  } = props;
6541
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6601
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6542
6602
  "div",
6543
6603
  {
6544
6604
  ...other,
@@ -6559,36 +6619,36 @@ var ButtonGroup = (props) => {
6559
6619
  }
6560
6620
  );
6561
6621
  };
6562
- ButtonGroup.states = states30;
6563
- ButtonGroup.options = options28;
6622
+ ButtonGroup.states = states32;
6623
+ ButtonGroup.options = options30;
6564
6624
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6565
- ButtonGroup.defaultProps = defaultProps27;
6625
+ ButtonGroup.defaultProps = defaultProps29;
6566
6626
 
6567
6627
  // src/button-group/templates/icon-button-group.tsx
6568
- var import_jsx_runtime72 = require("react/jsx-runtime");
6628
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6569
6629
 
6570
6630
  // src/button-group/templates/icon-text-button-group.tsx
6571
- var import_jsx_runtime73 = require("react/jsx-runtime");
6631
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6572
6632
 
6573
6633
  // src/button-group/templates/text-button-group.tsx
6574
- var import_jsx_runtime74 = require("react/jsx-runtime");
6634
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6575
6635
 
6576
6636
  // src/button-group/templates/mixed-button-group.tsx
6577
- var import_jsx_runtime75 = require("react/jsx-runtime");
6637
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6578
6638
 
6579
6639
  // src/time-selector/time-selector.spec.tsx
6580
- var import_jsx_runtime76 = require("react/jsx-runtime");
6640
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6581
6641
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
6582
- var states31 = [];
6583
- var options29 = {
6642
+ var states33 = [];
6643
+ var options31 = {
6584
6644
  size: [Size.small, Size.medium, Size.large]
6585
6645
  };
6586
- var defaultProps28 = {
6646
+ var defaultProps30 = {
6587
6647
  size: Size.medium
6588
6648
  };
6589
6649
  var TimeSelector = (props) => {
6590
6650
  const {
6591
- size = defaultProps28.size,
6651
+ size = defaultProps30.size,
6592
6652
  header,
6593
6653
  fastSelection,
6594
6654
  columns,
@@ -6604,9 +6664,9 @@ var TimeSelector = (props) => {
6604
6664
  if (index === 0 || columnType === "tt") {
6605
6665
  separator = false;
6606
6666
  }
6607
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_jsx_runtime76.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(TimeSelectorColumn, { type: columnType, focus, separator }) });
6667
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(import_jsx_runtime78.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TimeSelectorColumn, { type: columnType, focus, separator }) });
6608
6668
  });
6609
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6669
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6610
6670
  "div",
6611
6671
  {
6612
6672
  ...other,
@@ -6618,24 +6678,24 @@ var TimeSelector = (props) => {
6618
6678
  })
6619
6679
  ),
6620
6680
  children: [
6621
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_jsx_runtime76.Fragment, { children: header }),
6622
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_jsx_runtime76.Fragment, { children: fastSelection }),
6623
- /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "k-time-list-container", children: [
6624
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: "k-time-highlight" }),
6681
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(import_jsx_runtime78.Fragment, { children: header }),
6682
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(import_jsx_runtime78.Fragment, { children: fastSelection }),
6683
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-time-list-container", children: [
6684
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "k-time-highlight" }),
6625
6685
  columnsDom
6626
6686
  ] })
6627
6687
  ]
6628
6688
  }
6629
6689
  );
6630
6690
  };
6631
- TimeSelector.states = states31;
6632
- TimeSelector.options = options29;
6691
+ TimeSelector.states = states33;
6692
+ TimeSelector.options = options31;
6633
6693
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
6634
- TimeSelector.defaultProps = defaultProps28;
6694
+ TimeSelector.defaultProps = defaultProps30;
6635
6695
 
6636
6696
  // src/time-selector/time-selector-column.tsx
6637
- var import_jsx_runtime77 = require("react/jsx-runtime");
6638
- var states32 = [
6697
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6698
+ var states34 = [
6639
6699
  States.focus
6640
6700
  ];
6641
6701
  var TimeSelectorColumn = (props) => {
@@ -6673,11 +6733,11 @@ var TimeSelectorColumn = (props) => {
6673
6733
  break;
6674
6734
  }
6675
6735
  const items = columnData.map(
6676
- (data) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_jsx_runtime77.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { children: data }) }) })
6736
+ (data) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_jsx_runtime79.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { children: data }) }) })
6677
6737
  );
6678
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(import_jsx_runtime77.Fragment, { children: [
6679
- separator && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-time-separator", children: ":" }),
6680
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6738
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6739
+ separator && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-time-separator", children: ":" }),
6740
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6681
6741
  "div",
6682
6742
  {
6683
6743
  ...other,
@@ -6689,10 +6749,10 @@ var TimeSelectorColumn = (props) => {
6689
6749
  })
6690
6750
  ),
6691
6751
  children: [
6692
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "k-title", children: text }),
6693
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-time-list", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "k-content k-scrollable k-time-container", children: [
6694
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
6695
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-scrollable-placeholder" })
6752
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: "k-title", children: text }),
6753
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-time-list", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-content k-scrollable k-time-container", children: [
6754
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
6755
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-scrollable-placeholder" })
6696
6756
  ] }) })
6697
6757
  ]
6698
6758
  }
@@ -6701,14 +6761,14 @@ var TimeSelectorColumn = (props) => {
6701
6761
  };
6702
6762
 
6703
6763
  // src/time-selector/time-selector-header.tsx
6704
- var import_jsx_runtime78 = require("react/jsx-runtime");
6764
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6705
6765
  var className17 = `k-time-header`;
6706
6766
  var TimeSelectorHeader = (props) => {
6707
6767
  const {
6708
6768
  title,
6709
6769
  ...other
6710
6770
  } = props;
6711
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6771
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6712
6772
  "div",
6713
6773
  {
6714
6774
  ...other,
@@ -6717,7 +6777,7 @@ var TimeSelectorHeader = (props) => {
6717
6777
  className17
6718
6778
  ),
6719
6779
  children: [
6720
- title != null && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "k-title", children: title }),
6780
+ title != null && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-title", children: title }),
6721
6781
  props.children
6722
6782
  ]
6723
6783
  }
@@ -6725,38 +6785,38 @@ var TimeSelectorHeader = (props) => {
6725
6785
  };
6726
6786
 
6727
6787
  // src/time-selector/time-selector-fast-selection.tsx
6728
- var import_jsx_runtime79 = require("react/jsx-runtime");
6788
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6729
6789
 
6730
6790
  // src/time-selector/templates/time-selector-all.tsx
6731
- var import_jsx_runtime80 = require("react/jsx-runtime");
6791
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6732
6792
 
6733
6793
  // src/time-selector/templates/time-selector-hour.tsx
6734
- var import_jsx_runtime81 = require("react/jsx-runtime");
6794
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6735
6795
 
6736
6796
  // src/time-selector/templates/time-selector-minute.tsx
6737
- var import_jsx_runtime82 = require("react/jsx-runtime");
6797
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6738
6798
 
6739
6799
  // src/datetime-selector/datetime-selector.spec.tsx
6740
- var import_jsx_runtime83 = require("react/jsx-runtime");
6800
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6741
6801
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
6742
- var states33 = [];
6743
- var options30 = {
6802
+ var states35 = [];
6803
+ var options32 = {
6744
6804
  size: [Size.small, Size.medium, Size.large]
6745
6805
  };
6746
- var defaultProps29 = {
6806
+ var defaultProps31 = {
6747
6807
  tab: "date",
6748
6808
  size: Size.medium,
6749
6809
  actionButtons: true
6750
6810
  };
6751
6811
  var DateTimeSelector = (props) => {
6752
6812
  const {
6753
- size = defaultProps29.size,
6754
- tab = defaultProps29.tab,
6755
- actionButtons = defaultProps29.actionButtons,
6813
+ size = defaultProps31.size,
6814
+ tab = defaultProps31.tab,
6815
+ actionButtons = defaultProps31.actionButtons,
6756
6816
  dir,
6757
6817
  ...other
6758
6818
  } = props;
6759
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
6819
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
6760
6820
  "div",
6761
6821
  {
6762
6822
  ...other,
@@ -6772,34 +6832,34 @@ var DateTimeSelector = (props) => {
6772
6832
  })
6773
6833
  ),
6774
6834
  children: [
6775
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { stretched: true, children: [
6776
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
6777
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
6835
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { stretched: true, children: [
6836
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
6837
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
6778
6838
  ] }) }),
6779
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(import_jsx_runtime83.Fragment, { children: [
6780
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-datetime-calendar-wrap" }),
6781
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
6782
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(import_jsx_runtime83.Fragment, { children: [
6783
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Calendar, { size, showOtherMonth: true, dir }) }),
6784
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-datetime-time-wrap" })
6839
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(import_jsx_runtime85.Fragment, { children: [
6840
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-datetime-calendar-wrap" }),
6841
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
6842
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(import_jsx_runtime85.Fragment, { children: [
6843
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Calendar, { size, showOtherMonth: true, dir }) }),
6844
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-datetime-time-wrap" })
6785
6845
  ] }) }),
6786
- actionButtons && /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
6787
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
6788
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { size, className: "k-time-cancel", children: "Cancel" })
6846
+ actionButtons && /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
6847
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
6848
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { size, className: "k-time-cancel", children: "Cancel" })
6789
6849
  ] })
6790
6850
  ]
6791
6851
  }
6792
6852
  );
6793
6853
  };
6794
- DateTimeSelector.states = states33;
6795
- DateTimeSelector.options = options30;
6854
+ DateTimeSelector.states = states35;
6855
+ DateTimeSelector.options = options32;
6796
6856
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
6797
- DateTimeSelector.defaultProps = defaultProps29;
6857
+ DateTimeSelector.defaultProps = defaultProps31;
6798
6858
 
6799
6859
  // src/datetimepicker/datetimepicker.spec.tsx
6800
- var import_jsx_runtime84 = require("react/jsx-runtime");
6860
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6801
6861
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
6802
- var states34 = [
6862
+ var states36 = [
6803
6863
  States.hover,
6804
6864
  States.focus,
6805
6865
  States.valid,
@@ -6809,12 +6869,12 @@ var states34 = [
6809
6869
  States.loading,
6810
6870
  States.readonly
6811
6871
  ];
6812
- var options31 = {
6872
+ var options33 = {
6813
6873
  size: [Size.small, Size.medium, Size.large],
6814
6874
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6815
6875
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6816
6876
  };
6817
- var defaultProps30 = {
6877
+ var defaultProps32 = {
6818
6878
  tab: "date",
6819
6879
  size: Input.defaultProps.size,
6820
6880
  rounded: Input.defaultProps.rounded,
@@ -6838,14 +6898,14 @@ var DateTimePicker = (props) => {
6838
6898
  disabled,
6839
6899
  readonly,
6840
6900
  opened,
6841
- tab = defaultProps30.tab,
6901
+ tab = defaultProps32.tab,
6842
6902
  dir,
6843
6903
  adaptive,
6844
6904
  adaptiveSettings,
6845
6905
  ...other
6846
6906
  } = props;
6847
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_jsx_runtime84.Fragment, { children: [
6848
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
6907
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
6908
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
6849
6909
  Input,
6850
6910
  {
6851
6911
  ...other,
@@ -6863,9 +6923,9 @@ var DateTimePicker = (props) => {
6863
6923
  readonly,
6864
6924
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
6865
6925
  children: [
6866
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(InputPrefix, { children: prefix }),
6867
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(InputInnerInput, { placeholder, value }),
6868
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6926
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(InputPrefix, { children: prefix }),
6927
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(InputInnerInput, { placeholder, value }),
6928
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6869
6929
  InputValidationIcon,
6870
6930
  {
6871
6931
  valid,
@@ -6874,14 +6934,14 @@ var DateTimePicker = (props) => {
6874
6934
  disabled
6875
6935
  }
6876
6936
  ),
6877
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6937
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6878
6938
  InputLoadingIcon,
6879
6939
  {
6880
6940
  loading,
6881
6941
  disabled
6882
6942
  }
6883
6943
  ),
6884
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6944
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6885
6945
  InputClearValue,
6886
6946
  {
6887
6947
  loading,
@@ -6890,8 +6950,8 @@ var DateTimePicker = (props) => {
6890
6950
  value
6891
6951
  }
6892
6952
  ),
6893
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(InputSuffix, { children: suffix }),
6894
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6953
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(InputSuffix, { children: suffix }),
6954
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6895
6955
  Button,
6896
6956
  {
6897
6957
  className: "k-input-button",
@@ -6904,9 +6964,9 @@ var DateTimePicker = (props) => {
6904
6964
  ]
6905
6965
  }
6906
6966
  ),
6907
- opened && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(DateTimeSelector, { tab, dir }) }),
6908
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6909
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6967
+ opened && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(DateTimeSelector, { tab, dir }) }),
6968
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6969
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6910
6970
  ActionSheetHeader,
6911
6971
  {
6912
6972
  actions: ["x"],
@@ -6914,29 +6974,29 @@ var DateTimePicker = (props) => {
6914
6974
  subTitle: "DD / MM / YY"
6915
6975
  }
6916
6976
  ),
6917
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6918
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6977
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6978
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6919
6979
  ] })
6920
6980
  ] });
6921
6981
  };
6922
- DateTimePicker.states = states34;
6923
- DateTimePicker.options = options31;
6982
+ DateTimePicker.states = states36;
6983
+ DateTimePicker.options = options33;
6924
6984
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
6925
- DateTimePicker.defaultProps = defaultProps30;
6985
+ DateTimePicker.defaultProps = defaultProps32;
6926
6986
 
6927
6987
  // src/datetimepicker/templates/datetimepicker-normal.tsx
6928
- var import_jsx_runtime85 = require("react/jsx-runtime");
6988
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6929
6989
 
6930
6990
  // src/datetimepicker/templates/datetimepicker-popup.tsx
6931
- var import_jsx_runtime86 = require("react/jsx-runtime");
6991
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6932
6992
 
6933
6993
  // src/datetimepicker/templates/datetimepicker-adaptive.tsx
6934
- var import_jsx_runtime87 = require("react/jsx-runtime");
6994
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6935
6995
 
6936
6996
  // src/dropdownlist/dropdownlist.spec.tsx
6937
- var import_jsx_runtime88 = require("react/jsx-runtime");
6997
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6938
6998
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6939
- var states35 = [
6999
+ var states37 = [
6940
7000
  States.hover,
6941
7001
  States.focus,
6942
7002
  States.valid,
@@ -6946,12 +7006,12 @@ var states35 = [
6946
7006
  States.loading,
6947
7007
  States.readonly
6948
7008
  ];
6949
- var options32 = {
7009
+ var options34 = {
6950
7010
  size: [Size.small, Size.medium, Size.large],
6951
7011
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6952
7012
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6953
7013
  };
6954
- var defaultProps31 = {
7014
+ var defaultProps33 = {
6955
7015
  showValue: true,
6956
7016
  arrowIconName: "caret-alt-down",
6957
7017
  size: Size.medium,
@@ -6961,7 +7021,7 @@ var defaultProps31 = {
6961
7021
  var DropdownList = (props) => {
6962
7022
  const {
6963
7023
  valueIconName,
6964
- arrowIconName = defaultProps31.arrowIconName,
7024
+ arrowIconName = defaultProps33.arrowIconName,
6965
7025
  prefix,
6966
7026
  suffix,
6967
7027
  value,
@@ -6977,13 +7037,13 @@ var DropdownList = (props) => {
6977
7037
  loading,
6978
7038
  disabled,
6979
7039
  readonly,
6980
- showValue = defaultProps31.showValue,
7040
+ showValue = defaultProps33.showValue,
6981
7041
  popup,
6982
7042
  opened,
6983
7043
  ...other
6984
7044
  } = props;
6985
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(import_jsx_runtime88.Fragment, { children: [
6986
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
7045
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(import_jsx_runtime90.Fragment, { children: [
7046
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
6987
7047
  Picker,
6988
7048
  {
6989
7049
  ...other,
@@ -7006,8 +7066,8 @@ var DropdownList = (props) => {
7006
7066
  }
7007
7067
  ),
7008
7068
  children: [
7009
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(InputPrefix, { children: prefix }),
7010
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
7069
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(InputPrefix, { children: prefix }),
7070
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
7011
7071
  InputInnerSpan,
7012
7072
  {
7013
7073
  placeholder,
@@ -7016,7 +7076,7 @@ var DropdownList = (props) => {
7016
7076
  valueIconName
7017
7077
  }
7018
7078
  ),
7019
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
7079
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
7020
7080
  InputValidationIcon,
7021
7081
  {
7022
7082
  valid,
@@ -7025,15 +7085,15 @@ var DropdownList = (props) => {
7025
7085
  disabled
7026
7086
  }
7027
7087
  ),
7028
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
7088
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
7029
7089
  InputLoadingIcon,
7030
7090
  {
7031
7091
  loading,
7032
7092
  disabled
7033
7093
  }
7034
7094
  ),
7035
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(InputSuffix, { children: suffix }),
7036
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
7095
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(InputSuffix, { children: suffix }),
7096
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
7037
7097
  Button,
7038
7098
  {
7039
7099
  className: "k-input-button",
@@ -7046,43 +7106,43 @@ var DropdownList = (props) => {
7046
7106
  ]
7047
7107
  }
7048
7108
  ),
7049
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7109
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7050
7110
  ] });
7051
7111
  };
7052
- DropdownList.states = states35;
7053
- DropdownList.options = options32;
7112
+ DropdownList.states = states37;
7113
+ DropdownList.options = options34;
7054
7114
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
7055
- DropdownList.defaultProps = defaultProps31;
7115
+ DropdownList.defaultProps = defaultProps33;
7056
7116
 
7057
7117
  // src/dropdownlist/templates/dropdownlist-normal.tsx
7058
- var import_jsx_runtime89 = require("react/jsx-runtime");
7118
+ var import_jsx_runtime91 = require("react/jsx-runtime");
7059
7119
 
7060
7120
  // src/dropdownlist/templates/dropdownlist-popup.tsx
7061
- var import_jsx_runtime90 = require("react/jsx-runtime");
7121
+ var import_jsx_runtime92 = require("react/jsx-runtime");
7062
7122
 
7063
7123
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
7064
- var import_jsx_runtime91 = require("react/jsx-runtime");
7124
+ var import_jsx_runtime93 = require("react/jsx-runtime");
7065
7125
 
7066
7126
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
7067
- var import_jsx_runtime92 = require("react/jsx-runtime");
7127
+ var import_jsx_runtime94 = require("react/jsx-runtime");
7068
7128
 
7069
7129
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
7070
- var import_jsx_runtime93 = require("react/jsx-runtime");
7130
+ var import_jsx_runtime95 = require("react/jsx-runtime");
7071
7131
 
7072
7132
  // src/chip/chip-action.tsx
7073
- var import_jsx_runtime94 = require("react/jsx-runtime");
7133
+ var import_jsx_runtime96 = require("react/jsx-runtime");
7074
7134
 
7075
7135
  // src/avatar/avatar.spec.tsx
7076
- var import_jsx_runtime95 = require("react/jsx-runtime");
7136
+ var import_jsx_runtime97 = require("react/jsx-runtime");
7077
7137
  var AVATAR_CLASSNAME = `k-avatar`;
7078
- var states36 = [
7138
+ var states38 = [
7079
7139
  States.hover,
7080
7140
  States.focus,
7081
7141
  States.active,
7082
7142
  States.selected,
7083
7143
  States.disabled
7084
7144
  ];
7085
- var options33 = {
7145
+ var options35 = {
7086
7146
  size: [Size.small, Size.medium, Size.large],
7087
7147
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7088
7148
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline],
@@ -7100,7 +7160,7 @@ var options33 = {
7100
7160
  ThemeColor.inverse
7101
7161
  ]
7102
7162
  };
7103
- var defaultProps32 = {
7163
+ var defaultProps34 = {
7104
7164
  type: "text" /* TEXT */,
7105
7165
  size: Size.medium,
7106
7166
  rounded: Roundness.full,
@@ -7110,15 +7170,15 @@ var defaultProps32 = {
7110
7170
  };
7111
7171
  var Avatar = (props) => {
7112
7172
  const {
7113
- size = defaultProps32.size,
7114
- rounded = defaultProps32.rounded,
7115
- fillMode = defaultProps32.fillMode,
7116
- themeColor = defaultProps32.themeColor,
7117
- type = defaultProps32.type,
7118
- border = defaultProps32.border,
7173
+ size = defaultProps34.size,
7174
+ rounded = defaultProps34.rounded,
7175
+ fillMode = defaultProps34.fillMode,
7176
+ themeColor = defaultProps34.themeColor,
7177
+ type = defaultProps34.type,
7178
+ border = defaultProps34.border,
7119
7179
  ...other
7120
7180
  } = props;
7121
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7181
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7122
7182
  "div",
7123
7183
  {
7124
7184
  ...other,
@@ -7135,35 +7195,35 @@ var Avatar = (props) => {
7135
7195
  [`${AVATAR_CLASSNAME}-bordered`]: border
7136
7196
  }
7137
7197
  ),
7138
- children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
7198
+ children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
7139
7199
  }
7140
7200
  );
7141
7201
  };
7142
- Avatar.states = states36;
7143
- Avatar.options = options33;
7202
+ Avatar.states = states38;
7203
+ Avatar.options = options35;
7144
7204
  Avatar.className = AVATAR_CLASSNAME;
7145
- Avatar.defaultProps = defaultProps32;
7205
+ Avatar.defaultProps = defaultProps34;
7146
7206
 
7147
7207
  // src/avatar/templates/avatar-icon.tsx
7148
- var import_jsx_runtime96 = require("react/jsx-runtime");
7208
+ var import_jsx_runtime98 = require("react/jsx-runtime");
7149
7209
 
7150
7210
  // src/avatar/templates/avatar-text.tsx
7151
- var import_jsx_runtime97 = require("react/jsx-runtime");
7211
+ var import_jsx_runtime99 = require("react/jsx-runtime");
7152
7212
 
7153
7213
  // src/avatar/templates/avatar-image.tsx
7154
- var import_jsx_runtime98 = require("react/jsx-runtime");
7214
+ var import_jsx_runtime100 = require("react/jsx-runtime");
7155
7215
 
7156
7216
  // src/chip/chip.spec.tsx
7157
- var import_jsx_runtime99 = require("react/jsx-runtime");
7217
+ var import_jsx_runtime101 = require("react/jsx-runtime");
7158
7218
  var CHIP_CLASSNAME = `k-chip`;
7159
- var states37 = [
7219
+ var states39 = [
7160
7220
  States.hover,
7161
7221
  States.focus,
7162
7222
  States.active,
7163
7223
  States.selected,
7164
7224
  States.disabled
7165
7225
  ];
7166
- var options34 = {
7226
+ var options36 = {
7167
7227
  size: [Size.small, Size.medium, Size.large],
7168
7228
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7169
7229
  fillMode: [FillMode.solid, FillMode.outline],
@@ -7175,7 +7235,7 @@ var options34 = {
7175
7235
  ThemeColor.info
7176
7236
  ]
7177
7237
  };
7178
- var defaultProps33 = {
7238
+ var defaultProps35 = {
7179
7239
  size: Size.medium,
7180
7240
  rounded: Roundness.medium,
7181
7241
  fillMode: FillMode.solid,
@@ -7183,10 +7243,10 @@ var defaultProps33 = {
7183
7243
  };
7184
7244
  var Chip = (props) => {
7185
7245
  const {
7186
- size = defaultProps33.size,
7187
- rounded = defaultProps33.rounded,
7188
- fillMode = defaultProps33.fillMode,
7189
- themeColor = defaultProps33.themeColor,
7246
+ size = defaultProps35.size,
7247
+ rounded = defaultProps35.rounded,
7248
+ fillMode = defaultProps35.fillMode,
7249
+ themeColor = defaultProps35.themeColor,
7190
7250
  text,
7191
7251
  icon,
7192
7252
  actions,
@@ -7198,7 +7258,7 @@ var Chip = (props) => {
7198
7258
  disabled,
7199
7259
  ...other
7200
7260
  } = props;
7201
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
7261
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
7202
7262
  "div",
7203
7263
  {
7204
7264
  ...other,
@@ -7220,35 +7280,35 @@ var Chip = (props) => {
7220
7280
  })
7221
7281
  ),
7222
7282
  children: [
7223
- icon && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
7224
- showAvatar && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
7225
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
7226
- actions && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("span", { className: "k-chip-actions", children: actions })
7283
+ icon && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
7284
+ showAvatar && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
7285
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
7286
+ actions && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("span", { className: "k-chip-actions", children: actions })
7227
7287
  ]
7228
7288
  }
7229
7289
  );
7230
7290
  };
7231
- Chip.states = states37;
7232
- Chip.options = options34;
7291
+ Chip.states = states39;
7292
+ Chip.options = options36;
7233
7293
  Chip.className = CHIP_CLASSNAME;
7234
- Chip.defaultProps = defaultProps33;
7294
+ Chip.defaultProps = defaultProps35;
7235
7295
 
7236
7296
  // src/chip/chip-list.spec.tsx
7237
- var import_jsx_runtime100 = require("react/jsx-runtime");
7297
+ var import_jsx_runtime102 = require("react/jsx-runtime");
7238
7298
  var CHIPLIST_CLASSNAME = `k-chip-list`;
7239
- var states38 = [];
7240
- var options35 = {
7299
+ var states40 = [];
7300
+ var options37 = {
7241
7301
  size: [Size.small, Size.medium, Size.large]
7242
7302
  };
7243
- var defaultProps34 = {
7303
+ var defaultProps36 = {
7244
7304
  size: Size.medium
7245
7305
  };
7246
7306
  var ChipList = (props) => {
7247
7307
  const {
7248
- size = defaultProps34.size,
7308
+ size = defaultProps36.size,
7249
7309
  ...other
7250
7310
  } = props;
7251
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7311
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
7252
7312
  "div",
7253
7313
  {
7254
7314
  ...other,
@@ -7263,27 +7323,27 @@ var ChipList = (props) => {
7263
7323
  }
7264
7324
  );
7265
7325
  };
7266
- ChipList.states = states38;
7267
- ChipList.options = options35;
7326
+ ChipList.states = states40;
7327
+ ChipList.options = options37;
7268
7328
  ChipList.className = CHIPLIST_CLASSNAME;
7269
- ChipList.defaultProps = defaultProps34;
7329
+ ChipList.defaultProps = defaultProps36;
7270
7330
 
7271
7331
  // src/chip/templates/chip-avatar.tsx
7272
- var import_jsx_runtime101 = require("react/jsx-runtime");
7332
+ var import_jsx_runtime103 = require("react/jsx-runtime");
7273
7333
 
7274
7334
  // src/chip/templates/chip-icon.tsx
7275
- var import_jsx_runtime102 = require("react/jsx-runtime");
7335
+ var import_jsx_runtime104 = require("react/jsx-runtime");
7276
7336
 
7277
7337
  // src/chip/templates/chip-normal.tsx
7278
- var import_jsx_runtime103 = require("react/jsx-runtime");
7338
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7279
7339
 
7280
7340
  // src/chip/templates/chip-removable.tsx
7281
- var import_jsx_runtime104 = require("react/jsx-runtime");
7341
+ var import_jsx_runtime106 = require("react/jsx-runtime");
7282
7342
 
7283
7343
  // src/multiselect/multiselect.spec.tsx
7284
- var import_jsx_runtime105 = require("react/jsx-runtime");
7344
+ var import_jsx_runtime107 = require("react/jsx-runtime");
7285
7345
  var MULTISELECT_CLASSNAME = `k-multiselect`;
7286
- var states39 = [
7346
+ var states41 = [
7287
7347
  States.hover,
7288
7348
  States.focus,
7289
7349
  States.valid,
@@ -7293,12 +7353,12 @@ var states39 = [
7293
7353
  States.loading,
7294
7354
  States.readonly
7295
7355
  ];
7296
- var options36 = {
7356
+ var options38 = {
7297
7357
  size: [Size.small, Size.medium, Size.large],
7298
7358
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7299
7359
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7300
7360
  };
7301
- var defaultProps35 = {
7361
+ var defaultProps37 = {
7302
7362
  size: Input.defaultProps.size,
7303
7363
  rounded: Input.defaultProps.rounded,
7304
7364
  fillMode: Input.defaultProps.fillMode
@@ -7328,8 +7388,8 @@ var MultiSelect = (props) => {
7328
7388
  adaptiveSettings,
7329
7389
  ...other
7330
7390
  } = props;
7331
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(import_jsx_runtime105.Fragment, { children: [
7332
- /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
7391
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
7392
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
7333
7393
  Input,
7334
7394
  {
7335
7395
  ...other,
@@ -7346,12 +7406,12 @@ var MultiSelect = (props) => {
7346
7406
  readonly,
7347
7407
  className: classNames(props.className, MULTISELECT_CLASSNAME),
7348
7408
  children: [
7349
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(InputPrefix, { children: prefix }),
7350
- /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("div", { className: "k-input-values", children: [
7351
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ChipList, { size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(import_jsx_runtime105.Fragment, { children: tags }) }),
7352
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(InputInnerInput, { placeholder, value })
7409
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputPrefix, { children: prefix }),
7410
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("div", { className: "k-input-values", children: [
7411
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ChipList, { size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(import_jsx_runtime107.Fragment, { children: tags }) }),
7412
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputInnerInput, { placeholder, value })
7353
7413
  ] }),
7354
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7414
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7355
7415
  InputValidationIcon,
7356
7416
  {
7357
7417
  valid,
@@ -7360,14 +7420,14 @@ var MultiSelect = (props) => {
7360
7420
  disabled
7361
7421
  }
7362
7422
  ),
7363
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7423
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7364
7424
  InputLoadingIcon,
7365
7425
  {
7366
7426
  loading,
7367
7427
  disabled
7368
7428
  }
7369
7429
  ),
7370
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7430
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7371
7431
  InputClearValue,
7372
7432
  {
7373
7433
  loading,
@@ -7376,8 +7436,8 @@ var MultiSelect = (props) => {
7376
7436
  value: tags ? "value" : ""
7377
7437
  }
7378
7438
  ),
7379
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(InputSuffix, { children: suffix }),
7380
- showArrowButton && /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7439
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputSuffix, { children: suffix }),
7440
+ showArrowButton && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7381
7441
  Button,
7382
7442
  {
7383
7443
  className: "k-input-button",
@@ -7390,9 +7450,9 @@ var MultiSelect = (props) => {
7390
7450
  ]
7391
7451
  }
7392
7452
  ),
7393
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(Popup, { className: "k-list-container k-multiselect-popup", children: popup }),
7394
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7395
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7453
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Popup, { className: "k-list-container k-multiselect-popup", children: popup }),
7454
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7455
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7396
7456
  ActionSheetHeader,
7397
7457
  {
7398
7458
  actions: ["x"],
@@ -7400,41 +7460,41 @@ var MultiSelect = (props) => {
7400
7460
  title: "Select Item"
7401
7461
  }
7402
7462
  ),
7403
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(List, { size: "large", children: [
7404
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ListItem, { text: "List item" }),
7405
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ListItem, { text: "List item" }),
7406
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ListItem, { text: "List item" })
7463
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(List, { size: "large", children: [
7464
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ListItem, { text: "List item" }),
7465
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ListItem, { text: "List item" }),
7466
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ListItem, { text: "List item" })
7407
7467
  ] }) })
7408
7468
  ] })
7409
7469
  ] });
7410
7470
  };
7411
- MultiSelect.states = states39;
7412
- MultiSelect.options = options36;
7471
+ MultiSelect.states = states41;
7472
+ MultiSelect.options = options38;
7413
7473
  MultiSelect.className = MULTISELECT_CLASSNAME;
7414
- MultiSelect.defaultProps = defaultProps35;
7474
+ MultiSelect.defaultProps = defaultProps37;
7415
7475
 
7416
7476
  // src/multiselect/templates/multiselect-normal.tsx
7417
- var import_jsx_runtime106 = require("react/jsx-runtime");
7477
+ var import_jsx_runtime108 = require("react/jsx-runtime");
7418
7478
 
7419
7479
  // src/multiselect/templates/multiselect-popup.tsx
7420
- var import_jsx_runtime107 = require("react/jsx-runtime");
7480
+ var import_jsx_runtime109 = require("react/jsx-runtime");
7421
7481
 
7422
7482
  // src/multiselect/templates/multiselect-value.tsx
7423
- var import_jsx_runtime108 = require("react/jsx-runtime");
7483
+ var import_jsx_runtime110 = require("react/jsx-runtime");
7424
7484
 
7425
7485
  // src/multiselect/templates/multiselect-arrow-button.tsx
7426
- var import_jsx_runtime109 = require("react/jsx-runtime");
7486
+ var import_jsx_runtime111 = require("react/jsx-runtime");
7427
7487
 
7428
7488
  // src/multiselect/templates/multiselect-adaptive.tsx
7429
- var import_jsx_runtime110 = require("react/jsx-runtime");
7489
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7430
7490
 
7431
7491
  // src/multiselect/templates/multiselect-grouping.tsx
7432
- var import_jsx_runtime111 = require("react/jsx-runtime");
7492
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7433
7493
 
7434
7494
  // src/numerictextbox/numerictextbox.spec.tsx
7435
- var import_jsx_runtime112 = require("react/jsx-runtime");
7495
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7436
7496
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
7437
- var states40 = [
7497
+ var states42 = [
7438
7498
  States.hover,
7439
7499
  States.focus,
7440
7500
  States.valid,
@@ -7444,12 +7504,12 @@ var states40 = [
7444
7504
  States.disabled,
7445
7505
  States.readonly
7446
7506
  ];
7447
- var options37 = {
7507
+ var options39 = {
7448
7508
  size: [Size.small, Size.medium, Size.large],
7449
7509
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7450
7510
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7451
7511
  };
7452
- var defaultProps36 = {
7512
+ var defaultProps38 = {
7453
7513
  showSpinButton: true,
7454
7514
  showClearButton: true,
7455
7515
  size: Input.defaultProps.size,
@@ -7471,11 +7531,11 @@ var NumericTextbox = (props) => {
7471
7531
  loading,
7472
7532
  disabled,
7473
7533
  readonly,
7474
- showClearButton = defaultProps36.showClearButton,
7475
- showSpinButton = defaultProps36.showSpinButton,
7534
+ showClearButton = defaultProps38.showClearButton,
7535
+ showSpinButton = defaultProps38.showSpinButton,
7476
7536
  ...other
7477
7537
  } = props;
7478
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
7538
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
7479
7539
  Input,
7480
7540
  {
7481
7541
  ...other,
@@ -7492,8 +7552,8 @@ var NumericTextbox = (props) => {
7492
7552
  readonly,
7493
7553
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
7494
7554
  children: [
7495
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputInnerInput, { placeholder, value }),
7496
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7555
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputInnerInput, { placeholder, value }),
7556
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7497
7557
  InputValidationIcon,
7498
7558
  {
7499
7559
  valid,
@@ -7502,14 +7562,14 @@ var NumericTextbox = (props) => {
7502
7562
  disabled
7503
7563
  }
7504
7564
  ),
7505
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7565
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7506
7566
  InputLoadingIcon,
7507
7567
  {
7508
7568
  loading,
7509
7569
  disabled
7510
7570
  }
7511
7571
  ),
7512
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7572
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7513
7573
  InputClearValue,
7514
7574
  {
7515
7575
  loading,
@@ -7518,7 +7578,7 @@ var NumericTextbox = (props) => {
7518
7578
  value
7519
7579
  }
7520
7580
  ),
7521
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7581
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7522
7582
  SpinButton,
7523
7583
  {
7524
7584
  className: "k-input-spinner",
@@ -7530,29 +7590,29 @@ var NumericTextbox = (props) => {
7530
7590
  }
7531
7591
  );
7532
7592
  };
7533
- NumericTextbox.states = states40;
7534
- NumericTextbox.options = options37;
7593
+ NumericTextbox.states = states42;
7594
+ NumericTextbox.options = options39;
7535
7595
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
7536
- NumericTextbox.defaultProps = defaultProps36;
7596
+ NumericTextbox.defaultProps = defaultProps38;
7537
7597
 
7538
7598
  // src/numerictextbox/templates/numerictextbox-normal.tsx
7539
- var import_jsx_runtime113 = require("react/jsx-runtime");
7599
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7540
7600
 
7541
7601
  // src/switch/switch.spec.tsx
7542
- var import_jsx_runtime114 = require("react/jsx-runtime");
7602
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7543
7603
  var SWITCH_CLASSNAME = `k-switch`;
7544
- var states41 = [
7604
+ var states43 = [
7545
7605
  States.hover,
7546
7606
  States.focus,
7547
7607
  States.disabled,
7548
7608
  States.checked
7549
7609
  ];
7550
- var options38 = {
7610
+ var options40 = {
7551
7611
  size: [Size.small, Size.medium, Size.large],
7552
7612
  trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7553
7613
  thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
7554
7614
  };
7555
- var defaultProps37 = {
7615
+ var defaultProps39 = {
7556
7616
  size: Size.medium,
7557
7617
  trackRounded: Roundness.full,
7558
7618
  thumbRounded: Roundness.full
@@ -7562,15 +7622,15 @@ var Switch = (props) => {
7562
7622
  checked,
7563
7623
  onLabel,
7564
7624
  offLabel,
7565
- size = defaultProps37.size,
7566
- trackRounded = defaultProps37.trackRounded,
7567
- thumbRounded = defaultProps37.thumbRounded,
7625
+ size = defaultProps39.size,
7626
+ trackRounded = defaultProps39.trackRounded,
7627
+ thumbRounded = defaultProps39.thumbRounded,
7568
7628
  hover,
7569
7629
  focus,
7570
7630
  disabled,
7571
7631
  ...other
7572
7632
  } = props;
7573
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
7633
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7574
7634
  "span",
7575
7635
  {
7576
7636
  ...other,
@@ -7591,7 +7651,7 @@ var Switch = (props) => {
7591
7651
  }
7592
7652
  ),
7593
7653
  children: [
7594
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
7654
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7595
7655
  "span",
7596
7656
  {
7597
7657
  className: classNames(
@@ -7601,12 +7661,12 @@ var Switch = (props) => {
7601
7661
  })
7602
7662
  ),
7603
7663
  children: [
7604
- onLabel && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
7605
- offLabel && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-switch-label-off", children: offLabel })
7664
+ onLabel && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
7665
+ offLabel && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-switch-label-off", children: offLabel })
7606
7666
  ]
7607
7667
  }
7608
7668
  ),
7609
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7669
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7610
7670
  "span",
7611
7671
  {
7612
7672
  className: classNames(
@@ -7621,21 +7681,21 @@ var Switch = (props) => {
7621
7681
  }
7622
7682
  );
7623
7683
  };
7624
- Switch.states = states41;
7625
- Switch.options = options38;
7684
+ Switch.states = states43;
7685
+ Switch.options = options40;
7626
7686
  Switch.className = SWITCH_CLASSNAME;
7627
- Switch.defaultProps = defaultProps37;
7687
+ Switch.defaultProps = defaultProps39;
7628
7688
 
7629
7689
  // src/switch/templates/switch-normal.tsx
7630
- var import_jsx_runtime115 = require("react/jsx-runtime");
7690
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7631
7691
 
7632
7692
  // src/switch/templates/switch-checked.tsx
7633
- var import_jsx_runtime116 = require("react/jsx-runtime");
7693
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7634
7694
 
7635
7695
  // src/timepicker/timepicker.spec.tsx
7636
- var import_jsx_runtime117 = require("react/jsx-runtime");
7696
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7637
7697
  var TIMEPICKER_CLASSNAME = `k-timepicker`;
7638
- var states42 = [
7698
+ var states44 = [
7639
7699
  States.hover,
7640
7700
  States.focus,
7641
7701
  States.valid,
@@ -7645,12 +7705,12 @@ var states42 = [
7645
7705
  States.loading,
7646
7706
  States.readonly
7647
7707
  ];
7648
- var options39 = {
7708
+ var options41 = {
7649
7709
  size: [Size.small, Size.medium, Size.large],
7650
7710
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7651
7711
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7652
7712
  };
7653
- var defaultProps38 = {
7713
+ var defaultProps40 = {
7654
7714
  size: Input.defaultProps.size,
7655
7715
  rounded: Input.defaultProps.rounded,
7656
7716
  fillMode: Input.defaultProps.fillMode
@@ -7677,8 +7737,8 @@ var TimePicker = (props) => {
7677
7737
  adaptiveSettings,
7678
7738
  ...other
7679
7739
  } = props;
7680
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(import_jsx_runtime117.Fragment, { children: [
7681
- /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
7740
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_jsx_runtime119.Fragment, { children: [
7741
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7682
7742
  Input,
7683
7743
  {
7684
7744
  ...other,
@@ -7695,9 +7755,9 @@ var TimePicker = (props) => {
7695
7755
  readonly,
7696
7756
  className: classNames(props.className, TIMEPICKER_CLASSNAME),
7697
7757
  children: [
7698
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(InputPrefix, { children: prefix }),
7699
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(InputInnerInput, { placeholder, value }),
7700
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7758
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(InputPrefix, { children: prefix }),
7759
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(InputInnerInput, { placeholder, value }),
7760
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7701
7761
  InputValidationIcon,
7702
7762
  {
7703
7763
  valid,
@@ -7706,14 +7766,14 @@ var TimePicker = (props) => {
7706
7766
  disabled
7707
7767
  }
7708
7768
  ),
7709
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7769
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7710
7770
  InputLoadingIcon,
7711
7771
  {
7712
7772
  loading,
7713
7773
  disabled
7714
7774
  }
7715
7775
  ),
7716
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7776
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7717
7777
  InputClearValue,
7718
7778
  {
7719
7779
  loading,
@@ -7722,8 +7782,8 @@ var TimePicker = (props) => {
7722
7782
  value
7723
7783
  }
7724
7784
  ),
7725
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(InputSuffix, { children: suffix }),
7726
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7785
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(InputSuffix, { children: suffix }),
7786
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7727
7787
  Button,
7728
7788
  {
7729
7789
  className: "k-input-button",
@@ -7736,15 +7796,15 @@ var TimePicker = (props) => {
7736
7796
  ]
7737
7797
  }
7738
7798
  ),
7739
- opened && /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(Popup, { className: "k-list-container k-timepicker-popup", children: [
7740
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7741
- /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
7742
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
7743
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
7799
+ opened && /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(Popup, { className: "k-list-container k-timepicker-popup", children: [
7800
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7801
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
7802
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
7803
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
7744
7804
  ] })
7745
7805
  ] }),
7746
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7747
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7806
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7807
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7748
7808
  ActionSheetHeader,
7749
7809
  {
7750
7810
  actions: ["x"],
@@ -7752,148 +7812,148 @@ var TimePicker = (props) => {
7752
7812
  subTitle: "DD / MM / YY"
7753
7813
  }
7754
7814
  ),
7755
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7756
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
7815
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7816
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
7757
7817
  ] })
7758
7818
  ] });
7759
7819
  };
7760
- TimePicker.states = states42;
7761
- TimePicker.options = options39;
7820
+ TimePicker.states = states44;
7821
+ TimePicker.options = options41;
7762
7822
  TimePicker.className = TIMEPICKER_CLASSNAME;
7763
- TimePicker.defaultProps = defaultProps38;
7823
+ TimePicker.defaultProps = defaultProps40;
7764
7824
 
7765
7825
  // src/timepicker/templates/timepicker-normal.tsx
7766
- var import_jsx_runtime118 = require("react/jsx-runtime");
7826
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7767
7827
 
7768
7828
  // src/timepicker/templates/timepicker-popup.tsx
7769
- var import_jsx_runtime119 = require("react/jsx-runtime");
7829
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7770
7830
 
7771
7831
  // src/timepicker/templates/timepicker-adaptive.tsx
7772
- var import_jsx_runtime120 = require("react/jsx-runtime");
7832
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7773
7833
 
7774
7834
  // src/grid/tests/grid-editing-custom-editor.tsx
7775
- var import_jsx_runtime121 = require("react/jsx-runtime");
7776
- var grid_editing_custom_editor_default = () => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(import_jsx_runtime121.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
7777
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-grid-aria-root", children: [
7778
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7779
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("colgroup", { children: [
7780
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", { style: { width: "68px" } }),
7781
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7782
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7783
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7784
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {})
7835
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7836
+ var grid_editing_custom_editor_default = () => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_jsx_runtime123.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
7837
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { className: "k-grid-aria-root", children: [
7838
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7839
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("colgroup", { children: [
7840
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", { style: { width: "68px" } }),
7841
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7842
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7843
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7844
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {})
7785
7845
  ] }),
7786
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row", children: [
7787
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header" }),
7788
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Autocomplete" }) }) }) }),
7789
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Combobox" }) }) }) }),
7790
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Dropdown" }) }) }) }),
7791
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Multiselect" }) }) }) })
7846
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row", children: [
7847
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header" }),
7848
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Autocomplete" }) }) }) }),
7849
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Combobox" }) }) }) }),
7850
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Dropdown" }) }) }) }),
7851
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Multiselect" }) }) }) })
7792
7852
  ] }) })
7793
7853
  ] }) }) }),
7794
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7795
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("colgroup", { children: [
7796
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", { style: { width: "68px" } }),
7797
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7798
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7799
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7800
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {})
7854
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7855
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("colgroup", { children: [
7856
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", { style: { width: "68px" } }),
7857
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7858
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7859
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7860
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {})
7801
7861
  ] }),
7802
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tbody", { className: "k-table-tbody", children: [
7803
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7804
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: "LTR" }),
7805
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Autocomplete, { placeholder: "Autocomplete..." }) }),
7806
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Combobox, { placeholder: "Combobox..." }) }),
7807
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(DropdownList, { placeholder: "DropdownList..." }) }),
7808
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(MultiSelect, { placeholder: "Multiselect..." }) })
7862
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tbody", { className: "k-table-tbody", children: [
7863
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7864
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: "LTR" }),
7865
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Autocomplete, { placeholder: "Autocomplete..." }) }),
7866
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Combobox, { placeholder: "Combobox..." }) }),
7867
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(DropdownList, { placeholder: "DropdownList..." }) }),
7868
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(MultiSelect, { placeholder: "Multiselect..." }) })
7809
7869
  ] }),
7810
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7811
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: "RTL" }),
7812
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
7813
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
7814
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
7815
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
7870
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7871
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: "RTL" }),
7872
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
7873
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
7874
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
7875
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
7816
7876
  ] })
7817
7877
  ] })
7818
7878
  ] }) }) }) })
7819
7879
  ] }) }),
7820
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-grid-aria-root", style: { overflow: "visible" }, children: [
7821
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7822
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("colgroup", { children: [
7823
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", { style: { width: "68px" } }),
7824
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7825
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7826
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7827
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {})
7880
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { className: "k-grid-aria-root", style: { overflow: "visible" }, children: [
7881
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7882
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("colgroup", { children: [
7883
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", { style: { width: "68px" } }),
7884
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7885
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7886
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7887
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {})
7828
7888
  ] }),
7829
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row", children: [
7830
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header" }),
7831
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Datepicker" }) }) }) }),
7832
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Timepicker" }) }) }) }),
7833
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Datetime" }) }) }) }),
7834
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Dateinput" }) }) }) })
7889
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row", children: [
7890
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header" }),
7891
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Datepicker" }) }) }) }),
7892
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Timepicker" }) }) }) }),
7893
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Datetime" }) }) }) }),
7894
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Dateinput" }) }) }) })
7835
7895
  ] }) })
7836
7896
  ] }) }) }),
7837
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-container", style: { overflow: "visible" }, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-content", style: { overflow: "visible" }, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7838
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("colgroup", { children: [
7839
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", { style: { width: "68px" } }),
7840
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7841
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7842
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7843
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {})
7897
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-container", style: { overflow: "visible" }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-content", style: { overflow: "visible" }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7898
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("colgroup", { children: [
7899
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", { style: { width: "68px" } }),
7900
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7901
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7902
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7903
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {})
7844
7904
  ] }),
7845
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tbody", { className: "k-table-tbody", children: [
7846
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7847
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: "LTR" }),
7848
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(DatePicker, { placeholder: "DatePicker..." }) }),
7849
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(TimePicker, { placeholder: "TimePicker..." }) }),
7850
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
7851
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(DateInput, { placeholder: "DateInput..." }) })
7905
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tbody", { className: "k-table-tbody", children: [
7906
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7907
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: "LTR" }),
7908
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(DatePicker, { placeholder: "DatePicker..." }) }),
7909
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(TimePicker, { placeholder: "TimePicker..." }) }),
7910
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
7911
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(DateInput, { placeholder: "DateInput..." }) })
7852
7912
  ] }),
7853
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7854
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: "RTL" }),
7855
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
7856
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
7857
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
7858
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
7913
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7914
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: "RTL" }),
7915
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
7916
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
7917
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
7918
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
7859
7919
  ] })
7860
7920
  ] })
7861
7921
  ] }) }) }) })
7862
7922
  ] }) }),
7863
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-grid-aria-root", children: [
7864
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7865
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("colgroup", { children: [
7866
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", { style: { width: "68px" } }),
7867
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7868
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7869
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {})
7923
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { className: "k-grid-aria-root", children: [
7924
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7925
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("colgroup", { children: [
7926
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", { style: { width: "68px" } }),
7927
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7928
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7929
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {})
7870
7930
  ] }),
7871
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row", children: [
7872
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header" }),
7873
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Numeric" }) }) }) }),
7874
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "k-column-title", children: "Switch" }) }) }) }),
7875
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("th", { className: "k-table-th k-header" })
7931
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row", children: [
7932
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header" }),
7933
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Numeric" }) }) }) }),
7934
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-column-title", children: "Switch" }) }) }) }),
7935
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("th", { className: "k-table-th k-header" })
7876
7936
  ] }) })
7877
7937
  ] }) }) }),
7878
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7879
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("colgroup", { children: [
7880
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", { style: { width: "68px" } }),
7881
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7882
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {}),
7883
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("col", {})
7938
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7939
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("colgroup", { children: [
7940
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", { style: { width: "68px" } }),
7941
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7942
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {}),
7943
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("col", {})
7884
7944
  ] }),
7885
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tbody", { className: "k-table-tbody", children: [
7886
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7887
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: "LTR" }),
7888
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { placeholder: "Numeric..." }) }),
7889
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Switch, { checked: true }) }),
7890
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td" })
7945
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tbody", { className: "k-table-tbody", children: [
7946
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7947
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: "LTR" }),
7948
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(NumericTextbox, { placeholder: "Numeric..." }) }),
7949
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Switch, { checked: true }) }),
7950
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td" })
7891
7951
  ] }),
7892
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7893
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: "RTL" }),
7894
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
7895
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Switch, { checked: true, className: "k-rtl" }) }),
7896
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("td", { className: "k-table-td" })
7952
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7953
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: "RTL" }),
7954
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
7955
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Switch, { checked: true, className: "k-rtl" }) }),
7956
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("td", { className: "k-table-td" })
7897
7957
  ] })
7898
7958
  ] })
7899
7959
  ] }) }) }) })