@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
@@ -4838,27 +4838,74 @@ ColorPicker.options = options13;
4838
4838
  ColorPicker.className = COLORPICKER_CLASSNAME;
4839
4839
  ColorPicker.defaultProps = defaultProps10;
4840
4840
 
4841
- // src/popup/popup.spec.tsx
4841
+ // src/animation-container/animation-container.spec.tsx
4842
4842
  var import_jsx_runtime21 = require("react/jsx-runtime");
4843
- var POPUP_CLASSNAME = `k-popup`;
4843
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4844
4844
  var states15 = [];
4845
4845
  var options14 = {};
4846
- var defaultProps11 = {};
4846
+ var defaultProps11 = {
4847
+ positionMode: "absolute"
4848
+ };
4849
+ var AnimationContainer = (props) => {
4850
+ const {
4851
+ positionMode,
4852
+ animationStyle,
4853
+ offset,
4854
+ ...other
4855
+ } = props;
4856
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4857
+ "div",
4858
+ {
4859
+ ...other,
4860
+ style: { ...offset, ...props.style },
4861
+ className: classNames(
4862
+ ANIMATION_CONTAINER_CLASSNAME,
4863
+ "k-animation-container-shown",
4864
+ {
4865
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4866
+ }
4867
+ ),
4868
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4869
+ }
4870
+ );
4871
+ };
4872
+ AnimationContainer.states = states15;
4873
+ AnimationContainer.options = options14;
4874
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4875
+ AnimationContainer.defaultProps = defaultProps11;
4876
+
4877
+ // src/popup/popup.spec.tsx
4878
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4879
+ var POPUP_CLASSNAME = `k-popup`;
4880
+ var states16 = [];
4881
+ var options15 = {};
4882
+ var defaultProps12 = {
4883
+ positionMode: "absolute"
4884
+ };
4847
4885
  var Popup = (props) => {
4848
4886
  const {
4887
+ offset,
4888
+ positionMode,
4849
4889
  ...other
4850
4890
  } = props;
4851
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4891
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4892
+ AnimationContainer,
4893
+ {
4894
+ positionMode,
4895
+ offset,
4896
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4897
+ }
4898
+ );
4852
4899
  };
4853
- Popup.states = states15;
4854
- Popup.options = options14;
4900
+ Popup.states = states16;
4901
+ Popup.options = options15;
4855
4902
  Popup.className = POPUP_CLASSNAME;
4856
- Popup.defaultProps = defaultProps11;
4903
+ Popup.defaultProps = defaultProps12;
4857
4904
 
4858
4905
  // src/dropdownlist/dropdownlist.spec.tsx
4859
- var import_jsx_runtime22 = require("react/jsx-runtime");
4906
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4860
4907
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4861
- var states16 = [
4908
+ var states17 = [
4862
4909
  States.hover,
4863
4910
  States.focus,
4864
4911
  States.valid,
@@ -4868,12 +4915,12 @@ var states16 = [
4868
4915
  States.loading,
4869
4916
  States.readonly
4870
4917
  ];
4871
- var options15 = {
4918
+ var options16 = {
4872
4919
  size: [Size.small, Size.medium, Size.large],
4873
4920
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4874
4921
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4875
4922
  };
4876
- var defaultProps12 = {
4923
+ var defaultProps13 = {
4877
4924
  showValue: true,
4878
4925
  arrowIconName: "caret-alt-down",
4879
4926
  size: Size.medium,
@@ -4883,7 +4930,7 @@ var defaultProps12 = {
4883
4930
  var DropdownList = (props) => {
4884
4931
  const {
4885
4932
  valueIconName,
4886
- arrowIconName = defaultProps12.arrowIconName,
4933
+ arrowIconName = defaultProps13.arrowIconName,
4887
4934
  prefix,
4888
4935
  suffix,
4889
4936
  value,
@@ -4899,13 +4946,13 @@ var DropdownList = (props) => {
4899
4946
  loading,
4900
4947
  disabled,
4901
4948
  readonly,
4902
- showValue = defaultProps12.showValue,
4949
+ showValue = defaultProps13.showValue,
4903
4950
  popup,
4904
4951
  opened,
4905
4952
  ...other
4906
4953
  } = props;
4907
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
4908
- /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4954
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
4955
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4909
4956
  Picker,
4910
4957
  {
4911
4958
  ...other,
@@ -4928,8 +4975,8 @@ var DropdownList = (props) => {
4928
4975
  }
4929
4976
  ),
4930
4977
  children: [
4931
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputPrefix, { children: prefix }),
4932
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4978
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
4979
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4933
4980
  InputInnerSpan,
4934
4981
  {
4935
4982
  placeholder,
@@ -4938,7 +4985,7 @@ var DropdownList = (props) => {
4938
4985
  valueIconName
4939
4986
  }
4940
4987
  ),
4941
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4988
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4942
4989
  InputValidationIcon,
4943
4990
  {
4944
4991
  valid,
@@ -4947,15 +4994,15 @@ var DropdownList = (props) => {
4947
4994
  disabled
4948
4995
  }
4949
4996
  ),
4950
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4997
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4951
4998
  InputLoadingIcon,
4952
4999
  {
4953
5000
  loading,
4954
5001
  disabled
4955
5002
  }
4956
5003
  ),
4957
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputSuffix, { children: suffix }),
4958
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5004
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix }),
5005
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4959
5006
  Button,
4960
5007
  {
4961
5008
  className: "k-input-button",
@@ -4968,35 +5015,35 @@ var DropdownList = (props) => {
4968
5015
  ]
4969
5016
  }
4970
5017
  ),
4971
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5018
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
4972
5019
  ] });
4973
5020
  };
4974
- DropdownList.states = states16;
4975
- DropdownList.options = options15;
5021
+ DropdownList.states = states17;
5022
+ DropdownList.options = options16;
4976
5023
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
4977
- DropdownList.defaultProps = defaultProps12;
5024
+ DropdownList.defaultProps = defaultProps13;
4978
5025
 
4979
5026
  // src/dropdownlist/templates/dropdownlist-normal.tsx
4980
- var import_jsx_runtime23 = require("react/jsx-runtime");
5027
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4981
5028
 
4982
5029
  // src/nodata/nodata.tsx
4983
- var import_jsx_runtime24 = require("react/jsx-runtime");
5030
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4984
5031
  var className9 = `k-nodata`;
4985
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5032
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: classNames(className9, props.className), children: props.children });
4986
5033
 
4987
5034
  // src/list/list.spec.tsx
