@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
@@ -4590,9 +4590,23 @@ InputValidationIcon.className = className6;
4590
4590
 
4591
4591
  // src/input/input-prefix.tsx
4592
4592
  import { Fragment as Fragment7, jsx as jsx12 } from "react/jsx-runtime";
4593
+ var className7 = `k-input-prefix`;
4594
+ var InputPrefix = (props) => {
4595
+ if (!props.children) {
4596
+ return /* @__PURE__ */ jsx12(Fragment7, {});
4597
+ }
4598
+ return /* @__PURE__ */ jsx12("span", { className: classNames(className7, props.className), children: props.children });
4599
+ };
4593
4600
 
4594
4601
  // src/input/input-suffix.tsx
4595
4602
  import { Fragment as Fragment8, jsx as jsx13 } from "react/jsx-runtime";
4603
+ var className8 = `k-input-suffix`;
4604
+ var InputSuffix = (props) => {
4605
+ if (!props.children) {
4606
+ return /* @__PURE__ */ jsx13(Fragment8, {});
4607
+ }
4608
+ return /* @__PURE__ */ jsx13("span", { className: classNames(className8, props.className), children: props.children });
4609
+ };
4596
4610
 
4597
4611
  // src/input/input-separator.tsx
4598
4612
  import { jsx as jsx14 } from "react/jsx-runtime";
@@ -4902,17 +4916,124 @@ FloatingLabel.options = options13;
4902
4916
  FloatingLabel.className = FLOATINGLABEL_CLASSNAME;
4903
4917
  FloatingLabel.defaultProps = defaultProps11;
4904
4918
 
