@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
@@ -5375,23 +5375,83 @@ Checkbox.options = options19;
5375
5375
  Checkbox.className = CHECKBOX_CLASSNAME;
5376
5376
  Checkbox.defaultProps = defaultProps16;
5377
5377
 
5378
- // src/checkbox/templates/checkbox-label.tsx
5378
+ // src/checkbox/checkbox-group.spec.tsx
5379
5379
  var import_jsx_runtime34 = require("react/jsx-runtime");
5380
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5381
+ var states21 = [];
5382
+ var options20 = {};
5383
+ var defaultProps17 = {
5384
+ layout: "vertical"
5385
+ };
5386
+ var CheckboxGroup = (props) => {
5387
+ const {
5388
+ layout = defaultProps17.layout,
5389
+ ...other
5390
+ } = props;
5391
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5392
+ "ul",
5393
+ {
5394
+ ...other,
5395
+ className: classNames(
5396
+ props.className,
5397
+ CHECKBOXGROUP_CLASSNAME,
5398
+ {
5399
+ [`k-list-${layout}`]: layout
5400
+ }
5401
+ ),
5402
+ children: props.children
5403
+ }
5404
+ );
5405
+ };
5406
+ CheckboxGroup.states = states21;
5407
+ CheckboxGroup.options = options20;
5408
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5409
+ CheckboxGroup.defaultProps = defaultProps17;
5380
5410
 
5381
- // src/checkbox/templates/checkbox-normal.tsx
5411
+ // src/checkbox/checkbox-item.spec.tsx
5382
5412
  var import_jsx_runtime35 = require("react/jsx-runtime");
5413
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5414
+ var states22 = [];
5415
+ var options21 = {};
5416
+ var defaultProps18 = {};
5417
+ var CheckboxItem = (props) => {
5418
+ const {
5419
+ ...other
5420
+ } = props;
5421
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5422
+ "li",
5423
+ {
5424
+ ...other,
5425
+ className: classNames(
5426
+ props.className,
5427
+ CHECKBOXITEM_CLASSNAME
5428
+ ),
5429
+ children: props.children
5430
+ }
5431
+ );
5432
+ };
5433
+ CheckboxItem.states = states22;
5434
+ CheckboxItem.options = options21;
5435
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5436
+ CheckboxItem.defaultProps = defaultProps18;
5383
5437
 
5384
- // src/list/list-item.spec.tsx
5438
+ // src/checkbox/templates/checkbox-with-label.tsx
5385
5439
  var import_jsx_runtime36 = require("react/jsx-runtime");
5440
+
5441
+ // src/checkbox/templates/checkbox-normal.tsx
5442
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5443
+
5444
+ // src/list/list-item.spec.tsx
5445
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5386
5446
  var LISTITEM_CLASSNAME = `k-list-item`;
5387
- var states21 = [
5447
+ var states23 = [
5388
5448
  States.hover,
5389
5449
  States.focus,
5390
5450
  States.selected,
5391
5451
  States.disabled
5392
5452
  ];
5393
- var options20 = {};
5394
- var defaultProps17 = {};
5453
+ var options22 = {};
5454
+ var defaultProps19 = {};
5395
5455
  var ListItem = (props) => {
5396
5456
  const {
5397
5457
  text,
@@ -5407,7 +5467,7 @@ var ListItem = (props) => {
5407
5467
  ...other
5408
5468
  } = props;
5409
5469
  const textOrChildren = text ? text : props.children;
5410
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5470
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5411
5471
  "li",
5412
5472
  {
5413
5473
  ...other,
@@ -5422,66 +5482,66 @@ var ListItem = (props) => {
5422
5482
  })
5423
5483
  ),
5424
5484
  children: [
5425
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Checkbox, { checked }),
5426
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { icon: iconName }),
5427
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5428
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5485
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Checkbox, { checked }),
5486
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { icon: iconName }),
5487
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5488
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5429
5489
  ]
5430
5490
  }
5431
5491
  );
5432
5492
  };
5433
- ListItem.states = states21;
5434
- ListItem.options = options20;
5493
+ ListItem.states = states23;
5494
+ ListItem.options = options22;
5435
5495
  ListItem.className = LISTITEM_CLASSNAME;
5436
- ListItem.defaultProps = defaultProps17;
5496
+ ListItem.defaultProps = defaultProps19;
5437
5497
 
5438
5498
  // src/list/list-content.tsx
5439
- var import_jsx_runtime37 = require("react/jsx-runtime");
5499
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5440
5500
  var className10 = `k-list-content`;
5441
5501
  var ListContent = (props) => {
5442
5502
  const {
5443
5503
  virtualization
5444
5504
  } = props;
5445
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: classNames(className10, props.className), children: [
5446
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5447
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", {}) })
5505
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: classNames(className10, props.className), children: [
5506
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5507
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", {}) })
5448
5508
  ] });
5449
5509
  };
5450
5510
 
5451
5511
  // src/list/list-header.tsx
5452
- var import_jsx_runtime38 = require("react/jsx-runtime");
5512
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5453
5513
  var className11 = `k-list-group-sticky-header`;
5454
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5514
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5455
5515
 
5456
5516
  // src/list/list-group.tsx
5457
- var import_jsx_runtime39 = require("react/jsx-runtime");
5517
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5458
5518
  var ListGroup = (props) => {
5459
5519
  const {
5460
5520
  virtualization,
5461
5521
  label
5462
5522
  } = props;
5463
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5464
- label && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListHeader, { children: label }),
5465
- props.children && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListContent, { virtualization, children: props.children })
5523
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5524
+ label && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListHeader, { children: label }),
5525
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListContent, { virtualization, children: props.children })
5466
5526
  ] });
5467
5527
  };
5468
5528
 
5469
5529
  // src/list/list-group-item.tsx
5470
- var import_jsx_runtime40 = require("react/jsx-runtime");
5530
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5471
5531
  var className12 = `k-list-group-item`;
5472
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5532
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5473
5533
 
5474
5534
  // src/list/list-option-label.tsx
5475
- var import_jsx_runtime41 = require("react/jsx-runtime");
5535
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5476
5536
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5477
- var states22 = [
5537
+ var states24 = [
5478
5538
  States.hover,
5479
5539
  States.focus,
5480
5540
  States.selected,
5481
5541
  States.disabled
5482
5542
  ];
5483
- var options21 = {};
5484
- var defaultProps18 = {};
5543
+ var options23 = {};
5544
+ var defaultProps20 = {};
5485
5545
  var ListOptionLabel = (props) => {
5486
5546
  const {
5487
5547
  text,
@@ -5491,7 +5551,7 @@ var ListOptionLabel = (props) => {
5491
5551
  disabled,
5492
5552
  ...other
5493
5553
  } = props;
5494
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5554
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5495
5555
  "div",
5496
5556
  {
5497
5557
  ...other,
@@ -5508,39 +5568,39 @@ var ListOptionLabel = (props) => {
5508
5568
  }
5509
5569
  );
5510
5570
  };
5511
- ListOptionLabel.states = states22;
5512
- ListOptionLabel.options = options21;
5571
+ ListOptionLabel.states = states24;
5572
+ ListOptionLabel.options = options23;
5513
5573
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5514
- ListOptionLabel.defaultProps = defaultProps18;
5574
+ ListOptionLabel.defaultProps = defaultProps20;
5515
5575
 
5516
5576
  // src/list/templates/list-normal.tsx
5517
- var import_jsx_runtime42 = require("react/jsx-runtime");
5577
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5518
5578
 
5519
5579
  // src/list/templates/list-virtualization.tsx
5520
- var import_jsx_runtime43 = require("react/jsx-runtime");
5580
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5521
5581
 
5522
5582
  // src/list/templates/list-grouping.tsx
5523
- var import_jsx_runtime44 = require("react/jsx-runtime");
5583
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5524
5584
 
5525
5585
  // src/list/templates/list-virualization-grouping.tsx
5526
- var import_jsx_runtime45 = require("react/jsx-runtime");
5586
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5527
5587
 
5528
5588
  // src/list/templates/list-virtualization-angular.tsx
5529
- var import_jsx_runtime46 = require("react/jsx-runtime");
5589
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5530
5590
 
5531
5591
  // src/list/templates/list-grouping-angular.tsx
5532
- var import_jsx_runtime47 = require("react/jsx-runtime");
5592
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5533
5593
 
5534
5594
  // src/list/templates/list-virualization-grouping-angular.tsx
5535
- var import_jsx_runtime48 = require("react/jsx-runtime");
5595
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5536
5596
 
5537
5597
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5538
- var import_jsx_runtime49 = require("react/jsx-runtime");
5598
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5539
5599
 
5540
5600
  // src/searchbox/searchbox.spec.tsx
5541
- var import_jsx_runtime50 = require("react/jsx-runtime");
5601
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5542
5602
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5543
- var states23 = [
5603
+ var states25 = [
5544
5604
  States.hover,
5545
5605
  States.focus,
5546
5606
  States.valid,
@@ -5549,12 +5609,12 @@ var states23 = [
5549
5609
  States.disabled,
5550
5610
  States.loading
5551
5611
  ];
5552
- var options22 = {
5612
+ var options24 = {
5553
5613
  size: [Size.small, Size.medium, Size.large],
5554
5614
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5555
5615
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5556
5616
  };
5557
- var defaultProps19 = {
5617
+ var defaultProps21 = {
5558
5618
  showIcon: true,
5559
5619
  icon: "search",
5560
5620
  size: Input.defaultProps.size,
@@ -5575,11 +5635,11 @@ var Searchbox = (props) => {
5575
5635
  required,
5576
5636
  loading,
5577
5637
  disabled,
5578
- showIcon = defaultProps19.showIcon,
5579
- icon = defaultProps19.icon,
5638
+ showIcon = defaultProps21.showIcon,
5639
+ icon = defaultProps21.icon,
5580
5640
  ...other
5581
5641
  } = props;
5582
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5642
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5583
5643
  Input,
5584
5644
  {
5585
5645
  ...other,
@@ -5595,46 +5655,46 @@ var Searchbox = (props) => {
5595
5655
  disabled,
5596
5656
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5597
5657
  children: [
5598
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { className: "k-input-icon", icon }),
5599
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputInnerInput, { placeholder, value }),
5600
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputLoadingIcon, { ...props }),
5601
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputValidationIcon, { ...props }),
5602
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(InputClearValue, { ...props })
5658
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { className: "k-input-icon", icon }),
5659
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputInnerInput, { placeholder, value }),
5660
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputLoadingIcon, { ...props }),
5661
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputValidationIcon, { ...props }),
5662
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputClearValue, { ...props })
5603
5663
  ]
