@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
@@ -5180,23 +5180,83 @@ Checkbox.options = options16;
5180
5180
  Checkbox.className = CHECKBOX_CLASSNAME;
5181
5181
  Checkbox.defaultProps = defaultProps14;
5182
5182
 
5183
- // src/checkbox/templates/checkbox-label.tsx
5183
+ // src/checkbox/checkbox-group.spec.tsx
5184
5184
  var import_jsx_runtime27 = require("react/jsx-runtime");
5185
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5186
+ var states18 = [];
5187
+ var options17 = {};
5188
+ var defaultProps15 = {
5189
+ layout: "vertical"
5190
+ };
5191
+ var CheckboxGroup = (props) => {
5192
+ const {
5193
+ layout = defaultProps15.layout,
5194
+ ...other
5195
+ } = props;
5196
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5197
+ "ul",
5198
+ {
5199
+ ...other,
5200
+ className: classNames(
5201
+ props.className,
5202
+ CHECKBOXGROUP_CLASSNAME,
5203
+ {
5204
+ [`k-list-${layout}`]: layout
5205
+ }
5206
+ ),
5207
+ children: props.children
5208
+ }
5209
+ );
5210
+ };
5211
+ CheckboxGroup.states = states18;
5212
+ CheckboxGroup.options = options17;
5213
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5214
+ CheckboxGroup.defaultProps = defaultProps15;
5185
5215
 
5186
- // src/checkbox/templates/checkbox-normal.tsx
5216
+ // src/checkbox/checkbox-item.spec.tsx
5187
5217
  var import_jsx_runtime28 = require("react/jsx-runtime");
5218
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5219
+ var states19 = [];
5220
+ var options18 = {};
5221
+ var defaultProps16 = {};
5222
+ var CheckboxItem = (props) => {
5223
+ const {
5224
+ ...other
5225
+ } = props;
5226
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5227
+ "li",
5228
+ {
5229
+ ...other,
5230
+ className: classNames(
5231
+ props.className,
5232
+ CHECKBOXITEM_CLASSNAME
5233
+ ),
5234
+ children: props.children
5235
+ }
5236
+ );
5237
+ };
5238
+ CheckboxItem.states = states19;
5239
+ CheckboxItem.options = options18;
5240
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5241
+ CheckboxItem.defaultProps = defaultProps16;
5188
5242
 
5189
- // src/list/list-item.spec.tsx
5243
+ // src/checkbox/templates/checkbox-with-label.tsx
5190
5244
  var import_jsx_runtime29 = require("react/jsx-runtime");
5245
+
5246
+ // src/checkbox/templates/checkbox-normal.tsx
5247
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5248
+
5249
+ // src/list/list-item.spec.tsx
5250
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5191
5251
  var LISTITEM_CLASSNAME = `k-list-item`;
5192
- var states18 = [
5252
+ var states20 = [
5193
5253
  States.hover,
5194
5254
  States.focus,
5195
5255
  States.selected,
5196
5256
  States.disabled
5197
5257
  ];
5198
- var options17 = {};
5199
- var defaultProps15 = {};
5258
+ var options19 = {};
5259
+ var defaultProps17 = {};
5200
5260
  var ListItem = (props) => {
5201
5261
  const {
5202
5262
  text,
@@ -5212,7 +5272,7 @@ var ListItem = (props) => {
5212
5272
  ...other
5213
5273
  } = props;
5214
5274
  const textOrChildren = text ? text : props.children;
5215
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5275
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5216
5276
  "li",
5217
5277
  {
5218
5278
  ...other,
@@ -5227,66 +5287,66 @@ var ListItem = (props) => {
5227
5287
  })
5228
5288
  ),
5229
5289
  children: [
5230
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Checkbox, { checked }),
5231
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { icon: iconName }),
5232
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5233
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5290
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Checkbox, { checked }),
5291
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: iconName }),
5292
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5293
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5234
5294
  ]
5235
5295
  }
5236
5296
  );
5237
5297
  };
5238
- ListItem.states = states18;
5239
- ListItem.options = options17;
5298
+ ListItem.states = states20;
5299
+ ListItem.options = options19;
5240
5300
  ListItem.className = LISTITEM_CLASSNAME;
5241
- ListItem.defaultProps = defaultProps15;
5301
+ ListItem.defaultProps = defaultProps17;
5242
5302
 
5243
5303
  // src/list/list-content.tsx
5244
- var import_jsx_runtime30 = require("react/jsx-runtime");
5304
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5245
5305
  var className10 = `k-list-content`;
5246
5306
  var ListContent = (props) => {
5247
5307
  const {
5248
5308
  virtualization
5249
5309
  } = props;
5250
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: classNames(className10, props.className), children: [
5251
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5252
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", {}) })
5310
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: classNames(className10, props.className), children: [
5311
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5312
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", {}) })
5253
5313
  ] });
5254
5314
  };
5255
5315
 
5256
5316
  // src/list/list-header.tsx
5257
- var import_jsx_runtime31 = require("react/jsx-runtime");
5317
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5258
5318
  var className11 = `k-list-group-sticky-header`;
5259
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5319
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5260
5320
 
5261
5321
  // src/list/list-group.tsx
5262
- var import_jsx_runtime32 = require("react/jsx-runtime");
5322
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5263
5323
  var ListGroup = (props) => {
5264
5324
  const {
5265
5325
  virtualization,
5266
5326
  label
5267
5327
  } = props;
5268
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
5269
- label && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListHeader, { children: label }),
5270
- props.children && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ListContent, { virtualization, children: props.children })
5328
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
5329
+ label && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListHeader, { children: label }),
5330
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: props.children })
5271
5331
  ] });
5272
5332
  };
5273
5333
 
5274
5334
  // src/list/list-group-item.tsx
5275
- var import_jsx_runtime33 = require("react/jsx-runtime");
5335
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5276
5336
  var className12 = `k-list-group-item`;
5277
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5337
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5278
5338
 
5279
5339
  // src/list/list-option-label.tsx