4919
+ // src/textbox/textbox.spec.tsx
4920
+ import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
4921
+ var TEXTBOX_CLASSNAME = `k-textbox`;
4922
+ var states15 = [
4923
+ States.hover,
4924
+ States.focus,
4925
+ States.valid,
4926
+ States.invalid,
4927
+ States.required,
4928
+ States.disabled,
4929
+ States.loading,
4930
+ States.readonly
4931
+ ];
4932
+ var options14 = {
4933
+ size: [Size.small, Size.medium, Size.large],
4934
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4935
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4936
+ };
4937
+ var defaultProps12 = {
4938
+ showClearButton: true,
4939
+ size: Input.defaultProps.size,
4940
+ rounded: Input.defaultProps.rounded,
4941
+ fillMode: Input.defaultProps.fillMode
4942
+ };
4943
+ var Textbox = (props) => {
4944
+ const {
4945
+ prefix,
4946
+ suffix,
4947
+ value,
4948
+ placeholder,
4949
+ size,
4950
+ rounded,
4951
+ fillMode,
4952
+ hover,
4953
+ focus,
4954
+ valid,
4955
+ invalid,
4956
+ required,
4957
+ loading,
4958
+ disabled,
4959
+ readonly,
4960
+ showClearButton = defaultProps12.showClearButton,
4961
+ ...other
4962
+ } = props;
4963
+ return /* @__PURE__ */ jsxs6(
4964
+ Input,
4965
+ {
4966
+ ...other,
4967
+ size,
4968
+ rounded,
4969
+ fillMode,
4970
+ hover,
4971
+ focus,
4972
+ valid,
4973
+ invalid,
4974
+ required,
4975
+ loading,
4976
+ disabled,
4977
+ readonly,
4978
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
4979
+ children: [
4980
+ /* @__PURE__ */ jsx23(InputPrefix, { children: prefix }),
4981
+ /* @__PURE__ */ jsx23(InputInnerInput, { placeholder, value }),
4982
+ /* @__PURE__ */ jsx23(
4983
+ InputValidationIcon,
4984
+ {
4985
+ valid,
4986
+ invalid,
4987
+ loading,
4988
+ disabled
4989
+ }
4990
+ ),
4991
+ /* @__PURE__ */ jsx23(
4992
+ InputLoadingIcon,
4993
+ {
4994
+ loading,
4995
+ disabled
4996
+ }
4997
+ ),
4998
+ showClearButton && /* @__PURE__ */ jsx23(
4999
+ InputClearValue,
5000
+ {
5001
+ loading,
5002
+ disabled,
5003
+ readonly,
5004
+ value
5005
+ }
5006
+ ),
5007
+ /* @__PURE__ */ jsx23(InputSuffix, { children: suffix })
5008
+ ]
5009
+ }
5010
+ );
5011
+ };
5012
+ Textbox.states = states15;
5013
+ Textbox.options = options14;
5014
+ Textbox.className = TEXTBOX_CLASSNAME;
5015
+ Textbox.defaultProps = defaultProps12;
5016
+
5017
+ // src/textbox/templates/textbox-normal.tsx
5018
+ import { jsx as jsx24 } from "react/jsx-runtime";
5019
+
5020
+ // src/textbox/templates/textbox-prefix.tsx
5021
+ import { Fragment as Fragment10, jsx as jsx25, jsxs as jsxs7 } from "react/jsx-runtime";
5022
+
5023
+ // src/textbox/templates/textbox-suffix.tsx
5024
+ import { Fragment as Fragment11, jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
5025
+
4905
5026
  // src/floating-label/templates/floating-label-normal.tsx
4906
- import { jsx as jsx23 } from "react/jsx-runtime";
5027
+ import { jsx as jsx27 } from "react/jsx-runtime";
4907
5028
 
4908
5029
  // src/calendar/calendar.spec.tsx
4909
- import { jsx as jsx24, jsxs as jsxs6 } from "react/jsx-runtime";
5030
+ import { jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
4910
5031
  var CALENDAR_CLASSNAME = `k-calendar`;
4911
- var states15 = [];
4912
- var options14 = {
5032
+ var states16 = [];
5033
+ var options15 = {
4913
5034
  size: [Size.small, Size.medium, Size.large]
4914
5035
  };
4915
- var defaultProps12 = {
5036
+ var defaultProps13 = {
4916
5037
  size: Size.medium,
4917
5038
  viewsCount: 1,
4918
5039
  orientation: "horizontal",
@@ -4921,11 +5042,11 @@ var defaultProps12 = {
4921
5042
  };
4922
5043
  var Calendar = (props) => {
4923
5044
  const {
4924
- size = defaultProps12.size,
4925
- orientation = defaultProps12.orientation,
4926
- calendarView = defaultProps12.calendarView,
4927
- calendarHeaderText = defaultProps12.calendarHeaderText,
4928
- viewsCount = defaultProps12.viewsCount,
5045
+ size = defaultProps13.size,
5046
+ orientation = defaultProps13.orientation,
5047
+ calendarView = defaultProps13.calendarView,
5048
+ calendarHeaderText = defaultProps13.calendarHeaderText,
5049
+ viewsCount = defaultProps13.viewsCount,
4929
5050
  showWeek,
4930
5051
  showOtherMonth,
4931
5052
  showCalendarCaption,
@@ -4934,7 +5055,7 @@ var Calendar = (props) => {
4934
5055
  dir,
4935
5056
  ...other
4936
5057
  } = props;
4937
- return /* @__PURE__ */ jsxs6(
5058
+ return /* @__PURE__ */ jsxs9(
4938
5059
  "div",
4939
5060
  {
4940
5061
  ...other,
@@ -4950,7 +5071,7 @@ var Calendar = (props) => {
4950
5071
  }
4951
5072
  ),
4952
5073
  children: [
4953
- /* @__PURE__ */ jsx24(
5074
+ /* @__PURE__ */ jsx28(
4954
5075
  CalendarHeader,
4955
5076
  {
4956
5077
  showToday: showCalendarFooter ? false : true,
@@ -4960,7 +5081,7 @@ var Calendar = (props) => {
4960
5081
  dir
4961
5082
  }
4962
5083
  ),
4963
- /* @__PURE__ */ jsx24(
5084
+ /* @__PURE__ */ jsx28(
4964
5085
  CalendarView,
4965
5086
  {
4966
5087
  calendarView,
@@ -4972,19 +5093,19 @@ var Calendar = (props) => {
4972
5093
  selectedRange
4973
5094
  }
4974
5095
  ),
4975
- showCalendarFooter && /* @__PURE__ */ jsx24(CalendarFooter, {})
5096
+ showCalendarFooter && /* @__PURE__ */ jsx28(CalendarFooter, {})
4976
5097
  ]
4977
5098
  }
4978
5099
  );
4979
5100
  };
4980
- Calendar.states = states15;
4981
- Calendar.options = options14;
5101
+ Calendar.states = states16;
5102
+ Calendar.options = options15;
4982
5103
  Calendar.className = CALENDAR_CLASSNAME;
4983
- Calendar.defaultProps = defaultProps12;
5104
+ Calendar.defaultProps = defaultProps13;
4984
5105
 
4985
5106
  // src/calendar/calendar-cell.tsx
4986
- import { jsx as jsx25 } from "react/jsx-runtime";
4987
- var states16 = [
5107
+ import { jsx as jsx29 } from "react/jsx-runtime";
5108
+ var states17 = [
4988
5109
  States.hover,
4989
5110
  States.focus,
4990
5111
  States.active,
@@ -5033,21 +5154,21 @@ var CalendarCell = (props) => {
5033
5154
  }
5034
5155
  ];
5035
5156
  if (headerCell) {
5036
- return /* @__PURE__ */ jsx25("th", { ...other, className: classNames(calendarCellClasses), children: text });
5157
+ return /* @__PURE__ */ jsx29("th", { ...other, className: classNames(calendarCellClasses), children: text });
5037
5158
  }
5038
5159
  if (weekCell) {
5039
- return /* @__PURE__ */ jsx25("td", { ...other, className: classNames(calendarCellClasses), children: text });
5160
+ return /* @__PURE__ */ jsx29("td", { ...other, className: classNames(calendarCellClasses), children: text });
5040
5161
  }
5041
- return /* @__PURE__ */ jsx25("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx25("span", { className: "k-link", children: text }) });
5162
+ return /* @__PURE__ */ jsx29("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx29("span", { className: "k-link", children: text }) });
5042
5163
  };
5043
5164
 
5044
5165
  // src/calendar/calendar-header.tsx
5045
- import { jsx as jsx26, jsxs as jsxs7 } from "react/jsx-runtime";
5046
- var className7 = `k-calendar-header`;
5047
- var options15 = {
5166
+ import { jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
5167
+ var className9 = `k-calendar-header`;
5168
+ var options16 = {
5048
5169
  size: [Size.small, Size.medium, Size.large]
5049
5170
  };
5050
- var defaultProps13 = {
5171
+ var defaultProps14 = {
5051
5172
  calendarHeaderText: "October 2021",
5052
5173
  showToday: true,
5053
5174
  orientation: "horizontal",
@@ -5055,33 +5176,33 @@ var defaultProps13 = {
5055
5176
  };
5056
5177
  var CalendarHeader = (props) => {
5057
5178
  const {
5058
- calendarHeaderText = defaultProps13.calendarHeaderText,
5059
- showToday = defaultProps13.showToday,
5060
- orientation = defaultProps13.orientation,
5061
- size = defaultProps13.size,
5179
+ calendarHeaderText = defaultProps14.calendarHeaderText,
5180
+ showToday = defaultProps14.showToday,
5181
+ orientation = defaultProps14.orientation,
5182
+ size = defaultProps14.size,
5062
5183
  dir,
5063
5184
  ...other
5064
5185
  } = props;
5065
5186
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5066
5187
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5067
- return /* @__PURE__ */ jsxs7(
5188
+ return /* @__PURE__ */ jsxs10(
5068
5189
  "div",
5069
5190
  {
5070
5191
  ...other,
5071
5192
  className: classNames(
5072
5193
  props.className,
5073
- className7,
5194
+ className9,
5074
5195
  {
5075
5196
  "k-vstack": orientation === "vertical"
5076
5197
  }
5077
5198
  ),
5078
5199
  children: [
5079
- /* @__PURE__ */ jsx26(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5080
- /* @__PURE__ */ jsx26("span", { className: "k-spacer" }),
5081
- /* @__PURE__ */ jsxs7("span", { className: "k-calendar-nav", children: [
5082
- /* @__PURE__ */ jsx26(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5083
- showToday && /* @__PURE__ */ jsx26(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5084
- /* @__PURE__ */ jsx26(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5200
+ /* @__PURE__ */ jsx30(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5201
+ /* @__PURE__ */ jsx30("span", { className: "k-spacer" }),
5202
+ /* @__PURE__ */ jsxs10("span", { className: "k-calendar-nav", children: [
5203
+ /* @__PURE__ */ jsx30(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5204
+ showToday && /* @__PURE__ */ jsx30(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5205
+ /* @__PURE__ */ jsx30(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5085
5206
  ] })
5086
5207
  ]
5087
5208
  }
@@ -5089,12 +5210,12 @@ var CalendarHeader = (props) => {
5089
5210
  };
5090
5211
 
5091
5212
  // src/calendar/calendar-footer.tsx
5092
- import { jsx as jsx27 } from "react/jsx-runtime";
5093
- var className8 = `k-calendar-footer`;
5094
- var CalendarFooter = (props) => /* @__PURE__ */ jsx27("div", { ...props, className: classNames(props.className, className8), children: /* @__PURE__ */ jsx27(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5213
+ import { jsx as jsx31 } from "react/jsx-runtime";
5214
+ var className10 = `k-calendar-footer`;
5215
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx31("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx31(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5095
5216
 
5096
5217
  // src/calendar/calendar-table.tsx
5097
- import { jsx as jsx28, jsxs as jsxs8 } from "react/jsx-runtime";
5218
+ import { jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
5098
5219
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5099
5220
  var CalendarTable = (props) => {
5100
5221
  const {
@@ -5106,7 +5227,7 @@ var CalendarTable = (props) => {
5106
5227
  ...other
5107
5228
  } = props;
5108
5229
  if (calendarView === "year") {
5109
- return /* @__PURE__ */ jsxs8(
5230
+ return /* @__PURE__ */ jsxs11(
5110
5231
  "table",
5111
5232
  {
5112
5233
  ...other,
@@ -5115,25 +5236,25 @@ var CalendarTable = (props) => {
5115
5236
  CALENDARTABLE_CLASSNAME
5116
5237
  ),
5117
5238
  children: [
5118
- showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2022" }),
5119
- /* @__PURE__ */ jsxs8("tbody", { className: "k-calendar-tbody", children: [
5120
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5121
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Jan" }),
5122
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Feb" }),
5123
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Mar" }),
5124
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Apr" })
5239
+ showCalendarCaption && /* @__PURE__ */ jsx32("caption", { className: "k-calendar-caption", children: "2022" }),
5240
+ /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5241
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5242
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Jan" }),
5243
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Feb" }),
5244
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Mar" }),
5245
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Apr" })
5125
5246
  ] }),
5126
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5127
- /* @__PURE__ */ jsx28(CalendarCell, { text: "May" }),
5128
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Jun", hover: true }),
5129
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Jul", focus: true }),
5130
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Au", selected: true })
5247
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5248
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "May" }),
5249
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Jun", hover: true }),
5250
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Jul", focus: true }),
5251
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Au", selected: true })
5131
5252
  ] }),
5132
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5133
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Sep" }),
5134
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Oct", today: true }),
5135
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Nov" }),
5136
- /* @__PURE__ */ jsx28(CalendarCell, { text: "Dec" })
5253
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5254
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Sep" }),
5255
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Oct", today: true }),
5256
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Nov" }),
5257
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Dec" })
5137
5258
  ] })
5138
5259
  ] })
5139
5260
  ]
@@ -5141,7 +5262,7 @@ var CalendarTable = (props) => {
5141
5262
  );
5142
5263
  }
5143
5264
  if (calendarView === "decade") {
5144
- return /* @__PURE__ */ jsxs8(
5265
+ return /* @__PURE__ */ jsxs11(
5145
5266
  "table",
5146
5267
  {
5147
5268
  ...other,
@@ -5150,25 +5271,25 @@ var CalendarTable = (props) => {
5150
5271
  CALENDARTABLE_CLASSNAME
5151
5272
  ),
5152
5273
  children: [
5153
- showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5154
- /* @__PURE__ */ jsxs8("tbody", { className: "k-calendar-tbody", children: [
5155
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5156
- /* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" }),
5157
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2020" }),
5158
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2021", today: true }),
5159
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2022" })
5274
+ showCalendarCaption && /* @__PURE__ */ jsx32("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5275
+ /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5276
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5277
+ /* @__PURE__ */ jsx32(CalendarCell, { className: "k-out-of-range" }),
5278
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2020" }),
5279
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2021", today: true }),
5280
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2022" })
5160
5281
  ] }),
5161
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5162
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2023" }),
5163
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2024", hover: true }),
5164
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2025", focus: true }),
5165
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2026", selected: true })
5282
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5283
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2023" }),
5284
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2024", hover: true }),
5285
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2025", focus: true }),
5286
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2026", selected: true })
5166
5287
  ] }),
5167
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5168
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2027" }),
5169
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2028" }),
5170
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2029" }),
5171
- /* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" })
5288
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5289
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2027" }),
5290
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2028" }),
5291
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2029" }),
5292
+ /* @__PURE__ */ jsx32(CalendarCell, { className: "k-out-of-range" })
5172
5293
  ] })
5173
5294
  ] })
5174
5295
  ]
@@ -5176,7 +5297,7 @@ var CalendarTable = (props) => {
5176
5297
  );
5177
5298
  }
5178
5299
  if (calendarView === "century") {
5179
- return /* @__PURE__ */ jsxs8(
5300
+ return /* @__PURE__ */ jsxs11(
5180
5301
  "table",
5181
5302
  {
5182
5303
  ...other,
@@ -5185,32 +5306,32 @@ var CalendarTable = (props) => {
5185
5306
  CALENDARTABLE_CLASSNAME
5186
5307
  ),
5187
5308
  children: [
5188
- showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5189
- /* @__PURE__ */ jsxs8("tbody", { className: "k-calendar-tbody", children: [
5190
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5191
- /* @__PURE__ */ jsx28(CalendarCell, { text: "1990 - 1999" }),
5192
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2000 - 2009" }),
5193
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2010 - 2019", today: true }),
5194
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2020 - 2029" })
5309
+ showCalendarCaption && /* @__PURE__ */ jsx32("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5310
+ /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5311
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5312
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "1990 - 1999" }),
5313
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2000 - 2009" }),
5314
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2010 - 2019", today: true }),
5315
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2020 - 2029" })
5195
5316
  ] }),
5196
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5197
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2030 - 2039" }),
5198
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2040 - 2049", hover: true }),
5199
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2050 - 2059", focus: true }),
5200
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2060 - 2069", selected: true })
5317
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5318
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2030 - 2039" }),
5319
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2040 - 2049", hover: true }),
5320
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2050 - 2059", focus: true }),
5321
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2060 - 2069", selected: true })
5201
5322
  ] }),
5202
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5203
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2070 - 2079" }),
5204
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2080 - 2089" }),
5205
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2090 - 2099" }),
5206
- /* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" })
5323
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5324
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2070 - 2079" }),
5325
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2080 - 2089" }),
5326
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2090 - 2099" }),
5327
+ /* @__PURE__ */ jsx32(CalendarCell, { className: "k-out-of-range" })
5207
5328
  ] })
5208
5329
  ] })
5209
5330
  ]
5210
5331
  }
5211
5332
  );
5212
5333
  }
5213
- return /* @__PURE__ */ jsxs8(
5334
+ return /* @__PURE__ */ jsxs11(
5214
5335
  "table",
5215
5336
  {
5216
5337
  ...other,
@@ -5219,68 +5340,68 @@ var CalendarTable = (props) => {
5219
5340
  CALENDARTABLE_CLASSNAME
5220
5341
  ),
5221
5342
  children: [
5222
- showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "October 2021" }),
5223
- /* @__PURE__ */ jsx28(CalendarTableHead, { showWeek }),
5224
- /* @__PURE__ */ jsxs8("tbody", { className: "k-calendar-tbody", children: [
5225
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5226
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "39", weekCell: true }),
5227
- /* @__PURE__ */ jsx28(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5228
- /* @__PURE__ */ jsx28(CalendarCell, { text: "1" }),
5229
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2" }),
5230
- /* @__PURE__ */ jsx28(CalendarCell, { text: "3" }),
5231
- /* @__PURE__ */ jsx28(CalendarCell, { text: "4" }),
5232
- /* @__PURE__ */ jsx28(CalendarCell, { text: "5" }),
5233
- /* @__PURE__ */ jsx28(CalendarCell, { text: "6", weekend: true })
5343
+ showCalendarCaption && /* @__PURE__ */ jsx32("caption", { className: "k-calendar-caption", children: "October 2021" }),
5344
+ /* @__PURE__ */ jsx32(CalendarTableHead, { showWeek }),
5345
+ /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5346
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5347
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "39", weekCell: true }),
5348
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5349
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "1" }),
5350
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2" }),
5351
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "3" }),
5352
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "4" }),
5353
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "5" }),
5354
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "6", weekend: true })
5234
5355
  ] }),
5235
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5236
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "40", weekCell: true }),
5237
- /* @__PURE__ */ jsx28(CalendarCell, { text: "7", weekend: true }),
5238
- /* @__PURE__ */ jsx28(CalendarCell, { text: "8", hover: true }),
5239
- /* @__PURE__ */ jsx28(CalendarCell, { text: "9", focus: true }),
5240
- /* @__PURE__ */ jsx28(CalendarCell, { text: "10", selected: true }),
5241
- /* @__PURE__ */ jsx28(CalendarCell, { text: "11", hover: true, focus: true }),
5242
- /* @__PURE__ */ jsx28(CalendarCell, { text: "12", hover: true, selected: true }),
5243
- /* @__PURE__ */ jsx28(CalendarCell, { text: "13", weekend: true })
5356
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5357
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "40", weekCell: true }),
5358
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "7", weekend: true }),
5359
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "8", hover: true }),
5360
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "9", focus: true }),
5361
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "10", selected: true }),
5362
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "11", hover: true, focus: true }),
5363
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "12", hover: true, selected: true }),
5364
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "13", weekend: true })
5244
5365
  ] }),