5604
5664
  }
5605
5665
  );
5606
5666
  };
5607
- Searchbox.states = states23;
5608
- Searchbox.options = options22;
5667
+ Searchbox.states = states25;
5668
+ Searchbox.options = options24;
5609
5669
  Searchbox.className = SEARCHBOX_CLASSNAME;
5610
- Searchbox.defaultProps = defaultProps19;
5670
+ Searchbox.defaultProps = defaultProps21;
5611
5671
 
5612
5672
  // src/searchbox/templates/searchbox-normal.tsx
5613
- var import_jsx_runtime51 = require("react/jsx-runtime");
5673
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5614
5674
 
5615
5675
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5616
- var import_jsx_runtime52 = require("react/jsx-runtime");
5676
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5617
5677
 
5618
5678
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5619
- var import_jsx_runtime53 = require("react/jsx-runtime");
5679
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5620
5680
 
5621
5681
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5622
- var import_jsx_runtime54 = require("react/jsx-runtime");
5682
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5623
5683
 
5624
5684
  // src/editor/editor.spec.tsx
5625
- var import_jsx_runtime55 = require("react/jsx-runtime");
5685
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5626
5686
  var EDITOR_CLASSNAME = `k-editor`;
5627
- var states24 = [
5687
+ var states26 = [
5628
5688
  States.readonly
5629
5689
  ];
5630
- var options23 = {};
5631
- var defaultProps20 = {};
5690
+ var options25 = {};
5691
+ var defaultProps22 = {};
5632
5692
  var Editor = (props) => {
5633
5693
  const {
5634
5694
  readonly,
5635
5695
  ...other
5636
5696
  } = props;
5637
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5697
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5638
5698
  "div",
5639
5699
  {
5640
5700
  ...other,
@@ -5649,17 +5709,17 @@ var Editor = (props) => {
5649
5709
  }
5650
5710
  );
5651
5711
  };
5652
- Editor.states = states24;
5653
- Editor.options = options23;
5712
+ Editor.states = states26;
5713
+ Editor.options = options25;
5654
5714
  Editor.className = EDITOR_CLASSNAME;
5655
- Editor.defaultProps = defaultProps20;
5715
+ Editor.defaultProps = defaultProps22;
5656
5716
 
5657
5717
  // src/action-sheet/action-sheet.spec.tsx
5658
- var import_jsx_runtime56 = require("react/jsx-runtime");
5718
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5659
5719
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5660
- var states25 = [];
5661
- var options24 = {};
5662
- var defaultProps21 = {
5720
+ var states27 = [];
5721
+ var options26 = {};
5722
+ var defaultProps23 = {
5663
5723
  side: "bottom",
5664
5724
  fullscreen: false,
5665
5725
  adaptive: false,
@@ -5672,14 +5732,14 @@ var ActionSheet = (props) => {
5672
5732
  header,
5673
5733
  footer,
5674
5734
  actions,
5675
- side = defaultProps21.side,
5676
- fullscreen = defaultProps21.fullscreen,
5677
- adaptive = defaultProps21.adaptive,
5678
- overlay = defaultProps21.overlay,
5735
+ side = defaultProps23.side,
5736
+ fullscreen = defaultProps23.fullscreen,
5737
+ adaptive = defaultProps23.adaptive,
5738
+ overlay = defaultProps23.overlay,
5679
5739
  ...other
5680
5740
  } = props;
5681
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5682
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5741
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5742
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5683
5743
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5684
5744
  switch (child.type) {
5685
5745
  case ActionSheetHeader:
@@ -5689,10 +5749,10 @@ var ActionSheet = (props) => {
5689
5749
  return true;
5690
5750
  }
5691
5751
  return true;
5692
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, {});
5693
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-actionsheet-container", children: [
5694
- overlay && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-overlay" }),
5695
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5752
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, {});
5753
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-actionsheet-container", children: [
5754
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-overlay" }),
5755
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5696
5756
  AnimationContainer,
5697
5757
  {
5698
5758
  animationStyle: {
@@ -5702,7 +5762,7 @@ var ActionSheet = (props) => {
5702
5762
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5703
5763
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5704
5764
  },
5705
- children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5765
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5706
5766
  "div",
5707
5767
  {
5708
5768
  ...other,
@@ -5715,9 +5775,9 @@ var ActionSheet = (props) => {
5715
5775
  "k-adaptive-actionsheet": adaptive
5716
5776
  }
5717
5777
  ),
5718
- children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
5778
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
5719
5779
  _ActionSheetHeader,
5720
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: classNames(
5780
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: classNames(
5721
5781
  "k-actionsheet-content",
5722
5782
  {
5723
5783
  "!k-overflow-hidden": adaptive
@@ -5731,13 +5791,13 @@ var ActionSheet = (props) => {
5731
5791
  )
5732
5792
  ] });
5733
5793
  };
5734
- ActionSheet.states = states25;
5735
- ActionSheet.options = options24;
5794
+ ActionSheet.states = states27;
5795
+ ActionSheet.options = options26;
5736
5796
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5737
- ActionSheet.defaultProps = defaultProps21;
5797
+ ActionSheet.defaultProps = defaultProps23;
5738
5798
 
5739
5799
  // src/action-sheet/actionsheet-header.tsx
5740
- var import_jsx_runtime57 = require("react/jsx-runtime");
5800
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5741
5801
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5742
5802
  var ActionSheetHeader = (props) => {
5743
5803
  const {
@@ -5747,7 +5807,7 @@ var ActionSheetHeader = (props) => {
5747
5807
  filter,
5748
5808
  ...other
5749
5809
  } = props;
5750
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5810
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5751
5811
  "div",
5752
5812
  {
5753
5813
  ...other,
@@ -5755,37 +5815,37 @@ var ActionSheetHeader = (props) => {
5755
5815
  props.className,
5756
5816
  ACTIONSHEETHEADER_CLASSNAME
5757
5817
  ),
5758
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
5759
- /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5760
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_jsx_runtime57.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-actionsheet-title", children: [
5761
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-text-center", children: title }),
5762
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5818
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
5819
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5820
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-actionsheet-title", children: [
5821
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-text-center", children: title }),
5822
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5763
5823
  ] }) }),
5764
- props.children && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5765
- actions && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_jsx_runtime57.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5824
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5825
+ actions && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5766
5826
  ] }),
