@progress/kendo-themes-html 6.4.0-dev.5 → 6.4.0-dev.6

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 (508) hide show
  1. package/dist/cjs/action-sheet/action-sheet.spec.js +56 -21
  2. package/dist/cjs/action-sheet/tests/action-sheet-calendar-infinite.js +478 -443
  3. package/dist/cjs/action-sheet/tests/action-sheet-calendar.js +404 -369
  4. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +367 -332
  5. package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +446 -411
  6. package/dist/cjs/action-sheet/tests/action-sheet-list.js +365 -330
  7. package/dist/cjs/action-sheet/tests/action-sheet-position.js +254 -219
  8. package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +266 -231
  9. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +316 -281
  10. package/dist/cjs/action-sheet/tests/action-sheet.js +254 -219
  11. package/dist/cjs/animation-container/animation-container.spec.js +70 -0
  12. package/dist/cjs/chat/tests/chat.js +353 -306
  13. package/dist/cjs/colorpicker/tests/colorpicker-dropdown.js +76 -12
  14. package/dist/cjs/combobox/combobox.spec.js +71 -24
  15. package/dist/cjs/combobox/tests/combobox-flat.js +93 -46
  16. package/dist/cjs/combobox/tests/combobox-opened.js +165 -115
  17. package/dist/cjs/combobox/tests/combobox-outline.js +93 -46
  18. package/dist/cjs/combobox/tests/combobox.js +93 -46
  19. package/dist/cjs/context-menu/tests/context-menu-in-window.js +67 -20
  20. package/dist/cjs/context-menu/tests/context-menu.js +73 -28
  21. package/dist/cjs/datepicker/datepicker.spec.js +239 -192
  22. package/dist/cjs/datepicker/tests/datepicker-adaptive.js +406 -371
  23. package/dist/cjs/datepicker/tests/datepicker-flat.js +261 -214
  24. package/dist/cjs/datepicker/tests/datepicker-opened.js +251 -200
  25. package/dist/cjs/datepicker/tests/datepicker-outline.js +261 -214
  26. package/dist/cjs/datepicker/tests/datepicker.js +261 -214
  27. package/dist/cjs/daterangepicker/daterangepicker.spec.js +67 -20
  28. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +417 -382
  29. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +82 -27
  30. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +91 -44
  31. package/dist/cjs/daterangepicker/tests/daterangepicker.js +89 -42
  32. package/dist/cjs/datetime-selector/tests/datetime-selector.js +72 -10
  33. package/dist/cjs/datetimepicker/datetimepicker.spec.js +312 -265
  34. package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +326 -275
  35. package/dist/cjs/datetimepicker/tests/datetimepicker.js +334 -287
  36. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +71 -24
  37. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +93 -46
  38. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +214 -163
  39. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +93 -46
  40. package/dist/cjs/dropdowngrid/tests/dropdowngrid.js +93 -46
  41. package/dist/cjs/dropdownlist/dropdownlist.spec.js +72 -25
  42. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +80 -33
  43. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +85 -38
  44. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +83 -36
  45. package/dist/cjs/dropdownlist/templates/dropdownlist-normal.js +74 -27
  46. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +78 -31
  47. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +333 -298
  48. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +186 -135
  49. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +189 -142
  50. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +191 -140
  51. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +189 -138
  52. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +184 -133
  53. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +205 -154
  54. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +189 -142
  55. package/dist/cjs/dropdownlist/tests/dropdownlist.js +189 -142
  56. package/dist/cjs/dropdowntree/dropdowntree.spec.js +72 -25
  57. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +94 -47
  58. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +142 -91
  59. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +94 -47
  60. package/dist/cjs/dropdowntree/tests/dropdowntree.js +94 -47
  61. package/dist/cjs/editor/editor-toolbar.js +262 -215
  62. package/dist/cjs/editor/tests/editor-find-replace.js +366 -319
  63. package/dist/cjs/editor/tests/editor-table-wizard.js +362 -315
  64. package/dist/cjs/editor/tests/editor.js +480 -426
  65. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +428 -381
  66. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +322 -275
  67. package/dist/cjs/filemanager/tests/filemanager-gridview.js +387 -340
  68. package/dist/cjs/filemanager/tests/filemanager-listview.js +341 -294
  69. package/dist/cjs/filemanager/tests/filemanager-preview.js +440 -393
  70. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +248 -201
  71. package/dist/cjs/filter/tests/filter.js +577 -530
  72. package/dist/cjs/floating-label/tests/floating-label-flat.js +116 -69
  73. package/dist/cjs/floating-label/tests/floating-label-outline.js +116 -69
  74. package/dist/cjs/floating-label/tests/floating-label.js +116 -69
  75. package/dist/cjs/form/tests/form-field-dateinputs.js +442 -395
  76. package/dist/cjs/form/tests/form-field-dropdowns.js +258 -211
  77. package/dist/cjs/form/tests/form-grid-layout.js +224 -177
  78. package/dist/cjs/form/tests/form-sizes.js +246 -199
  79. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +500 -453
  80. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +333 -286
  81. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +331 -284
  82. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +374 -327
  83. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +331 -284
  84. package/dist/cjs/gantt/tests/gantt-react.js +628 -581
  85. package/dist/cjs/gantt/tests/gantt-row-reordering.js +933 -886
  86. package/dist/cjs/gantt/tests/gantt.js +907 -860
  87. package/dist/cjs/grid/tests/grid-adaptive-pager.js +222 -175
  88. package/dist/cjs/grid/tests/grid-adaptive-search.js +254 -207
  89. package/dist/cjs/grid/tests/grid-angular.js +353 -306
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +376 -329
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +307 -260
  92. package/dist/cjs/grid/tests/grid-column-menu.js +376 -329
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +502 -455
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +7212 -0
  95. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +695 -648
  96. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +324 -277
  97. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +322 -275
  98. package/dist/cjs/grid/tests/grid-editing-popup.js +385 -338
  99. package/dist/cjs/grid/tests/grid-editing.js +342 -295
  100. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +114 -78
  101. package/dist/cjs/grid/tests/grid-filter-menu.js +207 -160
  102. package/dist/cjs/grid/tests/grid-filter-row-angular.js +427 -380
  103. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +422 -375
  104. package/dist/cjs/grid/tests/grid-filter-row.js +581 -534
  105. package/dist/cjs/grid/tests/grid-grouping-actions.js +468 -421
  106. package/dist/cjs/grid/tests/grid-grouping.js +473 -426
  107. package/dist/cjs/grid/tests/grid-pager.js +308 -261
  108. package/dist/cjs/grid/tests/grid-row-reordering.js +459 -412
  109. package/dist/cjs/grid/tests/grid-rows-resizing.js +356 -309
  110. package/dist/cjs/grid/tests/grid-rtl-angular.js +308 -261
  111. package/dist/cjs/grid/tests/grid-rtl.js +301 -254
  112. package/dist/cjs/grid/tests/grid-selection-aggregates.js +310 -263
  113. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +561 -514
  114. package/dist/cjs/grid/tests/grid-size-sm.js +561 -514
  115. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +361 -314
  116. package/dist/cjs/grid/tests/grid-toolbar.js +314 -267
  117. package/dist/cjs/grid/tests/grid.js +326 -279
  118. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +385 -338
  119. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +373 -326
  120. package/dist/cjs/imageeditor/tests/imageeditor.js +315 -268
  121. package/dist/cjs/index.js +2770 -2722
  122. package/dist/cjs/listview/listview.spec.js +235 -188
  123. package/dist/cjs/listview/tests/listview-layout.js +282 -235
  124. package/dist/cjs/listview/tests/listview-loading.js +253 -206
  125. package/dist/cjs/listview/tests/listview.js +268 -221
  126. package/dist/cjs/mediaplayer/tests/mediaplayer.js +317 -270
  127. package/dist/cjs/menu/tests/menu-popup-size.js +129 -65
  128. package/dist/cjs/menu/tests/menu.js +141 -94
  129. package/dist/cjs/multiselect/multiselect.spec.js +73 -26
  130. package/dist/cjs/multiselect/tests/multiselect-flat.js +128 -81
  131. package/dist/cjs/multiselect/tests/multiselect-opened.js +103 -52
  132. package/dist/cjs/multiselect/tests/multiselect-outline.js +128 -81
  133. package/dist/cjs/multiselect/tests/multiselect-size.js +92 -45
  134. package/dist/cjs/multiselect/tests/multiselect.js +128 -81
  135. package/dist/cjs/multiselecttree/multiselecttree.spec.js +72 -25
  136. package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +127 -80
  137. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +181 -130
  138. package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +127 -80
  139. package/dist/cjs/multiselecttree/tests/multiselecttree-size.js +91 -44
  140. package/dist/cjs/multiselecttree/tests/multiselecttree.js +127 -80
  141. package/dist/cjs/notification/tests/notification-jquery.js +66 -30
  142. package/dist/cjs/pager/index.js +216 -169
  143. package/dist/cjs/pager/pager.spec.js +216 -169
  144. package/dist/cjs/pager/tests/pager-responsive.js +236 -189
  145. package/dist/cjs/pager/tests/pager-sizes.js +236 -189
  146. package/dist/cjs/pager/tests/pager.js +226 -179
  147. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +322 -275
  148. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +332 -285
  149. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +318 -271
  150. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +322 -275
  151. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +336 -289
  152. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +342 -295
  153. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +370 -323
  154. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +415 -341
  155. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +424 -377
  156. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +554 -507
  157. package/dist/cjs/pivotgrid/tests/pivotgrid.js +535 -488
  158. package/dist/cjs/popup/popup.spec.js +54 -7
  159. package/dist/cjs/popup/tests/popup-list-grouping.js +146 -99
  160. package/dist/cjs/popup/tests/popup-list.js +154 -107
  161. package/dist/cjs/popup/tests/popup-no-data.js +72 -25
  162. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +302 -255
  163. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +480 -433
  164. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +403 -356
  165. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +348 -301
  166. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +384 -337
  167. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +384 -337
  168. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +440 -393
  169. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +401 -354
  170. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +401 -354
  171. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +556 -509
  172. package/dist/cjs/scheduler/tests/scheduler-angular.js +556 -509
  173. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +506 -459
  174. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +520 -473
  175. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +414 -367
  176. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +324 -277
  177. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +393 -346
  178. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +471 -424
  179. package/dist/cjs/scheduler/tests/scheduler-react-day.js +956 -909
  180. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1891 -1844
  181. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +863 -816
  182. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +777 -730
  183. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1692 -1645
  184. package/dist/cjs/scheduler/tests/scheduler-tooltip.js +76 -31
  185. package/dist/cjs/scheduler/tests/scheduler-year.js +1006 -959
  186. package/dist/cjs/scheduler/tests/scheduler.js +656 -609
  187. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +186 -139
  188. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +287 -240
  189. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +67 -31
  190. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +602 -555
  191. package/dist/cjs/spreadsheet/tests/spreadsheet.js +558 -511
  192. package/dist/cjs/taskboard/tests/taskboard-card.js +319 -272
  193. package/dist/cjs/taskboard/tests/taskboard-pane.js +400 -353
  194. package/dist/cjs/taskboard/tests/taskboard-rtl.js +316 -269
  195. package/dist/cjs/taskboard/tests/taskboard.js +310 -263
  196. package/dist/cjs/time-selector/tests/time-selector.js +89 -25
  197. package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +127 -76
  198. package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +137 -90
  199. package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +115 -68
  200. package/dist/cjs/timepicker/tests/timepicker-adaptive.js +266 -231
  201. package/dist/cjs/timepicker/tests/timepicker-flat.js +135 -88
  202. package/dist/cjs/timepicker/tests/timepicker-opened.js +125 -74
  203. package/dist/cjs/timepicker/tests/timepicker-outline.js +135 -88
  204. package/dist/cjs/timepicker/tests/timepicker.js +135 -88
  205. package/dist/cjs/timepicker/timepicker.spec.js +113 -66
  206. package/dist/cjs/toolbar/tests/toolbar-angular.js +267 -220
  207. package/dist/cjs/toolbar/tests/toolbar-components.js +304 -257
  208. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +101 -37
  209. package/dist/cjs/toolbar/tests/toolbar-popup.js +145 -81
  210. package/dist/cjs/toolbar/tests/toolbar-sizes.js +317 -270
  211. package/dist/cjs/toolbar/tests/toolbar.js +331 -284
  212. package/dist/cjs/toolbar/toolbar-angular.spec.js +232 -185
  213. package/dist/cjs/toolbar/toolbar.spec.js +232 -185
  214. package/dist/cjs/tooltip/tests/tooltip-rtl.js +73 -37
  215. package/dist/cjs/tooltip/tests/tooltip-states.js +73 -28
  216. package/dist/cjs/tooltip/tests/tooltip.js +120 -84
  217. package/dist/cjs/treelist/tests/treelist-editing-popup.js +285 -238
  218. package/dist/cjs/treelist/tests/treelist-react.js +492 -445
  219. package/dist/esm/action-sheet/action-sheet.spec.js +55 -20
  220. package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.js +436 -401
  221. package/dist/esm/action-sheet/tests/action-sheet-calendar.js +367 -332
  222. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +341 -306
  223. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +400 -365
  224. package/dist/esm/action-sheet/tests/action-sheet-list.js +344 -309
  225. package/dist/esm/action-sheet/tests/action-sheet-position.js +242 -207
  226. package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +251 -216
  227. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +301 -266
  228. package/dist/esm/action-sheet/tests/action-sheet.js +240 -205
  229. package/dist/esm/animation-container/animation-container.spec.js +48 -0
  230. package/dist/esm/chat/tests/chat.js +322 -275
  231. package/dist/esm/colorpicker/tests/colorpicker-dropdown.js +74 -10
  232. package/dist/esm/combobox/combobox.spec.js +69 -22
  233. package/dist/esm/combobox/tests/combobox-flat.js +89 -42
  234. package/dist/esm/combobox/tests/combobox-opened.js +154 -104
  235. package/dist/esm/combobox/tests/combobox-outline.js +89 -42
  236. package/dist/esm/combobox/tests/combobox.js +89 -42
  237. package/dist/esm/context-menu/tests/context-menu-in-window.js +66 -19
  238. package/dist/esm/context-menu/tests/context-menu.js +72 -27
  239. package/dist/esm/datepicker/datepicker.spec.js +210 -163
  240. package/dist/esm/datepicker/tests/datepicker-adaptive.js +369 -334
  241. package/dist/esm/datepicker/tests/datepicker-flat.js +230 -183
  242. package/dist/esm/datepicker/tests/datepicker-opened.js +220 -169
  243. package/dist/esm/datepicker/tests/datepicker-outline.js +230 -183
  244. package/dist/esm/datepicker/tests/datepicker.js +230 -183
  245. package/dist/esm/daterangepicker/daterangepicker.spec.js +65 -18
  246. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +380 -345
  247. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +80 -25
  248. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +87 -40
  249. package/dist/esm/daterangepicker/tests/daterangepicker.js +87 -40
  250. package/dist/esm/datetime-selector/tests/datetime-selector.js +70 -8
  251. package/dist/esm/datetimepicker/datetimepicker.spec.js +275 -228
  252. package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +287 -236
  253. package/dist/esm/datetimepicker/tests/datetimepicker.js +295 -248
  254. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +69 -22
  255. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +89 -42
  256. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +192 -141
  257. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +89 -42
  258. package/dist/esm/dropdowngrid/tests/dropdowngrid.js +89 -42
  259. package/dist/esm/dropdownlist/dropdownlist.spec.js +70 -23
  260. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +76 -29
  261. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +79 -32
  262. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +78 -31
  263. package/dist/esm/dropdownlist/templates/dropdownlist-normal.js +72 -25
  264. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +75 -28
  265. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +318 -283
  266. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +174 -123
  267. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +179 -132
  268. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +177 -126
  269. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +176 -125
  270. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +173 -122
  271. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +195 -144
  272. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +179 -132
  273. package/dist/esm/dropdownlist/tests/dropdownlist.js +179 -132
  274. package/dist/esm/dropdowntree/dropdowntree.spec.js +70 -23
  275. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +90 -43
  276. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +129 -78
  277. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +90 -43
  278. package/dist/esm/dropdowntree/tests/dropdowntree.js +90 -43
  279. package/dist/esm/editor/editor-toolbar.js +251 -204
  280. package/dist/esm/editor/tests/editor-find-replace.js +336 -289
  281. package/dist/esm/editor/tests/editor-table-wizard.js +337 -290
  282. package/dist/esm/editor/tests/editor.js +433 -379
  283. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +404 -357
  284. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +300 -253
  285. package/dist/esm/filemanager/tests/filemanager-gridview.js +350 -303
  286. package/dist/esm/filemanager/tests/filemanager-listview.js +315 -268
  287. package/dist/esm/filemanager/tests/filemanager-preview.js +392 -345
  288. package/dist/esm/filemanager/tests/filemanager-toolbar.js +236 -189
  289. package/dist/esm/filter/tests/filter.js +527 -480
  290. package/dist/esm/floating-label/tests/floating-label-flat.js +112 -65
  291. package/dist/esm/floating-label/tests/floating-label-outline.js +112 -65
  292. package/dist/esm/floating-label/tests/floating-label.js +112 -65
  293. package/dist/esm/form/tests/form-field-dateinputs.js +390 -343
  294. package/dist/esm/form/tests/form-field-dropdowns.js +238 -191
  295. package/dist/esm/form/tests/form-grid-layout.js +210 -163
  296. package/dist/esm/form/tests/form-sizes.js +222 -175
  297. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +446 -399
  298. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +294 -247
  299. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +313 -266
  300. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +346 -299
  301. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +313 -266
  302. package/dist/esm/gantt/tests/gantt-react.js +567 -520
  303. package/dist/esm/gantt/tests/gantt-row-reordering.js +827 -780
  304. package/dist/esm/gantt/tests/gantt.js +801 -754
  305. package/dist/esm/grid/tests/grid-adaptive-pager.js +208 -161
  306. package/dist/esm/grid/tests/grid-adaptive-search.js +244 -197
  307. package/dist/esm/grid/tests/grid-angular.js +309 -262
  308. package/dist/esm/grid/tests/grid-column-menu-rtl.js +325 -278
  309. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +284 -237
  310. package/dist/esm/grid/tests/grid-column-menu.js +325 -278
  311. package/dist/esm/grid/tests/grid-column-reordering-actions.js +455 -408
  312. package/dist/esm/grid/tests/grid-column-reordering.js +7196 -0
  313. package/dist/esm/grid/tests/grid-editing-custom-editor.js +619 -572
  314. package/dist/esm/grid/tests/grid-editing-inline-angular.js +293 -246
  315. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +298 -251
  316. package/dist/esm/grid/tests/grid-editing-popup.js +341 -294
  317. package/dist/esm/grid/tests/grid-editing.js +307 -260
  318. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +104 -68
  319. package/dist/esm/grid/tests/grid-filter-menu.js +195 -148
  320. package/dist/esm/grid/tests/grid-filter-row-angular.js +388 -341
  321. package/dist/esm/grid/tests/grid-filter-row-blazor.js +384 -337
  322. package/dist/esm/grid/tests/grid-filter-row.js +526 -479
  323. package/dist/esm/grid/tests/grid-grouping-actions.js +433 -386
  324. package/dist/esm/grid/tests/grid-grouping.js +427 -380
  325. package/dist/esm/grid/tests/grid-pager.js +272 -225
  326. package/dist/esm/grid/tests/grid-row-reordering.js +428 -381
  327. package/dist/esm/grid/tests/grid-rows-resizing.js +317 -270
  328. package/dist/esm/grid/tests/grid-rtl-angular.js +276 -229
  329. package/dist/esm/grid/tests/grid-rtl.js +272 -225
  330. package/dist/esm/grid/tests/grid-selection-aggregates.js +268 -221
  331. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +497 -450
  332. package/dist/esm/grid/tests/grid-size-sm.js +497 -450
  333. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +336 -289
  334. package/dist/esm/grid/tests/grid-toolbar.js +298 -251
  335. package/dist/esm/grid/tests/grid.js +292 -245
  336. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +362 -315
  337. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +351 -304
  338. package/dist/esm/imageeditor/tests/imageeditor.js +300 -253
  339. package/dist/esm/index.js +2425 -2377
  340. package/dist/esm/listview/listview.spec.js +219 -172
  341. package/dist/esm/listview/tests/listview-layout.js +254 -207
  342. package/dist/esm/listview/tests/listview-loading.js +234 -187
  343. package/dist/esm/listview/tests/listview.js +244 -197
  344. package/dist/esm/mediaplayer/tests/mediaplayer.js +300 -253
  345. package/dist/esm/menu/tests/menu-popup-size.js +127 -63
  346. package/dist/esm/menu/tests/menu.js +132 -85
  347. package/dist/esm/multiselect/multiselect.spec.js +70 -23
  348. package/dist/esm/multiselect/tests/multiselect-flat.js +121 -74
  349. package/dist/esm/multiselect/tests/multiselect-opened.js +94 -43
  350. package/dist/esm/multiselect/tests/multiselect-outline.js +121 -74
  351. package/dist/esm/multiselect/tests/multiselect-size.js +84 -37
  352. package/dist/esm/multiselect/tests/multiselect.js +121 -74
  353. package/dist/esm/multiselecttree/multiselecttree.spec.js +70 -23
  354. package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +121 -74
  355. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +167 -116
  356. package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +121 -74
  357. package/dist/esm/multiselecttree/tests/multiselecttree-size.js +84 -37
  358. package/dist/esm/multiselecttree/tests/multiselecttree.js +121 -74
  359. package/dist/esm/notification/tests/notification-jquery.js +64 -28
  360. package/dist/esm/pager/index.js +202 -155
  361. package/dist/esm/pager/pager.spec.js +202 -155
  362. package/dist/esm/pager/tests/pager-responsive.js +222 -175
  363. package/dist/esm/pager/tests/pager-sizes.js +222 -175
  364. package/dist/esm/pager/tests/pager.js +212 -165
  365. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +303 -256
  366. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +311 -264
  367. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +296 -249
  368. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +303 -256
  369. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +290 -243
  370. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +319 -272
  371. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +319 -272
  372. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +413 -339
  373. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +367 -320
  374. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +473 -426
  375. package/dist/esm/pivotgrid/tests/pivotgrid.js +461 -414
  376. package/dist/esm/popup/popup.spec.js +54 -7
  377. package/dist/esm/popup/tests/popup-list-grouping.js +128 -81
  378. package/dist/esm/popup/tests/popup-list.js +152 -105
  379. package/dist/esm/popup/tests/popup-no-data.js +70 -23
  380. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +284 -237
  381. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +425 -378
  382. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +384 -337
  383. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +325 -278
  384. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +348 -301
  385. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +348 -301
  386. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +400 -353
  387. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +358 -311
  388. package/dist/esm/scheduler/tests/scheduler-angular-month.js +358 -311
  389. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +505 -458
  390. package/dist/esm/scheduler/tests/scheduler-angular.js +505 -458
  391. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +447 -400
  392. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +460 -413
  393. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +385 -338
  394. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +301 -254
  395. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +353 -306
  396. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +419 -372
  397. package/dist/esm/scheduler/tests/scheduler-react-day.js +846 -799
  398. package/dist/esm/scheduler/tests/scheduler-react-month.js +1282 -1235
  399. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +755 -708
  400. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +687 -640
  401. package/dist/esm/scheduler/tests/scheduler-react-week.js +1502 -1455
  402. package/dist/esm/scheduler/tests/scheduler-tooltip.js +66 -23
  403. package/dist/esm/scheduler/tests/scheduler-year.js +893 -846
  404. package/dist/esm/scheduler/tests/scheduler.js +579 -532
  405. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +171 -124
  406. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +259 -212
  407. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +60 -24
  408. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +558 -511
  409. package/dist/esm/spreadsheet/tests/spreadsheet.js +518 -471
  410. package/dist/esm/taskboard/tests/taskboard-card.js +284 -237
  411. package/dist/esm/taskboard/tests/taskboard-pane.js +345 -298
  412. package/dist/esm/taskboard/tests/taskboard-rtl.js +280 -233
  413. package/dist/esm/taskboard/tests/taskboard.js +277 -230
  414. package/dist/esm/time-selector/tests/time-selector.js +84 -20
  415. package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +116 -65
  416. package/dist/esm/timedurationpicker/tests/timedurationpicker.js +126 -79
  417. package/dist/esm/timedurationpicker/timedurationpicker.spec.js +106 -59
  418. package/dist/esm/timepicker/tests/timepicker-adaptive.js +251 -216
  419. package/dist/esm/timepicker/tests/timepicker-flat.js +125 -78
  420. package/dist/esm/timepicker/tests/timepicker-opened.js +115 -64
  421. package/dist/esm/timepicker/tests/timepicker-outline.js +125 -78
  422. package/dist/esm/timepicker/tests/timepicker.js +125 -78
  423. package/dist/esm/timepicker/timepicker.spec.js +105 -58
  424. package/dist/esm/toolbar/tests/toolbar-angular.js +254 -207
  425. package/dist/esm/toolbar/tests/toolbar-components.js +290 -243
  426. package/dist/esm/toolbar/tests/toolbar-popup-size.js +99 -35
  427. package/dist/esm/toolbar/tests/toolbar-popup.js +143 -79
  428. package/dist/esm/toolbar/tests/toolbar-sizes.js +300 -253
  429. package/dist/esm/toolbar/tests/toolbar.js +314 -267
  430. package/dist/esm/toolbar/toolbar-angular.spec.js +221 -174
  431. package/dist/esm/toolbar/toolbar.spec.js +221 -174
  432. package/dist/esm/tooltip/tests/tooltip-rtl.js +67 -31
  433. package/dist/esm/tooltip/tests/tooltip-states.js +70 -27
  434. package/dist/esm/tooltip/tests/tooltip.js +114 -78
  435. package/dist/esm/treelist/tests/treelist-editing-popup.js +248 -201
  436. package/dist/esm/treelist/tests/treelist-react.js +431 -384
  437. package/dist/types/animation-container/animation-container.spec.d.ts +20 -0
  438. package/dist/types/animation-container/index.d.ts +1 -0
  439. package/dist/types/grid/tests/grid-column-reordering.d.ts +3 -0
  440. package/dist/types/index.d.ts +1 -0
  441. package/dist/types/popup/popup.spec.d.ts +11 -2
  442. package/package.json +2 -2
  443. package/src/action-sheet/action-sheet.spec.tsx +31 -32
  444. package/src/animation-container/animation-container.spec.tsx +59 -0
  445. package/src/animation-container/index.ts +1 -0
  446. package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -15
  447. package/src/combobox/combobox.spec.tsx +1 -1
  448. package/src/combobox/tests/combobox-opened.tsx +3 -0
  449. package/src/context-menu/tests/context-menu-in-window.tsx +10 -12
  450. package/src/context-menu/tests/context-menu.tsx +20 -25
  451. package/src/datepicker/datepicker.spec.tsx +1 -1
  452. package/src/datepicker/tests/datepicker-opened.tsx +4 -0
  453. package/src/daterangepicker/daterangepicker.spec.tsx +1 -1
  454. package/src/daterangepicker/tests/daterangepicker-opened.tsx +6 -0
  455. package/src/datetime-selector/tests/datetime-selector.tsx +8 -12
  456. package/src/datetimepicker/datetimepicker.spec.tsx +1 -1
  457. package/src/datetimepicker/tests/datetimepicker-opened.tsx +4 -0
  458. package/src/dropdowngrid/tests/dropdowngrid-opened.tsx +4 -0
  459. package/src/dropdownlist/dropdownlist.spec.tsx +1 -1
  460. package/src/dropdownlist/tests/dropdownlist-filtering.tsx +4 -0
  461. package/src/dropdownlist/tests/dropdownlist-grouping-filtering.tsx +4 -0
  462. package/src/dropdownlist/tests/dropdownlist-grouping.tsx +4 -0
  463. package/src/dropdownlist/tests/dropdownlist-opened.tsx +6 -2
  464. package/src/dropdownlist/tests/dropdownlist-option-label.tsx +4 -0
  465. package/src/dropdowntree/dropdowntree.spec.tsx +1 -1
  466. package/src/dropdowntree/tests/dropdowntree-opened.tsx +4 -0
  467. package/src/editor/tests/editor.tsx +48 -42
  468. package/src/filemanager/tests/filemanager-contextmenu.tsx +6 -8
  469. package/src/gantt/tests/gantt-react.tsx +1 -1
  470. package/src/gantt/tests/gantt-row-reordering.tsx +1 -1
  471. package/src/gantt/tests/gantt.tsx +1 -1
  472. package/src/grid/tests/grid-angular.tsx +22 -24
  473. package/src/grid/tests/grid-column-menu-rtl.tsx +310 -321
  474. package/src/grid/tests/grid-column-menu-tabbed.tsx +255 -264
  475. package/src/grid/tests/grid-column-menu.tsx +310 -321
  476. package/src/grid/tests/grid-column-reordering-actions.tsx +69 -73
  477. package/src/grid/tests/grid-column-reordering.tsx +247 -0
  478. package/src/grid/tests/grid-filter-menu-multi-checkbox.tsx +9 -8
  479. package/src/grid/tests/grid-filter-menu.tsx +3 -2
  480. package/src/grid/tests/grid-grouping-actions.tsx +10 -13
  481. package/src/index.ts +1 -0
  482. package/src/menu/tests/menu-popup-size.tsx +73 -90
  483. package/src/menu/tests/menu.tsx +20 -24
  484. package/src/multiselect/multiselect.spec.tsx +1 -1
  485. package/src/multiselect/tests/multiselect-opened.tsx +4 -0
  486. package/src/multiselecttree/tests/multiselecttree-opened.tsx +4 -0
  487. package/src/notification/tests/notification-jquery.tsx +49 -48
  488. package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +211 -227
  489. package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +40 -34
  490. package/src/popup/popup.spec.tsx +25 -5
  491. package/src/popup/tests/popup-list-grouping.tsx +112 -128
  492. package/src/popup/tests/popup-list.tsx +104 -120
  493. package/src/popup/tests/popup-no-data.tsx +22 -30
  494. package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +1 -1
  495. package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +1 -1
  496. package/src/scheduler/tests/scheduler-adaptive-day.tsx +1 -1
  497. package/src/scheduler/tests/scheduler-adaptive-month.tsx +1 -1
  498. package/src/scheduler/tests/scheduler-tooltip.tsx +5 -4
  499. package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +3 -2
  500. package/src/time-selector/tests/time-selector.tsx +34 -39
  501. package/src/timedurationpicker/tests/timedurationpicker-expanded.tsx +4 -0
  502. package/src/timepicker/tests/timepicker-opened.tsx +4 -0
  503. package/src/timepicker/timepicker.spec.tsx +1 -1
  504. package/src/toolbar/tests/toolbar-popup-size.tsx +37 -42
  505. package/src/toolbar/tests/toolbar-popup.tsx +89 -104
  506. package/src/tooltip/tests/tooltip-rtl.tsx +17 -16
  507. package/src/tooltip/tests/tooltip-states.tsx +17 -16
  508. package/src/tooltip/tests/tooltip.tsx +41 -40
