@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
@@ -4496,16 +4496,76 @@ Checkbox.options = options5;
4496
4496
  Checkbox.className = CHECKBOX_CLASSNAME;
4497
4497
  Checkbox.defaultProps = defaultProps5;
4498
4498
 
4499
- // src/checkbox/templates/checkbox-label.tsx
4499
+ // src/checkbox/checkbox-group.spec.tsx
4500
4500
  var import_jsx_runtime9 = require("react/jsx-runtime");
4501
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4502
+ var states6 = [];
4503
+ var options6 = {};
4504
+ var defaultProps6 = {
4505
+ layout: "vertical"
4506
+ };
4507
+ var CheckboxGroup = (props) => {
4508
+ const {
4509
+ layout = defaultProps6.layout,
4510
+ ...other
4511
+ } = props;
4512
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4513
+ "ul",
4514
+ {
4515
+ ...other,
4516
+ className: classNames(
4517
+ props.className,
4518
+ CHECKBOXGROUP_CLASSNAME,
4519
+ {
4520
+ [`k-list-${layout}`]: layout
4521
+ }
4522
+ ),
4523
+ children: props.children
4524
+ }
4525
+ );
4526
+ };
4527
+ CheckboxGroup.states = states6;
4528
+ CheckboxGroup.options = options6;
4529
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4530
+ CheckboxGroup.defaultProps = defaultProps6;
4501
4531
 
4502
- // src/checkbox/templates/checkbox-normal.tsx
4532
+ // src/checkbox/checkbox-item.spec.tsx
4503
4533
  var import_jsx_runtime10 = require("react/jsx-runtime");
4534
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4535
+ var states7 = [];
4536
+ var options7 = {};
4537
+ var defaultProps7 = {};
4538
+ var CheckboxItem = (props) => {
4539
+ const {
4540
+ ...other
4541
+ } = props;
4542
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4543
+ "li",
4544
+ {
4545
+ ...other,
4546
+ className: classNames(
4547
+ props.className,
4548
+ CHECKBOXITEM_CLASSNAME
4549
+ ),
4550
+ children: props.children
4551
+ }
4552
+ );
4553
+ };
4554
+ CheckboxItem.states = states7;
4555
+ CheckboxItem.options = options7;
4556
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4557
+ CheckboxItem.defaultProps = defaultProps7;
4504
4558
 
4505
- // src/input/input.spec.tsx
4559
+ // src/checkbox/templates/checkbox-with-label.tsx
4506
4560
  var import_jsx_runtime11 = require("react/jsx-runtime");
4561
+
4562
+ // src/checkbox/templates/checkbox-normal.tsx
4563
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4564
+
4565
+ // src/input/input.spec.tsx
4566
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4507
4567
  var INPUT_CLASSNAME = `k-input`;
