@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
@@ -4590,16 +4590,76 @@ Checkbox.options = options7;
4590
4590
  Checkbox.className = CHECKBOX_CLASSNAME;
4591
4591
  Checkbox.defaultProps = defaultProps7;
4592
4592
 
4593
- // src/checkbox/templates/checkbox-label.tsx
4593
+ // src/checkbox/checkbox-group.spec.tsx
4594
4594
  var import_jsx_runtime11 = require("react/jsx-runtime");
4595
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4596
+ var states8 = [];
4597
+ var options8 = {};
4598
+ var defaultProps8 = {
4599
+ layout: "vertical"
4600
+ };
4601
+ var CheckboxGroup = (props) => {
4602
+ const {
4603
+ layout = defaultProps8.layout,
4604
+ ...other
4605
+ } = props;
4606
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4607
+ "ul",
4608
+ {
4609
+ ...other,
4610
+ className: classNames(
4611
+ props.className,
4612
+ CHECKBOXGROUP_CLASSNAME,
4613
+ {
4614
+ [`k-list-${layout}`]: layout
4615
+ }
4616
+ ),
4617
+ children: props.children
4618
+ }
4619
+ );
4620
+ };
4621
+ CheckboxGroup.states = states8;
4622
+ CheckboxGroup.options = options8;
4623
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4624
+ CheckboxGroup.defaultProps = defaultProps8;
4595
4625
 
4596
- // src/checkbox/templates/checkbox-normal.tsx
4626
+ // src/checkbox/checkbox-item.spec.tsx
4597
4627
  var import_jsx_runtime12 = require("react/jsx-runtime");
4628
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4629
+ var states9 = [];
4630
+ var options9 = {};
4631
+ var defaultProps9 = {};
4632
+ var CheckboxItem = (props) => {
4633
+ const {
4634
+ ...other
4635
+ } = props;
4636
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4637
+ "li",
4638
+ {
4639
+ ...other,
4640
+ className: classNames(
4641
+ props.className,
4642
+ CHECKBOXITEM_CLASSNAME
4643
+ ),
4644
+ children: props.children
4645
+ }
4646
+ );
4647
+ };
4648
+ CheckboxItem.states = states9;
4649
+ CheckboxItem.options = options9;
4650
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4651
+ CheckboxItem.defaultProps = defaultProps9;
4598
4652
 
4599
- // src/input/input.spec.tsx
4653
+ // src/checkbox/templates/checkbox-with-label.tsx
4600
4654
  var import_jsx_runtime13 = require("react/jsx-runtime");
4655
+
4656
+ // src/checkbox/templates/checkbox-normal.tsx
4657
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4658
+
4659
+ // src/input/input.spec.tsx
4660
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4601
4661
  var INPUT_CLASSNAME = `k-input`;