@@ -4699,31 +4699,78 @@ var InputSuffix = (props) => {
4699
4699
  return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4700
4700
  };
4701
4701
 
4702
- // src/popup/popup.spec.tsx
4702
+ // src/animation-container/animation-container.spec.tsx
4703
4703
  var import_jsx_runtime23 = require("react/jsx-runtime");
4704
- var POPUP_CLASSNAME = `k-popup`;
4704
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4705
4705
  var states13 = [];
4706
4706
  var options12 = {};
4707
- var defaultProps10 = {};
4707
+ var defaultProps10 = {
4708
+ positionMode: "absolute"
4709
+ };
4710
+ var AnimationContainer = (props) => {
4711
+ const {
4712
+ positionMode,
4713
+ animationStyle,
4714
+ offset,
4715
+ ...other
4716
+ } = props;
4717
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4718
+ "div",
4719
+ {
4720
+ ...other,
4721
+ style: { ...offset, ...props.style },
4722
+ className: classNames(
4723
+ ANIMATION_CONTAINER_CLASSNAME,
4724
+ "k-animation-container-shown",
4725
+ {
4726
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4727
+ }
4728
+ ),
4729
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4730
+ }
4731
+ );
4732
+ };
4733
+ AnimationContainer.states = states13;
4734
+ AnimationContainer.options = options12;
4735
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4736
+ AnimationContainer.defaultProps = defaultProps10;
4737
+
4738
+ // src/popup/popup.spec.tsx
4739
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4740
+ var POPUP_CLASSNAME = `k-popup`;
4741
+ var states14 = [];
4742
+ var options13 = {};
4743
+ var defaultProps11 = {
4744
+ positionMode: "absolute"
4745
+ };
4708
4746
  var Popup = (props) => {
4709
4747
  const {
4748
+ offset,
4749
+ positionMode,
4710
4750
  ...other
4711
4751
  } = props;
4712
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4752
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4753
+ AnimationContainer,
4754
+ {
4755
+ positionMode,
4756
+ offset,
4757
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4758
+ }
4759
+ );
4713
4760
  };