5245
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5246
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "41", weekCell: true }),
5247
- /* @__PURE__ */ jsx28(CalendarCell, { text: "14", weekend: true }),
5248
- /* @__PURE__ */ jsx28(CalendarCell, { text: "15" }),
5249
- /* @__PURE__ */ jsx28(CalendarCell, { text: "16", today: true }),
5250
- /* @__PURE__ */ jsx28(CalendarCell, { text: "17" }),
5251
- /* @__PURE__ */ jsx28(CalendarCell, { text: "18" }),
5252
- /* @__PURE__ */ jsx28(CalendarCell, { text: "19" }),
5253
- /* @__PURE__ */ jsx28(CalendarCell, { text: "20", weekend: true })
5366
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5367
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "41", weekCell: true }),
5368
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "14", weekend: true }),
5369
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "15" }),
5370
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "16", today: true }),
5371
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "17" }),
5372
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "18" }),
5373
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "19" }),
5374
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "20", weekend: true })
5254
5375
  ] }),
5255
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5256
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "42", weekCell: true }),
5257
- /* @__PURE__ */ jsx28(CalendarCell, { text: "21", weekend: true }),
5258
- /* @__PURE__ */ jsx28(CalendarCell, { text: "22" }),
5259
- /* @__PURE__ */ jsx28(CalendarCell, { text: "23" }),
5260
- /* @__PURE__ */ jsx28(CalendarCell, { text: "24" }),
5261
- /* @__PURE__ */ jsx28(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5262
- /* @__PURE__ */ jsx28(CalendarCell, { text: "26", rangeMid: selectedRange }),
5263
- /* @__PURE__ */ jsx28(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5376
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5377
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "42", weekCell: true }),
5378
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "21", weekend: true }),
5379
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "22" }),
5380
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "23" }),
5381
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "24" }),
5382
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5383
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "26", rangeMid: selectedRange }),
5384
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5264
5385
  ] }),