5280
- var import_jsx_runtime34 = require("react/jsx-runtime");
5340
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5281
5341
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5282
- var states19 = [
5342
+ var states21 = [
5283
5343
  States.hover,
5284
5344
  States.focus,
5285
5345
  States.selected,
5286
5346
  States.disabled
5287
5347
  ];
5288
- var options18 = {};
5289
- var defaultProps16 = {};
5348
+ var options20 = {};
5349
+ var defaultProps18 = {};
5290
5350
  var ListOptionLabel = (props) => {
5291
5351
  const {
5292
5352
  text,
@@ -5296,7 +5356,7 @@ var ListOptionLabel = (props) => {
5296
5356
  disabled,
5297
5357
  ...other
5298
5358
  } = props;
5299
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5359
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5300
5360
  "div",
5301
5361
  {
5302
5362
  ...other,
@@ -5313,39 +5373,39 @@ var ListOptionLabel = (props) => {
5313
5373
  }
5314
5374
  );
5315
5375
  };
5316
- ListOptionLabel.states = states19;
5317
- ListOptionLabel.options = options18;
5376
+ ListOptionLabel.states = states21;
5377
+ ListOptionLabel.options = options20;
5318
5378
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5319
- ListOptionLabel.defaultProps = defaultProps16;
5379
+ ListOptionLabel.defaultProps = defaultProps18;
5320
5380
 
5321
5381
  // src/list/templates/list-normal.tsx
5322
- var import_jsx_runtime35 = require("react/jsx-runtime");
5382
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5323
5383
 
5324
5384
  // src/list/templates/list-virtualization.tsx
5325
- var import_jsx_runtime36 = require("react/jsx-runtime");
5385
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5326
5386
 
5327
5387
  // src/list/templates/list-grouping.tsx
5328
- var import_jsx_runtime37 = require("react/jsx-runtime");
5388
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5329
5389
 
5330
5390
  // src/list/templates/list-virualization-grouping.tsx
5331
- var import_jsx_runtime38 = require("react/jsx-runtime");
5391
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5332
5392
 
5333
5393
  // src/list/templates/list-virtualization-angular.tsx
5334
- var import_jsx_runtime39 = require("react/jsx-runtime");
5394
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5335
5395
 
5336
5396
  // src/list/templates/list-grouping-angular.tsx
5337
- var import_jsx_runtime40 = require("react/jsx-runtime");
5397
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5338
5398
 
5339
5399
  // src/list/templates/list-virualization-grouping-angular.tsx
5340
- var import_jsx_runtime41 = require("react/jsx-runtime");
5400
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5341
5401
 
5342
5402
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5343
- var import_jsx_runtime42 = require("react/jsx-runtime");
5403
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5344
5404
 
5345
5405
  // src/searchbox/searchbox.spec.tsx
5346
- var import_jsx_runtime43 = require("react/jsx-runtime");
5406
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5347
5407
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5348
- var states20 = [
5408
+ var states22 = [
5349
5409
  States.hover,
5350
5410
  States.focus,
5351
5411
  States.valid,
@@ -5354,12 +5414,12 @@ var states20 = [
5354
5414
  States.disabled,
5355
5415
  States.loading
5356
5416
  ];
5357
- var options19 = {
5417
+ var options21 = {
5358
5418
  size: [Size.small, Size.medium, Size.large],
5359
5419
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5360
5420
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5361
5421
  };
5362
- var defaultProps17 = {
5422
+ var defaultProps19 = {
5363
5423
  showIcon: true,
5364
5424
  icon: "search",
5365
5425
  size: Input.defaultProps.size,
@@ -5380,11 +5440,11 @@ var Searchbox = (props) => {
5380
5440
  required,
5381
5441
  loading,
5382
5442
  disabled,
5383
- showIcon = defaultProps17.showIcon,
5384
- icon = defaultProps17.icon,
5443
+ showIcon = defaultProps19.showIcon,
5444
+ icon = defaultProps19.icon,
5385
5445
  ...other
5386
5446
  } = props;
5387
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5447
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5388
5448
  Input,
5389
5449
  {
5390
5450
  ...other,
@@ -5400,40 +5460,40 @@ var Searchbox = (props) => {
5400
5460
  disabled,
5401
5461
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5402
5462
  children: [
5403
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { className: "k-input-icon", icon }),
5404
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5405
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputLoadingIcon, { ...props }),
5406
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputValidationIcon, { ...props }),
5407
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputClearValue, { ...props })
5463
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { className: "k-input-icon", icon }),
5464
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputInnerInput, { placeholder, value }),
5465
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputLoadingIcon, { ...props }),
5466
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputValidationIcon, { ...props }),
5467
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputClearValue, { ...props })
5408
5468
  ]
5409
5469
  }
5410
5470
  );
5411
5471
  };
5412
- Searchbox.states = states20;
5413
- Searchbox.options = options19;
5472
+ Searchbox.states = states22;
5473
+ Searchbox.options = options21;
5414
5474
  Searchbox.className = SEARCHBOX_CLASSNAME;
5415
- Searchbox.defaultProps = defaultProps17;
5475
+ Searchbox.defaultProps = defaultProps19;
5416
5476
 
5417
5477
  // src/searchbox/templates/searchbox-normal.tsx
5418
- var import_jsx_runtime44 = require("react/jsx-runtime");
5478
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5419
5479
 
5420
5480
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5421
- var import_jsx_runtime45 = require("react/jsx-runtime");
5481
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5422
5482
 
5423
5483
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5424
- var import_jsx_runtime46 = require("react/jsx-runtime");
5484
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5425
5485
 
5426
5486
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5427
- var import_jsx_runtime47 = require("react/jsx-runtime");
5487
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5428
5488
 
5429
5489
  // src/calendar/calendar.spec.tsx
5430
- var import_jsx_runtime48 = require("react/jsx-runtime");
5490
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5431
5491
  var CALENDAR_CLASSNAME = `k-calendar`;