4988
- var import_jsx_runtime25 = require("react/jsx-runtime");
5035
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4989
5036
  var LIST_CLASSNAME = `k-list`;
4990
- var states17 = [];
4991
- var options16 = {
5037
+ var states18 = [];
5038
+ var options17 = {
4992
5039
  size: [Size.small, Size.medium, Size.large]
4993
5040
  };
4994
- var defaultProps13 = {
5041
+ var defaultProps14 = {
4995
5042
  size: Size.medium
4996
5043
  };
4997
5044
  var List = (props) => {
4998
5045
  const {
4999
- size = defaultProps13.size,
5046
+ size = defaultProps14.size,
5000
5047
  virtualization,
5001
5048
  children,
5002
5049
  optionLabel,
@@ -5013,7 +5060,7 @@ var List = (props) => {
5013
5060
  listHeader = child.props.label;
5014
5061
  child.props.children.map((optChild, index2) => {
5015
5062
  listChildren.push(
5016
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5063
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5017
5064
  ListItem,
5018
5065
  {
5019
5066
  ...optChild.props
@@ -5029,7 +5076,7 @@ var List = (props) => {
5029
5076
  groupLabel = child.props.label;
5030
5077
  }
5031
5078
  listChildren.push(
5032
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5079
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5033
5080
  ListItem,
5034
5081
  {
5035
5082
  className: index2 === 0 ? "k-first" : "",
@@ -5041,16 +5088,16 @@ var List = (props) => {
5041
5088
  );
5042
5089
  });
5043
5090
  }
5044
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5091
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5045
5092
  } else if (child.type === ListItem) {
5046
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5047
- listContent = /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ListContent, { virtualization, children: listChildren });
5093
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5094
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListContent, { virtualization, children: listChildren });
5048
5095
  }
5049
5096
  });
5050
5097
  } else {
5051
- listContent = /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(NoData, { children: "No data found." });
5098
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(NoData, { children: "No data found." });
5052
5099
  }
5053
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5100
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5054
5101
  "div",
5055
5102
  {
5056
5103
  ...other,
@@ -5072,24 +5119,24 @@ var List = (props) => {
5072
5119
  }
5073
5120
  );
5074
5121
  };
5075
- List.states = states17;
5076
- List.options = options16;
5122
+ List.states = states18;
5123
+ List.options = options17;
5077
5124
  List.className = LIST_CLASSNAME;
5078
- List.defaultProps = defaultProps13;
5125
+ List.defaultProps = defaultProps14;
5079
5126
 
5080
5127
  // src/list/list-angular.spec.tsx
5081
- var import_jsx_runtime26 = require("react/jsx-runtime");
5128
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5082
5129
  var LISTANGULAR_CLASSNAME = `k-list`;
5083
- var states18 = [];
5084
- var options17 = {
5130
+ var states19 = [];
5131
+ var options18 = {
5085
5132
  size: [Size.small, Size.medium, Size.large]
5086
5133
  };
5087
- var defaultProps14 = {
5134
+ var defaultProps15 = {
5088
5135
  size: Size.medium
5089
5136
  };
5090
5137
  var ListAngular = (props) => {
5091
5138
  const {
5092
- size = defaultProps14.size,
5139
+ size = defaultProps15.size,
5093
5140
  virtualization,
5094
5141
  children,
5095
5142
  ...other
@@ -5105,7 +5152,7 @@ var ListAngular = (props) => {
5105
5152
  listHeader = child.props.label;
5106
5153
  child.props.children.map((optChild, index2) => {
5107
5154
  listChildren.push(
5108
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5155
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5109
5156
  ListItem,
5110
5157
  {
5111
5158
  ...optChild.props
@@ -5116,7 +5163,7 @@ var ListAngular = (props) => {
5116
5163
  });
5117
5164
  } else {
5118
5165
  listChildren.push(
5119
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5166
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5120
5167
  ListGroupItem,
5121
5168
  {
5122
5169
  ...child.props,
@@ -5127,7 +5174,7 @@ var ListAngular = (props) => {
5127
5174
  );
5128
5175
  child.props.children.map((optChild, index2) => {
5129
5176
  listChildren.push(
5130
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5177
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5131
5178
  ListItem,
5132
5179
  {
5133
5180
  ...optChild.props
@@ -5137,16 +5184,16 @@ var ListAngular = (props) => {
5137
5184
  );
5138
5185
  });
5139
5186
  }
5140
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5187
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5141
5188
  } else if (child.type === ListItem) {
5142
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5143
- listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListContent, { virtualization, children: listChildren });
5189
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5190
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListContent, { virtualization, children: listChildren });
5144
5191
  }
5145
5192
  });
5146
5193
  } else {
5147
- listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(NoData, { children: "No data found." });
5194
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(NoData, { children: "No data found." });
5148
5195
  }
5149
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5196
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5150
5197
  "div",
5151
5198
  {
5152
5199
  ...other,
@@ -5167,22 +5214,22 @@ var ListAngular = (props) => {
5167
5214
  }
5168
5215
  );
5169
5216
  };
5170
- ListAngular.states = states18;
5171
- ListAngular.options = options17;
5217
+ ListAngular.states = states19;
5218
+ ListAngular.options = options18;
5172
5219
  ListAngular.className = LISTANGULAR_CLASSNAME;
5173
- ListAngular.defaultProps = defaultProps14;
5220
+ ListAngular.defaultProps = defaultProps15;
5174
5221
 
5175
5222
  // src/list/list-item.spec.tsx
5176
- var import_jsx_runtime27 = require("react/jsx-runtime");
5223
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5177
5224
  var LISTITEM_CLASSNAME = `k-list-item`;
5178
- var states19 = [
5225
+ var states20 = [
5179
5226
  States.hover,
5180
5227
  States.focus,
5181
5228
  States.selected,
5182
5229
  States.disabled
5183
5230
  ];
5184
- var options18 = {};
5185
- var defaultProps15 = {};
5231
+ var options19 = {};
5232
+ var defaultProps16 = {};
5186
5233
  var ListItem = (props) => {
5187
5234
  const {
5188
5235
  text,
@@ -5198,7 +5245,7 @@ var ListItem = (props) => {
5198
5245
  ...other
5199
5246
  } = props;
5200
5247
  const textOrChildren = text ? text : props.children;
5201
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5248
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5202
5249
  "li",
5203
5250
  {
5204
5251
  ...other,
@@ -5213,66 +5260,66 @@ var ListItem = (props) => {
5213
5260
  })
5214
5261
  ),
5215
5262
  children: [
5216
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Checkbox, { checked }),
5217
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { icon: iconName }),
5218
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5219
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5263
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Checkbox, { checked }),
5264
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { icon: iconName }),
5265
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5266
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5220
5267
  ]
5221
5268
  }
5222
5269
  );
5223
5270
  };
