@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,24 +5260,24 @@ 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/dropdownlist/dropdownlist.spec.tsx
5218
- import { Fragment as Fragment12, jsx as jsx33, jsxs as jsxs10 } from "react/jsx-runtime";
5278
+ import { Fragment as Fragment12, jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5219
5279
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5220
- var states20 = [
5280
+ var states22 = [
5221
5281
  States.hover,
5222
5282
  States.focus,
5223
5283
  States.valid,
@@ -5227,12 +5287,12 @@ var states20 = [
5227
5287
  States.loading,
5228
5288
  States.readonly
5229
5289
  ];
5230
- var options19 = {
5290
+ var options21 = {
5231
5291
  size: [Size.small, Size.medium, Size.large],
5232
5292
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5233
5293
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5234
5294
  };
5235
- var defaultProps17 = {
5295
+ var defaultProps19 = {
5236
5296
  showValue: true,
5237
5297
  arrowIconName: "caret-alt-down",
5238
5298
  size: Size.medium,
@@ -5242,7 +5302,7 @@ var defaultProps17 = {
5242
5302
  var DropdownList = (props) => {
5243
5303
  const {
5244
5304
  valueIconName,
5245
- arrowIconName = defaultProps17.arrowIconName,
5305
+ arrowIconName = defaultProps19.arrowIconName,
5246
5306
  prefix,
5247
5307
  suffix,
5248
5308
  value,
@@ -5258,7 +5318,7 @@ var DropdownList = (props) => {
5258
5318
  loading,
5259
5319
  disabled,
5260
5320
  readonly,
5261
- showValue = defaultProps17.showValue,
5321
+ showValue = defaultProps19.showValue,
5262
5322
  popup,
5263
5323
  opened,
5264
5324
  ...other
@@ -5287,8 +5347,8 @@ var DropdownList = (props) => {
5287
5347
  }
5288
5348
  ),
5289
5349
  children: [
5290
- /* @__PURE__ */ jsx33(InputPrefix, { children: prefix }),
5291
- /* @__PURE__ */ jsx33(
5350
+ /* @__PURE__ */ jsx35(InputPrefix, { children: prefix }),
5351
+ /* @__PURE__ */ jsx35(
5292
5352
  InputInnerSpan,
5293
5353
  {
5294
5354
  placeholder,
@@ -5297,7 +5357,7 @@ var DropdownList = (props) => {
5297
5357
  valueIconName
5298
5358
  }
5299
5359
  ),
5300
- /* @__PURE__ */ jsx33(
5360
+ /* @__PURE__ */ jsx35(
5301
5361
  InputValidationIcon,
5302
5362
  {
5303
5363
  valid,
@@ -5306,15 +5366,15 @@ var DropdownList = (props) => {
5306
5366
  disabled
5307
5367
  }
5308
5368
  ),
5309
- /* @__PURE__ */ jsx33(
5369
+ /* @__PURE__ */ jsx35(
5310
5370
  InputLoadingIcon,
5311
5371
  {
5312
5372
  loading,
5313
5373
  disabled
5314
5374
  }
5315
5375
  ),
5316
- /* @__PURE__ */ jsx33(InputSuffix, { children: suffix }),
5317
- /* @__PURE__ */ jsx33(
5376
+ /* @__PURE__ */ jsx35(InputSuffix, { children: suffix }),
5377
+ /* @__PURE__ */ jsx35(
5318
5378
  Button,
5319
5379
  {
5320
5380
  className: "k-input-button",
@@ -5327,35 +5387,35 @@ var DropdownList = (props) => {
5327
5387
  ]
5328
5388
  }
5329
5389
  ),
5330
- opened && popup && /* @__PURE__ */ jsx33(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5390
+ opened && popup && /* @__PURE__ */ jsx35(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5331
5391
  ] });
5332
5392
  };
5333
- DropdownList.states = states20;
5334
- DropdownList.options = options19;
5393
+ DropdownList.states = states22;
5394
+ DropdownList.options = options21;
5335
5395
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5336
- DropdownList.defaultProps = defaultProps17;
5396
+ DropdownList.defaultProps = defaultProps19;
5337
5397
 
5338
5398
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5339
- import { jsx as jsx34 } from "react/jsx-runtime";
5399
+ import { jsx as jsx36 } from "react/jsx-runtime";
5340
5400
 
5341
5401
  // src/nodata/nodata.tsx
5342
- import { jsx as jsx35 } from "react/jsx-runtime";
5402
+ import { jsx as jsx37 } from "react/jsx-runtime";
5343
5403
  var className9 = `k-nodata`;
5344
- var NoData = (props) => /* @__PURE__ */ jsx35("span", { className: classNames(className9, props.className), children: props.children });
5404
+ var NoData = (props) => /* @__PURE__ */ jsx37("span", { className: classNames(className9, props.className), children: props.children });
5345
5405
 
5346
5406
  // src/list/list.spec.tsx
5347
- import { jsx as jsx36, jsxs as jsxs11 } from "react/jsx-runtime";
5407
+ import { jsx as jsx38, jsxs as jsxs11 } from "react/jsx-runtime";
5348
5408
  var LIST_CLASSNAME = `k-list`;
5349
- var states21 = [];
5350
- var options20 = {
5409
+ var states23 = [];
5410
+ var options22 = {
5351
5411
  size: [Size.small, Size.medium, Size.large]
5352
5412
  };
5353
- var defaultProps18 = {
5413
+ var defaultProps20 = {
5354
5414
  size: Size.medium
5355
5415
  };
5356
5416
  var List = (props) => {
5357
5417
  const {
5358
- size = defaultProps18.size,
5418
+ size = defaultProps20.size,
5359
5419
  virtualization,
5360
5420
  children,
5361
5421
  optionLabel,
@@ -5372,7 +5432,7 @@ var List = (props) => {
5372
5432
  listHeader = child.props.label;
5373
5433
  child.props.children.map((optChild, index2) => {
5374
5434
  listChildren.push(
5375
- /* @__PURE__ */ jsx36(
5435
+ /* @__PURE__ */ jsx38(
5376
5436
  ListItem,
5377
5437
  {
5378
5438
  ...optChild.props
@@ -5388,7 +5448,7 @@ var List = (props) => {
5388
5448
  groupLabel = child.props.label;
5389
5449
  }
5390
5450
  listChildren.push(
5391
- /* @__PURE__ */ jsx36(
5451
+ /* @__PURE__ */ jsx38(
5392
5452
  ListItem,
5393
5453
  {
5394
5454
  className: index2 === 0 ? "k-first" : "",
@@ -5400,14 +5460,14 @@ var List = (props) => {
5400
5460
  );
5401
5461
  });
5402
5462
  }
5403
- listGroup = /* @__PURE__ */ jsx36(ListGroup, { label: listHeader, virtualization, children: listChildren });
5463
+ listGroup = /* @__PURE__ */ jsx38(ListGroup, { label: listHeader, virtualization, children: listChildren });
5404
5464
  } else if (child.type === ListItem) {
5405
- listChildren.push(/* @__PURE__ */ jsx36(ListItem, { ...child.props }, `${child.type}-${index}`));
5406
- listContent = /* @__PURE__ */ jsx36(ListContent, { virtualization, children: listChildren });
5465
+ listChildren.push(/* @__PURE__ */ jsx38(ListItem, { ...child.props }, `${child.type}-${index}`));
5466
+ listContent = /* @__PURE__ */ jsx38(ListContent, { virtualization, children: listChildren });
5407
5467
  }
5408
5468
  });
5409
5469
  } else {
5410
- listContent = /* @__PURE__ */ jsx36(NoData, { children: "No data found." });
5470
+ listContent = /* @__PURE__ */ jsx38(NoData, { children: "No data found." });
5411
5471
  }
5412
5472
  return /* @__PURE__ */ jsxs11(
5413
5473
  "div",
@@ -5431,24 +5491,24 @@ var List = (props) => {
5431
5491
  }
5432
5492
  );
5433
5493
  };
5434
- List.states = states21;
5435
- List.options = options20;
5494
+ List.states = states23;
5495
+ List.options = options22;
5436
5496
  List.className = LIST_CLASSNAME;
5437
- List.defaultProps = defaultProps18;
5497
+ List.defaultProps = defaultProps20;
5438
5498
 
5439
5499
  // src/list/list-angular.spec.tsx
5440
- import { jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5500
+ import { jsx as jsx39, jsxs as jsxs12 } from "react/jsx-runtime";
5441
5501
  var LISTANGULAR_CLASSNAME = `k-list`;
5442
- var states22 = [];
5443
- var options21 = {
5502
+ var states24 = [];
5503
+ var options23 = {
5444
5504
  size: [Size.small, Size.medium, Size.large]
5445
5505
  };
5446
- var defaultProps19 = {
5506
+ var defaultProps21 = {
5447
5507
  size: Size.medium
5448
5508
  };
5449
5509
  var ListAngular = (props) => {
5450
5510
  const {
5451
- size = defaultProps19.size,
5511
+ size = defaultProps21.size,
5452
5512
  virtualization,
5453
5513
  children,
5454
5514
  ...other
@@ -5464,7 +5524,7 @@ var ListAngular = (props) => {
5464
5524
  listHeader = child.props.label;
5465
5525
  child.props.children.map((optChild, index2) => {
5466
5526
  listChildren.push(
5467
- /* @__PURE__ */ jsx37(
5527
+ /* @__PURE__ */ jsx39(
5468
5528
  ListItem,
5469
5529
  {
5470
5530
  ...optChild.props
@@ -5475,7 +5535,7 @@ var ListAngular = (props) => {
5475
5535
  });
5476
5536
  } else {
5477
5537
  listChildren.push(
5478
- /* @__PURE__ */ jsx37(
5538
+ /* @__PURE__ */ jsx39(
5479
5539
  ListGroupItem,
5480
5540
  {
5481
5541
  ...child.props,
@@ -5486,7 +5546,7 @@ var ListAngular = (props) => {
5486
5546
  );
5487
5547
  child.props.children.map((optChild, index2) => {
5488
5548
  listChildren.push(
5489
- /* @__PURE__ */ jsx37(
5549
+ /* @__PURE__ */ jsx39(
5490
5550
  ListItem,
5491
5551
  {
5492
5552
  ...optChild.props
@@ -5496,14 +5556,14 @@ var ListAngular = (props) => {
5496
5556
  );
5497
5557
  });
5498
5558
  }
5499
- listGroup = /* @__PURE__ */ jsx37(ListGroup, { label: listHeader, virtualization, children: listChildren });
5559
+ listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5500
5560
  } else if (child.type === ListItem) {
5501
- listChildren.push(/* @__PURE__ */ jsx37(ListItem, { ...child.props }, `${child.type}-${index}`));
5502
- listContent = /* @__PURE__ */ jsx37(ListContent, { virtualization, children: listChildren });
5561
+ listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5562
+ listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5503
5563
  }
5504
5564
  });
5505
5565
  } else {
5506
- listContent = /* @__PURE__ */ jsx37(NoData, { children: "No data found." });
5566
+ listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5507
5567
  }
5508
5568
  return /* @__PURE__ */ jsxs12(
5509
5569
  "div",
@@ -5526,22 +5586,22 @@ var ListAngular = (props) => {
5526
5586
  }
5527
5587
  );
5528
5588
  };
5529
- ListAngular.states = states22;
5530
- ListAngular.options = options21;
5589
+ ListAngular.states = states24;
5590
+ ListAngular.options = options23;
5531
5591
  ListAngular.className = LISTANGULAR_CLASSNAME;
5532
- ListAngular.defaultProps = defaultProps19;
5592
+ ListAngular.defaultProps = defaultProps21;
5533
5593
 
5534
5594
  // src/list/list-item.spec.tsx
5535
- import { jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5595
+ import { jsx as jsx40, jsxs as jsxs13 } from "react/jsx-runtime";
5536
5596
  var LISTITEM_CLASSNAME = `k-list-item`;
5537
- var states23 = [
5597
+ var states25 = [
5538
5598
  States.hover,
5539
5599
  States.focus,
5540
5600
  States.selected,
5541
5601
  States.disabled
5542
5602
  ];
5543
- var options22 = {};
5544
- var defaultProps20 = {};
5603
+ var options24 = {};
5604
+ var defaultProps22 = {};
5545
5605
  var ListItem = (props) => {
5546
5606
  const {
5547
5607
  text,
@@ -5572,66 +5632,66 @@ var ListItem = (props) => {
5572
5632
  })
5573
5633
  ),
5574
5634
  children: [
5575
- showCheckbox && /* @__PURE__ */ jsx38(Checkbox, { checked }),
5576
- showIcon && /* @__PURE__ */ jsx38(Icon, { icon: iconName }),
5577
- /* @__PURE__ */ jsx38("span", { className: "k-list-item-text", children: textOrChildren }),
5578
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx38("div", { className: "k-list-item-group-label", children: groupLabel })
5635
+ showCheckbox && /* @__PURE__ */ jsx40(Checkbox, { checked }),
5636
+ showIcon && /* @__PURE__ */ jsx40(Icon, { icon: iconName }),
5637
+ /* @__PURE__ */ jsx40("span", { className: "k-list-item-text", children: textOrChildren }),
5638
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx40("div", { className: "k-list-item-group-label", children: groupLabel })
5579
5639
  ]
5580
5640
  }
5581
5641
  );
5582
5642
  };
5583
- ListItem.states = states23;
5584
- ListItem.options = options22;
5643
+ ListItem.states = states25;
5644
+ ListItem.options = options24;
5585
5645
  ListItem.className = LISTITEM_CLASSNAME;
5586
- ListItem.defaultProps = defaultProps20;
5646
+ ListItem.defaultProps = defaultProps22;
5587
5647
 
5588
5648
  // src/list/list-content.tsx
5589
- import { jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
5649
+ import { jsx as jsx41, jsxs as jsxs14 } from "react/jsx-runtime";
5590
5650
  var className10 = `k-list-content`;
5591
5651
  var ListContent = (props) => {
5592
5652
  const {
5593
5653
  virtualization
5594
5654
  } = props;
5595
5655
  return /* @__PURE__ */ jsxs14("div", { className: classNames(className10, props.className), children: [
5596
- /* @__PURE__ */ jsx39("ul", { className: classNames("k-list-ul"), children: props.children }),
5597
- virtualization && /* @__PURE__ */ jsx39("div", { className: "k-height-container", children: /* @__PURE__ */ jsx39("div", {}) })
5656
+ /* @__PURE__ */ jsx41("ul", { className: classNames("k-list-ul"), children: props.children }),
5657
+ virtualization && /* @__PURE__ */ jsx41("div", { className: "k-height-container", children: /* @__PURE__ */ jsx41("div", {}) })
5598
5658
  ] });
5599
5659
  };
5600
5660
 
5601
5661
  // src/list/list-header.tsx
5602
- import { jsx as jsx40 } from "react/jsx-runtime";
5662
+ import { jsx as jsx42 } from "react/jsx-runtime";
5603
5663
  var className11 = `k-list-group-sticky-header`;
5604
- var ListHeader = (props) => /* @__PURE__ */ jsx40("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx40("div", { className: "k-list-header-text", children: props.children }) });
5664
+ var ListHeader = (props) => /* @__PURE__ */ jsx42("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx42("div", { className: "k-list-header-text", children: props.children }) });
5605
5665
 
5606
5666
  // src/list/list-group.tsx
5607
- import { Fragment as Fragment13, jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5667
+ import { Fragment as Fragment13, jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5608
5668
  var ListGroup = (props) => {
5609
5669
  const {
5610
5670
  virtualization,
5611
5671
  label
5612
5672
  } = props;
5613
5673
  return /* @__PURE__ */ jsxs15(Fragment13, { children: [
5614
- label && /* @__PURE__ */ jsx41(ListHeader, { children: label }),
5615
- props.children && /* @__PURE__ */ jsx41(ListContent, { virtualization, children: props.children })
5674
+ label && /* @__PURE__ */ jsx43(ListHeader, { children: label }),
5675
+ props.children && /* @__PURE__ */ jsx43(ListContent, { virtualization, children: props.children })
5616
5676
  ] });
5617
5677
  };
5618
5678
 
5619
5679
  // src/list/list-group-item.tsx
5620
- import { jsx as jsx42 } from "react/jsx-runtime";
5680
+ import { jsx as jsx44 } from "react/jsx-runtime";
5621
5681
  var className12 = `k-list-group-item`;
5622
- var ListGroupItem = (props) => /* @__PURE__ */ jsx42("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx42("span", { className: "k-list-item-text", children: props.children }) });
5682
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx44("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: props.children }) });
5623
5683
 
5624
5684
  // src/list/list-option-label.tsx
5625
- import { jsx as jsx43 } from "react/jsx-runtime";
5685
+ import { jsx as jsx45 } from "react/jsx-runtime";
5626
5686
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5627
- var states24 = [
5687
+ var states26 = [
5628
5688
  States.hover,
5629
5689
  States.focus,
5630
5690
  States.selected,
5631
5691
  States.disabled
5632
5692
  ];
5633
- var options23 = {};
5634
- var defaultProps21 = {};
5693
+ var options25 = {};
5694
+ var defaultProps23 = {};
5635
5695
  var ListOptionLabel = (props) => {
5636
5696
  const {
5637
5697
  text,
@@ -5641,7 +5701,7 @@ var ListOptionLabel = (props) => {
5641
5701
  disabled,
5642
5702
  ...other
5643
5703
  } = props;
5644
- return /* @__PURE__ */ jsx43(
5704
+ return /* @__PURE__ */ jsx45(
5645
5705
  "div",
5646
5706
  {
5647
5707
  ...other,
@@ -5658,39 +5718,39 @@ var ListOptionLabel = (props) => {
5658
5718
  }
5659
5719
  );
5660
5720
  };
5661
- ListOptionLabel.states = states24;
5662
- ListOptionLabel.options = options23;
5721
+ ListOptionLabel.states = states26;
5722
+ ListOptionLabel.options = options25;
5663
5723
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5664
- ListOptionLabel.defaultProps = defaultProps21;
5724
+ ListOptionLabel.defaultProps = defaultProps23;
5665
5725
 
5666
5726
  // src/list/templates/list-normal.tsx
5667
- import { jsx as jsx44 } from "react/jsx-runtime";
5727
+ import { jsx as jsx46 } from "react/jsx-runtime";
5668
5728
 
5669
5729
  // src/list/templates/list-virtualization.tsx
5670
- import { jsx as jsx45 } from "react/jsx-runtime";
5730
+ import { jsx as jsx47 } from "react/jsx-runtime";
5671
5731
 
5672
5732
  // src/list/templates/list-grouping.tsx
5673
- import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5733
+ import { jsx as jsx48, jsxs as jsxs16 } from "react/jsx-runtime";
5674
5734
 
5675
5735
  // src/list/templates/list-virualization-grouping.tsx
5676
- import { jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5736
+ import { jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
5677
5737
 
5678
5738
  // src/list/templates/list-virtualization-angular.tsx
5679
- import { jsx as jsx48 } from "react/jsx-runtime";
5739
+ import { jsx as jsx50 } from "react/jsx-runtime";
5680
5740
 
5681
5741
  // src/list/templates/list-grouping-angular.tsx
5682
- import { jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5742
+ import { jsx as jsx51, jsxs as jsxs18 } from "react/jsx-runtime";
5683
5743
 
5684
5744
  // src/list/templates/list-virualization-grouping-angular.tsx
5685
- import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5745
+ import { jsx as jsx52, jsxs as jsxs19 } from "react/jsx-runtime";
5686
5746
 
5687
5747
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5688
- import { jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
5748
+ import { jsx as jsx53, jsxs as jsxs20 } from "react/jsx-runtime";
5689
5749
 
5690
5750
  // src/searchbox/searchbox.spec.tsx
5691
- import { jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
5751
+ import { jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
5692
5752
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5693
- var states25 = [
5753
+ var states27 = [
5694
5754
  States.hover,
5695
5755
  States.focus,
5696
5756
  States.valid,
@@ -5699,12 +5759,12 @@ var states25 = [
5699
5759
  States.disabled,
5700
5760
  States.loading
5701
5761
  ];
5702
- var options24 = {
5762
+ var options26 = {
5703
5763
  size: [Size.small, Size.medium, Size.large],
5704
5764
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5705
5765
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5706
5766
  };
5707
- var defaultProps22 = {
5767
+ var defaultProps24 = {
5708
5768
  showIcon: true,
5709
5769
  icon: "search",
5710
5770
  size: Input.defaultProps.size,
@@ -5725,8 +5785,8 @@ var Searchbox = (props) => {
5725
5785
  required,
5726
5786
  loading,
5727
5787
  disabled,
5728
- showIcon = defaultProps22.showIcon,
5729
- icon = defaultProps22.icon,
5788
+ showIcon = defaultProps24.showIcon,
5789
+ icon = defaultProps24.icon,
5730
5790
  ...other
5731
5791
  } = props;
5732
5792
  return /* @__PURE__ */ jsxs21(
@@ -5745,40 +5805,40 @@ var Searchbox = (props) => {
5745
5805
  disabled,
5746
5806
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5747
5807
  children: [
5748
- showIcon && /* @__PURE__ */ jsx52(Icon, { className: "k-input-icon", icon }),
5749
- /* @__PURE__ */ jsx52(InputInnerInput, { placeholder, value }),
5750
- /* @__PURE__ */ jsx52(InputLoadingIcon, { ...props }),
5751
- /* @__PURE__ */ jsx52(InputValidationIcon, { ...props }),
5752
- /* @__PURE__ */ jsx52(InputClearValue, { ...props })
5808
+ showIcon && /* @__PURE__ */ jsx54(Icon, { className: "k-input-icon", icon }),
5809
+ /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
5810
+ /* @__PURE__ */ jsx54(InputLoadingIcon, { ...props }),
5811
+ /* @__PURE__ */ jsx54(InputValidationIcon, { ...props }),
5812
+ /* @__PURE__ */ jsx54(InputClearValue, { ...props })
5753
5813
  ]
5754
5814
  }
5755
5815
  );
5756
5816
  };
5757
- Searchbox.states = states25;
5758
- Searchbox.options = options24;
5817
+ Searchbox.states = states27;
5818
+ Searchbox.options = options26;
5759
5819
  Searchbox.className = SEARCHBOX_CLASSNAME;
5760
- Searchbox.defaultProps = defaultProps22;
5820
+ Searchbox.defaultProps = defaultProps24;
5761
5821
 
5762
5822
  // src/searchbox/templates/searchbox-normal.tsx
5763
- import { jsx as jsx53 } from "react/jsx-runtime";
5823
+ import { jsx as jsx55 } from "react/jsx-runtime";
5764
5824
 
5765
5825
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5766
- import { Fragment as Fragment14, jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5826
+ import { Fragment as Fragment14, jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
5767
5827
 
5768
5828
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5769
- import { jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
5829
+ import { jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
5770
5830
 
5771
5831
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5772
- import { Fragment as Fragment15, jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
5832
+ import { Fragment as Fragment15, jsx as jsx58, jsxs as jsxs24 } from "react/jsx-runtime";
5773
5833
 
5774
5834
  // src/calendar/calendar.spec.tsx
5775
- import { jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
5835
+ import { jsx as jsx59, jsxs as jsxs25 } from "react/jsx-runtime";
5776
5836
  var CALENDAR_CLASSNAME = `k-calendar`;
5777
- var states26 = [];
5778
- var options25 = {
5837
+ var states28 = [];
5838
+ var options27 = {
5779
5839
  size: [Size.small, Size.medium, Size.large]
5780
5840
  };
5781
- var defaultProps23 = {
5841
+ var defaultProps25 = {
5782
5842
  size: Size.medium,
5783
5843
  viewsCount: 1,
5784
5844
  orientation: "horizontal",
@@ -5787,11 +5847,11 @@ var defaultProps23 = {
5787
5847
  };
5788
5848
  var Calendar = (props) => {
5789
5849
  const {
5790
- size = defaultProps23.size,
5791
- orientation = defaultProps23.orientation,
5792
- calendarView = defaultProps23.calendarView,
5793
- calendarHeaderText = defaultProps23.calendarHeaderText,
5794
- viewsCount = defaultProps23.viewsCount,
5850
+ size = defaultProps25.size,
5851
+ orientation = defaultProps25.orientation,
5852
+ calendarView = defaultProps25.calendarView,
5853
+ calendarHeaderText = defaultProps25.calendarHeaderText,
5854
+ viewsCount = defaultProps25.viewsCount,
5795
5855
  showWeek,
5796
5856
  showOtherMonth,
5797
5857
  showCalendarCaption,
@@ -5816,7 +5876,7 @@ var Calendar = (props) => {
5816
5876
  }
5817
5877
  ),
5818
5878
  children: [
5819
- /* @__PURE__ */ jsx57(
5879
+ /* @__PURE__ */ jsx59(
5820
5880
  CalendarHeader,
5821
5881
  {
5822
5882
  showToday: showCalendarFooter ? false : true,
@@ -5826,7 +5886,7 @@ var Calendar = (props) => {
5826
5886
  dir
5827
5887
  }
5828
5888
  ),
5829
- /* @__PURE__ */ jsx57(
5889
+ /* @__PURE__ */ jsx59(
5830
5890
  CalendarView,
5831
5891
  {
5832
5892
  calendarView,
@@ -5838,19 +5898,19 @@ var Calendar = (props) => {
5838
5898
  selectedRange
5839
5899
  }
5840
5900
  ),
5841
- showCalendarFooter && /* @__PURE__ */ jsx57(CalendarFooter, {})
5901
+ showCalendarFooter && /* @__PURE__ */ jsx59(CalendarFooter, {})
5842
5902
  ]
5843
5903
  }
5844
5904
  );
5845
5905
  };
5846
- Calendar.states = states26;
5847
- Calendar.options = options25;
5906
+ Calendar.states = states28;
5907
+ Calendar.options = options27;
5848
5908
  Calendar.className = CALENDAR_CLASSNAME;
5849
- Calendar.defaultProps = defaultProps23;
5909
+ Calendar.defaultProps = defaultProps25;
5850
5910
 
5851
5911
  // src/calendar/calendar-cell.tsx
5852
- import { jsx as jsx58 } from "react/jsx-runtime";
5853
- var states27 = [
5912
+ import { jsx as jsx60 } from "react/jsx-runtime";
5913
+ var states29 = [
5854
5914
  States.hover,
5855
5915
  States.focus,
5856
5916
  States.active,
@@ -5899,21 +5959,21 @@ var CalendarCell = (props) => {
5899
5959
  }
5900
5960
  ];
5901
5961
  if (headerCell) {
5902
- return /* @__PURE__ */ jsx58("th", { ...other, className: classNames(calendarCellClasses), children: text });
5962
+ return /* @__PURE__ */ jsx60("th", { ...other, className: classNames(calendarCellClasses), children: text });
5903
5963
  }
5904
5964
  if (weekCell) {
5905
- return /* @__PURE__ */ jsx58("td", { ...other, className: classNames(calendarCellClasses), children: text });
5965
+ return /* @__PURE__ */ jsx60("td", { ...other, className: classNames(calendarCellClasses), children: text });
5906
5966
  }
5907
- return /* @__PURE__ */ jsx58("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx58("span", { className: "k-link", children: text }) });
5967
+ return /* @__PURE__ */ jsx60("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx60("span", { className: "k-link", children: text }) });
5908
5968
  };
5909
5969
 
5910
5970
  // src/calendar/calendar-header.tsx
5911
- import { jsx as jsx59, jsxs as jsxs26 } from "react/jsx-runtime";
5971
+ import { jsx as jsx61, jsxs as jsxs26 } from "react/jsx-runtime";
5912
5972
  var className13 = `k-calendar-header`;
5913
- var options26 = {
5973
+ var options28 = {
5914
5974
  size: [Size.small, Size.medium, Size.large]
5915
5975
  };
5916
- var defaultProps24 = {
5976
+ var defaultProps26 = {
5917
5977
  calendarHeaderText: "October 2021",
5918
5978
  showToday: true,
5919
5979
  orientation: "horizontal",
@@ -5921,10 +5981,10 @@ var defaultProps24 = {
5921
5981
  };
5922
5982
  var CalendarHeader = (props) => {
5923
5983
  const {
5924
- calendarHeaderText = defaultProps24.calendarHeaderText,
5925
- showToday = defaultProps24.showToday,
5926
- orientation = defaultProps24.orientation,
5927
- size = defaultProps24.size,
5984
+ calendarHeaderText = defaultProps26.calendarHeaderText,
5985
+ showToday = defaultProps26.showToday,
5986
+ orientation = defaultProps26.orientation,
5987
+ size = defaultProps26.size,
5928
5988
  dir,
5929
5989
  ...other
5930
5990
  } = props;
@@ -5942,12 +6002,12 @@ var CalendarHeader = (props) => {
5942
6002
  }
5943
6003
  ),
5944
6004
  children: [
5945
- /* @__PURE__ */ jsx59(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5946
- /* @__PURE__ */ jsx59("span", { className: "k-spacer" }),
6005
+ /* @__PURE__ */ jsx61(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
6006
+ /* @__PURE__ */ jsx61("span", { className: "k-spacer" }),
5947
6007
  /* @__PURE__ */ jsxs26("span", { className: "k-calendar-nav", children: [
5948
- /* @__PURE__ */ jsx59(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5949
- showToday && /* @__PURE__ */ jsx59(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5950
- /* @__PURE__ */ jsx59(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
6008
+ /* @__PURE__ */ jsx61(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
6009
+ showToday && /* @__PURE__ */ jsx61(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
6010
+ /* @__PURE__ */ jsx61(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5951
6011
  ] })
5952
6012
  ]
5953
6013
  }
@@ -5955,12 +6015,12 @@ var CalendarHeader = (props) => {
5955
6015
  };
5956
6016
 
5957
6017
  // src/calendar/calendar-footer.tsx
5958
- import { jsx as jsx60 } from "react/jsx-runtime";
6018
+ import { jsx as jsx62 } from "react/jsx-runtime";
5959
6019
  var className14 = `k-calendar-footer`;
5960
- var CalendarFooter = (props) => /* @__PURE__ */ jsx60("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ jsx60(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
6020
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx62("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5961
6021
 
5962
6022
  // src/calendar/calendar-table.tsx
5963
- import { jsx as jsx61, jsxs as jsxs27 } from "react/jsx-runtime";
6023
+ import { jsx as jsx63, jsxs as jsxs27 } from "react/jsx-runtime";
5964
6024
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5965
6025
  var CalendarTable = (props) => {
5966
6026
  const {
@@ -5981,25 +6041,25 @@ var CalendarTable = (props) => {
5981
6041
  CALENDARTABLE_CLASSNAME
5982
6042
  ),
5983
6043
  children: [
5984
- showCalendarCaption && /* @__PURE__ */ jsx61("caption", { className: "k-calendar-caption", children: "2022" }),
6044
+ showCalendarCaption && /* @__PURE__ */ jsx63("caption", { className: "k-calendar-caption", children: "2022" }),
5985
6045
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
5986
6046
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
5987
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Jan" }),
5988
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Feb" }),
5989
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Mar" }),
5990
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Apr" })
6047
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Jan" }),
6048
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Feb" }),
6049
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Mar" }),
6050
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Apr" })
5991
6051
  ] }),
5992
6052
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
5993
- /* @__PURE__ */ jsx61(CalendarCell, { text: "May" }),
5994
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Jun", hover: true }),
5995
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Jul", focus: true }),
5996
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Au", selected: true })
6053
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "May" }),
6054
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Jun", hover: true }),
6055
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Jul", focus: true }),
6056
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Au", selected: true })
5997
6057
  ] }),
5998
6058
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
5999
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Sep" }),
6000
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Oct", today: true }),
6001
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Nov" }),
6002
- /* @__PURE__ */ jsx61(CalendarCell, { text: "Dec" })
6059
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Sep" }),
6060
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Oct", today: true }),
6061
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Nov" }),
6062
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "Dec" })
6003
6063
  ] })
6004
6064
  ] })
6005
6065
  ]
@@ -6016,25 +6076,25 @@ var CalendarTable = (props) => {
6016
6076
  CALENDARTABLE_CLASSNAME
6017
6077
  ),
6018
6078
  children: [
6019
- showCalendarCaption && /* @__PURE__ */ jsx61("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
6079
+ showCalendarCaption && /* @__PURE__ */ jsx63("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
6020
6080
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6021
6081
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6022
- /* @__PURE__ */ jsx61(CalendarCell, { className: "k-out-of-range" }),
6023
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2020" }),
6024
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2021", today: true }),
6025
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2022" })
6082
+ /* @__PURE__ */ jsx63(CalendarCell, { className: "k-out-of-range" }),
6083
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2020" }),
6084
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2021", today: true }),
6085
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2022" })
6026
6086
  ] }),
6027
6087
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6028
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2023" }),
6029
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2024", hover: true }),
6030
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2025", focus: true }),
6031
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2026", selected: true })
6088
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2023" }),
6089
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2024", hover: true }),
6090
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2025", focus: true }),
6091
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2026", selected: true })
6032
6092
  ] }),
6033
6093
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6034
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2027" }),
6035
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2028" }),
6036
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2029" }),
6037
- /* @__PURE__ */ jsx61(CalendarCell, { className: "k-out-of-range" })
6094
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2027" }),
6095
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2028" }),
6096
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2029" }),
6097
+ /* @__PURE__ */ jsx63(CalendarCell, { className: "k-out-of-range" })
6038
6098
  ] })
6039
6099
  ] })
6040
6100
  ]
@@ -6051,25 +6111,25 @@ var CalendarTable = (props) => {
6051
6111
  CALENDARTABLE_CLASSNAME
6052
6112
  ),
6053
6113
  children: [
6054
- showCalendarCaption && /* @__PURE__ */ jsx61("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
6114
+ showCalendarCaption && /* @__PURE__ */ jsx63("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
6055
6115
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6056
6116
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6057
- /* @__PURE__ */ jsx61(CalendarCell, { text: "1990 - 1999" }),
6058
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2000 - 2009" }),
6059
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2010 - 2019", today: true }),
6060
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2020 - 2029" })
6117
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "1990 - 1999" }),
6118
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2000 - 2009" }),
6119
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2010 - 2019", today: true }),
6120
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2020 - 2029" })
6061
6121
  ] }),
6062
6122
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6063
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2030 - 2039" }),
6064
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2040 - 2049", hover: true }),
6065
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2050 - 2059", focus: true }),
6066
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2060 - 2069", selected: true })
6123
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2030 - 2039" }),
6124
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2040 - 2049", hover: true }),
6125
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2050 - 2059", focus: true }),
6126
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2060 - 2069", selected: true })
6067
6127
  ] }),
6068
6128
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6069
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2070 - 2079" }),
6070
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2080 - 2089" }),
6071
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2090 - 2099" }),
6072
- /* @__PURE__ */ jsx61(CalendarCell, { className: "k-out-of-range" })
6129
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2070 - 2079" }),
6130
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2080 - 2089" }),
6131
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2090 - 2099" }),
6132
+ /* @__PURE__ */ jsx63(CalendarCell, { className: "k-out-of-range" })
6073
6133
  ] })
6074
6134
  ] })
6075
6135
  ]
@@ -6085,68 +6145,68 @@ var CalendarTable = (props) => {
6085
6145
  CALENDARTABLE_CLASSNAME
6086
6146
  ),
6087
6147
  children: [
6088
- showCalendarCaption && /* @__PURE__ */ jsx61("caption", { className: "k-calendar-caption", children: "October 2021" }),
6089
- /* @__PURE__ */ jsx61(CalendarTableHead, { showWeek }),
6148
+ showCalendarCaption && /* @__PURE__ */ jsx63("caption", { className: "k-calendar-caption", children: "October 2021" }),
6149
+ /* @__PURE__ */ jsx63(CalendarTableHead, { showWeek }),
6090
6150
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6091
6151
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6092
- showWeek && /* @__PURE__ */ jsx61(CalendarCell, { text: "39", weekCell: true }),
6093
- /* @__PURE__ */ jsx61(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
6094
- /* @__PURE__ */ jsx61(CalendarCell, { text: "1" }),
6095
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2" }),
6096
- /* @__PURE__ */ jsx61(CalendarCell, { text: "3" }),
6097
- /* @__PURE__ */ jsx61(CalendarCell, { text: "4" }),
6098
- /* @__PURE__ */ jsx61(CalendarCell, { text: "5" }),
6099
- /* @__PURE__ */ jsx61(CalendarCell, { text: "6", weekend: true })
6152
+ showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "39", weekCell: true }),
6153
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
6154
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "1" }),
6155
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2" }),
6156
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "3" }),
6157
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "4" }),
6158
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "5" }),
6159
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "6", weekend: true })
6100
6160
  ] }),
6101
6161
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6102
- showWeek && /* @__PURE__ */ jsx61(CalendarCell, { text: "40", weekCell: true }),
6103
- /* @__PURE__ */ jsx61(CalendarCell, { text: "7", weekend: true }),
6104
- /* @__PURE__ */ jsx61(CalendarCell, { text: "8", hover: true }),
6105
- /* @__PURE__ */ jsx61(CalendarCell, { text: "9", focus: true }),
6106
- /* @__PURE__ */ jsx61(CalendarCell, { text: "10", selected: true }),
6107
- /* @__PURE__ */ jsx61(CalendarCell, { text: "11", hover: true, focus: true }),
6108
- /* @__PURE__ */ jsx61(CalendarCell, { text: "12", hover: true, selected: true }),
6109
- /* @__PURE__ */ jsx61(CalendarCell, { text: "13", weekend: true })
6162
+ showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "40", weekCell: true }),
6163
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "7", weekend: true }),
6164
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "8", hover: true }),
6165
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "9", focus: true }),
6166
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "10", selected: true }),
6167
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "11", hover: true, focus: true }),
6168
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "12", hover: true, selected: true }),
6169
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "13", weekend: true })
6110
6170
  ] }),
6111
6171
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6112
- showWeek && /* @__PURE__ */ jsx61(CalendarCell, { text: "41", weekCell: true }),
6113
- /* @__PURE__ */ jsx61(CalendarCell, { text: "14", weekend: true }),
6114
- /* @__PURE__ */ jsx61(CalendarCell, { text: "15" }),
6115
- /* @__PURE__ */ jsx61(CalendarCell, { text: "16", today: true }),
6116
- /* @__PURE__ */ jsx61(CalendarCell, { text: "17" }),
6117
- /* @__PURE__ */ jsx61(CalendarCell, { text: "18" }),
6118
- /* @__PURE__ */ jsx61(CalendarCell, { text: "19" }),
6119
- /* @__PURE__ */ jsx61(CalendarCell, { text: "20", weekend: true })
6172
+ showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "41", weekCell: true }),
6173
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "14", weekend: true }),
6174
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "15" }),
6175
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "16", today: true }),
6176
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "17" }),
6177
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "18" }),
6178
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "19" }),
6179
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "20", weekend: true })
6120
6180
  ] }),