4602
- var states8 = [
4662
+ var states10 = [
4603
4663
  States.hover,
4604
4664
  States.focus,
4605
4665
  States.valid,
@@ -4609,12 +4669,12 @@ var states8 = [
4609
4669
  States.loading,
4610
4670
  States.readonly
4611
4671
  ];
4612
- var options8 = {
4672
+ var options10 = {
4613
4673
  size: [Size.small, Size.medium, Size.large],
4614
4674
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4615
4675
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4616
4676
  };
4617
- var defaultProps8 = {
4677
+ var defaultProps10 = {
4618
4678
  size: Size.medium,
4619
4679
  rounded: Size.medium,
4620
4680
  fillMode: FillMode.solid
@@ -4628,12 +4688,12 @@ var Input = (props) => {
4628
4688
  valid,
4629
4689
  loading,
4630
4690
  readonly,
4631
- size = defaultProps8.size,
4632
- rounded = defaultProps8.rounded,
4633
- fillMode = defaultProps8.fillMode,
4691
+ size = defaultProps10.size,
4692
+ rounded = defaultProps10.rounded,
4693
+ fillMode = defaultProps10.fillMode,
4634
4694
  ...other
4635
4695
  } = props;
4636
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4696
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4637
4697
  "span",
4638
4698
  {
4639
4699
  ...other,
@@ -4646,13 +4706,13 @@ var Input = (props) => {
4646
4706
  }
4647
4707
  );
4648
4708
  };
4649
- Input.states = states8;
4650
- Input.options = options8;
4709
+ Input.states = states10;
4710
+ Input.options = options10;
4651
4711
  Input.className = INPUT_CLASSNAME;
4652
- Input.defaultProps = defaultProps8;
4712
+ Input.defaultProps = defaultProps10;
4653
4713
 
4654
4714
  // src/input/picker.spec.tsx
4655
- var import_jsx_runtime14 = require("react/jsx-runtime");
4715
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4656
4716
  var PICKER_CLASSNAME = `k-picker`;
4657
4717
  var pickerStates = [
4658
4718
  States.hover,
@@ -4669,7 +4729,7 @@ var pickerOptions = {
4669
4729
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4670
4730
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4671
4731
  };
4672
- var defaultProps9 = {
4732
+ var defaultProps11 = {
4673
4733
  size: Size.medium,
4674
4734
  rounded: Roundness.medium,
4675
4735
  fillMode: FillMode.solid
@@ -4683,12 +4743,12 @@ var Picker = (props) => {
4683
4743
  valid,
4684
4744
  loading,
4685
4745
  readonly,
4686
- size = defaultProps9.size,
4687
- rounded = defaultProps9.rounded,
4688
- fillMode = defaultProps9.fillMode,
4746
+ size = defaultProps11.size,
4747
+ rounded = defaultProps11.rounded,
4748
+ fillMode = defaultProps11.fillMode,
4689
4749
  ...other
4690
4750
  } = props;
4691
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4751
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4692
4752
  "span",
4693
4753
  {
4694
4754
  ...other,
@@ -4705,17 +4765,17 @@ var Picker = (props) => {
4705
4765
  Picker.states = pickerStates;
4706
4766
  Picker.options = pickerOptions;
4707
4767
  Picker.className = PICKER_CLASSNAME;
4708
- Picker.defaultProps = defaultProps9;
4768
+ Picker.defaultProps = defaultProps11;
4709
4769
 
4710
4770
  // src/input/input-clear-value.tsx
4711
- var import_jsx_runtime15 = require("react/jsx-runtime");
4771
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4712
4772
  var className = `k-clear-value`;
4713
- var states9 = [
4773
+ var states11 = [
4714
4774
  States.disabled,
4715
4775
  States.loading,
4716
4776
  States.readonly
4717
4777
  ];
4718
- var options9 = {};
4778
+ var options11 = {};
4719
4779
  var InputClearValue = (props) => {
4720
4780
  const {
4721
4781
  disabled,
@@ -4724,20 +4784,20 @@ var InputClearValue = (props) => {
4724
4784
  value
4725
4785
  } = props;
4726
4786
  if (disabled || readonly || loading || !value) {
4727
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4787
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
4728
4788
  }
4729
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
4789
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { icon: "x" }) });
4730
4790
  };
4731
- InputClearValue.states = states9;
4732
- InputClearValue.options = options9;
4791
+ InputClearValue.states = states11;
4792
+ InputClearValue.options = options11;
4733
4793
  InputClearValue.className = className;
4734
4794
 
4735
4795
  // src/input/input-inner-input.tsx
4736
- var import_jsx_runtime16 = require("react/jsx-runtime");
4796
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4737
4797
  var className2 = `k-input-inner`;
4738
- var states10 = [];
4739
- var options10 = {};
4740
- var defaultProps10 = {
4798
+ var states12 = [];
4799
+ var options12 = {};
4800
+ var defaultProps12 = {
4741
4801
  type: "text",
4742
4802
  autocomplete: "off",
4743
4803
  value: "",
@@ -4745,13 +4805,13 @@ var defaultProps10 = {
4745
4805
  };
4746
4806
  var InputInnerInput = (props) => {
4747
4807
  const {
4748
- value = defaultProps10.value,
4749
- type = defaultProps10.type,
4750
- placeholder = defaultProps10.placeholder,
4751
- autocomplete = defaultProps10.autocomplete,
4808
+ value = defaultProps12.value,
4809
+ type = defaultProps12.type,
4810
+ placeholder = defaultProps12.placeholder,
4811
+ autocomplete = defaultProps12.autocomplete,
4752
4812
  ...other
4753
4813
  } = props;
4754
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4814
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4755
4815
  "input",
4756
4816
  {
4757
4817
  ...other,
@@ -4763,15 +4823,15 @@ var InputInnerInput = (props) => {
4763
4823
  }
4764
4824
  );
4765
4825
  };
4766
- InputInnerInput.states = states10;
4767
- InputInnerInput.options = options10;
4826
+ InputInnerInput.states = states12;
4827
+ InputInnerInput.options = options12;
4768
4828
  InputInnerInput.className = className2;
4769
4829
 
4770
4830
  // src/input/input-inner-span.tsx
4771
- var import_jsx_runtime17 = require("react/jsx-runtime");
4831
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4772
4832
  var className3 = `k-input-inner`;
4773
- var states11 = [];
4774
- var options11 = {};
4833
+ var states13 = [];
4834
+ var options13 = {};
4775
4835
  var InputInnerSpan = (props) => {
4776
4836
  const {
4777
4837
  value,
@@ -4781,41 +4841,41 @@ var InputInnerSpan = (props) => {
4781
4841
  valueIconName,
4782
4842
  ...other
4783
4843
  } = props;
4784
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4844
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
4785
4845
  "span",
4786
4846
  {
4787
4847
  ...other,
4788
4848
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4789
4849
  children: [
4790
4850
  valueIcon,
4791
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4851
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4792
4852
  showValue && !value && placeholder,
4793
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
4853
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-input-value-text", children: value })
4794
4854
  ]
4795
4855
  }
4796
4856
  );
4797
4857
  };
4798
- InputInnerSpan.states = states11;
4799
- InputInnerSpan.options = options11;
4858
+ InputInnerSpan.states = states13;
4859
+ InputInnerSpan.options = options13;
4800
4860
  InputInnerSpan.className = className3;
4801
4861
 
4802
4862
  // src/input/input-inner-textarea.tsx
4803
- var import_jsx_runtime18 = require("react/jsx-runtime");
4804
- var defaultProps11 = {
4863
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4864
+ var defaultProps13 = {
4805
4865
  value: "",
4806
4866
  placeholder: ""
4807
4867
  };
4808
4868
  var className4 = `k-input-inner`;
4809
- var states12 = [];
4810
- var options12 = {};
4869
+ var states14 = [];
4870
+ var options14 = {};
4811
4871
  var InputInnerTextarea = (props) => {
4812
4872
  const {
4813
- value = defaultProps11.value,
4814
- placeholder = defaultProps11.placeholder,
4873
+ value = defaultProps13.value,
4874
+ placeholder = defaultProps13.placeholder,
4815
4875
  rows,
4816
4876
  ...other
4817
4877
  } = props;
4818
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4878
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4819
4879
  "textarea",
4820
4880
  {
4821
4881
  ...other,
@@ -4826,14 +4886,14 @@ var InputInnerTextarea = (props) => {
4826
4886
  }
4827
4887
  );
4828
4888
  };
4829
- InputInnerTextarea.states = states12;
4830
- InputInnerTextarea.options = options12;
4889
+ InputInnerTextarea.states = states14;
4890
+ InputInnerTextarea.options = options14;
4831
4891
  InputInnerTextarea.className = className4;
4832
4892
 
4833
4893
  // src/input/input-loading-icon.tsx
4834
- var import_jsx_runtime19 = require("react/jsx-runtime");
4894
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4835
4895
  var className5 = `k-input-loading-icon`;
4836
- var states13 = [
4896
+ var states15 = [
4837
4897
  States.disabled,
4838
4898
  States.loading
4839
4899
  ];
@@ -4843,21 +4903,21 @@ var InputLoadingIcon = (props) => {
4843
4903
  loading
4844
4904
  } = props;
4845
4905
  if (disabled || !loading) {
4846
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4906
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4847
4907
  }
4848
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4908
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4849
4909
  };
4850
4910
 
4851
4911
  // src/input/input-validation-icon.tsx
4852
- var import_jsx_runtime20 = require("react/jsx-runtime");
4912
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4853
4913
  var className6 = `k-input-validation-icon`;
4854
- var states14 = [
4914
+ var states16 = [
4855
4915
  States.valid,
4856
4916
  States.invalid,
4857
4917
  States.disabled,
4858
4918
  States.loading
4859
4919
  ];
4860
- var options13 = {};
4920
+ var options15 = {};
4861
4921
  var InputValidationIcon = (props) => {
4862
4922
  const {
4863
4923
  valid,
@@ -4868,41 +4928,41 @@ var InputValidationIcon = (props) => {
4868
4928
  const iconName = invalid ? "exclamation-circle" : "check";
4869
4929
  const renderValidationIcon = Boolean(valid || invalid);
4870
4930
  if (disabled || loading || !renderValidationIcon) {
4871
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4931
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4872
4932
  }
4873
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
4933
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { className: classNames(className6), icon: iconName });
4874
4934
  };
4875
- InputValidationIcon.states = states14;
4876
- InputValidationIcon.options = options13;
4935
+ InputValidationIcon.states = states16;
4936
+ InputValidationIcon.options = options15;
4877
4937
  InputValidationIcon.className = className6;
4878
4938
 
4879
4939
  // src/input/input-prefix.tsx
4880
- var import_jsx_runtime21 = require("react/jsx-runtime");
4940
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4881
4941
  var className7 = `k-input-prefix`;
4882
4942
  var InputPrefix = (props) => {
4883
4943
  if (!props.children) {
4884
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4944
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, {});
4885
4945
  }
4886
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4946
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4887
4947
  };
4888
4948
 
4889
4949
  // src/input/input-suffix.tsx
4890
- var import_jsx_runtime22 = require("react/jsx-runtime");
4950
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4891
4951
  var className8 = `k-input-suffix`;
4892
4952
  var InputSuffix = (props) => {
4893
4953
  if (!props.children) {
4894
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4954
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_jsx_runtime24.Fragment, {});
4895
4955
  }
4896
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4956
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4897
4957
  };
4898
4958
 
4899
4959
  // src/input/input-separator.tsx
4900
- var import_jsx_runtime23 = require("react/jsx-runtime");
4960
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4901
4961
 
4902
4962
  // src/textarea/textarea.spec.tsx
4903
- var import_jsx_runtime24 = require("react/jsx-runtime");
4963
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4904
4964
  var TEXTAREA_CLASSNAME = `k-textarea`;
4905
- var states15 = [
4965
+ var states17 = [
4906
4966
  States.hover,
4907
4967
  States.focus,
4908
4968
  States.valid,
@@ -4910,12 +4970,12 @@ var states15 = [
4910
4970
  States.required,
4911
4971
  States.disabled
4912
4972
  ];
4913
- var options14 = {
4973
+ var options16 = {
4914
4974
  size: [Size.small, Size.medium, Size.large],
4915
4975
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4916
4976
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4917
4977
  };
4918
- var defaultProps12 = {
4978
+ var defaultProps14 = {
4919
4979
  size: Input.defaultProps.size,
4920
4980
  rounded: Input.defaultProps.rounded,
4921
4981
  fillMode: Input.defaultProps.fillMode
@@ -4936,7 +4996,7 @@ var Textarea = (props) => {
4936
4996
  disabled,
4937
4997
  ...other
4938
4998
  } = props;
4939
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4999
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4940
5000
  Input,
4941
5001
  {
4942
5002
  ...other,
@@ -4950,7 +5010,7 @@ var Textarea = (props) => {
4950
5010
  required,
4951
5011
  disabled,
4952
5012
  className: classNames(props.className, TEXTAREA_CLASSNAME),
4953
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5013
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4954
5014
  InputInnerTextarea,
4955
5015
  {
4956
5016
  className: classNames(
@@ -4964,18 +5024,18 @@ var Textarea = (props) => {
4964
5024
  }
4965
5025
  );
4966
5026
  };
4967
- Textarea.states = states15;
4968
- Textarea.options = options14;
5027
+ Textarea.states = states17;
5028
+ Textarea.options = options16;
4969
5029
  Textarea.className = TEXTAREA_CLASSNAME;
4970
- Textarea.defaultProps = defaultProps12;
5030
+ Textarea.defaultProps = defaultProps14;
4971
5031
 
4972
5032
  // src/textarea/templates/textarea-normal.tsx
4973
- var import_jsx_runtime25 = require("react/jsx-runtime");
5033
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4974
5034
 
4975
5035
  // src/textbox/textbox.spec.tsx
4976
- var import_jsx_runtime26 = require("react/jsx-runtime");
5036
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4977
5037
  var TEXTBOX_CLASSNAME = `k-textbox`;
4978
- var states16 = [
5038
+ var states18 = [
4979
5039
  States.hover,
4980
5040
  States.focus,
4981
5041
  States.valid,
@@ -4985,12 +5045,12 @@ var states16 = [
4985
5045
  States.loading,
4986
5046
  States.readonly
4987
5047
  ];
4988
- var options15 = {
5048
+ var options17 = {
4989
5049
  size: [Size.small, Size.medium, Size.large],
4990
5050
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4991
5051
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4992
5052
  };
4993
- var defaultProps13 = {
5053
+ var defaultProps15 = {
4994
5054
  showClearButton: true,
4995
5055
  size: Input.defaultProps.size,
4996
5056
  rounded: Input.defaultProps.rounded,
@@ -5013,10 +5073,10 @@ var Textbox = (props) => {
5013
5073
  loading,
5014
5074
  disabled,
5015
5075
  readonly,
5016
- showClearButton = defaultProps13.showClearButton,
5076
+ showClearButton = defaultProps15.showClearButton,
5017
5077
  ...other
5018
5078
  } = props;
5019
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5079
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5020
5080
  Input,
5021
5081
  {
5022
5082
  ...other,
@@ -5033,9 +5093,9 @@ var Textbox = (props) => {
5033
5093
  readonly,
5034
5094
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5035
5095
  children: [
5036
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputPrefix, { children: prefix }),
5037
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputInnerInput, { placeholder, value }),
5038
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5096
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputPrefix, { children: prefix }),
5097
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputInnerInput, { placeholder, value }),
5098
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5039
5099
  InputValidationIcon,
5040
5100
  {
5041
5101
  valid,
@@ -5044,14 +5104,14 @@ var Textbox = (props) => {
5044
5104
  disabled
5045
5105
  }
5046
5106
  ),
5047
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5107
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5048
5108
  InputLoadingIcon,
5049
5109
  {
5050
5110
  loading,
5051
5111
  disabled
5052
5112
  }
5053
5113
  ),
5054
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5114
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5055
5115
  InputClearValue,
5056
5116
  {
5057
5117
  loading,
@@ -5060,31 +5120,31 @@ var Textbox = (props) => {
5060
5120
  value
5061
5121
  }
5062
5122
  ),
5063
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputSuffix, { children: suffix })
5123
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputSuffix, { children: suffix })
5064
5124
  ]
5065
5125
  }
5066
5126
  );
5067
5127
  };
5068
- Textbox.states = states16;
5069
- Textbox.options = options15;
5128
+ Textbox.states = states18;
5129
+ Textbox.options = options17;
5070
5130
  Textbox.className = TEXTBOX_CLASSNAME;
5071
- Textbox.defaultProps = defaultProps13;
5131
+ Textbox.defaultProps = defaultProps15;
5072
5132
 
5073
5133
  // src/textbox/templates/textbox-normal.tsx
5074
- var import_jsx_runtime27 = require("react/jsx-runtime");
5134
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5075
5135
 
5076
5136
  // src/textbox/templates/textbox-prefix.tsx
5077
- var import_jsx_runtime28 = require("react/jsx-runtime");
5137
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5078
5138
 
5079
5139
  // src/textbox/templates/textbox-suffix.tsx
5080
- var import_jsx_runtime29 = require("react/jsx-runtime");
5140
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5081
5141
 
5082
5142
  // src/animation-container/animation-container.spec.tsx
5083
- var import_jsx_runtime30 = require("react/jsx-runtime");
5143
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5084
5144
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5085
- var states17 = [];
5086
- var options16 = {};
5087
- var defaultProps14 = {
5145
+ var states19 = [];
5146
+ var options18 = {};
5147
+ var defaultProps16 = {
5088
5148
  positionMode: "absolute"
5089
5149
  };
5090
5150
  var AnimationContainer = (props) => {
@@ -5094,7 +5154,7 @@ var AnimationContainer = (props) => {
5094
5154
  offset,
5095
5155
  ...other
5096
5156
  } = props;
5097
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5157
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5098
5158
  "div",
5099
5159
  {
5100
5160
  ...other,
@@ -5106,21 +5166,21 @@ var AnimationContainer = (props) => {
5106
5166
  ["k-animation-container-fixed"]: positionMode === "fixed"
5107
5167
  }
5108
5168
  ),
5109
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5169
+ children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5110
5170
  }
5111
5171
  );
5112
5172
  };
5113
- AnimationContainer.states = states17;
5114
- AnimationContainer.options = options16;
5173
+ AnimationContainer.states = states19;
5174
+ AnimationContainer.options = options18;
5115
5175
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5116
- AnimationContainer.defaultProps = defaultProps14;
5176
+ AnimationContainer.defaultProps = defaultProps16;
5117
5177
 
5118
5178
  // src/popup/popup.spec.tsx
5119
- var import_jsx_runtime31 = require("react/jsx-runtime");
5179
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5120
5180
  var POPUP_CLASSNAME = `k-popup`;
5121
- var states18 = [];
5122
- var options17 = {};
5123
- var defaultProps15 = {
5181
+ var states20 = [];
5182
+ var options19 = {};
5183
+ var defaultProps17 = {
5124
5184
  positionMode: "absolute"
5125
5185
  };
5126
5186
  var Popup = (props) => {
@@ -5129,40 +5189,40 @@ var Popup = (props) => {
5129
5189
  positionMode,
5130
5190
  ...other
5131
5191
  } = props;
5132
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5192
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5133
5193
  AnimationContainer,
5134
5194
  {
5135
5195
  positionMode,
5136
5196
  offset,
5137
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5197
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5138
5198
  }
5139
5199
  );
5140
5200
  };
5141
- Popup.states = states18;
5142
- Popup.options = options17;
5201
+ Popup.states = states20;
5202
+ Popup.options = options19;
5143
5203
  Popup.className = POPUP_CLASSNAME;
5144
- Popup.defaultProps = defaultProps15;
5204
+ Popup.defaultProps = defaultProps17;
5145
5205
 
5146
5206
  // src/button-group/button-group.spec.tsx
5147
- var import_jsx_runtime32 = require("react/jsx-runtime");
5207
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5148
5208
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5149
- var states19 = [
5209
+ var states21 = [
5150
5210
  States.disabled
5151
5211
  ];
5152
- var options18 = {
5212
+ var options20 = {
5153
5213
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5154
5214
  };
5155
- var defaultProps16 = {
5215
+ var defaultProps18 = {
5156
5216
  fillMode: FillMode.solid
5157
5217
  };
5158
5218
  var ButtonGroup = (props) => {
5159
5219
  const {
5160
- fillMode = defaultProps16.fillMode,
5220
+ fillMode = defaultProps18.fillMode,
5161
5221
  disabled,
5162
5222
  stretched,
5163
5223
  ...other
5164
5224
  } = props;
5165
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5225
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5166
5226
  "div",
5167
5227
  {
5168
5228
  ...other,
@@ -5183,31 +5243,31 @@ var ButtonGroup = (props) => {
5183
5243
  }
5184
5244
  );
5185
5245
  };
5186
- ButtonGroup.states = states19;
5187
- ButtonGroup.options = options18;
5246
+ ButtonGroup.states = states21;
5247
+ ButtonGroup.options = options20;
5188
5248
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5189
- ButtonGroup.defaultProps = defaultProps16;
5249
+ ButtonGroup.defaultProps = defaultProps18;
5190
5250
 
5191
5251
  // src/button-group/templates/icon-button-group.tsx
5192
- var import_jsx_runtime33 = require("react/jsx-runtime");
5252
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5193
5253
 
5194
5254
  // src/button-group/templates/icon-text-button-group.tsx
5195
- var import_jsx_runtime34 = require("react/jsx-runtime");
5255
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5196
5256
 
5197
5257
  // src/button-group/templates/text-button-group.tsx
5198
- var import_jsx_runtime35 = require("react/jsx-runtime");
5258
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5199
5259
 
5200
5260
  // src/button-group/templates/mixed-button-group.tsx
5201
- var import_jsx_runtime36 = require("react/jsx-runtime");
5261
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5202
5262
 
5203
5263
  // src/calendar/calendar.spec.tsx
5204
- var import_jsx_runtime37 = require("react/jsx-runtime");
5264
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5205
5265
  var CALENDAR_CLASSNAME = `k-calendar`;
5206
- var states20 = [];
5207
- var options19 = {
5266
+ var states22 = [];
5267
+ var options21 = {
5208
5268
  size: [Size.small, Size.medium, Size.large]
5209
5269
  };
5210
- var defaultProps17 = {
5270
+ var defaultProps19 = {
5211
5271
  size: Size.medium,
5212
5272
  viewsCount: 1,
5213
5273
  orientation: "horizontal",
@@ -5216,11 +5276,11 @@ var defaultProps17 = {
5216
5276
  };
5217
5277
  var Calendar = (props) => {
5218
5278
  const {
5219
- size = defaultProps17.size,
5220
- orientation = defaultProps17.orientation,
5221
- calendarView = defaultProps17.calendarView,
5222
- calendarHeaderText = defaultProps17.calendarHeaderText,
5223
- viewsCount = defaultProps17.viewsCount,
5279
+ size = defaultProps19.size,
5280
+ orientation = defaultProps19.orientation,
5281
+ calendarView = defaultProps19.calendarView,
5282
+ calendarHeaderText = defaultProps19.calendarHeaderText,
5283
+ viewsCount = defaultProps19.viewsCount,
5224
5284
  showWeek,
5225
5285
  showOtherMonth,
5226
5286
  showCalendarCaption,
@@ -5229,7 +5289,7 @@ var Calendar = (props) => {
5229
5289
  dir,
5230
5290
  ...other
5231
5291
  } = props;
5232
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5292
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5233
5293
  "div",
5234
5294
  {
5235
5295
  ...other,
@@ -5245,7 +5305,7 @@ var Calendar = (props) => {
5245
5305
  }
5246
5306
  ),
5247
5307
  children: [
5248
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5308
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5249
5309
  CalendarHeader,
5250
5310
  {
5251
5311
  showToday: showCalendarFooter ? false : true,
@@ -5255,7 +5315,7 @@ var Calendar = (props) => {
5255
5315
  dir
5256
5316
  }
5257
5317
  ),
5258
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5318
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5259
5319
  CalendarView,
5260
5320
  {
5261
5321
  calendarView,
@@ -5267,19 +5327,19 @@ var Calendar = (props) => {
5267
5327
  selectedRange
5268
5328
  }
5269
5329
  ),
5270
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(CalendarFooter, {})
5330
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(CalendarFooter, {})
5271
5331
  ]
5272
5332
  }
5273
5333
  );
5274
5334
  };
5275
- Calendar.states = states20;
5276
- Calendar.options = options19;
5335
+ Calendar.states = states22;
5336
+ Calendar.options = options21;
5277
5337
  Calendar.className = CALENDAR_CLASSNAME;
5278
- Calendar.defaultProps = defaultProps17;
5338
+ Calendar.defaultProps = defaultProps19;
5279
5339
 
5280
5340
  // src/calendar/calendar-cell.tsx
5281
- var import_jsx_runtime38 = require("react/jsx-runtime");
5282
- var states21 = [
5341
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5342
+ var states23 = [
5283
5343
  States.hover,
5284
5344
  States.focus,
5285
5345
  States.active,
@@ -5328,21 +5388,21 @@ var CalendarCell = (props) => {
5328
5388
  }
5329
5389
  ];
5330
5390
  if (headerCell) {
5331
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5391
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5332
5392
  }
5333
5393
  if (weekCell) {
5334
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5394
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5335
5395
  }
5336
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-link", children: text }) });
5396
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-link", children: text }) });
5337
5397
  };
5338
5398
 
5339
5399
  // src/calendar/calendar-header.tsx
5340
- var import_jsx_runtime39 = require("react/jsx-runtime");
5400
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5341
5401
  var className9 = `k-calendar-header`;
5342
- var options20 = {
5402
+ var options22 = {
5343
5403
  size: [Size.small, Size.medium, Size.large]
5344
5404
  };
5345
- var defaultProps18 = {
5405
+ var defaultProps20 = {
5346
5406
  calendarHeaderText: "October 2021",
5347
5407
  showToday: true,
5348
5408
  orientation: "horizontal",
@@ -5350,16 +5410,16 @@ var defaultProps18 = {
5350
5410
  };
5351
5411
  var CalendarHeader = (props) => {
5352
5412
  const {
5353
- calendarHeaderText = defaultProps18.calendarHeaderText,
5354
- showToday = defaultProps18.showToday,
5355
- orientation = defaultProps18.orientation,
5356
- size = defaultProps18.size,
5413
+ calendarHeaderText = defaultProps20.calendarHeaderText,
5414
+ showToday = defaultProps20.showToday,
5415
+ orientation = defaultProps20.orientation,
5416
+ size = defaultProps20.size,
5357
5417
  dir,
5358
5418
  ...other
5359
5419
  } = props;
5360
5420
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5361
5421
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5362
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5422
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5363
5423
  "div",
5364
5424
  {
5365
5425
  ...other,
@@ -5371,12 +5431,12 @@ var CalendarHeader = (props) => {
5371
5431
  }
5372
5432
  ),
5373
5433
  children: [
5374
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5375
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
5376
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("span", { className: "k-calendar-nav", children: [
5377
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5378
- showToday && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5379
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5434
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5435
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-spacer" }),
5436
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("span", { className: "k-calendar-nav", children: [
5437
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5438
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5439
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5380
5440
  ] })
5381
5441
  ]
5382
5442
  }
@@ -5384,12 +5444,12 @@ var CalendarHeader = (props) => {
5384
5444
  };
5385
5445
 
5386
5446
  // src/calendar/calendar-footer.tsx
5387
- var import_jsx_runtime40 = require("react/jsx-runtime");
5447
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5388
5448
  var className10 = `k-calendar-footer`;
5389
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5449
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5390
5450
 
5391
5451
  // src/calendar/calendar-table.tsx
5392
- var import_jsx_runtime41 = require("react/jsx-runtime");
5452
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5393
5453
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5394
5454
  var CalendarTable = (props) => {
5395
5455
  const {
@@ -5401,7 +5461,7 @@ var CalendarTable = (props) => {
5401
5461
  ...other
5402
5462
  } = props;
5403
5463
  if (calendarView === "year") {
5404
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5464
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5405
5465
  "table",
5406
5466
  {
5407
5467
  ...other,
@@ -5410,25 +5470,25 @@ var CalendarTable = (props) => {
5410
5470
  CALENDARTABLE_CLASSNAME
5411
5471
  ),
5412
5472
  children: [
5413
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5414
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5415
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5416
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Jan" }),
5417
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Feb" }),
5418
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Mar" }),
5419
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Apr" })
5473
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5474
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5475
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5476
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Jan" }),
5477
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Feb" }),
5478
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Mar" }),
5479
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Apr" })
5420
5480
  ] }),
5421
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5422
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "May" }),
5423
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Jun", hover: true }),
5424
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Jul", focus: true }),
5425
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Au", selected: true })
5481
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5482
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "May" }),
5483
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Jun", hover: true }),
5484
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Jul", focus: true }),
5485
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Au", selected: true })
5426
5486
  ] }),
5427
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5428
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Sep" }),
5429
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Oct", today: true }),
5430
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Nov" }),
5431
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "Dec" })
5487
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5488
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Sep" }),
5489
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Oct", today: true }),
5490
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Nov" }),
5491
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "Dec" })
5432
5492
  ] })
5433
5493
  ] })
5434
5494
  ]
@@ -5436,7 +5496,7 @@ var CalendarTable = (props) => {
5436
5496
  );
5437
5497
  }
5438
5498
  if (calendarView === "decade") {
5439
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5499
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5440
5500
  "table",
5441
5501
  {
5442
5502
  ...other,
@@ -5445,25 +5505,25 @@ var CalendarTable = (props) => {
5445
5505
  CALENDARTABLE_CLASSNAME
5446
5506
  ),
5447
5507
  children: [
5448
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5449
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5450
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5451
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { className: "k-out-of-range" }),
5452
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2020" }),
5453
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2021", today: true }),
5454
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2022" })
5508
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5509
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5510
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5511
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { className: "k-out-of-range" }),
5512
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2020" }),
5513
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2021", today: true }),
5514
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2022" })
5455
5515
  ] }),
5456
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5457
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2023" }),
5458
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2024", hover: true }),
5459
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2025", focus: true }),
5460
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2026", selected: true })
5516
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5517
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2023" }),
5518
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2024", hover: true }),
5519
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2025", focus: true }),
5520
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2026", selected: true })
5461
5521
  ] }),
5462
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5463
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2027" }),
5464
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2028" }),
5465
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2029" }),
5466
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { className: "k-out-of-range" })
5522
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5523
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2027" }),
5524
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2028" }),
5525
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2029" }),
5526
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { className: "k-out-of-range" })
5467
5527
  ] })