4714
- Popup.states = states13;
4715
- Popup.options = options12;
4761
+ Popup.states = states14;
4762
+ Popup.options = options13;
4716
4763
  Popup.className = POPUP_CLASSNAME;
4717
- Popup.defaultProps = defaultProps10;
4764
+ Popup.defaultProps = defaultProps11;
4718
4765
 
4719
4766
  // src/calendar/calendar.spec.tsx
4720
- var import_jsx_runtime24 = require("react/jsx-runtime");
4767
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4721
4768
  var CALENDAR_CLASSNAME = `k-calendar`;
4722
- var states14 = [];
4723
- var options13 = {
4769
+ var states15 = [];
4770
+ var options14 = {
4724
4771
  size: [Size.small, Size.medium, Size.large]
4725
4772
  };
4726
- var defaultProps11 = {
4773
+ var defaultProps12 = {
4727
4774
  size: Size.medium,
4728
4775
  viewsCount: 1,
4729
4776
  orientation: "horizontal",
@@ -4732,11 +4779,11 @@ var defaultProps11 = {
4732
4779
  };
4733
4780
  var Calendar = (props) => {
4734
4781
  const {
4735
- size = defaultProps11.size,
4736
- orientation = defaultProps11.orientation,
4737
- calendarView = defaultProps11.calendarView,
4738
- calendarHeaderText = defaultProps11.calendarHeaderText,
4739
- viewsCount = defaultProps11.viewsCount,
4782
+ size = defaultProps12.size,
4783
+ orientation = defaultProps12.orientation,
4784
+ calendarView = defaultProps12.calendarView,
4785
+ calendarHeaderText = defaultProps12.calendarHeaderText,
4786
+ viewsCount = defaultProps12.viewsCount,
4740
4787
  showWeek,
4741
4788
  showOtherMonth,
4742
4789
  showCalendarCaption,
@@ -4745,7 +4792,7 @@ var Calendar = (props) => {
4745
4792
  dir,
4746
4793
  ...other
4747
4794
  } = props;
4748
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4795
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4749
4796
  "div",
4750
4797
  {
4751
4798
  ...other,
@@ -4761,7 +4808,7 @@ var Calendar = (props) => {
4761
4808
  }
4762
4809
  ),
4763
4810
  children: [
4764
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4811
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4765
4812
  CalendarHeader,
4766
4813
  {
4767
4814
  showToday: showCalendarFooter ? false : true,
@@ -4771,7 +4818,7 @@ var Calendar = (props) => {
4771
4818
  dir
4772
4819
  }
4773
4820
  ),
4774
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4821
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4775
4822
  CalendarView,
4776
4823
  {
4777
4824
  calendarView,
@@ -4783,19 +4830,19 @@ var Calendar = (props) => {
4783
4830
  selectedRange
4784
4831
  }
4785
4832
  ),
4786
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(CalendarFooter, {})
4833
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(CalendarFooter, {})
4787
4834
  ]
4788
4835
  }
4789
4836
  );
4790
4837
  };
4791
- Calendar.states = states14;
4792
- Calendar.options = options13;
4838
+ Calendar.states = states15;
4839
+ Calendar.options = options14;
4793
4840
  Calendar.className = CALENDAR_CLASSNAME;
4794
- Calendar.defaultProps = defaultProps11;
4841
+ Calendar.defaultProps = defaultProps12;
4795
4842
 
4796
4843
  // src/calendar/calendar-cell.tsx
4797
- var import_jsx_runtime25 = require("react/jsx-runtime");
4798
- var states15 = [
4844
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4845
+ var states16 = [
4799
4846
  States.hover,
4800
4847
  States.focus,
4801
4848
  States.active,
@@ -4844,21 +4891,21 @@ var CalendarCell = (props) => {
4844
4891
  }
4845
4892
  ];
4846
4893
  if (headerCell) {
4847
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
4894
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
4848
4895
  }
4849
4896
  if (weekCell) {
4850
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
4897
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
4851
4898
  }
4852
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: text }) });
4899
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-link", children: text }) });
4853
4900
  };
4854
4901
 
4855
4902
  // src/calendar/calendar-header.tsx
4856
- var import_jsx_runtime26 = require("react/jsx-runtime");
4903
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4857
4904
  var className9 = `k-calendar-header`;
4858
- var options14 = {
4905
+ var options15 = {
4859
4906
  size: [Size.small, Size.medium, Size.large]
4860
4907
  };
4861
- var defaultProps12 = {
4908
+ var defaultProps13 = {
4862
4909
  calendarHeaderText: "October 2021",
4863
4910
  showToday: true,
4864
4911
  orientation: "horizontal",
@@ -4866,16 +4913,16 @@ var defaultProps12 = {
4866
4913
  };
4867
4914
  var CalendarHeader = (props) => {
4868
4915
  const {
4869
- calendarHeaderText = defaultProps12.calendarHeaderText,
4870
- showToday = defaultProps12.showToday,
4871
- orientation = defaultProps12.orientation,
4872
- size = defaultProps12.size,
4916
+ calendarHeaderText = defaultProps13.calendarHeaderText,
4917
+ showToday = defaultProps13.showToday,
4918
+ orientation = defaultProps13.orientation,
4919
+ size = defaultProps13.size,
4873
4920
  dir,
4874
4921
  ...other
4875
4922
  } = props;
4876
4923
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
4877
4924
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
4878
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
4925
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
4879
4926
  "div",
4880
4927
  {
4881
4928
  ...other,
@@ -4887,12 +4934,12 @@ var CalendarHeader = (props) => {
4887
4934
  }
4888
4935
  ),
4889
4936
  children: [
4890
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
4891
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer" }),
4892
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "k-calendar-nav", children: [
4893
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
4894
- showToday && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
4895
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
4937
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
4938
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "k-spacer" }),
4939
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("span", { className: "k-calendar-nav", children: [
4940
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
4941
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
4942
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
4896
4943
  ] })
4897
4944
  ]
4898
4945
  }
@@ -4900,12 +4947,12 @@ var CalendarHeader = (props) => {
4900
4947
  };
4901
4948
 
4902
4949
  // src/calendar/calendar-footer.tsx
4903
- var import_jsx_runtime27 = require("react/jsx-runtime");
4950
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4904
4951
  var className10 = `k-calendar-footer`;
4905
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
4952
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
4906
4953
 
4907
4954
  // src/calendar/calendar-table.tsx
4908
- var import_jsx_runtime28 = require("react/jsx-runtime");
4955
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4909
4956
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
4910
4957
  var CalendarTable = (props) => {
4911
4958
  const {
@@ -4917,7 +4964,7 @@ var CalendarTable = (props) => {
4917
4964
  ...other
4918
4965
  } = props;
4919
4966
  if (calendarView === "year") {
4920
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
4967
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
4921
4968
  "table",
4922
4969
  {
4923
4970
  ...other,
@@ -4926,25 +4973,25 @@ var CalendarTable = (props) => {
4926
4973
  CALENDARTABLE_CLASSNAME
4927
4974
  ),
4928
4975
  children: [
4929
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
4930
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
4931
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
4932
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jan" }),
4933
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Feb" }),
4934
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mar" }),
4935
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Apr" })
4976
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
4977
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tbody", { className: "k-calendar-tbody", children: [
4978
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
4979
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Jan" }),
4980
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Feb" }),
4981
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Mar" }),
4982
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Apr" })
4936
4983
  ] }),
4937
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
4938
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "May" }),
4939
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jun", hover: true }),
4940
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jul", focus: true }),
4941
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Au", selected: true })
4984
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
4985
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "May" }),
4986
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Jun", hover: true }),
4987
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Jul", focus: true }),
4988
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Au", selected: true })
4942
4989
  ] }),
4943
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
4944
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sep" }),
4945
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Oct", today: true }),
4946
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Nov" }),
4947
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Dec" })
4990
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
4991
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Sep" }),
4992
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Oct", today: true }),
4993
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Nov" }),
4994
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Dec" })
4948
4995
  ] })