6121
6181
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6122
- showWeek && /* @__PURE__ */ jsx61(CalendarCell, { text: "42", weekCell: true }),
6123
- /* @__PURE__ */ jsx61(CalendarCell, { text: "21", weekend: true }),
6124
- /* @__PURE__ */ jsx61(CalendarCell, { text: "22" }),
6125
- /* @__PURE__ */ jsx61(CalendarCell, { text: "23" }),
6126
- /* @__PURE__ */ jsx61(CalendarCell, { text: "24" }),
6127
- /* @__PURE__ */ jsx61(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
6128
- /* @__PURE__ */ jsx61(CalendarCell, { text: "26", rangeMid: selectedRange }),
6129
- /* @__PURE__ */ jsx61(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
6182
+ showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "42", weekCell: true }),
6183
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "21", weekend: true }),
6184
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "22" }),
6185
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "23" }),
6186
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "24" }),
6187
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
6188
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "26", rangeMid: selectedRange }),
6189
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
6130
6190
  ] }),
6131
6191
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6132
- showWeek && /* @__PURE__ */ jsx61(CalendarCell, { text: "43", weekCell: true }),
6133
- /* @__PURE__ */ jsx61(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
6134
- /* @__PURE__ */ jsx61(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
6135
- /* @__PURE__ */ jsx61(CalendarCell, { text: "30" }),
6136
- /* @__PURE__ */ jsx61(CalendarCell, { text: "31" }),
6137
- /* @__PURE__ */ jsx61(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
6138
- /* @__PURE__ */ jsx61(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
6139
- /* @__PURE__ */ jsx61(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
6192
+ showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "43", weekCell: true }),
6193
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
6194
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
6195
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "30" }),
6196
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "31" }),
6197
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
6198
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
6199
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
6140
6200
  ] }),
