@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
@@ -5276,27 +5276,74 @@ ColorPicker.options = options17;
5276
5276
  ColorPicker.className = COLORPICKER_CLASSNAME;
5277
5277
  ColorPicker.defaultProps = defaultProps14;
5278
5278
 
5279
- // src/popup/popup.spec.tsx
5279
+ // src/animation-container/animation-container.spec.tsx
5280
5280
  var import_jsx_runtime37 = require("react/jsx-runtime");
5281
- var POPUP_CLASSNAME = `k-popup`;
5281
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5282
5282
  var states20 = [];
5283
5283
  var options18 = {};
5284
- var defaultProps15 = {};
5284
+ var defaultProps15 = {
5285
+ positionMode: "absolute"
5286
+ };
5287
+ var AnimationContainer = (props) => {
5288
+ const {
5289
+ positionMode,
5290
+ animationStyle,
5291
+ offset,
5292
+ ...other
5293
+ } = props;
5294
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5295
+ "div",
5296
+ {
5297
+ ...other,
5298
+ style: { ...offset, ...props.style },
5299
+ className: classNames(
5300
+ ANIMATION_CONTAINER_CLASSNAME,
5301
+ "k-animation-container-shown",
5302
+ {
5303
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5304
+ }
5305
+ ),
5306
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5307
+ }
5308
+ );
5309
+ };
5310
+ AnimationContainer.states = states20;
5311
+ AnimationContainer.options = options18;
5312
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5313
+ AnimationContainer.defaultProps = defaultProps15;
5314
+
5315
+ // src/popup/popup.spec.tsx
5316
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5317
+ var POPUP_CLASSNAME = `k-popup`;
5318
+ var states21 = [];
5319
+ var options19 = {};
5320
+ var defaultProps16 = {
5321
+ positionMode: "absolute"
5322
+ };
5285
5323
  var Popup = (props) => {
5286
5324
  const {
5325
+ offset,
5326
+ positionMode,
5287
5327
  ...other
5288
5328
  } = props;
5289
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
5329
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5330
+ AnimationContainer,
5331
+ {
5332
+ positionMode,
5333
+ offset,
5334
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5335
+ }
5336
+ );
5290
5337
  };
5291
- Popup.states = states20;
5292
- Popup.options = options18;
5338
+ Popup.states = states21;
5339
+ Popup.options = options19;
5293
5340
  Popup.className = POPUP_CLASSNAME;
5294
- Popup.defaultProps = defaultProps15;
5341
+ Popup.defaultProps = defaultProps16;
5295
5342
 
5296
5343
  // src/combobox/combobox.spec.tsx
5297
- var import_jsx_runtime38 = require("react/jsx-runtime");
5344
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5298
5345
  var COMBOBOX_CLASSNAME = `k-combobox`;
5299
- var states21 = [
5346
+ var states22 = [
5300
5347
  States.hover,
5301
5348
  States.focus,
5302
5349
  States.valid,
@@ -5306,12 +5353,12 @@ var states21 = [
5306
5353
  States.disabled,
5307
5354
  States.readonly
5308
5355
  ];
5309
- var defaultProps16 = {
5356
+ var defaultProps17 = {
5310
5357
  size: Input.defaultProps.size,
5311
5358
  rounded: Input.defaultProps.rounded,
5312
5359
  fillMode: Input.defaultProps.fillMode
5313
5360
  };
5314
- var options19 = {
5361
+ var options20 = {
5315
5362
  size: [Size.small, Size.medium, Size.large],
5316
5363
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5317
5364
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5337,8 +5384,8 @@ var Combobox = (props) => {
5337
5384
  readonly,
5338
5385
  ...other
5339
5386
  } = props;
5340
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5341
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5387
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5388
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5342
5389
  Input,
5343
5390
  {
5344
5391
  ...other,
@@ -5355,9 +5402,9 @@ var Combobox = (props) => {
5355
5402
  readonly,
5356
5403
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5357
5404
  children: [
5358
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputPrefix, { children: prefix }),
5359
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputInnerInput, { placeholder, value }),
5360
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5405
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputPrefix, { children: prefix }),
5406
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputInnerInput, { placeholder, value }),
5407
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5361
5408
  InputValidationIcon,
5362
5409
  {
5363
5410
  valid,
@@ -5366,14 +5413,14 @@ var Combobox = (props) => {
5366
5413
  disabled
5367
5414
  }
5368
5415
  ),
5369
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5416
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5370
5417
  InputLoadingIcon,
5371
5418
  {
5372
5419
  loading,
5373
5420
  disabled
5374
5421
  }
5375
5422
  ),
5376
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5423
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5377
5424
  InputClearValue,
5378
5425
  {
5379
5426
  loading,
@@ -5382,8 +5429,8 @@ var Combobox = (props) => {
5382
5429
  value
5383
5430
  }
5384
5431
  ),
5385
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputSuffix, { children: suffix }),
5386
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5432
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputSuffix, { children: suffix }),
5433
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5387
5434
  Button,
5388
5435
  {
5389
5436
  className: "k-input-button",
@@ -5396,18 +5443,18 @@ var Combobox = (props) => {
5396
5443
  ]
5397
5444
  }
5398
5445
  ),
5399
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Popup, { className: "k-combobox-popup", children: popup })
5446
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
5400
5447
  ] });
5401
5448
  };
5402
- Combobox.states = states21;
5403
- Combobox.options = options19;
5449
+ Combobox.states = states22;
5450
+ Combobox.options = options20;
5404
5451
  Combobox.className = COMBOBOX_CLASSNAME;
5405
- Combobox.defaultProps = defaultProps16;
5452
+ Combobox.defaultProps = defaultProps17;
5406
5453
 
5407
5454
  // src/dropdownlist/dropdownlist.spec.tsx