4949
4996
  ] })
4950
4997
  ]
@@ -4952,7 +4999,7 @@ var CalendarTable = (props) => {
4952
4999
  );
4953
5000
  }
4954
5001
  if (calendarView === "decade") {
4955
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5002
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
4956
5003
  "table",
4957
5004
  {
4958
5005
  ...other,
@@ -4961,25 +5008,25 @@ var CalendarTable = (props) => {
4961
5008
  CALENDARTABLE_CLASSNAME
4962
5009
  ),
4963
5010
  children: [
4964
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
4965
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
4966
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
4967
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" }),
4968
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020" }),
4969
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2021", today: true }),
4970
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2022" })
5011
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5012
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5013
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5014
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { className: "k-out-of-range" }),
5015
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2020" }),
5016
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2021", today: true }),
5017
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2022" })
4971
5018
  ] }),
4972
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
4973
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2023" }),
4974
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2024", hover: true }),
4975
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2025", focus: true }),
4976
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2026", selected: true })
5019
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5020
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2023" }),
5021
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2024", hover: true }),
5022
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2025", focus: true }),
5023
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2026", selected: true })
4977
5024
  ] }),
4978
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
4979
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2027" }),
4980
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2028" }),
4981
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2029" }),
4982
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5025
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5026
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2027" }),
5027
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2028" }),
5028
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2029" }),
5029
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { className: "k-out-of-range" })
4983
5030
  ] })
4984
5031
  ] })
4985
5032
  ]
@@ -4987,7 +5034,7 @@ var CalendarTable = (props) => {
4987
5034
  );
4988
5035
  }
4989
5036
  if (calendarView === "century") {
4990
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5037
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
4991
5038
  "table",
4992
5039
  {
4993
5040
  ...other,
@@ -4996,32 +5043,32 @@ var CalendarTable = (props) => {
4996
5043
  CALENDARTABLE_CLASSNAME
4997
5044
  ),
4998
5045
  children: [
4999
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5000
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5001
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5002
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1990 - 1999" }),
5003
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2000 - 2009" }),
5004
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5005
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020 - 2029" })
5046
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5047
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5048
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5049
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "1990 - 1999" }),
5050
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2000 - 2009" }),
5051
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5052
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2020 - 2029" })
5006
5053
  ] }),
5007
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5008
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2030 - 2039" }),
5009
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5010
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5011
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5054
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5055
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2030 - 2039" }),
5056
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5057
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5058
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5012
5059
  ] }),
5013
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5014
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2070 - 2079" }),
5015
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2080 - 2089" }),
5016
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2090 - 2099" }),
5017
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5060
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5061
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2070 - 2079" }),
5062
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2080 - 2089" }),
5063
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2090 - 2099" }),
5064
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { className: "k-out-of-range" })
5018
5065
  ] })
5019
5066
  ] })
5020
5067
  ]
5021
5068
  }
5022
5069
  );
5023
5070
  }
5024
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5071
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5025
5072
  "table",
5026
5073
  {
5027
5074
  ...other,
@@ -5030,68 +5077,68 @@ var CalendarTable = (props) => {
5030
5077
  CALENDARTABLE_CLASSNAME
5031
5078
  ),
5032
5079
  children: [
5033
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5034
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarTableHead, { showWeek }),
5035
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5036
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5037
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "39", weekCell: true }),
5038
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5039
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1" }),
5040
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2" }),
5041
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3" }),
5042
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4" }),
5043
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5" }),
5044
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", weekend: true })
5080
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5081
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarTableHead, { showWeek }),
5082
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5083
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5084
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "39", weekCell: true }),
5085
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5086
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "1" }),
5087
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2" }),
5088
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "3" }),
5089
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "4" }),
5090
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "5" }),
5091
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "6", weekend: true })
5045
5092
  ] }),
5046
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5047
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "40", weekCell: true }),
5048
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", weekend: true }),
5049
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", hover: true }),
5050
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", focus: true }),
5051
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", selected: true }),
5052
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5053
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5054
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "13", weekend: true })
5093
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5094
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "40", weekCell: true }),
5095
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "7", weekend: true }),
5096
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "8", hover: true }),
5097
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "9", focus: true }),
5098
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "10", selected: true }),
5099
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5100
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5101
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "13", weekend: true })
5055
5102
  ] }),
5056
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5057
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "41", weekCell: true }),
5058
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "14", weekend: true }),
5059
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "15" }),
5060
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "16", today: true }),
5061
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "17" }),
5062
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "18" }),
5063
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "19" }),
5064
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "20", weekend: true })
5103
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5104
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "41", weekCell: true }),
5105
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "14", weekend: true }),
5106
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "15" }),
5107
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "16", today: true }),
5108
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "17" }),
5109
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "18" }),
5110
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "19" }),
5111
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "20", weekend: true })
5065
5112
  ] }),
5066
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5067
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "42", weekCell: true }),
5068
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "21", weekend: true }),
5069
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "22" }),
5070
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "23" }),
5071
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "24" }),
5072
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5073
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5074
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5113
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5114
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "42", weekCell: true }),
5115
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "21", weekend: true }),
5116
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "22" }),
5117
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "23" }),
5118
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "24" }),
5119
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5120
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5121
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5075
5122
  ] }),
5076
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5077
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "43", weekCell: true }),
5078
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5079
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5080
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30" }),
5081
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "31" }),
5082
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5083
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5084
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5123
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5124
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "43", weekCell: true }),
5125
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5126
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5127
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "30" }),
5128
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "31" }),
5129
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5130
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5131
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5085
5132
  ] }),
5086
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5087
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "44", weekCell: true }),
5088
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5089
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5090
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5091
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5092
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5093
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5094
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5133
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5134
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "44", weekCell: true }),
5135
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5136
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5137
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5138
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5139
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5140
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5141
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5095
5142
  ] })
5096
5143
  ] })
5097
5144
  ]
@@ -5100,52 +5147,52 @@ var CalendarTable = (props) => {
5100
5147
  };
5101
5148
 
5102
5149
  // src/calendar/calendar-table-head.tsx
5103
- var import_jsx_runtime29 = require("react/jsx-runtime");
5150
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5104
5151
  var className11 = `k-calendar-thead`;
5105
5152
  var CalendarTableHead = (props) => {
5106
5153
  const {
5107
5154
  showWeek,
5108
5155
  ...other
5109
5156
  } = props;
5110
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5157
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5111
5158
  "thead",
5112
5159
  {
5113
5160
  ...other,
5114
5161
  className: classNames(props.className, className11),
5115
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5116
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5117
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5118
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5119
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5120
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "We", headerCell: true }),
5121
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5122
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5123
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5162
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5163
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5164
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5165
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5166
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5167
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "We", headerCell: true }),
5168
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5169
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5170
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5124
5171
  ] })
5125
5172
  }
5126
5173
  );
5127
5174
  };
5128
5175
 
5129
5176
  // src/calendar/calendar-view.tsx
5130
- var import_jsx_runtime30 = require("react/jsx-runtime");
5177
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5131
5178
  var className12 = `k-calendar-view`;
5132
- var defaultProps13 = {
5179
+ var defaultProps14 = {
5133
5180
  viewsCount: 1,
5134
5181
  orientation: "horizontal",
5135
5182
  calendarView: "month"
5136
5183
  };
5137
5184
  var CalendarView = (props) => {
5138
5185
  const {
5139
- orientation = defaultProps13.orientation,
5140
- calendarView = defaultProps13.calendarView,
5141
- viewsCount = defaultProps13.viewsCount,
5186
+ orientation = defaultProps14.orientation,
5187
+ calendarView = defaultProps14.calendarView,
5188
+ viewsCount = defaultProps14.viewsCount,
5142
5189
  showWeek,
5143
5190
  showOtherMonth,
5144
5191
  showCalendarCaption,
5145
5192
  selectedRange,
5146
5193
  ...other
5147
5194
  } = props;
5148
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5195
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5149
5196
  "div",
5150
5197
  {
5151
5198
  ...other,
@@ -5161,7 +5208,7 @@ var CalendarView = (props) => {
5161
5208
  }
5162
5209
  ),
5163
5210
  children: [...Array(viewsCount)].map(
5164
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5211
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5165
5212
  CalendarTable,
5166
5213
  {
5167
5214
  calendarView,
@@ -5178,9 +5225,9 @@ var CalendarView = (props) => {
5178
5225
  };
5179
5226
 
5180
5227
  // src/datepicker/datepicker.spec.tsx
5181
- var import_jsx_runtime31 = require("react/jsx-runtime");
5228
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5182
5229
  var DATEPICKER_CLASSNAME = `k-datepicker`;
5183
- var states16 = [
5230
+ var states17 = [
5184
5231
  States.hover,
5185
5232
  States.focus,
5186
5233
  States.valid,
@@ -5190,12 +5237,12 @@ var states16 = [
5190
5237
  States.loading,
5191
5238
  States.readonly
5192
5239
  ];
5193
- var options15 = {
5240
+ var options16 = {
5194
5241
  size: [Size.small, Size.medium, Size.large],
5195
5242
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5196
5243
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5197
5244
  };
5198
- var defaultProps14 = {
5245
+ var defaultProps15 = {
5199
5246
  size: Input.defaultProps.size,
5200
5247
  rounded: Input.defaultProps.rounded,
5201
5248
  fillMode: Input.defaultProps.fillMode
@@ -5221,8 +5268,8 @@ var DatePicker = (props) => {
5221
5268
  dir,
5222
5269
  ...other
5223
5270
  } = props;
5224
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5225
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5271
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
5272
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5226
5273
  Input,
5227
5274
  {
5228
5275
  ...other,
@@ -5240,9 +5287,9 @@ var DatePicker = (props) => {
5240
5287
  readonly,
5241
5288
  className: classNames(props.className, DATEPICKER_CLASSNAME),
5242
5289
  children: [
5243
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5244
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputInnerInput, { placeholder, value }),
5245
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5290
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputPrefix, { children: prefix }),
5291
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputInnerInput, { placeholder, value }),
5292
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5246
5293
  InputValidationIcon,
5247
5294
  {
5248
5295
  valid,
@@ -5251,14 +5298,14 @@ var DatePicker = (props) => {
5251
5298
  disabled
5252
5299
  }
5253
5300
  ),
5254
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5301
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5255
5302
  InputLoadingIcon,
5256
5303
  {
5257
5304
  loading,
5258
5305
  disabled
5259
5306
  }
5260
5307
  ),
5261
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5308
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5262
5309
  InputClearValue,
5263
5310
  {
5264
5311
  loading,
@@ -5267,8 +5314,8 @@ var DatePicker = (props) => {
5267
5314
  value
5268
5315
  }
5269
5316
  ),
5270
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5271
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5317
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputSuffix, { children: suffix }),
5318
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5272
5319
  Button,
5273
5320
  {
5274
5321
  className: "k-input-button",
@@ -5281,18 +5328,18 @@ var DatePicker = (props) => {
5281
5328
  ]
5282
5329
  }
5283
5330
  ),
5284
- opened && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Calendar, { dir }) })
5331
+ opened && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Calendar, { dir }) })
5285
5332
  ] });
5286
5333
  };
5287
- DatePicker.states = states16;
5288
- DatePicker.options = options15;
5334
+ DatePicker.states = states17;
5335
+ DatePicker.options = options16;
5289
5336
  DatePicker.className = DATEPICKER_CLASSNAME;
5290
- DatePicker.defaultProps = defaultProps14;
5337
+ DatePicker.defaultProps = defaultProps15;
5291
5338
 
5292
5339
  // src/dropdownlist/dropdownlist.spec.tsx
5293
- var import_jsx_runtime32 = require("react/jsx-runtime");
5340
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5294
5341
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5295
- var states17 = [
5342
+ var states18 = [
5296
5343
  States.hover,
5297
5344
  States.focus,
5298
5345
  States.valid,
@@ -5302,12 +5349,12 @@ var states17 = [
5302
5349
  States.loading,
5303
5350
  States.readonly
5304
5351
  ];
5305
- var options16 = {
5352
+ var options17 = {
5306
5353
  size: [Size.small, Size.medium, Size.large],
5307
5354
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5308
5355
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5309
5356
  };
5310
- var defaultProps15 = {
5357
+ var defaultProps16 = {
5311
5358
  showValue: true,
5312
5359
  arrowIconName: "caret-alt-down",
5313
5360
  size: Size.medium,
@@ -5317,7 +5364,7 @@ var defaultProps15 = {
5317
5364
  var DropdownList = (props) => {
5318
5365
  const {
5319
5366
  valueIconName,
5320
- arrowIconName = defaultProps15.arrowIconName,
5367
+ arrowIconName = defaultProps16.arrowIconName,
5321
5368
  prefix,
5322
5369
  suffix,
5323
5370
  value,
@@ -5333,13 +5380,13 @@ var DropdownList = (props) => {
5333
5380
  loading,
5334
5381
  disabled,
5335
5382
  readonly,
5336
- showValue = defaultProps15.showValue,
5383
+ showValue = defaultProps16.showValue,
5337
5384
  popup,
5338
5385
  opened,
5339
5386
  ...other
5340
5387
  } = props;
5341
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
5342
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5388
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
5389
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5343
5390
  Picker,
5344
5391
  {
5345
5392
  ...other,
@@ -5362,8 +5409,8 @@ var DropdownList = (props) => {
5362
5409
  }
5363
5410
  ),
5364
5411
  children: [
5365
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputPrefix, { children: prefix }),
5366
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5412
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(InputPrefix, { children: prefix }),
5413
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5367
5414
  InputInnerSpan,
5368
5415
  {
5369
5416
  placeholder,
@@ -5372,7 +5419,7 @@ var DropdownList = (props) => {
5372
5419
  valueIconName
5373
5420
  }
5374
5421
  ),
5375
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5422
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5376
5423
  InputValidationIcon,
5377
5424
  {
5378
5425
  valid,
@@ -5381,15 +5428,15 @@ var DropdownList = (props) => {
5381
5428
  disabled
5382
5429
  }
5383
5430
  ),
5384
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5431
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5385
5432
  InputLoadingIcon,
5386
5433
  {
5387
5434
  loading,
5388
5435
  disabled
5389
5436
  }
5390
5437
  ),
5391
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputSuffix, { children: suffix }),
5392
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5438
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(InputSuffix, { children: suffix }),
5439
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5393
5440
  Button,
5394
5441
  {
5395
5442
  className: "k-input-button",
@@ -5402,35 +5449,35 @@ var DropdownList = (props) => {
5402
5449
  ]
5403
5450
  }
5404
5451
  ),
5405
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5452
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5406
5453
  ] });
5407
5454
  };
5408
- DropdownList.states = states17;
5409
- DropdownList.options = options16;
5455
+ DropdownList.states = states18;
5456
+ DropdownList.options = options17;
5410
5457
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5411
- DropdownList.defaultProps = defaultProps15;
5458
+ DropdownList.defaultProps = defaultProps16;
5412
5459
 
5413
5460
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5414
- var import_jsx_runtime33 = require("react/jsx-runtime");
5461
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5415
5462
 
5416
5463
  // src/nodata/nodata.tsx
5417
- var import_jsx_runtime34 = require("react/jsx-runtime");
5464
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5418
5465
  var className13 = `k-nodata`;
5419
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: classNames(className13, props.className), children: props.children });
5466
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: classNames(className13, props.className), children: props.children });
5420
5467
 