5432
- var states21 = [];
5433
- var options20 = {
5492
+ var states23 = [];
5493
+ var options22 = {
5434
5494
  size: [Size.small, Size.medium, Size.large]
5435
5495
  };
5436
- var defaultProps18 = {
5496
+ var defaultProps20 = {
5437
5497
  size: Size.medium,
5438
5498
  viewsCount: 1,
5439
5499
  orientation: "horizontal",
@@ -5442,11 +5502,11 @@ var defaultProps18 = {
5442
5502
  };
5443
5503
  var Calendar = (props) => {
5444
5504
  const {
5445
- size = defaultProps18.size,
5446
- orientation = defaultProps18.orientation,
5447
- calendarView = defaultProps18.calendarView,
5448
- calendarHeaderText = defaultProps18.calendarHeaderText,
5449
- viewsCount = defaultProps18.viewsCount,
5505
+ size = defaultProps20.size,
5506
+ orientation = defaultProps20.orientation,
5507
+ calendarView = defaultProps20.calendarView,
5508
+ calendarHeaderText = defaultProps20.calendarHeaderText,
5509
+ viewsCount = defaultProps20.viewsCount,
5450
5510
  showWeek,
5451
5511
  showOtherMonth,
5452
5512
  showCalendarCaption,
@@ -5455,7 +5515,7 @@ var Calendar = (props) => {
5455
5515
  dir,
5456
5516
  ...other
5457
5517
  } = props;
5458
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5518
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5459
5519
  "div",
5460
5520
  {
5461
5521
  ...other,
@@ -5471,7 +5531,7 @@ var Calendar = (props) => {
5471
5531
  }
5472
5532
  ),
5473
5533
  children: [
5474
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5534
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5475
5535
  CalendarHeader,
5476
5536
  {
5477
5537
  showToday: showCalendarFooter ? false : true,
@@ -5481,7 +5541,7 @@ var Calendar = (props) => {
5481
5541
  dir
5482
5542
  }
5483
5543
  ),
5484
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5544
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5485
5545
  CalendarView,
5486
5546
  {
5487
5547
  calendarView,
@@ -5493,19 +5553,19 @@ var Calendar = (props) => {
5493
5553
  selectedRange
5494
5554
  }
5495
5555
  ),
5496
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(CalendarFooter, {})
5556
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(CalendarFooter, {})
5497
5557
  ]
5498
5558
  }
5499
5559
  );
5500
5560
  };
5501
- Calendar.states = states21;
5502
- Calendar.options = options20;
5561
+ Calendar.states = states23;
5562
+ Calendar.options = options22;
5503
5563
  Calendar.className = CALENDAR_CLASSNAME;
5504
- Calendar.defaultProps = defaultProps18;
5564
+ Calendar.defaultProps = defaultProps20;
5505
5565
 
5506
5566
  // src/calendar/calendar-cell.tsx
5507
- var import_jsx_runtime49 = require("react/jsx-runtime");
5508
- var states22 = [
5567
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5568
+ var states24 = [
5509
5569
  States.hover,
5510
5570
  States.focus,
5511
5571
  States.active,
@@ -5554,21 +5614,21 @@ var CalendarCell = (props) => {
5554
5614
  }
5555
5615
  ];
5556
5616
  if (headerCell) {
5557
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5617
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5558
5618
  }
5559
5619
  if (weekCell) {
5560
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5620
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5561
5621
  }
5562
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-link", children: text }) });
5622
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-link", children: text }) });
5563
5623
  };
5564
5624
 
5565
5625
  // src/calendar/calendar-header.tsx
5566
- var import_jsx_runtime50 = require("react/jsx-runtime");
5626
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5567
5627
  var className13 = `k-calendar-header`;
5568
- var options21 = {
5628
+ var options23 = {
5569
5629
  size: [Size.small, Size.medium, Size.large]
5570
5630
  };
5571
- var defaultProps19 = {
5631
+ var defaultProps21 = {
5572
5632
  calendarHeaderText: "October 2021",
5573
5633
  showToday: true,
5574
5634
  orientation: "horizontal",
@@ -5576,16 +5636,16 @@ var defaultProps19 = {
5576
5636
  };
5577
5637
  var CalendarHeader = (props) => {
5578
5638
  const {
5579
- calendarHeaderText = defaultProps19.calendarHeaderText,
5580
- showToday = defaultProps19.showToday,
5581
- orientation = defaultProps19.orientation,
5582
- size = defaultProps19.size,
5639
+ calendarHeaderText = defaultProps21.calendarHeaderText,
5640
+ showToday = defaultProps21.showToday,
5641
+ orientation = defaultProps21.orientation,
5642
+ size = defaultProps21.size,
5583
5643
  dir,
5584
5644
  ...other
5585
5645
  } = props;
5586
5646
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5587
5647
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5588
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5648
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5589
5649
  "div",
5590
5650
  {
5591
5651
  ...other,
@@ -5597,12 +5657,12 @@ var CalendarHeader = (props) => {
5597
5657
  }
5598
5658
  ),
5599
5659
  children: [
5600
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5601
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-spacer" }),
5602
- /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("span", { className: "k-calendar-nav", children: [
5603
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5604
- showToday && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5605
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5660
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5661
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-spacer" }),
5662
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("span", { className: "k-calendar-nav", children: [
5663
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5664
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5665
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5606
5666
  ] })
5607
5667
  ]
5608
5668
  }
@@ -5610,12 +5670,12 @@ var CalendarHeader = (props) => {
5610
5670
  };
5611
5671
 
5612
5672
  // src/calendar/calendar-footer.tsx
5613
- var import_jsx_runtime51 = require("react/jsx-runtime");
5673
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5614
5674
  var className14 = `k-calendar-footer`;
5615
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5675
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5616
5676
 
5617
5677
  // src/calendar/calendar-table.tsx
5618
- var import_jsx_runtime52 = require("react/jsx-runtime");
5678
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5619
5679
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5620
5680
  var CalendarTable = (props) => {
5621
5681
  const {
@@ -5627,7 +5687,7 @@ var CalendarTable = (props) => {
5627
5687
  ...other
5628
5688
  } = props;
5629
5689
  if (calendarView === "year") {
5630
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5690
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5631
5691
  "table",
5632
5692
  {
5633
5693
  ...other,
@@ -5636,25 +5696,25 @@ var CalendarTable = (props) => {
5636
5696
  CALENDARTABLE_CLASSNAME
5637
5697
  ),
5638
5698
  children: [
5639
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5640
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5641
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5642
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Jan" }),
5643
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Feb" }),
5644
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Mar" }),
5645
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Apr" })
5699
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5700
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5701
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5702
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Jan" }),
5703
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Feb" }),
5704
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Mar" }),
5705
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Apr" })
5646
5706
  ] }),
5647
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5648
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "May" }),
5649
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Jun", hover: true }),
5650
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Jul", focus: true }),
5651
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Au", selected: true })
5707
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5708
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "May" }),
5709
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Jun", hover: true }),
5710
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Jul", focus: true }),
5711
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Au", selected: true })
5652
5712
  ] }),
5653
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5654
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Sep" }),
5655
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Oct", today: true }),
5656
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Nov" }),
5657
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "Dec" })
5713
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5714
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Sep" }),
5715
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Oct", today: true }),
5716
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Nov" }),
5717
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "Dec" })
5658
5718
  ] })
5659
5719
  ] })
5660
5720
  ]
@@ -5662,7 +5722,7 @@ var CalendarTable = (props) => {
5662
5722
  );
5663
5723
  }
5664
5724
  if (calendarView === "decade") {
5665
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5725
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5666
5726
  "table",
5667
5727
  {
5668
5728
  ...other,
@@ -5671,25 +5731,25 @@ var CalendarTable = (props) => {
5671
5731
  CALENDARTABLE_CLASSNAME
5672
5732
  ),
5673
5733
  children: [
5674
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5675
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5676
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5677
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { className: "k-out-of-range" }),
5678
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2020" }),
5679
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2021", today: true }),
5680
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2022" })
5734
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5735
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5736
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5737
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { className: "k-out-of-range" }),
5738
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2020" }),
5739
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2021", today: true }),
5740
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2022" })
5681
5741
  ] }),
5682
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5683
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2023" }),
5684
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2024", hover: true }),
5685
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2025", focus: true }),
5686
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2026", selected: true })
5742
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5743
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2023" }),
5744
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2024", hover: true }),
5745
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2025", focus: true }),
5746
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2026", selected: true })
5687
5747
  ] }),
5688
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5689
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2027" }),
5690
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2028" }),
5691
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2029" }),
5692
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { className: "k-out-of-range" })
5748
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5749
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2027" }),
5750
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2028" }),
5751
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2029" }),
5752
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { className: "k-out-of-range" })
5693
5753
  ] })
5694
5754
  ] })
5695
5755
  ]
@@ -5697,7 +5757,7 @@ var CalendarTable = (props) => {
5697
5757
  );
5698
5758
  }