5224
- ListItem.states = states19;
5225
- ListItem.options = options18;
5271
+ ListItem.states = states20;
5272
+ ListItem.options = options19;
5226
5273
  ListItem.className = LISTITEM_CLASSNAME;
5227
- ListItem.defaultProps = defaultProps15;
5274
+ ListItem.defaultProps = defaultProps16;
5228
5275
 
5229
5276
  // src/list/list-content.tsx
5230
- var import_jsx_runtime28 = require("react/jsx-runtime");
5277
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5231
5278
  var className10 = `k-list-content`;
5232
5279
  var ListContent = (props) => {
5233
5280
  const {
5234
5281
  virtualization
5235
5282
  } = props;
5236
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: classNames(className10, props.className), children: [
5237
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5238
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", {}) })
5283
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { className: classNames(className10, props.className), children: [
5284
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5285
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", {}) })
5239
5286
  ] });
5240
5287
  };
5241
5288
 
5242
5289
  // src/list/list-header.tsx
5243
- var import_jsx_runtime29 = require("react/jsx-runtime");
5290
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5244
5291
  var className11 = `k-list-group-sticky-header`;
5245
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5292
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5246
5293
 
5247
5294
  // src/list/list-group.tsx
5248
- var import_jsx_runtime30 = require("react/jsx-runtime");
5295
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5249
5296
  var ListGroup = (props) => {
5250
5297
  const {
5251
5298
  virtualization,
5252
5299
  label
5253
5300
  } = props;
5254
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5255
- label && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListHeader, { children: label }),
5256
- props.children && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: props.children })
5301
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5302
+ label && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListHeader, { children: label }),
5303
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListContent, { virtualization, children: props.children })
5257
5304
  ] });
5258
5305
  };
5259
5306
 
5260
5307
  // src/list/list-group-item.tsx
5261
- var import_jsx_runtime31 = require("react/jsx-runtime");
5308
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5262
5309
  var className12 = `k-list-group-item`;
5263
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5310
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5264
5311
 
5265
5312
  // src/list/list-option-label.tsx
5266
- var import_jsx_runtime32 = require("react/jsx-runtime");
5313
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5267
5314
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5268
- var states20 = [
5315
+ var states21 = [
5269
5316
  States.hover,
5270
5317
  States.focus,
5271
5318
  States.selected,
5272
5319
  States.disabled
5273
5320
  ];
5274
- var options19 = {};
5275
- var defaultProps16 = {};
5321
+ var options20 = {};
5322
+ var defaultProps17 = {};
5276
5323
  var ListOptionLabel = (props) => {
5277
5324
  const {
5278
5325
  text,
@@ -5282,7 +5329,7 @@ var ListOptionLabel = (props) => {
5282
5329
  disabled,
5283
5330
  ...other
5284
5331
  } = props;
5285
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5332
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5286
5333
  "div",
5287
5334
  {
5288
5335
  ...other,
@@ -5299,18 +5346,18 @@ var ListOptionLabel = (props) => {
5299
5346
  }
5300
5347
  );
5301
5348
  };
5302
- ListOptionLabel.states = states20;
5303
- ListOptionLabel.options = options19;
5349
+ ListOptionLabel.states = states21;
5350
+ ListOptionLabel.options = options20;
5304
5351
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5305
- ListOptionLabel.defaultProps = defaultProps16;
5352
+ ListOptionLabel.defaultProps = defaultProps17;
5306
5353
 
5307
5354
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5308
- var import_jsx_runtime33 = require("react/jsx-runtime");
5355
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5309
5356
 
5310
5357
  // src/searchbox/searchbox.spec.tsx
5311
- var import_jsx_runtime34 = require("react/jsx-runtime");
5358
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5312
5359
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5313
- var states21 = [
5360
+ var states22 = [
5314
5361
  States.hover,
5315
5362
  States.focus,
5316
5363
  States.valid,
@@ -5319,12 +5366,12 @@ var states21 = [
5319
5366
  States.disabled,
5320
5367
  States.loading
5321
5368
  ];
5322
- var options20 = {
5369
+ var options21 = {
5323
5370
  size: [Size.small, Size.medium, Size.large],
5324
5371
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5325
5372
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5326
5373
  };
5327
- var defaultProps17 = {
5374
+ var defaultProps18 = {
5328
5375
  showIcon: true,
5329
5376
  icon: "search",
5330
5377
  size: Input.defaultProps.size,
@@ -5345,11 +5392,11 @@ var Searchbox = (props) => {
5345
5392
  required,
5346
5393
  loading,
5347
5394
  disabled,
5348
- showIcon = defaultProps17.showIcon,
5349
- icon = defaultProps17.icon,
5395
+ showIcon = defaultProps18.showIcon,
5396
+ icon = defaultProps18.icon,
5350
5397
  ...other
5351
5398
  } = props;
5352
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5399
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5353
5400
  Input,
5354
5401
  {
5355
5402
  ...other,
@@ -5365,47 +5412,47 @@ var Searchbox = (props) => {
5365
5412
  disabled,
5366
5413
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5367
5414
  children: [
5368
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { className: "k-input-icon", icon }),
5369
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputInnerInput, { placeholder, value }),
5370
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputLoadingIcon, { ...props }),
5371
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputValidationIcon, { ...props }),
5372
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputClearValue, { ...props })
5415
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { className: "k-input-icon", icon }),
5416
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputInnerInput, { placeholder, value }),
5417
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputLoadingIcon, { ...props }),
5418
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputValidationIcon, { ...props }),
5419
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputClearValue, { ...props })
5373
5420
  ]
5374
5421
  }
5375
5422
  );
5376
5423
  };
5377
- Searchbox.states = states21;
5378
- Searchbox.options = options20;
5424
+ Searchbox.states = states22;
5425
+ Searchbox.options = options21;
5379
5426
  Searchbox.className = SEARCHBOX_CLASSNAME;
5380
- Searchbox.defaultProps = defaultProps17;
5427
+ Searchbox.defaultProps = defaultProps18;
5381
5428
 
5382
5429
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5383
- var import_jsx_runtime35 = require("react/jsx-runtime");
5430
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5384
5431
 
