@progress/kendo-themes-html 6.7.1-dev.0 → 6.7.1-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -4477,16 +4477,76 @@ Checkbox.options = options5;
4477
4477
  Checkbox.className = CHECKBOX_CLASSNAME;
4478
4478
  Checkbox.defaultProps = defaultProps5;
4479
4479
 
4480
- // src/checkbox/templates/checkbox-label.tsx
4481
- import { Fragment as Fragment5, jsx as jsx9, jsxs as jsxs2 } from "react/jsx-runtime";
4480
+ // src/checkbox/checkbox-group.spec.tsx
4481
+ import { jsx as jsx9 } from "react/jsx-runtime";
4482
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4483
+ var states6 = [];
4484
+ var options6 = {};
4485
+ var defaultProps6 = {
4486
+ layout: "vertical"
4487
+ };
4488
+ var CheckboxGroup = (props) => {
4489
+ const {
4490
+ layout = defaultProps6.layout,
4491
+ ...other
4492
+ } = props;
4493
+ return /* @__PURE__ */ jsx9(
4494
+ "ul",
4495
+ {
4496
+ ...other,
4497
+ className: classNames(
4498
+ props.className,
4499
+ CHECKBOXGROUP_CLASSNAME,
4500
+ {
4501
+ [`k-list-${layout}`]: layout
4502
+ }
4503
+ ),
4504
+ children: props.children
4505
+ }
4506
+ );
4507
+ };
4508
+ CheckboxGroup.states = states6;
4509
+ CheckboxGroup.options = options6;
4510
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4511
+ CheckboxGroup.defaultProps = defaultProps6;
4482
4512
 
4483
- // src/checkbox/templates/checkbox-normal.tsx
4513
+ // src/checkbox/checkbox-item.spec.tsx
4484
4514
  import { jsx as jsx10 } from "react/jsx-runtime";
4515
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4516
+ var states7 = [];
4517
+ var options7 = {};
4518
+ var defaultProps7 = {};
4519
+ var CheckboxItem = (props) => {
4520
+ const {
4521
+ ...other
4522
+ } = props;
4523
+ return /* @__PURE__ */ jsx10(
4524
+ "li",
4525
+ {
4526
+ ...other,
4527
+ className: classNames(
4528
+ props.className,
4529
+ CHECKBOXITEM_CLASSNAME
4530
+ ),
4531
+ children: props.children
4532
+ }
4533
+ );
4534
+ };
4535
+ CheckboxItem.states = states7;
4536
+ CheckboxItem.options = options7;
4537
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4538
+ CheckboxItem.defaultProps = defaultProps7;
4539
+
4540
+ // src/checkbox/templates/checkbox-with-label.tsx
4541
+ import { Fragment as Fragment5, jsx as jsx11, jsxs as jsxs2 } from "react/jsx-runtime";
4542
+
4543
+ // src/checkbox/templates/checkbox-normal.tsx
4544
+ import { jsx as jsx12 } from "react/jsx-runtime";
4485
4545
 
4486
4546
  // src/input/input.spec.tsx
4487
- import { jsx as jsx11 } from "react/jsx-runtime";
4547
+ import { jsx as jsx13 } from "react/jsx-runtime";
4488
4548
  var INPUT_CLASSNAME = `k-input`;