5699
5759
  if (calendarView === "century") {
5700
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5760
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5701
5761
  "table",
5702
5762
  {
5703
5763
  ...other,
@@ -5706,32 +5766,32 @@ var CalendarTable = (props) => {
5706
5766
  CALENDARTABLE_CLASSNAME
5707
5767
  ),
5708
5768
  children: [
5709
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5710
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5711
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5712
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "1990 - 1999" }),
5713
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2000 - 2009" }),
5714
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5715
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2020 - 2029" })
5769
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5770
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5771
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5772
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "1990 - 1999" }),
5773
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2000 - 2009" }),
5774
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5775
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2020 - 2029" })
5716
5776
  ] }),
5717
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5718
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2030 - 2039" }),
5719
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5720
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5721
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5777
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5778
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2030 - 2039" }),
5779
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5780
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5781
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5722
5782
  ] }),
5723
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5724
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2070 - 2079" }),
5725
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2080 - 2089" }),
5726
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2090 - 2099" }),
5727
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { className: "k-out-of-range" })
5783
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5784
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2070 - 2079" }),
5785
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2080 - 2089" }),
5786
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2090 - 2099" }),
5787
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { className: "k-out-of-range" })
5728
5788
  ] })
5729
5789
  ] })
5730
5790
  ]
5731
5791
  }
5732
5792
  );
5733
5793
  }
5734
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5794
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5735
5795
  "table",
5736
5796
  {
5737
5797
  ...other,
@@ -5740,68 +5800,68 @@ var CalendarTable = (props) => {
5740
5800
  CALENDARTABLE_CLASSNAME
5741
5801
  ),
5742
5802
  children: [
5743
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5744
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarTableHead, { showWeek }),
5745
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5746
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5747
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "39", weekCell: true }),
5748
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5749
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "1" }),
5750
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2" }),
5751
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "3" }),
5752
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "4" }),
5753
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "5" }),
5754
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "6", weekend: true })
5803
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5804
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarTableHead, { showWeek }),
5805
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5806
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5807
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "39", weekCell: true }),
5808
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5809
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "1" }),
5810
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2" }),
5811
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "3" }),
5812
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "4" }),
5813
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "5" }),
5814
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "6", weekend: true })
5755
5815
  ] }),
5756
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5757
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "40", weekCell: true }),
5758
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "7", weekend: true }),
5759
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "8", hover: true }),
5760
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "9", focus: true }),
5761
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "10", selected: true }),
5762
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5763
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5764
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "13", weekend: true })
5816
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5817
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "40", weekCell: true }),
5818
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "7", weekend: true }),
5819
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "8", hover: true }),
5820
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "9", focus: true }),
5821
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "10", selected: true }),
5822
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5823
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5824
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "13", weekend: true })
5765
5825
  ] }),
5766
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5767
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "41", weekCell: true }),
5768
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "14", weekend: true }),
5769
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "15" }),
5770
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "16", today: true }),
5771
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "17" }),
5772
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "18" }),
5773
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "19" }),
5774
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "20", weekend: true })
5826
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5827
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "41", weekCell: true }),
5828
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "14", weekend: true }),
5829
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "15" }),
5830
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "16", today: true }),
5831
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "17" }),
5832
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "18" }),
5833
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "19" }),
5834
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "20", weekend: true })
5775
5835
  ] }),
5776
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5777
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "42", weekCell: true }),
5778
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "21", weekend: true }),
5779
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "22" }),
5780
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "23" }),
5781
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "24" }),
5782
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5783
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5784
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5836
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5837
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "42", weekCell: true }),
5838
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "21", weekend: true }),
5839
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "22" }),
5840
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "23" }),
5841
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "24" }),
5842
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5843
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5844
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5785
5845
  ] }),
5786
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5787
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "43", weekCell: true }),
5788
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5789
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5790
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "30" }),
5791
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "31" }),
5792
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5793
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5794
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5846
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5847
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "43", weekCell: true }),
5848
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5849
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5850
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "30" }),
5851
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "31" }),
5852
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5853
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5854
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5795
5855
  ] }),
5796
- /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("tr", { className: "k-calendar-tr", children: [
5797
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "44", weekCell: true }),
5798
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5799
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5800
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5801
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5802
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5803
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5804
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5856
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-calendar-tr", children: [
5857
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "44", weekCell: true }),
5858
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5859
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5860
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5861
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5862
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5863
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5864
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5805
5865
  ] })
5806
5866
  ] })
5807
5867
  ]
@@ -5810,52 +5870,52 @@ var CalendarTable = (props) => {
5810
5870
  };
5811
5871
 
5812
5872
  // src/calendar/calendar-table-head.tsx
5813
- var import_jsx_runtime53 = require("react/jsx-runtime");
5873
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5814
5874
  var className15 = `k-calendar-thead`;
5815
5875
  var CalendarTableHead = (props) => {
5816
5876
  const {
5817
5877
  showWeek,
5818
5878
  ...other
5819
5879
  } = props;
5820
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5880
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5821
5881
  "thead",
5822
5882
  {
5823
5883
  ...other,
5824
5884
  className: classNames(props.className, className15),
5825
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-calendar-tr", children: [
5826
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5827
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5828
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5829
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5830
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CalendarCell, { text: "We", headerCell: true }),
5831
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5832
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5833
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5885
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("tr", { className: "k-calendar-tr", children: [
5886
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5887
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5888
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5889
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5890
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(CalendarCell, { text: "We", headerCell: true }),
5891
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5892
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5893
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5834
5894
  ] })
5835
5895
  }
5836
5896
  );
5837
5897
  };
5838
5898
 
5839
5899
  // src/calendar/calendar-view.tsx
5840
- var import_jsx_runtime54 = require("react/jsx-runtime");
5900
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5841
5901
  var className16 = `k-calendar-view`;