5385
5432
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5386
- var import_jsx_runtime36 = require("react/jsx-runtime");
5433
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5387
5434
 
5388
5435
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5389
- var import_jsx_runtime37 = require("react/jsx-runtime");
5436
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5390
5437
 
5391
5438
  // src/form/fieldset.tsx
5392
- var import_jsx_runtime38 = require("react/jsx-runtime");
5439
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5393
5440
  var FIELDSET_CLASSNAME = "k-form-fieldset";
5394
5441
  var Fieldset = (props) => {
5395
5442
  const {
5396
5443
  legend
5397
5444
  } = props;
5398
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
5399
- legend && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("legend", { className: "k-form-legend", children: legend }),
5445
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
5446
+ legend && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("legend", { className: "k-form-legend", children: legend }),
5400
5447
  props.children
5401
5448
  ] });
5402
5449
  };
5403
5450
  Fieldset.className = FIELDSET_CLASSNAME;
5404
5451
 
5405
5452
  // src/form/form-field.tsx
5406
- var import_jsx_runtime39 = require("react/jsx-runtime");
5453
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5407
5454
  var FORMFIELD_CLASSNAME = "k-form-field";
5408
- var states22 = [
5455
+ var states23 = [
5409
5456
  States.disabled
5410
5457
  ];
5411
5458
  var FormField = (props) => {
@@ -5420,7 +5467,7 @@ var FormField = (props) => {
5420
5467
  disabled,
5421
5468
  dir
5422
5469
  } = props;
5423
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5470
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5424
5471
  "div",
5425
5472
  {
5426
5473
  className: classNames(
@@ -5430,19 +5477,19 @@ var FormField = (props) => {
5430
5477
  ),
5431
5478
  dir,
5432
5479
  children: [
5433
- label && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: classNames(
5480
+ label && /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("label", { className: classNames(
5434
5481
  "k-label",
5435
5482
  "k-form-label"
5436
5483
  ), children: [
5437
5484
  label,
5438
- optional && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
5439
- info && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-field-info", children: "(field info)" })
5485
+ optional && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
5486
+ info && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-field-info", children: "(field info)" })
5440
5487
  ] }),
5441
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
5442
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-form-field-wrap", children: [
5488
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
5489
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "k-form-field-wrap", children: [
5443
5490
  editor,
5444
- hint && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-form-hint", children: hint }),
5445
- error && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-form-error", children: error })
5491
+ hint && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-form-hint", children: hint }),
5492
+ error && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-form-error", children: error })
5446
5493
  ] })
5447
5494
  ]
5448
5495
  }
@@ -5451,33 +5498,33 @@ var FormField = (props) => {
5451
5498
  FormField.className = FORMFIELD_CLASSNAME;
5452
5499
 
5453
5500
  // src/form/form.spec.tsx
5454
- var import_jsx_runtime40 = require("react/jsx-runtime");
5501
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5455
5502
  var import_react = require("react");
5456
5503
  var FORM_CLASSNAME = "k-form";
5457
- var states23 = [];
5458
- var options21 = {
5504
+ var states24 = [];
5505
+ var options22 = {
5459
5506
  size: [Size.small, Size.medium, Size.large]
5460
5507
  };
5461
- var defaultProps18 = {
5508
+ var defaultProps19 = {
5462
5509
  size: Size.medium,
5463
5510
  layout: "basic",
5464
5511
  tag: "form"
5465
5512
  };
5466
5513
  var Form = (props) => {
5467
5514
  const {
5468
- size = defaultProps18.size,
5515
+ size = defaultProps19.size,
5469
5516
  orientation,
5470
- layout = defaultProps18.layout,
5517
+ layout = defaultProps19.layout,
5471
5518
  formButtons,
5472
5519
  legend,
5473
5520
  cols,
5474
5521
  gapX,
5475
5522
  gapY,
5476
- tag = defaultProps18.tag,
5523
+ tag = defaultProps19.tag,
5477
5524
  children
5478
5525
  } = props;
5479
5526
  const ConditionalWrapper = ({ condition, wrapper, children: children2 }) => condition ? wrapper(children2) : children2;
5480
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: className13, children: children2 });
5527
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: className13, children: children2 });
5481
5528
  const formChildren = [];
5482
5529
  if (children) {
5483
5530
  if (Array.isArray(children)) {
@@ -5491,10 +5538,10 @@ var Form = (props) => {
5491
5538
  }
5492
5539
  });
5493
5540
  } else {
5494
- children.type === FormField && formChildren.push(/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(FormField, { ...children.props, orientation }));
5541
+ children.type === FormField && formChildren.push(/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(FormField, { ...children.props, orientation }));
5495
5542
  }
5496
5543
  }
