@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
@@ -4680,31 +4680,78 @@ var InputSuffix = (props) => {
4680
4680
  return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4681
4681
  };
4682
4682
 
4683
- // src/popup/popup.spec.tsx
4683
+ // src/animation-container/animation-container.spec.tsx
4684
4684
  import { jsx as jsx23 } from "react/jsx-runtime";
4685
- var POPUP_CLASSNAME = `k-popup`;
4685
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4686
4686
  var states13 = [];
4687
4687
  var options12 = {};
4688
- var defaultProps10 = {};
4688
+ var defaultProps10 = {
4689
+ positionMode: "absolute"
4690
+ };
4691
+ var AnimationContainer = (props) => {
4692
+ const {
4693
+ positionMode,
4694
+ animationStyle,
4695
+ offset,
4696
+ ...other
4697
+ } = props;
4698
+ return /* @__PURE__ */ jsx23(
4699
+ "div",
4700
+ {
4701
+ ...other,
4702
+ style: { ...offset, ...props.style },
4703
+ className: classNames(
4704
+ ANIMATION_CONTAINER_CLASSNAME,
4705
+ "k-animation-container-shown",
4706
+ {
4707
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4708
+ }
4709
+ ),
4710
+ children: /* @__PURE__ */ jsx23("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4711
+ }
4712
+ );
4713
+ };
4714
+ AnimationContainer.states = states13;
4715
+ AnimationContainer.options = options12;
4716
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4717
+ AnimationContainer.defaultProps = defaultProps10;
4718
+
4719
+ // src/popup/popup.spec.tsx
4720
+ import { jsx as jsx24 } from "react/jsx-runtime";
4721
+ var POPUP_CLASSNAME = `k-popup`;
4722
+ var states14 = [];
4723
+ var options13 = {};
4724
+ var defaultProps11 = {
4725
+ positionMode: "absolute"
4726
+ };
4689
4727
  var Popup = (props) => {
4690
4728
  const {
4729
+ offset,
4730
+ positionMode,
4691
4731
  ...other
4692
4732
  } = props;
4693
- return /* @__PURE__ */ jsx23("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4733
+ return /* @__PURE__ */ jsx24(
4734
+ AnimationContainer,
4735
+ {
4736
+ positionMode,
4737
+ offset,
4738
+ children: /* @__PURE__ */ jsx24("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4739
+ }
4740
+ );
4694
4741
  };
4695
- Popup.states = states13;
4696
- Popup.options = options12;
4742
+ Popup.states = states14;
4743
+ Popup.options = options13;
4697
4744
  Popup.className = POPUP_CLASSNAME;
4698
- Popup.defaultProps = defaultProps10;
4745
+ Popup.defaultProps = defaultProps11;
4699
4746
 
4700
4747
  // src/calendar/calendar.spec.tsx
4701
- import { jsx as jsx24, jsxs as jsxs7 } from "react/jsx-runtime";
4748
+ import { jsx as jsx25, jsxs as jsxs7 } from "react/jsx-runtime";
4702
4749
  var CALENDAR_CLASSNAME = `k-calendar`;
4703
- var states14 = [];
4704
- var options13 = {
4750
+ var states15 = [];
4751
+ var options14 = {
4705
4752
  size: [Size.small, Size.medium, Size.large]
4706
4753
  };
4707
- var defaultProps11 = {
4754
+ var defaultProps12 = {
4708
4755
  size: Size.medium,
4709
4756
  viewsCount: 1,
4710
4757
  orientation: "horizontal",
@@ -4713,11 +4760,11 @@ var defaultProps11 = {
4713
4760
  };
4714
4761
  var Calendar = (props) => {
4715
4762
  const {
4716
- size = defaultProps11.size,
4717
- orientation = defaultProps11.orientation,
4718
- calendarView = defaultProps11.calendarView,
4719
- calendarHeaderText = defaultProps11.calendarHeaderText,
4720
- viewsCount = defaultProps11.viewsCount,
4763
+ size = defaultProps12.size,
4764
+ orientation = defaultProps12.orientation,
4765
+ calendarView = defaultProps12.calendarView,
4766
+ calendarHeaderText = defaultProps12.calendarHeaderText,
4767
+ viewsCount = defaultProps12.viewsCount,
4721
4768
  showWeek,
4722
4769
  showOtherMonth,
4723
4770
  showCalendarCaption,
@@ -4742,7 +4789,7 @@ var Calendar = (props) => {
4742
4789
  }
4743
4790
  ),
4744
4791
  children: [
4745
- /* @__PURE__ */ jsx24(
4792
+ /* @__PURE__ */ jsx25(
4746
4793
  CalendarHeader,
4747
4794
  {
4748
4795
  showToday: showCalendarFooter ? false : true,
@@ -4752,7 +4799,7 @@ var Calendar = (props) => {
4752
4799
  dir
4753
4800
  }
4754
4801
  ),
4755
- /* @__PURE__ */ jsx24(
4802
+ /* @__PURE__ */ jsx25(
4756
4803
  CalendarView,
4757
4804
  {
4758
4805
  calendarView,
@@ -4764,19 +4811,19 @@ var Calendar = (props) => {
4764
4811
  selectedRange
4765
4812
  }
4766
4813
  ),
4767
- showCalendarFooter && /* @__PURE__ */ jsx24(CalendarFooter, {})
4814
+ showCalendarFooter && /* @__PURE__ */ jsx25(CalendarFooter, {})
4768
4815
  ]
4769
4816
  }
4770
4817
  );
4771
4818
  };
4772
- Calendar.states = states14;
4773
- Calendar.options = options13;
4819
+ Calendar.states = states15;
4820
+ Calendar.options = options14;
4774
4821
  Calendar.className = CALENDAR_CLASSNAME;
4775
- Calendar.defaultProps = defaultProps11;
4822
+ Calendar.defaultProps = defaultProps12;
4776
4823
 
4777
4824
  // src/calendar/calendar-cell.tsx
4778
- import { jsx as jsx25 } from "react/jsx-runtime";
4779
- var states15 = [
4825
+ import { jsx as jsx26 } from "react/jsx-runtime";
4826
+ var states16 = [
4780
4827
  States.hover,
4781
4828
  States.focus,
4782
4829
  States.active,
@@ -4825,21 +4872,21 @@ var CalendarCell = (props) => {
4825
4872
  }
4826
4873
  ];
4827
4874
  if (headerCell) {
4828
- return /* @__PURE__ */ jsx25("th", { ...other, className: classNames(calendarCellClasses), children: text });
4875
+ return /* @__PURE__ */ jsx26("th", { ...other, className: classNames(calendarCellClasses), children: text });
4829
4876
  }
4830
4877
  if (weekCell) {
4831
- return /* @__PURE__ */ jsx25("td", { ...other, className: classNames(calendarCellClasses), children: text });
4878
+ return /* @__PURE__ */ jsx26("td", { ...other, className: classNames(calendarCellClasses), children: text });
4832
4879
  }
4833
- return /* @__PURE__ */ jsx25("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx25("span", { className: "k-link", children: text }) });
4880
+ return /* @__PURE__ */ jsx26("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx26("span", { className: "k-link", children: text }) });
4834
4881
  };
4835
4882
 
4836
4883
  // src/calendar/calendar-header.tsx
4837
- import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
4884
+ import { jsx as jsx27, jsxs as jsxs8 } from "react/jsx-runtime";
4838
4885
  var className9 = `k-calendar-header`;
4839
- var options14 = {
4886
+ var options15 = {
4840
4887
  size: [Size.small, Size.medium, Size.large]
4841
4888
  };
4842
- var defaultProps12 = {
4889
+ var defaultProps13 = {
4843
4890
  calendarHeaderText: "October 2021",
4844
4891
  showToday: true,
4845
4892
  orientation: "horizontal",
@@ -4847,10 +4894,10 @@ var defaultProps12 = {
4847
4894
  };
4848
4895
  var CalendarHeader = (props) => {
4849
4896
  const {
4850
- calendarHeaderText = defaultProps12.calendarHeaderText,
4851
- showToday = defaultProps12.showToday,
4852
- orientation = defaultProps12.orientation,
4853
- size = defaultProps12.size,
4897
+ calendarHeaderText = defaultProps13.calendarHeaderText,
4898
+ showToday = defaultProps13.showToday,
4899
+ orientation = defaultProps13.orientation,
4900
+ size = defaultProps13.size,
4854
4901
  dir,
4855
4902
  ...other
4856
4903
  } = props;
@@ -4868,12 +4915,12 @@ var CalendarHeader = (props) => {
4868
4915
  }
4869
4916
  ),
4870
4917
  children: [
4871
- /* @__PURE__ */ jsx26(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
4872
- /* @__PURE__ */ jsx26("span", { className: "k-spacer" }),
4918
+ /* @__PURE__ */ jsx27(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
4919
+ /* @__PURE__ */ jsx27("span", { className: "k-spacer" }),
4873
4920
  /* @__PURE__ */ jsxs8("span", { className: "k-calendar-nav", children: [
4874
- /* @__PURE__ */ jsx26(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
4875
- showToday && /* @__PURE__ */ jsx26(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
4876
- /* @__PURE__ */ jsx26(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
4921
+ /* @__PURE__ */ jsx27(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
4922
+ showToday && /* @__PURE__ */ jsx27(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
4923
+ /* @__PURE__ */ jsx27(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
4877
4924
  ] })
4878
4925
  ]
4879
4926
  }
@@ -4881,12 +4928,12 @@ var CalendarHeader = (props) => {
4881
4928
  };
4882
4929
 
4883
4930
  // src/calendar/calendar-footer.tsx
4884
- import { jsx as jsx27 } from "react/jsx-runtime";
4931
+ import { jsx as jsx28 } from "react/jsx-runtime";
4885
4932
  var className10 = `k-calendar-footer`;
4886
- var CalendarFooter = (props) => /* @__PURE__ */ jsx27("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx27(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
4933
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx28("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx28(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
4887
4934
 
4888
4935
  // src/calendar/calendar-table.tsx
4889
- import { jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
4936
+ import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
4890
4937
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
4891
4938
  var CalendarTable = (props) => {
4892
4939
  const {
@@ -4907,25 +4954,25 @@ var CalendarTable = (props) => {
4907
4954
  CALENDARTABLE_CLASSNAME
4908
4955
  ),
4909
4956
  children: [
4910
- showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2022" }),
4957
+ showCalendarCaption && /* @__PURE__ */ jsx29("caption", { className: "k-calendar-caption", children: "2022" }),
4911
4958
  /* @__PURE__ */ jsxs9("tbody", { className: "k-calendar-tbody", children: [
4912
4959
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4913
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Jan" }),
4914
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Feb" }),
4915
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Mar" }),
4916
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Apr" })
4960
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Jan" }),
4961
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Feb" }),
4962
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Mar" }),
4963
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Apr" })
4917
4964
  ] }),
4918
4965
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4919
- /* @__PURE__ */ jsx28(CalendarCell, { text: "May" }),
4920
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Jun", hover: true }),
4921
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Jul", focus: true }),
4922
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Au", selected: true })
4966
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "May" }),
4967
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Jun", hover: true }),
4968
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Jul", focus: true }),
4969
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Au", selected: true })
4923
4970
  ] }),
4924
4971
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4925
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Sep" }),
4926
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Oct", today: true }),
4927
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Nov" }),
4928
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Dec" })
4972
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Sep" }),
4973
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Oct", today: true }),
4974
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Nov" }),
4975
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "Dec" })
4929
4976
  ] })
4930
4977
  ] })
4931
4978
  ]
@@ -4942,25 +4989,25 @@ var CalendarTable = (props) => {
4942
4989
  CALENDARTABLE_CLASSNAME
4943
4990
  ),
4944
4991
  children: [
4945
- showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
4992
+ showCalendarCaption && /* @__PURE__ */ jsx29("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
4946
4993
  /* @__PURE__ */ jsxs9("tbody", { className: "k-calendar-tbody", children: [
4947
4994
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4948
- /* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" }),
4949
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2020" }),
4950
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2021", today: true }),
4951
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2022" })
4995
+ /* @__PURE__ */ jsx29(CalendarCell, { className: "k-out-of-range" }),
4996
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2020" }),
4997
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2021", today: true }),
4998
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2022" })
4952
4999
  ] }),
4953
5000
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4954
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2023" }),
4955
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2024", hover: true }),
4956
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2025", focus: true }),
4957
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2026", selected: true })
5001
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2023" }),
5002
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2024", hover: true }),
5003
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2025", focus: true }),
5004
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2026", selected: true })
4958
5005
  ] }),
4959
5006
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4960
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2027" }),
4961
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2028" }),
4962
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2029" }),
4963
- /* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" })
5007
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2027" }),
5008
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2028" }),
5009
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2029" }),
5010
+ /* @__PURE__ */ jsx29(CalendarCell, { className: "k-out-of-range" })
4964
5011
  ] })
4965
5012
  ] })
4966
5013
  ]
@@ -4977,25 +5024,25 @@ var CalendarTable = (props) => {
4977
5024
  CALENDARTABLE_CLASSNAME
4978
5025
  ),
4979
5026
  children: [
4980
- showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5027
+ showCalendarCaption && /* @__PURE__ */ jsx29("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
4981
5028
  /* @__PURE__ */ jsxs9("tbody", { className: "k-calendar-tbody", children: [
4982
5029
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4983
- /* @__PURE__ */ jsx28(CalendarCell, { text: "1990 - 1999" }),
4984
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2000 - 2009" }),
4985
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2010 - 2019", today: true }),
4986
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2020 - 2029" })
5030
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "1990 - 1999" }),
5031
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2000 - 2009" }),
5032
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2010 - 2019", today: true }),
5033
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2020 - 2029" })
4987
5034
  ] }),
4988
5035
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4989
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2030 - 2039" }),
4990
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2040 - 2049", hover: true }),
4991
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2050 - 2059", focus: true }),
4992
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2060 - 2069", selected: true })
5036
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2030 - 2039" }),
5037
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2040 - 2049", hover: true }),
5038
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2050 - 2059", focus: true }),
5039
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2060 - 2069", selected: true })
4993
5040
  ] }),
4994
5041
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
4995
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2070 - 2079" }),
4996
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2080 - 2089" }),
4997
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2090 - 2099" }),
4998
- /* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" })
5042
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2070 - 2079" }),
5043
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2080 - 2089" }),
5044
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2090 - 2099" }),
5045
+ /* @__PURE__ */ jsx29(CalendarCell, { className: "k-out-of-range" })
4999
5046
  ] })