5842
- var defaultProps20 = {
5902
+ var defaultProps22 = {
5843
5903
  viewsCount: 1,
5844
5904
  orientation: "horizontal",
5845
5905
  calendarView: "month"
5846
5906
  };
5847
5907
  var CalendarView = (props) => {
5848
5908
  const {
5849
- orientation = defaultProps20.orientation,
5850
- calendarView = defaultProps20.calendarView,
5851
- viewsCount = defaultProps20.viewsCount,
5909
+ orientation = defaultProps22.orientation,
5910
+ calendarView = defaultProps22.calendarView,
5911
+ viewsCount = defaultProps22.viewsCount,
5852
5912
  showWeek,
5853
5913
  showOtherMonth,
5854
5914
  showCalendarCaption,
5855
5915
  selectedRange,
5856
5916
  ...other
5857
5917
  } = props;
5858
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5918
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5859
5919
  "div",
5860
5920
  {
5861
5921
  ...other,
@@ -5871,7 +5931,7 @@ var CalendarView = (props) => {
5871
5931
  }
5872
5932
  ),
5873
5933
  children: [...Array(viewsCount)].map(
5874
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5934
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5875
5935
  CalendarTable,
5876
5936
  {
5877
5937
  calendarView,
@@ -5888,11 +5948,11 @@ var CalendarView = (props) => {
5888
5948
  };
5889
5949
 
5890
5950
  // src/action-sheet/action-sheet.spec.tsx
5891
- var import_jsx_runtime55 = require("react/jsx-runtime");
5951
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5892
5952
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5893
- var states23 = [];
5894
- var options22 = {};
5895
- var defaultProps21 = {
5953
+ var states25 = [];
5954
+ var options24 = {};
5955
+ var defaultProps23 = {
5896
5956
  side: "bottom",
5897
5957
  fullscreen: false,
5898
5958
  adaptive: false,
@@ -5905,14 +5965,14 @@ var ActionSheet = (props) => {
5905
5965
  header,
5906
5966
  footer,
5907
5967
  actions,
5908
- side = defaultProps21.side,
5909
- fullscreen = defaultProps21.fullscreen,
5910
- adaptive = defaultProps21.adaptive,
5911
- overlay = defaultProps21.overlay,
5968
+ side = defaultProps23.side,
5969
+ fullscreen = defaultProps23.fullscreen,
5970
+ adaptive = defaultProps23.adaptive,
5971
+ overlay = defaultProps23.overlay,
5912
5972
  ...other
5913
5973
  } = props;
5914
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5915
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5974
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5975
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5916
5976
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5917
5977
  switch (child.type) {
5918
5978
  case ActionSheetHeader:
@@ -5922,10 +5982,10 @@ var ActionSheet = (props) => {
5922
5982
  return true;
5923
5983
  }
5924
5984
  return true;
5925
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, {});
5926
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-actionsheet-container", children: [
5927
- overlay && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-overlay" }),
5928
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5985
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_jsx_runtime57.Fragment, {});
5986
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-actionsheet-container", children: [
5987
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-overlay" }),
5988
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5929
5989
  AnimationContainer,
5930
5990
  {
5931
5991
  animationStyle: {
@@ -5935,7 +5995,7 @@ var ActionSheet = (props) => {
5935
5995
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5936
5996
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5937
5997
  },
5938
- children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5998
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5939
5999
  "div",
5940
6000
  {
5941
6001
  ...other,
@@ -5948,9 +6008,9 @@ var ActionSheet = (props) => {
5948
6008
  "k-adaptive-actionsheet": adaptive
5949
6009
  }
5950
6010
  ),
5951
- children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6011
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
5952
6012
  _ActionSheetHeader,
5953
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(
6013
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: classNames(
5954
6014
  "k-actionsheet-content",
5955
6015
  {
5956
6016
  "!k-overflow-hidden": adaptive
@@ -5964,13 +6024,13 @@ var ActionSheet = (props) => {
5964
6024
  )
5965
6025
  ] });
5966
6026
  };
5967
- ActionSheet.states = states23;
5968
- ActionSheet.options = options22;
6027
+ ActionSheet.states = states25;
6028
+ ActionSheet.options = options24;
5969
6029
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5970
- ActionSheet.defaultProps = defaultProps21;
6030
+ ActionSheet.defaultProps = defaultProps23;
5971
6031
 
5972
6032
  // src/action-sheet/actionsheet-header.tsx
5973
- var import_jsx_runtime56 = require("react/jsx-runtime");
6033
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5974
6034
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5975
6035
  var ActionSheetHeader = (props) => {
5976
6036
  const {
@@ -5980,7 +6040,7 @@ var ActionSheetHeader = (props) => {
5980
6040
  filter,
5981
6041
  ...other
5982
6042
  } = props;
5983
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6043
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5984
6044
  "div",
5985
6045
  {
5986
6046
  ...other,
@@ -5988,37 +6048,37 @@ var ActionSheetHeader = (props) => {
5988
6048
  props.className,
5989
6049
  ACTIONSHEETHEADER_CLASSNAME
5990
6050
  ),
5991
- children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
5992
- /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5993
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-actionsheet-title", children: [
5994
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-text-center", children: title }),
5995
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6051
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
6052
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6053
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-actionsheet-title", children: [
6054
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-text-center", children: title }),
6055
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5996
6056
  ] }) }),
5997
- props.children && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5998
- actions && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6057
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6058
+ actions && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5999
6059
  ] }),
6000
- filter && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6060
+ filter && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6001
6061
  ] })
6002
6062
  }
6003
6063
  );
6004
6064
  };
6005
6065
 
6006
6066
  // src/action-buttons/action-buttons.spec.tsx
6007
- var import_jsx_runtime57 = require("react/jsx-runtime");
6067
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6008
6068
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6009
- var states24 = [];
6010
- var options23 = {};
6011
- var defaultProps22 = {
6069
+ var states26 = [];
6070
+ var options25 = {};
6071
+ var defaultProps24 = {
6012
6072
  alignment: "start",
6013
6073
  orientation: "horizontal"
6014
6074
  };
6015
6075
  var ActionButtons = (props) => {
6016
6076
  const {
6017
- alignment = defaultProps22.alignment,
6018
- orientation = defaultProps22.orientation,
6077
+ alignment = defaultProps24.alignment,
6078
+ orientation = defaultProps24.orientation,
6019
6079
  ...other
6020
6080
  } = props;
6021
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6081
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6022
6082
  "div",
6023
6083
  {
6024
6084
  ...other,
@@ -6034,21 +6094,21 @@ var ActionButtons = (props) => {
6034
6094
  }
6035
6095
  );
6036
6096
  };
6037
- ActionButtons.states = states24;
6038
- ActionButtons.options = options23;
6097
+ ActionButtons.states = states26;
6098
+ ActionButtons.options = options25;
6039
6099
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6040
- ActionButtons.defaultProps = defaultProps22;
6100
+ ActionButtons.defaultProps = defaultProps24;
6041
6101
  var action_buttons_spec_default = ActionButtons;
6042
6102
 
6043
6103
  // src/action-sheet/actionsheet-footer.tsx
6044
- var import_jsx_runtime58 = require("react/jsx-runtime");
6104
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6045
6105
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6046
6106
  var ActionSheetFooter = (props) => {
6047
6107
  const {
6048
6108
  actions,
6049
6109
  ...other
6050
6110
  } = props;
6051
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6111
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6052
6112
  action_buttons_spec_default,
6053
6113
  {
6054
6114
  ...other,
@@ -6057,17 +6117,17 @@ var ActionSheetFooter = (props) => {
6057
6117
  ACTIONSHEETFOOTER_CLASSNAME
6058
6118
  ),
6059
6119
  alignment: "stretched",
6060
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
6120
+ children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
6061
6121
  actions && actions.map((action, index) => {
6062
6122
  if (action === "|") {
6063
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-separator" }, index);
6123
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-separator" }, index);
6064
6124
  }
6065
6125
  if (action === " ") {
6066
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-spacer" }, index);
6126
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-spacer" }, index);
6067
6127
  }
6068
6128
  const importantFlag = action.startsWith("!");
6069
6129
  const actionName = importantFlag ? action.substring(1) : action;
6070
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6130
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6071
6131
  }),
6072
6132
  !actions && props.children
6073
6133
  ] })
@@ -6076,12 +6136,12 @@ var ActionSheetFooter = (props) => {
6076
6136
  };
6077
6137
 
6078
6138
  // src/action-sheet/actionsheet-items.tsx