5497
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(Parent, { tag, className: classNames(
5544
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(Parent, { tag, className: classNames(
5498
5545
  props.className,
5499
5546
  FORM_CLASSNAME,
5500
5547
  optionClassNames(FORM_CLASSNAME, {
@@ -5504,11 +5551,11 @@ var Form = (props) => {
5504
5551
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
5505
5552
  }
5506
5553
  ), children: [
5507
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5554
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5508
5555
  ConditionalWrapper,
5509
5556
  {
5510
5557
  condition: layout === "grid",
5511
- wrapper: (children2) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Fieldset, { legend, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: classNames(
5558
+ wrapper: (children2) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Fieldset, { legend, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: classNames(
5512
5559
  "k-form-layout",
5513
5560
  "k-d-grid",
5514
5561
  {
@@ -5520,33 +5567,33 @@ var Form = (props) => {
5520
5567
  children: formChildren
5521
5568
  }
5522
5569
  ),
5523
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-form-buttons", children: formButtons })
5570
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-form-buttons", children: formButtons })
5524
5571
  ] });
5525
5572
  };
5526
- Form.states = states23;
5527
- Form.options = options21;
5573
+ Form.states = states24;
5574
+ Form.options = options22;
5528
5575
  Form.className = FORM_CLASSNAME;
5529
- Form.defaultProps = defaultProps18;
5576
+ Form.defaultProps = defaultProps19;
5530
5577
 
5531
5578
  // src/spinbutton/spinbutton.spec.tsx
5532
- var import_jsx_runtime41 = require("react/jsx-runtime");
5579
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5533
5580
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5534
- var states24 = [];
5535
- var options22 = {
5581
+ var states25 = [];
5582
+ var options23 = {
5536
5583
  size: [Size.small, Size.medium, Size.large],
5537
5584
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5538
5585
  };
5539
- var defaultProps19 = {
5586
+ var defaultProps20 = {
5540
5587
  size: Size.medium,
5541
5588
  fillMode: FillMode.solid
5542
5589
  };
5543
5590
  var SpinButton = (props) => {
5544
5591
  const {
5545
- size = defaultProps19.size,
5546
- fillMode = defaultProps19.fillMode,
5592
+ size = defaultProps20.size,
5593
+ fillMode = defaultProps20.fillMode,
5547
5594
  ...other
5548
5595
  } = props;
5549
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5596
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5550
5597
  "span",
5551
5598
  {
5552
5599
  ...other,
@@ -5555,7 +5602,7 @@ var SpinButton = (props) => {
5555
5602
  props.className
5556
5603
  ),
5557
5604
  children: [
5558
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5605
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5559
5606
  Button,
5560
5607
  {
5561
5608
  className: "k-spinner-increase",
@@ -5565,7 +5612,7 @@ var SpinButton = (props) => {
5565
5612
  fillMode
5566
5613
  }
5567
5614
  ),
5568
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5615
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5569
5616
  Button,
5570
5617
  {
5571
5618
  className: "k-spinner-decrease",
@@ -5579,15 +5626,15 @@ var SpinButton = (props) => {
5579
5626
  }
5580
5627
  );
5581
5628
  };
5582
- SpinButton.states = states24;
5583
- SpinButton.options = options22;
5629
+ SpinButton.states = states25;
5630
+ SpinButton.options = options23;
5584
5631
  SpinButton.className = SPINBUTTON_CLASSNAME;
5585
- SpinButton.defaultProps = defaultProps19;
5632
+ SpinButton.defaultProps = defaultProps20;
5586
5633
 
5587
5634
  // src/numerictextbox/numerictextbox.spec.tsx
5588
- var import_jsx_runtime42 = require("react/jsx-runtime");
5635
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5589
5636
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5590
- var states25 = [
5637
+ var states26 = [
5591
5638
  States.hover,
5592
5639
  States.focus,
5593
5640
  States.valid,
@@ -5597,12 +5644,12 @@ var states25 = [
5597
5644
  States.disabled,
5598
5645
  States.readonly
5599
5646
  ];
5600
- var options23 = {
5647
+ var options24 = {
5601
5648
  size: [Size.small, Size.medium, Size.large],
5602
5649
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5603
5650
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5604
5651
  };
5605
- var defaultProps20 = {
5652
+ var defaultProps21 = {
5606
5653
  showSpinButton: true,
5607
5654
  showClearButton: true,
5608
5655
  size: Input.defaultProps.size,
@@ -5624,11 +5671,11 @@ var NumericTextbox = (props) => {
5624
5671
  loading,
5625
5672
  disabled,
5626
5673
  readonly,
5627
- showClearButton = defaultProps20.showClearButton,
5628
- showSpinButton = defaultProps20.showSpinButton,
5674
+ showClearButton = defaultProps21.showClearButton,
5675
+ showSpinButton = defaultProps21.showSpinButton,
5629
5676
  ...other
5630
5677
  } = props;
5631
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5678
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5632
5679
  Input,
5633
5680
  {
5634
5681
  ...other,
@@ -5645,8 +5692,8 @@ var NumericTextbox = (props) => {
5645
5692
  readonly,
5646
5693
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5647
5694
  children: [
5648
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5649
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5695
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5696
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5650
5697
  InputValidationIcon,
5651
5698
  {
5652
5699
  valid,
@@ -5655,14 +5702,14 @@ var NumericTextbox = (props) => {
5655
5702
  disabled
5656
5703
  }
5657
5704
  ),
5658
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5705
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5659
5706
  InputLoadingIcon,
5660
5707
  {
5661
5708
  loading,
5662
5709
  disabled
5663
5710
  }
5664
5711
  ),
5665
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5712
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5666
5713
  InputClearValue,
5667
5714
  {
5668
5715
  loading,
@@ -5671,7 +5718,7 @@ var NumericTextbox = (props) => {
5671
5718
  value
5672
5719
  }
5673
5720
  ),
5674
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5721
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5675
5722
  SpinButton,
5676
5723
  {
5677
5724
  className: "k-input-spinner",
@@ -5683,15 +5730,15 @@ var NumericTextbox = (props) => {
5683
5730
  }
5684
5731
  );
5685
5732
  };
5686
- NumericTextbox.states = states25;
5687
- NumericTextbox.options = options23;
5733
+ NumericTextbox.states = states26;
5734
+ NumericTextbox.options = options24;
5688
5735
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5689
- NumericTextbox.defaultProps = defaultProps20;
5736
+ NumericTextbox.defaultProps = defaultProps21;
5690
5737
 
5691
5738
  // src/textarea/textarea.spec.tsx
5692
- var import_jsx_runtime43 = require("react/jsx-runtime");
5739
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5693
5740
  var TEXTAREA_CLASSNAME = `k-textarea`;
5694
- var states26 = [
5741
+ var states27 = [
5695
5742
  States.hover,
5696
5743
  States.focus,
5697
5744
  States.valid,
@@ -5700,12 +5747,12 @@ var states26 = [
5700
5747
  States.disabled,
5701
5748
  States.loading
5702
5749
  ];
5703
- var options24 = {
5750
+ var options25 = {
5704
5751
  size: [Size.small, Size.medium, Size.large],
5705
5752
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5706
5753
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5707
5754
  };
5708
- var defaultProps21 = {
5755
+ var defaultProps22 = {
5709
5756
  size: Input.defaultProps.size,
5710
5757
  rounded: Input.defaultProps.rounded,
5711
5758
  fillMode: Input.defaultProps.fillMode
@@ -5727,7 +5774,7 @@ var Textarea = (props) => {
5727
5774
  disabled,
5728
5775
  ...other
5729
5776
  } = props;
5730
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5777
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5731
5778
  Input,
5732
5779
  {
5733
5780
  ...other,
@@ -5742,7 +5789,7 @@ var Textarea = (props) => {
5742
5789
  loading,
5743
5790
  disabled,
5744
5791
  className: classNames(props.className, TEXTAREA_CLASSNAME),
5745
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5792
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5746
5793
  InputInnerTextarea,
5747
5794
  {
5748
5795
  className: "!k-overflow-auto",
@@ -5754,15 +5801,15 @@ var Textarea = (props) => {
5754
5801
  }
5755
5802
  );
5756
5803
  };
5757
- Textarea.states = states26;
5758
- Textarea.options = options24;
5804
+ Textarea.states = states27;
5805
+ Textarea.options = options25;
5759
5806
  Textarea.className = TEXTAREA_CLASSNAME;
5760
- Textarea.defaultProps = defaultProps21;
5807
+ Textarea.defaultProps = defaultProps22;
5761
5808
 
5762
5809
  // src/textbox/textbox.spec.tsx
5763
- var import_jsx_runtime44 = require("react/jsx-runtime");
5810
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5764
5811
  var TEXTBOX_CLASSNAME = `k-textbox`;
5765
- var states27 = [
5812
+ var states28 = [
5766
5813
  States.hover,
5767
5814
  States.focus,
5768
5815
  States.valid,
@@ -5772,12 +5819,12 @@ var states27 = [
5772
5819
  States.loading,
5773
5820
  States.readonly
5774
5821
  ];
5775
- var options25 = {
5822
+ var options26 = {
5776
5823
  size: [Size.small, Size.medium, Size.large],
5777
5824
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5778
5825
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5779
5826
  };
5780
- var defaultProps22 = {
5827
+ var defaultProps23 = {
5781
5828
  showClearButton: true,
5782
5829
  size: Input.defaultProps.size,
5783
5830
  rounded: Input.defaultProps.rounded,
@@ -5800,10 +5847,10 @@ var Textbox = (props) => {
5800
5847
  loading,
5801
5848
  disabled,
5802
5849
  readonly,
5803
- showClearButton = defaultProps22.showClearButton,
5850
+ showClearButton = defaultProps23.showClearButton,
5804
5851
  ...other
5805
5852
  } = props;
5806
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5853
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5807
5854
  Input,
5808
5855
  {
5809
5856
  ...other,
@@ -5820,9 +5867,9 @@ var Textbox = (props) => {
5820
5867
  readonly,
5821
5868
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5822
5869
  children: [
5823
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputPrefix, { children: prefix }),
5824
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputInnerInput, { placeholder, value }),
5825
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5870
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputPrefix, { children: prefix }),
5871
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputInnerInput, { placeholder, value }),
5872
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5826
5873
  InputValidationIcon,
5827
5874
  {
5828
5875
  valid,
@@ -5831,14 +5878,14 @@ var Textbox = (props) => {
5831
5878
  disabled
5832
5879
  }
5833
5880
  ),
5834
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5881
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5835
5882
  InputLoadingIcon,
5836
5883
  {
5837
5884
  loading,
5838
5885
  disabled
5839
5886
  }
5840
5887
  ),
5841
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5888
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5842
5889
  InputClearValue,
5843
5890
  {
5844
5891
  loading,
@@ -5847,32 +5894,32 @@ var Textbox = (props) => {
5847
5894
  value
5848
5895
  }
5849
5896
  ),
5850
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputSuffix, { children: suffix })
5897
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputSuffix, { children: suffix })
5851
5898
  ]
5852
5899
  }
5853
5900
  );
5854
5901
  };
5855
- Textbox.states = states27;
5856
- Textbox.options = options25;
5902
+ Textbox.states = states28;
5903
+ Textbox.options = options26;
5857
5904
  Textbox.className = TEXTBOX_CLASSNAME;
5858
- Textbox.defaultProps = defaultProps22;
5905
+ Textbox.defaultProps = defaultProps23;
5859
5906
 
5860
5907
  // src/action-buttons/action-buttons.spec.tsx
5861
- var import_jsx_runtime45 = require("react/jsx-runtime");
5908
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5862
5909
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5863
- var states28 = [];
5864
- var options26 = {};
5865
- var defaultProps23 = {
5910
+ var states29 = [];
5911
+ var options27 = {};
5912
+ var defaultProps24 = {
5866
5913
  alignment: "start",
5867
5914
  orientation: "horizontal"
5868
5915
  };
5869
5916
  var ActionButtons = (props) => {
5870
5917
  const {
5871
- alignment = defaultProps23.alignment,
5872
- orientation = defaultProps23.orientation,
5918
+ alignment = defaultProps24.alignment,
5919
+ orientation = defaultProps24.orientation,
5873
5920
  ...other
5874
5921
  } = props;
5875
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5922
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5876
5923
  "div",
5877
5924
  {
5878
5925
  ...other,
@@ -5888,23 +5935,23 @@ var ActionButtons = (props) => {
5888
5935
  }
5889
5936
  );
5890
5937
  };
5891
- ActionButtons.states = states28;
5892
- ActionButtons.options = options26;
5938
+ ActionButtons.states = states29;
5939
+ ActionButtons.options = options27;
5893
5940
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5894
- ActionButtons.defaultProps = defaultProps23;
5941
+ ActionButtons.defaultProps = defaultProps24;
5895
5942
 
5896
5943
  // src/window/window.spec.tsx
5897
- var import_jsx_runtime46 = require("react/jsx-runtime");
5944
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5898
5945
  var WINDOW_CLASSNAME = `k-window`;
5899
- var states29 = [];
5900
- var options27 = {
5946
+ var states30 = [];
5947
+ var options28 = {
5901
5948
  themeColor: [
5902
5949
  ThemeColor.primary,
5903
5950
  ThemeColor.light,
5904
5951
  ThemeColor.dark
5905
5952
  ]
5906
5953
  };
5907
- var defaultProps24 = {};
5954
+ var defaultProps25 = {};
5908
5955
  var Window = (props) => {
5909
5956
  const {
5910
5957
  title,
@@ -5915,7 +5962,7 @@ var Window = (props) => {
5915
5962
  actionButtonsAlign,
5916
5963
  ...other
5917
5964
  } = props;
5918
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5965
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5919
5966
  "div",
5920
5967
  {
5921
5968
  ...other,
@@ -5928,357 +5975,357 @@ var Window = (props) => {
5928
5975
  }
5929
5976
  ),
5930
5977
  children: [
5931
- (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-window-titlebar", children: [
5932
- title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-window-title", children: title }),
5933
- actions && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
5934
- (actionName) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
5978
+ (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-window-titlebar", children: [
5979
+ title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-window-title", children: title }),
5980
+ actions && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_jsx_runtime47.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
5981
+ (actionName) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
5935
5982
  ) }) })
5936
5983
  ] }),
5937
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: classNames(
5984
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: classNames(
5938
5985
  "k-window-content",
5939
5986
  {
5940
5987
  "k-hidden": minimized
5941
5988
  }
5942
5989
  ), children: props.children }),
5943
- actionButtons && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
5990
+ actionButtons && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
5944
5991
  ]
5945
5992
  }
5946
5993
  );
5947
5994
  };
5948
- Window.states = states29;
5949
- Window.options = options27;
5995
+ Window.states = states30;
5996
+ Window.options = options28;
5950
5997
  Window.className = WINDOW_CLASSNAME;
5951
- Window.defaultProps = defaultProps24;
5998
+ Window.defaultProps = defaultProps25;
5952
5999
 
5953
6000
  // src/editor/tests/editor-table-wizard.tsx
5954
- var import_jsx_runtime47 = require("react/jsx-runtime");
6001
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5955
6002
  var styles = `
5956
6003
  .k-window {
5957
6004
  width: 100%;
5958
6005
  position: relative;
5959
6006
  }
5960
6007
  `;
5961
- var editor_table_wizard_default = () => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
5962
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("style", { children: styles }),
5963
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5964
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
5965
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { themeColor: "primary", children: "Save" }),
5966
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { children: "Cancel" })
5967
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
5968
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
5969
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-link", children: "General" }) }),
5970
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("li", { className: "k-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-link", children: "Advanced" }) })
6008
+ var editor_table_wizard_default = () => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
6009
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("style", { children: styles }),
6010
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6011
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
6012
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { themeColor: "primary", children: "Save" }),
6013
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { children: "Cancel" })
6014
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6015
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6016
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-link", children: "General" }) }),
6017
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("li", { className: "k-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-link", children: "Advanced" }) })
5971
6018
  ] }) }),
5972
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
5973
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6019
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6020
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5974
6021
  FormField,
5975
6022
  {
5976
6023
  className: "k-col-span-2",
5977
6024
  label: "Rows",
5978
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { value: "3" })
6025
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { value: "3" })
5979
6026
  }
5980
6027
  ),