4508
- var states6 = [
4568
+ var states8 = [
4509
4569
  States.hover,
4510
4570
  States.focus,
4511
4571
  States.valid,
@@ -4515,12 +4575,12 @@ var states6 = [
4515
4575
  States.loading,
4516
4576
  States.readonly
4517
4577
  ];
4518
- var options6 = {
4578
+ var options8 = {
4519
4579
  size: [Size.small, Size.medium, Size.large],
4520
4580
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4521
4581
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4522
4582
  };
4523
- var defaultProps6 = {
4583
+ var defaultProps8 = {
4524
4584
  size: Size.medium,
4525
4585
  rounded: Size.medium,
4526
4586
  fillMode: FillMode.solid
@@ -4534,12 +4594,12 @@ var Input = (props) => {
4534
4594
  valid,
4535
4595
  loading,
4536
4596
  readonly,
4537
- size = defaultProps6.size,
4538
- rounded = defaultProps6.rounded,
4539
- fillMode = defaultProps6.fillMode,
4597
+ size = defaultProps8.size,
4598
+ rounded = defaultProps8.rounded,
4599
+ fillMode = defaultProps8.fillMode,
4540
4600
  ...other
4541
4601
  } = props;
4542
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4602
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4543
4603
  "span",
4544
4604
  {
4545
4605
  ...other,
@@ -4552,13 +4612,13 @@ var Input = (props) => {
4552
4612
  }
4553
4613
  );
4554
4614
  };
4555
- Input.states = states6;
4556
- Input.options = options6;
4615
+ Input.states = states8;
4616
+ Input.options = options8;
4557
4617
  Input.className = INPUT_CLASSNAME;
4558
- Input.defaultProps = defaultProps6;
4618
+ Input.defaultProps = defaultProps8;
4559
4619
 
4560
4620
  // src/input/picker.spec.tsx
4561
- var import_jsx_runtime12 = require("react/jsx-runtime");
4621
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4562
4622
  var PICKER_CLASSNAME = `k-picker`;
4563
4623
  var pickerStates = [
4564
4624
  States.hover,
@@ -4575,7 +4635,7 @@ var pickerOptions = {
4575
4635
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4576
4636
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4577
4637
  };
4578
- var defaultProps7 = {
4638
+ var defaultProps9 = {
4579
4639
  size: Size.medium,
4580
4640
  rounded: Roundness.medium,
4581
4641
  fillMode: FillMode.solid
@@ -4589,12 +4649,12 @@ var Picker = (props) => {
4589
4649
  valid,
4590
4650
  loading,
4591
4651
  readonly,
4592
- size = defaultProps7.size,
4593
- rounded = defaultProps7.rounded,
4594
- fillMode = defaultProps7.fillMode,
4652
+ size = defaultProps9.size,
4653
+ rounded = defaultProps9.rounded,
4654
+ fillMode = defaultProps9.fillMode,
4595
4655
  ...other
4596
4656
  } = props;
4597
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4657
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4598
4658
  "span",
4599
4659
  {
4600
4660
  ...other,
@@ -4611,17 +4671,17 @@ var Picker = (props) => {
4611
4671
  Picker.states = pickerStates;
4612
4672
  Picker.options = pickerOptions;
4613
4673
  Picker.className = PICKER_CLASSNAME;
4614
- Picker.defaultProps = defaultProps7;
4674
+ Picker.defaultProps = defaultProps9;
4615
4675
 
4616
4676
  // src/input/input-clear-value.tsx
4617
- var import_jsx_runtime13 = require("react/jsx-runtime");
4677
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4618
4678
  var className = `k-clear-value`;
4619
- var states7 = [
4679
+ var states9 = [
4620
4680
  States.disabled,
4621
4681
  States.loading,
4622
4682
  States.readonly
4623
4683
  ];
4624
- var options7 = {};
4684
+ var options9 = {};
4625
4685
  var InputClearValue = (props) => {
4626
4686
  const {
4627
4687
  disabled,
@@ -4630,20 +4690,20 @@ var InputClearValue = (props) => {
4630
4690
  value
4631
4691
  } = props;
4632
4692
  if (disabled || readonly || loading || !value) {
4633
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, {});
4693
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4634
4694
  }
4635
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { icon: "x" }) });
4695
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
4636
4696
  };
4637
- InputClearValue.states = states7;
4638
- InputClearValue.options = options7;
4697
+ InputClearValue.states = states9;
4698
+ InputClearValue.options = options9;
4639
4699
  InputClearValue.className = className;
4640
4700
 
4641
4701
  // src/input/input-inner-input.tsx
4642
- var import_jsx_runtime14 = require("react/jsx-runtime");
4702
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4643
4703
  var className2 = `k-input-inner`;
4644
- var states8 = [];
4645
- var options8 = {};
4646
- var defaultProps8 = {
4704
+ var states10 = [];
4705
+ var options10 = {};
4706
+ var defaultProps10 = {
4647
4707
  type: "text",
4648
4708
  autocomplete: "off",
4649
4709
  value: "",
@@ -4651,13 +4711,13 @@ var defaultProps8 = {
4651
4711
  };
4652
4712
  var InputInnerInput = (props) => {
4653
4713
  const {
4654
- value = defaultProps8.value,
4655
- type = defaultProps8.type,
4656
- placeholder = defaultProps8.placeholder,
4657
- autocomplete = defaultProps8.autocomplete,
4714
+ value = defaultProps10.value,
4715
+ type = defaultProps10.type,
4716
+ placeholder = defaultProps10.placeholder,
4717
+ autocomplete = defaultProps10.autocomplete,
4658
4718
  ...other
4659
4719
  } = props;
4660
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4720
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4661
4721
  "input",
4662
4722
  {
4663
4723
  ...other,
@@ -4669,15 +4729,15 @@ var InputInnerInput = (props) => {
4669
4729
  }
4670
4730
  );
4671
4731
  };
4672
- InputInnerInput.states = states8;
4673
- InputInnerInput.options = options8;
4732
+ InputInnerInput.states = states10;
4733
+ InputInnerInput.options = options10;
4674
4734
  InputInnerInput.className = className2;
4675
4735
 
4676
4736
  // src/input/input-inner-span.tsx
4677
- var import_jsx_runtime15 = require("react/jsx-runtime");
4737
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4678
4738
  var className3 = `k-input-inner`;
4679
- var states9 = [];
4680
- var options9 = {};
4739
+ var states11 = [];
4740
+ var options11 = {};
4681
4741
  var InputInnerSpan = (props) => {
4682
4742
  const {
4683
4743
  value,
@@ -4687,41 +4747,41 @@ var InputInnerSpan = (props) => {
4687
4747
  valueIconName,
4688
4748
  ...other
4689
4749
  } = props;
4690
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4750
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4691
4751
  "span",
4692
4752
  {
4693
4753
  ...other,
4694
4754
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4695
4755
  children: [
4696
4756
  valueIcon,
4697
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4757
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4698
4758
  showValue && !value && placeholder,
4699
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-input-value-text", children: value })
4759
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
4700
4760
  ]
4701
4761
  }
4702
4762
  );
4703
4763
  };
4704
- InputInnerSpan.states = states9;
4705
- InputInnerSpan.options = options9;
4764
+ InputInnerSpan.states = states11;
4765
+ InputInnerSpan.options = options11;
4706
4766
  InputInnerSpan.className = className3;
4707
4767
 
4708
4768
  // src/input/input-inner-textarea.tsx
4709
- var import_jsx_runtime16 = require("react/jsx-runtime");
4710
- var defaultProps9 = {
4769
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4770
+ var defaultProps11 = {
4711
4771
  value: "",
4712
4772
  placeholder: ""
4713
4773
  };
4714
4774
  var className4 = `k-input-inner`;
4715
- var states10 = [];
4716
- var options10 = {};
4775
+ var states12 = [];
4776
+ var options12 = {};
4717
4777
  var InputInnerTextarea = (props) => {
4718
4778
  const {
4719
- value = defaultProps9.value,
4720
- placeholder = defaultProps9.placeholder,
4779
+ value = defaultProps11.value,
4780
+ placeholder = defaultProps11.placeholder,
4721
4781
  rows,
4722
4782
  ...other
4723
4783
  } = props;
4724
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4784
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4725
4785
  "textarea",
4726
4786
  {
4727
4787
  ...other,
@@ -4732,14 +4792,14 @@ var InputInnerTextarea = (props) => {
4732
4792
  }
4733
4793
  );
4734
4794
  };
4735
- InputInnerTextarea.states = states10;
4736
- InputInnerTextarea.options = options10;
4795
+ InputInnerTextarea.states = states12;
4796
+ InputInnerTextarea.options = options12;
4737
4797
  InputInnerTextarea.className = className4;
4738
4798
 
4739
4799
  // src/input/input-loading-icon.tsx
4740
- var import_jsx_runtime17 = require("react/jsx-runtime");
4800
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4741
4801
  var className5 = `k-input-loading-icon`;
4742
- var states11 = [
4802
+ var states13 = [
4743
4803
  States.disabled,
4744
4804
  States.loading
4745
4805
  ];
@@ -4749,21 +4809,21 @@ var InputLoadingIcon = (props) => {
4749
4809
  loading
4750
4810
  } = props;
4751
4811
  if (disabled || !loading) {
4752
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
4812
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4753
4813
  }
4754
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4814
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4755
4815
  };
4756
4816
 
4757
4817
  // src/input/input-validation-icon.tsx
4758
- var import_jsx_runtime18 = require("react/jsx-runtime");
4818
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4759
4819
  var className6 = `k-input-validation-icon`;
4760
- var states12 = [
4820
+ var states14 = [
4761
4821
  States.valid,
4762
4822
  States.invalid,
4763
4823
  States.disabled,
4764
4824
  States.loading
4765
4825
  ];
4766
- var options11 = {};
4826
+ var options13 = {};
4767
4827
  var InputValidationIcon = (props) => {
4768
4828
  const {
4769
4829
  valid,
@@ -4774,49 +4834,49 @@ var InputValidationIcon = (props) => {
4774
4834
  const iconName = invalid ? "exclamation-circle" : "check";
4775
4835
  const renderValidationIcon = Boolean(valid || invalid);
4776
4836
  if (disabled || loading || !renderValidationIcon) {
4777
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, {});
4837
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4778
4838
  }
4779
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { className: classNames(className6), icon: iconName });
4839
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
4780
4840
  };
4781
- InputValidationIcon.states = states12;
4782
- InputValidationIcon.options = options11;
4841
+ InputValidationIcon.states = states14;
4842
+ InputValidationIcon.options = options13;
4783
4843
  InputValidationIcon.className = className6;
4784
4844
 
4785
4845
  // src/input/input-prefix.tsx
4786
- var import_jsx_runtime19 = require("react/jsx-runtime");
4846
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4787
4847
  var className7 = `k-input-prefix`;
4788
4848
  var InputPrefix = (props) => {
4789
4849
  if (!props.children) {
4790
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4850
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4791
4851
  }
4792
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4852
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4793
4853
  };
4794
4854
 
4795
4855
  // src/input/input-suffix.tsx
4796
- var import_jsx_runtime20 = require("react/jsx-runtime");
4856
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4797
4857
  var className8 = `k-input-suffix`;
4798
4858
  var InputSuffix = (props) => {
4799
4859
  if (!props.children) {
4800
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4860
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4801
4861
  }
4802
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4862
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4803
4863
  };
4804
4864
 
4805
4865
  // src/input/input-separator.tsx
4806
- var import_jsx_runtime21 = require("react/jsx-runtime");
4866
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4807
4867
 
4808
4868
  // src/color-preview/color-preview.tsx
4809
- var import_jsx_runtime22 = require("react/jsx-runtime");
4869
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4810
4870
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4811
- var states13 = [];
4812
- var options12 = {};
4871
+ var states15 = [];
4872
+ var options14 = {};
4813
4873
  var ColorPreview = (props) => {
4814
4874
  const {
4815
4875
  color,
4816
4876
  iconName,
4817
4877
  ...other
4818
4878
  } = props;
4819
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4879
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4820
4880
  "span",
4821
4881
  {
4822
4882
  ...other,
@@ -4829,8 +4889,8 @@ var ColorPreview = (props) => {
4829
4889
  }
4830
4890
  ),
4831
4891
  children: [
4832
- iconName && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4833
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4892
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4893
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4834
4894
  "span",
4835
4895
  {
4836
4896
  className: "k-color-preview-mask",
@@ -4841,14 +4901,14 @@ var ColorPreview = (props) => {
4841
4901
  }
4842
4902
  );
4843
4903
  };
4844
- ColorPreview.states = states13;
4845
- ColorPreview.options = options12;
4904
+ ColorPreview.states = states15;
4905
+ ColorPreview.options = options14;
4846
4906
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
4847
4907
 
4848
4908
  // src/colorpicker/colorpicker.spec.tsx
4849
- var import_jsx_runtime23 = require("react/jsx-runtime");
4909
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4850
4910
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
4851
- var states14 = [
4911
+ var states16 = [
4852
4912
  States.hover,
4853
4913
  States.focus,
4854
4914
  States.valid,
@@ -4856,12 +4916,12 @@ var states14 = [
4856
4916
  States.required,
4857
4917
  States.disabled
4858
4918
  ];
4859
- var options13 = {
4919
+ var options15 = {
4860
4920
  size: [Size.small, Size.medium, Size.large],
4861
4921
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4862
4922
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4863
4923
  };
4864
- var defaultProps10 = {
4924
+ var defaultProps12 = {
4865
4925
  arrowIconName: "caret-alt-down",
4866
4926
  size: Picker.defaultProps.size,
4867
4927
  rounded: Picker.defaultProps.rounded,
@@ -4883,10 +4943,10 @@ var ColorPicker = (props) => {
4883
4943
  required,
4884
4944
  disabled,
4885
4945
  valueIconName,
4886
- arrowIconName = defaultProps10.arrowIconName,
4946
+ arrowIconName = defaultProps12.arrowIconName,
4887
4947
  ...other
4888
4948
  } = props;
4889
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4949
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4890
4950
  Picker,
4891
4951
  {
4892
4952
  ...other,
@@ -4905,14 +4965,14 @@ var ColorPicker = (props) => {
4905
4965
  "k-icon-picker"
4906
4966
  ),
4907
4967
  children: [
4908
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
4909
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4968
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputPrefix, { children: prefix }),
4969
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4910
4970
  InputInnerSpan,
4911
4971
  {
4912
4972
  placeholder,
4913
4973
  value,
4914
4974
  showValue: false,
4915
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4975
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4916
4976
  ColorPreview,
4917
4977
  {
4918
4978
  className: "k-value-icon",
@@ -4923,8 +4983,8 @@ var ColorPicker = (props) => {
4923
4983
  valueIconName
4924
4984
  }
4925
4985
  ),
4926
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix }),
4927
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4986
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputSuffix, { children: suffix }),
4987
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4928
4988
  Button,
4929
4989
  {
4930
4990
  className: "k-input-button",
@@ -4938,17 +4998,17 @@ var ColorPicker = (props) => {
4938
4998
  }
4939
4999
  );
4940
5000
  };
4941
- ColorPicker.states = states14;
4942
- ColorPicker.options = options13;
5001
+ ColorPicker.states = states16;
5002
+ ColorPicker.options = options15;
4943
5003
  ColorPicker.className = COLORPICKER_CLASSNAME;
4944
- ColorPicker.defaultProps = defaultProps10;
5004
+ ColorPicker.defaultProps = defaultProps12;
4945
5005
 
4946
5006
  // src/animation-container/animation-container.spec.tsx
4947
- var import_jsx_runtime24 = require("react/jsx-runtime");
5007
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4948
5008
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4949
- var states15 = [];
4950
- var options14 = {};
4951
- var defaultProps11 = {
5009
+ var states17 = [];
5010
+ var options16 = {};
5011
+ var defaultProps13 = {
4952
5012
  positionMode: "absolute"
4953
5013
  };
4954
5014
  var AnimationContainer = (props) => {
@@ -4958,7 +5018,7 @@ var AnimationContainer = (props) => {
4958
5018
  offset,
4959
5019
  ...other
4960
5020
  } = props;
4961
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5021
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4962
5022
  "div",
4963
5023
  {
4964
5024
  ...other,
@@ -4970,21 +5030,21 @@ var AnimationContainer = (props) => {
4970
5030
  ["k-animation-container-fixed"]: positionMode === "fixed"
4971
5031
  }
4972
5032
  ),
4973
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5033
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4974
5034
  }
4975
5035
  );
4976
5036
  };
4977
- AnimationContainer.states = states15;
4978
- AnimationContainer.options = options14;
5037
+ AnimationContainer.states = states17;
5038
+ AnimationContainer.options = options16;
4979
5039
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4980
- AnimationContainer.defaultProps = defaultProps11;
5040
+ AnimationContainer.defaultProps = defaultProps13;
4981
5041
 
4982
5042
  // src/popup/popup.spec.tsx
4983
- var import_jsx_runtime25 = require("react/jsx-runtime");
5043
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4984
5044
  var POPUP_CLASSNAME = `k-popup`;
4985
- var states16 = [];
4986
- var options15 = {};
4987
- var defaultProps12 = {
5045
+ var states18 = [];
5046
+ var options17 = {};
5047
+ var defaultProps14 = {
4988
5048
  positionMode: "absolute"
4989
5049
  };
4990
5050
  var Popup = (props) => {
@@ -4993,24 +5053,24 @@ var Popup = (props) => {
4993
5053
  positionMode,
4994
5054
  ...other
4995
5055
  } = props;
4996
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5056
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4997
5057
  AnimationContainer,
4998
5058
  {
4999
5059
  positionMode,
5000
5060
  offset,
5001
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5061
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5002
5062
  }
5003
5063
  );
5004
5064
  };
5005
- Popup.states = states16;
5006
- Popup.options = options15;
5065
+ Popup.states = states18;
5066
+ Popup.options = options17;
5007
5067
  Popup.className = POPUP_CLASSNAME;
5008
- Popup.defaultProps = defaultProps12;
5068
+ Popup.defaultProps = defaultProps14;
5009
5069
 
5010
5070
  // src/dropdownlist/dropdownlist.spec.tsx
5011
- var import_jsx_runtime26 = require("react/jsx-runtime");
5071
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5012
5072
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5013
- var states17 = [
5073
+ var states19 = [
5014
5074
  States.hover,
5015
5075
  States.focus,
5016
5076
  States.valid,
@@ -5020,12 +5080,12 @@ var states17 = [
5020
5080
  States.loading,
5021
5081
  States.readonly
5022
5082
  ];
5023
- var options16 = {
5083
+ var options18 = {
5024
5084
  size: [Size.small, Size.medium, Size.large],
5025
5085
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5026
5086
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5027
5087
  };
5028
- var defaultProps13 = {
5088
+ var defaultProps15 = {
5029
5089
  showValue: true,
5030
5090
  arrowIconName: "caret-alt-down",
5031
5091
  size: Size.medium,
@@ -5035,7 +5095,7 @@ var defaultProps13 = {
5035
5095
  var DropdownList = (props) => {
5036
5096
  const {
5037
5097
  valueIconName,
5038
- arrowIconName = defaultProps13.arrowIconName,
5098
+ arrowIconName = defaultProps15.arrowIconName,
5039
5099
  prefix,
5040
5100
  suffix,
5041
5101
  value,
@@ -5051,13 +5111,13 @@ var DropdownList = (props) => {
5051
5111
  loading,
5052
5112
  disabled,
5053
5113
  readonly,
5054
- showValue = defaultProps13.showValue,
5114
+ showValue = defaultProps15.showValue,
5055
5115
  popup,
5056
5116
  opened,
5057
5117
  ...other
5058
5118
  } = props;
5059
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
5060
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5119
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_jsx_runtime28.Fragment, { children: [
5120
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5061
5121
  Picker,
5062
5122
  {
5063
5123
  ...other,
@@ -5080,8 +5140,8 @@ var DropdownList = (props) => {
5080
5140
  }
5081
5141
  ),
5082
5142
  children: [
5083
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputPrefix, { children: prefix }),
5084
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5143
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputPrefix, { children: prefix }),
5144
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5085
5145
  InputInnerSpan,
5086
5146
  {
5087
5147
  placeholder,
@@ -5090,7 +5150,7 @@ var DropdownList = (props) => {
5090
5150
  valueIconName
5091
5151
  }
5092
5152
  ),
5093
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5153
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5094
5154
  InputValidationIcon,
5095
5155
  {
5096
5156
  valid,
@@ -5099,15 +5159,15 @@ var DropdownList = (props) => {
5099
5159
  disabled
5100
5160
  }
5101
5161
  ),
5102
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5162
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5103
5163
  InputLoadingIcon,
5104
5164
  {
5105
5165
  loading,
5106
5166
  disabled
5107
5167
  }
5108
5168
  ),
5109
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputSuffix, { children: suffix }),
5110
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5169
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputSuffix, { children: suffix }),
5170
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5111
5171
  Button,
5112
5172
  {
5113
5173
  className: "k-input-button",
@@ -5120,35 +5180,35 @@ var DropdownList = (props) => {
5120
5180
  ]
5121
5181
  }
5122
5182
  ),
5123
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5183
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5124
5184
  ] });
5125
5185
  };
5126
- DropdownList.states = states17;
5127
- DropdownList.options = options16;
5186
+ DropdownList.states = states19;
5187
+ DropdownList.options = options18;
5128
5188
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5129
- DropdownList.defaultProps = defaultProps13;
5189
+ DropdownList.defaultProps = defaultProps15;
5130
5190
 
5131
5191
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5132
- var import_jsx_runtime27 = require("react/jsx-runtime");
5192
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5133
5193
 
5134
5194
  // src/nodata/nodata.tsx
5135
- var import_jsx_runtime28 = require("react/jsx-runtime");
5195
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5136
5196
  var className9 = `k-nodata`;
5137
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5197
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5138
5198
 
5139
5199
  // src/list/list.spec.tsx
5140
- var import_jsx_runtime29 = require("react/jsx-runtime");
5200
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5141
5201
  var LIST_CLASSNAME = `k-list`;
5142
- var states18 = [];
5143
- var options17 = {
5202
+ var states20 = [];
5203
+ var options19 = {
5144
5204
  size: [Size.small, Size.medium, Size.large]
5145
5205
  };
5146
- var defaultProps14 = {
5206
+ var defaultProps16 = {
5147
5207
  size: Size.medium
5148
5208
  };
5149
5209
  var List = (props) => {
5150
5210
  const {
5151
- size = defaultProps14.size,
5211
+ size = defaultProps16.size,
5152
5212
  virtualization,
5153
5213
  children,
5154
5214
  optionLabel,
@@ -5165,7 +5225,7 @@ var List = (props) => {
5165
5225
  listHeader = child.props.label;
5166
5226
  child.props.children.map((optChild, index2) => {
5167
5227
  listChildren.push(
5168
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5228
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5169
5229
  ListItem,
5170
5230
  {
5171
5231
  ...optChild.props
@@ -5181,7 +5241,7 @@ var List = (props) => {
5181
5241
  groupLabel = child.props.label;
5182
5242
  }
5183
5243
  listChildren.push(
5184
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5244
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5185
5245
  ListItem,
5186
5246
  {
5187
5247
  className: index2 === 0 ? "k-first" : "",
@@ -5193,16 +5253,16 @@ var List = (props) => {
5193
5253
  );
5194
5254
  });
5195
5255
  }
5196
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5256
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5197
5257
  } else if (child.type === ListItem) {
5198
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5199
- listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListContent, { virtualization, children: listChildren });
5258
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5259
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListContent, { virtualization, children: listChildren });
5200
5260
  }
5201
5261
  });
5202
5262
  } else {
5203
- listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(NoData, { children: "No data found." });
5263
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(NoData, { children: "No data found." });
5204
5264
  }
5205
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5265
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5206
5266
  "div",
5207
5267
  {
5208
5268
  ...other,
@@ -5224,24 +5284,24 @@ var List = (props) => {
5224
5284
  }
5225
5285
  );
5226
5286
  };
5227
- List.states = states18;
5228
- List.options = options17;
5287
+ List.states = states20;
5288
+ List.options = options19;
5229
5289
  List.className = LIST_CLASSNAME;
5230
- List.defaultProps = defaultProps14;
5290
+ List.defaultProps = defaultProps16;
5231
5291
 
5232
5292
  // src/list/list-angular.spec.tsx
5233
- var import_jsx_runtime30 = require("react/jsx-runtime");
5293
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5234
5294
  var LISTANGULAR_CLASSNAME = `k-list`;
5235
- var states19 = [];
5236
- var options18 = {
5295
+ var states21 = [];
5296
+ var options20 = {
5237
5297
  size: [Size.small, Size.medium, Size.large]
5238
5298
  };
5239
- var defaultProps15 = {
5299
+ var defaultProps17 = {
5240
5300
  size: Size.medium
5241
5301
  };
5242
5302
  var ListAngular = (props) => {
5243
5303
  const {
5244
- size = defaultProps15.size,
5304
+ size = defaultProps17.size,
5245
5305
  virtualization,
5246
5306
  children,
5247
5307
  ...other
@@ -5257,7 +5317,7 @@ var ListAngular = (props) => {
5257
5317
  listHeader = child.props.label;
5258
5318
  child.props.children.map((optChild, index2) => {
5259
5319
  listChildren.push(
5260
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5320
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5261
5321
  ListItem,
5262
5322
  {
5263
5323
  ...optChild.props
@@ -5268,7 +5328,7 @@ var ListAngular = (props) => {
5268
5328
  });
5269
5329
  } else {
5270
5330
  listChildren.push(
5271
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5331
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5272
5332
  ListGroupItem,
5273
5333
  {
5274
5334
  ...child.props,
@@ -5279,7 +5339,7 @@ var ListAngular = (props) => {
5279
5339
  );
5280
5340
  child.props.children.map((optChild, index2) => {
5281
5341
  listChildren.push(
5282
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5342
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5283
5343
  ListItem,
5284
5344
  {
5285
5345
  ...optChild.props
@@ -5289,16 +5349,16 @@ var ListAngular = (props) => {
5289
5349
  );
5290
5350
  });
5291
5351
  }
5292
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5352
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5293
5353
  } else if (child.type === ListItem) {
5294
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5295
- listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: listChildren });
5354
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5355
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListContent, { virtualization, children: listChildren });
5296
5356
  }
5297
5357
  });
5298
5358
  } else {
5299
- listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(NoData, { children: "No data found." });
5359
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(NoData, { children: "No data found." });
5300
5360
  }
5301
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5361
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5302
5362
  "div",
5303
5363
  {
5304
5364
  ...other,
@@ -5319,22 +5379,22 @@ var ListAngular = (props) => {
5319
5379
  }
5320
5380
  );
5321
5381
  };
5322
- ListAngular.states = states19;
5323
- ListAngular.options = options18;
5382
+ ListAngular.states = states21;
5383
+ ListAngular.options = options20;
5324
5384
  ListAngular.className = LISTANGULAR_CLASSNAME;
5325
- ListAngular.defaultProps = defaultProps15;
5385
+ ListAngular.defaultProps = defaultProps17;
5326
5386
 
5327
5387
  // src/list/list-item.spec.tsx
5328
- var import_jsx_runtime31 = require("react/jsx-runtime");
5388
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5329
5389
  var LISTITEM_CLASSNAME = `k-list-item`;
5330
- var states20 = [
5390
+ var states22 = [
5331
5391
  States.hover,
5332
5392
  States.focus,
5333
5393
  States.selected,
5334
5394
  States.disabled
5335
5395
  ];
5336
- var options19 = {};
5337
- var defaultProps16 = {};
5396
+ var options21 = {};
5397
+ var defaultProps18 = {};
5338
5398
  var ListItem = (props) => {
5339
5399
  const {
5340
5400
  text,
@@ -5350,7 +5410,7 @@ var ListItem = (props) => {
5350
5410
  ...other
5351
5411
  } = props;
5352
5412
  const textOrChildren = text ? text : props.children;
5353
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5413
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5354
5414
  "li",
5355
5415
  {
5356
5416
  ...other,
@@ -5365,66 +5425,66 @@ var ListItem = (props) => {
5365
5425
  })
5366
5426
  ),
5367
5427
  children: [
5368
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Checkbox, { checked }),
5369
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: iconName }),
5370
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5371
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5428
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Checkbox, { checked }),
5429
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { icon: iconName }),
5430
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5431
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5372
5432
  ]
5373
5433
  }
5374
5434
  );
5375
5435
  };
5376
- ListItem.states = states20;
5377
- ListItem.options = options19;
5436
+ ListItem.states = states22;
5437
+ ListItem.options = options21;
5378
5438
  ListItem.className = LISTITEM_CLASSNAME;
5379
- ListItem.defaultProps = defaultProps16;
5439
+ ListItem.defaultProps = defaultProps18;
5380
5440
 
5381
5441
  // src/list/list-content.tsx
5382
- var import_jsx_runtime32 = require("react/jsx-runtime");
5442
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5383
5443
  var className10 = `k-list-content`;
5384
5444
  var ListContent = (props) => {
5385
5445
  const {
5386
5446
  virtualization
5387
5447
  } = props;
5388
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: classNames(className10, props.className), children: [
5389
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5390
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", {}) })
5448
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: classNames(className10, props.className), children: [
5449
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5450
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", {}) })
5391
5451
  ] });
5392
5452
  };
5393
5453
 
5394
5454
  // src/list/list-header.tsx
5395
- var import_jsx_runtime33 = require("react/jsx-runtime");
5455
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5396
5456
  var className11 = `k-list-group-sticky-header`;
5397
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5457
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5398
5458
 
5399
5459
  // src/list/list-group.tsx
5400
- var import_jsx_runtime34 = require("react/jsx-runtime");
5460
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5401
5461
  var ListGroup = (props) => {
5402
5462
  const {
5403
5463
  virtualization,
5404
5464
  label
5405
5465
  } = props;
5406
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
5407
- label && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListHeader, { children: label }),
5408
- props.children && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: props.children })
5466
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
5467
+ label && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListHeader, { children: label }),
5468
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListContent, { virtualization, children: props.children })
5409
5469
  ] });
5410
5470
  };
5411
5471
 
5412
5472
  // src/list/list-group-item.tsx
5413
- var import_jsx_runtime35 = require("react/jsx-runtime");
5473
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5414
5474
  var className12 = `k-list-group-item`;
5415
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5475
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5416
5476
 
5417
5477
  // src/list/list-option-label.tsx
5418
- var import_jsx_runtime36 = require("react/jsx-runtime");
5478
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5419
5479
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5420
- var states21 = [
5480
+ var states23 = [
5421
5481
  States.hover,
5422
5482
  States.focus,
5423
5483
  States.selected,
5424
5484
  States.disabled
5425
5485
  ];
5426
- var options20 = {};
5427
- var defaultProps17 = {};
5486
+ var options22 = {};
5487
+ var defaultProps19 = {};
5428
5488
  var ListOptionLabel = (props) => {
5429
5489
  const {
5430
5490
  text,
@@ -5434,7 +5494,7 @@ var ListOptionLabel = (props) => {
5434
5494
  disabled,
5435
5495
  ...other
5436
5496
  } = props;
5437
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5497
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5438
5498
  "div",
5439
5499
  {
5440
5500
  ...other,
@@ -5451,39 +5511,39 @@ var ListOptionLabel = (props) => {
5451
5511
  }
5452
5512
  );
5453
5513
  };
5454
- ListOptionLabel.states = states21;
5455
- ListOptionLabel.options = options20;
5514
+ ListOptionLabel.states = states23;
5515
+ ListOptionLabel.options = options22;
5456
5516
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5457
- ListOptionLabel.defaultProps = defaultProps17;
5517
+ ListOptionLabel.defaultProps = defaultProps19;
5458
5518
 
5459
5519
  // src/list/templates/list-normal.tsx
5460
- var import_jsx_runtime37 = require("react/jsx-runtime");
5520
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5461
5521
 
5462
5522
  // src/list/templates/list-virtualization.tsx
5463
- var import_jsx_runtime38 = require("react/jsx-runtime");
5523
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5464
5524
 
5465
5525
  // src/list/templates/list-grouping.tsx
5466
- var import_jsx_runtime39 = require("react/jsx-runtime");
5526
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5467
5527
 
5468
5528
  // src/list/templates/list-virualization-grouping.tsx
5469
- var import_jsx_runtime40 = require("react/jsx-runtime");
5529
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5470
5530
 
5471
5531
  // src/list/templates/list-virtualization-angular.tsx
5472
- var import_jsx_runtime41 = require("react/jsx-runtime");
5532
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5473
5533
 
5474
5534
  // src/list/templates/list-grouping-angular.tsx
5475
- var import_jsx_runtime42 = require("react/jsx-runtime");
5535
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5476
5536
 
5477
5537
  // src/list/templates/list-virualization-grouping-angular.tsx
5478
- var import_jsx_runtime43 = require("react/jsx-runtime");
5538
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5479
5539
 
5480
5540
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5481
- var import_jsx_runtime44 = require("react/jsx-runtime");
5541
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5482
5542
 
5483
5543
  // src/searchbox/searchbox.spec.tsx
5484
- var import_jsx_runtime45 = require("react/jsx-runtime");
5544
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5485
5545
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5486
- var states22 = [
5546
+ var states24 = [
5487
5547
  States.hover,
5488
5548
  States.focus,
5489
5549
  States.valid,
@@ -5492,12 +5552,12 @@ var states22 = [
5492
5552
  States.disabled,
5493
5553
  States.loading
5494
5554
  ];
5495
- var options21 = {
5555
+ var options23 = {
5496
5556
  size: [Size.small, Size.medium, Size.large],
5497
5557
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5498
5558
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5499
5559
  };
5500
- var defaultProps18 = {
5560
+ var defaultProps20 = {
5501
5561
  showIcon: true,
5502
5562
  icon: "search",
5503
5563
  size: Input.defaultProps.size,
@@ -5518,11 +5578,11 @@ var Searchbox = (props) => {
5518
5578
  required,
5519
5579
  loading,
5520
5580
  disabled,
5521
- showIcon = defaultProps18.showIcon,
5522
- icon = defaultProps18.icon,
5581
+ showIcon = defaultProps20.showIcon,
5582
+ icon = defaultProps20.icon,
5523
5583
  ...other
5524
5584
  } = props;
5525
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5585
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5526
5586
  Input,
5527
5587
  {
5528
5588
  ...other,
@@ -5538,36 +5598,36 @@ var Searchbox = (props) => {
5538
5598
  disabled,
5539
5599
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5540
5600
  children: [
5541
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { className: "k-input-icon", icon }),
5542
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputInnerInput, { placeholder, value }),
5543
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputLoadingIcon, { ...props }),
5544
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputValidationIcon, { ...props }),
5545
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputClearValue, { ...props })
5601
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { className: "k-input-icon", icon }),
5602
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(InputInnerInput, { placeholder, value }),
5603
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(InputLoadingIcon, { ...props }),
5604
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(InputValidationIcon, { ...props }),
5605
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(InputClearValue, { ...props })
5546
5606
  ]
5547
5607
  }
5548
5608
  );
5549
5609
  };
5550
- Searchbox.states = states22;
5551
- Searchbox.options = options21;
5610
+ Searchbox.states = states24;
5611
+ Searchbox.options = options23;
5552
5612
  Searchbox.className = SEARCHBOX_CLASSNAME;
5553
- Searchbox.defaultProps = defaultProps18;
5613
+ Searchbox.defaultProps = defaultProps20;
5554
5614
 
5555
5615
  // src/searchbox/templates/searchbox-normal.tsx
5556
- var import_jsx_runtime46 = require("react/jsx-runtime");
5616
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5557
5617
 
5558
5618
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5559
- var import_jsx_runtime47 = require("react/jsx-runtime");
5619
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5560
5620
 
5561
5621
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5562
- var import_jsx_runtime48 = require("react/jsx-runtime");
5622
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5563
5623
 
5564
5624
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5565
- var import_jsx_runtime49 = require("react/jsx-runtime");
5625
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5566
5626
 
5567
5627
  // src/form/form-field.tsx
5568
- var import_jsx_runtime50 = require("react/jsx-runtime");
5628
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5569
5629
  var FORMFIELD_CLASSNAME = "k-form-field";
5570
- var states23 = [
5630
+ var states25 = [
5571
5631
  States.disabled
5572
5632
  ];
5573
5633
  var FormField = (props) => {
@@ -5583,7 +5643,7 @@ var FormField = (props) => {
5583
5643
  dir,
5584
5644
  colSpan
5585
5645
  } = props;
5586
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5646
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5587
5647
  "div",
5588
5648
  {
5589
5649
  className: classNames(
@@ -5596,19 +5656,19 @@ var FormField = (props) => {
5596
5656
  ),
5597
5657
  dir,
5598
5658
  children: [
5599
- label && /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("label", { className: classNames(
5659
+ label && /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("label", { className: classNames(
5600
5660
  "k-label",
5601
5661
  "k-form-label"
5602
5662
  ), children: [
5603
5663
  label,
5604
- optional && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
5605
- info && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-field-info", children: "(field info)" })
5664
+ optional && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
5665
+ info && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-field-info", children: "(field info)" })
5606
5666
  ] }),
5607
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
5608
- /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-form-field-wrap", children: [
5667
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
5668
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-form-field-wrap", children: [
5609
5669
  editor,
5610
- hint && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-form-hint", children: hint }),
5611
- error && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-form-error", children: error })
5670
+ hint && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-form-hint", children: hint }),
5671
+ error && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-form-error", children: error })
5612
5672
  ] })
5613
5673
  ]
5614
5674
  }
@@ -5617,7 +5677,7 @@ var FormField = (props) => {
5617
5677
  FormField.className = FORMFIELD_CLASSNAME;
5618
5678
 
5619
5679
  // src/form/fieldset.tsx
5620
- var import_jsx_runtime51 = require("react/jsx-runtime");
5680
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5621
5681
  var FIELDSET_CLASSNAME = "k-form-fieldset";
5622
5682
  var Fieldset = (props) => {
5623
5683
  const {
@@ -5627,9 +5687,9 @@ var Fieldset = (props) => {
5627
5687
  gapX,
5628
5688
  gapY
5629
5689
  } = props;
5630
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
5631
- legend && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("legend", { className: "k-form-legend", children: legend }),
5632
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: classNames(
5690
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
5691
+ legend && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("legend", { className: "k-form-legend", children: legend }),
5692
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: classNames(
5633
5693
  "k-form-layout",
5634
5694
  "k-d-grid",
5635
5695
  {
@@ -5637,37 +5697,37 @@ var Fieldset = (props) => {
5637
5697
  [`k-gap-x-${gapX}`]: gapX,
5638
5698
  [`k-gap-y-${gapY}`]: gapY
5639
5699
  }
5640
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_jsx_runtime51.Fragment, { children: props.children })
5700
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_jsx_runtime53.Fragment, { children: props.children })
5641
5701
  ] });
5642
5702
  };
5643
5703
  Fieldset.className = FIELDSET_CLASSNAME;
5644
5704
 
5645
5705
  // src/form/form.spec.tsx
5646
- var import_jsx_runtime52 = require("react/jsx-runtime");
5706
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5647
5707
  var import_react = require("react");
5648
5708
  var FORM_CLASSNAME = "k-form";
5649
- var states24 = [];
5650
- var options22 = {
5709
+ var states26 = [];
5710
+ var options24 = {
5651
5711
  size: [Size.small, Size.medium, Size.large]
5652
5712
  };
5653
- var defaultProps19 = {
5713
+ var defaultProps21 = {
5654
5714
  size: Size.medium,
5655
5715
  layout: "basic",
5656
5716
  tag: "form"
5657
5717
  };
5658
5718
  var Form = (props) => {
5659
5719
  const {
5660
- size = defaultProps19.size,
5720
+ size = defaultProps21.size,
5661
5721
  orientation,
5662
- layout = defaultProps19.layout,
5722
+ layout = defaultProps21.layout,
5663
5723
  formButtons,
5664
5724
  cols,
5665
5725
  gapX,
5666
5726
  gapY,
5667
- tag = defaultProps19.tag,
5727
+ tag = defaultProps21.tag,
5668
5728
  children
5669
5729
  } = props;
5670
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: className13, children: children2 });
5730
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: className13, children: children2 });
5671
5731
  const formChildren = [];
5672
5732
  if (children) {
5673
5733
  if (Array.isArray(children)) {
@@ -5686,7 +5746,7 @@ var Form = (props) => {
5686
5746
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
5687
5747
  }
5688
5748
  }
5689
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(Parent, { tag, className: classNames(
5749
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Parent, { tag, className: classNames(
5690
5750
  props.className,
5691
5751
  FORM_CLASSNAME,
5692
5752
  optionClassNames(FORM_CLASSNAME, {
@@ -5696,7 +5756,7 @@ var Form = (props) => {
5696
5756
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
5697
5757
  }
5698
5758
  ), children: [
5699
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: classNames(
5759
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: classNames(
5700
5760
  "k-form-layout",
5701
5761
  "k-d-grid",
5702
5762
  {
@@ -5704,34 +5764,34 @@ var Form = (props) => {
5704
5764
  [`k-gap-x-${gapX}`]: gapX,
5705
5765
  [`k-gap-y-${gapY}`]: gapY
5706
5766
  }
5707
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_jsx_runtime52.Fragment, { children: formChildren }),
5708
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-form-buttons", children: formButtons })
5767
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, { children: formChildren }),
5768
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-form-buttons", children: formButtons })
5709
5769
  ] });
5710
5770
  };
5711
- Form.states = states24;
5712
- Form.options = options22;
5771
+ Form.states = states26;
5772
+ Form.options = options24;
5713
5773
  Form.className = FORM_CLASSNAME;
5714
- Form.defaultProps = defaultProps19;
5774
+ Form.defaultProps = defaultProps21;
5715
5775
 
5716
5776
  // src/spinbutton/spinbutton.spec.tsx
5717
- var import_jsx_runtime53 = require("react/jsx-runtime");
5777
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5718
5778
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5719
- var states25 = [];
5720
- var options23 = {
5779
+ var states27 = [];
5780
+ var options25 = {
5721
5781
  size: [Size.small, Size.medium, Size.large],
5722
5782
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5723
5783
  };
5724
- var defaultProps20 = {
5784
+ var defaultProps22 = {
5725
5785
  size: Size.medium,
5726
5786
  fillMode: FillMode.solid
5727
5787
  };
5728
5788
  var SpinButton = (props) => {
5729
5789
  const {
5730
- size = defaultProps20.size,
5731
- fillMode = defaultProps20.fillMode,
5790
+ size = defaultProps22.size,
5791
+ fillMode = defaultProps22.fillMode,
5732
5792
  ...other
5733
5793
  } = props;
5734
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5794
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
5735
5795
  "span",
5736
5796
  {
5737
5797
  ...other,
@@ -5740,7 +5800,7 @@ var SpinButton = (props) => {
5740
5800
  props.className
5741
5801
  ),
5742
5802
  children: [
5743
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5803
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5744
5804
  Button,
5745
5805
  {
5746
5806
  className: "k-spinner-increase",
@@ -5750,7 +5810,7 @@ var SpinButton = (props) => {
5750
5810
  fillMode
5751
5811
  }
5752
5812
  ),
5753
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5813
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5754
5814
  Button,
5755
5815
  {
5756
5816
  className: "k-spinner-decrease",
@@ -5764,15 +5824,15 @@ var SpinButton = (props) => {
5764
5824
  }
5765
5825
  );
5766
5826
  };
5767
- SpinButton.states = states25;
5768
- SpinButton.options = options23;
5827
+ SpinButton.states = states27;
5828
+ SpinButton.options = options25;
5769
5829
  SpinButton.className = SPINBUTTON_CLASSNAME;
5770
- SpinButton.defaultProps = defaultProps20;
5830
+ SpinButton.defaultProps = defaultProps22;
5771
5831
 
5772
5832
  // src/numerictextbox/numerictextbox.spec.tsx
5773
- var import_jsx_runtime54 = require("react/jsx-runtime");
5833
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5774
5834
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5775
- var states26 = [
5835
+ var states28 = [
5776
5836
  States.hover,
5777
5837
  States.focus,
5778
5838
  States.valid,
@@ -5782,12 +5842,12 @@ var states26 = [
5782
5842
  States.disabled,
5783
5843
  States.readonly
5784
5844
  ];
5785
- var options24 = {
5845
+ var options26 = {
5786
5846
  size: [Size.small, Size.medium, Size.large],
5787
5847
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5788
5848
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5789
5849
  };
5790
- var defaultProps21 = {
5850
+ var defaultProps23 = {
5791
5851
  showSpinButton: true,
5792
5852
  showClearButton: true,
5793
5853
  size: Input.defaultProps.size,
@@ -5809,11 +5869,11 @@ var NumericTextbox = (props) => {
5809
5869
  loading,
5810
5870
  disabled,
5811
5871
  readonly,
5812
- showClearButton = defaultProps21.showClearButton,
5813
- showSpinButton = defaultProps21.showSpinButton,
5872
+ showClearButton = defaultProps23.showClearButton,
5873
+ showSpinButton = defaultProps23.showSpinButton,
5814
5874
  ...other
5815
5875
  } = props;
5816
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5876
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
5817
5877
  Input,
5818
5878
  {
5819
5879
  ...other,
@@ -5830,8 +5890,8 @@ var NumericTextbox = (props) => {
5830
5890
  readonly,
5831
5891
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5832
5892
  children: [
5833
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputInnerInput, { placeholder, value }),
5834
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5893
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputInnerInput, { placeholder, value }),
5894
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5835
5895
  InputValidationIcon,
5836
5896
  {
5837
5897
  valid,
@@ -5840,14 +5900,14 @@ var NumericTextbox = (props) => {
5840
5900
  disabled
5841
5901
  }
5842
5902
  ),
5843
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5903
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5844
5904
  InputLoadingIcon,
5845
5905
  {
5846
5906
  loading,
5847
5907
  disabled
5848
5908
  }
5849
5909
  ),
5850
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5910
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5851
5911
  InputClearValue,
5852
5912
  {
5853
5913
  loading,
@@ -5856,7 +5916,7 @@ var NumericTextbox = (props) => {
5856
5916
  value
5857
5917
  }
5858
5918
  ),
5859
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5919
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5860
5920
  SpinButton,
5861
5921
  {
5862
5922
  className: "k-input-spinner",
@@ -5868,18 +5928,18 @@ var NumericTextbox = (props) => {
5868
5928
  }
5869
5929
  );
5870
5930
  };
5871
- NumericTextbox.states = states26;
5872
- NumericTextbox.options = options24;
5931
+ NumericTextbox.states = states28;
5932
+ NumericTextbox.options = options26;
5873
5933
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5874
- NumericTextbox.defaultProps = defaultProps21;
5934
+ NumericTextbox.defaultProps = defaultProps23;
5875
5935
 
5876
5936
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5877
- var import_jsx_runtime55 = require("react/jsx-runtime");
5937
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5878
5938
 
5879
5939
  // src/textarea/textarea.spec.tsx
5880
- var import_jsx_runtime56 = require("react/jsx-runtime");
5940
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5881
5941
  var TEXTAREA_CLASSNAME = `k-textarea`;
5882
- var states27 = [
5942
+ var states29 = [
5883
5943
  States.hover,
5884
5944
  States.focus,
5885
5945
  States.valid,
@@ -5887,12 +5947,12 @@ var states27 = [
5887
5947
  States.required,
5888
5948
  States.disabled
5889
5949
  ];
5890
- var options25 = {
5950
+ var options27 = {
5891
5951
  size: [Size.small, Size.medium, Size.large],
5892
5952
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5893
5953
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5894
5954
  };
5895
- var defaultProps22 = {
5955
+ var defaultProps24 = {
5896
5956
  size: Input.defaultProps.size,
5897
5957
  rounded: Input.defaultProps.rounded,
5898
5958
  fillMode: Input.defaultProps.fillMode
@@ -5913,7 +5973,7 @@ var Textarea = (props) => {
5913
5973
  disabled,
5914
5974
  ...other
5915
5975
  } = props;
5916
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5976
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5917
5977
  Input,
5918
5978
  {
5919
5979
  ...other,
@@ -5927,7 +5987,7 @@ var Textarea = (props) => {
5927
5987
  required,
5928
5988
  disabled,
5929
5989
  className: classNames(props.className, TEXTAREA_CLASSNAME),
5930
- children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5990
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5931
5991
  InputInnerTextarea,
5932
5992
  {
5933
5993
  className: classNames(
@@ -5941,18 +6001,18 @@ var Textarea = (props) => {
5941
6001
  }
5942
6002
  );
5943
6003
  };
5944
- Textarea.states = states27;
5945
- Textarea.options = options25;
6004
+ Textarea.states = states29;
6005
+ Textarea.options = options27;
5946
6006
  Textarea.className = TEXTAREA_CLASSNAME;
5947
- Textarea.defaultProps = defaultProps22;
6007
+ Textarea.defaultProps = defaultProps24;
5948
6008
 
5949
6009
  // src/textarea/templates/textarea-normal.tsx
5950
- var import_jsx_runtime57 = require("react/jsx-runtime");
6010
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5951
6011
 
5952
6012
  // src/textbox/textbox.spec.tsx
5953
- var import_jsx_runtime58 = require("react/jsx-runtime");
6013
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5954
6014
  var TEXTBOX_CLASSNAME = `k-textbox`;
5955
- var states28 = [
6015
+ var states30 = [
5956
6016
  States.hover,
5957
6017
  States.focus,
5958
6018
  States.valid,
@@ -5962,12 +6022,12 @@ var states28 = [
5962
6022
  States.loading,
5963
6023
  States.readonly
5964
6024
  ];
5965
- var options26 = {
6025
+ var options28 = {
5966
6026
  size: [Size.small, Size.medium, Size.large],
5967
6027
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5968
6028
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5969
6029
  };
5970
- var defaultProps23 = {
6030
+ var defaultProps25 = {
5971
6031
  showClearButton: true,
5972
6032
  size: Input.defaultProps.size,
5973
6033
  rounded: Input.defaultProps.rounded,
@@ -5990,10 +6050,10 @@ var Textbox = (props) => {
5990
6050
  loading,
5991
6051
  disabled,
5992
6052
  readonly,
5993
- showClearButton = defaultProps23.showClearButton,
6053
+ showClearButton = defaultProps25.showClearButton,
5994
6054
  ...other
5995
6055
  } = props;
5996
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6056
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5997
6057
  Input,
5998
6058
  {
5999
6059
  ...other,
@@ -6010,9 +6070,9 @@ var Textbox = (props) => {
6010
6070
  readonly,
6011
6071
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6012
6072
  children: [
6013
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputPrefix, { children: prefix }),
6014
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputInnerInput, { placeholder, value }),
6015
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6073
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputPrefix, { children: prefix }),
6074
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputInnerInput, { placeholder, value }),
6075
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6016
6076
  InputValidationIcon,
6017
6077
  {
6018
6078
  valid,
@@ -6021,14 +6081,14 @@ var Textbox = (props) => {
6021
6081
  disabled
6022
6082
  }
6023
6083
  ),
6024
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6084
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6025
6085
  InputLoadingIcon,
6026
6086
  {
6027
6087
  loading,
6028
6088
  disabled
6029
6089
  }
6030
6090
  ),
6031
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6091
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6032
6092
  InputClearValue,
6033
6093
  {
6034
6094
  loading,
@@ -6037,41 +6097,41 @@ var Textbox = (props) => {
6037
6097
  value
6038
6098
  }
6039
6099
  ),
6040
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputSuffix, { children: suffix })
6100
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputSuffix, { children: suffix })
6041
6101
  ]
6042
6102
  }
6043
6103
  );
6044
6104
  };
6045
- Textbox.states = states28;
6046
- Textbox.options = options26;
6105
+ Textbox.states = states30;
6106
+ Textbox.options = options28;
6047
6107
  Textbox.className = TEXTBOX_CLASSNAME;
6048
- Textbox.defaultProps = defaultProps23;
6108
+ Textbox.defaultProps = defaultProps25;
6049
6109
 
6050
6110
  // src/textbox/templates/textbox-normal.tsx
6051
- var import_jsx_runtime59 = require("react/jsx-runtime");
6111
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6052
6112
 
6053
6113
  // src/textbox/templates/textbox-prefix.tsx
6054
- var import_jsx_runtime60 = require("react/jsx-runtime");
6114
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6055
6115
 
6056
6116
  // src/textbox/templates/textbox-suffix.tsx
6057
- var import_jsx_runtime61 = require("react/jsx-runtime");
6117
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6058
6118
 
6059
6119
  // src/action-buttons/action-buttons.spec.tsx
6060
- var import_jsx_runtime62 = require("react/jsx-runtime");
6120
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6061
6121
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6062
- var states29 = [];
6063
- var options27 = {};
6064
- var defaultProps24 = {
6122
+ var states31 = [];
6123
+ var options29 = {};
6124
+ var defaultProps26 = {
6065
6125
  alignment: "start",
6066
6126
  orientation: "horizontal"
6067
6127
  };
6068
6128
  var ActionButtons = (props) => {
6069
6129
  const {
6070
- alignment = defaultProps24.alignment,
6071
- orientation = defaultProps24.orientation,
6130
+ alignment = defaultProps26.alignment,
6131
+ orientation = defaultProps26.orientation,
6072
6132
  ...other
6073
6133
  } = props;
6074
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6134
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6075
6135
  "div",
6076
6136
  {
6077
6137
  ...other,
@@ -6087,23 +6147,23 @@ var ActionButtons = (props) => {
6087
6147
  }
6088
6148
  );
6089
6149
  };
6090
- ActionButtons.states = states29;
6091
- ActionButtons.options = options27;
6150
+ ActionButtons.states = states31;
6151
+ ActionButtons.options = options29;
6092
6152
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6093
- ActionButtons.defaultProps = defaultProps24;
6153
+ ActionButtons.defaultProps = defaultProps26;
6094
6154
 
6095
6155
  // src/window/window.spec.tsx
6096
- var import_jsx_runtime63 = require("react/jsx-runtime");
6156
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6097
6157
  var WINDOW_CLASSNAME = `k-window`;
6098
- var states30 = [];
6099
- var options28 = {
6158
+ var states32 = [];
6159
+ var options30 = {
6100
6160
  themeColor: [
6101
6161
  ThemeColor.primary,
6102
6162
  ThemeColor.light,
6103
6163
  ThemeColor.dark
6104
6164
  ]
6105
6165
  };
6106
- var defaultProps25 = {};
6166
+ var defaultProps27 = {};
6107
6167
  var Window = (props) => {
6108
6168
  const {
6109
6169
  title,
@@ -6114,7 +6174,7 @@ var Window = (props) => {
6114
6174
  actionButtonsAlign,
6115
6175
  ...other
6116
6176
  } = props;
6117
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
6177
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6118
6178
  "div",
6119
6179
  {
6120
6180
  ...other,
@@ -6127,357 +6187,357 @@ var Window = (props) => {
6127
6187
  }
6128
6188
  ),
6129
6189
  children: [
6130
- (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-window-titlebar", children: [
6131
- title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-window-title", children: title }),
6132
- actions && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
6133
- (actionName) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
6190
+ (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-window-titlebar", children: [
6191
+ title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-window-title", children: title }),
6192
+ actions && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
6193
+ (actionName) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
6134
6194
  ) }) })
6135
6195
  ] }),
6136
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: classNames(
6196
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: classNames(
6137
6197
  "k-window-content",
6138
6198
  {
6139
6199
  "k-hidden": minimized
6140
6200
  }
6141
6201
  ), children: props.children }),
6142
- actionButtons && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
6202
+ actionButtons && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
6143
6203
  ]
6144
6204
  }
6145
6205
  );
6146
6206
  };
6147
- Window.states = states30;
6148
- Window.options = options28;
6207
+ Window.states = states32;
6208
+ Window.options = options30;
6149
6209
  Window.className = WINDOW_CLASSNAME;
6150
- Window.defaultProps = defaultProps25;
6210
+ Window.defaultProps = defaultProps27;
6151
6211
 
6152
6212
  // src/editor/tests/editor-table-wizard.tsx
6153
- var import_jsx_runtime64 = require("react/jsx-runtime");
6213
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6154
6214
  var styles = `
6155
6215
  .k-window {
6156
6216
  width: 100%;
6157
6217
  position: relative;
6158
6218
  }
6159
6219
  `;
6160
- var editor_table_wizard_default = () => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6161
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("style", { children: styles }),
6162
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6163
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6164
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", children: "Save" }),
6165
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { children: "Cancel" })
6166
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6167
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6168
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-link", children: "General" }) }),
6169
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: "k-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-link", children: "Advanced" }) })
6220
+ var editor_table_wizard_default = () => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6221
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("style", { children: styles }),
6222
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6223
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6224
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { themeColor: "primary", children: "Save" }),
6225
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { children: "Cancel" })
6226
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6227
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6228
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-link", children: "General" }) }),
6229
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("li", { className: "k-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-link", children: "Advanced" }) })
6170
6230
  ] }) }),
6171
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6172
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6231
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6232
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6173
6233
  FormField,
6174
6234
  {
6175
6235
  colSpan: "2",
6176
6236
  label: "Rows",
6177
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "3" })
6237
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { value: "3" })
6178
6238
  }