5408
- var import_jsx_runtime39 = require("react/jsx-runtime");
5455
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5409
5456
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5410
- var states22 = [
5457
+ var states23 = [
5411
5458
  States.hover,
5412
5459
  States.focus,
5413
5460
  States.valid,
@@ -5417,12 +5464,12 @@ var states22 = [
5417
5464
  States.loading,
5418
5465
  States.readonly
5419
5466
  ];
5420
- var options20 = {
5467
+ var options21 = {
5421
5468
  size: [Size.small, Size.medium, Size.large],
5422
5469
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5423
5470
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5424
5471
  };
5425
- var defaultProps17 = {
5472
+ var defaultProps18 = {
5426
5473
  showValue: true,
5427
5474
  arrowIconName: "caret-alt-down",
5428
5475
  size: Size.medium,
@@ -5432,7 +5479,7 @@ var defaultProps17 = {
5432
5479
  var DropdownList = (props) => {
5433
5480
  const {
5434
5481
  valueIconName,
5435
- arrowIconName = defaultProps17.arrowIconName,
5482
+ arrowIconName = defaultProps18.arrowIconName,
5436
5483
  prefix,
5437
5484
  suffix,
5438
5485
  value,
@@ -5448,13 +5495,13 @@ var DropdownList = (props) => {
5448
5495
  loading,
5449
5496
  disabled,
5450
5497
  readonly,
5451
- showValue = defaultProps17.showValue,
5498
+ showValue = defaultProps18.showValue,
5452
5499
  popup,
5453
5500
  opened,
5454
5501
  ...other
5455
5502
  } = props;
5456
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5457
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5503
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5504
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5458
5505
  Picker,
5459
5506
  {
5460
5507
  ...other,
@@ -5477,8 +5524,8 @@ var DropdownList = (props) => {
5477
5524
  }
5478
5525
  ),
5479
5526
  children: [
5480
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputPrefix, { children: prefix }),
5481
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5527
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputPrefix, { children: prefix }),
5528
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5482
5529
  InputInnerSpan,
5483
5530
  {
5484
5531
  placeholder,
@@ -5487,7 +5534,7 @@ var DropdownList = (props) => {
5487
5534
  valueIconName
5488
5535
  }
5489
5536
  ),
5490
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5537
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5491
5538
  InputValidationIcon,
5492
5539
  {
5493
5540
  valid,
@@ -5496,15 +5543,15 @@ var DropdownList = (props) => {
5496
5543
  disabled
5497
5544
  }
5498
5545
  ),
5499
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5546
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5500
5547
  InputLoadingIcon,
5501
5548
  {
5502
5549
  loading,
5503
5550
  disabled
5504
5551
  }
5505
5552
  ),
5506
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputSuffix, { children: suffix }),
5507
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5553
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputSuffix, { children: suffix }),
5554
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5508
5555
  Button,
5509
5556
  {
5510
5557
  className: "k-input-button",
@@ -5517,35 +5564,35 @@ var DropdownList = (props) => {
5517
5564
  ]
5518
5565
  }
5519
5566
  ),
5520
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5567
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5521
5568
  ] });
5522
5569
  };
5523
- DropdownList.states = states22;
5524
- DropdownList.options = options20;
5570
+ DropdownList.states = states23;
5571
+ DropdownList.options = options21;
5525
5572
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5526
- DropdownList.defaultProps = defaultProps17;
5573
+ DropdownList.defaultProps = defaultProps18;
5527
5574
 
5528
5575
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5529
- var import_jsx_runtime40 = require("react/jsx-runtime");
5576
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5530
5577
 
5531
5578
  // src/nodata/nodata.tsx
5532
- var import_jsx_runtime41 = require("react/jsx-runtime");
5579
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5533
5580
  var className9 = `k-nodata`;
5534
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5581
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5535
5582
 
5536
5583
  // src/list/list.spec.tsx
5537
- var import_jsx_runtime42 = require("react/jsx-runtime");
5584
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5538
5585
  var LIST_CLASSNAME = `k-list`;
