@progress/kendo-themes-html 7.0.1-dev.1 → 7.0.2-dev.0

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 (345) hide show
  1. package/dist/cjs/appbar/templates/appbar-normal.js +4367 -0
  2. package/dist/cjs/appbar/tests/appbar-rtl.js +5011 -0
  3. package/dist/cjs/appbar/tests/appbar.js +123 -310
  4. package/dist/cjs/bottom-nav/bottom-nav.spec.js +41 -3
  5. package/dist/cjs/bottom-nav/templates/bottom-nav-icons.js +4436 -0
  6. package/dist/cjs/bottom-nav/templates/bottom-nav-links.js +4436 -0
  7. package/dist/cjs/bottom-nav/templates/bottom-nav-normal.js +4436 -0
  8. package/dist/cjs/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +51 -182
  9. package/dist/cjs/bottom-nav/tests/bottom-nav-items.js +70 -44
  10. package/dist/cjs/bottom-nav/tests/bottom-nav-rtl.js +47 -21
  11. package/dist/cjs/bottom-nav/tests/bottom-nav-solid.js +4461 -0
  12. package/dist/cjs/bottom-nav/tests/bottom-nav.js +83 -35
  13. package/dist/cjs/daterangepicker/daterangepicker.spec.js +410 -289
  14. package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
  15. package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +412 -291
  16. package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +412 -291
  17. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
  18. package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +431 -310
  19. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +422 -301
  20. package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +431 -310
  21. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
  22. package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +431 -310
  23. package/dist/cjs/dialog/templates/dialog-normal.js +5 -3
  24. package/dist/cjs/dialog/tests/dialog-action-buttons.js +5 -3
  25. package/dist/cjs/dialog/tests/dialog-theme-colors.js +5 -3
  26. package/dist/cjs/dialog/tests/dialog.js +5 -3
  27. package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
  28. package/dist/cjs/dock-manager/tests/dock-manager.js +74 -62
  29. package/dist/cjs/editor/editor-toolbar.js +18 -6
  30. package/dist/cjs/editor/templates/editor-normal.js +7678 -3
  31. package/dist/cjs/editor/tests/editor-find-replace.js +119 -91
  32. package/dist/cjs/editor/tests/editor-states.js +51 -23
  33. package/dist/cjs/editor/tests/editor.js +232 -213
  34. package/dist/cjs/expansion-panel/expansion-panel.spec.js +3 -1
  35. package/dist/cjs/expansion-panel/templates/expansion-panel-expanded.js +4386 -0
  36. package/dist/cjs/expansion-panel/templates/expansion-panel-normal.js +4385 -0
  37. package/dist/cjs/expansion-panel/tests/expansion-panel-rtl.js +37 -11
  38. package/dist/cjs/expansion-panel/tests/expansion-panel.js +37 -11
  39. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +65 -53
  40. package/dist/cjs/filemanager/tests/filemanager-dialogs.js +5 -3
  41. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +65 -53
  42. package/dist/cjs/filemanager/tests/filemanager-gridview.js +130 -118
  43. package/dist/cjs/filemanager/tests/filemanager-listview.js +84 -72
  44. package/dist/cjs/filemanager/tests/filemanager-preview.js +183 -171
  45. package/dist/cjs/filter/templates/filter-normal.js +8429 -0
  46. package/dist/cjs/filter/tests/filter.js +139 -67
  47. package/dist/cjs/floating-label/templates/floating-label-normal.js +4793 -2
  48. package/dist/cjs/floating-label/tests/floating-label-flat.js +76 -67
  49. package/dist/cjs/floating-label/tests/floating-label-outline.js +76 -67
  50. package/dist/cjs/floating-label/tests/floating-label-solid.js +76 -67
  51. package/dist/cjs/form/tests/form-field-dateinputs.js +318 -211
  52. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
  53. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +95 -83
  54. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +52 -40
  55. package/dist/cjs/gantt/tests/gantt-react.js +384 -372
  56. package/dist/cjs/gantt/tests/gantt-row-reordering.js +689 -677
  57. package/dist/cjs/gantt/tests/gantt.js +664 -652
  58. package/dist/cjs/grid/tests/grid-adaptive-search.js +25 -13
  59. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +125 -113
  60. package/dist/cjs/grid/tests/grid-column-reordering.js +130 -118
  61. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +150 -138
  62. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +90 -78
  63. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +88 -76
  64. package/dist/cjs/grid/tests/grid-editing.js +108 -96
  65. package/dist/cjs/grid/tests/grid-filter-row-angular.js +116 -104
  66. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +111 -99
  67. package/dist/cjs/grid/tests/grid-grouping-actions.js +91 -79
  68. package/dist/cjs/grid/tests/grid-grouping.js +207 -195
  69. package/dist/cjs/grid/tests/grid-row-reordering.js +114 -102
  70. package/dist/cjs/grid/tests/grid-rows-resizing.js +112 -100
  71. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +216 -204
  72. package/dist/cjs/grid/tests/grid-size-sm.js +216 -204
  73. package/dist/cjs/grid/tests/grid-toolbar.js +85 -73
  74. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +80 -68
  75. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +68 -56
  76. package/dist/cjs/imageeditor/tests/imageeditor.js +35 -23
  77. package/dist/cjs/index.js +1996 -1429
  78. package/dist/cjs/listview/templates/listview-normal.js +13 -1
  79. package/dist/cjs/listview/tests/listview-layout.js +13 -1
  80. package/dist/cjs/listview/tests/listview-states.js +13 -1
  81. package/dist/cjs/listview/tests/listview.js +13 -1
  82. package/dist/cjs/mediaplayer/tests/mediaplayer.js +38 -26
  83. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
  84. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
  85. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +58 -46
  86. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +98 -86
  87. package/dist/cjs/popover/templates/popover-normal.js +92 -0
  88. package/dist/cjs/popover/tests/popover.js +53 -48
  89. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
  90. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
  91. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +159 -147
  92. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +104 -92
  93. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
  94. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +140 -128
  95. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
  96. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
  97. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +157 -145
  98. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +312 -300
  99. package/dist/cjs/scheduler/tests/scheduler-angular.js +312 -300
  100. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +170 -158
  101. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +80 -68
  102. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +149 -137
  103. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +227 -215
  104. package/dist/cjs/scheduler/tests/scheduler-react-day.js +712 -700
  105. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1647 -1635
  106. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
  107. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +533 -521
  108. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1448 -1436
  109. package/dist/cjs/scheduler/tests/scheduler-year.js +762 -750
  110. package/dist/cjs/scheduler/tests/scheduler.js +412 -400
  111. package/dist/cjs/scrollview/templates/scrollview-normal.js +4382 -0
  112. package/dist/cjs/scrollview/tests/scrollview-rtl.js +4412 -0
  113. package/dist/cjs/scrollview/tests/scrollview.js +21 -14
  114. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
  115. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +256 -244
  116. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
  117. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +235 -223
  118. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +291 -279
  119. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
  120. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +160 -148
  121. package/dist/cjs/spreadsheet/tests/spreadsheet.js +254 -242
  122. package/dist/cjs/taskboard/tests/taskboard-card.js +90 -78
  123. package/dist/cjs/taskboard/tests/taskboard-pane.js +162 -150
  124. package/dist/cjs/taskboard/tests/taskboard-rtl.js +87 -75
  125. package/dist/cjs/taskboard/tests/taskboard.js +81 -69
  126. package/dist/cjs/tilelayout/templates/tilelayout-normal.js +4797 -0
  127. package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +36 -6
  128. package/dist/cjs/tilelayout/tests/tilelayout.js +29 -14
  129. package/dist/cjs/toolbar/templates/toolbar-normal.js +31 -2
  130. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +42 -30
  131. package/dist/cjs/toolbar/tests/toolbar-components.js +18 -1
  132. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +29 -17
  133. package/dist/cjs/toolbar/tests/toolbar-popup.js +52 -40
  134. package/dist/cjs/toolbar/tests/toolbar-sizes.js +37 -25
  135. package/dist/cjs/toolbar/tests/toolbar.js +20 -23
  136. package/dist/esm/appbar/templates/appbar-normal.js +4351 -0
  137. package/dist/esm/appbar/tests/appbar-rtl.js +4995 -0
  138. package/dist/esm/appbar/tests/appbar.js +123 -310
  139. package/dist/esm/bottom-nav/bottom-nav.spec.js +41 -3
  140. package/dist/esm/bottom-nav/templates/bottom-nav-icons.js +4420 -0
  141. package/dist/esm/bottom-nav/templates/bottom-nav-links.js +4420 -0
  142. package/dist/esm/bottom-nav/templates/bottom-nav-normal.js +4420 -0
  143. package/dist/esm/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +48 -179
  144. package/dist/esm/bottom-nav/tests/bottom-nav-items.js +57 -31
  145. package/dist/esm/bottom-nav/tests/bottom-nav-rtl.js +43 -17
  146. package/dist/esm/bottom-nav/tests/bottom-nav-solid.js +4445 -0
  147. package/dist/esm/bottom-nav/tests/bottom-nav.js +82 -34
  148. package/dist/esm/daterangepicker/daterangepicker.spec.js +410 -289
  149. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
  150. package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +412 -291
  151. package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +412 -291
  152. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
  153. package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +431 -310
  154. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +422 -301
  155. package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +431 -310
  156. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
  157. package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +431 -310
  158. package/dist/esm/dialog/templates/dialog-normal.js +6 -4
  159. package/dist/esm/dialog/tests/dialog-action-buttons.js +13 -11
  160. package/dist/esm/dialog/tests/dialog-in-window.js +5 -5
  161. package/dist/esm/dialog/tests/dialog-modal.js +6 -6
  162. package/dist/esm/dialog/tests/dialog-theme-colors.js +13 -11
  163. package/dist/esm/dialog/tests/dialog.js +14 -12
  164. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
  165. package/dist/esm/dock-manager/tests/dock-manager.js +74 -62
  166. package/dist/esm/editor/editor-toolbar.js +18 -6
  167. package/dist/esm/editor/templates/editor-normal.js +7684 -3
  168. package/dist/esm/editor/tests/editor-find-replace.js +119 -91
  169. package/dist/esm/editor/tests/editor-states.js +51 -23
  170. package/dist/esm/editor/tests/editor.js +232 -213
  171. package/dist/esm/expansion-panel/expansion-panel.spec.js +3 -1
  172. package/dist/esm/expansion-panel/templates/expansion-panel-expanded.js +4370 -0
  173. package/dist/esm/expansion-panel/templates/expansion-panel-normal.js +4369 -0
  174. package/dist/esm/expansion-panel/tests/expansion-panel-rtl.js +37 -11
  175. package/dist/esm/expansion-panel/tests/expansion-panel.js +37 -11
  176. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +65 -53
  177. package/dist/esm/filemanager/tests/filemanager-dialogs.js +20 -18
  178. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +65 -53
  179. package/dist/esm/filemanager/tests/filemanager-gridview.js +130 -118
  180. package/dist/esm/filemanager/tests/filemanager-listview.js +84 -72
  181. package/dist/esm/filemanager/tests/filemanager-preview.js +183 -171
  182. package/dist/esm/filemanager/tests/filemanager-toolbar.js +7 -7
  183. package/dist/esm/filter/templates/filter-normal.js +8413 -0
  184. package/dist/esm/filter/tests/filter.js +139 -67
  185. package/dist/esm/floating-label/templates/floating-label-normal.js +4799 -2
  186. package/dist/esm/floating-label/tests/floating-label-flat.js +73 -64
  187. package/dist/esm/floating-label/tests/floating-label-outline.js +73 -64
  188. package/dist/esm/floating-label/tests/floating-label-solid.js +73 -64
  189. package/dist/esm/form/tests/form-field-dateinputs.js +318 -211
  190. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
  191. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +95 -83
  192. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -40
  193. package/dist/esm/gantt/tests/gantt-react.js +384 -372
  194. package/dist/esm/gantt/tests/gantt-row-reordering.js +689 -677
  195. package/dist/esm/gantt/tests/gantt.js +664 -652
  196. package/dist/esm/grid/tests/grid-adaptive-search.js +25 -13
  197. package/dist/esm/grid/tests/grid-column-reordering-actions.js +125 -113
  198. package/dist/esm/grid/tests/grid-column-reordering.js +130 -118
  199. package/dist/esm/grid/tests/grid-column-resizing-actions.js +150 -138
  200. package/dist/esm/grid/tests/grid-editing-inline-angular.js +90 -78
  201. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +88 -76
  202. package/dist/esm/grid/tests/grid-editing.js +108 -96
  203. package/dist/esm/grid/tests/grid-filter-row-angular.js +116 -104
  204. package/dist/esm/grid/tests/grid-filter-row-blazor.js +111 -99
  205. package/dist/esm/grid/tests/grid-grouping-actions.js +91 -79
  206. package/dist/esm/grid/tests/grid-grouping.js +207 -195
  207. package/dist/esm/grid/tests/grid-row-reordering.js +114 -102
  208. package/dist/esm/grid/tests/grid-rows-resizing.js +112 -100
  209. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +216 -204
  210. package/dist/esm/grid/tests/grid-size-sm.js +216 -204
  211. package/dist/esm/grid/tests/grid-toolbar.js +85 -73
  212. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +80 -68
  213. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +68 -56
  214. package/dist/esm/imageeditor/tests/imageeditor.js +35 -23
  215. package/dist/esm/index.js +1972 -1415
  216. package/dist/esm/listview/templates/listview-normal.js +14 -2
  217. package/dist/esm/listview/tests/listview-layout.js +27 -15
  218. package/dist/esm/listview/tests/listview-states.js +18 -6
  219. package/dist/esm/listview/tests/listview.js +21 -9
  220. package/dist/esm/mediaplayer/tests/mediaplayer.js +38 -26
  221. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
  222. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
  223. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +58 -46
  224. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +98 -86
  225. package/dist/esm/popover/templates/popover-normal.js +70 -0
  226. package/dist/esm/popover/tests/popover.js +49 -44
  227. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
  228. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
  229. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +159 -147
  230. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +104 -92
  231. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
  232. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +140 -128
  233. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
  234. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
  235. package/dist/esm/scheduler/tests/scheduler-angular-month.js +157 -145
  236. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +312 -300
  237. package/dist/esm/scheduler/tests/scheduler-angular.js +312 -300
  238. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +170 -158
  239. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +80 -68
  240. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +149 -137
  241. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +227 -215
  242. package/dist/esm/scheduler/tests/scheduler-react-day.js +712 -700
  243. package/dist/esm/scheduler/tests/scheduler-react-month.js +1647 -1635
  244. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
  245. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +533 -521
  246. package/dist/esm/scheduler/tests/scheduler-react-week.js +1448 -1436
  247. package/dist/esm/scheduler/tests/scheduler-year.js +762 -750
  248. package/dist/esm/scheduler/tests/scheduler.js +412 -400
  249. package/dist/esm/scrollview/templates/scrollview-normal.js +4366 -0
  250. package/dist/esm/scrollview/tests/scrollview-rtl.js +4396 -0
  251. package/dist/esm/scrollview/tests/scrollview.js +19 -12
  252. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
  253. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +256 -244
  254. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
  255. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +235 -223
  256. package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +291 -279
  257. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
  258. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +160 -148
  259. package/dist/esm/spreadsheet/tests/spreadsheet.js +254 -242
  260. package/dist/esm/taskboard/tests/taskboard-card.js +90 -78
  261. package/dist/esm/taskboard/tests/taskboard-pane.js +162 -150
  262. package/dist/esm/taskboard/tests/taskboard-rtl.js +87 -75
  263. package/dist/esm/taskboard/tests/taskboard.js +81 -69
  264. package/dist/esm/tilelayout/templates/tilelayout-normal.js +4771 -0
  265. package/dist/esm/tilelayout/tests/tilelayout-resizing.js +36 -6
  266. package/dist/esm/tilelayout/tests/tilelayout.js +30 -15
  267. package/dist/esm/toolbar/templates/toolbar-normal.js +31 -2
  268. package/dist/esm/toolbar/tests/toolbar-adaptive.js +42 -30
  269. package/dist/esm/toolbar/tests/toolbar-angular.js +9 -9
  270. package/dist/esm/toolbar/tests/toolbar-components.js +28 -11
  271. package/dist/esm/toolbar/tests/toolbar-popup-size.js +29 -17
  272. package/dist/esm/toolbar/tests/toolbar-popup.js +52 -40
  273. package/dist/esm/toolbar/tests/toolbar-sizes.js +37 -25
  274. package/dist/esm/toolbar/tests/toolbar.js +34 -37
  275. package/dist/types/appbar/index.d.ts +1 -0
  276. package/dist/types/appbar/templates/appbar-normal.d.ts +1 -0
  277. package/dist/types/bottom-nav/bottom-nav.spec.d.ts +7 -3
  278. package/dist/types/bottom-nav/index.d.ts +3 -0
  279. package/dist/types/bottom-nav/templates/bottom-nav-icons.d.ts +1 -0
  280. package/dist/types/bottom-nav/templates/bottom-nav-links.d.ts +1 -0
  281. package/dist/types/bottom-nav/templates/bottom-nav-normal.d.ts +1 -0
  282. package/dist/types/bottom-nav/tests/bottom-nav-flat.d.ts +2 -0
  283. package/dist/types/bottom-nav/tests/bottom-nav-solid.d.ts +2 -0
  284. package/dist/types/dialog/templates/dialog-normal.d.ts +1 -1
  285. package/dist/types/expansion-panel/expansion-panel.spec.d.ts +1 -1
  286. package/dist/types/expansion-panel/index.d.ts +2 -0
  287. package/dist/types/expansion-panel/templates/expansion-panel-expanded.d.ts +1 -0
  288. package/dist/types/expansion-panel/templates/expansion-panel-normal.d.ts +1 -0
  289. package/dist/types/filter/index.d.ts +1 -0
  290. package/dist/types/filter/templates/filter-normal.d.ts +1 -0
  291. package/dist/types/floating-label/templates/floating-label-normal.d.ts +1 -4
  292. package/dist/types/index.d.ts +3 -0
  293. package/dist/types/popover/index.d.ts +1 -0
  294. package/dist/types/popover/templates/popover-normal.d.ts +4 -0
  295. package/dist/types/scrollview/index.d.ts +1 -0
  296. package/dist/types/scrollview/templates/scrollview-normal.d.ts +1 -0
  297. package/dist/types/scrollview/tests/scrollview-rtl.d.ts +2 -0
  298. package/dist/types/tilelayout/index.d.ts +1 -0
  299. package/dist/types/tilelayout/templates/tilelayout-normal.d.ts +1 -0
  300. package/dist/types/toolbar/templates/toolbar-normal.d.ts +1 -4
  301. package/package.json +2 -2
  302. package/src/appbar/index.ts +1 -0
  303. package/src/appbar/templates/appbar-normal.tsx +31 -0
  304. package/src/appbar/tests/appbar-rtl.tsx +110 -0
  305. package/src/appbar/tests/appbar.tsx +41 -412
  306. package/src/bottom-nav/bottom-nav.spec.tsx +13 -4
  307. package/src/bottom-nav/index.ts +3 -0
  308. package/src/bottom-nav/templates/bottom-nav-icons.tsx +13 -0
  309. package/src/bottom-nav/templates/bottom-nav-links.tsx +13 -0
  310. package/src/bottom-nav/templates/bottom-nav-normal.tsx +13 -0
  311. package/src/bottom-nav/tests/bottom-nav-flat.tsx +35 -0
  312. package/src/bottom-nav/tests/bottom-nav-items.tsx +7 -7
  313. package/src/bottom-nav/tests/bottom-nav-rtl.tsx +5 -5
  314. package/src/bottom-nav/tests/bottom-nav-solid.tsx +32 -0
  315. package/src/bottom-nav/tests/bottom-nav.tsx +11 -11
  316. package/src/dialog/templates/dialog-normal.tsx +10 -5
  317. package/src/editor/templates/editor-normal.tsx +21 -2
  318. package/src/editor/tests/editor.tsx +1 -12
  319. package/src/expansion-panel/expansion-panel.spec.tsx +2 -0
  320. package/src/expansion-panel/index.ts +2 -0
  321. package/src/expansion-panel/templates/expansion-panel-expanded.tsx +14 -0
  322. package/src/expansion-panel/templates/expansion-panel-normal.tsx +13 -0
  323. package/src/expansion-panel/tests/expansion-panel-rtl.tsx +23 -53
  324. package/src/expansion-panel/tests/expansion-panel.tsx +23 -52
  325. package/src/filter/index.ts +1 -0
  326. package/src/filter/templates/filter-normal.tsx +95 -0
  327. package/src/filter/tests/filter.tsx +3 -3
  328. package/src/floating-label/templates/floating-label-normal.tsx +9 -3
  329. package/src/index.ts +11 -2
  330. package/src/listview/templates/listview-normal.tsx +12 -2
  331. package/src/popover/index.ts +1 -0
  332. package/src/popover/templates/popover-normal.tsx +7 -0
  333. package/src/popover/tests/popover.tsx +11 -11
  334. package/src/scrollview/index.ts +1 -0
  335. package/src/scrollview/templates/scrollview-normal.tsx +3 -0
  336. package/src/scrollview/tests/scrollview-rtl.tsx +36 -0
  337. package/src/scrollview/tests/scrollview.tsx +8 -7
  338. package/src/tilelayout/index.ts +1 -0
  339. package/src/tilelayout/templates/tilelayout-normal.tsx +14 -0
  340. package/src/tilelayout/tests/tilelayout-resizing.tsx +3 -3
  341. package/src/tilelayout/tests/tilelayout.tsx +3 -3
  342. package/src/toolbar/templates/toolbar-normal.tsx +18 -3
  343. package/src/toolbar/tests/toolbar.tsx +2 -22
  344. package/src/bottom-nav/tests/bottom-nav-colors.tsx +0 -205
  345. /package/dist/types/{bottom-nav/tests/bottom-nav-colors.d.ts → appbar/tests/appbar-rtl.d.ts} +0 -0