5265
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5266
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "43", weekCell: true }),
5267
- /* @__PURE__ */ jsx28(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5268
- /* @__PURE__ */ jsx28(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5269
- /* @__PURE__ */ jsx28(CalendarCell, { text: "30" }),
5270
- /* @__PURE__ */ jsx28(CalendarCell, { text: "31" }),
5271
- /* @__PURE__ */ jsx28(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5272
- /* @__PURE__ */ jsx28(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5273
- /* @__PURE__ */ jsx28(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5386
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5387
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "43", weekCell: true }),
5388
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5389
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5390
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "30" }),
5391
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "31" }),
5392
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5393
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5394
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5274
5395
  ] }),
5275
- /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5276
- showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "44", weekCell: true }),
5277
- /* @__PURE__ */ jsx28(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5278
- /* @__PURE__ */ jsx28(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5279
- /* @__PURE__ */ jsx28(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5280
- /* @__PURE__ */ jsx28(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5281
- /* @__PURE__ */ jsx28(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5282
- /* @__PURE__ */ jsx28(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5283
- /* @__PURE__ */ jsx28(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5396
+ /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5397
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "44", weekCell: true }),
5398
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5399
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5400
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5401
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5402
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5403
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5404
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5284
5405
  ] })
5285
5406
  ] })
5286
5407
  ]
@@ -5289,58 +5410,58 @@ var CalendarTable = (props) => {
5289
5410
  };
5290
5411
 
5291
5412
  // src/calendar/calendar-table-head.tsx
5292
- import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
5293
- var className9 = `k-calendar-thead`;
5413
+ import { jsx as jsx33, jsxs as jsxs12 } from "react/jsx-runtime";
5414
+ var className11 = `k-calendar-thead`;
5294
5415
  var CalendarTableHead = (props) => {
5295
5416
  const {
5296
5417
  showWeek,
5297
5418
  ...other
5298
5419
  } = props;
5299
- return /* @__PURE__ */ jsx29(
5420
+ return /* @__PURE__ */ jsx33(
5300
5421
  "thead",
5301
5422
  {
5302
5423
  ...other,
5303
- className: classNames(props.className, className9),
5304
- children: /* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
5305
- showWeek && /* @__PURE__ */ jsx29(CalendarCell, { weekCell: true, headerCell: true }),
5306
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Su", headerCell: true }),
5307
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Mo", headerCell: true }),
5308
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Tu", headerCell: true }),
5309
- /* @__PURE__ */ jsx29(CalendarCell, { text: "We", headerCell: true }),
5310
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Th", headerCell: true }),
5311
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Fr", headerCell: true }),
5312
- /* @__PURE__ */ jsx29(CalendarCell, { text: "Sa", headerCell: true })
5424
+ className: classNames(props.className, className11),
5425
+ children: /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5426
+ showWeek && /* @__PURE__ */ jsx33(CalendarCell, { weekCell: true, headerCell: true }),
5427
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Su", headerCell: true }),
5428
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Mo", headerCell: true }),
5429
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Tu", headerCell: true }),
5430
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "We", headerCell: true }),
5431
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Th", headerCell: true }),
5432
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Fr", headerCell: true }),
5433
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Sa", headerCell: true })
5313
5434
  ] })
5314
5435
  }
5315
5436
  );
5316
5437
  };
5317
5438
 
5318
5439
  // src/calendar/calendar-view.tsx