5539
- var states23 = [];
5540
- var options21 = {
5586
+ var states24 = [];
5587
+ var options22 = {
5541
5588
  size: [Size.small, Size.medium, Size.large]
5542
5589
  };
5543
- var defaultProps18 = {
5590
+ var defaultProps19 = {
5544
5591
  size: Size.medium
5545
5592
  };
5546
5593
  var List = (props) => {
5547
5594
  const {
5548
- size = defaultProps18.size,
5595
+ size = defaultProps19.size,
5549
5596
  virtualization,
5550
5597
  children,
5551
5598
  optionLabel,
@@ -5562,7 +5609,7 @@ var List = (props) => {
5562
5609
  listHeader = child.props.label;
5563
5610
  child.props.children.map((optChild, index2) => {
5564
5611
  listChildren.push(
5565
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5612
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5566
5613
  ListItem,
5567
5614
  {
5568
5615
  ...optChild.props
@@ -5578,7 +5625,7 @@ var List = (props) => {
5578
5625
  groupLabel = child.props.label;
5579
5626
  }
5580
5627
  listChildren.push(
5581
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5628
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5582
5629
  ListItem,
5583
5630
  {
5584
5631
  className: index2 === 0 ? "k-first" : "",
@@ -5590,16 +5637,16 @@ var List = (props) => {
5590
5637
  );
5591
5638
  });
5592
5639
  }
5593
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5640
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5594
5641
  } else if (child.type === ListItem) {
5595
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5596
- listContent = /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListContent, { virtualization, children: listChildren });
5642
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5643
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListContent, { virtualization, children: listChildren });
5597
5644
  }
5598
5645
  });
5599
5646
  } else {
5600
- listContent = /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(NoData, { children: "No data found." });
5647
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(NoData, { children: "No data found." });
5601
5648
  }
5602
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5649
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5603
5650
  "div",
5604
5651
  {
5605
5652
  ...other,
@@ -5621,24 +5668,24 @@ var List = (props) => {
5621
5668
  }
5622
5669
  );
5623
5670
  };
5624
- List.states = states23;
5625
- List.options = options21;
5671
+ List.states = states24;
5672
+ List.options = options22;
5626
5673
  List.className = LIST_CLASSNAME;
5627
- List.defaultProps = defaultProps18;
5674
+ List.defaultProps = defaultProps19;
5628
5675
 
5629
5676
  // src/list/list-angular.spec.tsx
5630
- var import_jsx_runtime43 = require("react/jsx-runtime");
5677
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5631
5678
  var LISTANGULAR_CLASSNAME = `k-list`;
5632
- var states24 = [];
5633
- var options22 = {
5679
+ var states25 = [];
5680
+ var options23 = {
5634
5681
  size: [Size.small, Size.medium, Size.large]
5635
5682
  };
5636
- var defaultProps19 = {
5683
+ var defaultProps20 = {
5637
5684
  size: Size.medium
5638
5685
  };
5639
5686
  var ListAngular = (props) => {
5640
5687
  const {
5641
- size = defaultProps19.size,
5688
+ size = defaultProps20.size,
5642
5689
  virtualization,
5643
5690
  children,
5644
5691
  ...other
@@ -5654,7 +5701,7 @@ var ListAngular = (props) => {
5654
5701
  listHeader = child.props.label;
5655
5702
  child.props.children.map((optChild, index2) => {
5656
5703
  listChildren.push(
5657
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5704
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5658
5705
  ListItem,
5659
5706
  {
5660
5707
  ...optChild.props
@@ -5665,7 +5712,7 @@ var ListAngular = (props) => {
5665
5712
  });
5666
5713
  } else {
5667
5714
  listChildren.push(
5668
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5715
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5669
5716
  ListGroupItem,
5670
5717
  {
5671
5718
  ...child.props,
@@ -5676,7 +5723,7 @@ var ListAngular = (props) => {
5676
5723
  );
5677
5724
  child.props.children.map((optChild, index2) => {
5678
5725
  listChildren.push(
5679
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5726
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5680
5727
  ListItem,
5681
5728
  {
5682
5729
  ...optChild.props
@@ -5686,16 +5733,16 @@ var ListAngular = (props) => {
5686
5733
  );
5687
5734
  });
5688
5735
  }
5689
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5736
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5690
5737
  } else if (child.type === ListItem) {
5691
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5692
- listContent = /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListContent, { virtualization, children: listChildren });
5738
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5739
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListContent, { virtualization, children: listChildren });
5693
5740
  }
5694
5741
  });
5695
5742
  } else {
5696
- listContent = /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(NoData, { children: "No data found." });
5743
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(NoData, { children: "No data found." });
5697
5744
  }
5698
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5745
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5699
5746
  "div",
5700
5747
  {
5701
5748
  ...other,
@@ -5716,15 +5763,15 @@ var ListAngular = (props) => {
5716
5763
  }
5717
5764
  );
5718
5765
  };
5719
- ListAngular.states = states24;
5720
- ListAngular.options = options22;
5766
+ ListAngular.states = states25;
5767
+ ListAngular.options = options23;
5721
5768
  ListAngular.className = LISTANGULAR_CLASSNAME;
5722
- ListAngular.defaultProps = defaultProps19;
5769
+ ListAngular.defaultProps = defaultProps20;
5723
5770
 
5724
5771
  // src/checkbox/checkbox.spec.tsx
5725
- var import_jsx_runtime44 = require("react/jsx-runtime");
5772
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5726
5773
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5727
- var states25 = [
5774
+ var states26 = [
5728
5775
  States.hover,
5729
5776
  States.focus,
5730
5777
  States.valid,
@@ -5734,11 +5781,11 @@ var states25 = [
5734
5781
  States.checked,
5735
5782
  States.indeterminate
5736
5783
  ];
5737
- var options23 = {
5784
+ var options24 = {
5738
5785
  size: [Size.small, Size.medium, Size.large],
5739
5786
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5740
5787
  };
5741
- var defaultProps20 = {
5788
+ var defaultProps21 = {
5742
5789
  size: Size.medium,
5743
5790
  rounded: Roundness.medium
5744
5791
  };
@@ -5753,11 +5800,11 @@ var Checkbox = (props) => {
5753
5800
  invalid,
5754
5801
  valid,
5755
5802
  required,
5756
- size = defaultProps20.size,
5757
- rounded = defaultProps20.rounded,
5803
+ size = defaultProps21.size,
5804
+ rounded = defaultProps21.rounded,
5758
5805
  ...other
5759
5806
  } = props;
5760
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5807
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5761
5808
  "input",
5762
5809
  {
5763
5810
  ...other,
@@ -5774,22 +5821,22 @@ var Checkbox = (props) => {
5774
5821
  }
5775
5822
  ) });
5776
5823
  };
5777
- Checkbox.states = states25;
5778
- Checkbox.options = options23;
5824
+ Checkbox.states = states26;
5825
+ Checkbox.options = options24;
5779
5826
  Checkbox.className = CHECKBOX_CLASSNAME;
5780
- Checkbox.defaultProps = defaultProps20;
5827
+ Checkbox.defaultProps = defaultProps21;
5781
5828
 
5782
5829
  // src/list/list-item.spec.tsx
5783
- var import_jsx_runtime45 = require("react/jsx-runtime");
5830
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5784
5831
  var LISTITEM_CLASSNAME = `k-list-item`;
5785
- var states26 = [
5832
+ var states27 = [
5786
5833
  States.hover,
5787
5834
  States.focus,
5788
5835
  States.selected,
5789
5836
  States.disabled
5790
5837
  ];
5791
- var options24 = {};
5792
- var defaultProps21 = {};
5838
+ var options25 = {};
5839
+ var defaultProps22 = {};
5793
5840
  var ListItem = (props) => {
5794
5841
  const {
5795
5842
  text,
@@ -5805,7 +5852,7 @@ var ListItem = (props) => {
5805
5852
  ...other
5806
5853
  } = props;
5807
5854
  const textOrChildren = text ? text : props.children;
5808
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5855
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5809
5856
  "li",
5810
5857
  {
5811
5858
  ...other,
@@ -5820,66 +5867,66 @@ var ListItem = (props) => {
5820
5867
  })
5821
5868
  ),
5822
5869
  children: [
5823
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Checkbox, { checked }),
5824
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { icon: iconName }),
5825
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5826
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5870
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Checkbox, { checked }),
5871
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: iconName }),
5872
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5873
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5827
5874
  ]
5828
5875
  }
5829
5876
  );
5830
5877
  };
5831
- ListItem.states = states26;
5832
- ListItem.options = options24;
5878
+ ListItem.states = states27;
5879
+ ListItem.options = options25;
5833
5880
  ListItem.className = LISTITEM_CLASSNAME;
5834
- ListItem.defaultProps = defaultProps21;
5881
+ ListItem.defaultProps = defaultProps22;
5835
5882
 
5836
5883
  // src/list/list-content.tsx
5837
- var import_jsx_runtime46 = require("react/jsx-runtime");
5884
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5838
5885
  var className10 = `k-list-content`;
5839
5886
  var ListContent = (props) => {
5840
5887
  const {
5841
5888
  virtualization
5842
5889
  } = props;
5843
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: classNames(className10, props.className), children: [
5844
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5845
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", {}) })
5890
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: classNames(className10, props.className), children: [
5891
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5892
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", {}) })
5846
5893
  ] });
5847
5894
  };
5848
5895
 
5849
5896
  // src/list/list-header.tsx
5850
- var import_jsx_runtime47 = require("react/jsx-runtime");
5897
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5851
5898
  var className11 = `k-list-group-sticky-header`;
5852
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5899
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5853
5900
 
5854
5901
  // src/list/list-group.tsx
5855
- var import_jsx_runtime48 = require("react/jsx-runtime");
5902
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5856
5903
  var ListGroup = (props) => {
5857
5904
  const {
5858
5905
  virtualization,
5859
5906
  label
5860
5907
  } = props;
5861
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5862
- label && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListHeader, { children: label }),
5863
- props.children && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListContent, { virtualization, children: props.children })
5908
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_jsx_runtime49.Fragment, { children: [
5909
+ label && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListHeader, { children: label }),
5910
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListContent, { virtualization, children: props.children })
5864
5911
  ] });
5865
5912
  };
5866
5913
 