@@ -4611,9 +4611,23 @@ InputValidationIcon.className = className6;
4611
4611
 
4612
4612
  // src/input/input-prefix.tsx
4613
4613
  var import_jsx_runtime12 = require("react/jsx-runtime");
4614
+ var className7 = `k-input-prefix`;
4615
+ var InputPrefix = (props) => {
4616
+ if (!props.children) {
4617
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, {});
4618
+ }
4619
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4620
+ };
4614
4621
 
4615
4622
  // src/input/input-suffix.tsx
4616
4623
  var import_jsx_runtime13 = require("react/jsx-runtime");
4624
+ var className8 = `k-input-suffix`;
4625
+ var InputSuffix = (props) => {
4626
+ if (!props.children) {
4627
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, {});
4628
+ }
4629
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4630
+ };
4617
4631
 
4618
4632
  // src/input/input-separator.tsx
4619
4633
  var import_jsx_runtime14 = require("react/jsx-runtime");
@@ -4923,17 +4937,124 @@ FloatingLabel.options = options13;
4923
4937
  FloatingLabel.className = FLOATINGLABEL_CLASSNAME;
4924
4938
  FloatingLabel.defaultProps = defaultProps11;
4925
4939
 
4926
- // src/floating-label/templates/floating-label-normal.tsx
4940
+ // src/textbox/textbox.spec.tsx
4927
4941
  var import_jsx_runtime23 = require("react/jsx-runtime");