5421
5468
  // src/list/list.spec.tsx
5422
- var import_jsx_runtime35 = require("react/jsx-runtime");
5469
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5423
5470
  var LIST_CLASSNAME = `k-list`;
5424
- var states18 = [];
5425
- var options17 = {
5471
+ var states19 = [];
5472
+ var options18 = {
5426
5473
  size: [Size.small, Size.medium, Size.large]
5427
5474
  };
5428
- var defaultProps16 = {
5475
+ var defaultProps17 = {
5429
5476
  size: Size.medium
5430
5477
  };
5431
5478
  var List = (props) => {
5432
5479
  const {
5433
- size = defaultProps16.size,
5480
+ size = defaultProps17.size,
5434
5481
  virtualization,
5435
5482
  children,
5436
5483
  optionLabel,
@@ -5447,7 +5494,7 @@ var List = (props) => {
5447
5494
  listHeader = child.props.label;
5448
5495
  child.props.children.map((optChild, index2) => {
5449
5496
  listChildren.push(
5450
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5497
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5451
5498
  ListItem,
5452
5499
  {
5453
5500
  ...optChild.props
@@ -5463,7 +5510,7 @@ var List = (props) => {
5463
5510
  groupLabel = child.props.label;
5464
5511
  }
5465
5512
  listChildren.push(
5466
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5513
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5467
5514
  ListItem,
5468
5515
  {
5469
5516
  className: index2 === 0 ? "k-first" : "",
@@ -5475,16 +5522,16 @@ var List = (props) => {
5475
5522
  );
5476
5523
  });
5477
5524
  }
5478
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5525
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5479
5526
  } else if (child.type === ListItem) {
5480
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5481
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5527
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5528
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListContent, { virtualization, children: listChildren });
5482
5529
  }
5483
5530
  });
5484
5531
  } else {
5485
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5532
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(NoData, { children: "No data found." });
5486
5533
  }
5487
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5534
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5488
5535
  "div",
5489
5536
  {
5490
5537
  ...other,
@@ -5506,24 +5553,24 @@ var List = (props) => {
5506
5553
  }
5507
5554
  );
5508
5555
  };
5509
- List.states = states18;
5510
- List.options = options17;
5556
+ List.states = states19;
5557
+ List.options = options18;
5511
5558
  List.className = LIST_CLASSNAME;
5512
- List.defaultProps = defaultProps16;
5559
+ List.defaultProps = defaultProps17;
5513
5560
 
5514
5561
  // src/list/list-angular.spec.tsx
5515
- var import_jsx_runtime36 = require("react/jsx-runtime");
5562
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5516
5563
  var LISTANGULAR_CLASSNAME = `k-list`;
5517
- var states19 = [];
5518
- var options18 = {
5564
+ var states20 = [];
5565
+ var options19 = {
5519
5566
  size: [Size.small, Size.medium, Size.large]
5520
5567
  };
5521
- var defaultProps17 = {
5568
+ var defaultProps18 = {
5522
5569
  size: Size.medium
5523
5570
  };
5524
5571
  var ListAngular = (props) => {
5525
5572
  const {
5526
- size = defaultProps17.size,
5573
+ size = defaultProps18.size,
5527
5574
  virtualization,
5528
5575
  children,
5529
5576
  ...other
@@ -5539,7 +5586,7 @@ var ListAngular = (props) => {
5539
5586
  listHeader = child.props.label;
5540
5587
  child.props.children.map((optChild, index2) => {
5541
5588
  listChildren.push(
5542
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5589
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5543
5590
  ListItem,
5544
5591
  {
5545
5592
  ...optChild.props
@@ -5550,7 +5597,7 @@ var ListAngular = (props) => {
5550
5597
  });
5551
5598
  } else {
5552
5599
  listChildren.push(
5553
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5600
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5554
5601
  ListGroupItem,
5555
5602
  {
5556
5603
  ...child.props,
@@ -5561,7 +5608,7 @@ var ListAngular = (props) => {
5561
5608
  );
5562
5609
  child.props.children.map((optChild, index2) => {
5563
5610
  listChildren.push(
5564
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5611
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5565
5612
  ListItem,
5566
5613
  {
5567
5614
  ...optChild.props
@@ -5571,16 +5618,16 @@ var ListAngular = (props) => {
5571
5618
  );
5572
5619
  });
5573
5620
  }
5574
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5621
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5575
5622
  } else if (child.type === ListItem) {
5576
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5577
- listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListContent, { virtualization, children: listChildren });
5623
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5624
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ListContent, { virtualization, children: listChildren });
5578
5625
  }
5579
5626
  });
5580
5627
  } else {
5581
- listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(NoData, { children: "No data found." });
5628
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(NoData, { children: "No data found." });
5582
5629
  }
5583
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5630
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5584
5631
  "div",
5585
5632
  {
5586
5633
  ...other,
@@ -5601,15 +5648,15 @@ var ListAngular = (props) => {
5601
5648
  }
5602
5649
  );
5603
5650
  };
5604
- ListAngular.states = states19;
5605
- ListAngular.options = options18;
5651
+ ListAngular.states = states20;
5652
+ ListAngular.options = options19;
5606
5653
  ListAngular.className = LISTANGULAR_CLASSNAME;
5607
- ListAngular.defaultProps = defaultProps17;
5654
+ ListAngular.defaultProps = defaultProps18;
5608
5655
 
5609
5656
  // src/checkbox/checkbox.spec.tsx
5610
- var import_jsx_runtime37 = require("react/jsx-runtime");
5657
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5611
5658
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5612
- var states20 = [
5659
+ var states21 = [
5613
5660
  States.hover,
5614
5661
  States.focus,
5615
5662
  States.valid,
@@ -5619,11 +5666,11 @@ var states20 = [
5619
5666
  States.checked,
5620
5667
  States.indeterminate
5621
5668
  ];
5622
- var options19 = {
5669
+ var options20 = {
5623
5670
  size: [Size.small, Size.medium, Size.large],
5624
5671
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5625
5672
  };
5626
- var defaultProps18 = {
5673
+ var defaultProps19 = {
5627
5674
  size: Size.medium,
5628
5675
  rounded: Roundness.medium
5629
5676
  };
@@ -5638,11 +5685,11 @@ var Checkbox = (props) => {
5638
5685
  invalid,
5639
5686
  valid,
5640
5687
  required,
5641
- size = defaultProps18.size,
5642
- rounded = defaultProps18.rounded,
5688
+ size = defaultProps19.size,
5689
+ rounded = defaultProps19.rounded,
5643
5690
  ...other
5644
5691
  } = props;
5645
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5692
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5646
5693
  "input",
5647
5694
  {
5648
5695
  ...other,
@@ -5659,22 +5706,22 @@ var Checkbox = (props) => {
5659
5706
  }
5660
5707
  ) });
5661
5708
  };
5662
- Checkbox.states = states20;
5663
- Checkbox.options = options19;
5709
+ Checkbox.states = states21;
5710
+ Checkbox.options = options20;
5664
5711
  Checkbox.className = CHECKBOX_CLASSNAME;
5665
- Checkbox.defaultProps = defaultProps18;
5712
+ Checkbox.defaultProps = defaultProps19;
5666
5713
 
5667
5714
  // src/list/list-item.spec.tsx
5668
- var import_jsx_runtime38 = require("react/jsx-runtime");
5715
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5669
5716
  var LISTITEM_CLASSNAME = `k-list-item`;
5670
- var states21 = [
5717
+ var states22 = [
5671
5718
  States.hover,
5672
5719
  States.focus,
5673
5720
  States.selected,
5674
5721
  States.disabled
5675
5722
  ];
5676
- var options20 = {};
5677
- var defaultProps19 = {};
5723
+ var options21 = {};
5724
+ var defaultProps20 = {};
5678
5725
  var ListItem = (props) => {
5679
5726
  const {
5680
5727
  text,
@@ -5690,7 +5737,7 @@ var ListItem = (props) => {
5690
5737
  ...other
5691
5738
  } = props;
5692
5739
  const textOrChildren = text ? text : props.children;
5693
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5740
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5694
5741
  "li",
5695
5742
  {
5696
5743
  ...other,
@@ -5705,66 +5752,66 @@ var ListItem = (props) => {
5705
5752
  })
5706
5753
  ),
5707
5754
  children: [
5708
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Checkbox, { checked }),
5709
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { icon: iconName }),
5710
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5711
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5755
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, { checked }),
5756
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: iconName }),
5757
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5758
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5712
5759
  ]
5713
5760
  }
5714
5761
  );
5715
5762
  };
5716
- ListItem.states = states21;
5717
- ListItem.options = options20;
5763
+ ListItem.states = states22;
5764
+ ListItem.options = options21;
5718
5765
  ListItem.className = LISTITEM_CLASSNAME;
5719
- ListItem.defaultProps = defaultProps19;
5766
+ ListItem.defaultProps = defaultProps20;
5720
5767
 
5721
5768
  // src/list/list-content.tsx
5722
- var import_jsx_runtime39 = require("react/jsx-runtime");
5769
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5723
5770
  var className14 = `k-list-content`;
5724
5771
  var ListContent = (props) => {
5725
5772
  const {
5726
5773
  virtualization
5727
5774
  } = props;
5728
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: classNames(className14, props.className), children: [
5729
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5730
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", {}) })
5775
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: classNames(className14, props.className), children: [
5776
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5777
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", {}) })
5731
5778
  ] });
5732
5779
  };
5733
5780
 
5734
5781
  // src/list/list-header.tsx
5735
- var import_jsx_runtime40 = require("react/jsx-runtime");
5782
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5736
5783
  var className15 = `k-list-group-sticky-header`;
5737
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: classNames(className15, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5784
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: classNames(className15, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5738
5785
 
5739
5786
  // src/list/list-group.tsx
5740
- var import_jsx_runtime41 = require("react/jsx-runtime");
5787
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5741
5788
  var ListGroup = (props) => {
5742
5789
  const {
5743
5790
  virtualization,
5744
5791
  label
5745
5792
  } = props;
5746
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5747
- label && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListHeader, { children: label }),
5748
- props.children && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListContent, { virtualization, children: props.children })
5793
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5794
+ label && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListHeader, { children: label }),
5795
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListContent, { virtualization, children: props.children })
5749
5796
  ] });
5750
5797
  };
5751
5798
 
5752
5799
  // src/list/list-group-item.tsx
5753
- var import_jsx_runtime42 = require("react/jsx-runtime");
5800
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5754
5801
  var className16 = `k-list-group-item`;