6079
- var import_jsx_runtime59 = require("react/jsx-runtime");
6139
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6080
6140
  var ActionSheetItems = (props) => {
6081
6141
  const {
6082
6142
  ...other
6083
6143
  } = props;
6084
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6144
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6085
6145
  "div",
6086
6146
  {
6087
6147
  ...other,
@@ -6095,8 +6155,8 @@ var ActionSheetItems = (props) => {
6095
6155
  };
6096
6156
 
6097
6157
  // src/action-sheet/actionsheet-item.tsx
6098
- var import_jsx_runtime60 = require("react/jsx-runtime");
6099
- var states25 = [
6158
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6159
+ var states27 = [
6100
6160
  States.hover,
6101
6161
  States.focus,
6102
6162
  States.selected,
@@ -6104,9 +6164,9 @@ var states25 = [
6104
6164
  ];
6105
6165
 
6106
6166
  // src/datepicker/datepicker.spec.tsx
6107
- var import_jsx_runtime61 = require("react/jsx-runtime");
6167
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6108
6168
  var DATEPICKER_CLASSNAME = `k-datepicker`;
6109
- var states26 = [
6169
+ var states28 = [
6110
6170
  States.hover,
6111
6171
  States.focus,
6112
6172
  States.valid,
@@ -6116,12 +6176,12 @@ var states26 = [
6116
6176
  States.loading,
6117
6177
  States.readonly
6118
6178
  ];
6119
- var options24 = {
6179
+ var options26 = {
6120
6180
  size: [Size.small, Size.medium, Size.large],
6121
6181
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6122
6182
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6123
6183
  };
6124
- var defaultProps23 = {
6184
+ var defaultProps25 = {
6125
6185
  size: Input.defaultProps.size,
6126
6186
  rounded: Input.defaultProps.rounded,
6127
6187
  fillMode: Input.defaultProps.fillMode
@@ -6149,8 +6209,8 @@ var DatePicker = (props) => {
6149
6209
  dir,
6150
6210
  ...other
6151
6211
  } = props;
6152
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
6153
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
6212
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_jsx_runtime63.Fragment, { children: [
6213
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
6154
6214
  Input,
6155
6215
  {
6156
6216
  ...other,
@@ -6168,9 +6228,9 @@ var DatePicker = (props) => {
6168
6228
  readonly,
6169
6229
  className: classNames(props.className, DATEPICKER_CLASSNAME),
6170
6230
  children: [
6171
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputPrefix, { children: prefix }),
6172
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputInnerInput, { placeholder, value }),
6173
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6231
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputPrefix, { children: prefix }),
6232
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputInnerInput, { placeholder, value }),
6233
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6174
6234
  InputValidationIcon,
6175
6235
  {
6176
6236
  valid,
@@ -6179,14 +6239,14 @@ var DatePicker = (props) => {
6179
6239
  disabled
6180
6240
  }
6181
6241
  ),
6182
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6242
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6183
6243
  InputLoadingIcon,
6184
6244
  {
6185
6245
  loading,
6186
6246
  disabled
6187
6247
  }
6188
6248
  ),
6189
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6249
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6190
6250
  InputClearValue,
6191
6251
  {
6192
6252
  loading,
@@ -6195,8 +6255,8 @@ var DatePicker = (props) => {
6195
6255
  value
6196
6256
  }
6197
6257
  ),
6198
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputSuffix, { children: suffix }),
6199
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6258
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputSuffix, { children: suffix }),
6259
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6200
6260
  Button,
6201
6261
  {
6202
6262
  className: "k-input-button",
@@ -6209,9 +6269,9 @@ var DatePicker = (props) => {
6209
6269
  ]
6210
6270
  }
6211
6271
  ),
6212
- opened && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Calendar, { dir }) }),
6213
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6214
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6272
+ opened && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Calendar, { dir }) }),
6273
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6274
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6215
6275
  ActionSheetHeader,
6216
6276
  {
6217
6277
  actions: ["x"],
@@ -6219,43 +6279,43 @@ var DatePicker = (props) => {
6219
6279
  subTitle: "DD / MM / YY"
6220
6280
  }
6221
6281
  ),
6222
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Calendar, { size: "large" })
6282
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Calendar, { size: "large" })
6223
6283
  ] })
6224
6284
  ] });
6225
6285
  };
6226
- DatePicker.states = states26;
6227
- DatePicker.options = options24;
6286
+ DatePicker.states = states28;
6287
+ DatePicker.options = options26;
6228
6288
  DatePicker.className = DATEPICKER_CLASSNAME;
6229
- DatePicker.defaultProps = defaultProps23;
6289
+ DatePicker.defaultProps = defaultProps25;
6230
6290
 
6231
6291
  // src/datepicker/templates/datepicker-normal.tsx
6232
- var import_jsx_runtime62 = require("react/jsx-runtime");
6292
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6233
6293
 
6234
6294
  // src/datepicker/templates/datepicker-popup.tsx
6235
- var import_jsx_runtime63 = require("react/jsx-runtime");
6295
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6236
6296
 
6237
6297
  // src/datepicker/templates/datepicker-adaptive.tsx
6238
- var import_jsx_runtime64 = require("react/jsx-runtime");
6298
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6239
6299
 
6240
6300
  // src/spinbutton/spinbutton.spec.tsx