4942
+ var TEXTBOX_CLASSNAME = `k-textbox`;
4943
+ var states15 = [
4944
+ States.hover,
4945
+ States.focus,
4946
+ States.valid,
4947
+ States.invalid,
4948
+ States.required,
4949
+ States.disabled,
4950
+ States.loading,
4951
+ States.readonly
4952
+ ];
4953
+ var options14 = {
4954
+ size: [Size.small, Size.medium, Size.large],
4955
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4956
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4957
+ };
4958
+ var defaultProps12 = {
4959
+ showClearButton: true,
4960
+ size: Input.defaultProps.size,
4961
+ rounded: Input.defaultProps.rounded,
4962
+ fillMode: Input.defaultProps.fillMode
4963
+ };
4964
+ var Textbox = (props) => {
4965
+ const {
4966
+ prefix,
4967
+ suffix,
4968
+ value,
4969
+ placeholder,
4970
+ size,
4971
+ rounded,
4972
+ fillMode,
4973
+ hover,
4974
+ focus,
4975
+ valid,
4976
+ invalid,
4977
+ required,
4978
+ loading,
4979
+ disabled,
4980
+ readonly,
4981
+ showClearButton = defaultProps12.showClearButton,
4982
+ ...other
4983
+ } = props;
4984
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4985
+ Input,
4986
+ {
4987
+ ...other,
4988
+ size,
4989
+ rounded,
4990
+ fillMode,
4991
+ hover,
4992
+ focus,
4993
+ valid,
4994
+ invalid,
4995
+ required,
4996
+ loading,
4997
+ disabled,
4998
+ readonly,
4999
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
5000
+ children: [
5001
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
5002
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputInnerInput, { placeholder, value }),
5003
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5004
+ InputValidationIcon,
5005
+ {
5006
+ valid,
5007
+ invalid,
5008
+ loading,
5009
+ disabled
5010
+ }
5011
+ ),
5012
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5013
+ InputLoadingIcon,
5014
+ {
5015
+ loading,
5016
+ disabled
5017
+ }
5018
+ ),
5019
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5020
+ InputClearValue,
5021
+ {
5022
+ loading,
5023
+ disabled,
5024
+ readonly,
5025
+ value
5026
+ }
5027
+ ),
5028
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix })
5029
+ ]
5030
+ }
5031
+ );
5032
+ };
5033
+ Textbox.states = states15;
5034
+ Textbox.options = options14;
5035
+ Textbox.className = TEXTBOX_CLASSNAME;
5036
+ Textbox.defaultProps = defaultProps12;
4928
5037
 