5755
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("li", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5802
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("li", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5756
5803
 
5757
5804
  // src/list/list-option-label.tsx
5758
- var import_jsx_runtime43 = require("react/jsx-runtime");
5805
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5759
5806
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5760
- var states22 = [
5807
+ var states23 = [
5761
5808
  States.hover,
5762
5809
  States.focus,
5763
5810
  States.selected,
5764
5811
  States.disabled
5765
5812
  ];
5766
- var options21 = {};
5767
- var defaultProps20 = {};
5813
+ var options22 = {};
5814
+ var defaultProps21 = {};
5768
5815
  var ListOptionLabel = (props) => {
5769
5816
  const {
5770
5817
  text,
@@ -5774,7 +5821,7 @@ var ListOptionLabel = (props) => {
5774
5821
  disabled,
5775
5822
  ...other
5776
5823
  } = props;
5777
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5824
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5778
5825
  "div",
5779
5826
  {
5780
5827
  ...other,
@@ -5791,18 +5838,18 @@ var ListOptionLabel = (props) => {
5791
5838
  }
5792
5839
  );
5793
5840
  };
5794
- ListOptionLabel.states = states22;
5795
- ListOptionLabel.options = options21;
5841
+ ListOptionLabel.states = states23;
5842
+ ListOptionLabel.options = options22;
5796
5843
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5797
- ListOptionLabel.defaultProps = defaultProps20;
5844
+ ListOptionLabel.defaultProps = defaultProps21;
5798
5845
 
5799
5846
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5800
- var import_jsx_runtime44 = require("react/jsx-runtime");
5847
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5801
5848
 
5802
5849
  // src/searchbox/searchbox.spec.tsx
5803
- var import_jsx_runtime45 = require("react/jsx-runtime");
5850
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5804
5851
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5805
- var states23 = [
5852
+ var states24 = [
5806
5853
  States.hover,
5807
5854
  States.focus,
5808
5855
  States.valid,
@@ -5811,12 +5858,12 @@ var states23 = [
5811
5858
  States.disabled,
5812
5859
  States.loading
5813
5860
  ];
5814
- var options22 = {
5861
+ var options23 = {
5815
5862
  size: [Size.small, Size.medium, Size.large],
5816
5863
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5817
5864
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5818
5865
  };
5819
- var defaultProps21 = {
5866
+ var defaultProps22 = {
5820
5867
  showIcon: true,
5821
5868
  icon: "search",
5822
5869
  size: Input.defaultProps.size,
@@ -5837,11 +5884,11 @@ var Searchbox = (props) => {
5837
5884
  required,
5838
5885
  loading,
5839
5886
  disabled,
5840
- showIcon = defaultProps21.showIcon,
5841
- icon = defaultProps21.icon,
5887
+ showIcon = defaultProps22.showIcon,
5888
+ icon = defaultProps22.icon,
5842
5889
  ...other
5843
5890
  } = props;
5844
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5891
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5845
5892
  Input,
5846
5893
  {
5847
5894
  ...other,
@@ -5857,48 +5904,48 @@ var Searchbox = (props) => {
5857
5904
  disabled,
5858
5905
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5859
5906
  children: [
5860
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { className: "k-input-icon", icon }),
5861
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputInnerInput, { placeholder, value }),
5862
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputLoadingIcon, { ...props }),
5863
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputValidationIcon, { ...props }),
5864
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputClearValue, { ...props })
5907
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-input-icon", icon }),
5908
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputInnerInput, { placeholder, value }),
5909
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputLoadingIcon, { ...props }),
5910
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputValidationIcon, { ...props }),
5911
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputClearValue, { ...props })
5865
5912
  ]
5866
5913
  }
5867
5914
  );
5868
5915
  };
5869
- Searchbox.states = states23;
5870
- Searchbox.options = options22;
5916
+ Searchbox.states = states24;
5917
+ Searchbox.options = options23;
5871
5918
  Searchbox.className = SEARCHBOX_CLASSNAME;
5872
- Searchbox.defaultProps = defaultProps21;
5919
+ Searchbox.defaultProps = defaultProps22;
5873
5920
 
5874
5921
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5875
- var import_jsx_runtime46 = require("react/jsx-runtime");
5922
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5876
5923
 
5877
5924
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5878
- var import_jsx_runtime47 = require("react/jsx-runtime");
5925
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5879
5926
 
5880
5927
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5881
- var import_jsx_runtime48 = require("react/jsx-runtime");
5928
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5882
5929
 
5883
5930
  // src/spinbutton/spinbutton.spec.tsx
