@progress/kendo-themes-html 8.0.2-dev.4 → 8.1.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/dist/cjs/context-menu/templates/context-menu-normal.js +5 -5
  2. package/dist/cjs/context-menu/tests/context-menu-in-window.js +5 -5
  3. package/dist/cjs/context-menu/tests/context-menu.js +5 -5
  4. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +5 -5
  5. package/dist/cjs/index.js +5 -5
  6. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +5 -5
  7. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +5 -5
  8. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +5 -5
  9. package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.mjs +343 -343
  10. package/dist/esm/action-sheet/tests/action-sheet-calendar.mjs +327 -327
  11. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.mjs +333 -333
  12. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.mjs +309 -309
  13. package/dist/esm/calendar/calendar-infinite-view.spec.mjs +326 -326
  14. package/dist/esm/calendar/calendar-infinite.spec.mjs +329 -329
  15. package/dist/esm/calendar/calendar-table-head.mjs +322 -322
  16. package/dist/esm/calendar/calendar-table.mjs +300 -300
  17. package/dist/esm/calendar/calendar.spec.mjs +324 -324
  18. package/dist/esm/calendar/templates/calendar-century.mjs +326 -326
  19. package/dist/esm/calendar/templates/calendar-decade.mjs +326 -326
  20. package/dist/esm/calendar/templates/calendar-infinite-century.mjs +335 -335
  21. package/dist/esm/calendar/templates/calendar-infinite-decade.mjs +339 -339
  22. package/dist/esm/calendar/templates/calendar-infinite-normal.mjs +338 -338
  23. package/dist/esm/calendar/templates/calendar-infinite-week-number.mjs +338 -338
  24. package/dist/esm/calendar/templates/calendar-infinite-year.mjs +339 -339
  25. package/dist/esm/calendar/templates/calendar-normal.mjs +322 -322
  26. package/dist/esm/calendar/templates/calendar-with-weeks.mjs +329 -329
  27. package/dist/esm/calendar/templates/calendar-year.mjs +326 -326
  28. package/dist/esm/calendar/tests/calendar-cells.mjs +353 -353
  29. package/dist/esm/calendar/tests/calendar-infinite-long-names.mjs +340 -340
  30. package/dist/esm/calendar/tests/calendar-infinite-rtl.mjs +403 -403
  31. package/dist/esm/calendar/tests/calendar-infinite.mjs +403 -403
  32. package/dist/esm/calendar/tests/calendar-modern-size.mjs +343 -343
  33. package/dist/esm/calendar/tests/calendar-modern.mjs +343 -343
  34. package/dist/esm/column-menu/column-menu-expander.spec.mjs +311 -311
  35. package/dist/esm/column-menu/templates/column-menu-normal.mjs +310 -310
  36. package/dist/esm/column-menu/templates/column-menu-tabbed.mjs +307 -307
  37. package/dist/esm/column-menu/templates/filter-menu-multi-check.mjs +310 -310
  38. package/dist/esm/column-menu/templates/filter-menu-normal.mjs +309 -309
  39. package/dist/esm/column-menu/tests/column-menu-rtl.mjs +326 -326
  40. package/dist/esm/column-menu/tests/column-menu-tabbed.mjs +319 -319
  41. package/dist/esm/column-menu/tests/column-menu.mjs +326 -326
  42. package/dist/esm/combobox/tests/combobox-prefix-suffix.mjs +309 -309
  43. package/dist/esm/context-menu/templates/context-menu-normal.mjs +6 -6
  44. package/dist/esm/context-menu/tests/context-menu-in-window.mjs +10 -10
  45. package/dist/esm/context-menu/tests/context-menu.mjs +11 -11
  46. package/dist/esm/datepicker/datepicker.spec.mjs +326 -326
  47. package/dist/esm/datepicker/templates/datepicker-adaptive.mjs +326 -326
  48. package/dist/esm/datepicker/templates/datepicker-normal.mjs +326 -326
  49. package/dist/esm/datepicker/templates/datepicker-popup.mjs +326 -326
  50. package/dist/esm/datepicker/tests/datepicker-adaptive.mjs +329 -329
  51. package/dist/esm/datepicker/tests/datepicker-flat.mjs +330 -330
  52. package/dist/esm/datepicker/tests/datepicker-opened.mjs +329 -329
  53. package/dist/esm/datepicker/tests/datepicker-outline.mjs +330 -330
  54. package/dist/esm/datepicker/tests/datepicker-size-rounded.mjs +331 -331
  55. package/dist/esm/datepicker/tests/datepicker-solid.mjs +330 -330
  56. package/dist/esm/daterangepicker/daterangepicker.spec.mjs +346 -346
  57. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.mjs +346 -346
  58. package/dist/esm/daterangepicker/templates/daterangepicker-normal.mjs +346 -346
  59. package/dist/esm/daterangepicker/templates/daterangepicker-popup.mjs +346 -346
  60. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.mjs +349 -349
  61. package/dist/esm/daterangepicker/tests/daterangepicker-flat.mjs +353 -353
  62. package/dist/esm/daterangepicker/tests/daterangepicker-opened.mjs +349 -349
  63. package/dist/esm/daterangepicker/tests/daterangepicker-outline.mjs +353 -353
  64. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.mjs +351 -351
  65. package/dist/esm/daterangepicker/tests/daterangepicker-solid.mjs +353 -353
  66. package/dist/esm/datetime-selector/datetime-selector.spec.mjs +328 -328
  67. package/dist/esm/datetime-selector/tests/datetime-selector.mjs +331 -331
  68. package/dist/esm/datetimepicker/datetimepicker.spec.mjs +332 -332
  69. package/dist/esm/datetimepicker/templates/datetimepicker-adaptive.mjs +332 -332
  70. package/dist/esm/datetimepicker/templates/datetimepicker-normal.mjs +332 -332
  71. package/dist/esm/datetimepicker/templates/datetimepicker-popup.mjs +332 -332
  72. package/dist/esm/datetimepicker/tests/datetimepicker-adaptive.mjs +335 -335
  73. package/dist/esm/datetimepicker/tests/datetimepicker-flat.mjs +336 -336
  74. package/dist/esm/datetimepicker/tests/datetimepicker-opened.mjs +335 -335
  75. package/dist/esm/datetimepicker/tests/datetimepicker-outline.mjs +336 -336
  76. package/dist/esm/datetimepicker/tests/datetimepicker-size-rounded.mjs +337 -337
  77. package/dist/esm/datetimepicker/tests/datetimepicker-solid.mjs +336 -336
  78. package/dist/esm/dialog/templates/dialog-non-modal.mjs +301 -301
  79. package/dist/esm/dialog/templates/dialog-normal.mjs +301 -301
  80. package/dist/esm/dialog/tests/dialog-action-buttons.mjs +305 -305
  81. package/dist/esm/dialog/tests/dialog-in-window.mjs +305 -305
  82. package/dist/esm/dialog/tests/dialog-modal.mjs +307 -307
  83. package/dist/esm/dialog/tests/dialog-theme-colors.mjs +305 -305
  84. package/dist/esm/dialog/tests/dialog.mjs +306 -306
  85. package/dist/esm/dock-manager/dock-manager.spec.mjs +301 -301
  86. package/dist/esm/dock-manager/pane-scrollable.mjs +302 -302
  87. package/dist/esm/dock-manager/templates/dock-manager-normal.mjs +315 -315
  88. package/dist/esm/dock-manager/templates/dock-manager-unpinned-pane.mjs +316 -316
  89. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.mjs +309 -309
  90. package/dist/esm/dock-manager/tests/dock-manager.mjs +309 -309
  91. package/dist/esm/dock-manager/tests/dock-navigator.mjs +314 -314
  92. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.mjs +301 -301
  93. package/dist/esm/dropdowntree/templates/dropdowntree-filtering.mjs +303 -303
  94. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.mjs +302 -302
  95. package/dist/esm/dropdowntree/tests/dropdowntree-flat.mjs +303 -303
  96. package/dist/esm/dropdowntree/tests/dropdowntree-opened.mjs +306 -306
  97. package/dist/esm/dropdowntree/tests/dropdowntree-outline.mjs +303 -303
  98. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.mjs +304 -304
  99. package/dist/esm/dropdowntree/tests/dropdowntree-solid.mjs +303 -303
  100. package/dist/esm/editor/editor.spec.mjs +298 -298
  101. package/dist/esm/editor/templates/editor-normal.mjs +304 -304
  102. package/dist/esm/editor/templates/editor-resizable.mjs +304 -304
  103. package/dist/esm/editor/templates/editor-responsive-toolbar.mjs +304 -304
  104. package/dist/esm/editor/tests/editor-find-replace.mjs +318 -318
  105. package/dist/esm/editor/tests/editor-states.mjs +307 -307
  106. package/dist/esm/editor/tests/editor-table-wizard.mjs +313 -313
  107. package/dist/esm/editor/tests/editor.mjs +352 -352
  108. package/dist/esm/filemanager/tests/filemanager-contextmenu.mjs +10 -10
  109. package/dist/esm/filemanager/tests/filemanager-dialogs.mjs +308 -308
  110. package/dist/esm/filemanager/tests/filemanager-gridview-preview.mjs +322 -322
  111. package/dist/esm/filemanager/tests/filemanager-listview-preview.mjs +306 -306
  112. package/dist/esm/filter/templates/filter-normal.mjs +334 -334
  113. package/dist/esm/filter/templates/filter-preview.mjs +334 -334
  114. package/dist/esm/filter/tests/filter-preview.mjs +341 -341
  115. package/dist/esm/filter/tests/filter.mjs +341 -341
  116. package/dist/esm/form/tests/form-field-dateinputs.mjs +331 -331
  117. package/dist/esm/form/tests/form-field-dropdowns.mjs +305 -305
  118. package/dist/esm/gantt/templates/gantt-normal.mjs +407 -407
  119. package/dist/esm/gantt/templates/gantt-row-reordering.mjs +407 -407
  120. package/dist/esm/gantt/tests/gantt-editing-popup-general.mjs +337 -337
  121. package/dist/esm/gantt/tests/gantt-editing-popup-other.mjs +332 -332
  122. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.mjs +316 -316
  123. package/dist/esm/gantt/tests/gantt-editing-popup-resources.mjs +329 -329
  124. package/dist/esm/gantt/tests/gantt-editing-popup-successors.mjs +316 -316
  125. package/dist/esm/gantt/tests/gantt-react.mjs +372 -372
  126. package/dist/esm/gantt/tests/gantt-row-reordering.mjs +409 -409
  127. package/dist/esm/gantt/tests/gantt.mjs +409 -409
  128. package/dist/esm/grid/tests/grid-column-menu-rtl.mjs +346 -346
  129. package/dist/esm/grid/tests/grid-column-menu-tabbed.mjs +328 -328
  130. package/dist/esm/grid/tests/grid-column-menu.mjs +346 -346
  131. package/dist/esm/grid/tests/grid-column-reordering-actions.mjs +320 -320
  132. package/dist/esm/grid/tests/grid-column-resizing-actions.mjs +316 -316
  133. package/dist/esm/grid/tests/grid-editing-custom-editor.mjs +355 -355
  134. package/dist/esm/grid/tests/grid-editing-popup.mjs +331 -331
  135. package/dist/esm/grid/tests/grid-filter-row.mjs +346 -346
  136. package/dist/esm/grid/tests/grid-grouping-actions.mjs +313 -313
  137. package/dist/esm/imageeditor/templates/imageeditor-crop.mjs +299 -299
  138. package/dist/esm/imageeditor/templates/imageeditor-normal.mjs +294 -294
  139. package/dist/esm/imageeditor/templates/imageeditor-resize.mjs +297 -297
  140. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.mjs +303 -303
  141. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.mjs +296 -296
  142. package/dist/esm/imageeditor/tests/imageeditor.mjs +296 -296
  143. package/dist/esm/index.mjs +1279 -1279
  144. package/dist/esm/map/map.spec.mjs +298 -298
  145. package/dist/esm/map/navigator.mjs +298 -298
  146. package/dist/esm/map/templates/map-normal.mjs +292 -292
  147. package/dist/esm/map/tests/map.mjs +294 -294
  148. package/dist/esm/map/zoom-control.mjs +298 -298
  149. package/dist/esm/mediaplayer/mediaplayer.spec.mjs +298 -298
  150. package/dist/esm/mediaplayer/templates/mediaplayer-normal.mjs +298 -298
  151. package/dist/esm/mediaplayer/tests/mediaplayer.mjs +300 -300
  152. package/dist/esm/multiselect/templates/multiselect-prefix.mjs +301 -301
  153. package/dist/esm/multiselect/templates/multiselect-suffix.mjs +301 -301
  154. package/dist/esm/multiselect/tests/multiselect-adaptive.mjs +303 -303
  155. package/dist/esm/multiselect/tests/multiselect-flat.mjs +306 -306
  156. package/dist/esm/multiselect/tests/multiselect-grouping.mjs +303 -303
  157. package/dist/esm/multiselect/tests/multiselect-opened.mjs +303 -303
  158. package/dist/esm/multiselect/tests/multiselect-outline.mjs +306 -306
  159. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.mjs +319 -319
  160. package/dist/esm/multiselect/tests/multiselect-size-rounded.mjs +305 -305
  161. package/dist/esm/multiselect/tests/multiselect-solid.mjs +306 -306
  162. package/dist/esm/multiviewcalendar/multiviewcalendar.spec.mjs +322 -322
  163. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-century.mjs +351 -351
  164. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-decade.mjs +351 -351
  165. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-normal.mjs +342 -342
  166. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-with-weeks.mjs +357 -357
  167. package/dist/esm/multiviewcalendar/templates/multiviewcalendar-year.mjs +351 -351
  168. package/dist/esm/multiviewcalendar/tests/multiviewcalendar-vertical.mjs +392 -392
  169. package/dist/esm/multiviewcalendar/tests/multiviewcalendar.mjs +392 -392
  170. package/dist/esm/pdf-viewer/pdf-viewer.spec.mjs +298 -298
  171. package/dist/esm/pdf-viewer/templates/pdf-viewer-blank.mjs +301 -301
  172. package/dist/esm/pdf-viewer/templates/pdf-viewer-normal.mjs +299 -299
  173. package/dist/esm/pdf-viewer/templates/pdf-viewer-with-search-panel.mjs +299 -299
  174. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.mjs +303 -303
  175. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.mjs +301 -301
  176. package/dist/esm/pdf-viewer/tests/pdf-viewer.mjs +301 -301
  177. package/dist/esm/pivotgrid/calculated-field.mjs +303 -303
  178. package/dist/esm/pivotgrid/templates/pivotgrid-normal.mjs +330 -330
  179. package/dist/esm/pivotgrid/templates/pivotgrid-with-configurator-opened.mjs +340 -340
  180. package/dist/esm/pivotgrid/templates/pivotgrid-with-configurator.mjs +331 -331
  181. package/dist/esm/pivotgrid/tests/pivotgrid-cell-states.mjs +350 -350
  182. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.mjs +352 -352
  183. package/dist/esm/pivotgrid/tests/pivotgrid-settings-left-right.mjs +342 -342
  184. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.mjs +346 -346
  185. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.mjs +343 -343
  186. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.mjs +357 -357
  187. package/dist/esm/pivotgrid/tests/pivotgrid.mjs +333 -333
  188. package/dist/esm/popover/templates/popover-normal.mjs +301 -301
  189. package/dist/esm/popover/tests/popover.mjs +304 -304
  190. package/dist/esm/scheduler/templates/scheduler-agenda.mjs +320 -320
  191. package/dist/esm/scheduler/templates/scheduler-day.mjs +315 -315
  192. package/dist/esm/scheduler/templates/scheduler-flex-agenda.mjs +322 -322
  193. package/dist/esm/scheduler/templates/scheduler-flex-day.mjs +323 -323
  194. package/dist/esm/scheduler/templates/scheduler-flex-horizontal-grouping.mjs +325 -325
  195. package/dist/esm/scheduler/templates/scheduler-flex-month.mjs +319 -319
  196. package/dist/esm/scheduler/templates/scheduler-flex-timeline.mjs +314 -314
  197. package/dist/esm/scheduler/templates/scheduler-flex-vertical-grouping.mjs +369 -369
  198. package/dist/esm/scheduler/templates/scheduler-flex-week.mjs +332 -332
  199. package/dist/esm/scheduler/templates/scheduler-flex-year.mjs +410 -410
  200. package/dist/esm/scheduler/templates/scheduler-horizontal-grouping.mjs +341 -341
  201. package/dist/esm/scheduler/templates/scheduler-month.mjs +320 -320
  202. package/dist/esm/scheduler/templates/scheduler-timeline.mjs +316 -316
  203. package/dist/esm/scheduler/templates/scheduler-vertical-grouping.mjs +313 -313
  204. package/dist/esm/scheduler/templates/scheduler-week.mjs +328 -328
  205. package/dist/esm/scheduler/tests/scheduler-agenda-view.mjs +324 -324
  206. package/dist/esm/scheduler/tests/scheduler-current-time-marker.mjs +370 -370
  207. package/dist/esm/scheduler/tests/scheduler-day-view.mjs +306 -306
  208. package/dist/esm/scheduler/tests/scheduler-edit-dialog.mjs +345 -345
  209. package/dist/esm/scheduler/tests/scheduler-editing-weekly.mjs +348 -348
  210. package/dist/esm/scheduler/tests/scheduler-events.mjs +364 -364
  211. package/dist/esm/scheduler/tests/scheduler-month-view.mjs +321 -321
  212. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.mjs +375 -375
  213. package/dist/esm/scheduler/tests/scheduler-timeline-view.mjs +316 -316
  214. package/dist/esm/scheduler/tests/scheduler-week-view.mjs +306 -306
  215. package/dist/esm/scheduler/tests/scheduler-year-view.mjs +394 -394
  216. package/dist/esm/spreadsheet/spreadsheet-action-bar.mjs +302 -302
  217. package/dist/esm/spreadsheet/spreadsheet-header.mjs +302 -302
  218. package/dist/esm/spreadsheet/spreadsheet-sheets-bar.mjs +301 -301
  219. package/dist/esm/spreadsheet/spreadsheet-tabstrip.mjs +307 -307
  220. package/dist/esm/spreadsheet/spreadsheet-view.mjs +318 -318
  221. package/dist/esm/spreadsheet/templates/spreadsheet-normal.mjs +319 -319
  222. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.mjs +329 -329
  223. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.mjs +310 -310
  224. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.mjs +323 -323
  225. package/dist/esm/spreadsheet/tests/spreadsheet-formula.mjs +324 -324
  226. package/dist/esm/spreadsheet/tests/spreadsheet-print.mjs +321 -321
  227. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.mjs +329 -329
  228. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.mjs +331 -331
  229. package/dist/esm/spreadsheet/tests/spreadsheet-tools.mjs +323 -323
  230. package/dist/esm/spreadsheet/tests/spreadsheet.mjs +322 -322
  231. package/dist/esm/tabstrip/tabstrip.spec.mjs +301 -301
  232. package/dist/esm/tabstrip/templates/tabstrip-bottom.mjs +305 -305
  233. package/dist/esm/tabstrip/templates/tabstrip-left.mjs +305 -305
  234. package/dist/esm/tabstrip/templates/tabstrip-normal.mjs +305 -305
  235. package/dist/esm/tabstrip/templates/tabstrip-right.mjs +305 -305
  236. package/dist/esm/tabstrip/templates/tabstrip-scrollable.mjs +305 -305
  237. package/dist/esm/tabstrip/tests/tabstrip-rtl.mjs +308 -308
  238. package/dist/esm/tabstrip/tests/tabstrip-scrollable-rtl.mjs +308 -308
  239. package/dist/esm/tabstrip/tests/tabstrip-scrollable.mjs +308 -308
  240. package/dist/esm/tabstrip/tests/tabstrip-sortable.mjs +311 -311
  241. package/dist/esm/tabstrip/tests/tabstrip-states.mjs +311 -311
  242. package/dist/esm/tabstrip/tests/tabstrip.mjs +308 -308
  243. package/dist/esm/taskboard/taskboard-pane.mjs +302 -302
  244. package/dist/esm/taskboard/taskboard.spec.mjs +311 -311
  245. package/dist/esm/taskboard/templates/taskboard-normal.mjs +326 -326
  246. package/dist/esm/taskboard/tests/taskboard-card-column-menu.mjs +310 -310
  247. package/dist/esm/taskboard/tests/taskboard-card.mjs +315 -315
  248. package/dist/esm/taskboard/tests/taskboard-column.mjs +317 -317
  249. package/dist/esm/taskboard/tests/taskboard-pane.mjs +329 -329
  250. package/dist/esm/taskboard/tests/taskboard-resources.mjs +305 -305
  251. package/dist/esm/taskboard/tests/taskboard-rtl.mjs +329 -329
  252. package/dist/esm/taskboard/tests/taskboard.mjs +329 -329
  253. package/dist/esm/treelist/templates/treelist-aggregates.mjs +328 -328
  254. package/dist/esm/treelist/templates/treelist-normal.mjs +318 -318
  255. package/dist/esm/treelist/templates/treelist-row-reordering.mjs +318 -318
  256. package/dist/esm/treelist/templates/treelist-with-column-menu.mjs +318 -318
  257. package/dist/esm/treelist/templates/treelist-with-filter-menu.mjs +318 -318
  258. package/dist/esm/treelist/tests/treelist-aggregate-react.mjs +327 -327
  259. package/dist/esm/treelist/tests/treelist-aggregates.mjs +347 -347
  260. package/dist/esm/treelist/tests/treelist-editing-popup.mjs +331 -331
  261. package/dist/esm/treelist/tests/treelist-react.mjs +354 -354
  262. package/dist/esm/treelist/tests/treelist-row-reordering.mjs +320 -320
  263. package/dist/esm/treelist/tests/treelist.mjs +347 -347
  264. package/package.json +2 -2
  265. package/src/context-menu/templates/context-menu-normal.tsx +5 -7