6179
6239
  ),
6180
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6240
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6181
6241
  FormField,
6182
6242
  {
6183
6243
  colSpan: "2",
6184
6244
  label: "Columns",
6185
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "4" })
6245
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { value: "4" })
6186
6246
  }
6187
6247
  ),
6188
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6248
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6189
6249
  FormField,
6190
6250
  {
6191
6251
  colSpan: "1",
6192
6252
  label: "Width",
6193
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, {})
6253
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, {})
6194
6254
  }
6195
6255
  ),
6196
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6256
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6197
6257
  FormField,
6198
6258
  {
6199
6259
  colSpan: "1",
6200
6260
  label: "\xA0",
6201
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "%" })
6261
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { placeholder: "%" })
6202
6262
  }
6203
6263
  ),
6204
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6264
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6205
6265
  FormField,
6206
6266
  {
6207
6267
  colSpan: "1",
6208
6268
  label: "Height",
6209
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
6269
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { placeholder: "Auto" })
6210
6270
  }
6211
6271
  ),
6212
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6272
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6213
6273
  FormField,
6214
6274
  {
6215
6275
  colSpan: "1",
6216
6276
  label: "\xA0",
6217
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "px" })
6277
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { placeholder: "px" })
6218
6278
  }
6219
6279
  ),