5981
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6028
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5982
6029
  FormField,
5983
6030
  {
5984
6031
  className: "k-col-span-2",
5985
6032
  label: "Columns",
5986
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { value: "4" })
6033
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { value: "4" })
5987
6034
  }
5988
6035
  ),
5989
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6036
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5990
6037
  FormField,
5991
6038
  {
5992
6039
  className: "k-col-span-1",
5993
6040
  label: "Width",
5994
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, {})
6041
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, {})
5995
6042
  }
5996
6043
  ),
5997
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6044
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5998
6045
  FormField,
5999
6046
  {
6000
6047
  className: "k-col-span-1",
6001
6048
  label: "\xA0",
6002
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { placeholder: "%" })
6049
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { placeholder: "%" })
6003
6050
  }
6004
6051
  ),
6005
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6052
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6006
6053
  FormField,
6007
6054
  {
6008
6055
  className: "k-col-span-1",
6009
6056
  label: "Height",
6010
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { placeholder: "Auto" })
6057
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { placeholder: "Auto" })
6011
6058
  }
6012
6059
  ),
6013
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6060
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6014
6061
  FormField,
6015
6062
  {
6016
6063
  className: "k-col-span-1",
6017
6064
  label: "\xA0",
6018
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { placeholder: "px" })
6065
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { placeholder: "px" })
6019
6066
  }