5468
5528
  ] })
5469
5529
  ]
@@ -5471,7 +5531,7 @@ var CalendarTable = (props) => {
5471
5531
  );
5472
5532
  }
5473
5533
  if (calendarView === "century") {
5474
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5534
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5475
5535
  "table",
5476
5536
  {
5477
5537
  ...other,
@@ -5480,32 +5540,32 @@ var CalendarTable = (props) => {
5480
5540
  CALENDARTABLE_CLASSNAME
5481
5541
  ),
5482
5542
  children: [
5483
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5484
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5485
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5486
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "1990 - 1999" }),
5487
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2000 - 2009" }),
5488
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5489
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2020 - 2029" })
5543
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5544
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5545
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5546
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "1990 - 1999" }),
5547
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2000 - 2009" }),
5548
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5549
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2020 - 2029" })
5490
5550
  ] }),
5491
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5492
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2030 - 2039" }),
5493
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5494
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5495
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5551
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5552
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2030 - 2039" }),
5553
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5554
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5555
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5496
5556
  ] }),
5497
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5498
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2070 - 2079" }),
5499
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2080 - 2089" }),
5500
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2090 - 2099" }),
5501
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { className: "k-out-of-range" })
5557
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5558
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2070 - 2079" }),
5559
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2080 - 2089" }),
5560
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2090 - 2099" }),
5561
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { className: "k-out-of-range" })
5502
5562
  ] })
5503
5563
  ] })
5504
5564
  ]
5505
5565
  }
5506
5566
  );
5507
5567
  }
5508
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5568
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5509
5569
  "table",
5510
5570
  {
5511
5571
  ...other,
@@ -5514,68 +5574,68 @@ var CalendarTable = (props) => {
5514
5574
  CALENDARTABLE_CLASSNAME
5515
5575
  ),
5516
5576
  children: [
5517
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5518
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarTableHead, { showWeek }),
5519
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5520
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5521
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "39", weekCell: true }),
5522
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5523
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "1" }),
5524
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2" }),
5525
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "3" }),
5526
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "4" }),
5527
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "5" }),
5528
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "6", weekend: true })
5577
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5578
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarTableHead, { showWeek }),
5579
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5580
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5581
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "39", weekCell: true }),
5582
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5583
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "1" }),
5584
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2" }),
5585
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "3" }),
5586
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "4" }),
5587
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "5" }),
5588
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "6", weekend: true })
5529
5589
  ] }),
5530
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5531
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "40", weekCell: true }),
5532
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "7", weekend: true }),
5533
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "8", hover: true }),
5534
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "9", focus: true }),
5535
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "10", selected: true }),
5536
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5537
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5538
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "13", weekend: true })
5590
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5591
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "40", weekCell: true }),
5592
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "7", weekend: true }),
5593
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "8", hover: true }),
5594
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "9", focus: true }),
5595
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "10", selected: true }),
5596
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5597
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5598
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "13", weekend: true })
5539
5599
  ] }),
5540
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5541
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "41", weekCell: true }),
5542
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "14", weekend: true }),
5543
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "15" }),
5544
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "16", today: true }),
5545
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "17" }),
5546
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "18" }),
5547
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "19" }),
5548
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "20", weekend: true })
5600
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5601
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "41", weekCell: true }),
5602
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "14", weekend: true }),
5603
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "15" }),
5604
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "16", today: true }),
5605
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "17" }),
5606
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "18" }),
5607
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "19" }),
5608
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "20", weekend: true })
5549
5609
  ] }),
5550
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5551
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "42", weekCell: true }),
5552
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "21", weekend: true }),
5553
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "22" }),
5554
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "23" }),
5555
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "24" }),
5556
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5557
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5558
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5610
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5611
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "42", weekCell: true }),
5612
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "21", weekend: true }),
5613
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "22" }),
5614
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "23" }),
5615
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "24" }),
5616
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5617
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5618
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5559
5619
  ] }),
5560
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5561
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "43", weekCell: true }),
5562
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5563
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5564
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "30" }),
5565
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "31" }),
5566
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5567
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5568
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5620
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5621
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "43", weekCell: true }),
5622
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5623
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5624
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "30" }),
5625
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "31" }),
5626
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5627
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5628
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5569
5629
  ] }),
5570
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("tr", { className: "k-calendar-tr", children: [
5571
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "44", weekCell: true }),
5572
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5573
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5574
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5575
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5576
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5577
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5578
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5630
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("tr", { className: "k-calendar-tr", children: [
5631
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "44", weekCell: true }),
5632
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5633
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5634
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5635
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5636
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5637
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5638
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5579
5639
  ] })
5580
5640
  ] })
5581
5641
  ]
@@ -5584,52 +5644,52 @@ var CalendarTable = (props) => {
5584
5644
  };
5585
5645
 
5586
5646
  // src/calendar/calendar-table-head.tsx
5587
- var import_jsx_runtime42 = require("react/jsx-runtime");
5647
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5588
5648
  var className11 = `k-calendar-thead`;
5589
5649
  var CalendarTableHead = (props) => {
5590
5650
  const {
5591
5651
  showWeek,
5592
5652
  ...other
5593
5653
  } = props;
5594
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5654
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5595
5655
  "thead",
5596
5656
  {
5597
5657
  ...other,
5598
5658
  className: classNames(props.className, className11),
5599
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("tr", { className: "k-calendar-tr", children: [
5600
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5601
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5602
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5603
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5604
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CalendarCell, { text: "We", headerCell: true }),
5605
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5606
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5607
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5659
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("tr", { className: "k-calendar-tr", children: [
5660
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5661
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5662
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5663
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5664
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(CalendarCell, { text: "We", headerCell: true }),
5665
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5666
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5667
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5608
5668
  ] })
5609
5669
  }
5610
5670
  );
5611
5671
  };
5612
5672
 
5613
5673
  // src/calendar/calendar-view.tsx
5614
- var import_jsx_runtime43 = require("react/jsx-runtime");
5674
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5615
5675
  var className12 = `k-calendar-view`;
5616
- var defaultProps19 = {
5676
+ var defaultProps21 = {
5617
5677
  viewsCount: 1,
5618
5678
  orientation: "horizontal",
5619
5679
  calendarView: "month"
5620
5680
  };
5621
5681
  var CalendarView = (props) => {
5622
5682
  const {
5623
- orientation = defaultProps19.orientation,
5624
- calendarView = defaultProps19.calendarView,
5625
- viewsCount = defaultProps19.viewsCount,
5683
+ orientation = defaultProps21.orientation,
5684
+ calendarView = defaultProps21.calendarView,
5685
+ viewsCount = defaultProps21.viewsCount,
5626
5686
  showWeek,
5627
5687
  showOtherMonth,
5628
5688
  showCalendarCaption,
5629
5689
  selectedRange,
5630
5690
  ...other
5631
5691
  } = props;
5632
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5692
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5633
5693
  "div",
5634
5694
  {
5635
5695
  ...other,
@@ -5645,7 +5705,7 @@ var CalendarView = (props) => {
5645
5705
  }
5646
5706
  ),
5647
5707
  children: [...Array(viewsCount)].map(
5648
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5708
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5649
5709
  CalendarTable,
5650
5710
  {
5651
5711
  calendarView,
@@ -5662,18 +5722,18 @@ var CalendarView = (props) => {
5662
5722
  };
5663
5723
 
5664
5724
  // src/time-selector/time-selector.spec.tsx
5665
- var import_jsx_runtime44 = require("react/jsx-runtime");
5725
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5666
5726
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
5667
- var states22 = [];
5668
- var options21 = {
5727
+ var states24 = [];
5728
+ var options23 = {
5669
5729
  size: [Size.small, Size.medium, Size.large]
5670
5730
  };
5671
- var defaultProps20 = {
5731
+ var defaultProps22 = {
5672
5732
  size: Size.medium
5673
5733
  };
5674
5734
  var TimeSelector = (props) => {
5675
5735
  const {
5676
- size = defaultProps20.size,
5736
+ size = defaultProps22.size,
5677
5737
  header,
5678
5738
  fastSelection,
5679
5739
  columns,
@@ -5689,9 +5749,9 @@ var TimeSelector = (props) => {
5689
5749
  if (index === 0 || columnType === "tt") {
5690
5750
  separator = false;
5691
5751
  }
5692
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_jsx_runtime44.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(TimeSelectorColumn, { type: columnType, focus, separator }) });
5752
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TimeSelectorColumn, { type: columnType, focus, separator }) });
5693
5753
  });
5694
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5754
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5695
5755
  "div",
5696
5756
  {
5697
5757
  ...other,
@@ -5703,24 +5763,24 @@ var TimeSelector = (props) => {
5703
5763
  })
5704
5764
  ),
5705
5765
  children: [
5706
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_jsx_runtime44.Fragment, { children: header }),
5707
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_jsx_runtime44.Fragment, { children: fastSelection }),
5708
- /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("div", { className: "k-time-list-container", children: [
5709
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: "k-time-highlight" }),
5766
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, { children: header }),
5767
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, { children: fastSelection }),
5768
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-time-list-container", children: [
5769
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-time-highlight" }),
5710
5770
  columnsDom
5711
5771
  ] })
5712
5772
  ]
5713
5773
  }
5714
5774
  );
5715
5775
  };
5716
- TimeSelector.states = states22;
5717
- TimeSelector.options = options21;
5776
+ TimeSelector.states = states24;
5777
+ TimeSelector.options = options23;
5718
5778
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
5719
- TimeSelector.defaultProps = defaultProps20;
5779
+ TimeSelector.defaultProps = defaultProps22;
5720
5780
 
5721
5781
  // src/time-selector/time-selector-column.tsx
5722
- var import_jsx_runtime45 = require("react/jsx-runtime");
5723
- var states23 = [
5782
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5783
+ var states25 = [
5724
5784
  States.focus
5725
5785
  ];
5726
5786
  var TimeSelectorColumn = (props) => {
@@ -5758,11 +5818,11 @@ var TimeSelectorColumn = (props) => {
5758
5818
  break;
5759
5819
  }
5760
5820
  const items = columnData.map(
5761
- (data) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_jsx_runtime45.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { children: data }) }) })
5821
+ (data) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_jsx_runtime47.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { children: data }) }) })
5762
5822
  );
5763
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_jsx_runtime45.Fragment, { children: [
5764
- separator && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "k-time-separator", children: ":" }),
5765
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5823
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
5824
+ separator && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-time-separator", children: ":" }),
5825
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5766
5826
  "div",
5767
5827
  {
5768
5828
  ...other,
@@ -5774,10 +5834,10 @@ var TimeSelectorColumn = (props) => {
5774
5834
  })
5775
5835
  ),
5776
5836
  children: [
5777
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: "k-title", children: text }),
5778
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "k-time-list", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("div", { className: "k-content k-scrollable k-time-container", children: [
5779
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5780
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "k-scrollable-placeholder" })
5837
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-title", children: text }),
5838
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-time-list", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-content k-scrollable k-time-container", children: [
5839
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5840
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-scrollable-placeholder" })
5781
5841
  ] }) })
5782
5842
  ]
