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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -4571,16 +4571,76 @@ Checkbox.options = options7;
4571
4571
  Checkbox.className = CHECKBOX_CLASSNAME;
4572
4572
  Checkbox.defaultProps = defaultProps7;
4573
4573
 
4574
- // src/checkbox/templates/checkbox-label.tsx
4575
- import { Fragment as Fragment6, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
4574
+ // src/checkbox/checkbox-group.spec.tsx
4575
+ import { jsx as jsx11 } from "react/jsx-runtime";
4576
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4577
+ var states8 = [];
4578
+ var options8 = {};
4579
+ var defaultProps8 = {
4580
+ layout: "vertical"
4581
+ };
4582
+ var CheckboxGroup = (props) => {
4583
+ const {
4584
+ layout = defaultProps8.layout,
4585
+ ...other
4586
+ } = props;
4587
+ return /* @__PURE__ */ jsx11(
4588
+ "ul",
4589
+ {
4590
+ ...other,
4591
+ className: classNames(
4592
+ props.className,
4593
+ CHECKBOXGROUP_CLASSNAME,
4594
+ {
4595
+ [`k-list-${layout}`]: layout
4596
+ }
4597
+ ),
4598
+ children: props.children
4599
+ }
4600
+ );
4601
+ };
4602
+ CheckboxGroup.states = states8;
4603
+ CheckboxGroup.options = options8;
4604
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4605
+ CheckboxGroup.defaultProps = defaultProps8;
4576
4606
 
4577
- // src/checkbox/templates/checkbox-normal.tsx
4607
+ // src/checkbox/checkbox-item.spec.tsx
4578
4608
  import { jsx as jsx12 } from "react/jsx-runtime";
4609
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4610
+ var states9 = [];
4611
+ var options9 = {};
4612
+ var defaultProps9 = {};
4613
+ var CheckboxItem = (props) => {
4614
+ const {
4615
+ ...other
4616
+ } = props;
4617
+ return /* @__PURE__ */ jsx12(
4618
+ "li",
4619
+ {
4620
+ ...other,
4621
+ className: classNames(
4622
+ props.className,
4623
+ CHECKBOXITEM_CLASSNAME
4624
+ ),
4625
+ children: props.children
4626
+ }
4627
+ );
4628
+ };
4629
+ CheckboxItem.states = states9;
4630
+ CheckboxItem.options = options9;
4631
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4632
+ CheckboxItem.defaultProps = defaultProps9;
4633
+
4634
+ // src/checkbox/templates/checkbox-with-label.tsx
4635
+ import { Fragment as Fragment6, jsx as jsx13, jsxs as jsxs3 } from "react/jsx-runtime";
4636
+
4637
+ // src/checkbox/templates/checkbox-normal.tsx
4638
+ import { jsx as jsx14 } from "react/jsx-runtime";
4579
4639
 
4580
4640
  // src/input/input.spec.tsx
4581
- import { jsx as jsx13 } from "react/jsx-runtime";
4641
+ import { jsx as jsx15 } from "react/jsx-runtime";
4582
4642
  var INPUT_CLASSNAME = `k-input`;
4583
- var states8 = [
4643
+ var states10 = [
4584
4644
  States.hover,
4585
4645
  States.focus,
4586
4646
  States.valid,
@@ -4590,12 +4650,12 @@ var states8 = [
4590
4650
  States.loading,
4591
4651
  States.readonly
4592
4652
  ];
4593
- var options8 = {
4653
+ var options10 = {
4594
4654
  size: [Size.small, Size.medium, Size.large],
4595
4655
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4596
4656
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4597
4657
  };
4598
- var defaultProps8 = {
4658
+ var defaultProps10 = {
4599
4659
  size: Size.medium,
4600
4660
  rounded: Size.medium,
4601
4661
  fillMode: FillMode.solid
@@ -4609,12 +4669,12 @@ var Input = (props) => {
4609
4669
  valid,
4610
4670
  loading,
4611
4671
  readonly,
4612
- size = defaultProps8.size,
4613
- rounded = defaultProps8.rounded,
4614
- fillMode = defaultProps8.fillMode,
4672
+ size = defaultProps10.size,
4673
+ rounded = defaultProps10.rounded,
4674
+ fillMode = defaultProps10.fillMode,
4615
4675
  ...other
4616
4676
  } = props;
4617
- return /* @__PURE__ */ jsx13(
4677
+ return /* @__PURE__ */ jsx15(
4618
4678
  "span",
4619
4679
  {
4620
4680
  ...other,
@@ -4627,13 +4687,13 @@ var Input = (props) => {
4627
4687
  }
4628
4688
  );
4629
4689
  };
4630
- Input.states = states8;
4631
- Input.options = options8;
4690
+ Input.states = states10;
4691
+ Input.options = options10;
4632
4692
  Input.className = INPUT_CLASSNAME;
4633
- Input.defaultProps = defaultProps8;
4693
+ Input.defaultProps = defaultProps10;
4634
4694
 
4635
4695
  // src/input/picker.spec.tsx
4636
- import { jsx as jsx14 } from "react/jsx-runtime";
4696
+ import { jsx as jsx16 } from "react/jsx-runtime";
4637
4697
  var PICKER_CLASSNAME = `k-picker`;
4638
4698
  var pickerStates = [
4639
4699
  States.hover,
@@ -4650,7 +4710,7 @@ var pickerOptions = {
4650
4710
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4651
4711
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4652
4712
  };
4653
- var defaultProps9 = {
4713
+ var defaultProps11 = {
4654
4714
  size: Size.medium,
4655
4715
  rounded: Roundness.medium,
4656
4716
  fillMode: FillMode.solid
@@ -4664,12 +4724,12 @@ var Picker = (props) => {
4664
4724
  valid,
4665
4725
  loading,
4666
4726
  readonly,
4667
- size = defaultProps9.size,
4668
- rounded = defaultProps9.rounded,
4669
- fillMode = defaultProps9.fillMode,
4727
+ size = defaultProps11.size,
4728
+ rounded = defaultProps11.rounded,
4729
+ fillMode = defaultProps11.fillMode,
4670
4730
  ...other
4671
4731
  } = props;
4672
- return /* @__PURE__ */ jsx14(
4732
+ return /* @__PURE__ */ jsx16(
4673
4733
  "span",
4674
4734
  {
4675
4735
  ...other,
@@ -4686,17 +4746,17 @@ var Picker = (props) => {
4686
4746
  Picker.states = pickerStates;
4687
4747
  Picker.options = pickerOptions;
4688
4748
  Picker.className = PICKER_CLASSNAME;
4689
- Picker.defaultProps = defaultProps9;
4749
+ Picker.defaultProps = defaultProps11;
4690
4750
 
4691
4751
  // src/input/input-clear-value.tsx
4692
- import { Fragment as Fragment7, jsx as jsx15 } from "react/jsx-runtime";
4752
+ import { Fragment as Fragment7, jsx as jsx17 } from "react/jsx-runtime";
4693
4753
  var className = `k-clear-value`;
4694
- var states9 = [
4754
+ var states11 = [
4695
4755
  States.disabled,
4696
4756
  States.loading,
4697
4757
  States.readonly
4698
4758
  ];
4699
- var options9 = {};
4759
+ var options11 = {};
4700
4760
  var InputClearValue = (props) => {
4701
4761
  const {
4702
4762
  disabled,
@@ -4705,20 +4765,20 @@ var InputClearValue = (props) => {
4705
4765
  value
4706
4766
  } = props;
4707
4767
  if (disabled || readonly || loading || !value) {
4708
- return /* @__PURE__ */ jsx15(Fragment7, {});
4768
+ return /* @__PURE__ */ jsx17(Fragment7, {});
4709
4769
  }
4710
- return /* @__PURE__ */ jsx15("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx15(Icon, { icon: "x" }) });
4770
+ return /* @__PURE__ */ jsx17("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx17(Icon, { icon: "x" }) });
4711
4771
  };
4712
- InputClearValue.states = states9;
4713
- InputClearValue.options = options9;
4772
+ InputClearValue.states = states11;
4773
+ InputClearValue.options = options11;
4714
4774
  InputClearValue.className = className;
4715
4775
 
4716
4776
  // src/input/input-inner-input.tsx
4717
- import { jsx as jsx16 } from "react/jsx-runtime";
4777
+ import { jsx as jsx18 } from "react/jsx-runtime";
4718
4778
  var className2 = `k-input-inner`;
4719
- var states10 = [];
4720
- var options10 = {};
4721
- var defaultProps10 = {
4779
+ var states12 = [];
4780
+ var options12 = {};
4781
+ var defaultProps12 = {
4722
4782
  type: "text",
4723
4783
  autocomplete: "off",
4724
4784
  value: "",
@@ -4726,13 +4786,13 @@ var defaultProps10 = {
4726
4786
  };
4727
4787
  var InputInnerInput = (props) => {
4728
4788
  const {
4729
- value = defaultProps10.value,
4730
- type = defaultProps10.type,
4731
- placeholder = defaultProps10.placeholder,
4732
- autocomplete = defaultProps10.autocomplete,
4789
+ value = defaultProps12.value,
4790
+ type = defaultProps12.type,
4791
+ placeholder = defaultProps12.placeholder,
4792
+ autocomplete = defaultProps12.autocomplete,
4733
4793
  ...other
4734
4794
  } = props;
4735
- return /* @__PURE__ */ jsx16(
4795
+ return /* @__PURE__ */ jsx18(
4736
4796
  "input",
4737
4797
  {
4738
4798
  ...other,
@@ -4744,15 +4804,15 @@ var InputInnerInput = (props) => {
4744
4804
  }
4745
4805
  );
4746
4806
  };
4747
- InputInnerInput.states = states10;
4748
- InputInnerInput.options = options10;
4807
+ InputInnerInput.states = states12;
4808
+ InputInnerInput.options = options12;
4749
4809
  InputInnerInput.className = className2;
4750
4810
 
4751
4811
  // src/input/input-inner-span.tsx
4752
- import { jsx as jsx17, jsxs as jsxs4 } from "react/jsx-runtime";
4812
+ import { jsx as jsx19, jsxs as jsxs4 } from "react/jsx-runtime";
4753
4813
  var className3 = `k-input-inner`;
4754
- var states11 = [];
4755
- var options11 = {};
4814
+ var states13 = [];
4815
+ var options13 = {};
4756
4816
  var InputInnerSpan = (props) => {
4757
4817
  const {
4758
4818
  value,
@@ -4769,34 +4829,34 @@ var InputInnerSpan = (props) => {
4769
4829
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4770
4830
  children: [
4771
4831
  valueIcon,
4772
- !valueIcon && valueIconName && /* @__PURE__ */ jsx17(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4832
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx19(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4773
4833
  showValue && !value && placeholder,
4774
- showValue && value && /* @__PURE__ */ jsx17("span", { className: "k-input-value-text", children: value })
4834
+ showValue && value && /* @__PURE__ */ jsx19("span", { className: "k-input-value-text", children: value })
4775
4835
  ]
4776
4836
  }
4777
4837
  );
4778
4838
  };
4779
- InputInnerSpan.states = states11;
4780
- InputInnerSpan.options = options11;
4839
+ InputInnerSpan.states = states13;
4840
+ InputInnerSpan.options = options13;
4781
4841
  InputInnerSpan.className = className3;
4782
4842
 
4783
4843
  // src/input/input-inner-textarea.tsx
4784
- import { jsx as jsx18 } from "react/jsx-runtime";
4785
- var defaultProps11 = {
4844
+ import { jsx as jsx20 } from "react/jsx-runtime";
4845
+ var defaultProps13 = {
4786
4846
  value: "",
4787
4847
  placeholder: ""
4788
4848
  };
4789
4849
  var className4 = `k-input-inner`;
4790
- var states12 = [];
4791
- var options12 = {};
4850
+ var states14 = [];
4851
+ var options14 = {};
4792
4852
  var InputInnerTextarea = (props) => {
4793
4853
  const {
4794
- value = defaultProps11.value,
4795
- placeholder = defaultProps11.placeholder,
4854
+ value = defaultProps13.value,
4855
+ placeholder = defaultProps13.placeholder,
4796
4856
  rows,
4797
4857
  ...other
4798
4858
  } = props;
4799
- return /* @__PURE__ */ jsx18(
4859
+ return /* @__PURE__ */ jsx20(
4800
4860
  "textarea",
4801
4861
  {
4802
4862
  ...other,
@@ -4807,14 +4867,14 @@ var InputInnerTextarea = (props) => {
4807
4867
  }
4808
4868
  );
4809
4869
  };
4810
- InputInnerTextarea.states = states12;
4811
- InputInnerTextarea.options = options12;
4870
+ InputInnerTextarea.states = states14;
4871
+ InputInnerTextarea.options = options14;
4812
4872
  InputInnerTextarea.className = className4;
4813
4873
 
4814
4874
  // src/input/input-loading-icon.tsx
4815
- import { Fragment as Fragment8, jsx as jsx19 } from "react/jsx-runtime";
4875
+ import { Fragment as Fragment8, jsx as jsx21 } from "react/jsx-runtime";
4816
4876
  var className5 = `k-input-loading-icon`;
4817
- var states13 = [
4877
+ var states15 = [
4818
4878
  States.disabled,
4819
4879
  States.loading
4820
4880
  ];
@@ -4824,21 +4884,21 @@ var InputLoadingIcon = (props) => {
4824
4884
  loading
4825
4885
  } = props;
4826
4886
  if (disabled || !loading) {
4827
- return /* @__PURE__ */ jsx19(Fragment8, {});
4887
+ return /* @__PURE__ */ jsx21(Fragment8, {});
4828
4888
  }
4829
- return /* @__PURE__ */ jsx19(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4889
+ return /* @__PURE__ */ jsx21(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4830
4890
  };
4831
4891
 
4832
4892
  // src/input/input-validation-icon.tsx
4833
- import { Fragment as Fragment9, jsx as jsx20 } from "react/jsx-runtime";
4893
+ import { Fragment as Fragment9, jsx as jsx22 } from "react/jsx-runtime";
4834
4894
  var className6 = `k-input-validation-icon`;
4835
- var states14 = [
4895
+ var states16 = [
4836
4896
  States.valid,
4837
4897
  States.invalid,
4838
4898
  States.disabled,
4839
4899
  States.loading
4840
4900
  ];
4841
- var options13 = {};
4901
+ var options15 = {};
4842
4902
  var InputValidationIcon = (props) => {
4843
4903
  const {
4844
4904
  valid,
@@ -4849,53 +4909,53 @@ var InputValidationIcon = (props) => {
4849
4909
  const iconName = invalid ? "exclamation-circle" : "check";
4850
4910
  const renderValidationIcon = Boolean(valid || invalid);
4851
4911
  if (disabled || loading || !renderValidationIcon) {
4852
- return /* @__PURE__ */ jsx20(Fragment9, {});
4912
+ return /* @__PURE__ */ jsx22(Fragment9, {});
4853
4913
  }
4854
- return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
4914
+ return /* @__PURE__ */ jsx22(Icon, { className: classNames(className6), icon: iconName });
4855
4915
  };
4856
- InputValidationIcon.states = states14;
4857
- InputValidationIcon.options = options13;
4916
+ InputValidationIcon.states = states16;
4917
+ InputValidationIcon.options = options15;
4858
4918
  InputValidationIcon.className = className6;
4859
4919
 
4860
4920
  // src/input/input-prefix.tsx
4861
- import { Fragment as Fragment10, jsx as jsx21 } from "react/jsx-runtime";
4921
+ import { Fragment as Fragment10, jsx as jsx23 } from "react/jsx-runtime";
4862
4922
  var className7 = `k-input-prefix`;
4863
4923
  var InputPrefix = (props) => {
4864
4924
  if (!props.children) {
4865
- return /* @__PURE__ */ jsx21(Fragment10, {});
4925
+ return /* @__PURE__ */ jsx23(Fragment10, {});
4866
4926
  }
4867
- return /* @__PURE__ */ jsx21("span", { className: classNames(className7, props.className), children: props.children });
4927
+ return /* @__PURE__ */ jsx23("span", { className: classNames(className7, props.className), children: props.children });
4868
4928
  };
4869
4929
 
4870
4930
  // src/input/input-suffix.tsx
4871
- import { Fragment as Fragment11, jsx as jsx22 } from "react/jsx-runtime";
4931
+ import { Fragment as Fragment11, jsx as jsx24 } from "react/jsx-runtime";
4872
4932
  var className8 = `k-input-suffix`;
4873
4933
  var InputSuffix = (props) => {
4874
4934
  if (!props.children) {
4875
- return /* @__PURE__ */ jsx22(Fragment11, {});
4935
+ return /* @__PURE__ */ jsx24(Fragment11, {});
4876
4936
  }
4877
- return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4937
+ return /* @__PURE__ */ jsx24("span", { className: classNames(className8, props.className), children: props.children });
4878
4938
  };
4879
4939
 
4880
4940
  // src/input/input-separator.tsx
4881
- import { jsx as jsx23 } from "react/jsx-runtime";
4941
+ import { jsx as jsx25 } from "react/jsx-runtime";
4882
4942
 
4883
4943
  // src/spinbutton/spinbutton.spec.tsx
4884
- import { jsx as jsx24, jsxs as jsxs5 } from "react/jsx-runtime";
4944
+ import { jsx as jsx26, jsxs as jsxs5 } from "react/jsx-runtime";
4885
4945
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
4886
- var states15 = [];
4887
- var options14 = {
4946
+ var states17 = [];
4947
+ var options16 = {
4888
4948
  size: [Size.small, Size.medium, Size.large],
4889
4949
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4890
4950
  };
4891
- var defaultProps12 = {
4951
+ var defaultProps14 = {
4892
4952
  size: Size.medium,
4893
4953
  fillMode: FillMode.solid
4894
4954
  };
4895
4955
  var SpinButton = (props) => {
4896
4956
  const {
4897
- size = defaultProps12.size,
4898
- fillMode = defaultProps12.fillMode,
4957
+ size = defaultProps14.size,
4958
+ fillMode = defaultProps14.fillMode,
4899
4959
  ...other
4900
4960
  } = props;
4901
4961
  return /* @__PURE__ */ jsxs5(
@@ -4907,7 +4967,7 @@ var SpinButton = (props) => {
4907
4967
  props.className
4908
4968
  ),
4909
4969
  children: [
4910
- /* @__PURE__ */ jsx24(
4970
+ /* @__PURE__ */ jsx26(
4911
4971
  Button,
4912
4972
  {
4913
4973
  className: "k-spinner-increase",
@@ -4917,7 +4977,7 @@ var SpinButton = (props) => {
4917
4977
  fillMode
4918
4978
  }
4919
4979
  ),
4920
- /* @__PURE__ */ jsx24(
4980
+ /* @__PURE__ */ jsx26(
4921
4981
  Button,
4922
4982
  {
4923
4983
  className: "k-spinner-decrease",
@@ -4931,15 +4991,15 @@ var SpinButton = (props) => {
4931
4991
  }
4932
4992
  );
4933
4993
  };
4934
- SpinButton.states = states15;
4935
- SpinButton.options = options14;
4994
+ SpinButton.states = states17;
4995
+ SpinButton.options = options16;
4936
4996
  SpinButton.className = SPINBUTTON_CLASSNAME;
4937
- SpinButton.defaultProps = defaultProps12;
4997
+ SpinButton.defaultProps = defaultProps14;
4938
4998
 
4939
4999
  // src/numerictextbox/numerictextbox.spec.tsx
4940
- import { jsx as jsx25, jsxs as jsxs6 } from "react/jsx-runtime";
5000
+ import { jsx as jsx27, jsxs as jsxs6 } from "react/jsx-runtime";
4941
5001
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
4942
- var states16 = [
5002
+ var states18 = [
4943
5003
  States.hover,
4944
5004
  States.focus,
4945
5005
  States.valid,
@@ -4949,12 +5009,12 @@ var states16 = [
4949
5009
  States.disabled,
4950
5010
  States.readonly
4951
5011
  ];
4952
- var options15 = {
5012
+ var options17 = {
4953
5013
  size: [Size.small, Size.medium, Size.large],
4954
5014
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4955
5015
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4956
5016
  };
4957
- var defaultProps13 = {
5017
+ var defaultProps15 = {
4958
5018
  showSpinButton: true,
4959
5019
  showClearButton: true,
4960
5020
  size: Input.defaultProps.size,
@@ -4976,8 +5036,8 @@ var NumericTextbox = (props) => {
4976
5036
  loading,
4977
5037
  disabled,
4978
5038
  readonly,
4979
- showClearButton = defaultProps13.showClearButton,
4980
- showSpinButton = defaultProps13.showSpinButton,
5039
+ showClearButton = defaultProps15.showClearButton,
5040
+ showSpinButton = defaultProps15.showSpinButton,
4981
5041
  ...other
4982
5042
  } = props;
4983
5043
  return /* @__PURE__ */ jsxs6(
@@ -4997,8 +5057,8 @@ var NumericTextbox = (props) => {
4997
5057
  readonly,
4998
5058
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
4999
5059
  children: [
5000
- /* @__PURE__ */ jsx25(InputInnerInput, { placeholder, value }),
5001
- /* @__PURE__ */ jsx25(
5060
+ /* @__PURE__ */ jsx27(InputInnerInput, { placeholder, value }),
5061
+ /* @__PURE__ */ jsx27(
5002
5062
  InputValidationIcon,
5003
5063
  {
5004
5064
  valid,
@@ -5007,14 +5067,14 @@ var NumericTextbox = (props) => {
5007
5067
  disabled
5008
5068
  }
5009
5069
  ),
5010
- /* @__PURE__ */ jsx25(
5070
+ /* @__PURE__ */ jsx27(
5011
5071
  InputLoadingIcon,
5012
5072
  {
5013
5073
  loading,
5014
5074
  disabled
5015
5075
  }
5016
5076
  ),
5017
- showClearButton && /* @__PURE__ */ jsx25(
5077
+ showClearButton && /* @__PURE__ */ jsx27(
5018
5078
  InputClearValue,
5019
5079
  {
5020
5080
  loading,
@@ -5023,7 +5083,7 @@ var NumericTextbox = (props) => {
5023
5083
  value
5024
5084
  }
5025
5085
  ),
5026
- showSpinButton && /* @__PURE__ */ jsx25(
5086
+ showSpinButton && /* @__PURE__ */ jsx27(
5027
5087
  SpinButton,
5028
5088
  {
5029
5089
  className: "k-input-spinner",
@@ -5035,18 +5095,18 @@ var NumericTextbox = (props) => {
5035
5095
  }
5036
5096
  );
5037
5097
  };
5038
- NumericTextbox.states = states16;
5039
- NumericTextbox.options = options15;
5098
+ NumericTextbox.states = states18;
5099
+ NumericTextbox.options = options17;
5040
5100
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5041
- NumericTextbox.defaultProps = defaultProps13;
5101
+ NumericTextbox.defaultProps = defaultProps15;
5042
5102
 
5043
5103
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5044
- import { jsx as jsx26 } from "react/jsx-runtime";
5104
+ import { jsx as jsx28 } from "react/jsx-runtime";
5045
5105
 
5046
5106
  // src/textbox/textbox.spec.tsx
5047
- import { jsx as jsx27, jsxs as jsxs7 } from "react/jsx-runtime";
5107
+ import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5048
5108
  var TEXTBOX_CLASSNAME = `k-textbox`;
5049
- var states17 = [
5109
+ var states19 = [
5050
5110
  States.hover,
5051
5111
  States.focus,
5052
5112
  States.valid,
@@ -5056,12 +5116,12 @@ var states17 = [
5056
5116
  States.loading,
5057
5117
  States.readonly
5058
5118
  ];
5059
- var options16 = {
5119
+ var options18 = {
5060
5120
  size: [Size.small, Size.medium, Size.large],
5061
5121
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5062
5122
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5063
5123
  };
5064
- var defaultProps14 = {
5124
+ var defaultProps16 = {
5065
5125
  showClearButton: true,
5066
5126
  size: Input.defaultProps.size,
5067
5127
  rounded: Input.defaultProps.rounded,
@@ -5084,7 +5144,7 @@ var Textbox = (props) => {
5084
5144
  loading,
5085
5145
  disabled,
5086
5146
  readonly,
5087
- showClearButton = defaultProps14.showClearButton,
5147
+ showClearButton = defaultProps16.showClearButton,
5088
5148
  ...other
5089
5149
  } = props;
5090
5150
  return /* @__PURE__ */ jsxs7(
@@ -5104,9 +5164,9 @@ var Textbox = (props) => {
5104
5164
  readonly,
5105
5165
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5106
5166
  children: [
5107
- /* @__PURE__ */ jsx27(InputPrefix, { children: prefix }),
5108
- /* @__PURE__ */ jsx27(InputInnerInput, { placeholder, value }),
5109
- /* @__PURE__ */ jsx27(
5167
+ /* @__PURE__ */ jsx29(InputPrefix, { children: prefix }),
5168
+ /* @__PURE__ */ jsx29(InputInnerInput, { placeholder, value }),
5169
+ /* @__PURE__ */ jsx29(
5110
5170
  InputValidationIcon,
5111
5171
  {
5112
5172
  valid,
@@ -5115,14 +5175,14 @@ var Textbox = (props) => {
5115
5175
  disabled
5116
5176
  }
5117
5177
  ),
5118
- /* @__PURE__ */ jsx27(
5178
+ /* @__PURE__ */ jsx29(
5119
5179
  InputLoadingIcon,
5120
5180
  {
5121
5181
  loading,
5122
5182
  disabled
5123
5183
  }
5124
5184
  ),
5125
- showClearButton && /* @__PURE__ */ jsx27(
5185
+ showClearButton && /* @__PURE__ */ jsx29(
5126
5186
  InputClearValue,
5127
5187
  {
5128
5188
  loading,
@@ -5131,31 +5191,31 @@ var Textbox = (props) => {
5131
5191
  value
5132
5192
  }
5133
5193
  ),
5134
- /* @__PURE__ */ jsx27(InputSuffix, { children: suffix })
5194
+ /* @__PURE__ */ jsx29(InputSuffix, { children: suffix })
5135
5195
  ]
5136
5196
  }
5137
5197
  );
5138
5198
  };
5139
- Textbox.states = states17;
5140
- Textbox.options = options16;
5199
+ Textbox.states = states19;
5200
+ Textbox.options = options18;
5141
5201
  Textbox.className = TEXTBOX_CLASSNAME;
5142
- Textbox.defaultProps = defaultProps14;
5202
+ Textbox.defaultProps = defaultProps16;
5143
5203
 
5144
5204
  // src/textbox/templates/textbox-normal.tsx
5145
- import { jsx as jsx28 } from "react/jsx-runtime";
5205
+ import { jsx as jsx30 } from "react/jsx-runtime";
5146
5206
 
5147
5207
  // src/textbox/templates/textbox-prefix.tsx
5148
- import { jsx as jsx29, jsxs as jsxs8 } from "react/jsx-runtime";
5208
+ import { jsx as jsx31, jsxs as jsxs8 } from "react/jsx-runtime";
5149
5209
 
5150
5210
  // src/textbox/templates/textbox-suffix.tsx
5151
- import { jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
5211
+ import { jsx as jsx32, jsxs as jsxs9 } from "react/jsx-runtime";
5152
5212
 
5153
5213
  // src/animation-container/animation-container.spec.tsx
5154
- import { jsx as jsx31 } from "react/jsx-runtime";
5214
+ import { jsx as jsx33 } from "react/jsx-runtime";
5155
5215
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5156
- var states18 = [];
5157
- var options17 = {};
5158
- var defaultProps15 = {
5216
+ var states20 = [];
5217
+ var options19 = {};
5218
+ var defaultProps17 = {
5159
5219
  positionMode: "absolute"
5160
5220
  };
5161
5221
  var AnimationContainer = (props) => {
@@ -5165,7 +5225,7 @@ var AnimationContainer = (props) => {
5165
5225
  offset,
5166
5226
  ...other
5167
5227
  } = props;
5168
- return /* @__PURE__ */ jsx31(
5228
+ return /* @__PURE__ */ jsx33(
5169
5229
  "div",
5170
5230
  {
5171
5231
  ...other,
@@ -5177,21 +5237,21 @@ var AnimationContainer = (props) => {
5177
5237
  ["k-animation-container-fixed"]: positionMode === "fixed"
5178
5238
  }
5179
5239
  ),
5180
- children: /* @__PURE__ */ jsx31("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5240
+ children: /* @__PURE__ */ jsx33("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5181
5241
  }
5182
5242
  );
5183
5243
  };
5184
- AnimationContainer.states = states18;
5185
- AnimationContainer.options = options17;
5244
+ AnimationContainer.states = states20;
5245
+ AnimationContainer.options = options19;
5186
5246
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5187
- AnimationContainer.defaultProps = defaultProps15;
5247
+ AnimationContainer.defaultProps = defaultProps17;
5188
5248
 
5189
5249
  // src/popup/popup.spec.tsx
5190
- import { jsx as jsx32 } from "react/jsx-runtime";
5250
+ import { jsx as jsx34 } from "react/jsx-runtime";
5191
5251
  var POPUP_CLASSNAME = `k-popup`;
5192
- var states19 = [];
5193
- var options18 = {};
5194
- var defaultProps16 = {
5252
+ var states21 = [];
5253
+ var options20 = {};
5254
+ var defaultProps18 = {
5195
5255
  positionMode: "absolute"
5196
5256
  };
5197
5257
  var Popup = (props) => {
@@ -5200,28 +5260,28 @@ var Popup = (props) => {
5200
5260
  positionMode,
5201
5261
  ...other
5202
5262
  } = props;
5203
- return /* @__PURE__ */ jsx32(
5263
+ return /* @__PURE__ */ jsx34(
5204
5264
  AnimationContainer,
5205
5265
  {
5206
5266
  positionMode,
5207
5267
  offset,
5208
- children: /* @__PURE__ */ jsx32("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5268
+ children: /* @__PURE__ */ jsx34("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5209
5269
  }
5210
5270
  );
5211
5271
  };
5212
- Popup.states = states19;
5213
- Popup.options = options18;
5272
+ Popup.states = states21;
5273
+ Popup.options = options20;
5214
5274
  Popup.className = POPUP_CLASSNAME;
5215
- Popup.defaultProps = defaultProps16;
5275
+ Popup.defaultProps = defaultProps18;
5216
5276
 
5217
5277
  // src/calendar/calendar.spec.tsx
5218
- import { jsx as jsx33, jsxs as jsxs10 } from "react/jsx-runtime";
5278
+ import { jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5219
5279
  var CALENDAR_CLASSNAME = `k-calendar`;
5220
- var states20 = [];
5221
- var options19 = {
5280
+ var states22 = [];
5281
+ var options21 = {
5222
5282
  size: [Size.small, Size.medium, Size.large]
5223
5283
  };
5224
- var defaultProps17 = {
5284
+ var defaultProps19 = {
5225
5285
  size: Size.medium,
5226
5286
  viewsCount: 1,
5227
5287
  orientation: "horizontal",
@@ -5230,11 +5290,11 @@ var defaultProps17 = {
5230
5290
  };
5231
5291
  var Calendar = (props) => {
5232
5292
  const {
5233
- size = defaultProps17.size,
5234
- orientation = defaultProps17.orientation,
5235
- calendarView = defaultProps17.calendarView,
5236
- calendarHeaderText = defaultProps17.calendarHeaderText,
5237
- viewsCount = defaultProps17.viewsCount,
5293
+ size = defaultProps19.size,
5294
+ orientation = defaultProps19.orientation,
5295
+ calendarView = defaultProps19.calendarView,
5296
+ calendarHeaderText = defaultProps19.calendarHeaderText,
5297
+ viewsCount = defaultProps19.viewsCount,
5238
5298
  showWeek,
5239
5299
  showOtherMonth,
5240
5300
  showCalendarCaption,
@@ -5259,7 +5319,7 @@ var Calendar = (props) => {
5259
5319
  }
5260
5320
  ),
5261
5321
  children: [
5262
- /* @__PURE__ */ jsx33(
5322
+ /* @__PURE__ */ jsx35(
5263
5323
  CalendarHeader,
5264
5324
  {
5265
5325
  showToday: showCalendarFooter ? false : true,
@@ -5269,7 +5329,7 @@ var Calendar = (props) => {
5269
5329
  dir
5270
5330
  }
5271
5331
  ),
5272
- /* @__PURE__ */ jsx33(
5332
+ /* @__PURE__ */ jsx35(
5273
5333
  CalendarView,
5274
5334
  {
5275
5335
  calendarView,
@@ -5281,19 +5341,19 @@ var Calendar = (props) => {
5281
5341
  selectedRange
5282
5342
  }
5283
5343
  ),
5284
- showCalendarFooter && /* @__PURE__ */ jsx33(CalendarFooter, {})
5344
+ showCalendarFooter && /* @__PURE__ */ jsx35(CalendarFooter, {})
5285
5345
  ]
5286
5346
  }
5287
5347
  );
5288
5348
  };
5289
- Calendar.states = states20;
5290
- Calendar.options = options19;
5349
+ Calendar.states = states22;
5350
+ Calendar.options = options21;
5291
5351
  Calendar.className = CALENDAR_CLASSNAME;
5292
- Calendar.defaultProps = defaultProps17;
5352
+ Calendar.defaultProps = defaultProps19;
5293
5353
 
5294
5354
  // src/calendar/calendar-cell.tsx
5295
- import { jsx as jsx34 } from "react/jsx-runtime";
5296
- var states21 = [
5355
+ import { jsx as jsx36 } from "react/jsx-runtime";
5356
+ var states23 = [
5297
5357
  States.hover,
5298
5358
  States.focus,
5299
5359
  States.active,
@@ -5342,21 +5402,21 @@ var CalendarCell = (props) => {
5342
5402
  }
5343
5403
  ];
5344
5404
  if (headerCell) {
5345
- return /* @__PURE__ */ jsx34("th", { ...other, className: classNames(calendarCellClasses), children: text });
5405
+ return /* @__PURE__ */ jsx36("th", { ...other, className: classNames(calendarCellClasses), children: text });
5346
5406
  }
5347
5407
  if (weekCell) {
5348
- return /* @__PURE__ */ jsx34("td", { ...other, className: classNames(calendarCellClasses), children: text });
5408
+ return /* @__PURE__ */ jsx36("td", { ...other, className: classNames(calendarCellClasses), children: text });
5349
5409
  }
5350
- return /* @__PURE__ */ jsx34("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx34("span", { className: "k-link", children: text }) });
5410
+ return /* @__PURE__ */ jsx36("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx36("span", { className: "k-link", children: text }) });
5351
5411
  };
5352
5412
 
5353
5413
  // src/calendar/calendar-header.tsx
5354
- import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5414
+ import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5355
5415
  var className9 = `k-calendar-header`;
5356
- var options20 = {
5416
+ var options22 = {
5357
5417
  size: [Size.small, Size.medium, Size.large]
5358
5418
  };
5359
- var defaultProps18 = {
5419
+ var defaultProps20 = {
5360
5420
  calendarHeaderText: "October 2021",
5361
5421
  showToday: true,
5362
5422
  orientation: "horizontal",
@@ -5364,10 +5424,10 @@ var defaultProps18 = {
5364
5424
  };
5365
5425
  var CalendarHeader = (props) => {
5366
5426
  const {
5367
- calendarHeaderText = defaultProps18.calendarHeaderText,
5368
- showToday = defaultProps18.showToday,
5369
- orientation = defaultProps18.orientation,
5370
- size = defaultProps18.size,
5427
+ calendarHeaderText = defaultProps20.calendarHeaderText,
5428
+ showToday = defaultProps20.showToday,
5429
+ orientation = defaultProps20.orientation,
5430
+ size = defaultProps20.size,
5371
5431
  dir,
5372
5432
  ...other
5373
5433
  } = props;
@@ -5385,12 +5445,12 @@ var CalendarHeader = (props) => {
5385
5445
  }
5386
5446
  ),
5387
5447
  children: [
5388
- /* @__PURE__ */ jsx35(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5389
- /* @__PURE__ */ jsx35("span", { className: "k-spacer" }),
5448
+ /* @__PURE__ */ jsx37(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5449
+ /* @__PURE__ */ jsx37("span", { className: "k-spacer" }),
5390
5450
  /* @__PURE__ */ jsxs11("span", { className: "k-calendar-nav", children: [
5391
- /* @__PURE__ */ jsx35(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5392
- showToday && /* @__PURE__ */ jsx35(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5393
- /* @__PURE__ */ jsx35(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5451
+ /* @__PURE__ */ jsx37(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5452
+ showToday && /* @__PURE__ */ jsx37(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5453
+ /* @__PURE__ */ jsx37(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5394
5454
  ] })
5395
5455
  ]
5396
5456
  }
@@ -5398,12 +5458,12 @@ var CalendarHeader = (props) => {
5398
5458
  };
5399
5459
 
5400
5460
  // src/calendar/calendar-footer.tsx
5401
- import { jsx as jsx36 } from "react/jsx-runtime";
5461
+ import { jsx as jsx38 } from "react/jsx-runtime";
5402
5462
  var className10 = `k-calendar-footer`;
5403
- var CalendarFooter = (props) => /* @__PURE__ */ jsx36("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx36(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5463
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx38("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx38(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5404
5464
 
5405
5465
  // src/calendar/calendar-table.tsx
5406
- import { jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5466
+ import { jsx as jsx39, jsxs as jsxs12 } from "react/jsx-runtime";
5407
5467
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5408
5468
  var CalendarTable = (props) => {
5409
5469
  const {
@@ -5424,25 +5484,25 @@ var CalendarTable = (props) => {
5424
5484
  CALENDARTABLE_CLASSNAME
5425
5485
  ),
5426
5486
  children: [
5427
- showCalendarCaption && /* @__PURE__ */ jsx37("caption", { className: "k-calendar-caption", children: "2022" }),
5487
+ showCalendarCaption && /* @__PURE__ */ jsx39("caption", { className: "k-calendar-caption", children: "2022" }),
5428
5488
  /* @__PURE__ */ jsxs12("tbody", { className: "k-calendar-tbody", children: [
5429
5489
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5430
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Jan" }),
5431
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Feb" }),
5432
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Mar" }),
5433
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Apr" })
5490
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Jan" }),
5491
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Feb" }),
5492
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Mar" }),
5493
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Apr" })
5434
5494
  ] }),
5435
5495
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5436
- /* @__PURE__ */ jsx37(CalendarCell, { text: "May" }),
5437
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Jun", hover: true }),
5438
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Jul", focus: true }),
5439
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Au", selected: true })
5496
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "May" }),
5497
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Jun", hover: true }),
5498
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Jul", focus: true }),
5499
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Au", selected: true })
5440
5500
  ] }),
5441
5501
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5442
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Sep" }),
5443
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Oct", today: true }),
5444
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Nov" }),
5445
- /* @__PURE__ */ jsx37(CalendarCell, { text: "Dec" })
5502
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Sep" }),
5503
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Oct", today: true }),
5504
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Nov" }),
5505
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "Dec" })
5446
5506
  ] })
5447
5507
  ] })
5448
5508
  ]
@@ -5459,25 +5519,25 @@ var CalendarTable = (props) => {
5459
5519
  CALENDARTABLE_CLASSNAME
5460
5520
  ),
5461
5521
  children: [
5462
- showCalendarCaption && /* @__PURE__ */ jsx37("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5522
+ showCalendarCaption && /* @__PURE__ */ jsx39("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5463
5523
  /* @__PURE__ */ jsxs12("tbody", { className: "k-calendar-tbody", children: [
5464
5524
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5465
- /* @__PURE__ */ jsx37(CalendarCell, { className: "k-out-of-range" }),
5466
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2020" }),
5467
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2021", today: true }),
5468
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2022" })
5525
+ /* @__PURE__ */ jsx39(CalendarCell, { className: "k-out-of-range" }),
5526
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2020" }),
5527
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2021", today: true }),
5528
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2022" })
5469
5529
  ] }),
5470
5530
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5471
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2023" }),
5472
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2024", hover: true }),
5473
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2025", focus: true }),
5474
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2026", selected: true })
5531
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2023" }),
5532
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2024", hover: true }),
5533
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2025", focus: true }),
5534
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2026", selected: true })
5475
5535
  ] }),
5476
5536
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5477
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2027" }),
5478
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2028" }),
5479
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2029" }),
5480
- /* @__PURE__ */ jsx37(CalendarCell, { className: "k-out-of-range" })
5537
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2027" }),
5538
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2028" }),
5539
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2029" }),
5540
+ /* @__PURE__ */ jsx39(CalendarCell, { className: "k-out-of-range" })
5481
5541
  ] })
5482
5542
  ] })
5483
5543
  ]
@@ -5494,25 +5554,25 @@ var CalendarTable = (props) => {
5494
5554
  CALENDARTABLE_CLASSNAME
5495
5555
  ),
5496
5556
  children: [
5497
- showCalendarCaption && /* @__PURE__ */ jsx37("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5557
+ showCalendarCaption && /* @__PURE__ */ jsx39("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5498
5558
  /* @__PURE__ */ jsxs12("tbody", { className: "k-calendar-tbody", children: [
5499
5559
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5500
- /* @__PURE__ */ jsx37(CalendarCell, { text: "1990 - 1999" }),
5501
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2000 - 2009" }),
5502
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2010 - 2019", today: true }),
5503
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2020 - 2029" })
5560
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "1990 - 1999" }),
5561
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2000 - 2009" }),
5562
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2010 - 2019", today: true }),
5563
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2020 - 2029" })
5504
5564
  ] }),
5505
5565
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5506
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2030 - 2039" }),
5507
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2040 - 2049", hover: true }),
5508
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2050 - 2059", focus: true }),
5509
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2060 - 2069", selected: true })
5566
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2030 - 2039" }),
5567
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2040 - 2049", hover: true }),
5568
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2050 - 2059", focus: true }),
5569
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2060 - 2069", selected: true })
5510
5570
  ] }),
5511
5571
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5512
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2070 - 2079" }),
5513
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2080 - 2089" }),
5514
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2090 - 2099" }),
5515
- /* @__PURE__ */ jsx37(CalendarCell, { className: "k-out-of-range" })
5572
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2070 - 2079" }),
5573
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2080 - 2089" }),
5574
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2090 - 2099" }),
5575
+ /* @__PURE__ */ jsx39(CalendarCell, { className: "k-out-of-range" })
5516
5576
  ] })
5517
5577
  ] })
5518
5578
  ]
@@ -5528,68 +5588,68 @@ var CalendarTable = (props) => {
5528
5588
  CALENDARTABLE_CLASSNAME
5529
5589
  ),
5530
5590
  children: [
5531
- showCalendarCaption && /* @__PURE__ */ jsx37("caption", { className: "k-calendar-caption", children: "October 2021" }),
5532
- /* @__PURE__ */ jsx37(CalendarTableHead, { showWeek }),
5591
+ showCalendarCaption && /* @__PURE__ */ jsx39("caption", { className: "k-calendar-caption", children: "October 2021" }),
5592
+ /* @__PURE__ */ jsx39(CalendarTableHead, { showWeek }),
5533
5593
  /* @__PURE__ */ jsxs12("tbody", { className: "k-calendar-tbody", children: [
5534
5594
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5535
- showWeek && /* @__PURE__ */ jsx37(CalendarCell, { text: "39", weekCell: true }),
5536
- /* @__PURE__ */ jsx37(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5537
- /* @__PURE__ */ jsx37(CalendarCell, { text: "1" }),
5538
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2" }),
5539
- /* @__PURE__ */ jsx37(CalendarCell, { text: "3" }),
5540
- /* @__PURE__ */ jsx37(CalendarCell, { text: "4" }),
5541
- /* @__PURE__ */ jsx37(CalendarCell, { text: "5" }),
5542
- /* @__PURE__ */ jsx37(CalendarCell, { text: "6", weekend: true })
5595
+ showWeek && /* @__PURE__ */ jsx39(CalendarCell, { text: "39", weekCell: true }),
5596
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5597
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "1" }),
5598
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2" }),
5599
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "3" }),
5600
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "4" }),
5601
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "5" }),
5602
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "6", weekend: true })
5543
5603
  ] }),
5544
5604
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5545
- showWeek && /* @__PURE__ */ jsx37(CalendarCell, { text: "40", weekCell: true }),
5546
- /* @__PURE__ */ jsx37(CalendarCell, { text: "7", weekend: true }),
5547
- /* @__PURE__ */ jsx37(CalendarCell, { text: "8", hover: true }),
5548
- /* @__PURE__ */ jsx37(CalendarCell, { text: "9", focus: true }),
5549
- /* @__PURE__ */ jsx37(CalendarCell, { text: "10", selected: true }),
5550
- /* @__PURE__ */ jsx37(CalendarCell, { text: "11", hover: true, focus: true }),
5551
- /* @__PURE__ */ jsx37(CalendarCell, { text: "12", hover: true, selected: true }),
5552
- /* @__PURE__ */ jsx37(CalendarCell, { text: "13", weekend: true })
5605
+ showWeek && /* @__PURE__ */ jsx39(CalendarCell, { text: "40", weekCell: true }),
5606
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "7", weekend: true }),
5607
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "8", hover: true }),
5608
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "9", focus: true }),
5609
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "10", selected: true }),
5610
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "11", hover: true, focus: true }),
5611
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "12", hover: true, selected: true }),
5612
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "13", weekend: true })
5553
5613
  ] }),
5554
5614
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5555
- showWeek && /* @__PURE__ */ jsx37(CalendarCell, { text: "41", weekCell: true }),
5556
- /* @__PURE__ */ jsx37(CalendarCell, { text: "14", weekend: true }),
5557
- /* @__PURE__ */ jsx37(CalendarCell, { text: "15" }),
5558
- /* @__PURE__ */ jsx37(CalendarCell, { text: "16", today: true }),
5559
- /* @__PURE__ */ jsx37(CalendarCell, { text: "17" }),
5560
- /* @__PURE__ */ jsx37(CalendarCell, { text: "18" }),
5561
- /* @__PURE__ */ jsx37(CalendarCell, { text: "19" }),
5562
- /* @__PURE__ */ jsx37(CalendarCell, { text: "20", weekend: true })
5615
+ showWeek && /* @__PURE__ */ jsx39(CalendarCell, { text: "41", weekCell: true }),
5616
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "14", weekend: true }),
5617
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "15" }),
5618
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "16", today: true }),
5619
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "17" }),
5620
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "18" }),
5621
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "19" }),
5622
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "20", weekend: true })
5563
5623
  ] }),
5564
5624
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5565
- showWeek && /* @__PURE__ */ jsx37(CalendarCell, { text: "42", weekCell: true }),
5566
- /* @__PURE__ */ jsx37(CalendarCell, { text: "21", weekend: true }),
5567
- /* @__PURE__ */ jsx37(CalendarCell, { text: "22" }),
5568
- /* @__PURE__ */ jsx37(CalendarCell, { text: "23" }),
5569
- /* @__PURE__ */ jsx37(CalendarCell, { text: "24" }),
5570
- /* @__PURE__ */ jsx37(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5571
- /* @__PURE__ */ jsx37(CalendarCell, { text: "26", rangeMid: selectedRange }),
5572
- /* @__PURE__ */ jsx37(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5625
+ showWeek && /* @__PURE__ */ jsx39(CalendarCell, { text: "42", weekCell: true }),
5626
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "21", weekend: true }),
5627
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "22" }),
5628
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "23" }),
5629
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "24" }),
5630
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5631
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "26", rangeMid: selectedRange }),
5632
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5573
5633
  ] }),
5574
5634
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5575
- showWeek && /* @__PURE__ */ jsx37(CalendarCell, { text: "43", weekCell: true }),
5576
- /* @__PURE__ */ jsx37(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5577
- /* @__PURE__ */ jsx37(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5578
- /* @__PURE__ */ jsx37(CalendarCell, { text: "30" }),
5579
- /* @__PURE__ */ jsx37(CalendarCell, { text: "31" }),
5580
- /* @__PURE__ */ jsx37(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5581
- /* @__PURE__ */ jsx37(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5582
- /* @__PURE__ */ jsx37(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5635
+ showWeek && /* @__PURE__ */ jsx39(CalendarCell, { text: "43", weekCell: true }),
5636
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5637
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5638
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "30" }),
5639
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "31" }),
5640
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5641
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5642
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5583
5643
  ] }),
5584
5644
  /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5585
- showWeek && /* @__PURE__ */ jsx37(CalendarCell, { text: "44", weekCell: true }),
5586
- /* @__PURE__ */ jsx37(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5587
- /* @__PURE__ */ jsx37(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5588
- /* @__PURE__ */ jsx37(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5589
- /* @__PURE__ */ jsx37(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5590
- /* @__PURE__ */ jsx37(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5591
- /* @__PURE__ */ jsx37(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5592
- /* @__PURE__ */ jsx37(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5645
+ showWeek && /* @__PURE__ */ jsx39(CalendarCell, { text: "44", weekCell: true }),
5646
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5647
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5648
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5649
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5650
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5651
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5652
+ /* @__PURE__ */ jsx39(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5593
5653
  ] })
5594
5654
  ] })
5595
5655
  ]
@@ -5598,52 +5658,52 @@ var CalendarTable = (props) => {
5598
5658
  };
5599
5659
 
5600
5660
  // src/calendar/calendar-table-head.tsx
5601
- import { jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5661
+ import { jsx as jsx40, jsxs as jsxs13 } from "react/jsx-runtime";
5602
5662
  var className11 = `k-calendar-thead`;
5603
5663
  var CalendarTableHead = (props) => {
5604
5664
  const {
5605
5665
  showWeek,
5606
5666
  ...other
5607
5667
  } = props;
5608
- return /* @__PURE__ */ jsx38(
5668
+ return /* @__PURE__ */ jsx40(
5609
5669
  "thead",
5610
5670
  {
5611
5671
  ...other,
5612
5672
  className: classNames(props.className, className11),
5613
5673
  children: /* @__PURE__ */ jsxs13("tr", { className: "k-calendar-tr", children: [
5614
- showWeek && /* @__PURE__ */ jsx38(CalendarCell, { weekCell: true, headerCell: true }),
5615
- /* @__PURE__ */ jsx38(CalendarCell, { text: "Su", headerCell: true }),
5616
- /* @__PURE__ */ jsx38(CalendarCell, { text: "Mo", headerCell: true }),
5617
- /* @__PURE__ */ jsx38(CalendarCell, { text: "Tu", headerCell: true }),
5618
- /* @__PURE__ */ jsx38(CalendarCell, { text: "We", headerCell: true }),
5619
- /* @__PURE__ */ jsx38(CalendarCell, { text: "Th", headerCell: true }),
5620
- /* @__PURE__ */ jsx38(CalendarCell, { text: "Fr", headerCell: true }),
5621
- /* @__PURE__ */ jsx38(CalendarCell, { text: "Sa", headerCell: true })
5674
+ showWeek && /* @__PURE__ */ jsx40(CalendarCell, { weekCell: true, headerCell: true }),
5675
+ /* @__PURE__ */ jsx40(CalendarCell, { text: "Su", headerCell: true }),
5676
+ /* @__PURE__ */ jsx40(CalendarCell, { text: "Mo", headerCell: true }),
5677
+ /* @__PURE__ */ jsx40(CalendarCell, { text: "Tu", headerCell: true }),
5678
+ /* @__PURE__ */ jsx40(CalendarCell, { text: "We", headerCell: true }),
5679
+ /* @__PURE__ */ jsx40(CalendarCell, { text: "Th", headerCell: true }),
5680
+ /* @__PURE__ */ jsx40(CalendarCell, { text: "Fr", headerCell: true }),
5681
+ /* @__PURE__ */ jsx40(CalendarCell, { text: "Sa", headerCell: true })
5622
5682
  ] })
5623
5683
  }
5624
5684
  );
5625
5685
  };
5626
5686
 
5627
5687
  // src/calendar/calendar-view.tsx
5628
- import { jsx as jsx39 } from "react/jsx-runtime";
5688
+ import { jsx as jsx41 } from "react/jsx-runtime";
5629
5689
  var className12 = `k-calendar-view`;
5630
- var defaultProps19 = {
5690
+ var defaultProps21 = {
5631
5691
  viewsCount: 1,
5632
5692
  orientation: "horizontal",
5633
5693
  calendarView: "month"
5634
5694
  };
5635
5695
  var CalendarView = (props) => {
5636
5696
  const {
5637
- orientation = defaultProps19.orientation,
5638
- calendarView = defaultProps19.calendarView,
5639
- viewsCount = defaultProps19.viewsCount,
5697
+ orientation = defaultProps21.orientation,
5698
+ calendarView = defaultProps21.calendarView,
5699
+ viewsCount = defaultProps21.viewsCount,
5640
5700
  showWeek,
5641
5701
  showOtherMonth,
5642
5702
  showCalendarCaption,
5643
5703
  selectedRange,
5644
5704
  ...other
5645
5705
  } = props;
5646
- return /* @__PURE__ */ jsx39(
5706
+ return /* @__PURE__ */ jsx41(
5647
5707
  "div",
5648
5708
  {
5649
5709
  ...other,
@@ -5659,7 +5719,7 @@ var CalendarView = (props) => {
5659
5719
  }
5660
5720
  ),
5661
5721
  children: [...Array(viewsCount)].map(
5662
- (_e, i) => /* @__PURE__ */ jsx39(
5722
+ (_e, i) => /* @__PURE__ */ jsx41(
5663
5723
  CalendarTable,
5664
5724
  {
5665
5725
  calendarView,
@@ -5676,11 +5736,11 @@ var CalendarView = (props) => {
5676
5736
  };
5677
5737
 
5678
5738
  // src/action-sheet/action-sheet.spec.tsx
5679
- import { Fragment as Fragment12, jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5739
+ import { Fragment as Fragment12, jsx as jsx42, jsxs as jsxs14 } from "react/jsx-runtime";
5680
5740
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5681
- var states22 = [];
5682
- var options21 = {};
5683
- var defaultProps20 = {
5741
+ var states24 = [];
5742
+ var options23 = {};
5743
+ var defaultProps22 = {
5684
5744
  side: "bottom",
5685
5745
  fullscreen: false,
5686
5746
  adaptive: false,
@@ -5693,14 +5753,14 @@ var ActionSheet = (props) => {
5693
5753
  header,
5694
5754
  footer,
5695
5755
  actions,
5696
- side = defaultProps20.side,
5697
- fullscreen = defaultProps20.fullscreen,
5698
- adaptive = defaultProps20.adaptive,
5699
- overlay = defaultProps20.overlay,
5756
+ side = defaultProps22.side,
5757
+ fullscreen = defaultProps22.fullscreen,
5758
+ adaptive = defaultProps22.adaptive,
5759
+ overlay = defaultProps22.overlay,
5700
5760
  ...other
5701
5761
  } = props;
5702
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx40(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5703
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx40(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx40(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5762
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx42(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5763
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx42(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx42(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5704
5764
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5705
5765
  switch (child.type) {
5706
5766
  case ActionSheetHeader:
@@ -5710,10 +5770,10 @@ var ActionSheet = (props) => {
5710
5770
  return true;
5711
5771
  }
5712
5772
  return true;
5713
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx40(Fragment12, {});
5773
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx42(Fragment12, {});
5714
5774
  return /* @__PURE__ */ jsxs14("div", { className: "k-actionsheet-container", children: [
5715
- overlay && /* @__PURE__ */ jsx40("div", { className: "k-overlay" }),
5716
- /* @__PURE__ */ jsx40(
5775
+ overlay && /* @__PURE__ */ jsx42("div", { className: "k-overlay" }),
5776
+ /* @__PURE__ */ jsx42(
5717
5777
  AnimationContainer,
5718
5778
  {
5719
5779
  animationStyle: {
@@ -5723,7 +5783,7 @@ var ActionSheet = (props) => {
5723
5783
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5724
5784
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5725
5785
  },
5726
- children: /* @__PURE__ */ jsx40(
5786
+ children: /* @__PURE__ */ jsx42(
5727
5787
  "div",
5728
5788
  {
5729
5789
  ...other,
@@ -5738,7 +5798,7 @@ var ActionSheet = (props) => {
5738
5798
  ),
5739
5799
  children: /* @__PURE__ */ jsxs14(Fragment12, { children: [
5740
5800
  _ActionSheetHeader,
5741
- /* @__PURE__ */ jsx40("div", { className: classNames(
5801
+ /* @__PURE__ */ jsx42("div", { className: classNames(
5742
5802
  "k-actionsheet-content",
5743
5803
  {
5744
5804
  "!k-overflow-hidden": adaptive
@@ -5752,15 +5812,15 @@ var ActionSheet = (props) => {
5752
5812
  )
5753
5813
  ] });
5754
5814
  };
5755
- ActionSheet.states = states22;
5756
- ActionSheet.options = options21;
5815
+ ActionSheet.states = states24;
5816
+ ActionSheet.options = options23;
5757
5817
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5758
- ActionSheet.defaultProps = defaultProps20;
5818
+ ActionSheet.defaultProps = defaultProps22;
5759
5819
 
5760
5820
  // src/searchbox/searchbox.spec.tsx
5761
- import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5821
+ import { jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5762
5822
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5763
- var states23 = [
5823
+ var states25 = [
5764
5824
  States.hover,
5765
5825
  States.focus,
5766
5826
  States.valid,
@@ -5769,12 +5829,12 @@ var states23 = [
5769
5829
  States.disabled,
5770
5830
  States.loading
5771
5831
  ];
5772
- var options22 = {
5832
+ var options24 = {
5773
5833
  size: [Size.small, Size.medium, Size.large],
5774
5834
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5775
5835
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5776
5836
  };
5777
- var defaultProps21 = {
5837
+ var defaultProps23 = {
5778
5838
  showIcon: true,
5779
5839
  icon: "search",
5780
5840
  size: Input.defaultProps.size,
@@ -5795,8 +5855,8 @@ var Searchbox = (props) => {
5795
5855
  required,
5796
5856
  loading,
5797
5857
  disabled,
5798
- showIcon = defaultProps21.showIcon,
5799
- icon = defaultProps21.icon,
5858
+ showIcon = defaultProps23.showIcon,
5859
+ icon = defaultProps23.icon,
5800
5860
  ...other
5801
5861
  } = props;
5802
5862
  return /* @__PURE__ */ jsxs15(
@@ -5815,25 +5875,25 @@ var Searchbox = (props) => {
5815
5875
  disabled,
5816
5876
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5817
5877
  children: [
5818
- showIcon && /* @__PURE__ */ jsx41(Icon, { className: "k-input-icon", icon }),
5819
- /* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
5820
- /* @__PURE__ */ jsx41(InputLoadingIcon, { ...props }),
5821
- /* @__PURE__ */ jsx41(InputValidationIcon, { ...props }),
5822
- /* @__PURE__ */ jsx41(InputClearValue, { ...props })
5878
+ showIcon && /* @__PURE__ */ jsx43(Icon, { className: "k-input-icon", icon }),
5879
+ /* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
5880
+ /* @__PURE__ */ jsx43(InputLoadingIcon, { ...props }),
5881
+ /* @__PURE__ */ jsx43(InputValidationIcon, { ...props }),
5882
+ /* @__PURE__ */ jsx43(InputClearValue, { ...props })
5823
5883
  ]
5824
5884
  }
5825
5885
  );
5826
5886
  };
5827
- Searchbox.states = states23;
5828
- Searchbox.options = options22;
5887
+ Searchbox.states = states25;
5888
+ Searchbox.options = options24;
5829
5889
  Searchbox.className = SEARCHBOX_CLASSNAME;
5830
- Searchbox.defaultProps = defaultProps21;
5890
+ Searchbox.defaultProps = defaultProps23;
5831
5891
 
5832
5892
  // src/searchbox/templates/searchbox-normal.tsx
5833
- import { jsx as jsx42 } from "react/jsx-runtime";
5893
+ import { jsx as jsx44 } from "react/jsx-runtime";
5834
5894
 
5835
5895
  // src/action-sheet/actionsheet-header.tsx
5836
- import { Fragment as Fragment13, jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
5896
+ import { Fragment as Fragment13, jsx as jsx45, jsxs as jsxs16 } from "react/jsx-runtime";
5837
5897
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5838
5898
  var ActionSheetHeader = (props) => {
5839
5899
  const {
@@ -5843,7 +5903,7 @@ var ActionSheetHeader = (props) => {
5843
5903
  filter,
5844
5904
  ...other
5845
5905
  } = props;
5846
- return /* @__PURE__ */ jsx43(
5906
+ return /* @__PURE__ */ jsx45(
5847
5907
  "div",
5848
5908
  {
5849
5909
  ...other,
@@ -5853,28 +5913,28 @@ var ActionSheetHeader = (props) => {
5853
5913
  ),
5854
5914
  children: /* @__PURE__ */ jsxs16(Fragment13, { children: [
5855
5915
  /* @__PURE__ */ jsxs16("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5856
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx43(Fragment13, { children: /* @__PURE__ */ jsxs16("div", { className: "k-actionsheet-title", children: [
5857
- title !== "" && /* @__PURE__ */ jsx43("div", { className: "k-text-center", children: title }),
5858
- subTitle !== "" && /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5916
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx45(Fragment13, { children: /* @__PURE__ */ jsxs16("div", { className: "k-actionsheet-title", children: [
5917
+ title !== "" && /* @__PURE__ */ jsx45("div", { className: "k-text-center", children: title }),
5918
+ subTitle !== "" && /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5859
5919
  ] }) }),
5860
- props.children && /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-title", children: props.children }),
5861
- actions && /* @__PURE__ */ jsx43(Fragment13, { children: /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx43(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5920
+ props.children && /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-title", children: props.children }),
5921
+ actions && /* @__PURE__ */ jsx45(Fragment13, { children: /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx45(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5862
5922
  ] }),
5863
- filter && /* @__PURE__ */ jsx43(Fragment13, { children: /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx43(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5923
+ filter && /* @__PURE__ */ jsx45(Fragment13, { children: /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx45(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5864
5924
  ] })
5865
5925
  }
5866
5926
  );
5867
5927
  };
5868
5928
 
5869
5929
  // src/action-sheet/actionsheet-footer.tsx
5870
- import { Fragment as Fragment14, jsx as jsx44, jsxs as jsxs17 } from "react/jsx-runtime";
5930
+ import { Fragment as Fragment14, jsx as jsx46, jsxs as jsxs17 } from "react/jsx-runtime";
5871
5931
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5872
5932
  var ActionSheetFooter = (props) => {
5873
5933
  const {
5874
5934
  actions,
5875
5935
  ...other
5876
5936
  } = props;
5877
- return /* @__PURE__ */ jsx44(
5937
+ return /* @__PURE__ */ jsx46(
5878
5938
  action_buttons_spec_default,
5879
5939
  {
5880
5940
  ...other,
@@ -5886,14 +5946,14 @@ var ActionSheetFooter = (props) => {
5886
5946
  children: /* @__PURE__ */ jsxs17(Fragment14, { children: [
5887
5947
  actions && actions.map((action, index) => {
5888
5948
  if (action === "|") {
5889
- return /* @__PURE__ */ jsx44("span", { className: "k-separator" }, index);
5949
+ return /* @__PURE__ */ jsx46("span", { className: "k-separator" }, index);
5890
5950
  }
5891
5951
  if (action === " ") {
5892
- return /* @__PURE__ */ jsx44("span", { className: "k-spacer" }, index);
5952
+ return /* @__PURE__ */ jsx46("span", { className: "k-spacer" }, index);
5893
5953
  }
5894
5954
  const importantFlag = action.startsWith("!");
5895
5955
  const actionName = importantFlag ? action.substring(1) : action;
5896
- return /* @__PURE__ */ jsx44(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5956
+ return /* @__PURE__ */ jsx46(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5897
5957
  }),
5898
5958
  !actions && props.children
5899
5959
  ] })
@@ -5902,12 +5962,12 @@ var ActionSheetFooter = (props) => {
5902
5962
  };
5903
5963
 
5904
5964
  // src/action-sheet/actionsheet-items.tsx
5905
- import { jsx as jsx45 } from "react/jsx-runtime";
5965
+ import { jsx as jsx47 } from "react/jsx-runtime";
5906
5966
  var ActionSheetItems = (props) => {
5907
5967
  const {
5908
5968
  ...other
5909
5969
  } = props;
5910
- return /* @__PURE__ */ jsx45(
5970
+ return /* @__PURE__ */ jsx47(
5911
5971
  "div",
5912
5972
  {
5913
5973
  ...other,
@@ -5921,8 +5981,8 @@ var ActionSheetItems = (props) => {
5921
5981
  };
5922
5982
 
5923
5983
  // src/action-sheet/actionsheet-item.tsx
5924
- import { Fragment as Fragment15, jsx as jsx46, jsxs as jsxs18 } from "react/jsx-runtime";
5925
- var states24 = [
5984
+ import { Fragment as Fragment15, jsx as jsx48, jsxs as jsxs18 } from "react/jsx-runtime";
5985
+ var states26 = [
5926
5986
  States.hover,
5927
5987
  States.focus,
5928
5988
  States.selected,
@@ -5930,9 +5990,9 @@ var states24 = [
5930
5990
  ];
5931
5991
 
5932
5992
  // src/datepicker/datepicker.spec.tsx
5933
- import { Fragment as Fragment16, jsx as jsx47, jsxs as jsxs19 } from "react/jsx-runtime";
5993
+ import { Fragment as Fragment16, jsx as jsx49, jsxs as jsxs19 } from "react/jsx-runtime";
5934
5994
  var DATEPICKER_CLASSNAME = `k-datepicker`;
5935
- var states25 = [
5995
+ var states27 = [
5936
5996
  States.hover,
5937
5997
  States.focus,
5938
5998
  States.valid,
@@ -5942,12 +6002,12 @@ var states25 = [
5942
6002
  States.loading,
5943
6003
  States.readonly
5944
6004
  ];
5945
- var options23 = {
6005
+ var options25 = {
5946
6006
  size: [Size.small, Size.medium, Size.large],
5947
6007
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5948
6008
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5949
6009
  };
5950
- var defaultProps22 = {
6010
+ var defaultProps24 = {
5951
6011
  size: Input.defaultProps.size,
5952
6012
  rounded: Input.defaultProps.rounded,
5953
6013
  fillMode: Input.defaultProps.fillMode
@@ -5994,9 +6054,9 @@ var DatePicker = (props) => {
5994
6054
  readonly,
5995
6055
  className: classNames(props.className, DATEPICKER_CLASSNAME),
5996
6056
  children: [
5997
- /* @__PURE__ */ jsx47(InputPrefix, { children: prefix }),
5998
- /* @__PURE__ */ jsx47(InputInnerInput, { placeholder, value }),
5999
- /* @__PURE__ */ jsx47(
6057
+ /* @__PURE__ */ jsx49(InputPrefix, { children: prefix }),
6058
+ /* @__PURE__ */ jsx49(InputInnerInput, { placeholder, value }),
6059
+ /* @__PURE__ */ jsx49(
6000
6060
  InputValidationIcon,
6001
6061
  {
6002
6062
  valid,
@@ -6005,14 +6065,14 @@ var DatePicker = (props) => {
6005
6065
  disabled
6006
6066
  }
6007
6067
  ),
6008
- /* @__PURE__ */ jsx47(
6068
+ /* @__PURE__ */ jsx49(
6009
6069
  InputLoadingIcon,
6010
6070
  {
6011
6071
  loading,
6012
6072
  disabled
6013
6073
  }
6014
6074
  ),
6015
- /* @__PURE__ */ jsx47(
6075
+ /* @__PURE__ */ jsx49(
6016
6076
  InputClearValue,
6017
6077
  {
6018
6078
  loading,
@@ -6021,8 +6081,8 @@ var DatePicker = (props) => {
6021
6081
  value
6022
6082
  }
6023
6083
  ),
6024
- /* @__PURE__ */ jsx47(InputSuffix, { children: suffix }),
6025
- /* @__PURE__ */ jsx47(
6084
+ /* @__PURE__ */ jsx49(InputSuffix, { children: suffix }),
6085
+ /* @__PURE__ */ jsx49(
6026
6086
  Button,
6027
6087
  {
6028
6088
  className: "k-input-button",
@@ -6035,9 +6095,9 @@ var DatePicker = (props) => {
6035
6095
  ]
6036
6096
  }
6037
6097
  ),
6038
- opened && /* @__PURE__ */ jsx47(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx47(Calendar, { dir }) }),
6098
+ opened && /* @__PURE__ */ jsx49(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx49(Calendar, { dir }) }),
6039
6099
  adaptive && /* @__PURE__ */ jsxs19(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6040
- /* @__PURE__ */ jsx47(
6100
+ /* @__PURE__ */ jsx49(
6041
6101
  ActionSheetHeader,
6042
6102
  {
6043
6103
  actions: ["x"],
@@ -6045,28 +6105,28 @@ var DatePicker = (props) => {
6045
6105
  subTitle: "DD / MM / YY"
6046
6106
  }
6047
6107
  ),
6048
- /* @__PURE__ */ jsx47(Calendar, { size: "large" })
6108
+ /* @__PURE__ */ jsx49(Calendar, { size: "large" })
6049
6109
  ] })
6050
6110
  ] });
6051
6111
  };
6052
- DatePicker.states = states25;
6053
- DatePicker.options = options23;
6112
+ DatePicker.states = states27;
6113
+ DatePicker.options = options25;
6054
6114
  DatePicker.className = DATEPICKER_CLASSNAME;
6055
- DatePicker.defaultProps = defaultProps22;
6115
+ DatePicker.defaultProps = defaultProps24;
6056
6116
 
6057
6117
  // src/datepicker/templates/datepicker-normal.tsx
6058
- import { jsx as jsx48 } from "react/jsx-runtime";
6118
+ import { jsx as jsx50 } from "react/jsx-runtime";
6059
6119
 
6060
6120
  // src/datepicker/templates/datepicker-popup.tsx
6061
- import { jsx as jsx49 } from "react/jsx-runtime";
6121
+ import { jsx as jsx51 } from "react/jsx-runtime";
6062
6122
 
6063
6123
  // src/datepicker/templates/datepicker-adaptive.tsx
6064
- import { jsx as jsx50 } from "react/jsx-runtime";
6124
+ import { jsx as jsx52 } from "react/jsx-runtime";
6065
6125
 
6066
6126
  // src/form/form-field.tsx
6067
- import { jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
6127
+ import { jsx as jsx53, jsxs as jsxs20 } from "react/jsx-runtime";
6068
6128
  var FORMFIELD_CLASSNAME = "k-form-field";
6069
- var states26 = [
6129
+ var states28 = [
6070
6130
  States.disabled
6071
6131
  ];
6072
6132
  var FormField = (props) => {
@@ -6100,14 +6160,14 @@ var FormField = (props) => {
6100
6160
  "k-form-label"
6101
6161
  ), children: [
6102
6162
  label,
6103
- optional && /* @__PURE__ */ jsx51("span", { className: "k-label-optional", children: "(Optional)" }),
6104
- info && /* @__PURE__ */ jsx51("span", { className: "k-field-info", children: "(field info)" })
6163
+ optional && /* @__PURE__ */ jsx53("span", { className: "k-label-optional", children: "(Optional)" }),
6164
+ info && /* @__PURE__ */ jsx53("span", { className: "k-field-info", children: "(field info)" })
6105
6165
  ] }),
6106
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx51("span", { className: "k-label k-form-label k-label-empty" }),
6166
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx53("span", { className: "k-label k-form-label k-label-empty" }),
6107
6167
  /* @__PURE__ */ jsxs20("div", { className: "k-form-field-wrap", children: [
6108
6168
  editor,
6109
- hint && /* @__PURE__ */ jsx51("div", { className: "k-form-hint", children: hint }),
6110
- error && /* @__PURE__ */ jsx51("div", { className: "k-form-error", children: error })
6169
+ hint && /* @__PURE__ */ jsx53("div", { className: "k-form-hint", children: hint }),
6170
+ error && /* @__PURE__ */ jsx53("div", { className: "k-form-error", children: error })
6111
6171
  ] })
6112
6172
  ]
6113
6173
  }
@@ -6116,7 +6176,7 @@ var FormField = (props) => {
6116
6176
  FormField.className = FORMFIELD_CLASSNAME;
6117
6177
 
6118
6178
  // src/form/fieldset.tsx
6119
- import { Fragment as Fragment17, jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
6179
+ import { Fragment as Fragment17, jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
6120
6180
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6121
6181
  var Fieldset = (props) => {
6122
6182
  const {
@@ -6127,8 +6187,8 @@ var Fieldset = (props) => {
6127
6187
  gapY
6128
6188
  } = props;
6129
6189
  return /* @__PURE__ */ jsxs21("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6130
- legend && /* @__PURE__ */ jsx52("legend", { className: "k-form-legend", children: legend }),
6131
- layout === "grid" ? /* @__PURE__ */ jsx52("div", { className: classNames(
6190
+ legend && /* @__PURE__ */ jsx54("legend", { className: "k-form-legend", children: legend }),
6191
+ layout === "grid" ? /* @__PURE__ */ jsx54("div", { className: classNames(
6132
6192
  "k-form-layout",
6133
6193
  "k-d-grid",
6134
6194
  {
@@ -6136,37 +6196,37 @@ var Fieldset = (props) => {
6136
6196
  [`k-gap-x-${gapX}`]: gapX,
6137
6197
  [`k-gap-y-${gapY}`]: gapY
6138
6198
  }
6139
- ), children: props.children }) : /* @__PURE__ */ jsx52(Fragment17, { children: props.children })
6199
+ ), children: props.children }) : /* @__PURE__ */ jsx54(Fragment17, { children: props.children })
6140
6200
  ] });
6141
6201
  };
6142
6202
  Fieldset.className = FIELDSET_CLASSNAME;
6143
6203
 
6144
6204
  // src/form/form.spec.tsx
6145
- import { Fragment as Fragment18, jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
6205
+ import { Fragment as Fragment18, jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
6146
6206
  import { createElement } from "react";
6147
6207
  var FORM_CLASSNAME = "k-form";
6148
- var states27 = [];
6149
- var options24 = {
6208
+ var states29 = [];
6209
+ var options26 = {
6150
6210
  size: [Size.small, Size.medium, Size.large]
6151
6211
  };
6152
- var defaultProps23 = {
6212
+ var defaultProps25 = {
6153
6213
  size: Size.medium,
6154
6214
  layout: "basic",
6155
6215
  tag: "form"
6156
6216
  };
6157
6217
  var Form = (props) => {
6158
6218
  const {
6159
- size = defaultProps23.size,
6219
+ size = defaultProps25.size,
6160
6220
  orientation,
6161
- layout = defaultProps23.layout,
6221
+ layout = defaultProps25.layout,
6162
6222
  formButtons,
6163
6223
  cols,
6164
6224
  gapX,
6165
6225
  gapY,
6166
- tag = defaultProps23.tag,
6226
+ tag = defaultProps25.tag,
6167
6227
  children
6168
6228
  } = props;
6169
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx53("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx53("div", { className: className13, children: children2 });
6229
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx55("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx55("div", { className: className13, children: children2 });
6170
6230
  const formChildren = [];
6171
6231
  if (children) {
6172
6232
  if (Array.isArray(children)) {
@@ -6195,7 +6255,7 @@ var Form = (props) => {
6195
6255
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6196
6256
  }
6197
6257
  ), children: [
6198
- layout === "grid" ? /* @__PURE__ */ jsx53("div", { className: classNames(
6258
+ layout === "grid" ? /* @__PURE__ */ jsx55("div", { className: classNames(
6199
6259
  "k-form-layout",
6200
6260
  "k-d-grid",
6201
6261
  {
@@ -6203,17 +6263,17 @@ var Form = (props) => {
6203
6263
  [`k-gap-x-${gapX}`]: gapX,
6204
6264
  [`k-gap-y-${gapY}`]: gapY
6205
6265
  }
6206
- ), children: formChildren }) : /* @__PURE__ */ jsx53(Fragment18, { children: formChildren }),
6207
- formButtons && /* @__PURE__ */ jsx53("div", { className: "k-form-buttons", children: formButtons })
6266
+ ), children: formChildren }) : /* @__PURE__ */ jsx55(Fragment18, { children: formChildren }),
6267
+ formButtons && /* @__PURE__ */ jsx55("div", { className: "k-form-buttons", children: formButtons })
6208
6268
  ] });
6209
6269
  };
6210
- Form.states = states27;
6211
- Form.options = options24;
6270
+ Form.states = states29;
6271
+ Form.options = options26;
6212
6272
  Form.className = FORM_CLASSNAME;
6213
- Form.defaultProps = defaultProps23;
6273
+ Form.defaultProps = defaultProps25;
6214
6274
 
6215
6275
  // src/treelist/tests/treelist-editing-popup.tsx
6216
- import { Fragment as Fragment19, jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
6276
+ import { Fragment as Fragment19, jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
6217
6277
  var styles = `
6218
6278
  #test-area {
6219
6279
  width: 500px;
@@ -6224,40 +6284,40 @@ var styles = `
6224
6284
  }
6225
6285
  `;
6226
6286
  var treelist_editing_popup_default = () => /* @__PURE__ */ jsxs23(Fragment19, { children: [
6227
- /* @__PURE__ */ jsx54("style", { children: styles }),
6228
- /* @__PURE__ */ jsx54("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx54("section", { children: /* @__PURE__ */ jsx54(Window, { title: "Add item", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs23(Fragment19, { children: [
6229
- /* @__PURE__ */ jsx54(Button, { themeColor: "primary", icon: "save", children: "Save" }),
6230
- /* @__PURE__ */ jsx54(Button, { icon: "cancel", children: "Cancel" })
6287
+ /* @__PURE__ */ jsx56("style", { children: styles }),
6288
+ /* @__PURE__ */ jsx56("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsx56(Window, { title: "Add item", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs23(Fragment19, { children: [
6289
+ /* @__PURE__ */ jsx56(Button, { themeColor: "primary", icon: "save", children: "Save" }),
6290
+ /* @__PURE__ */ jsx56(Button, { icon: "cancel", children: "Cancel" })
6231
6291
  ] }), children: /* @__PURE__ */ jsxs23(Form, { tag: "div", children: [
6232
- /* @__PURE__ */ jsx54(
6292
+ /* @__PURE__ */ jsx56(
6233
6293
  FormField,
6234
6294
  {
6235
6295
  className: "k-form-field-error",
6236
6296
  label: "Text data field label",
6237
6297
  error: "Error",
6238
- editor: /* @__PURE__ */ jsx54(Textbox, { value: "Invalid", invalid: true, showClearButton: true })
6298
+ editor: /* @__PURE__ */ jsx56(Textbox, { value: "Invalid", invalid: true, showClearButton: true })
6239
6299
  }
6240
6300
  ),
6241
- /* @__PURE__ */ jsx54(
6301
+ /* @__PURE__ */ jsx56(
6242
6302
  FormField,
6243
6303
  {
6244
6304
  label: "Date data field label",
6245
- editor: /* @__PURE__ */ jsx54(DatePicker, { placeholder: "dd/MM/yyyy" })
6305
+ editor: /* @__PURE__ */ jsx56(DatePicker, { placeholder: "dd/MM/yyyy" })
6246
6306
  }
6247
6307
  ),
6248
- /* @__PURE__ */ jsx54(
6308
+ /* @__PURE__ */ jsx56(
6249
6309
  FormField,
6250
6310
  {
6251
6311
  label: "Numeric data field label",
6252
- editor: /* @__PURE__ */ jsx54(NumericTextbox, { placeholder: "##,###" })
6312
+ editor: /* @__PURE__ */ jsx56(NumericTextbox, { placeholder: "##,###" })
6253
6313
  }
6254
6314
  ),
6255
- /* @__PURE__ */ jsx54(
6315
+ /* @__PURE__ */ jsx56(
6256
6316
  FormField,
6257
6317
  {
6258
6318
  editor: /* @__PURE__ */ jsxs23(Fragment19, { children: [
6259
- /* @__PURE__ */ jsx54(Checkbox, { checked: true }),
6260
- /* @__PURE__ */ jsx54("label", { className: "k-checkbox-label", children: "Boolean data field label" })
6319
+ /* @__PURE__ */ jsx56(Checkbox, { checked: true }),
6320
+ /* @__PURE__ */ jsx56("label", { className: "k-checkbox-label", children: "Boolean data field label" })
6261
6321
  ] })
6262
6322
  }
6263
6323
  )