5767
- filter && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_jsx_runtime57.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5827
+ filter && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5768
5828
  ] })
5769
5829
  }
5770
5830
  );
5771
5831
  };
5772
5832
 
5773
5833
  // src/action-buttons/action-buttons.spec.tsx
5774
- var import_jsx_runtime58 = require("react/jsx-runtime");
5834
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5775
5835
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5776
- var states26 = [];
5777
- var options25 = {};
5778
- var defaultProps22 = {
5836
+ var states28 = [];
5837
+ var options27 = {};
5838
+ var defaultProps24 = {
5779
5839
  alignment: "start",
5780
5840
  orientation: "horizontal"
5781
5841
  };
5782
5842
  var ActionButtons = (props) => {
5783
5843
  const {
5784
- alignment = defaultProps22.alignment,
5785
- orientation = defaultProps22.orientation,
5844
+ alignment = defaultProps24.alignment,
5845
+ orientation = defaultProps24.orientation,
5786
5846
  ...other
5787
5847
  } = props;
5788
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5848
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5789
5849
  "div",
5790
5850
  {
5791
5851
  ...other,
@@ -5801,21 +5861,21 @@ var ActionButtons = (props) => {
5801
5861
  }
5802
5862
  );
5803
5863
  };
5804
- ActionButtons.states = states26;
5805
- ActionButtons.options = options25;
5864
+ ActionButtons.states = states28;
5865
+ ActionButtons.options = options27;
5806
5866
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5807
- ActionButtons.defaultProps = defaultProps22;
5867
+ ActionButtons.defaultProps = defaultProps24;
5808
5868
  var action_buttons_spec_default = ActionButtons;
5809
5869
 
5810
5870
  // src/action-sheet/actionsheet-footer.tsx
5811
- var import_jsx_runtime59 = require("react/jsx-runtime");
5871
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5812
5872
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5813
5873
  var ActionSheetFooter = (props) => {
5814
5874
  const {
5815
5875
  actions,
5816
5876
  ...other
5817
5877
  } = props;
5818
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5878
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5819
5879
  action_buttons_spec_default,
5820
5880
  {
5821
5881
  ...other,
@@ -5824,17 +5884,17 @@ var ActionSheetFooter = (props) => {
5824
5884
  ACTIONSHEETFOOTER_CLASSNAME
5825
5885
  ),
5826
5886
  alignment: "stretched",
5827
- children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
5887
+ children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
5828
5888
  actions && actions.map((action, index) => {
5829
5889
  if (action === "|") {
5830
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-separator" }, index);
5890
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-separator" }, index);
5831
5891
  }
5832
5892
  if (action === " ") {
5833
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-spacer" }, index);
5893
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-spacer" }, index);
5834
5894
  }
5835
5895
  const importantFlag = action.startsWith("!");
5836
5896
  const actionName = importantFlag ? action.substring(1) : action;
5837
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5897
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5838
5898
  }),
5839
5899
  !actions && props.children
5840
5900
  ] })
@@ -5843,12 +5903,12 @@ var ActionSheetFooter = (props) => {
5843
5903
  };
5844
5904
 
5845
5905
  // src/action-sheet/actionsheet-items.tsx
5846
- var import_jsx_runtime60 = require("react/jsx-runtime");
5906
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5847
5907
  var ActionSheetItems = (props) => {
5848
5908
  const {
5849
5909
  ...other
5850
5910
  } = props;
5851
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5911
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5852
5912
  "div",
5853
5913
  {
5854
5914
  ...other,
@@ -5862,8 +5922,8 @@ var ActionSheetItems = (props) => {
5862
5922
  };
5863
5923
 
5864
5924
  // src/action-sheet/actionsheet-item.tsx
5865
- var import_jsx_runtime61 = require("react/jsx-runtime");
5866
- var states27 = [
5925
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5926
+ var states29 = [
5867
5927
  States.hover,
5868
5928
  States.focus,
5869
5929
  States.selected,
@@ -5871,9 +5931,9 @@ var states27 = [
5871
5931
  ];
5872
5932
 
5873
5933
  // src/combobox/combobox.spec.tsx
5874
- var import_jsx_runtime62 = require("react/jsx-runtime");
5934
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5875
5935
  var COMBOBOX_CLASSNAME = `k-combobox`;
5876
- var states28 = [
5936
+ var states30 = [
5877
5937
  States.hover,
5878
5938
  States.focus,
5879
5939
  States.valid,
@@ -5883,12 +5943,12 @@ var states28 = [
5883
5943
  States.disabled,
5884
5944
  States.readonly
5885
5945
  ];
5886
- var defaultProps23 = {
5946
+ var defaultProps25 = {
5887
5947
  size: Input.defaultProps.size,
5888
5948
  rounded: Input.defaultProps.rounded,
5889
5949
  fillMode: Input.defaultProps.fillMode
5890
5950
  };
5891
- var options26 = {
5951
+ var options28 = {
5892
5952
  size: [Size.small, Size.medium, Size.large],
5893
5953
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5894
5954
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5916,8 +5976,8 @@ var Combobox = (props) => {
5916
5976
  adaptiveSettings,
5917
5977
  ...other
5918
5978
  } = props;
5919
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
5920
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5979
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
5980
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
5921
5981
  Input,
5922
5982
  {
5923
5983
  ...other,
@@ -5934,9 +5994,9 @@ var Combobox = (props) => {
5934
5994
  readonly,
5935
5995
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5936
5996
  children: [
5937
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputPrefix, { children: prefix }),
5938
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputInnerInput, { placeholder, value }),
5939
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5997
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputPrefix, { children: prefix }),
5998
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputInnerInput, { placeholder, value }),
5999
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5940
6000
  InputValidationIcon,
5941
6001
  {
5942
6002
  valid,
@@ -5945,14 +6005,14 @@ var Combobox = (props) => {
5945
6005
  disabled
5946
6006
  }
5947
6007
  ),
5948
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6008
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5949
6009
  InputLoadingIcon,
5950
6010
  {
5951
6011
  loading,
5952
6012
  disabled
5953
6013
  }
5954
6014
  ),
5955
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6015
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5956
6016
  InputClearValue,
5957
6017
  {
5958
6018
  loading,
@@ -5961,8 +6021,8 @@ var Combobox = (props) => {
5961
6021
  value
5962
6022
  }
5963
6023
  ),
5964
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputSuffix, { children: suffix }),
5965
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6024
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSuffix, { children: suffix }),
6025
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5966
6026
  Button,
5967
6027
  {
5968
6028
  className: "k-input-button",
@@ -5975,9 +6035,9 @@ var Combobox = (props) => {
5975
6035
  ]
5976
6036
  }
5977
6037
  ),
5978
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5979
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5980
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6038
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6039
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6040
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5981
6041
  ActionSheetHeader,
5982
6042
  {
5983
6043
  actions: ["x"],
@@ -5985,42 +6045,42 @@ var Combobox = (props) => {
5985
6045
  title: "Select Item"
5986
6046
  }
5987
6047
  ),
5988
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(List, { size: "large", children: [
5989
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListItem, { text: "List item" }),
5990
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListItem, { text: "List item" }),
5991
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListItem, { text: "List item" })
6048
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(List, { size: "large", children: [
6049
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListItem, { text: "List item" }),
6050
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListItem, { text: "List item" }),
6051
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListItem, { text: "List item" })
5992
6052
  ] }) })
5993
6053
  ] })
5994
6054
  ] });
5995
6055
  };
5996
- Combobox.states = states28;
5997
- Combobox.options = options26;
6056
+ Combobox.states = states30;
6057
+ Combobox.options = options28;
5998
6058
  Combobox.className = COMBOBOX_CLASSNAME;
5999
- Combobox.defaultProps = defaultProps23;
6059
+ Combobox.defaultProps = defaultProps25;
6000
6060
 
6001
6061
  // src/combobox/templates/combobox-normal.tsx
6002
- var import_jsx_runtime63 = require("react/jsx-runtime");
6062
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6003
6063
 
6004
6064
  // src/combobox/templates/combobox-popup.tsx
6005
- var import_jsx_runtime64 = require("react/jsx-runtime");
6065
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6006
6066
 
6007
6067
  // src/combobox/templates/combobox-grouping.tsx