5783
5843
  }
@@ -5786,14 +5846,14 @@ var TimeSelectorColumn = (props) => {
5786
5846
  };
5787
5847
 
5788
5848
  // src/time-selector/time-selector-header.tsx
5789
- var import_jsx_runtime46 = require("react/jsx-runtime");
5849
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5790
5850
  var className13 = `k-time-header`;
5791
5851
  var TimeSelectorHeader = (props) => {
5792
5852
  const {
5793
5853
  title,
5794
5854
  ...other
5795
5855
  } = props;
5796
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5856
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5797
5857
  "div",
5798
5858
  {
5799
5859
  ...other,
@@ -5802,7 +5862,7 @@ var TimeSelectorHeader = (props) => {
5802
5862
  className13
5803
5863
  ),
5804
5864
  children: [
5805
- title != null && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-title", children: title }),
5865
+ title != null && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-title", children: title }),
5806
5866
  props.children
5807
5867
  ]
5808
5868
  }
@@ -5810,38 +5870,38 @@ var TimeSelectorHeader = (props) => {
5810
5870
  };
5811
5871
 
5812
5872
  // src/time-selector/time-selector-fast-selection.tsx
5813
- var import_jsx_runtime47 = require("react/jsx-runtime");
5873
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5814
5874
 
5815
5875
  // src/time-selector/templates/time-selector-all.tsx
5816
- var import_jsx_runtime48 = require("react/jsx-runtime");
5876
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5817
5877
 
5818
5878
  // src/time-selector/templates/time-selector-hour.tsx
5819
- var import_jsx_runtime49 = require("react/jsx-runtime");
5879
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5820
5880
 
5821
5881
  // src/time-selector/templates/time-selector-minute.tsx
5822
- var import_jsx_runtime50 = require("react/jsx-runtime");
5882
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5823
5883
 
5824
5884
  // src/datetime-selector/datetime-selector.spec.tsx
5825
- var import_jsx_runtime51 = require("react/jsx-runtime");
5885
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5826
5886
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
5827
- var states24 = [];
5828
- var options22 = {
5887
+ var states26 = [];
5888
+ var options24 = {
5829
5889
  size: [Size.small, Size.medium, Size.large]
5830
5890
  };
5831
- var defaultProps21 = {
5891
+ var defaultProps23 = {
5832
5892
  tab: "date",
5833
5893
  size: Size.medium,
5834
5894
  actionButtons: true
5835
5895
  };
5836
5896
  var DateTimeSelector = (props) => {
5837
5897
  const {
5838
- size = defaultProps21.size,
5839
- tab = defaultProps21.tab,
5840
- actionButtons = defaultProps21.actionButtons,
5898
+ size = defaultProps23.size,
5899
+ tab = defaultProps23.tab,
5900
+ actionButtons = defaultProps23.actionButtons,
5841
5901
  dir,
5842
5902
  ...other
5843
5903
  } = props;
5844
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5904
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5845
5905
  "div",
5846
5906
  {
5847
5907
  ...other,
@@ -5857,36 +5917,36 @@ var DateTimeSelector = (props) => {
5857
5917
  })
5858
5918
  ),
5859
5919
  children: [
5860
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ButtonGroup, { stretched: true, children: [
5861
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
5862
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
5920
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(ButtonGroup, { stretched: true, children: [
5921
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
5922
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
5863
5923
  ] }) }),
5864
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5865
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-datetime-calendar-wrap" }),
5866
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5867
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5868
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Calendar, { size, showOtherMonth: true, dir }) }),
5869
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-datetime-time-wrap" })
5924
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
5925
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-datetime-calendar-wrap" }),
5926
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5927
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
5928
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Calendar, { size, showOtherMonth: true, dir }) }),
5929
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-datetime-time-wrap" })
5870
5930
  ] }) }),
5871
- actionButtons && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5872
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
5873
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { size, className: "k-time-cancel", children: "Cancel" })
5931
+ actionButtons && /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5932
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
5933
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { size, className: "k-time-cancel", children: "Cancel" })
5874
5934
  ] })
5875
5935
  ]
5876
5936
  }
5877
5937
  );
5878
5938
  };
5879
- DateTimeSelector.states = states24;
5880
- DateTimeSelector.options = options22;
5939
+ DateTimeSelector.states = states26;
5940
+ DateTimeSelector.options = options24;
5881
5941
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
5882
- DateTimeSelector.defaultProps = defaultProps21;
5942
+ DateTimeSelector.defaultProps = defaultProps23;
5883
5943
 
5884
5944
  // src/action-sheet/action-sheet.spec.tsx
5885
- var import_jsx_runtime52 = require("react/jsx-runtime");
5945
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5886
5946
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5887
- var states25 = [];
5888
- var options23 = {};
5889
- var defaultProps22 = {
5947
+ var states27 = [];
5948
+ var options25 = {};
5949
+ var defaultProps24 = {
5890
5950
  side: "bottom",
5891
5951
  fullscreen: false,
5892
5952
  adaptive: false,
@@ -5899,14 +5959,14 @@ var ActionSheet = (props) => {
5899
5959
  header,
5900
5960
  footer,
5901
5961
  actions,
5902
- side = defaultProps22.side,
5903
- fullscreen = defaultProps22.fullscreen,
5904
- adaptive = defaultProps22.adaptive,
5905
- overlay = defaultProps22.overlay,
5962
+ side = defaultProps24.side,
5963
+ fullscreen = defaultProps24.fullscreen,
5964
+ adaptive = defaultProps24.adaptive,
5965
+ overlay = defaultProps24.overlay,
5906
5966
  ...other
5907
5967
  } = props;
5908
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5909
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5968
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5969
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5910
5970
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5911
5971
  switch (child.type) {
5912
5972
  case ActionSheetHeader:
@@ -5916,10 +5976,10 @@ var ActionSheet = (props) => {
5916
5976
  return true;
5917
5977
  }
5918
5978
  return true;
5919
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_jsx_runtime52.Fragment, {});
5920
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-actionsheet-container", children: [
5921
- overlay && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-overlay" }),
5922
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5979
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, {});
5980
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "k-actionsheet-container", children: [
5981
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-overlay" }),
5982
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5923
5983
  AnimationContainer,
5924
5984
  {
5925
5985
  animationStyle: {
@@ -5929,7 +5989,7 @@ var ActionSheet = (props) => {
5929
5989
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5930
5990
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5931
5991
  },
5932
- children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5992
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5933
5993
  "div",
5934
5994
  {
5935
5995
  ...other,
@@ -5942,9 +6002,9 @@ var ActionSheet = (props) => {
5942
6002
  "k-adaptive-actionsheet": adaptive
5943
6003
  }
5944
6004
  ),
5945
- children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6005
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
5946
6006
  _ActionSheetHeader,
5947
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: classNames(
6007
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: classNames(
5948
6008
  "k-actionsheet-content",
5949
6009
  {
5950
6010
  "!k-overflow-hidden": adaptive
@@ -5958,15 +6018,15 @@ var ActionSheet = (props) => {
5958
6018
  )
5959
6019
  ] });
5960
6020
  };
5961
- ActionSheet.states = states25;
5962
- ActionSheet.options = options23;
6021
+ ActionSheet.states = states27;
6022
+ ActionSheet.options = options25;
5963
6023
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5964
- ActionSheet.defaultProps = defaultProps22;
6024
+ ActionSheet.defaultProps = defaultProps24;
5965
6025
 
5966
6026
  // src/searchbox/searchbox.spec.tsx
5967
- var import_jsx_runtime53 = require("react/jsx-runtime");
6027
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5968
6028
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5969
- var states26 = [
6029
+ var states28 = [
5970
6030
  States.hover,
5971
6031
  States.focus,
5972
6032
  States.valid,
@@ -5975,12 +6035,12 @@ var states26 = [
5975
6035
  States.disabled,
5976
6036
  States.loading
5977
6037
  ];
5978
- var options24 = {
6038
+ var options26 = {
5979
6039
  size: [Size.small, Size.medium, Size.large],
5980
6040
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5981
6041
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5982
6042
  };
5983
- var defaultProps23 = {
6043
+ var defaultProps25 = {
5984
6044
  showIcon: true,
5985
6045
  icon: "search",
5986
6046
  size: Input.defaultProps.size,
@@ -6001,11 +6061,11 @@ var Searchbox = (props) => {
6001
6061
  required,
6002
6062
  loading,
6003
6063
  disabled,
6004
- showIcon = defaultProps23.showIcon,
6005
- icon = defaultProps23.icon,
6064
+ showIcon = defaultProps25.showIcon,
6065
+ icon = defaultProps25.icon,
6006
6066
  ...other
6007
6067
  } = props;
6008
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6068
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
6009
6069
  Input,
6010
6070
  {
6011
6071
  ...other,
@@ -6021,25 +6081,25 @@ var Searchbox = (props) => {
6021
6081
  disabled,
6022
6082
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
6023
6083
  children: [
6024
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-input-icon", icon }),
6025
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputInnerInput, { placeholder, value }),
6026
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputLoadingIcon, { ...props }),
6027
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputValidationIcon, { ...props }),
6028
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputClearValue, { ...props })
6084
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { className: "k-input-icon", icon }),
6085
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputInnerInput, { placeholder, value }),
6086
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputLoadingIcon, { ...props }),
6087
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputValidationIcon, { ...props }),
6088
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputClearValue, { ...props })
6029
6089
  ]
6030
6090
  }
6031
6091
  );
6032
6092
  };
6033
- Searchbox.states = states26;
6034
- Searchbox.options = options24;
6093
+ Searchbox.states = states28;
6094
+ Searchbox.options = options26;
6035
6095
  Searchbox.className = SEARCHBOX_CLASSNAME;
6036
- Searchbox.defaultProps = defaultProps23;
6096
+ Searchbox.defaultProps = defaultProps25;
6037
6097
 
6038
6098
  // src/searchbox/templates/searchbox-normal.tsx
6039
- var import_jsx_runtime54 = require("react/jsx-runtime");
6099
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6040
6100
 
6041
6101
  // src/action-sheet/actionsheet-header.tsx
6042
- var import_jsx_runtime55 = require("react/jsx-runtime");
6102
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6043
6103
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6044
6104
  var ActionSheetHeader = (props) => {
6045
6105
  const {
@@ -6049,7 +6109,7 @@ var ActionSheetHeader = (props) => {
6049
6109
  filter,
6050
6110
  ...other
6051
6111
  } = props;
6052
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6112
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6053
6113
  "div",
6054
6114
  {
6055
6115
  ...other,
@@ -6057,30 +6117,30 @@ var ActionSheetHeader = (props) => {
6057
6117
  props.className,
6058
6118
  ACTIONSHEETHEADER_CLASSNAME
6059
6119
  ),
6060
- children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6061
- /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6062
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-actionsheet-title", children: [
6063
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-text-center", children: title }),
6064
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6120
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
6121
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6122
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_jsx_runtime57.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-actionsheet-title", children: [
6123
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-text-center", children: title }),
6124
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6065
6125
  ] }) }),
6066
- props.children && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6067
- actions && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6126
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6127
+ actions && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_jsx_runtime57.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6068
6128
  ] }),
6069
- filter && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6129
+ filter && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_jsx_runtime57.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6070
6130
  ] })
6071
6131
  }
6072
6132
  );
6073
6133
  };
6074
6134
 
6075
6135
  // src/action-sheet/actionsheet-footer.tsx
6076
- var import_jsx_runtime56 = require("react/jsx-runtime");
6136
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6077
6137
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6078
6138
  var ActionSheetFooter = (props) => {
6079
6139
  const {
6080
6140
  actions,
6081
6141
  ...other
6082
6142
  } = props;
6083
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6143
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6084
6144
  action_buttons_spec_default,
6085
6145
  {
6086
6146
  ...other,
@@ -6089,17 +6149,17 @@ var ActionSheetFooter = (props) => {
6089
6149
  ACTIONSHEETFOOTER_CLASSNAME
6090
6150
  ),
6091
6151
  alignment: "stretched",
6092
- children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6152
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
6093
6153
  actions && actions.map((action, index) => {
6094
6154
  if (action === "|") {
6095
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-separator" }, index);
6155
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-separator" }, index);
6096
6156
  }
6097
6157
  if (action === " ") {
6098
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-spacer" }, index);
6158
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-spacer" }, index);
6099
6159
  }
6100
6160
  const importantFlag = action.startsWith("!");
6101
6161
  const actionName = importantFlag ? action.substring(1) : action;
6102
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6162
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6103
6163
  }),
6104
6164
  !actions && props.children
6105
6165
  ] })
@@ -6108,12 +6168,12 @@ var ActionSheetFooter = (props) => {
6108
6168
  };
6109
6169
 
6110
6170
  // src/action-sheet/actionsheet-items.tsx
6111
- var import_jsx_runtime57 = require("react/jsx-runtime");
6171
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6112
6172
  var ActionSheetItems = (props) => {
6113
6173
  const {
6114
6174
  ...other
6115
6175
  } = props;
6116
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6176
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6117
6177
  "div",
6118
6178
  {
6119
6179
  ...other,
@@ -6127,8 +6187,8 @@ var ActionSheetItems = (props) => {
6127
6187
  };
6128
6188
 
6129
6189
  // src/action-sheet/actionsheet-item.tsx
6130
- var import_jsx_runtime58 = require("react/jsx-runtime");
6131
- var states27 = [
6190
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6191
+ var states29 = [
6132
6192
  States.hover,
6133
6193
  States.focus,
6134
6194
  States.selected,
@@ -6136,9 +6196,9 @@ var states27 = [
6136
6196
  ];
6137
6197
 
6138
6198
  // src/datetimepicker/datetimepicker.spec.tsx
6139
- var import_jsx_runtime59 = require("react/jsx-runtime");
6199
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6140
6200
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
6141
- var states28 = [
6201
+ var states30 = [
6142
6202
  States.hover,
6143
6203
  States.focus,
6144
6204
  States.valid,
@@ -6148,12 +6208,12 @@ var states28 = [
6148
6208
  States.loading,
6149
6209
  States.readonly
6150
6210
  ];
6151
- var options25 = {
6211
+ var options27 = {
6152
6212
  size: [Size.small, Size.medium, Size.large],
6153
6213
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6154
6214
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6155
6215
  };
6156
- var defaultProps24 = {
6216
+ var defaultProps26 = {
6157
6217
  tab: "date",
6158
6218
  size: Input.defaultProps.size,
6159
6219
  rounded: Input.defaultProps.rounded,
@@ -6177,14 +6237,14 @@ var DateTimePicker = (props) => {
6177
6237
  disabled,
6178
6238
  readonly,
6179
6239
  opened,
6180
- tab = defaultProps24.tab,
6240
+ tab = defaultProps26.tab,
6181
6241
  dir,
6182
6242
  adaptive,
6183
6243
  adaptiveSettings,
6184
6244
  ...other
6185
6245
  } = props;
6186
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
6187
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
6246
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
6247
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
6188
6248
  Input,
6189
6249
  {
6190
6250
  ...other,
@@ -6202,9 +6262,9 @@ var DateTimePicker = (props) => {
6202
6262
  readonly,
6203
6263
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
6204
6264
  children: [
6205
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputPrefix, { children: prefix }),
6206
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputInnerInput, { placeholder, value }),
6207
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6265
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputPrefix, { children: prefix }),
6266
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputInnerInput, { placeholder, value }),
6267
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6208
6268
  InputValidationIcon,
6209
6269
  {
6210
6270
  valid,
@@ -6213,14 +6273,14 @@ var DateTimePicker = (props) => {
6213
6273
  disabled
6214
6274
  }
6215
6275
  ),
6216
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6276
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6217
6277
  InputLoadingIcon,
6218
6278
  {
6219
6279
  loading,
6220
6280
  disabled
6221
6281
  }
6222
6282
  ),
6223
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6283
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6224
6284
  InputClearValue,
6225
6285
  {
6226
6286
  loading,
@@ -6229,8 +6289,8 @@ var DateTimePicker = (props) => {
6229
6289
  value
6230
6290
  }
6231
6291
  ),
6232
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputSuffix, { children: suffix }),
6233
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6292
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputSuffix, { children: suffix }),
6293
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6234
6294
  Button,
6235
6295
  {
6236
6296
  className: "k-input-button",
@@ -6243,9 +6303,9 @@ var DateTimePicker = (props) => {
6243
6303
  ]
6244
6304
  }
6245
6305
  ),
6246
- opened && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(DateTimeSelector, { tab, dir }) }),
6247
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6248
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6306
+ opened && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DateTimeSelector, { tab, dir }) }),
6307
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6308
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6249
6309
  ActionSheetHeader,