6241
- var import_jsx_runtime65 = require("react/jsx-runtime");
6301
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6242
6302
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
6243
- var states27 = [];
6244
- var options25 = {
6303
+ var states29 = [];
6304
+ var options27 = {
6245
6305
  size: [Size.small, Size.medium, Size.large],
6246
6306
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6247
6307
  };
6248
- var defaultProps24 = {
6308
+ var defaultProps26 = {
6249
6309
  size: Size.medium,
6250
6310
  fillMode: FillMode.solid
6251
6311
  };
6252
6312
  var SpinButton = (props) => {
6253
6313
  const {
6254
- size = defaultProps24.size,
6255
- fillMode = defaultProps24.fillMode,
6314
+ size = defaultProps26.size,
6315
+ fillMode = defaultProps26.fillMode,
6256
6316
  ...other
6257
6317
  } = props;
6258
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6318
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6259
6319
  "span",
6260
6320
  {
6261
6321
  ...other,
@@ -6264,7 +6324,7 @@ var SpinButton = (props) => {
6264
6324
  props.className
6265
6325
  ),
6266
6326
  children: [
6267
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6327
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6268
6328
  Button,
6269
6329
  {
6270
6330
  className: "k-spinner-increase",
@@ -6274,7 +6334,7 @@ var SpinButton = (props) => {
6274
6334
  fillMode
6275
6335
  }
6276
6336
  ),
6277
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6337
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6278
6338
  Button,
6279
6339
  {
6280
6340
  className: "k-spinner-decrease",
@@ -6288,15 +6348,15 @@ var SpinButton = (props) => {
6288
6348
  }
6289
6349
  );
6290
6350
  };
6291
- SpinButton.states = states27;
6292
- SpinButton.options = options25;
6351
+ SpinButton.states = states29;
6352
+ SpinButton.options = options27;
6293
6353
  SpinButton.className = SPINBUTTON_CLASSNAME;
6294
- SpinButton.defaultProps = defaultProps24;
6354
+ SpinButton.defaultProps = defaultProps26;
6295
6355
 
6296
6356
  // src/numerictextbox/numerictextbox.spec.tsx
6297
- var import_jsx_runtime66 = require("react/jsx-runtime");
6357
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6298
6358
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6299
- var states28 = [
6359
+ var states30 = [
6300
6360
  States.hover,
6301
6361
  States.focus,
6302
6362
  States.valid,
@@ -6306,12 +6366,12 @@ var states28 = [
6306
6366
  States.disabled,
6307
6367
  States.readonly
6308
6368
  ];
6309
- var options26 = {
6369
+ var options28 = {
6310
6370
  size: [Size.small, Size.medium, Size.large],
6311
6371
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6312
6372
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6313
6373
  };
6314
- var defaultProps25 = {
6374
+ var defaultProps27 = {
6315
6375
  showSpinButton: true,
6316
6376
  showClearButton: true,
6317
6377
  size: Input.defaultProps.size,
@@ -6333,11 +6393,11 @@ var NumericTextbox = (props) => {
6333
6393
  loading,
6334
6394
  disabled,
6335
6395
  readonly,
6336
- showClearButton = defaultProps25.showClearButton,
6337
- showSpinButton = defaultProps25.showSpinButton,
6396
+ showClearButton = defaultProps27.showClearButton,
6397
+ showSpinButton = defaultProps27.showSpinButton,
6338
6398
  ...other
6339
6399
  } = props;
6340
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6400
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6341
6401
  Input,
6342
6402
  {
6343
6403
  ...other,
@@ -6354,8 +6414,8 @@ var NumericTextbox = (props) => {
6354
6414
  readonly,
6355
6415
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6356
6416
  children: [
6357
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputInnerInput, { placeholder, value }),
6358
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6417
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
6418
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6359
6419
  InputValidationIcon,
6360
6420
  {
6361
6421
  valid,
@@ -6364,14 +6424,14 @@ var NumericTextbox = (props) => {
6364
6424
  disabled
6365
6425
  }
6366
6426
  ),
6367
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6427
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6368
6428
  InputLoadingIcon,
6369
6429
  {
6370
6430
  loading,
6371
6431
  disabled
6372
6432
  }
6373
6433
  ),
6374
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6434
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6375
6435
  InputClearValue,
6376
6436
  {
6377
6437
  loading,
@@ -6380,7 +6440,7 @@ var NumericTextbox = (props) => {
6380
6440
  value
6381
6441
  }
6382
6442
  ),
6383
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6443
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6384
6444
  SpinButton,
6385
6445
  {
6386
6446
  className: "k-input-spinner",
@@ -6392,18 +6452,18 @@ var NumericTextbox = (props) => {
6392
6452
  }
6393
6453
  );
6394
6454
  };
6395
- NumericTextbox.states = states28;
6396
- NumericTextbox.options = options26;
6455
+ NumericTextbox.states = states30;
6456
+ NumericTextbox.options = options28;
6397
6457
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6398
- NumericTextbox.defaultProps = defaultProps25;
6458
+ NumericTextbox.defaultProps = defaultProps27;
6399
6459
 
6400
6460
  // src/numerictextbox/templates/numerictextbox-normal.tsx
6401
- var import_jsx_runtime67 = require("react/jsx-runtime");
6461
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6402
6462
 
6403
6463
  // src/textbox/textbox.spec.tsx
6404
- var import_jsx_runtime68 = require("react/jsx-runtime");
6464
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6405
6465
  var TEXTBOX_CLASSNAME = `k-textbox`;
6406
- var states29 = [
6466
+ var states31 = [
6407
6467
  States.hover,
6408
6468
  States.focus,
6409
6469
  States.valid,
@@ -6413,12 +6473,12 @@ var states29 = [
6413
6473
  States.loading,
6414
6474
  States.readonly
6415
6475
  ];
6416
- var options27 = {
6476
+ var options29 = {
6417
6477
  size: [Size.small, Size.medium, Size.large],
6418
6478
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6419
6479
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6420
6480
  };
6421
- var defaultProps26 = {
6481
+ var defaultProps28 = {
6422
6482
  showClearButton: true,
6423
6483
  size: Input.defaultProps.size,
6424
6484
  rounded: Input.defaultProps.rounded,
@@ -6441,10 +6501,10 @@ var Textbox = (props) => {
6441
6501
  loading,
6442
6502
  disabled,
6443
6503
  readonly,
6444
- showClearButton = defaultProps26.showClearButton,
6504
+ showClearButton = defaultProps28.showClearButton,
6445
6505
  ...other
6446
6506
  } = props;
6447
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6507
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
6448
6508
  Input,
6449
6509
  {
6450
6510
  ...other,
@@ -6461,9 +6521,9 @@ var Textbox = (props) => {
6461
6521
  readonly,
6462
6522
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6463
6523
  children: [
6464
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputPrefix, { children: prefix }),
6465
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
6466
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6524
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(InputPrefix, { children: prefix }),
6525
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(InputInnerInput, { placeholder, value }),
6526
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6467
6527
  InputValidationIcon,
6468
6528
  {
6469
6529
  valid,
@@ -6472,14 +6532,14 @@ var Textbox = (props) => {
6472
6532
  disabled
6473
6533
  }
6474
6534
  ),
6475
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6535
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6476
6536
  InputLoadingIcon,
6477
6537
  {
6478
6538
  loading,
6479
6539
  disabled
6480
6540
  }
6481
6541
  ),
6482
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6542
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6483
6543
  InputClearValue,
6484
6544
  {
6485
6545
  loading,
@@ -6488,155 +6548,155 @@ var Textbox = (props) => {
6488
6548
  value
6489
6549
  }
6490
6550
  ),
6491
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputSuffix, { children: suffix })
6551
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(InputSuffix, { children: suffix })
6492
6552
  ]
6493
6553
  }
6494
6554
  );
6495
6555
  };
6496
- Textbox.states = states29;
6497
- Textbox.options = options27;
6556
+ Textbox.states = states31;
6557
+ Textbox.options = options29;
6498
6558
  Textbox.className = TEXTBOX_CLASSNAME;
6499
- Textbox.defaultProps = defaultProps26;
6559
+ Textbox.defaultProps = defaultProps28;
6500
6560
 
6501
6561
  // src/textbox/templates/textbox-normal.tsx
6502
- var import_jsx_runtime69 = require("react/jsx-runtime");
6562
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6503
6563
 
6504
6564
  // src/textbox/templates/textbox-prefix.tsx
6505
- var import_jsx_runtime70 = require("react/jsx-runtime");
6565
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6506
6566
 
6507
6567
  // src/textbox/templates/textbox-suffix.tsx
6508
- var import_jsx_runtime71 = require("react/jsx-runtime");
6568
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6509
6569
 
6510
6570
  // src/treelist/tests/treelist-react.tsx
6511
- var import_jsx_runtime72 = require("react/jsx-runtime");
6512
- var treelist_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(import_jsx_runtime72.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("section", { children: [
6513
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { children: "React Treelist" }),
6514
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-grid k-grid-md k-treelist-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
6515
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("colgroup", { children: [
6516
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { style: { width: "200px" } }),
6517
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { style: { width: "300px" } }),
6518
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { style: { width: "100px" } }),
6519
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { style: { width: "400px" } }),
6520
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { style: { width: "100px" } })
6571
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6572
+ var treelist_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(import_jsx_runtime74.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("section", { children: [
6573
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { children: "React Treelist" }),
6574
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "k-grid k-grid-md k-treelist-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
6575
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("colgroup", { children: [
6576
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("col", { style: { width: "200px" } }),
6577
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("col", { style: { width: "300px" } }),
6578
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("col", { style: { width: "100px" } }),
6579
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("col", { style: { width: "400px" } }),
6580
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("col", { style: { width: "100px" } })
6521
6581
  ] }),
6522
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("thead", { className: "k-table-thead k-grid-header", children: [
6523
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row", children: [
6524
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("a", { className: "k-link", children: "id" }) }),
6525
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("a", { className: "k-link", children: "text" }) }),
6526
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("a", { className: "k-link", children: "price" }) }),
6527
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("a", { className: "k-link", children: "manufactured" }) }),
6528
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("a", { className: "k-link", children: "discontinued" }) })
6582
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("thead", { className: "k-table-thead k-grid-header", children: [
6583
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row", children: [
6584
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("a", { className: "k-link", children: "id" }) }),
6585
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("a", { className: "k-link", children: "text" }) }),
6586
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("a", { className: "k-link", children: "price" }) }),
6587
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("a", { className: "k-link", children: "manufactured" }) }),
6588
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("a", { className: "k-link", children: "discontinued" }) })
6529
6589
  ] }),