6220
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6280
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6221
6281
  FormField,
6222
6282
  {
6223
6283
  colSpan: "2",
6224
6284
  label: "Position",
6225
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "table-position-start" }), placeholder: "Left" })
6285
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "table-position-start" }), placeholder: "Left" })
6226
6286
  }
6227
6287
  ),
6228
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6288
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6229
6289
  FormField,
6230
6290
  {
6231
6291
  colSpan: "2",
6232
6292
  label: "Alignment",
6233
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6293
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6234
6294
  }
6235
6295
  ),
6236
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6296
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6237
6297
  FormField,
6238
6298
  {
6239
6299
  colSpan: "2",
6240
6300
  label: "Cell spacing",
6241
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
6301
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { placeholder: "Auto" })
6242
6302
  }
6243
6303
  ),
6244
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6304
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6245
6305
  FormField,
6246
6306
  {
6247
6307
  colSpan: "2",
6248
6308
  label: "Cell padding",
6249
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
6309
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { placeholder: "Auto" })
6250
6310
  }
6251
6311
  ),
6252
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6312
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6253
6313
  FormField,
6254
6314
  {
6255
6315
  colSpan: "full",
6256
6316
  label: "Table background",
6257
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ColorPicker, {})
6317
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ColorPicker, {})
6258
6318
  }