6250
6310
  {
6251
6311
  actions: ["x"],
@@ -6253,43 +6313,43 @@ var DateTimePicker = (props) => {
6253
6313
  subTitle: "DD / MM / YY"
6254
6314
  }
6255
6315
  ),
6256
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6257
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6316
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6317
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6258
6318
  ] })
6259
6319
  ] });
6260
6320
  };
6261
- DateTimePicker.states = states28;
6262
- DateTimePicker.options = options25;
6321
+ DateTimePicker.states = states30;
6322
+ DateTimePicker.options = options27;
6263
6323
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
6264
- DateTimePicker.defaultProps = defaultProps24;
6324
+ DateTimePicker.defaultProps = defaultProps26;
6265
6325
 
6266
6326
  // src/datetimepicker/templates/datetimepicker-normal.tsx
6267
- var import_jsx_runtime60 = require("react/jsx-runtime");
6327
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6268
6328
 
6269
6329
  // src/datetimepicker/templates/datetimepicker-popup.tsx
6270
- var import_jsx_runtime61 = require("react/jsx-runtime");
6330
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6271
6331
 
6272
6332
  // src/datetimepicker/templates/datetimepicker-adaptive.tsx
6273
- var import_jsx_runtime62 = require("react/jsx-runtime");
6333
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6274
6334
 
6275
6335
  // src/nodata/nodata.tsx
6276
- var import_jsx_runtime63 = require("react/jsx-runtime");
6336
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6277
6337
  var className14 = `k-nodata`;
6278
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: classNames(className14, props.className), children: props.children });
6338
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: classNames(className14, props.className), children: props.children });
6279
6339
 
6280
6340
  // src/list/list.spec.tsx
6281
- var import_jsx_runtime64 = require("react/jsx-runtime");
6341
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6282
6342
  var LIST_CLASSNAME = `k-list`;
6283
- var states29 = [];
6284
- var options26 = {
6343
+ var states31 = [];
6344
+ var options28 = {
6285
6345
  size: [Size.small, Size.medium, Size.large]
6286
6346
  };
6287
- var defaultProps25 = {
6347
+ var defaultProps27 = {
6288
6348
  size: Size.medium
6289
6349
  };
6290
6350
  var List = (props) => {
6291
6351
  const {
6292
- size = defaultProps25.size,
6352
+ size = defaultProps27.size,
6293
6353
  virtualization,
6294
6354
  children,
6295
6355
  optionLabel,
@@ -6306,7 +6366,7 @@ var List = (props) => {
6306
6366
  listHeader = child.props.label;
6307
6367
  child.props.children.map((optChild, index2) => {
6308
6368
  listChildren.push(
6309
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6369
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6310
6370
  ListItem,
6311
6371
  {
6312
6372
  ...optChild.props
@@ -6322,7 +6382,7 @@ var List = (props) => {
6322
6382
  groupLabel = child.props.label;
6323
6383
  }
6324
6384
  listChildren.push(
6325
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6385
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6326
6386
  ListItem,
6327
6387
  {
6328
6388
  className: index2 === 0 ? "k-first" : "",
@@ -6334,16 +6394,16 @@ var List = (props) => {
6334
6394
  );
6335
6395
  });
6336
6396
  }
6337
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6397
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6338
6398
  } else if (child.type === ListItem) {
6339
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6340
- listContent = /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListContent, { virtualization, children: listChildren });
6399
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6400
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListContent, { virtualization, children: listChildren });
6341
6401
  }
6342
6402
  });
6343
6403
  } else {
6344
- listContent = /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NoData, { children: "No data found." });
6404
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NoData, { children: "No data found." });
6345
6405
  }
6346
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6406
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6347
6407
  "div",
6348
6408
  {
6349
6409
  ...other,
@@ -6365,24 +6425,24 @@ var List = (props) => {
6365
6425
  }
6366
6426
  );
6367
6427
  };
6368
- List.states = states29;
6369
- List.options = options26;
6428
+ List.states = states31;
6429
+ List.options = options28;
6370
6430
  List.className = LIST_CLASSNAME;
6371
- List.defaultProps = defaultProps25;
6431
+ List.defaultProps = defaultProps27;
6372
6432
 
6373
6433
  // src/list/list-angular.spec.tsx
6374
- var import_jsx_runtime65 = require("react/jsx-runtime");
6434
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6375
6435
  var LISTANGULAR_CLASSNAME = `k-list`;
6376
- var states30 = [];
6377
- var options27 = {
6436
+ var states32 = [];
6437
+ var options29 = {
6378
6438
  size: [Size.small, Size.medium, Size.large]
6379
6439
  };
6380
- var defaultProps26 = {
6440
+ var defaultProps28 = {
6381
6441
  size: Size.medium
6382
6442
  };
6383
6443
  var ListAngular = (props) => {
6384
6444
  const {
6385
- size = defaultProps26.size,
6445
+ size = defaultProps28.size,
6386
6446
  virtualization,
6387
6447
  children,
6388
6448
  ...other
@@ -6398,7 +6458,7 @@ var ListAngular = (props) => {
6398
6458
  listHeader = child.props.label;
6399
6459
  child.props.children.map((optChild, index2) => {
6400
6460
  listChildren.push(
6401
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6461
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6402
6462
  ListItem,
6403
6463
  {
6404
6464
  ...optChild.props
@@ -6409,7 +6469,7 @@ var ListAngular = (props) => {
6409
6469
  });
6410
6470
  } else {
6411
6471
  listChildren.push(
6412
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6472
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6413
6473
  ListGroupItem,
6414
6474
  {
6415
6475
  ...child.props,
@@ -6420,7 +6480,7 @@ var ListAngular = (props) => {
6420
6480
  );
6421
6481
  child.props.children.map((optChild, index2) => {
6422
6482
  listChildren.push(
6423
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6483
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6424
6484
  ListItem,
6425
6485
  {
6426
6486
  ...optChild.props
@@ -6430,16 +6490,16 @@ var ListAngular = (props) => {
6430
6490
  );
6431
6491
  });
6432
6492
  }
6433
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6493
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6434
6494
  } else if (child.type === ListItem) {
6435
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6436
- listContent = /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ListContent, { virtualization, children: listChildren });
6495
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6496
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ListContent, { virtualization, children: listChildren });
6437
6497
  }
6438
6498
  });
6439
6499
  } else {
6440
- listContent = /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(NoData, { children: "No data found." });
6500
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(NoData, { children: "No data found." });
6441
6501
  }
6442
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6502
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6443
6503
  "div",
6444
6504
  {
6445
6505
  ...other,
@@ -6460,22 +6520,22 @@ var ListAngular = (props) => {
6460
6520
  }
6461
6521
  );
6462
6522
  };
6463
- ListAngular.states = states30;
6464
- ListAngular.options = options27;
6523
+ ListAngular.states = states32;
6524
+ ListAngular.options = options29;
6465
6525
  ListAngular.className = LISTANGULAR_CLASSNAME;
6466
- ListAngular.defaultProps = defaultProps26;
6526
+ ListAngular.defaultProps = defaultProps28;
6467
6527
 
6468
6528
  // src/list/list-item.spec.tsx
6469
- var import_jsx_runtime66 = require("react/jsx-runtime");
6529
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6470
6530
  var LISTITEM_CLASSNAME = `k-list-item`;
6471
- var states31 = [
6531
+ var states33 = [
6472
6532
  States.hover,
6473
6533
  States.focus,
6474
6534
  States.selected,
6475
6535
  States.disabled
6476
6536
  ];
6477
- var options28 = {};
6478
- var defaultProps27 = {};
6537
+ var options30 = {};
6538
+ var defaultProps29 = {};
6479
6539
  var ListItem = (props) => {
6480
6540
  const {
6481
6541
  text,
@@ -6491,7 +6551,7 @@ var ListItem = (props) => {
6491
6551
  ...other
6492
6552
  } = props;
6493
6553
  const textOrChildren = text ? text : props.children;
6494
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6554
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6495
6555
  "li",
6496
6556
  {
6497
6557
  ...other,
@@ -6506,66 +6566,66 @@ var ListItem = (props) => {
6506
6566
  })
6507
6567
  ),
6508
6568
  children: [
6509
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, { checked }),
6510
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: iconName }),
6511
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6512
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6569
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Checkbox, { checked }),
6570
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: iconName }),
6571
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6572
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6513
6573
  ]
6514
6574
  }
6515
6575
  );
6516
6576
  };
6517
- ListItem.states = states31;
6518
- ListItem.options = options28;
6577
+ ListItem.states = states33;
6578
+ ListItem.options = options30;
6519
6579
  ListItem.className = LISTITEM_CLASSNAME;
6520
- ListItem.defaultProps = defaultProps27;
6580
+ ListItem.defaultProps = defaultProps29;
6521
6581
 
6522
6582
  // src/list/list-content.tsx
6523
- var import_jsx_runtime67 = require("react/jsx-runtime");
6583
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6524
6584
  var className15 = `k-list-content`;
6525
6585
  var ListContent = (props) => {
6526
6586
  const {
6527
6587
  virtualization
6528
6588
  } = props;
6529
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: classNames(className15, props.className), children: [
6530
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6531
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", {}) })
6589
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: classNames(className15, props.className), children: [
6590
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6591
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", {}) })
6532
6592
  ] });
6533
6593
  };
6534
6594
 
6535
6595
  // src/list/list-header.tsx
6536
- var import_jsx_runtime68 = require("react/jsx-runtime");
6596
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6537
6597
  var className16 = `k-list-group-sticky-header`;
6538
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6598
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6539
6599
 
6540
6600
  // src/list/list-group.tsx
6541
- var import_jsx_runtime69 = require("react/jsx-runtime");
6601
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6542
6602
  var ListGroup = (props) => {
6543
6603
  const {
6544
6604
  virtualization,
6545
6605
  label
6546
6606
  } = props;
6547
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_jsx_runtime69.Fragment, { children: [
6548
- label && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ListHeader, { children: label }),
6549
- props.children && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ListContent, { virtualization, children: props.children })
6607
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(import_jsx_runtime71.Fragment, { children: [
6608
+ label && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListHeader, { children: label }),
6609
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListContent, { virtualization, children: props.children })
6550
6610
  ] });
6551
6611
  };
6552
6612
 
6553
6613
  // src/list/list-group-item.tsx
6554
- var import_jsx_runtime70 = require("react/jsx-runtime");
6614
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6555
6615
  var className17 = `k-list-group-item`;
6556
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6616
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6557
6617
 
6558
6618
  // src/list/list-option-label.tsx