5867
5914
  // src/list/list-group-item.tsx
5868
- var import_jsx_runtime49 = require("react/jsx-runtime");
5915
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5869
5916
  var className12 = `k-list-group-item`;
5870
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5917
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5871
5918
 
5872
5919
  // src/list/list-option-label.tsx
5873
- var import_jsx_runtime50 = require("react/jsx-runtime");
5920
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5874
5921
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5875
- var states27 = [
5922
+ var states28 = [
5876
5923
  States.hover,
5877
5924
  States.focus,
5878
5925
  States.selected,
5879
5926
  States.disabled
5880
5927
  ];
5881
- var options25 = {};
5882
- var defaultProps22 = {};
5928
+ var options26 = {};
5929
+ var defaultProps23 = {};
5883
5930
  var ListOptionLabel = (props) => {
5884
5931
  const {
5885
5932
  text,
@@ -5889,7 +5936,7 @@ var ListOptionLabel = (props) => {
5889
5936
  disabled,
5890
5937
  ...other
5891
5938
  } = props;
5892
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5939
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5893
5940
  "div",
5894
5941
  {
5895
5942
  ...other,
@@ -5906,34 +5953,34 @@ var ListOptionLabel = (props) => {
5906
5953
  }
5907
5954
  );
5908
5955
  };
5909
- ListOptionLabel.states = states27;
5910
- ListOptionLabel.options = options25;
5956
+ ListOptionLabel.states = states28;
5957
+ ListOptionLabel.options = options26;
5911
5958
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5912
- ListOptionLabel.defaultProps = defaultProps22;
5959
+ ListOptionLabel.defaultProps = defaultProps23;
5913
5960
 
5914
5961
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5915
- var import_jsx_runtime51 = require("react/jsx-runtime");
5962
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5916
5963
 
5917
5964
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5918
- var import_jsx_runtime52 = require("react/jsx-runtime");
5965
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5919
5966
 
5920
5967
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5921
- var import_jsx_runtime53 = require("react/jsx-runtime");
5968
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5922
5969
 
5923
5970
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5924
- var import_jsx_runtime54 = require("react/jsx-runtime");
5971
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5925
5972
 
5926
5973
  // src/menu-button/menu-button.spec.tsx
5927
- var import_jsx_runtime55 = require("react/jsx-runtime");
5974
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5928
5975
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5929
- var states28 = [
5976
+ var states29 = [
5930
5977
  States.hover,
5931
5978
  States.focus,
5932
5979
  States.active,
5933
5980
  States.selected,
5934
5981
  States.disabled
5935
5982
  ];
5936
- var options26 = {
5983
+ var options27 = {
5937
5984
  size: [Size.small, Size.medium, Size.large],
5938
5985
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5939
5986
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5951,7 +5998,7 @@ var options26 = {
5951
5998
  ThemeColor.inverse
5952
5999
  ]
5953
6000
  };
5954
- var defaultProps23 = {
6001
+ var defaultProps24 = {
5955
6002
  size: Size.medium,
5956
6003
  rounded: Roundness.medium,
5957
6004
  fillMode: FillMode.solid,
@@ -5961,10 +6008,10 @@ var defaultProps23 = {
5961
6008
  };
5962
6009
  var MenuButton = (props) => {
5963
6010
  const {
5964
- size = defaultProps23.size,
5965
- rounded = defaultProps23.rounded,
5966
- fillMode = defaultProps23.fillMode,
5967
- themeColor = defaultProps23.themeColor,
6011
+ size = defaultProps24.size,
6012
+ rounded = defaultProps24.rounded,
6013
+ fillMode = defaultProps24.fillMode,
6014
+ themeColor = defaultProps24.themeColor,
5968
6015
  hover,
5969
6016
  focus,
5970
6017
  active,
@@ -5972,11 +6019,11 @@ var MenuButton = (props) => {
5972
6019
  disabled,
5973
6020
  icon,
5974
6021
  text,
5975
- showArrow = defaultProps23.showArrow,
5976
- arrowIconName = defaultProps23.arrowIconName,
6022
+ showArrow = defaultProps24.showArrow,
6023
+ arrowIconName = defaultProps24.arrowIconName,
5977
6024
  ...other
5978
6025
  } = props;
5979
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6026
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5980
6027
  Button,
5981
6028
  {
5982
6029
  ...other,
@@ -6000,22 +6047,22 @@ var MenuButton = (props) => {
6000
6047
  }
6001
6048
  );
6002
6049
  };
6003
- MenuButton.states = states28;
6004
- MenuButton.options = options26;
6050
+ MenuButton.states = states29;
6051
+ MenuButton.options = options27;
6005
6052
  MenuButton.className = MENUBUTTON_CLASSNAME;
6006
- MenuButton.defaultProps = defaultProps23;
6053
+ MenuButton.defaultProps = defaultProps24;
6007
6054
 
6008
6055
  // src/split-button/split-button.spec.tsx
6009
- var import_jsx_runtime56 = require("react/jsx-runtime");
6056
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6010
6057
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6011
- var states29 = [
6058
+ var states30 = [
6012
6059
  States.hover,
6013
6060
  States.focus,
6014
6061
  States.active,
6015
6062
  States.selected,
6016
6063
  States.disabled
6017
6064
  ];
6018
- var options27 = {
6065
+ var options28 = {
6019
6066
  size: [Size.small, Size.medium, Size.large],
6020
6067
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6021
6068
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6033,7 +6080,7 @@ var options27 = {
6033
6080
  ThemeColor.inverse
6034
6081
  ]
6035
6082
  };
6036
- var defaultProps24 = {
6083
+ var defaultProps25 = {
6037
6084
  size: Size.medium,
6038
6085
  rounded: Roundness.medium,
6039
6086
  fillMode: FillMode.solid,
@@ -6042,10 +6089,10 @@ var defaultProps24 = {
6042
6089
  };
6043
6090
  var SplitButton = (props) => {
6044
6091
  const {
6045
- size = defaultProps24.size,
6046
- rounded = defaultProps24.rounded,
6047
- fillMode = defaultProps24.fillMode,
6048
- themeColor = defaultProps24.themeColor,
6092
+ size = defaultProps25.size,
6093
+ rounded = defaultProps25.rounded,
6094
+ fillMode = defaultProps25.fillMode,
6095
+ themeColor = defaultProps25.themeColor,
6049
6096
  hover,
6050
6097
  focus,
6051
6098
  active,
@@ -6053,10 +6100,10 @@ var SplitButton = (props) => {
6053
6100
  disabled,
6054
6101
  icon,
6055
6102
  text,
6056
- arrowIconName = defaultProps24.arrowIconName,
6103
+ arrowIconName = defaultProps25.arrowIconName,
6057
6104
  ...other
6058
6105
  } = props;
6059
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
6106
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
6060
6107
  "div",
6061
6108
  {
6062
6109
  ...other,
@@ -6069,7 +6116,7 @@ var SplitButton = (props) => {
6069
6116
  })
6070
6117
  ),
6071
6118
  children: [
6072
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6119
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6073
6120
  Button,
6074
6121
  {
6075
6122
  text,
@@ -6086,7 +6133,7 @@ var SplitButton = (props) => {
6086
6133
  children: props.children
6087
6134
  }
6088
6135
  ),
6089
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6136
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6090
6137
  Button,
6091
6138
  {
6092
6139
  className: "k-split-button-arrow",
@@ -6101,27 +6148,27 @@ var SplitButton = (props) => {
6101
6148
  }
6102
6149
  );
6103
6150
  };
6104
- SplitButton.states = states29;
6105
- SplitButton.options = options27;
6151
+ SplitButton.states = states30;
6152
+ SplitButton.options = options28;
6106
6153
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6107
- SplitButton.defaultProps = defaultProps24;
6154
+ SplitButton.defaultProps = defaultProps25;
6108
6155
  var split_button_spec_default = SplitButton;
6109
6156
 
6110
6157
  // src/toolbar/toolbar.spec.tsx
6111
- var import_jsx_runtime57 = require("react/jsx-runtime");
6158
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6112
6159
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6113
- var states30 = [
6160
+ var states31 = [
6114
6161
  States.focus
6115
6162
  ];
6116
- var options28 = {
6163
+ var options29 = {
6117
6164
  size: [Size.small, Size.medium, Size.large]
6118
6165
  };
6119
- var defaultProps25 = {
6166
+ var defaultProps26 = {
6120
6167
  size: Size.medium
6121
6168
  };
6122
6169
  var Toolbar = (props) => {
6123
6170
  const {
6124
- size = defaultProps25.size,
6171
+ size = defaultProps26.size,
6125
6172
  focus,
6126
6173
  resizable,
6127
6174
  ...other
@@ -6131,7 +6178,7 @@ var Toolbar = (props) => {
6131
6178
  const tempToolbarChildren = [];
6132
6179
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6133
6180
  tempToolbarChildren.push(
6134
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6181
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6135
6182
  Button,
6136
6183
  {
6137
6184
  ...child.props,
@@ -6142,7 +6189,7 @@ var Toolbar = (props) => {
6142
6189
  );
6143
6190
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6144
6191
  tempToolbarChildren.push(
6145
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6192
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6146
6193
  Button,
6147
6194
  {
6148
6195
  ...child.props,
@@ -6153,7 +6200,7 @@ var Toolbar = (props) => {
6153
6200
  );
6154
6201
  } else if (child.type === Button) {
6155
6202
  tempToolbarChildren.push(
6156
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6203
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6157
6204
  Button,
6158
6205
  {
6159
6206
  ...child.props,
@@ -6164,7 +6211,7 @@ var Toolbar = (props) => {
6164
6211
  );
6165
6212
  } else if (child.type === MenuButton) {
6166
6213
  tempToolbarChildren.push(
6167
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6214
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6168
6215
  MenuButton,
6169
6216
  {
6170
6217
  ...child.props,
@@ -6175,7 +6222,7 @@ var Toolbar = (props) => {
6175
6222
  );
6176
6223
  } else if (child.type === split_button_spec_default) {
6177
6224
  tempToolbarChildren.push(
6178
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6225
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6179
6226
  split_button_spec_default,
6180
6227
  {
6181
6228
  ...child.props,
@@ -6189,7 +6236,7 @@ var Toolbar = (props) => {
6189
6236
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6190
6237
  childrenArray.forEach((button, bindex) => {
6191
6238
  buttonGroupItems.push(
6192
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6239
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6193
6240
  Button,
6194
6241
  {
6195
6242
  ...button.props,
@@ -6200,7 +6247,7 @@ var Toolbar = (props) => {
6200
6247
  );
6201
6248
  });
6202
6249
  tempToolbarChildren.push(
6203
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6250
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6204
6251
  ButtonGroup,
6205
6252
  {
6206
6253
  ...child.props,
@@ -6212,7 +6259,7 @@ var Toolbar = (props) => {
6212
6259
  );
6213
6260
  } else if (child.type === Combobox) {
6214
6261
  tempToolbarChildren.push(
6215
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6262
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6216
6263
  Combobox,
6217
6264
  {
6218
6265
  ...child.props,
@@ -6223,7 +6270,7 @@ var Toolbar = (props) => {
6223
6270
  );
6224
6271
  } else if (child.type === DropdownList) {
6225
6272
  tempToolbarChildren.push(
6226
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6273
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6227
6274
  DropdownList,
6228
6275
  {
6229
6276
  ...child.props,
@@ -6234,7 +6281,7 @@ var Toolbar = (props) => {
6234
6281
  );
6235
6282
  } else if (child.type === ColorPicker) {
6236
6283
  tempToolbarChildren.push(
6237
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6284
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6238
6285
  ColorPicker,
6239
6286
  {
6240
6287
  ...child.props,
@@ -6256,7 +6303,7 @@ var Toolbar = (props) => {
6256
6303
  addUniqueToolClass(child, index);
6257
6304
  });
6258
6305
  }
6259
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6306
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6260
6307
  "div",
6261
6308
  {
6262
6309
  ...other,
@@ -6277,26 +6324,26 @@ var Toolbar = (props) => {
6277
6324
  }
6278
6325
  );
6279
6326
  };
6280
- Toolbar.states = states30;
6281
- Toolbar.options = options28;
6327
+ Toolbar.states = states31;
6328
+ Toolbar.options = options29;
6282
6329
  Toolbar.className = TOOLBAR_CLASSNAME;
6283
- Toolbar.defaultProps = defaultProps25;
6330
+ Toolbar.defaultProps = defaultProps26;
6284
6331
 
6285
6332
  // src/toolbar/toolbar-angular.spec.tsx
6286
- var import_jsx_runtime58 = require("react/jsx-runtime");
6333
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6287
6334
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6288
- var states31 = [
6335
+ var states32 = [
6289
6336
  States.focus
6290
6337
  ];
6291
- var options29 = {
6338
+ var options30 = {
6292
6339
  size: [Size.small, Size.medium, Size.large]
6293
6340
  };
6294
- var defaultProps26 = {
6341
+ var defaultProps27 = {
6295
6342
  size: Size.medium
6296
6343
  };
6297
6344
  var ToolbarAngular = (props) => {
6298
6345
  const {
6299
- size = defaultProps26.size,
6346
+ size = defaultProps27.size,
6300
6347
  focus,
6301
6348
  resizable,
6302
6349
  ...other
@@ -6306,7 +6353,7 @@ var ToolbarAngular = (props) => {
6306
6353
  const tempToolbarChildren = [];
6307
6354
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6308
6355
  tempToolbarChildren.push(
6309
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6356
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6310
6357
  Button,
6311
6358
  {
6312
6359
  ...child.props,
@@ -6317,7 +6364,7 @@ var ToolbarAngular = (props) => {
6317
6364
  );
6318
6365
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6319
6366
  tempToolbarChildren.push(
6320
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6367
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6321
6368
  Button,
6322
6369
  {
6323
6370
  ...child.props,
@@ -6328,7 +6375,7 @@ var ToolbarAngular = (props) => {
6328
6375
  );
6329
6376
  } else if (child.type === Button) {
6330
6377
  tempToolbarChildren.push(
6331
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6378
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6332
6379
  Button,
6333
6380
  {
6334
6381
  ...child.props,
@@ -6339,7 +6386,7 @@ var ToolbarAngular = (props) => {
6339
6386
  );
6340
6387
  } else if (child.type === MenuButton) {
6341
6388
  tempToolbarChildren.push(
6342
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6389
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6343
6390
  MenuButton,
6344
6391
  {
6345
6392
  ...child.props,
@@ -6350,7 +6397,7 @@ var ToolbarAngular = (props) => {
6350
6397
  );
6351
6398
  } else if (child.type === split_button_spec_default) {
6352
6399
  tempToolbarChildren.push(
6353
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6400
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6354
6401
  split_button_spec_default,
6355
6402
  {
6356
6403
  ...child.props,
@@ -6364,7 +6411,7 @@ var ToolbarAngular = (props) => {
6364
6411
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6365
6412
  childrenArray.forEach((button, bindex) => {
6366
6413
  buttonGroupItems.push(
6367
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6414
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6368
6415
  Button,
6369
6416
  {
6370
6417
  ...button.props,
@@ -6375,7 +6422,7 @@ var ToolbarAngular = (props) => {
6375
6422
  );
6376
6423
  });
6377
6424
  tempToolbarChildren.push(
6378
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6425
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6379
6426
  ButtonGroup,
6380
6427
  {
6381
6428
  ...child.props,
@@ -6387,7 +6434,7 @@ var ToolbarAngular = (props) => {
6387
6434
  );
6388
6435
  } else if (child.type === Combobox) {
6389
6436
  tempToolbarChildren.push(
6390
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6437
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6391
6438
  Combobox,
6392
6439
  {
6393
6440
  ...child.props,
@@ -6398,7 +6445,7 @@ var ToolbarAngular = (props) => {
6398
6445
  );
6399
6446
  } else if (child.type === DropdownList) {
6400
6447
  tempToolbarChildren.push(
6401
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6448
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6402
6449
  DropdownList,
6403
6450
  {
6404
6451
  ...child.props,
@@ -6409,7 +6456,7 @@ var ToolbarAngular = (props) => {
6409
6456
  );
6410
6457
  } else if (child.type === ColorPicker) {
6411
6458
  tempToolbarChildren.push(
6412
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6459
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6413
6460
  ColorPicker,
6414
6461
  {
6415
6462
  ...child.props,
@@ -6431,7 +6478,7 @@ var ToolbarAngular = (props) => {
6431
6478
  addUniqueToolClass(child, index);
6432
6479
  });
6433
6480
  }
6434
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6481
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6435
6482
  "div",
6436
6483
  {
6437
6484
  ...other,
@@ -6452,28 +6499,28 @@ var ToolbarAngular = (props) => {
6452
6499
  }
6453
6500
  );
6454
6501
  };
6455
- ToolbarAngular.states = states31;
6456
- ToolbarAngular.options = options29;
6502
+ ToolbarAngular.states = states32;
6503
+ ToolbarAngular.options = options30;
6457
6504
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6458
- ToolbarAngular.defaultProps = defaultProps26;
6505
+ ToolbarAngular.defaultProps = defaultProps27;
6459
6506
 
6460
6507
  // src/toolbar/toolbar-separator.tsx
6461
- var import_jsx_runtime59 = require("react/jsx-runtime");
6508
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6462
6509
 
6463
6510
  // src/toolbar/toolbar-item.spec.tsx
6464
- var import_jsx_runtime60 = require("react/jsx-runtime");
6511
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6465
6512
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6466
- var states32 = [
6513
+ var states33 = [
6467
6514
  States.focus
6468
6515
  ];
6469
- var options30 = {};
6470
- var defaultProps27 = {};
6516
+ var options31 = {};
6517
+ var defaultProps28 = {};
6471
6518
  var ToolbarItem = (props) => {
6472
6519
  const {
6473
6520
  focus,
6474
6521
  ...other
6475
6522
  } = props;
6476
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6523
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6477
6524
  "div",
6478
6525
  {
6479
6526
  ...other,
@@ -6488,29 +6535,29 @@ var ToolbarItem = (props) => {
6488
6535
  }
6489
6536
  );
6490
6537
  };
6491
- ToolbarItem.states = states32;
6492
- ToolbarItem.options = options30;
6538
+ ToolbarItem.states = states33;
6539
+ ToolbarItem.options = options31;
6493
6540
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6494
- ToolbarItem.defaultProps = defaultProps27;
6541
+ ToolbarItem.defaultProps = defaultProps28;
6495
6542
 
6496
6543
  // src/form/fieldset.tsx
6497
- var import_jsx_runtime61 = require("react/jsx-runtime");
6544
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6498
6545
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6499
6546
  var Fieldset = (props) => {
6500
6547
  const {
6501
6548
  legend
6502
6549
  } = props;
6503
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6504
- legend && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("legend", { className: "k-form-legend", children: legend }),
6550
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6551
+ legend && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("legend", { className: "k-form-legend", children: legend }),
6505
6552
  props.children
6506
6553
  ] });
6507
6554
  };
6508
6555
  Fieldset.className = FIELDSET_CLASSNAME;
6509
6556
 
6510
6557
  // src/form/form-field.tsx
6511
- var import_jsx_runtime62 = require("react/jsx-runtime");
6558
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6512
6559
  var FORMFIELD_CLASSNAME = "k-form-field";
6513
- var states33 = [
6560
+ var states34 = [
6514
6561
  States.disabled
6515
6562
  ];
6516
6563
  var FormField = (props) => {
@@ -6525,7 +6572,7 @@ var FormField = (props) => {
6525
6572
  disabled,
6526
6573
  dir
6527
6574
  } = props;
6528
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6575
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
6529
6576
  "div",
6530
6577
  {
6531
6578
  className: classNames(
@@ -6535,19 +6582,19 @@ var FormField = (props) => {
6535
6582
  ),
6536
6583
  dir,
6537
6584
  children: [
6538
- label && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("label", { className: classNames(
6585
+ label && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("label", { className: classNames(
6539
6586
  "k-label",
6540
6587
  "k-form-label"
6541
6588
  ), children: [
6542
6589
  label,
6543
- optional && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6544
- info && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-field-info", children: "(field info)" })
6590
+ optional && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6591
+ info && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-field-info", children: "(field info)" })
6545
6592
  ] }),
6546
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6547
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "k-form-field-wrap", children: [
6593
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6594
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-form-field-wrap", children: [
6548
6595
  editor,
6549
- hint && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-form-hint", children: hint }),
6550
- error && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-form-error", children: error })
6596
+ hint && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-form-hint", children: hint }),
6597
+ error && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-form-error", children: error })
6551
6598
  ] })
6552
6599
  ]
6553
6600
  }
@@ -6556,33 +6603,33 @@ var FormField = (props) => {
6556
6603
  FormField.className = FORMFIELD_CLASSNAME;
6557
6604
 
6558
6605
  // src/form/form.spec.tsx
6559
- var import_jsx_runtime63 = require("react/jsx-runtime");
6606
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6560
6607
  var import_react = require("react");
6561
6608
  var FORM_CLASSNAME = "k-form";
6562
- var states34 = [];
6563
- var options31 = {
6609
+ var states35 = [];
6610
+ var options32 = {
6564
6611
  size: [Size.small, Size.medium, Size.large]
6565
6612
  };
6566
- var defaultProps28 = {
6613
+ var defaultProps29 = {
6567
6614
  size: Size.medium,
6568
6615
  layout: "basic",
6569
6616
  tag: "form"
6570
6617
  };
6571
6618
  var Form = (props) => {
6572
6619
  const {
6573
- size = defaultProps28.size,
6620
+ size = defaultProps29.size,
6574
6621
  orientation,
6575
- layout = defaultProps28.layout,
6622
+ layout = defaultProps29.layout,
6576
6623
  formButtons,
6577
6624
  legend,
6578
6625
  cols,
6579
6626
  gapX,
6580
6627
  gapY,
6581
- tag = defaultProps28.tag,
6628
+ tag = defaultProps29.tag,
6582
6629
  children
6583
6630
  } = props;
6584
6631
  const ConditionalWrapper = ({ condition, wrapper, children: children2 }) => condition ? wrapper(children2) : children2;
6585
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: className13, children: children2 });
6632
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: className13, children: children2 });
6586
6633
  const formChildren = [];
6587
6634
  if (children) {
6588
6635
  if (Array.isArray(children)) {
@@ -6596,10 +6643,10 @@ var Form = (props) => {
6596
6643
  }
6597
6644
  });
6598
6645
  } else {
6599
- children.type === FormField && formChildren.push(/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(FormField, { ...children.props, orientation }));
6646
+ children.type === FormField && formChildren.push(/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(FormField, { ...children.props, orientation }));
6600
6647
  }
6601
6648
  }
6602
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(Parent, { tag, className: classNames(
6649
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Parent, { tag, className: classNames(
6603
6650
  props.className,
6604
6651
  FORM_CLASSNAME,
6605
6652
  optionClassNames(FORM_CLASSNAME, {
@@ -6609,11 +6656,11 @@ var Form = (props) => {
6609
6656
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6610
6657
  }
6611
6658
  ), children: [
6612
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6659
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6613
6660
  ConditionalWrapper,
6614
6661
  {
6615
6662
  condition: layout === "grid",
6616
- wrapper: (children2) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Fieldset, { legend, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: classNames(
6663
+ wrapper: (children2) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Fieldset, { legend, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: classNames(
6617
6664
  "k-form-layout",
6618
6665
  "k-d-grid",
6619
6666
  {
@@ -6625,189 +6672,189 @@ var Form = (props) => {
6625
6672
  children: formChildren
6626
6673
  }
6627
6674
  ),
6628
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-form-buttons", children: formButtons })
6675
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-form-buttons", children: formButtons })
6629
6676
  ] });
6630
6677
  };
6631
- Form.states = states34;
6632
- Form.options = options31;
6678
+ Form.states = states35;
6679
+ Form.options = options32;
6633
6680
  Form.className = FORM_CLASSNAME;
6634
- Form.defaultProps = defaultProps28;
6681
+ Form.defaultProps = defaultProps29;
6635
6682
 
6636
6683
  // src/taskboard/tests/taskboard-pane.tsx
6637
- var import_jsx_runtime64 = require("react/jsx-runtime");
6684
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6638
6685
  var style = `
6639
6686
  #test-area { max-width: 1037px; }
6640
6687
  `;
6641
- var taskboard_pane_default = () => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6642
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("style", { children: style }),
6643
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { id: "test-area", className: "k-dgrid k-grid-cols-1", children: [
6644
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { children: "Pane on Right(default):" }),
6645
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-widget k-taskboard", children: [
6646
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Toolbar, { className: "k-taskboard-toolbar", children: [
6647
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "plus", children: "Add Column" }),
6648
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6649
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Searchbox, { placeholder: "Search..." })
6688
+ var taskboard_pane_default = () => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6689
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("style", { children: style }),
6690
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { id: "test-area", className: "k-dgrid k-grid-cols-1", children: [
6691
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { children: "Pane on Right(default):" }),
6692
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-widget k-taskboard", children: [
6693
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Toolbar, { className: "k-taskboard-toolbar", children: [
6694
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "plus", children: "Add Column" }),
6695
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6696
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Searchbox, { placeholder: "Search..." })
6650
6697
  ] }) }) }),
6651
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-content", style: { marginRight: "304px" }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-columns-container", children: [
6652
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column", children: [
6653
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header", children: [
6654
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6655
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6656
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6657
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6658
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6659
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "x" })
6698
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-content", style: { marginRight: "304px" }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-columns-container", children: [
6699
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column", children: [
6700
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header", children: [
6701
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6702
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6703
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6704
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6705
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6706
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "x" })
6660
6707
  ] })
6661
6708
  ] }),
6662
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-cards", children: [
6663
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { className: "k-taskboard-card", children: [
6664
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6665
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6666
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" })
6709
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-cards", children: [
6710
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { className: "k-taskboard-card", children: [
6711
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6712
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6713
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" })
6667
6714
  ] }),
6668
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { children: "Card Body" }) })
6715
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { children: "Card Body" }) })
6669
6716
  ] }),
6670
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { className: "k-taskboard-card", children: [
6671
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6672
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6673
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" })
6717
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { className: "k-taskboard-card", children: [
6718
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6719
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6720
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" })
6674
6721
  ] }),
6675
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { children: "Card Body" }) })
6722
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { children: "Card Body" }) })
6676
6723
  ] })
6677
6724
  ] }) })
6678
6725
  ] }),
6679
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column", children: [
6680
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header", children: [
6681
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6682
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6683
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6684
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6685
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6686
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "x" })
6726
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column", children: [
6727
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header", children: [
6728
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6729
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6730
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6731
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6732
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6733
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "x" })
6687
6734
  ] })
6688
6735
  ] }),
6689
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { className: "k-taskboard-card", children: [
6690
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6691
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6692
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" })
6736
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { className: "k-taskboard-card", children: [
6737
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6738
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6739
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" })
6693
6740
  ] }),
6694
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { children: "Card Body" }) })
6741
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { children: "Card Body" }) })
6695
6742
  ] }) }) })
6696
6743
  ] }),
6697
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column", children: [
6698
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header", children: [
6699
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6700
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6701
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6702
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6703
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6704
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "x" })
6744
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column", children: [
6745
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header", children: [
6746
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6747
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6748
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6749
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6750
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6751
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "x" })
6705
6752
  ] })