6259
6319
  ),
6260
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6320
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6261
6321
  FormField,
6262
6322
  {
6263
6323
  colSpan: "1",
6264
6324
  label: "Border width",
6265
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "1" })
6325
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { value: "1" })
6266
6326
  }
6267
6327
  ),
6268
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6328
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6269
6329
  FormField,
6270
6330
  {
6271
6331
  colSpan: "1",
6272
6332
  label: "Border color",
6273
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ColorPicker, {})
6333
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ColorPicker, {})
6274
6334
  }
6275
6335
  ),
6276
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6336
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6277
6337
  FormField,
6278
6338
  {
6279
6339
  colSpan: "2",
6280
6340
  label: "Border style",
6281
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { value: "Solid" })
6341
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { value: "Solid" })
6282
6342
  }
6283
6343
  ),
6284
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6344
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6285
6345
  FormField,
6286
6346
  {
6287
6347
  colSpan: "full",
6288
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6289
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Checkbox, {}),
6290
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("label", { className: "k-checkbox-label", children: "Collapse borders" })
6348
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6349
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6350
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("label", { className: "k-checkbox-label", children: "Collapse borders" })
6291
6351
  ] })
6292
6352
  }
6293
6353
  )
6294
6354
  ] }) })
6295
6355
  ] }) }) }),