6530
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
6531
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th" }),
6532
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("span", { children: [
6533
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Textbox, {}),
6534
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6535
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { icon: "filter-clear", disabled: true })
6590
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
6591
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th" }),
6592
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("span", { children: [
6593
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Textbox, {}),
6594
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6595
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { icon: "filter-clear", disabled: true })
6536
6596
  ] }) }) }),
6537
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("span", { children: [
6538
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(NumericTextbox, {}),
6539
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6540
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { icon: "filter-clear", disabled: true })
6597
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("span", { children: [
6598
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(NumericTextbox, {}),
6599
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6600
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { icon: "filter-clear", disabled: true })
6541
6601
  ] }) }) }),
6542
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("span", { children: [
6543
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DatePicker, {}),
6544
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6545
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { icon: "filter-clear", disabled: true })
6602
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("span", { children: [
6603
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(DatePicker, {}),
6604
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6605
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { icon: "filter-clear", disabled: true })
6546
6606
  ] }) }) }),
6547
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("span", { children: [
6548
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6549
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { icon: "filter-clear", disabled: true })
6607
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("span", { children: [
6608
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6609
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { icon: "filter-clear", disabled: true })
6550
6610
  ] }) }) })
6551
6611
  ] })
6552
6612
  ] }),
6553
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tbody", { className: "k-table-tbody", children: [
6554
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6555
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("td", { className: "k-table-td", children: [
6556
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6613
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tbody", { className: "k-table-tbody", children: [
6614
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6615
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("td", { className: "k-table-td", children: [
6616
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6557
6617
  "1"
6558
6618
  ] }),
6559
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "Furniture" }),
6560
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "4" }),
6561
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6562
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "false" })
6619
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "Furniture" }),
6620
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "4" }),
6621
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6622
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "false" })
6563
6623
  ] }),
6564
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6565
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("td", { className: "k-table-td", children: [
6566
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6567
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6624
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6625
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("td", { className: "k-table-td", children: [
6626
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6627
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6568
6628
  "1.1"
6569
6629
  ] }),
6570
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "Tables & Chairs" }),
6571
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "123" }),
6572
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6573
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "false" })
6630
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "Tables & Chairs" }),
6631
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "123" }),
6632
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6633
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "false" })
6574
6634
  ] }),
6575
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6576
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("td", { className: "k-table-td", children: [
6577
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6578
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6635
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6636
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("td", { className: "k-table-td", children: [
6637
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6638
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6579
6639
  "1.2"
6580
6640
  ] }),
6581
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "Sofas" }),
6582
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "213" }),
6583
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6584
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "true" })
6641
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "Sofas" }),
6642
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "213" }),
6643
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6644
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "true" })
6585
6645
  ] }),
6586
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6587
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("td", { className: "k-table-td", children: [
6588
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6589
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6646
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6647
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("td", { className: "k-table-td", children: [
6648
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6649
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6590
6650
  "1.3"
6591
6651
  ] }),
6592
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "Occasional Furniture" }),
6593
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "42" }),
6594
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6595
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "false" })
6652
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "Occasional Furniture" }),
6653
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "42" }),
6654
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6655
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "false" })
6596
6656
  ] }),
6597
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6598
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("td", { className: "k-table-td", children: [
6599
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6657
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6658
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("td", { className: "k-table-td", children: [
6659
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6600
6660
  "2"
6601
6661
  ] }),
6602
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "Decor" }),
6603
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "2" }),
6604
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6605
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "false" })
6662
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "Decor" }),
6663
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "2" }),
6664
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6665
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "false" })
6606
6666
  ] }),
6607
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6608
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("td", { className: "k-table-td", children: [
6609
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6610
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6667
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6668
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("td", { className: "k-table-td", children: [
6669
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6670
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6611
6671
  "2.1"
6612
6672
  ] }),
6613
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "Bed Linen" }),
6614
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "12" }),
6615
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6616
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "false" })
6673
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "Bed Linen" }),
6674
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "12" }),
6675
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6676
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "false" })
6617
6677
  ] }),
6618
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6619
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("td", { className: "k-table-td", children: [
6620
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6621
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6678
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6679
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("td", { className: "k-table-td", children: [
6680
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6681
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6622
6682
  "2.2"
6623
6683
  ] }),
6624
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "Curtains & Blinds" }),
6625
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "1" }),
6626
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6627
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "true" })
6684
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "Curtains & Blinds" }),
6685
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "1" }),
6686
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6687
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "true" })
6628
6688
  ] }),
6629
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6630
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("td", { className: "k-table-td", children: [
6631
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6632
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6633
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6689
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("tr", { className: "k-table-row k-master-row", children: [
6690
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("td", { className: "k-table-td", children: [
6691
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6692
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6693
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6634
6694
  "2.2.1"
6635
6695
  ] }),
6636
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "Carpets" }),
6637
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "54" }),
6638
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6639
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { className: "k-table-td", children: "true" })
6696
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "Carpets" }),
6697
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "54" }),
6698
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "8/12/1996" }),
6699
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("td", { className: "k-table-td", children: "true" })
6640
6700
  ] })
6641
6701
  ] })
6642
6702
  ] }) })