6706
6753
  ] }),
6707
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { className: "k-taskboard-card", children: [
6708
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6709
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6710
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" })
6754
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { className: "k-taskboard-card", children: [
6755
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6756
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6757
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" })
6711
6758
  ] }),
6712
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { children: "Card Body" }) })
6759
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { children: "Card Body" }) })
6713
6760
  ] }) }) })
6714
6761
  ] })
6715
6762
  ] }) }),
6716
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-pane k-taskboard-edit-pane", children: [
6717
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-pane-header", children: [
6718
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
6719
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6720
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6763
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-pane k-taskboard-edit-pane", children: [
6764
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-pane-header", children: [
6765
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
6766
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6767
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6721
6768
  ] }),
6722
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-pane-content", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Form, { orientation: "vertical", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(FormField, { label: "Textbox:", editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {}) }) }) }),
6723
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
6724
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "trash", children: "Delete" }),
6725
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
6769
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-pane-content", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Form, { orientation: "vertical", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { label: "Textbox:", editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Textbox, {}) }) }) }),
6770
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
6771
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "trash", children: "Delete" }),
6772
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
6726
6773
  ] })
6727
6774
  ] })
6728
6775
  ] }),
6729
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { children: "Pane on Left:" }),
6730
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-widget k-taskboard", children: [
6731
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Toolbar, { className: "k-taskboard-toolbar", children: [
6732
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "plus", children: "Add Column" }),
6733
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6734
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Searchbox, { placeholder: "Search..." })
6776
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { children: "Pane on Left:" }),
6777
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-widget k-taskboard", children: [
6778
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Toolbar, { className: "k-taskboard-toolbar", children: [
6779
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "plus", children: "Add Column" }),
6780
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6781
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Searchbox, { placeholder: "Search..." })
6735
6782
  ] }) }) }),