6296
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6297
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", children: "Save" }),
6298
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { children: "Cancel" })
6299
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6300
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6301
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-link", children: "General" }) }),
6302
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-link", children: "Advanced" }) })
6356
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6357
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { themeColor: "primary", children: "Save" }),
6358
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { children: "Cancel" })
6359
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6360
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6361
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-link", children: "General" }) }),
6362
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-link", children: "Advanced" }) })
6303
6363
  ] }) }),
6304
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Form, { tag: "div", layout: "grid", children: [
6305
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {}) }),
6306
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {}) }),
6307
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Fieldset, { legend: "Accessibility", layout: "grid", cols: 4, gapX: 4, children: [
6308
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6364
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Form, { tag: "div", layout: "grid", children: [
6365
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textbox, {}) }),
6366
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textbox, {}) }),
6367
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Fieldset, { legend: "Accessibility", layout: "grid", cols: 4, gapX: 4, children: [
6368
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6309
6369
  FormField,
6310
6370
  {
6311
6371
  colSpan: "2",
6312
6372
  label: "Caption",
6313
6373
  optional: true,
6314
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {})
6374
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textbox, {})
6315
6375
  }
6316
6376
  ),
6317
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6377
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6318
6378
  FormField,
6319
6379
  {
6320
6380
  colSpan: "2",
6321
6381
  label: "Caption alignment",
6322
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6382
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6323
6383
  }