@@ -13133,10 +13133,10 @@ ContextMenu.className = CONTEXTMENU_CLASSNAME;
13133
13133
  ContextMenu.defaultProps = defaultProps182;
13134
13134
 
13135
13135
  // src/context-menu/templates/context-menu-normal.tsx
13136
- import { Fragment as Fragment188, jsx as jsx531, jsxs as jsxs252 } from "react/jsx-runtime";
13136
+ import { jsx as jsx531 } from "react/jsx-runtime";
13137
13137
 
13138
13138
  // src/chat/chat.spec.tsx
13139
- import { Fragment as Fragment189, jsx as jsx532, jsxs as jsxs253 } from "react/jsx-runtime";
13139
+ import { Fragment as Fragment188, jsx as jsx532, jsxs as jsxs252 } from "react/jsx-runtime";
13140
13140
  var CHAT_CLASSNAME = "k-chat";
13141
13141
  var states194 = [];
13142
13142
  var options185 = {};
@@ -13153,7 +13153,7 @@ var Chat = (props) => {
13153
13153
  showMoreButton,
13154
13154
  ...other
13155
13155
  } = props;
13156
- return /* @__PURE__ */ jsxs253(
13156
+ return /* @__PURE__ */ jsxs252(
13157
13157
  "div",
13158
13158
  {
13159
13159
  ...other,
@@ -13169,15 +13169,15 @@ var Chat = (props) => {
13169
13169
  {
13170
13170
  className: "k-message-box",
13171
13171
  placeholder: "Type a message...",
13172
- suffix: /* @__PURE__ */ jsxs253(Fragment189, { children: [
13172
+ suffix: /* @__PURE__ */ jsxs252(Fragment188, { children: [
13173
13173
  showMoreButton && /* @__PURE__ */ jsx532(Button, { fillMode: "flat", icon: "more-horizontal" }),
13174
13174
  /* @__PURE__ */ jsx532(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
13175
13175
  ] })
13176
13176
  }
13177
13177
  ),
13178
- showToolbar && /* @__PURE__ */ jsxs253("div", { className: "k-chat-toolbar k-toolbar", children: [
13178
+ showToolbar && /* @__PURE__ */ jsxs252("div", { className: "k-chat-toolbar k-toolbar", children: [
13179
13179
  /* @__PURE__ */ jsx532(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
13180
- /* @__PURE__ */ jsxs253("div", { className: "k-toolbar-group k-button-list", children: [
13180
+ /* @__PURE__ */ jsxs252("div", { className: "k-toolbar-group k-button-list", children: [
13181
13181
  /* @__PURE__ */ jsx532(Button, { icon: "arrow-rotate-cw" }),
13182
13182
  /* @__PURE__ */ jsx532(Button, { icon: "gear" }),
13183
13183
  /* @__PURE__ */ jsx532(Button, { icon: "wrench" }),
@@ -13200,7 +13200,7 @@ Chat.className = CHAT_CLASSNAME;
13200
13200
  Chat.defaultOptions = defaultOptions;
13201
13201
 
13202
13202
  // src/chat/chat-message.tsx
13203
- import { jsx as jsx533, jsxs as jsxs254 } from "react/jsx-runtime";
13203
+ import { jsx as jsx533, jsxs as jsxs253 } from "react/jsx-runtime";
13204
13204
  var CHATMESSAGE_CLASSNAME = "k-message";
13205
13205
  var states195 = [
13206
13206
  States.selected
@@ -13219,7 +13219,7 @@ var ChatMessage = (props) => {
13219
13219
  selected,
13220
13220
  ...other
13221
13221
  } = props;
13222
- return /* @__PURE__ */ jsxs254(
13222
+ return /* @__PURE__ */ jsxs253(
13223
13223
  "div",
13224
13224
  {
13225
13225
  ...other,
@@ -13242,7 +13242,7 @@ ChatMessage.className = CHATMESSAGE_CLASSNAME;
13242
13242
  ChatMessage.defaultProps = defaultProps183;
13243
13243
 
13244
13244
  // src/chat/chat-message-group.tsx
13245
- import { jsx as jsx534, jsxs as jsxs255 } from "react/jsx-runtime";
13245
+ import { jsx as jsx534, jsxs as jsxs254 } from "react/jsx-runtime";
13246
13246
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
13247
13247
  var states196 = [
13248
13248
  States.selected
@@ -13261,7 +13261,7 @@ var ChatMessageGroup = (props) => {
13261
13261
  selected,
13262
13262
  ...other
13263
13263
  } = props;
13264
- return /* @__PURE__ */ jsxs255(
13264
+ return /* @__PURE__ */ jsxs254(
13265
13265
  "div",
13266
13266
  {
13267
13267
  ...other,
@@ -13326,22 +13326,22 @@ ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
13326
13326
  ChatQuickReply.defaultOptions = defaultOptions2;
13327
13327
 
13328
13328
  // src/chat/templates/chat-normal.tsx
13329
- import { Fragment as Fragment190, jsx as jsx536, jsxs as jsxs256 } from "react/jsx-runtime";
13329
+ import { Fragment as Fragment189, jsx as jsx536, jsxs as jsxs255 } from "react/jsx-runtime";
13330
13330
 
13331
13331
  // src/chat/templates/chat-with-toolbar.tsx
13332
- import { Fragment as Fragment191, jsx as jsx537, jsxs as jsxs257 } from "react/jsx-runtime";
13332
+ import { Fragment as Fragment190, jsx as jsx537, jsxs as jsxs256 } from "react/jsx-runtime";
13333
13333
 
13334
13334
  // src/chat/templates/chat-with-options.tsx
13335
- import { Fragment as Fragment192, jsx as jsx538, jsxs as jsxs258 } from "react/jsx-runtime";
13335
+ import { Fragment as Fragment191, jsx as jsx538, jsxs as jsxs257 } from "react/jsx-runtime";
13336
13336
 
13337
13337
  // src/mediaplayer/mediaplayer-toolbar.tsx
13338
- import { jsx as jsx539, jsxs as jsxs259 } from "react/jsx-runtime";
13338
+ import { jsx as jsx539, jsxs as jsxs258 } from "react/jsx-runtime";
13339
13339
  var MEDIAPLAYERTOOLBAR_CLASSNAME = `k-mediaplayer-toolbar`;
13340
13340
  var states198 = [];
13341
13341
  var options189 = {};
13342
13342
  var defaultToolbarItems2 = [
13343
13343
  /* @__PURE__ */ jsx539(Button, { fillMode: "flat", icon: "play", className: "k-play-button" }),
13344
- /* @__PURE__ */ jsxs259(ToolbarItem, { className: "k-mediaplayer-currenttime-wrap", children: [
13344
+ /* @__PURE__ */ jsxs258(ToolbarItem, { className: "k-mediaplayer-currenttime-wrap", children: [
13345
13345
  /* @__PURE__ */ jsx539("span", { className: "k-mediaplayer-currenttime", children: "00:18" }),
13346
13346
  " / ",
13347
13347
  /* @__PURE__ */ jsx539("span", { className: "k-mediaplayer-duration", children: "00:55" })
@@ -13377,7 +13377,7 @@ MediaPlayerToolbar.className = MEDIAPLAYERTOOLBAR_CLASSNAME;
13377
13377
  MediaPlayerToolbar.defaultProps = defaultProps185;
13378
13378
 
13379
13379
  // src/mediaplayer/mediaplayer.spec.tsx
13380
- import { jsx as jsx540, jsxs as jsxs260 } from "react/jsx-runtime";
13380
+ import { jsx as jsx540, jsxs as jsxs259 } from "react/jsx-runtime";
13381
13381
  var MEDIAPLAYER_CLASSNAME = `k-mediaplayer`;
13382
13382
  var states199 = [];
13383
13383
  var options190 = {};
@@ -13391,7 +13391,7 @@ var MediaPlayer = (props) => {
13391
13391
  children,
13392
13392
  ...other
13393
13393
  } = props;
13394
- return /* @__PURE__ */ jsxs260(
13394
+ return /* @__PURE__ */ jsxs259(
13395
13395
  "div",
13396
13396
  {
13397
13397
  ...other,
@@ -13402,7 +13402,7 @@ var MediaPlayer = (props) => {
13402
13402
  children: [
13403
13403
  children,
13404
13404
  /* @__PURE__ */ jsx540("div", { className: "k-mediaplayer-titlebar", children: title }),
13405
- /* @__PURE__ */ jsxs260("div", { className: "k-mediaplayer-toolbar-wrap", children: [
13405
+ /* @__PURE__ */ jsxs259("div", { className: "k-mediaplayer-toolbar-wrap", children: [
13406
13406
  /* @__PURE__ */ jsx540(SliderNormal, { className: "k-mediaplayer-seekbar", showButtons: false, showTicks: false }),
13407
13407
  /* @__PURE__ */ jsx540(MediaPlayerToolbar, { toolbarItems })
13408
13408
  ] }),
@@ -13420,7 +13420,7 @@ MediaPlayer.defaultProps = defaultProps186;
13420
13420
  import { jsx as jsx541 } from "react/jsx-runtime";
13421
13421
 
13422
13422
  // src/timeline/timeline.spec.tsx
13423
- import { Fragment as Fragment193, jsx as jsx542 } from "react/jsx-runtime";
13423
+ import { Fragment as Fragment192, jsx as jsx542 } from "react/jsx-runtime";
13424
13424
  var TIMELINE_CLASSNAME = `k-timeline`;
13425
13425
  var states200 = [];
13426
13426
  var options191 = {};
@@ -13447,7 +13447,7 @@ var Timeline = (props) => {
13447
13447
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
13448
13448
  }
13449
13449
  ),
13450
- children: /* @__PURE__ */ jsx542(Fragment193, { children: props.children })
13450
+ children: /* @__PURE__ */ jsx542(Fragment192, { children: props.children })
13451
13451
  }
13452
13452
  );
13453
13453
  };
@@ -13457,7 +13457,7 @@ Timeline.className = TIMELINE_CLASSNAME;
13457
13457
  Timeline.defaultProps = defaultProps187;
13458
13458
 
13459
13459
  // src/timeline/vertical-timeline-event.spec.tsx
13460
- import { jsx as jsx543, jsxs as jsxs261 } from "react/jsx-runtime";
13460
+ import { jsx as jsx543, jsxs as jsxs260 } from "react/jsx-runtime";
13461
13461
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
13462
13462
  var states201 = [];
13463
13463
  var options192 = {};
@@ -13479,7 +13479,7 @@ var VerticalTimelineEvent = (props) => {
13479
13479
  showCollapseButton,
13480
13480
  ...other
13481
13481
  } = props;
13482
- return /* @__PURE__ */ jsxs261(
13482
+ return /* @__PURE__ */ jsxs260(
13483
13483
  "li",
13484
13484
  {
13485
13485
  ...other,
@@ -13491,8 +13491,8 @@ var VerticalTimelineEvent = (props) => {
13491
13491
  children: [
13492
13492
  date && /* @__PURE__ */ jsx543("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx543("span", { className: "k-timeline-date", children: date }) }),
13493
13493
  /* @__PURE__ */ jsx543(TimelineCircle, {}),
13494
- content && /* @__PURE__ */ jsx543("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx543(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs261("div", { className: "k-card-inner", children: [
13495
- /* @__PURE__ */ jsxs261(CardHeader, { children: [
13494
+ content && /* @__PURE__ */ jsx543("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx543(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs260("div", { className: "k-card-inner", children: [
13495
+ /* @__PURE__ */ jsxs260(CardHeader, { children: [
13496
13496
  /* @__PURE__ */ jsx543(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
13497
13497
  /* @__PURE__ */ jsx543(CardSubtitle, { children: subtitle })
13498
13498
  ] }),
@@ -13509,7 +13509,7 @@ VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
13509
13509
  VerticalTimelineEvent.defaultProps = defaultProps188;
13510
13510
 
13511
13511
  // src/timeline/horizontal-timeline-event.spec.tsx
13512
- import { jsx as jsx544, jsxs as jsxs262 } from "react/jsx-runtime";
13512
+ import { jsx as jsx544, jsxs as jsxs261 } from "react/jsx-runtime";
13513
13513
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
13514
13514
  var states202 = [];
13515
13515
  var options193 = {};
@@ -13525,7 +13525,7 @@ var HorizontalTimelineEvent = (props) => {
13525
13525
  subtitle = defaultProps189.subtitle,
13526
13526
  ...other
13527
13527
  } = props;
13528
- return /* @__PURE__ */ jsxs262(
13528
+ return /* @__PURE__ */ jsxs261(
13529
13529
  "li",
13530
13530
  {
13531
13531
  ...other,
@@ -13534,8 +13534,8 @@ var HorizontalTimelineEvent = (props) => {
13534
13534
  TIMELINEHORIZONTALEVENT_CLASSNAME
13535
13535
  ),
13536
13536
  children: [
13537
- content && /* @__PURE__ */ jsx544("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx544(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs262("div", { className: "k-card-inner", children: [
13538
- /* @__PURE__ */ jsxs262(CardHeader, { children: [
13537
+ content && /* @__PURE__ */ jsx544("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx544(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs261("div", { className: "k-card-inner", children: [
13538
+ /* @__PURE__ */ jsxs261(CardHeader, { children: [
13539
13539
  /* @__PURE__ */ jsx544(TimelineCardTitle, { children: title }),
13540
13540
  /* @__PURE__ */ jsx544(CardSubtitle, { children: subtitle })
13541
13541
  ] }),
@@ -13555,7 +13555,7 @@ HorizontalTimelineEvent.defaultProps = defaultProps189;
13555
13555
  import { jsx as jsx545 } from "react/jsx-runtime";
13556
13556
 
13557
13557
  // src/timeline/timeline-flag-wrap.spec.tsx
13558
- import { jsx as jsx546, jsxs as jsxs263 } from "react/jsx-runtime";
13558
+ import { jsx as jsx546, jsxs as jsxs262 } from "react/jsx-runtime";
13559
13559
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
13560
13560
  var states203 = [
13561
13561
  States.focus,
@@ -13570,7 +13570,7 @@ var TimelineFlagWrap = (props) => {
13570
13570
  year,
13571
13571
  ...other
13572
13572
  } = props;
13573
- return /* @__PURE__ */ jsxs263(
13573
+ return /* @__PURE__ */ jsxs262(
13574
13574
  "li",
13575
13575
  {
13576
13576
  ...other,
@@ -13613,7 +13613,7 @@ var TimelineCircle = (props) => {
13613
13613
  import { jsx as jsx548 } from "react/jsx-runtime";
13614
13614
 
13615
13615
  // src/timeline/timeline-card.spec.tsx
13616
- import { jsx as jsx549, jsxs as jsxs264 } from "react/jsx-runtime";
13616
+ import { jsx as jsx549, jsxs as jsxs263 } from "react/jsx-runtime";
13617
13617
  var states204 = [];
13618
13618
  var defaultProps191 = {};
13619
13619
  var TimelineCard = (props) => {
@@ -13622,7 +13622,7 @@ var TimelineCard = (props) => {
13622
13622
  children,
13623
13623
  ...other
13624
13624
  } = props;
13625
- return /* @__PURE__ */ jsxs264(
13625
+ return /* @__PURE__ */ jsxs263(
13626
13626
  Card,
13627
13627
  {
13628
13628
  className: classNames(
@@ -13642,7 +13642,7 @@ TimelineCard.states = states204;
13642
13642
  TimelineCard.defaultProps = defaultProps191;
13643
13643
 
13644
13644
  // src/timeline/timeline-card-title.tsx
13645
- import { jsx as jsx550, jsxs as jsxs265 } from "react/jsx-runtime";
13645
+ import { jsx as jsx550, jsxs as jsxs264 } from "react/jsx-runtime";
13646
13646
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
13647
13647
  var states205 = [];
13648
13648
  var defaultProps192 = {};
@@ -13652,7 +13652,7 @@ var TimelineCardTitle = (props) => {
13652
13652
  children,
13653
13653
  ...other
13654
13654
  } = props;
13655
- return /* @__PURE__ */ jsxs265(
13655
+ return /* @__PURE__ */ jsxs264(
13656
13656
  "div",
13657
13657
  {
13658
13658
  className: classNames(
@@ -13726,45 +13726,45 @@ TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
13726
13726
  TimelineDateWrap.defaultProps = defaultProps194;
13727
13727
 
13728
13728
  // src/timeline/timeline-track-wrap.spec.tsx
13729
- import { jsx as jsx553, jsxs as jsxs266 } from "react/jsx-runtime";
13729
+ import { jsx as jsx553, jsxs as jsxs265 } from "react/jsx-runtime";
13730
13730
 
13731
13731
  // src/timeline/timeline-track.spec.tsx
13732
13732
  import { jsx as jsx554 } from "react/jsx-runtime";
13733
13733
 
13734
13734
  // src/timeline/timeline-track-item.spec.tsx
13735
- import { jsxs as jsxs267 } from "react/jsx-runtime";
13735
+ import { jsxs as jsxs266 } from "react/jsx-runtime";
13736
13736
  var states208 = [
13737
13737
  States.focus
13738
13738
  ];
13739
13739
 
13740
13740
  // src/timeline/templates/timeline-normal.tsx
13741
- import { jsx as jsx555, jsxs as jsxs268 } from "react/jsx-runtime";
13741
+ import { jsx as jsx555, jsxs as jsxs267 } from "react/jsx-runtime";
13742
13742
 
13743
13743
  // src/timeline/templates/timeline-normal-collapsible.tsx
13744
- import { jsx as jsx556, jsxs as jsxs269 } from "react/jsx-runtime";
13744
+ import { jsx as jsx556, jsxs as jsxs268 } from "react/jsx-runtime";
13745
13745
 
13746
13746
  // src/timeline/templates/timeline-normal-alternating.tsx
13747
- import { jsx as jsx557, jsxs as jsxs270 } from "react/jsx-runtime";
13747
+ import { jsx as jsx557, jsxs as jsxs269 } from "react/jsx-runtime";
13748
13748
 
13749
13749
  // src/timeline/templates/timeline-horizontal.tsx
13750
- import { Fragment as Fragment194, jsx as jsx558, jsxs as jsxs271 } from "react/jsx-runtime";
13750
+ import { Fragment as Fragment193, jsx as jsx558, jsxs as jsxs270 } from "react/jsx-runtime";
13751
13751
 
13752
13752
  // src/pdf-viewer/pdf-viewer.spec.tsx
13753
- import { jsx as jsx559, jsxs as jsxs272 } from "react/jsx-runtime";
13753
+ import { jsx as jsx559, jsxs as jsxs271 } from "react/jsx-runtime";
13754
13754
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
13755
13755
  var states209 = [
13756
13756
  States.disabled
13757
13757
  ];
13758
13758
  var options196 = {};
13759
- var defaultToolbar3 = /* @__PURE__ */ jsxs272(Toolbar, { resizable: true, children: [
13759
+ var defaultToolbar3 = /* @__PURE__ */ jsxs271(Toolbar, { resizable: true, children: [
13760
13760
  /* @__PURE__ */ jsx559(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
13761
13761
  /* @__PURE__ */ jsx559("span", { className: "k-spacer" }),
13762
- /* @__PURE__ */ jsxs272(ButtonGroup, { children: [
13762
+ /* @__PURE__ */ jsxs271(ButtonGroup, { children: [
13763
13763
  /* @__PURE__ */ jsx559(Button, { fillMode: "flat", className: "k-group-start", icon: "zoom-out" }),
13764
13764
  /* @__PURE__ */ jsx559(Button, { fillMode: "flat", className: "k-group-end", icon: "zoom-in" })
13765
13765
  ] }),
13766
13766
  /* @__PURE__ */ jsx559(Combobox, { value: "Automatic Width" }),
13767
- /* @__PURE__ */ jsxs272(ButtonGroup, { children: [
13767
+ /* @__PURE__ */ jsxs271(ButtonGroup, { children: [
13768
13768
  /* @__PURE__ */ jsx559(Button, { fillMode: "flat", className: "k-group-start", icon: "pointer" }),
13769
13769
  /* @__PURE__ */ jsx559(Button, { fillMode: "flat", className: "k-group-end", icon: "hand" })
13770
13770
  ] }),
@@ -13787,7 +13787,7 @@ var PDFViewer = (props) => {
13787
13787
  blank,
13788
13788
  ...other
13789
13789
  } = props;
13790
- return /* @__PURE__ */ jsxs272(
13790
+ return /* @__PURE__ */ jsxs271(
13791
13791
  "div",
13792
13792
  {
13793
13793
  ...other,
@@ -13798,8 +13798,8 @@ var PDFViewer = (props) => {
13798
13798
  ),
13799
13799
  children: [
13800
13800
  toolbar,
13801
- /* @__PURE__ */ jsxs272("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
13802
- showSearchPanel && /* @__PURE__ */ jsxs272("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
13801
+ /* @__PURE__ */ jsxs271("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
13802
+ showSearchPanel && /* @__PURE__ */ jsxs271("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
13803
13803
  /* @__PURE__ */ jsx559(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
13804
13804
  /* @__PURE__ */ jsx559(
13805
13805
  Textbox,
@@ -13807,7 +13807,7 @@ var PDFViewer = (props) => {
13807
13807
  suffix: /* @__PURE__ */ jsx559(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
13808
13808
  }
13809
13809
  ),
13810
- /* @__PURE__ */ jsxs272("span", { className: "k-search-matches", children: [
13810
+ /* @__PURE__ */ jsxs271("span", { className: "k-search-matches", children: [
13811
13811
  /* @__PURE__ */ jsx559("span", { children: "0" }),
13812
13812
  " of ",
13813
13813
  /* @__PURE__ */ jsx559("span", { children: "0" })
@@ -13816,7 +13816,7 @@ var PDFViewer = (props) => {
13816
13816
  /* @__PURE__ */ jsx559(Button, { fillMode: "flat", icon: "arrow-down" }),
13817
13817
  /* @__PURE__ */ jsx559(Button, { fillMode: "flat", icon: "x" })
13818
13818
  ] }),
13819
- /* @__PURE__ */ jsx559("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs272("div", { className: "k-page k-blank-page", children: [
13819
+ /* @__PURE__ */ jsx559("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs271("div", { className: "k-page k-blank-page", children: [
13820
13820
  /* @__PURE__ */ jsx559(DropzoneNormal, {}),
13821
13821
  /* @__PURE__ */ jsx559(UploadNormal, { empty: true, status: "upload" })
13822
13822
  ] }) : props.children })
@@ -13859,16 +13859,16 @@ PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
13859
13859
  PDFViewerPage.defaultProps = defaultProps196;
13860
13860
 
13861
13861
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
13862
- import { Fragment as Fragment195, jsx as jsx561, jsxs as jsxs273 } from "react/jsx-runtime";
13862
+ import { Fragment as Fragment194, jsx as jsx561, jsxs as jsxs272 } from "react/jsx-runtime";
13863
13863
 
13864
13864
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
13865
- import { jsx as jsx562, jsxs as jsxs274 } from "react/jsx-runtime";
13865
+ import { jsx as jsx562, jsxs as jsxs273 } from "react/jsx-runtime";
13866
13866
 
13867
13867
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
13868
- import { Fragment as Fragment196, jsx as jsx563, jsxs as jsxs275 } from "react/jsx-runtime";
13868
+ import { Fragment as Fragment195, jsx as jsx563, jsxs as jsxs274 } from "react/jsx-runtime";
13869
13869
 
13870
13870
  // src/scrollview/scrollview-spec.tsx
13871
- import { Fragment as Fragment197, jsx as jsx564, jsxs as jsxs276 } from "react/jsx-runtime";
13871
+ import { Fragment as Fragment196, jsx as jsx564, jsxs as jsxs275 } from "react/jsx-runtime";
13872
13872
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
13873
13873
  var states210 = [];
13874
13874
  var options197 = {};
@@ -13900,7 +13900,7 @@ var ScrollView = (props) => {
13900
13900
  /* @__PURE__ */ jsx564("div", { className: "k-scrollview-view" }, i)
13901
13901
  );
13902
13902
  }
13903
- return /* @__PURE__ */ jsxs276(
13903
+ return /* @__PURE__ */ jsxs275(
13904
13904
  "div",
13905
13905
  {
13906
13906
  ...other,
@@ -13919,20 +13919,20 @@ var ScrollView = (props) => {
13919
13919
  ["k-scrollview-animate"]: animate
13920
13920
  }
13921
13921
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": currentView }, children: scrollviewViews }),
13922
- /* @__PURE__ */ jsxs276("div", { className: "k-scrollview-elements", children: [
13923
- arrows && /* @__PURE__ */ jsxs276(Fragment197, { children: [
13922
+ /* @__PURE__ */ jsxs275("div", { className: "k-scrollview-elements", children: [
13923
+ arrows && /* @__PURE__ */ jsxs275(Fragment196, { children: [
13924
13924
  /* @__PURE__ */ jsx564("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx564(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
13925
13925
  /* @__PURE__ */ jsx564("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx564(Icon, { icon: iconNext, size: "xxxlarge" }) })
13926
13926
  ] }),
13927
- pager && /* @__PURE__ */ jsx564("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs276("div", { className: "k-scrollview-nav", children: [
13928
- mode === "light" && /* @__PURE__ */ jsxs276(Fragment197, { children: [
13927
+ pager && /* @__PURE__ */ jsx564("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs275("div", { className: "k-scrollview-nav", children: [
13928
+ mode === "light" && /* @__PURE__ */ jsxs275(Fragment196, { children: [
13929
13929
  /* @__PURE__ */ jsx564("span", { className: "k-link" }),
13930
13930
  /* @__PURE__ */ jsx564("span", { className: "k-link k-primary" }),
13931
13931
  /* @__PURE__ */ jsx564("span", { className: "k-link k-primary k-focus" }),
13932
13932
  /* @__PURE__ */ jsx564("span", { className: "k-link k-focus" }),
13933
13933
  /* @__PURE__ */ jsx564("span", { className: "k-link" })
13934
13934
  ] }),
13935
- mode === "normal" && /* @__PURE__ */ jsxs276(Fragment197, { children: [
13935
+ mode === "normal" && /* @__PURE__ */ jsxs275(Fragment196, { children: [
13936
13936
  /* @__PURE__ */ jsx564("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
13937
13937
  /* @__PURE__ */ jsx564("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
13938
13938
  /* @__PURE__ */ jsx564("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
@@ -13943,7 +13943,7 @@ var ScrollView = (props) => {
13943
13943
  /* @__PURE__ */ jsx564("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
13944
13944
  /* @__PURE__ */ jsx564("span", { className: "k-link", style: { transform: "scale(0.5)" } })
13945
13945
  ] }),
13946
- mode === "dark" && /* @__PURE__ */ jsxs276(Fragment197, { children: [
13946
+ mode === "dark" && /* @__PURE__ */ jsxs275(Fragment196, { children: [
13947
13947
  /* @__PURE__ */ jsx564("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
13948
13948
  /* @__PURE__ */ jsx564("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
13949
13949
  /* @__PURE__ */ jsx564("span", { className: "k-link" }),
@@ -13968,7 +13968,7 @@ ScrollView.defaultProps = defaultProps197;
13968
13968
  import { jsx as jsx565 } from "react/jsx-runtime";
13969
13969
 
13970
13970
  // src/prompt/prompt.spec.tsx
13971
- import { Fragment as Fragment198, jsx as jsx566 } from "react/jsx-runtime";
13971
+ import { Fragment as Fragment197, jsx as jsx566 } from "react/jsx-runtime";
13972
13972
  var PROMPT_CLASSNAME = `k-prompt`;
13973
13973
  var states211 = [];
13974
13974
  var options198 = {};
@@ -13977,7 +13977,7 @@ var Prompt = (props) => {
13977
13977
  const {
13978
13978
  ...other
13979
13979
  } = props;
13980
- return /* @__PURE__ */ jsx566("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx566(Fragment198, { children: props.children }) });
13980
+ return /* @__PURE__ */ jsx566("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx566(Fragment197, { children: props.children }) });
13981
13981
  };
13982
13982
  Prompt.states = states211;
13983
13983
  Prompt.options = options198;
@@ -13988,10 +13988,10 @@ Prompt.defaultProps = defaultProps198;
13988
13988
  import { jsx as jsx567 } from "react/jsx-runtime";
13989
13989
 
13990
13990
  // src/prompt/prompt-content.tsx
13991
- import { Fragment as Fragment199, jsx as jsx568 } from "react/jsx-runtime";
13991
+ import { Fragment as Fragment198, jsx as jsx568 } from "react/jsx-runtime";
13992
13992
 
13993
13993
  // src/prompt/prompt-view.tsx
13994
- import { Fragment as Fragment200, jsx as jsx569, jsxs as jsxs277 } from "react/jsx-runtime";
13994
+ import { Fragment as Fragment199, jsx as jsx569, jsxs as jsxs276 } from "react/jsx-runtime";
13995
13995
 
13996
13996
  // src/prompt/prompt-footer.tsx
13997
13997
  import { jsx as jsx570 } from "react/jsx-runtime";
@@ -14003,29 +14003,29 @@ import { jsx as jsx571 } from "react/jsx-runtime";
14003
14003
  import { jsx as jsx572 } from "react/jsx-runtime";
14004
14004
 
14005
14005
  // src/prompt/templates/prompt-normal.tsx
14006
- import { jsx as jsx573, jsxs as jsxs278 } from "react/jsx-runtime";
14006
+ import { jsx as jsx573, jsxs as jsxs277 } from "react/jsx-runtime";
14007
14007
 
14008
14008
  // src/prompt/templates/prompt-suggestions.tsx
14009
- import { Fragment as Fragment201, jsx as jsx574, jsxs as jsxs279 } from "react/jsx-runtime";
14009
+ import { Fragment as Fragment200, jsx as jsx574, jsxs as jsxs278 } from "react/jsx-runtime";
14010
14010
 
14011
14011
  // src/prompt/templates/prompt-settings.tsx
14012
- import { Fragment as Fragment202, jsx as jsx575, jsxs as jsxs280 } from "react/jsx-runtime";
14012
+ import { Fragment as Fragment201, jsx as jsx575, jsxs as jsxs279 } from "react/jsx-runtime";
14013
14013
 
14014
14014
  // src/prompt/templates/prompt-output.tsx
14015
- import { jsx as jsx576, jsxs as jsxs281 } from "react/jsx-runtime";
14015
+ import { jsx as jsx576, jsxs as jsxs280 } from "react/jsx-runtime";
14016
14016
 
14017
14017
  // src/prompt/templates/prompt-more-actions.tsx
14018
- import { jsx as jsx577, jsxs as jsxs282 } from "react/jsx-runtime";
14018
+ import { jsx as jsx577, jsxs as jsxs281 } from "react/jsx-runtime";
14019
14019
 
14020
14020
  // src/prompt/templates/prompt-popup.tsx
14021
- import { jsx as jsx578, jsxs as jsxs283 } from "react/jsx-runtime";
14021
+ import { jsx as jsx578, jsxs as jsxs282 } from "react/jsx-runtime";
14022
14022
 
14023
14023
  // src/map/map.spec.tsx
14024
- import { Fragment as Fragment203, jsx as jsx579, jsxs as jsxs284 } from "react/jsx-runtime";
14024
+ import { Fragment as Fragment202, jsx as jsx579, jsxs as jsxs283 } from "react/jsx-runtime";
14025
14025
  var MAP_CLASSNAME = `k-map`;
14026
14026
  var states212 = [];
14027
14027
  var options199 = {};
14028
- var defaultAttribution = /* @__PURE__ */ jsxs284(Fragment203, { children: [
14028
+ var defaultAttribution = /* @__PURE__ */ jsxs283(Fragment202, { children: [
14029
14029
  "\xA9 ",
14030
14030
  /* @__PURE__ */ jsx579("a", { href: "#", children: "Attribution" })
14031
14031
  ] });
@@ -14046,7 +14046,7 @@ var Map = (props) => {
14046
14046
  children,
14047
14047
  ...other
14048
14048
  } = props;
14049
- return /* @__PURE__ */ jsxs284(
14049
+ return /* @__PURE__ */ jsxs283(
14050
14050
  "div",
14051
14051
  {
14052
14052
  ...other,
@@ -14055,9 +14055,9 @@ var Map = (props) => {
14055
14055
  MAP_CLASSNAME
14056
14056
  ),
14057
14057
  children: [
14058
- /* @__PURE__ */ jsxs284("div", { className: "km-scroll-wrapper", style: { overflow: "hidden" }, children: [
14058
+ /* @__PURE__ */ jsxs283("div", { className: "km-scroll-wrapper", style: { overflow: "hidden" }, children: [
14059
14059
  /* @__PURE__ */ jsx579("div", { className: "km-scroll-header" }),
14060
- /* @__PURE__ */ jsxs284("div", { className: "km-scroll-container", style: scrollContainerStyle, children: [
14060
+ /* @__PURE__ */ jsxs283("div", { className: "km-scroll-container", style: scrollContainerStyle, children: [
14061
14061
  /* @__PURE__ */ jsx579("div", { className: "k-layer", style: { zIndex: "1000" }, children: /* @__PURE__ */ jsx579(Icon, { className: "k-marker", icon: "map-marker-target", size: "xxlarge", style: markerStyle }) }),
14062
14062
  /* @__PURE__ */ jsx579("div", { className: "k-layer", children })
14063
14063
  ] }),
@@ -14065,7 +14065,7 @@ var Map = (props) => {
14065
14065
  /* @__PURE__ */ jsx579("div", { className: "km-touch-scrollbar km-vertical-scrollbar", style: verticalScrollbarStyle })
14066
14066
  ] }),
14067
14067
  /* @__PURE__ */ jsx579("div", { className: "k-map-controls k-pos-bottom k-pos-right", children: /* @__PURE__ */ jsx579("div", { className: "k-attribution", children: attribution }) }),
14068
- /* @__PURE__ */ jsxs284("div", { className: "k-map-controls k-pos-top k-pos-left", children: [
14068
+ /* @__PURE__ */ jsxs283("div", { className: "k-map-controls k-pos-top k-pos-left", children: [
14069
14069
  /* @__PURE__ */ jsx579(Navigator, {}),
14070
14070
  /* @__PURE__ */ jsx579(ZoomControl, {})
14071
14071
  ] })
@@ -14079,7 +14079,7 @@ Map.className = MAP_CLASSNAME;
14079
14079
  Map.defaultProps = defaultProps199;
14080
14080
 
14081
14081
  // src/map/navigator.tsx
14082
- import { jsx as jsx580, jsxs as jsxs285 } from "react/jsx-runtime";
14082
+ import { jsx as jsx580, jsxs as jsxs284 } from "react/jsx-runtime";
14083
14083
  var NAVIGATOR_CLASSNAME = `k-navigator`;
14084
14084
  var states213 = [];
14085
14085
  var options200 = {};
@@ -14088,7 +14088,7 @@ var Navigator = (props) => {
14088
14088
  const {
14089
14089
  ...other
14090
14090
  } = props;
14091
- return /* @__PURE__ */ jsxs285(
14091
+ return /* @__PURE__ */ jsxs284(
14092
14092
  "div",
14093
14093
  {
14094
14094
  ...other,
@@ -14111,7 +14111,7 @@ Navigator.className = NAVIGATOR_CLASSNAME;
14111
14111
  Navigator.defaultProps = defaultProps200;
14112
14112
 
14113
14113
  // src/map/zoom-control.tsx
14114
- import { jsx as jsx581, jsxs as jsxs286 } from "react/jsx-runtime";
14114
+ import { jsx as jsx581, jsxs as jsxs285 } from "react/jsx-runtime";
14115
14115
  var ZOOMCONTROL_CLASSNAME = `k-zoom-control`;
14116
14116
  var states214 = [];
14117
14117
  var options201 = {};
@@ -14120,7 +14120,7 @@ var ZoomControl = (props) => {
14120
14120
  const {
14121
14121
  ...other
14122
14122
  } = props;
14123
- return /* @__PURE__ */ jsxs286(
14123
+ return /* @__PURE__ */ jsxs285(
14124
14124
  ButtonGroup,
14125
14125
  {
14126
14126
  ...other,
@@ -14177,7 +14177,7 @@ Orgchart.className = ORGCHART_CLASSNAME;
14177
14177
  Orgchart.defaultProps = defaultProps202;
14178
14178
 
14179
14179
  // src/orgchart/orgchart-node.tsx
14180
- import { jsx as jsx584, jsxs as jsxs287 } from "react/jsx-runtime";
14180
+ import { jsx as jsx584, jsxs as jsxs286 } from "react/jsx-runtime";
14181
14181
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
14182
14182
  var defaultProps203 = {
14183
14183
  buttonIcon: "plus",
@@ -14197,7 +14197,7 @@ var OrgchartNode = (props) => {
14197
14197
  avatarType,
14198
14198
  ...other
14199
14199
  } = props;
14200
- return /* @__PURE__ */ jsxs287(
14200
+ return /* @__PURE__ */ jsxs286(
14201
14201
  "div",
14202
14202
  {
14203
14203
  ...other,
@@ -14209,9 +14209,9 @@ var OrgchartNode = (props) => {
14209
14209
  ),
14210
14210
  children: [
14211
14211
  lineTop && /* @__PURE__ */ jsx584("div", { className: "k-orgchart-line k-orgchart-line-v" }),
14212
- /* @__PURE__ */ jsx584(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs287(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
14212
+ /* @__PURE__ */ jsx584(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs286(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
14213
14213
  /* @__PURE__ */ jsx584(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx584("img", { src: avatar }) : avatar }),
14214
- /* @__PURE__ */ jsxs287("div", { className: "k-card-title-wrap k-vstack", children: [
14214
+ /* @__PURE__ */ jsxs286("div", { className: "k-card-title-wrap k-vstack", children: [
14215
14215
  /* @__PURE__ */ jsx584(CardTitle, { className: "k-text-ellipsis", children: title }),
14216
14216
  /* @__PURE__ */ jsx584("span", { className: "k-spacer" }),
14217
14217
  /* @__PURE__ */ jsx584(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
@@ -14226,7 +14226,7 @@ var OrgchartNode = (props) => {
14226
14226
  };
14227
14227
 
14228
14228
  // src/orgchart/orgchart-group.tsx
14229
- import { Fragment as Fragment204, jsx as jsx585, jsxs as jsxs288 } from "react/jsx-runtime";
14229
+ import { Fragment as Fragment203, jsx as jsx585, jsxs as jsxs287 } from "react/jsx-runtime";
14230
14230
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
14231
14231
  var states216 = [];
14232
14232
  var options203 = {};
@@ -14259,7 +14259,7 @@ var OrgchartGroup = (props) => {
14259
14259
  }
14260
14260
  }
14261
14261
  }
14262
- return /* @__PURE__ */ jsxs288(
14262
+ return /* @__PURE__ */ jsxs287(
14263
14263
  "div",
14264
14264
  {
14265
14265
  ...other,
@@ -14283,10 +14283,10 @@ var OrgchartGroup = (props) => {
14283
14283
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
14284
14284
  }
14285
14285
  ),
14286
- children: /* @__PURE__ */ jsx585(Fragment204, { children: chartNodes })
14286
+ children: /* @__PURE__ */ jsx585(Fragment203, { children: chartNodes })
14287
14287
  }
14288
14288
  ),
14289
- /* @__PURE__ */ jsx585(Fragment204, { children: chartGroups })
14289
+ /* @__PURE__ */ jsx585(Fragment203, { children: chartGroups })
14290
14290
  ]
14291
14291
  }
14292
14292
  );
@@ -14297,7 +14297,7 @@ OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
14297
14297
  OrgchartGroup.defaultProps = defaultProps204;
14298
14298
 
14299
14299
  // src/orgchart/orgchart-node-group.tsx
14300
- import { jsx as jsx586, jsxs as jsxs289 } from "react/jsx-runtime";
14300
+ import { jsx as jsx586, jsxs as jsxs288 } from "react/jsx-runtime";
14301
14301
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
14302
14302
  var states217 = [
14303
14303
  States.focus
@@ -14318,7 +14318,7 @@ var OrgchartNodeGroup = (props) => {
14318
14318
  orientation = defaultProps205.orientation,
14319
14319
  ...other
14320
14320
  } = props;
14321
- return /* @__PURE__ */ jsxs289(
14321
+ return /* @__PURE__ */ jsxs288(
14322
14322
  "div",
14323
14323
  {
14324
14324
  ...other,
@@ -14330,7 +14330,7 @@ var OrgchartNodeGroup = (props) => {
14330
14330
  ),
14331
14331
  children: [
14332
14332
  lineTop && /* @__PURE__ */ jsx586("div", { className: "k-orgchart-line k-orgchart-line-v" }),
14333
- /* @__PURE__ */ jsxs289(
14333
+ /* @__PURE__ */ jsxs288(
14334
14334
  "div",
14335
14335
  {
14336
14336
  className: classNames(
@@ -14367,19 +14367,19 @@ var OrgchartNodeGroup = (props) => {
14367
14367
  OrgchartNodeGroup.states = states217;
14368
14368
 
14369
14369
  // src/orgchart/templates/orgchart-normal.tsx
14370
- import { jsx as jsx587, jsxs as jsxs290 } from "react/jsx-runtime";
14370
+ import { jsx as jsx587, jsxs as jsxs289 } from "react/jsx-runtime";
14371
14371
 
14372
14372
  // src/orgchart/templates/orgchart-vertical.tsx
14373
- import { jsx as jsx588, jsxs as jsxs291 } from "react/jsx-runtime";
14373
+ import { jsx as jsx588, jsxs as jsxs290 } from "react/jsx-runtime";
14374
14374
 
14375
14375
  // src/orgchart/templates/orgchart-group-normal.tsx
14376
- import { jsx as jsx589, jsxs as jsxs292 } from "react/jsx-runtime";
14376
+ import { jsx as jsx589, jsxs as jsxs291 } from "react/jsx-runtime";
14377
14377
 
14378
14378
  // src/orgchart/templates/orgchart-group-vertical.tsx
14379
- import { jsx as jsx590, jsxs as jsxs293 } from "react/jsx-runtime";
14379
+ import { jsx as jsx590, jsxs as jsxs292 } from "react/jsx-runtime";
14380
14380
 
14381
14381
  // src/signature/signature.spec.tsx
14382
- import { jsx as jsx591, jsxs as jsxs294 } from "react/jsx-runtime";
14382
+ import { jsx as jsx591, jsxs as jsxs293 } from "react/jsx-runtime";
14383
14383
  var SIGNATURE_CLASSNAME = `k-signature`;
14384
14384
  var states218 = [
14385
14385
  States.hover,
@@ -14411,7 +14411,7 @@ var Signature = (props) => {
14411
14411
  maximized,
14412
14412
  ...other
14413
14413
  } = props;
14414
- return /* @__PURE__ */ jsxs294(
14414
+ return /* @__PURE__ */ jsxs293(
14415
14415
  "div",
14416
14416
  {
14417
14417
  ...other,
@@ -14440,7 +14440,7 @@ var Signature = (props) => {
14440
14440
  ),
14441
14441
  children: [
14442
14442
  /* @__PURE__ */ jsx591("canvas", { className: "k-signature-canvas" }),
14443
- /* @__PURE__ */ jsxs294(
14443
+ /* @__PURE__ */ jsxs293(
14444
14444
  "div",
14445
14445
  {
14446
14446
  className: classNames(
@@ -14518,7 +14518,7 @@ import { jsx as jsx592 } from "react/jsx-runtime";
14518
14518
  import { jsx as jsx593 } from "react/jsx-runtime";
14519
14519
 
14520
14520
  // src/editor/editor.spec.tsx
14521
- import { jsx as jsx594, jsxs as jsxs295 } from "react/jsx-runtime";
14521
+ import { jsx as jsx594, jsxs as jsxs294 } from "react/jsx-runtime";
14522
14522
  var EDITOR_CLASSNAME = `k-editor`;
14523
14523
  var states219 = [
14524
14524
  States.readonly,
@@ -14539,7 +14539,7 @@ var Editor = (props) => {
14539
14539
  resizable,
14540
14540
  ...other
14541
14541
  } = props;
14542
- return /* @__PURE__ */ jsxs295(
14542
+ return /* @__PURE__ */ jsxs294(
14543
14543
  "div",
14544
14544
  {
14545
14545
  ...other,
@@ -14626,13 +14626,13 @@ var EditorContent = (props) => {
14626
14626
  };
14627
14627
 
14628
14628
  // src/editor/templates/editor-normal.tsx
14629
- import { Fragment as Fragment205, jsx as jsx597, jsxs as jsxs296 } from "react/jsx-runtime";
14629
+ import { Fragment as Fragment204, jsx as jsx597, jsxs as jsxs295 } from "react/jsx-runtime";
14630
14630
 
14631
14631
  // src/editor/templates/editor-resizable.tsx
14632
- import { Fragment as Fragment206, jsx as jsx598, jsxs as jsxs297 } from "react/jsx-runtime";
14632
+ import { Fragment as Fragment205, jsx as jsx598, jsxs as jsxs296 } from "react/jsx-runtime";
14633
14633
 
14634
14634
  // src/editor/templates/editor-responsive-toolbar.tsx
14635
- import { Fragment as Fragment207, jsx as jsx599, jsxs as jsxs298 } from "react/jsx-runtime";
14635
+ import { Fragment as Fragment206, jsx as jsx599, jsxs as jsxs297 } from "react/jsx-runtime";
14636
14636
 
14637
14637
  // src/imageeditor/imageeditor-toolbar.tsx
14638
14638
  import { jsx as jsx600 } from "react/jsx-runtime";
@@ -14678,7 +14678,7 @@ ImageEditorToolbar.className = IMAGEEDITORTOOLBAR_CLASSNAME;
14678
14678
  ImageEditorToolbar.defaultProps = defaultProps208;
14679
14679
 
14680
14680
  // src/imageeditor/imageeditor.spec.tsx
14681
- import { jsx as jsx601, jsxs as jsxs299 } from "react/jsx-runtime";
14681
+ import { jsx as jsx601, jsxs as jsxs298 } from "react/jsx-runtime";
14682
14682
  var IMAGEEDITOR_CLASSNAME = `k-imageeditor`;
14683
14683
  var states222 = [];
14684
14684
  var options207 = {};
@@ -14691,7 +14691,7 @@ var ImageEditor = (props) => {
14691
14691
  children,
14692
14692
  ...other
14693
14693
  } = props;
14694
- return /* @__PURE__ */ jsxs299(
14694
+ return /* @__PURE__ */ jsxs298(
14695
14695
  "div",
14696
14696
  {
14697
14697
  ...other,
@@ -14701,7 +14701,7 @@ var ImageEditor = (props) => {
14701
14701
  ),
14702
14702
  children: [
14703
14703
  /* @__PURE__ */ jsx601("div", { className: "k-imageeditor-header", children: /* @__PURE__ */ jsx601(ImageEditorToolbar, { toolbarItems }) }),
14704
- /* @__PURE__ */ jsxs299("div", { className: "k-imageeditor-content", style: { height: contentHeight }, children: [
14704
+ /* @__PURE__ */ jsxs298("div", { className: "k-imageeditor-content", style: { height: contentHeight }, children: [
14705
14705
  /* @__PURE__ */ jsx601("div", { className: "k-imageeditor-canvas-container", children: /* @__PURE__ */ jsx601("div", { className: "k-imageeditor-canvas", children }) }),
14706
14706
  actionPane && /* @__PURE__ */ jsx601("div", { className: "k-imageeditor-action-pane", children: actionPane })
14707
14707
  ] })
@@ -14718,13 +14718,13 @@ ImageEditor.defaultProps = defaultProps209;
14718
14718
  import { jsx as jsx602 } from "react/jsx-runtime";
14719
14719
 
14720
14720
  // src/imageeditor/templates/imageeditor-resize.tsx
14721
- import { Fragment as Fragment208, jsx as jsx603, jsxs as jsxs300 } from "react/jsx-runtime";
14721
+ import { Fragment as Fragment207, jsx as jsx603, jsxs as jsxs299 } from "react/jsx-runtime";
14722
14722
 
14723
14723
  // src/imageeditor/templates/imageeditor-crop.tsx
14724
- import { Fragment as Fragment209, jsx as jsx604, jsxs as jsxs301 } from "react/jsx-runtime";
14724
+ import { Fragment as Fragment208, jsx as jsx604, jsxs as jsxs300 } from "react/jsx-runtime";
14725
14725
 
14726
14726
  // src/gantt/gantt.spec.tsx
14727
- import { jsxs as jsxs302 } from "react/jsx-runtime";
14727
+ import { jsxs as jsxs301 } from "react/jsx-runtime";
14728
14728
  var GANTT_CLASSNAME = "k-gantt";
14729
14729
  var states223 = [];
14730
14730
  var options208 = {};
@@ -14735,7 +14735,7 @@ var Gantt = (props) => {
14735
14735
  footerToolbar,
14736
14736
  ...other
14737
14737
  } = props;
14738
- return /* @__PURE__ */ jsxs302(
14738
+ return /* @__PURE__ */ jsxs301(
14739
14739
  "div",
14740
14740
  {
14741
14741
  ...other,
@@ -14878,7 +14878,7 @@ GanttTaskDot.className = GANTTTASKWDOT_CLASSNAME;
14878
14878
  GanttTaskDot.defaultProps = defaultProps213;
14879
14879
 
14880
14880
  // src/gantt/gantt-task-content.spec.tsx
14881
- import { jsx as jsx615, jsxs as jsxs303 } from "react/jsx-runtime";
14881
+ import { jsx as jsx615, jsxs as jsxs302 } from "react/jsx-runtime";
14882
14882
  var GANTTTASKCONTENT_CLASSNAME = "k-task-content";
14883
14883
  var states227 = [];
14884
14884
  var options212 = {};
@@ -14888,7 +14888,7 @@ var GanttTaskContent = (props) => {
14888
14888
  content,
14889
14889
  ...other
14890
14890
  } = props;
14891
- return /* @__PURE__ */ jsxs303(
14891
+ return /* @__PURE__ */ jsxs302(
14892
14892
  "div",
14893
14893
  {
14894
14894
  ...other,
@@ -14944,13 +14944,13 @@ GanttLine.className = GANTTLINE_CLASSNAME;
14944
14944
  GanttLine.defaultProps = defaultProps215;
14945
14945
 
14946
14946
  // src/gantt/templates/gantt-normal.tsx
14947
- import { jsx as jsx617, jsxs as jsxs304 } from "react/jsx-runtime";
14947
+ import { jsx as jsx617, jsxs as jsxs303 } from "react/jsx-runtime";
14948
14948
 
14949
14949
  // src/gantt/templates/gantt-row-reordering.tsx
14950
- import { jsx as jsx618, jsxs as jsxs305 } from "react/jsx-runtime";
14950
+ import { jsx as jsx618, jsxs as jsxs304 } from "react/jsx-runtime";
14951
14951
 
14952
14952
  // src/scheduler/templates/scheduler-day.tsx
14953
- import { Fragment as Fragment210, jsx as jsx619, jsxs as jsxs306 } from "react/jsx-runtime";
14953
+ import { Fragment as Fragment209, jsx as jsx619, jsxs as jsxs305 } from "react/jsx-runtime";
14954
14954
 
14955
14955
  // src/scheduler/scheduler-view.spec.tsx
14956
14956
  import { jsx as jsx620 } from "react/jsx-runtime";
@@ -14986,7 +14986,7 @@ SchedulerView.defaultProps = defaultProps216;
14986
14986
  var scheduler_view_spec_default = SchedulerView;
14987
14987
 
14988
14988
  // src/scheduler/scheduler.spec.tsx
14989
- import { jsx as jsx621, jsxs as jsxs307 } from "react/jsx-runtime";
14989
+ import { jsx as jsx621, jsxs as jsxs306 } from "react/jsx-runtime";
14990
14990
  var SCHEDULER_CLASSNAME = "k-scheduler";
14991
14991
  var states230 = [];
14992
14992
  var options215 = {};
@@ -14999,7 +14999,7 @@ var Scheduler = (props) => {
14999
14999
  layout,
15000
15000
  ...other
15001
15001
  } = props;
15002
- return /* @__PURE__ */ jsxs307(
15002
+ return /* @__PURE__ */ jsxs306(
15003
15003
  "div",
15004
15004
  {
15005
15005
  ...other,
@@ -15093,7 +15093,7 @@ import { jsx as jsx627 } from "react/jsx-runtime";
15093
15093
  import { jsx as jsx628 } from "react/jsx-runtime";
15094
15094
 
15095
15095
  // src/scheduler/scheduler-toolbar.spec.tsx
15096
- import { Fragment as Fragment211, jsx as jsx629, jsxs as jsxs308 } from "react/jsx-runtime";
15096
+ import { Fragment as Fragment210, jsx as jsx629, jsxs as jsxs307 } from "react/jsx-runtime";
15097
15097
 
15098
15098
  // src/scheduler/scheduler-body.spec.tsx
15099
15099
  import { jsx as jsx630 } from "react/jsx-runtime";
@@ -15135,7 +15135,7 @@ SchedulerGroup.defaultProps = defaultProps218;
15135
15135
  SchedulerGroup.className = className32;
15136
15136
 
15137
15137
  // src/scheduler/scheduler-event.spec.tsx
15138
- import { Fragment as Fragment212, jsx as jsx633, jsxs as jsxs309 } from "react/jsx-runtime";
15138
+ import { Fragment as Fragment211, jsx as jsx633, jsxs as jsxs308 } from "react/jsx-runtime";
15139
15139
  var className33 = "k-event";
15140
15140
  var states233 = [
15141
15141
  States.hover,
@@ -15146,7 +15146,7 @@ var options218 = {};
15146
15146
  var defaultProps219 = {
15147
15147
  resizable: "vertical",
15148
15148
  eventPrefix: /* @__PURE__ */ jsx633(Icon, { icon: "arrow-rotate-cw" }),
15149
- eventSuffix: /* @__PURE__ */ jsx633(Fragment212, { children: /* @__PURE__ */ jsx633("a", { href: "#", className: "k-link k-event-delete", children: /* @__PURE__ */ jsx633(Icon, { icon: "x" }) }) })
15149
+ eventSuffix: /* @__PURE__ */ jsx633(Fragment211, { children: /* @__PURE__ */ jsx633("a", { href: "#", className: "k-link k-event-delete", children: /* @__PURE__ */ jsx633(Icon, { icon: "x" }) }) })
15150
15150
  };
15151
15151
  var SchedulerEvent = (props) => {
15152
15152
  const {
@@ -15161,7 +15161,7 @@ var SchedulerEvent = (props) => {
15161
15161
  eventSuffix = defaultProps219.eventSuffix,
15162
15162
  ...others
15163
15163
  } = props;
15164
- return /* @__PURE__ */ jsxs309(
15164
+ return /* @__PURE__ */ jsxs308(
15165
15165
  "div",
15166
15166
  {
15167
15167
  ...others,
@@ -15182,14 +15182,14 @@ var SchedulerEvent = (props) => {
15182
15182
  /* @__PURE__ */ jsx633("span", { className: "k-event-actions", children: eventPrefix }),
15183
15183
  /* @__PURE__ */ jsx633("div", { children: props.children }),
15184
15184
  /* @__PURE__ */ jsx633("span", { className: "k-event-actions", children: eventSuffix }),
15185
- multiDay && /* @__PURE__ */ jsxs309(Fragment212, { children: [
15185
+ multiDay && /* @__PURE__ */ jsxs308(Fragment211, { children: [
15186
15186
  /* @__PURE__ */ jsx633("span", { className: "k-event-top-actions", children: /* @__PURE__ */ jsx633(Icon, { icon: "caret-alt-up" }) }),
15187
15187
  /* @__PURE__ */ jsx633("span", { className: "k-event-bottom-actions", children: /* @__PURE__ */ jsx633(Icon, { icon: "caret-alt-down" }) })
15188
15188
  ] }),
15189
- resizable === "vertical" ? /* @__PURE__ */ jsxs309(Fragment212, { children: [
15189
+ resizable === "vertical" ? /* @__PURE__ */ jsxs308(Fragment211, { children: [
15190
15190
  /* @__PURE__ */ jsx633("span", { className: "k-resize-handle k-resize-n" }),
15191
15191
  /* @__PURE__ */ jsx633("span", { className: "k-resize-handle k-resize-s" })
15192
- ] }) : resizable === "horizontal" && /* @__PURE__ */ jsxs309(Fragment212, { children: [
15192
+ ] }) : resizable === "horizontal" && /* @__PURE__ */ jsxs308(Fragment211, { children: [
15193
15193
  /* @__PURE__ */ jsx633("span", { className: "k-resize-handle k-resize-w" }),
15194
15194
  /* @__PURE__ */ jsx633("span", { className: "k-resize-handle k-resize-e" })
15195
15195
  ] })
@@ -15203,7 +15203,7 @@ SchedulerEvent.defaultProps = defaultProps219;
15203
15203
  SchedulerEvent.className = className33;
15204
15204
 
15205
15205
  // src/scheduler/scheduler-task.spec.tsx
15206
- import { jsx as jsx634, jsxs as jsxs310 } from "react/jsx-runtime";
15206
+ import { jsx as jsx634, jsxs as jsxs309 } from "react/jsx-runtime";
15207
15207
  var className34 = "k-task";
15208
15208
  var states234 = [];
15209
15209
  var options219 = {};
@@ -15218,7 +15218,7 @@ var SchedulerTask = (props) => {
15218
15218
  closable,
15219
15219
  ...other
15220
15220
  } = props;
15221
- return /* @__PURE__ */ jsxs310(
15221
+ return /* @__PURE__ */ jsxs309(
15222
15222
  "div",
15223
15223
  {
15224
15224
  ...other,
@@ -15241,46 +15241,46 @@ SchedulerTask.defaultProps = defaultProps220;
15241
15241
  SchedulerTask.className = className34;
15242
15242
 
15243
15243
  // src/scheduler/templates/scheduler-week.tsx
15244
- import { Fragment as Fragment213, jsx as jsx635, jsxs as jsxs311 } from "react/jsx-runtime";
15244
+ import { Fragment as Fragment212, jsx as jsx635, jsxs as jsxs310 } from "react/jsx-runtime";
15245
15245
 
15246
15246
  // src/scheduler/templates/scheduler-month.tsx
15247
- import { Fragment as Fragment214, jsx as jsx636, jsxs as jsxs312 } from "react/jsx-runtime";
15247
+ import { Fragment as Fragment213, jsx as jsx636, jsxs as jsxs311 } from "react/jsx-runtime";
15248
15248
 
15249
15249
  // src/scheduler/templates/scheduler-timeline.tsx
15250
- import { Fragment as Fragment215, jsx as jsx637, jsxs as jsxs313 } from "react/jsx-runtime";
15250
+ import { Fragment as Fragment214, jsx as jsx637, jsxs as jsxs312 } from "react/jsx-runtime";
15251
15251
 
15252
15252
  // src/scheduler/templates/scheduler-agenda.tsx
15253
- import { Fragment as Fragment216, jsx as jsx638, jsxs as jsxs314 } from "react/jsx-runtime";
15253
+ import { Fragment as Fragment215, jsx as jsx638, jsxs as jsxs313 } from "react/jsx-runtime";
15254
15254
 
15255
15255
  // src/scheduler/templates/scheduler-flex-day.tsx
15256
- import { Fragment as Fragment217, jsx as jsx639, jsxs as jsxs315 } from "react/jsx-runtime";
15256
+ import { Fragment as Fragment216, jsx as jsx639, jsxs as jsxs314 } from "react/jsx-runtime";
15257
15257
 
15258
15258
  // src/scheduler/templates/scheduler-flex-week.tsx
15259
- import { Fragment as Fragment218, jsx as jsx640, jsxs as jsxs316 } from "react/jsx-runtime";
15259
+ import { Fragment as Fragment217, jsx as jsx640, jsxs as jsxs315 } from "react/jsx-runtime";
15260
15260
 
15261
15261
  // src/scheduler/templates/scheduler-flex-year.tsx
15262
- import { Fragment as Fragment219, jsx as jsx641, jsxs as jsxs317 } from "react/jsx-runtime";
15262
+ import { Fragment as Fragment218, jsx as jsx641, jsxs as jsxs316 } from "react/jsx-runtime";
15263
15263
 
15264
15264
  // src/scheduler/templates/scheduler-flex-month.tsx
15265
- import { Fragment as Fragment220, jsx as jsx642, jsxs as jsxs318 } from "react/jsx-runtime";
15265
+ import { Fragment as Fragment219, jsx as jsx642, jsxs as jsxs317 } from "react/jsx-runtime";
15266
15266
 
15267
15267
  // src/scheduler/templates/scheduler-flex-timeline.tsx
15268
- import { Fragment as Fragment221, jsx as jsx643, jsxs as jsxs319 } from "react/jsx-runtime";
15268
+ import { Fragment as Fragment220, jsx as jsx643, jsxs as jsxs318 } from "react/jsx-runtime";
15269
15269
 
15270
15270
  // src/scheduler/templates/scheduler-flex-agenda.tsx
15271
- import { Fragment as Fragment222, jsx as jsx644, jsxs as jsxs320 } from "react/jsx-runtime";
15271
+ import { Fragment as Fragment221, jsx as jsx644, jsxs as jsxs319 } from "react/jsx-runtime";
15272
15272
 
15273
15273
  // src/scheduler/templates/scheduler-horizontal-grouping.tsx
15274
- import { Fragment as Fragment223, jsx as jsx645, jsxs as jsxs321 } from "react/jsx-runtime";
15274
+ import { Fragment as Fragment222, jsx as jsx645, jsxs as jsxs320 } from "react/jsx-runtime";
15275
15275
 
15276
15276
  // src/scheduler/templates/scheduler-vertical-grouping.tsx
15277
- import { Fragment as Fragment224, jsx as jsx646, jsxs as jsxs322 } from "react/jsx-runtime";
15277
+ import { Fragment as Fragment223, jsx as jsx646, jsxs as jsxs321 } from "react/jsx-runtime";
15278
15278
 
15279
15279
  // src/scheduler/templates/scheduler-flex-horizontal-grouping.tsx
15280
- import { Fragment as Fragment225, jsx as jsx647, jsxs as jsxs323 } from "react/jsx-runtime";
15280
+ import { Fragment as Fragment224, jsx as jsx647, jsxs as jsxs322 } from "react/jsx-runtime";
15281
15281
 
15282
15282
  // src/scheduler/templates/scheduler-flex-vertical-grouping.tsx
15283
- import { Fragment as Fragment226, jsx as jsx648, jsxs as jsxs324 } from "react/jsx-runtime";
15283
+ import { Fragment as Fragment225, jsx as jsx648, jsxs as jsxs323 } from "react/jsx-runtime";
15284
15284
 
15285
15285
  // src/utils/templates/background/background-clip/border-clip.tsx
15286
15286
  import { jsx as jsx649 } from "react/jsx-runtime";
@@ -15295,355 +15295,355 @@ import { jsx as jsx651 } from "react/jsx-runtime";
15295
15295
  import { jsx as jsx652 } from "react/jsx-runtime";
15296
15296
 
15297
15297
  // src/utils/templates/background/background-color/color.tsx
15298
- import { jsx as jsx653, jsxs as jsxs325 } from "react/jsx-runtime";
15298
+ import { jsx as jsx653, jsxs as jsxs324 } from "react/jsx-runtime";
15299
15299
 
15300
15300
  // src/utils/templates/borders/border-color/all-sides.tsx
15301
- import { jsx as jsx654, jsxs as jsxs326 } from "react/jsx-runtime";
15301
+ import { jsx as jsx654, jsxs as jsxs325 } from "react/jsx-runtime";
15302
15302
 
15303
15303
  // src/utils/templates/borders/border-color/individual.tsx
15304
- import { jsx as jsx655, jsxs as jsxs327 } from "react/jsx-runtime";
15304
+ import { jsx as jsx655, jsxs as jsxs326 } from "react/jsx-runtime";
15305
15305
 
15306
15306
  // src/utils/templates/borders/border-color/left-right.tsx
15307
- import { jsx as jsx656, jsxs as jsxs328 } from "react/jsx-runtime";
15307
+ import { jsx as jsx656, jsxs as jsxs327 } from "react/jsx-runtime";
15308
15308
 
15309
15309
  // src/utils/templates/borders/border-color/top-bottom.tsx
15310
- import { jsx as jsx657, jsxs as jsxs329 } from "react/jsx-runtime";
15310
+ import { jsx as jsx657, jsxs as jsxs328 } from "react/jsx-runtime";
15311
15311
 
15312
15312
  // src/utils/templates/borders/border-radius/corners.tsx
15313
- import { jsx as jsx658, jsxs as jsxs330 } from "react/jsx-runtime";
15313
+ import { jsx as jsx658, jsxs as jsxs329 } from "react/jsx-runtime";
15314
15314
 
15315
15315
  // src/utils/templates/borders/border-radius/no-rounding.tsx
15316
- import { jsx as jsx659, jsxs as jsxs331 } from "react/jsx-runtime";
15316
+ import { jsx as jsx659, jsxs as jsxs330 } from "react/jsx-runtime";
15317
15317
 
15318
15318
  // src/utils/templates/borders/border-radius/rounding.tsx
15319
- import { jsx as jsx660, jsxs as jsxs332 } from "react/jsx-runtime";
15319
+ import { jsx as jsx660, jsxs as jsxs331 } from "react/jsx-runtime";
15320
15320
 
15321
15321
  // src/utils/templates/borders/border-radius/sides.tsx
15322
- import { jsx as jsx661, jsxs as jsxs333 } from "react/jsx-runtime";
15322
+ import { jsx as jsx661, jsxs as jsxs332 } from "react/jsx-runtime";
15323
15323
 
15324
15324
  // src/utils/templates/borders/border-style/all-sides.tsx
15325
- import { jsx as jsx662, jsxs as jsxs334 } from "react/jsx-runtime";
15325
+ import { jsx as jsx662, jsxs as jsxs333 } from "react/jsx-runtime";
15326
15326
 
15327
15327
  // src/utils/templates/borders/border-style/individual.tsx
15328
- import { jsx as jsx663, jsxs as jsxs335 } from "react/jsx-runtime";
15328
+ import { jsx as jsx663, jsxs as jsxs334 } from "react/jsx-runtime";
15329
15329
 
15330
15330
  // src/utils/templates/borders/border-style/left-right.tsx
15331
- import { jsx as jsx664, jsxs as jsxs336 } from "react/jsx-runtime";
15331
+ import { jsx as jsx664, jsxs as jsxs335 } from "react/jsx-runtime";
15332
15332
 
15333
15333
  // src/utils/templates/borders/border-style/no-style.tsx
15334
15334
  import { jsx as jsx665 } from "react/jsx-runtime";
15335
15335
 
15336
15336
  // src/utils/templates/borders/border-style/top-bottom.tsx
15337
- import { jsx as jsx666, jsxs as jsxs337 } from "react/jsx-runtime";
15337
+ import { jsx as jsx666, jsxs as jsxs336 } from "react/jsx-runtime";
15338
15338
 
15339
15339
  // src/utils/templates/borders/border-width/all-sides.tsx
15340
- import { jsx as jsx667, jsxs as jsxs338 } from "react/jsx-runtime";
15340
+ import { jsx as jsx667, jsxs as jsxs337 } from "react/jsx-runtime";
15341
15341
 
15342
15342
  // src/utils/templates/borders/border-width/individual.tsx
15343
- import { jsx as jsx668, jsxs as jsxs339 } from "react/jsx-runtime";
15343
+ import { jsx as jsx668, jsxs as jsxs338 } from "react/jsx-runtime";
15344
15344
 
15345
15345
  // src/utils/templates/borders/border-width/left-right.tsx
15346
- import { jsx as jsx669, jsxs as jsxs340 } from "react/jsx-runtime";
15346
+ import { jsx as jsx669, jsxs as jsxs339 } from "react/jsx-runtime";
15347
15347
 
15348
15348
  // src/utils/templates/borders/border-width/top-bottom.tsx
15349
- import { jsx as jsx670, jsxs as jsxs341 } from "react/jsx-runtime";
15349
+ import { jsx as jsx670, jsxs as jsxs340 } from "react/jsx-runtime";
15350
15350
 
15351
15351
  // src/utils/templates/borders/outline-color/all-sides.tsx
15352
15352
  import { jsx as jsx671 } from "react/jsx-runtime";
15353
15353
 
15354
15354
  // src/utils/templates/borders/outline-offset/all-sides.tsx
15355
- import { jsx as jsx672, jsxs as jsxs342 } from "react/jsx-runtime";
15355
+ import { jsx as jsx672, jsxs as jsxs341 } from "react/jsx-runtime";
15356
15356
 
15357
15357
  // src/utils/templates/borders/outline-offset/no-offset.tsx
15358
15358
  import { jsx as jsx673 } from "react/jsx-runtime";
15359
15359
 
15360
15360
  // src/utils/templates/borders/outline-style/all-sides.tsx
15361
- import { jsx as jsx674, jsxs as jsxs343 } from "react/jsx-runtime";
15361
+ import { jsx as jsx674, jsxs as jsxs342 } from "react/jsx-runtime";
15362
15362
 
15363
15363
  // src/utils/templates/borders/outline-style/no-style.tsx
15364
15364
  import { jsx as jsx675 } from "react/jsx-runtime";
15365
15365
 
15366
15366
  // src/utils/templates/borders/outline-width/all-sides.tsx
15367
- import { jsx as jsx676, jsxs as jsxs344 } from "react/jsx-runtime";
15367
+ import { jsx as jsx676, jsxs as jsxs343 } from "react/jsx-runtime";
15368
15368
 
15369
15369
  // src/utils/templates/borders/outline-width/no-width.tsx
15370
15370
  import { jsx as jsx677 } from "react/jsx-runtime";
15371
15371
 
15372
15372
  // src/utils/templates/effects/opacity/applying.tsx
15373
- import { jsx as jsx678, jsxs as jsxs345 } from "react/jsx-runtime";
15373
+ import { jsx as jsx678, jsxs as jsxs344 } from "react/jsx-runtime";
15374
15374
 
15375
15375
  // src/utils/templates/filters/backdrop-blur/applying.tsx
15376
- import { Fragment as Fragment227, jsx as jsx679, jsxs as jsxs346 } from "react/jsx-runtime";
15376
+ import { Fragment as Fragment226, jsx as jsx679, jsxs as jsxs345 } from "react/jsx-runtime";
15377
15377
 
15378
15378
  // src/utils/templates/flex-grid/align-content/around.tsx
15379
- import { jsx as jsx680, jsxs as jsxs347 } from "react/jsx-runtime";
15379
+ import { jsx as jsx680, jsxs as jsxs346 } from "react/jsx-runtime";
15380
15380
 
15381
15381
  // src/utils/templates/flex-grid/align-content/between.tsx
15382
- import { jsx as jsx681, jsxs as jsxs348 } from "react/jsx-runtime";
15382
+ import { jsx as jsx681, jsxs as jsxs347 } from "react/jsx-runtime";
15383
15383
 
15384
15384
  // src/utils/templates/flex-grid/align-content/center.tsx
15385
- import { jsx as jsx682, jsxs as jsxs349 } from "react/jsx-runtime";
15385
+ import { jsx as jsx682, jsxs as jsxs348 } from "react/jsx-runtime";
15386
15386
 
15387
15387
  // src/utils/templates/flex-grid/align-content/end.tsx
15388
- import { jsx as jsx683, jsxs as jsxs350 } from "react/jsx-runtime";
15388
+ import { jsx as jsx683, jsxs as jsxs349 } from "react/jsx-runtime";
15389
15389
 
15390
15390
  // src/utils/templates/flex-grid/align-content/evenly.tsx
15391
- import { jsx as jsx684, jsxs as jsxs351 } from "react/jsx-runtime";
15391
+ import { jsx as jsx684, jsxs as jsxs350 } from "react/jsx-runtime";
15392
15392
 
15393
15393
  // src/utils/templates/flex-grid/align-content/normal.tsx
15394
- import { jsx as jsx685, jsxs as jsxs352 } from "react/jsx-runtime";
15394
+ import { jsx as jsx685, jsxs as jsxs351 } from "react/jsx-runtime";
15395
15395
 
15396
15396
  // src/utils/templates/flex-grid/align-content/start.tsx
15397
- import { jsx as jsx686, jsxs as jsxs353 } from "react/jsx-runtime";
15397
+ import { jsx as jsx686, jsxs as jsxs352 } from "react/jsx-runtime";
15398
15398
 
15399
15399
  // src/utils/templates/flex-grid/align-content/stretch.tsx
15400
- import { jsx as jsx687, jsxs as jsxs354 } from "react/jsx-runtime";
15400
+ import { jsx as jsx687, jsxs as jsxs353 } from "react/jsx-runtime";
15401
15401
 
15402
15402
  // src/utils/templates/flex-grid/align-items/baseline.tsx
15403
- import { jsx as jsx688, jsxs as jsxs355 } from "react/jsx-runtime";
15403
+ import { jsx as jsx688, jsxs as jsxs354 } from "react/jsx-runtime";
15404
15404
 
15405
15405
  // src/utils/templates/flex-grid/align-items/center.tsx
15406
- import { jsx as jsx689, jsxs as jsxs356 } from "react/jsx-runtime";
15406
+ import { jsx as jsx689, jsxs as jsxs355 } from "react/jsx-runtime";
15407
15407
 
15408
15408
  // src/utils/templates/flex-grid/align-items/end.tsx
15409
- import { jsx as jsx690, jsxs as jsxs357 } from "react/jsx-runtime";
15409
+ import { jsx as jsx690, jsxs as jsxs356 } from "react/jsx-runtime";
15410
15410
 
15411
15411
  // src/utils/templates/flex-grid/align-items/start.tsx
15412
- import { jsx as jsx691, jsxs as jsxs358 } from "react/jsx-runtime";
15412
+ import { jsx as jsx691, jsxs as jsxs357 } from "react/jsx-runtime";
15413
15413
 
15414
15414
  // src/utils/templates/flex-grid/align-items/stretch.tsx
15415
- import { jsx as jsx692, jsxs as jsxs359 } from "react/jsx-runtime";
15415
+ import { jsx as jsx692, jsxs as jsxs358 } from "react/jsx-runtime";
15416
15416
 
15417
15417
  // src/utils/templates/flex-grid/align-self/baseline.tsx
15418
- import { jsx as jsx693, jsxs as jsxs360 } from "react/jsx-runtime";
15418
+ import { jsx as jsx693, jsxs as jsxs359 } from "react/jsx-runtime";
15419
15419
 
15420
15420
  // src/utils/templates/flex-grid/align-self/center.tsx
15421
- import { jsx as jsx694, jsxs as jsxs361 } from "react/jsx-runtime";
15421
+ import { jsx as jsx694, jsxs as jsxs360 } from "react/jsx-runtime";
15422
15422
 
15423
15423
  // src/utils/templates/flex-grid/align-self/end.tsx
15424
- import { jsx as jsx695, jsxs as jsxs362 } from "react/jsx-runtime";
15424
+ import { jsx as jsx695, jsxs as jsxs361 } from "react/jsx-runtime";
15425
15425
 
15426
15426
  // src/utils/templates/flex-grid/align-self/start.tsx
15427
- import { jsx as jsx696, jsxs as jsxs363 } from "react/jsx-runtime";
15427
+ import { jsx as jsx696, jsxs as jsxs362 } from "react/jsx-runtime";
15428
15428
 
15429
15429
  // src/utils/templates/flex-grid/align-self/stretch.tsx
15430
- import { jsx as jsx697, jsxs as jsxs364 } from "react/jsx-runtime";
15430
+ import { jsx as jsx697, jsxs as jsxs363 } from "react/jsx-runtime";
15431
15431
 
15432
15432
  // src/utils/templates/flex-grid/flex/auto.tsx
15433
- import { jsx as jsx698, jsxs as jsxs365 } from "react/jsx-runtime";
15433
+ import { jsx as jsx698, jsxs as jsxs364 } from "react/jsx-runtime";
15434
15434
 
15435
15435
  // src/utils/templates/flex-grid/flex/flex-1.tsx
15436
- import { jsx as jsx699, jsxs as jsxs366 } from "react/jsx-runtime";
15436
+ import { jsx as jsx699, jsxs as jsxs365 } from "react/jsx-runtime";
15437
15437
 
15438
15438
  // src/utils/templates/flex-grid/flex/initial.tsx
15439
- import { jsx as jsx700, jsxs as jsxs367 } from "react/jsx-runtime";
15439
+ import { jsx as jsx700, jsxs as jsxs366 } from "react/jsx-runtime";
15440
15440
 
15441
15441
  // src/utils/templates/flex-grid/flex/none.tsx
15442
- import { jsx as jsx701, jsxs as jsxs368 } from "react/jsx-runtime";
15442
+ import { jsx as jsx701, jsxs as jsxs367 } from "react/jsx-runtime";
15443
15443
 
15444
15444
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
15445
- import { jsx as jsx702, jsxs as jsxs369 } from "react/jsx-runtime";
15445
+ import { jsx as jsx702, jsxs as jsxs368 } from "react/jsx-runtime";
15446
15446
 
15447
15447
  // src/utils/templates/flex-grid/flex-basis/size.tsx
15448
- import { jsx as jsx703, jsxs as jsxs370 } from "react/jsx-runtime";
15448
+ import { jsx as jsx703, jsxs as jsxs369 } from "react/jsx-runtime";
15449
15449
 
15450
15450
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
15451
- import { jsx as jsx704, jsxs as jsxs371 } from "react/jsx-runtime";
15451
+ import { jsx as jsx704, jsxs as jsxs370 } from "react/jsx-runtime";
15452
15452
 
15453
15453
  // src/utils/templates/flex-grid/flex-direction/column.tsx
15454
- import { jsx as jsx705, jsxs as jsxs372 } from "react/jsx-runtime";
15454
+ import { jsx as jsx705, jsxs as jsxs371 } from "react/jsx-runtime";
15455
15455
 
15456
15456
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
15457
- import { jsx as jsx706, jsxs as jsxs373 } from "react/jsx-runtime";
15457
+ import { jsx as jsx706, jsxs as jsxs372 } from "react/jsx-runtime";
15458
15458
 
15459
15459
  // src/utils/templates/flex-grid/flex-direction/row.tsx
15460
- import { jsx as jsx707, jsxs as jsxs374 } from "react/jsx-runtime";
15460
+ import { jsx as jsx707, jsxs as jsxs373 } from "react/jsx-runtime";
15461
15461
 
15462
15462
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
15463
- import { jsx as jsx708, jsxs as jsxs375 } from "react/jsx-runtime";
15463
+ import { jsx as jsx708, jsxs as jsxs374 } from "react/jsx-runtime";
15464
15464
 
15465
15465
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
15466
- import { jsx as jsx709, jsxs as jsxs376 } from "react/jsx-runtime";
15466
+ import { jsx as jsx709, jsxs as jsxs375 } from "react/jsx-runtime";
15467
15467
 
15468
15468
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
15469
- import { jsx as jsx710, jsxs as jsxs377 } from "react/jsx-runtime";
15469
+ import { jsx as jsx710, jsxs as jsxs376 } from "react/jsx-runtime";
15470
15470
 
15471
15471
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
15472
- import { jsx as jsx711, jsxs as jsxs378 } from "react/jsx-runtime";
15472
+ import { jsx as jsx711, jsxs as jsxs377 } from "react/jsx-runtime";
15473
15473
 
15474
15474
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
15475
- import { jsx as jsx712, jsxs as jsxs379 } from "react/jsx-runtime";
15475
+ import { jsx as jsx712, jsxs as jsxs378 } from "react/jsx-runtime";
15476
15476
 
15477
15477
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
15478
- import { jsx as jsx713, jsxs as jsxs380 } from "react/jsx-runtime";
15478
+ import { jsx as jsx713, jsxs as jsxs379 } from "react/jsx-runtime";
15479
15479
 
15480
15480
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
15481
- import { jsx as jsx714, jsxs as jsxs381 } from "react/jsx-runtime";
15481
+ import { jsx as jsx714, jsxs as jsxs380 } from "react/jsx-runtime";
15482
15482
 
15483
15483
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
15484
- import { jsx as jsx715, jsxs as jsxs382 } from "react/jsx-runtime";
15484
+ import { jsx as jsx715, jsxs as jsxs381 } from "react/jsx-runtime";
15485
15485
 
15486
15486
  // src/utils/templates/flex-grid/gap/size.tsx
15487
- import { jsx as jsx716, jsxs as jsxs383 } from "react/jsx-runtime";
15487
+ import { jsx as jsx716, jsxs as jsxs382 } from "react/jsx-runtime";
15488
15488
 
15489
15489
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
15490
- import { jsx as jsx717, jsxs as jsxs384 } from "react/jsx-runtime";
15490
+ import { jsx as jsx717, jsxs as jsxs383 } from "react/jsx-runtime";
15491
15491
 
15492
15492
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
15493
- import { jsx as jsx718, jsxs as jsxs385 } from "react/jsx-runtime";
15493
+ import { jsx as jsx718, jsxs as jsxs384 } from "react/jsx-runtime";
15494
15494
 
15495
15495
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
15496
- import { jsx as jsx719, jsxs as jsxs386 } from "react/jsx-runtime";
15496
+ import { jsx as jsx719, jsxs as jsxs385 } from "react/jsx-runtime";
15497
15497
 
15498
15498
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
15499
- import { jsx as jsx720, jsxs as jsxs387 } from "react/jsx-runtime";
15499
+ import { jsx as jsx720, jsxs as jsxs386 } from "react/jsx-runtime";
15500
15500
 
15501
15501
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
15502
- import { jsx as jsx721, jsxs as jsxs388 } from "react/jsx-runtime";
15502
+ import { jsx as jsx721, jsxs as jsxs387 } from "react/jsx-runtime";
15503
15503
 
15504
15504
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
15505
- import { jsx as jsx722, jsxs as jsxs389 } from "react/jsx-runtime";
15505
+ import { jsx as jsx722, jsxs as jsxs388 } from "react/jsx-runtime";
15506
15506
 
15507
15507
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
15508
- import { jsx as jsx723, jsxs as jsxs390 } from "react/jsx-runtime";
15508
+ import { jsx as jsx723, jsxs as jsxs389 } from "react/jsx-runtime";
15509
15509
 
15510
15510
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
15511
- import { jsx as jsx724, jsxs as jsxs391 } from "react/jsx-runtime";
15511
+ import { jsx as jsx724, jsxs as jsxs390 } from "react/jsx-runtime";
15512
15512
 
15513
15513
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
15514
- import { jsx as jsx725, jsxs as jsxs392 } from "react/jsx-runtime";
15514
+ import { jsx as jsx725, jsxs as jsxs391 } from "react/jsx-runtime";
15515
15515
 
15516
15516
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
15517
- import { jsx as jsx726, jsxs as jsxs393 } from "react/jsx-runtime";
15517
+ import { jsx as jsx726, jsxs as jsxs392 } from "react/jsx-runtime";
15518
15518
 
15519
15519
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
15520
- import { jsx as jsx727, jsxs as jsxs394 } from "react/jsx-runtime";
15520
+ import { jsx as jsx727, jsxs as jsxs393 } from "react/jsx-runtime";
15521
15521
 
15522
15522
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
15523
- import { jsx as jsx728, jsxs as jsxs395 } from "react/jsx-runtime";
15523
+ import { jsx as jsx728, jsxs as jsxs394 } from "react/jsx-runtime";
15524
15524
 
15525
15525
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
15526
- import { jsx as jsx729, jsxs as jsxs396 } from "react/jsx-runtime";
15526
+ import { jsx as jsx729, jsxs as jsxs395 } from "react/jsx-runtime";
15527
15527
 
15528
15528
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
15529
- import { jsx as jsx730, jsxs as jsxs397 } from "react/jsx-runtime";
15529
+ import { jsx as jsx730, jsxs as jsxs396 } from "react/jsx-runtime";
15530
15530
 
15531
15531
  // src/utils/templates/flex-grid/justify-content/around.tsx
15532
- import { jsx as jsx731, jsxs as jsxs398 } from "react/jsx-runtime";
15532
+ import { jsx as jsx731, jsxs as jsxs397 } from "react/jsx-runtime";
15533
15533
 
15534
15534
  // src/utils/templates/flex-grid/justify-content/between.tsx
15535
- import { jsx as jsx732, jsxs as jsxs399 } from "react/jsx-runtime";
15535
+ import { jsx as jsx732, jsxs as jsxs398 } from "react/jsx-runtime";
15536
15536
 
15537
15537
  // src/utils/templates/flex-grid/justify-content/center.tsx
15538
- import { jsx as jsx733, jsxs as jsxs400 } from "react/jsx-runtime";
15538
+ import { jsx as jsx733, jsxs as jsxs399 } from "react/jsx-runtime";
15539
15539
 
15540
15540
  // src/utils/templates/flex-grid/justify-content/end.tsx
15541
- import { jsx as jsx734, jsxs as jsxs401 } from "react/jsx-runtime";
15541
+ import { jsx as jsx734, jsxs as jsxs400 } from "react/jsx-runtime";
15542
15542
 
15543
15543
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
15544
- import { jsx as jsx735, jsxs as jsxs402 } from "react/jsx-runtime";
15544
+ import { jsx as jsx735, jsxs as jsxs401 } from "react/jsx-runtime";
15545
15545
 
15546
15546
  // src/utils/templates/flex-grid/justify-content/normal.tsx
15547
- import { jsx as jsx736, jsxs as jsxs403 } from "react/jsx-runtime";
15547
+ import { jsx as jsx736, jsxs as jsxs402 } from "react/jsx-runtime";
15548
15548
 
15549
15549
  // src/utils/templates/flex-grid/justify-content/start.tsx
15550
- import { jsx as jsx737, jsxs as jsxs404 } from "react/jsx-runtime";
15550
+ import { jsx as jsx737, jsxs as jsxs403 } from "react/jsx-runtime";
15551
15551
 
15552
15552
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
15553
- import { jsx as jsx738, jsxs as jsxs405 } from "react/jsx-runtime";
15553
+ import { jsx as jsx738, jsxs as jsxs404 } from "react/jsx-runtime";
15554
15554
 
15555
15555
  // src/utils/templates/flex-grid/justify-items/center.tsx
15556
- import { jsx as jsx739, jsxs as jsxs406 } from "react/jsx-runtime";
15556
+ import { jsx as jsx739, jsxs as jsxs405 } from "react/jsx-runtime";
15557
15557
 
15558
15558
  // src/utils/templates/flex-grid/justify-items/end.tsx
15559
- import { jsx as jsx740, jsxs as jsxs407 } from "react/jsx-runtime";
15559
+ import { jsx as jsx740, jsxs as jsxs406 } from "react/jsx-runtime";
15560
15560
 
15561
15561
  // src/utils/templates/flex-grid/justify-items/start.tsx
15562
- import { jsx as jsx741, jsxs as jsxs408 } from "react/jsx-runtime";
15562
+ import { jsx as jsx741, jsxs as jsxs407 } from "react/jsx-runtime";
15563
15563
 
15564
15564
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
15565
- import { jsx as jsx742, jsxs as jsxs409 } from "react/jsx-runtime";
15565
+ import { jsx as jsx742, jsxs as jsxs408 } from "react/jsx-runtime";
15566
15566
 
15567
15567
  // src/utils/templates/flex-grid/justify-self/center.tsx
15568
- import { jsx as jsx743, jsxs as jsxs410 } from "react/jsx-runtime";
15568
+ import { jsx as jsx743, jsxs as jsxs409 } from "react/jsx-runtime";
15569
15569
 
15570
15570
  // src/utils/templates/flex-grid/justify-self/end.tsx
15571
- import { jsx as jsx744, jsxs as jsxs411 } from "react/jsx-runtime";
15571
+ import { jsx as jsx744, jsxs as jsxs410 } from "react/jsx-runtime";
15572
15572
 
15573
15573
  // src/utils/templates/flex-grid/justify-self/start.tsx
15574
- import { jsx as jsx745, jsxs as jsxs412 } from "react/jsx-runtime";
15574
+ import { jsx as jsx745, jsxs as jsxs411 } from "react/jsx-runtime";
15575
15575
 
15576
15576
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
15577
- import { jsx as jsx746, jsxs as jsxs413 } from "react/jsx-runtime";
15577
+ import { jsx as jsx746, jsxs as jsxs412 } from "react/jsx-runtime";
15578
15578
 
15579
15579
  // src/utils/templates/flex-grid/order/first.tsx
15580
- import { jsx as jsx747, jsxs as jsxs414 } from "react/jsx-runtime";
15580
+ import { jsx as jsx747, jsxs as jsxs413 } from "react/jsx-runtime";
15581
15581
 
15582
15582
  // src/utils/templates/flex-grid/order/integer.tsx
15583
- import { jsx as jsx748, jsxs as jsxs415 } from "react/jsx-runtime";
15583
+ import { jsx as jsx748, jsxs as jsxs414 } from "react/jsx-runtime";
15584
15584
 
15585
15585
  // src/utils/templates/flex-grid/order/last.tsx
15586
- import { jsx as jsx749, jsxs as jsxs416 } from "react/jsx-runtime";
15586
+ import { jsx as jsx749, jsxs as jsxs415 } from "react/jsx-runtime";
15587
15587
 
15588
15588
  // src/utils/templates/flex-grid/place-content/around.tsx
15589
- import { jsx as jsx750, jsxs as jsxs417 } from "react/jsx-runtime";
15589
+ import { jsx as jsx750, jsxs as jsxs416 } from "react/jsx-runtime";
15590
15590
 
15591
15591
  // src/utils/templates/flex-grid/place-content/between.tsx
15592
- import { jsx as jsx751, jsxs as jsxs418 } from "react/jsx-runtime";
15592
+ import { jsx as jsx751, jsxs as jsxs417 } from "react/jsx-runtime";
15593
15593
 
15594
15594
  // src/utils/templates/flex-grid/place-content/center.tsx
15595
- import { jsx as jsx752, jsxs as jsxs419 } from "react/jsx-runtime";
15595
+ import { jsx as jsx752, jsxs as jsxs418 } from "react/jsx-runtime";
15596
15596
 
15597
15597
  // src/utils/templates/flex-grid/place-content/end.tsx
15598
- import { jsx as jsx753, jsxs as jsxs420 } from "react/jsx-runtime";
15598
+ import { jsx as jsx753, jsxs as jsxs419 } from "react/jsx-runtime";
15599
15599
 
15600
15600
  // src/utils/templates/flex-grid/place-content/evenly.tsx
15601
- import { jsx as jsx754, jsxs as jsxs421 } from "react/jsx-runtime";
15601
+ import { jsx as jsx754, jsxs as jsxs420 } from "react/jsx-runtime";
15602
15602
 
15603
15603
  // src/utils/templates/flex-grid/place-content/normal.tsx
15604
- import { jsx as jsx755, jsxs as jsxs422 } from "react/jsx-runtime";
15604
+ import { jsx as jsx755, jsxs as jsxs421 } from "react/jsx-runtime";
15605
15605
 
15606
15606
  // src/utils/templates/flex-grid/place-content/start.tsx
15607
- import { jsx as jsx756, jsxs as jsxs423 } from "react/jsx-runtime";
15607
+ import { jsx as jsx756, jsxs as jsxs422 } from "react/jsx-runtime";
15608
15608
 
15609
15609
  // src/utils/templates/flex-grid/place-content/stretch.tsx
15610
- import { jsx as jsx757, jsxs as jsxs424 } from "react/jsx-runtime";
15610
+ import { jsx as jsx757, jsxs as jsxs423 } from "react/jsx-runtime";
15611
15611
 
15612
15612
  // src/utils/templates/flex-grid/place-items/center.tsx
15613
- import { jsx as jsx758, jsxs as jsxs425 } from "react/jsx-runtime";
15613
+ import { jsx as jsx758, jsxs as jsxs424 } from "react/jsx-runtime";
15614
15614
 
15615
15615
  // src/utils/templates/flex-grid/place-items/end.tsx
15616
- import { jsx as jsx759, jsxs as jsxs426 } from "react/jsx-runtime";
15616
+ import { jsx as jsx759, jsxs as jsxs425 } from "react/jsx-runtime";
15617
15617
 
15618
15618
  // src/utils/templates/flex-grid/place-items/start.tsx
15619
- import { jsx as jsx760, jsxs as jsxs427 } from "react/jsx-runtime";
15619
+ import { jsx as jsx760, jsxs as jsxs426 } from "react/jsx-runtime";
15620
15620
 
15621
15621
  // src/utils/templates/flex-grid/place-items/stretch.tsx
15622
- import { jsx as jsx761, jsxs as jsxs428 } from "react/jsx-runtime";
15622
+ import { jsx as jsx761, jsxs as jsxs427 } from "react/jsx-runtime";
15623
15623
 
15624
15624
  // src/utils/templates/flex-grid/place-self/center.tsx
15625
- import { jsx as jsx762, jsxs as jsxs429 } from "react/jsx-runtime";
15625
+ import { jsx as jsx762, jsxs as jsxs428 } from "react/jsx-runtime";
15626
15626
 
15627
15627
  // src/utils/templates/flex-grid/place-self/end.tsx
15628
- import { jsx as jsx763, jsxs as jsxs430 } from "react/jsx-runtime";
15628
+ import { jsx as jsx763, jsxs as jsxs429 } from "react/jsx-runtime";
15629
15629
 
15630
15630
  // src/utils/templates/flex-grid/place-self/start.tsx
15631
- import { jsx as jsx764, jsxs as jsxs431 } from "react/jsx-runtime";
15631
+ import { jsx as jsx764, jsxs as jsxs430 } from "react/jsx-runtime";
15632
15632
 
15633
15633
  // src/utils/templates/flex-grid/place-self/stretch.tsx
15634
- import { jsx as jsx765, jsxs as jsxs432 } from "react/jsx-runtime";
15634
+ import { jsx as jsx765, jsxs as jsxs431 } from "react/jsx-runtime";
15635
15635
 
15636
15636
  // src/utils/templates/interactivity/appearance/applying.tsx
15637
- import { jsx as jsx766, jsxs as jsxs433 } from "react/jsx-runtime";
15637
+ import { jsx as jsx766, jsxs as jsxs432 } from "react/jsx-runtime";
15638
15638
 
15639
15639
  // src/utils/templates/interactivity/appearance/none.tsx
15640
- import { jsx as jsx767, jsxs as jsxs434 } from "react/jsx-runtime";
15640
+ import { jsx as jsx767, jsxs as jsxs433 } from "react/jsx-runtime";
15641
15641
 
15642
15642
  // src/utils/templates/interactivity/cursor/applying.tsx
15643
- import { jsx as jsx768, jsxs as jsxs435 } from "react/jsx-runtime";
15643
+ import { jsx as jsx768, jsxs as jsxs434 } from "react/jsx-runtime";
15644
15644
 
15645
15645
  // src/utils/templates/interactivity/pointer-events/applying.tsx
15646
- import { jsx as jsx769, jsxs as jsxs436 } from "react/jsx-runtime";
15646
+ import { jsx as jsx769, jsxs as jsxs435 } from "react/jsx-runtime";
15647
15647
 
15648
15648
  // src/utils/templates/interactivity/resize/all-directions.tsx
15649
15649
  import { jsx as jsx770 } from "react/jsx-runtime";
@@ -15697,43 +15697,43 @@ import { jsx as jsx785 } from "react/jsx-runtime";
15697
15697
  import { jsx as jsx786 } from "react/jsx-runtime";
15698
15698
 
15699
15699
  // src/utils/templates/layout/clear/both.tsx
15700
- import { jsx as jsx787, jsxs as jsxs437 } from "react/jsx-runtime";
15700
+ import { jsx as jsx787, jsxs as jsxs436 } from "react/jsx-runtime";
15701
15701
 
15702
15702
  // src/utils/templates/layout/clear/left.tsx
15703
- import { jsx as jsx788, jsxs as jsxs438 } from "react/jsx-runtime";
15703
+ import { jsx as jsx788, jsxs as jsxs437 } from "react/jsx-runtime";
15704
15704
 
15705
15705
  // src/utils/templates/layout/clear/no-clear.tsx
15706
- import { jsx as jsx789, jsxs as jsxs439 } from "react/jsx-runtime";
15706
+ import { jsx as jsx789, jsxs as jsxs438 } from "react/jsx-runtime";
15707
15707
 
15708
15708
  // src/utils/templates/layout/clear/right.tsx
15709
- import { jsx as jsx790, jsxs as jsxs440 } from "react/jsx-runtime";
15709
+ import { jsx as jsx790, jsxs as jsxs439 } from "react/jsx-runtime";
15710
15710
 
15711
15711
  // src/utils/templates/layout/columns/automatic.tsx
15712
- import { jsx as jsx791, jsxs as jsxs441 } from "react/jsx-runtime";
15712
+ import { jsx as jsx791, jsxs as jsxs440 } from "react/jsx-runtime";
15713
15713
 
15714
15714
  // src/utils/templates/layout/columns/count.tsx
15715
- import { jsx as jsx792, jsxs as jsxs442 } from "react/jsx-runtime";
15715
+ import { jsx as jsx792, jsxs as jsxs441 } from "react/jsx-runtime";
15716
15716
 
15717
15717
  // src/utils/templates/layout/display/block.tsx
15718
- import { jsx as jsx793, jsxs as jsxs443 } from "react/jsx-runtime";
15718
+ import { jsx as jsx793, jsxs as jsxs442 } from "react/jsx-runtime";
15719
15719
 
15720
15720
  // src/utils/templates/layout/display/flex.tsx
15721
- import { jsx as jsx794, jsxs as jsxs444 } from "react/jsx-runtime";
15721
+ import { jsx as jsx794, jsxs as jsxs443 } from "react/jsx-runtime";
15722
15722
 
15723
15723
  // src/utils/templates/layout/display/inline.tsx
15724
- import { jsx as jsx795, jsxs as jsxs445 } from "react/jsx-runtime";
15724
+ import { jsx as jsx795, jsxs as jsxs444 } from "react/jsx-runtime";
15725
15725
 
15726
15726
  // src/utils/templates/layout/display/none.tsx
15727
- import { Fragment as Fragment228, jsx as jsx796, jsxs as jsxs446 } from "react/jsx-runtime";
15727
+ import { Fragment as Fragment227, jsx as jsx796, jsxs as jsxs445 } from "react/jsx-runtime";
15728
15728
 
15729
15729
  // src/utils/templates/layout/float/left.tsx
15730
- import { jsx as jsx797, jsxs as jsxs447 } from "react/jsx-runtime";
15730
+ import { jsx as jsx797, jsxs as jsxs446 } from "react/jsx-runtime";
15731
15731
 
15732
15732
  // src/utils/templates/layout/float/no-float.tsx
15733
- import { jsx as jsx798, jsxs as jsxs448 } from "react/jsx-runtime";
15733
+ import { jsx as jsx798, jsxs as jsxs447 } from "react/jsx-runtime";
15734
15734
 
15735
15735
  // src/utils/templates/layout/float/right.tsx
15736
- import { jsx as jsx799, jsxs as jsxs449 } from "react/jsx-runtime";
15736
+ import { jsx as jsx799, jsxs as jsxs448 } from "react/jsx-runtime";
15737
15737
 
15738
15738
  // src/utils/templates/layout/object-fit/contain.tsx
15739
15739
  import { jsx as jsx800 } from "react/jsx-runtime";
@@ -15748,7 +15748,7 @@ import { jsx as jsx802 } from "react/jsx-runtime";
15748
15748
  import { jsx as jsx803 } from "react/jsx-runtime";
15749
15749
 
15750
15750
  // src/utils/templates/layout/object-position/position.tsx
15751
- import { jsx as jsx804, jsxs as jsxs450 } from "react/jsx-runtime";
15751
+ import { jsx as jsx804, jsxs as jsxs449 } from "react/jsx-runtime";
15752
15752
 
15753
15753
  // src/utils/templates/layout/overflow/hidden.tsx
15754
15754
  import { jsx as jsx805 } from "react/jsx-runtime";
@@ -15763,22 +15763,22 @@ import { jsx as jsx807 } from "react/jsx-runtime";
15763
15763
  import { jsx as jsx808 } from "react/jsx-runtime";
15764
15764
 
15765
15765
  // src/utils/templates/layout/placement/multiple.tsx
15766
- import { jsx as jsx809, jsxs as jsxs451 } from "react/jsx-runtime";
15766
+ import { jsx as jsx809, jsxs as jsxs450 } from "react/jsx-runtime";
15767
15767
 
15768
15768
  // src/utils/templates/layout/placement/single.tsx
15769
- import { jsx as jsx810, jsxs as jsxs452 } from "react/jsx-runtime";
15769
+ import { jsx as jsx810, jsxs as jsxs451 } from "react/jsx-runtime";
15770
15770
 
15771
15771
  // src/utils/templates/layout/position/applying.tsx
15772
- import { jsx as jsx811, jsxs as jsxs453 } from "react/jsx-runtime";
15772
+ import { jsx as jsx811, jsxs as jsxs452 } from "react/jsx-runtime";
15773
15773
 
15774
15774
  // src/utils/templates/layout/visibility/invisible.tsx
15775
- import { jsx as jsx812, jsxs as jsxs454 } from "react/jsx-runtime";
15775
+ import { jsx as jsx812, jsxs as jsxs453 } from "react/jsx-runtime";
15776
15776
 
15777
15777
  // src/utils/templates/layout/z-index/applying.tsx
15778
- import { Fragment as Fragment229, jsx as jsx813, jsxs as jsxs455 } from "react/jsx-runtime";
15778
+ import { Fragment as Fragment228, jsx as jsx813, jsxs as jsxs454 } from "react/jsx-runtime";
15779
15779
 
15780
15780
  // src/utils/templates/sizing/height/fixed.tsx
15781
- import { jsx as jsx814, jsxs as jsxs456 } from "react/jsx-runtime";
15781
+ import { jsx as jsx814, jsxs as jsxs455 } from "react/jsx-runtime";
15782
15782
 
15783
15783
  // src/utils/templates/sizing/height/full.tsx
15784
15784
  import { jsx as jsx815 } from "react/jsx-runtime";
@@ -15793,7 +15793,7 @@ import { jsx as jsx817 } from "react/jsx-runtime";
15793
15793
  import { jsx as jsx818 } from "react/jsx-runtime";
15794
15794
 
15795
15795
  // src/utils/templates/sizing/width/fixed.tsx
15796
- import { jsx as jsx819, jsxs as jsxs457 } from "react/jsx-runtime";
15796
+ import { jsx as jsx819, jsxs as jsxs456 } from "react/jsx-runtime";
15797
15797
 
15798
15798
  // src/utils/templates/sizing/width/full.tsx
15799
15799
  import { jsx as jsx820 } from "react/jsx-runtime";
@@ -15811,7 +15811,7 @@ import { jsx as jsx823 } from "react/jsx-runtime";
15811
15811
  import { jsx as jsx824 } from "react/jsx-runtime";
15812
15812
 
15813
15813
  // src/utils/templates/spacing/margin/single.tsx
15814
- import { Fragment as Fragment230, jsx as jsx825, jsxs as jsxs458 } from "react/jsx-runtime";
15814
+ import { Fragment as Fragment229, jsx as jsx825, jsxs as jsxs457 } from "react/jsx-runtime";
15815
15815
 
15816
15816
  // src/utils/templates/spacing/margin/x.tsx
15817
15817
  import { jsx as jsx826 } from "react/jsx-runtime";
@@ -15823,7 +15823,7 @@ import { jsx as jsx827 } from "react/jsx-runtime";
15823
15823
  import { jsx as jsx828 } from "react/jsx-runtime";
15824
15824
 
15825
15825
  // src/utils/templates/spacing/padding/single.tsx
15826
- import { Fragment as Fragment231, jsx as jsx829, jsxs as jsxs459 } from "react/jsx-runtime";
15826
+ import { Fragment as Fragment230, jsx as jsx829, jsxs as jsxs458 } from "react/jsx-runtime";
15827
15827
 
15828
15828
  // src/utils/templates/spacing/padding/x.tsx
15829
15829
  import { jsx as jsx830 } from "react/jsx-runtime";
@@ -15832,58 +15832,58 @@ import { jsx as jsx830 } from "react/jsx-runtime";
15832
15832
  import { jsx as jsx831 } from "react/jsx-runtime";
15833
15833
 
15834
15834
  // src/utils/templates/svg/fill/color.tsx
15835
- import { Fragment as Fragment232, jsx as jsx832, jsxs as jsxs460 } from "react/jsx-runtime";
15835
+ import { Fragment as Fragment231, jsx as jsx832, jsxs as jsxs459 } from "react/jsx-runtime";
15836
15836
 
15837
15837
  // src/utils/templates/svg/stroke/color.tsx
15838
- import { Fragment as Fragment233, jsx as jsx833, jsxs as jsxs461 } from "react/jsx-runtime";
15838
+ import { Fragment as Fragment232, jsx as jsx833, jsxs as jsxs460 } from "react/jsx-runtime";
15839
15839
 
15840
15840
  // src/utils/templates/table/border-collapse/collapse.tsx
15841
- import { jsx as jsx834, jsxs as jsxs462 } from "react/jsx-runtime";
15841
+ import { jsx as jsx834, jsxs as jsxs461 } from "react/jsx-runtime";
15842
15842
 
15843
15843
  // src/utils/templates/table/border-collapse/separate.tsx
15844
- import { jsx as jsx835, jsxs as jsxs463 } from "react/jsx-runtime";
15844
+ import { jsx as jsx835, jsxs as jsxs462 } from "react/jsx-runtime";
15845
15845
 
15846
15846
  // src/utils/templates/table/table-layout/auto.tsx
15847
- import { jsx as jsx836, jsxs as jsxs464 } from "react/jsx-runtime";
15847
+ import { jsx as jsx836, jsxs as jsxs463 } from "react/jsx-runtime";
15848
15848
 
15849
15849
  // src/utils/templates/table/table-layout/fixed.tsx
15850
- import { jsx as jsx837, jsxs as jsxs465 } from "react/jsx-runtime";
15850
+ import { jsx as jsx837, jsxs as jsxs464 } from "react/jsx-runtime";
15851
15851
 
15852
15852
  // src/utils/templates/transform/flip/horizontal.tsx
15853
- import { jsx as jsx838, jsxs as jsxs466 } from "react/jsx-runtime";
15853
+ import { jsx as jsx838, jsxs as jsxs465 } from "react/jsx-runtime";
15854
15854
 
15855
15855
  // src/utils/templates/transform/flip/vertical.tsx
15856
- import { jsx as jsx839, jsxs as jsxs467 } from "react/jsx-runtime";
15856
+ import { jsx as jsx839, jsxs as jsxs466 } from "react/jsx-runtime";
15857
15857
 
15858
15858
  // src/utils/templates/transform/origin/applying.tsx
15859
- import { jsx as jsx840, jsxs as jsxs468 } from "react/jsx-runtime";
15859
+ import { jsx as jsx840, jsxs as jsxs467 } from "react/jsx-runtime";
15860
15860
 
15861
15861
  // src/utils/templates/transform/rotate/applying.tsx
15862
- import { jsx as jsx841, jsxs as jsxs469 } from "react/jsx-runtime";
15862
+ import { jsx as jsx841, jsxs as jsxs468 } from "react/jsx-runtime";
15863
15863
 
15864
15864
  // src/utils/templates/transform/scale/applying.tsx
15865
- import { jsx as jsx842, jsxs as jsxs470 } from "react/jsx-runtime";
15865
+ import { jsx as jsx842, jsxs as jsxs469 } from "react/jsx-runtime";
15866
15866
 
15867
15867
  // src/utils/templates/transform/skew/applying.tsx
15868
- import { jsx as jsx843, jsxs as jsxs471 } from "react/jsx-runtime";
15868
+ import { jsx as jsx843, jsxs as jsxs470 } from "react/jsx-runtime";
15869
15869
 
15870
15870
  // src/utils/templates/transform/translate/applying.tsx
15871
- import { jsx as jsx844, jsxs as jsxs472 } from "react/jsx-runtime";
15871
+ import { jsx as jsx844, jsxs as jsxs471 } from "react/jsx-runtime";
15872
15872
 
15873
15873
  // src/utils/templates/typography/font-style/italic.tsx
15874
15874
  import { jsx as jsx845 } from "react/jsx-runtime";
15875
15875
 
15876
15876
  // src/utils/templates/typography/font-weight/size.tsx
15877
- import { Fragment as Fragment234, jsx as jsx846, jsxs as jsxs473 } from "react/jsx-runtime";
15877
+ import { Fragment as Fragment233, jsx as jsx846, jsxs as jsxs472 } from "react/jsx-runtime";
15878
15878
 
15879
15879
  // src/utils/templates/typography/list-style-type/decimal.tsx
15880
- import { jsx as jsx847, jsxs as jsxs474 } from "react/jsx-runtime";
15880
+ import { jsx as jsx847, jsxs as jsxs473 } from "react/jsx-runtime";
15881
15881
 
15882
15882
  // src/utils/templates/typography/list-style-type/disc.tsx
15883
- import { jsx as jsx848, jsxs as jsxs475 } from "react/jsx-runtime";
15883
+ import { jsx as jsx848, jsxs as jsxs474 } from "react/jsx-runtime";
15884
15884
 
15885
15885
  // src/utils/templates/typography/list-style-type/none.tsx
15886
- import { jsx as jsx849, jsxs as jsxs476 } from "react/jsx-runtime";
15886
+ import { jsx as jsx849, jsxs as jsxs475 } from "react/jsx-runtime";
15887
15887
 
15888
15888
  // src/utils/templates/typography/text-align/center.tsx
15889
15889
  import { jsx as jsx850 } from "react/jsx-runtime";
@@ -15904,7 +15904,7 @@ import { jsx as jsx854 } from "react/jsx-runtime";
15904
15904
  import { jsx as jsx855 } from "react/jsx-runtime";
15905
15905
 
15906
15906
  // src/utils/templates/typography/text-decoration/all.tsx
15907
- import { Fragment as Fragment235, jsx as jsx856, jsxs as jsxs477 } from "react/jsx-runtime";
15907
+ import { Fragment as Fragment234, jsx as jsx856, jsxs as jsxs476 } from "react/jsx-runtime";
15908
15908
 
15909
15909
  // src/utils/templates/typography/text-overflow/clip.tsx
15910
15910
  import { jsx as jsx857 } from "react/jsx-runtime";
@@ -15913,19 +15913,19 @@ import { jsx as jsx857 } from "react/jsx-runtime";
15913
15913
  import { jsx as jsx858 } from "react/jsx-runtime";
15914
15914
 
15915
15915
  // src/utils/templates/typography/text-transform/all.tsx
15916
- import { Fragment as Fragment236, jsx as jsx859, jsxs as jsxs478 } from "react/jsx-runtime";
15916
+ import { Fragment as Fragment235, jsx as jsx859, jsxs as jsxs477 } from "react/jsx-runtime";
15917
15917
 
15918
15918
  // src/utils/templates/typography/vertical-align/baseline.tsx
15919
- import { jsx as jsx860, jsxs as jsxs479 } from "react/jsx-runtime";
15919
+ import { jsx as jsx860, jsxs as jsxs478 } from "react/jsx-runtime";
15920
15920
 
15921
15921
  // src/utils/templates/typography/vertical-align/bottom.tsx
15922
- import { jsx as jsx861, jsxs as jsxs480 } from "react/jsx-runtime";
15922
+ import { jsx as jsx861, jsxs as jsxs479 } from "react/jsx-runtime";
15923
15923
 
15924
15924
  // src/utils/templates/typography/vertical-align/center.tsx
15925
- import { jsx as jsx862, jsxs as jsxs481 } from "react/jsx-runtime";
15925
+ import { jsx as jsx862, jsxs as jsxs480 } from "react/jsx-runtime";
15926
15926
 
15927
15927
  // src/utils/templates/typography/vertical-align/top.tsx
15928
- import { jsx as jsx863, jsxs as jsxs482 } from "react/jsx-runtime";
15928
+ import { jsx as jsx863, jsxs as jsxs481 } from "react/jsx-runtime";
15929
15929
 
15930
15930
  // src/utils/templates/typography/white-space/normal.tsx
15931
15931
  import { jsx as jsx864 } from "react/jsx-runtime";
@@ -15943,7 +15943,7 @@ import { jsx as jsx867 } from "react/jsx-runtime";
15943
15943
  import { jsx as jsx868 } from "react/jsx-runtime";
15944
15944
 
15945
15945
  // src/calendar/calendar-table.tsx
15946
- import { jsx as jsx869, jsxs as jsxs483 } from "react/jsx-runtime";
15946
+ import { jsx as jsx869, jsxs as jsxs482 } from "react/jsx-runtime";
15947
15947
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
15948
15948
  var CalendarTable = (props) => {
15949
15949
  const {
@@ -15952,7 +15952,7 @@ var CalendarTable = (props) => {
15952
15952
  showWeek,
15953
15953
  ...other
15954
15954
  } = props;
15955
- return /* @__PURE__ */ jsxs483(
15955
+ return /* @__PURE__ */ jsxs482(
15956
15956
  "table",
15957
15957
  {
15958
15958
  ...other,
@@ -15970,7 +15970,7 @@ var CalendarTable = (props) => {
15970
15970
  };
15971
15971
 
15972
15972
  // src/calendar/calendar-table-head.tsx
15973
- import { jsx as jsx870, jsxs as jsxs484 } from "react/jsx-runtime";
15973
+ import { jsx as jsx870, jsxs as jsxs483 } from "react/jsx-runtime";
15974
15974
  var className35 = `k-calendar-thead`;
15975
15975
  var defaultProps221 = {
15976
15976
  cellsText: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]
@@ -15986,7 +15986,7 @@ var CalendarTableHead = (props) => {
15986
15986
  {
15987
15987
  ...other,
15988
15988
  className: classNames(props.className, className35),
15989
- children: /* @__PURE__ */ jsxs484("tr", { className: "k-calendar-tr", children: [
15989
+ children: /* @__PURE__ */ jsxs483("tr", { className: "k-calendar-tr", children: [
15990
15990
  showWeek && /* @__PURE__ */ jsx870(CalendarCell, { weekCell: true, headerCell: true }),
15991
15991
  cellsText.map((text, index) => /* @__PURE__ */ jsx870(CalendarCell, { text, headerCell: true }, index))
15992
15992
  ] })
@@ -16028,13 +16028,13 @@ var CalendarView = (props) => {
16028
16028
  };
16029
16029
 
16030
16030
  // src/calendar/calendar-navigation.spec.tsx
16031
- import { jsx as jsx872, jsxs as jsxs485 } from "react/jsx-runtime";
16031
+ import { jsx as jsx872, jsxs as jsxs484 } from "react/jsx-runtime";
16032
16032
 
16033
16033
  // src/calendar/calendar-infinite-view.spec.tsx
16034
- import { jsx as jsx873, jsxs as jsxs486 } from "react/jsx-runtime";
16034
+ import { jsx as jsx873, jsxs as jsxs485 } from "react/jsx-runtime";
16035
16035
 
16036
16036
  // src/calendar/calendar-infinite.spec.tsx
16037
- import { jsx as jsx874, jsxs as jsxs487 } from "react/jsx-runtime";
16037
+ import { jsx as jsx874, jsxs as jsxs486 } from "react/jsx-runtime";
16038
16038
  var options220 = {
16039
16039
  size: [Size.small, Size.medium, Size.large]
16040
16040
  };
@@ -16112,19 +16112,19 @@ var CalendarTableRow = (props) => {
16112
16112
  import { jsx as jsx878 } from "react/jsx-runtime";
16113
16113
 
16114
16114
  // src/calendar/templates/calendar-century.tsx
16115
- import { jsx as jsx879, jsxs as jsxs488 } from "react/jsx-runtime";
16115
+ import { jsx as jsx879, jsxs as jsxs487 } from "react/jsx-runtime";
16116
16116
 
16117
16117
  // src/calendar/templates/calendar-decade.tsx
16118
- import { jsx as jsx880, jsxs as jsxs489 } from "react/jsx-runtime";
16118
+ import { jsx as jsx880, jsxs as jsxs488 } from "react/jsx-runtime";
16119
16119
 
16120
16120
  // src/calendar/templates/calendar-normal.tsx
16121
- import { jsx as jsx881, jsxs as jsxs490 } from "react/jsx-runtime";
16121
+ import { jsx as jsx881, jsxs as jsxs489 } from "react/jsx-runtime";
16122
16122
  var CalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /* @__PURE__ */ jsx881(
16123
16123
  Calendar,
16124
16124
  {
16125
16125
  calendarView: "month",
16126
- children: /* @__PURE__ */ jsxs490(CalendarTable, { calendarCaption: showCaptions && "October 2021", showTableHead: true, children: [
16127
- /* @__PURE__ */ jsxs490(CalendarTableRow, { children: [
16126
+ children: /* @__PURE__ */ jsxs489(CalendarTable, { calendarCaption: showCaptions && "October 2021", showTableHead: true, children: [
16127
+ /* @__PURE__ */ jsxs489(CalendarTableRow, { children: [
16128
16128
  /* @__PURE__ */ jsx881(CalendarCell, { text: "26", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
16129
16129
  /* @__PURE__ */ jsx881(CalendarCell, { text: "27", showOtherMonth, empty: !showOtherMonth }),
16130
16130
  /* @__PURE__ */ jsx881(CalendarCell, { text: "28", showOtherMonth, empty: !showOtherMonth }),
@@ -16133,7 +16133,7 @@ var CalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /* @__PURE_
16133
16133
  /* @__PURE__ */ jsx881(CalendarCell, { text: "1" }),
16134
16134
  /* @__PURE__ */ jsx881(CalendarCell, { text: "2", weekend: true })
16135
16135
  ] }),
16136
- /* @__PURE__ */ jsxs490(CalendarTableRow, { children: [
16136
+ /* @__PURE__ */ jsxs489(CalendarTableRow, { children: [
16137
16137
  /* @__PURE__ */ jsx881(CalendarCell, { text: "3", weekend: true }),
16138
16138
  /* @__PURE__ */ jsx881(CalendarCell, { text: "4" }),
16139
16139
  /* @__PURE__ */ jsx881(CalendarCell, { text: "5" }),
@@ -16142,7 +16142,7 @@ var CalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /* @__PURE_
16142
16142
  /* @__PURE__ */ jsx881(CalendarCell, { text: "8" }),
16143
16143
  /* @__PURE__ */ jsx881(CalendarCell, { text: "9", weekend: true })
16144
16144
  ] }),
16145
- /* @__PURE__ */ jsxs490(CalendarTableRow, { children: [
16145
+ /* @__PURE__ */ jsxs489(CalendarTableRow, { children: [
16146
16146
  /* @__PURE__ */ jsx881(CalendarCell, { text: "10", weekend: true }),
16147
16147
  /* @__PURE__ */ jsx881(CalendarCell, { text: "11" }),
16148
16148
  /* @__PURE__ */ jsx881(CalendarCell, { text: "12", today: true }),
@@ -16151,7 +16151,7 @@ var CalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /* @__PURE_
16151
16151
  /* @__PURE__ */ jsx881(CalendarCell, { text: "15" }),
16152
16152
  /* @__PURE__ */ jsx881(CalendarCell, { text: "16", weekend: true })
16153
16153
  ] }),
16154
- /* @__PURE__ */ jsxs490(CalendarTableRow, { children: [
16154
+ /* @__PURE__ */ jsxs489(CalendarTableRow, { children: [
16155
16155
  /* @__PURE__ */ jsx881(CalendarCell, { text: "17", weekend: true }),
16156
16156
  /* @__PURE__ */ jsx881(CalendarCell, { text: "18" }),
16157
16157
  /* @__PURE__ */ jsx881(CalendarCell, { text: "19" }),
@@ -16160,7 +16160,7 @@ var CalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /* @__PURE_
16160
16160
  /* @__PURE__ */ jsx881(CalendarCell, { text: "22" }),
16161
16161
  /* @__PURE__ */ jsx881(CalendarCell, { text: "23", weekend: true })
16162
16162
  ] }),
16163
- /* @__PURE__ */ jsxs490(CalendarTableRow, { children: [
16163
+ /* @__PURE__ */ jsxs489(CalendarTableRow, { children: [
16164
16164
  /* @__PURE__ */ jsx881(CalendarCell, { text: "24", weekend: true }),
16165
16165
  /* @__PURE__ */ jsx881(CalendarCell, { text: "25" }),
16166
16166
  /* @__PURE__ */ jsx881(CalendarCell, { text: "26" }),
@@ -16169,7 +16169,7 @@ var CalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /* @__PURE_
16169
16169
  /* @__PURE__ */ jsx881(CalendarCell, { text: "29" }),
16170
16170
  /* @__PURE__ */ jsx881(CalendarCell, { text: "30", weekend: true })
16171
16171
  ] }),
16172
- /* @__PURE__ */ jsxs490(CalendarTableRow, { children: [
16172
+ /* @__PURE__ */ jsxs489(CalendarTableRow, { children: [
16173
16173
  /* @__PURE__ */ jsx881(CalendarCell, { text: "31", weekend: true }),
16174
16174
  /* @__PURE__ */ jsx881(CalendarCell, { text: "1", showOtherMonth, empty: !showOtherMonth }),
16175
16175
  /* @__PURE__ */ jsx881(CalendarCell, { text: "2", showOtherMonth, empty: !showOtherMonth }),
@@ -16184,25 +16184,25 @@ var CalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /* @__PURE_
16184
16184
  );
16185
16185
 
16186
16186
  // src/calendar/templates/calendar-with-weeks.tsx
16187
- import { jsx as jsx882, jsxs as jsxs491 } from "react/jsx-runtime";
16187
+ import { jsx as jsx882, jsxs as jsxs490 } from "react/jsx-runtime";
16188
16188
 
16189
16189
  // src/calendar/templates/calendar-year.tsx
16190
- import { jsx as jsx883, jsxs as jsxs492 } from "react/jsx-runtime";
16190
+ import { jsx as jsx883, jsxs as jsxs491 } from "react/jsx-runtime";
16191
16191
 
16192
16192
  // src/calendar/templates/calendar-infinite-normal.tsx
16193
- import { Fragment as Fragment237, jsx as jsx884, jsxs as jsxs493 } from "react/jsx-runtime";
16193
+ import { Fragment as Fragment236, jsx as jsx884, jsxs as jsxs492 } from "react/jsx-runtime";
16194
16194
 
16195
16195
  // src/calendar/templates/calendar-infinite-year.tsx
16196
- import { Fragment as Fragment238, jsx as jsx885, jsxs as jsxs494 } from "react/jsx-runtime";
16196
+ import { Fragment as Fragment237, jsx as jsx885, jsxs as jsxs493 } from "react/jsx-runtime";
16197
16197
 
16198
16198
  // src/calendar/templates/calendar-infinite-decade.tsx
16199
- import { Fragment as Fragment239, jsx as jsx886, jsxs as jsxs495 } from "react/jsx-runtime";
16199
+ import { Fragment as Fragment238, jsx as jsx886, jsxs as jsxs494 } from "react/jsx-runtime";
16200
16200
 
16201
16201
  // src/calendar/templates/calendar-infinite-century.tsx
16202
- import { Fragment as Fragment240, jsx as jsx887, jsxs as jsxs496 } from "react/jsx-runtime";
16202
+ import { Fragment as Fragment239, jsx as jsx887, jsxs as jsxs495 } from "react/jsx-runtime";
16203
16203
 
16204
16204
  // src/calendar/templates/calendar-infinite-week-number.tsx
16205
- import { Fragment as Fragment241, jsx as jsx888, jsxs as jsxs497 } from "react/jsx-runtime";
16205
+ import { Fragment as Fragment240, jsx as jsx888, jsxs as jsxs496 } from "react/jsx-runtime";
16206
16206
 
16207
16207
  // src/multiviewcalendar/multiviewcalendar.spec.tsx
16208
16208
  import { jsx as jsx889 } from "react/jsx-runtime";
@@ -16252,20 +16252,20 @@ MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
16252
16252
  MultiViewCalendar.defaultProps = defaultProps224;
16253
16253
 
16254
16254
  // src/multiviewcalendar/templates/multiviewcalendar-century.tsx
16255
- import { Fragment as Fragment242, jsx as jsx890, jsxs as jsxs498 } from "react/jsx-runtime";
16255
+ import { Fragment as Fragment241, jsx as jsx890, jsxs as jsxs497 } from "react/jsx-runtime";
16256
16256
 
16257
16257
  // src/multiviewcalendar/templates/multiviewcalendar-decade.tsx
16258
- import { Fragment as Fragment243, jsx as jsx891, jsxs as jsxs499 } from "react/jsx-runtime";
16258
+ import { Fragment as Fragment242, jsx as jsx891, jsxs as jsxs498 } from "react/jsx-runtime";
16259
16259
 
16260
16260
  // src/multiviewcalendar/templates/multiviewcalendar-normal.tsx
16261
- import { Fragment as Fragment244, jsx as jsx892, jsxs as jsxs500 } from "react/jsx-runtime";
16261
+ import { Fragment as Fragment243, jsx as jsx892, jsxs as jsxs499 } from "react/jsx-runtime";
16262
16262
  var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /* @__PURE__ */ jsx892(
16263
16263
  MultiViewCalendar,
16264
16264
  {
16265
16265
  calendarView: "month",
16266
- children: /* @__PURE__ */ jsxs500(Fragment244, { children: [
16267
- /* @__PURE__ */ jsxs500(CalendarTable, { calendarCaption: showCaptions && "October 2021", showTableHead: true, children: [
16268
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16266
+ children: /* @__PURE__ */ jsxs499(Fragment243, { children: [
16267
+ /* @__PURE__ */ jsxs499(CalendarTable, { calendarCaption: showCaptions && "October 2021", showTableHead: true, children: [
16268
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16269
16269
  /* @__PURE__ */ jsx892(CalendarCell, { text: "26", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
16270
16270
  /* @__PURE__ */ jsx892(CalendarCell, { text: "27", showOtherMonth, empty: !showOtherMonth }),
16271
16271
  /* @__PURE__ */ jsx892(CalendarCell, { text: "28", showOtherMonth, empty: !showOtherMonth }),
@@ -16274,7 +16274,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16274
16274
  /* @__PURE__ */ jsx892(CalendarCell, { text: "1" }),
16275
16275
  /* @__PURE__ */ jsx892(CalendarCell, { text: "2", weekend: true })
16276
16276
  ] }),
16277
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16277
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16278
16278
  /* @__PURE__ */ jsx892(CalendarCell, { text: "3", weekend: true }),
16279
16279
  /* @__PURE__ */ jsx892(CalendarCell, { text: "4" }),
16280
16280
  /* @__PURE__ */ jsx892(CalendarCell, { text: "5" }),
@@ -16283,7 +16283,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16283
16283
  /* @__PURE__ */ jsx892(CalendarCell, { text: "8" }),
16284
16284
  /* @__PURE__ */ jsx892(CalendarCell, { text: "9", weekend: true })
16285
16285
  ] }),
16286
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16286
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16287
16287
  /* @__PURE__ */ jsx892(CalendarCell, { text: "10", weekend: true }),
16288
16288
  /* @__PURE__ */ jsx892(CalendarCell, { text: "11" }),
16289
16289
  /* @__PURE__ */ jsx892(CalendarCell, { text: "12", today: true }),
@@ -16292,7 +16292,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16292
16292
  /* @__PURE__ */ jsx892(CalendarCell, { text: "15" }),
16293
16293
  /* @__PURE__ */ jsx892(CalendarCell, { text: "16", weekend: true })
16294
16294
  ] }),
16295
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16295
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16296
16296
  /* @__PURE__ */ jsx892(CalendarCell, { text: "17", weekend: true }),
16297
16297
  /* @__PURE__ */ jsx892(CalendarCell, { text: "18" }),
16298
16298
  /* @__PURE__ */ jsx892(CalendarCell, { text: "19" }),
@@ -16301,7 +16301,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16301
16301
  /* @__PURE__ */ jsx892(CalendarCell, { text: "22" }),
16302
16302
  /* @__PURE__ */ jsx892(CalendarCell, { text: "23", weekend: true })
16303
16303
  ] }),
16304
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16304
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16305
16305
  /* @__PURE__ */ jsx892(CalendarCell, { text: "24", weekend: true }),
16306
16306
  /* @__PURE__ */ jsx892(CalendarCell, { text: "25" }),
16307
16307
  /* @__PURE__ */ jsx892(CalendarCell, { text: "26" }),
@@ -16310,7 +16310,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16310
16310
  /* @__PURE__ */ jsx892(CalendarCell, { text: "29" }),
16311
16311
  /* @__PURE__ */ jsx892(CalendarCell, { text: "30", weekend: true })
16312
16312
  ] }),
16313
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16313
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16314
16314
  /* @__PURE__ */ jsx892(CalendarCell, { text: "31", weekend: true }),
16315
16315
  /* @__PURE__ */ jsx892(CalendarCell, { text: "1", showOtherMonth, empty: !showOtherMonth }),
16316
16316
  /* @__PURE__ */ jsx892(CalendarCell, { text: "2", showOtherMonth, empty: !showOtherMonth }),
@@ -16320,8 +16320,8 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16320
16320
  /* @__PURE__ */ jsx892(CalendarCell, { text: "6", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
16321
16321
  ] })
16322
16322
  ] }),
16323
- /* @__PURE__ */ jsxs500(CalendarTable, { calendarCaption: showCaptions && "November 2021", showTableHead: true, children: [
16324
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16323
+ /* @__PURE__ */ jsxs499(CalendarTable, { calendarCaption: showCaptions && "November 2021", showTableHead: true, children: [
16324
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16325
16325
  /* @__PURE__ */ jsx892(CalendarCell, { text: "31", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
16326
16326
  /* @__PURE__ */ jsx892(CalendarCell, { text: "1" }),
16327
16327
  /* @__PURE__ */ jsx892(CalendarCell, { text: "2" }),
@@ -16330,7 +16330,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16330
16330
  /* @__PURE__ */ jsx892(CalendarCell, { text: "5" }),
16331
16331
  /* @__PURE__ */ jsx892(CalendarCell, { text: "6", weekend: true })
16332
16332
  ] }),
16333
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16333
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16334
16334
  /* @__PURE__ */ jsx892(CalendarCell, { text: "7", weekend: true }),
16335
16335
  /* @__PURE__ */ jsx892(CalendarCell, { text: "8" }),
16336
16336
  /* @__PURE__ */ jsx892(CalendarCell, { text: "9" }),
@@ -16339,7 +16339,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16339
16339
  /* @__PURE__ */ jsx892(CalendarCell, { text: "12" }),
16340
16340
  /* @__PURE__ */ jsx892(CalendarCell, { text: "13", weekend: true })
16341
16341
  ] }),
16342
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16342
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16343
16343
  /* @__PURE__ */ jsx892(CalendarCell, { text: "14", weekend: true }),
16344
16344
  /* @__PURE__ */ jsx892(CalendarCell, { text: "15" }),
16345
16345
  /* @__PURE__ */ jsx892(CalendarCell, { text: "16" }),
@@ -16348,7 +16348,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16348
16348
  /* @__PURE__ */ jsx892(CalendarCell, { text: "19" }),
16349
16349
  /* @__PURE__ */ jsx892(CalendarCell, { text: "20", weekend: true })
16350
16350
  ] }),
16351
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16351
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16352
16352
  /* @__PURE__ */ jsx892(CalendarCell, { text: "21", weekend: true }),
16353
16353
  /* @__PURE__ */ jsx892(CalendarCell, { text: "22" }),
16354
16354
  /* @__PURE__ */ jsx892(CalendarCell, { text: "23" }),
@@ -16357,7 +16357,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16357
16357
  /* @__PURE__ */ jsx892(CalendarCell, { text: "26" }),
16358
16358
  /* @__PURE__ */ jsx892(CalendarCell, { text: "27", weekend: true })
16359
16359
  ] }),
16360
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16360
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16361
16361
  /* @__PURE__ */ jsx892(CalendarCell, { text: "28", weekend: true }),
16362
16362
  /* @__PURE__ */ jsx892(CalendarCell, { text: "29" }),
16363
16363
  /* @__PURE__ */ jsx892(CalendarCell, { text: "30" }),
@@ -16366,7 +16366,7 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16366
16366
  /* @__PURE__ */ jsx892(CalendarCell, { text: "3", showOtherMonth, empty: !showOtherMonth }),
16367
16367
  /* @__PURE__ */ jsx892(CalendarCell, { text: "4", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
16368
16368
  ] }),
16369
- /* @__PURE__ */ jsxs500(CalendarTableRow, { children: [
16369
+ /* @__PURE__ */ jsxs499(CalendarTableRow, { children: [
16370
16370
  /* @__PURE__ */ jsx892(CalendarCell, { text: "5", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
16371
16371
  /* @__PURE__ */ jsx892(CalendarCell, { text: "6", showOtherMonth, empty: !showOtherMonth }),
16372
16372
  /* @__PURE__ */ jsx892(CalendarCell, { text: "7", showOtherMonth, empty: !showOtherMonth }),
@@ -16382,13 +16382,13 @@ var MultiViewCalendarNormal = ({ showCaptions, showOtherMonth, ...props }) => /*
16382
16382
  );
16383
16383
 
16384
16384
  // src/multiviewcalendar/templates/multiviewcalendar-with-weeks.tsx
16385
- import { Fragment as Fragment245, jsx as jsx893, jsxs as jsxs501 } from "react/jsx-runtime";
16385
+ import { Fragment as Fragment244, jsx as jsx893, jsxs as jsxs500 } from "react/jsx-runtime";
16386
16386
 
16387
16387
  // src/multiviewcalendar/templates/multiviewcalendar-year.tsx
16388
- import { Fragment as Fragment246, jsx as jsx894, jsxs as jsxs502 } from "react/jsx-runtime";
16388
+ import { Fragment as Fragment245, jsx as jsx894, jsxs as jsxs501 } from "react/jsx-runtime";
16389
16389
 
16390
16390
  // src/daterangepicker/daterangepicker.spec.tsx
16391
- import { Fragment as Fragment247, jsx as jsx895, jsxs as jsxs503 } from "react/jsx-runtime";
16391
+ import { Fragment as Fragment246, jsx as jsx895, jsxs as jsxs502 } from "react/jsx-runtime";
16392
16392
  var DATERANGEPICKER_CLASSNAME = `k-daterangepicker`;
16393
16393
  var states236 = [
16394
16394
  States.disabled
@@ -16414,8 +16414,8 @@ var DateRangePicker = (props) => {
16414
16414
  dir,
16415
16415
  ...other
16416
16416
  } = props;
16417
- return /* @__PURE__ */ jsxs503(Fragment247, { children: [
16418
- /* @__PURE__ */ jsxs503(
16417
+ return /* @__PURE__ */ jsxs502(Fragment246, { children: [
16418
+ /* @__PURE__ */ jsxs502(
16419
16419
  "span",
16420
16420
  {
16421
16421
  ...other,
@@ -16460,7 +16460,7 @@ var DateRangePicker = (props) => {
16460
16460
  }
16461
16461
  ),
16462
16462
  opened && /* @__PURE__ */ jsx895(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ jsx895(MultiViewCalendarNormal, { dir }) }),
16463
- adaptive && /* @__PURE__ */ jsxs503(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
16463
+ adaptive && /* @__PURE__ */ jsxs502(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
16464
16464
  /* @__PURE__ */ jsx895(
16465
16465
  ActionSheetHeader,
16466
16466
  {