@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
@@ -5356,23 +5356,83 @@ Checkbox.options = options19;
5356
5356
  Checkbox.className = CHECKBOX_CLASSNAME;
5357
5357
  Checkbox.defaultProps = defaultProps16;
5358
5358
 
5359
- // src/checkbox/templates/checkbox-label.tsx
5360
- import { Fragment as Fragment11, jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
5359
+ // src/checkbox/checkbox-group.spec.tsx
5360
+ import { jsx as jsx34 } from "react/jsx-runtime";
5361
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5362
+ var states21 = [];
5363
+ var options20 = {};
5364
+ var defaultProps17 = {
5365
+ layout: "vertical"
5366
+ };
5367
+ var CheckboxGroup = (props) => {
5368
+ const {
5369
+ layout = defaultProps17.layout,
5370
+ ...other
5371
+ } = props;
5372
+ return /* @__PURE__ */ jsx34(
5373
+ "ul",
5374
+ {
5375
+ ...other,
5376
+ className: classNames(
5377
+ props.className,
5378
+ CHECKBOXGROUP_CLASSNAME,
5379
+ {
5380
+ [`k-list-${layout}`]: layout
5381
+ }
5382
+ ),
5383
+ children: props.children
5384
+ }
5385
+ );
5386
+ };
5387
+ CheckboxGroup.states = states21;
5388
+ CheckboxGroup.options = options20;
5389
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5390
+ CheckboxGroup.defaultProps = defaultProps17;
5361
5391
 
5362
- // src/checkbox/templates/checkbox-normal.tsx
5392
+ // src/checkbox/checkbox-item.spec.tsx
5363
5393
  import { jsx as jsx35 } from "react/jsx-runtime";
5394
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5395
+ var states22 = [];
5396
+ var options21 = {};
5397
+ var defaultProps18 = {};
5398
+ var CheckboxItem = (props) => {
5399
+ const {
5400
+ ...other
5401
+ } = props;
5402
+ return /* @__PURE__ */ jsx35(
5403
+ "li",
5404
+ {
5405
+ ...other,
5406
+ className: classNames(
5407
+ props.className,
5408
+ CHECKBOXITEM_CLASSNAME
5409
+ ),
5410
+ children: props.children
5411
+ }
5412
+ );
5413
+ };
5414
+ CheckboxItem.states = states22;
5415
+ CheckboxItem.options = options21;
5416
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5417
+ CheckboxItem.defaultProps = defaultProps18;
5418
+
5419
+ // src/checkbox/templates/checkbox-with-label.tsx
5420
+ import { Fragment as Fragment11, jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5421
+
5422
+ // src/checkbox/templates/checkbox-normal.tsx
5423
+ import { jsx as jsx37 } from "react/jsx-runtime";
5364
5424
 
5365
5425
  // src/list/list-item.spec.tsx
5366
- import { jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
5426
+ import { jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5367
5427
  var LISTITEM_CLASSNAME = `k-list-item`;
5368
- var states21 = [
5428
+ var states23 = [
5369
5429
  States.hover,
5370
5430
  States.focus,
5371
5431
  States.selected,
5372
5432
  States.disabled
5373
5433
  ];
5374
- var options20 = {};
5375
- var defaultProps17 = {};
5434
+ var options22 = {};
5435
+ var defaultProps19 = {};
5376
5436
  var ListItem = (props) => {
5377
5437
  const {
5378
5438
  text,
@@ -5403,66 +5463,66 @@ var ListItem = (props) => {
5403
5463
  })
5404
5464
  ),
5405
5465
  children: [
5406
- showCheckbox && /* @__PURE__ */ jsx36(Checkbox, { checked }),
5407
- showIcon && /* @__PURE__ */ jsx36(Icon, { icon: iconName }),
5408
- /* @__PURE__ */ jsx36("span", { className: "k-list-item-text", children: textOrChildren }),
5409
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx36("div", { className: "k-list-item-group-label", children: groupLabel })
5466
+ showCheckbox && /* @__PURE__ */ jsx38(Checkbox, { checked }),
5467
+ showIcon && /* @__PURE__ */ jsx38(Icon, { icon: iconName }),
5468
+ /* @__PURE__ */ jsx38("span", { className: "k-list-item-text", children: textOrChildren }),
5469
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx38("div", { className: "k-list-item-group-label", children: groupLabel })
5410
5470
  ]
5411
5471
  }
5412
5472
  );
5413
5473
  };
5414
- ListItem.states = states21;
5415
- ListItem.options = options20;
5474
+ ListItem.states = states23;
5475
+ ListItem.options = options22;
5416
5476
  ListItem.className = LISTITEM_CLASSNAME;
5417
- ListItem.defaultProps = defaultProps17;
5477
+ ListItem.defaultProps = defaultProps19;
5418
5478
 
5419
5479
  // src/list/list-content.tsx
5420
- import { jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
5480
+ import { jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
5421
5481
  var className10 = `k-list-content`;
5422
5482
  var ListContent = (props) => {
5423
5483
  const {
5424
5484
  virtualization
5425
5485
  } = props;
5426
5486
  return /* @__PURE__ */ jsxs14("div", { className: classNames(className10, props.className), children: [
5427
- /* @__PURE__ */ jsx37("ul", { className: classNames("k-list-ul"), children: props.children }),
5428
- virtualization && /* @__PURE__ */ jsx37("div", { className: "k-height-container", children: /* @__PURE__ */ jsx37("div", {}) })
5487
+ /* @__PURE__ */ jsx39("ul", { className: classNames("k-list-ul"), children: props.children }),
5488
+ virtualization && /* @__PURE__ */ jsx39("div", { className: "k-height-container", children: /* @__PURE__ */ jsx39("div", {}) })
5429
5489
  ] });
5430
5490
  };
5431
5491
 
5432
5492
  // src/list/list-header.tsx
5433
- import { jsx as jsx38 } from "react/jsx-runtime";
5493
+ import { jsx as jsx40 } from "react/jsx-runtime";
5434
5494
  var className11 = `k-list-group-sticky-header`;
5435
- var ListHeader = (props) => /* @__PURE__ */ jsx38("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx38("div", { className: "k-list-header-text", children: props.children }) });
5495
+ var ListHeader = (props) => /* @__PURE__ */ jsx40("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx40("div", { className: "k-list-header-text", children: props.children }) });
5436
5496
 
5437
5497
  // src/list/list-group.tsx
5438
- import { Fragment as Fragment12, jsx as jsx39, jsxs as jsxs15 } from "react/jsx-runtime";
5498
+ import { Fragment as Fragment12, jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5439
5499
  var ListGroup = (props) => {
5440
5500
  const {
5441
5501
  virtualization,
5442
5502
  label
5443
5503
  } = props;
5444
5504
  return /* @__PURE__ */ jsxs15(Fragment12, { children: [
5445
- label && /* @__PURE__ */ jsx39(ListHeader, { children: label }),
5446
- props.children && /* @__PURE__ */ jsx39(ListContent, { virtualization, children: props.children })
5505
+ label && /* @__PURE__ */ jsx41(ListHeader, { children: label }),
5506
+ props.children && /* @__PURE__ */ jsx41(ListContent, { virtualization, children: props.children })
5447
5507
  ] });
5448
5508
  };
5449
5509
 
5450
5510
  // src/list/list-group-item.tsx
5451
- import { jsx as jsx40 } from "react/jsx-runtime";
5511
+ import { jsx as jsx42 } from "react/jsx-runtime";
5452
5512
  var className12 = `k-list-group-item`;
5453
- var ListGroupItem = (props) => /* @__PURE__ */ jsx40("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx40("span", { className: "k-list-item-text", children: props.children }) });
5513
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx42("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx42("span", { className: "k-list-item-text", children: props.children }) });
5454
5514
 
5455
5515
  // src/list/list-option-label.tsx
5456
- import { jsx as jsx41 } from "react/jsx-runtime";
5516
+ import { jsx as jsx43 } from "react/jsx-runtime";
5457
5517
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5458
- var states22 = [
5518
+ var states24 = [
5459
5519
  States.hover,
5460
5520
  States.focus,
5461
5521
  States.selected,
5462
5522
  States.disabled
5463
5523
  ];
5464
- var options21 = {};
5465
- var defaultProps18 = {};
5524
+ var options23 = {};
5525
+ var defaultProps20 = {};
5466
5526
  var ListOptionLabel = (props) => {
5467
5527
  const {
5468
5528
  text,
@@ -5472,7 +5532,7 @@ var ListOptionLabel = (props) => {
5472
5532
  disabled,
5473
5533
  ...other
5474
5534
  } = props;
5475
- return /* @__PURE__ */ jsx41(
5535
+ return /* @__PURE__ */ jsx43(
5476
5536
  "div",
5477
5537
  {
5478
5538
  ...other,
@@ -5489,39 +5549,39 @@ var ListOptionLabel = (props) => {
5489
5549
  }
5490
5550
  );
5491
5551
  };
5492
- ListOptionLabel.states = states22;
5493
- ListOptionLabel.options = options21;
5552
+ ListOptionLabel.states = states24;
5553
+ ListOptionLabel.options = options23;
5494
5554
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5495
- ListOptionLabel.defaultProps = defaultProps18;
5555
+ ListOptionLabel.defaultProps = defaultProps20;
5496
5556
 
5497
5557
  // src/list/templates/list-normal.tsx
5498
- import { jsx as jsx42 } from "react/jsx-runtime";
5558
+ import { jsx as jsx44 } from "react/jsx-runtime";
5499
5559
 
5500
5560
  // src/list/templates/list-virtualization.tsx
5501
- import { jsx as jsx43 } from "react/jsx-runtime";
5561
+ import { jsx as jsx45 } from "react/jsx-runtime";
5502
5562
 
5503
5563
  // src/list/templates/list-grouping.tsx
5504
- import { jsx as jsx44, jsxs as jsxs16 } from "react/jsx-runtime";
5564
+ import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5505
5565
 
5506
5566
  // src/list/templates/list-virualization-grouping.tsx
5507
- import { jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5567
+ import { jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5508
5568
 
5509
5569
  // src/list/templates/list-virtualization-angular.tsx
5510
- import { jsx as jsx46 } from "react/jsx-runtime";
5570
+ import { jsx as jsx48 } from "react/jsx-runtime";
5511
5571
 
5512
5572
  // src/list/templates/list-grouping-angular.tsx
5513
- import { jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5573
+ import { jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5514
5574
 
5515
5575
  // src/list/templates/list-virualization-grouping-angular.tsx
5516
- import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
5576
+ import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5517
5577
 
5518
5578
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5519
- import { jsx as jsx49, jsxs as jsxs20 } from "react/jsx-runtime";
5579
+ import { jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
5520
5580
 
5521
5581
  // src/searchbox/searchbox.spec.tsx
5522
- import { jsx as jsx50, jsxs as jsxs21 } from "react/jsx-runtime";
5582
+ import { jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
5523
5583
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5524
- var states23 = [
5584
+ var states25 = [
5525
5585
  States.hover,
5526
5586
  States.focus,
5527
5587
  States.valid,
@@ -5530,12 +5590,12 @@ var states23 = [
5530
5590
  States.disabled,
5531
5591
  States.loading
5532
5592
  ];
5533
- var options22 = {
5593
+ var options24 = {
5534
5594
  size: [Size.small, Size.medium, Size.large],
5535
5595
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5536
5596
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5537
5597
  };
5538
- var defaultProps19 = {
5598
+ var defaultProps21 = {
5539
5599
  showIcon: true,
5540
5600
  icon: "search",
5541
5601
  size: Input.defaultProps.size,
@@ -5556,8 +5616,8 @@ var Searchbox = (props) => {
5556
5616
  required,
5557
5617
  loading,
5558
5618
  disabled,
5559
- showIcon = defaultProps19.showIcon,
5560
- icon = defaultProps19.icon,
5619
+ showIcon = defaultProps21.showIcon,
5620
+ icon = defaultProps21.icon,
5561
5621
  ...other
5562
5622
  } = props;
5563
5623
  return /* @__PURE__ */ jsxs21(
@@ -5576,46 +5636,46 @@ var Searchbox = (props) => {
5576
5636
  disabled,
5577
5637
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5578
5638
  children: [
5579
- showIcon && /* @__PURE__ */ jsx50(Icon, { className: "k-input-icon", icon }),
5580
- /* @__PURE__ */ jsx50(InputInnerInput, { placeholder, value }),
5581
- /* @__PURE__ */ jsx50(InputLoadingIcon, { ...props }),
5582
- /* @__PURE__ */ jsx50(InputValidationIcon, { ...props }),
5583
- /* @__PURE__ */ jsx50(InputClearValue, { ...props })
5639
+ showIcon && /* @__PURE__ */ jsx52(Icon, { className: "k-input-icon", icon }),
5640
+ /* @__PURE__ */ jsx52(InputInnerInput, { placeholder, value }),
5641
+ /* @__PURE__ */ jsx52(InputLoadingIcon, { ...props }),
5642
+ /* @__PURE__ */ jsx52(InputValidationIcon, { ...props }),
5643
+ /* @__PURE__ */ jsx52(InputClearValue, { ...props })
5584
5644
  ]
5585
5645
  }
5586
5646
  );
5587
5647
  };
5588
- Searchbox.states = states23;
5589
- Searchbox.options = options22;
5648
+ Searchbox.states = states25;
5649
+ Searchbox.options = options24;
5590
5650
  Searchbox.className = SEARCHBOX_CLASSNAME;
5591
- Searchbox.defaultProps = defaultProps19;
5651
+ Searchbox.defaultProps = defaultProps21;
5592
5652
 
5593
5653
  // src/searchbox/templates/searchbox-normal.tsx
5594
- import { jsx as jsx51 } from "react/jsx-runtime";
5654
+ import { jsx as jsx53 } from "react/jsx-runtime";
5595
5655
 
5596
5656
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5597
- import { Fragment as Fragment13, jsx as jsx52, jsxs as jsxs22 } from "react/jsx-runtime";
5657
+ import { Fragment as Fragment13, jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5598
5658
 
5599
5659
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5600
- import { jsx as jsx53, jsxs as jsxs23 } from "react/jsx-runtime";
5660
+ import { jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
5601
5661
 
5602
5662
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5603
- import { Fragment as Fragment14, jsx as jsx54, jsxs as jsxs24 } from "react/jsx-runtime";
5663
+ import { Fragment as Fragment14, jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
5604
5664
 
5605
5665
  // src/editor/editor.spec.tsx
5606
- import { jsx as jsx55 } from "react/jsx-runtime";
5666
+ import { jsx as jsx57 } from "react/jsx-runtime";
5607
5667
  var EDITOR_CLASSNAME = `k-editor`;
5608
- var states24 = [
5668
+ var states26 = [
5609
5669
  States.readonly
5610
5670
  ];
5611
- var options23 = {};
5612
- var defaultProps20 = {};
5671
+ var options25 = {};
5672
+ var defaultProps22 = {};
5613
5673
  var Editor = (props) => {
5614
5674
  const {
5615
5675
  readonly,
5616
5676
  ...other
5617
5677
  } = props;
5618
- return /* @__PURE__ */ jsx55(
5678
+ return /* @__PURE__ */ jsx57(
5619
5679
  "div",
5620
5680
  {
5621
5681
  ...other,
@@ -5630,17 +5690,17 @@ var Editor = (props) => {
5630
5690
  }
5631
5691
  );
5632
5692
  };
5633
- Editor.states = states24;
5634
- Editor.options = options23;
5693
+ Editor.states = states26;
5694
+ Editor.options = options25;
5635
5695
  Editor.className = EDITOR_CLASSNAME;
5636
- Editor.defaultProps = defaultProps20;
5696
+ Editor.defaultProps = defaultProps22;
5637
5697
 
5638
5698
  // src/action-sheet/action-sheet.spec.tsx
5639
- import { Fragment as Fragment15, jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
5699
+ import { Fragment as Fragment15, jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
5640
5700
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5641
- var states25 = [];
5642
- var options24 = {};
5643
- var defaultProps21 = {
5701
+ var states27 = [];
5702
+ var options26 = {};
5703
+ var defaultProps23 = {
5644
5704
  side: "bottom",
5645
5705
  fullscreen: false,
5646
5706
  adaptive: false,
@@ -5653,14 +5713,14 @@ var ActionSheet = (props) => {
5653
5713
  header,
5654
5714
  footer,
5655
5715
  actions,
5656
- side = defaultProps21.side,
5657
- fullscreen = defaultProps21.fullscreen,
5658
- adaptive = defaultProps21.adaptive,
5659
- overlay = defaultProps21.overlay,
5716
+ side = defaultProps23.side,
5717
+ fullscreen = defaultProps23.fullscreen,
5718
+ adaptive = defaultProps23.adaptive,
5719
+ overlay = defaultProps23.overlay,
5660
5720
  ...other
5661
5721
  } = props;
5662
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx56(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5663
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx56(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx56(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5722
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx58(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5723
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx58(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx58(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5664
5724
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5665
5725
  switch (child.type) {
5666
5726
  case ActionSheetHeader:
@@ -5670,10 +5730,10 @@ var ActionSheet = (props) => {
5670
5730
  return true;
5671
5731
  }
5672
5732
  return true;
5673
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx56(Fragment15, {});
5733
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx58(Fragment15, {});
5674
5734
  return /* @__PURE__ */ jsxs25("div", { className: "k-actionsheet-container", children: [
5675
- overlay && /* @__PURE__ */ jsx56("div", { className: "k-overlay" }),
5676
- /* @__PURE__ */ jsx56(
5735
+ overlay && /* @__PURE__ */ jsx58("div", { className: "k-overlay" }),
5736
+ /* @__PURE__ */ jsx58(
5677
5737
  AnimationContainer,
5678
5738
  {
5679
5739
  animationStyle: {
@@ -5683,7 +5743,7 @@ var ActionSheet = (props) => {
5683
5743
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5684
5744
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5685
5745
  },
5686
- children: /* @__PURE__ */ jsx56(
5746
+ children: /* @__PURE__ */ jsx58(
5687
5747
  "div",
5688
5748
  {
5689
5749
  ...other,
@@ -5698,7 +5758,7 @@ var ActionSheet = (props) => {
5698
5758
  ),
5699
5759
  children: /* @__PURE__ */ jsxs25(Fragment15, { children: [
5700
5760
  _ActionSheetHeader,
5701
- /* @__PURE__ */ jsx56("div", { className: classNames(
5761
+ /* @__PURE__ */ jsx58("div", { className: classNames(
5702
5762
  "k-actionsheet-content",
5703
5763
  {
5704
5764
  "!k-overflow-hidden": adaptive
@@ -5712,13 +5772,13 @@ var ActionSheet = (props) => {
5712
5772
  )
5713
5773
  ] });
5714
5774
  };
5715
- ActionSheet.states = states25;
5716
- ActionSheet.options = options24;
5775
+ ActionSheet.states = states27;
5776
+ ActionSheet.options = options26;
5717
5777
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5718
- ActionSheet.defaultProps = defaultProps21;
5778
+ ActionSheet.defaultProps = defaultProps23;
5719
5779
 
5720
5780
  // src/action-sheet/actionsheet-header.tsx
5721
- import { Fragment as Fragment16, jsx as jsx57, jsxs as jsxs26 } from "react/jsx-runtime";
5781
+ import { Fragment as Fragment16, jsx as jsx59, jsxs as jsxs26 } from "react/jsx-runtime";
5722
5782
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5723
5783
  var ActionSheetHeader = (props) => {
5724
5784
  const {
@@ -5728,7 +5788,7 @@ var ActionSheetHeader = (props) => {
5728
5788
  filter,
5729
5789
  ...other
5730
5790
  } = props;
5731
- return /* @__PURE__ */ jsx57(
5791
+ return /* @__PURE__ */ jsx59(
5732
5792
  "div",
5733
5793
  {
5734
5794
  ...other,
@@ -5738,35 +5798,35 @@ var ActionSheetHeader = (props) => {
5738
5798
  ),
5739
5799
  children: /* @__PURE__ */ jsxs26(Fragment16, { children: [
5740
5800
  /* @__PURE__ */ jsxs26("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5741
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx57(Fragment16, { children: /* @__PURE__ */ jsxs26("div", { className: "k-actionsheet-title", children: [
5742
- title !== "" && /* @__PURE__ */ jsx57("div", { className: "k-text-center", children: title }),
5743
- subTitle !== "" && /* @__PURE__ */ jsx57("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5801
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx59(Fragment16, { children: /* @__PURE__ */ jsxs26("div", { className: "k-actionsheet-title", children: [
5802
+ title !== "" && /* @__PURE__ */ jsx59("div", { className: "k-text-center", children: title }),
5803
+ subTitle !== "" && /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5744
5804
  ] }) }),
5745
- props.children && /* @__PURE__ */ jsx57("div", { className: "k-actionsheet-title", children: props.children }),
5746
- actions && /* @__PURE__ */ jsx57(Fragment16, { children: /* @__PURE__ */ jsx57("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx57(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5805
+ props.children && /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-title", children: props.children }),
5806
+ actions && /* @__PURE__ */ jsx59(Fragment16, { children: /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx59(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5747
5807
  ] }),
5748
- filter && /* @__PURE__ */ jsx57(Fragment16, { children: /* @__PURE__ */ jsx57("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx57(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5808
+ filter && /* @__PURE__ */ jsx59(Fragment16, { children: /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx59(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5749
5809
  ] })
5750
5810
  }
5751
5811
  );
5752
5812
  };
5753
5813
 
5754
5814
  // src/action-buttons/action-buttons.spec.tsx
5755
- import { jsx as jsx58 } from "react/jsx-runtime";
5815
+ import { jsx as jsx60 } from "react/jsx-runtime";
5756
5816
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5757
- var states26 = [];
5758
- var options25 = {};
5759
- var defaultProps22 = {
5817
+ var states28 = [];
5818
+ var options27 = {};
5819
+ var defaultProps24 = {
5760
5820
  alignment: "start",
5761
5821
  orientation: "horizontal"
5762
5822
  };
5763
5823
  var ActionButtons = (props) => {
5764
5824
  const {
5765
- alignment = defaultProps22.alignment,
5766
- orientation = defaultProps22.orientation,
5825
+ alignment = defaultProps24.alignment,
5826
+ orientation = defaultProps24.orientation,
5767
5827
  ...other
5768
5828
  } = props;
5769
- return /* @__PURE__ */ jsx58(
5829
+ return /* @__PURE__ */ jsx60(
5770
5830
  "div",
5771
5831
  {
5772
5832
  ...other,
@@ -5782,21 +5842,21 @@ var ActionButtons = (props) => {
5782
5842
  }
5783
5843
  );
5784
5844
  };
5785
- ActionButtons.states = states26;
5786
- ActionButtons.options = options25;
5845
+ ActionButtons.states = states28;
5846
+ ActionButtons.options = options27;
5787
5847
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5788
- ActionButtons.defaultProps = defaultProps22;
5848
+ ActionButtons.defaultProps = defaultProps24;
5789
5849
  var action_buttons_spec_default = ActionButtons;
5790
5850
 
5791
5851
  // src/action-sheet/actionsheet-footer.tsx
5792
- import { Fragment as Fragment17, jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
5852
+ import { Fragment as Fragment17, jsx as jsx61, jsxs as jsxs27 } from "react/jsx-runtime";
5793
5853
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5794
5854
  var ActionSheetFooter = (props) => {
5795
5855
  const {
5796
5856
  actions,
5797
5857
  ...other
5798
5858
  } = props;
5799
- return /* @__PURE__ */ jsx59(
5859
+ return /* @__PURE__ */ jsx61(
5800
5860
  action_buttons_spec_default,
5801
5861
  {
5802
5862
  ...other,
@@ -5808,14 +5868,14 @@ var ActionSheetFooter = (props) => {
5808
5868
  children: /* @__PURE__ */ jsxs27(Fragment17, { children: [
5809
5869
  actions && actions.map((action, index) => {
5810
5870
  if (action === "|") {
5811
- return /* @__PURE__ */ jsx59("span", { className: "k-separator" }, index);
5871
+ return /* @__PURE__ */ jsx61("span", { className: "k-separator" }, index);
5812
5872
  }
5813
5873
  if (action === " ") {
5814
- return /* @__PURE__ */ jsx59("span", { className: "k-spacer" }, index);
5874
+ return /* @__PURE__ */ jsx61("span", { className: "k-spacer" }, index);
5815
5875
  }
5816
5876
  const importantFlag = action.startsWith("!");
5817
5877
  const actionName = importantFlag ? action.substring(1) : action;
5818
- return /* @__PURE__ */ jsx59(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5878
+ return /* @__PURE__ */ jsx61(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5819
5879
  }),
5820
5880
  !actions && props.children
5821
5881
  ] })
@@ -5824,12 +5884,12 @@ var ActionSheetFooter = (props) => {
5824
5884
  };
5825
5885
 
5826
5886
  // src/action-sheet/actionsheet-items.tsx
5827
- import { jsx as jsx60 } from "react/jsx-runtime";
5887
+ import { jsx as jsx62 } from "react/jsx-runtime";
5828
5888
  var ActionSheetItems = (props) => {
5829
5889
  const {
5830
5890
  ...other
5831
5891
  } = props;
5832
- return /* @__PURE__ */ jsx60(
5892
+ return /* @__PURE__ */ jsx62(
5833
5893
  "div",
5834
5894
  {
5835
5895
  ...other,
@@ -5843,8 +5903,8 @@ var ActionSheetItems = (props) => {
5843
5903
  };
5844
5904
 
5845
5905
  // src/action-sheet/actionsheet-item.tsx
5846
- import { Fragment as Fragment18, jsx as jsx61, jsxs as jsxs28 } from "react/jsx-runtime";
5847
- var states27 = [
5906
+ import { Fragment as Fragment18, jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
5907
+ var states29 = [
5848
5908
  States.hover,
5849
5909
  States.focus,
5850
5910
  States.selected,
@@ -5852,9 +5912,9 @@ var states27 = [
5852
5912
  ];
5853
5913
 
5854
5914
  // src/combobox/combobox.spec.tsx
5855
- import { Fragment as Fragment19, jsx as jsx62, jsxs as jsxs29 } from "react/jsx-runtime";
5915
+ import { Fragment as Fragment19, jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
5856
5916
  var COMBOBOX_CLASSNAME = `k-combobox`;
5857
- var states28 = [
5917
+ var states30 = [
5858
5918
  States.hover,
5859
5919
  States.focus,
5860
5920
  States.valid,
@@ -5864,12 +5924,12 @@ var states28 = [
5864
5924
  States.disabled,
5865
5925
  States.readonly
5866
5926
  ];
5867
- var defaultProps23 = {
5927
+ var defaultProps25 = {
5868
5928
  size: Input.defaultProps.size,
5869
5929
  rounded: Input.defaultProps.rounded,
5870
5930
  fillMode: Input.defaultProps.fillMode
5871
5931
  };
5872
- var options26 = {
5932
+ var options28 = {
5873
5933
  size: [Size.small, Size.medium, Size.large],
5874
5934
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5875
5935
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5915,9 +5975,9 @@ var Combobox = (props) => {
5915
5975
  readonly,
5916
5976
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5917
5977
  children: [
5918
- /* @__PURE__ */ jsx62(InputPrefix, { children: prefix }),
5919
- /* @__PURE__ */ jsx62(InputInnerInput, { placeholder, value }),
5920
- /* @__PURE__ */ jsx62(
5978
+ /* @__PURE__ */ jsx64(InputPrefix, { children: prefix }),
5979
+ /* @__PURE__ */ jsx64(InputInnerInput, { placeholder, value }),
5980
+ /* @__PURE__ */ jsx64(
5921
5981
  InputValidationIcon,
5922
5982
  {
5923
5983
  valid,
@@ -5926,14 +5986,14 @@ var Combobox = (props) => {
5926
5986
  disabled
5927
5987
  }
5928
5988
  ),
5929
- /* @__PURE__ */ jsx62(
5989
+ /* @__PURE__ */ jsx64(
5930
5990
  InputLoadingIcon,
5931
5991
  {
5932
5992
  loading,
5933
5993
  disabled
5934
5994
  }
5935
5995
  ),
5936
- /* @__PURE__ */ jsx62(
5996
+ /* @__PURE__ */ jsx64(
5937
5997
  InputClearValue,
5938
5998
  {
5939
5999
  loading,
@@ -5942,8 +6002,8 @@ var Combobox = (props) => {
5942
6002
  value
5943
6003
  }
5944
6004
  ),
5945
- /* @__PURE__ */ jsx62(InputSuffix, { children: suffix }),
5946
- /* @__PURE__ */ jsx62(
6005
+ /* @__PURE__ */ jsx64(InputSuffix, { children: suffix }),
6006
+ /* @__PURE__ */ jsx64(
5947
6007
  Button,
5948
6008
  {
5949
6009
  className: "k-input-button",
@@ -5956,9 +6016,9 @@ var Combobox = (props) => {
5956
6016
  ]
5957
6017
  }
5958
6018
  ),
5959
- opened && popup && /* @__PURE__ */ jsx62(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6019
+ opened && popup && /* @__PURE__ */ jsx64(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5960
6020
  adaptive && /* @__PURE__ */ jsxs29(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5961
- /* @__PURE__ */ jsx62(
6021
+ /* @__PURE__ */ jsx64(
5962
6022
  ActionSheetHeader,
5963
6023
  {
5964
6024
  actions: ["x"],
@@ -5966,42 +6026,42 @@ var Combobox = (props) => {
5966
6026
  title: "Select Item"
5967
6027
  }
5968
6028
  ),
5969
- /* @__PURE__ */ jsx62("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs29(List, { size: "large", children: [
5970
- /* @__PURE__ */ jsx62(ListItem, { text: "List item" }),
5971
- /* @__PURE__ */ jsx62(ListItem, { text: "List item" }),
5972
- /* @__PURE__ */ jsx62(ListItem, { text: "List item" })
6029
+ /* @__PURE__ */ jsx64("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs29(List, { size: "large", children: [
6030
+ /* @__PURE__ */ jsx64(ListItem, { text: "List item" }),
6031
+ /* @__PURE__ */ jsx64(ListItem, { text: "List item" }),
6032
+ /* @__PURE__ */ jsx64(ListItem, { text: "List item" })
5973
6033
  ] }) })
5974
6034
  ] })
5975
6035
  ] });
5976
6036
  };
5977
- Combobox.states = states28;
5978
- Combobox.options = options26;
6037
+ Combobox.states = states30;
6038
+ Combobox.options = options28;
5979
6039
  Combobox.className = COMBOBOX_CLASSNAME;
5980
- Combobox.defaultProps = defaultProps23;
6040
+ Combobox.defaultProps = defaultProps25;
5981
6041
 
5982
6042
  // src/combobox/templates/combobox-normal.tsx
5983
- import { jsx as jsx63 } from "react/jsx-runtime";
6043
+ import { jsx as jsx65 } from "react/jsx-runtime";
5984
6044
 
5985
6045
  // src/combobox/templates/combobox-popup.tsx
5986
- import { jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
6046
+ import { jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
5987
6047
 
5988
6048
  // src/combobox/templates/combobox-grouping.tsx
5989
- import { jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
6049
+ import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
5990
6050
 
5991
6051
  // src/combobox/templates/combobox-adaptive.tsx
5992
- import { jsx as jsx66 } from "react/jsx-runtime";
6052
+ import { jsx as jsx68 } from "react/jsx-runtime";
5993
6053
 
5994
6054
  // src/menu-button/menu-button.spec.tsx
5995
- import { Fragment as Fragment20, jsx as jsx67, jsxs as jsxs32 } from "react/jsx-runtime";
6055
+ import { Fragment as Fragment20, jsx as jsx69, jsxs as jsxs32 } from "react/jsx-runtime";
5996
6056
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5997
- var states29 = [
6057
+ var states31 = [
5998
6058
  States.hover,
5999
6059
  States.focus,
6000
6060
  States.active,
6001
6061
  States.selected,
6002
6062
  States.disabled
6003
6063
  ];
6004
- var options27 = {
6064
+ var options29 = {
6005
6065
  size: [Size.small, Size.medium, Size.large],
6006
6066
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6007
6067
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6019,7 +6079,7 @@ var options27 = {
6019
6079
  ThemeColor.inverse
6020
6080
  ]
6021
6081
  };
6022
- var defaultProps24 = {
6082
+ var defaultProps26 = {
6023
6083
  size: Size.medium,
6024
6084
  rounded: Roundness.medium,
6025
6085
  fillMode: FillMode.solid,
@@ -6029,10 +6089,10 @@ var defaultProps24 = {
6029
6089
  };
6030
6090
  var MenuButton = (props) => {
6031
6091
  const {
6032
- size = defaultProps24.size,
6033
- rounded = defaultProps24.rounded,
6034
- fillMode = defaultProps24.fillMode,
6035
- themeColor = defaultProps24.themeColor,
6092
+ size = defaultProps26.size,
6093
+ rounded = defaultProps26.rounded,
6094
+ fillMode = defaultProps26.fillMode,
6095
+ themeColor = defaultProps26.themeColor,
6036
6096
  hover,
6037
6097
  focus,
6038
6098
  active,
@@ -6040,14 +6100,14 @@ var MenuButton = (props) => {
6040
6100
  disabled,
6041
6101
  icon,
6042
6102
  text,
6043
- showArrow = defaultProps24.showArrow,
6044
- arrowIconName = defaultProps24.arrowIconName,
6103
+ showArrow = defaultProps26.showArrow,
6104
+ arrowIconName = defaultProps26.arrowIconName,
6045
6105
  popup,
6046
6106
  opened,
6047
6107
  ...other
6048
6108
  } = props;
6049
6109
  return /* @__PURE__ */ jsxs32(Fragment20, { children: [
6050
- /* @__PURE__ */ jsx67(
6110
+ /* @__PURE__ */ jsx69(
6051
6111
  Button,
6052
6112
  {
6053
6113
  ...other,
@@ -6070,35 +6130,35 @@ var MenuButton = (props) => {
6070
6130
  arrowIconName
6071
6131
  }
6072
6132
  ),
6073
- opened && popup && /* @__PURE__ */ jsx67(Popup, { className: "k-menu-popup", children: popup })
6133
+ opened && popup && /* @__PURE__ */ jsx69(Popup, { className: "k-menu-popup", children: popup })
6074
6134
  ] });
6075
6135
  };
6076
- MenuButton.states = states29;
6077
- MenuButton.options = options27;
6136
+ MenuButton.states = states31;
6137
+ MenuButton.options = options29;
6078
6138
  MenuButton.className = MENUBUTTON_CLASSNAME;
6079
- MenuButton.defaultProps = defaultProps24;
6139
+ MenuButton.defaultProps = defaultProps26;
6080
6140
 
6081
6141
  // src/menu-button/templates/icon-menu-button.tsx
6082
- import { jsx as jsx68 } from "react/jsx-runtime";
6142
+ import { jsx as jsx70 } from "react/jsx-runtime";
6083
6143
 
6084
6144
  // src/menu-button/templates/icon-text-menu-button.tsx
6085
- import { jsx as jsx69 } from "react/jsx-runtime";
6145
+ import { jsx as jsx71 } from "react/jsx-runtime";
6086
6146
 
6087
6147
  // src/menu-button/templates/text-menu-button.tsx
6088
- import { jsx as jsx70 } from "react/jsx-runtime";
6148
+ import { jsx as jsx72 } from "react/jsx-runtime";
6089
6149
 
6090
6150
  // src/menu/menu-item.spec.tsx
6091
- import { Fragment as Fragment21, jsx as jsx71, jsxs as jsxs33 } from "react/jsx-runtime";
6151
+ import { Fragment as Fragment21, jsx as jsx73, jsxs as jsxs33 } from "react/jsx-runtime";
6092
6152
  var MENUITEM_CLASSNAME = `k-menu-item`;
6093
- var states30 = [
6153
+ var states32 = [
6094
6154
  States.hover,
6095
6155
  States.focus,
6096
6156
  States.active,
6097
6157
  States.selected,
6098
6158
  States.disabled
6099
6159
  ];
6100
- var options28 = {};
6101
- var defaultProps25 = {
6160
+ var options30 = {};
6161
+ var defaultProps27 = {
6102
6162
  dir: "ltr"
6103
6163
  };
6104
6164
  var MenuItem = (props) => {
@@ -6112,11 +6172,11 @@ var MenuItem = (props) => {
6112
6172
  text,
6113
6173
  showArrow,
6114
6174
  arrowIconName,
6115
- dir = defaultProps25.dir,
6175
+ dir = defaultProps27.dir,
6116
6176
  children,
6117
6177
  ...other
6118
6178
  } = props;
6119
- const contentTemplate = /* @__PURE__ */ jsx71(Fragment21, {});
6179
+ const contentTemplate = /* @__PURE__ */ jsx73(Fragment21, {});
6120
6180
  if (children) {
6121
6181
  children.forEach((child) => {
6122
6182
  const component = child.type;
@@ -6158,9 +6218,9 @@ var MenuItem = (props) => {
6158
6218
  })
6159
6219
  ),
6160
6220
  children: [
6161
- icon && /* @__PURE__ */ jsx71(Icon, { className: "k-menu-link-icon", icon }),
6162
- /* @__PURE__ */ jsx71("span", { className: "k-menu-link-text", children: text }),
6163
- showArrow && /* @__PURE__ */ jsx71("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx71(Icon, { icon: expandArrowName }) })
6221
+ icon && /* @__PURE__ */ jsx73(Icon, { className: "k-menu-link-icon", icon }),
6222
+ /* @__PURE__ */ jsx73("span", { className: "k-menu-link-text", children: text }),
6223
+ showArrow && /* @__PURE__ */ jsx73("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx73(Icon, { icon: expandArrowName }) })
6164
6224
  ]
6165
6225
  }
6166
6226
  ),
@@ -6169,24 +6229,24 @@ var MenuItem = (props) => {
6169
6229
  }
6170
6230
  );
6171
6231
  };
6172
- MenuItem.states = states30;
6173
- MenuItem.options = options28;
6232
+ MenuItem.states = states32;
6233
+ MenuItem.options = options30;
6174
6234
  MenuItem.className = MENUITEM_CLASSNAME;
6175
- MenuItem.defaultProps = defaultProps25;
6235
+ MenuItem.defaultProps = defaultProps27;
6176
6236
  var menu_item_spec_default = MenuItem;
6177
6237
 
6178
6238
  // src/menu/menu-separator.spec.tsx
6179
- import { jsx as jsx72 } from "react/jsx-runtime";
6239
+ import { jsx as jsx74 } from "react/jsx-runtime";
6180
6240
  var SEPARATOR_CLASSNAME = `k-separator`;
6181
- var defaultProps26 = {
6241
+ var defaultProps28 = {
6182
6242
  orientation: "horizontal"
6183
6243
  };
6184
6244
  var MenuSeparator = (props) => {
6185
6245
  const {
6186
- orientation = defaultProps26.orientation,
6246
+ orientation = defaultProps28.orientation,
6187
6247
  ...other
6188
6248
  } = props;
6189
- return /* @__PURE__ */ jsx72(
6249
+ return /* @__PURE__ */ jsx74(
6190
6250
  "li",
6191
6251
  {
6192
6252
  ...other,
@@ -6204,25 +6264,25 @@ var MenuSeparator = (props) => {
6204
6264
  var menu_separator_spec_default = MenuSeparator;
6205
6265
 
6206
6266
  // src/menu/menu-item-content.tsx
6207
- import { Fragment as Fragment22, jsx as jsx73 } from "react/jsx-runtime";
6267
+ import { Fragment as Fragment22, jsx as jsx75 } from "react/jsx-runtime";
6208
6268
 
6209
6269
  // src/menu/menu-list.spec.tsx
6210
- import { jsx as jsx74 } from "react/jsx-runtime";
6270
+ import { jsx as jsx76 } from "react/jsx-runtime";
6211
6271
  import { createElement } from "react";
6212
6272
  var MENULIST_CLASSNAME = `k-menu-group`;
6213
- var states31 = [];
6214
- var options29 = {
6273
+ var states33 = [];
6274
+ var options31 = {
6215
6275
  size: [Size.small, Size.medium, Size.large]
6216
6276
  };
6217
- var defaultProps27 = {
6277
+ var defaultProps29 = {
6218
6278
  size: Size.medium,
6219
6279
  dir: "ltr"
6220
6280
  };
6221
6281
  var MenuList = (props) => {
6222
6282
  const {
6223
6283
  children,
6224
- size = defaultProps27.size,
6225
- dir = defaultProps27.dir,
6284
+ size = defaultProps29.size,
6285
+ dir = defaultProps29.dir,
6226
6286
  ...other
6227
6287
  } = props;
6228
6288
  const listChildren = [];
@@ -6235,7 +6295,7 @@ var MenuList = (props) => {
6235
6295
  );
6236
6296
  } else if (child.type === menu_separator_spec_default) {
6237
6297
  listChildren.push(
6238
- /* @__PURE__ */ jsx74(menu_separator_spec_default, {})
6298
+ /* @__PURE__ */ jsx76(menu_separator_spec_default, {})
6239
6299
  );
6240
6300
  } else {
6241
6301
  listChildren.push(child);
@@ -6243,7 +6303,7 @@ var MenuList = (props) => {
6243
6303
  });
6244
6304
  }
6245
6305
  }
6246
- return /* @__PURE__ */ jsx74(
6306
+ return /* @__PURE__ */ jsx76(
6247
6307
  "ul",
6248
6308
  {
6249
6309
  ...other,
@@ -6258,25 +6318,25 @@ var MenuList = (props) => {
6258
6318
  }
6259
6319
  );
6260
6320
  };
6261
- MenuList.states = states31;
6262
- MenuList.options = options29;
6321
+ MenuList.states = states33;
6322
+ MenuList.options = options31;
6263
6323
  MenuList.className = MENULIST_CLASSNAME;
6264
- MenuList.defaultProps = defaultProps27;
6324
+ MenuList.defaultProps = defaultProps29;
6265
6325
 
6266
6326
  // src/menu-button/templates/menu-button-popup.tsx
6267
- import { jsx as jsx75, jsxs as jsxs34 } from "react/jsx-runtime";
6327
+ import { jsx as jsx77, jsxs as jsxs34 } from "react/jsx-runtime";
6268
6328
 
6269
6329
  // src/split-button/split-button.spec.tsx
6270
- import { Fragment as Fragment23, jsx as jsx76, jsxs as jsxs35 } from "react/jsx-runtime";
6330
+ import { Fragment as Fragment23, jsx as jsx78, jsxs as jsxs35 } from "react/jsx-runtime";
6271
6331
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6272
- var states32 = [
6332
+ var states34 = [
6273
6333
  States.hover,
6274
6334
  States.focus,
6275
6335
  States.active,
6276
6336
  States.selected,
6277
6337
  States.disabled
6278
6338
  ];
6279
- var options30 = {
6339
+ var options32 = {
6280
6340
  size: [Size.small, Size.medium, Size.large],
6281
6341
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6282
6342
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6294,7 +6354,7 @@ var options30 = {
6294
6354
  ThemeColor.inverse
6295
6355
  ]
6296
6356
  };
6297
- var defaultProps28 = {
6357
+ var defaultProps30 = {
6298
6358
  size: Size.medium,
6299
6359
  rounded: Roundness.medium,
6300
6360
  fillMode: FillMode.solid,
@@ -6303,10 +6363,10 @@ var defaultProps28 = {
6303
6363
  };
6304
6364
  var SplitButton = (props) => {
6305
6365
  const {
6306
- size = defaultProps28.size,
6307
- rounded = defaultProps28.rounded,
6308
- fillMode = defaultProps28.fillMode,
6309
- themeColor = defaultProps28.themeColor,
6366
+ size = defaultProps30.size,
6367
+ rounded = defaultProps30.rounded,
6368
+ fillMode = defaultProps30.fillMode,
6369
+ themeColor = defaultProps30.themeColor,
6310
6370
  hover,
6311
6371
  focus,
6312
6372
  active,
@@ -6314,7 +6374,7 @@ var SplitButton = (props) => {
6314
6374
  disabled,
6315
6375
  icon,
6316
6376
  text,
6317
- arrowIconName = defaultProps28.arrowIconName,
6377
+ arrowIconName = defaultProps30.arrowIconName,
6318
6378
  popup,
6319
6379
  opened,
6320
6380
  ...other
@@ -6333,7 +6393,7 @@ var SplitButton = (props) => {
6333
6393
  })
6334
6394
  ),
6335
6395
  children: [
6336
- /* @__PURE__ */ jsx76(
6396
+ /* @__PURE__ */ jsx78(
6337
6397
  Button,
6338
6398
  {
6339
6399
  text,
@@ -6350,7 +6410,7 @@ var SplitButton = (props) => {
6350
6410
  children: props.children
6351
6411
  }
6352
6412
  ),
6353
- /* @__PURE__ */ jsx76(
6413
+ /* @__PURE__ */ jsx78(
6354
6414
  Button,
6355
6415
  {
6356
6416
  className: "k-split-button-arrow",
@@ -6364,30 +6424,30 @@ var SplitButton = (props) => {
6364
6424
  ]
6365
6425
  }
6366
6426
  ),
6367
- opened && popup && /* @__PURE__ */ jsx76(Popup, { className: "k-menu-popup", children: popup })
6427
+ opened && popup && /* @__PURE__ */ jsx78(Popup, { className: "k-menu-popup", children: popup })
6368
6428
  ] });
6369
6429
  };
6370
- SplitButton.states = states32;
6371
- SplitButton.options = options30;
6430
+ SplitButton.states = states34;
6431
+ SplitButton.options = options32;
6372
6432
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6373
- SplitButton.defaultProps = defaultProps28;
6433
+ SplitButton.defaultProps = defaultProps30;
6374
6434
  var split_button_spec_default = SplitButton;
6375
6435
 
6376
6436
  // src/toolbar/toolbar.spec.tsx
6377
- import { jsx as jsx77 } from "react/jsx-runtime";
6437
+ import { jsx as jsx79 } from "react/jsx-runtime";
6378
6438
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6379
- var states33 = [
6439
+ var states35 = [
6380
6440
  States.focus
6381
6441
  ];
6382
- var options31 = {
6442
+ var options33 = {
6383
6443
  size: [Size.small, Size.medium, Size.large]
6384
6444
  };
6385
- var defaultProps29 = {
6445
+ var defaultProps31 = {
6386
6446
  size: Size.medium
6387
6447
  };
6388
6448
  var Toolbar = (props) => {
6389
6449
  const {
6390
- size = defaultProps29.size,
6450
+ size = defaultProps31.size,
6391
6451
  focus,
6392
6452
  resizable,
6393
6453
  ...other
@@ -6397,7 +6457,7 @@ var Toolbar = (props) => {
6397
6457
  const tempToolbarChildren = [];
6398
6458
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6399
6459
  tempToolbarChildren.push(
6400
- /* @__PURE__ */ jsx77(
6460
+ /* @__PURE__ */ jsx79(
6401
6461
  Button,
6402
6462
  {
6403
6463
  ...child.props,
@@ -6408,7 +6468,7 @@ var Toolbar = (props) => {
6408
6468
  );
6409
6469
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6410
6470
  tempToolbarChildren.push(
6411
- /* @__PURE__ */ jsx77(
6471
+ /* @__PURE__ */ jsx79(
6412
6472
  Button,
6413
6473
  {
6414
6474
  ...child.props,
@@ -6419,7 +6479,7 @@ var Toolbar = (props) => {
6419
6479
  );
6420
6480
  } else if (child.type === Button) {
6421
6481
  tempToolbarChildren.push(
6422
- /* @__PURE__ */ jsx77(
6482
+ /* @__PURE__ */ jsx79(
6423
6483
  Button,
6424
6484
  {
6425
6485
  ...child.props,
@@ -6430,7 +6490,7 @@ var Toolbar = (props) => {
6430
6490
  );
6431
6491
  } else if (child.type === MenuButton) {
6432
6492
  tempToolbarChildren.push(
6433
- /* @__PURE__ */ jsx77(
6493
+ /* @__PURE__ */ jsx79(
6434
6494
  MenuButton,
6435
6495
  {
6436
6496
  ...child.props,
@@ -6441,7 +6501,7 @@ var Toolbar = (props) => {
6441
6501
  );
6442
6502
  } else if (child.type === split_button_spec_default) {
6443
6503
  tempToolbarChildren.push(
6444
- /* @__PURE__ */ jsx77(
6504
+ /* @__PURE__ */ jsx79(
6445
6505
  split_button_spec_default,
6446
6506
  {
6447
6507
  ...child.props,
@@ -6455,7 +6515,7 @@ var Toolbar = (props) => {
6455
6515
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6456
6516
  childrenArray.forEach((button, bindex) => {
6457
6517
  buttonGroupItems.push(
6458
- /* @__PURE__ */ jsx77(
6518
+ /* @__PURE__ */ jsx79(
6459
6519
  Button,
6460
6520
  {
6461
6521
  ...button.props,
@@ -6466,7 +6526,7 @@ var Toolbar = (props) => {
6466
6526
  );
6467
6527
  });
6468
6528
  tempToolbarChildren.push(
6469
- /* @__PURE__ */ jsx77(
6529
+ /* @__PURE__ */ jsx79(
6470
6530
  ButtonGroup,
6471
6531
  {
6472
6532
  ...child.props,
@@ -6478,7 +6538,7 @@ var Toolbar = (props) => {
6478
6538
  );
6479
6539
  } else if (child.type === Combobox) {
6480
6540
  tempToolbarChildren.push(
6481
- /* @__PURE__ */ jsx77(
6541
+ /* @__PURE__ */ jsx79(
6482
6542
  Combobox,
6483
6543
  {
6484
6544
  ...child.props,
@@ -6489,7 +6549,7 @@ var Toolbar = (props) => {
6489
6549
  );
6490
6550
  } else if (child.type === DropdownList) {
6491
6551
  tempToolbarChildren.push(
6492
- /* @__PURE__ */ jsx77(
6552
+ /* @__PURE__ */ jsx79(
6493
6553
  DropdownList,
6494
6554
  {
6495
6555
  ...child.props,
@@ -6500,7 +6560,7 @@ var Toolbar = (props) => {
6500
6560
  );
6501
6561
  } else if (child.type === ColorPicker) {
6502
6562
  tempToolbarChildren.push(
6503
- /* @__PURE__ */ jsx77(
6563
+ /* @__PURE__ */ jsx79(
6504
6564
  ColorPicker,
6505
6565
  {
6506
6566
  ...child.props,
@@ -6522,7 +6582,7 @@ var Toolbar = (props) => {
6522
6582
  addUniqueToolClass(child, index);
6523
6583
  });
6524
6584
  }
6525
- return /* @__PURE__ */ jsx77(
6585
+ return /* @__PURE__ */ jsx79(
6526
6586
  "div",
6527
6587
  {
6528
6588
  ...other,
@@ -6543,26 +6603,26 @@ var Toolbar = (props) => {
6543
6603
  }
6544
6604
  );
6545
6605
  };
6546
- Toolbar.states = states33;
6547
- Toolbar.options = options31;
6606
+ Toolbar.states = states35;
6607
+ Toolbar.options = options33;
6548
6608
  Toolbar.className = TOOLBAR_CLASSNAME;
6549
- Toolbar.defaultProps = defaultProps29;
6609
+ Toolbar.defaultProps = defaultProps31;
6550
6610
 
6551
6611
  // src/toolbar/toolbar-angular.spec.tsx
6552
- import { jsx as jsx78 } from "react/jsx-runtime";
6612
+ import { jsx as jsx80 } from "react/jsx-runtime";
6553
6613
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6554
- var states34 = [
6614
+ var states36 = [
6555
6615
  States.focus
6556
6616
  ];
6557
- var options32 = {
6617
+ var options34 = {
6558
6618
  size: [Size.small, Size.medium, Size.large]
6559
6619
  };
6560
- var defaultProps30 = {
6620
+ var defaultProps32 = {
6561
6621
  size: Size.medium
6562
6622
  };
6563
6623
  var ToolbarAngular = (props) => {
6564
6624
  const {
6565
- size = defaultProps30.size,
6625
+ size = defaultProps32.size,
6566
6626
  focus,
6567
6627
  resizable,
6568
6628
  ...other
@@ -6572,7 +6632,7 @@ var ToolbarAngular = (props) => {
6572
6632
  const tempToolbarChildren = [];
6573
6633
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6574
6634
  tempToolbarChildren.push(
6575
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6635
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6576
6636
  Button,
6577
6637
  {
6578
6638
  ...child.props,
@@ -6583,7 +6643,7 @@ var ToolbarAngular = (props) => {
6583
6643
  );
6584
6644
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6585
6645
  tempToolbarChildren.push(
6586
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6646
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6587
6647
  Button,
6588
6648
  {
6589
6649
  ...child.props,
@@ -6594,7 +6654,7 @@ var ToolbarAngular = (props) => {
6594
6654
  );
6595
6655
  } else if (child.type === Button) {
6596
6656
  tempToolbarChildren.push(
6597
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6657
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6598
6658
  Button,
6599
6659
  {
6600
6660
  ...child.props,
@@ -6605,7 +6665,7 @@ var ToolbarAngular = (props) => {
6605
6665
  );
6606
6666
  } else if (child.type === MenuButton) {
6607
6667
  tempToolbarChildren.push(
6608
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6668
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6609
6669
  MenuButton,
6610
6670
  {
6611
6671
  ...child.props,
@@ -6616,7 +6676,7 @@ var ToolbarAngular = (props) => {
6616
6676
  );
6617
6677
  } else if (child.type === split_button_spec_default) {
6618
6678
  tempToolbarChildren.push(
6619
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6679
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6620
6680
  split_button_spec_default,
6621
6681
  {
6622
6682
  ...child.props,
@@ -6630,7 +6690,7 @@ var ToolbarAngular = (props) => {
6630
6690
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6631
6691
  childrenArray.forEach((button, bindex) => {
6632
6692
  buttonGroupItems.push(
6633
- /* @__PURE__ */ jsx78(
6693
+ /* @__PURE__ */ jsx80(
6634
6694
  Button,
6635
6695
  {
6636
6696
  ...button.props,
@@ -6641,7 +6701,7 @@ var ToolbarAngular = (props) => {
6641
6701
  );
6642
6702
  });
6643
6703
  tempToolbarChildren.push(
6644
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6704
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6645
6705
  ButtonGroup,
6646
6706
  {
6647
6707
  ...child.props,
@@ -6653,7 +6713,7 @@ var ToolbarAngular = (props) => {
6653
6713
  );
6654
6714
  } else if (child.type === Combobox) {
6655
6715
  tempToolbarChildren.push(
6656
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6716
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6657
6717
  Combobox,
6658
6718
  {
6659
6719
  ...child.props,
@@ -6664,7 +6724,7 @@ var ToolbarAngular = (props) => {
6664
6724
  );
6665
6725
  } else if (child.type === DropdownList) {
6666
6726
  tempToolbarChildren.push(
6667
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6727
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6668
6728
  DropdownList,
6669
6729
  {
6670
6730
  ...child.props,
@@ -6675,7 +6735,7 @@ var ToolbarAngular = (props) => {
6675
6735
  );
6676
6736
  } else if (child.type === ColorPicker) {
6677
6737
  tempToolbarChildren.push(
6678
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6738
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6679
6739
  ColorPicker,
6680
6740
  {
6681
6741
  ...child.props,
@@ -6697,7 +6757,7 @@ var ToolbarAngular = (props) => {
6697
6757
  addUniqueToolClass(child, index);
6698
6758
  });
6699
6759
  }
6700
- return /* @__PURE__ */ jsx78(
6760
+ return /* @__PURE__ */ jsx80(
6701
6761
  "div",
6702
6762
  {
6703
6763
  ...other,
@@ -6718,28 +6778,28 @@ var ToolbarAngular = (props) => {
6718
6778
  }
6719
6779
  );
6720
6780
  };
6721
- ToolbarAngular.states = states34;
6722
- ToolbarAngular.options = options32;
6781
+ ToolbarAngular.states = states36;
6782
+ ToolbarAngular.options = options34;
6723
6783
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6724
- ToolbarAngular.defaultProps = defaultProps30;
6784
+ ToolbarAngular.defaultProps = defaultProps32;
6725
6785
 
6726
6786
  // src/toolbar/toolbar-separator.tsx
6727
- import { jsx as jsx79 } from "react/jsx-runtime";
6787
+ import { jsx as jsx81 } from "react/jsx-runtime";
6728
6788
 
6729
6789
  // src/toolbar/toolbar-item.spec.tsx
6730
- import { jsx as jsx80 } from "react/jsx-runtime";
6790
+ import { jsx as jsx82 } from "react/jsx-runtime";
6731
6791
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6732
- var states35 = [
6792
+ var states37 = [
6733
6793
  States.focus
6734
6794
  ];
6735
- var options33 = {};
6736
- var defaultProps31 = {};
6795
+ var options35 = {};
6796
+ var defaultProps33 = {};
6737
6797
  var ToolbarItem = (props) => {
6738
6798
  const {
6739
6799
  focus,
6740
6800
  ...other
6741
6801
  } = props;
6742
- return /* @__PURE__ */ jsx80(
6802
+ return /* @__PURE__ */ jsx82(
6743
6803
  "div",
6744
6804
  {
6745
6805
  ...other,
@@ -6754,20 +6814,20 @@ var ToolbarItem = (props) => {
6754
6814
  }
6755
6815
  );
6756
6816
  };
6757
- ToolbarItem.states = states35;
6758
- ToolbarItem.options = options33;
6817
+ ToolbarItem.states = states37;
6818
+ ToolbarItem.options = options35;
6759
6819
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6760
- ToolbarItem.defaultProps = defaultProps31;
6820
+ ToolbarItem.defaultProps = defaultProps33;
6761
6821
 
6762
6822
  // src/editor/editor-toolbar.tsx
6763
- import { jsx as jsx81 } from "react/jsx-runtime";
6823
+ import { jsx as jsx83 } from "react/jsx-runtime";
6764
6824
  var EDITORTOOLBAR_CLASSNAME = `k-editor-toolbar`;
6765
6825
  var EditorToolbar = (props) => {
6766
6826
  const {
6767
6827
  resizable,
6768
6828
  ...other
6769
6829
  } = props;
6770
- return /* @__PURE__ */ jsx81(
6830
+ return /* @__PURE__ */ jsx83(
6771
6831
  Toolbar,
6772
6832
  {
6773
6833
  ...other,
@@ -6782,9 +6842,9 @@ var EditorToolbar = (props) => {
6782
6842
  };
6783
6843
 
6784
6844
  // src/editor/editor-content.tsx
6785
- import { jsx as jsx82 } from "react/jsx-runtime";
6845
+ import { jsx as jsx84 } from "react/jsx-runtime";
6786
6846
  var EDITORCONTENT_CLASSNAME = `k-editor-content`;
6787
- var states36 = [
6847
+ var states38 = [
6788
6848
  States.focus
6789
6849
  ];
6790
6850
  var EditorContent = (props) => {
@@ -6792,7 +6852,7 @@ var EditorContent = (props) => {
6792
6852
  focus,
6793
6853
  ...other
6794
6854
  } = props;
6795
- return /* @__PURE__ */ jsx82(
6855
+ return /* @__PURE__ */ jsx84(
6796
6856
  "div",
6797
6857
  {
6798
6858
  ...other,
@@ -6809,7 +6869,7 @@ var EditorContent = (props) => {
6809
6869
  };
6810
6870
 
6811
6871
  // src/editor/tests/editor.tsx
6812
- import { Fragment as Fragment24, jsx as jsx83, jsxs as jsxs36 } from "react/jsx-runtime";
6872
+ import { Fragment as Fragment24, jsx as jsx85, jsxs as jsxs36 } from "react/jsx-runtime";
6813
6873
  var styles = `
6814
6874
  .k-editor .k-dialog-wrapper {
6815
6875
  position: static;
@@ -6827,248 +6887,248 @@ var styles = `
6827
6887
  }
6828
6888
  `;
6829
6889
  var editor_default = () => /* @__PURE__ */ jsxs36(Fragment24, { children: [
6830
- /* @__PURE__ */ jsx83("style", { children: styles }),
6890
+ /* @__PURE__ */ jsx85("style", { children: styles }),
6831
6891
  /* @__PURE__ */ jsxs36("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6832
- /* @__PURE__ */ jsx83("span", { children: "Editor with iFrame; responsive toolbar" }),
6833
- /* @__PURE__ */ jsx83("span", { children: "Editor without iFrame; responsive toolbar" }),
6834
- /* @__PURE__ */ jsx83("section", { children: /* @__PURE__ */ jsxs36(Editor, { style: { height: "300px" }, children: [
6892
+ /* @__PURE__ */ jsx85("span", { children: "Editor with iFrame; responsive toolbar" }),
6893
+ /* @__PURE__ */ jsx85("span", { children: "Editor without iFrame; responsive toolbar" }),
6894
+ /* @__PURE__ */ jsx85("section", { children: /* @__PURE__ */ jsxs36(Editor, { style: { height: "300px" }, children: [
6835
6895
  /* @__PURE__ */ jsxs36(EditorToolbar, { resizable: true, children: [
6836
6896
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6837
- /* @__PURE__ */ jsx83(Button, { icon: "undo" }),
6838
- /* @__PURE__ */ jsx83(Button, { icon: "redo" })
6897
+ /* @__PURE__ */ jsx85(Button, { icon: "undo" }),
6898
+ /* @__PURE__ */ jsx85(Button, { icon: "redo" })
6839
6899
  ] }),
6840
- /* @__PURE__ */ jsx83(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6900
+ /* @__PURE__ */ jsx85(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6841
6901
  ] }),
6842
- /* @__PURE__ */ jsx83(EditorContent, { children: /* @__PURE__ */ jsx83("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
6902
+ /* @__PURE__ */ jsx85(EditorContent, { children: /* @__PURE__ */ jsx85("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
6843
6903
  ] }) }),
6844
- /* @__PURE__ */ jsx83("section", { children: /* @__PURE__ */ jsxs36(Editor, { style: { height: "300px" }, children: [
6904
+ /* @__PURE__ */ jsx85("section", { children: /* @__PURE__ */ jsxs36(Editor, { style: { height: "300px" }, children: [
6845
6905
  /* @__PURE__ */ jsxs36(EditorToolbar, { resizable: true, children: [
6846
6906
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6847
- /* @__PURE__ */ jsx83(Button, { icon: "undo" }),
6848
- /* @__PURE__ */ jsx83(Button, { icon: "redo" })
6907
+ /* @__PURE__ */ jsx85(Button, { icon: "undo" }),
6908
+ /* @__PURE__ */ jsx85(Button, { icon: "redo" })
6849
6909
  ] }),
6850
- /* @__PURE__ */ jsx83(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6910
+ /* @__PURE__ */ jsx85(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6851
6911
  ] }),
6852
- /* @__PURE__ */ jsx83(EditorContent, { children: /* @__PURE__ */ jsxs36("div", { className: "ProseMirror", children: [
6853
- /* @__PURE__ */ jsx83("p", { children: /* @__PURE__ */ jsx83("table", { children: /* @__PURE__ */ jsxs36("tbody", { children: [
6912
+ /* @__PURE__ */ jsx85(EditorContent, { children: /* @__PURE__ */ jsxs36("div", { className: "ProseMirror", children: [
6913
+ /* @__PURE__ */ jsx85("p", { children: /* @__PURE__ */ jsx85("table", { children: /* @__PURE__ */ jsxs36("tbody", { children: [
6854
6914
  /* @__PURE__ */ jsxs36("tr", { children: [
6855
- /* @__PURE__ */ jsx83("td", { className: "selectedCell", children: "cell 1" }),
6856
- /* @__PURE__ */ jsx83("td", { children: "cell 2" }),
6857
- /* @__PURE__ */ jsx83("td", { children: "cell 3" })
6915
+ /* @__PURE__ */ jsx85("td", { className: "selectedCell", children: "cell 1" }),
6916
+ /* @__PURE__ */ jsx85("td", { children: "cell 2" }),
6917
+ /* @__PURE__ */ jsx85("td", { children: "cell 3" })
6858
6918
  ] }),
6859
6919
  /* @__PURE__ */ jsxs36("tr", { children: [
6860
- /* @__PURE__ */ jsx83("td", { children: "cell 4" }),
6861
- /* @__PURE__ */ jsx83("td", { children: "cell 5" }),
6862
- /* @__PURE__ */ jsx83("td", { children: "cell 6" })
6920
+ /* @__PURE__ */ jsx85("td", { children: "cell 4" }),
6921
+ /* @__PURE__ */ jsx85("td", { children: "cell 5" }),
6922
+ /* @__PURE__ */ jsx85("td", { children: "cell 6" })
6863
6923
  ] })
6864
6924
  ] }) }) }),
6865
6925
  /* @__PURE__ */ jsxs36("div", { style: { position: "relative" }, children: [
6866
- /* @__PURE__ */ jsx83("img", { className: "ProseMirror-selectednode", src: "/packages/html/assets/avatar.jpg" }),
6926
+ /* @__PURE__ */ jsx85("img", { className: "ProseMirror-selectednode", src: "/packages/html/assets/avatar.jpg" }),
6867
6927
  /* @__PURE__ */ jsxs36("div", { className: "k-editor-resize-handles-wrapper ProseMirror-widget", style: { width: "100px", height: "110px", top: "0", left: "0" }, children: [
6868
- /* @__PURE__ */ jsx83("div", { className: "k-editor-resize-handle southeast" }),
6869
- /* @__PURE__ */ jsx83("div", { className: "k-editor-resize-handle east" }),
6870
- /* @__PURE__ */ jsx83("div", { className: "k-editor-resize-handle south" }),
6871
- /* @__PURE__ */ jsx83("div", { className: "k-editor-resize-handle north" }),
6872
- /* @__PURE__ */ jsx83("div", { className: "k-editor-resize-handle west" }),
6873
- /* @__PURE__ */ jsx83("div", { className: "k-editor-resize-handle southwest" }),
6874
- /* @__PURE__ */ jsx83("div", { className: "k-editor-resize-handle northwest" }),
6875
- /* @__PURE__ */ jsx83("div", { className: "k-editor-resize-handle northeast" })
6928
+ /* @__PURE__ */ jsx85("div", { className: "k-editor-resize-handle southeast" }),
6929
+ /* @__PURE__ */ jsx85("div", { className: "k-editor-resize-handle east" }),
6930
+ /* @__PURE__ */ jsx85("div", { className: "k-editor-resize-handle south" }),
6931
+ /* @__PURE__ */ jsx85("div", { className: "k-editor-resize-handle north" }),
6932
+ /* @__PURE__ */ jsx85("div", { className: "k-editor-resize-handle west" }),
6933
+ /* @__PURE__ */ jsx85("div", { className: "k-editor-resize-handle southwest" }),
6934
+ /* @__PURE__ */ jsx85("div", { className: "k-editor-resize-handle northwest" }),
6935
+ /* @__PURE__ */ jsx85("div", { className: "k-editor-resize-handle northeast" })
6876
6936
  ] })
6877
6937
  ] }),
6878
- /* @__PURE__ */ jsx83("p", { children: "The Kendo UI Angular Editor allows your users to edit HTML in a familiar, user-friendly way." }),
6938
+ /* @__PURE__ */ jsx85("p", { children: "The Kendo UI Angular Editor allows your users to edit HTML in a familiar, user-friendly way." }),
6879
6939
  /* @__PURE__ */ jsxs36("p", { children: [
6880
6940
  "In this version, the Editor provides the core HTML editing engine which includes basic text formatting, hyperlinks, and lists. The widget ",
6881
- /* @__PURE__ */ jsx83("strong", { children: "outputs identical HTML" }),
6941
+ /* @__PURE__ */ jsx85("strong", { children: "outputs identical HTML" }),
6882
6942
  " across all major browsers, follows accessibility standards, and provides API for content manipulation."
6883
6943
  ] }),
6884
- /* @__PURE__ */ jsx83("p", { children: "Features include:" }),
6944
+ /* @__PURE__ */ jsx85("p", { children: "Features include:" }),
6885
6945
  /* @__PURE__ */ jsxs36("ul", { children: [
6886
- /* @__PURE__ */ jsx83("li", { children: "Text formatting" }),
6887
- /* @__PURE__ */ jsx83("li", { children: "Bulleted and numbered lists" }),
6888
- /* @__PURE__ */ jsx83("li", { children: "Hyperlinks" }),
6889
- /* @__PURE__ */ jsx83("li", { children: "Cross-browser support" }),
6890
- /* @__PURE__ */ jsx83("li", { children: "Identical HTML output across browsers" })
6946
+ /* @__PURE__ */ jsx85("li", { children: "Text formatting" }),
6947
+ /* @__PURE__ */ jsx85("li", { children: "Bulleted and numbered lists" }),
6948
+ /* @__PURE__ */ jsx85("li", { children: "Hyperlinks" }),
6949
+ /* @__PURE__ */ jsx85("li", { children: "Cross-browser support" }),
6950
+ /* @__PURE__ */ jsx85("li", { children: "Identical HTML output across browsers" })
6891
6951
  ] })
6892
6952
  ] }) })
6893
6953
  ] }) }),
6894
- /* @__PURE__ */ jsx83("span", { children: "Editor with iFrame; NO-responsive toolbar" }),
6895
- /* @__PURE__ */ jsx83("span", { children: "Readonly Editor without iFrame; NO-responsive toolbar" }),
6896
- /* @__PURE__ */ jsx83("section", { children: /* @__PURE__ */ jsxs36(Editor, { style: { height: "350px" }, children: [
6954
+ /* @__PURE__ */ jsx85("span", { children: "Editor with iFrame; NO-responsive toolbar" }),
6955
+ /* @__PURE__ */ jsx85("span", { children: "Readonly Editor without iFrame; NO-responsive toolbar" }),
6956
+ /* @__PURE__ */ jsx85("section", { children: /* @__PURE__ */ jsxs36(Editor, { style: { height: "350px" }, children: [
6897
6957
  /* @__PURE__ */ jsxs36(EditorToolbar, { children: [
6898
6958
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6899
- /* @__PURE__ */ jsx83(Button, { icon: "bold" }),
6900
- /* @__PURE__ */ jsx83(Button, { icon: "italic" }),
6901
- /* @__PURE__ */ jsx83(Button, { icon: "underline" }),
6902
- /* @__PURE__ */ jsx83(Button, { icon: "strikethrough" })
6959
+ /* @__PURE__ */ jsx85(Button, { icon: "bold" }),
6960
+ /* @__PURE__ */ jsx85(Button, { icon: "italic" }),
6961
+ /* @__PURE__ */ jsx85(Button, { icon: "underline" }),
6962
+ /* @__PURE__ */ jsx85(Button, { icon: "strikethrough" })
6903
6963
  ] }),
6904
6964
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6905
- /* @__PURE__ */ jsx83(Button, { icon: "subscript" }),
6906
- /* @__PURE__ */ jsx83(Button, { icon: "supscript" })
6965
+ /* @__PURE__ */ jsx85(Button, { icon: "subscript" }),
6966
+ /* @__PURE__ */ jsx85(Button, { icon: "supscript" })
6907
6967
  ] }),
6908
6968
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6909
- /* @__PURE__ */ jsx83(Button, { icon: "align-left" }),
6910
- /* @__PURE__ */ jsx83(Button, { icon: "align-center" }),
6911
- /* @__PURE__ */ jsx83(Button, { icon: "align-right" }),
6912
- /* @__PURE__ */ jsx83(Button, { icon: "align-justify" })
6969
+ /* @__PURE__ */ jsx85(Button, { icon: "align-left" }),
6970
+ /* @__PURE__ */ jsx85(Button, { icon: "align-center" }),
6971
+ /* @__PURE__ */ jsx85(Button, { icon: "align-right" }),
6972
+ /* @__PURE__ */ jsx85(Button, { icon: "align-justify" })
6913
6973
  ] }),
6914
6974
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6915
- /* @__PURE__ */ jsx83(Button, { icon: "indent" }),
6916
- /* @__PURE__ */ jsx83(Button, { icon: "outdent" })
6975
+ /* @__PURE__ */ jsx85(Button, { icon: "indent" }),
6976
+ /* @__PURE__ */ jsx85(Button, { icon: "outdent" })
6917
6977
  ] }),
6918
6978
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6919
- /* @__PURE__ */ jsx83(Button, { icon: "list-ordered" }),
6920
- /* @__PURE__ */ jsx83(Button, { icon: "list-unordered" })
6979
+ /* @__PURE__ */ jsx85(Button, { icon: "list-ordered" }),
6980
+ /* @__PURE__ */ jsx85(Button, { icon: "list-unordered" })
6921
6981
  ] }),
6922
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(DropdownList, { value: "Font Size" }) }),
6923
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(DropdownList, { value: "Font Name" }) }),
6924
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(DropdownList, { value: "Paragraph" }) }),
6982
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(DropdownList, { value: "Font Size" }) }),
6983
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(DropdownList, { value: "Font Name" }) }),
6984
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(DropdownList, { value: "Paragraph" }) }),
6925
6985
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6926
- /* @__PURE__ */ jsx83(Button, { icon: "undo" }),
6927
- /* @__PURE__ */ jsx83(Button, { icon: "redo" })
6986
+ /* @__PURE__ */ jsx85(Button, { icon: "undo" }),
6987
+ /* @__PURE__ */ jsx85(Button, { icon: "redo" })
6928
6988
  ] }),
6929
6989
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6930
- /* @__PURE__ */ jsx83(Button, { icon: "link" }),
6931
- /* @__PURE__ */ jsx83(Button, { icon: "unlink" }),
6932
- /* @__PURE__ */ jsx83(Button, { icon: "image" }),
6933
- /* @__PURE__ */ jsx83(Button, { icon: "code" })
6990
+ /* @__PURE__ */ jsx85(Button, { icon: "link" }),
6991
+ /* @__PURE__ */ jsx85(Button, { icon: "unlink" }),
6992
+ /* @__PURE__ */ jsx85(Button, { icon: "image" }),
6993
+ /* @__PURE__ */ jsx85(Button, { icon: "code" })
6934
6994
  ] }),
6935
- /* @__PURE__ */ jsx83(Button, { icon: "table-add" }),
6995
+ /* @__PURE__ */ jsx85(Button, { icon: "table-add" }),
6936
6996
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6937
- /* @__PURE__ */ jsx83(Button, { icon: "table-row-insert-above" }),
6938
- /* @__PURE__ */ jsx83(Button, { icon: "table-row-insert-below" }),
6939
- /* @__PURE__ */ jsx83(Button, { icon: "table-column-insert-left" }),
6940
- /* @__PURE__ */ jsx83(Button, { icon: "table-column-insert-right" })
6997
+ /* @__PURE__ */ jsx85(Button, { icon: "table-row-insert-above" }),
6998
+ /* @__PURE__ */ jsx85(Button, { icon: "table-row-insert-below" }),
6999
+ /* @__PURE__ */ jsx85(Button, { icon: "table-column-insert-left" }),
7000
+ /* @__PURE__ */ jsx85(Button, { icon: "table-column-insert-right" })
6941
7001
  ] }),
6942
7002
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6943
- /* @__PURE__ */ jsx83(Button, { icon: "table-row-delete" }),
6944
- /* @__PURE__ */ jsx83(Button, { icon: "table-column-delete" }),
6945
- /* @__PURE__ */ jsx83(Button, { icon: "table-delete" })
7003
+ /* @__PURE__ */ jsx85(Button, { icon: "table-row-delete" }),
7004
+ /* @__PURE__ */ jsx85(Button, { icon: "table-column-delete" }),
7005
+ /* @__PURE__ */ jsx85(Button, { icon: "table-delete" })
6946
7006
  ] }),
6947
7007
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6948
- /* @__PURE__ */ jsx83(Button, { icon: "cells-merge" }),
6949
- /* @__PURE__ */ jsx83(Button, { icon: "cell-split-horizontally" })
7008
+ /* @__PURE__ */ jsx85(Button, { icon: "cells-merge" }),
7009
+ /* @__PURE__ */ jsx85(Button, { icon: "cell-split-horizontally" })
6950
7010
  ] }),
6951
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(ColorPicker, { value: "red", valueIconName: "foreground-color" }) }),
6952
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(ColorPicker, { value: "fuchsia", valueIconName: "droplet" }) }),
6953
- /* @__PURE__ */ jsx83(Button, { icon: "clear-css" })
7011
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(ColorPicker, { value: "red", valueIconName: "foreground-color" }) }),
7012
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(ColorPicker, { value: "fuchsia", valueIconName: "droplet" }) }),
7013
+ /* @__PURE__ */ jsx85(Button, { icon: "clear-css" })
6954
7014
  ] }),
6955
- /* @__PURE__ */ jsx83(EditorContent, { focus: true, children: /* @__PURE__ */ jsx83("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
7015
+ /* @__PURE__ */ jsx85(EditorContent, { focus: true, children: /* @__PURE__ */ jsx85("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
6956
7016
  ] }) }),
6957
- /* @__PURE__ */ jsx83("section", { children: /* @__PURE__ */ jsxs36(Editor, { readonly: true, style: { height: "350px" }, children: [
7017
+ /* @__PURE__ */ jsx85("section", { children: /* @__PURE__ */ jsxs36(Editor, { readonly: true, style: { height: "350px" }, children: [
6958
7018
  /* @__PURE__ */ jsxs36(EditorToolbar, { children: [
6959
7019
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
6960
- /* @__PURE__ */ jsx83(Button, { icon: "bold", disabled: true }),
6961
- /* @__PURE__ */ jsx83(Button, { icon: "italic", disabled: true }),
6962
- /* @__PURE__ */ jsx83(Button, { icon: "underline", disabled: true }),
6963
- /* @__PURE__ */ jsx83(Button, { icon: "strikethrough", disabled: true })
7020
+ /* @__PURE__ */ jsx85(Button, { icon: "bold", disabled: true }),
7021
+ /* @__PURE__ */ jsx85(Button, { icon: "italic", disabled: true }),
7022
+ /* @__PURE__ */ jsx85(Button, { icon: "underline", disabled: true }),
7023
+ /* @__PURE__ */ jsx85(Button, { icon: "strikethrough", disabled: true })
6964
7024
  ] }),
6965
7025
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
6966
- /* @__PURE__ */ jsx83(Button, { icon: "subscript", disabled: true }),
6967
- /* @__PURE__ */ jsx83(Button, { icon: "supscript", disabled: true })
7026
+ /* @__PURE__ */ jsx85(Button, { icon: "subscript", disabled: true }),
7027
+ /* @__PURE__ */ jsx85(Button, { icon: "supscript", disabled: true })
6968
7028
  ] }),
6969
7029
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
6970
- /* @__PURE__ */ jsx83(Button, { icon: "align-left", disabled: true }),
6971
- /* @__PURE__ */ jsx83(Button, { icon: "align-center", disabled: true }),
6972
- /* @__PURE__ */ jsx83(Button, { icon: "align-right", disabled: true }),
6973
- /* @__PURE__ */ jsx83(Button, { icon: "align-justify", disabled: true })
7030
+ /* @__PURE__ */ jsx85(Button, { icon: "align-left", disabled: true }),
7031
+ /* @__PURE__ */ jsx85(Button, { icon: "align-center", disabled: true }),
7032
+ /* @__PURE__ */ jsx85(Button, { icon: "align-right", disabled: true }),
7033
+ /* @__PURE__ */ jsx85(Button, { icon: "align-justify", disabled: true })
6974
7034
  ] }),
6975
7035
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
6976
- /* @__PURE__ */ jsx83(Button, { icon: "indent", disabled: true }),
6977
- /* @__PURE__ */ jsx83(Button, { icon: "outdent", disabled: true })
7036
+ /* @__PURE__ */ jsx85(Button, { icon: "indent", disabled: true }),
7037
+ /* @__PURE__ */ jsx85(Button, { icon: "outdent", disabled: true })
6978
7038
  ] }),
6979
7039
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
6980
- /* @__PURE__ */ jsx83(Button, { icon: "list-ordered", disabled: true }),
6981
- /* @__PURE__ */ jsx83(Button, { icon: "list-unordered", disabled: true })
7040
+ /* @__PURE__ */ jsx85(Button, { icon: "list-ordered", disabled: true }),
7041
+ /* @__PURE__ */ jsx85(Button, { icon: "list-unordered", disabled: true })
6982
7042
  ] }),
6983
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(DropdownList, { value: "Font Size", disabled: true }) }),
6984
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(DropdownList, { value: "Font Name", disabled: true }) }),
6985
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(DropdownList, { value: "Paragraph", disabled: true }) }),
7043
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(DropdownList, { value: "Font Size", disabled: true }) }),
7044
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(DropdownList, { value: "Font Name", disabled: true }) }),
7045
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(DropdownList, { value: "Paragraph", disabled: true }) }),
6986
7046
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
6987
- /* @__PURE__ */ jsx83(Button, { icon: "undo", disabled: true }),
6988
- /* @__PURE__ */ jsx83(Button, { icon: "redo", disabled: true })
7047
+ /* @__PURE__ */ jsx85(Button, { icon: "undo", disabled: true }),
7048
+ /* @__PURE__ */ jsx85(Button, { icon: "redo", disabled: true })
6989
7049
  ] }),
6990
7050
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
6991
- /* @__PURE__ */ jsx83(Button, { icon: "link", disabled: true }),
6992
- /* @__PURE__ */ jsx83(Button, { icon: "unlink", disabled: true }),
6993
- /* @__PURE__ */ jsx83(Button, { icon: "image", disabled: true }),
6994
- /* @__PURE__ */ jsx83(Button, { icon: "code", disabled: true })
7051
+ /* @__PURE__ */ jsx85(Button, { icon: "link", disabled: true }),
7052
+ /* @__PURE__ */ jsx85(Button, { icon: "unlink", disabled: true }),
7053
+ /* @__PURE__ */ jsx85(Button, { icon: "image", disabled: true }),
7054
+ /* @__PURE__ */ jsx85(Button, { icon: "code", disabled: true })
6995
7055
  ] }),
6996
- /* @__PURE__ */ jsx83(Button, { icon: "table-add", disabled: true }),
7056
+ /* @__PURE__ */ jsx85(Button, { icon: "table-add", disabled: true }),
6997
7057
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
6998
- /* @__PURE__ */ jsx83(Button, { icon: "table-row-insert-below", disabled: true }),
6999
- /* @__PURE__ */ jsx83(Button, { icon: "table-column-insert-left", disabled: true }),
7000
- /* @__PURE__ */ jsx83(Button, { icon: "table-column-insert-right", disabled: true })
7058
+ /* @__PURE__ */ jsx85(Button, { icon: "table-row-insert-below", disabled: true }),
7059
+ /* @__PURE__ */ jsx85(Button, { icon: "table-column-insert-left", disabled: true }),
7060
+ /* @__PURE__ */ jsx85(Button, { icon: "table-column-insert-right", disabled: true })
7001
7061
  ] }),
7002
7062
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
7003
- /* @__PURE__ */ jsx83(Button, { icon: "table-row-delete", disabled: true }),
7004
- /* @__PURE__ */ jsx83(Button, { icon: "table-column-delete", disabled: true }),
7005
- /* @__PURE__ */ jsx83(Button, { icon: "table-delete", disabled: true })
7063
+ /* @__PURE__ */ jsx85(Button, { icon: "table-row-delete", disabled: true }),
7064
+ /* @__PURE__ */ jsx85(Button, { icon: "table-column-delete", disabled: true }),
7065
+ /* @__PURE__ */ jsx85(Button, { icon: "table-delete", disabled: true })
7006
7066
  ] }),
7007
7067
  /* @__PURE__ */ jsxs36(ButtonGroup, { disabled: true, children: [
7008
- /* @__PURE__ */ jsx83(Button, { icon: "cells-merge", disabled: true }),
7009
- /* @__PURE__ */ jsx83(Button, { icon: "cell-split-horizontally", disabled: true })
7068
+ /* @__PURE__ */ jsx85(Button, { icon: "cells-merge", disabled: true }),
7069
+ /* @__PURE__ */ jsx85(Button, { icon: "cell-split-horizontally", disabled: true })
7010
7070
  ] }),
7011
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(ColorPicker, { value: "red", valueIconName: "foreground-color", disabled: true }) }),
7012
- /* @__PURE__ */ jsx83(ToolbarItem, { children: /* @__PURE__ */ jsx83(ColorPicker, { value: "fuchsia", valueIconName: "droplet", disabled: true }) }),
7013
- /* @__PURE__ */ jsx83(Button, { icon: "clear-css", disabled: true })
7071
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(ColorPicker, { value: "red", valueIconName: "foreground-color", disabled: true }) }),
7072
+ /* @__PURE__ */ jsx85(ToolbarItem, { children: /* @__PURE__ */ jsx85(ColorPicker, { value: "fuchsia", valueIconName: "droplet", disabled: true }) }),
7073
+ /* @__PURE__ */ jsx85(Button, { icon: "clear-css", disabled: true })
7014
7074
  ] }),
7015
- /* @__PURE__ */ jsx83(EditorContent, { focus: true, children: /* @__PURE__ */ jsxs36("div", { className: "ProseMirror", children: [
7016
- /* @__PURE__ */ jsx83("p", { children: "The Editor allows your users to edit HTML in a familiar, user-friendly way." }),
7075
+ /* @__PURE__ */ jsx85(EditorContent, { focus: true, children: /* @__PURE__ */ jsxs36("div", { className: "ProseMirror", children: [
7076
+ /* @__PURE__ */ jsx85("p", { children: "The Editor allows your users to edit HTML in a familiar, user-friendly way." }),
7017
7077
  /* @__PURE__ */ jsxs36("p", { children: [
7018
7078
  "In this version, the Editor provides the core HTML editing engine which includes basic text formatting, hyperlinks, and lists. The widget ",
7019
- /* @__PURE__ */ jsx83("strong", { children: "outputs identical HTML" }),
7079
+ /* @__PURE__ */ jsx85("strong", { children: "outputs identical HTML" }),
7020
7080
  " across all major browsers, follows accessibility standards, and provides API for content manipulation."
7021
7081
  ] }),
7022
- /* @__PURE__ */ jsx83("p", { children: "Features include:" }),
7082
+ /* @__PURE__ */ jsx85("p", { children: "Features include:" }),
7023
7083
  /* @__PURE__ */ jsxs36("ul", { children: [
7024
- /* @__PURE__ */ jsx83("li", { children: "Text formatting" }),
7025
- /* @__PURE__ */ jsx83("li", { children: "Bulleted and numbered lists" }),
7026
- /* @__PURE__ */ jsx83("li", { children: "Hyperlinks" }),
7027
- /* @__PURE__ */ jsx83("li", { children: "Cross-browser support" }),
7028
- /* @__PURE__ */ jsx83("li", { children: "Identical HTML output across browsers" })
7084
+ /* @__PURE__ */ jsx85("li", { children: "Text formatting" }),
7085
+ /* @__PURE__ */ jsx85("li", { children: "Bulleted and numbered lists" }),
7086
+ /* @__PURE__ */ jsx85("li", { children: "Hyperlinks" }),
7087
+ /* @__PURE__ */ jsx85("li", { children: "Cross-browser support" }),
7088
+ /* @__PURE__ */ jsx85("li", { children: "Identical HTML output across browsers" })
7029
7089
  ] })
7030
7090
  ] }) })
7031
7091
  ] }) }),
7032
- /* @__PURE__ */ jsx83("span", { children: "Table Wizard" }),
7033
- /* @__PURE__ */ jsx83("span", {}),
7034
- /* @__PURE__ */ jsx83("section", { children: /* @__PURE__ */ jsxs36(Popup, { className: "k-ct-popup k-group k-reset", style: { display: "block", position: "absolute", width: "100%" }, children: [
7035
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7036
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7037
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7038
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7039
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7040
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7041
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7042
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7043
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7044
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7045
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7046
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7047
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7048
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7049
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7050
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7051
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7052
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7053
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled k-selected" }),
7054
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7055
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7056
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7057
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7058
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7059
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7060
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7061
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7062
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7063
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7064
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7065
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7066
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7067
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7068
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7069
- /* @__PURE__ */ jsx83("span", { className: "k-ct-cell k-disabled" }),
7070
- /* @__PURE__ */ jsx83("div", { className: "k-status", children: "Create a 3 x 5 table" }),
7071
- /* @__PURE__ */ jsx83("div", { children: /* @__PURE__ */ jsx83(Button, { icon: "table-wizard", children: "Table Wizard" }) })
7092
+ /* @__PURE__ */ jsx85("span", { children: "Table Wizard" }),
7093
+ /* @__PURE__ */ jsx85("span", {}),
7094
+ /* @__PURE__ */ jsx85("section", { children: /* @__PURE__ */ jsxs36(Popup, { className: "k-ct-popup k-group k-reset", style: { display: "block", position: "absolute", width: "100%" }, children: [
7095
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7096
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7097
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7098
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7099
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7100
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7101
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7102
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7103
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7104
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7105
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7106
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7107
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7108
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7109
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7110
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7111
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7112
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7113
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled k-selected" }),
7114
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7115
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7116
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7117
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7118
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7119
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7120
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7121
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7122
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7123
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7124
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7125
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7126
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7127
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7128
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7129
+ /* @__PURE__ */ jsx85("span", { className: "k-ct-cell k-disabled" }),
7130
+ /* @__PURE__ */ jsx85("div", { className: "k-status", children: "Create a 3 x 5 table" }),
7131
+ /* @__PURE__ */ jsx85("div", { children: /* @__PURE__ */ jsx85(Button, { icon: "table-wizard", children: "Table Wizard" }) })
7072
7132
  ] }) })
7073
7133
  ] })
7074
7134
  ] });