6324
6384
  ),
6325
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6385
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6326
6386
  FormField,
6327
6387
  {
6328
6388
  colSpan: "1",
6329
6389
  label: "Header rows",
6330
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "0" })
6390
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { value: "0" })
6331
6391
  }
6332
6392
  ),
6333
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6393
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6334
6394
  FormField,
6335
6395
  {
6336
6396
  colSpan: "1",
6337
6397
  label: "Header cols",
6338
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "0" })
6398
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { value: "0" })
6339
6399
  }
6340
6400
  ),
6341
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6401
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6342
6402
  FormField,
6343
6403
  {
6344
6404
  colSpan: "2",
6345
6405
  label: "Associate headers",
6346
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { value: "Using 'scope' attribu..." })
6406
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { value: "Using 'scope' attribu..." })
6347
6407
  }
6348
6408
  ),
6349
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6409
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6350
6410
  FormField,
6351
6411
  {
6352
6412
  colSpan: "full",
6353
6413
  label: "Summary",
6354
6414
  optional: true,
6355
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
6415
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
6356
6416
  }
6357
6417
  )
6358
6418
  ] })
6359
6419
  ] }) })
6360
6420
  ] }) }) }),
6361
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6362
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", children: "Save" }),
6363
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { children: "Cancel" })
6364
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6365
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6421
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6422
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { themeColor: "primary", children: "Save" }),
6423
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { children: "Cancel" })
6424
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6425
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6366
6426
  FormField,