6020
6067
  ),
6021
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6068
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6022
6069
  FormField,
6023
6070
  {
6024
6071
  className: "k-col-span-2",
6025
6072
  label: "Position",
6026
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "table-position-start" }), placeholder: "Left" })
6073
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "table-position-start" }), placeholder: "Left" })
6027
6074
  }
6028
6075
  ),
6029
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6076
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6030
6077
  FormField,
6031
6078
  {
6032
6079
  className: "k-col-span-2",
6033
6080
  label: "Alignment",
6034
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6081
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6035
6082
  }
6036
6083
  ),
6037
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6084
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6038
6085
  FormField,
6039
6086
  {
6040
6087
  className: "k-col-span-2",
6041
6088
  label: "Cell spacing",
6042
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { placeholder: "Auto" })
6089
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { placeholder: "Auto" })
6043
6090
  }
6044
6091
  ),
6045
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6092
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6046
6093
  FormField,
6047
6094
  {
6048
6095
  className: "k-col-span-2",
6049
6096
  label: "Cell padding",
6050
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { placeholder: "Auto" })
6097
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { placeholder: "Auto" })
6051
6098
  }
6052
6099
  ),
6053
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6100
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6054
6101
  FormField,
6055
6102
  {
6056
6103
  className: "k-col-span-full",
6057
6104
  label: "Table background",
6058
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ColorPicker, {})
6105
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ColorPicker, {})
6059
6106
  }
6060
6107
  ),
6061
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6108
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6062
6109
  FormField,
6063
6110
  {
6064
6111
  className: "k-col-span-1",
6065
6112
  label: "Border width",
6066
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { value: "1" })
6113
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { value: "1" })
6067
6114
  }
6068
6115
  ),
6069
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6116
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6070
6117
  FormField,
6071
6118
  {
6072
6119
  className: "k-col-span-1",
6073
6120
  label: "Border color",
6074
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ColorPicker, {})
6121
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ColorPicker, {})
6075
6122
  }
6076
6123
  ),
6077
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6124
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6078
6125
  FormField,
6079
6126
  {
6080
6127
  className: "k-col-span-2",
6081
6128
  label: "Border style",
6082
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Solid" })
6129
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { value: "Solid" })
6083
6130
  }
6084
6131
  ),
6085
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6132
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6086
6133
  FormField,
6087
6134
  {
6088
6135
  className: "k-col-span-full",
6089
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
6090
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Checkbox, {}),
6091
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-checkbox-label", children: "Collapse borders" })
6136
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
6137
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Checkbox, {}),
6138
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-checkbox-label", children: "Collapse borders" })
6092
6139
  ] })
6093
6140
  }
6094
6141
  )
6095
6142
  ] }) })
6096
6143
  ] }) }) }),
6097
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
6098
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { themeColor: "primary", children: "Save" }),
6099
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { children: "Cancel" })
6100
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6101
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6102
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-link", children: "General" }) }),
6103
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-link", children: "Advanced" }) })
6144
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
6145
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { themeColor: "primary", children: "Save" }),
6146
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { children: "Cancel" })
6147
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6148
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6149
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-link", children: "General" }) }),
6150
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-link", children: "Advanced" }) })
6104
6151
  ] }) }),