4929
- // src/calendar/calendar.spec.tsx
5038
+ // src/textbox/templates/textbox-normal.tsx
4930
5039
  var import_jsx_runtime24 = require("react/jsx-runtime");
5040
+
5041
+ // src/textbox/templates/textbox-prefix.tsx
5042
+ var import_jsx_runtime25 = require("react/jsx-runtime");
5043
+
5044
+ // src/textbox/templates/textbox-suffix.tsx
5045
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5046
+
5047
+ // src/floating-label/templates/floating-label-normal.tsx
5048
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5049
+
5050
+ // src/calendar/calendar.spec.tsx
5051
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4931
5052
  var CALENDAR_CLASSNAME = `k-calendar`;
4932
- var states15 = [];
4933
- var options14 = {
5053
+ var states16 = [];
5054
+ var options15 = {
4934
5055
  size: [Size.small, Size.medium, Size.large]
4935
5056
  };
4936
- var defaultProps12 = {
5057
+ var defaultProps13 = {
4937
5058
  size: Size.medium,
4938
5059
  viewsCount: 1,
4939
5060
  orientation: "horizontal",
@@ -4942,11 +5063,11 @@ var defaultProps12 = {
4942
5063
  };
4943
5064
  var Calendar = (props) => {
4944
5065
  const {
4945
- size = defaultProps12.size,
4946
- orientation = defaultProps12.orientation,
4947
- calendarView = defaultProps12.calendarView,
4948
- calendarHeaderText = defaultProps12.calendarHeaderText,
4949
- viewsCount = defaultProps12.viewsCount,
5066
+ size = defaultProps13.size,
5067
+ orientation = defaultProps13.orientation,
5068
+ calendarView = defaultProps13.calendarView,
5069
+ calendarHeaderText = defaultProps13.calendarHeaderText,
5070
+ viewsCount = defaultProps13.viewsCount,
4950
5071
  showWeek,
4951
5072
  showOtherMonth,
4952
5073
  showCalendarCaption,
@@ -4955,7 +5076,7 @@ var Calendar = (props) => {
4955
5076
  dir,
4956
5077
  ...other
4957
5078
  } = props;
4958
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5079
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
4959
5080
  "div",
4960
5081
  {
4961
5082
  ...other,
@@ -4971,7 +5092,7 @@ var Calendar = (props) => {
4971
5092
  }
4972
5093
  ),
4973
5094
  children: [
4974
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5095
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4975
5096
  CalendarHeader,
4976
5097
  {
4977
5098
  showToday: showCalendarFooter ? false : true,
@@ -4981,7 +5102,7 @@ var Calendar = (props) => {
4981
5102
  dir
4982
5103
  }
4983
5104
  ),
4984
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5105
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4985
5106
  CalendarView,
4986
5107
  {
4987
5108
  calendarView,
@@ -4993,19 +5114,19 @@ var Calendar = (props) => {
4993
5114
  selectedRange
4994
5115
  }
4995
5116
  ),
4996
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(CalendarFooter, {})
5117
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarFooter, {})
4997
5118
  ]
4998
5119
  }
4999
5120
  );
5000
5121
  };
5001
- Calendar.states = states15;
5002
- Calendar.options = options14;
5122
+ Calendar.states = states16;
5123
+ Calendar.options = options15;
5003
5124
  Calendar.className = CALENDAR_CLASSNAME;
5004
- Calendar.defaultProps = defaultProps12;
5125
+ Calendar.defaultProps = defaultProps13;
5005
5126
 
5006
5127
  // src/calendar/calendar-cell.tsx
5007
- var import_jsx_runtime25 = require("react/jsx-runtime");
5008
- var states16 = [
5128
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5129
+ var states17 = [
5009
5130
  States.hover,
5010
5131
  States.focus,
5011
5132
  States.active,
@@ -5054,21 +5175,21 @@ var CalendarCell = (props) => {
5054
5175
  }
5055
5176
  ];
5056
5177
  if (headerCell) {
5057
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5178
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5058
5179
  }
5059
5180
  if (weekCell) {
5060
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5181
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5061
5182
  }
5062
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: text }) });
5183
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "k-link", children: text }) });
5063
5184
  };
5064
5185
 
5065
5186
  // src/calendar/calendar-header.tsx