5884
- var import_jsx_runtime49 = require("react/jsx-runtime");
5931
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5885
5932
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5886
- var states24 = [];
5887
- var options23 = {
5933
+ var states25 = [];
5934
+ var options24 = {
5888
5935
  size: [Size.small, Size.medium, Size.large],
5889
5936
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5890
5937
  };
5891
- var defaultProps22 = {
5938
+ var defaultProps23 = {
5892
5939
  size: Size.medium,
5893
5940
  fillMode: FillMode.solid
5894
5941
  };
5895
5942
  var SpinButton = (props) => {
5896
5943
  const {
5897
- size = defaultProps22.size,
5898
- fillMode = defaultProps22.fillMode,
5944
+ size = defaultProps23.size,
5945
+ fillMode = defaultProps23.fillMode,
5899
5946
  ...other
5900
5947
  } = props;
5901
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5948
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5902
5949
  "span",
5903
5950
  {
5904
5951
  ...other,
@@ -5907,7 +5954,7 @@ var SpinButton = (props) => {
5907
5954
  props.className
5908
5955
  ),
5909
5956
  children: [
5910
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5957
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5911
5958
  Button,
5912
5959
  {
5913
5960
  className: "k-spinner-increase",
@@ -5917,7 +5964,7 @@ var SpinButton = (props) => {
5917
5964
  fillMode
5918
5965
  }
5919
5966
  ),
5920
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5967
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5921
5968
  Button,
5922
5969
  {
5923
5970
  className: "k-spinner-decrease",
@@ -5931,15 +5978,15 @@ var SpinButton = (props) => {
5931
5978
  }
5932
5979
  );
5933
5980
  };
5934
- SpinButton.states = states24;
5935
- SpinButton.options = options23;
5981
+ SpinButton.states = states25;
5982
+ SpinButton.options = options24;
5936
5983
  SpinButton.className = SPINBUTTON_CLASSNAME;
5937
- SpinButton.defaultProps = defaultProps22;
5984
+ SpinButton.defaultProps = defaultProps23;
5938
5985
 
5939
5986
  // src/numerictextbox/numerictextbox.spec.tsx
5940
- var import_jsx_runtime50 = require("react/jsx-runtime");
5987
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5941
5988
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5942
- var states25 = [
5989
+ var states26 = [
5943
5990
  States.hover,
5944
5991
  States.focus,
5945
5992
  States.valid,
@@ -5949,12 +5996,12 @@ var states25 = [
5949
5996
  States.disabled,
5950
5997
  States.readonly
5951
5998
  ];
5952
- var options24 = {
5999
+ var options25 = {
5953
6000
  size: [Size.small, Size.medium, Size.large],
5954
6001
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5955
6002
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5956
6003
  };
5957
- var defaultProps23 = {
6004
+ var defaultProps24 = {
5958
6005
  showSpinButton: true,
5959
6006
  showClearButton: true,
5960
6007
  size: Input.defaultProps.size,
@@ -5976,11 +6023,11 @@ var NumericTextbox = (props) => {
5976
6023
  loading,
5977
6024
  disabled,
5978
6025
  readonly,
5979
- showClearButton = defaultProps23.showClearButton,
5980
- showSpinButton = defaultProps23.showSpinButton,
6026
+ showClearButton = defaultProps24.showClearButton,
6027
+ showSpinButton = defaultProps24.showSpinButton,
5981
6028
  ...other
5982
6029
  } = props;
5983
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
6030
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5984
6031
  Input,
5985
6032
  {
5986
6033
  ...other,
@@ -5997,8 +6044,8 @@ var NumericTextbox = (props) => {
5997
6044
  readonly,
5998
6045
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5999
6046
  children: [
6000
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputInnerInput, { placeholder, value }),
6001
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6047
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputInnerInput, { placeholder, value }),
6048
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6002
6049
  InputValidationIcon,
6003
6050
  {
6004
6051
  valid,
@@ -6007,14 +6054,14 @@ var NumericTextbox = (props) => {
6007
6054
  disabled
6008
6055
  }
6009
6056
  ),
6010
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6057
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6011
6058
  InputLoadingIcon,
6012
6059
  {
6013
6060
  loading,
6014
6061
  disabled
6015
6062
  }
6016
6063
  ),
6017
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6064
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6018
6065
  InputClearValue,
6019
6066
  {
6020
6067
  loading,
@@ -6023,7 +6070,7 @@ var NumericTextbox = (props) => {
6023
6070
  value
6024
6071
  }
6025
6072
  ),
6026
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6073
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6027
6074
  SpinButton,
6028
6075
  {
6029
6076
  className: "k-input-spinner",
@@ -6035,15 +6082,15 @@ var NumericTextbox = (props) => {
6035
6082
  }
6036
6083
  );
6037
6084
  };
6038
- NumericTextbox.states = states25;
6039
- NumericTextbox.options = options24;
6085
+ NumericTextbox.states = states26;
6086
+ NumericTextbox.options = options25;
6040
6087
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6041
- NumericTextbox.defaultProps = defaultProps23;
6088
+ NumericTextbox.defaultProps = defaultProps24;
6042
6089
 
6043
6090
  // src/textbox/textbox.spec.tsx
6044
- var import_jsx_runtime51 = require("react/jsx-runtime");
6091
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6045
6092
  var TEXTBOX_CLASSNAME = `k-textbox`;
6046
- var states26 = [
6093
+ var states27 = [
6047
6094
  States.hover,
6048
6095
  States.focus,
6049
6096
  States.valid,
@@ -6053,12 +6100,12 @@ var states26 = [
6053
6100
  States.loading,
6054
6101
  States.readonly
6055
6102
  ];
6056
- var options25 = {
6103
+ var options26 = {
6057
6104
  size: [Size.small, Size.medium, Size.large],
6058
6105
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6059
6106
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6060
6107
  };
6061
- var defaultProps24 = {
6108
+ var defaultProps25 = {
6062
6109
  showClearButton: true,
6063
6110
  size: Input.defaultProps.size,
6064
6111
  rounded: Input.defaultProps.rounded,
@@ -6081,10 +6128,10 @@ var Textbox = (props) => {
6081
6128
  loading,
6082
6129
  disabled,
6083
6130
  readonly,
6084
- showClearButton = defaultProps24.showClearButton,
6131
+ showClearButton = defaultProps25.showClearButton,
6085
6132
  ...other
6086
6133
  } = props;
6087
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
6134
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
6088
6135
  Input,
6089
6136
  {
6090
6137
  ...other,
@@ -6101,9 +6148,9 @@ var Textbox = (props) => {
6101
6148
  readonly,
6102
6149
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6103
6150
  children: [
6104
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputPrefix, { children: prefix }),
6105
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputInnerInput, { placeholder, value }),
6106
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6151
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputPrefix, { children: prefix }),
6152
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputInnerInput, { placeholder, value }),
6153
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6107
6154
  InputValidationIcon,
6108
6155
  {
6109
6156
  valid,
@@ -6112,14 +6159,14 @@ var Textbox = (props) => {
6112
6159
  disabled
6113
6160
  }
6114
6161
  ),
6115
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6162
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6116
6163
  InputLoadingIcon,
6117
6164
  {
6118
6165
  loading,
6119
6166
  disabled
6120
6167
  }
6121
6168
  ),
6122
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6169
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6123
6170
  InputClearValue,
6124
6171
  {
6125
6172
  loading,
@@ -6128,28 +6175,28 @@ var Textbox = (props) => {
6128
6175
  value
6129
6176
  }
6130
6177
  ),
6131
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputSuffix, { children: suffix })
6178
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputSuffix, { children: suffix })
6132
6179
  ]
6133
6180
  }
6134
6181
  );
6135
6182
  };
6136
- Textbox.states = states26;
6137
- Textbox.options = options25;
6183
+ Textbox.states = states27;
6184
+ Textbox.options = options26;
6138
6185
  Textbox.className = TEXTBOX_CLASSNAME;
6139
- Textbox.defaultProps = defaultProps24;
6186
+ Textbox.defaultProps = defaultProps25;
6140
6187
 
6141
6188
  // src/color-preview/color-preview.tsx
6142
- var import_jsx_runtime52 = require("react/jsx-runtime");
6189
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6143
6190
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6144
- var states27 = [];
6145
- var options26 = {};
6191
+ var states28 = [];
6192
+ var options27 = {};
6146
6193
  var ColorPreview = (props) => {
6147
6194
  const {
6148
6195
  color,
6149
6196
  iconName,
6150
6197
  ...other
6151
6198
  } = props;
6152
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
6199
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6153
6200
  "span",
6154
6201
  {
6155
6202
  ...other,
@@ -6162,8 +6209,8 @@ var ColorPreview = (props) => {
6162
6209
  }
6163
6210
  ),
6164
6211
  children: [
6165
- iconName && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6166
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6212
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6213
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6167
6214
  "span",
6168
6215
  {
6169
6216
  className: "k-color-preview-mask",
@@ -6174,14 +6221,14 @@ var ColorPreview = (props) => {
6174
6221
  }
6175
6222
  );
6176
6223
  };
6177
- ColorPreview.states = states27;
6178
- ColorPreview.options = options26;
6224
+ ColorPreview.states = states28;
6225
+ ColorPreview.options = options27;
6179
6226
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6180
6227
 
6181
6228
  // src/colorpicker/colorpicker.spec.tsx
6182
- var import_jsx_runtime53 = require("react/jsx-runtime");
6229
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6183
6230
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6184
- var states28 = [
6231
+ var states29 = [
6185
6232
  States.hover,
6186
6233
  States.focus,
6187
6234
  States.valid,
@@ -6189,12 +6236,12 @@ var states28 = [
6189
6236
  States.required,
6190
6237
  States.disabled
6191
6238
  ];
6192
- var options27 = {
6239
+ var options28 = {
6193
6240
  size: [Size.small, Size.medium, Size.large],
6194
6241
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6195
6242
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6196
6243
  };
6197
- var defaultProps25 = {
6244
+ var defaultProps26 = {
6198
6245
  arrowIconName: "caret-alt-down",
6199
6246
  size: Picker.defaultProps.size,
6200
6247
  rounded: Picker.defaultProps.rounded,
@@ -6216,10 +6263,10 @@ var ColorPicker = (props) => {
6216
6263
  required,
6217
6264
  disabled,
6218
6265
  valueIconName,
6219
- arrowIconName = defaultProps25.arrowIconName,
6266
+ arrowIconName = defaultProps26.arrowIconName,
6220
6267
  ...other
6221
6268
  } = props;
6222
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6269
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
6223
6270
  Picker,
6224
6271
  {
6225
6272
  ...other,
@@ -6238,14 +6285,14 @@ var ColorPicker = (props) => {
6238
6285
  "k-icon-picker"
6239
6286
  ),
6240
6287
  children: [
6241
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputPrefix, { children: prefix }),
6242
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6288
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputPrefix, { children: prefix }),
6289
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6243
6290
  InputInnerSpan,
6244
6291
  {
6245
6292
  placeholder,
6246
6293
  value,
6247
6294
  showValue: false,
6248
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6295
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6249
6296
  ColorPreview,
6250
6297
  {
6251
6298
  className: "k-value-icon",
@@ -6256,8 +6303,8 @@ var ColorPicker = (props) => {
6256
6303
  valueIconName
6257
6304
  }
6258
6305
  ),
6259
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputSuffix, { children: suffix }),
6260
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6306
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSuffix, { children: suffix }),
6307
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6261
6308
  Button,
6262
6309
  {
6263
6310
  className: "k-input-button",
@@ -6271,15 +6318,15 @@ var ColorPicker = (props) => {
6271
6318
  }
6272
6319
  );
6273
6320
  };
6274
- ColorPicker.states = states28;
6275
- ColorPicker.options = options27;
6321
+ ColorPicker.states = states29;
6322
+ ColorPicker.options = options28;
6276
6323
  ColorPicker.className = COLORPICKER_CLASSNAME;
6277
- ColorPicker.defaultProps = defaultProps25;
6324
+ ColorPicker.defaultProps = defaultProps26;
6278
6325
 
6279
6326
  // src/combobox/combobox.spec.tsx
6280
- var import_jsx_runtime54 = require("react/jsx-runtime");
6327
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6281
6328
  var COMBOBOX_CLASSNAME = `k-combobox`;
6282
- var states29 = [
6329
+ var states30 = [
6283
6330
  States.hover,
6284
6331
  States.focus,
6285
6332
  States.valid,
@@ -6289,12 +6336,12 @@ var states29 = [
6289
6336
  States.disabled,
6290
6337
  States.readonly
6291
6338
  ];
6292
- var defaultProps26 = {
6339
+ var defaultProps27 = {
6293
6340
  size: Input.defaultProps.size,
6294
6341
  rounded: Input.defaultProps.rounded,
6295
6342
  fillMode: Input.defaultProps.fillMode
6296
6343
  };
6297
- var options28 = {
6344
+ var options29 = {
6298
6345
  size: [Size.small, Size.medium, Size.large],
6299
6346
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6300
6347
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6320,8 +6367,8 @@ var Combobox = (props) => {
6320
6367
  readonly,
6321
6368
  ...other
6322
6369
  } = props;
6323
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
6324
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
6370
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6371
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
6325
6372
  Input,
6326
6373
  {
6327
6374
  ...other,
@@ -6338,9 +6385,9 @@ var Combobox = (props) => {
6338
6385
  readonly,
6339
6386
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6340
6387
  children: [
6341
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputPrefix, { children: prefix }),
6342
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputInnerInput, { placeholder, value }),
6343
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6388
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputPrefix, { children: prefix }),
6389
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputInnerInput, { placeholder, value }),
6390
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6344
6391
  InputValidationIcon,
6345
6392
  {
6346
6393
  valid,
@@ -6349,14 +6396,14 @@ var Combobox = (props) => {
6349
6396
  disabled
6350
6397
  }
6351
6398
  ),
6352
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6399
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6353
6400
  InputLoadingIcon,
6354
6401
  {
6355
6402
  loading,
6356
6403
  disabled
6357
6404
  }
6358
6405
  ),
6359
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6406
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6360
6407
  InputClearValue,
6361
6408
  {
6362
6409
  loading,
@@ -6365,8 +6412,8 @@ var Combobox = (props) => {
6365
6412
  value
6366
6413
  }
6367
6414
  ),
6368
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSuffix, { children: suffix }),
6369
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6415
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputSuffix, { children: suffix }),
6416
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6370
6417
  Button,
6371
6418
  {
6372
6419
  className: "k-input-button",
@@ -6379,25 +6426,25 @@ var Combobox = (props) => {
6379
6426
  ]
6380
6427
  }
6381
6428
  ),
6382
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Popup, { className: "k-combobox-popup", children: popup })
6429
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
6383
6430
  ] });
6384
6431
  };
6385
- Combobox.states = states29;
6386
- Combobox.options = options28;
6432
+ Combobox.states = states30;
6433
+ Combobox.options = options29;
6387
6434
  Combobox.className = COMBOBOX_CLASSNAME;
6388
- Combobox.defaultProps = defaultProps26;
6435
+ Combobox.defaultProps = defaultProps27;
6389
6436
 
6390
6437
  // src/menu-button/menu-button.spec.tsx
6391
- var import_jsx_runtime55 = require("react/jsx-runtime");
6438
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6392
6439
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6393
- var states30 = [
6440
+ var states31 = [
6394
6441
  States.hover,
6395
6442
  States.focus,
6396
6443
  States.active,
6397
6444
  States.selected,
6398
6445
  States.disabled
6399
6446
  ];
6400
- var options29 = {
6447
+ var options30 = {
6401
6448
  size: [Size.small, Size.medium, Size.large],
6402
6449
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6403
6450
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6415,7 +6462,7 @@ var options29 = {
6415
6462
  ThemeColor.inverse
6416
6463
  ]
6417
6464
  };
6418
- var defaultProps27 = {
6465
+ var defaultProps28 = {
6419
6466
  size: Size.medium,
6420
6467
  rounded: Roundness.medium,
6421
6468
  fillMode: FillMode.solid,
@@ -6425,10 +6472,10 @@ var defaultProps27 = {
6425
6472
  };
6426
6473
  var MenuButton = (props) => {
6427
6474
  const {
6428
- size = defaultProps27.size,
6429
- rounded = defaultProps27.rounded,
6430
- fillMode = defaultProps27.fillMode,
6431
- themeColor = defaultProps27.themeColor,
6475
+ size = defaultProps28.size,
6476
+ rounded = defaultProps28.rounded,
6477
+ fillMode = defaultProps28.fillMode,
6478
+ themeColor = defaultProps28.themeColor,
6432
6479
  hover,
6433
6480
  focus,
6434
6481
  active,
@@ -6436,11 +6483,11 @@ var MenuButton = (props) => {
6436
6483
  disabled,
6437
6484
  icon,
6438
6485
  text,
6439
- showArrow = defaultProps27.showArrow,
6440
- arrowIconName = defaultProps27.arrowIconName,
6486
+ showArrow = defaultProps28.showArrow,
6487
+ arrowIconName = defaultProps28.arrowIconName,
6441
6488
  ...other
6442
6489
  } = props;
6443
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6490
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6444
6491
  Button,
6445
6492
  {
6446
6493
  ...other,
@@ -6464,22 +6511,22 @@ var MenuButton = (props) => {
6464
6511
  }
6465
6512
  );
6466
6513
  };
6467
- MenuButton.states = states30;
6468
- MenuButton.options = options29;
6514
+ MenuButton.states = states31;
6515
+ MenuButton.options = options30;
6469
6516
  MenuButton.className = MENUBUTTON_CLASSNAME;
6470
- MenuButton.defaultProps = defaultProps27;
6517
+ MenuButton.defaultProps = defaultProps28;
6471
6518
 
6472
6519
  // src/split-button/split-button.spec.tsx
6473
- var import_jsx_runtime56 = require("react/jsx-runtime");
6520
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6474
6521
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6475
- var states31 = [
6522
+ var states32 = [
6476
6523
  States.hover,
6477
6524
  States.focus,
6478
6525
  States.active,
6479
6526
  States.selected,
6480
6527
  States.disabled
6481
6528
  ];
6482
- var options30 = {
6529
+ var options31 = {
6483
6530
  size: [Size.small, Size.medium, Size.large],
6484
6531
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6485
6532
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6497,7 +6544,7 @@ var options30 = {
6497
6544
  ThemeColor.inverse
6498
6545
  ]
6499
6546
  };
6500
- var defaultProps28 = {
6547
+ var defaultProps29 = {
6501
6548
  size: Size.medium,
6502
6549
  rounded: Roundness.medium,
6503
6550
  fillMode: FillMode.solid,
@@ -6506,10 +6553,10 @@ var defaultProps28 = {
6506
6553
  };
6507
6554
  var SplitButton = (props) => {
6508
6555
  const {
6509
- size = defaultProps28.size,
6510
- rounded = defaultProps28.rounded,
6511
- fillMode = defaultProps28.fillMode,
6512
- themeColor = defaultProps28.themeColor,
6556
+ size = defaultProps29.size,
6557
+ rounded = defaultProps29.rounded,
6558
+ fillMode = defaultProps29.fillMode,
6559
+ themeColor = defaultProps29.themeColor,
6513
6560
  hover,
6514
6561
  focus,
6515
6562
  active,
@@ -6517,10 +6564,10 @@ var SplitButton = (props) => {
6517
6564
  disabled,
6518
6565
  icon,
6519
6566
  text,
6520
- arrowIconName = defaultProps28.arrowIconName,
6567
+ arrowIconName = defaultProps29.arrowIconName,
6521
6568
  ...other
6522
6569
  } = props;
6523
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
6570
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
6524
6571
  "div",
6525
6572
  {
6526
6573
  ...other,
@@ -6533,7 +6580,7 @@ var SplitButton = (props) => {
6533
6580
  })
6534
6581
  ),
6535
6582
  children: [
6536
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6583
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6537
6584
  Button,
6538
6585
  {
6539
6586
  text,
@@ -6550,7 +6597,7 @@ var SplitButton = (props) => {
6550
6597
  children: props.children
6551
6598
  }
6552
6599
  ),
6553
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6600
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6554
6601
  Button,
6555
6602
  {
6556
6603
  className: "k-split-button-arrow",
@@ -6565,27 +6612,27 @@ var SplitButton = (props) => {
6565
6612
  }
6566
6613
  );
6567
6614
  };
6568
- SplitButton.states = states31;
6569
- SplitButton.options = options30;
6615
+ SplitButton.states = states32;
6616
+ SplitButton.options = options31;
6570
6617
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6571
- SplitButton.defaultProps = defaultProps28;
6618
+ SplitButton.defaultProps = defaultProps29;
6572
6619
  var split_button_spec_default = SplitButton;
6573
6620
 
6574
6621
  // src/toolbar/toolbar.spec.tsx
6575
- var import_jsx_runtime57 = require("react/jsx-runtime");
6622
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6576
6623
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6577
- var states32 = [
6624
+ var states33 = [
6578
6625
  States.focus
6579
6626
  ];
6580
- var options31 = {
6627
+ var options32 = {
6581
6628
  size: [Size.small, Size.medium, Size.large]
6582
6629
  };
6583
- var defaultProps29 = {
6630
+ var defaultProps30 = {
6584
6631
  size: Size.medium
6585
6632
  };
6586
6633
  var Toolbar = (props) => {
6587
6634
  const {
6588
- size = defaultProps29.size,
6635
+ size = defaultProps30.size,
6589
6636
  focus,
6590
6637
  resizable,
6591
6638
  ...other
@@ -6595,7 +6642,7 @@ var Toolbar = (props) => {
6595
6642
  const tempToolbarChildren = [];
6596
6643
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6597
6644
  tempToolbarChildren.push(
6598
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6645
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6599
6646
  Button,
6600
6647
  {
6601
6648
  ...child.props,
@@ -6606,7 +6653,7 @@ var Toolbar = (props) => {
6606
6653
  );
6607
6654
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6608
6655
  tempToolbarChildren.push(
6609
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6656
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6610
6657
  Button,
6611
6658
  {
6612
6659
  ...child.props,
@@ -6617,7 +6664,7 @@ var Toolbar = (props) => {
6617
6664
  );
6618
6665
  } else if (child.type === Button) {
6619
6666
  tempToolbarChildren.push(
6620
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6667
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6621
6668
  Button,
6622
6669
  {
6623
6670
  ...child.props,
@@ -6628,7 +6675,7 @@ var Toolbar = (props) => {
6628
6675
  );
6629
6676
  } else if (child.type === MenuButton) {
6630
6677
  tempToolbarChildren.push(
6631
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6678
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6632
6679
  MenuButton,
6633
6680
  {
6634
6681
  ...child.props,
@@ -6639,7 +6686,7 @@ var Toolbar = (props) => {
6639
6686
  );
6640
6687
  } else if (child.type === split_button_spec_default) {
6641
6688
  tempToolbarChildren.push(
6642
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6689
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6643
6690
  split_button_spec_default,
6644
6691
  {
6645
6692
  ...child.props,
@@ -6653,7 +6700,7 @@ var Toolbar = (props) => {
6653
6700
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6654
6701
  childrenArray.forEach((button, bindex) => {
6655
6702
  buttonGroupItems.push(
6656
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6703
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6657
6704
  Button,
6658
6705
  {
6659
6706
  ...button.props,
@@ -6664,7 +6711,7 @@ var Toolbar = (props) => {
6664
6711
  );
6665
6712
  });
6666
6713
  tempToolbarChildren.push(
6667
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6714
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6668
6715
  ButtonGroup,
6669
6716
  {
6670
6717
  ...child.props,
@@ -6676,7 +6723,7 @@ var Toolbar = (props) => {
6676
6723
  );
6677
6724
  } else if (child.type === Combobox) {
6678
6725
  tempToolbarChildren.push(
6679
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6726
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6680
6727
  Combobox,
6681
6728
  {
6682
6729
  ...child.props,
@@ -6687,7 +6734,7 @@ var Toolbar = (props) => {
6687
6734
  );
6688
6735
  } else if (child.type === DropdownList) {
6689
6736
  tempToolbarChildren.push(
6690
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6737
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6691
6738
  DropdownList,
6692
6739
  {
6693
6740
  ...child.props,
@@ -6698,7 +6745,7 @@ var Toolbar = (props) => {
6698
6745
  );
6699
6746
  } else if (child.type === ColorPicker) {
6700
6747
  tempToolbarChildren.push(
6701
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6748
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6702
6749
  ColorPicker,
6703
6750
  {
6704
6751
  ...child.props,
@@ -6720,7 +6767,7 @@ var Toolbar = (props) => {
6720
6767
  addUniqueToolClass(child, index);
6721
6768
  });
6722
6769
  }
6723
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6770
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6724
6771
  "div",
6725
6772
  {
6726
6773
  ...other,
@@ -6741,26 +6788,26 @@ var Toolbar = (props) => {
6741
6788
  }
6742
6789
  );
6743
6790
  };
6744
- Toolbar.states = states32;
6745
- Toolbar.options = options31;
6791
+ Toolbar.states = states33;
6792
+ Toolbar.options = options32;
6746
6793
  Toolbar.className = TOOLBAR_CLASSNAME;
6747
- Toolbar.defaultProps = defaultProps29;
6794
+ Toolbar.defaultProps = defaultProps30;
6748
6795
 
6749
6796
  // src/toolbar/toolbar-angular.spec.tsx
6750
- var import_jsx_runtime58 = require("react/jsx-runtime");
6797
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6751
6798
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6752
- var states33 = [
6799
+ var states34 = [
6753
6800
  States.focus
6754
6801
  ];
6755
- var options32 = {
6802
+ var options33 = {
6756
6803
  size: [Size.small, Size.medium, Size.large]
6757
6804
  };
6758
- var defaultProps30 = {
6805
+ var defaultProps31 = {
6759
6806
  size: Size.medium
6760
6807
  };
6761
6808
  var ToolbarAngular = (props) => {
6762
6809
  const {
6763
- size = defaultProps30.size,
6810
+ size = defaultProps31.size,
6764
6811
  focus,
6765
6812
  resizable,
6766
6813
  ...other
@@ -6770,7 +6817,7 @@ var ToolbarAngular = (props) => {
6770
6817
  const tempToolbarChildren = [];
6771
6818
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6772
6819
  tempToolbarChildren.push(
6773
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6820
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6774
6821
  Button,
6775
6822
  {
6776
6823
  ...child.props,
@@ -6781,7 +6828,7 @@ var ToolbarAngular = (props) => {
6781
6828
  );
6782
6829
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6783
6830
  tempToolbarChildren.push(
6784
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6831
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6785
6832
  Button,
6786
6833
  {
6787
6834
  ...child.props,
@@ -6792,7 +6839,7 @@ var ToolbarAngular = (props) => {
6792
6839
  );
6793
6840
  } else if (child.type === Button) {
6794
6841
  tempToolbarChildren.push(
6795
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6842
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6796
6843
  Button,
6797
6844
  {
6798
6845
  ...child.props,
@@ -6803,7 +6850,7 @@ var ToolbarAngular = (props) => {
6803
6850
  );
6804
6851
  } else if (child.type === MenuButton) {
6805
6852
  tempToolbarChildren.push(
6806
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6853
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6807
6854
  MenuButton,
6808
6855
  {
6809
6856
  ...child.props,
@@ -6814,7 +6861,7 @@ var ToolbarAngular = (props) => {
6814
6861
  );
6815
6862
  } else if (child.type === split_button_spec_default) {
6816
6863
  tempToolbarChildren.push(
6817
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6864
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6818
6865
  split_button_spec_default,
6819
6866
  {
6820
6867
  ...child.props,
@@ -6828,7 +6875,7 @@ var ToolbarAngular = (props) => {
6828
6875
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6829
6876
  childrenArray.forEach((button, bindex) => {
6830
6877
  buttonGroupItems.push(
6831
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6878
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6832
6879
  Button,
6833
6880
  {
6834
6881
  ...button.props,
@@ -6839,7 +6886,7 @@ var ToolbarAngular = (props) => {
6839
6886
  );
6840
6887
  });
6841
6888
  tempToolbarChildren.push(
6842
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6889
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6843
6890
  ButtonGroup,
6844
6891
  {
6845
6892
  ...child.props,
@@ -6851,7 +6898,7 @@ var ToolbarAngular = (props) => {
6851
6898
  );
6852
6899
  } else if (child.type === Combobox) {
6853
6900
  tempToolbarChildren.push(
6854
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6901
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6855
6902
  Combobox,
6856
6903
  {
6857
6904
  ...child.props,
@@ -6862,7 +6909,7 @@ var ToolbarAngular = (props) => {
6862
6909
  );
6863
6910
  } else if (child.type === DropdownList) {
6864
6911
  tempToolbarChildren.push(
6865
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6912
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6866
6913
  DropdownList,
6867
6914
  {
6868
6915
  ...child.props,
@@ -6873,7 +6920,7 @@ var ToolbarAngular = (props) => {
6873
6920
  );
6874
6921
  } else if (child.type === ColorPicker) {
6875
6922
  tempToolbarChildren.push(
6876
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6923
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6877
6924
  ColorPicker,
6878
6925
  {
6879
6926
  ...child.props,
@@ -6895,7 +6942,7 @@ var ToolbarAngular = (props) => {
6895
6942
  addUniqueToolClass(child, index);
6896
6943
  });
6897
6944
  }
6898
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6945
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6899
6946
  "div",
6900
6947
  {
6901
6948
  ...other,
@@ -6916,28 +6963,28 @@ var ToolbarAngular = (props) => {
6916
6963
  }
6917
6964
  );
6918
6965
  };
6919
- ToolbarAngular.states = states33;
6920
- ToolbarAngular.options = options32;
6966
+ ToolbarAngular.states = states34;
6967
+ ToolbarAngular.options = options33;
6921
6968
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6922
- ToolbarAngular.defaultProps = defaultProps30;
6969
+ ToolbarAngular.defaultProps = defaultProps31;
6923
6970
 
6924
6971
  // src/toolbar/toolbar-separator.tsx
6925
- var import_jsx_runtime59 = require("react/jsx-runtime");
6972
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6926
6973
 
6927
6974
  // src/toolbar/toolbar-item.spec.tsx
6928
- var import_jsx_runtime60 = require("react/jsx-runtime");
6975
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6929
6976
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6930
- var states34 = [
6977
+ var states35 = [
6931
6978
  States.focus
6932
6979
  ];
6933
- var options33 = {};
6934
- var defaultProps31 = {};
6980
+ var options34 = {};
6981
+ var defaultProps32 = {};
6935
6982
  var ToolbarItem = (props) => {
6936
6983
  const {
6937
6984
  focus,
6938
6985
  ...other
6939
6986
  } = props;
6940
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6987
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6941
6988
  "div",
6942
6989
  {
6943
6990
  ...other,
@@ -6952,94 +6999,94 @@ var ToolbarItem = (props) => {
6952
6999
  }
6953
7000
  );
6954
7001
  };
6955
- ToolbarItem.states = states34;
6956
- ToolbarItem.options = options33;
7002
+ ToolbarItem.states = states35;
7003
+ ToolbarItem.options = options34;
6957
7004
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6958
- ToolbarItem.defaultProps = defaultProps31;
7005
+ ToolbarItem.defaultProps = defaultProps32;
6959
7006
 
6960
7007
  // src/filter/tests/filter.tsx
6961
- var import_jsx_runtime61 = require("react/jsx-runtime");
6962
- var filter_default = () => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_jsx_runtime61.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { id: "filter", className: "k-widget k-filter", children: [
6963
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("ul", { className: "k-filter-container", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("li", { className: "k-filter-group-main", children: [
6964
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Toolbar, { focus: true, children: [
6965
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(ButtonGroup, { children: [
6966
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { selected: true, children: "And" }),
6967
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { children: "Or" })
7008
+ var import_jsx_runtime62 = require("react/jsx-runtime");
7009
+ var filter_default = () => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_jsx_runtime62.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { id: "filter", className: "k-widget k-filter", children: [
7010
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("ul", { className: "k-filter-container", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("li", { className: "k-filter-group-main", children: [
7011
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Toolbar, { focus: true, children: [
7012
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(ButtonGroup, { children: [
7013
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { selected: true, children: "And" }),
7014
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { children: "Or" })
6968
7015
  ] }) }),
6969
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { icon: "filter-add-expression", children: "Add Expression" }) }),
6970
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { icon: "filter-add-group", children: "Add Group" }) }),
6971
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7016
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { icon: "filter-add-expression", children: "Add Expression" }) }),
7017
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { icon: "filter-add-group", children: "Add Group" }) }),
7018
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6972
7019
  ] }) }),
6973
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("ul", { className: "k-filter-lines", children: [
6974
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Toolbar, { children: [
6975
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Name" }) }),
6976
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Is equal to" }) }),
6977
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Textbox, { placeholder: "James" }) }),
6978
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7020
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("ul", { className: "k-filter-lines", children: [
7021
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Toolbar, { children: [
7022
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Name" }) }),
7023
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Is equal to" }) }),
7024
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Textbox, { placeholder: "James" }) }),
7025
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6979
7026
  ] }) }) }),
6980
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Toolbar, { children: [
6981
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Price" }) }),
6982
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Is greater than" }) }),
6983
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(NumericTextbox, { placeholder: "100,00" }) }),
6984
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7027
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Toolbar, { children: [
7028
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Price" }) }),
7029
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Is greater than" }) }),
7030
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(NumericTextbox, { placeholder: "100,00" }) }),
7031
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6985
7032
  ] }) }) }),
6986
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Toolbar, { focus: true, children: [
6987
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Discontinued" }) }),
6988
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Is equal to" }) }),
6989
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "False" }) }),
6990
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7033
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Toolbar, { focus: true, children: [
7034
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Discontinued" }) }),
7035
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Is equal to" }) }),
7036
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "False" }) }),
7037
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6991
7038
  ] }) }) }),
6992
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("li", { className: "k-filter-item", children: [
6993
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Toolbar, { children: [
6994
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "First Ordered" }) }),
6995
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Is before" }) }) }),
6996
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DatePicker, { placeholder: "1/21/2021" }) }),
6997
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7039
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("li", { className: "k-filter-item", children: [
7040
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Toolbar, { children: [
7041
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "First Ordered" }) }),
7042
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Is before" }) }) }),
7043
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DatePicker, { placeholder: "1/21/2021" }) }),
7044
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6998
7045
  ] }) }),
6999
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("li", { className: "k-filter-item", children: [
7000
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Toolbar, { children: [
7001
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(ButtonGroup, { children: [
7002
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { selected: true, children: "And" }),
7003
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { children: "Or" })
7046
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("li", { className: "k-filter-item", children: [
7047
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Toolbar, { children: [
7048
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(ButtonGroup, { children: [
7049
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { selected: true, children: "And" }),
7050
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { children: "Or" })
7004
7051
  ] }) }),
7005
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { icon: "filter-add-expression", children: "Add Expression" }) }),
7006
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { icon: "filter-add-group", children: "Add Group" }) }),
7007
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7052
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { icon: "filter-add-expression", children: "Add Expression" }) }),
7053
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { icon: "filter-add-group", children: "Add Group" }) }),
7054
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7008
7055
  ] }) }),
7009
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("ul", { className: "k-filter-lines", children: [
7010
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Toolbar, { children: [
7011
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Name" }) }),
7012
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Is empty" }) }),
7013
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7056
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("ul", { className: "k-filter-lines", children: [
7057
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Toolbar, { children: [
7058
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Name" }) }),
7059
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Is empty" }) }),
7060
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7014
7061
  ] }) }) }),
7015
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Toolbar, { children: [
7016
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Price" }) }),
7017
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DropdownList, { value: "Is not null" }) }),
7018
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7062
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("li", { className: "k-filter-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Toolbar, { children: [
7063
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Price" }) }),
7064
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(DropdownList, { value: "Is not null" }) }),
7065
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { fillMode: "flat", icon: "x" }) })
7019
7066
  ] }) }) })
7020
7067
  ] })
7021
7068
  ] })
7022
7069
  ] })
7023
7070
  ] })
7024
7071
  ] }) }),