6559
- var import_jsx_runtime71 = require("react/jsx-runtime");
6619
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6560
6620
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6561
- var states32 = [
6621
+ var states34 = [
6562
6622
  States.hover,
6563
6623
  States.focus,
6564
6624
  States.selected,
6565
6625
  States.disabled
6566
6626
  ];
6567
- var options29 = {};
6568
- var defaultProps28 = {};
6627
+ var options31 = {};
6628
+ var defaultProps30 = {};
6569
6629
  var ListOptionLabel = (props) => {
6570
6630
  const {
6571
6631
  text,
@@ -6575,7 +6635,7 @@ var ListOptionLabel = (props) => {
6575
6635
  disabled,
6576
6636
  ...other
6577
6637
  } = props;
6578
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6638
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6579
6639
  "div",
6580
6640
  {
6581
6641
  ...other,
@@ -6592,36 +6652,36 @@ var ListOptionLabel = (props) => {
6592
6652
  }
6593
6653
  );
6594
6654
  };
6595
- ListOptionLabel.states = states32;
6596
- ListOptionLabel.options = options29;
6655
+ ListOptionLabel.states = states34;
6656
+ ListOptionLabel.options = options31;
6597
6657
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6598
- ListOptionLabel.defaultProps = defaultProps28;
6658
+ ListOptionLabel.defaultProps = defaultProps30;
6599
6659
 
6600
6660
  // src/list/templates/list-normal.tsx
6601
- var import_jsx_runtime72 = require("react/jsx-runtime");
6661
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6602
6662
 
6603
6663
  // src/list/templates/list-virtualization.tsx
6604
- var import_jsx_runtime73 = require("react/jsx-runtime");
6664
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6605
6665
 
6606
6666
  // src/list/templates/list-grouping.tsx
6607
- var import_jsx_runtime74 = require("react/jsx-runtime");
6667
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6608
6668
 
6609
6669
  // src/list/templates/list-virualization-grouping.tsx
6610
- var import_jsx_runtime75 = require("react/jsx-runtime");
6670
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6611
6671
 
6612
6672
  // src/list/templates/list-virtualization-angular.tsx
6613
- var import_jsx_runtime76 = require("react/jsx-runtime");
6673
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6614
6674
 
6615
6675
  // src/list/templates/list-grouping-angular.tsx
6616
- var import_jsx_runtime77 = require("react/jsx-runtime");
6676
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6617
6677
 
6618
6678
  // src/list/templates/list-virualization-grouping-angular.tsx
6619
- var import_jsx_runtime78 = require("react/jsx-runtime");
6679
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6620
6680
 
6621
6681
  // src/combobox/combobox.spec.tsx
6622
- var import_jsx_runtime79 = require("react/jsx-runtime");
6682
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6623
6683
  var COMBOBOX_CLASSNAME = `k-combobox`;
6624
- var states33 = [
6684
+ var states35 = [
6625
6685
  States.hover,
6626
6686
  States.focus,
6627
6687
  States.valid,
@@ -6631,12 +6691,12 @@ var states33 = [
6631
6691
  States.disabled,
6632
6692
  States.readonly
6633
6693
  ];
6634
- var defaultProps29 = {
6694
+ var defaultProps31 = {
6635
6695
  size: Input.defaultProps.size,
6636
6696
  rounded: Input.defaultProps.rounded,
6637
6697
  fillMode: Input.defaultProps.fillMode
6638
6698
  };
6639
- var options30 = {
6699
+ var options32 = {
6640
6700
  size: [Size.small, Size.medium, Size.large],
6641
6701
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6642
6702
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6664,8 +6724,8 @@ var Combobox = (props) => {
6664
6724
  adaptiveSettings,
6665
6725
  ...other
6666
6726
  } = props;
6667
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6668
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6727
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(import_jsx_runtime81.Fragment, { children: [
6728
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6669
6729
  Input,
6670
6730
  {
6671
6731
  ...other,
@@ -6682,9 +6742,9 @@ var Combobox = (props) => {
6682
6742
  readonly,
6683
6743
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6684
6744
  children: [
6685
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputPrefix, { children: prefix }),
6686
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputInnerInput, { placeholder, value }),
6687
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6745
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputPrefix, { children: prefix }),
6746
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputInnerInput, { placeholder, value }),
6747
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6688
6748
  InputValidationIcon,
6689
6749
  {
6690
6750
  valid,
@@ -6693,14 +6753,14 @@ var Combobox = (props) => {
6693
6753
  disabled
6694
6754
  }
6695
6755
  ),
6696
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6756
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6697
6757
  InputLoadingIcon,
6698
6758
  {
6699
6759
  loading,
6700
6760
  disabled
6701
6761
  }
6702
6762
  ),
6703
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6763
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6704
6764
  InputClearValue,
6705
6765
  {
6706
6766
  loading,
@@ -6709,8 +6769,8 @@ var Combobox = (props) => {
6709
6769
  value
6710
6770
  }
6711
6771
  ),
6712
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputSuffix, { children: suffix }),
6713
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6772
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputSuffix, { children: suffix }),
6773
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6714
6774
  Button,
6715
6775
  {
6716
6776
  className: "k-input-button",
@@ -6723,9 +6783,9 @@ var Combobox = (props) => {
6723
6783
  ]
6724
6784
  }
6725
6785
  ),
6726
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6727
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6728
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6786
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6787
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6788
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6729
6789
  ActionSheetHeader,
6730
6790
  {
6731
6791
  actions: ["x"],
@@ -6733,45 +6793,45 @@ var Combobox = (props) => {
6733
6793
  title: "Select Item"
6734
6794
  }
6735
6795
  ),
6736
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(List, { size: "large", children: [
6737
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(ListItem, { text: "List item" }),
6738
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(ListItem, { text: "List item" }),
6739
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(ListItem, { text: "List item" })
6796
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(List, { size: "large", children: [
6797
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" }),
6798
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" }),
6799
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListItem, { text: "List item" })
6740
6800
  ] }) })
6741
6801
  ] })
6742
6802
  ] });
6743
6803
  };
6744
- Combobox.states = states33;
6745
- Combobox.options = options30;
6804
+ Combobox.states = states35;
6805
+ Combobox.options = options32;
6746
6806
  Combobox.className = COMBOBOX_CLASSNAME;
6747
- Combobox.defaultProps = defaultProps29;
6807
+ Combobox.defaultProps = defaultProps31;
6748
6808
 
6749
6809
  // src/combobox/templates/combobox-normal.tsx
6750
- var import_jsx_runtime80 = require("react/jsx-runtime");
6810
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6751
6811
 
6752
6812
  // src/combobox/templates/combobox-popup.tsx
6753
- var import_jsx_runtime81 = require("react/jsx-runtime");
6813
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6754
6814
 
6755
6815
  // src/combobox/templates/combobox-grouping.tsx
6756
- var import_jsx_runtime82 = require("react/jsx-runtime");
6816
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6757
6817
 
6758
6818
  // src/combobox/templates/combobox-adaptive.tsx
6759
- var import_jsx_runtime83 = require("react/jsx-runtime");
6819
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6760
6820
 
6761
6821
  // src/chip/chip-action.tsx
6762
- var import_jsx_runtime84 = require("react/jsx-runtime");
6822
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6763
6823
 
6764
6824
  // src/avatar/avatar.spec.tsx
6765
- var import_jsx_runtime85 = require("react/jsx-runtime");
6825
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6766
6826
  var AVATAR_CLASSNAME = `k-avatar`;
6767
- var states34 = [
6827
+ var states36 = [
6768
6828
  States.hover,
6769
6829
  States.focus,
6770
6830
  States.active,
6771
6831
  States.selected,
6772
6832
  States.disabled
6773
6833
  ];
6774
- var options31 = {
6834
+ var options33 = {
6775
6835
  size: [Size.small, Size.medium, Size.large],
6776
6836
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6777
6837
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline],
@@ -6789,7 +6849,7 @@ var options31 = {
6789
6849
  ThemeColor.inverse
6790
6850
  ]
6791
6851
  };
6792
- var defaultProps30 = {
6852
+ var defaultProps32 = {
6793
6853
  type: "text" /* TEXT */,
6794
6854
  size: Size.medium,
6795
6855
  rounded: Roundness.full,
@@ -6799,15 +6859,15 @@ var defaultProps30 = {
6799
6859
  };
6800
6860
  var Avatar = (props) => {
6801
6861
  const {
6802
- size = defaultProps30.size,
6803
- rounded = defaultProps30.rounded,
6804
- fillMode = defaultProps30.fillMode,
6805
- themeColor = defaultProps30.themeColor,
6806
- type = defaultProps30.type,
6807
- border = defaultProps30.border,
6862
+ size = defaultProps32.size,
6863
+ rounded = defaultProps32.rounded,
6864
+ fillMode = defaultProps32.fillMode,
6865
+ themeColor = defaultProps32.themeColor,
6866
+ type = defaultProps32.type,
6867
+ border = defaultProps32.border,
6808
6868
  ...other
6809
6869
  } = props;
6810
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6870
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6811
6871
  "div",
6812
6872
  {
6813
6873
  ...other,
@@ -6824,35 +6884,35 @@ var Avatar = (props) => {
6824
6884
  [`${AVATAR_CLASSNAME}-bordered`]: border
6825
6885
  }
6826
6886
  ),
6827
- children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
6887
+ children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
6828
6888
  }
6829
6889
  );
6830
6890
  };
6831
- Avatar.states = states34;
6832
- Avatar.options = options31;
6891
+ Avatar.states = states36;
6892
+ Avatar.options = options33;
6833
6893
  Avatar.className = AVATAR_CLASSNAME;
6834
- Avatar.defaultProps = defaultProps30;
6894
+ Avatar.defaultProps = defaultProps32;
6835
6895
 
6836
6896
  // src/avatar/templates/avatar-icon.tsx
6837
- var import_jsx_runtime86 = require("react/jsx-runtime");
6897
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6838
6898
 
6839
6899
  // src/avatar/templates/avatar-text.tsx
6840
- var import_jsx_runtime87 = require("react/jsx-runtime");
6900
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6841
6901
 
6842
6902
  // src/avatar/templates/avatar-image.tsx
6843
- var import_jsx_runtime88 = require("react/jsx-runtime");
6903
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6844
6904
 
6845
6905
  // src/chip/chip.spec.tsx
6846
- var import_jsx_runtime89 = require("react/jsx-runtime");
6906
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6847
6907
  var CHIP_CLASSNAME = `k-chip`;
6848
- var states35 = [
6908
+ var states37 = [
6849
6909
  States.hover,
6850
6910
  States.focus,
6851
6911
  States.active,
6852
6912
  States.selected,
6853
6913
  States.disabled
6854
6914
  ];
6855
- var options32 = {
6915
+ var options34 = {
6856
6916
  size: [Size.small, Size.medium, Size.large],
6857
6917
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6858
6918
  fillMode: [FillMode.solid, FillMode.outline],
@@ -6864,7 +6924,7 @@ var options32 = {
6864
6924
  ThemeColor.info
6865
6925
  ]
6866
6926
  };
6867
- var defaultProps31 = {
6927
+ var defaultProps33 = {
6868
6928
  size: Size.medium,
6869
6929
  rounded: Roundness.medium,
6870
6930
  fillMode: FillMode.solid,
@@ -6872,10 +6932,10 @@ var defaultProps31 = {
6872
6932
  };
6873
6933
  var Chip = (props) => {
6874
6934
  const {
6875
- size = defaultProps31.size,
6876
- rounded = defaultProps31.rounded,
6877
- fillMode = defaultProps31.fillMode,
6878
- themeColor = defaultProps31.themeColor,
6935
+ size = defaultProps33.size,
6936
+ rounded = defaultProps33.rounded,
6937
+ fillMode = defaultProps33.fillMode,
6938
+ themeColor = defaultProps33.themeColor,
6879
6939
  text,
6880
6940
  icon,
6881
6941
  actions,
@@ -6887,7 +6947,7 @@ var Chip = (props) => {
6887
6947
  disabled,
6888
6948
  ...other
6889
6949
  } = props;
6890
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
6950
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6891
6951
  "div",
6892
6952
  {
6893
6953
  ...other,
@@ -6909,35 +6969,35 @@ var Chip = (props) => {
6909
6969
  })
6910
6970
  ),
6911
6971
  children: [
6912
- icon && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
6913
- showAvatar && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6914
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
6915
- actions && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-chip-actions", children: actions })
6972
+ icon && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
6973
+ showAvatar && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6974
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
6975
+ actions && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "k-chip-actions", children: actions })
6916
6976
  ]
6917
6977
  }
6918
6978
  );
6919
6979
  };
6920
- Chip.states = states35;
6921
- Chip.options = options32;
6980
+ Chip.states = states37;
6981
+ Chip.options = options34;
6922
6982
  Chip.className = CHIP_CLASSNAME;
6923
- Chip.defaultProps = defaultProps31;
6983
+ Chip.defaultProps = defaultProps33;
6924
6984
 
6925
6985
  // src/chip/chip-list.spec.tsx
6926
- var import_jsx_runtime90 = require("react/jsx-runtime");
6986
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6927
6987
  var CHIPLIST_CLASSNAME = `k-chip-list`;
6928
- var states36 = [];
6929
- var options33 = {
6988
+ var states38 = [];
6989
+ var options35 = {
6930
6990
  size: [Size.small, Size.medium, Size.large]
6931
6991
  };
6932
- var defaultProps32 = {
6992
+ var defaultProps34 = {
6933
6993
  size: Size.medium
6934
6994
  };
6935
6995
  var ChipList = (props) => {
6936
6996
  const {
6937
- size = defaultProps32.size,
6997
+ size = defaultProps34.size,
6938
6998
  ...other
6939
6999
  } = props;
6940
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
7000
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6941
7001
  "div",
6942
7002
  {
6943
7003
  ...other,
@@ -6952,27 +7012,27 @@ var ChipList = (props) => {
6952
7012
  }
6953
7013
  );
6954
7014
  };
6955
- ChipList.states = states36;
6956
- ChipList.options = options33;
7015
+ ChipList.states = states38;
7016
+ ChipList.options = options35;
6957
7017
  ChipList.className = CHIPLIST_CLASSNAME;
6958
- ChipList.defaultProps = defaultProps32;
7018
+ ChipList.defaultProps = defaultProps34;
6959
7019
 
6960
7020
  // src/chip/templates/chip-avatar.tsx
6961
- var import_jsx_runtime91 = require("react/jsx-runtime");
7021
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6962
7022
 
6963
7023
  // src/chip/templates/chip-icon.tsx
6964
- var import_jsx_runtime92 = require("react/jsx-runtime");
7024
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6965
7025
 
6966
7026
  // src/chip/templates/chip-normal.tsx
6967
- var import_jsx_runtime93 = require("react/jsx-runtime");
7027
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6968
7028
 
6969
7029
  // src/chip/templates/chip-removable.tsx
6970
- var import_jsx_runtime94 = require("react/jsx-runtime");
7030
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6971
7031
 
6972
7032
  // src/multiselect/multiselect.spec.tsx
6973
- var import_jsx_runtime95 = require("react/jsx-runtime");
7033
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6974
7034
  var MULTISELECT_CLASSNAME = `k-multiselect`;
6975
- var states37 = [
7035
+ var states39 = [
6976
7036
  States.hover,
6977
7037
  States.focus,
6978
7038
  States.valid,
@@ -6982,12 +7042,12 @@ var states37 = [
6982
7042
  States.loading,
6983
7043
  States.readonly
6984
7044
  ];
6985
- var options34 = {
7045
+ var options36 = {
6986
7046
  size: [Size.small, Size.medium, Size.large],
6987
7047
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6988
7048
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6989
7049
  };
6990
- var defaultProps33 = {
7050
+ var defaultProps35 = {
6991
7051
  size: Input.defaultProps.size,
6992
7052
  rounded: Input.defaultProps.rounded,
6993
7053
  fillMode: Input.defaultProps.fillMode
@@ -7017,8 +7077,8 @@ var MultiSelect = (props) => {
7017
7077
  adaptiveSettings,
7018
7078
  ...other
7019
7079
  } = props;
7020
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_jsx_runtime95.Fragment, { children: [
7021
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
7080
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(import_jsx_runtime97.Fragment, { children: [
7081
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
7022
7082
  Input,
7023
7083
  {
7024
7084
  ...other,
@@ -7035,12 +7095,12 @@ var MultiSelect = (props) => {
7035
7095
  readonly,
7036
7096
  className: classNames(props.className, MULTISELECT_CLASSNAME),
7037
7097
  children: [
7038
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(InputPrefix, { children: prefix }),
7039
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-input-values", children: [
7040
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ChipList, { size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_jsx_runtime95.Fragment, { children: tags }) }),
7041
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(InputInnerInput, { placeholder, value })
7098
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(InputPrefix, { children: prefix }),
7099
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "k-input-values", children: [
7100
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ChipList, { size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(import_jsx_runtime97.Fragment, { children: tags }) }),
7101
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(InputInnerInput, { placeholder, value })
7042
7102
  ] }),
7043
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7103
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7044
7104
  InputValidationIcon,
7045
7105
  {
7046
7106
  valid,
@@ -7049,14 +7109,14 @@ var MultiSelect = (props) => {
7049
7109
  disabled
7050
7110
  }
7051
7111
  ),
7052
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7112
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7053
7113
  InputLoadingIcon,
7054
7114
  {
7055
7115
  loading,
7056
7116
  disabled
7057
7117
  }
7058
7118
  ),
7059
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7119
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7060
7120
  InputClearValue,
7061
7121
  {
7062
7122
  loading,
@@ -7065,8 +7125,8 @@ var MultiSelect = (props) => {
7065
7125
  value: tags ? "value" : ""
7066
7126
  }
7067
7127
  ),
7068
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(InputSuffix, { children: suffix }),
7069
- showArrowButton && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7128
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(InputSuffix, { children: suffix }),
7129
+ showArrowButton && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7070
7130
  Button,
7071
7131
  {
7072
7132
  className: "k-input-button",
@@ -7079,9 +7139,9 @@ var MultiSelect = (props) => {
7079
7139
  ]
7080
7140
  }
7081
7141
  ),
7082
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Popup, { className: "k-list-container k-multiselect-popup", children: popup }),
7083
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7084
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7142
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(Popup, { className: "k-list-container k-multiselect-popup", children: popup }),
7143
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7144
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7085
7145
  ActionSheetHeader,
7086
7146
  {
7087
7147
  actions: ["x"],
@@ -7089,41 +7149,41 @@ var MultiSelect = (props) => {
7089
7149
  title: "Select Item"
7090
7150
  }
7091
7151
  ),
7092
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(List, { size: "large", children: [
7093
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ListItem, { text: "List item" }),
7094
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ListItem, { text: "List item" }),
7095
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ListItem, { text: "List item" })
7152
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(List, { size: "large", children: [
7153
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ListItem, { text: "List item" }),
7154
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ListItem, { text: "List item" }),
7155
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ListItem, { text: "List item" })
7096
7156
  ] }) })
7097
7157
  ] })