5066
- var import_jsx_runtime26 = require("react/jsx-runtime");
5067
- var className7 = `k-calendar-header`;
5068
- var options15 = {
5187
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5188
+ var className9 = `k-calendar-header`;
5189
+ var options16 = {
5069
5190
  size: [Size.small, Size.medium, Size.large]
5070
5191
  };
5071
- var defaultProps13 = {
5192
+ var defaultProps14 = {
5072
5193
  calendarHeaderText: "October 2021",
5073
5194
  showToday: true,
5074
5195
  orientation: "horizontal",
@@ -5076,33 +5197,33 @@ var defaultProps13 = {
5076
5197
  };
5077
5198
  var CalendarHeader = (props) => {
5078
5199
  const {
5079
- calendarHeaderText = defaultProps13.calendarHeaderText,
5080
- showToday = defaultProps13.showToday,
5081
- orientation = defaultProps13.orientation,
5082
- size = defaultProps13.size,
5200
+ calendarHeaderText = defaultProps14.calendarHeaderText,
5201
+ showToday = defaultProps14.showToday,
5202
+ orientation = defaultProps14.orientation,
5203
+ size = defaultProps14.size,
5083
5204
  dir,
5084
5205
  ...other
5085
5206
  } = props;
5086
5207
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5087
5208
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5088
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5209
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5089
5210
  "div",
5090
5211
  {
5091
5212
  ...other,
5092
5213
  className: classNames(
5093
5214
  props.className,
5094
- className7,
5215
+ className9,
5095
5216
  {
5096
5217
  "k-vstack": orientation === "vertical"
5097
5218
  }
5098
5219
  ),
5099
5220
  children: [
5100
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5101
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer" }),
5102
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "k-calendar-nav", children: [
5103
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5104
- showToday && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5105
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5221
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5222
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "k-spacer" }),
5223
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("span", { className: "k-calendar-nav", children: [
5224
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5225
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5226
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5106
5227
  ] })
5107
5228
  ]
5108
5229
  }
@@ -5110,12 +5231,12 @@ var CalendarHeader = (props) => {
5110
5231
  };
5111
5232
 
5112
5233
  // src/calendar/calendar-footer.tsx
5113
- var import_jsx_runtime27 = require("react/jsx-runtime");
5114
- var className8 = `k-calendar-footer`;
5115
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { ...props, className: classNames(props.className, className8), children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5234
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5235
+ var className10 = `k-calendar-footer`;
5236
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5116
5237
 
5117
5238
  // src/calendar/calendar-table.tsx
5118
- var import_jsx_runtime28 = require("react/jsx-runtime");
5239
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5119
5240
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5120
5241
  var CalendarTable = (props) => {
5121
5242
  const {
@@ -5127,7 +5248,7 @@ var CalendarTable = (props) => {
5127
5248
  ...other
5128
5249
  } = props;
5129
5250
  if (calendarView === "year") {
5130
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5251
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5131
5252
  "table",
5132
5253
  {
5133
5254
  ...other,
@@ -5136,25 +5257,25 @@ var CalendarTable = (props) => {
5136
5257
  CALENDARTABLE_CLASSNAME
5137
5258
  ),
5138
5259
  children: [
5139
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5140
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5141
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5142
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jan" }),
5143
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Feb" }),
5144
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mar" }),
5145
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Apr" })
5260
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5261
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5262
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5263
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Jan" }),
5264
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Feb" }),
5265
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Mar" }),
5266
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Apr" })
5146
5267
  ] }),
5147
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5148
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "May" }),
5149
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jun", hover: true }),
5150
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jul", focus: true }),
5151
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Au", selected: true })
5268
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5269
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "May" }),
5270
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Jun", hover: true }),
5271
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Jul", focus: true }),
5272
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Au", selected: true })
5152
5273
  ] }),
5153
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5154
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sep" }),
5155
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Oct", today: true }),
5156
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Nov" }),
5157
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Dec" })
5274
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5275
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Sep" }),
5276
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Oct", today: true }),
5277
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Nov" }),
5278
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "Dec" })
5158
5279
  ] })
5159
5280
  ] })
5160
5281
  ]
@@ -5162,7 +5283,7 @@ var CalendarTable = (props) => {
5162
5283
  );
5163
5284
  }
5164
5285
  if (calendarView === "decade") {
5165
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5286
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5166
5287
  "table",
5167
5288
  {
5168
5289
  ...other,
@@ -5171,25 +5292,25 @@ var CalendarTable = (props) => {
5171
5292
  CALENDARTABLE_CLASSNAME
5172
5293
  ),
5173
5294
  children: [
5174
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5175
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5176
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5177
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" }),
5178
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020" }),
5179
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2021", today: true }),
5180
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2022" })
5295
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5296
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5297
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5298
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { className: "k-out-of-range" }),
5299
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2020" }),
5300
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2021", today: true }),
5301
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2022" })
5181
5302
  ] }),
5182
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5183
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2023" }),
5184
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2024", hover: true }),
5185
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2025", focus: true }),
5186
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2026", selected: true })
5303
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5304
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2023" }),
5305
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2024", hover: true }),
5306
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2025", focus: true }),
5307
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2026", selected: true })
5187
5308
  ] }),
5188
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5189
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2027" }),
5190
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2028" }),
5191
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2029" }),
5192
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5309
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5310
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2027" }),
5311
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2028" }),
5312
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2029" }),
5313
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { className: "k-out-of-range" })
5193
5314
  ] })
5194
5315
  ] })
5195
5316
  ]
@@ -5197,7 +5318,7 @@ var CalendarTable = (props) => {
5197
5318
  );
5198
5319
  }
5199
5320
  if (calendarView === "century") {
5200
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5321
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5201
5322
  "table",
5202
5323
  {
5203
5324
  ...other,
@@ -5206,32 +5327,32 @@ var CalendarTable = (props) => {
5206
5327
  CALENDARTABLE_CLASSNAME
5207
5328
  ),
5208
5329
  children: [
5209
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5210
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5211
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5212
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1990 - 1999" }),
5213
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2000 - 2009" }),
5214
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5215
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020 - 2029" })
5330
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5331
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5332
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5333
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "1990 - 1999" }),
5334
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2000 - 2009" }),
5335
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5336
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2020 - 2029" })
5216
5337
  ] }),
5217
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5218
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2030 - 2039" }),
5219
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5220
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5221
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5338
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5339
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2030 - 2039" }),
5340
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5341
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5342
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5222
5343
  ] }),
5223
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5224
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2070 - 2079" }),
5225
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2080 - 2089" }),
5226
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2090 - 2099" }),
5227
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5344
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5345
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2070 - 2079" }),
5346
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2080 - 2089" }),
5347
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2090 - 2099" }),
5348
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { className: "k-out-of-range" })
5228
5349
  ] })
5229
5350
  ] })
5230
5351
  ]
5231
5352
  }
5232
5353
  );
5233
5354
  }
5234
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5355
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5235
5356
  "table",
5236
5357
  {
5237
5358
  ...other,
@@ -5240,68 +5361,68 @@ var CalendarTable = (props) => {
5240
5361
  CALENDARTABLE_CLASSNAME
5241
5362
  ),
5242
5363
  children: [
5243
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5244
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarTableHead, { showWeek }),
5245
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5246
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5247
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "39", weekCell: true }),
5248
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5249
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1" }),
5250
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2" }),
5251
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3" }),
5252
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4" }),
5253
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5" }),
5254
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", weekend: true })
5364
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5365
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarTableHead, { showWeek }),
5366
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5367
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5368
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "39", weekCell: true }),
5369
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5370
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "1" }),
5371
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2" }),
5372
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "3" }),
5373
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "4" }),
5374
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "5" }),
5375
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "6", weekend: true })
5255
5376
  ] }),
5256
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5257
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "40", weekCell: true }),
5258
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", weekend: true }),
5259
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", hover: true }),
5260
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", focus: true }),
5261
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", selected: true }),
5262
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5263
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5264
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "13", weekend: true })
5377
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5378
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "40", weekCell: true }),
5379
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "7", weekend: true }),
5380
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "8", hover: true }),
5381
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "9", focus: true }),
5382
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "10", selected: true }),
5383
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5384
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5385
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "13", weekend: true })
5265
5386
  ] }),
5266
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5267
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "41", weekCell: true }),
5268
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "14", weekend: true }),
5269
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "15" }),
5270
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "16", today: true }),
5271
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "17" }),
5272
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "18" }),
5273
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "19" }),
5274
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "20", weekend: true })
5387
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5388
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "41", weekCell: true }),
5389
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "14", weekend: true }),
5390
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "15" }),
5391
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "16", today: true }),
5392
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "17" }),
5393
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "18" }),
5394
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "19" }),
5395
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "20", weekend: true })
5275
5396
  ] }),