5000
5047
  ] })
5001
5048
  ]
@@ -5011,68 +5058,68 @@ var CalendarTable = (props) => {
5011
5058
  CALENDARTABLE_CLASSNAME
5012
5059
  ),
5013
5060
  children: [
5014
- showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "October 2021" }),
5015
- /* @__PURE__ */ jsx28(CalendarTableHead, { showWeek }),
5061
+ showCalendarCaption && /* @__PURE__ */ jsx29("caption", { className: "k-calendar-caption", children: "October 2021" }),
5062
+ /* @__PURE__ */ jsx29(CalendarTableHead, { showWeek }),
5016
5063
  /* @__PURE__ */ jsxs9("tbody", { className: "k-calendar-tbody", children: [
5017
5064
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
5018
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "39", weekCell: true }),
5019
- /* @__PURE__ */ jsx28(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5020
- /* @__PURE__ */ jsx28(CalendarCell, { text: "1" }),
5021
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2" }),
5022
- /* @__PURE__ */ jsx28(CalendarCell, { text: "3" }),
5023
- /* @__PURE__ */ jsx28(CalendarCell, { text: "4" }),
5024
- /* @__PURE__ */ jsx28(CalendarCell, { text: "5" }),
5025
- /* @__PURE__ */ jsx28(CalendarCell, { text: "6", weekend: true })
5065
+ showWeek && /* @__PURE__ */ jsx29(CalendarCell, { text: "39", weekCell: true }),
5066
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5067
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "1" }),
5068
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2" }),
5069
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "3" }),
5070
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "4" }),
5071
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "5" }),
5072
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "6", weekend: true })
5026
5073
  ] }),
5027
5074
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
5028
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "40", weekCell: true }),
5029
- /* @__PURE__ */ jsx28(CalendarCell, { text: "7", weekend: true }),
5030
- /* @__PURE__ */ jsx28(CalendarCell, { text: "8", hover: true }),
5031
- /* @__PURE__ */ jsx28(CalendarCell, { text: "9", focus: true }),
5032
- /* @__PURE__ */ jsx28(CalendarCell, { text: "10", selected: true }),
5033
- /* @__PURE__ */ jsx28(CalendarCell, { text: "11", hover: true, focus: true }),
5034
- /* @__PURE__ */ jsx28(CalendarCell, { text: "12", hover: true, selected: true }),
5035
- /* @__PURE__ */ jsx28(CalendarCell, { text: "13", weekend: true })
5075
+ showWeek && /* @__PURE__ */ jsx29(CalendarCell, { text: "40", weekCell: true }),
5076
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "7", weekend: true }),
5077
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "8", hover: true }),
5078
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "9", focus: true }),
5079
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "10", selected: true }),
5080
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "11", hover: true, focus: true }),
5081
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "12", hover: true, selected: true }),
5082
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "13", weekend: true })
5036
5083
  ] }),
5037
5084
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
5038
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "41", weekCell: true }),
5039
- /* @__PURE__ */ jsx28(CalendarCell, { text: "14", weekend: true }),
5040
- /* @__PURE__ */ jsx28(CalendarCell, { text: "15" }),
5041
- /* @__PURE__ */ jsx28(CalendarCell, { text: "16", today: true }),
5042
- /* @__PURE__ */ jsx28(CalendarCell, { text: "17" }),
5043
- /* @__PURE__ */ jsx28(CalendarCell, { text: "18" }),
5044
- /* @__PURE__ */ jsx28(CalendarCell, { text: "19" }),
5045
- /* @__PURE__ */ jsx28(CalendarCell, { text: "20", weekend: true })
5085
+ showWeek && /* @__PURE__ */ jsx29(CalendarCell, { text: "41", weekCell: true }),
5086
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "14", weekend: true }),
5087
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "15" }),
5088
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "16", today: true }),
5089
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "17" }),
5090
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "18" }),
5091
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "19" }),
5092
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "20", weekend: true })
5046
5093
  ] }),
5047
5094
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
5048
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "42", weekCell: true }),
5049
- /* @__PURE__ */ jsx28(CalendarCell, { text: "21", weekend: true }),
5050
- /* @__PURE__ */ jsx28(CalendarCell, { text: "22" }),
5051
- /* @__PURE__ */ jsx28(CalendarCell, { text: "23" }),
5052
- /* @__PURE__ */ jsx28(CalendarCell, { text: "24" }),
5053
- /* @__PURE__ */ jsx28(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5054
- /* @__PURE__ */ jsx28(CalendarCell, { text: "26", rangeMid: selectedRange }),
5055
- /* @__PURE__ */ jsx28(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5095
+ showWeek && /* @__PURE__ */ jsx29(CalendarCell, { text: "42", weekCell: true }),
5096
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "21", weekend: true }),
5097
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "22" }),
5098
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "23" }),
5099
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "24" }),
5100
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5101
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "26", rangeMid: selectedRange }),
5102
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5056
5103
  ] }),
5057
5104
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
5058
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "43", weekCell: true }),
5059
- /* @__PURE__ */ jsx28(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5060
- /* @__PURE__ */ jsx28(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5061
- /* @__PURE__ */ jsx28(CalendarCell, { text: "30" }),
5062
- /* @__PURE__ */ jsx28(CalendarCell, { text: "31" }),
5063
- /* @__PURE__ */ jsx28(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5064
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5065
- /* @__PURE__ */ jsx28(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5105
+ showWeek && /* @__PURE__ */ jsx29(CalendarCell, { text: "43", weekCell: true }),
5106
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5107
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5108
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "30" }),
5109
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "31" }),
5110
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5111
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5112
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5066
5113
  ] }),
5067
5114
  /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