7098
7158
  ] });
7099
7159
  };
7100
- MultiSelect.states = states37;
7101
- MultiSelect.options = options34;
7160
+ MultiSelect.states = states39;
7161
+ MultiSelect.options = options36;
7102
7162
  MultiSelect.className = MULTISELECT_CLASSNAME;
7103
- MultiSelect.defaultProps = defaultProps33;
7163
+ MultiSelect.defaultProps = defaultProps35;
7104
7164
 
7105
7165
  // src/multiselect/templates/multiselect-normal.tsx
7106
- var import_jsx_runtime96 = require("react/jsx-runtime");
7166
+ var import_jsx_runtime98 = require("react/jsx-runtime");
7107
7167
 
7108
7168
  // src/multiselect/templates/multiselect-popup.tsx
7109
- var import_jsx_runtime97 = require("react/jsx-runtime");
7169
+ var import_jsx_runtime99 = require("react/jsx-runtime");
7110
7170
 
7111
7171
  // src/multiselect/templates/multiselect-value.tsx
7112
- var import_jsx_runtime98 = require("react/jsx-runtime");
7172
+ var import_jsx_runtime100 = require("react/jsx-runtime");
7113
7173
 
7114
7174
  // src/multiselect/templates/multiselect-arrow-button.tsx
7115
- var import_jsx_runtime99 = require("react/jsx-runtime");
7175
+ var import_jsx_runtime101 = require("react/jsx-runtime");
7116
7176
 
7117
7177
  // src/multiselect/templates/multiselect-adaptive.tsx
7118
- var import_jsx_runtime100 = require("react/jsx-runtime");
7178
+ var import_jsx_runtime102 = require("react/jsx-runtime");
7119
7179
 
7120
7180
  // src/multiselect/templates/multiselect-grouping.tsx
7121
- var import_jsx_runtime101 = require("react/jsx-runtime");
7181
+ var import_jsx_runtime103 = require("react/jsx-runtime");
7122
7182
 
7123
7183
  // src/form/form-field.tsx
7124
- var import_jsx_runtime102 = require("react/jsx-runtime");
7184
+ var import_jsx_runtime104 = require("react/jsx-runtime");
7125
7185
  var FORMFIELD_CLASSNAME = "k-form-field";