5276
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5277
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "42", weekCell: true }),
5278
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "21", weekend: true }),
5279
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "22" }),
5280
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "23" }),
5281
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "24" }),
5282
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5283
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5284
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5397
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5398
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "42", weekCell: true }),
5399
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "21", weekend: true }),
5400
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "22" }),
5401
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "23" }),
5402
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "24" }),
5403
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5404
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5405
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5285
5406
  ] }),
5286
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5287
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "43", weekCell: true }),
5288
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5289
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5290
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30" }),
5291
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "31" }),
5292
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5293
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5294
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5407
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5408
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "43", weekCell: true }),
5409
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5410
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5411
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "30" }),
5412
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "31" }),
5413
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5414
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5415
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5295
5416
  ] }),
5296
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5297
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "44", weekCell: true }),
5298
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5299
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5300
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5301
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5302
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5303
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5304
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5417
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { className: "k-calendar-tr", children: [
5418
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "44", weekCell: true }),
5419
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5420
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5421
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5422
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5423
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5424
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5425
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5305
5426
  ] })
5306
5427
  ] })
5307
5428
  ]
@@ -5310,58 +5431,58 @@ var CalendarTable = (props) => {
5310
5431
  };
5311
5432
 
5312
5433
  // src/calendar/calendar-table-head.tsx
5313
- var import_jsx_runtime29 = require("react/jsx-runtime");
5314
- var className9 = `k-calendar-thead`;
5434
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5435
+ var className11 = `k-calendar-thead`;
5315
5436
  var CalendarTableHead = (props) => {
5316
5437
  const {
5317
5438
  showWeek,
5318
5439
  ...other
5319
5440
  } = props;
5320
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5441
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5321
5442
  "thead",
5322
5443
  {
5323
5444
  ...other,
5324
- className: classNames(props.className, className9),
5325
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5326
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5327
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5328
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5329
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5330
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "We", headerCell: true }),
5331
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5332
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5333
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5445
+ className: classNames(props.className, className11),
5446
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("tr", { className: "k-calendar-tr", children: [
5447
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5448
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5449
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5450
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5451
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "We", headerCell: true }),
5452
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5453
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5454
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5334
5455
  ] })
5335
5456
  }
5336
5457
  );
5337
5458
  };
5338
5459
 
5339
5460
  // src/calendar/calendar-view.tsx