6367
6427
  {
6368
6428
  colSpan: "full",
6369
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6370
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Checkbox, {}),
6371
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("label", { className: "k-checkbox-label", children: "Apply to all cells" })
6429
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6430
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6431
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("label", { className: "k-checkbox-label", children: "Apply to all cells" })
6372
6432
  ] })
6373
6433
  }
6374
6434
  ),
6375
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6435
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6376
6436
  FormField,
6377
6437
  {
6378
6438
  colSpan: "1",
6379
6439
  label: "Width",
6380
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, {}),
6440
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, {}),
6381
6441
  hint: "apply to column"
6382
6442
  }
6383
6443
  ),
6384
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6444
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6385
6445
  FormField,
6386
6446
  {
6387
6447
  colSpan: "1",
6388
6448
  label: "\xA0",
6389
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "px" })
6449
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { placeholder: "px" })
6390
6450
  }
6391
6451
  ),
6392
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6452
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6393
6453
  FormField,
6394
6454
  {
6395
6455
  colSpan: "1",
6396
6456
  label: "Height",
6397
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" }),
6457
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { placeholder: "Auto" }),
6398
6458
  hint: "apply to row"
6399
6459
  }
6400
6460
  ),
6401
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6461
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6402
6462
  FormField,
6403
6463
  {
6404
6464
  colSpan: "1",
6405
6465
  label: "\xA0",
6406
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "px" })
6466
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { placeholder: "px" })
6407
6467
  }
6408
6468
  ),
6409
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6469
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6410
6470
  FormField,
6411
6471
  {
6412
6472
  colSpan: "2",
6413
6473
  label: "Alignment",
6414
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6474
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6415
6475
  }
6416
6476
  ),
6417
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6477
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6418
6478
  FormField,
6419
6479
  {
6420
6480
  colSpan: "2",
6421
6481
  label: "Text control",
6422
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
6482
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
6423
6483
  }
6424
6484
  ),
6425
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6485
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6426
6486
  FormField,
6427
6487
  {
6428
6488
  colSpan: "2",
6429
6489
  label: "Cell spacing",
6430
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
6490
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { placeholder: "Auto" })
6431
6491
  }
6432
6492
  ),
6433
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6493
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6434
6494
  FormField,
6435
6495
  {
6436
6496
  colSpan: "2",
6437
6497
  label: "Cell padding",
6438
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
6498
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { placeholder: "Auto" })
6439
6499
  }
6440
6500
  ),
6441
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6501
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6442
6502
  FormField,
6443
6503
  {
6444
6504
  colSpan: "1",
6445
6505
  label: "Border width",
6446
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "1" })
6506
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NumericTextbox, { value: "1" })
6447
6507
  }
6448
6508
  ),
6449
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6509
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6450
6510
  FormField,
6451
6511
  {
6452
6512
  colSpan: "1",
6453
6513
  label: "Border color",
6454
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ColorPicker, {})
6514
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ColorPicker, {})
6455
6515
  }
6456
6516
  ),
6457
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6517
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6458
6518
  FormField,
6459
6519
  {
6460
6520
  colSpan: "2",
6461
6521
  label: "Border style",
6462
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { value: "Solid" })
6522
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { value: "Solid" })
6463
6523
  }
6464
6524
  ),
6465
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6525
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6466
6526
  FormField,
6467
6527
  {
6468
6528
  colSpan: "full",
6469
6529
  label: "ID",
6470
6530
  optional: true,
6471
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {})
6531
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textbox, {})
6472
6532
  }
6473
6533
  ),
6474
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6534
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6475
6535
  FormField,
6476
6536
  {
6477
6537
  colSpan: "full",
6478
6538
  label: "CSS class",
6479
6539
  optional: true,
6480
- editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {})
6540
+ editor: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textbox, {})
6481
6541
  }
6482
6542
  )
6483
6543
  ] }) }) })