6008
- var import_jsx_runtime65 = require("react/jsx-runtime");
6068
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6009
6069
 
6010
6070
  // src/combobox/templates/combobox-adaptive.tsx
6011
- var import_jsx_runtime66 = require("react/jsx-runtime");
6071
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6012
6072
 
6013
6073
  // src/menu-button/menu-button.spec.tsx
6014
- var import_jsx_runtime67 = require("react/jsx-runtime");
6074
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6015
6075
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6016
- var states29 = [
6076
+ var states31 = [
6017
6077
  States.hover,
6018
6078
  States.focus,
6019
6079
  States.active,
6020
6080
  States.selected,
6021
6081
  States.disabled
6022
6082
  ];
6023
- var options27 = {
6083
+ var options29 = {
6024
6084
  size: [Size.small, Size.medium, Size.large],
6025
6085
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6026
6086
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6038,7 +6098,7 @@ var options27 = {
6038
6098
  ThemeColor.inverse
6039
6099
  ]
6040
6100
  };
6041
- var defaultProps24 = {
6101
+ var defaultProps26 = {
6042
6102
  size: Size.medium,
6043
6103
  rounded: Roundness.medium,
6044
6104
  fillMode: FillMode.solid,
@@ -6048,10 +6108,10 @@ var defaultProps24 = {
6048
6108
  };
6049
6109
  var MenuButton = (props) => {
6050
6110
  const {
6051
- size = defaultProps24.size,
6052
- rounded = defaultProps24.rounded,
6053
- fillMode = defaultProps24.fillMode,
6054
- themeColor = defaultProps24.themeColor,
6111
+ size = defaultProps26.size,
6112
+ rounded = defaultProps26.rounded,
6113
+ fillMode = defaultProps26.fillMode,
6114
+ themeColor = defaultProps26.themeColor,
6055
6115
  hover,
6056
6116
  focus,
6057
6117
  active,
@@ -6059,14 +6119,14 @@ var MenuButton = (props) => {
6059
6119
  disabled,
6060
6120
  icon,
6061
6121
  text,
6062
- showArrow = defaultProps24.showArrow,
6063
- arrowIconName = defaultProps24.arrowIconName,
6122
+ showArrow = defaultProps26.showArrow,
6123
+ arrowIconName = defaultProps26.arrowIconName,
6064
6124
  popup,
6065
6125
  opened,
6066
6126
  ...other
6067
6127
  } = props;
6068
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
6069
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6128
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_jsx_runtime69.Fragment, { children: [
6129
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6070
6130
  Button,
6071
6131
  {
6072
6132
  ...other,
@@ -6089,35 +6149,35 @@ var MenuButton = (props) => {
6089
6149
  arrowIconName
6090
6150
  }
6091
6151
  ),
6092
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Popup, { className: "k-menu-popup", children: popup })
6152
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Popup, { className: "k-menu-popup", children: popup })
6093
6153
  ] });
6094
6154
  };
6095
- MenuButton.states = states29;
6096
- MenuButton.options = options27;
6155
+ MenuButton.states = states31;
6156
+ MenuButton.options = options29;
6097
6157
  MenuButton.className = MENUBUTTON_CLASSNAME;
6098
- MenuButton.defaultProps = defaultProps24;
6158
+ MenuButton.defaultProps = defaultProps26;
6099
6159
 
6100
6160
  // src/menu-button/templates/icon-menu-button.tsx
6101
- var import_jsx_runtime68 = require("react/jsx-runtime");
6161
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6102
6162
 
6103
6163
  // src/menu-button/templates/icon-text-menu-button.tsx
6104
- var import_jsx_runtime69 = require("react/jsx-runtime");
6164
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6105
6165
 
6106
6166
  // src/menu-button/templates/text-menu-button.tsx
6107
- var import_jsx_runtime70 = require("react/jsx-runtime");
6167
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6108
6168
 
6109
6169
  // src/menu/menu-item.spec.tsx
6110
- var import_jsx_runtime71 = require("react/jsx-runtime");
6170
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6111
6171
  var MENUITEM_CLASSNAME = `k-menu-item`;
6112
- var states30 = [
6172
+ var states32 = [
6113
6173
  States.hover,
6114
6174
  States.focus,
6115
6175
  States.active,
6116
6176
  States.selected,
6117
6177
  States.disabled
6118
6178
  ];
6119
- var options28 = {};
6120
- var defaultProps25 = {
6179
+ var options30 = {};
6180
+ var defaultProps27 = {
6121
6181
  dir: "ltr"
6122
6182
  };
6123
6183
  var MenuItem = (props) => {
@@ -6131,11 +6191,11 @@ var MenuItem = (props) => {
6131
6191
  text,
6132
6192
  showArrow,
6133
6193
  arrowIconName,
6134
- dir = defaultProps25.dir,
6194
+ dir = defaultProps27.dir,
6135
6195
  children,
6136
6196
  ...other
6137
6197
  } = props;
6138
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(import_jsx_runtime71.Fragment, {});
6198
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(import_jsx_runtime73.Fragment, {});
6139
6199
  if (children) {
6140
6200
  children.forEach((child) => {
6141
6201
  const component = child.type;
@@ -6149,7 +6209,7 @@ var MenuItem = (props) => {
6149
6209
  if (!expandArrowName) {
6150
6210
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6151
6211
  }
6152
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
6212
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6153
6213
  "li",
6154
6214
  {
6155
6215
  ...other,
@@ -6164,7 +6224,7 @@ var MenuItem = (props) => {
6164
6224
  })
6165
6225
  ),
6166
6226
  children: [
6167
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
6227
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6168
6228
  "span",
6169
6229
  {
6170
6230
  className: classNames(
@@ -6177,9 +6237,9 @@ var MenuItem = (props) => {
6177
6237
  })
6178
6238
  ),
6179
6239
  children: [
6180
- icon && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6181
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-menu-link-text", children: text }),
6182
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Icon, { icon: expandArrowName }) })
6240
+ icon && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6241
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "k-menu-link-text", children: text }),
6242
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Icon, { icon: expandArrowName }) })
6183
6243
  ]
6184
6244
  }
6185
6245
  ),
@@ -6188,24 +6248,24 @@ var MenuItem = (props) => {
6188
6248
  }
6189
6249
  );
6190
6250
  };
6191
- MenuItem.states = states30;
6192
- MenuItem.options = options28;
6251
+ MenuItem.states = states32;
6252
+ MenuItem.options = options30;
6193
6253
  MenuItem.className = MENUITEM_CLASSNAME;
6194
- MenuItem.defaultProps = defaultProps25;
6254
+ MenuItem.defaultProps = defaultProps27;
6195
6255
  var menu_item_spec_default = MenuItem;
6196
6256
 
6197
6257
  // src/menu/menu-separator.spec.tsx
6198
- var import_jsx_runtime72 = require("react/jsx-runtime");
6258
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6199
6259
  var SEPARATOR_CLASSNAME = `k-separator`;