5340
- var import_jsx_runtime30 = require("react/jsx-runtime");
5341
- var className10 = `k-calendar-view`;
5342
- var defaultProps14 = {
5461
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5462
+ var className12 = `k-calendar-view`;
5463
+ var defaultProps15 = {
5343
5464
  viewsCount: 1,
5344
5465
  orientation: "horizontal",
5345
5466
  calendarView: "month"
5346
5467
  };
5347
5468
  var CalendarView = (props) => {
5348
5469
  const {
5349
- orientation = defaultProps14.orientation,
5350
- calendarView = defaultProps14.calendarView,
5351
- viewsCount = defaultProps14.viewsCount,
5470
+ orientation = defaultProps15.orientation,
5471
+ calendarView = defaultProps15.calendarView,
5472
+ viewsCount = defaultProps15.viewsCount,
5352
5473
  showWeek,
5353
5474
  showOtherMonth,
5354
5475
  showCalendarCaption,
5355
5476
  selectedRange,
5356
5477
  ...other
5357
5478
  } = props;
5358
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5479
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5359
5480
  "div",
5360
5481
  {
5361
5482
  ...other,
5362
5483
  className: classNames(
5363
5484
  props.className,
5364
- className10,
5485
+ className12,
5365
5486
  `k-calendar-${calendarView}view`,
5366
5487
  "k-align-items-start",
5367
5488
  "k-justify-content-center",
@@ -5371,7 +5492,7 @@ var CalendarView = (props) => {
5371
5492
  }
5372
5493
  ),
5373
5494
  children: [...Array(viewsCount)].map(
5374
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5495
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5375
5496
  CalendarTable,
5376
5497
  {
5377
5498
  calendarView,
@@ -5388,13 +5509,13 @@ var CalendarView = (props) => {
5388
5509
  };
5389
5510
 
5390
5511
  // src/multiviewcalendar/multiviewcalendar.spec.tsx
5391
- var import_jsx_runtime31 = require("react/jsx-runtime");
5512
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5392
5513
  var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
5393
- var states17 = [];
5394
- var options16 = {
5514
+ var states18 = [];
5515
+ var options17 = {
5395
5516
  size: [Size.small, Size.medium, Size.large]
5396
5517
  };
5397
- var defaultProps15 = {
5518
+ var defaultProps16 = {
5398
5519
  size: Size.medium,
5399
5520
  calendarHeaderText: "October 2021 - November 2021",
5400
5521
  viewsCount: 2,
@@ -5403,11 +5524,11 @@ var defaultProps15 = {
5403
5524
  };
5404
5525
  var MultiViewCalendar = (props) => {
5405
5526
  const {
5406
- size = defaultProps15.size,
5407
- orientation = defaultProps15.orientation,
5408
- calendarView = defaultProps15.calendarView,
5409
- calendarHeaderText = defaultProps15.calendarHeaderText,
5410
- viewsCount = defaultProps15.viewsCount,
5527
+ size = defaultProps16.size,
5528
+ orientation = defaultProps16.orientation,
5529
+ calendarView = defaultProps16.calendarView,
5530
+ calendarHeaderText = defaultProps16.calendarHeaderText,
5531
+ viewsCount = defaultProps16.viewsCount,
5411
5532
  showCalendarFooter,
5412
5533
  showWeek,
5413
5534
  showOtherMonth,
@@ -5415,7 +5536,7 @@ var MultiViewCalendar = (props) => {
5415
5536
  dir,
5416
5537
  ...other
5417
5538
  } = props;
5418
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5539
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5419
5540
  Calendar,
5420
5541
  {
5421
5542
  ...other,
@@ -5437,17 +5558,17 @@ var MultiViewCalendar = (props) => {
5437
5558
  }
5438
5559
  );
5439
5560
  };
5440
- MultiViewCalendar.states = states17;
5441
- MultiViewCalendar.options = options16;
5561
+ MultiViewCalendar.states = states18;
5562
+ MultiViewCalendar.options = options17;
5442
5563
  MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
5443
- MultiViewCalendar.defaultProps = defaultProps15;
5564
+ MultiViewCalendar.defaultProps = defaultProps16;
5444
5565
 
5445
5566
  // src/animation-container/animation-container.spec.tsx
5446
- var import_jsx_runtime32 = require("react/jsx-runtime");
5567
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5447
5568
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5448
- var states18 = [];
5449
- var options17 = {};
5450
- var defaultProps16 = {
5569
+ var states19 = [];
5570
+ var options18 = {};
5571
+ var defaultProps17 = {
5451
5572
  positionMode: "absolute"
5452
5573
  };
5453
5574
  var AnimationContainer = (props) => {
@@ -5457,7 +5578,7 @@ var AnimationContainer = (props) => {
5457
5578
  offset,
5458
5579
  ...other
5459
5580
  } = props;
5460
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5581
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5461
5582
  "div",
5462
5583
  {
5463
5584
  ...other,
@@ -5469,21 +5590,21 @@ var AnimationContainer = (props) => {
5469
5590
  ["k-animation-container-fixed"]: positionMode === "fixed"
5470
5591
  }
5471
5592
  ),
5472
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5593
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5473
5594
  }
5474
5595
  );
5475
5596
  };
5476
- AnimationContainer.states = states18;
5477
- AnimationContainer.options = options17;
5597
+ AnimationContainer.states = states19;
5598
+ AnimationContainer.options = options18;
5478
5599
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5479
- AnimationContainer.defaultProps = defaultProps16;
5600
+ AnimationContainer.defaultProps = defaultProps17;
5480
5601
 
5481
5602
  // src/popup/popup.spec.tsx
5482
- var import_jsx_runtime33 = require("react/jsx-runtime");
5603
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5483
5604
  var POPUP_CLASSNAME = `k-popup`;
5484
- var states19 = [];
5485
- var options18 = {};
5486
- var defaultProps17 = {
5605
+ var states20 = [];
5606
+ var options19 = {};
5607
+ var defaultProps18 = {
5487
5608
  positionMode: "absolute"
5488
5609
  };
5489
5610
  var Popup = (props) => {
@@ -5492,26 +5613,26 @@ var Popup = (props) => {
5492
5613
  positionMode,
5493
5614
  ...other
5494
5615
  } = props;
5495
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5616
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5496
5617
  AnimationContainer,
5497
5618
  {
5498
5619
  positionMode,
5499
5620
  offset,
5500
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5621
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5501
5622
  }
5502
5623
  );
5503
5624
  };
5504
- Popup.states = states19;
5505
- Popup.options = options18;
5625
+ Popup.states = states20;
5626
+ Popup.options = options19;
5506
5627
  Popup.className = POPUP_CLASSNAME;
5507
- Popup.defaultProps = defaultProps17;
5628
+ Popup.defaultProps = defaultProps18;
5508
5629
 
5509
5630
  // src/action-sheet/action-sheet.spec.tsx
5510
- var import_jsx_runtime34 = require("react/jsx-runtime");
5631
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5511
5632
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5512
- var states20 = [];
5513
- var options19 = {};
5514
- var defaultProps18 = {
5633
+ var states21 = [];
5634
+ var options20 = {};
5635
+ var defaultProps19 = {
5515
5636
  side: "bottom",
5516
5637
  fullscreen: false,
5517
5638
  adaptive: false,
@@ -5524,14 +5645,14 @@ var ActionSheet = (props) => {
5524
5645
  header,
5525
5646
  footer,
5526
5647
  actions,
5527
- side = defaultProps18.side,
5528
- fullscreen = defaultProps18.fullscreen,
5529
- adaptive = defaultProps18.adaptive,
5530
- overlay = defaultProps18.overlay,
5648
+ side = defaultProps19.side,
5649
+ fullscreen = defaultProps19.fullscreen,
5650
+ adaptive = defaultProps19.adaptive,
5651
+ overlay = defaultProps19.overlay,
5531
5652
  ...other
5532
5653
  } = props;
5533
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5534
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5654
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5655
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5535
5656
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5536
5657
  switch (child.type) {
5537
5658
  case ActionSheetHeader:
@@ -5541,10 +5662,10 @@ var ActionSheet = (props) => {
5541
5662
  return true;
5542
5663
  }
5543
5664
  return true;
5544
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_jsx_runtime34.Fragment, {});
5545
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "k-actionsheet-container", children: [
5546
- overlay && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "k-overlay" }),
5547
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5665
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, {});
5666
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "k-actionsheet-container", children: [
5667
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-overlay" }),
5668
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5548
5669
  AnimationContainer,
5549
5670
  {
5550
5671
  animationStyle: {
@@ -5554,7 +5675,7 @@ var ActionSheet = (props) => {
5554
5675
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5555
5676
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5556
5677
  },
5557
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5678
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5558
5679
  "div",
5559
5680
  {
5560
5681
  ...other,
@@ -5567,9 +5688,9 @@ var ActionSheet = (props) => {
5567
5688
  "k-adaptive-actionsheet": adaptive
5568
5689
  }
5569
5690
  ),
5570
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
5691
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5571
5692
  _ActionSheetHeader,
5572
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: classNames(
5693
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: classNames(
5573
5694
  "k-actionsheet-content",
5574
5695
  {
5575
5696
  "!k-overflow-hidden": adaptive
@@ -5583,15 +5704,15 @@ var ActionSheet = (props) => {
5583
5704
  )
5584
5705
  ] });
5585
5706
  };
5586
- ActionSheet.states = states20;
5587
- ActionSheet.options = options19;
5707
+ ActionSheet.states = states21;
5708
+ ActionSheet.options = options20;
5588
5709
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5589
- ActionSheet.defaultProps = defaultProps18;
5710
+ ActionSheet.defaultProps = defaultProps19;
5590
5711
 
5591
5712
  // src/searchbox/searchbox.spec.tsx
5592
- var import_jsx_runtime35 = require("react/jsx-runtime");
5713
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5593
5714
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5594
- var states21 = [
5715
+ var states22 = [
5595
5716
  States.hover,
5596
5717
  States.focus,
5597
5718
  States.valid,
@@ -5600,12 +5721,12 @@ var states21 = [
5600
5721
  States.disabled,
5601
5722
  States.loading
5602
5723
  ];
5603
- var options20 = {
5724
+ var options21 = {
5604
5725
  size: [Size.small, Size.medium, Size.large],
5605
5726
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5606
5727
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5607
5728
  };
5608
- var defaultProps19 = {
5729
+ var defaultProps20 = {
5609
5730
  showIcon: true,
5610
5731
  icon: "search",
5611
5732
  size: Input.defaultProps.size,
@@ -5626,11 +5747,11 @@ var Searchbox = (props) => {
5626
5747
  required,
5627
5748
  loading,
5628
5749
  disabled,
5629
- showIcon = defaultProps19.showIcon,
5630
- icon = defaultProps19.icon,
5750
+ showIcon = defaultProps20.showIcon,
5751
+ icon = defaultProps20.icon,
5631
5752
  ...other
5632
5753
  } = props;
5633
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5754
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5634
5755
  Input,
5635
5756
  {
5636
5757
  ...other,
@@ -5646,25 +5767,25 @@ var Searchbox = (props) => {
5646
5767
  disabled,
5647
5768
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5648
5769
  children: [
5649
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { className: "k-input-icon", icon }),
5650
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputInnerInput, { placeholder, value }),
5651
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputLoadingIcon, { ...props }),
5652
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputValidationIcon, { ...props }),
5653
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputClearValue, { ...props })
5770
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { className: "k-input-icon", icon }),
5771
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputInnerInput, { placeholder, value }),
5772
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputLoadingIcon, { ...props }),
5773
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputValidationIcon, { ...props }),
5774
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputClearValue, { ...props })
5654
5775
  ]
5655
5776
  }
5656
5777
  );
5657
5778
  };
5658
- Searchbox.states = states21;
5659
- Searchbox.options = options20;
5779
+ Searchbox.states = states22;
5780
+ Searchbox.options = options21;
5660
5781
  Searchbox.className = SEARCHBOX_CLASSNAME;
5661
- Searchbox.defaultProps = defaultProps19;
5782
+ Searchbox.defaultProps = defaultProps20;
5662
5783
 
5663
5784
  // src/searchbox/templates/searchbox-normal.tsx
5664
- var import_jsx_runtime36 = require("react/jsx-runtime");
5785
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5665
5786
 
5666
5787
  // src/action-sheet/actionsheet-header.tsx
5667
- var import_jsx_runtime37 = require("react/jsx-runtime");
5788
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5668
5789
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5669
5790
  var ActionSheetHeader = (props) => {
5670
5791
  const {
@@ -5674,7 +5795,7 @@ var ActionSheetHeader = (props) => {
5674
5795
  filter,
5675
5796
  ...other
5676
5797
  } = props;
5677
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5798
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5678
5799
  "div",
5679
5800
  {
5680
5801
  ...other,
@@ -5682,37 +5803,37 @@ var ActionSheetHeader = (props) => {
5682
5803
  props.className,
5683
5804
  ACTIONSHEETHEADER_CLASSNAME
5684
5805
  ),
5685
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5686
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5687
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-actionsheet-title", children: [
5688
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-text-center", children: title }),
5689
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5806
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5807
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5808
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_jsx_runtime41.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-actionsheet-title", children: [
5809
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-text-center", children: title }),
5810
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5690
5811
  ] }) }),
5691
- props.children && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5692
- actions && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5812
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5813
+ actions && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_jsx_runtime41.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5693
5814
  ] }),