7126
- var states38 = [
7186
+ var states40 = [
7127
7187
  States.disabled
7128
7188
  ];
7129
7189
  var FormField = (props) => {
@@ -7139,7 +7199,7 @@ var FormField = (props) => {
7139
7199
  dir,
7140
7200
  colSpan
7141
7201
  } = props;
7142
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
7202
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
7143
7203
  "div",
7144
7204
  {
7145
7205
  className: classNames(
@@ -7152,19 +7212,19 @@ var FormField = (props) => {
7152
7212
  ),
7153
7213
  dir,
7154
7214
  children: [
7155
- label && /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("label", { className: classNames(
7215
+ label && /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("label", { className: classNames(
7156
7216
  "k-label",
7157
7217
  "k-form-label"
7158
7218
  ), children: [
7159
7219
  label,
7160
- optional && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
7161
- info && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("span", { className: "k-field-info", children: "(field info)" })
7220
+ optional && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
7221
+ info && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-field-info", children: "(field info)" })
7162
7222
  ] }),
7163
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
7164
- /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("div", { className: "k-form-field-wrap", children: [
7223
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
7224
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "k-form-field-wrap", children: [
7165
7225
  editor,
7166
- hint && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: "k-form-hint", children: hint }),
7167
- error && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: "k-form-error", children: error })
7226
+ hint && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-form-hint", children: hint }),
7227
+ error && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-form-error", children: error })
7168
7228
  ] })
7169
7229
  ]
7170
7230
  }
@@ -7173,7 +7233,7 @@ var FormField = (props) => {
7173
7233
  FormField.className = FORMFIELD_CLASSNAME;
7174
7234
 
7175
7235
  // src/form/fieldset.tsx
7176
- var import_jsx_runtime103 = require("react/jsx-runtime");
7236
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7177
7237
  var FIELDSET_CLASSNAME = "k-form-fieldset";
7178
7238
  var Fieldset = (props) => {
7179
7239
  const {
@@ -7183,9 +7243,9 @@ var Fieldset = (props) => {
7183
7243
  gapX,
7184
7244
  gapY
7185
7245
  } = props;
7186
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7187
- legend && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("legend", { className: "k-form-legend", children: legend }),
7188
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: classNames(
7246
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7247
+ legend && /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("legend", { className: "k-form-legend", children: legend }),
7248
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("div", { className: classNames(
7189
7249
  "k-form-layout",
7190
7250
  "k-d-grid",
7191
7251
  {
@@ -7193,37 +7253,37 @@ var Fieldset = (props) => {
7193
7253
  [`k-gap-x-${gapX}`]: gapX,
7194
7254
  [`k-gap-y-${gapY}`]: gapY
7195
7255
  }
7196
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(import_jsx_runtime103.Fragment, { children: props.children })
7256
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(import_jsx_runtime105.Fragment, { children: props.children })
7197
7257
  ] });
7198
7258
  };
7199
7259
  Fieldset.className = FIELDSET_CLASSNAME;
7200
7260
 
7201
7261
  // src/form/form.spec.tsx
7202
- var import_jsx_runtime104 = require("react/jsx-runtime");
7262
+ var import_jsx_runtime106 = require("react/jsx-runtime");
7203
7263
  var import_react = require("react");
7204
7264
  var FORM_CLASSNAME = "k-form";
7205
- var states39 = [];
7206
- var options35 = {
7265
+ var states41 = [];
7266
+ var options37 = {
7207
7267
  size: [Size.small, Size.medium, Size.large]
7208
7268
  };
7209
- var defaultProps34 = {
7269
+ var defaultProps36 = {
7210
7270
  size: Size.medium,
7211
7271
  layout: "basic",
7212
7272
  tag: "form"
7213
7273
  };
7214
7274
  var Form = (props) => {
7215
7275
  const {
7216
- size = defaultProps34.size,
7276
+ size = defaultProps36.size,
7217
7277
  orientation,
7218
- layout = defaultProps34.layout,
7278
+ layout = defaultProps36.layout,
7219
7279
  formButtons,
7220
7280
  cols,
7221
7281
  gapX,
7222
7282
  gapY,
7223
- tag = defaultProps34.tag,
7283
+ tag = defaultProps36.tag,
7224
7284
  children
7225
7285
  } = props;
7226
- const Parent = ({ tag: tag2, className: className18, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("form", { className: className18, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: className18, children: children2 });
7286
+ const Parent = ({ tag: tag2, className: className18, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("form", { className: className18, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: className18, children: children2 });
7227
7287
  const formChildren = [];
7228
7288
  if (children) {
7229
7289
  if (Array.isArray(children)) {
@@ -7242,7 +7302,7 @@ var Form = (props) => {
7242
7302
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
7243
7303
  }
7244
7304
  }
7245
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(Parent, { tag, className: classNames(
7305
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(Parent, { tag, className: classNames(
7246
7306
  props.className,
7247
7307
  FORM_CLASSNAME,
7248
7308
  optionClassNames(FORM_CLASSNAME, {
@@ -7252,7 +7312,7 @@ var Form = (props) => {
7252
7312
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
7253
7313
  }
7254
7314
  ), children: [
7255
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: classNames(
7315
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: classNames(
7256
7316
  "k-form-layout",
7257
7317
  "k-d-grid",
7258
7318
  {
@@ -7260,19 +7320,19 @@ var Form = (props) => {
7260
7320
  [`k-gap-x-${gapX}`]: gapX,
7261
7321
  [`k-gap-y-${gapY}`]: gapY
7262
7322
  }
7263
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(import_jsx_runtime104.Fragment, { children: formChildren }),
7264
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "k-form-buttons", children: formButtons })
7323
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(import_jsx_runtime106.Fragment, { children: formChildren }),
7324
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-form-buttons", children: formButtons })
7265
7325
  ] });
7266
7326
  };
7267
- Form.states = states39;
7268
- Form.options = options35;
7327
+ Form.states = states41;
7328
+ Form.options = options37;
7269
7329
  Form.className = FORM_CLASSNAME;
7270
- Form.defaultProps = defaultProps34;
7330
+ Form.defaultProps = defaultProps36;
7271
7331
 
7272
7332
  // src/radio/radio.spec.tsx
7273
- var import_jsx_runtime105 = require("react/jsx-runtime");
7333
+ var import_jsx_runtime107 = require("react/jsx-runtime");
7274
7334
  var RADIOBUTTON_CLASSNAME = `k-radio`;
7275
- var states40 = [
7335
+ var states42 = [
7276
7336
  States.hover,
7277
7337
  States.focus,
7278
7338
  States.valid,
@@ -7281,10 +7341,10 @@ var states40 = [
7281
7341
  States.disabled,
7282
7342
  States.checked
7283
7343
  ];
7284
- var options36 = {
7344
+ var options38 = {
7285
7345
  size: [Size.small, Size.medium, Size.large]
7286
7346
  };
7287
- var defaultProps35 = {
7347
+ var defaultProps37 = {
7288
7348
  size: Size.medium
7289
7349
  };
7290
7350
  var RadioButton = (props) => {
@@ -7297,10 +7357,10 @@ var RadioButton = (props) => {
7297
7357
  invalid,
7298
7358
  valid,
7299
7359
  required,
7300
- size = defaultProps35.size,
7360
+ size = defaultProps37.size,
7301
7361
  ...other
7302
7362
  } = props;
7303
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
7363
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7304
7364
  "input",
7305
7365
  {
7306
7366
  ...other,
@@ -7317,39 +7377,104 @@ var RadioButton = (props) => {
7317
7377
  }
7318
7378
  ) });
7319
7379
  };
7320
- RadioButton.states = states40;
7321
- RadioButton.options = options36;
7380
+ RadioButton.states = states42;
7381
+ RadioButton.options = options38;
7322
7382
  RadioButton.className = RADIOBUTTON_CLASSNAME;
7323
- RadioButton.defaultProps = defaultProps35;
7383
+ RadioButton.defaultProps = defaultProps37;
7384
+ var radio_spec_default = RadioButton;
7385
+
7386
+ // src/radio/radio-group.spec.tsx
7387
+ var import_jsx_runtime108 = require("react/jsx-runtime");
7388
+ var RADIOGROUP_CLASSNAME = `k-radio-list`;
7389
+ var states43 = [];
7390
+ var options39 = {};
7391
+ var defaultProps38 = {
7392
+ layout: "vertical"
7393
+ };
7394
+ var RadioGroup = (props) => {
7395
+ const {
7396
+ layout = defaultProps38.layout,
7397
+ ...other
7398
+ } = props;
7399
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
7400
+ "ul",
7401
+ {
7402
+ ...other,
7403
+ className: classNames(
7404
+ props.className,
7405
+ RADIOGROUP_CLASSNAME,
7406
+ {
7407
+ [`k-list-${layout}`]: layout
7408
+ }
7409
+ ),
7410
+ children: props.children
7411
+ }
7412
+ );
7413
+ };
7414
+ RadioGroup.states = states43;
7415
+ RadioGroup.options = options39;
7416
+ RadioGroup.className = RADIOGROUP_CLASSNAME;
7417
+ RadioGroup.defaultProps = defaultProps38;
7418
+
7419
+ // src/radio/radio-item.spec.tsx
7420
+ var import_jsx_runtime109 = require("react/jsx-runtime");
7421
+ var RADIOITEM_CLASSNAME = `k-radio-list-item`;
7422
+ var states44 = [];
7423
+ var options40 = {};
7424
+ var defaultProps39 = {};
7425
+ var RadioItem = (props) => {
7426
+ const {
7427
+ ...other
7428
+ } = props;
7429
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
7430
+ "li",
7431
+ {
7432
+ ...other,
7433
+ className: classNames(
7434
+ props.className,
7435
+ RADIOITEM_CLASSNAME
7436
+ ),
7437
+ children: props.children
7438
+ }
7439
+ );
7440
+ };
7441
+ RadioItem.states = states44;
7442
+ RadioItem.options = options40;
7443
+ RadioItem.className = RADIOITEM_CLASSNAME;
7444
+ RadioItem.defaultProps = defaultProps39;
7324
7445
 
7325
7446
  // src/radio/templates/radio-normal.tsx
7326
- var import_jsx_runtime106 = require("react/jsx-runtime");
7447
+ var import_jsx_runtime110 = require("react/jsx-runtime");
7327
7448
 
7328
7449
  // src/radio/templates/radio-label.tsx
7329
- var import_jsx_runtime107 = require("react/jsx-runtime");
7450
+ var import_jsx_runtime111 = require("react/jsx-runtime");
7451
+ var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(import_jsx_runtime111.Fragment, { children: [
7452
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(radio_spec_default, { ...other, id }),
7453
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("label", { className: "k-radio-label", htmlFor: id, children })
7454
+ ] });
7330
7455
 
7331
7456
  // src/radio/templates/radio-inside-label.tsx
7332
- var import_jsx_runtime108 = require("react/jsx-runtime");
7457
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7333
7458
 
7334
7459
  // src/spinbutton/spinbutton.spec.tsx
7335
- var import_jsx_runtime109 = require("react/jsx-runtime");
7460
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7336
7461
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
7337
- var states41 = [];
7338
- var options37 = {
7462
+ var states45 = [];
7463
+ var options41 = {
7339
7464
  size: [Size.small, Size.medium, Size.large],
7340
7465
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
7341
7466
  };
7342
- var defaultProps36 = {
7467
+ var defaultProps40 = {
7343
7468
  size: Size.medium,
7344
7469
  fillMode: FillMode.solid
7345
7470
  };
7346
7471
  var SpinButton = (props) => {
7347
7472
  const {
7348
- size = defaultProps36.size,
7349
- fillMode = defaultProps36.fillMode,
7473
+ size = defaultProps40.size,
7474
+ fillMode = defaultProps40.fillMode,
7350
7475
  ...other
7351
7476
  } = props;
7352
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
7477
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7353
7478
  "span",
7354
7479
  {
7355
7480
  ...other,
@@ -7358,7 +7483,7 @@ var SpinButton = (props) => {
7358
7483
  props.className
7359
7484
  ),
7360
7485
  children: [
7361
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
7486
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7362
7487
  Button,
7363
7488
  {
7364
7489
  className: "k-spinner-increase",
@@ -7368,7 +7493,7 @@ var SpinButton = (props) => {
7368
7493
  fillMode
7369
7494
  }
7370
7495
  ),
7371
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
7496
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7372
7497
  Button,
7373
7498
  {
7374
7499
  className: "k-spinner-decrease",
@@ -7382,15 +7507,15 @@ var SpinButton = (props) => {
7382
7507
  }
7383
7508
  );
7384
7509
  };
7385
- SpinButton.states = states41;
7386
- SpinButton.options = options37;
7510
+ SpinButton.states = states45;
7511
+ SpinButton.options = options41;
7387
7512
  SpinButton.className = SPINBUTTON_CLASSNAME;
7388
- SpinButton.defaultProps = defaultProps36;
7513
+ SpinButton.defaultProps = defaultProps40;
7389
7514
 
7390
7515
  // src/numerictextbox/numerictextbox.spec.tsx
7391
- var import_jsx_runtime110 = require("react/jsx-runtime");
7516
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7392
7517
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
7393
- var states42 = [
7518
+ var states46 = [
7394
7519
  States.hover,
7395
7520
  States.focus,
7396
7521
  States.valid,
@@ -7400,12 +7525,12 @@ var states42 = [
7400
7525
  States.disabled,
7401
7526
  States.readonly
7402
7527
  ];
7403
- var options38 = {
7528
+ var options42 = {
7404
7529
  size: [Size.small, Size.medium, Size.large],
7405
7530
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7406
7531
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7407
7532
  };
7408
- var defaultProps37 = {
7533
+ var defaultProps41 = {
7409
7534
  showSpinButton: true,
7410
7535
  showClearButton: true,
7411
7536
  size: Input.defaultProps.size,
@@ -7427,11 +7552,11 @@ var NumericTextbox = (props) => {
7427
7552
  loading,
7428
7553
  disabled,
7429
7554
  readonly,
7430
- showClearButton = defaultProps37.showClearButton,
7431
- showSpinButton = defaultProps37.showSpinButton,
7555
+ showClearButton = defaultProps41.showClearButton,
7556
+ showSpinButton = defaultProps41.showSpinButton,
7432
7557
  ...other
7433
7558
  } = props;
7434
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
7559
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
7435
7560
  Input,
7436
7561
  {
7437
7562
  ...other,
@@ -7448,8 +7573,8 @@ var NumericTextbox = (props) => {
7448
7573
  readonly,
7449
7574
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
7450
7575
  children: [
7451
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(InputInnerInput, { placeholder, value }),
7452
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7576
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputInnerInput, { placeholder, value }),
7577
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7453
7578
  InputValidationIcon,
7454
7579
  {
7455
7580
  valid,
@@ -7458,14 +7583,14 @@ var NumericTextbox = (props) => {
7458
7583
  disabled
7459
7584
  }
7460
7585
  ),
7461
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7586
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7462
7587
  InputLoadingIcon,
7463
7588
  {
7464
7589
  loading,
7465
7590
  disabled
7466
7591
  }
7467
7592
  ),
7468
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7593
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7469
7594
  InputClearValue,
7470
7595
  {
7471
7596
  loading,
@@ -7474,7 +7599,7 @@ var NumericTextbox = (props) => {
7474
7599
  value
7475
7600
  }
7476
7601
  ),
7477
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7602
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7478
7603
  SpinButton,
7479
7604
  {
7480
7605
  className: "k-input-spinner",
@@ -7486,18 +7611,18 @@ var NumericTextbox = (props) => {
7486
7611
  }
7487
7612
  );
7488
7613
  };
7489
- NumericTextbox.states = states42;
7490
- NumericTextbox.options = options38;
7614
+ NumericTextbox.states = states46;
7615
+ NumericTextbox.options = options42;
7491
7616
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
7492
- NumericTextbox.defaultProps = defaultProps37;
7617
+ NumericTextbox.defaultProps = defaultProps41;
7493
7618
 
7494
7619
  // src/numerictextbox/templates/numerictextbox-normal.tsx
7495
- var import_jsx_runtime111 = require("react/jsx-runtime");
7620
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7496
7621
 
7497
7622
  // src/datepicker/datepicker.spec.tsx
7498
- var import_jsx_runtime112 = require("react/jsx-runtime");
7623
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7499
7624
  var DATEPICKER_CLASSNAME = `k-datepicker`;
7500
- var states43 = [
7625
+ var states47 = [
7501
7626
  States.hover,
7502
7627
  States.focus,
7503
7628
  States.valid,
@@ -7507,12 +7632,12 @@ var states43 = [
7507
7632
  States.loading,
7508
7633
  States.readonly
7509
7634
  ];
7510
- var options39 = {
7635
+ var options43 = {
7511
7636
  size: [Size.small, Size.medium, Size.large],
7512
7637
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7513
7638
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7514
7639
  };
7515
- var defaultProps38 = {
7640
+ var defaultProps42 = {
7516
7641
  size: Input.defaultProps.size,
7517
7642
  rounded: Input.defaultProps.rounded,
7518
7643
  fillMode: Input.defaultProps.fillMode
@@ -7540,8 +7665,8 @@ var DatePicker = (props) => {
7540
7665
  dir,
7541
7666
  ...other
7542
7667
  } = props;
7543
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(import_jsx_runtime112.Fragment, { children: [
7544
- /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
7668
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7669
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7545
7670
  Input,
7546
7671
  {
7547
7672
  ...other,
@@ -7559,9 +7684,9 @@ var DatePicker = (props) => {
7559
7684
  readonly,
7560
7685
  className: classNames(props.className, DATEPICKER_CLASSNAME),
7561
7686
  children: [
7562
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputPrefix, { children: prefix }),
7563
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputInnerInput, { placeholder, value }),
7564
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7687
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(InputPrefix, { children: prefix }),
7688
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(InputInnerInput, { placeholder, value }),
7689
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7565
7690
  InputValidationIcon,
7566
7691
  {
7567
7692
  valid,
@@ -7570,14 +7695,14 @@ var DatePicker = (props) => {
7570
7695
  disabled
7571
7696
  }
7572
7697
  ),
7573
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7698
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7574
7699
  InputLoadingIcon,
7575
7700
  {
7576
7701
  loading,
7577
7702
  disabled
7578
7703
  }
7579
7704
  ),
7580
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7705
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7581
7706
  InputClearValue,
7582
7707
  {
7583
7708
  loading,
@@ -7586,8 +7711,8 @@ var DatePicker = (props) => {
7586
7711
  value
7587
7712
  }
7588
7713
  ),
7589
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputSuffix, { children: suffix }),
7590
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7714
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(InputSuffix, { children: suffix }),
7715
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7591
7716
  Button,
7592
7717
  {
7593
7718
  className: "k-input-button",
@@ -7600,9 +7725,9 @@ var DatePicker = (props) => {
7600
7725
  ]
7601
7726
  }
7602
7727
  ),
7603
- opened && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(Calendar, { dir }) }),
7604
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7605
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7728
+ opened && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Calendar, { dir }) }),
7729
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7730
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7606
7731
  ActionSheetHeader,
7607
7732
  {
7608
7733
  actions: ["x"],
@@ -7610,26 +7735,26 @@ var DatePicker = (props) => {
7610
7735
  subTitle: "DD / MM / YY"
7611
7736
  }
7612
7737
  ),
7613
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(Calendar, { size: "large" })
7738
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Calendar, { size: "large" })
7614
7739
  ] })
7615
7740
  ] });
7616
7741
  };
7617
- DatePicker.states = states43;
7618
- DatePicker.options = options39;
7742
+ DatePicker.states = states47;
7743
+ DatePicker.options = options43;
7619
7744
  DatePicker.className = DATEPICKER_CLASSNAME;
7620
- DatePicker.defaultProps = defaultProps38;
7745
+ DatePicker.defaultProps = defaultProps42;
7621
7746
 
7622
7747
  // src/datepicker/templates/datepicker-normal.tsx
7623
- var import_jsx_runtime113 = require("react/jsx-runtime");
7748
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7624
7749
 
7625
7750
  // src/datepicker/templates/datepicker-popup.tsx
7626
- var import_jsx_runtime114 = require("react/jsx-runtime");
7751
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7627
7752
 
7628
7753
  // src/datepicker/templates/datepicker-adaptive.tsx
7629
- var import_jsx_runtime115 = require("react/jsx-runtime");
7754
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7630
7755
 
7631
7756
  // src/scheduler/tests/scheduler-edit-dialog.tsx
7632
- var import_jsx_runtime116 = require("react/jsx-runtime");
7757
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7633
7758
  var style = `
7634
7759
  #test-area {
7635
7760
  width: 700px;
@@ -7639,59 +7764,54 @@ var style = `
7639
7764
  position: relative;
7640
7765
  }
7641
7766
  `;
7642
- var scheduler_edit_dialog_default = () => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7643
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("style", { children: style }),
7644
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Window, { title: "Edit event", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7645
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Button, { themeColor: "primary", icon: "save", children: "Save" }),
7646
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Button, { icon: "cancel", children: "Cancel" }),
7647
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "k-spacer" }),
7648
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
7649
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(Form, { tag: "div", className: "k-scheduler-edit-form", children: [
7650
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Textbox, { invalid: true, value: "Invalid" }) }),
7651
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { label: "Start", editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
7652
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { label: "End", editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
7653
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7654
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Checkbox, {}),
7655
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("label", { className: "k-checkbox-label", children: "All Day Event" })
7767
+ var scheduler_edit_dialog_default = () => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
7768
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("style", { children: style }),
7769
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Window, { title: "Edit event", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
7770
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Button, { themeColor: "primary", icon: "save", children: "Save" }),
7771
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Button, { icon: "cancel", children: "Cancel" }),
7772
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "k-spacer" }),
7773
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
7774
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(Form, { tag: "div", className: "k-scheduler-edit-form", children: [
7775
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Textbox, { invalid: true, value: "Invalid" }) }),
7776
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { label: "Start", editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
7777
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { label: "End", editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
7778
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
7779
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Checkbox, {}),
7780
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("label", { className: "k-checkbox-label", children: "All Day Event" })
7656
7781
  ] }) }),
7657
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7658
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Checkbox, {}),
7659
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
7782
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
7783
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Checkbox, {}),
7784
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
7660
7785
  ] }) }),
7661
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("div", { className: "k-recurrence-editor", children: [
7662
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { label: "Repeat", editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
7663
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Button, { children: "Never" }),
7664
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Button, { selected: true, children: "Daily" }),
7665
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Button, { children: "Weekly" }),
7666
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Button, { children: "Monthly" }),
7667
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Button, { children: "Yearly" })
7786
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "k-recurrence-editor", children: [
7787
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { label: "Repeat", editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
7788
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Button, { children: "Never" }),
7789
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Button, { selected: true, children: "Daily" }),
7790
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Button, { children: "Weekly" }),
7791
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Button, { children: "Monthly" }),
7792
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Button, { children: "Yearly" })
7668
7793
  ] }) }),
7669
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("div", { className: "k-recur-view", children: [
7670
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("div", { className: "k-scheduler-recurrence-interval-editor", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { label: "Repeat every", editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7671
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(NumericTextbox, { className: "k-recur-interval" }),
7672
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { children: " day(s)" })
7794
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "k-recur-view", children: [
7795
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "k-scheduler-recurrence-interval-editor", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { label: "Repeat every", editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
7796
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(NumericTextbox, { className: "k-recur-interval" }),
7797
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: " day(s)" })
7673
7798
  ] }) }) }),
7674
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { label: "End", editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("ul", { className: "k-radio-list", children: [
7675
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("li", { className: "k-radio-list-item", children: [
7676
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(RadioButton, { id: "k-endrule-never" }),
7677
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("label", { className: "k-radio-label", htmlFor: "k-endrule-never", children: "Never" })
7678
- ] }),
7679
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("li", { className: "k-radio-list-item", children: [
7680
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(RadioButton, { id: "k-endrule-count" }),
7681
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("label", { className: "k-radio-label", htmlFor: "k-endrule-count", children: "After" }),
7682
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(NumericTextbox, { className: "k-recur-count" }),
7683
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { children: "occurrence(s)" })
7799
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { label: "End", editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(RadioGroup, { children: [
7800
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(RadioButtonLabel, { id: "k-endrule-never", children: "Never" }) }),
7801
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(RadioItem, { children: [
7802
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(RadioButtonLabel, { id: "k-endrule-count", children: "After" }),
7803
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(NumericTextbox, { className: "k-recur-count" }),
7804
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: "occurrence(s)" })
7684
7805
  ] }),
7685
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("li", { className: "k-radio-list-item", children: [
7686
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(RadioButton, { id: "k-endrule-until" }),
7687
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("label", { className: "k-radio-label", htmlFor: "k-endrule-until", children: "On" }),
7688
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(DatePicker, { className: "k-recur-until", disabled: true })
7806
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(RadioItem, { children: [
7807
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(RadioButtonLabel, { id: "k-endrule-until", children: "On" }),
7808
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(DatePicker, { className: "k-recur-until", disabled: true })
7689
7809
  ] })
7690
7810
  ] }) }) })
7691
7811
  ] })
7692
7812
  ] }),
7693
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { label: "Description", editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Textarea, {}) }),
7694
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { label: "Owner", editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Combobox, { placeholder: "Select owner" }) }),
7695
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(MultiSelect, { placeholder: "Invite people" }) })
7813
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { label: "Description", editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Textarea, {}) }),
7814
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { label: "Owner", editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Combobox, { placeholder: "Select owner" }) }),
7815
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(MultiSelect, { placeholder: "Invite people" }) })
7696
7816
  ] }) }) }) })
7697
7817
  ] });