4489
- var states6 = [
4549
+ var states8 = [
4490
4550
  States.hover,
4491
4551
  States.focus,
4492
4552
  States.valid,
@@ -4496,12 +4556,12 @@ var states6 = [
4496
4556
  States.loading,
4497
4557
  States.readonly
4498
4558
  ];
4499
- var options6 = {
4559
+ var options8 = {
4500
4560
  size: [Size.small, Size.medium, Size.large],
4501
4561
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4502
4562
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4503
4563
  };
4504
- var defaultProps6 = {
4564
+ var defaultProps8 = {
4505
4565
  size: Size.medium,
4506
4566
  rounded: Size.medium,
4507
4567
  fillMode: FillMode.solid
@@ -4515,12 +4575,12 @@ var Input = (props) => {
4515
4575
  valid,
4516
4576
  loading,
4517
4577
  readonly,
4518
- size = defaultProps6.size,
4519
- rounded = defaultProps6.rounded,
4520
- fillMode = defaultProps6.fillMode,
4578
+ size = defaultProps8.size,
4579
+ rounded = defaultProps8.rounded,
4580
+ fillMode = defaultProps8.fillMode,
4521
4581
  ...other
4522
4582
  } = props;
4523
- return /* @__PURE__ */ jsx11(
4583
+ return /* @__PURE__ */ jsx13(
4524
4584
  "span",
4525
4585
  {
4526
4586
  ...other,
@@ -4533,13 +4593,13 @@ var Input = (props) => {
4533
4593
  }
4534
4594
  );
4535
4595
  };
4536
- Input.states = states6;
4537
- Input.options = options6;
4596
+ Input.states = states8;
4597
+ Input.options = options8;
4538
4598
  Input.className = INPUT_CLASSNAME;
4539
- Input.defaultProps = defaultProps6;
4599
+ Input.defaultProps = defaultProps8;
4540
4600
 
4541
4601
  // src/input/picker.spec.tsx
4542
- import { jsx as jsx12 } from "react/jsx-runtime";
4602
+ import { jsx as jsx14 } from "react/jsx-runtime";
4543
4603
  var PICKER_CLASSNAME = `k-picker`;
4544
4604
  var pickerStates = [
4545
4605
  States.hover,
@@ -4556,7 +4616,7 @@ var pickerOptions = {
4556
4616
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4557
4617
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4558
4618
  };
4559
- var defaultProps7 = {
4619
+ var defaultProps9 = {
4560
4620
  size: Size.medium,
4561
4621
  rounded: Roundness.medium,
4562
4622
  fillMode: FillMode.solid
@@ -4570,12 +4630,12 @@ var Picker = (props) => {
4570
4630
  valid,
4571
4631
  loading,
4572
4632
  readonly,
4573
- size = defaultProps7.size,
4574
- rounded = defaultProps7.rounded,
4575
- fillMode = defaultProps7.fillMode,
4633
+ size = defaultProps9.size,
4634
+ rounded = defaultProps9.rounded,
4635
+ fillMode = defaultProps9.fillMode,
4576
4636
  ...other
4577
4637
  } = props;
4578
- return /* @__PURE__ */ jsx12(
4638
+ return /* @__PURE__ */ jsx14(
4579
4639
  "span",
4580
4640
  {
4581
4641
  ...other,
@@ -4592,17 +4652,17 @@ var Picker = (props) => {
4592
4652
  Picker.states = pickerStates;
4593
4653
  Picker.options = pickerOptions;
4594
4654
  Picker.className = PICKER_CLASSNAME;
4595
- Picker.defaultProps = defaultProps7;
4655
+ Picker.defaultProps = defaultProps9;
4596
4656
 
4597
4657
  // src/input/input-clear-value.tsx
4598
- import { Fragment as Fragment6, jsx as jsx13 } from "react/jsx-runtime";
4658
+ import { Fragment as Fragment6, jsx as jsx15 } from "react/jsx-runtime";
4599
4659
  var className = `k-clear-value`;
4600
- var states7 = [
4660
+ var states9 = [
4601
4661
  States.disabled,
4602
4662
  States.loading,
4603
4663
  States.readonly
4604
4664
  ];
4605
- var options7 = {};
4665
+ var options9 = {};
4606
4666
  var InputClearValue = (props) => {
4607
4667
  const {
4608
4668
  disabled,
@@ -4611,20 +4671,20 @@ var InputClearValue = (props) => {
4611
4671
  value
4612
4672
  } = props;
4613
4673
  if (disabled || readonly || loading || !value) {
4614
- return /* @__PURE__ */ jsx13(Fragment6, {});
4674
+ return /* @__PURE__ */ jsx15(Fragment6, {});
4615
4675
  }
4616
- return /* @__PURE__ */ jsx13("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx13(Icon, { icon: "x" }) });
4676
+ return /* @__PURE__ */ jsx15("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx15(Icon, { icon: "x" }) });
4617
4677
  };
4618
- InputClearValue.states = states7;
4619
- InputClearValue.options = options7;
4678
+ InputClearValue.states = states9;
4679
+ InputClearValue.options = options9;
4620
4680
  InputClearValue.className = className;
4621
4681
 
4622
4682
  // src/input/input-inner-input.tsx
4623
- import { jsx as jsx14 } from "react/jsx-runtime";
4683
+ import { jsx as jsx16 } from "react/jsx-runtime";
4624
4684
  var className2 = `k-input-inner`;
4625
- var states8 = [];
4626
- var options8 = {};
4627
- var defaultProps8 = {
4685
+ var states10 = [];
4686
+ var options10 = {};
4687
+ var defaultProps10 = {
4628
4688
  type: "text",
4629
4689
  autocomplete: "off",
4630
4690
  value: "",
@@ -4632,13 +4692,13 @@ var defaultProps8 = {
4632
4692
  };
4633
4693
  var InputInnerInput = (props) => {
4634
4694
  const {
4635
- value = defaultProps8.value,
4636
- type = defaultProps8.type,
4637
- placeholder = defaultProps8.placeholder,
4638
- autocomplete = defaultProps8.autocomplete,
4695
+ value = defaultProps10.value,
4696
+ type = defaultProps10.type,
4697
+ placeholder = defaultProps10.placeholder,
4698
+ autocomplete = defaultProps10.autocomplete,
4639
4699
  ...other
4640
4700
  } = props;
4641
- return /* @__PURE__ */ jsx14(
4701
+ return /* @__PURE__ */ jsx16(
4642
4702
  "input",
4643
4703
  {
4644
4704
  ...other,
@@ -4650,15 +4710,15 @@ var InputInnerInput = (props) => {
4650
4710
  }
4651
4711
  );
4652
4712
  };
4653
- InputInnerInput.states = states8;
4654
- InputInnerInput.options = options8;
4713
+ InputInnerInput.states = states10;
4714
+ InputInnerInput.options = options10;
4655
4715
  InputInnerInput.className = className2;
4656
4716
 
4657
4717
  // src/input/input-inner-span.tsx
4658
- import { jsx as jsx15, jsxs as jsxs3 } from "react/jsx-runtime";
4718
+ import { jsx as jsx17, jsxs as jsxs3 } from "react/jsx-runtime";
4659
4719
  var className3 = `k-input-inner`;
4660
- var states9 = [];
4661
- var options9 = {};
4720
+ var states11 = [];
4721
+ var options11 = {};
4662
4722
  var InputInnerSpan = (props) => {
4663
4723
  const {
4664
4724
  value,
@@ -4675,34 +4735,34 @@ var InputInnerSpan = (props) => {
4675
4735
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4676
4736
  children: [
4677
4737
  valueIcon,
4678
- !valueIcon && valueIconName && /* @__PURE__ */ jsx15(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4738
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx17(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4679
4739
  showValue && !value && placeholder,
4680
- showValue && value && /* @__PURE__ */ jsx15("span", { className: "k-input-value-text", children: value })
4740
+ showValue && value && /* @__PURE__ */ jsx17("span", { className: "k-input-value-text", children: value })
4681
4741
  ]
4682
4742
  }
4683
4743
  );
4684
4744
  };
4685
- InputInnerSpan.states = states9;
4686
- InputInnerSpan.options = options9;
4745
+ InputInnerSpan.states = states11;
4746
+ InputInnerSpan.options = options11;
4687
4747
  InputInnerSpan.className = className3;
4688
4748
 
4689
4749
  // src/input/input-inner-textarea.tsx
4690
- import { jsx as jsx16 } from "react/jsx-runtime";
4691
- var defaultProps9 = {
4750
+ import { jsx as jsx18 } from "react/jsx-runtime";
4751
+ var defaultProps11 = {
4692
4752
  value: "",
4693
4753
  placeholder: ""
4694
4754
  };
4695
4755
  var className4 = `k-input-inner`;
4696
- var states10 = [];
4697
- var options10 = {};
4756
+ var states12 = [];
4757
+ var options12 = {};
4698
4758
  var InputInnerTextarea = (props) => {
4699
4759
  const {
4700
- value = defaultProps9.value,
4701
- placeholder = defaultProps9.placeholder,
4760
+ value = defaultProps11.value,
4761
+ placeholder = defaultProps11.placeholder,
4702
4762
  rows,
4703
4763
  ...other
4704
4764
  } = props;
4705
- return /* @__PURE__ */ jsx16(
4765
+ return /* @__PURE__ */ jsx18(
4706
4766
  "textarea",
4707
4767
  {
4708
4768
  ...other,
@@ -4713,14 +4773,14 @@ var InputInnerTextarea = (props) => {
4713
4773
  }
4714
4774
  );
4715
4775
  };
4716
- InputInnerTextarea.states = states10;
4717
- InputInnerTextarea.options = options10;
4776
+ InputInnerTextarea.states = states12;
4777
+ InputInnerTextarea.options = options12;
4718
4778
  InputInnerTextarea.className = className4;
4719
4779
 
4720
4780
  // src/input/input-loading-icon.tsx
4721
- import { Fragment as Fragment7, jsx as jsx17 } from "react/jsx-runtime";
4781
+ import { Fragment as Fragment7, jsx as jsx19 } from "react/jsx-runtime";
4722
4782
  var className5 = `k-input-loading-icon`;
4723
- var states11 = [
4783
+ var states13 = [
4724
4784
  States.disabled,
4725
4785
  States.loading
4726
4786
  ];
@@ -4730,21 +4790,21 @@ var InputLoadingIcon = (props) => {
4730
4790
  loading
4731
4791
  } = props;
4732
4792
  if (disabled || !loading) {
4733
- return /* @__PURE__ */ jsx17(Fragment7, {});
4793
+ return /* @__PURE__ */ jsx19(Fragment7, {});
4734
4794
  }
4735
- return /* @__PURE__ */ jsx17(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4795
+ return /* @__PURE__ */ jsx19(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4736
4796
  };
4737
4797
 
4738
4798
  // src/input/input-validation-icon.tsx
4739
- import { Fragment as Fragment8, jsx as jsx18 } from "react/jsx-runtime";
4799
+ import { Fragment as Fragment8, jsx as jsx20 } from "react/jsx-runtime";
4740
4800
  var className6 = `k-input-validation-icon`;
4741
- var states12 = [
4801
+ var states14 = [
4742
4802
  States.valid,
4743
4803
  States.invalid,
4744
4804
  States.disabled,
4745
4805
  States.loading
4746
4806
  ];
4747
- var options11 = {};
4807
+ var options13 = {};
4748
4808
  var InputValidationIcon = (props) => {
4749
4809
  const {
4750
4810
  valid,
@@ -4755,42 +4815,42 @@ var InputValidationIcon = (props) => {
4755
4815
  const iconName = invalid ? "exclamation-circle" : "check";
4756
4816
  const renderValidationIcon = Boolean(valid || invalid);
4757
4817
  if (disabled || loading || !renderValidationIcon) {
4758
- return /* @__PURE__ */ jsx18(Fragment8, {});
4818
+ return /* @__PURE__ */ jsx20(Fragment8, {});
4759
4819
  }
4760
- return /* @__PURE__ */ jsx18(Icon, { className: classNames(className6), icon: iconName });
4820
+ return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
4761
4821
  };
4762
- InputValidationIcon.states = states12;
4763
- InputValidationIcon.options = options11;
4822
+ InputValidationIcon.states = states14;
4823
+ InputValidationIcon.options = options13;
4764
4824
  InputValidationIcon.className = className6;
4765
4825
 
4766
4826
  // src/input/input-prefix.tsx
4767
- import { Fragment as Fragment9, jsx as jsx19 } from "react/jsx-runtime";
4827
+ import { Fragment as Fragment9, jsx as jsx21 } from "react/jsx-runtime";
4768
4828
  var className7 = `k-input-prefix`;
4769
4829
  var InputPrefix = (props) => {
4770
4830
  if (!props.children) {
4771
- return /* @__PURE__ */ jsx19(Fragment9, {});
4831
+ return /* @__PURE__ */ jsx21(Fragment9, {});
4772
4832
  }
4773
- return /* @__PURE__ */ jsx19("span", { className: classNames(className7, props.className), children: props.children });
4833
+ return /* @__PURE__ */ jsx21("span", { className: classNames(className7, props.className), children: props.children });
4774
4834
  };
4775
4835
 
4776
4836
  // src/input/input-suffix.tsx
4777
- import { Fragment as Fragment10, jsx as jsx20 } from "react/jsx-runtime";
4837
+ import { Fragment as Fragment10, jsx as jsx22 } from "react/jsx-runtime";
4778
4838
  var className8 = `k-input-suffix`;
4779
4839
  var InputSuffix = (props) => {
4780
4840
  if (!props.children) {
4781
- return /* @__PURE__ */ jsx20(Fragment10, {});
4841
+ return /* @__PURE__ */ jsx22(Fragment10, {});
4782
4842
  }
4783
- return /* @__PURE__ */ jsx20("span", { className: classNames(className8, props.className), children: props.children });
4843
+ return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4784
4844
  };
4785
4845
 
4786
4846
  // src/input/input-separator.tsx
4787
- import { jsx as jsx21 } from "react/jsx-runtime";
4847
+ import { jsx as jsx23 } from "react/jsx-runtime";
4788
4848
 
4789
4849
  // src/color-preview/color-preview.tsx
4790
- import { jsx as jsx22, jsxs as jsxs4 } from "react/jsx-runtime";
4850
+ import { jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
4791
4851
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4792
- var states13 = [];
4793
- var options12 = {};
4852
+ var states15 = [];
4853
+ var options14 = {};
4794
4854
  var ColorPreview = (props) => {
4795
4855
  const {
4796
4856
  color,
@@ -4810,8 +4870,8 @@ var ColorPreview = (props) => {
4810
4870
  }
4811
4871
  ),
4812
4872
  children: [
4813
- iconName && /* @__PURE__ */ jsx22(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4814
- /* @__PURE__ */ jsx22(
4873
+ iconName && /* @__PURE__ */ jsx24(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4874
+ /* @__PURE__ */ jsx24(
4815
4875
  "span",
4816
4876
  {
4817
4877
  className: "k-color-preview-mask",
@@ -4822,14 +4882,14 @@ var ColorPreview = (props) => {
4822
4882
  }
4823
4883
  );
4824
4884
  };
4825
- ColorPreview.states = states13;
4826
- ColorPreview.options = options12;
4885
+ ColorPreview.states = states15;
4886
+ ColorPreview.options = options14;
4827
4887
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
4828
4888
 
4829
4889
  // src/colorpicker/colorpicker.spec.tsx
4830
- import { jsx as jsx23, jsxs as jsxs5 } from "react/jsx-runtime";
4890
+ import { jsx as jsx25, jsxs as jsxs5 } from "react/jsx-runtime";
4831
4891
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
4832
- var states14 = [
4892
+ var states16 = [
4833
4893
  States.hover,
4834
4894
  States.focus,
4835
4895
  States.valid,
@@ -4837,12 +4897,12 @@ var states14 = [
4837
4897
  States.required,
4838
4898
  States.disabled
4839
4899
  ];
4840
- var options13 = {
4900
+ var options15 = {
4841
4901
  size: [Size.small, Size.medium, Size.large],
4842
4902
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4843
4903
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4844
4904
  };
4845
- var defaultProps10 = {
4905
+ var defaultProps12 = {
4846
4906
  arrowIconName: "caret-alt-down",
4847
4907
  size: Picker.defaultProps.size,
4848
4908
  rounded: Picker.defaultProps.rounded,
@@ -4864,7 +4924,7 @@ var ColorPicker = (props) => {
4864
4924
  required,
4865
4925
  disabled,
4866
4926
  valueIconName,
4867
- arrowIconName = defaultProps10.arrowIconName,
4927
+ arrowIconName = defaultProps12.arrowIconName,
4868
4928
  ...other
4869
4929
  } = props;
4870
4930
  return /* @__PURE__ */ jsxs5(
@@ -4886,14 +4946,14 @@ var ColorPicker = (props) => {
4886
4946
  "k-icon-picker"
4887
4947
  ),
4888
4948
  children: [
4889
- /* @__PURE__ */ jsx23(InputPrefix, { children: prefix }),
4890
- /* @__PURE__ */ jsx23(
4949
+ /* @__PURE__ */ jsx25(InputPrefix, { children: prefix }),
4950
+ /* @__PURE__ */ jsx25(
4891
4951
  InputInnerSpan,
4892
4952
  {
4893
4953
  placeholder,
4894
4954
  value,
4895
4955
  showValue: false,
4896
- valueIcon: /* @__PURE__ */ jsx23(
4956
+ valueIcon: /* @__PURE__ */ jsx25(
4897
4957
  ColorPreview,
4898
4958
  {
4899
4959
  className: "k-value-icon",
@@ -4904,8 +4964,8 @@ var ColorPicker = (props) => {
4904
4964
  valueIconName
4905
4965
  }
4906
4966
  ),
4907
- /* @__PURE__ */ jsx23(InputSuffix, { children: suffix }),
4908
- /* @__PURE__ */ jsx23(
4967
+ /* @__PURE__ */ jsx25(InputSuffix, { children: suffix }),
4968
+ /* @__PURE__ */ jsx25(
4909
4969
  Button,
4910
4970
  {
4911
4971
  className: "k-input-button",
@@ -4919,17 +4979,17 @@ var ColorPicker = (props) => {
4919
4979
  }
4920
4980
  );
4921
4981
  };
4922
- ColorPicker.states = states14;
4923
- ColorPicker.options = options13;
4982
+ ColorPicker.states = states16;
4983
+ ColorPicker.options = options15;
4924
4984
  ColorPicker.className = COLORPICKER_CLASSNAME;
4925
- ColorPicker.defaultProps = defaultProps10;
4985
+ ColorPicker.defaultProps = defaultProps12;
4926
4986
 
4927
4987
  // src/animation-container/animation-container.spec.tsx
4928
- import { jsx as jsx24 } from "react/jsx-runtime";
4988
+ import { jsx as jsx26 } from "react/jsx-runtime";
4929
4989
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4930
- var states15 = [];
4931
- var options14 = {};
4932
- var defaultProps11 = {
4990
+ var states17 = [];
4991
+ var options16 = {};
4992
+ var defaultProps13 = {
4933
4993
  positionMode: "absolute"
4934
4994
  };
4935
4995
  var AnimationContainer = (props) => {
@@ -4939,7 +4999,7 @@ var AnimationContainer = (props) => {
4939
4999
  offset,
4940
5000
  ...other
4941
5001
  } = props;
4942
- return /* @__PURE__ */ jsx24(
5002
+ return /* @__PURE__ */ jsx26(
4943
5003
  "div",
4944
5004
  {
4945
5005
  ...other,
@@ -4951,21 +5011,21 @@ var AnimationContainer = (props) => {
4951
5011
  ["k-animation-container-fixed"]: positionMode === "fixed"
4952
5012
  }
4953
5013
  ),
4954
- children: /* @__PURE__ */ jsx24("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5014
+ children: /* @__PURE__ */ jsx26("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4955
5015
  }
4956
5016
  );
4957
5017
  };
4958
- AnimationContainer.states = states15;
4959
- AnimationContainer.options = options14;
5018
+ AnimationContainer.states = states17;
5019
+ AnimationContainer.options = options16;
4960
5020
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4961
- AnimationContainer.defaultProps = defaultProps11;
5021
+ AnimationContainer.defaultProps = defaultProps13;
4962
5022
 
4963
5023
  // src/popup/popup.spec.tsx
4964
- import { jsx as jsx25 } from "react/jsx-runtime";
5024
+ import { jsx as jsx27 } from "react/jsx-runtime";
4965
5025
  var POPUP_CLASSNAME = `k-popup`;
4966
- var states16 = [];
4967
- var options15 = {};
4968
- var defaultProps12 = {
5026
+ var states18 = [];
5027
+ var options17 = {};
5028
+ var defaultProps14 = {
4969
5029
  positionMode: "absolute"
4970
5030
  };
4971
5031
  var Popup = (props) => {
@@ -4974,24 +5034,24 @@ var Popup = (props) => {
4974
5034
  positionMode,
4975
5035
  ...other
4976
5036
  } = props;
4977
- return /* @__PURE__ */ jsx25(
5037
+ return /* @__PURE__ */ jsx27(
4978
5038
  AnimationContainer,
4979
5039
  {
4980
5040
  positionMode,
4981
5041
  offset,
4982
- children: /* @__PURE__ */ jsx25("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5042
+ children: /* @__PURE__ */ jsx27("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4983
5043
  }
4984
5044
  );
4985
5045
  };
4986
- Popup.states = states16;
4987
- Popup.options = options15;
5046
+ Popup.states = states18;
5047
+ Popup.options = options17;
4988
5048
  Popup.className = POPUP_CLASSNAME;
4989
- Popup.defaultProps = defaultProps12;
5049
+ Popup.defaultProps = defaultProps14;
4990
5050
 
4991
5051
  // src/dropdownlist/dropdownlist.spec.tsx
4992
- import { Fragment as Fragment11, jsx as jsx26, jsxs as jsxs6 } from "react/jsx-runtime";
5052
+ import { Fragment as Fragment11, jsx as jsx28, jsxs as jsxs6 } from "react/jsx-runtime";
4993
5053
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4994
- var states17 = [
5054
+ var states19 = [
4995
5055
  States.hover,
4996
5056
  States.focus,
4997
5057
  States.valid,
@@ -5001,12 +5061,12 @@ var states17 = [
5001
5061
  States.loading,
5002
5062
  States.readonly
5003
5063
  ];
5004
- var options16 = {
5064
+ var options18 = {
5005
5065
  size: [Size.small, Size.medium, Size.large],
5006
5066
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5007
5067
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5008
5068
  };
5009
- var defaultProps13 = {
5069
+ var defaultProps15 = {
5010
5070
  showValue: true,
5011
5071
  arrowIconName: "caret-alt-down",
5012
5072
  size: Size.medium,
@@ -5016,7 +5076,7 @@ var defaultProps13 = {
5016
5076
  var DropdownList = (props) => {
5017
5077
  const {
5018
5078
  valueIconName,
5019
- arrowIconName = defaultProps13.arrowIconName,
5079
+ arrowIconName = defaultProps15.arrowIconName,
5020
5080
  prefix,
5021
5081
  suffix,
5022
5082
  value,
@@ -5032,7 +5092,7 @@ var DropdownList = (props) => {
5032
5092
  loading,
5033
5093
  disabled,
5034
5094
  readonly,
5035
- showValue = defaultProps13.showValue,
5095
+ showValue = defaultProps15.showValue,
5036
5096
  popup,
5037
5097
  opened,
5038
5098
  ...other
@@ -5061,8 +5121,8 @@ var DropdownList = (props) => {
5061
5121
  }
5062
5122
  ),
5063
5123
  children: [
5064
- /* @__PURE__ */ jsx26(InputPrefix, { children: prefix }),
5065
- /* @__PURE__ */ jsx26(
5124
+ /* @__PURE__ */ jsx28(InputPrefix, { children: prefix }),
5125
+ /* @__PURE__ */ jsx28(
5066
5126
  InputInnerSpan,
5067
5127
  {
5068
5128
  placeholder,
@@ -5071,7 +5131,7 @@ var DropdownList = (props) => {
5071
5131
  valueIconName
5072
5132
  }
5073
5133
  ),
5074
- /* @__PURE__ */ jsx26(
5134
+ /* @__PURE__ */ jsx28(
5075
5135
  InputValidationIcon,
5076
5136
  {
5077
5137
  valid,
@@ -5080,15 +5140,15 @@ var DropdownList = (props) => {
5080
5140
  disabled
5081
5141
  }
5082
5142
  ),
5083
- /* @__PURE__ */ jsx26(
5143
+ /* @__PURE__ */ jsx28(
5084
5144
  InputLoadingIcon,
5085
5145
  {
5086
5146
  loading,
5087
5147
  disabled
5088
5148
  }
5089
5149
  ),
5090
- /* @__PURE__ */ jsx26(InputSuffix, { children: suffix }),
5091
- /* @__PURE__ */ jsx26(
5150
+ /* @__PURE__ */ jsx28(InputSuffix, { children: suffix }),
5151
+ /* @__PURE__ */ jsx28(
5092
5152
  Button,
5093
5153
  {
5094
5154
  className: "k-input-button",
@@ -5101,35 +5161,35 @@ var DropdownList = (props) => {
5101
5161
  ]
5102
5162
  }
5103
5163
  ),
5104
- opened && popup && /* @__PURE__ */ jsx26(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5164
+ opened && popup && /* @__PURE__ */ jsx28(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5105
5165
  ] });
5106
5166
  };
5107
- DropdownList.states = states17;
5108
- DropdownList.options = options16;
5167
+ DropdownList.states = states19;
5168
+ DropdownList.options = options18;
5109
5169
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5110
- DropdownList.defaultProps = defaultProps13;
5170
+ DropdownList.defaultProps = defaultProps15;
5111
5171
 
5112
5172
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5113
- import { jsx as jsx27 } from "react/jsx-runtime";
5173
+ import { jsx as jsx29 } from "react/jsx-runtime";
5114
5174
 
5115
5175
  // src/nodata/nodata.tsx
5116
- import { jsx as jsx28 } from "react/jsx-runtime";
5176
+ import { jsx as jsx30 } from "react/jsx-runtime";
5117
5177
  var className9 = `k-nodata`;
5118
- var NoData = (props) => /* @__PURE__ */ jsx28("span", { className: classNames(className9, props.className), children: props.children });
5178
+ var NoData = (props) => /* @__PURE__ */ jsx30("span", { className: classNames(className9, props.className), children: props.children });
5119
5179
 
5120
5180
  // src/list/list.spec.tsx
5121
- import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5181
+ import { jsx as jsx31, jsxs as jsxs7 } from "react/jsx-runtime";
5122
5182
  var LIST_CLASSNAME = `k-list`;
5123
- var states18 = [];
5124
- var options17 = {
5183
+ var states20 = [];
5184
+ var options19 = {
5125
5185
  size: [Size.small, Size.medium, Size.large]
5126
5186
  };
5127
- var defaultProps14 = {
5187
+ var defaultProps16 = {
5128
5188
  size: Size.medium
5129
5189
  };
5130
5190
  var List = (props) => {
5131
5191
  const {
5132
- size = defaultProps14.size,
5192
+ size = defaultProps16.size,
5133
5193
  virtualization,
5134
5194
  children,
5135
5195
  optionLabel,
@@ -5146,7 +5206,7 @@ var List = (props) => {
5146
5206
  listHeader = child.props.label;
5147
5207
  child.props.children.map((optChild, index2) => {
5148
5208
  listChildren.push(
5149
- /* @__PURE__ */ jsx29(
5209
+ /* @__PURE__ */ jsx31(
5150
5210
  ListItem,
5151
5211
  {
5152
5212
  ...optChild.props
@@ -5162,7 +5222,7 @@ var List = (props) => {
5162
5222
  groupLabel = child.props.label;
5163
5223
  }
5164
5224
  listChildren.push(
5165
- /* @__PURE__ */ jsx29(
5225
+ /* @__PURE__ */ jsx31(
5166
5226
  ListItem,
5167
5227
  {
5168
5228
  className: index2 === 0 ? "k-first" : "",
@@ -5174,14 +5234,14 @@ var List = (props) => {
5174
5234
  );
5175
5235
  });
5176
5236
  }
5177
- listGroup = /* @__PURE__ */ jsx29(ListGroup, { label: listHeader, virtualization, children: listChildren });
5237
+ listGroup = /* @__PURE__ */ jsx31(ListGroup, { label: listHeader, virtualization, children: listChildren });
5178
5238
  } else if (child.type === ListItem) {
5179
- listChildren.push(/* @__PURE__ */ jsx29(ListItem, { ...child.props }, `${child.type}-${index}`));
5180
- listContent = /* @__PURE__ */ jsx29(ListContent, { virtualization, children: listChildren });
5239
+ listChildren.push(/* @__PURE__ */ jsx31(ListItem, { ...child.props }, `${child.type}-${index}`));
5240
+ listContent = /* @__PURE__ */ jsx31(ListContent, { virtualization, children: listChildren });
5181
5241
  }
5182
5242
  });
5183
5243
  } else {
5184
- listContent = /* @__PURE__ */ jsx29(NoData, { children: "No data found." });
5244
+ listContent = /* @__PURE__ */ jsx31(NoData, { children: "No data found." });
5185
5245
  }
5186
5246
  return /* @__PURE__ */ jsxs7(
5187
5247
  "div",
@@ -5205,24 +5265,24 @@ var List = (props) => {
5205
5265
  }
5206
5266
  );
5207
5267
  };
5208
- List.states = states18;
5209
- List.options = options17;
5268
+ List.states = states20;
5269
+ List.options = options19;
5210
5270
  List.className = LIST_CLASSNAME;
5211
- List.defaultProps = defaultProps14;
5271
+ List.defaultProps = defaultProps16;
5212
5272
 
5213
5273
  // src/list/list-angular.spec.tsx
5214
- import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5274
+ import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
5215
5275
  var LISTANGULAR_CLASSNAME = `k-list`;
5216
- var states19 = [];
5217
- var options18 = {
5276
+ var states21 = [];
5277
+ var options20 = {
5218
5278
  size: [Size.small, Size.medium, Size.large]
5219
5279
  };
5220
- var defaultProps15 = {
5280
+ var defaultProps17 = {
5221
5281
  size: Size.medium
5222
5282
  };
5223
5283
  var ListAngular = (props) => {
5224
5284
  const {
5225
- size = defaultProps15.size,
5285
+ size = defaultProps17.size,
5226
5286
  virtualization,
5227
5287
  children,
5228
5288
  ...other
@@ -5238,7 +5298,7 @@ var ListAngular = (props) => {
5238
5298
  listHeader = child.props.label;
5239
5299
  child.props.children.map((optChild, index2) => {
5240
5300
  listChildren.push(
5241
- /* @__PURE__ */ jsx30(
5301
+ /* @__PURE__ */ jsx32(
5242
5302
  ListItem,
5243
5303
  {
5244
5304
  ...optChild.props
@@ -5249,7 +5309,7 @@ var ListAngular = (props) => {
5249
5309
  });
5250
5310
  } else {
5251
5311
  listChildren.push(
5252
- /* @__PURE__ */ jsx30(
5312
+ /* @__PURE__ */ jsx32(
5253
5313
  ListGroupItem,
5254
5314
  {
5255
5315
  ...child.props,
@@ -5260,7 +5320,7 @@ var ListAngular = (props) => {
5260
5320
  );
5261
5321
  child.props.children.map((optChild, index2) => {
5262
5322
  listChildren.push(
5263
- /* @__PURE__ */ jsx30(
5323
+ /* @__PURE__ */ jsx32(
5264
5324
  ListItem,
5265
5325
  {
5266
5326
  ...optChild.props
@@ -5270,14 +5330,14 @@ var ListAngular = (props) => {
5270
5330
  );
5271
5331
  });
5272
5332
  }
5273
- listGroup = /* @__PURE__ */ jsx30(ListGroup, { label: listHeader, virtualization, children: listChildren });
5333
+ listGroup = /* @__PURE__ */ jsx32(ListGroup, { label: listHeader, virtualization, children: listChildren });
5274
5334
  } else if (child.type === ListItem) {
5275
- listChildren.push(/* @__PURE__ */ jsx30(ListItem, { ...child.props }, `${child.type}-${index}`));
5276
- listContent = /* @__PURE__ */ jsx30(ListContent, { virtualization, children: listChildren });
5335
+ listChildren.push(/* @__PURE__ */ jsx32(ListItem, { ...child.props }, `${child.type}-${index}`));
5336
+ listContent = /* @__PURE__ */ jsx32(ListContent, { virtualization, children: listChildren });
5277
5337
  }
5278
5338
  });
5279
5339
  } else {
5280
- listContent = /* @__PURE__ */ jsx30(NoData, { children: "No data found." });
5340
+ listContent = /* @__PURE__ */ jsx32(NoData, { children: "No data found." });
5281
5341
  }
5282
5342
  return /* @__PURE__ */ jsxs8(
5283
5343
  "div",
@@ -5300,22 +5360,22 @@ var ListAngular = (props) => {
5300
5360
  }
5301
5361
  );
5302
5362
  };
5303
- ListAngular.states = states19;
5304
- ListAngular.options = options18;
5363
+ ListAngular.states = states21;
5364
+ ListAngular.options = options20;
5305
5365
  ListAngular.className = LISTANGULAR_CLASSNAME;
5306
- ListAngular.defaultProps = defaultProps15;
5366
+ ListAngular.defaultProps = defaultProps17;
5307
5367
 
5308
5368
  // src/list/list-item.spec.tsx
5309
- import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
5369
+ import { jsx as jsx33, jsxs as jsxs9 } from "react/jsx-runtime";
5310
5370
  var LISTITEM_CLASSNAME = `k-list-item`;
5311
- var states20 = [
5371
+ var states22 = [
5312
5372
  States.hover,
5313
5373
  States.focus,
5314
5374
  States.selected,
5315
5375
  States.disabled
5316
5376
  ];
5317
- var options19 = {};
5318
- var defaultProps16 = {};
5377
+ var options21 = {};
5378
+ var defaultProps18 = {};
5319
5379
  var ListItem = (props) => {
5320
5380
  const {
5321
5381
  text,
@@ -5346,66 +5406,66 @@ var ListItem = (props) => {
5346
5406
  })
5347
5407
  ),
5348
5408
  children: [
5349
- showCheckbox && /* @__PURE__ */ jsx31(Checkbox, { checked }),
5350
- showIcon && /* @__PURE__ */ jsx31(Icon, { icon: iconName }),
5351
- /* @__PURE__ */ jsx31("span", { className: "k-list-item-text", children: textOrChildren }),
5352
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx31("div", { className: "k-list-item-group-label", children: groupLabel })
5409
+ showCheckbox && /* @__PURE__ */ jsx33(Checkbox, { checked }),
5410
+ showIcon && /* @__PURE__ */ jsx33(Icon, { icon: iconName }),
5411
+ /* @__PURE__ */ jsx33("span", { className: "k-list-item-text", children: textOrChildren }),
5412
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx33("div", { className: "k-list-item-group-label", children: groupLabel })
5353
5413
  ]
5354
5414
  }
5355
5415
  );
5356
5416
  };
5357
- ListItem.states = states20;
5358
- ListItem.options = options19;
5417
+ ListItem.states = states22;
5418
+ ListItem.options = options21;
5359
5419
  ListItem.className = LISTITEM_CLASSNAME;
5360
- ListItem.defaultProps = defaultProps16;
5420
+ ListItem.defaultProps = defaultProps18;
5361
5421
 
5362
5422
  // src/list/list-content.tsx
5363
- import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
5423
+ import { jsx as jsx34, jsxs as jsxs10 } from "react/jsx-runtime";
5364
5424
  var className10 = `k-list-content`;
5365
5425
  var ListContent = (props) => {
5366
5426
  const {
5367
5427
  virtualization
5368
5428
  } = props;
5369
5429
  return /* @__PURE__ */ jsxs10("div", { className: classNames(className10, props.className), children: [
5370
- /* @__PURE__ */ jsx32("ul", { className: classNames("k-list-ul"), children: props.children }),
5371
- virtualization && /* @__PURE__ */ jsx32("div", { className: "k-height-container", children: /* @__PURE__ */ jsx32("div", {}) })
5430
+ /* @__PURE__ */ jsx34("ul", { className: classNames("k-list-ul"), children: props.children }),
5431
+ virtualization && /* @__PURE__ */ jsx34("div", { className: "k-height-container", children: /* @__PURE__ */ jsx34("div", {}) })
5372
5432
  ] });
5373
5433
  };
5374
5434
 
5375
5435
  // src/list/list-header.tsx
5376
- import { jsx as jsx33 } from "react/jsx-runtime";
5436
+ import { jsx as jsx35 } from "react/jsx-runtime";
5377
5437
  var className11 = `k-list-group-sticky-header`;
5378
- var ListHeader = (props) => /* @__PURE__ */ jsx33("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx33("div", { className: "k-list-header-text", children: props.children }) });
5438
+ var ListHeader = (props) => /* @__PURE__ */ jsx35("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx35("div", { className: "k-list-header-text", children: props.children }) });
5379
5439
 
5380
5440
  // src/list/list-group.tsx
5381
- import { Fragment as Fragment12, jsx as jsx34, jsxs as jsxs11 } from "react/jsx-runtime";
5441
+ import { Fragment as Fragment12, jsx as jsx36, jsxs as jsxs11 } from "react/jsx-runtime";
5382
5442
  var ListGroup = (props) => {
5383
5443
  const {
5384
5444
  virtualization,
5385
5445
  label
5386
5446
  } = props;
5387
5447
  return /* @__PURE__ */ jsxs11(Fragment12, { children: [
5388
- label && /* @__PURE__ */ jsx34(ListHeader, { children: label }),
5389
- props.children && /* @__PURE__ */ jsx34(ListContent, { virtualization, children: props.children })
5448
+ label && /* @__PURE__ */ jsx36(ListHeader, { children: label }),
5449
+ props.children && /* @__PURE__ */ jsx36(ListContent, { virtualization, children: props.children })
5390
5450
  ] });
5391
5451
  };
5392
5452
 
5393
5453
  // src/list/list-group-item.tsx
5394
- import { jsx as jsx35 } from "react/jsx-runtime";
5454
+ import { jsx as jsx37 } from "react/jsx-runtime";
5395
5455
  var className12 = `k-list-group-item`;
5396
- var ListGroupItem = (props) => /* @__PURE__ */ jsx35("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx35("span", { className: "k-list-item-text", children: props.children }) });
5456
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx37("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx37("span", { className: "k-list-item-text", children: props.children }) });
5397
5457
 
5398
5458
  // src/list/list-option-label.tsx
5399
- import { jsx as jsx36 } from "react/jsx-runtime";
5459
+ import { jsx as jsx38 } from "react/jsx-runtime";
5400
5460
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5401
- var states21 = [
5461
+ var states23 = [
5402
5462
  States.hover,
5403
5463
  States.focus,
5404
5464
  States.selected,
5405
5465
  States.disabled
5406
5466
  ];
5407
- var options20 = {};
5408
- var defaultProps17 = {};
5467
+ var options22 = {};
5468
+ var defaultProps19 = {};
5409
5469
  var ListOptionLabel = (props) => {
5410
5470
  const {
5411
5471
  text,
@@ -5415,7 +5475,7 @@ var ListOptionLabel = (props) => {
5415
5475
  disabled,
5416
5476
  ...other
5417
5477
  } = props;
5418
- return /* @__PURE__ */ jsx36(
5478
+ return /* @__PURE__ */ jsx38(
5419
5479
  "div",
5420
5480
  {
5421
5481
  ...other,
@@ -5432,39 +5492,39 @@ var ListOptionLabel = (props) => {
5432
5492
  }
5433
5493
  );
5434
5494
  };
5435
- ListOptionLabel.states = states21;
5436
- ListOptionLabel.options = options20;
5495
+ ListOptionLabel.states = states23;
5496
+ ListOptionLabel.options = options22;
5437
5497
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5438
- ListOptionLabel.defaultProps = defaultProps17;
5498
+ ListOptionLabel.defaultProps = defaultProps19;
5439
5499
 
5440
5500
  // src/list/templates/list-normal.tsx
5441
- import { jsx as jsx37 } from "react/jsx-runtime";
5501
+ import { jsx as jsx39 } from "react/jsx-runtime";
5442
5502
 
5443
5503
  // src/list/templates/list-virtualization.tsx
5444
- import { jsx as jsx38 } from "react/jsx-runtime";
5504
+ import { jsx as jsx40 } from "react/jsx-runtime";
5445
5505
 
5446
5506
  // src/list/templates/list-grouping.tsx
5447
- import { jsx as jsx39, jsxs as jsxs12 } from "react/jsx-runtime";
5507
+ import { jsx as jsx41, jsxs as jsxs12 } from "react/jsx-runtime";
5448
5508
 
5449
5509
  // src/list/templates/list-virualization-grouping.tsx
5450
- import { jsx as jsx40, jsxs as jsxs13 } from "react/jsx-runtime";
5510
+ import { jsx as jsx42, jsxs as jsxs13 } from "react/jsx-runtime";
5451
5511
 
5452
5512
  // src/list/templates/list-virtualization-angular.tsx
5453
- import { jsx as jsx41 } from "react/jsx-runtime";
5513
+ import { jsx as jsx43 } from "react/jsx-runtime";
5454
5514
 
5455
5515
  // src/list/templates/list-grouping-angular.tsx
5456
- import { jsx as jsx42, jsxs as jsxs14 } from "react/jsx-runtime";
5516
+ import { jsx as jsx44, jsxs as jsxs14 } from "react/jsx-runtime";
5457
5517
 
5458
5518
  // src/list/templates/list-virualization-grouping-angular.tsx
5459
- import { jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5519
+ import { jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5460
5520
 
5461
5521
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5462
- import { jsx as jsx44, jsxs as jsxs16 } from "react/jsx-runtime";
5522
+ import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5463
5523
 
5464
5524
  // src/searchbox/searchbox.spec.tsx
5465
- import { jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5525
+ import { jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5466
5526
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5467
- var states22 = [
5527
+ var states24 = [
5468
5528
  States.hover,
5469
5529
  States.focus,
5470
5530
  States.valid,
@@ -5473,12 +5533,12 @@ var states22 = [
5473
5533
  States.disabled,
5474
5534
  States.loading
5475
5535
  ];
5476
- var options21 = {
5536
+ var options23 = {
5477
5537
  size: [Size.small, Size.medium, Size.large],
5478
5538
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5479
5539
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5480
5540
  };
5481
- var defaultProps18 = {
5541
+ var defaultProps20 = {
5482
5542
  showIcon: true,
5483
5543
  icon: "search",
5484
5544
  size: Input.defaultProps.size,
@@ -5499,8 +5559,8 @@ var Searchbox = (props) => {
5499
5559
  required,
5500
5560
  loading,
5501
5561
  disabled,
5502
- showIcon = defaultProps18.showIcon,
5503
- icon = defaultProps18.icon,
5562
+ showIcon = defaultProps20.showIcon,
5563
+ icon = defaultProps20.icon,
5504
5564
  ...other
5505
5565
  } = props;
5506
5566
  return /* @__PURE__ */ jsxs17(
@@ -5519,36 +5579,36 @@ var Searchbox = (props) => {
5519
5579
  disabled,
5520
5580
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5521
5581
  children: [
5522
- showIcon && /* @__PURE__ */ jsx45(Icon, { className: "k-input-icon", icon }),
5523
- /* @__PURE__ */ jsx45(InputInnerInput, { placeholder, value }),
5524
- /* @__PURE__ */ jsx45(InputLoadingIcon, { ...props }),
5525
- /* @__PURE__ */ jsx45(InputValidationIcon, { ...props }),
5526
- /* @__PURE__ */ jsx45(InputClearValue, { ...props })
5582
+ showIcon && /* @__PURE__ */ jsx47(Icon, { className: "k-input-icon", icon }),
5583
+ /* @__PURE__ */ jsx47(InputInnerInput, { placeholder, value }),
5584
+ /* @__PURE__ */ jsx47(InputLoadingIcon, { ...props }),
5585
+ /* @__PURE__ */ jsx47(InputValidationIcon, { ...props }),
5586
+ /* @__PURE__ */ jsx47(InputClearValue, { ...props })
5527
5587
  ]
5528
5588
  }
5529
5589
  );
5530
5590
  };
5531
- Searchbox.states = states22;
5532
- Searchbox.options = options21;
5591
+ Searchbox.states = states24;
5592
+ Searchbox.options = options23;
5533
5593
  Searchbox.className = SEARCHBOX_CLASSNAME;
5534
- Searchbox.defaultProps = defaultProps18;
5594
+ Searchbox.defaultProps = defaultProps20;
5535
5595
 
5536
5596
  // src/searchbox/templates/searchbox-normal.tsx
5537
- import { jsx as jsx46 } from "react/jsx-runtime";
5597
+ import { jsx as jsx48 } from "react/jsx-runtime";
5538
5598
 
5539
5599
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5540
- import { Fragment as Fragment13, jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5600
+ import { Fragment as Fragment13, jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5541
5601
 
5542
5602
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5543
- import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
5603
+ import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5544
5604
 
5545
5605
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5546
- import { Fragment as Fragment14, jsx as jsx49, jsxs as jsxs20 } from "react/jsx-runtime";
5606
+ import { Fragment as Fragment14, jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
5547
5607
 
5548
5608
  // src/form/form-field.tsx
5549
- import { jsx as jsx50, jsxs as jsxs21 } from "react/jsx-runtime";
5609
+ import { jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
5550
5610
  var FORMFIELD_CLASSNAME = "k-form-field";
5551
- var states23 = [
5611
+ var states25 = [
5552
5612
  States.disabled
5553
5613
  ];
5554
5614
  var FormField = (props) => {
@@ -5582,14 +5642,14 @@ var FormField = (props) => {
5582
5642
  "k-form-label"
5583
5643
  ), children: [
5584
5644
  label,
5585
- optional && /* @__PURE__ */ jsx50("span", { className: "k-label-optional", children: "(Optional)" }),
5586
- info && /* @__PURE__ */ jsx50("span", { className: "k-field-info", children: "(field info)" })
5645
+ optional && /* @__PURE__ */ jsx52("span", { className: "k-label-optional", children: "(Optional)" }),
5646
+ info && /* @__PURE__ */ jsx52("span", { className: "k-field-info", children: "(field info)" })
5587
5647
  ] }),
5588
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx50("span", { className: "k-label k-form-label k-label-empty" }),
5648
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx52("span", { className: "k-label k-form-label k-label-empty" }),
5589
5649
  /* @__PURE__ */ jsxs21("div", { className: "k-form-field-wrap", children: [
5590
5650
  editor,
5591
- hint && /* @__PURE__ */ jsx50("div", { className: "k-form-hint", children: hint }),
5592
- error && /* @__PURE__ */ jsx50("div", { className: "k-form-error", children: error })
5651
+ hint && /* @__PURE__ */ jsx52("div", { className: "k-form-hint", children: hint }),
5652
+ error && /* @__PURE__ */ jsx52("div", { className: "k-form-error", children: error })
5593
5653
  ] })
5594
5654
  ]
5595
5655
  }
@@ -5598,7 +5658,7 @@ var FormField = (props) => {
5598
5658
  FormField.className = FORMFIELD_CLASSNAME;
5599
5659
 
5600
5660
  // src/form/fieldset.tsx
5601
- import { Fragment as Fragment15, jsx as jsx51, jsxs as jsxs22 } from "react/jsx-runtime";
5661
+ import { Fragment as Fragment15, jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
5602
5662
  var FIELDSET_CLASSNAME = "k-form-fieldset";
5603
5663
  var Fieldset = (props) => {
5604
5664
  const {
@@ -5609,8 +5669,8 @@ var Fieldset = (props) => {
5609
5669
  gapY
5610
5670
  } = props;
5611
5671
  return /* @__PURE__ */ jsxs22("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
5612
- legend && /* @__PURE__ */ jsx51("legend", { className: "k-form-legend", children: legend }),
5613
- layout === "grid" ? /* @__PURE__ */ jsx51("div", { className: classNames(
5672
+ legend && /* @__PURE__ */ jsx53("legend", { className: "k-form-legend", children: legend }),
5673
+ layout === "grid" ? /* @__PURE__ */ jsx53("div", { className: classNames(
5614
5674
  "k-form-layout",
5615
5675
  "k-d-grid",
5616
5676
  {
@@ -5618,37 +5678,37 @@ var Fieldset = (props) => {
5618
5678
  [`k-gap-x-${gapX}`]: gapX,
5619
5679
  [`k-gap-y-${gapY}`]: gapY
5620
5680
  }
5621
- ), children: props.children }) : /* @__PURE__ */ jsx51(Fragment15, { children: props.children })
5681
+ ), children: props.children }) : /* @__PURE__ */ jsx53(Fragment15, { children: props.children })
5622
5682
  ] });
5623
5683
  };
5624
5684
  Fieldset.className = FIELDSET_CLASSNAME;
5625
5685
 
5626
5686
  // src/form/form.spec.tsx
5627
- import { Fragment as Fragment16, jsx as jsx52, jsxs as jsxs23 } from "react/jsx-runtime";
5687
+ import { Fragment as Fragment16, jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
5628
5688
  import { createElement } from "react";
5629
5689
  var FORM_CLASSNAME = "k-form";
5630
- var states24 = [];
5631
- var options22 = {
5690
+ var states26 = [];
5691
+ var options24 = {
5632
5692
  size: [Size.small, Size.medium, Size.large]
5633
5693
  };
5634
- var defaultProps19 = {
5694
+ var defaultProps21 = {
5635
5695
  size: Size.medium,
5636
5696
  layout: "basic",
5637
5697
  tag: "form"
5638
5698
  };
5639
5699
  var Form = (props) => {
5640
5700
  const {
5641
- size = defaultProps19.size,
5701
+ size = defaultProps21.size,
5642
5702
  orientation,
5643
- layout = defaultProps19.layout,
5703
+ layout = defaultProps21.layout,
5644
5704
  formButtons,
5645
5705
  cols,
5646
5706
  gapX,
5647
5707
  gapY,
5648
- tag = defaultProps19.tag,
5708
+ tag = defaultProps21.tag,
5649
5709
  children
5650
5710
  } = props;
5651
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx52("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx52("div", { className: className13, children: children2 });
5711
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx54("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx54("div", { className: className13, children: children2 });
5652
5712
  const formChildren = [];
5653
5713
  if (children) {
5654
5714
  if (Array.isArray(children)) {
@@ -5677,7 +5737,7 @@ var Form = (props) => {
5677
5737
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
5678
5738
  }
5679
5739
  ), children: [
5680
- layout === "grid" ? /* @__PURE__ */ jsx52("div", { className: classNames(
5740
+ layout === "grid" ? /* @__PURE__ */ jsx54("div", { className: classNames(
5681
5741
  "k-form-layout",
5682
5742
  "k-d-grid",
5683
5743
  {
@@ -5685,31 +5745,31 @@ var Form = (props) => {
5685
5745
  [`k-gap-x-${gapX}`]: gapX,
5686
5746
  [`k-gap-y-${gapY}`]: gapY
5687
5747
  }
5688
- ), children: formChildren }) : /* @__PURE__ */ jsx52(Fragment16, { children: formChildren }),
5689
- formButtons && /* @__PURE__ */ jsx52("div", { className: "k-form-buttons", children: formButtons })
5748
+ ), children: formChildren }) : /* @__PURE__ */ jsx54(Fragment16, { children: formChildren }),
5749
+ formButtons && /* @__PURE__ */ jsx54("div", { className: "k-form-buttons", children: formButtons })
5690
5750
  ] });
5691
5751
  };
5692
- Form.states = states24;
5693
- Form.options = options22;
5752
+ Form.states = states26;
5753
+ Form.options = options24;
5694
5754
  Form.className = FORM_CLASSNAME;
5695
- Form.defaultProps = defaultProps19;
5755
+ Form.defaultProps = defaultProps21;
5696
5756
 
5697
5757
  // src/spinbutton/spinbutton.spec.tsx
5698
- import { jsx as jsx53, jsxs as jsxs24 } from "react/jsx-runtime";
5758
+ import { jsx as jsx55, jsxs as jsxs24 } from "react/jsx-runtime";
5699
5759
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5700
- var states25 = [];
5701
- var options23 = {
5760
+ var states27 = [];
5761
+ var options25 = {
5702
5762
  size: [Size.small, Size.medium, Size.large],
5703
5763
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5704
5764
  };
5705
- var defaultProps20 = {
5765
+ var defaultProps22 = {
5706
5766
  size: Size.medium,
5707
5767
  fillMode: FillMode.solid
5708
5768
  };
5709
5769
  var SpinButton = (props) => {
5710
5770
  const {
5711
- size = defaultProps20.size,
5712
- fillMode = defaultProps20.fillMode,
5771
+ size = defaultProps22.size,
5772
+ fillMode = defaultProps22.fillMode,
5713
5773
  ...other
5714
5774
  } = props;
5715
5775
  return /* @__PURE__ */ jsxs24(
@@ -5721,7 +5781,7 @@ var SpinButton = (props) => {
5721
5781
  props.className
5722
5782
  ),
5723
5783
  children: [
5724
- /* @__PURE__ */ jsx53(
5784
+ /* @__PURE__ */ jsx55(
5725
5785
  Button,
5726
5786
  {
5727
5787
  className: "k-spinner-increase",
@@ -5731,7 +5791,7 @@ var SpinButton = (props) => {
5731
5791
  fillMode
5732
5792
  }
5733
5793
  ),
5734
- /* @__PURE__ */ jsx53(
5794
+ /* @__PURE__ */ jsx55(
5735
5795
  Button,
5736
5796
  {
5737
5797
  className: "k-spinner-decrease",
@@ -5745,15 +5805,15 @@ var SpinButton = (props) => {
5745
5805
  }
5746
5806
  );
5747
5807
  };
5748
- SpinButton.states = states25;
5749
- SpinButton.options = options23;
5808
+ SpinButton.states = states27;
5809
+ SpinButton.options = options25;
5750
5810
  SpinButton.className = SPINBUTTON_CLASSNAME;
5751
- SpinButton.defaultProps = defaultProps20;
5811
+ SpinButton.defaultProps = defaultProps22;
5752
5812
 
5753
5813
  // src/numerictextbox/numerictextbox.spec.tsx
5754
- import { jsx as jsx54, jsxs as jsxs25 } from "react/jsx-runtime";
5814
+ import { jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
5755
5815
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5756
- var states26 = [
5816
+ var states28 = [
5757
5817
  States.hover,
5758
5818
  States.focus,
5759
5819
  States.valid,
@@ -5763,12 +5823,12 @@ var states26 = [
5763
5823
  States.disabled,
5764
5824
  States.readonly
5765
5825
  ];
5766
- var options24 = {
5826
+ var options26 = {
5767
5827
  size: [Size.small, Size.medium, Size.large],
5768
5828
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5769
5829
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5770
5830
  };
5771
- var defaultProps21 = {
5831
+ var defaultProps23 = {
5772
5832
  showSpinButton: true,
5773
5833
  showClearButton: true,
5774
5834
  size: Input.defaultProps.size,
@@ -5790,8 +5850,8 @@ var NumericTextbox = (props) => {
5790
5850
  loading,
5791
5851
  disabled,
5792
5852
  readonly,
5793
- showClearButton = defaultProps21.showClearButton,
5794
- showSpinButton = defaultProps21.showSpinButton,
5853
+ showClearButton = defaultProps23.showClearButton,
5854
+ showSpinButton = defaultProps23.showSpinButton,
5795
5855
  ...other
5796
5856
  } = props;
5797
5857
  return /* @__PURE__ */ jsxs25(
@@ -5811,8 +5871,8 @@ var NumericTextbox = (props) => {
5811
5871
  readonly,
5812
5872
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5813
5873
  children: [
5814
- /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
5815
- /* @__PURE__ */ jsx54(
5874
+ /* @__PURE__ */ jsx56(InputInnerInput, { placeholder, value }),
5875
+ /* @__PURE__ */ jsx56(
5816
5876
  InputValidationIcon,
5817
5877
  {
5818
5878
  valid,
@@ -5821,14 +5881,14 @@ var NumericTextbox = (props) => {
5821
5881
  disabled
5822
5882
  }
5823
5883
  ),
5824
- /* @__PURE__ */ jsx54(
5884
+ /* @__PURE__ */ jsx56(
5825
5885
  InputLoadingIcon,
5826
5886
  {
5827
5887
  loading,
5828
5888
  disabled
5829
5889
  }
5830
5890
  ),
5831
- showClearButton && /* @__PURE__ */ jsx54(
5891
+ showClearButton && /* @__PURE__ */ jsx56(
5832
5892
  InputClearValue,
5833
5893
  {
5834
5894
  loading,
@@ -5837,7 +5897,7 @@ var NumericTextbox = (props) => {
5837
5897
  value
5838
5898
  }
5839
5899
  ),
5840
- showSpinButton && /* @__PURE__ */ jsx54(
5900
+ showSpinButton && /* @__PURE__ */ jsx56(
5841
5901
  SpinButton,
5842
5902
  {
5843
5903
  className: "k-input-spinner",
@@ -5849,18 +5909,18 @@ var NumericTextbox = (props) => {
5849
5909
  }
5850
5910
  );
5851
5911
  };
5852
- NumericTextbox.states = states26;
5853
- NumericTextbox.options = options24;
5912
+ NumericTextbox.states = states28;
5913
+ NumericTextbox.options = options26;
5854
5914
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5855
- NumericTextbox.defaultProps = defaultProps21;
5915
+ NumericTextbox.defaultProps = defaultProps23;
5856
5916
 
5857
5917
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5858
- import { jsx as jsx55 } from "react/jsx-runtime";
5918
+ import { jsx as jsx57 } from "react/jsx-runtime";
5859
5919
 
5860
5920
  // src/textarea/textarea.spec.tsx
5861
- import { jsx as jsx56 } from "react/jsx-runtime";
5921
+ import { jsx as jsx58 } from "react/jsx-runtime";
5862
5922
  var TEXTAREA_CLASSNAME = `k-textarea`;
5863
- var states27 = [
5923
+ var states29 = [
5864
5924
  States.hover,
5865
5925
  States.focus,
5866
5926
  States.valid,
@@ -5868,12 +5928,12 @@ var states27 = [
5868
5928
  States.required,
5869
5929
  States.disabled
5870
5930
  ];
5871
- var options25 = {
5931
+ var options27 = {
5872
5932
  size: [Size.small, Size.medium, Size.large],
5873
5933
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5874
5934
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5875
5935
  };
5876
- var defaultProps22 = {
5936
+ var defaultProps24 = {
5877
5937
  size: Input.defaultProps.size,
5878
5938
  rounded: Input.defaultProps.rounded,
5879
5939
  fillMode: Input.defaultProps.fillMode
@@ -5894,7 +5954,7 @@ var Textarea = (props) => {
5894
5954
  disabled,
5895
5955
  ...other
5896
5956
  } = props;
5897
- return /* @__PURE__ */ jsx56(
5957
+ return /* @__PURE__ */ jsx58(
5898
5958
  Input,
5899
5959
  {
5900
5960
  ...other,
@@ -5908,7 +5968,7 @@ var Textarea = (props) => {
5908
5968
  required,
5909
5969
  disabled,
5910
5970
  className: classNames(props.className, TEXTAREA_CLASSNAME),
5911
- children: /* @__PURE__ */ jsx56(
5971
+ children: /* @__PURE__ */ jsx58(
5912
5972
  InputInnerTextarea,
5913
5973
  {
5914
5974
  className: classNames(
@@ -5922,18 +5982,18 @@ var Textarea = (props) => {
5922
5982
  }
5923
5983
  );
5924
5984
  };
5925
- Textarea.states = states27;
5926
- Textarea.options = options25;
5985
+ Textarea.states = states29;
5986
+ Textarea.options = options27;
5927
5987
  Textarea.className = TEXTAREA_CLASSNAME;
5928
- Textarea.defaultProps = defaultProps22;
5988
+ Textarea.defaultProps = defaultProps24;
5929
5989
 
5930
5990
  // src/textarea/templates/textarea-normal.tsx
5931
- import { jsx as jsx57 } from "react/jsx-runtime";
5991
+ import { jsx as jsx59 } from "react/jsx-runtime";
5932
5992
 
5933
5993
  // src/textbox/textbox.spec.tsx
5934
- import { jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
5994
+ import { jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
5935
5995
  var TEXTBOX_CLASSNAME = `k-textbox`;
5936
- var states28 = [
5996
+ var states30 = [
5937
5997
  States.hover,
5938
5998
  States.focus,
5939
5999
  States.valid,
@@ -5943,12 +6003,12 @@ var states28 = [
5943
6003
  States.loading,
5944
6004
  States.readonly
5945
6005
  ];
5946
- var options26 = {
6006
+ var options28 = {
5947
6007
  size: [Size.small, Size.medium, Size.large],
5948
6008
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5949
6009
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5950
6010
  };
5951
- var defaultProps23 = {
6011
+ var defaultProps25 = {
5952
6012
  showClearButton: true,
5953
6013
  size: Input.defaultProps.size,
5954
6014
  rounded: Input.defaultProps.rounded,
@@ -5971,7 +6031,7 @@ var Textbox = (props) => {
5971
6031
  loading,
5972
6032
  disabled,
5973
6033
  readonly,
5974
- showClearButton = defaultProps23.showClearButton,
6034
+ showClearButton = defaultProps25.showClearButton,
5975
6035
  ...other
5976
6036
  } = props;
5977
6037
  return /* @__PURE__ */ jsxs26(
@@ -5991,9 +6051,9 @@ var Textbox = (props) => {
5991
6051
  readonly,
5992
6052
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5993
6053
  children: [
5994
- /* @__PURE__ */ jsx58(InputPrefix, { children: prefix }),
5995
- /* @__PURE__ */ jsx58(InputInnerInput, { placeholder, value }),
5996
- /* @__PURE__ */ jsx58(
6054
+ /* @__PURE__ */ jsx60(InputPrefix, { children: prefix }),
6055
+ /* @__PURE__ */ jsx60(InputInnerInput, { placeholder, value }),
6056
+ /* @__PURE__ */ jsx60(
5997
6057
  InputValidationIcon,
5998
6058
  {
5999
6059
  valid,
@@ -6002,14 +6062,14 @@ var Textbox = (props) => {
6002
6062
  disabled
6003
6063
  }
6004
6064
  ),
6005
- /* @__PURE__ */ jsx58(
6065
+ /* @__PURE__ */ jsx60(
6006
6066
  InputLoadingIcon,
6007
6067
  {
6008
6068
  loading,
6009
6069
  disabled
6010
6070
  }
6011
6071
  ),
6012
- showClearButton && /* @__PURE__ */ jsx58(
6072
+ showClearButton && /* @__PURE__ */ jsx60(
6013
6073
  InputClearValue,
6014
6074
  {
6015
6075
  loading,
@@ -6018,41 +6078,41 @@ var Textbox = (props) => {
6018
6078
  value
6019
6079
  }
6020
6080
  ),
6021
- /* @__PURE__ */ jsx58(InputSuffix, { children: suffix })
6081
+ /* @__PURE__ */ jsx60(InputSuffix, { children: suffix })
6022
6082
  ]
6023
6083
  }
6024
6084
  );
6025
6085
  };
6026
- Textbox.states = states28;
6027
- Textbox.options = options26;
6086
+ Textbox.states = states30;
6087
+ Textbox.options = options28;
6028
6088
  Textbox.className = TEXTBOX_CLASSNAME;
6029
- Textbox.defaultProps = defaultProps23;
6089
+ Textbox.defaultProps = defaultProps25;
6030
6090
 
6031
6091
  // src/textbox/templates/textbox-normal.tsx
6032
- import { jsx as jsx59 } from "react/jsx-runtime";
6092
+ import { jsx as jsx61 } from "react/jsx-runtime";
6033
6093
 
6034
6094
  // src/textbox/templates/textbox-prefix.tsx
6035
- import { jsx as jsx60, jsxs as jsxs27 } from "react/jsx-runtime";
6095
+ import { jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
6036
6096
 
6037
6097
  // src/textbox/templates/textbox-suffix.tsx
6038
- import { jsx as jsx61, jsxs as jsxs28 } from "react/jsx-runtime";
6098
+ import { jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
6039
6099
 
6040
6100
  // src/action-buttons/action-buttons.spec.tsx
6041
- import { jsx as jsx62 } from "react/jsx-runtime";
6101
+ import { jsx as jsx64 } from "react/jsx-runtime";
6042
6102
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6043
- var states29 = [];
6044
- var options27 = {};
6045
- var defaultProps24 = {
6103
+ var states31 = [];
6104
+ var options29 = {};
6105
+ var defaultProps26 = {
6046
6106
  alignment: "start",
6047
6107
  orientation: "horizontal"
6048
6108
  };
6049
6109
  var ActionButtons = (props) => {
6050
6110
  const {
6051
- alignment = defaultProps24.alignment,
6052
- orientation = defaultProps24.orientation,
6111
+ alignment = defaultProps26.alignment,
6112
+ orientation = defaultProps26.orientation,
6053
6113
  ...other
6054
6114
  } = props;
6055
- return /* @__PURE__ */ jsx62(
6115
+ return /* @__PURE__ */ jsx64(
6056
6116
  "div",
6057
6117
  {
6058
6118
  ...other,
@@ -6068,23 +6128,23 @@ var ActionButtons = (props) => {
6068
6128
  }
6069
6129
  );
6070
6130
  };
6071
- ActionButtons.states = states29;
6072
- ActionButtons.options = options27;
6131
+ ActionButtons.states = states31;
6132
+ ActionButtons.options = options29;
6073
6133
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6074
- ActionButtons.defaultProps = defaultProps24;
6134
+ ActionButtons.defaultProps = defaultProps26;
6075
6135
 
6076
6136
  // src/window/window.spec.tsx
6077
- import { Fragment as Fragment17, jsx as jsx63, jsxs as jsxs29 } from "react/jsx-runtime";
6137
+ import { Fragment as Fragment17, jsx as jsx65, jsxs as jsxs29 } from "react/jsx-runtime";
6078
6138
  var WINDOW_CLASSNAME = `k-window`;
6079
- var states30 = [];
6080
- var options28 = {
6139
+ var states32 = [];
6140
+ var options30 = {
6081
6141
  themeColor: [
6082
6142
  ThemeColor.primary,
6083
6143
  ThemeColor.light,
6084
6144
  ThemeColor.dark
6085
6145
  ]
6086
6146
  };
6087
- var defaultProps25 = {};
6147
+ var defaultProps27 = {};
6088
6148
  var Window = (props) => {
6089
6149
  const {
6090
6150
  title,
@@ -6109,29 +6169,29 @@ var Window = (props) => {
6109
6169
  ),
6110
6170
  children: [
6111
6171
  (title !== void 0 || actions) && /* @__PURE__ */ jsxs29("div", { className: "k-window-titlebar", children: [
6112
- title !== void 0 && /* @__PURE__ */ jsx63("span", { className: "k-window-title", children: title }),
6113
- actions && /* @__PURE__ */ jsx63(Fragment17, { children: /* @__PURE__ */ jsx63("div", { className: "k-window-titlebar-actions", children: actions.map(
6114
- (actionName) => /* @__PURE__ */ jsx63(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
6172
+ title !== void 0 && /* @__PURE__ */ jsx65("span", { className: "k-window-title", children: title }),
6173
+ actions && /* @__PURE__ */ jsx65(Fragment17, { children: /* @__PURE__ */ jsx65("div", { className: "k-window-titlebar-actions", children: actions.map(
6174
+ (actionName) => /* @__PURE__ */ jsx65(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
6115
6175
  ) }) })
6116
6176
  ] }),
6117
- /* @__PURE__ */ jsx63("div", { className: classNames(
6177
+ /* @__PURE__ */ jsx65("div", { className: classNames(
6118
6178
  "k-window-content",
6119
6179
  {
6120
6180
  "k-hidden": minimized
6121
6181
  }
6122
6182
  ), children: props.children }),
6123
- actionButtons && /* @__PURE__ */ jsx63(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
6183
+ actionButtons && /* @__PURE__ */ jsx65(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
6124
6184
  ]
6125
6185
  }
6126
6186
  );
6127
6187
  };
6128
- Window.states = states30;
6129
- Window.options = options28;
6188
+ Window.states = states32;
6189
+ Window.options = options30;
6130
6190
  Window.className = WINDOW_CLASSNAME;
6131
- Window.defaultProps = defaultProps25;
6191
+ Window.defaultProps = defaultProps27;
6132
6192
 
6133
6193
  // src/editor/tests/editor-table-wizard.tsx
6134
- import { Fragment as Fragment18, jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
6194
+ import { Fragment as Fragment18, jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
6135
6195
  var styles = `
6136
6196
  .k-window {
6137
6197
  width: 100%;
@@ -6139,326 +6199,326 @@ var styles = `
6139
6199
  }
6140
6200
  `;
6141
6201
  var editor_table_wizard_default = () => /* @__PURE__ */ jsxs30(Fragment18, { children: [
6142
- /* @__PURE__ */ jsx64("style", { children: styles }),
6202
+ /* @__PURE__ */ jsx66("style", { children: styles }),
6143
6203
  /* @__PURE__ */ jsxs30("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6144
- /* @__PURE__ */ jsx64("section", { children: /* @__PURE__ */ jsx64(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs30(Fragment18, { children: [
6145
- /* @__PURE__ */ jsx64(Button, { themeColor: "primary", children: "Save" }),
6146
- /* @__PURE__ */ jsx64(Button, { children: "Cancel" })
6204
+ /* @__PURE__ */ jsx66("section", { children: /* @__PURE__ */ jsx66(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs30(Fragment18, { children: [
6205
+ /* @__PURE__ */ jsx66(Button, { themeColor: "primary", children: "Save" }),
6206
+ /* @__PURE__ */ jsx66(Button, { children: "Cancel" })
6147
6207
  ] }), children: /* @__PURE__ */ jsxs30("div", { className: "k-tabstrip k-tabstrip-top", children: [
6148
- /* @__PURE__ */ jsx64("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs30("ul", { className: "k-tabstrip-items k-reset", children: [
6149
- /* @__PURE__ */ jsx64("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ jsx64("span", { className: "k-link", children: "General" }) }),
6150
- /* @__PURE__ */ jsx64("li", { className: "k-item k-last", children: /* @__PURE__ */ jsx64("span", { className: "k-link", children: "Advanced" }) })
6208
+ /* @__PURE__ */ jsx66("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs30("ul", { className: "k-tabstrip-items k-reset", children: [
6209
+ /* @__PURE__ */ jsx66("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ jsx66("span", { className: "k-link", children: "General" }) }),
6210
+ /* @__PURE__ */ jsx66("li", { className: "k-item k-last", children: /* @__PURE__ */ jsx66("span", { className: "k-link", children: "Advanced" }) })
6151
6211
  ] }) }),
6152
- /* @__PURE__ */ jsx64("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs30(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6153
- /* @__PURE__ */ jsx64(
6212
+ /* @__PURE__ */ jsx66("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs30(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6213
+ /* @__PURE__ */ jsx66(
6154
6214
  FormField,
6155
6215
  {
6156
6216
  colSpan: "2",
6157
6217
  label: "Rows",
6158
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { value: "3" })
6218
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { value: "3" })
6159
6219
  }
6160
6220
  ),
6161
- /* @__PURE__ */ jsx64(
6221
+ /* @__PURE__ */ jsx66(
6162
6222
  FormField,
6163
6223
  {
6164
6224
  colSpan: "2",
6165
6225
  label: "Columns",
6166
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { value: "4" })
6226
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { value: "4" })
6167
6227
  }
6168
6228
  ),
6169
- /* @__PURE__ */ jsx64(
6229
+ /* @__PURE__ */ jsx66(
6170
6230
  FormField,
6171
6231
  {
6172
6232
  colSpan: "1",
6173
6233
  label: "Width",
6174
- editor: /* @__PURE__ */ jsx64(NumericTextbox, {})
6234
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, {})
6175
6235
  }
6176
6236
  ),
6177
- /* @__PURE__ */ jsx64(
6237
+ /* @__PURE__ */ jsx66(
6178
6238
  FormField,
6179
6239
  {
6180
6240
  colSpan: "1",
6181
6241
  label: "\xA0",
6182
- editor: /* @__PURE__ */ jsx64(DropdownList, { placeholder: "%" })
6242
+ editor: /* @__PURE__ */ jsx66(DropdownList, { placeholder: "%" })
6183
6243
  }
6184
6244
  ),
6185
- /* @__PURE__ */ jsx64(
6245
+ /* @__PURE__ */ jsx66(
6186
6246
  FormField,
6187
6247
  {
6188
6248
  colSpan: "1",
6189
6249
  label: "Height",
6190
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { placeholder: "Auto" })
6250
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { placeholder: "Auto" })
6191
6251
  }
6192
6252
  ),
6193
- /* @__PURE__ */ jsx64(
6253
+ /* @__PURE__ */ jsx66(
6194
6254
  FormField,
6195
6255
  {
6196
6256
  colSpan: "1",
6197
6257
  label: "\xA0",
6198
- editor: /* @__PURE__ */ jsx64(DropdownList, { placeholder: "px" })
6258
+ editor: /* @__PURE__ */ jsx66(DropdownList, { placeholder: "px" })
6199
6259
  }
6200
6260
  ),
6201
- /* @__PURE__ */ jsx64(
6261
+ /* @__PURE__ */ jsx66(
6202
6262
  FormField,
6203
6263
  {
6204
6264
  colSpan: "2",
6205
6265
  label: "Position",
6206
- editor: /* @__PURE__ */ jsx64(DropdownList, { prefix: /* @__PURE__ */ jsx64(Icon, { icon: "table-position-start" }), placeholder: "Left" })
6266
+ editor: /* @__PURE__ */ jsx66(DropdownList, { prefix: /* @__PURE__ */ jsx66(Icon, { icon: "table-position-start" }), placeholder: "Left" })
6207
6267
  }
6208
6268
  ),
6209
- /* @__PURE__ */ jsx64(
6269
+ /* @__PURE__ */ jsx66(
6210
6270
  FormField,
6211
6271
  {
6212
6272
  colSpan: "2",
6213
6273
  label: "Alignment",
6214
- editor: /* @__PURE__ */ jsx64(DropdownList, { prefix: /* @__PURE__ */ jsx64(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6274
+ editor: /* @__PURE__ */ jsx66(DropdownList, { prefix: /* @__PURE__ */ jsx66(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6215
6275
  }
6216
6276
  ),
6217
- /* @__PURE__ */ jsx64(
6277
+ /* @__PURE__ */ jsx66(
6218
6278
  FormField,
6219
6279
  {
6220
6280
  colSpan: "2",
6221
6281
  label: "Cell spacing",
6222
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { placeholder: "Auto" })
6282
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { placeholder: "Auto" })
6223
6283
  }
6224
6284
  ),
6225
- /* @__PURE__ */ jsx64(
6285
+ /* @__PURE__ */ jsx66(
6226
6286
  FormField,
6227
6287
  {
6228
6288
  colSpan: "2",
6229
6289
  label: "Cell padding",
6230
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { placeholder: "Auto" })
6290
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { placeholder: "Auto" })
6231
6291
  }
6232
6292
  ),
6233
- /* @__PURE__ */ jsx64(
6293
+ /* @__PURE__ */ jsx66(
6234
6294
  FormField,
6235
6295
  {
6236
6296
  colSpan: "full",
6237
6297
  label: "Table background",
6238
- editor: /* @__PURE__ */ jsx64(ColorPicker, {})
6298
+ editor: /* @__PURE__ */ jsx66(ColorPicker, {})
6239
6299
  }
6240
6300
  ),
6241
- /* @__PURE__ */ jsx64(
6301
+ /* @__PURE__ */ jsx66(
6242
6302
  FormField,
6243
6303
  {
6244
6304
  colSpan: "1",
6245
6305
  label: "Border width",
6246
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { value: "1" })
6306
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { value: "1" })
6247
6307
  }
6248
6308
  ),
6249
- /* @__PURE__ */ jsx64(
6309
+ /* @__PURE__ */ jsx66(
6250
6310
  FormField,
6251
6311
  {
6252
6312
  colSpan: "1",
6253
6313
  label: "Border color",
6254
- editor: /* @__PURE__ */ jsx64(ColorPicker, {})
6314
+ editor: /* @__PURE__ */ jsx66(ColorPicker, {})
6255
6315
  }
6256
6316
  ),
6257
- /* @__PURE__ */ jsx64(
6317
+ /* @__PURE__ */ jsx66(
6258
6318
  FormField,
6259
6319
  {
6260
6320
  colSpan: "2",
6261
6321
  label: "Border style",
6262
- editor: /* @__PURE__ */ jsx64(DropdownList, { value: "Solid" })
6322
+ editor: /* @__PURE__ */ jsx66(DropdownList, { value: "Solid" })
6263
6323
  }
6264
6324
  ),
6265
- /* @__PURE__ */ jsx64(
6325
+ /* @__PURE__ */ jsx66(
6266
6326
  FormField,
6267
6327
  {
6268
6328
  colSpan: "full",
6269
6329
  editor: /* @__PURE__ */ jsxs30(Fragment18, { children: [
6270
- /* @__PURE__ */ jsx64(Checkbox, {}),
6271
- /* @__PURE__ */ jsx64("label", { className: "k-checkbox-label", children: "Collapse borders" })
6330
+ /* @__PURE__ */ jsx66(Checkbox, {}),
6331
+ /* @__PURE__ */ jsx66("label", { className: "k-checkbox-label", children: "Collapse borders" })
6272
6332
  ] })
6273
6333
  }
6274
6334
  )
6275
6335
  ] }) })
6276
6336
  ] }) }) }),
6277
- /* @__PURE__ */ jsx64("section", { children: /* @__PURE__ */ jsx64(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs30(Fragment18, { children: [
6278
- /* @__PURE__ */ jsx64(Button, { themeColor: "primary", children: "Save" }),
6279
- /* @__PURE__ */ jsx64(Button, { children: "Cancel" })
6337
+ /* @__PURE__ */ jsx66("section", { children: /* @__PURE__ */ jsx66(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs30(Fragment18, { children: [
6338
+ /* @__PURE__ */ jsx66(Button, { themeColor: "primary", children: "Save" }),
6339
+ /* @__PURE__ */ jsx66(Button, { children: "Cancel" })
6280
6340
  ] }), children: /* @__PURE__ */ jsxs30("div", { className: "k-tabstrip k-tabstrip-top", children: [
6281
- /* @__PURE__ */ jsx64("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs30("ul", { className: "k-tabstrip-items k-reset", children: [
6282
- /* @__PURE__ */ jsx64("li", { className: "k-item k-first", children: /* @__PURE__ */ jsx64("span", { className: "k-link", children: "General" }) }),
6283
- /* @__PURE__ */ jsx64("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ jsx64("span", { className: "k-link", children: "Advanced" }) })
6341
+ /* @__PURE__ */ jsx66("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs30("ul", { className: "k-tabstrip-items k-reset", children: [
6342
+ /* @__PURE__ */ jsx66("li", { className: "k-item k-first", children: /* @__PURE__ */ jsx66("span", { className: "k-link", children: "General" }) }),
6343
+ /* @__PURE__ */ jsx66("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ jsx66("span", { className: "k-link", children: "Advanced" }) })
6284
6344
  ] }) }),
6285
- /* @__PURE__ */ jsx64("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs30(Form, { tag: "div", layout: "grid", children: [
6286
- /* @__PURE__ */ jsx64(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ jsx64(Textbox, {}) }),
6287
- /* @__PURE__ */ jsx64(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ jsx64(Textbox, {}) }),
6345
+ /* @__PURE__ */ jsx66("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs30(Form, { tag: "div", layout: "grid", children: [
6346
+ /* @__PURE__ */ jsx66(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ jsx66(Textbox, {}) }),
6347
+ /* @__PURE__ */ jsx66(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ jsx66(Textbox, {}) }),
6288
6348
  /* @__PURE__ */ jsxs30(Fieldset, { legend: "Accessibility", layout: "grid", cols: 4, gapX: 4, children: [
6289
- /* @__PURE__ */ jsx64(
6349
+ /* @__PURE__ */ jsx66(
6290
6350
  FormField,
6291
6351
  {
6292
6352
  colSpan: "2",
6293
6353
  label: "Caption",
6294
6354
  optional: true,
6295
- editor: /* @__PURE__ */ jsx64(Textbox, {})
6355
+ editor: /* @__PURE__ */ jsx66(Textbox, {})
6296
6356
  }
6297
6357
  ),
6298
- /* @__PURE__ */ jsx64(
6358
+ /* @__PURE__ */ jsx66(
6299
6359
  FormField,
6300
6360
  {
6301
6361
  colSpan: "2",
6302
6362
  label: "Caption alignment",
6303
- editor: /* @__PURE__ */ jsx64(DropdownList, { prefix: /* @__PURE__ */ jsx64(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6363
+ editor: /* @__PURE__ */ jsx66(DropdownList, { prefix: /* @__PURE__ */ jsx66(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6304
6364
  }
6305
6365
  ),
6306
- /* @__PURE__ */ jsx64(
6366
+ /* @__PURE__ */ jsx66(
6307
6367
  FormField,
6308
6368
  {
6309
6369
  colSpan: "1",
6310
6370
  label: "Header rows",
6311
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { value: "0" })
6371
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { value: "0" })
6312
6372
  }
6313
6373
  ),
6314
- /* @__PURE__ */ jsx64(
6374
+ /* @__PURE__ */ jsx66(
6315
6375
  FormField,
6316
6376
  {
6317
6377
  colSpan: "1",
6318
6378
  label: "Header cols",
6319
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { value: "0" })
6379
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { value: "0" })
6320
6380
  }
6321
6381
  ),
6322
- /* @__PURE__ */ jsx64(
6382
+ /* @__PURE__ */ jsx66(
6323
6383
  FormField,
6324
6384
  {
6325
6385
  colSpan: "2",
6326
6386
  label: "Associate headers",
6327
- editor: /* @__PURE__ */ jsx64(DropdownList, { value: "Using 'scope' attribu..." })
6387
+ editor: /* @__PURE__ */ jsx66(DropdownList, { value: "Using 'scope' attribu..." })
6328
6388
  }
6329
6389
  ),
6330
- /* @__PURE__ */ jsx64(
6390
+ /* @__PURE__ */ jsx66(
6331
6391
  FormField,
6332
6392
  {
6333
6393
  colSpan: "full",
6334
6394
  label: "Summary",
6335
6395
  optional: true,
6336
- editor: /* @__PURE__ */ jsx64(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
6396
+ editor: /* @__PURE__ */ jsx66(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
6337
6397
  }
6338
6398
  )
6339
6399
  ] })
6340
6400
  ] }) })
6341
6401
  ] }) }) }),
6342
- /* @__PURE__ */ jsx64("section", { children: /* @__PURE__ */ jsx64(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs30(Fragment18, { children: [
6343
- /* @__PURE__ */ jsx64(Button, { themeColor: "primary", children: "Save" }),
6344
- /* @__PURE__ */ jsx64(Button, { children: "Cancel" })
6402
+ /* @__PURE__ */ jsx66("section", { children: /* @__PURE__ */ jsx66(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs30(Fragment18, { children: [
6403
+ /* @__PURE__ */ jsx66(Button, { themeColor: "primary", children: "Save" }),
6404
+ /* @__PURE__ */ jsx66(Button, { children: "Cancel" })
6345
6405
  ] }), children: /* @__PURE__ */ jsxs30(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6346
- /* @__PURE__ */ jsx64(
6406
+ /* @__PURE__ */ jsx66(
6347
6407
  FormField,
6348
6408
  {
6349
6409
  colSpan: "full",
6350
6410
  editor: /* @__PURE__ */ jsxs30(Fragment18, { children: [
6351
- /* @__PURE__ */ jsx64(Checkbox, {}),
6352
- /* @__PURE__ */ jsx64("label", { className: "k-checkbox-label", children: "Apply to all cells" })
6411
+ /* @__PURE__ */ jsx66(Checkbox, {}),
6412
+ /* @__PURE__ */ jsx66("label", { className: "k-checkbox-label", children: "Apply to all cells" })
6353
6413
  ] })
6354
6414
  }
6355
6415
  ),
6356
- /* @__PURE__ */ jsx64(
6416
+ /* @__PURE__ */ jsx66(
6357
6417
  FormField,
6358
6418
  {
6359
6419
  colSpan: "1",
6360
6420
  label: "Width",
6361
- editor: /* @__PURE__ */ jsx64(NumericTextbox, {}),
6421
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, {}),
6362
6422
  hint: "apply to column"
6363
6423
  }
6364
6424
  ),
6365
- /* @__PURE__ */ jsx64(
6425
+ /* @__PURE__ */ jsx66(
6366
6426
  FormField,
6367
6427
  {
6368
6428
  colSpan: "1",
6369
6429
  label: "\xA0",
6370
- editor: /* @__PURE__ */ jsx64(DropdownList, { placeholder: "px" })
6430
+ editor: /* @__PURE__ */ jsx66(DropdownList, { placeholder: "px" })
6371
6431
  }
6372
6432
  ),
6373
- /* @__PURE__ */ jsx64(
6433
+ /* @__PURE__ */ jsx66(
6374
6434
  FormField,
6375
6435
  {
6376
6436
  colSpan: "1",
6377
6437
  label: "Height",
6378
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { placeholder: "Auto" }),
6438
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { placeholder: "Auto" }),
6379
6439
  hint: "apply to row"
6380
6440
  }
6381
6441
  ),
6382
- /* @__PURE__ */ jsx64(
6442
+ /* @__PURE__ */ jsx66(
6383
6443
  FormField,
6384
6444
  {
6385
6445
  colSpan: "1",
6386
6446
  label: "\xA0",
6387
- editor: /* @__PURE__ */ jsx64(DropdownList, { placeholder: "px" })
6447
+ editor: /* @__PURE__ */ jsx66(DropdownList, { placeholder: "px" })
6388
6448
  }
6389
6449
  ),
6390
- /* @__PURE__ */ jsx64(
6450
+ /* @__PURE__ */ jsx66(
6391
6451
  FormField,
6392
6452
  {
6393
6453
  colSpan: "2",
6394
6454
  label: "Alignment",
6395
- editor: /* @__PURE__ */ jsx64(DropdownList, { prefix: /* @__PURE__ */ jsx64(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6455
+ editor: /* @__PURE__ */ jsx66(DropdownList, { prefix: /* @__PURE__ */ jsx66(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6396
6456
  }
6397
6457
  ),
6398
- /* @__PURE__ */ jsx64(
6458
+ /* @__PURE__ */ jsx66(
6399
6459
  FormField,
6400
6460
  {
6401
6461
  colSpan: "2",
6402
6462
  label: "Text control",
6403
- editor: /* @__PURE__ */ jsx64(DropdownList, { prefix: /* @__PURE__ */ jsx64(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
6463
+ editor: /* @__PURE__ */ jsx66(DropdownList, { prefix: /* @__PURE__ */ jsx66(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
6404
6464
  }
6405
6465
  ),
6406
- /* @__PURE__ */ jsx64(
6466
+ /* @__PURE__ */ jsx66(
6407
6467
  FormField,
6408
6468
  {
6409
6469
  colSpan: "2",
6410
6470
  label: "Cell spacing",
6411
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { placeholder: "Auto" })
6471
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { placeholder: "Auto" })
6412
6472
  }
6413
6473
  ),
6414
- /* @__PURE__ */ jsx64(
6474
+ /* @__PURE__ */ jsx66(
6415
6475
  FormField,
6416
6476
  {
6417
6477
  colSpan: "2",
6418
6478
  label: "Cell padding",
6419
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { placeholder: "Auto" })
6479
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { placeholder: "Auto" })
6420
6480
  }
6421
6481
  ),
6422
- /* @__PURE__ */ jsx64(
6482
+ /* @__PURE__ */ jsx66(
6423
6483
  FormField,
6424
6484
  {
6425
6485
  colSpan: "1",
6426
6486
  label: "Border width",
6427
- editor: /* @__PURE__ */ jsx64(NumericTextbox, { value: "1" })
6487
+ editor: /* @__PURE__ */ jsx66(NumericTextbox, { value: "1" })
6428
6488
  }
6429
6489
  ),
6430
- /* @__PURE__ */ jsx64(
6490
+ /* @__PURE__ */ jsx66(
6431
6491
  FormField,
6432
6492
  {
6433
6493
  colSpan: "1",
6434
6494
  label: "Border color",
6435
- editor: /* @__PURE__ */ jsx64(ColorPicker, {})
6495
+ editor: /* @__PURE__ */ jsx66(ColorPicker, {})
6436
6496
  }
6437
6497
  ),
6438
- /* @__PURE__ */ jsx64(
6498
+ /* @__PURE__ */ jsx66(
6439
6499
  FormField,
6440
6500
  {
6441
6501
  colSpan: "2",
6442
6502
  label: "Border style",
6443
- editor: /* @__PURE__ */ jsx64(DropdownList, { value: "Solid" })
6503
+ editor: /* @__PURE__ */ jsx66(DropdownList, { value: "Solid" })
6444
6504
  }
6445
6505
  ),
6446
- /* @__PURE__ */ jsx64(
6506
+ /* @__PURE__ */ jsx66(
6447
6507
  FormField,
6448
6508
  {
6449
6509
  colSpan: "full",
6450
6510
  label: "ID",
6451
6511
  optional: true,
6452
- editor: /* @__PURE__ */ jsx64(Textbox, {})
6512
+ editor: /* @__PURE__ */ jsx66(Textbox, {})
6453
6513
  }
6454
6514
  ),
6455
- /* @__PURE__ */ jsx64(
6515
+ /* @__PURE__ */ jsx66(
6456
6516
  FormField,
6457
6517
  {
6458
6518
  colSpan: "full",
6459
6519
  label: "CSS class",
6460
6520
  optional: true,
6461
- editor: /* @__PURE__ */ jsx64(Textbox, {})
6521
+ editor: /* @__PURE__ */ jsx66(Textbox, {})
6462
6522
  }
6463
6523
  )
6464
6524
  ] }) }) })