5319
- import { jsx as jsx30 } from "react/jsx-runtime";
5320
- var className10 = `k-calendar-view`;
5321
- var defaultProps14 = {
5440
+ import { jsx as jsx34 } from "react/jsx-runtime";
5441
+ var className12 = `k-calendar-view`;
5442
+ var defaultProps15 = {
5322
5443
  viewsCount: 1,
5323
5444
  orientation: "horizontal",
5324
5445
  calendarView: "month"
5325
5446
  };
5326
5447
  var CalendarView = (props) => {
5327
5448
  const {
5328
- orientation = defaultProps14.orientation,
5329
- calendarView = defaultProps14.calendarView,
5330
- viewsCount = defaultProps14.viewsCount,
5449
+ orientation = defaultProps15.orientation,
5450
+ calendarView = defaultProps15.calendarView,
5451
+ viewsCount = defaultProps15.viewsCount,
5331
5452
  showWeek,
5332
5453
  showOtherMonth,
5333
5454
  showCalendarCaption,
5334
5455
  selectedRange,
5335
5456
  ...other
5336
5457
  } = props;
5337
- return /* @__PURE__ */ jsx30(
5458
+ return /* @__PURE__ */ jsx34(
5338
5459
  "div",
5339
5460
  {
5340
5461
  ...other,
5341
5462
  className: classNames(
5342
5463
  props.className,
5343
- className10,
5464
+ className12,
5344
5465
  `k-calendar-${calendarView}view`,
5345
5466
  "k-align-items-start",
5346
5467
  "k-justify-content-center",
@@ -5350,7 +5471,7 @@ var CalendarView = (props) => {
5350
5471
  }
5351
5472
  ),
5352
5473
  children: [...Array(viewsCount)].map(
5353
- (_e, i) => /* @__PURE__ */ jsx30(
5474
+ (_e, i) => /* @__PURE__ */ jsx34(
5354
5475
  CalendarTable,
5355
5476
  {
5356
5477
  calendarView,
@@ -5367,13 +5488,13 @@ var CalendarView = (props) => {
5367
5488
  };
5368
5489
 
5369
5490
  // src/multiviewcalendar/multiviewcalendar.spec.tsx
5370
- import { jsx as jsx31 } from "react/jsx-runtime";
5491
+ import { jsx as jsx35 } from "react/jsx-runtime";
5371
5492
  var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
5372
- var states17 = [];
5373
- var options16 = {
5493
+ var states18 = [];
5494
+ var options17 = {
5374
5495
  size: [Size.small, Size.medium, Size.large]
5375
5496
  };
5376
- var defaultProps15 = {
5497
+ var defaultProps16 = {
5377
5498
  size: Size.medium,
5378
5499
  calendarHeaderText: "October 2021 - November 2021",
5379
5500
  viewsCount: 2,
@@ -5382,11 +5503,11 @@ var defaultProps15 = {
5382
5503
  };
5383
5504
  var MultiViewCalendar = (props) => {
5384
5505
  const {
5385
- size = defaultProps15.size,
5386
- orientation = defaultProps15.orientation,
5387
- calendarView = defaultProps15.calendarView,
5388
- calendarHeaderText = defaultProps15.calendarHeaderText,
5389
- viewsCount = defaultProps15.viewsCount,
5506
+ size = defaultProps16.size,
5507
+ orientation = defaultProps16.orientation,
5508
+ calendarView = defaultProps16.calendarView,
5509
+ calendarHeaderText = defaultProps16.calendarHeaderText,
5510
+ viewsCount = defaultProps16.viewsCount,
5390
5511
  showCalendarFooter,
5391
5512
  showWeek,
5392
5513
  showOtherMonth,
@@ -5394,7 +5515,7 @@ var MultiViewCalendar = (props) => {
5394
5515
  dir,
5395
5516
  ...other
5396
5517
  } = props;
5397
- return /* @__PURE__ */ jsx31(
5518
+ return /* @__PURE__ */ jsx35(
5398
5519
  Calendar,
5399
5520
  {
5400
5521
  ...other,
@@ -5416,17 +5537,17 @@ var MultiViewCalendar = (props) => {
5416
5537
  }
5417
5538
  );
5418
5539
  };
5419
- MultiViewCalendar.states = states17;
5420
- MultiViewCalendar.options = options16;
5540
+ MultiViewCalendar.states = states18;
5541
+ MultiViewCalendar.options = options17;
5421
5542
  MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
5422
- MultiViewCalendar.defaultProps = defaultProps15;
5543
+ MultiViewCalendar.defaultProps = defaultProps16;
5423
5544
 
5424
5545
  // src/animation-container/animation-container.spec.tsx
5425
- import { jsx as jsx32 } from "react/jsx-runtime";
5546
+ import { jsx as jsx36 } from "react/jsx-runtime";
5426
5547
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5427
- var states18 = [];
5428
- var options17 = {};
5429
- var defaultProps16 = {
5548
+ var states19 = [];
5549
+ var options18 = {};
5550
+ var defaultProps17 = {
5430
5551
  positionMode: "absolute"
5431
5552
  };
5432
5553
  var AnimationContainer = (props) => {
@@ -5436,7 +5557,7 @@ var AnimationContainer = (props) => {
5436
5557
  offset,
5437
5558
  ...other
5438
5559
  } = props;
5439
- return /* @__PURE__ */ jsx32(
5560
+ return /* @__PURE__ */ jsx36(
5440
5561
  "div",
5441
5562
  {
5442
5563
  ...other,
@@ -5448,21 +5569,21 @@ var AnimationContainer = (props) => {
5448
5569
  ["k-animation-container-fixed"]: positionMode === "fixed"
5449
5570
  }
5450
5571
  ),
5451
- children: /* @__PURE__ */ jsx32("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5572
+ children: /* @__PURE__ */ jsx36("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5452
5573
  }
5453
5574
  );
5454
5575
  };
5455
- AnimationContainer.states = states18;
5456
- AnimationContainer.options = options17;
5576
+ AnimationContainer.states = states19;
5577
+ AnimationContainer.options = options18;
5457
5578
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5458
- AnimationContainer.defaultProps = defaultProps16;
5579
+ AnimationContainer.defaultProps = defaultProps17;
5459
5580
 
5460
5581
  // src/popup/popup.spec.tsx
5461
- import { jsx as jsx33 } from "react/jsx-runtime";
5582
+ import { jsx as jsx37 } from "react/jsx-runtime";
5462
5583
  var POPUP_CLASSNAME = `k-popup`;
5463
- var states19 = [];
5464
- var options18 = {};
5465
- var defaultProps17 = {
5584
+ var states20 = [];
5585
+ var options19 = {};
5586
+ var defaultProps18 = {
5466
5587
  positionMode: "absolute"
5467
5588
  };
5468
5589
  var Popup = (props) => {
@@ -5471,26 +5592,26 @@ var Popup = (props) => {
5471
5592
  positionMode,
5472
5593
  ...other
5473
5594
  } = props;
5474
- return /* @__PURE__ */ jsx33(
5595
+ return /* @__PURE__ */ jsx37(
5475
5596
  AnimationContainer,
5476
5597
  {
5477
5598
  positionMode,
5478
5599
  offset,
5479
- children: /* @__PURE__ */ jsx33("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5600
+ children: /* @__PURE__ */ jsx37("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5480
5601
  }
5481
5602
  );
5482
5603
  };
5483
- Popup.states = states19;
5484
- Popup.options = options18;
5604
+ Popup.states = states20;
5605
+ Popup.options = options19;
5485
5606
  Popup.className = POPUP_CLASSNAME;
5486
- Popup.defaultProps = defaultProps17;
5607
+ Popup.defaultProps = defaultProps18;
5487
5608
 
5488
5609
  // src/action-sheet/action-sheet.spec.tsx
5489
- import { Fragment as Fragment10, jsx as jsx34, jsxs as jsxs10 } from "react/jsx-runtime";
5610
+ import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5490
5611
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5491
- var states20 = [];
5492
- var options19 = {};
5493
- var defaultProps18 = {
5612
+ var states21 = [];
5613
+ var options20 = {};
5614
+ var defaultProps19 = {
5494
5615
  side: "bottom",
5495
5616
  fullscreen: false,
5496
5617
  adaptive: false,
@@ -5503,14 +5624,14 @@ var ActionSheet = (props) => {
5503
5624
  header,
5504
5625
  footer,
5505
5626
  actions,
5506
- side = defaultProps18.side,
5507
- fullscreen = defaultProps18.fullscreen,
5508
- adaptive = defaultProps18.adaptive,
5509
- overlay = defaultProps18.overlay,
5627
+ side = defaultProps19.side,
5628
+ fullscreen = defaultProps19.fullscreen,
5629
+ adaptive = defaultProps19.adaptive,
5630
+ overlay = defaultProps19.overlay,
5510
5631
  ...other
5511
5632
  } = props;
5512
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx34(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5513
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx34(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx34(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5633
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx38(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5634
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx38(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx38(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5514
5635
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5515
5636
  switch (child.type) {
5516
5637
  case ActionSheetHeader:
@@ -5520,10 +5641,10 @@ var ActionSheet = (props) => {
5520
5641
  return true;
5521
5642
  }
5522
5643
  return true;
5523
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx34(Fragment10, {});
5524
- return /* @__PURE__ */ jsxs10("div", { className: "k-actionsheet-container", children: [
5525
- overlay && /* @__PURE__ */ jsx34("div", { className: "k-overlay" }),
5526
- /* @__PURE__ */ jsx34(
5644
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx38(Fragment12, {});
5645
+ return /* @__PURE__ */ jsxs13("div", { className: "k-actionsheet-container", children: [
5646
+ overlay && /* @__PURE__ */ jsx38("div", { className: "k-overlay" }),
5647
+ /* @__PURE__ */ jsx38(
5527
5648
  AnimationContainer,
5528
5649
  {
5529
5650
  animationStyle: {
@@ -5533,7 +5654,7 @@ var ActionSheet = (props) => {
5533
5654
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5534
5655
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5535
5656
  },
5536
- children: /* @__PURE__ */ jsx34(
5657
+ children: /* @__PURE__ */ jsx38(
5537
5658
  "div",
5538
5659
  {
5539
5660
  ...other,
@@ -5546,9 +5667,9 @@ var ActionSheet = (props) => {
5546
5667
  "k-adaptive-actionsheet": adaptive
5547
5668
  }
5548
5669
  ),
5549
- children: /* @__PURE__ */ jsxs10(Fragment10, { children: [
5670
+ children: /* @__PURE__ */ jsxs13(Fragment12, { children: [
5550
5671
  _ActionSheetHeader,
5551
- /* @__PURE__ */ jsx34("div", { className: classNames(
5672
+ /* @__PURE__ */ jsx38("div", { className: classNames(
5552
5673
  "k-actionsheet-content",
5553
5674
  {
5554
5675
  "!k-overflow-hidden": adaptive
@@ -5562,15 +5683,15 @@ var ActionSheet = (props) => {
5562
5683
  )
5563
5684
  ] });
5564
5685
  };
5565
- ActionSheet.states = states20;
5566
- ActionSheet.options = options19;
5686
+ ActionSheet.states = states21;
5687
+ ActionSheet.options = options20;
5567
5688
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5568
- ActionSheet.defaultProps = defaultProps18;
5689
+ ActionSheet.defaultProps = defaultProps19;
5569
5690
 
5570
5691
  // src/searchbox/searchbox.spec.tsx
5571
- import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5692
+ import { jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
5572
5693
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5573
- var states21 = [
5694
+ var states22 = [
5574
5695
  States.hover,
5575
5696
  States.focus,
5576
5697
  States.valid,
@@ -5579,12 +5700,12 @@ var states21 = [
5579
5700
  States.disabled,
5580
5701
  States.loading
5581
5702
  ];
5582
- var options20 = {
5703
+ var options21 = {
5583
5704
  size: [Size.small, Size.medium, Size.large],
5584
5705
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5585
5706
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5586
5707
  };
5587
- var defaultProps19 = {
5708
+ var defaultProps20 = {
5588
5709
  showIcon: true,
5589
5710
  icon: "search",
5590
5711
  size: Input.defaultProps.size,
@@ -5605,11 +5726,11 @@ var Searchbox = (props) => {
5605
5726
  required,
5606
5727
  loading,
5607
5728
  disabled,
5608
- showIcon = defaultProps19.showIcon,
5609
- icon = defaultProps19.icon,
5729
+ showIcon = defaultProps20.showIcon,
5730
+ icon = defaultProps20.icon,
5610
5731
  ...other
5611
5732
  } = props;
5612
- return /* @__PURE__ */ jsxs11(
5733
+ return /* @__PURE__ */ jsxs14(
5613
5734
  Input,
5614
5735
  {
5615
5736
  ...other,
@@ -5625,25 +5746,25 @@ var Searchbox = (props) => {
5625
5746
  disabled,
5626
5747
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5627
5748
  children: [
5628
- showIcon && /* @__PURE__ */ jsx35(Icon, { className: "k-input-icon", icon }),
5629
- /* @__PURE__ */ jsx35(InputInnerInput, { placeholder, value }),
5630
- /* @__PURE__ */ jsx35(InputLoadingIcon, { ...props }),
5631
- /* @__PURE__ */ jsx35(InputValidationIcon, { ...props }),
5632
- /* @__PURE__ */ jsx35(InputClearValue, { ...props })
5749
+ showIcon && /* @__PURE__ */ jsx39(Icon, { className: "k-input-icon", icon }),
5750
+ /* @__PURE__ */ jsx39(InputInnerInput, { placeholder, value }),
5751
+ /* @__PURE__ */ jsx39(InputLoadingIcon, { ...props }),
5752
+ /* @__PURE__ */ jsx39(InputValidationIcon, { ...props }),
5753
+ /* @__PURE__ */ jsx39(InputClearValue, { ...props })
5633
5754
  ]
5634
5755
  }
5635
5756
  );
5636
5757
  };
5637
- Searchbox.states = states21;
5638
- Searchbox.options = options20;
5758
+ Searchbox.states = states22;
5759
+ Searchbox.options = options21;
5639
5760
  Searchbox.className = SEARCHBOX_CLASSNAME;
5640
- Searchbox.defaultProps = defaultProps19;
5761
+ Searchbox.defaultProps = defaultProps20;
5641
5762
 
5642
5763
  // src/searchbox/templates/searchbox-normal.tsx
5643
- import { jsx as jsx36 } from "react/jsx-runtime";
5764
+ import { jsx as jsx40 } from "react/jsx-runtime";
5644
5765
 
5645
5766
  // src/action-sheet/actionsheet-header.tsx
5646
- import { Fragment as Fragment11, jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5767
+ import { Fragment as Fragment13, jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5647
5768
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5648
5769
  var ActionSheetHeader = (props) => {
5649
5770
  const {
@@ -5653,7 +5774,7 @@ var ActionSheetHeader = (props) => {
5653
5774
  filter,
5654
5775
  ...other
5655
5776
  } = props;
5656
- return /* @__PURE__ */ jsx37(
5777
+ return /* @__PURE__ */ jsx41(
5657
5778
  "div",
5658
5779
  {
5659
5780
  ...other,
@@ -5661,37 +5782,37 @@ var ActionSheetHeader = (props) => {
5661
5782
  props.className,
5662
5783
  ACTIONSHEETHEADER_CLASSNAME
5663
5784
  ),
5664
- children: /* @__PURE__ */ jsxs12(Fragment11, { children: [
5665
- /* @__PURE__ */ jsxs12("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5666
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx37(Fragment11, { children: /* @__PURE__ */ jsxs12("div", { className: "k-actionsheet-title", children: [
5667
- title !== "" && /* @__PURE__ */ jsx37("div", { className: "k-text-center", children: title }),
5668
- subTitle !== "" && /* @__PURE__ */ jsx37("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5785
+ children: /* @__PURE__ */ jsxs15(Fragment13, { children: [
5786
+ /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5787
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx41(Fragment13, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5788
+ title !== "" && /* @__PURE__ */ jsx41("div", { className: "k-text-center", children: title }),
5789
+ subTitle !== "" && /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5669
5790
  ] }) }),
5670
- props.children && /* @__PURE__ */ jsx37("div", { className: "k-actionsheet-title", children: props.children }),
5671
- actions && /* @__PURE__ */ jsx37(Fragment11, { children: /* @__PURE__ */ jsx37("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx37(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5791
+ props.children && /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-title", children: props.children }),
5792
+ actions && /* @__PURE__ */ jsx41(Fragment13, { children: /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx41(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5672
5793
  ] }),
5673
- filter && /* @__PURE__ */ jsx37(Fragment11, { children: /* @__PURE__ */ jsx37("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx37(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5794
+ filter && /* @__PURE__ */ jsx41(Fragment13, { children: /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx41(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5674
5795
  ] })
5675
5796
  }
5676
5797
  );
5677
5798
  };
5678
5799
 
5679
5800
  // src/action-buttons/action-buttons.spec.tsx
5680
- import { jsx as jsx38 } from "react/jsx-runtime";
5801
+ import { jsx as jsx42 } from "react/jsx-runtime";
5681
5802
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5682
- var states22 = [];
5683
- var options21 = {};
5684
- var defaultProps20 = {
5803
+ var states23 = [];
5804
+ var options22 = {};
5805
+ var defaultProps21 = {
5685
5806
  alignment: "start",
5686
5807
  orientation: "horizontal"
5687
5808
  };
5688
5809
  var ActionButtons = (props) => {
5689
5810
  const {
5690
- alignment = defaultProps20.alignment,
5691
- orientation = defaultProps20.orientation,
5811
+ alignment = defaultProps21.alignment,
5812
+ orientation = defaultProps21.orientation,
5692
5813
  ...other
5693
5814
  } = props;
5694
- return /* @__PURE__ */ jsx38(
5815
+ return /* @__PURE__ */ jsx42(
5695
5816
  "div",
5696
5817
  {
5697
5818
  ...other,
@@ -5707,21 +5828,21 @@ var ActionButtons = (props) => {
5707
5828
  }
5708
5829
  );
5709
5830
  };
5710
- ActionButtons.states = states22;
5711
- ActionButtons.options = options21;
5831
+ ActionButtons.states = states23;
5832
+ ActionButtons.options = options22;
5712
5833
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5713
- ActionButtons.defaultProps = defaultProps20;
5834
+ ActionButtons.defaultProps = defaultProps21;
5714
5835
  var action_buttons_spec_default = ActionButtons;
5715
5836
 
5716
5837
  // src/action-sheet/actionsheet-footer.tsx
5717
- import { Fragment as Fragment12, jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5838
+ import { Fragment as Fragment14, jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
5718
5839
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5719
5840
  var ActionSheetFooter = (props) => {
5720
5841
  const {
5721
5842
  actions,
5722
5843
  ...other
5723
5844
  } = props;
5724
- return /* @__PURE__ */ jsx39(
5845
+ return /* @__PURE__ */ jsx43(
5725
5846
  action_buttons_spec_default,
5726
5847
  {
5727
5848
  ...other,
@@ -5730,17 +5851,17 @@ var ActionSheetFooter = (props) => {
5730
5851
  ACTIONSHEETFOOTER_CLASSNAME
5731
5852
  ),
5732
5853
  alignment: "stretched",
5733
- children: /* @__PURE__ */ jsxs13(Fragment12, { children: [
5854
+ children: /* @__PURE__ */ jsxs16(Fragment14, { children: [
5734
5855
  actions && actions.map((action, index) => {
5735
5856
  if (action === "|") {
5736
- return /* @__PURE__ */ jsx39("span", { className: "k-separator" }, index);
5857
+ return /* @__PURE__ */ jsx43("span", { className: "k-separator" }, index);
5737
5858
  }
5738
5859
  if (action === " ") {
5739
- return /* @__PURE__ */ jsx39("span", { className: "k-spacer" }, index);
5860
+ return /* @__PURE__ */ jsx43("span", { className: "k-spacer" }, index);
5740
5861
  }
5741
5862
  const importantFlag = action.startsWith("!");
5742
5863
  const actionName = importantFlag ? action.substring(1) : action;
5743
- return /* @__PURE__ */ jsx39(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5864
+ return /* @__PURE__ */ jsx43(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5744
5865
  }),
5745
5866
  !actions && props.children
5746
5867
  ] })
@@ -5749,12 +5870,12 @@ var ActionSheetFooter = (props) => {
5749
5870
  };
5750
5871
 
5751
5872
  // src/action-sheet/actionsheet-items.tsx
5752
- import { jsx as jsx40 } from "react/jsx-runtime";
5873
+ import { jsx as jsx44 } from "react/jsx-runtime";
5753
5874
  var ActionSheetItems = (props) => {
5754
5875
  const {
5755
5876
  ...other
5756
5877
  } = props;
5757
- return /* @__PURE__ */ jsx40(
5878
+ return /* @__PURE__ */ jsx44(
5758
5879
  "div",
5759
5880
  {
5760
5881
  ...other,
@@ -5768,8 +5889,8 @@ var ActionSheetItems = (props) => {
5768
5889
  };
5769
5890
 
5770
5891
  // src/action-sheet/actionsheet-item.tsx
5771
- import { Fragment as Fragment13, jsx as jsx41, jsxs as jsxs14 } from "react/jsx-runtime";
5772
- var states23 = [
5892
+ import { Fragment as Fragment15, jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5893
+ var states24 = [
5773
5894
  States.hover,
5774
5895
  States.focus,
5775
5896
  States.selected,
@@ -5777,17 +5898,17 @@ var states23 = [
5777
5898
  ];
5778
5899
 
5779
5900
  // src/daterangepicker/daterangepicker.spec.tsx
5780
- import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
5901
+ import { Fragment as Fragment16, jsx as jsx46, jsxs as jsxs18 } from "react/jsx-runtime";
5781
5902
  var DATERANGEPICKER_CLASSNAME = `k-daterangepicker`;
5782
- var states24 = [
5903
+ var states25 = [
5783
5904
  States.disabled
5784
5905
  ];
5785
- var options22 = {
5906
+ var options23 = {
5786
5907
  size: [Size.small, Size.medium, Size.large],
5787
5908
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5788
5909
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5789
5910
  };
5790
- var defaultProps21 = {};
5911
+ var defaultProps22 = {};
5791
5912
  var DateRangePicker = (props) => {
5792
5913
  const {
5793
5914
  size,
@@ -5801,8 +5922,8 @@ var DateRangePicker = (props) => {
5801
5922
  dir,
5802
5923
  ...other
5803
5924
  } = props;
5804
- return /* @__PURE__ */ jsxs15(Fragment14, { children: [
5805
- /* @__PURE__ */ jsxs15(
5925
+ return /* @__PURE__ */ jsxs18(Fragment16, { children: [
5926
+ /* @__PURE__ */ jsxs18(
5806
5927
  "span",
5807
5928
  {
5808
5929
  ...other,
@@ -5813,7 +5934,7 @@ var DateRangePicker = (props) => {
5813
5934
  stateClassNames(DATERANGEPICKER_CLASSNAME, { disabled })
5814
5935
  ),
5815
5936
  children: [
5816
- /* @__PURE__ */ jsx42(FloatingLabel, { label: "Start", children: /* @__PURE__ */ jsx42(
5937
+ /* @__PURE__ */ jsx46(FloatingLabel, { label: "Start", children: /* @__PURE__ */ jsx46(
5817
5938
  DateInput,
5818
5939
  {
5819
5940
  showSpinButton: false,
@@ -5822,7 +5943,7 @@ var DateRangePicker = (props) => {
5822
5943
  fillMode
5823
5944
  }
5824
5945
  ) }),
5825
- swapButton && /* @__PURE__ */ jsx42(
5946
+ swapButton && /* @__PURE__ */ jsx46(
5826
5947
  Button,
5827
5948
  {
5828
5949
  rounded,
@@ -5832,7 +5953,7 @@ var DateRangePicker = (props) => {
5832
5953
  iconClassName: "k-rotate-90"
5833
5954
  }
5834
5955
  ),
5835
- /* @__PURE__ */ jsx42(FloatingLabel, { label: "End", children: /* @__PURE__ */ jsx42(
5956
+ /* @__PURE__ */ jsx46(FloatingLabel, { label: "End", children: /* @__PURE__ */ jsx46(
5836
5957
  DateInput,
5837
5958
  {
5838
5959
  showSpinButton: false,
@@ -5844,9 +5965,9 @@ var DateRangePicker = (props) => {
5844
5965
  ]
5845
5966
  }
5846
5967
  ),
5847
- opened && /* @__PURE__ */ jsx42(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ jsx42(MultiViewCalendar, { dir }) }),
5848
- adaptive && /* @__PURE__ */ jsxs15(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5849
- /* @__PURE__ */ jsx42(
5968
+ opened && /* @__PURE__ */ jsx46(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ jsx46(MultiViewCalendar, { dir }) }),
5969
+ adaptive && /* @__PURE__ */ jsxs18(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5970
+ /* @__PURE__ */ jsx46(
5850
5971
  ActionSheetHeader,
5851
5972
  {
5852
5973
  actions: ["x"],
@@ -5854,22 +5975,22 @@ var DateRangePicker = (props) => {
5854
5975
  subTitle: "DD / MM / YY"
5855
5976
  }
5856
5977
  ),
5857
- /* @__PURE__ */ jsx42("div", { className: "k-scrollable-wrap", children: /* @__PURE__ */ jsx42(MultiViewCalendar, { size: "large", calendarView: "month", orientation: "vertical", showCalendarCaption: true }) })
5978
+ /* @__PURE__ */ jsx46("div", { className: "k-scrollable-wrap", children: /* @__PURE__ */ jsx46(MultiViewCalendar, { size: "large", calendarView: "month", orientation: "vertical", showCalendarCaption: true }) })
5858
5979
  ] })
5859
5980
  ] });
5860
5981
  };
5861
- DateRangePicker.states = states24;
5862
- DateRangePicker.options = options22;
5982
+ DateRangePicker.states = states25;
5983
+ DateRangePicker.options = options23;
5863
5984
  DateRangePicker.className = DATERANGEPICKER_CLASSNAME;
5864
- DateRangePicker.defaultProps = defaultProps21;
5985
+ DateRangePicker.defaultProps = defaultProps22;
5865
5986
  var daterangepicker_spec_default = DateRangePicker;
5866
5987
 
5867
5988
  // src/daterangepicker/templates/daterangepicker-normal.tsx
5868
- import { jsx as jsx43 } from "react/jsx-runtime";
5989
+ import { jsx as jsx47 } from "react/jsx-runtime";
5869
5990
 
5870
5991
  // src/daterangepicker/templates/daterangepicker-popup.tsx
5871
- import { jsx as jsx44 } from "react/jsx-runtime";
5872
- var DateRangePickerPopup = (props) => /* @__PURE__ */ jsx44(
5992
+ import { jsx as jsx48 } from "react/jsx-runtime";
5993
+ var DateRangePickerPopup = (props) => /* @__PURE__ */ jsx48(
5873
5994
  daterangepicker_spec_default,
5874
5995
  {
5875
5996
  opened: true,
@@ -5878,22 +5999,22 @@ var DateRangePickerPopup = (props) => /* @__PURE__ */ jsx44(
5878
5999
  );
5879
6000
 
5880
6001
  // src/daterangepicker/templates/daterangepicker-adaptive.tsx
5881
- import { jsx as jsx45 } from "react/jsx-runtime";
6002
+ import { jsx as jsx49 } from "react/jsx-runtime";
5882
6003
 
5883
6004
  // src/daterangepicker/tests/daterangepicker-opened.tsx
5884
- import { Fragment as Fragment15, jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
6005
+ import { Fragment as Fragment17, jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5885
6006
  var styles = `
5886
6007
  .k-animation-container {
5887
6008
  position: relative;
5888
6009
  }
5889
6010
  `;
5890
- var daterangepicker_opened_default = () => /* @__PURE__ */ jsxs16(Fragment15, { children: [
5891
- /* @__PURE__ */ jsx46("style", { children: styles }),
5892
- /* @__PURE__ */ jsxs16("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5893
- /* @__PURE__ */ jsx46("span", { children: "DateRangePicker Opened" }),
5894
- /* @__PURE__ */ jsx46("span", { children: "DateRangePicker Opened RTL" }),
5895
- /* @__PURE__ */ jsx46("div", { children: /* @__PURE__ */ jsx46(DateRangePickerPopup, {}) }),
5896
- /* @__PURE__ */ jsx46("div", { dir: "rtl", children: /* @__PURE__ */ jsx46(DateRangePickerPopup, { dir: "rtl" }) })
6011
+ var daterangepicker_opened_default = () => /* @__PURE__ */ jsxs19(Fragment17, { children: [
6012
+ /* @__PURE__ */ jsx50("style", { children: styles }),
6013
+ /* @__PURE__ */ jsxs19("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6014
+ /* @__PURE__ */ jsx50("span", { children: "DateRangePicker Opened" }),
6015
+ /* @__PURE__ */ jsx50("span", { children: "DateRangePicker Opened RTL" }),
6016
+ /* @__PURE__ */ jsx50("div", { children: /* @__PURE__ */ jsx50(DateRangePickerPopup, {}) }),
6017
+ /* @__PURE__ */ jsx50("div", { dir: "rtl", children: /* @__PURE__ */ jsx50(DateRangePickerPopup, { dir: "rtl" }) })
5897
6018
  ] })
5898
6019
  ] });
5899
6020
  export {