5694
- filter && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5815
+ filter && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_jsx_runtime41.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5695
5816
  ] })
5696
5817
  }
5697
5818
  );
5698
5819
  };
5699
5820
 
5700
5821
  // src/action-buttons/action-buttons.spec.tsx
5701
- var import_jsx_runtime38 = require("react/jsx-runtime");
5822
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5702
5823
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5703
- var states22 = [];
5704
- var options21 = {};
5705
- var defaultProps20 = {
5824
+ var states23 = [];
5825
+ var options22 = {};
5826
+ var defaultProps21 = {
5706
5827
  alignment: "start",
5707
5828
  orientation: "horizontal"
5708
5829
  };
5709
5830
  var ActionButtons = (props) => {
5710
5831
  const {
5711
- alignment = defaultProps20.alignment,
5712
- orientation = defaultProps20.orientation,
5832
+ alignment = defaultProps21.alignment,
5833
+ orientation = defaultProps21.orientation,
5713
5834
  ...other
5714
5835
  } = props;
5715
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5836
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5716
5837
  "div",
5717
5838
  {
5718
5839
  ...other,
@@ -5728,21 +5849,21 @@ var ActionButtons = (props) => {
5728
5849
  }
5729
5850
  );
5730
5851
  };
5731
- ActionButtons.states = states22;
5732
- ActionButtons.options = options21;
5852
+ ActionButtons.states = states23;
5853
+ ActionButtons.options = options22;
5733
5854
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5734
- ActionButtons.defaultProps = defaultProps20;
5855
+ ActionButtons.defaultProps = defaultProps21;
5735
5856
  var action_buttons_spec_default = ActionButtons;
5736
5857
 
5737
5858
  // src/action-sheet/actionsheet-footer.tsx
5738
- var import_jsx_runtime39 = require("react/jsx-runtime");
5859
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5739
5860
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5740
5861
  var ActionSheetFooter = (props) => {
5741
5862
  const {
5742
5863
  actions,
5743
5864
  ...other
5744
5865
  } = props;
5745
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5866
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5746
5867
  action_buttons_spec_default,
5747
5868
  {
5748
5869
  ...other,
@@ -5751,17 +5872,17 @@ var ActionSheetFooter = (props) => {
5751
5872
  ACTIONSHEETFOOTER_CLASSNAME
5752
5873
  ),
5753
5874
  alignment: "stretched",
5754
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5875
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5755
5876
  actions && actions.map((action, index) => {
5756
5877
  if (action === "|") {
5757
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-separator" }, index);
5878
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-separator" }, index);
5758
5879
  }
5759
5880
  if (action === " ") {
5760
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }, index);
5881
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-spacer" }, index);
5761
5882
  }
5762
5883
  const importantFlag = action.startsWith("!");
5763
5884
  const actionName = importantFlag ? action.substring(1) : action;
5764
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5885
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5765
5886
  }),
5766
5887
  !actions && props.children
5767
5888
  ] })
@@ -5770,12 +5891,12 @@ var ActionSheetFooter = (props) => {
5770
5891
  };
5771
5892
 
5772
5893
  // src/action-sheet/actionsheet-items.tsx
5773
- var import_jsx_runtime40 = require("react/jsx-runtime");
5894
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5774
5895
  var ActionSheetItems = (props) => {
5775
5896
  const {
5776
5897
  ...other
5777
5898
  } = props;
5778
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5899
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5779
5900
  "div",
5780
5901
  {
5781
5902
  ...other,
@@ -5789,8 +5910,8 @@ var ActionSheetItems = (props) => {
5789
5910
  };
5790
5911
 
5791
5912
  // src/action-sheet/actionsheet-item.tsx
5792
- var import_jsx_runtime41 = require("react/jsx-runtime");
5793
- var states23 = [
5913
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5914
+ var states24 = [
5794
5915
  States.hover,
5795
5916
  States.focus,
5796
5917
  States.selected,
@@ -5798,17 +5919,17 @@ var states23 = [
5798
5919
  ];
5799
5920
 
5800
5921
  // src/daterangepicker/daterangepicker.spec.tsx
5801
- var import_jsx_runtime42 = require("react/jsx-runtime");
5922
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5802
5923
  var DATERANGEPICKER_CLASSNAME = `k-daterangepicker`;
5803
- var states24 = [
5924
+ var states25 = [
5804
5925
  States.disabled
5805
5926
  ];
5806
- var options22 = {
5927
+ var options23 = {
5807
5928
  size: [Size.small, Size.medium, Size.large],
5808
5929
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5809
5930
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5810
5931
  };
5811
- var defaultProps21 = {};
5932
+ var defaultProps22 = {};
5812
5933
  var DateRangePicker = (props) => {
5813
5934
  const {
5814
5935
  size,
@@ -5822,8 +5943,8 @@ var DateRangePicker = (props) => {
5822
5943
  dir,
5823
5944
  ...other
5824
5945
  } = props;
5825
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5826
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5946
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5947
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5827
5948
  "span",
5828
5949
  {
5829
5950
  ...other,
@@ -5834,7 +5955,7 @@ var DateRangePicker = (props) => {
5834
5955
  stateClassNames(DATERANGEPICKER_CLASSNAME, { disabled })
5835
5956
  ),
5836
5957
  children: [
5837
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(FloatingLabel, { label: "Start", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5958
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(FloatingLabel, { label: "Start", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5838
5959
  DateInput,
5839
5960
  {
5840
5961
  showSpinButton: false,
@@ -5843,7 +5964,7 @@ var DateRangePicker = (props) => {
5843
5964
  fillMode
5844
5965
  }
5845
5966
  ) }),
5846
- swapButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5967
+ swapButton && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5847
5968
  Button,
5848
5969
  {
5849
5970
  rounded,
@@ -5853,7 +5974,7 @@ var DateRangePicker = (props) => {
5853
5974
  iconClassName: "k-rotate-90"
5854
5975
  }
5855
5976
  ),
5856
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(FloatingLabel, { label: "End", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5977
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(FloatingLabel, { label: "End", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5857
5978
  DateInput,
5858
5979
  {
5859
5980
  showSpinButton: false,
@@ -5865,9 +5986,9 @@ var DateRangePicker = (props) => {
5865
5986
  ]
5866
5987
  }
5867
5988
  ),
5868
- opened && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(MultiViewCalendar, { dir }) }),
5869
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5870
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5989
+ opened && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(MultiViewCalendar, { dir }) }),
5990
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5991
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5871
5992
  ActionSheetHeader,
5872
5993
  {
5873
5994
  actions: ["x"],
@@ -5875,12 +5996,12 @@ var DateRangePicker = (props) => {
5875
5996
  subTitle: "DD / MM / YY"
5876
5997
  }
5877
5998
  ),
5878
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-scrollable-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(MultiViewCalendar, { size: "large", calendarView: "month", orientation: "vertical", showCalendarCaption: true }) })
5999
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-scrollable-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(MultiViewCalendar, { size: "large", calendarView: "month", orientation: "vertical", showCalendarCaption: true }) })
5879
6000
  ] })
5880
6001
  ] });
5881
6002
  };
5882
- DateRangePicker.states = states24;
5883
- DateRangePicker.options = options22;
6003
+ DateRangePicker.states = states25;
6004
+ DateRangePicker.options = options23;
5884
6005
  DateRangePicker.className = DATERANGEPICKER_CLASSNAME;
5885
- DateRangePicker.defaultProps = defaultProps21;
6006
+ DateRangePicker.defaultProps = defaultProps22;
5886
6007
  var daterangepicker_spec_default = DateRangePicker;