5068
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "44", weekCell: true }),
5069
- /* @__PURE__ */ jsx28(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5070
- /* @__PURE__ */ jsx28(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5071
- /* @__PURE__ */ jsx28(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5072
- /* @__PURE__ */ jsx28(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5073
- /* @__PURE__ */ jsx28(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5074
- /* @__PURE__ */ jsx28(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5075
- /* @__PURE__ */ jsx28(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5115
+ showWeek && /* @__PURE__ */ jsx29(CalendarCell, { text: "44", weekCell: true }),
5116
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5117
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5118
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5119
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5120
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5121
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5122
+ /* @__PURE__ */ jsx29(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5076
5123
  ] })
5077
5124
  ] })
5078
5125
  ]
@@ -5081,52 +5128,52 @@ var CalendarTable = (props) => {
5081
5128
  };
5082
5129
 
5083
5130
  // src/calendar/calendar-table-head.tsx
5084
- import { jsx as jsx29, jsxs as jsxs10 } from "react/jsx-runtime";
5131
+ import { jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
5085
5132
  var className11 = `k-calendar-thead`;
5086
5133
  var CalendarTableHead = (props) => {
5087
5134
  const {
5088
5135
  showWeek,
5089
5136
  ...other
5090
5137
  } = props;
5091
- return /* @__PURE__ */ jsx29(
5138
+ return /* @__PURE__ */ jsx30(
5092
5139
  "thead",
5093
5140
  {
5094
5141
  ...other,
5095
5142
  className: classNames(props.className, className11),
5096
5143
  children: /* @__PURE__ */ jsxs10("tr", { className: "k-calendar-tr", children: [
5097
- showWeek && /* @__PURE__ */ jsx29(CalendarCell, { weekCell: true, headerCell: true }),
5098
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Su", headerCell: true }),
5099
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Mo", headerCell: true }),
5100
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Tu", headerCell: true }),
5101
- /* @__PURE__ */ jsx29(CalendarCell, { text: "We", headerCell: true }),
5102
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Th", headerCell: true }),
5103
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Fr", headerCell: true }),
5104
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Sa", headerCell: true })
5144
+ showWeek && /* @__PURE__ */ jsx30(CalendarCell, { weekCell: true, headerCell: true }),
5145
+ /* @__PURE__ */ jsx30(CalendarCell, { text: "Su", headerCell: true }),
5146
+ /* @__PURE__ */ jsx30(CalendarCell, { text: "Mo", headerCell: true }),
5147
+ /* @__PURE__ */ jsx30(CalendarCell, { text: "Tu", headerCell: true }),
5148
+ /* @__PURE__ */ jsx30(CalendarCell, { text: "We", headerCell: true }),
5149
+ /* @__PURE__ */ jsx30(CalendarCell, { text: "Th", headerCell: true }),
5150
+ /* @__PURE__ */ jsx30(CalendarCell, { text: "Fr", headerCell: true }),
5151
+ /* @__PURE__ */ jsx30(CalendarCell, { text: "Sa", headerCell: true })
5105
5152
  ] })
5106
5153
  }
5107
5154
  );
5108
5155
  };
5109
5156
 
5110
5157
  // src/calendar/calendar-view.tsx
5111
- import { jsx as jsx30 } from "react/jsx-runtime";
5158
+ import { jsx as jsx31 } from "react/jsx-runtime";
5112
5159
  var className12 = `k-calendar-view`;
5113
- var defaultProps13 = {
5160
+ var defaultProps14 = {
5114
5161
  viewsCount: 1,
5115
5162
  orientation: "horizontal",
5116
5163
  calendarView: "month"
5117
5164
  };
5118
5165
  var CalendarView = (props) => {
5119
5166
  const {
5120
- orientation = defaultProps13.orientation,
5121
- calendarView = defaultProps13.calendarView,
5122
- viewsCount = defaultProps13.viewsCount,
5167
+ orientation = defaultProps14.orientation,
5168
+ calendarView = defaultProps14.calendarView,
5169
+ viewsCount = defaultProps14.viewsCount,
5123
5170
  showWeek,
5124
5171
  showOtherMonth,
5125
5172
  showCalendarCaption,
5126
5173
  selectedRange,
5127
5174
  ...other
5128
5175
  } = props;
5129
- return /* @__PURE__ */ jsx30(
5176
+ return /* @__PURE__ */ jsx31(
5130
5177
  "div",
5131
5178
  {
5132
5179
  ...other,
@@ -5142,7 +5189,7 @@ var CalendarView = (props) => {
5142
5189
  }
5143
5190
  ),
5144
5191
  children: [...Array(viewsCount)].map(
5145
- (_e, i) => /* @__PURE__ */ jsx30(
5192
+ (_e, i) => /* @__PURE__ */ jsx31(
5146
5193
  CalendarTable,
5147
5194
  {
5148
5195
  calendarView,
@@ -5159,9 +5206,9 @@ var CalendarView = (props) => {
5159
5206
  };
5160
5207
 
5161
5208
  // src/datepicker/datepicker.spec.tsx
5162
- import { Fragment as Fragment10, jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
5209
+ import { Fragment as Fragment10, jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
5163
5210
  var DATEPICKER_CLASSNAME = `k-datepicker`;
5164
- var states16 = [
5211
+ var states17 = [
5165
5212
  States.hover,
5166
5213
  States.focus,
5167
5214
  States.valid,
@@ -5171,12 +5218,12 @@ var states16 = [
5171
5218
  States.loading,
5172
5219
  States.readonly
5173
5220
  ];
5174
- var options15 = {
5221
+ var options16 = {
5175
5222
  size: [Size.small, Size.medium, Size.large],
5176
5223
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5177
5224
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5178
5225
  };
5179
- var defaultProps14 = {
5226
+ var defaultProps15 = {
5180
5227
  size: Input.defaultProps.size,
5181
5228
  rounded: Input.defaultProps.rounded,
5182
5229
  fillMode: Input.defaultProps.fillMode
@@ -5221,9 +5268,9 @@ var DatePicker = (props) => {
5221
5268
  readonly,
5222
5269
  className: classNames(props.className, DATEPICKER_CLASSNAME),
5223
5270
  children: [
5224
- /* @__PURE__ */ jsx31(InputPrefix, { children: prefix }),
5225
- /* @__PURE__ */ jsx31(InputInnerInput, { placeholder, value }),
5226
- /* @__PURE__ */ jsx31(
5271
+ /* @__PURE__ */ jsx32(InputPrefix, { children: prefix }),
5272
+ /* @__PURE__ */ jsx32(InputInnerInput, { placeholder, value }),
5273
+ /* @__PURE__ */ jsx32(
5227
5274
  InputValidationIcon,
5228
5275
  {
5229
5276
  valid,
@@ -5232,14 +5279,14 @@ var DatePicker = (props) => {
5232
5279
  disabled
5233
5280
  }
5234
5281
  ),
5235
- /* @__PURE__ */ jsx31(
5282
+ /* @__PURE__ */ jsx32(
5236
5283
  InputLoadingIcon,
5237
5284
  {
5238
5285
  loading,
5239
5286
  disabled
5240
5287
  }
5241
5288
  ),
5242
- /* @__PURE__ */ jsx31(
5289
+ /* @__PURE__ */ jsx32(
5243
5290
  InputClearValue,
5244
5291
  {
5245
5292
  loading,
@@ -5248,8 +5295,8 @@ var DatePicker = (props) => {
5248
5295
  value
5249
5296
  }
5250
5297
  ),
5251
- /* @__PURE__ */ jsx31(InputSuffix, { children: suffix }),
5252
- /* @__PURE__ */ jsx31(
5298
+ /* @__PURE__ */ jsx32(InputSuffix, { children: suffix }),
5299
+ /* @__PURE__ */ jsx32(
5253
5300
  Button,
5254
5301
  {
5255
5302
  className: "k-input-button",
@@ -5262,18 +5309,18 @@ var DatePicker = (props) => {
5262
5309
  ]
5263
5310
  }
5264
5311
  ),
5265
- opened && /* @__PURE__ */ jsx31(Popup, { className: "k-datepicker-popup", children: /* @__PURE__ */ jsx31(Calendar, { dir }) })
5312
+ opened && /* @__PURE__ */ jsx32(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx32(Calendar, { dir }) })
5266
5313
  ] });
5267
5314
  };
5268
- DatePicker.states = states16;
5269
- DatePicker.options = options15;
5315
+ DatePicker.states = states17;
5316
+ DatePicker.options = options16;
5270
5317
  DatePicker.className = DATEPICKER_CLASSNAME;
5271
- DatePicker.defaultProps = defaultProps14;
5318
+ DatePicker.defaultProps = defaultProps15;
5272
5319
 
5273
5320
  // src/dropdownlist/dropdownlist.spec.tsx
5274
- import { Fragment as Fragment11, jsx as jsx32, jsxs as jsxs12 } from "react/jsx-runtime";
5321
+ import { Fragment as Fragment11, jsx as jsx33, jsxs as jsxs12 } from "react/jsx-runtime";
5275
5322
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5276
- var states17 = [
5323
+ var states18 = [
5277
5324
  States.hover,
5278
5325
  States.focus,
5279
5326
  States.valid,
@@ -5283,12 +5330,12 @@ var states17 = [
5283
5330
  States.loading,
5284
5331
  States.readonly
5285
5332
  ];
5286
- var options16 = {
5333
+ var options17 = {
5287
5334
  size: [Size.small, Size.medium, Size.large],
5288
5335
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5289
5336
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5290
5337
  };
5291
- var defaultProps15 = {
5338
+ var defaultProps16 = {
5292
5339
  showValue: true,
5293
5340
  arrowIconName: "caret-alt-down",
5294
5341
  size: Size.medium,
@@ -5298,7 +5345,7 @@ var defaultProps15 = {
5298
5345
  var DropdownList = (props) => {
5299
5346
  const {
5300
5347
  valueIconName,
5301
- arrowIconName = defaultProps15.arrowIconName,
5348
+ arrowIconName = defaultProps16.arrowIconName,
5302
5349
  prefix,
5303
5350
  suffix,
5304
5351
  value,
@@ -5314,7 +5361,7 @@ var DropdownList = (props) => {
5314
5361
  loading,
5315
5362
  disabled,
5316
5363
  readonly,
5317
- showValue = defaultProps15.showValue,
5364
+ showValue = defaultProps16.showValue,
5318
5365
  popup,
5319
5366
  opened,
5320
5367
  ...other
@@ -5343,8 +5390,8 @@ var DropdownList = (props) => {
5343
5390
  }
5344
5391
  ),
5345
5392
  children: [
5346
- /* @__PURE__ */ jsx32(InputPrefix, { children: prefix }),
5347
- /* @__PURE__ */ jsx32(
5393
+ /* @__PURE__ */ jsx33(InputPrefix, { children: prefix }),
5394
+ /* @__PURE__ */ jsx33(
5348
5395
  InputInnerSpan,
5349
5396
  {
5350
5397
  placeholder,
@@ -5353,7 +5400,7 @@ var DropdownList = (props) => {
5353
5400
  valueIconName
5354
5401
  }
5355
5402
  ),
5356
- /* @__PURE__ */ jsx32(
5403
+ /* @__PURE__ */ jsx33(
5357
5404
  InputValidationIcon,
5358
5405
  {
5359
5406
  valid,
@@ -5362,15 +5409,15 @@ var DropdownList = (props) => {
5362
5409
  disabled
5363
5410
  }
5364
5411
  ),
5365
- /* @__PURE__ */ jsx32(
5412
+ /* @__PURE__ */ jsx33(
5366
5413
  InputLoadingIcon,
5367
5414
  {
5368
5415
  loading,
5369
5416
  disabled
5370
5417
  }
5371
5418
  ),
5372
- /* @__PURE__ */ jsx32(InputSuffix, { children: suffix }),
5373
- /* @__PURE__ */ jsx32(
5419
+ /* @__PURE__ */ jsx33(InputSuffix, { children: suffix }),
5420
+ /* @__PURE__ */ jsx33(
5374
5421
  Button,
5375
5422
  {
5376
5423
  className: "k-input-button",
@@ -5383,35 +5430,35 @@ var DropdownList = (props) => {
5383
5430
  ]
5384
5431
  }
5385
5432
  ),
5386
- opened && popup && /* @__PURE__ */ jsx32(Popup, { className: "k-dropdownlist-popup", children: popup })
5433
+ opened && popup && /* @__PURE__ */ jsx33(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5387
5434
  ] });
5388
5435
  };
5389
- DropdownList.states = states17;
5390
- DropdownList.options = options16;
5436
+ DropdownList.states = states18;
5437
+ DropdownList.options = options17;
5391
5438
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5392
- DropdownList.defaultProps = defaultProps15;
5439
+ DropdownList.defaultProps = defaultProps16;
5393
5440
 
5394
5441
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5395
- import { jsx as jsx33 } from "react/jsx-runtime";
5442
+ import { jsx as jsx34 } from "react/jsx-runtime";
5396
5443
 
5397
5444
  // src/nodata/nodata.tsx
5398
- import { jsx as jsx34 } from "react/jsx-runtime";
5445
+ import { jsx as jsx35 } from "react/jsx-runtime";
5399
5446
  var className13 = `k-nodata`;
5400
- var NoData = (props) => /* @__PURE__ */ jsx34("span", { className: classNames(className13, props.className), children: props.children });
5447
+ var NoData = (props) => /* @__PURE__ */ jsx35("span", { className: classNames(className13, props.className), children: props.children });
5401
5448
 
5402
5449
  // src/list/list.spec.tsx
5403
- import { jsx as jsx35, jsxs as jsxs13 } from "react/jsx-runtime";
5450
+ import { jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
5404
5451
  var LIST_CLASSNAME = `k-list`;
5405
- var states18 = [];
5406
- var options17 = {
5452
+ var states19 = [];
5453
+ var options18 = {
5407
5454
  size: [Size.small, Size.medium, Size.large]
5408
5455
  };
5409
- var defaultProps16 = {
5456
+ var defaultProps17 = {
5410
5457
  size: Size.medium
5411
5458
  };
5412
5459
  var List = (props) => {
5413
5460
  const {
5414
- size = defaultProps16.size,
5461
+ size = defaultProps17.size,
5415
5462
  virtualization,
5416
5463
  children,
5417
5464
  optionLabel,
@@ -5428,7 +5475,7 @@ var List = (props) => {
5428
5475
  listHeader = child.props.label;
5429
5476
  child.props.children.map((optChild, index2) => {
5430
5477
  listChildren.push(
5431
- /* @__PURE__ */ jsx35(
5478
+ /* @__PURE__ */ jsx36(
5432
5479
  ListItem,
5433
5480
  {
5434
5481
  ...optChild.props
@@ -5444,7 +5491,7 @@ var List = (props) => {
5444
5491
  groupLabel = child.props.label;
5445
5492
  }
5446
5493
  listChildren.push(
5447
- /* @__PURE__ */ jsx35(
5494
+ /* @__PURE__ */ jsx36(
5448
5495
  ListItem,
5449
5496
  {
5450
5497
  className: index2 === 0 ? "k-first" : "",
@@ -5456,14 +5503,14 @@ var List = (props) => {
5456
5503
  );
5457
5504
  });
5458
5505
  }
5459
- listGroup = /* @__PURE__ */ jsx35(ListGroup, { label: listHeader, virtualization, children: listChildren });
5506
+ listGroup = /* @__PURE__ */ jsx36(ListGroup, { label: listHeader, virtualization, children: listChildren });
5460
5507
  } else if (child.type === ListItem) {
5461
- listChildren.push(/* @__PURE__ */ jsx35(ListItem, { ...child.props }, `${child.type}-${index}`));
5462
- listContent = /* @__PURE__ */ jsx35(ListContent, { virtualization, children: listChildren });
5508
+ listChildren.push(/* @__PURE__ */ jsx36(ListItem, { ...child.props }, `${child.type}-${index}`));
5509
+ listContent = /* @__PURE__ */ jsx36(ListContent, { virtualization, children: listChildren });
5463
5510
  }
5464
5511
  });
5465
5512
  } else {
5466
- listContent = /* @__PURE__ */ jsx35(NoData, { children: "No data found." });
5513
+ listContent = /* @__PURE__ */ jsx36(NoData, { children: "No data found." });
5467
5514
  }
5468
5515
  return /* @__PURE__ */ jsxs13(
5469
5516
  "div",
@@ -5487,24 +5534,24 @@ var List = (props) => {
5487
5534
  }
5488
5535
  );
5489
5536
  };
5490
- List.states = states18;
5491
- List.options = options17;
5537
+ List.states = states19;
5538
+ List.options = options18;
5492
5539
  List.className = LIST_CLASSNAME;
5493
- List.defaultProps = defaultProps16;
5540
+ List.defaultProps = defaultProps17;
5494
5541
 
5495
5542
  // src/list/list-angular.spec.tsx
5496
- import { jsx as jsx36, jsxs as jsxs14 } from "react/jsx-runtime";
5543
+ import { jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
5497
5544
  var LISTANGULAR_CLASSNAME = `k-list`;
5498
- var states19 = [];
5499
- var options18 = {
5545
+ var states20 = [];
5546
+ var options19 = {
5500
5547
  size: [Size.small, Size.medium, Size.large]
5501
5548
  };
5502
- var defaultProps17 = {
5549
+ var defaultProps18 = {
5503
5550
  size: Size.medium
5504
5551
  };
5505
5552
  var ListAngular = (props) => {
5506
5553
  const {
5507
- size = defaultProps17.size,
5554
+ size = defaultProps18.size,
5508
5555
  virtualization,
5509
5556
  children,
5510
5557
  ...other
@@ -5520,7 +5567,7 @@ var ListAngular = (props) => {
5520
5567
  listHeader = child.props.label;
5521
5568
  child.props.children.map((optChild, index2) => {
5522
5569
  listChildren.push(
5523
- /* @__PURE__ */ jsx36(
5570
+ /* @__PURE__ */ jsx37(
5524
5571
  ListItem,
5525
5572
  {
5526
5573
  ...optChild.props
@@ -5531,7 +5578,7 @@ var ListAngular = (props) => {
5531
5578
  });
5532
5579
  } else {
5533
5580
  listChildren.push(
5534
- /* @__PURE__ */ jsx36(
5581
+ /* @__PURE__ */ jsx37(
5535
5582
  ListGroupItem,
5536
5583
  {
5537
5584
  ...child.props,
@@ -5542,7 +5589,7 @@ var ListAngular = (props) => {
5542
5589
  );
5543
5590
  child.props.children.map((optChild, index2) => {
5544
5591
  listChildren.push(
5545
- /* @__PURE__ */ jsx36(
5592
+ /* @__PURE__ */ jsx37(
5546
5593
  ListItem,
5547
5594
  {
5548
5595
  ...optChild.props
@@ -5552,14 +5599,14 @@ var ListAngular = (props) => {
5552
5599
  );
5553
5600
  });
5554
5601
  }
5555
- listGroup = /* @__PURE__ */ jsx36(ListGroup, { label: listHeader, virtualization, children: listChildren });
5602
+ listGroup = /* @__PURE__ */ jsx37(ListGroup, { label: listHeader, virtualization, children: listChildren });
5556
5603
  } else if (child.type === ListItem) {
5557
- listChildren.push(/* @__PURE__ */ jsx36(ListItem, { ...child.props }, `${child.type}-${index}`));
5558
- listContent = /* @__PURE__ */ jsx36(ListContent, { virtualization, children: listChildren });
5604
+ listChildren.push(/* @__PURE__ */ jsx37(ListItem, { ...child.props }, `${child.type}-${index}`));
5605
+ listContent = /* @__PURE__ */ jsx37(ListContent, { virtualization, children: listChildren });
5559
5606
  }
5560
5607
  });
5561
5608
  } else {
5562
- listContent = /* @__PURE__ */ jsx36(NoData, { children: "No data found." });
5609
+ listContent = /* @__PURE__ */ jsx37(NoData, { children: "No data found." });
5563
5610
  }
5564
5611
  return /* @__PURE__ */ jsxs14(
5565
5612
  "div",
@@ -5582,15 +5629,15 @@ var ListAngular = (props) => {
5582
5629
  }
5583
5630
  );
5584
5631
  };
5585
- ListAngular.states = states19;
5586
- ListAngular.options = options18;
5632
+ ListAngular.states = states20;
5633
+ ListAngular.options = options19;
5587
5634
  ListAngular.className = LISTANGULAR_CLASSNAME;
5588
- ListAngular.defaultProps = defaultProps17;
5635
+ ListAngular.defaultProps = defaultProps18;
5589
5636
 
5590
5637
  // src/checkbox/checkbox.spec.tsx
5591
- import { jsx as jsx37 } from "react/jsx-runtime";
5638
+ import { jsx as jsx38 } from "react/jsx-runtime";
5592
5639
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5593
- var states20 = [
5640
+ var states21 = [
5594
5641
  States.hover,
5595
5642
  States.focus,
5596
5643
  States.valid,
@@ -5600,11 +5647,11 @@ var states20 = [
5600
5647
  States.checked,
5601
5648
  States.indeterminate
5602
5649
  ];
5603
- var options19 = {
5650
+ var options20 = {
5604
5651
  size: [Size.small, Size.medium, Size.large],
5605
5652
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5606
5653
  };
5607
- var defaultProps18 = {
5654
+ var defaultProps19 = {
5608
5655
  size: Size.medium,
5609
5656
  rounded: Roundness.medium
5610
5657
  };
@@ -5619,11 +5666,11 @@ var Checkbox = (props) => {
5619
5666
  invalid,
5620
5667
  valid,
5621
5668
  required,
5622
- size = defaultProps18.size,
5623
- rounded = defaultProps18.rounded,
5669
+ size = defaultProps19.size,
5670
+ rounded = defaultProps19.rounded,
5624
5671
  ...other
5625
5672
  } = props;
5626
- return /* @__PURE__ */ jsx37("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx37(
5673
+ return /* @__PURE__ */ jsx38("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx38(
5627
5674
  "input",
5628
5675
  {
5629
5676
  ...other,
@@ -5640,22 +5687,22 @@ var Checkbox = (props) => {
5640
5687
  }
5641
5688
  ) });
5642
5689
  };
5643
- Checkbox.states = states20;
5644
- Checkbox.options = options19;
5690
+ Checkbox.states = states21;
5691
+ Checkbox.options = options20;
5645
5692
  Checkbox.className = CHECKBOX_CLASSNAME;
5646
- Checkbox.defaultProps = defaultProps18;
5693
+ Checkbox.defaultProps = defaultProps19;
5647
5694
 
5648
5695
  // src/list/list-item.spec.tsx
5649
- import { jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
5696
+ import { jsx as jsx39, jsxs as jsxs15 } from "react/jsx-runtime";
5650
5697
  var LISTITEM_CLASSNAME = `k-list-item`;
5651
- var states21 = [
5698
+ var states22 = [
5652
5699
  States.hover,
5653
5700
  States.focus,
5654
5701
  States.selected,
5655
5702
  States.disabled
5656
5703
  ];
5657
- var options20 = {};
5658
- var defaultProps19 = {};
5704
+ var options21 = {};
5705
+ var defaultProps20 = {};
5659
5706
  var ListItem = (props) => {
5660
5707
  const {
5661
5708
  text,
@@ -5686,66 +5733,66 @@ var ListItem = (props) => {
5686
5733
  })
5687
5734
  ),
5688
5735
  children: [
5689
- showCheckbox && /* @__PURE__ */ jsx38(Checkbox, { checked }),
5690
- showIcon && /* @__PURE__ */ jsx38(Icon, { icon: iconName }),
5691
- /* @__PURE__ */ jsx38("span", { className: "k-list-item-text", children: textOrChildren }),
5692
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx38("div", { className: "k-list-item-group-label", children: groupLabel })
5736
+ showCheckbox && /* @__PURE__ */ jsx39(Checkbox, { checked }),
5737
+ showIcon && /* @__PURE__ */ jsx39(Icon, { icon: iconName }),
5738
+ /* @__PURE__ */ jsx39("span", { className: "k-list-item-text", children: textOrChildren }),
5739
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx39("div", { className: "k-list-item-group-label", children: groupLabel })
5693
5740
  ]
5694
5741
  }
5695
5742
  );
5696
5743
  };
5697
- ListItem.states = states21;
5698
- ListItem.options = options20;
5744
+ ListItem.states = states22;
5745
+ ListItem.options = options21;
5699
5746
  ListItem.className = LISTITEM_CLASSNAME;
5700
- ListItem.defaultProps = defaultProps19;
5747
+ ListItem.defaultProps = defaultProps20;
5701
5748
 
5702
5749
  // src/list/list-content.tsx
5703
- import { jsx as jsx39, jsxs as jsxs16 } from "react/jsx-runtime";
5750
+ import { jsx as jsx40, jsxs as jsxs16 } from "react/jsx-runtime";
5704
5751
  var className14 = `k-list-content`;
5705
5752
  var ListContent = (props) => {
5706
5753
  const {
5707
5754
  virtualization
5708
5755
  } = props;
5709
5756
  return /* @__PURE__ */ jsxs16("div", { className: classNames(className14, props.className), children: [
5710
- /* @__PURE__ */ jsx39("ul", { className: classNames("k-list-ul"), children: props.children }),
5711
- virtualization && /* @__PURE__ */ jsx39("div", { className: "k-height-container", children: /* @__PURE__ */ jsx39("div", {}) })
5757
+ /* @__PURE__ */ jsx40("ul", { className: classNames("k-list-ul"), children: props.children }),
5758
+ virtualization && /* @__PURE__ */ jsx40("div", { className: "k-height-container", children: /* @__PURE__ */ jsx40("div", {}) })
5712
5759
  ] });
5713
5760
  };
5714
5761
 
5715
5762
  // src/list/list-header.tsx
5716
- import { jsx as jsx40 } from "react/jsx-runtime";
5763
+ import { jsx as jsx41 } from "react/jsx-runtime";
5717
5764
  var className15 = `k-list-group-sticky-header`;
5718
- var ListHeader = (props) => /* @__PURE__ */ jsx40("div", { className: classNames(className15, props.className), children: /* @__PURE__ */ jsx40("div", { className: "k-list-header-text", children: props.children }) });
5765
+ var ListHeader = (props) => /* @__PURE__ */ jsx41("div", { className: classNames(className15, props.className), children: /* @__PURE__ */ jsx41("div", { className: "k-list-header-text", children: props.children }) });
5719
5766
 
5720
5767
  // src/list/list-group.tsx
5721
- import { Fragment as Fragment12, jsx as jsx41, jsxs as jsxs17 } from "react/jsx-runtime";
5768
+ import { Fragment as Fragment12, jsx as jsx42, jsxs as jsxs17 } from "react/jsx-runtime";
5722
5769
  var ListGroup = (props) => {
5723
5770
  const {
5724
5771
  virtualization,
5725
5772
  label
5726
5773
  } = props;
5727
5774
  return /* @__PURE__ */ jsxs17(Fragment12, { children: [
5728
- label && /* @__PURE__ */ jsx41(ListHeader, { children: label }),
5729
- props.children && /* @__PURE__ */ jsx41(ListContent, { virtualization, children: props.children })
5775
+ label && /* @__PURE__ */ jsx42(ListHeader, { children: label }),
5776
+ props.children && /* @__PURE__ */ jsx42(ListContent, { virtualization, children: props.children })
5730
5777
  ] });
5731
5778
  };
5732
5779
 
5733
5780
  // src/list/list-group-item.tsx
5734
- import { jsx as jsx42 } from "react/jsx-runtime";
5781
+ import { jsx as jsx43 } from "react/jsx-runtime";
5735
5782
  var className16 = `k-list-group-item`;
5736
- var ListGroupItem = (props) => /* @__PURE__ */ jsx42("li", { className: classNames(className16, props.className), children: /* @__PURE__ */ jsx42("span", { className: "k-list-item-text", children: props.children }) });
5783
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx43("li", { className: classNames(className16, props.className), children: /* @__PURE__ */ jsx43("span", { className: "k-list-item-text", children: props.children }) });
5737
5784
 
5738
5785
  // src/list/list-option-label.tsx
5739
- import { jsx as jsx43 } from "react/jsx-runtime";
5786
+ import { jsx as jsx44 } from "react/jsx-runtime";
5740
5787
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5741
- var states22 = [
5788
+ var states23 = [
5742
5789
  States.hover,
5743
5790
  States.focus,
5744
5791
  States.selected,
5745
5792
  States.disabled
5746
5793
  ];
5747
- var options21 = {};
5748
- var defaultProps20 = {};
5794
+ var options22 = {};
5795
+ var defaultProps21 = {};
5749
5796
  var ListOptionLabel = (props) => {
5750
5797
  const {
5751
5798
  text,
@@ -5755,7 +5802,7 @@ var ListOptionLabel = (props) => {
5755
5802
  disabled,
5756
5803
  ...other
5757
5804
  } = props;
5758
- return /* @__PURE__ */ jsx43(
5805
+ return /* @__PURE__ */ jsx44(
5759
5806
  "div",
5760
5807
  {
5761
5808
  ...other,
@@ -5772,18 +5819,18 @@ var ListOptionLabel = (props) => {
5772
5819
  }
5773
5820
  );
5774
5821
  };
5775
- ListOptionLabel.states = states22;
5776
- ListOptionLabel.options = options21;
5822
+ ListOptionLabel.states = states23;
5823
+ ListOptionLabel.options = options22;
5777
5824
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5778
- ListOptionLabel.defaultProps = defaultProps20;
5825
+ ListOptionLabel.defaultProps = defaultProps21;
5779
5826
 
5780
5827
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5781
- import { jsx as jsx44, jsxs as jsxs18 } from "react/jsx-runtime";
5828
+ import { jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
5782
5829
 
5783
5830
  // src/searchbox/searchbox.spec.tsx
5784
- import { jsx as jsx45, jsxs as jsxs19 } from "react/jsx-runtime";
5831
+ import { jsx as jsx46, jsxs as jsxs19 } from "react/jsx-runtime";
5785
5832
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5786
- var states23 = [
5833
+ var states24 = [
5787
5834
  States.hover,
5788
5835
  States.focus,
5789
5836
  States.valid,
@@ -5792,12 +5839,12 @@ var states23 = [
5792
5839
  States.disabled,
5793
5840
  States.loading
5794
5841
  ];
5795
- var options22 = {
5842
+ var options23 = {
5796
5843
  size: [Size.small, Size.medium, Size.large],
5797
5844
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5798
5845
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5799
5846
  };
5800
- var defaultProps21 = {
5847
+ var defaultProps22 = {
5801
5848
  showIcon: true,
5802
5849
  icon: "search",
5803
5850
  size: Input.defaultProps.size,
@@ -5818,8 +5865,8 @@ var Searchbox = (props) => {
5818
5865
  required,
5819
5866
  loading,
5820
5867
  disabled,
5821
- showIcon = defaultProps21.showIcon,
5822
- icon = defaultProps21.icon,
5868
+ showIcon = defaultProps22.showIcon,
5869
+ icon = defaultProps22.icon,
5823
5870
  ...other
5824
5871
  } = props;
5825
5872
  return /* @__PURE__ */ jsxs19(
@@ -5838,45 +5885,45 @@ var Searchbox = (props) => {
5838
5885
  disabled,
5839
5886
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5840
5887
  children: [
5841
- showIcon && /* @__PURE__ */ jsx45(Icon, { className: "k-input-icon", icon }),
5842
- /* @__PURE__ */ jsx45(InputInnerInput, { placeholder, value }),
5843
- /* @__PURE__ */ jsx45(InputLoadingIcon, { ...props }),
5844
- /* @__PURE__ */ jsx45(InputValidationIcon, { ...props }),
5845
- /* @__PURE__ */ jsx45(InputClearValue, { ...props })
5888
+ showIcon && /* @__PURE__ */ jsx46(Icon, { className: "k-input-icon", icon }),
5889
+ /* @__PURE__ */ jsx46(InputInnerInput, { placeholder, value }),
5890
+ /* @__PURE__ */ jsx46(InputLoadingIcon, { ...props }),
5891
+ /* @__PURE__ */ jsx46(InputValidationIcon, { ...props }),
5892
+ /* @__PURE__ */ jsx46(InputClearValue, { ...props })
5846
5893
  ]
5847
5894
  }
5848
5895
  );
5849
5896
  };
5850
- Searchbox.states = states23;
5851
- Searchbox.options = options22;
5897
+ Searchbox.states = states24;
5898
+ Searchbox.options = options23;
5852
5899
  Searchbox.className = SEARCHBOX_CLASSNAME;
5853
- Searchbox.defaultProps = defaultProps21;
5900
+ Searchbox.defaultProps = defaultProps22;
5854
5901
 
5855
5902
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5856
- import { Fragment as Fragment13, jsx as jsx46, jsxs as jsxs20 } from "react/jsx-runtime";
5903
+ import { Fragment as Fragment13, jsx as jsx47, jsxs as jsxs20 } from "react/jsx-runtime";
5857
5904
 
5858
5905
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5859
- import { jsx as jsx47, jsxs as jsxs21 } from "react/jsx-runtime";
5906
+ import { jsx as jsx48, jsxs as jsxs21 } from "react/jsx-runtime";
5860
5907
 
5861
5908
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5862
- import { Fragment as Fragment14, jsx as jsx48, jsxs as jsxs22 } from "react/jsx-runtime";
5909
+ import { Fragment as Fragment14, jsx as jsx49, jsxs as jsxs22 } from "react/jsx-runtime";
5863
5910
 
5864
5911
  // src/spinbutton/spinbutton.spec.tsx
5865
- import { jsx as jsx49, jsxs as jsxs23 } from "react/jsx-runtime";
5912
+ import { jsx as jsx50, jsxs as jsxs23 } from "react/jsx-runtime";
5866
5913
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5867
- var states24 = [];
5868
- var options23 = {
5914
+ var states25 = [];
5915
+ var options24 = {
5869
5916
  size: [Size.small, Size.medium, Size.large],
5870
5917
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5871
5918
  };
5872
- var defaultProps22 = {
5919
+ var defaultProps23 = {
5873
5920
  size: Size.medium,
5874
5921
  fillMode: FillMode.solid
5875
5922
  };
5876
5923
  var SpinButton = (props) => {
5877
5924
  const {
5878
- size = defaultProps22.size,
5879
- fillMode = defaultProps22.fillMode,
5925
+ size = defaultProps23.size,
5926
+ fillMode = defaultProps23.fillMode,
5880
5927
  ...other
5881
5928
  } = props;
5882
5929
  return /* @__PURE__ */ jsxs23(
@@ -5888,7 +5935,7 @@ var SpinButton = (props) => {
5888
5935
  props.className
5889
5936
  ),
5890
5937
  children: [
5891
- /* @__PURE__ */ jsx49(
5938
+ /* @__PURE__ */ jsx50(
5892
5939
  Button,
5893
5940
  {
5894
5941
  className: "k-spinner-increase",
@@ -5898,7 +5945,7 @@ var SpinButton = (props) => {
5898
5945
  fillMode
5899
5946
  }
5900
5947
  ),
5901
- /* @__PURE__ */ jsx49(
5948
+ /* @__PURE__ */ jsx50(
5902
5949
  Button,
5903
5950
  {
5904
5951
  className: "k-spinner-decrease",
@@ -5912,15 +5959,15 @@ var SpinButton = (props) => {
5912
5959
  }
5913
5960
  );
5914
5961
  };
5915
- SpinButton.states = states24;
5916
- SpinButton.options = options23;
5962
+ SpinButton.states = states25;
5963
+ SpinButton.options = options24;
5917
5964
  SpinButton.className = SPINBUTTON_CLASSNAME;
5918
- SpinButton.defaultProps = defaultProps22;
5965
+ SpinButton.defaultProps = defaultProps23;
5919
5966
 
5920
5967
  // src/numerictextbox/numerictextbox.spec.tsx
5921
- import { jsx as jsx50, jsxs as jsxs24 } from "react/jsx-runtime";
5968
+ import { jsx as jsx51, jsxs as jsxs24 } from "react/jsx-runtime";
5922
5969
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5923
- var states25 = [
5970
+ var states26 = [
5924
5971
  States.hover,
5925
5972
  States.focus,
5926
5973
  States.valid,
@@ -5930,12 +5977,12 @@ var states25 = [
5930
5977
  States.disabled,
5931
5978
  States.readonly
5932
5979
  ];
5933
- var options24 = {
5980
+ var options25 = {
5934
5981
  size: [Size.small, Size.medium, Size.large],
5935
5982
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5936
5983
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5937
5984
  };
5938
- var defaultProps23 = {
5985
+ var defaultProps24 = {
5939
5986
  showSpinButton: true,
5940
5987
  showClearButton: true,
5941
5988
  size: Input.defaultProps.size,
@@ -5957,8 +6004,8 @@ var NumericTextbox = (props) => {
5957
6004
  loading,
5958
6005
  disabled,
5959
6006
  readonly,
5960
- showClearButton = defaultProps23.showClearButton,
5961
- showSpinButton = defaultProps23.showSpinButton,
6007
+ showClearButton = defaultProps24.showClearButton,
6008
+ showSpinButton = defaultProps24.showSpinButton,
5962
6009
  ...other
5963
6010
  } = props;
5964
6011
  return /* @__PURE__ */ jsxs24(
@@ -5978,8 +6025,8 @@ var NumericTextbox = (props) => {
5978
6025
  readonly,
5979
6026
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5980
6027
  children: [
5981
- /* @__PURE__ */ jsx50(InputInnerInput, { placeholder, value }),
5982
- /* @__PURE__ */ jsx50(
6028
+ /* @__PURE__ */ jsx51(InputInnerInput, { placeholder, value }),
6029
+ /* @__PURE__ */ jsx51(
5983
6030
  InputValidationIcon,
5984
6031
  {
5985
6032
  valid,
@@ -5988,14 +6035,14 @@ var NumericTextbox = (props) => {
5988
6035
  disabled
5989
6036
  }
5990
6037
  ),
5991
- /* @__PURE__ */ jsx50(
6038
+ /* @__PURE__ */ jsx51(
5992
6039
  InputLoadingIcon,
5993
6040
  {
5994
6041
  loading,
5995
6042
  disabled
5996
6043
  }
5997
6044
  ),
5998
- showClearButton && /* @__PURE__ */ jsx50(
6045
+ showClearButton && /* @__PURE__ */ jsx51(
5999
6046
  InputClearValue,
6000
6047
  {
6001
6048
  loading,
@@ -6004,7 +6051,7 @@ var NumericTextbox = (props) => {
6004
6051
  value
6005
6052
  }
6006
6053
  ),
6007
- showSpinButton && /* @__PURE__ */ jsx50(
6054
+ showSpinButton && /* @__PURE__ */ jsx51(
6008
6055
  SpinButton,
6009
6056
  {
6010
6057
  className: "k-input-spinner",
@@ -6016,15 +6063,15 @@ var NumericTextbox = (props) => {
6016
6063
  }
6017
6064
  );
6018
6065
  };
6019
- NumericTextbox.states = states25;
6020
- NumericTextbox.options = options24;
6066
+ NumericTextbox.states = states26;
6067
+ NumericTextbox.options = options25;
6021
6068
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6022
- NumericTextbox.defaultProps = defaultProps23;
6069
+ NumericTextbox.defaultProps = defaultProps24;
6023
6070
 
6024
6071
  // src/textbox/textbox.spec.tsx
6025
- import { jsx as jsx51, jsxs as jsxs25 } from "react/jsx-runtime";
6072
+ import { jsx as jsx52, jsxs as jsxs25 } from "react/jsx-runtime";
6026
6073
  var TEXTBOX_CLASSNAME = `k-textbox`;
6027
- var states26 = [
6074
+ var states27 = [
6028
6075
  States.hover,
6029
6076
  States.focus,
6030
6077
  States.valid,
@@ -6034,12 +6081,12 @@ var states26 = [
6034
6081
  States.loading,
6035
6082
  States.readonly
6036
6083
  ];
6037
- var options25 = {
6084
+ var options26 = {
6038
6085
  size: [Size.small, Size.medium, Size.large],
6039
6086
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6040
6087
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6041
6088
  };
6042
- var defaultProps24 = {
6089
+ var defaultProps25 = {
6043
6090
  showClearButton: true,
6044
6091
  size: Input.defaultProps.size,
6045
6092
  rounded: Input.defaultProps.rounded,
@@ -6062,7 +6109,7 @@ var Textbox = (props) => {
6062
6109
  loading,
6063
6110
  disabled,
6064
6111
  readonly,
6065
- showClearButton = defaultProps24.showClearButton,
6112
+ showClearButton = defaultProps25.showClearButton,
6066
6113
  ...other
6067
6114
  } = props;
6068
6115
  return /* @__PURE__ */ jsxs25(
@@ -6082,9 +6129,9 @@ var Textbox = (props) => {
6082
6129
  readonly,
6083
6130
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6084
6131
  children: [
6085
- /* @__PURE__ */ jsx51(InputPrefix, { children: prefix }),
6086
- /* @__PURE__ */ jsx51(InputInnerInput, { placeholder, value }),
6087
- /* @__PURE__ */ jsx51(
6132
+ /* @__PURE__ */ jsx52(InputPrefix, { children: prefix }),
6133
+ /* @__PURE__ */ jsx52(InputInnerInput, { placeholder, value }),
6134
+ /* @__PURE__ */ jsx52(
6088
6135
  InputValidationIcon,
6089
6136
  {
6090
6137
  valid,
@@ -6093,14 +6140,14 @@ var Textbox = (props) => {
6093
6140
  disabled
6094
6141
  }
6095
6142
  ),
6096
- /* @__PURE__ */ jsx51(
6143
+ /* @__PURE__ */ jsx52(
6097
6144
  InputLoadingIcon,
6098
6145
  {
6099
6146
  loading,
6100
6147
  disabled
6101
6148
  }
6102
6149
  ),
6103
- showClearButton && /* @__PURE__ */ jsx51(
6150
+ showClearButton && /* @__PURE__ */ jsx52(
6104
6151
  InputClearValue,
6105
6152
  {
6106
6153
  loading,
@@ -6109,21 +6156,21 @@ var Textbox = (props) => {
6109
6156
  value
6110
6157
  }
6111
6158
  ),
6112
- /* @__PURE__ */ jsx51(InputSuffix, { children: suffix })
6159
+ /* @__PURE__ */ jsx52(InputSuffix, { children: suffix })
6113
6160
  ]
6114
6161
  }
6115
6162
  );
6116
6163
  };
6117
- Textbox.states = states26;
6118
- Textbox.options = options25;
6164
+ Textbox.states = states27;
6165
+ Textbox.options = options26;
6119
6166
  Textbox.className = TEXTBOX_CLASSNAME;
6120
- Textbox.defaultProps = defaultProps24;
6167
+ Textbox.defaultProps = defaultProps25;
6121
6168
 
6122
6169
  // src/color-preview/color-preview.tsx
6123
- import { jsx as jsx52, jsxs as jsxs26 } from "react/jsx-runtime";
6170
+ import { jsx as jsx53, jsxs as jsxs26 } from "react/jsx-runtime";
6124
6171
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6125
- var states27 = [];
6126
- var options26 = {};
6172
+ var states28 = [];
6173
+ var options27 = {};
6127
6174
  var ColorPreview = (props) => {
6128
6175
  const {
6129
6176
  color,
@@ -6143,8 +6190,8 @@ var ColorPreview = (props) => {
6143
6190
  }
6144
6191
  ),
6145
6192
  children: [
6146
- iconName && /* @__PURE__ */ jsx52(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6147
- /* @__PURE__ */ jsx52(
6193
+ iconName && /* @__PURE__ */ jsx53(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6194
+ /* @__PURE__ */ jsx53(
6148
6195
  "span",
6149
6196
  {
6150
6197
  className: "k-color-preview-mask",
@@ -6155,14 +6202,14 @@ var ColorPreview = (props) => {
6155
6202
  }
6156
6203
  );
6157
6204
  };
6158
- ColorPreview.states = states27;
6159
- ColorPreview.options = options26;
6205
+ ColorPreview.states = states28;
6206
+ ColorPreview.options = options27;
6160
6207
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6161
6208
 
6162
6209
  // src/colorpicker/colorpicker.spec.tsx
6163
- import { jsx as jsx53, jsxs as jsxs27 } from "react/jsx-runtime";
6210
+ import { jsx as jsx54, jsxs as jsxs27 } from "react/jsx-runtime";
6164
6211
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6165
- var states28 = [
6212
+ var states29 = [
6166
6213
  States.hover,
6167
6214
  States.focus,
6168
6215
  States.valid,
@@ -6170,12 +6217,12 @@ var states28 = [
6170
6217
  States.required,
6171
6218
  States.disabled
6172
6219
  ];
6173
- var options27 = {
6220
+ var options28 = {
6174
6221
  size: [Size.small, Size.medium, Size.large],
6175
6222
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6176
6223
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6177
6224
  };
6178
- var defaultProps25 = {
6225
+ var defaultProps26 = {
6179
6226
  arrowIconName: "caret-alt-down",
6180
6227
  size: Picker.defaultProps.size,
6181
6228
  rounded: Picker.defaultProps.rounded,
@@ -6197,7 +6244,7 @@ var ColorPicker = (props) => {
6197
6244
  required,
6198
6245
  disabled,
6199
6246
  valueIconName,
6200
- arrowIconName = defaultProps25.arrowIconName,
6247
+ arrowIconName = defaultProps26.arrowIconName,
6201
6248
  ...other
6202
6249
  } = props;
6203
6250
  return /* @__PURE__ */ jsxs27(
@@ -6219,14 +6266,14 @@ var ColorPicker = (props) => {
6219
6266
  "k-icon-picker"
6220
6267
  ),
6221
6268
  children: [
6222
- /* @__PURE__ */ jsx53(InputPrefix, { children: prefix }),
6223
- /* @__PURE__ */ jsx53(
6269
+ /* @__PURE__ */ jsx54(InputPrefix, { children: prefix }),
6270
+ /* @__PURE__ */ jsx54(
6224
6271
  InputInnerSpan,
6225
6272
  {
6226
6273
  placeholder,
6227
6274
  value,
6228
6275
  showValue: false,
6229
- valueIcon: /* @__PURE__ */ jsx53(
6276
+ valueIcon: /* @__PURE__ */ jsx54(
6230
6277
  ColorPreview,
6231
6278
  {
6232
6279
  className: "k-value-icon",
@@ -6237,8 +6284,8 @@ var ColorPicker = (props) => {
6237
6284
  valueIconName
6238
6285
  }
6239
6286
  ),
6240
- /* @__PURE__ */ jsx53(InputSuffix, { children: suffix }),
6241
- /* @__PURE__ */ jsx53(
6287
+ /* @__PURE__ */ jsx54(InputSuffix, { children: suffix }),
6288
+ /* @__PURE__ */ jsx54(
6242
6289
  Button,
6243
6290
  {
6244
6291
  className: "k-input-button",
@@ -6252,15 +6299,15 @@ var ColorPicker = (props) => {
6252
6299
  }
6253
6300
  );
6254
6301
  };
6255
- ColorPicker.states = states28;
6256
- ColorPicker.options = options27;
6302
+ ColorPicker.states = states29;
6303
+ ColorPicker.options = options28;
6257
6304
  ColorPicker.className = COLORPICKER_CLASSNAME;
6258
- ColorPicker.defaultProps = defaultProps25;
6305
+ ColorPicker.defaultProps = defaultProps26;
6259
6306
 
6260
6307
  // src/combobox/combobox.spec.tsx
6261
- import { Fragment as Fragment15, jsx as jsx54, jsxs as jsxs28 } from "react/jsx-runtime";
6308
+ import { Fragment as Fragment15, jsx as jsx55, jsxs as jsxs28 } from "react/jsx-runtime";
6262
6309
  var COMBOBOX_CLASSNAME = `k-combobox`;
6263
- var states29 = [
6310
+ var states30 = [
6264
6311
  States.hover,
6265
6312
  States.focus,
6266
6313
  States.valid,
@@ -6270,12 +6317,12 @@ var states29 = [
6270
6317
  States.disabled,
6271
6318
  States.readonly
6272
6319
  ];
6273
- var defaultProps26 = {
6320
+ var defaultProps27 = {
6274
6321
  size: Input.defaultProps.size,
6275
6322
  rounded: Input.defaultProps.rounded,
6276
6323
  fillMode: Input.defaultProps.fillMode
6277
6324
  };
6278
- var options28 = {
6325
+ var options29 = {
6279
6326
  size: [Size.small, Size.medium, Size.large],
6280
6327
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6281
6328
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6319,9 +6366,9 @@ var Combobox = (props) => {
6319
6366
  readonly,
6320
6367
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6321
6368
  children: [
6322
- /* @__PURE__ */ jsx54(InputPrefix, { children: prefix }),
6323
- /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
6324
- /* @__PURE__ */ jsx54(
6369
+ /* @__PURE__ */ jsx55(InputPrefix, { children: prefix }),
6370
+ /* @__PURE__ */ jsx55(InputInnerInput, { placeholder, value }),
6371
+ /* @__PURE__ */ jsx55(
6325
6372
  InputValidationIcon,
6326
6373
  {
6327
6374
  valid,
@@ -6330,14 +6377,14 @@ var Combobox = (props) => {
6330
6377
  disabled
6331
6378
  }
6332
6379
  ),
6333
- /* @__PURE__ */ jsx54(
6380
+ /* @__PURE__ */ jsx55(
6334
6381
  InputLoadingIcon,
6335
6382
  {
6336
6383
  loading,
6337
6384
  disabled
6338
6385
  }
6339
6386
  ),
6340
- /* @__PURE__ */ jsx54(
6387
+ /* @__PURE__ */ jsx55(
6341
6388
  InputClearValue,
6342
6389
  {
6343
6390
  loading,
@@ -6346,8 +6393,8 @@ var Combobox = (props) => {
6346
6393
  value
6347
6394
  }
6348
6395
  ),
6349
- /* @__PURE__ */ jsx54(InputSuffix, { children: suffix }),
6350
- /* @__PURE__ */ jsx54(
6396
+ /* @__PURE__ */ jsx55(InputSuffix, { children: suffix }),
6397
+ /* @__PURE__ */ jsx55(
6351
6398
  Button,
6352
6399
  {
6353
6400
  className: "k-input-button",
@@ -6360,25 +6407,25 @@ var Combobox = (props) => {
6360
6407
  ]
6361
6408
  }
6362
6409
  ),
6363
- opened && popup && /* @__PURE__ */ jsx54(Popup, { className: "k-combobox-popup", children: popup })
6410
+ opened && popup && /* @__PURE__ */ jsx55(Popup, { className: "k-list-container k-combobox-popup", children: popup })
6364
6411
  ] });
6365
6412
  };
6366
- Combobox.states = states29;
6367
- Combobox.options = options28;
6413
+ Combobox.states = states30;
6414
+ Combobox.options = options29;
6368
6415
  Combobox.className = COMBOBOX_CLASSNAME;
6369
- Combobox.defaultProps = defaultProps26;
6416
+ Combobox.defaultProps = defaultProps27;
6370
6417
 
6371
6418
  // src/menu-button/menu-button.spec.tsx
6372
- import { jsx as jsx55 } from "react/jsx-runtime";
6419
+ import { jsx as jsx56 } from "react/jsx-runtime";
6373
6420
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6374
- var states30 = [
6421
+ var states31 = [
6375
6422
  States.hover,
6376
6423
  States.focus,
6377
6424
  States.active,
6378
6425
  States.selected,
6379
6426
  States.disabled
6380
6427
  ];
6381
- var options29 = {
6428
+ var options30 = {
6382
6429
  size: [Size.small, Size.medium, Size.large],
6383
6430
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6384
6431
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6396,7 +6443,7 @@ var options29 = {
6396
6443
  ThemeColor.inverse
6397
6444
  ]
6398
6445
  };
6399
- var defaultProps27 = {
6446
+ var defaultProps28 = {
6400
6447
  size: Size.medium,
6401
6448
  rounded: Roundness.medium,
6402
6449
  fillMode: FillMode.solid,
@@ -6406,10 +6453,10 @@ var defaultProps27 = {
6406
6453
  };
6407
6454
  var MenuButton = (props) => {
6408
6455
  const {
6409
- size = defaultProps27.size,
6410
- rounded = defaultProps27.rounded,
6411
- fillMode = defaultProps27.fillMode,
6412
- themeColor = defaultProps27.themeColor,
6456
+ size = defaultProps28.size,
6457
+ rounded = defaultProps28.rounded,
6458
+ fillMode = defaultProps28.fillMode,
6459
+ themeColor = defaultProps28.themeColor,
6413
6460
  hover,
6414
6461
  focus,
6415
6462
  active,
@@ -6417,11 +6464,11 @@ var MenuButton = (props) => {
6417
6464
  disabled,
6418
6465
  icon,
6419
6466
  text,
6420
- showArrow = defaultProps27.showArrow,
6421
- arrowIconName = defaultProps27.arrowIconName,
6467
+ showArrow = defaultProps28.showArrow,
6468
+ arrowIconName = defaultProps28.arrowIconName,
6422
6469
  ...other
6423
6470
  } = props;
6424
- return /* @__PURE__ */ jsx55(
6471
+ return /* @__PURE__ */ jsx56(
6425
6472
  Button,
6426
6473
  {
6427
6474
  ...other,
@@ -6445,22 +6492,22 @@ var MenuButton = (props) => {
6445
6492
  }
6446
6493
  );
6447
6494
  };
6448
- MenuButton.states = states30;
6449
- MenuButton.options = options29;
6495
+ MenuButton.states = states31;
6496
+ MenuButton.options = options30;
6450
6497
  MenuButton.className = MENUBUTTON_CLASSNAME;
6451
- MenuButton.defaultProps = defaultProps27;
6498
+ MenuButton.defaultProps = defaultProps28;
6452
6499
 
6453
6500
  // src/split-button/split-button.spec.tsx
6454
- import { jsx as jsx56, jsxs as jsxs29 } from "react/jsx-runtime";
6501
+ import { jsx as jsx57, jsxs as jsxs29 } from "react/jsx-runtime";
6455
6502
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6456
- var states31 = [
6503
+ var states32 = [
6457
6504
  States.hover,
6458
6505
  States.focus,
6459
6506
  States.active,
6460
6507
  States.selected,
6461
6508
  States.disabled
6462
6509
  ];
6463
- var options30 = {
6510
+ var options31 = {
6464
6511
  size: [Size.small, Size.medium, Size.large],
6465
6512
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6466
6513
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6478,7 +6525,7 @@ var options30 = {
6478
6525
  ThemeColor.inverse
6479
6526
  ]
6480
6527
  };
6481
- var defaultProps28 = {
6528
+ var defaultProps29 = {
6482
6529
  size: Size.medium,
6483
6530
  rounded: Roundness.medium,
6484
6531
  fillMode: FillMode.solid,
@@ -6487,10 +6534,10 @@ var defaultProps28 = {
6487
6534
  };
6488
6535
  var SplitButton = (props) => {
6489
6536
  const {
6490
- size = defaultProps28.size,
6491
- rounded = defaultProps28.rounded,
6492
- fillMode = defaultProps28.fillMode,
6493
- themeColor = defaultProps28.themeColor,
6537
+ size = defaultProps29.size,
6538
+ rounded = defaultProps29.rounded,
6539
+ fillMode = defaultProps29.fillMode,
6540
+ themeColor = defaultProps29.themeColor,
6494
6541
  hover,
6495
6542
  focus,
6496
6543
  active,
@@ -6498,7 +6545,7 @@ var SplitButton = (props) => {
6498
6545
  disabled,
6499
6546
  icon,
6500
6547
  text,
6501
- arrowIconName = defaultProps28.arrowIconName,
6548
+ arrowIconName = defaultProps29.arrowIconName,
6502
6549
  ...other
6503
6550
  } = props;
6504
6551
  return /* @__PURE__ */ jsxs29(
@@ -6514,7 +6561,7 @@ var SplitButton = (props) => {
6514
6561
  })
6515
6562
  ),
6516
6563
  children: [
6517
- /* @__PURE__ */ jsx56(
6564
+ /* @__PURE__ */ jsx57(
6518
6565
  Button,
6519
6566
  {
6520
6567
  text,
@@ -6531,7 +6578,7 @@ var SplitButton = (props) => {
6531
6578
  children: props.children
6532
6579
  }
6533
6580
  ),
6534
- /* @__PURE__ */ jsx56(
6581
+ /* @__PURE__ */ jsx57(
6535
6582
  Button,
6536
6583
  {
6537
6584
  className: "k-split-button-arrow",
@@ -6546,27 +6593,27 @@ var SplitButton = (props) => {
6546
6593
  }
6547
6594
  );
6548
6595
  };
6549
- SplitButton.states = states31;
6550
- SplitButton.options = options30;
6596
+ SplitButton.states = states32;
6597
+ SplitButton.options = options31;
6551
6598
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6552
- SplitButton.defaultProps = defaultProps28;
6599
+ SplitButton.defaultProps = defaultProps29;
6553
6600
  var split_button_spec_default = SplitButton;
6554
6601
 
6555
6602
  // src/toolbar/toolbar.spec.tsx
6556
- import { jsx as jsx57 } from "react/jsx-runtime";
6603
+ import { jsx as jsx58 } from "react/jsx-runtime";
6557
6604
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6558
- var states32 = [
6605
+ var states33 = [
6559
6606
  States.focus
6560
6607
  ];
6561
- var options31 = {
6608
+ var options32 = {
6562
6609
  size: [Size.small, Size.medium, Size.large]
6563
6610
  };
6564
- var defaultProps29 = {
6611
+ var defaultProps30 = {
6565
6612
  size: Size.medium
6566
6613
  };
6567
6614
  var Toolbar = (props) => {
6568
6615
  const {
6569
- size = defaultProps29.size,
6616
+ size = defaultProps30.size,
6570
6617
  focus,
6571
6618
  resizable,
6572
6619
  ...other
@@ -6576,7 +6623,7 @@ var Toolbar = (props) => {
6576
6623
  const tempToolbarChildren = [];
6577
6624
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6578
6625
  tempToolbarChildren.push(
6579
- /* @__PURE__ */ jsx57(
6626
+ /* @__PURE__ */ jsx58(
6580
6627
  Button,
6581
6628
  {
6582
6629
  ...child.props,
@@ -6587,7 +6634,7 @@ var Toolbar = (props) => {
6587
6634
  );
6588
6635
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6589
6636
  tempToolbarChildren.push(
6590
- /* @__PURE__ */ jsx57(
6637
+ /* @__PURE__ */ jsx58(
6591
6638
  Button,
6592
6639
  {
6593
6640
  ...child.props,
@@ -6598,7 +6645,7 @@ var Toolbar = (props) => {
6598
6645
  );
6599
6646
  } else if (child.type === Button) {
6600
6647
  tempToolbarChildren.push(
6601
- /* @__PURE__ */ jsx57(
6648
+ /* @__PURE__ */ jsx58(
6602
6649
  Button,
6603
6650
  {
6604
6651
  ...child.props,
@@ -6609,7 +6656,7 @@ var Toolbar = (props) => {
6609
6656
  );
6610
6657
  } else if (child.type === MenuButton) {
6611
6658
  tempToolbarChildren.push(
6612
- /* @__PURE__ */ jsx57(
6659
+ /* @__PURE__ */ jsx58(
6613
6660
  MenuButton,
6614
6661
  {
6615
6662
  ...child.props,
@@ -6620,7 +6667,7 @@ var Toolbar = (props) => {
6620
6667
  );
6621
6668
  } else if (child.type === split_button_spec_default) {
6622
6669
  tempToolbarChildren.push(
6623
- /* @__PURE__ */ jsx57(
6670
+ /* @__PURE__ */ jsx58(
6624
6671
  split_button_spec_default,
6625
6672
  {
6626
6673
  ...child.props,
@@ -6634,7 +6681,7 @@ var Toolbar = (props) => {
6634
6681
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6635
6682
  childrenArray.forEach((button, bindex) => {
6636
6683
  buttonGroupItems.push(
6637
- /* @__PURE__ */ jsx57(
6684
+ /* @__PURE__ */ jsx58(
6638
6685
  Button,
6639
6686
  {
6640
6687
  ...button.props,
@@ -6645,7 +6692,7 @@ var Toolbar = (props) => {
6645
6692
  );
6646
6693
  });
6647
6694
  tempToolbarChildren.push(
6648
- /* @__PURE__ */ jsx57(
6695
+ /* @__PURE__ */ jsx58(
6649
6696
  ButtonGroup,
6650
6697
  {
6651
6698
  ...child.props,
@@ -6657,7 +6704,7 @@ var Toolbar = (props) => {
6657
6704
  );
6658
6705
  } else if (child.type === Combobox) {
6659
6706
  tempToolbarChildren.push(
6660
- /* @__PURE__ */ jsx57(
6707
+ /* @__PURE__ */ jsx58(
6661
6708
  Combobox,
6662
6709
  {
6663
6710
  ...child.props,
@@ -6668,7 +6715,7 @@ var Toolbar = (props) => {
6668
6715
  );
6669
6716
  } else if (child.type === DropdownList) {
6670
6717
  tempToolbarChildren.push(
6671
- /* @__PURE__ */ jsx57(
6718
+ /* @__PURE__ */ jsx58(
6672
6719
  DropdownList,
6673
6720
  {
6674
6721
  ...child.props,
@@ -6679,7 +6726,7 @@ var Toolbar = (props) => {
6679
6726
  );
6680
6727
  } else if (child.type === ColorPicker) {
6681
6728
  tempToolbarChildren.push(
6682
- /* @__PURE__ */ jsx57(
6729
+ /* @__PURE__ */ jsx58(
6683
6730
  ColorPicker,
6684
6731
  {
6685
6732
  ...child.props,
@@ -6701,7 +6748,7 @@ var Toolbar = (props) => {
6701
6748
  addUniqueToolClass(child, index);
6702
6749
  });
6703
6750
  }
6704
- return /* @__PURE__ */ jsx57(
6751
+ return /* @__PURE__ */ jsx58(
6705
6752
  "div",
6706
6753
  {
6707
6754
  ...other,
@@ -6722,26 +6769,26 @@ var Toolbar = (props) => {
6722
6769
  }
6723
6770
  );
6724
6771
  };
6725
- Toolbar.states = states32;
6726
- Toolbar.options = options31;
6772
+ Toolbar.states = states33;
6773
+ Toolbar.options = options32;
6727
6774
  Toolbar.className = TOOLBAR_CLASSNAME;
6728
- Toolbar.defaultProps = defaultProps29;
6775
+ Toolbar.defaultProps = defaultProps30;
6729
6776
 
6730
6777
  // src/toolbar/toolbar-angular.spec.tsx
6731
- import { jsx as jsx58 } from "react/jsx-runtime";
6778
+ import { jsx as jsx59 } from "react/jsx-runtime";
6732
6779
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6733
- var states33 = [
6780
+ var states34 = [
6734
6781
  States.focus
6735
6782
  ];
6736
- var options32 = {
6783
+ var options33 = {
6737
6784
  size: [Size.small, Size.medium, Size.large]
6738
6785
  };
6739
- var defaultProps30 = {
6786
+ var defaultProps31 = {
6740
6787
  size: Size.medium
6741
6788
  };
6742
6789
  var ToolbarAngular = (props) => {
6743
6790
  const {
6744
- size = defaultProps30.size,
6791
+ size = defaultProps31.size,
6745
6792
  focus,
6746
6793
  resizable,
6747
6794
  ...other
@@ -6751,7 +6798,7 @@ var ToolbarAngular = (props) => {
6751
6798
  const tempToolbarChildren = [];
6752
6799
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6753
6800
  tempToolbarChildren.push(
6754
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6801
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6755
6802
  Button,
6756
6803
  {
6757
6804
  ...child.props,
@@ -6762,7 +6809,7 @@ var ToolbarAngular = (props) => {
6762
6809
  );
6763
6810
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6764
6811
  tempToolbarChildren.push(
6765
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6812
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6766
6813
  Button,
6767
6814
  {
6768
6815
  ...child.props,
@@ -6773,7 +6820,7 @@ var ToolbarAngular = (props) => {
6773
6820
  );
6774
6821
  } else if (child.type === Button) {
6775
6822
  tempToolbarChildren.push(
6776
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6823
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6777
6824
  Button,
6778
6825
  {
6779
6826
  ...child.props,
@@ -6784,7 +6831,7 @@ var ToolbarAngular = (props) => {
6784
6831
  );
6785
6832
  } else if (child.type === MenuButton) {
6786
6833
  tempToolbarChildren.push(
6787
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6834
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6788
6835
  MenuButton,
6789
6836
  {
6790
6837
  ...child.props,
@@ -6795,7 +6842,7 @@ var ToolbarAngular = (props) => {
6795
6842
  );
6796
6843
  } else if (child.type === split_button_spec_default) {
6797
6844
  tempToolbarChildren.push(
6798
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6845
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6799
6846
  split_button_spec_default,
6800
6847
  {
6801
6848
  ...child.props,
@@ -6809,7 +6856,7 @@ var ToolbarAngular = (props) => {
6809
6856
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6810
6857
  childrenArray.forEach((button, bindex) => {
6811
6858
  buttonGroupItems.push(
6812
- /* @__PURE__ */ jsx58(
6859
+ /* @__PURE__ */ jsx59(
6813
6860
  Button,
6814
6861
  {
6815
6862
  ...button.props,
@@ -6820,7 +6867,7 @@ var ToolbarAngular = (props) => {
6820
6867
  );
6821
6868
  });
6822
6869
  tempToolbarChildren.push(
6823
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6870
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6824
6871
  ButtonGroup,
6825
6872
  {
6826
6873
  ...child.props,
@@ -6832,7 +6879,7 @@ var ToolbarAngular = (props) => {
6832
6879
  );
6833
6880
  } else if (child.type === Combobox) {
6834
6881
  tempToolbarChildren.push(
6835
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6882
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6836
6883
  Combobox,
6837
6884
  {
6838
6885
  ...child.props,
@@ -6843,7 +6890,7 @@ var ToolbarAngular = (props) => {
6843
6890
  );
6844
6891
  } else if (child.type === DropdownList) {
6845
6892
  tempToolbarChildren.push(
6846
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6893
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6847
6894
  DropdownList,
6848
6895
  {
6849
6896
  ...child.props,
@@ -6854,7 +6901,7 @@ var ToolbarAngular = (props) => {
6854
6901
  );
6855
6902
  } else if (child.type === ColorPicker) {
6856
6903
  tempToolbarChildren.push(
6857
- /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6904
+ /* @__PURE__ */ jsx59("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx59(
6858
6905
  ColorPicker,
6859
6906
  {
6860
6907
  ...child.props,
@@ -6876,7 +6923,7 @@ var ToolbarAngular = (props) => {
6876
6923
  addUniqueToolClass(child, index);
6877
6924
  });
6878
6925
  }
6879
- return /* @__PURE__ */ jsx58(
6926
+ return /* @__PURE__ */ jsx59(
6880
6927
  "div",
6881
6928
  {
6882
6929
  ...other,
@@ -6897,28 +6944,28 @@ var ToolbarAngular = (props) => {
6897
6944
  }
6898
6945
  );
6899
6946
  };
6900
- ToolbarAngular.states = states33;
6901
- ToolbarAngular.options = options32;
6947
+ ToolbarAngular.states = states34;
6948
+ ToolbarAngular.options = options33;
6902
6949
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6903
- ToolbarAngular.defaultProps = defaultProps30;
6950
+ ToolbarAngular.defaultProps = defaultProps31;
6904
6951
 
6905
6952
  // src/toolbar/toolbar-separator.tsx
6906
- import { jsx as jsx59 } from "react/jsx-runtime";
6953
+ import { jsx as jsx60 } from "react/jsx-runtime";
6907
6954
 
6908
6955
  // src/toolbar/toolbar-item.spec.tsx
6909
- import { jsx as jsx60 } from "react/jsx-runtime";
6956
+ import { jsx as jsx61 } from "react/jsx-runtime";
6910
6957
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6911
- var states34 = [
6958
+ var states35 = [
6912
6959
  States.focus
6913
6960
  ];
6914
- var options33 = {};
6915
- var defaultProps31 = {};
6961
+ var options34 = {};
6962
+ var defaultProps32 = {};
6916
6963
  var ToolbarItem = (props) => {
6917
6964
  const {
6918
6965
  focus,
6919
6966
  ...other
6920
6967
  } = props;
6921
- return /* @__PURE__ */ jsx60(
6968
+ return /* @__PURE__ */ jsx61(
6922
6969
  "div",
6923
6970
  {
6924
6971
  ...other,
@@ -6933,70 +6980,70 @@ var ToolbarItem = (props) => {
6933
6980
  }
6934
6981
  );
6935
6982
  };
6936
- ToolbarItem.states = states34;
6937
- ToolbarItem.options = options33;
6983
+ ToolbarItem.states = states35;
6984
+ ToolbarItem.options = options34;
6938
6985
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6939
- ToolbarItem.defaultProps = defaultProps31;
6986
+ ToolbarItem.defaultProps = defaultProps32;
6940
6987
 
6941
6988
  // src/filter/tests/filter.tsx
6942
- import { Fragment as Fragment16, jsx as jsx61, jsxs as jsxs30 } from "react/jsx-runtime";
6943
- var filter_default = () => /* @__PURE__ */ jsx61(Fragment16, { children: /* @__PURE__ */ jsx61("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ jsxs30("div", { id: "filter", className: "k-widget k-filter", children: [
6944
- /* @__PURE__ */ jsx61("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsxs30("li", { className: "k-filter-group-main", children: [
6945
- /* @__PURE__ */ jsx61("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { focus: true, children: [
6946
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsxs30(ButtonGroup, { children: [
6947
- /* @__PURE__ */ jsx61(Button, { selected: true, children: "And" }),
6948
- /* @__PURE__ */ jsx61(Button, { children: "Or" })
6989
+ import { Fragment as Fragment16, jsx as jsx62, jsxs as jsxs30 } from "react/jsx-runtime";
6990
+ var filter_default = () => /* @__PURE__ */ jsx62(Fragment16, { children: /* @__PURE__ */ jsx62("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ jsxs30("div", { id: "filter", className: "k-widget k-filter", children: [
6991
+ /* @__PURE__ */ jsx62("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsxs30("li", { className: "k-filter-group-main", children: [
6992
+ /* @__PURE__ */ jsx62("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { focus: true, children: [
6993
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsxs30(ButtonGroup, { children: [
6994
+ /* @__PURE__ */ jsx62(Button, { selected: true, children: "And" }),
6995
+ /* @__PURE__ */ jsx62(Button, { children: "Or" })
6949
6996
  ] }) }),
6950
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { icon: "filter-add-expression", children: "Add Expression" }) }),
6951
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { icon: "filter-add-group", children: "Add Group" }) }),
6952
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { fillMode: "flat", icon: "x" }) })
6997
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { icon: "filter-add-expression", children: "Add Expression" }) }),
6998
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { icon: "filter-add-group", children: "Add Group" }) }),
6999
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", icon: "x" }) })
6953
7000
  ] }) }),
6954
7001
  /* @__PURE__ */ jsxs30("ul", { className: "k-filter-lines", children: [
6955
- /* @__PURE__ */ jsx61("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx61("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
6956
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Name" }) }),
6957
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", focus: true, children: /* @__PURE__ */ jsx61(DropdownList, { value: "Is equal to" }) }),
6958
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ jsx61(Textbox, { placeholder: "James" }) }),
6959
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { fillMode: "flat", icon: "x" }) })
7002
+ /* @__PURE__ */ jsx62("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx62("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
7003
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Name" }) }),
7004
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", focus: true, children: /* @__PURE__ */ jsx62(DropdownList, { value: "Is equal to" }) }),
7005
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ jsx62(Textbox, { placeholder: "James" }) }),
7006
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", icon: "x" }) })
6960
7007
  ] }) }) }),
6961
- /* @__PURE__ */ jsx61("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx61("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
6962
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Price" }) }),
6963
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Is greater than" }) }),
6964
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ jsx61(NumericTextbox, { placeholder: "100,00" }) }),
6965
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { fillMode: "flat", icon: "x" }) })
7008
+ /* @__PURE__ */ jsx62("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx62("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
7009
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Price" }) }),
7010
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Is greater than" }) }),
7011
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ jsx62(NumericTextbox, { placeholder: "100,00" }) }),
7012
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", icon: "x" }) })
6966
7013
  ] }) }) }),
6967
- /* @__PURE__ */ jsx61("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx61("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { focus: true, children: [
6968
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Discontinued" }) }),
6969
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Is equal to" }) }),
6970
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ jsx61(DropdownList, { value: "False" }) }),
6971
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { fillMode: "flat", icon: "x" }) })
7014
+ /* @__PURE__ */ jsx62("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx62("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { focus: true, children: [
7015
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Discontinued" }) }),
7016
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Is equal to" }) }),
7017
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ jsx62(DropdownList, { value: "False" }) }),
7018
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", icon: "x" }) })
6972
7019
  ] }) }) }),
6973
7020
  /* @__PURE__ */ jsxs30("li", { className: "k-filter-item", children: [
6974
- /* @__PURE__ */ jsx61("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
6975
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx61(DropdownList, { value: "First Ordered" }) }),
6976
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61("div", { className: "k-filter-operator", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Is before" }) }) }),
6977
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ jsx61(DatePicker, { placeholder: "1/21/2021" }) }),
6978
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { fillMode: "flat", icon: "x" }) })
7021
+ /* @__PURE__ */ jsx62("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
7022
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx62(DropdownList, { value: "First Ordered" }) }),
7023
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62("div", { className: "k-filter-operator", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Is before" }) }) }),
7024
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-value", children: /* @__PURE__ */ jsx62(DatePicker, { placeholder: "1/21/2021" }) }),
7025
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", icon: "x" }) })
6979
7026
  ] }) }),
6980
7027
  /* @__PURE__ */ jsxs30("li", { className: "k-filter-item", children: [
6981
- /* @__PURE__ */ jsx61("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
6982
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsxs30(ButtonGroup, { children: [
6983
- /* @__PURE__ */ jsx61(Button, { selected: true, children: "And" }),
6984
- /* @__PURE__ */ jsx61(Button, { children: "Or" })
7028
+ /* @__PURE__ */ jsx62("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
7029
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsxs30(ButtonGroup, { children: [
7030
+ /* @__PURE__ */ jsx62(Button, { selected: true, children: "And" }),
7031
+ /* @__PURE__ */ jsx62(Button, { children: "Or" })
6985
7032
  ] }) }),
6986
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { icon: "filter-add-expression", children: "Add Expression" }) }),
6987
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { icon: "filter-add-group", children: "Add Group" }) }),
6988
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { fillMode: "flat", icon: "x" }) })
7033
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { icon: "filter-add-expression", children: "Add Expression" }) }),
7034
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { icon: "filter-add-group", children: "Add Group" }) }),
7035
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", icon: "x" }) })
6989
7036
  ] }) }),
6990
7037
  /* @__PURE__ */ jsxs30("ul", { className: "k-filter-lines", children: [
6991
- /* @__PURE__ */ jsx61("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx61("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
6992
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Name" }) }),
6993
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Is empty" }) }),
6994
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { fillMode: "flat", icon: "x" }) })
7038
+ /* @__PURE__ */ jsx62("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx62("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
7039
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Name" }) }),
7040
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Is empty" }) }),
7041
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", icon: "x" }) })
6995
7042
  ] }) }) }),
6996
- /* @__PURE__ */ jsx61("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx61("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
6997
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Price" }) }),
6998
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ jsx61(DropdownList, { value: "Is not null" }) }),
6999
- /* @__PURE__ */ jsx61(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx61(Button, { fillMode: "flat", icon: "x" }) })
7043
+ /* @__PURE__ */ jsx62("li", { className: "k-filter-item", children: /* @__PURE__ */ jsx62("div", { className: "k-filter-toolbar", children: /* @__PURE__ */ jsxs30(Toolbar, { children: [
7044
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-field", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Price" }) }),
7045
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item k-filter-operator", children: /* @__PURE__ */ jsx62(DropdownList, { value: "Is not null" }) }),
7046
+ /* @__PURE__ */ jsx62(ToolbarItem, { className: "k-filter-toolbar-item", children: /* @__PURE__ */ jsx62(Button, { fillMode: "flat", icon: "x" }) })
7000
7047
  ] }) }) })
7001
7048
  ] })
7002
7049
  ] })
@@ -7004,25 +7051,25 @@ var filter_default = () => /* @__PURE__ */ jsx61(Fragment16, { children: /* @__P
7004
7051
  ] })
7005
7052
  ] }) }),
7006
7053
  /* @__PURE__ */ jsxs30("div", { className: "k-filter-preview", children: [
7007
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-bracket", children: "(" }),
7008
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-field", children: "Discontinued" }),
7009
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-criteria", children: " Is equal to " }),
7010
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-value", children: "'False'" }),
7011
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-operator", children: " AND " }),
7012
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-field", children: "Price" }),
7013
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-criteria", children: " Is greater than " }),
7014
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-value", children: "'100,00'" }),
7015
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-operator", children: " AND " }),
7016
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-bracket", children: "(" }),
7017
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-bracket", children: "(" }),
7018
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-field", children: "FirstOrdered" }),
7019
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-criteria", children: " Is before " }),
7020
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-value", children: "'Thursday Jan 21 2021'" }),
7021
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-bracket", children: ")" }),
7022
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-bracket", children: ")" }),
7023
- /* @__PURE__ */ jsx61("span", { className: "k-filter-preview-bracket", children: ")" })
7054
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-bracket", children: "(" }),
7055
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-field", children: "Discontinued" }),
7056
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-criteria", children: " Is equal to " }),
7057
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-value", children: "'False'" }),
7058
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-operator", children: " AND " }),
7059
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-field", children: "Price" }),
7060
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-criteria", children: " Is greater than " }),
7061
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-value", children: "'100,00'" }),
7062
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-operator", children: " AND " }),
7063
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-bracket", children: "(" }),
7064
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-bracket", children: "(" }),
7065
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-field", children: "FirstOrdered" }),
7066
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-criteria", children: " Is before " }),
7067
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-value", children: "'Thursday Jan 21 2021'" }),
7068
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-bracket", children: ")" }),
7069
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-bracket", children: ")" }),
7070
+ /* @__PURE__ */ jsx62("span", { className: "k-filter-preview-bracket", children: ")" })
7024
7071
  ] }),
7025
- /* @__PURE__ */ jsx61(Button, { className: "k-filter-apply", children: "Apply" })
7072
+ /* @__PURE__ */ jsx62(Button, { className: "k-filter-apply", children: "Apply" })
7026
7073
  ] }) }) });
7027
7074
  export {
7028
7075
  filter_default as default