7025
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "k-filter-preview", children: [
7026
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-bracket", children: "(" }),
7027
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-field", children: "Discontinued" }),
7028
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-criteria", children: " Is equal to " }),
7029
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-value", children: "'False'" }),
7030
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-operator", children: " AND " }),
7031
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-field", children: "Price" }),
7032
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-criteria", children: " Is greater than " }),
7033
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-value", children: "'100,00'" }),
7034
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-operator", children: " AND " }),
7035
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-bracket", children: "(" }),
7036
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-bracket", children: "(" }),
7037
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-field", children: "FirstOrdered" }),
7038
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-criteria", children: " Is before " }),
7039
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-value", children: "'Thursday Jan 21 2021'" }),
7040
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-bracket", children: ")" }),
7041
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-bracket", children: ")" }),
7042
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-filter-preview-bracket", children: ")" })
7072
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "k-filter-preview", children: [
7073
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-bracket", children: "(" }),
7074
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-field", children: "Discontinued" }),
7075
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-criteria", children: " Is equal to " }),
7076
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-value", children: "'False'" }),
7077
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-operator", children: " AND " }),
7078
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-field", children: "Price" }),
7079
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-criteria", children: " Is greater than " }),
7080
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-value", children: "'100,00'" }),
7081
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-operator", children: " AND " }),
7082
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-bracket", children: "(" }),
7083
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-bracket", children: "(" }),
7084
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-field", children: "FirstOrdered" }),
7085
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-criteria", children: " Is before " }),
7086
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-value", children: "'Thursday Jan 21 2021'" }),
7087
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-bracket", children: ")" }),
7088
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-bracket", children: ")" }),
7089
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-filter-preview-bracket", children: ")" })
7043
7090
  ] }),
7044
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { className: "k-filter-apply", children: "Apply" })
7091
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { className: "k-filter-apply", children: "Apply" })
7045
7092
  ] }) }) });