6105
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(Form, { tag: "div", layout: "grid", children: [
6106
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Textbox, {}) }),
6107
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Textbox, {}) }),
6108
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Fieldset, { legend: "Accessibility", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-d-grid k-grid-cols-4 k-gap-x-4", children: [
6109
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6152
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(Form, { tag: "div", layout: "grid", children: [
6153
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Textbox, {}) }),
6154
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Textbox, {}) }),
6155
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Fieldset, { legend: "Accessibility", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-d-grid k-grid-cols-4 k-gap-x-4", children: [
6156
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6110
6157
  FormField,
6111
6158
  {
6112
6159
  className: "k-col-span-2",
6113
6160
  label: "Caption",
6114
6161
  optional: true,
6115
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Textbox, {})
6162
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Textbox, {})
6116
6163
  }
6117
6164
  ),
6118
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6165
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6119
6166
  FormField,
6120
6167
  {
6121
6168
  className: "k-col-span-2",
6122
6169
  label: "Caption alignment",
6123
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6170
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6124
6171
  }
6125
6172
  ),
6126
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6173
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6127
6174
  FormField,
6128
6175
  {
6129
6176
  className: "k-col-span-1",
6130
6177
  label: "Header rows",
6131
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { value: "0" })
6178
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { value: "0" })
6132
6179
  }
6133
6180
  ),
6134
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6181
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6135
6182
  FormField,
6136
6183
  {
6137
6184
  className: "k-col-span-1",
6138
6185
  label: "Header cols",
6139
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { value: "0" })
6186
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { value: "0" })
6140
6187
  }
6141
6188
  ),
6142
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6189
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6143
6190
  FormField,
6144
6191
  {
6145
6192
  className: "k-col-span-2",
6146
6193
  label: "Associate headers",
6147
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Using 'scope' attribu..." })
6194
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { value: "Using 'scope' attribu..." })
6148
6195
  }
6149
6196
  ),
6150
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6197
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6151
6198
  FormField,
6152
6199
  {
6153
6200
  className: "k-col-span-full",
6154
6201
  label: "Summary",
6155
6202
  optional: true,
6156
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
6203
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
6157
6204
  }
6158
6205
  )
6159
6206
  ] }) })
6160
6207
  ] }) })
6161
6208
  ] }) }) }),
6162
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
6163
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { themeColor: "primary", children: "Save" }),
6164
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { children: "Cancel" })
6165
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6166
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6209
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
6210
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { themeColor: "primary", children: "Save" }),
6211
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { children: "Cancel" })
6212
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6213
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6167
6214
  FormField,
6168
6215
  {
6169
6216
  className: "k-col-span-full",
6170
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
6171
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Checkbox, {}),
6172
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-checkbox-label", children: "Apply to all cells" })
6217
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
6218
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Checkbox, {}),
6219
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-checkbox-label", children: "Apply to all cells" })
6173
6220
  ] })
6174
6221
  }
6175
6222
  ),
6176
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6223
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6177
6224
  FormField,
6178
6225
  {
6179
6226
  className: "k-col-span-1",
6180
6227
  label: "Width",
6181
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, {}),
6228
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, {}),
6182
6229
  hint: "apply to column"
6183
6230
  }
6184
6231
  ),
6185
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6232
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6186
6233
  FormField,
6187
6234
  {
6188
6235
  className: "k-col-span-1",
6189
6236
  label: "\xA0",
6190
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { placeholder: "px" })
6237
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { placeholder: "px" })
6191
6238
  }
6192
6239
  ),
6193
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6240
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6194
6241
  FormField,
6195
6242
  {
6196
6243
  className: "k-col-span-1",
6197
6244
  label: "Height",
6198
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { placeholder: "Auto" }),
6245
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { placeholder: "Auto" }),
6199
6246
  hint: "apply to row"
6200
6247
  }
6201
6248
  ),
6202
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6249
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6203
6250
  FormField,
6204
6251
  {
6205
6252
  className: "k-col-span-1",
6206
6253
  label: "\xA0",
6207
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { placeholder: "px" })
6254
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { placeholder: "px" })
6208
6255
  }
6209
6256
  ),
6210
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6257
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6211
6258
  FormField,
6212
6259
  {
6213
6260
  className: "k-col-span-2",
6214
6261
  label: "Alignment",
6215
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6262
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6216
6263
  }
6217
6264
  ),
6218
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6265
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6219
6266
  FormField,
6220
6267
  {
6221
6268
  className: "k-col-span-2",
6222
6269
  label: "Text control",
6223
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
6270
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
6224
6271
  }
6225
6272
  ),
6226
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6273
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6227
6274
  FormField,
6228
6275
  {
6229
6276
  className: "k-col-span-2",
6230
6277
  label: "Cell spacing",
6231
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { placeholder: "Auto" })
6278
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { placeholder: "Auto" })
6232
6279
  }
6233
6280
  ),
6234
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6281
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6235
6282
  FormField,
6236
6283
  {
6237
6284
  className: "k-col-span-2",
6238
6285
  label: "Cell padding",
6239
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { placeholder: "Auto" })
6286
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { placeholder: "Auto" })
6240
6287
  }
6241
6288
  ),
6242
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6289
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6243
6290
  FormField,
6244
6291
  {
6245
6292
  className: "k-col-span-1",
6246
6293
  label: "Border width",
6247
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NumericTextbox, { value: "1" })
6294
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { value: "1" })
6248
6295
  }
6249
6296
  ),
6250
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6297
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6251
6298
  FormField,
6252
6299
  {
6253
6300
  className: "k-col-span-1",
6254
6301
  label: "Border color",
6255
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ColorPicker, {})
6302
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ColorPicker, {})
6256
6303
  }
6257
6304
  ),
6258
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6305
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6259
6306
  FormField,
6260
6307
  {
6261
6308
  className: "k-col-span-2",
6262
6309
  label: "Border style",
6263
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Solid" })
6310
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(DropdownList, { value: "Solid" })
6264
6311
  }
6265
6312
  ),
6266
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6313
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6267
6314
  FormField,
6268
6315
  {
6269
6316
  className: "k-col-span-full",
6270
6317
  label: "ID",
6271
6318
  optional: true,
6272
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Textbox, {})
6319
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Textbox, {})
6273
6320
  }
6274
6321
  ),
6275
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6322
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6276
6323
  FormField,
6277
6324
  {
6278
6325
  className: "k-col-span-full",
6279
6326
  label: "CSS class",
6280
6327
  optional: true,
6281
- editor: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Textbox, {})
6328
+ editor: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Textbox, {})
6282
6329
  }
6283
6330
  )
6284
6331
  ] }) }) })