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