6200
- var defaultProps26 = {
6260
+ var defaultProps28 = {
6201
6261
  orientation: "horizontal"
6202
6262
  };
6203
6263
  var MenuSeparator = (props) => {
6204
6264
  const {
6205
- orientation = defaultProps26.orientation,
6265
+ orientation = defaultProps28.orientation,
6206
6266
  ...other
6207
6267
  } = props;
6208
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6268
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6209
6269
  "li",
6210
6270
  {
6211
6271
  ...other,
@@ -6223,25 +6283,25 @@ var MenuSeparator = (props) => {
6223
6283
  var menu_separator_spec_default = MenuSeparator;
6224
6284
 
6225
6285
  // src/menu/menu-item-content.tsx
6226
- var import_jsx_runtime73 = require("react/jsx-runtime");
6286
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6227
6287
 
6228
6288
  // src/menu/menu-list.spec.tsx
6229
- var import_jsx_runtime74 = require("react/jsx-runtime");
6289
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6230
6290
  var import_react = require("react");
6231
6291
  var MENULIST_CLASSNAME = `k-menu-group`;
6232
- var states31 = [];
6233
- var options29 = {
6292
+ var states33 = [];
6293
+ var options31 = {
6234
6294
  size: [Size.small, Size.medium, Size.large]
6235
6295
  };
6236
- var defaultProps27 = {
6296
+ var defaultProps29 = {
6237
6297
  size: Size.medium,
6238
6298
  dir: "ltr"
6239
6299
  };
6240
6300
  var MenuList = (props) => {
6241
6301
  const {
6242
6302
  children,
6243
- size = defaultProps27.size,
6244
- dir = defaultProps27.dir,
6303
+ size = defaultProps29.size,
6304
+ dir = defaultProps29.dir,
6245
6305
  ...other
6246
6306
  } = props;
6247
6307
  const listChildren = [];
@@ -6254,7 +6314,7 @@ var MenuList = (props) => {
6254
6314
  );
6255
6315
  } else if (child.type === menu_separator_spec_default) {
6256
6316
  listChildren.push(
6257
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(menu_separator_spec_default, {})
6317
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(menu_separator_spec_default, {})
6258
6318
  );
6259
6319
  } else {
6260
6320
  listChildren.push(child);
@@ -6262,7 +6322,7 @@ var MenuList = (props) => {
6262
6322
  });
6263
6323
  }
6264
6324
  }
6265
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6325
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6266
6326
  "ul",
6267
6327
  {
6268
6328
  ...other,
@@ -6277,25 +6337,25 @@ var MenuList = (props) => {
6277
6337
  }
6278
6338
  );
6279
6339
  };
6280
- MenuList.states = states31;
6281
- MenuList.options = options29;
6340
+ MenuList.states = states33;
6341
+ MenuList.options = options31;
6282
6342
  MenuList.className = MENULIST_CLASSNAME;
6283
- MenuList.defaultProps = defaultProps27;
6343
+ MenuList.defaultProps = defaultProps29;
6284
6344
 
6285
6345
  // src/menu-button/templates/menu-button-popup.tsx
6286
- var import_jsx_runtime75 = require("react/jsx-runtime");
6346
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6287
6347
 
6288
6348
  // src/split-button/split-button.spec.tsx
6289
- var import_jsx_runtime76 = require("react/jsx-runtime");
6349
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6290
6350
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6291
- var states32 = [
6351
+ var states34 = [
6292
6352
  States.hover,
6293
6353
  States.focus,
6294
6354
  States.active,
6295
6355
  States.selected,
6296
6356
  States.disabled
6297
6357
  ];
6298
- var options30 = {
6358
+ var options32 = {
6299
6359
  size: [Size.small, Size.medium, Size.large],
6300
6360
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6301
6361
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6313,7 +6373,7 @@ var options30 = {
6313
6373
  ThemeColor.inverse
6314
6374
  ]
6315
6375
  };
6316
- var defaultProps28 = {
6376
+ var defaultProps30 = {
6317
6377
  size: Size.medium,
6318
6378
  rounded: Roundness.medium,
6319
6379
  fillMode: FillMode.solid,
@@ -6322,10 +6382,10 @@ var defaultProps28 = {
6322
6382
  };
6323
6383
  var SplitButton = (props) => {
6324
6384
  const {
6325
- size = defaultProps28.size,
6326
- rounded = defaultProps28.rounded,
6327
- fillMode = defaultProps28.fillMode,
6328
- themeColor = defaultProps28.themeColor,
6385
+ size = defaultProps30.size,
6386
+ rounded = defaultProps30.rounded,
6387
+ fillMode = defaultProps30.fillMode,
6388
+ themeColor = defaultProps30.themeColor,
6329
6389
  hover,
6330
6390
  focus,
6331
6391
  active,
@@ -6333,13 +6393,13 @@ var SplitButton = (props) => {
6333
6393
  disabled,
6334
6394
  icon,
6335
6395
  text,
6336
- arrowIconName = defaultProps28.arrowIconName,
6396
+ arrowIconName = defaultProps30.arrowIconName,
6337
6397
  popup,
6338
6398
  opened,
6339
6399
  ...other
6340
6400
  } = props;
6341
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(import_jsx_runtime76.Fragment, { children: [
6342
- /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6401
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6402
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6343
6403
  "div",
6344
6404
  {
6345
6405
  ...other,
@@ -6352,7 +6412,7 @@ var SplitButton = (props) => {
6352
6412
  })
6353
6413
  ),
6354
6414
  children: [
6355
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6415
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6356
6416
  Button,
6357
6417
  {
6358
6418
  text,
@@ -6369,7 +6429,7 @@ var SplitButton = (props) => {
6369
6429
  children: props.children
6370
6430
  }
6371
6431
  ),
6372
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6432
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6373
6433
  Button,
6374
6434
  {
6375
6435
  className: "k-split-button-arrow",
@@ -6383,30 +6443,30 @@ var SplitButton = (props) => {
6383
6443
  ]
6384
6444
  }
6385
6445
  ),
6386
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Popup, { className: "k-menu-popup", children: popup })
6446
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Popup, { className: "k-menu-popup", children: popup })
6387
6447
  ] });
6388
6448
  };
6389
- SplitButton.states = states32;
6390
- SplitButton.options = options30;
6449
+ SplitButton.states = states34;
6450
+ SplitButton.options = options32;
6391
6451
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6392
- SplitButton.defaultProps = defaultProps28;
6452
+ SplitButton.defaultProps = defaultProps30;
6393
6453
  var split_button_spec_default = SplitButton;
6394
6454
 
6395
6455
  // src/toolbar/toolbar.spec.tsx
6396
- var import_jsx_runtime77 = require("react/jsx-runtime");
6456
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6397
6457
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6398
- var states33 = [
6458
+ var states35 = [
6399
6459
  States.focus
6400
6460
  ];
6401
- var options31 = {
6461
+ var options33 = {
6402
6462
  size: [Size.small, Size.medium, Size.large]
6403
6463
  };
6404
- var defaultProps29 = {
6464
+ var defaultProps31 = {
6405
6465
  size: Size.medium
6406
6466
  };
6407
6467
  var Toolbar = (props) => {
6408
6468
  const {
6409
- size = defaultProps29.size,
6469
+ size = defaultProps31.size,
6410
6470
  focus,
6411
6471
  resizable,
6412
6472
  ...other
@@ -6416,7 +6476,7 @@ var Toolbar = (props) => {
6416
6476
  const tempToolbarChildren = [];
6417
6477
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6418
6478
  tempToolbarChildren.push(
6419
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6479
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6420
6480
  Button,
6421
6481
  {
6422
6482
  ...child.props,
@@ -6427,7 +6487,7 @@ var Toolbar = (props) => {
6427
6487
  );
6428
6488
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6429
6489
  tempToolbarChildren.push(
6430
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6490
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6431
6491
  Button,
6432
6492
  {
6433
6493
  ...child.props,
@@ -6438,7 +6498,7 @@ var Toolbar = (props) => {
6438
6498
  );
6439
6499
  } else if (child.type === Button) {
6440
6500
  tempToolbarChildren.push(
6441
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6501
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6442
6502
  Button,
6443
6503
  {
6444
6504
  ...child.props,
@@ -6449,7 +6509,7 @@ var Toolbar = (props) => {
6449
6509
  );
6450
6510
  } else if (child.type === MenuButton) {
6451
6511
  tempToolbarChildren.push(
6452
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6512
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6453
6513
  MenuButton,
6454
6514
  {
6455
6515
  ...child.props,
@@ -6460,7 +6520,7 @@ var Toolbar = (props) => {
6460
6520
  );
6461
6521
  } else if (child.type === split_button_spec_default) {
6462
6522
  tempToolbarChildren.push(
6463
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6523
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6464
6524
  split_button_spec_default,
6465
6525
  {
6466
6526
  ...child.props,
@@ -6474,7 +6534,7 @@ var Toolbar = (props) => {
6474
6534
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6475
6535
  childrenArray.forEach((button, bindex) => {
6476
6536
  buttonGroupItems.push(
6477
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6537
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6478
6538
  Button,
6479
6539
  {
6480
6540
  ...button.props,
@@ -6485,7 +6545,7 @@ var Toolbar = (props) => {
6485
6545
  );
6486
6546
  });
6487
6547
  tempToolbarChildren.push(
6488
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6548
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6489
6549
  ButtonGroup,
6490
6550
  {
6491
6551
  ...child.props,
@@ -6497,7 +6557,7 @@ var Toolbar = (props) => {
6497
6557
  );
6498
6558
  } else if (child.type === Combobox) {
6499
6559
  tempToolbarChildren.push(
6500
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6560
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6501
6561
  Combobox,
6502
6562
  {
6503
6563
  ...child.props,
@@ -6508,7 +6568,7 @@ var Toolbar = (props) => {
6508
6568
  );
6509
6569
  } else if (child.type === DropdownList) {
6510
6570
  tempToolbarChildren.push(
6511
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6571
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6512
6572
  DropdownList,
6513
6573
  {
6514
6574
  ...child.props,
@@ -6519,7 +6579,7 @@ var Toolbar = (props) => {
6519
6579
  );
6520
6580
  } else if (child.type === ColorPicker) {
6521
6581
  tempToolbarChildren.push(
6522
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6582
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6523
6583
  ColorPicker,
6524
6584
  {
6525
6585
  ...child.props,
@@ -6541,7 +6601,7 @@ var Toolbar = (props) => {
6541
6601
  addUniqueToolClass(child, index);
6542
6602
  });
6543
6603
  }
6544
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6604
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6545
6605
  "div",
6546
6606
  {
6547
6607
  ...other,
@@ -6562,26 +6622,26 @@ var Toolbar = (props) => {
6562
6622
  }
6563
6623
  );
6564
6624
  };
6565
- Toolbar.states = states33;
6566
- Toolbar.options = options31;
6625
+ Toolbar.states = states35;
6626
+ Toolbar.options = options33;
6567
6627
  Toolbar.className = TOOLBAR_CLASSNAME;
6568
- Toolbar.defaultProps = defaultProps29;
6628
+ Toolbar.defaultProps = defaultProps31;
6569
6629
 
6570
6630
  // src/toolbar/toolbar-angular.spec.tsx
6571
- var import_jsx_runtime78 = require("react/jsx-runtime");
6631
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6572
6632
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6573
- var states34 = [
6633
+ var states36 = [
6574
6634
  States.focus
6575
6635
  ];
6576
- var options32 = {
6636
+ var options34 = {
6577
6637
  size: [Size.small, Size.medium, Size.large]
6578
6638
  };
6579
- var defaultProps30 = {
6639
+ var defaultProps32 = {
6580
6640
  size: Size.medium
6581
6641
  };
6582
6642
  var ToolbarAngular = (props) => {
6583
6643
  const {
6584
- size = defaultProps30.size,
6644
+ size = defaultProps32.size,
6585
6645
  focus,
6586
6646
  resizable,
6587
6647
  ...other
@@ -6591,7 +6651,7 @@ var ToolbarAngular = (props) => {
6591
6651
  const tempToolbarChildren = [];
6592
6652
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6593
6653
  tempToolbarChildren.push(
6594
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6654
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6595
6655
  Button,
6596
6656
  {
6597
6657
  ...child.props,
@@ -6602,7 +6662,7 @@ var ToolbarAngular = (props) => {
6602
6662
  );
6603
6663
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6604
6664
  tempToolbarChildren.push(
6605
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6665
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6606
6666
  Button,
6607
6667
  {
6608
6668
  ...child.props,
@@ -6613,7 +6673,7 @@ var ToolbarAngular = (props) => {
6613
6673
  );
6614
6674
  } else if (child.type === Button) {
6615
6675
  tempToolbarChildren.push(
6616
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6676
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6617
6677
  Button,
6618
6678
  {
6619
6679
  ...child.props,
@@ -6624,7 +6684,7 @@ var ToolbarAngular = (props) => {
6624
6684
  );
6625
6685
  } else if (child.type === MenuButton) {
6626
6686
  tempToolbarChildren.push(
6627
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6687
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6628
6688
  MenuButton,
6629
6689
  {
6630
6690
  ...child.props,
@@ -6635,7 +6695,7 @@ var ToolbarAngular = (props) => {
6635
6695
  );
6636
6696
  } else if (child.type === split_button_spec_default) {
6637
6697
  tempToolbarChildren.push(
6638
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6698
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6639
6699
  split_button_spec_default,
6640
6700
  {
6641
6701
  ...child.props,
@@ -6649,7 +6709,7 @@ var ToolbarAngular = (props) => {
6649
6709
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6650
6710
  childrenArray.forEach((button, bindex) => {
6651
6711
  buttonGroupItems.push(
6652
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6712
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6653
6713
  Button,
6654
6714
  {
6655
6715
  ...button.props,
@@ -6660,7 +6720,7 @@ var ToolbarAngular = (props) => {
6660
6720
  );
6661
6721
  });
6662
6722
  tempToolbarChildren.push(
6663
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6723
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6664
6724
  ButtonGroup,
6665
6725
  {
6666
6726
  ...child.props,
@@ -6672,7 +6732,7 @@ var ToolbarAngular = (props) => {
6672
6732
  );
6673
6733
  } else if (child.type === Combobox) {
6674
6734
  tempToolbarChildren.push(
6675
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6735
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6676
6736
  Combobox,
6677
6737
  {
6678
6738
  ...child.props,
@@ -6683,7 +6743,7 @@ var ToolbarAngular = (props) => {
6683
6743
  );
6684
6744
  } else if (child.type === DropdownList) {
6685
6745
  tempToolbarChildren.push(
6686
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6746
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6687
6747
  DropdownList,
6688
6748
  {
6689
6749
  ...child.props,
@@ -6694,7 +6754,7 @@ var ToolbarAngular = (props) => {
6694
6754
  );
6695
6755
  } else if (child.type === ColorPicker) {
6696
6756
  tempToolbarChildren.push(
6697
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6757
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6698
6758
  ColorPicker,
6699
6759
  {
6700
6760
  ...child.props,
@@ -6716,7 +6776,7 @@ var ToolbarAngular = (props) => {
6716
6776
  addUniqueToolClass(child, index);
6717
6777
  });
6718
6778
  }
6719
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6779
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6720
6780
  "div",
6721
6781
  {
6722
6782
  ...other,
@@ -6737,28 +6797,28 @@ var ToolbarAngular = (props) => {
6737
6797
  }
6738
6798
  );
6739
6799
  };
6740
- ToolbarAngular.states = states34;
6741
- ToolbarAngular.options = options32;
6800
+ ToolbarAngular.states = states36;
6801
+ ToolbarAngular.options = options34;
6742
6802
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6743
- ToolbarAngular.defaultProps = defaultProps30;
6803
+ ToolbarAngular.defaultProps = defaultProps32;
6744
6804
 
6745
6805
  // src/toolbar/toolbar-separator.tsx
6746
- var import_jsx_runtime79 = require("react/jsx-runtime");
6806
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6747
6807
 
6748
6808
  // src/toolbar/toolbar-item.spec.tsx
6749
- var import_jsx_runtime80 = require("react/jsx-runtime");
6809
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6750
6810
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6751
- var states35 = [
6811
+ var states37 = [
6752
6812
  States.focus
6753
6813
  ];
6754
- var options33 = {};
6755
- var defaultProps31 = {};
6814
+ var options35 = {};
6815
+ var defaultProps33 = {};
6756
6816
  var ToolbarItem = (props) => {
6757
6817
  const {
6758
6818
  focus,
6759
6819
  ...other
6760
6820
  } = props;
6761
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6821
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6762
6822
  "div",
6763
6823
  {
6764
6824
  ...other,
@@ -6773,20 +6833,20 @@ var ToolbarItem = (props) => {
6773
6833
  }
6774
6834
  );
6775
6835
  };
6776
- ToolbarItem.states = states35;
6777
- ToolbarItem.options = options33;
6836
+ ToolbarItem.states = states37;
6837
+ ToolbarItem.options = options35;
6778
6838
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6779
- ToolbarItem.defaultProps = defaultProps31;
6839
+ ToolbarItem.defaultProps = defaultProps33;
6780
6840
 
6781
6841
  // src/editor/editor-toolbar.tsx
6782
- var import_jsx_runtime81 = require("react/jsx-runtime");
6842
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6783
6843
  var EDITORTOOLBAR_CLASSNAME = `k-editor-toolbar`;
6784
6844
  var EditorToolbar = (props) => {
6785
6845
  const {
6786
6846
  resizable,
6787
6847
  ...other
6788
6848
  } = props;
6789
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6849
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6790
6850
  Toolbar,
6791
6851
  {
6792
6852
  ...other,
@@ -6801,9 +6861,9 @@ var EditorToolbar = (props) => {
6801
6861
  };
6802
6862
 
6803
6863
  // src/editor/editor-content.tsx
6804
- var import_jsx_runtime82 = require("react/jsx-runtime");
6864
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6805
6865
  var EDITORCONTENT_CLASSNAME = `k-editor-content`;
6806
- var states36 = [
6866
+ var states38 = [
6807
6867
  States.focus
6808
6868
  ];
6809
6869
  var EditorContent = (props) => {
@@ -6811,7 +6871,7 @@ var EditorContent = (props) => {
6811
6871
  focus,
6812
6872
  ...other
6813
6873
  } = props;
6814
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6874
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6815
6875
  "div",
6816
6876
  {
6817
6877
  ...other,
@@ -6828,7 +6888,7 @@ var EditorContent = (props) => {
6828
6888
  };
6829
6889
 
6830
6890
  // src/editor/tests/editor.tsx
6831
- var import_jsx_runtime83 = require("react/jsx-runtime");
6891
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6832
6892
  var styles = `
6833
6893
  .k-editor .k-dialog-wrapper {
6834
6894
  position: static;
@@ -6845,249 +6905,249 @@ var styles = `
6845
6905
  position: relative;
6846
6906
  }
6847
6907
  `;
6848
- var editor_default = () => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(import_jsx_runtime83.Fragment, { children: [
6849
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("style", { children: styles }),
6850
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6851
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { children: "Editor with iFrame; responsive toolbar" }),
6852
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { children: "Editor without iFrame; responsive toolbar" }),
6853
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(Editor, { style: { height: "300px" }, children: [
6854
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(EditorToolbar, { resizable: true, children: [
6855
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6856
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "undo" }),
6857
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "redo" })
6908
+ var editor_default = () => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(import_jsx_runtime85.Fragment, { children: [
6909
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("style", { children: styles }),
6910
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6911
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { children: "Editor with iFrame; responsive toolbar" }),
6912
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { children: "Editor without iFrame; responsive toolbar" }),
6913
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(Editor, { style: { height: "300px" }, children: [
6914
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(EditorToolbar, { resizable: true, children: [
6915
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
6916
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "undo" }),
6917
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "redo" })
6858
6918
  ] }),
6859
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6919
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6860
6920
  ] }),
6861
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
6921
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
6862
6922
  ] }) }),
6863
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(Editor, { style: { height: "300px" }, children: [
6864
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(EditorToolbar, { resizable: true, children: [
6865
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6866
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "undo" }),
6867
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "redo" })
6923
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(Editor, { style: { height: "300px" }, children: [
6924
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(EditorToolbar, { resizable: true, children: [
6925
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
6926
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "undo" }),
6927
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "redo" })
6868
6928
  ] }),
6869
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6929
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6870
6930
  ] }),
6871
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: "ProseMirror", children: [
6872
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("p", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("table", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("tbody", { children: [
6873
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("tr", { children: [
6874
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("td", { className: "selectedCell", children: "cell 1" }),
6875
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("td", { children: "cell 2" }),
6876
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("td", { children: "cell 3" })
6931
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { className: "ProseMirror", children: [
6932
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("p", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("table", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("tbody", { children: [
6933
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("tr", { children: [
6934
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("td", { className: "selectedCell", children: "cell 1" }),
6935
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("td", { children: "cell 2" }),
6936
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("td", { children: "cell 3" })
6877
6937
  ] }),
6878
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("tr", { children: [
6879
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("td", { children: "cell 4" }),
6880
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("td", { children: "cell 5" }),
6881
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("td", { children: "cell 6" })
6938
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("tr", { children: [
6939
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("td", { children: "cell 4" }),
6940
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("td", { children: "cell 5" }),
6941
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("td", { children: "cell 6" })
6882
6942
  ] })
6883
6943
  ] }) }) }),
6884
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { style: { position: "relative" }, children: [
6885
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("img", { className: "ProseMirror-selectednode", src: "/packages/html/assets/avatar.jpg" }),
6886
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: "k-editor-resize-handles-wrapper ProseMirror-widget", style: { width: "100px", height: "110px", top: "0", left: "0" }, children: [
6887
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-editor-resize-handle southeast" }),
6888
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-editor-resize-handle east" }),
6889
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-editor-resize-handle south" }),
6890
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-editor-resize-handle north" }),
6891
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-editor-resize-handle west" }),
6892
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-editor-resize-handle southwest" }),
6893
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-editor-resize-handle northwest" }),
6894
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-editor-resize-handle northeast" })
6944
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { style: { position: "relative" }, children: [
6945
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("img", { className: "ProseMirror-selectednode", src: "/packages/html/assets/avatar.jpg" }),
6946
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { className: "k-editor-resize-handles-wrapper ProseMirror-widget", style: { width: "100px", height: "110px", top: "0", left: "0" }, children: [
6947
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-editor-resize-handle southeast" }),
6948
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-editor-resize-handle east" }),
6949
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-editor-resize-handle south" }),
6950
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-editor-resize-handle north" }),
6951
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-editor-resize-handle west" }),
6952
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-editor-resize-handle southwest" }),
6953
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-editor-resize-handle northwest" }),
6954
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-editor-resize-handle northeast" })
6895
6955
  ] })
6896
6956
  ] }),
6897
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("p", { children: "The Kendo UI Angular Editor allows your users to edit HTML in a familiar, user-friendly way." }),
6898
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("p", { children: [
6957
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("p", { children: "The Kendo UI Angular Editor allows your users to edit HTML in a familiar, user-friendly way." }),
6958
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("p", { children: [
6899
6959
  "In this version, the Editor provides the core HTML editing engine which includes basic text formatting, hyperlinks, and lists. The widget ",
6900
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("strong", { children: "outputs identical HTML" }),
6960
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("strong", { children: "outputs identical HTML" }),
6901
6961
  " across all major browsers, follows accessibility standards, and provides API for content manipulation."
6902
6962
  ] }),
6903
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("p", { children: "Features include:" }),
6904
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("ul", { children: [
6905
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Text formatting" }),
6906
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Bulleted and numbered lists" }),
6907
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Hyperlinks" }),
6908
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Cross-browser support" }),
6909
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Identical HTML output across browsers" })
6963
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("p", { children: "Features include:" }),
6964
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("ul", { children: [
6965
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Text formatting" }),
6966
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Bulleted and numbered lists" }),
6967
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Hyperlinks" }),
6968
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Cross-browser support" }),
6969
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Identical HTML output across browsers" })
6910
6970
  ] })
6911
6971
  ] }) })
6912
6972
  ] }) }),
6913
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { children: "Editor with iFrame; NO-responsive toolbar" }),
6914
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { children: "Readonly Editor without iFrame; NO-responsive toolbar" }),
6915
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(Editor, { style: { height: "350px" }, children: [
6916
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(EditorToolbar, { children: [
6917
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6918
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "bold" }),
6919
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "italic" }),
6920
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "underline" }),
6921
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "strikethrough" })
6973
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { children: "Editor with iFrame; NO-responsive toolbar" }),
6974
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { children: "Readonly Editor without iFrame; NO-responsive toolbar" }),
6975
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(Editor, { style: { height: "350px" }, children: [
6976
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(EditorToolbar, { children: [
6977
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
6978
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "bold" }),
6979
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "italic" }),
6980
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "underline" }),
6981
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "strikethrough" })
6922
6982
  ] }),
6923
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6924
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "subscript" }),
6925
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "supscript" })
6983
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
6984
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "subscript" }),
6985
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "supscript" })
6926
6986
  ] }),
6927
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6928
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "align-left" }),
6929
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "align-center" }),
6930
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "align-right" }),
6931
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "align-justify" })
6987
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
6988
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "align-left" }),
6989
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "align-center" }),
6990
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "align-right" }),
6991
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "align-justify" })
6932
6992
  ] }),
6933
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6934
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "indent" }),
6935
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "outdent" })
6993
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
6994
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "indent" }),
6995
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "outdent" })
6936
6996
  ] }),
6937
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6938
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "list-ordered" }),
6939
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "list-unordered" })
6997
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
6998
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "list-ordered" }),
6999
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "list-unordered" })
6940
7000
  ] }),
6941
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(DropdownList, { value: "Font Size" }) }),
6942
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(DropdownList, { value: "Font Name" }) }),
6943
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(DropdownList, { value: "Paragraph" }) }),
6944
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6945
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "undo" }),
6946
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "redo" })
7001
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(DropdownList, { value: "Font Size" }) }),
7002
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(DropdownList, { value: "Font Name" }) }),
7003
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(DropdownList, { value: "Paragraph" }) }),
7004
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
7005
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "undo" }),
7006
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "redo" })
6947
7007
  ] }),
6948
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6949
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "link" }),
6950
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "unlink" }),
6951
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "image" }),
6952
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "code" })
7008
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
7009
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "link" }),
7010
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "unlink" }),
7011
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "image" }),
7012
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "code" })
6953
7013
  ] }),
6954
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-add" }),
6955
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6956
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-row-insert-above" }),
6957
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-row-insert-below" }),
6958
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-column-insert-left" }),
6959
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-column-insert-right" })
7014
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-add" }),
7015
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
7016
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-row-insert-above" }),
7017
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-row-insert-below" }),
7018
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-column-insert-left" }),
7019
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-column-insert-right" })
6960
7020
  ] }),
6961
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6962
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-row-delete" }),
6963
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-column-delete" }),
6964
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-delete" })
7021
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
7022
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-row-delete" }),
7023
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-column-delete" }),
7024
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-delete" })
6965
7025
  ] }),
6966
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { children: [
6967
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "cells-merge" }),
6968
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "cell-split-horizontally" })
7026
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { children: [
7027
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "cells-merge" }),
7028
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "cell-split-horizontally" })
6969
7029
  ] }),
6970
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color" }) }),
6971
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet" }) }),
6972
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "clear-css" })
7030
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color" }) }),
7031
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet" }) }),
7032
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "clear-css" })
6973
7033
  ] }),
6974
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(EditorContent, { focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
7034
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(EditorContent, { focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
6975
7035
  ] }) }),
6976
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(Editor, { readonly: true, style: { height: "350px" }, children: [
6977
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(EditorToolbar, { children: [
6978
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
6979
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "bold", disabled: true }),
6980
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "italic", disabled: true }),
6981
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "underline", disabled: true }),
6982
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "strikethrough", disabled: true })
7036
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(Editor, { readonly: true, style: { height: "350px" }, children: [
7037
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(EditorToolbar, { children: [
7038
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7039
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "bold", disabled: true }),
7040
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "italic", disabled: true }),
7041
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "underline", disabled: true }),
7042
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "strikethrough", disabled: true })
6983
7043
  ] }),
6984
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
6985
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "subscript", disabled: true }),
6986
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "supscript", disabled: true })
7044
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7045
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "subscript", disabled: true }),
7046
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "supscript", disabled: true })
6987
7047
  ] }),
6988
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
6989
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "align-left", disabled: true }),
6990
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "align-center", disabled: true }),
6991
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "align-right", disabled: true }),
6992
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "align-justify", disabled: true })
7048
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7049
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "align-left", disabled: true }),
7050
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "align-center", disabled: true }),
7051
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "align-right", disabled: true }),
7052
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "align-justify", disabled: true })
6993
7053
  ] }),
6994
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
6995
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "indent", disabled: true }),
6996
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "outdent", disabled: true })
7054
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7055
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "indent", disabled: true }),
7056
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "outdent", disabled: true })
6997
7057
  ] }),
6998
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
6999
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "list-ordered", disabled: true }),
7000
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "list-unordered", disabled: true })
7058
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7059
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "list-ordered", disabled: true }),
7060
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "list-unordered", disabled: true })
7001
7061
  ] }),
7002
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(DropdownList, { value: "Font Size", disabled: true }) }),
7003
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(DropdownList, { value: "Font Name", disabled: true }) }),
7004
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(DropdownList, { value: "Paragraph", disabled: true }) }),
7005
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
7006
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "undo", disabled: true }),
7007
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "redo", disabled: true })
7062
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(DropdownList, { value: "Font Size", disabled: true }) }),
7063
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(DropdownList, { value: "Font Name", disabled: true }) }),
7064
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(DropdownList, { value: "Paragraph", disabled: true }) }),
7065
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7066
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "undo", disabled: true }),
7067
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "redo", disabled: true })
7008
7068
  ] }),
7009
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
7010
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "link", disabled: true }),
7011
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "unlink", disabled: true }),
7012
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "image", disabled: true }),
7013
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "code", disabled: true })
7069
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7070
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "link", disabled: true }),
7071
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "unlink", disabled: true }),
7072
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "image", disabled: true }),
7073
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "code", disabled: true })
7014
7074
  ] }),
7015
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-add", disabled: true }),
7016
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
7017
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-row-insert-below", disabled: true }),
7018
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-column-insert-left", disabled: true }),
7019
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-column-insert-right", disabled: true })
7075
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-add", disabled: true }),
7076
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7077
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-row-insert-below", disabled: true }),
7078
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-column-insert-left", disabled: true }),
7079
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-column-insert-right", disabled: true })
7020
7080
  ] }),
7021
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
7022
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-row-delete", disabled: true }),
7023
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-column-delete", disabled: true }),
7024
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-delete", disabled: true })
7081
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7082
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-row-delete", disabled: true }),
7083
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-column-delete", disabled: true }),
7084
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-delete", disabled: true })
7025
7085
  ] }),
7026
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(ButtonGroup, { disabled: true, children: [
7027
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "cells-merge", disabled: true }),
7028
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "cell-split-horizontally", disabled: true })
7086
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(ButtonGroup, { disabled: true, children: [
7087
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "cells-merge", disabled: true }),
7088
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "cell-split-horizontally", disabled: true })
7029
7089
  ] }),
7030
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color", disabled: true }) }),
7031
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet", disabled: true }) }),
7032
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "clear-css", disabled: true })
7090
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color", disabled: true }) }),
7091
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet", disabled: true }) }),
7092
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "clear-css", disabled: true })
7033
7093
  ] }),
7034
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(EditorContent, { focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: "ProseMirror", children: [
7035
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("p", { children: "The Editor allows your users to edit HTML in a familiar, user-friendly way." }),
7036
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("p", { children: [
7094
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(EditorContent, { focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { className: "ProseMirror", children: [
7095
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("p", { children: "The Editor allows your users to edit HTML in a familiar, user-friendly way." }),
7096
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("p", { children: [
7037
7097
  "In this version, the Editor provides the core HTML editing engine which includes basic text formatting, hyperlinks, and lists. The widget ",
7038
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("strong", { children: "outputs identical HTML" }),
7098
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("strong", { children: "outputs identical HTML" }),
7039
7099
  " across all major browsers, follows accessibility standards, and provides API for content manipulation."
7040
7100
  ] }),
7041
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("p", { children: "Features include:" }),
7042
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("ul", { children: [
7043
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Text formatting" }),
7044
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Bulleted and numbered lists" }),
7045
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Hyperlinks" }),
7046
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Cross-browser support" }),
7047
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("li", { children: "Identical HTML output across browsers" })
7101
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("p", { children: "Features include:" }),
7102
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("ul", { children: [
7103
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Text formatting" }),
7104
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Bulleted and numbered lists" }),
7105
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Hyperlinks" }),
7106
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Cross-browser support" }),
7107
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("li", { children: "Identical HTML output across browsers" })
7048
7108
  ] })
7049
7109
  ] }) })
7050
7110
  ] }) }),
7051
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { children: "Table Wizard" }),
7052
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", {}),
7053
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(Popup, { className: "k-ct-popup k-group k-reset", style: { display: "block", position: "absolute", width: "100%" }, children: [
7054
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7055
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7056
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7057
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7058
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7059
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7060
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7061
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7062
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7063
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7064
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7065
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7066
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7067
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7068
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7069
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7070
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7071
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7072
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7073
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7074
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7075
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7076
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7077
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7078
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7079
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7080
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7081
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7082
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7083
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7084
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7085
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7086
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7087
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7088
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-ct-cell k-disabled" }),
7089
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-status", children: "Create a 3 x 5 table" }),
7090
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { icon: "table-wizard", children: "Table Wizard" }) })
7111
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { children: "Table Wizard" }),
7112
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", {}),
7113
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(Popup, { className: "k-ct-popup k-group k-reset", style: { display: "block", position: "absolute", width: "100%" }, children: [
7114
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7115
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7116
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7117
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7118
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7119
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7120
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7121
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7122
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7123
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7124
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7125
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7126
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7127
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7128
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7129
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7130
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7131
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7132
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
7133
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7134
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7135
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7136
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7137
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7138
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7139
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7140
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7141
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7142
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7143
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7144
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7145
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7146
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7147
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7148
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "k-ct-cell k-disabled" }),
7149
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-status", children: "Create a 3 x 5 table" }),
7150
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Button, { icon: "table-wizard", children: "Table Wizard" }) })
7091
7151
  ] }) })
7092
7152
  ] })
7093
7153
  ] });