6736
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-content", style: { marginLeft: "304px" }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-columns-container", children: [
6737
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column", children: [
6738
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header", children: [
6739
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6740
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6741
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6742
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6743
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6744
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "x" })
6783
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-content", style: { marginLeft: "304px" }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-columns-container", children: [
6784
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column", children: [
6785
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header", children: [
6786
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6787
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6788
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6789
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6790
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6791
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "x" })
6745
6792
  ] })
6746
6793
  ] }),
6747
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-cards", children: [
6748
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { className: "k-taskboard-card", children: [
6749
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6750
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6751
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" })
6794
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-cards", children: [
6795
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { className: "k-taskboard-card", children: [
6796
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6797
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6798
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" })
6752
6799
  ] }),
6753
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { children: "Card Body" }) })
6800
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { children: "Card Body" }) })
6754
6801
  ] }),
6755
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { className: "k-taskboard-card", children: [
6756
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6757
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6758
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" })
6802
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { className: "k-taskboard-card", children: [
6803
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6804
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6805
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" })
6759
6806
  ] }),
6760
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { children: "Card Body" }) })
6807
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { children: "Card Body" }) })
6761
6808
  ] })
6762
6809
  ] }) })
6763
6810
  ] }),
6764
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column", children: [
6765
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header", children: [
6766
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6767
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6768
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6769
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6770
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6771
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "x" })
6811
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column", children: [
6812
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header", children: [
6813
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6814
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6815
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6816
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6817
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6818
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "x" })
6772
6819
  ] })