6141
6201
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6142
- showWeek && /* @__PURE__ */ jsx61(CalendarCell, { text: "44", weekCell: true }),
6143
- /* @__PURE__ */ jsx61(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
6144
- /* @__PURE__ */ jsx61(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
6145
- /* @__PURE__ */ jsx61(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
6146
- /* @__PURE__ */ jsx61(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
6147
- /* @__PURE__ */ jsx61(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
6148
- /* @__PURE__ */ jsx61(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
6149
- /* @__PURE__ */ jsx61(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
6202
+ showWeek && /* @__PURE__ */ jsx63(CalendarCell, { text: "44", weekCell: true }),
6203
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
6204
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
6205
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
6206
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
6207
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
6208
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
6209
+ /* @__PURE__ */ jsx63(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
6150
6210
  ] })
6151
6211
  ] })
6152
6212
  ]
@@ -6155,52 +6215,52 @@ var CalendarTable = (props) => {
6155
6215
  };
6156
6216
 
6157
6217
  // src/calendar/calendar-table-head.tsx
6158
- import { jsx as jsx62, jsxs as jsxs28 } from "react/jsx-runtime";
6218
+ import { jsx as jsx64, jsxs as jsxs28 } from "react/jsx-runtime";
6159
6219
  var className15 = `k-calendar-thead`;
6160
6220
  var CalendarTableHead = (props) => {
6161
6221
  const {
6162
6222
  showWeek,
6163
6223
  ...other
6164
6224
  } = props;
6165
- return /* @__PURE__ */ jsx62(
6225
+ return /* @__PURE__ */ jsx64(
6166
6226
  "thead",
6167
6227
  {
6168
6228
  ...other,
6169
6229
  className: classNames(props.className, className15),
6170
6230
  children: /* @__PURE__ */ jsxs28("tr", { className: "k-calendar-tr", children: [
6171
- showWeek && /* @__PURE__ */ jsx62(CalendarCell, { weekCell: true, headerCell: true }),
6172
- /* @__PURE__ */ jsx62(CalendarCell, { text: "Su", headerCell: true }),
6173
- /* @__PURE__ */ jsx62(CalendarCell, { text: "Mo", headerCell: true }),
6174
- /* @__PURE__ */ jsx62(CalendarCell, { text: "Tu", headerCell: true }),
6175
- /* @__PURE__ */ jsx62(CalendarCell, { text: "We", headerCell: true }),
6176
- /* @__PURE__ */ jsx62(CalendarCell, { text: "Th", headerCell: true }),
6177
- /* @__PURE__ */ jsx62(CalendarCell, { text: "Fr", headerCell: true }),
6178
- /* @__PURE__ */ jsx62(CalendarCell, { text: "Sa", headerCell: true })
6231
+ showWeek && /* @__PURE__ */ jsx64(CalendarCell, { weekCell: true, headerCell: true }),
6232
+ /* @__PURE__ */ jsx64(CalendarCell, { text: "Su", headerCell: true }),
6233
+ /* @__PURE__ */ jsx64(CalendarCell, { text: "Mo", headerCell: true }),
6234
+ /* @__PURE__ */ jsx64(CalendarCell, { text: "Tu", headerCell: true }),
6235
+ /* @__PURE__ */ jsx64(CalendarCell, { text: "We", headerCell: true }),
6236
+ /* @__PURE__ */ jsx64(CalendarCell, { text: "Th", headerCell: true }),
6237
+ /* @__PURE__ */ jsx64(CalendarCell, { text: "Fr", headerCell: true }),
6238
+ /* @__PURE__ */ jsx64(CalendarCell, { text: "Sa", headerCell: true })
6179
6239
  ] })
6180
6240
  }
6181
6241
  );
6182
6242
  };
6183
6243
 
6184
6244
  // src/calendar/calendar-view.tsx
6185
- import { jsx as jsx63 } from "react/jsx-runtime";
6245
+ import { jsx as jsx65 } from "react/jsx-runtime";
6186
6246
  var className16 = `k-calendar-view`;
6187
- var defaultProps25 = {
6247
+ var defaultProps27 = {
6188
6248
  viewsCount: 1,
6189
6249
  orientation: "horizontal",
6190
6250
  calendarView: "month"
6191
6251
  };
6192
6252
  var CalendarView = (props) => {
6193
6253
  const {
6194
- orientation = defaultProps25.orientation,
6195
- calendarView = defaultProps25.calendarView,
6196
- viewsCount = defaultProps25.viewsCount,
6254
+ orientation = defaultProps27.orientation,
6255
+ calendarView = defaultProps27.calendarView,
6256
+ viewsCount = defaultProps27.viewsCount,
6197
6257
  showWeek,
6198
6258
  showOtherMonth,
6199
6259
  showCalendarCaption,
6200
6260
  selectedRange,
6201
6261
  ...other
6202
6262
  } = props;
6203
- return /* @__PURE__ */ jsx63(
6263
+ return /* @__PURE__ */ jsx65(
6204
6264
  "div",
6205
6265
  {
6206
6266
  ...other,
@@ -6216,7 +6276,7 @@ var CalendarView = (props) => {
6216
6276
  }
6217
6277
  ),
6218
6278
  children: [...Array(viewsCount)].map(
6219
- (_e, i) => /* @__PURE__ */ jsx63(
6279
+ (_e, i) => /* @__PURE__ */ jsx65(
6220
6280
  CalendarTable,
6221
6281
  {
6222
6282
  calendarView,
@@ -6233,11 +6293,11 @@ var CalendarView = (props) => {
6233
6293
  };
6234
6294
 
6235
6295
  // src/action-sheet/action-sheet.spec.tsx
6236
- import { Fragment as Fragment16, jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
6296
+ import { Fragment as Fragment16, jsx as jsx66, jsxs as jsxs29 } from "react/jsx-runtime";
6237
6297
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6238
- var states28 = [];
6239
- var options27 = {};
6240
- var defaultProps26 = {
6298
+ var states30 = [];
6299
+ var options29 = {};
6300
+ var defaultProps28 = {
6241
6301
  side: "bottom",
6242
6302
  fullscreen: false,
6243
6303
  adaptive: false,
@@ -6250,14 +6310,14 @@ var ActionSheet = (props) => {
6250
6310
  header,
6251
6311
  footer,
6252
6312
  actions,
6253
- side = defaultProps26.side,
6254
- fullscreen = defaultProps26.fullscreen,
6255
- adaptive = defaultProps26.adaptive,
6256
- overlay = defaultProps26.overlay,
6313
+ side = defaultProps28.side,
6314
+ fullscreen = defaultProps28.fullscreen,
6315
+ adaptive = defaultProps28.adaptive,
6316
+ overlay = defaultProps28.overlay,
6257
6317
  ...other
6258
6318
  } = props;
6259
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx64(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6260
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx64(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx64(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6319
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx66(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6320
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx66(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx66(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6261
6321
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6262
6322
  switch (child.type) {
6263
6323
  case ActionSheetHeader:
@@ -6267,10 +6327,10 @@ var ActionSheet = (props) => {
6267
6327
  return true;
6268
6328
  }
6269
6329
  return true;
6270
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx64(Fragment16, {});
6330
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx66(Fragment16, {});
6271
6331
  return /* @__PURE__ */ jsxs29("div", { className: "k-actionsheet-container", children: [
6272
- overlay && /* @__PURE__ */ jsx64("div", { className: "k-overlay" }),
6273
- /* @__PURE__ */ jsx64(
6332
+ overlay && /* @__PURE__ */ jsx66("div", { className: "k-overlay" }),
6333
+ /* @__PURE__ */ jsx66(
6274
6334
  AnimationContainer,
6275
6335
  {
6276
6336
  animationStyle: {
@@ -6280,7 +6340,7 @@ var ActionSheet = (props) => {
6280
6340
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6281
6341
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6282
6342
  },
6283
- children: /* @__PURE__ */ jsx64(
6343
+ children: /* @__PURE__ */ jsx66(
6284
6344
  "div",
6285
6345
  {
6286
6346
  ...other,
@@ -6295,7 +6355,7 @@ var ActionSheet = (props) => {
6295
6355
  ),
6296
6356
  children: /* @__PURE__ */ jsxs29(Fragment16, { children: [
6297
6357
  _ActionSheetHeader,
6298
- /* @__PURE__ */ jsx64("div", { className: classNames(
6358
+ /* @__PURE__ */ jsx66("div", { className: classNames(
6299
6359
  "k-actionsheet-content",
6300
6360
  {
6301
6361
  "!k-overflow-hidden": adaptive
@@ -6309,13 +6369,13 @@ var ActionSheet = (props) => {
6309
6369
  )
6310
6370
  ] });
6311
6371
  };
6312
- ActionSheet.states = states28;
6313
- ActionSheet.options = options27;
6372
+ ActionSheet.states = states30;
6373
+ ActionSheet.options = options29;
6314
6374
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
6315
- ActionSheet.defaultProps = defaultProps26;
6375
+ ActionSheet.defaultProps = defaultProps28;
6316
6376
 
6317
6377
  // src/action-sheet/actionsheet-header.tsx
6318
- import { Fragment as Fragment17, jsx as jsx65, jsxs as jsxs30 } from "react/jsx-runtime";
6378
+ import { Fragment as Fragment17, jsx as jsx67, jsxs as jsxs30 } from "react/jsx-runtime";
6319
6379
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6320
6380
  var ActionSheetHeader = (props) => {
6321
6381
  const {
@@ -6325,7 +6385,7 @@ var ActionSheetHeader = (props) => {
6325
6385
  filter,
6326
6386
  ...other
6327
6387
  } = props;
6328
- return /* @__PURE__ */ jsx65(
6388
+ return /* @__PURE__ */ jsx67(
6329
6389
  "div",
6330
6390
  {
6331
6391
  ...other,
@@ -6335,28 +6395,28 @@ var ActionSheetHeader = (props) => {
6335
6395
  ),
6336
6396
  children: /* @__PURE__ */ jsxs30(Fragment17, { children: [
6337
6397
  /* @__PURE__ */ jsxs30("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6338
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx65(Fragment17, { children: /* @__PURE__ */ jsxs30("div", { className: "k-actionsheet-title", children: [
6339
- title !== "" && /* @__PURE__ */ jsx65("div", { className: "k-text-center", children: title }),
6340
- subTitle !== "" && /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6398
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx67(Fragment17, { children: /* @__PURE__ */ jsxs30("div", { className: "k-actionsheet-title", children: [
6399
+ title !== "" && /* @__PURE__ */ jsx67("div", { className: "k-text-center", children: title }),
6400
+ subTitle !== "" && /* @__PURE__ */ jsx67("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6341
6401
  ] }) }),
6342
- props.children && /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-title", children: props.children }),
6343
- actions && /* @__PURE__ */ jsx65(Fragment17, { children: /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx65(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6402
+ props.children && /* @__PURE__ */ jsx67("div", { className: "k-actionsheet-title", children: props.children }),
6403
+ actions && /* @__PURE__ */ jsx67(Fragment17, { children: /* @__PURE__ */ jsx67("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx67(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6344
6404
  ] }),
6345
- filter && /* @__PURE__ */ jsx65(Fragment17, { children: /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx65(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6405
+ filter && /* @__PURE__ */ jsx67(Fragment17, { children: /* @__PURE__ */ jsx67("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx67(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6346
6406
  ] })
6347
6407
  }
6348
6408
  );
6349
6409
  };
6350
6410
 
6351
6411
  // src/action-sheet/actionsheet-footer.tsx
6352
- import { Fragment as Fragment18, jsx as jsx66, jsxs as jsxs31 } from "react/jsx-runtime";
6412
+ import { Fragment as Fragment18, jsx as jsx68, jsxs as jsxs31 } from "react/jsx-runtime";
6353
6413
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6354
6414
  var ActionSheetFooter = (props) => {
6355
6415
  const {
6356
6416
  actions,
6357
6417
  ...other
6358
6418
  } = props;
6359
- return /* @__PURE__ */ jsx66(
6419
+ return /* @__PURE__ */ jsx68(
6360
6420
  action_buttons_spec_default,
6361
6421
  {
6362
6422
  ...other,
@@ -6368,14 +6428,14 @@ var ActionSheetFooter = (props) => {
6368
6428
  children: /* @__PURE__ */ jsxs31(Fragment18, { children: [
6369
6429
  actions && actions.map((action, index) => {
6370
6430
  if (action === "|") {
6371
- return /* @__PURE__ */ jsx66("span", { className: "k-separator" }, index);
6431
+ return /* @__PURE__ */ jsx68("span", { className: "k-separator" }, index);
6372
6432
  }
6373
6433
  if (action === " ") {
6374
- return /* @__PURE__ */ jsx66("span", { className: "k-spacer" }, index);
6434
+ return /* @__PURE__ */ jsx68("span", { className: "k-spacer" }, index);
6375
6435
  }
6376
6436
  const importantFlag = action.startsWith("!");
6377
6437
  const actionName = importantFlag ? action.substring(1) : action;
6378
- return /* @__PURE__ */ jsx66(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6438
+ return /* @__PURE__ */ jsx68(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6379
6439
  }),
6380
6440
  !actions && props.children
6381
6441
  ] })
@@ -6384,12 +6444,12 @@ var ActionSheetFooter = (props) => {
6384
6444
  };
6385
6445
 
6386
6446
  // src/action-sheet/actionsheet-items.tsx
6387
- import { jsx as jsx67 } from "react/jsx-runtime";
6447
+ import { jsx as jsx69 } from "react/jsx-runtime";
6388
6448
  var ActionSheetItems = (props) => {
6389
6449
  const {
6390
6450
  ...other
6391
6451
  } = props;
6392
- return /* @__PURE__ */ jsx67(
6452
+ return /* @__PURE__ */ jsx69(
6393
6453
  "div",
6394
6454
  {
6395
6455
  ...other,
@@ -6403,8 +6463,8 @@ var ActionSheetItems = (props) => {
6403
6463
  };
6404
6464
 
6405
6465
  // src/action-sheet/actionsheet-item.tsx
6406
- import { Fragment as Fragment19, jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
6407
- var states29 = [
6466
+ import { Fragment as Fragment19, jsx as jsx70, jsxs as jsxs32 } from "react/jsx-runtime";
6467
+ var states31 = [
6408
6468
  States.hover,
6409
6469
  States.focus,
6410
6470
  States.selected,
@@ -6412,9 +6472,9 @@ var states29 = [
6412
6472
  ];
6413
6473
 
6414
6474
  // src/datepicker/datepicker.spec.tsx
6415
- import { Fragment as Fragment20, jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
6475
+ import { Fragment as Fragment20, jsx as jsx71, jsxs as jsxs33 } from "react/jsx-runtime";
6416
6476
  var DATEPICKER_CLASSNAME = `k-datepicker`;
6417
- var states30 = [
6477
+ var states32 = [
6418
6478
  States.hover,
6419
6479
  States.focus,
6420
6480
  States.valid,
@@ -6424,12 +6484,12 @@ var states30 = [
6424
6484
  States.loading,
6425
6485
  States.readonly
6426
6486
  ];
6427
- var options28 = {
6487
+ var options30 = {
6428
6488
  size: [Size.small, Size.medium, Size.large],
6429
6489
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6430
6490
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6431
6491
  };
6432
- var defaultProps27 = {
6492
+ var defaultProps29 = {
6433
6493
  size: Input.defaultProps.size,
6434
6494
  rounded: Input.defaultProps.rounded,
6435
6495
  fillMode: Input.defaultProps.fillMode
@@ -6476,9 +6536,9 @@ var DatePicker = (props) => {
6476
6536
  readonly,
6477
6537
  className: classNames(props.className, DATEPICKER_CLASSNAME),
6478
6538
  children: [
6479
- /* @__PURE__ */ jsx69(InputPrefix, { children: prefix }),
6480
- /* @__PURE__ */ jsx69(InputInnerInput, { placeholder, value }),
6481
- /* @__PURE__ */ jsx69(
6539
+ /* @__PURE__ */ jsx71(InputPrefix, { children: prefix }),
6540
+ /* @__PURE__ */ jsx71(InputInnerInput, { placeholder, value }),
6541
+ /* @__PURE__ */ jsx71(
6482
6542
  InputValidationIcon,
6483
6543
  {
6484
6544
  valid,
@@ -6487,14 +6547,14 @@ var DatePicker = (props) => {
6487
6547
  disabled
6488
6548
  }
6489
6549
  ),
6490
- /* @__PURE__ */ jsx69(
6550
+ /* @__PURE__ */ jsx71(
6491
6551
  InputLoadingIcon,
6492
6552
  {
6493
6553
  loading,
6494
6554
  disabled
6495
6555
  }
6496
6556
  ),
6497
- /* @__PURE__ */ jsx69(
6557
+ /* @__PURE__ */ jsx71(
6498
6558
  InputClearValue,
6499
6559
  {
6500
6560
  loading,
@@ -6503,8 +6563,8 @@ var DatePicker = (props) => {
6503
6563
  value
6504
6564
  }
6505
6565
  ),
6506
- /* @__PURE__ */ jsx69(InputSuffix, { children: suffix }),
6507
- /* @__PURE__ */ jsx69(
6566
+ /* @__PURE__ */ jsx71(InputSuffix, { children: suffix }),
6567
+ /* @__PURE__ */ jsx71(
6508
6568
  Button,
6509
6569
  {
6510
6570
  className: "k-input-button",
@@ -6517,9 +6577,9 @@ var DatePicker = (props) => {
6517
6577
  ]
6518
6578
  }
6519
6579
  ),
6520
- opened && /* @__PURE__ */ jsx69(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx69(Calendar, { dir }) }),
6580
+ opened && /* @__PURE__ */ jsx71(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx71(Calendar, { dir }) }),
6521
6581
  adaptive && /* @__PURE__ */ jsxs33(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6522
- /* @__PURE__ */ jsx69(
6582
+ /* @__PURE__ */ jsx71(
6523
6583
  ActionSheetHeader,
6524
6584
  {
6525
6585
  actions: ["x"],
@@ -6527,28 +6587,28 @@ var DatePicker = (props) => {
6527
6587
  subTitle: "DD / MM / YY"
6528
6588
  }
6529
6589
  ),
6530
- /* @__PURE__ */ jsx69(Calendar, { size: "large" })
6590
+ /* @__PURE__ */ jsx71(Calendar, { size: "large" })
6531
6591
  ] })
6532
6592
  ] });
6533
6593
  };
6534
- DatePicker.states = states30;
6535
- DatePicker.options = options28;
6594
+ DatePicker.states = states32;
6595
+ DatePicker.options = options30;
6536
6596
  DatePicker.className = DATEPICKER_CLASSNAME;
6537
- DatePicker.defaultProps = defaultProps27;
6597
+ DatePicker.defaultProps = defaultProps29;
6538
6598
 
6539
6599
  // src/datepicker/templates/datepicker-normal.tsx
6540
- import { jsx as jsx70 } from "react/jsx-runtime";
6600
+ import { jsx as jsx72 } from "react/jsx-runtime";
6541
6601
 
6542
6602
  // src/datepicker/templates/datepicker-popup.tsx
6543
- import { jsx as jsx71 } from "react/jsx-runtime";
6603
+ import { jsx as jsx73 } from "react/jsx-runtime";
6544
6604
 
6545
6605
  // src/datepicker/templates/datepicker-adaptive.tsx
6546
- import { jsx as jsx72 } from "react/jsx-runtime";
6606
+ import { jsx as jsx74 } from "react/jsx-runtime";
6547
6607
 
6548
6608
  // src/form/form-field.tsx
6549
- import { jsx as jsx73, jsxs as jsxs34 } from "react/jsx-runtime";
6609
+ import { jsx as jsx75, jsxs as jsxs34 } from "react/jsx-runtime";
6550
6610
  var FORMFIELD_CLASSNAME = "k-form-field";
6551
- var states31 = [
6611
+ var states33 = [
6552
6612
  States.disabled
6553
6613
  ];
6554
6614
  var FormField = (props) => {
@@ -6582,14 +6642,14 @@ var FormField = (props) => {
6582
6642
  "k-form-label"
6583
6643
  ), children: [
6584
6644
  label,
6585
- optional && /* @__PURE__ */ jsx73("span", { className: "k-label-optional", children: "(Optional)" }),
6586
- info && /* @__PURE__ */ jsx73("span", { className: "k-field-info", children: "(field info)" })
6645
+ optional && /* @__PURE__ */ jsx75("span", { className: "k-label-optional", children: "(Optional)" }),
6646
+ info && /* @__PURE__ */ jsx75("span", { className: "k-field-info", children: "(field info)" })
6587
6647
  ] }),
6588
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx73("span", { className: "k-label k-form-label k-label-empty" }),
6648
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx75("span", { className: "k-label k-form-label k-label-empty" }),
6589
6649
  /* @__PURE__ */ jsxs34("div", { className: "k-form-field-wrap", children: [
6590
6650
  editor,
6591
- hint && /* @__PURE__ */ jsx73("div", { className: "k-form-hint", children: hint }),
6592
- error && /* @__PURE__ */ jsx73("div", { className: "k-form-error", children: error })
6651
+ hint && /* @__PURE__ */ jsx75("div", { className: "k-form-hint", children: hint }),
6652
+ error && /* @__PURE__ */ jsx75("div", { className: "k-form-error", children: error })
6593
6653
  ] })
6594
6654
  ]
6595
6655
  }
@@ -6598,7 +6658,7 @@ var FormField = (props) => {
6598
6658
  FormField.className = FORMFIELD_CLASSNAME;
6599
6659
 
6600
6660
  // src/form/fieldset.tsx
6601
- import { Fragment as Fragment21, jsx as jsx74, jsxs as jsxs35 } from "react/jsx-runtime";
6661
+ import { Fragment as Fragment21, jsx as jsx76, jsxs as jsxs35 } from "react/jsx-runtime";
6602
6662
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6603
6663
  var Fieldset = (props) => {
6604
6664
  const {
@@ -6609,8 +6669,8 @@ var Fieldset = (props) => {
6609
6669
  gapY
6610
6670
  } = props;
6611
6671
  return /* @__PURE__ */ jsxs35("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6612
- legend && /* @__PURE__ */ jsx74("legend", { className: "k-form-legend", children: legend }),
6613
- layout === "grid" ? /* @__PURE__ */ jsx74("div", { className: classNames(
6672
+ legend && /* @__PURE__ */ jsx76("legend", { className: "k-form-legend", children: legend }),
6673
+ layout === "grid" ? /* @__PURE__ */ jsx76("div", { className: classNames(
6614
6674
  "k-form-layout",
6615
6675
  "k-d-grid",
6616
6676
  {
@@ -6618,37 +6678,37 @@ var Fieldset = (props) => {
6618
6678
  [`k-gap-x-${gapX}`]: gapX,
6619
6679
  [`k-gap-y-${gapY}`]: gapY
6620
6680
  }
6621
- ), children: props.children }) : /* @__PURE__ */ jsx74(Fragment21, { children: props.children })
6681
+ ), children: props.children }) : /* @__PURE__ */ jsx76(Fragment21, { children: props.children })
6622
6682
  ] });
6623
6683
  };
6624
6684
  Fieldset.className = FIELDSET_CLASSNAME;
6625
6685
 
6626
6686
  // src/form/form.spec.tsx
6627
- import { Fragment as Fragment22, jsx as jsx75, jsxs as jsxs36 } from "react/jsx-runtime";
6687
+ import { Fragment as Fragment22, jsx as jsx77, jsxs as jsxs36 } from "react/jsx-runtime";
6628
6688
  import { createElement } from "react";
6629
6689
  var FORM_CLASSNAME = "k-form";
6630
- var states32 = [];
6631
- var options29 = {
6690
+ var states34 = [];
6691
+ var options31 = {
6632
6692
  size: [Size.small, Size.medium, Size.large]
6633
6693
  };
6634
- var defaultProps28 = {
6694
+ var defaultProps30 = {
6635
6695
  size: Size.medium,
6636
6696
  layout: "basic",
6637
6697
  tag: "form"
6638
6698
  };
6639
6699
  var Form = (props) => {
6640
6700
  const {
6641
- size = defaultProps28.size,
6701
+ size = defaultProps30.size,
6642
6702
  orientation,
6643
- layout = defaultProps28.layout,
6703
+ layout = defaultProps30.layout,
6644
6704
  formButtons,
6645
6705
  cols,
6646
6706
  gapX,
6647
6707
  gapY,
6648
- tag = defaultProps28.tag,
6708
+ tag = defaultProps30.tag,
6649
6709
  children
6650
6710
  } = props;
6651
- const Parent = ({ tag: tag2, className: className17, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx75("form", { className: className17, children: children2 }) : /* @__PURE__ */ jsx75("div", { className: className17, children: children2 });
6711
+ const Parent = ({ tag: tag2, className: className17, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx77("form", { className: className17, children: children2 }) : /* @__PURE__ */ jsx77("div", { className: className17, children: children2 });
6652
6712
  const formChildren = [];
6653
6713
  if (children) {
6654
6714
  if (Array.isArray(children)) {
@@ -6677,7 +6737,7 @@ var Form = (props) => {
6677
6737
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6678
6738
  }
6679
6739
  ), children: [
6680
- layout === "grid" ? /* @__PURE__ */ jsx75("div", { className: classNames(
6740
+ layout === "grid" ? /* @__PURE__ */ jsx77("div", { className: classNames(
6681
6741
  "k-form-layout",
6682
6742
  "k-d-grid",
6683
6743
  {
@@ -6685,17 +6745,17 @@ var Form = (props) => {
6685
6745
  [`k-gap-x-${gapX}`]: gapX,
6686
6746
  [`k-gap-y-${gapY}`]: gapY
6687
6747
  }
6688
- ), children: formChildren }) : /* @__PURE__ */ jsx75(Fragment22, { children: formChildren }),
6689
- formButtons && /* @__PURE__ */ jsx75("div", { className: "k-form-buttons", children: formButtons })
6748
+ ), children: formChildren }) : /* @__PURE__ */ jsx77(Fragment22, { children: formChildren }),
6749
+ formButtons && /* @__PURE__ */ jsx77("div", { className: "k-form-buttons", children: formButtons })
6690
6750
  ] });
6691
6751
  };
6692
- Form.states = states32;
6693
- Form.options = options29;
6752
+ Form.states = states34;
6753
+ Form.options = options31;
6694
6754
  Form.className = FORM_CLASSNAME;
6695
- Form.defaultProps = defaultProps28;
6755
+ Form.defaultProps = defaultProps30;
6696
6756
 
6697
6757
  // src/grid/tests/grid-editing-popup.tsx
6698
- import { Fragment as Fragment23, jsx as jsx76, jsxs as jsxs37 } from "react/jsx-runtime";
6758
+ import { Fragment as Fragment23, jsx as jsx78, jsxs as jsxs37 } from "react/jsx-runtime";
6699
6759
  var styles = `
6700
6760
  #test-area {
6701
6761
  width: 500px;
@@ -6706,19 +6766,19 @@ var styles = `
6706
6766
  }
6707
6767
  `;
6708
6768
  var grid_editing_popup_default = () => /* @__PURE__ */ jsxs37(Fragment23, { children: [
6709
- /* @__PURE__ */ jsx76("style", { children: styles }),
6710
- /* @__PURE__ */ jsx76("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx76("section", { children: /* @__PURE__ */ jsx76(Window, { title: "Edit task", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs37(Fragment23, { children: [
6711
- /* @__PURE__ */ jsx76(Button, { themeColor: "primary", icon: "save", children: "Save" }),
6712
- /* @__PURE__ */ jsx76(Button, { icon: "cancel", children: "Cancel" })
6769
+ /* @__PURE__ */ jsx78("style", { children: styles }),
6770
+ /* @__PURE__ */ jsx78("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx78("section", { children: /* @__PURE__ */ jsx78(Window, { title: "Edit task", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs37(Fragment23, { children: [
6771
+ /* @__PURE__ */ jsx78(Button, { themeColor: "primary", icon: "save", children: "Save" }),
6772
+ /* @__PURE__ */ jsx78(Button, { icon: "cancel", children: "Cancel" })
6713
6773
  ] }), children: /* @__PURE__ */ jsxs37(Form, { tag: "div", children: [
6714
- /* @__PURE__ */ jsx76(FormField, { className: "k-form-field-error", label: "Text data field label", error: "Error", editor: /* @__PURE__ */ jsx76(Textbox, { value: "Invalid", invalid: true, showClearButton: true }) }),
6715
- /* @__PURE__ */ jsx76(FormField, { label: "Date data field label", editor: /* @__PURE__ */ jsx76(DatePicker, { placeholder: "dd/MM/yyyy" }) }),
6716
- /* @__PURE__ */ jsx76(FormField, { label: "Numeric data field label", editor: /* @__PURE__ */ jsx76(NumericTextbox, { placeholder: "##,###" }) }),
6717
- /* @__PURE__ */ jsx76(FormField, { editor: /* @__PURE__ */ jsxs37(Fragment23, { children: [
6718
- /* @__PURE__ */ jsx76(Checkbox, { checked: true }),
6719
- /* @__PURE__ */ jsx76("label", { className: "k-checkbox-label", children: "Boolean data field label" })
6774
+ /* @__PURE__ */ jsx78(FormField, { className: "k-form-field-error", label: "Text data field label", error: "Error", editor: /* @__PURE__ */ jsx78(Textbox, { value: "Invalid", invalid: true, showClearButton: true }) }),
6775
+ /* @__PURE__ */ jsx78(FormField, { label: "Date data field label", editor: /* @__PURE__ */ jsx78(DatePicker, { placeholder: "dd/MM/yyyy" }) }),
6776
+ /* @__PURE__ */ jsx78(FormField, { label: "Numeric data field label", editor: /* @__PURE__ */ jsx78(NumericTextbox, { placeholder: "##,###" }) }),
6777
+ /* @__PURE__ */ jsx78(FormField, { editor: /* @__PURE__ */ jsxs37(Fragment23, { children: [
6778
+ /* @__PURE__ */ jsx78(Checkbox, { checked: true }),
6779
+ /* @__PURE__ */ jsx78("label", { className: "k-checkbox-label", children: "Boolean data field label" })
6720
6780
  ] }) }),
6721
- /* @__PURE__ */ jsx76(FormField, { label: "Boolean data field label", editor: /* @__PURE__ */ jsx76(DropdownList, { value: "True" }) })
6781
+ /* @__PURE__ */ jsx78(FormField, { label: "Boolean data field label", editor: /* @__PURE__ */ jsx78(DropdownList, { value: "True" }) })
6722
6782
  ] }) }) }) })
6723
6783
  ] });
6724
6784
  export {