6773
6820
  ] }),
6774
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { className: "k-taskboard-card", children: [
6775
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6776
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6777
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" })
6821
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { className: "k-taskboard-card", children: [
6822
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6823
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6824
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" })
6778
6825
  ] }),
6779
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { children: "Card Body" }) })
6826
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { children: "Card Body" }) })
6780
6827
  ] }) }) })
6781
6828
  ] }),
6782
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column", children: [
6783
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header", children: [
6784
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6785
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6786
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6787
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6788
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6789
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "x" })
6829
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column", children: [
6830
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header", children: [
6831
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
6832
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6833
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-column-header-actions", children: [
6834
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6835
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "plus" }),
6836
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "x" })
6790
6837
  ] })
6791
6838
  ] }),
6792
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-column-cards", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { className: "k-taskboard-card", children: [
6793
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6794
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6795
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" })
6839
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-column-cards", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { className: "k-taskboard-card", children: [
6840
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(CardHeader, { className: "k-hbox", details: true, children: [
6841
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
6842
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" })
6796
6843
  ] }),
6797
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { children: "Card Body" }) })
6844
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(CardBody, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { children: "Card Body" }) })
6798
6845
  ] }) }) })
6799
6846
  ] })
6800
6847
  ] }) }),
6801
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-pane k-taskboard-pane-start k-taskboard-edit-pane", children: [
6802
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-taskboard-pane-header", children: [
6803
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
6804
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-spacer" }),
6805
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6848
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-pane k-taskboard-pane-start k-taskboard-edit-pane", children: [
6849
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-taskboard-pane-header", children: [
6850
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
6851
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }),
6852
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6806
6853
  ] }),
6807
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-taskboard-pane-content", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Form, { orientation: "vertical", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(FormField, { label: "Textbox:", editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {}) }) }) }),
6808
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
6809
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "trash", children: "Delete" }),
6810
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
6854
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-taskboard-pane-content", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Form, { orientation: "vertical", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { label: "Textbox:", editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Textbox, {}) }) }) }),
6855
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
6856
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "trash", children: "Delete" }),
6857
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
6811
6858
  ] })
6812
6859
  ] })
6813
6860
  ] })